diff --git a/reference/html/howto.html b/reference/html/howto.html index e570685ce6..9061c6bf5d 100644 --- a/reference/html/howto.html +++ b/reference/html/howto.html @@ -1564,7 +1564,7 @@ set a metaData entry in the Pact file with the sentTo

7.3. Pact Contract

Spring Cloud Contract can read the Pact JSON definition. You can place the file in the -src/test/resources/contracts folder. The following example shows such a Pact contract:

+src/test/resources/contracts folder. Remember to put the spring-cloud-contract-pact dependency to your classpath. The following example shows such a Pact contract:

diff --git a/reference/html/project-features.html b/reference/html/project-features.html index 57d5a1a9e1..f72f2c38f0 100644 --- a/reference/html/project-features.html +++ b/reference/html/project-features.html @@ -671,6 +671,65 @@ the Contract class (import org.springframework.cloud.spec.Con Just like the with the Java DSL you can put your contracts in any directory of your choice. The Maven and Gradle plugins will look at the src/test/resources/contracts directory by default.

+
+

You need to explicitly pass the the spring-cloud-contract-spec-kotlin dependency to your project plugin setup.

+
+
+
+
+
Maven
+
+
<plugin>
+    <groupId>org.springframework.cloud</groupId>
+    <artifactId>spring-cloud-contract-maven-plugin</artifactId>
+    <version>${spring-cloud-contract.version}</version>
+    <extensions>true</extensions>
+    <configuration>
+        <!-- some config -->
+    </configuration>
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-contract-spec-kotlin</artifactId>
+            <version>${spring-cloud-contract.version}</version>
+        </dependency>
+    </dependencies>
+</plugin>
+
+<dependencies>
+        <!-- Remember to add this for the DSL support in the IDE and on the consumer side -->
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-contract-spec-kotlin</artifactId>
+            <scope>test</scope>
+        </dependency>
+</dependencies>
+
+
+
+
Gradle
+
+
buildscript {
+    repositories {
+        // ...
+    }
+    dependencies {
+        classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:${scContractVersion}"
+        // remember to add this:
+        classpath "org.springframework.cloud:spring-cloud-contract-spec-kotlin:${scContractVersion}"
+    }
+}
+
+dependencies {
+    // ...
+
+    // Remember to add this for the DSL support in the IDE and on the consumer side
+    testImplementation "org.springframework.cloud:spring-cloud-contract-spec-kotlin"
+}
+
+
+
+
diff --git a/reference/htmlsingle/index.html b/reference/htmlsingle/index.html index 47ff35b202..c1b31e39da 100644 --- a/reference/htmlsingle/index.html +++ b/reference/htmlsingle/index.html @@ -4569,6 +4569,65 @@ the Contract class (import org.springframework.cloud.spec.Con Just like the with the Java DSL you can put your contracts in any directory of your choice. The Maven and Gradle plugins will look at the src/test/resources/contracts directory by default.

+
+

You need to explicitly pass the the spring-cloud-contract-spec-kotlin dependency to your project plugin setup.

+
+
+
+
+
Maven
+
+
<plugin>
+    <groupId>org.springframework.cloud</groupId>
+    <artifactId>spring-cloud-contract-maven-plugin</artifactId>
+    <version>${spring-cloud-contract.version}</version>
+    <extensions>true</extensions>
+    <configuration>
+        <!-- some config -->
+    </configuration>
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-contract-spec-kotlin</artifactId>
+            <version>${spring-cloud-contract.version}</version>
+        </dependency>
+    </dependencies>
+</plugin>
+
+<dependencies>
+        <!-- Remember to add this for the DSL support in the IDE and on the consumer side -->
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-contract-spec-kotlin</artifactId>
+            <scope>test</scope>
+        </dependency>
+</dependencies>
+
+
+
+
Gradle
+
+
buildscript {
+    repositories {
+        // ...
+    }
+    dependencies {
+        classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:${scContractVersion}"
+        // remember to add this:
+        classpath "org.springframework.cloud:spring-cloud-contract-spec-kotlin:${scContractVersion}"
+    }
+}
+
+dependencies {
+    // ...
+
+    // Remember to add this for the DSL support in the IDE and on the consumer side
+    testImplementation "org.springframework.cloud:spring-cloud-contract-spec-kotlin"
+}
+
+
+
+
@@ -15479,7 +15538,7 @@ set a metaData entry in the Pact file with the sentTo

5.7.3. Pact Contract

Spring Cloud Contract can read the Pact JSON definition. You can place the file in the -src/test/resources/contracts folder. The following example shows such a Pact contract:

+src/test/resources/contracts folder. Remember to put the spring-cloud-contract-pact dependency to your classpath. The following example shows such a Pact contract:

diff --git a/reference/pdf/spring-cloud-contract.pdf b/reference/pdf/spring-cloud-contract.pdf index b654c398ff..f6347fd29a 100644 --- a/reference/pdf/spring-cloud-contract.pdf +++ b/reference/pdf/spring-cloud-contract.pdf @@ -5,16 +5,16 @@ /Author /Creator (Asciidoctor PDF 1.5.0.alpha.18, based on Prawn 2.2.2) /Producer -/ModDate (D:20190830085709+00'00') -/CreationDate (D:20190830085735+00'00') +/ModDate (D:20190830092122+00'00') +/CreationDate (D:20190830092145+00'00') >> endobj 2 0 obj << /Type /Catalog /Pages 3 0 R /Names 25 0 R -/Outlines 1524 0 R -/PageLabels 1739 0 R +/Outlines 1528 0 R +/PageLabels 1743 0 R /PageMode /UseOutlines /OpenAction [7 0 R /FitH 842.89] /ViewerPreferences << /DisplayDocTitle true @@ -23,8 +23,8 @@ endobj endobj 3 0 obj << /Type /Pages -/Count 290 -/Kids [7 0 R 11 0 R 13 0 R 15 0 R 17 0 R 19 0 R 21 0 R 23 0 R 30 0 R 59 0 R 100 0 R 114 0 R 118 0 R 123 0 R 126 0 R 128 0 R 134 0 R 137 0 R 141 0 R 147 0 R 152 0 R 158 0 R 160 0 R 162 0 R 164 0 R 166 0 R 168 0 R 170 0 R 172 0 R 174 0 R 177 0 R 179 0 R 182 0 R 187 0 R 190 0 R 194 0 R 198 0 R 200 0 R 202 0 R 208 0 R 210 0 R 213 0 R 215 0 R 220 0 R 223 0 R 226 0 R 228 0 R 230 0 R 236 0 R 246 0 R 252 0 R 257 0 R 270 0 R 278 0 R 280 0 R 288 0 R 295 0 R 297 0 R 300 0 R 302 0 R 304 0 R 306 0 R 319 0 R 323 0 R 325 0 R 328 0 R 335 0 R 341 0 R 343 0 R 345 0 R 352 0 R 358 0 R 360 0 R 362 0 R 364 0 R 366 0 R 368 0 R 372 0 R 376 0 R 385 0 R 387 0 R 390 0 R 393 0 R 397 0 R 400 0 R 402 0 R 404 0 R 406 0 R 408 0 R 412 0 R 414 0 R 416 0 R 419 0 R 421 0 R 423 0 R 425 0 R 427 0 R 429 0 R 431 0 R 433 0 R 435 0 R 437 0 R 439 0 R 441 0 R 443 0 R 445 0 R 447 0 R 449 0 R 451 0 R 453 0 R 455 0 R 458 0 R 460 0 R 467 0 R 474 0 R 476 0 R 478 0 R 480 0 R 482 0 R 484 0 R 486 0 R 488 0 R 493 0 R 498 0 R 500 0 R 502 0 R 504 0 R 509 0 R 511 0 R 515 0 R 518 0 R 520 0 R 522 0 R 524 0 R 526 0 R 528 0 R 530 0 R 535 0 R 538 0 R 540 0 R 542 0 R 544 0 R 546 0 R 548 0 R 550 0 R 552 0 R 554 0 R 556 0 R 558 0 R 560 0 R 562 0 R 565 0 R 567 0 R 569 0 R 572 0 R 574 0 R 576 0 R 578 0 R 580 0 R 583 0 R 585 0 R 587 0 R 589 0 R 594 0 R 598 0 R 601 0 R 604 0 R 607 0 R 609 0 R 613 0 R 615 0 R 618 0 R 622 0 R 624 0 R 632 0 R 636 0 R 638 0 R 641 0 R 644 0 R 648 0 R 652 0 R 655 0 R 657 0 R 659 0 R 661 0 R 664 0 R 666 0 R 668 0 R 670 0 R 673 0 R 675 0 R 677 0 R 680 0 R 683 0 R 685 0 R 698 0 R 702 0 R 705 0 R 709 0 R 716 0 R 718 0 R 724 0 R 729 0 R 734 0 R 736 0 R 743 0 R 748 0 R 752 0 R 754 0 R 757 0 R 761 0 R 764 0 R 767 0 R 769 0 R 773 0 R 779 0 R 781 0 R 788 0 R 794 0 R 800 0 R 804 0 R 808 0 R 810 0 R 812 0 R 814 0 R 819 0 R 823 0 R 825 0 R 827 0 R 829 0 R 831 0 R 837 0 R 845 0 R 854 0 R 860 0 R 862 0 R 865 0 R 867 0 R 870 0 R 872 0 R 876 0 R 878 0 R 883 0 R 886 0 R 892 0 R 897 0 R 902 0 R 907 0 R 911 0 R 914 0 R 922 0 R 928 0 R 940 0 R 942 0 R 950 0 R 954 0 R 960 0 R 962 0 R 964 0 R 966 0 R 968 0 R 973 0 R 993 0 R 996 0 R 998 0 R 1002 0 R 1004 0 R 1008 0 R 1010 0 R 1014 0 R 1016 0 R 1018 0 R 1025 0 R 1031 0 R 1033 0 R 1037 0 R 1039 0 R 1043 0 R 1045 0 R 1049 0 R 1053 0 R 1057 0 R 1059 0 R 1066 0 R 1071 0 R 1073 0 R 1080 0 R 1082 0 R 1084 0 R 1087 0 R] +/Count 292 +/Kids [7 0 R 11 0 R 13 0 R 15 0 R 17 0 R 19 0 R 21 0 R 23 0 R 30 0 R 59 0 R 100 0 R 114 0 R 118 0 R 123 0 R 126 0 R 128 0 R 134 0 R 137 0 R 141 0 R 147 0 R 152 0 R 158 0 R 160 0 R 162 0 R 164 0 R 166 0 R 168 0 R 170 0 R 172 0 R 174 0 R 177 0 R 179 0 R 182 0 R 187 0 R 190 0 R 194 0 R 198 0 R 200 0 R 202 0 R 208 0 R 210 0 R 213 0 R 215 0 R 220 0 R 223 0 R 226 0 R 228 0 R 230 0 R 236 0 R 246 0 R 252 0 R 257 0 R 270 0 R 278 0 R 280 0 R 288 0 R 295 0 R 297 0 R 300 0 R 302 0 R 304 0 R 306 0 R 319 0 R 323 0 R 325 0 R 328 0 R 335 0 R 341 0 R 343 0 R 345 0 R 352 0 R 358 0 R 360 0 R 362 0 R 364 0 R 366 0 R 368 0 R 372 0 R 375 0 R 377 0 R 382 0 R 389 0 R 391 0 R 394 0 R 397 0 R 401 0 R 404 0 R 406 0 R 408 0 R 410 0 R 412 0 R 416 0 R 418 0 R 420 0 R 423 0 R 425 0 R 427 0 R 429 0 R 431 0 R 433 0 R 435 0 R 437 0 R 439 0 R 441 0 R 443 0 R 445 0 R 447 0 R 449 0 R 451 0 R 453 0 R 455 0 R 457 0 R 459 0 R 462 0 R 464 0 R 471 0 R 478 0 R 480 0 R 482 0 R 484 0 R 486 0 R 488 0 R 490 0 R 492 0 R 497 0 R 502 0 R 504 0 R 506 0 R 508 0 R 513 0 R 515 0 R 519 0 R 522 0 R 524 0 R 526 0 R 528 0 R 530 0 R 532 0 R 534 0 R 539 0 R 542 0 R 544 0 R 546 0 R 548 0 R 550 0 R 552 0 R 554 0 R 556 0 R 558 0 R 560 0 R 562 0 R 564 0 R 566 0 R 569 0 R 571 0 R 573 0 R 576 0 R 578 0 R 580 0 R 582 0 R 584 0 R 587 0 R 589 0 R 591 0 R 593 0 R 598 0 R 602 0 R 605 0 R 608 0 R 611 0 R 613 0 R 617 0 R 619 0 R 622 0 R 626 0 R 628 0 R 636 0 R 640 0 R 642 0 R 645 0 R 648 0 R 652 0 R 656 0 R 659 0 R 661 0 R 663 0 R 665 0 R 668 0 R 670 0 R 672 0 R 674 0 R 677 0 R 679 0 R 681 0 R 684 0 R 687 0 R 689 0 R 702 0 R 706 0 R 709 0 R 713 0 R 720 0 R 722 0 R 728 0 R 733 0 R 738 0 R 740 0 R 747 0 R 752 0 R 756 0 R 758 0 R 761 0 R 765 0 R 768 0 R 771 0 R 773 0 R 777 0 R 783 0 R 785 0 R 792 0 R 798 0 R 804 0 R 808 0 R 812 0 R 814 0 R 816 0 R 818 0 R 823 0 R 827 0 R 829 0 R 831 0 R 833 0 R 835 0 R 841 0 R 849 0 R 858 0 R 864 0 R 866 0 R 869 0 R 871 0 R 874 0 R 876 0 R 880 0 R 882 0 R 887 0 R 890 0 R 896 0 R 901 0 R 906 0 R 911 0 R 915 0 R 918 0 R 926 0 R 932 0 R 944 0 R 946 0 R 954 0 R 958 0 R 964 0 R 966 0 R 968 0 R 970 0 R 972 0 R 977 0 R 997 0 R 1000 0 R 1002 0 R 1006 0 R 1008 0 R 1012 0 R 1014 0 R 1018 0 R 1020 0 R 1022 0 R 1029 0 R 1035 0 R 1037 0 R 1041 0 R 1043 0 R 1047 0 R 1049 0 R 1053 0 R 1057 0 R 1061 0 R 1063 0 R 1070 0 R 1075 0 R 1077 0 R 1084 0 R 1086 0 R 1088 0 R 1091 0 R] >> endobj 4 0 obj @@ -142,22 +142,22 @@ endobj << /Type /Font /BaseFont /fcbee5+NotoSerif /Subtype /TrueType -/FontDescriptor 1741 0 R +/FontDescriptor 1745 0 R /FirstChar 32 /LastChar 255 -/Widths 1743 0 R -/ToUnicode 1742 0 R +/Widths 1747 0 R +/ToUnicode 1746 0 R >> endobj 9 0 obj << /Type /Font /BaseFont /de8df2+NotoSerif /Subtype /TrueType -/FontDescriptor 1745 0 R +/FontDescriptor 1749 0 R /FirstChar 32 /LastChar 255 -/Widths 1747 0 R -/ToUnicode 1746 0 R +/Widths 1751 0 R +/ToUnicode 1750 0 R >> endobj 10 0 obj @@ -1676,7 +1676,7 @@ endobj /F1.0 8 0 R >> >> -/Annots [1096 0 R 1097 0 R 1098 0 R 1099 0 R 1100 0 R 1101 0 R 1102 0 R 1103 0 R 1104 0 R 1105 0 R 1106 0 R 1107 0 R 1108 0 R 1109 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R 1114 0 R 1115 0 R 1116 0 R 1117 0 R 1118 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R 1127 0 R 1128 0 R 1129 0 R 1130 0 R 1131 0 R 1132 0 R 1133 0 R 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1138 0 R 1139 0 R 1140 0 R 1141 0 R 1142 0 R 1143 0 R 1144 0 R 1145 0 R 1146 0 R 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R] +/Annots [1100 0 R 1101 0 R 1102 0 R 1103 0 R 1104 0 R 1105 0 R 1106 0 R 1107 0 R 1108 0 R 1109 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R 1114 0 R 1115 0 R 1116 0 R 1117 0 R 1118 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R 1127 0 R 1128 0 R 1129 0 R 1130 0 R 1131 0 R 1132 0 R 1133 0 R 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1138 0 R 1139 0 R 1140 0 R 1141 0 R 1142 0 R 1143 0 R 1144 0 R 1145 0 R 1146 0 R 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R 1171 0 R 1172 0 R 1173 0 R 1174 0 R] >> endobj 12 0 obj @@ -2961,7 +2961,7 @@ ET BT 535.301 221.796 Td /F1.0 10.5 Tf -<3731> Tj +<3733> Tj ET 0.0 0.0 0.0 SCN @@ -3001,7 +3001,7 @@ ET BT 535.301 203.316 Td /F1.0 10.5 Tf -<3732> Tj +<3733> Tj ET 0.0 0.0 0.0 SCN @@ -3041,7 +3041,7 @@ ET BT 535.301 184.836 Td /F1.0 10.5 Tf -<3732> Tj +<3734> Tj ET 0.0 0.0 0.0 SCN @@ -3081,7 +3081,7 @@ ET BT 535.301 166.356 Td /F1.0 10.5 Tf -<3734> Tj +<3736> Tj ET 0.0 0.0 0.0 SCN @@ -3121,7 +3121,7 @@ ET BT 535.301 147.876 Td /F1.0 10.5 Tf -<3735> Tj +<3737> Tj ET 0.0 0.0 0.0 SCN @@ -3161,7 +3161,7 @@ ET BT 535.301 129.396 Td /F1.0 10.5 Tf -<3736> Tj +<3738> Tj ET 0.0 0.0 0.0 SCN @@ -3201,7 +3201,7 @@ ET BT 535.301 110.916 Td /F1.0 10.5 Tf -<3737> Tj +<3739> Tj ET 0.0 0.0 0.0 SCN @@ -3241,7 +3241,7 @@ ET BT 535.301 92.436 Td /F1.0 10.5 Tf -<3832> Tj +<3834> Tj ET 0.0 0.0 0.0 SCN @@ -3281,7 +3281,7 @@ ET BT 535.301 73.956 Td /F1.0 10.5 Tf -<3832> Tj +<3834> Tj ET 0.0 0.0 0.0 SCN @@ -3321,7 +3321,7 @@ ET BT 535.301 55.476 Td /F1.0 10.5 Tf -<3835> Tj +<3837> Tj ET 0.0 0.0 0.0 SCN @@ -3343,7 +3343,7 @@ endobj /Font << /F1.0 8 0 R >> >> -/Annots [1171 0 R 1172 0 R 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R] +/Annots [1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R] >> endobj 14 0 obj @@ -3388,7 +3388,7 @@ ET BT 529.4315 794.676 Td /F1.0 10.5 Tf -<313034> Tj +<313036> Tj ET 0.0 0.0 0.0 SCN @@ -3428,7 +3428,7 @@ ET BT 529.4315 776.196 Td /F1.0 10.5 Tf -<313036> Tj +<313038> Tj ET 0.0 0.0 0.0 SCN @@ -3468,7 +3468,7 @@ ET BT 529.4315 757.716 Td /F1.0 10.5 Tf -<313036> Tj +<313038> Tj ET 0.0 0.0 0.0 SCN @@ -3508,7 +3508,7 @@ ET BT 529.4315 739.236 Td /F1.0 10.5 Tf -<313037> Tj +<313039> Tj ET 0.0 0.0 0.0 SCN @@ -3548,7 +3548,7 @@ ET BT 529.4315 720.756 Td /F1.0 10.5 Tf -<313136> Tj +<313138> Tj ET 0.0 0.0 0.0 SCN @@ -3588,7 +3588,7 @@ ET BT 529.4315 702.276 Td /F1.0 10.5 Tf -<313230> Tj +<313232> Tj ET 0.0 0.0 0.0 SCN @@ -3628,7 +3628,7 @@ ET BT 529.4315 683.796 Td /F1.0 10.5 Tf -<313232> Tj +<313234> Tj ET 0.0 0.0 0.0 SCN @@ -3668,7 +3668,7 @@ ET BT 529.4315 665.316 Td /F1.0 10.5 Tf -<313330> Tj +<313332> Tj ET 0.0 0.0 0.0 SCN @@ -3708,7 +3708,7 @@ ET BT 529.4315 646.836 Td /F1.0 10.5 Tf -<313434> Tj +<313436> Tj ET 0.0 0.0 0.0 SCN @@ -3748,7 +3748,7 @@ ET BT 529.4315 628.356 Td /F1.0 10.5 Tf -<313437> Tj +<313439> Tj ET 0.0 0.0 0.0 SCN @@ -3788,7 +3788,7 @@ ET BT 529.4315 609.876 Td /F1.0 10.5 Tf -<313532> Tj +<313534> Tj ET 0.0 0.0 0.0 SCN @@ -3828,7 +3828,7 @@ ET BT 529.4315 591.396 Td /F1.0 10.5 Tf -<313536> Tj +<313538> Tj ET 0.0 0.0 0.0 SCN @@ -3868,7 +3868,7 @@ ET BT 529.4315 572.916 Td /F1.0 10.5 Tf -<313537> Tj +<313539> Tj ET 0.0 0.0 0.0 SCN @@ -3908,7 +3908,7 @@ ET BT 529.4315 554.436 Td /F1.0 10.5 Tf -<313537> Tj +<313539> Tj ET 0.0 0.0 0.0 SCN @@ -3948,7 +3948,7 @@ ET BT 529.4315 535.956 Td /F1.0 10.5 Tf -<313538> Tj +<313630> Tj ET 0.0 0.0 0.0 SCN @@ -3988,7 +3988,7 @@ ET BT 529.4315 517.476 Td /F1.0 10.5 Tf -<313539> Tj +<313631> Tj ET 0.0 0.0 0.0 SCN @@ -4028,7 +4028,7 @@ ET BT 529.4315 498.996 Td /F1.0 10.5 Tf -<313630> Tj +<313632> Tj ET 0.0 0.0 0.0 SCN @@ -4068,7 +4068,7 @@ ET BT 529.4315 480.516 Td /F1.0 10.5 Tf -<313632> Tj +<313634> Tj ET 0.0 0.0 0.0 SCN @@ -4108,7 +4108,7 @@ ET BT 529.4315 462.036 Td /F1.0 10.5 Tf -<313635> Tj +<313637> Tj ET 0.0 0.0 0.0 SCN @@ -4148,7 +4148,7 @@ ET BT 529.4315 443.556 Td /F1.0 10.5 Tf -<313637> Tj +<313639> Tj ET 0.0 0.0 0.0 SCN @@ -4188,7 +4188,7 @@ ET BT 529.4315 425.076 Td /F1.0 10.5 Tf -<313637> Tj +<313639> Tj ET 0.0 0.0 0.0 SCN @@ -4228,7 +4228,7 @@ ET BT 529.4315 406.596 Td /F1.0 10.5 Tf -<313638> Tj +<313730> Tj ET 0.0 0.0 0.0 SCN @@ -4268,7 +4268,7 @@ ET BT 529.4315 388.116 Td /F1.0 10.5 Tf -<313730> Tj +<313732> Tj ET 0.0 0.0 0.0 SCN @@ -4308,7 +4308,7 @@ ET BT 529.4315 369.636 Td /F1.0 10.5 Tf -<313731> Tj +<313733> Tj ET 0.0 0.0 0.0 SCN @@ -4348,7 +4348,7 @@ ET BT 529.4315 351.156 Td /F1.0 10.5 Tf -<313732> Tj +<313734> Tj ET 0.0 0.0 0.0 SCN @@ -4388,7 +4388,7 @@ ET BT 529.4315 332.676 Td /F1.0 10.5 Tf -<313732> Tj +<313734> Tj ET 0.0 0.0 0.0 SCN @@ -4428,7 +4428,7 @@ ET BT 529.4315 314.196 Td /F1.0 10.5 Tf -<313733> Tj +<313735> Tj ET 0.0 0.0 0.0 SCN @@ -4468,7 +4468,7 @@ ET BT 529.4315 295.716 Td /F1.0 10.5 Tf -<313733> Tj +<313735> Tj ET 0.0 0.0 0.0 SCN @@ -4508,7 +4508,7 @@ ET BT 529.4315 277.236 Td /F1.0 10.5 Tf -<313734> Tj +<313736> Tj ET 0.0 0.0 0.0 SCN @@ -4548,7 +4548,7 @@ ET BT 529.4315 258.756 Td /F1.0 10.5 Tf -<313738> Tj +<313830> Tj ET 0.0 0.0 0.0 SCN @@ -4588,7 +4588,7 @@ ET BT 529.4315 240.276 Td /F1.0 10.5 Tf -<313832> Tj +<313834> Tj ET 0.0 0.0 0.0 SCN @@ -4628,7 +4628,7 @@ ET BT 529.4315 221.796 Td /F1.0 10.5 Tf -<313835> Tj +<313837> Tj ET 0.0 0.0 0.0 SCN @@ -4668,7 +4668,7 @@ ET BT 529.4315 203.316 Td /F1.0 10.5 Tf -<313836> Tj +<313838> Tj ET 0.0 0.0 0.0 SCN @@ -4708,7 +4708,7 @@ ET BT 529.4315 184.836 Td /F1.0 10.5 Tf -<313838> Tj +<313930> Tj ET 0.0 0.0 0.0 SCN @@ -4748,7 +4748,7 @@ ET BT 529.4315 166.356 Td /F1.0 10.5 Tf -<313838> Tj +<313930> Tj ET 0.0 0.0 0.0 SCN @@ -4788,7 +4788,7 @@ ET BT 529.4315 147.876 Td /F1.0 10.5 Tf -<313838> Tj +<313930> Tj ET 0.0 0.0 0.0 SCN @@ -4828,7 +4828,7 @@ ET BT 529.4315 129.396 Td /F1.0 10.5 Tf -<313838> Tj +<313930> Tj ET 0.0 0.0 0.0 SCN @@ -4868,7 +4868,7 @@ ET BT 529.4315 110.916 Td /F1.0 10.5 Tf -<313838> Tj +<313930> Tj ET 0.0 0.0 0.0 SCN @@ -4908,7 +4908,7 @@ ET BT 529.4315 92.436 Td /F1.0 10.5 Tf -<313838> Tj +<313930> Tj ET 0.0 0.0 0.0 SCN @@ -4948,7 +4948,7 @@ ET BT 529.4315 73.956 Td /F1.0 10.5 Tf -<313839> Tj +<313931> Tj ET 0.0 0.0 0.0 SCN @@ -4988,7 +4988,7 @@ ET BT 529.4315 55.476 Td /F1.0 10.5 Tf -<313839> Tj +<313931> Tj ET 0.0 0.0 0.0 SCN @@ -5010,7 +5010,7 @@ endobj /Font << /F1.0 8 0 R >> >> -/Annots [1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R 1332 0 R 1333 0 R 1334 0 R] +/Annots [1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R 1332 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R] >> endobj 16 0 obj @@ -5055,7 +5055,7 @@ ET BT 529.4315 794.676 Td /F1.0 10.5 Tf -<313932> Tj +<313934> Tj ET 0.0 0.0 0.0 SCN @@ -5095,7 +5095,7 @@ ET BT 529.4315 776.196 Td /F1.0 10.5 Tf -<313932> Tj +<313934> Tj ET 0.0 0.0 0.0 SCN @@ -5135,7 +5135,7 @@ ET BT 529.4315 757.716 Td /F1.0 10.5 Tf -<313932> Tj +<313934> Tj ET 0.0 0.0 0.0 SCN @@ -5175,7 +5175,7 @@ ET BT 529.4315 739.236 Td /F1.0 10.5 Tf -<313932> Tj +<313934> Tj ET 0.0 0.0 0.0 SCN @@ -5215,7 +5215,7 @@ ET BT 529.4315 720.756 Td /F1.0 10.5 Tf -<313935> Tj +<313937> Tj ET 0.0 0.0 0.0 SCN @@ -5255,7 +5255,7 @@ ET BT 529.4315 702.276 Td /F1.0 10.5 Tf -<313936> Tj +<313938> Tj ET 0.0 0.0 0.0 SCN @@ -5295,7 +5295,7 @@ ET BT 529.4315 683.796 Td /F1.0 10.5 Tf -<313936> Tj +<313938> Tj ET 0.0 0.0 0.0 SCN @@ -5335,7 +5335,7 @@ ET BT 529.4315 665.316 Td /F1.0 10.5 Tf -<313936> Tj +<313938> Tj ET 0.0 0.0 0.0 SCN @@ -5375,7 +5375,7 @@ ET BT 529.4315 646.836 Td /F1.0 10.5 Tf -<313939> Tj +<323031> Tj ET 0.0 0.0 0.0 SCN @@ -5415,7 +5415,7 @@ ET BT 529.4315 628.356 Td /F1.0 10.5 Tf -<323030> Tj +<323032> Tj ET 0.0 0.0 0.0 SCN @@ -5455,7 +5455,7 @@ ET BT 529.4315 609.876 Td /F1.0 10.5 Tf -<323030> Tj +<323032> Tj ET 0.0 0.0 0.0 SCN @@ -5495,7 +5495,7 @@ ET BT 529.4315 591.396 Td /F1.0 10.5 Tf -<323033> Tj +<323035> Tj ET 0.0 0.0 0.0 SCN @@ -5535,7 +5535,7 @@ ET BT 529.4315 572.916 Td /F1.0 10.5 Tf -<323034> Tj +<323036> Tj ET 0.0 0.0 0.0 SCN @@ -5575,7 +5575,7 @@ ET BT 529.4315 554.436 Td /F1.0 10.5 Tf -<323035> Tj +<323037> Tj ET 0.0 0.0 0.0 SCN @@ -5615,7 +5615,7 @@ ET BT 529.4315 535.956 Td /F1.0 10.5 Tf -<323037> Tj +<323039> Tj ET 0.0 0.0 0.0 SCN @@ -5655,7 +5655,7 @@ ET BT 529.4315 517.476 Td /F1.0 10.5 Tf -<323038> Tj +<323130> Tj ET 0.0 0.0 0.0 SCN @@ -5695,7 +5695,7 @@ ET BT 529.4315 498.996 Td /F1.0 10.5 Tf -<323131> Tj +<323133> Tj ET 0.0 0.0 0.0 SCN @@ -5735,7 +5735,7 @@ ET BT 529.4315 480.516 Td /F1.0 10.5 Tf -<323133> Tj +<323135> Tj ET 0.0 0.0 0.0 SCN @@ -5775,7 +5775,7 @@ ET BT 529.4315 462.036 Td /F1.0 10.5 Tf -<323138> Tj +<323230> Tj ET 0.0 0.0 0.0 SCN @@ -5815,7 +5815,7 @@ ET BT 529.4315 443.556 Td /F1.0 10.5 Tf -<323138> Tj +<323230> Tj ET 0.0 0.0 0.0 SCN @@ -5855,7 +5855,7 @@ ET BT 529.4315 425.076 Td /F1.0 10.5 Tf -<323139> Tj +<323231> Tj ET 0.0 0.0 0.0 SCN @@ -5895,7 +5895,7 @@ ET BT 529.4315 406.596 Td /F1.0 10.5 Tf -<323139> Tj +<323231> Tj ET 0.0 0.0 0.0 SCN @@ -5935,7 +5935,7 @@ ET BT 529.4315 388.116 Td /F1.0 10.5 Tf -<323234> Tj +<323236> Tj ET 0.0 0.0 0.0 SCN @@ -5975,7 +5975,7 @@ ET BT 529.4315 369.636 Td /F1.0 10.5 Tf -<323234> Tj +<323236> Tj ET 0.0 0.0 0.0 SCN @@ -6015,7 +6015,7 @@ ET BT 529.4315 351.156 Td /F1.0 10.5 Tf -<323235> Tj +<323237> Tj ET 0.0 0.0 0.0 SCN @@ -6055,7 +6055,7 @@ ET BT 529.4315 332.676 Td /F1.0 10.5 Tf -<323235> Tj +<323237> Tj ET 0.0 0.0 0.0 SCN @@ -6095,7 +6095,7 @@ ET BT 529.4315 314.196 Td /F1.0 10.5 Tf -<323235> Tj +<323237> Tj ET 0.0 0.0 0.0 SCN @@ -6135,7 +6135,7 @@ ET BT 529.4315 295.716 Td /F1.0 10.5 Tf -<323236> Tj +<323238> Tj ET 0.0 0.0 0.0 SCN @@ -6175,7 +6175,7 @@ ET BT 529.4315 277.236 Td /F1.0 10.5 Tf -<323236> Tj +<323238> Tj ET 0.0 0.0 0.0 SCN @@ -6215,7 +6215,7 @@ ET BT 529.4315 258.756 Td /F1.0 10.5 Tf -<323236> Tj +<323238> Tj ET 0.0 0.0 0.0 SCN @@ -6255,7 +6255,7 @@ ET BT 529.4315 240.276 Td /F1.0 10.5 Tf -<323237> Tj +<323239> Tj ET 0.0 0.0 0.0 SCN @@ -6295,7 +6295,7 @@ ET BT 529.4315 221.796 Td /F1.0 10.5 Tf -<323239> Tj +<323331> Tj ET 0.0 0.0 0.0 SCN @@ -6335,7 +6335,7 @@ ET BT 529.4315 203.316 Td /F1.0 10.5 Tf -<323331> Tj +<323333> Tj ET 0.0 0.0 0.0 SCN @@ -6375,7 +6375,7 @@ ET BT 529.4315 184.836 Td /F1.0 10.5 Tf -<323333> Tj +<323335> Tj ET 0.0 0.0 0.0 SCN @@ -6415,7 +6415,7 @@ ET BT 529.4315 166.356 Td /F1.0 10.5 Tf -<323335> Tj +<323337> Tj ET 0.0 0.0 0.0 SCN @@ -6455,7 +6455,7 @@ ET BT 529.4315 147.876 Td /F1.0 10.5 Tf -<323336> Tj +<323338> Tj ET 0.0 0.0 0.0 SCN @@ -6495,7 +6495,7 @@ ET BT 529.4315 129.396 Td /F1.0 10.5 Tf -<323337> Tj +<323339> Tj ET 0.0 0.0 0.0 SCN @@ -6535,7 +6535,7 @@ ET BT 529.4315 110.916 Td /F1.0 10.5 Tf -<323337> Tj +<323339> Tj ET 0.0 0.0 0.0 SCN @@ -6575,7 +6575,7 @@ ET BT 529.4315 92.436 Td /F1.0 10.5 Tf -<323338> Tj +<323430> Tj ET 0.0 0.0 0.0 SCN @@ -6615,7 +6615,7 @@ ET BT 529.4315 73.956 Td /F1.0 10.5 Tf -<323339> Tj +<323431> Tj ET 0.0 0.0 0.0 SCN @@ -6655,7 +6655,7 @@ ET BT 529.4315 55.476 Td /F1.0 10.5 Tf -<323430> Tj +<323432> Tj ET 0.0 0.0 0.0 SCN @@ -6677,7 +6677,7 @@ endobj /Font << /F1.0 8 0 R >> >> -/Annots [1335 0 R 1336 0 R 1337 0 R 1338 0 R 1339 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R 1395 0 R 1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R] +/Annots [1339 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R 1395 0 R 1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R 1417 0 R 1418 0 R 1419 0 R 1420 0 R] >> endobj 18 0 obj @@ -6722,7 +6722,7 @@ ET BT 529.4315 794.676 Td /F1.0 10.5 Tf -<323430> Tj +<323432> Tj ET 0.0 0.0 0.0 SCN @@ -6762,7 +6762,7 @@ ET BT 529.4315 776.196 Td /F1.0 10.5 Tf -<323431> Tj +<323433> Tj ET 0.0 0.0 0.0 SCN @@ -6802,7 +6802,7 @@ ET BT 529.4315 757.716 Td /F1.0 10.5 Tf -<323431> Tj +<323433> Tj ET 0.0 0.0 0.0 SCN @@ -6842,7 +6842,7 @@ ET BT 529.4315 739.236 Td /F1.0 10.5 Tf -<323432> Tj +<323434> Tj ET 0.0 0.0 0.0 SCN @@ -6882,7 +6882,7 @@ ET BT 529.4315 720.756 Td /F1.0 10.5 Tf -<323433> Tj +<323435> Tj ET 0.0 0.0 0.0 SCN @@ -6922,7 +6922,7 @@ ET BT 529.4315 702.276 Td /F1.0 10.5 Tf -<323434> Tj +<323436> Tj ET 0.0 0.0 0.0 SCN @@ -6962,7 +6962,7 @@ ET BT 529.4315 683.796 Td /F1.0 10.5 Tf -<323435> Tj +<323437> Tj ET 0.0 0.0 0.0 SCN @@ -7002,7 +7002,7 @@ ET BT 529.4315 665.316 Td /F1.0 10.5 Tf -<323435> Tj +<323437> Tj ET 0.0 0.0 0.0 SCN @@ -7042,7 +7042,7 @@ ET BT 529.4315 646.836 Td /F1.0 10.5 Tf -<323435> Tj +<323437> Tj ET 0.0 0.0 0.0 SCN @@ -7082,7 +7082,7 @@ ET BT 529.4315 628.356 Td /F1.0 10.5 Tf -<323435> Tj +<323437> Tj ET 0.0 0.0 0.0 SCN @@ -7122,7 +7122,7 @@ ET BT 529.4315 609.876 Td /F1.0 10.5 Tf -<323437> Tj +<323439> Tj ET 0.0 0.0 0.0 SCN @@ -7162,7 +7162,7 @@ ET BT 529.4315 591.396 Td /F1.0 10.5 Tf -<323438> Tj +<323530> Tj ET 0.0 0.0 0.0 SCN @@ -7202,7 +7202,7 @@ ET BT 529.4315 572.916 Td /F1.0 10.5 Tf -<323438> Tj +<323530> Tj ET 0.0 0.0 0.0 SCN @@ -7242,7 +7242,7 @@ ET BT 529.4315 554.436 Td /F1.0 10.5 Tf -<323439> Tj +<323531> Tj ET 0.0 0.0 0.0 SCN @@ -7282,7 +7282,7 @@ ET BT 529.4315 535.956 Td /F1.0 10.5 Tf -<323439> Tj +<323531> Tj ET 0.0 0.0 0.0 SCN @@ -7322,7 +7322,7 @@ ET BT 529.4315 498.996 Td /F1.0 10.5 Tf -<323439> Tj +<323531> Tj ET 0.0 0.0 0.0 SCN @@ -7362,7 +7362,7 @@ ET BT 529.4315 480.516 Td /F1.0 10.5 Tf -<323534> Tj +<323536> Tj ET 0.0 0.0 0.0 SCN @@ -7402,7 +7402,7 @@ ET BT 529.4315 462.036 Td /F1.0 10.5 Tf -<323534> Tj +<323536> Tj ET 0.0 0.0 0.0 SCN @@ -7442,7 +7442,7 @@ ET BT 529.4315 443.556 Td /F1.0 10.5 Tf -<323535> Tj +<323537> Tj ET 0.0 0.0 0.0 SCN @@ -7482,7 +7482,7 @@ ET BT 529.4315 425.076 Td /F1.0 10.5 Tf -<323535> Tj +<323537> Tj ET 0.0 0.0 0.0 SCN @@ -7522,7 +7522,7 @@ ET BT 529.4315 406.596 Td /F1.0 10.5 Tf -<323535> Tj +<323537> Tj ET 0.0 0.0 0.0 SCN @@ -7562,7 +7562,7 @@ ET BT 529.4315 388.116 Td /F1.0 10.5 Tf -<323536> Tj +<323538> Tj ET 0.0 0.0 0.0 SCN @@ -7602,7 +7602,7 @@ ET BT 529.4315 369.636 Td /F1.0 10.5 Tf -<323538> Tj +<323630> Tj ET 0.0 0.0 0.0 SCN @@ -7642,7 +7642,7 @@ ET BT 529.4315 351.156 Td /F1.0 10.5 Tf -<323630> Tj +<323632> Tj ET 0.0 0.0 0.0 SCN @@ -7682,7 +7682,7 @@ ET BT 529.4315 332.676 Td /F1.0 10.5 Tf -<323630> Tj +<323632> Tj ET 0.0 0.0 0.0 SCN @@ -7722,7 +7722,7 @@ ET BT 529.4315 314.196 Td /F1.0 10.5 Tf -<323632> Tj +<323634> Tj ET 0.0 0.0 0.0 SCN @@ -7762,7 +7762,7 @@ ET BT 529.4315 295.716 Td /F1.0 10.5 Tf -<323635> Tj +<323637> Tj ET 0.0 0.0 0.0 SCN @@ -7802,7 +7802,7 @@ ET BT 529.4315 277.236 Td /F1.0 10.5 Tf -<323635> Tj +<323637> Tj ET 0.0 0.0 0.0 SCN @@ -7842,7 +7842,7 @@ ET BT 529.4315 258.756 Td /F1.0 10.5 Tf -<323635> Tj +<323637> Tj ET 0.0 0.0 0.0 SCN @@ -7882,7 +7882,7 @@ ET BT 529.4315 240.276 Td /F1.0 10.5 Tf -<323636> Tj +<323638> Tj ET 0.0 0.0 0.0 SCN @@ -7922,7 +7922,7 @@ ET BT 529.4315 221.796 Td /F1.0 10.5 Tf -<323636> Tj +<323638> Tj ET 0.0 0.0 0.0 SCN @@ -7962,7 +7962,7 @@ ET BT 529.4315 203.316 Td /F1.0 10.5 Tf -<323636> Tj +<323638> Tj ET 0.0 0.0 0.0 SCN @@ -8002,7 +8002,7 @@ ET BT 529.4315 184.836 Td /F1.0 10.5 Tf -<323638> Tj +<323730> Tj ET 0.0 0.0 0.0 SCN @@ -8042,7 +8042,7 @@ ET BT 529.4315 166.356 Td /F1.0 10.5 Tf -<323730> Tj +<323732> Tj ET 0.0 0.0 0.0 SCN @@ -8082,7 +8082,7 @@ ET BT 529.4315 147.876 Td /F1.0 10.5 Tf -<323730> Tj +<323732> Tj ET 0.0 0.0 0.0 SCN @@ -8122,7 +8122,7 @@ ET BT 529.4315 129.396 Td /F1.0 10.5 Tf -<323732> Tj +<323734> Tj ET 0.0 0.0 0.0 SCN @@ -8162,7 +8162,7 @@ ET BT 529.4315 110.916 Td /F1.0 10.5 Tf -<323733> Tj +<323735> Tj ET 0.0 0.0 0.0 SCN @@ -8202,7 +8202,7 @@ ET BT 529.4315 92.436 Td /F1.0 10.5 Tf -<323734> Tj +<323736> Tj ET 0.0 0.0 0.0 SCN @@ -8242,7 +8242,7 @@ ET BT 529.4315 73.956 Td /F1.0 10.5 Tf -<323736> Tj +<323738> Tj ET 0.0 0.0 0.0 SCN @@ -8282,7 +8282,7 @@ ET BT 529.4315 55.476 Td /F1.0 10.5 Tf -<323736> Tj +<323738> Tj ET 0.0 0.0 0.0 SCN @@ -8304,7 +8304,7 @@ endobj /Font << /F1.0 8 0 R >> >> -/Annots [1417 0 R 1418 0 R 1419 0 R 1420 0 R 1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1448 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R] +/Annots [1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1448 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1498 0 R 1499 0 R 1500 0 R 1501 0 R] >> endobj 20 0 obj @@ -8349,7 +8349,7 @@ ET BT 529.4315 794.676 Td /F1.0 10.5 Tf -<323737> Tj +<323739> Tj ET 0.0 0.0 0.0 SCN @@ -8389,7 +8389,7 @@ ET BT 529.4315 776.196 Td /F1.0 10.5 Tf -<323737> Tj +<323739> Tj ET 0.0 0.0 0.0 SCN @@ -8429,7 +8429,7 @@ ET BT 529.4315 757.716 Td /F1.0 10.5 Tf -<323737> Tj +<323739> Tj ET 0.0 0.0 0.0 SCN @@ -8469,7 +8469,7 @@ ET BT 529.4315 739.236 Td /F1.0 10.5 Tf -<323739> Tj +<323831> Tj ET 0.0 0.0 0.0 SCN @@ -8509,7 +8509,7 @@ ET BT 529.4315 720.756 Td /F1.0 10.5 Tf -<323739> Tj +<323831> Tj ET 0.0 0.0 0.0 SCN @@ -8571,7 +8571,7 @@ ET BT 529.4315 702.276 Td /F1.0 10.5 Tf -<323739> Tj +<323831> Tj ET 0.0 0.0 0.0 SCN @@ -8611,7 +8611,7 @@ ET BT 529.4315 683.796 Td /F1.0 10.5 Tf -<323739> Tj +<323831> Tj ET 0.0 0.0 0.0 SCN @@ -8651,7 +8651,7 @@ ET BT 529.4315 665.316 Td /F1.0 10.5 Tf -<323739> Tj +<323831> Tj ET 0.0 0.0 0.0 SCN @@ -8691,7 +8691,7 @@ ET BT 529.4315 646.836 Td /F1.0 10.5 Tf -<323832> Tj +<323834> Tj ET 0.0 0.0 0.0 SCN @@ -8731,7 +8731,7 @@ ET BT 529.4315 628.356 Td /F1.0 10.5 Tf -<323833> Tj +<323835> Tj ET 0.0 0.0 0.0 SCN @@ -8771,7 +8771,7 @@ ET BT 529.4315 609.876 Td /F1.0 10.5 Tf -<323833> Tj +<323835> Tj ET 0.0 0.0 0.0 SCN @@ -8811,7 +8811,7 @@ ET BT 529.4315 591.396 Td /F1.0 10.5 Tf -<323833> Tj +<323835> Tj ET 0.0 0.0 0.0 SCN @@ -8834,7 +8834,7 @@ endobj /F3.0 40 0 R >> >> -/Annots [1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1523 0 R] +/Annots [1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1523 0 R 1524 0 R 1525 0 R 1526 0 R 1527 0 R] >> endobj 22 0 obj @@ -8947,7 +8947,7 @@ endobj >> endobj 26 0 obj -<< /Kids [149 0 R 513 0 R 395 0 R 626 0 R 692 0 R 741 0 R 711 0 R 857 0 R 796 0 R 880 0 R 314 0 R 217 0 R 150 0 R 1012 0 R 1094 0 R 938 0 R 1035 0 R] +<< /Kids [149 0 R 517 0 R 399 0 R 630 0 R 696 0 R 745 0 R 715 0 R 861 0 R 800 0 R 884 0 R 314 0 R 217 0 R 150 0 R 1016 0 R 1098 0 R 942 0 R 1039 0 R] >> endobj 27 0 obj @@ -8957,11 +8957,11 @@ endobj << /Type /Font /BaseFont /db531e+NotoSerif-Bold /Subtype /TrueType -/FontDescriptor 1749 0 R +/FontDescriptor 1753 0 R /FirstChar 32 /LastChar 255 -/Widths 1751 0 R -/ToUnicode 1750 0 R +/Widths 1755 0 R +/ToUnicode 1754 0 R >> endobj 29 0 obj @@ -9926,11 +9926,11 @@ endobj << /Type /Font /BaseFont /e7aef3+mplus1mn-regular /Subtype /TrueType -/FontDescriptor 1753 0 R +/FontDescriptor 1757 0 R /FirstChar 32 /LastChar 255 -/Widths 1755 0 R -/ToUnicode 1754 0 R +/Widths 1759 0 R +/ToUnicode 1758 0 R >> endobj 41 0 obj @@ -9970,11 +9970,11 @@ endobj << /Type /Font /BaseFont /2fbcc3+FontAwesome5FreeSolid /Subtype /TrueType -/FontDescriptor 1757 0 R +/FontDescriptor 1761 0 R /FirstChar 32 /LastChar 255 -/Widths 1759 0 R -/ToUnicode 1758 0 R +/Widths 1763 0 R +/ToUnicode 1762 0 R >> endobj 45 0 obj @@ -11562,11 +11562,11 @@ endobj << /Type /Font /BaseFont /ad6773+FontAwesome5FreeRegular /Subtype /TrueType -/FontDescriptor 1761 0 R +/FontDescriptor 1765 0 R /FirstChar 32 /LastChar 255 -/Widths 1763 0 R -/ToUnicode 1762 0 R +/Widths 1767 0 R +/ToUnicode 1766 0 R >> endobj 69 0 obj @@ -14179,11 +14179,11 @@ endobj << /Type /Font /BaseFont /58f8e3+NotoSerif-Italic /Subtype /TrueType -/FontDescriptor 1765 0 R +/FontDescriptor 1769 0 R /FirstChar 32 /LastChar 255 -/Widths 1767 0 R -/ToUnicode 1766 0 R +/Widths 1771 0 R +/ToUnicode 1770 0 R >> endobj 125 0 obj @@ -16746,11 +16746,11 @@ endobj << /Type /Font /BaseFont /e324a6+mplus1mn-regular /Subtype /TrueType -/FontDescriptor 1769 0 R +/FontDescriptor 1773 0 R /FirstChar 32 /LastChar 255 -/Widths 1771 0 R -/ToUnicode 1770 0 R +/Widths 1775 0 R +/ToUnicode 1774 0 R >> endobj 139 0 obj @@ -18046,12 +18046,12 @@ endobj endobj 149 0 obj << /Limits [(advanced-topics) (contract-dsl-http-top-level-elements)] -/Names [(advanced-topics) 83 0 R (coded-dsl) 533 0 R (contract-common-top-elements) 377 0 R (contract-documentation-about) 32 0 R (contract-documentation-first-steps) 46 0 R (contract-dsl) 356 0 R (contract-dsl-async) 563 0 R (contract-dsl-consumer-producer) 642 0 R (contract-dsl-custom-methods) 505 0 R (contract-dsl-description) 383 0 R (contract-dsl-dynamic-properties) 462 0 R (contract-dsl-dynamic-properties-in-body) 464 0 R (contract-dsl-http-top-level-elements) 410 0 R] +/Names [(advanced-topics) 83 0 R (coded-dsl) 537 0 R (contract-common-top-elements) 379 0 R (contract-documentation-about) 32 0 R (contract-documentation-first-steps) 46 0 R (contract-dsl) 356 0 R (contract-dsl-async) 567 0 R (contract-dsl-consumer-producer) 646 0 R (contract-dsl-custom-methods) 509 0 R (contract-dsl-description) 387 0 R (contract-dsl-dynamic-properties) 466 0 R (contract-dsl-dynamic-properties-in-body) 468 0 R (contract-dsl-http-top-level-elements) 414 0 R] >> endobj 150 0 obj << /Limits [(getting-started-introducing-spring-cloud-contract-purposes) (how-to-common-repo-with-contracts)] -/Names [(getting-started-introducing-spring-cloud-contract-purposes) 119 0 R (getting-started-introducing-spring-cloud-contract-testing-issues) 112 0 R (getting-started-introducing-spring-cloud-contract-why) 109 0 R (getting-started-three-second-tour) 129 0 R (getting-started-three-second-tour-consumer) 139 0 R (getting-started-three-second-tour-producer) 135 0 R (getting-started-what-is-a-contract) 121 0 R (getting-started-whats-next) 238 0 R (how-to-api-versioning) 951 0 R (how-to-common-repo-with-contracts) 956 0 R] +/Names [(getting-started-introducing-spring-cloud-contract-purposes) 119 0 R (getting-started-introducing-spring-cloud-contract-testing-issues) 112 0 R (getting-started-introducing-spring-cloud-contract-why) 109 0 R (getting-started-three-second-tour) 129 0 R (getting-started-three-second-tour-consumer) 139 0 R (getting-started-three-second-tour-producer) 135 0 R (getting-started-what-is-a-contract) 121 0 R (getting-started-whats-next) 238 0 R (how-to-api-versioning) 955 0 R (how-to-common-repo-with-contracts) 960 0 R] >> endobj 151 0 obj @@ -30411,11 +30411,11 @@ endobj << /Type /Font /BaseFont /a102c2+mplus-1p-regular /Subtype /TrueType -/FontDescriptor 1773 0 R +/FontDescriptor 1777 0 R /FirstChar 32 /LastChar 255 -/Widths 1775 0 R -/ToUnicode 1774 0 R +/Widths 1779 0 R +/ToUnicode 1778 0 R >> endobj 204 0 obj @@ -51796,7 +51796,7 @@ endobj [368 0 R /XYZ 0 439.99 null] endobj 371 0 obj -<< /Length 14218 +<< /Length 7305 >> stream q @@ -52134,50 +52134,17 @@ BT <64656661756c742e> Tj ET -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -0.5 w -0.9333 0.9333 0.9333 SCN -108.24 390.628 m -108.24 287.948 l -S -Q -0.749 0.0 0.0 scn -0.749 0.0 0.0 SCN - -BT -66.24 330.288 Td -/F4.1 24 Tf -<22> Tj -ET - 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.1565 Tw +1.2577 Tw BT -120.24 374.664 Td +48.24 378.664 Td /F1.0 10.5 Tf -[<52656d656d62657220746861742c20696e7369646520746865204b> 20.0195 <6f746c696e205363726970742066696c652c20796f75206861766520746f2070726f76696465207468652066756c6c79207175616c6966696564>] TJ -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.2458 Tw - -BT -120.24 358.884 Td -/F1.0 10.5 Tf -<6e616d6520746f2074686520> Tj +[<59> 69.8242 <6f75206e65656420746f206578706c696369746c792070617373207468652074686520>] TJ ET @@ -52187,12 +52154,12 @@ ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN -1.2458 Tw +1.2577 Tw BT -186.064 358.884 Td +228.6892 378.664 Td /F3.0 10.5 Tf -<436f6e747261637444534c> Tj +<737072696e672d636c6f75642d636f6e74726163742d737065632d6b6f746c696e> Tj ET @@ -52202,12 +52169,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -1.2458 Tw +1.2577 Tw BT -243.814 358.884 Td +401.9392 378.664 Td /F1.0 10.5 Tf -[<20636c6173732e2047656e6572> 20.0195 <616c6c7920796f7520776f756c64207573652069747320636f6e7472> 20.0195 <6163742066756e6374696f6e206c696b> 20.0195 <65>] TJ +<20646570656e64656e637920746f20796f75722070726f6a656374> Tj ET @@ -52217,574 +52184,41 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -3.0 Tw - BT -120.24 343.104 Td +48.24 362.884 Td /F1.0 10.5 Tf -<746869733a20> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -3.0 Tw - -BT -147.4005 343.104 Td -/F3.0 10.5 Tf -<6f72672e737072696e676672616d65776f726b2e636c6f75642e636f6e74726163742e737065632e436f6e747261637444736c2e636f6e7472616374207b20> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -3.0 Tw - -BT -484.1506 343.104 Td -/F7.0 10.5 Tf - Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -3.0 Tw - -BT -494.6506 343.104 Td -/F3.0 10.5 Tf -<207d> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -3.0 Tw - -BT -508.1506 343.104 Td -/F1.0 10.5 Tf -[<2e2059> 69.8242 <6f75>] TJ -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -13.4817 Tw - -BT -120.24 327.324 Td -/F1.0 10.5 Tf -<63616e20616c736f2070726f7669646520616e20696d706f727420746f2074686520> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -13.4817 Tw - -BT -383.1581 327.324 Td -/F3.0 10.5 Tf -<636f6e7472616374> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -13.4817 Tw - -BT -425.1581 327.324 Td -/F1.0 10.5 Tf -<2066756e6374696f6e2028> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -13.4817 Tw - -BT -503.54 327.324 Td -/F3.0 10.5 Tf -<696d706f7274> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -21.8375 Tw - -BT -120.24 311.544 Td -/F3.0 10.5 Tf -<6f72672e737072696e676672616d65776f726b2e636c6f75642e636f6e74726163742e737065632e436f6e747261637444736c2e436f6d70616e696f6e2e636f6e7472616374> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -21.8375 Tw - -BT -487.74 311.544 Td -/F1.0 10.5 Tf -<2920616e64> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -120.24 295.764 Td -/F1.0 10.5 Tf -<7468656e2063616c6c20> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -BT -165.999 295.764 Td -/F3.0 10.5 Tf -<636f6e7472616374207b20> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -BT -223.749 295.764 Td -/F7.0 10.5 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -BT -234.249 295.764 Td -/F3.0 10.5 Tf -<207d> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -244.749 295.764 Td -/F1.0 10.5 Tf -<2e> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -48.24 257.264 Td -/F2.0 13 Tf -<342e312e342e204c696d69746174696f6e73> Tj +<706c7567696e2073657475702e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q -0.5 w +1.0 1.0 1.0 scn +52.24 347.068 m +543.04 347.068 l +545.2491 347.068 547.04 345.2771 547.04 343.068 c +547.04 -769.113 l +547.04 -771.3221 545.2491 -773.113 543.04 -773.113 c +52.24 -773.113 l +50.0309 -773.113 48.24 -771.3221 48.24 -769.113 c +48.24 343.068 l +48.24 345.2771 50.0309 347.068 52.24 347.068 c +h +f 0.9333 0.9333 0.9333 SCN -108.24 242.668 m -108.24 171.548 l +0.75 w +52.24 347.068 m +543.04 347.068 l +545.2491 347.068 547.04 345.2771 547.04 343.068 c +547.04 -769.113 l +547.04 -771.3221 545.2491 -773.113 543.04 -773.113 c +52.24 -773.113 l +50.0309 -773.113 48.24 -771.3221 48.24 -769.113 c +48.24 343.068 l +48.24 345.2771 50.0309 347.068 52.24 347.068 c +h S Q -0.749 0.4118 0.0 scn -0.749 0.4118 0.0 SCN - -BT -64.74 198.108 Td -/F4.1 24 Tf -<23> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.2179 Tw - -BT -120.24 226.704 Td -/F1.0 10.5 Tf -[<54686520737570706f727420666f7220766572696679696e67207468652073697a65206f66204a534f4e20617272> 20.0195 <61> 20.0195 <7973206973206578706572696d656e74616c2e20496620796f752077616e7420746f>] TJ -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -7.8678 Tw - -BT -120.24 210.924 Td -/F1.0 10.5 Tf -<7475726e206974206f6e2c20736574207468652076616c7565206f662074686520666f6c6c6f77696e672073797374656d2070726f706572747920746f20> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -7.8678 Tw - -BT -511.037 210.924 Td -/F3.0 10.5 Tf -<74727565> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -7.8678 Tw - -BT -532.037 210.924 Td -/F1.0 10.5 Tf -<3a> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -0.4722 Tw - -BT -120.24 195.144 Td -/F3.0 10.5 Tf -<737072696e672e636c6f75642e636f6e74726163742e76657269666965722e6173736572742e73697a65> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -0.4722 Tw - -BT -340.74 195.144 Td -/F1.0 10.5 Tf -[<2e2042> 20.0195 <792064656661756c742c207468697320666561747572652069732073657420746f20>] TJ -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -0.4722 Tw - -BT -506.165 195.144 Td -/F3.0 10.5 Tf -<66616c7365> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -0.4722 Tw - -BT -532.415 195.144 Td -/F1.0 10.5 Tf -<2e> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -120.24 179.364 Td -/F1.0 10.5 Tf -[<59> 69.8242 <6f752063616e20616c736f207365742074686520>] TJ -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -BT -220.1913 179.364 Td -/F3.0 10.5 Tf -<6173736572744a736f6e53697a65> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -293.6913 179.364 Td -/F1.0 10.5 Tf -[<2070726f706572747920696e2074686520706c7567696e20636f6e6669677572> 20.0195 <6174696f6e2e>] TJ -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -0.5 w -0.9333 0.9333 0.9333 SCN -108.24 159.548 m -108.24 104.208 l -S -Q -0.749 0.4118 0.0 scn -0.749 0.4118 0.0 SCN - -BT -64.74 122.878 Td -/F4.1 24 Tf -<23> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -3.4139 Tw - -BT -120.24 143.584 Td -/F1.0 10.5 Tf -[<42656361757365204a534f4e207374727563747572652063616e206861766520616e> 20.0195 <7920666f726d2c2069742063616e20626520696d706f737369626c6520746f207061727365206974>] TJ -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.4942 Tw - -BT -120.24 127.804 Td -/F1.0 10.5 Tf -<70726f7065726c79207768656e207573696e67207468652047726f6f76792044534c20616e642074686520> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -1.4942 Tw - -BT -360.2958 127.804 Td -/F3.0 10.5 Tf -<76616c756528636f6e73756d657228> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -1.4942 Tw - -BT -439.0458 127.804 Td -/F7.0 10.5 Tf - Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -1.4942 Tw - -BT -449.5458 127.804 Td -/F3.0 10.5 Tf -<292c2070726f647563657228> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -1.4942 Tw - -BT -514.04 127.804 Td -/F7.0 10.5 Tf - Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -1.4942 Tw - -BT -524.54 127.804 Td -/F3.0 10.5 Tf -<2929> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.4942 Tw - -BT -535.04 127.804 Td -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -120.24 112.024 Td -/F1.0 10.5 Tf -<6e6f746174696f6e20696e20> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.6941 0.1294 0.2745 scn -0.6941 0.1294 0.2745 SCN - -BT -178.1055 112.024 Td -/F3.0 10.5 Tf -<47537472696e67> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -214.8555 112.024 Td -/F1.0 10.5 Tf -[<2e2054686174206973207768> 20.0195 <7920796f752073686f756c6420757365207468652047726f6f7679204d6170206e6f746174696f6e2e>] TJ -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn Q endstream @@ -52803,8 +52237,6 @@ endobj /F3.0 40 0 R /F2.0 28 0 R /F1.0 8 0 R -/F4.1 44 0 R -/F7.0 203 0 R >> >> >> @@ -52813,10 +52245,7 @@ endobj [372 0 R /XYZ 0 499.028 null] endobj 374 0 obj -[372 0 R /XYZ 0 275.948 null] -endobj -375 0 obj -<< /Length 5625 +<< /Length 5178 >> stream q @@ -52826,7 +52255,1243 @@ q 0.2 0.2 0.2 SCN BT -48.24 792.006 Td +60.24 794.5242 Td +/F6.0 9.975 Tf +<4d6176656e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.9608 0.9608 0.9608 scn +64.24 786.899 m +531.04 786.899 l +533.2491 786.899 535.04 785.1081 535.04 782.899 c +535.04 385.659 l +535.04 383.4499 533.2491 381.659 531.04 381.659 c +64.24 381.659 l +62.0309 381.659 60.24 383.4499 60.24 385.659 c +60.24 782.899 l +60.24 785.1081 62.0309 786.899 64.24 786.899 c +h +f +0.8 0.8 0.8 SCN +0.75 w +64.24 786.899 m +531.04 786.899 l +533.2491 786.899 535.04 785.1081 535.04 782.899 c +535.04 385.659 l +535.04 383.4499 533.2491 381.659 531.04 381.659 c +64.24 381.659 l +62.0309 381.659 60.24 383.4499 60.24 385.659 c +60.24 782.899 l +60.24 785.1081 62.0309 786.899 64.24 786.899 c +h +S +Q +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 764.074 Td +/F3.0 11 Tf +<3c706c7567696e3e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 749.334 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 734.594 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 719.854 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 705.114 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 690.374 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 675.634 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 660.894 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 646.154 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 631.414 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 616.674 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 601.934 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 587.194 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 572.454 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 557.714 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 542.974 Td +/F3.0 11 Tf +<3c2f706c7567696e3e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 513.494 Td +/F3.0 11 Tf +<3c646570656e64656e636965733e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 498.754 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 484.014 Td +/F3.0 11 Tf +<636f6e73756d65722073696465202d2d3e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 469.274 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 454.534 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 439.794 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 425.054 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 410.314 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 395.574 Td +/F3.0 11 Tf +<3c2f646570656e64656e636965733e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q + +endstream +endobj +375 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 374 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F6.0 124 0 R +/F3.0 40 0 R +>> +>> +>> +endobj +376 0 obj +<< /Length 12803 +>> +stream +q +/DeviceRGB cs +0.2 0.2 0.2 scn +/DeviceRGB CS +0.2 0.2 0.2 SCN + +BT +60.24 794.5242 Td +/F6.0 9.975 Tf +[<4772> 20.0195 <61646c65>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.9608 0.9608 0.9608 scn +64.24 786.899 m +531.04 786.899 l +533.2491 786.899 535.04 785.1081 535.04 782.899 c +535.04 459.359 l +535.04 457.1499 533.2491 455.359 531.04 455.359 c +64.24 455.359 l +62.0309 455.359 60.24 457.1499 60.24 459.359 c +60.24 782.899 l +60.24 785.1081 62.0309 786.899 64.24 786.899 c +h +f +0.8 0.8 0.8 SCN +0.75 w +64.24 786.899 m +531.04 786.899 l +533.2491 786.899 535.04 785.1081 535.04 782.899 c +535.04 459.359 l +535.04 457.1499 533.2491 455.359 531.04 455.359 c +64.24 455.359 l +62.0309 455.359 60.24 457.1499 60.24 459.359 c +60.24 782.899 l +60.24 785.1081 62.0309 786.899 64.24 786.899 c +h +S +Q +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 764.074 Td +/F3.0 11 Tf +<6275696c64736372697074207b> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 749.334 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 734.594 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 719.854 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 705.114 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 690.374 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 675.634 Td +/F3.0 11 Tf +<706c7567696e3a247b7363436f6e747261637456657273696f6e7d22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 660.894 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 646.154 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 631.414 Td +/F3.0 11 Tf +<6b6f746c696e3a247b7363436f6e747261637456657273696f6e7d22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 616.674 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 601.934 Td +/F3.0 11 Tf +<7d> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 572.454 Td +/F3.0 11 Tf +<646570656e64656e63696573207b> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 557.714 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 528.234 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 513.494 Td +/F3.0 11 Tf +<73696465> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 498.754 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 484.014 Td +/F3.0 11 Tf +<6b6f746c696e22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 469.274 Td +/F3.0 11 Tf +<7d> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 431.359 m +108.24 328.679 l +S +Q +0.749 0.0 0.0 scn +0.749 0.0 0.0 SCN + +BT +66.24 371.019 Td +/F4.1 24 Tf +<22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1565 Tw + +BT +120.24 415.395 Td +/F1.0 10.5 Tf +[<52656d656d62657220746861742c20696e7369646520746865204b> 20.0195 <6f746c696e205363726970742066696c652c20796f75206861766520746f2070726f76696465207468652066756c6c79207175616c6966696564>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.2458 Tw + +BT +120.24 399.615 Td +/F1.0 10.5 Tf +<6e616d6520746f2074686520> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +1.2458 Tw + +BT +186.064 399.615 Td +/F3.0 10.5 Tf +<436f6e747261637444534c> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.2458 Tw + +BT +243.814 399.615 Td +/F1.0 10.5 Tf +[<20636c6173732e2047656e6572> 20.0195 <616c6c7920796f7520776f756c64207573652069747320636f6e7472> 20.0195 <6163742066756e6374696f6e206c696b> 20.0195 <65>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.0 Tw + +BT +120.24 383.835 Td +/F1.0 10.5 Tf +<746869733a20> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +3.0 Tw + +BT +147.4005 383.835 Td +/F3.0 10.5 Tf +<6f72672e737072696e676672616d65776f726b2e636c6f75642e636f6e74726163742e737065632e436f6e747261637444736c2e636f6e7472616374207b20> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +3.0 Tw + +BT +484.1506 383.835 Td +/F7.0 10.5 Tf + Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +3.0 Tw + +BT +494.6506 383.835 Td +/F3.0 10.5 Tf +<207d> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.0 Tw + +BT +508.1506 383.835 Td +/F1.0 10.5 Tf +[<2e2059> 69.8242 <6f75>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +13.4817 Tw + +BT +120.24 368.055 Td +/F1.0 10.5 Tf +<63616e20616c736f2070726f7669646520616e20696d706f727420746f2074686520> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +13.4817 Tw + +BT +383.1581 368.055 Td +/F3.0 10.5 Tf +<636f6e7472616374> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +13.4817 Tw + +BT +425.1581 368.055 Td +/F1.0 10.5 Tf +<2066756e6374696f6e2028> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +13.4817 Tw + +BT +503.54 368.055 Td +/F3.0 10.5 Tf +<696d706f7274> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +21.8375 Tw + +BT +120.24 352.275 Td +/F3.0 10.5 Tf +<6f72672e737072696e676672616d65776f726b2e636c6f75642e636f6e74726163742e737065632e436f6e747261637444736c2e436f6d70616e696f6e2e636f6e7472616374> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +21.8375 Tw + +BT +487.74 352.275 Td +/F1.0 10.5 Tf +<2920616e64> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 336.495 Td +/F1.0 10.5 Tf +<7468656e2063616c6c20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +BT +165.999 336.495 Td +/F3.0 10.5 Tf +<636f6e7472616374207b20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +BT +223.749 336.495 Td +/F7.0 10.5 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +BT +234.249 336.495 Td +/F3.0 10.5 Tf +<207d> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +244.749 336.495 Td +/F1.0 10.5 Tf +<2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 297.995 Td +/F2.0 13 Tf +<342e312e342e204c696d69746174696f6e73> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 283.399 m +108.24 212.279 l +S +Q +0.749 0.4118 0.0 scn +0.749 0.4118 0.0 SCN + +BT +64.74 238.839 Td +/F4.1 24 Tf +<23> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.2179 Tw + +BT +120.24 267.435 Td +/F1.0 10.5 Tf +[<54686520737570706f727420666f7220766572696679696e67207468652073697a65206f66204a534f4e20617272> 20.0195 <61> 20.0195 <7973206973206578706572696d656e74616c2e20496620796f752077616e7420746f>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +7.8678 Tw + +BT +120.24 251.655 Td +/F1.0 10.5 Tf +<7475726e206974206f6e2c20736574207468652076616c7565206f662074686520666f6c6c6f77696e672073797374656d2070726f706572747920746f20> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +7.8678 Tw + +BT +511.037 251.655 Td +/F3.0 10.5 Tf +<74727565> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +7.8678 Tw + +BT +532.037 251.655 Td +/F1.0 10.5 Tf +<3a> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +0.4722 Tw + +BT +120.24 235.875 Td +/F3.0 10.5 Tf +<737072696e672e636c6f75642e636f6e74726163742e76657269666965722e6173736572742e73697a65> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4722 Tw + +BT +340.74 235.875 Td +/F1.0 10.5 Tf +[<2e2042> 20.0195 <792064656661756c742c207468697320666561747572652069732073657420746f20>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +0.4722 Tw + +BT +506.165 235.875 Td +/F3.0 10.5 Tf +<66616c7365> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4722 Tw + +BT +532.415 235.875 Td +/F1.0 10.5 Tf +<2e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 220.095 Td +/F1.0 10.5 Tf +[<59> 69.8242 <6f752063616e20616c736f207365742074686520>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +BT +220.1913 220.095 Td +/F3.0 10.5 Tf +<6173736572744a736f6e53697a65> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +293.6913 220.095 Td +/F1.0 10.5 Tf +[<2070726f706572747920696e2074686520706c7567696e20636f6e6669677572> 20.0195 <6174696f6e2e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 200.279 m +108.24 144.939 l +S +Q +0.749 0.4118 0.0 scn +0.749 0.4118 0.0 SCN + +BT +64.74 163.609 Td +/F4.1 24 Tf +<23> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.4139 Tw + +BT +120.24 184.315 Td +/F1.0 10.5 Tf +[<42656361757365204a534f4e207374727563747572652063616e206861766520616e> 20.0195 <7920666f726d2c2069742063616e20626520696d706f737369626c6520746f207061727365206974>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.4942 Tw + +BT +120.24 168.535 Td +/F1.0 10.5 Tf +<70726f7065726c79207768656e207573696e67207468652047726f6f76792044534c20616e642074686520> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +1.4942 Tw + +BT +360.2958 168.535 Td +/F3.0 10.5 Tf +<76616c756528636f6e73756d657228> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +1.4942 Tw + +BT +439.0458 168.535 Td +/F7.0 10.5 Tf + Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +1.4942 Tw + +BT +449.5458 168.535 Td +/F3.0 10.5 Tf +<292c2070726f647563657228> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +1.4942 Tw + +BT +514.04 168.535 Td +/F7.0 10.5 Tf + Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +1.4942 Tw + +BT +524.54 168.535 Td +/F3.0 10.5 Tf +<2929> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.4942 Tw + +BT +535.04 168.535 Td +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 152.755 Td +/F1.0 10.5 Tf +<6e6f746174696f6e20696e20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +BT +178.1055 152.755 Td +/F3.0 10.5 Tf +<47537472696e67> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +214.8555 152.755 Td +/F1.0 10.5 Tf +[<2e2054686174206973207768> 20.0195 <7920796f752073686f756c6420757365207468652047726f6f7679204d6170206e6f746174696f6e2e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 114.255 Td /F2.0 13 Tf [<342e312e352e20436f6d6d6f6e2054> 29.7852 <6f702d4c6576656c20456c656d656e7473>] TJ ET @@ -52837,7 +53502,7 @@ ET 0.2 0.2 0.2 SCN BT -48.24 765.446 Td +48.24 87.695 Td /F1.0 10.5 Tf <54686520666f6c6c6f77696e672073656374696f6e7320646573637269626520746865206d6f737420636f6d6d6f6e20746f702d6c6576656c20656c656d656e74733a> Tj ET @@ -52850,7 +53515,7 @@ ET 0.2 0.2 0.2 SCN BT -56.8805 737.666 Td +56.8805 59.915 Td /F1.0 10.5 Tf Tj ET @@ -52863,20 +53528,66 @@ ET 0.2588 0.5451 0.7922 SCN BT -66.24 737.666 Td +66.24 59.915 Td /F1.0 10.5 Tf <4465736372697074696f6e> Tj ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn +Q + +endstream +endobj +377 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 376 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F6.0 124 0 R +/F3.0 40 0 R +/F4.1 44 0 R +/F1.0 8 0 R +/F7.0 203 0 R +/F2.0 28 0 R +>> +>> +/Annots [380 0 R] +>> +endobj +378 0 obj +[377 0 R /XYZ 0 316.679 null] +endobj +379 0 obj +[377 0 R /XYZ 0 132.939 null] +endobj +380 0 obj +<< /Border [0 0 0] +/Dest (contract-dsl-description) +/Subtype /Link +/Rect [66.24 56.849 124.0005 71.129] +/Type /Annot +>> +endobj +381 0 obj +<< /Length 4919 +>> +stream +q -0.5 Tc +/DeviceRGB cs 0.2 0.2 0.2 scn +/DeviceRGB CS 0.2 0.2 0.2 SCN BT -56.8805 715.886 Td +56.8805 793.926 Td /F1.0 10.5 Tf Tj ET @@ -52889,7 +53600,7 @@ ET 0.2588 0.5451 0.7922 SCN BT -66.24 715.886 Td +66.24 793.926 Td /F1.0 10.5 Tf <4e616d65> Tj ET @@ -52902,7 +53613,7 @@ ET 0.2 0.2 0.2 SCN BT -56.8805 694.106 Td +56.8805 772.146 Td /F1.0 10.5 Tf Tj ET @@ -52915,7 +53626,7 @@ ET 0.2588 0.5451 0.7922 SCN BT -66.24 694.106 Td +66.24 772.146 Td /F1.0 10.5 Tf [<49676e6f72696e6720436f6e7472> 20.0195 <61637473>] TJ ET @@ -52928,7 +53639,7 @@ ET 0.2 0.2 0.2 SCN BT -56.8805 672.326 Td +56.8805 750.366 Td /F1.0 10.5 Tf Tj ET @@ -52941,7 +53652,7 @@ ET 0.2588 0.5451 0.7922 SCN BT -66.24 672.326 Td +66.24 750.366 Td /F1.0 10.5 Tf [<436f6e7472> 20.0195 <6163747320696e2050726f6772657373>] TJ ET @@ -52954,7 +53665,7 @@ ET 0.2 0.2 0.2 SCN BT -56.8805 650.546 Td +56.8805 728.586 Td /F1.0 10.5 Tf Tj ET @@ -52967,7 +53678,7 @@ ET 0.2588 0.5451 0.7922 SCN BT -66.24 650.546 Td +66.24 728.586 Td /F1.0 10.5 Tf [<50617373696e672056> 60.0586 <616c7565732066726f6d2046696c6573>] TJ ET @@ -52978,7 +53689,7 @@ ET 0.2 0.2 0.2 SCN BT -48.24 618.716 Td +48.24 696.756 Td /F2.0 10.5 Tf <4465736372697074696f6e> Tj ET @@ -52991,7 +53702,7 @@ ET 1.4578 Tw BT -48.24 592.886 Td +48.24 670.926 Td /F1.0 10.5 Tf [<59> 69.8242 <6f752063616e20616464206120>] TJ ET @@ -53006,7 +53717,7 @@ ET 1.4578 Tw BT -126.0087 592.886 Td +126.0087 670.926 Td /F3.0 10.5 Tf <6465736372697074696f6e> Tj ET @@ -53021,7 +53732,7 @@ ET 1.4578 Tw BT -183.7587 592.886 Td +183.7587 670.926 Td /F1.0 10.5 Tf [<20746f20796f757220636f6e7472> 20.0195 <6163742e20546865206465736372697074696f6e20697320617262697472> 20.0195 <61727920746578742e2054686520666f6c6c6f77696e6720636f6465>] TJ ET @@ -53034,7 +53745,7 @@ ET 0.2 0.2 0.2 SCN BT -48.24 577.106 Td +48.24 655.146 Td /F1.0 10.5 Tf <73686f777320616e206578616d706c653a> Tj ET @@ -53043,28 +53754,28 @@ ET 0.0 0.0 0.0 scn q 1.0 1.0 1.0 scn -52.24 561.29 m -543.04 561.29 l -545.2491 561.29 547.04 559.4991 547.04 557.29 c -547.04 -1247.612 l -547.04 -1249.8211 545.2491 -1251.612 543.04 -1251.612 c -52.24 -1251.612 l -50.0309 -1251.612 48.24 -1249.8211 48.24 -1247.612 c -48.24 557.29 l -48.24 559.4991 50.0309 561.29 52.24 561.29 c +52.24 639.33 m +543.04 639.33 l +545.2491 639.33 547.04 637.5391 547.04 635.33 c +547.04 -1169.572 l +547.04 -1171.7811 545.2491 -1173.572 543.04 -1173.572 c +52.24 -1173.572 l +50.0309 -1173.572 48.24 -1171.7811 48.24 -1169.572 c +48.24 635.33 l +48.24 637.5391 50.0309 639.33 52.24 639.33 c h f 0.9333 0.9333 0.9333 SCN 0.75 w -52.24 561.29 m -543.04 561.29 l -545.2491 561.29 547.04 559.4991 547.04 557.29 c -547.04 -1247.612 l -547.04 -1249.8211 545.2491 -1251.612 543.04 -1251.612 c -52.24 -1251.612 l -50.0309 -1251.612 48.24 -1249.8211 48.24 -1247.612 c -48.24 557.29 l -48.24 559.4991 50.0309 561.29 52.24 561.29 c +52.24 639.33 m +543.04 639.33 l +545.2491 639.33 547.04 637.5391 547.04 635.33 c +547.04 -1169.572 l +547.04 -1171.7811 545.2491 -1173.572 543.04 -1173.572 c +52.24 -1173.572 l +50.0309 -1173.572 48.24 -1171.7811 48.24 -1169.572 c +48.24 635.33 l +48.24 637.5391 50.0309 639.33 52.24 639.33 c h S Q @@ -53072,7 +53783,7 @@ Q 0.2 0.2 0.2 SCN BT -60.24 537.9242 Td +60.24 615.9642 Td /F6.0 9.975 Tf <67726f6f7679> Tj ET @@ -53081,28 +53792,28 @@ ET 0.0 0.0 0.0 scn q 0.9608 0.9608 0.9608 scn -64.24 530.299 m -531.04 530.299 l -533.2491 530.299 535.04 528.5081 535.04 526.299 c -535.04 364.899 l -535.04 362.6899 533.2491 360.899 531.04 360.899 c -64.24 360.899 l -62.0309 360.899 60.24 362.6899 60.24 364.899 c -60.24 526.299 l -60.24 528.5081 62.0309 530.299 64.24 530.299 c +64.24 608.339 m +531.04 608.339 l +533.2491 608.339 535.04 606.5481 535.04 604.339 c +535.04 442.939 l +535.04 440.7299 533.2491 438.939 531.04 438.939 c +64.24 438.939 l +62.0309 438.939 60.24 440.7299 60.24 442.939 c +60.24 604.339 l +60.24 606.5481 62.0309 608.339 64.24 608.339 c h f 0.8 0.8 0.8 SCN 0.75 w -64.24 530.299 m -531.04 530.299 l -533.2491 530.299 535.04 528.5081 535.04 526.299 c -535.04 364.899 l -535.04 362.6899 533.2491 360.899 531.04 360.899 c -64.24 360.899 l -62.0309 360.899 60.24 362.6899 60.24 364.899 c -60.24 526.299 l -60.24 528.5081 62.0309 530.299 64.24 530.299 c +64.24 608.339 m +531.04 608.339 l +533.2491 608.339 535.04 606.5481 535.04 604.339 c +535.04 442.939 l +535.04 440.7299 533.2491 438.939 531.04 438.939 c +64.24 438.939 l +62.0309 438.939 60.24 440.7299 60.24 442.939 c +60.24 604.339 l +60.24 606.5481 62.0309 608.339 64.24 608.339 c h S Q @@ -53110,7 +53821,7 @@ Q 0.2 0.2 0.2 SCN BT -71.24 507.474 Td +71.24 585.514 Td /F3.0 11 Tf Tj ET @@ -53121,7 +53832,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 492.734 Td +71.24 570.774 Td /F3.0 11 Tf Tj ET @@ -53132,7 +53843,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 477.994 Td +71.24 556.034 Td /F3.0 11 Tf <676976656e3a> Tj ET @@ -53143,7 +53854,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 463.254 Td +71.24 541.294 Td /F3.0 11 Tf Tj ET @@ -53154,7 +53865,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 448.514 Td +71.24 526.554 Td /F3.0 11 Tf <7768656e3a> Tj ET @@ -53165,7 +53876,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 433.774 Td +71.24 511.814 Td /F3.0 11 Tf Tj ET @@ -53176,7 +53887,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 419.034 Td +71.24 497.074 Td /F3.0 11 Tf <7468656e3a> Tj ET @@ -53187,7 +53898,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 404.294 Td +71.24 482.334 Td /F3.0 11 Tf Tj ET @@ -53198,7 +53909,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 389.554 Td +71.24 467.594 Td /F3.0 11 Tf <27272729> Tj ET @@ -53209,7 +53920,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 374.814 Td +71.24 452.854 Td /F3.0 11 Tf Tj ET @@ -53220,7 +53931,7 @@ Q endstream endobj -376 0 obj +382 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -53228,64 +53939,53 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 375 0 R +/Contents 381 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] -/Font << /F2.0 28 0 R -/F1.0 8 0 R +/Font << /F1.0 8 0 R +/F2.0 28 0 R /F3.0 40 0 R /F6.0 124 0 R >> >> -/Annots [378 0 R 379 0 R 380 0 R 381 0 R 382 0 R] ->> -endobj -377 0 obj -[376 0 R /XYZ 0 841.89 null] -endobj -378 0 obj -<< /Border [0 0 0] -/Dest (contract-dsl-description) -/Subtype /Link -/Rect [66.24 734.6 124.0005 748.88] -/Type /Annot ->> -endobj -379 0 obj -<< /Border [0 0 0] -/Dest (contract-dsl-name) -/Subtype /Link -/Rect [66.24 712.82 95.682 727.1] -/Type /Annot ->> -endobj -380 0 obj -<< /Border [0 0 0] -/Dest (contract-dsl-ignoring-contracts) -/Subtype /Link -/Rect [66.24 691.04 159.2068 705.32] -/Type /Annot ->> -endobj -381 0 obj -<< /Border [0 0 0] -/Dest (contract-dsl-in-progress) -/Subtype /Link -/Rect [66.24 669.26 172.0273 683.54] -/Type /Annot ->> -endobj -382 0 obj -<< /Border [0 0 0] -/Dest (contract-dsl-passing-values-from-files) -/Subtype /Link -/Rect [66.24 647.48 192.4284 661.76] -/Type /Annot +/Annots [383 0 R 384 0 R 385 0 R 386 0 R] >> endobj 383 0 obj -[376 0 R /XYZ 0 634.73 null] +<< /Border [0 0 0] +/Dest (contract-dsl-name) +/Subtype /Link +/Rect [66.24 790.86 95.682 805.14] +/Type /Annot +>> endobj 384 0 obj +<< /Border [0 0 0] +/Dest (contract-dsl-ignoring-contracts) +/Subtype /Link +/Rect [66.24 769.08 159.2068 783.36] +/Type /Annot +>> +endobj +385 0 obj +<< /Border [0 0 0] +/Dest (contract-dsl-in-progress) +/Subtype /Link +/Rect [66.24 747.3 172.0273 761.58] +/Type /Annot +>> +endobj +386 0 obj +<< /Border [0 0 0] +/Dest (contract-dsl-passing-values-from-files) +/Subtype /Link +/Rect [66.24 725.52 192.4284 739.8] +/Type /Annot +>> +endobj +387 0 obj +[382 0 R /XYZ 0 712.77 null] +endobj +388 0 obj << /Length 7481 >> stream @@ -53873,7 +54573,7 @@ Q endstream endobj -385 0 obj +389 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -53881,7 +54581,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 384 0 R +/Contents 388 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -53889,7 +54589,7 @@ endobj >> >> endobj -386 0 obj +390 0 obj << /Length 6501 >> stream @@ -54327,7 +55027,7 @@ Q endstream endobj -387 0 obj +391 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -54335,7 +55035,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 386 0 R +/Contents 390 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -54346,10 +55046,10 @@ endobj >> >> endobj -388 0 obj -[387 0 R /XYZ 0 496.288 null] +392 0 obj +[391 0 R /XYZ 0 496.288 null] endobj -389 0 obj +393 0 obj << /Length 6306 >> stream @@ -54733,7 +55433,7 @@ Q endstream endobj -390 0 obj +394 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -54741,7 +55441,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 389 0 R +/Contents 393 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -54751,10 +55451,10 @@ endobj >> >> endobj -391 0 obj -[390 0 R /XYZ 0 422.526 null] +395 0 obj +[394 0 R /XYZ 0 422.526 null] endobj -392 0 obj +396 0 obj << /Length 6683 >> stream @@ -55148,7 +55848,7 @@ Q endstream endobj -393 0 obj +397 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -55156,7 +55856,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 392 0 R +/Contents 396 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -55167,15 +55867,15 @@ endobj >> >> endobj -394 0 obj -[393 0 R /XYZ 0 422.526 null] +398 0 obj +[397 0 R /XYZ 0 422.526 null] endobj -395 0 obj +399 0 obj << /Limits [(contract-java) (features)] -/Names [(contract-java) 370 0 R (contract-kotlin) 373 0 R (contract-limitations) 374 0 R (contract-stateful-contracts) 590 0 R (documentation) 31 0 R (documentation-getting-help) 36 0 R (feature-integrations) 595 0 R (feature-webflux) 599 0 R (feature-webflux-explicit) 602 0 R (features) 353 0 R] +/Names [(contract-java) 370 0 R (contract-kotlin) 373 0 R (contract-limitations) 378 0 R (contract-stateful-contracts) 594 0 R (documentation) 31 0 R (documentation-getting-help) 36 0 R (feature-integrations) 599 0 R (feature-webflux) 603 0 R (feature-webflux-explicit) 606 0 R (features) 353 0 R] >> endobj -396 0 obj +400 0 obj << /Length 9642 >> stream @@ -55768,7 +56468,7 @@ Q endstream endobj -397 0 obj +401 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -55776,7 +56476,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 396 0 R +/Contents 400 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -55787,10 +56487,10 @@ endobj >> >> endobj -398 0 obj -[397 0 R /XYZ 0 378.966 null] +402 0 obj +[401 0 R /XYZ 0 378.966 null] endobj -399 0 obj +403 0 obj << /Length 7936 >> stream @@ -56317,7 +57017,7 @@ Q endstream endobj -400 0 obj +404 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -56325,7 +57025,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 399 0 R +/Contents 403 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -56333,7 +57033,7 @@ endobj >> >> endobj -401 0 obj +405 0 obj << /Length 7642 >> stream @@ -56838,7 +57538,7 @@ Q endstream endobj -402 0 obj +406 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -56846,7 +57546,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 401 0 R +/Contents 405 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -56854,7 +57554,7 @@ endobj >> >> endobj -403 0 obj +407 0 obj << /Length 9943 >> stream @@ -57498,7 +58198,7 @@ Q endstream endobj -404 0 obj +408 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -57506,7 +58206,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 403 0 R +/Contents 407 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F6.0 124 0 R @@ -57515,7 +58215,7 @@ endobj >> >> endobj -405 0 obj +409 0 obj << /Length 7633 >> stream @@ -58009,7 +58709,7 @@ Q endstream endobj -406 0 obj +410 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -58017,7 +58717,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 405 0 R +/Contents 409 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -58025,7 +58725,7 @@ endobj >> >> endobj -407 0 obj +411 0 obj << /Length 9212 >> stream @@ -58627,7 +59327,7 @@ Q endstream endobj -408 0 obj +412 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -58635,7 +59335,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 407 0 R +/Contents 411 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -58646,13 +59346,13 @@ endobj >> >> endobj -409 0 obj -[408 0 R /XYZ 0 409.279 null] +413 0 obj +[412 0 R /XYZ 0 409.279 null] endobj -410 0 obj -[408 0 R /XYZ 0 278.299 null] +414 0 obj +[412 0 R /XYZ 0 278.299 null] endobj -411 0 obj +415 0 obj << /Length 5676 >> stream @@ -59025,7 +59725,7 @@ Q endstream endobj -412 0 obj +416 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -59033,7 +59733,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 411 0 R +/Contents 415 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -59041,7 +59741,7 @@ endobj >> >> endobj -413 0 obj +417 0 obj << /Length 4430 >> stream @@ -59321,7 +60021,7 @@ Q endstream endobj -414 0 obj +418 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -59329,7 +60029,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 413 0 R +/Contents 417 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -59337,7 +60037,7 @@ endobj >> >> endobj -415 0 obj +419 0 obj << /Length 8169 >> stream @@ -59883,7 +60583,7 @@ Q endstream endobj -416 0 obj +420 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -59891,7 +60591,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 415 0 R +/Contents 419 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -59902,10 +60602,10 @@ endobj >> >> endobj -417 0 obj -[416 0 R /XYZ 0 334.539 null] +421 0 obj +[420 0 R /XYZ 0 334.539 null] endobj -418 0 obj +422 0 obj << /Length 6271 >> stream @@ -60316,7 +61016,7 @@ Q endstream endobj -419 0 obj +423 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -60324,7 +61024,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 418 0 R +/Contents 422 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -60332,7 +61032,7 @@ endobj >> >> endobj -420 0 obj +424 0 obj << /Length 8328 >> stream @@ -60889,7 +61589,7 @@ Q endstream endobj -421 0 obj +425 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -60897,7 +61597,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 420 0 R +/Contents 424 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -60906,7 +61606,7 @@ endobj >> >> endobj -422 0 obj +426 0 obj << /Length 6199 >> stream @@ -61306,7 +62006,7 @@ Q endstream endobj -423 0 obj +427 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -61314,7 +62014,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 422 0 R +/Contents 426 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -61323,7 +62023,7 @@ endobj >> >> endobj -424 0 obj +428 0 obj << /Length 7512 >> stream @@ -61779,7 +62479,7 @@ Q endstream endobj -425 0 obj +429 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -61787,7 +62487,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 424 0 R +/Contents 428 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -61795,7 +62495,7 @@ endobj >> >> endobj -426 0 obj +430 0 obj << /Length 1374 >> stream @@ -61899,7 +62599,7 @@ Q endstream endobj -427 0 obj +431 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -61907,7 +62607,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 426 0 R +/Contents 430 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -61915,7 +62615,7 @@ endobj >> >> endobj -428 0 obj +432 0 obj << /Length 8348 >> stream @@ -62404,7 +63104,7 @@ Q endstream endobj -429 0 obj +433 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -62412,7 +63112,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 428 0 R +/Contents 432 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -62420,7 +63120,7 @@ endobj >> >> endobj -430 0 obj +434 0 obj << /Length 8125 >> stream @@ -62903,7 +63603,7 @@ Q endstream endobj -431 0 obj +435 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -62911,7 +63611,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 430 0 R +/Contents 434 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -62920,7 +63620,7 @@ endobj >> >> endobj -432 0 obj +436 0 obj << /Length 4855 >> stream @@ -63260,7 +63960,7 @@ Q endstream endobj -433 0 obj +437 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -63268,7 +63968,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 432 0 R +/Contents 436 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -63276,7 +63976,7 @@ endobj >> >> endobj -434 0 obj +438 0 obj << /Length 8080 >> stream @@ -63808,7 +64508,7 @@ Q endstream endobj -435 0 obj +439 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -63816,7 +64516,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 434 0 R +/Contents 438 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -63825,7 +64525,7 @@ endobj >> >> endobj -436 0 obj +440 0 obj << /Length 4871 >> stream @@ -64165,7 +64865,7 @@ Q endstream endobj -437 0 obj +441 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -64173,7 +64873,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 436 0 R +/Contents 440 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -64181,7 +64881,7 @@ endobj >> >> endobj -438 0 obj +442 0 obj << /Length 7469 >> stream @@ -64686,7 +65386,7 @@ Q endstream endobj -439 0 obj +443 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -64694,7 +65394,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 438 0 R +/Contents 442 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -64703,7 +65403,7 @@ endobj >> >> endobj -440 0 obj +444 0 obj << /Length 7959 >> stream @@ -65209,7 +65909,7 @@ Q endstream endobj -441 0 obj +445 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -65217,7 +65917,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 440 0 R +/Contents 444 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -65225,7 +65925,7 @@ endobj >> >> endobj -442 0 obj +446 0 obj << /Length 10312 >> stream @@ -65856,7 +66556,7 @@ Q endstream endobj -443 0 obj +447 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -65864,7 +66564,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 442 0 R +/Contents 446 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -65873,7 +66573,7 @@ endobj >> >> endobj -444 0 obj +448 0 obj << /Length 4457 >> stream @@ -66186,7 +66886,7 @@ Q endstream endobj -445 0 obj +449 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -66194,14 +66894,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 444 0 R +/Contents 448 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -446 0 obj +450 0 obj << /Length 8626 >> stream @@ -66758,7 +67458,7 @@ Q endstream endobj -447 0 obj +451 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -66766,7 +67466,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 446 0 R +/Contents 450 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -66774,7 +67474,7 @@ endobj >> >> endobj -448 0 obj +452 0 obj << /Length 7845 >> stream @@ -67241,7 +67941,7 @@ Q endstream endobj -449 0 obj +453 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -67249,14 +67949,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 448 0 R +/Contents 452 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -450 0 obj +454 0 obj << /Length 13613 >> stream @@ -68242,7 +68942,7 @@ Q endstream endobj -451 0 obj +455 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -68250,7 +68950,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 450 0 R +/Contents 454 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -68260,7 +68960,7 @@ endobj >> >> endobj -452 0 obj +456 0 obj << /Length 8091 >> stream @@ -68845,7 +69545,7 @@ Q endstream endobj -453 0 obj +457 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -68853,7 +69553,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 452 0 R +/Contents 456 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -68863,7 +69563,7 @@ endobj >> >> endobj -454 0 obj +458 0 obj << /Length 7532 >> stream @@ -69328,7 +70028,7 @@ Q endstream endobj -455 0 obj +459 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -69336,7 +70036,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 454 0 R +/Contents 458 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -69346,10 +70046,10 @@ endobj >> >> endobj -456 0 obj -[455 0 R /XYZ 0 269.219 null] +460 0 obj +[459 0 R /XYZ 0 269.219 null] endobj -457 0 obj +461 0 obj << /Length 6262 >> stream @@ -69771,7 +70471,7 @@ Q endstream endobj -458 0 obj +462 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -69779,7 +70479,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 457 0 R +/Contents 461 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -69787,7 +70487,7 @@ endobj >> >> endobj -459 0 obj +463 0 obj << /Length 11779 >> stream @@ -70624,7 +71324,7 @@ Q endstream endobj -460 0 obj +464 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -70632,7 +71332,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 459 0 R +/Contents 463 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -70642,10 +71342,10 @@ endobj /F4.1 44 0 R >> >> -/Annots [461 0 R 463 0 R 465 0 R] +/Annots [465 0 R 467 0 R 469 0 R] >> endobj -461 0 obj +465 0 obj << /Border [0 0 0] /Dest (contract-dsl-request) /Subtype /Link @@ -70653,10 +71353,10 @@ endobj /Type /Annot >> endobj -462 0 obj -[460 0 R /XYZ 0 437.339 null] +466 0 obj +[464 0 R /XYZ 0 437.339 null] endobj -463 0 obj +467 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -70667,10 +71367,10 @@ endobj /Type /Annot >> endobj -464 0 obj -[460 0 R /XYZ 0 221.819 null] +468 0 obj +[464 0 R /XYZ 0 221.819 null] endobj -465 0 obj +469 0 obj << /Border [0 0 0] /Dest (contract-dsl-matchers) /Subtype /Link @@ -70678,7 +71378,7 @@ endobj /Type /Annot >> endobj -466 0 obj +470 0 obj << /Length 10139 >> stream @@ -71339,7 +72039,7 @@ Q endstream endobj -467 0 obj +471 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -71347,7 +72047,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 466 0 R +/Contents 470 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -71356,13 +72056,13 @@ endobj /F4.1 44 0 R >> >> -/Annots [469 0 R 470 0 R 471 0 R 472 0 R] +/Annots [473 0 R 474 0 R 475 0 R 476 0 R] >> endobj -468 0 obj -[467 0 R /XYZ 0 514.428 null] +472 0 obj +[471 0 R /XYZ 0 514.428 null] endobj -469 0 obj +473 0 obj << /Border [0 0 0] /Dest (contract-dsl-matchers) /Subtype /Link @@ -71370,7 +72070,7 @@ endobj /Type /Annot >> endobj -470 0 obj +474 0 obj << /Border [0 0 0] /Dest (contract-dsl-matchers) /Subtype /Link @@ -71378,7 +72078,7 @@ endobj /Type /Annot >> endobj -471 0 obj +475 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -71389,7 +72089,7 @@ endobj /Type /Annot >> endobj -472 0 obj +476 0 obj << /Border [0 0 0] /Dest (contract-dsl-regex-limitations) /Subtype /Link @@ -71397,7 +72097,7 @@ endobj /Type /Annot >> endobj -473 0 obj +477 0 obj << /Length 8630 >> stream @@ -71946,7 +72646,7 @@ Q endstream endobj -474 0 obj +478 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -71954,7 +72654,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 473 0 R +/Contents 477 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -71962,7 +72662,7 @@ endobj >> >> endobj -475 0 obj +479 0 obj << /Length 8746 >> stream @@ -72523,7 +73223,7 @@ Q endstream endobj -476 0 obj +480 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -72531,7 +73231,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 475 0 R +/Contents 479 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -72540,7 +73240,7 @@ endobj >> >> endobj -477 0 obj +481 0 obj << /Length 7339 >> stream @@ -73008,7 +73708,7 @@ Q endstream endobj -478 0 obj +482 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -73016,7 +73716,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 477 0 R +/Contents 481 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -73024,7 +73724,7 @@ endobj >> >> endobj -479 0 obj +483 0 obj << /Length 4565 >> stream @@ -73315,7 +74015,7 @@ Q endstream endobj -480 0 obj +484 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -73323,7 +74023,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 479 0 R +/Contents 483 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -73331,7 +74031,7 @@ endobj >> >> endobj -481 0 obj +485 0 obj << /Length 5961 >> stream @@ -73728,7 +74428,7 @@ Q endstream endobj -482 0 obj +486 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -73736,7 +74436,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 481 0 R +/Contents 485 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -73744,7 +74444,7 @@ endobj >> >> endobj -483 0 obj +487 0 obj << /Length 4452 >> stream @@ -74053,7 +74753,7 @@ Q endstream endobj -484 0 obj +488 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -74061,7 +74761,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 483 0 R +/Contents 487 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -74069,7 +74769,7 @@ endobj >> >> endobj -485 0 obj +489 0 obj << /Length 6494 >> stream @@ -74459,7 +75159,7 @@ Q endstream endobj -486 0 obj +490 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -74467,7 +75167,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 485 0 R +/Contents 489 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -74475,7 +75175,7 @@ endobj >> >> endobj -487 0 obj +491 0 obj << /Length 11050 >> stream @@ -75266,7 +75966,7 @@ Q endstream endobj -488 0 obj +492 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -75274,7 +75974,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 487 0 R +/Contents 491 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -75283,13 +75983,13 @@ endobj /F1.0 8 0 R >> >> -/Annots [490 0 R 491 0 R] +/Annots [494 0 R 495 0 R] >> endobj -489 0 obj -[488 0 R /XYZ 0 239.739 null] +493 0 obj +[492 0 R /XYZ 0 239.739 null] endobj -490 0 obj +494 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -75300,7 +76000,7 @@ endobj /Type /Annot >> endobj -491 0 obj +495 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -75311,7 +76011,7 @@ endobj /Type /Annot >> endobj -492 0 obj +496 0 obj << /Length 8036 >> stream @@ -75843,7 +76543,7 @@ Q endstream endobj -493 0 obj +497 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -75851,7 +76551,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 492 0 R +/Contents 496 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F4.1 44 0 R @@ -75860,13 +76560,13 @@ endobj /F3.0 40 0 R >> >> -/Annots [495 0 R 496 0 R] +/Annots [499 0 R 500 0 R] >> endobj -494 0 obj -[493 0 R /XYZ 0 841.89 null] +498 0 obj +[497 0 R /XYZ 0 841.89 null] endobj -495 0 obj +499 0 obj << /Border [0 0 0] /Dest (contract-dsl-matchers) /Subtype /Link @@ -75874,7 +76574,7 @@ endobj /Type /Annot >> endobj -496 0 obj +500 0 obj << /Border [0 0 0] /Dest (contract-dsl-matchers) /Subtype /Link @@ -75882,7 +76582,7 @@ endobj /Type /Annot >> endobj -497 0 obj +501 0 obj << /Length 5224 >> stream @@ -76206,7 +76906,7 @@ Q endstream endobj -498 0 obj +502 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -76214,7 +76914,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 497 0 R +/Contents 501 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -76222,7 +76922,7 @@ endobj >> >> endobj -499 0 obj +503 0 obj << /Length 5943 >> stream @@ -76624,7 +77324,7 @@ Q endstream endobj -500 0 obj +504 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -76632,7 +77332,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 499 0 R +/Contents 503 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -76641,7 +77341,7 @@ endobj >> >> endobj -501 0 obj +505 0 obj << /Length 7778 >> stream @@ -77104,7 +77804,7 @@ Q endstream endobj -502 0 obj +506 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -77112,7 +77812,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 501 0 R +/Contents 505 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -77121,7 +77821,7 @@ endobj >> >> endobj -503 0 obj +507 0 obj << /Length 7473 >> stream @@ -77632,7 +78332,7 @@ Q endstream endobj -504 0 obj +508 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -77640,7 +78340,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 503 0 R +/Contents 507 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -77648,13 +78348,13 @@ endobj /F1.0 8 0 R >> >> -/Annots [506 0 R 507 0 R] +/Annots [510 0 R 511 0 R] >> endobj -505 0 obj -[504 0 R /XYZ 0 344.43 null] +509 0 obj +[508 0 R /XYZ 0 344.43 null] endobj -506 0 obj +510 0 obj << /Border [0 0 0] /Dest (contract-dsl-matchers) /Subtype /Link @@ -77662,7 +78362,7 @@ endobj /Type /Annot >> endobj -507 0 obj +511 0 obj << /Border [0 0 0] /Dest (contract-dsl-matchers) /Subtype /Link @@ -77670,7 +78370,7 @@ endobj /Type /Annot >> endobj -508 0 obj +512 0 obj << /Length 13220 >> stream @@ -78591,7 +79291,7 @@ Q endstream endobj -509 0 obj +513 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -78599,7 +79299,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 508 0 R +/Contents 512 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -78609,7 +79309,7 @@ endobj >> >> endobj -510 0 obj +514 0 obj << /Length 10447 >> stream @@ -79333,7 +80033,7 @@ Q endstream endobj -511 0 obj +515 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -79341,7 +80041,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 510 0 R +/Contents 514 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.1 44 0 R /F1.0 8 0 R @@ -79351,15 +80051,15 @@ endobj >> >> endobj -512 0 obj -[511 0 R /XYZ 0 290.71 null] +516 0 obj +[515 0 R /XYZ 0 290.71 null] endobj -513 0 obj +517 0 obj << /Limits [(contract-dsl-ignoring-contracts) (contract-groovy)] -/Names [(contract-dsl-ignoring-contracts) 391 0 R (contract-dsl-in-progress) 394 0 R (contract-dsl-matchers) 531 0 R (contract-dsl-messaging-common) 645 0 R (contract-dsl-messaging-top-level) 627 0 R (contract-dsl-multiple) 581 0 R (contract-dsl-name) 388 0 R (contract-dsl-optional-params) 494 0 R (contract-dsl-output-triggered-message) 639 0 R (contract-dsl-output-triggered-method) 634 0 R (contract-dsl-passing-values-from-files) 398 0 R (contract-dsl-referencing-request-from-response) 512 0 R (contract-dsl-regex) 468 0 R (contract-dsl-regex-limitations) 489 0 R (contract-dsl-request) 417 0 R (contract-dsl-response) 456 0 R (contract-dsl-rest-docs) 1078 0 R (contract-dsl-xml) 570 0 R (contract-groovy) 369 0 R] +/Names [(contract-dsl-ignoring-contracts) 395 0 R (contract-dsl-in-progress) 398 0 R (contract-dsl-matchers) 535 0 R (contract-dsl-messaging-common) 649 0 R (contract-dsl-messaging-top-level) 631 0 R (contract-dsl-multiple) 585 0 R (contract-dsl-name) 392 0 R (contract-dsl-optional-params) 498 0 R (contract-dsl-output-triggered-message) 643 0 R (contract-dsl-output-triggered-method) 638 0 R (contract-dsl-passing-values-from-files) 402 0 R (contract-dsl-referencing-request-from-response) 516 0 R (contract-dsl-regex) 472 0 R (contract-dsl-regex-limitations) 493 0 R (contract-dsl-request) 421 0 R (contract-dsl-response) 460 0 R (contract-dsl-rest-docs) 1082 0 R (contract-dsl-xml) 574 0 R (contract-groovy) 369 0 R] >> endobj -514 0 obj +518 0 obj << /Length 14361 >> stream @@ -80378,7 +81078,7 @@ Q endstream endobj -515 0 obj +519 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -80386,17 +81086,17 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 514 0 R +/Contents 518 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R /F6.0 124 0 R >> >> -/Annots [516 0 R] +/Annots [520 0 R] >> endobj -516 0 obj +520 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -80407,7 +81107,7 @@ endobj /Type /Annot >> endobj -517 0 obj +521 0 obj << /Length 10013 >> stream @@ -81026,7 +81726,7 @@ Q endstream endobj -518 0 obj +522 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -81034,14 +81734,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 517 0 R +/Contents 521 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -519 0 obj +523 0 obj << /Length 7422 >> stream @@ -81535,7 +82235,7 @@ Q endstream endobj -520 0 obj +524 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -81543,7 +82243,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 519 0 R +/Contents 523 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F6.0 124 0 R @@ -81551,7 +82251,7 @@ endobj >> >> endobj -521 0 obj +525 0 obj << /Length 6250 >> stream @@ -81941,7 +82641,7 @@ Q endstream endobj -522 0 obj +526 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -81949,7 +82649,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 521 0 R +/Contents 525 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -81957,7 +82657,7 @@ endobj >> >> endobj -523 0 obj +527 0 obj << /Length 5019 >> stream @@ -82292,7 +82992,7 @@ Q endstream endobj -524 0 obj +528 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -82300,7 +83000,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 523 0 R +/Contents 527 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -82309,7 +83009,7 @@ endobj >> >> endobj -525 0 obj +529 0 obj << /Length 6982 >> stream @@ -82690,7 +83390,7 @@ Q endstream endobj -526 0 obj +530 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -82698,7 +83398,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 525 0 R +/Contents 529 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -82706,7 +83406,7 @@ endobj >> >> endobj -527 0 obj +531 0 obj << /Length 7539 >> stream @@ -83209,7 +83909,7 @@ Q endstream endobj -528 0 obj +532 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -83217,7 +83917,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 527 0 R +/Contents 531 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -83225,7 +83925,7 @@ endobj >> >> endobj -529 0 obj +533 0 obj << /Length 13777 >> stream @@ -84208,7 +84908,7 @@ Q endstream endobj -530 0 obj +534 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -84216,7 +84916,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 529 0 R +/Contents 533 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F4.1 44 0 R @@ -84226,13 +84926,13 @@ endobj /F7.0 203 0 R >> >> -/Annots [532 0 R] +/Annots [536 0 R] >> endobj -531 0 obj -[530 0 R /XYZ 0 447.59 null] +535 0 obj +[534 0 R /XYZ 0 447.59 null] endobj -532 0 obj +536 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -84243,10 +84943,10 @@ endobj /Type /Annot >> endobj -533 0 obj -[530 0 R /XYZ 0 221.69 null] +537 0 obj +[534 0 R /XYZ 0 221.69 null] endobj -534 0 obj +538 0 obj << /Length 17401 >> stream @@ -85556,7 +86256,7 @@ Q endstream endobj -535 0 obj +539 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -85564,7 +86264,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 534 0 R +/Contents 538 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.1 9 0 R /F3.0 40 0 R @@ -85576,10 +86276,10 @@ endobj >> >> endobj -536 0 obj -[535 0 R /XYZ 0 198.93 null] +540 0 obj +[539 0 R /XYZ 0 198.93 null] endobj -537 0 obj +541 0 obj << /Length 12925 >> stream @@ -86628,7 +87328,7 @@ Q endstream endobj -538 0 obj +542 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -86636,7 +87336,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 537 0 R +/Contents 541 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -86645,7 +87345,7 @@ endobj >> >> endobj -539 0 obj +543 0 obj << /Length 10021 >> stream @@ -87265,7 +87965,7 @@ Q endstream endobj -540 0 obj +544 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -87273,7 +87973,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 539 0 R +/Contents 543 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -87282,7 +87982,7 @@ endobj >> >> endobj -541 0 obj +545 0 obj << /Length 10981 >> stream @@ -87901,7 +88601,7 @@ Q endstream endobj -542 0 obj +546 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -87909,14 +88609,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 541 0 R +/Contents 545 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -543 0 obj +547 0 obj << /Length 9297 >> stream @@ -88539,7 +89239,7 @@ Q endstream endobj -544 0 obj +548 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -88547,7 +89247,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 543 0 R +/Contents 547 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F6.0 124 0 R @@ -88555,7 +89255,7 @@ endobj >> >> endobj -545 0 obj +549 0 obj << /Length 8095 >> stream @@ -89174,7 +89874,7 @@ Q endstream endobj -546 0 obj +550 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -89182,14 +89882,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 545 0 R +/Contents 549 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -547 0 obj +551 0 obj << /Length 8445 >> stream @@ -89808,7 +90508,7 @@ Q endstream endobj -548 0 obj +552 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -89816,14 +90516,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 547 0 R +/Contents 551 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -549 0 obj +553 0 obj << /Length 8261 >> stream @@ -90442,7 +91142,7 @@ Q endstream endobj -550 0 obj +554 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -90450,14 +91150,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 549 0 R +/Contents 553 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -551 0 obj +555 0 obj << /Length 12878 >> stream @@ -91367,7 +92067,7 @@ Q endstream endobj -552 0 obj +556 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -91375,7 +92075,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 551 0 R +/Contents 555 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -91383,7 +92083,7 @@ endobj >> >> endobj -553 0 obj +557 0 obj << /Length 10775 >> stream @@ -91969,7 +92669,7 @@ Q endstream endobj -554 0 obj +558 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -91977,7 +92677,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 553 0 R +/Contents 557 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -91985,7 +92685,7 @@ endobj >> >> endobj -555 0 obj +559 0 obj << /Length 11424 >> stream @@ -92699,7 +93399,7 @@ Q endstream endobj -556 0 obj +560 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -92707,7 +93407,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 555 0 R +/Contents 559 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F4.1 44 0 R @@ -92716,7 +93416,7 @@ endobj >> >> endobj -557 0 obj +561 0 obj << /Length 10591 >> stream @@ -93411,7 +94111,7 @@ Q endstream endobj -558 0 obj +562 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -93419,7 +94119,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 557 0 R +/Contents 561 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F4.1 44 0 R @@ -93429,7 +94129,7 @@ endobj >> >> endobj -559 0 obj +563 0 obj << /Length 6103 >> stream @@ -93812,7 +94512,7 @@ Q endstream endobj -560 0 obj +564 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -93820,7 +94520,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 559 0 R +/Contents 563 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -93828,7 +94528,7 @@ endobj >> >> endobj -561 0 obj +565 0 obj << /Length 11096 >> stream @@ -94536,7 +95236,7 @@ Q endstream endobj -562 0 obj +566 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -94544,7 +95244,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 561 0 R +/Contents 565 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -94555,10 +95255,10 @@ endobj >> >> endobj -563 0 obj -[562 0 R /XYZ 0 403.01 null] +567 0 obj +[566 0 R /XYZ 0 403.01 null] endobj -564 0 obj +568 0 obj << /Length 7541 >> stream @@ -95052,7 +95752,7 @@ Q endstream endobj -565 0 obj +569 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -95060,7 +95760,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 564 0 R +/Contents 568 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -95069,7 +95769,7 @@ endobj >> >> endobj -566 0 obj +570 0 obj << /Length 6342 >> stream @@ -95491,7 +96191,7 @@ Q endstream endobj -567 0 obj +571 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -95499,7 +96199,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 566 0 R +/Contents 570 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -95507,7 +96207,7 @@ endobj >> >> endobj -568 0 obj +572 0 obj << /Length 7498 >> stream @@ -96048,7 +96748,7 @@ Q endstream endobj -569 0 obj +573 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -96056,7 +96756,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 568 0 R +/Contents 572 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -96067,10 +96767,10 @@ endobj >> >> endobj -570 0 obj -[569 0 R /XYZ 0 578.759 null] +574 0 obj +[573 0 R /XYZ 0 578.759 null] endobj -571 0 obj +575 0 obj << /Length 9663 >> stream @@ -96647,7 +97347,7 @@ Q endstream endobj -572 0 obj +576 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -96655,7 +97355,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 571 0 R +/Contents 575 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -96663,7 +97363,7 @@ endobj >> >> endobj -573 0 obj +577 0 obj << /Length 10138 >> stream @@ -97220,7 +97920,7 @@ Q endstream endobj -574 0 obj +578 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -97228,7 +97928,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 573 0 R +/Contents 577 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -97236,7 +97936,7 @@ endobj >> >> endobj -575 0 obj +579 0 obj << /Length 2099 >> stream @@ -97373,7 +98073,7 @@ Q endstream endobj -576 0 obj +580 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -97381,14 +98081,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 575 0 R +/Contents 579 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -577 0 obj +581 0 obj << /Length 8411 >> stream @@ -97877,7 +98577,7 @@ Q endstream endobj -578 0 obj +582 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -97885,7 +98585,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 577 0 R +/Contents 581 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -97894,7 +98594,7 @@ endobj >> >> endobj -579 0 obj +583 0 obj << /Length 6832 >> stream @@ -98262,7 +98962,7 @@ Q endstream endobj -580 0 obj +584 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -98270,7 +98970,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 579 0 R +/Contents 583 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -98279,10 +98979,10 @@ endobj >> >> endobj -581 0 obj -[580 0 R /XYZ 0 388.65 null] +585 0 obj +[584 0 R /XYZ 0 388.65 null] endobj -582 0 obj +586 0 obj << /Length 7079 >> stream @@ -98820,7 +99520,7 @@ Q endstream endobj -583 0 obj +587 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -98828,7 +99528,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 582 0 R +/Contents 586 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -98836,7 +99536,7 @@ endobj >> >> endobj -584 0 obj +588 0 obj << /Length 6593 >> stream @@ -99287,7 +99987,7 @@ Q endstream endobj -585 0 obj +589 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -99295,7 +99995,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 584 0 R +/Contents 588 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -99304,7 +100004,7 @@ endobj >> >> endobj -586 0 obj +590 0 obj << /Length 9128 >> stream @@ -99886,7 +100586,7 @@ Q endstream endobj -587 0 obj +591 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -99894,7 +100594,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 586 0 R +/Contents 590 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -99902,7 +100602,7 @@ endobj >> >> endobj -588 0 obj +592 0 obj << /Length 12414 >> stream @@ -100699,7 +101399,7 @@ Q endstream endobj -589 0 obj +593 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -100707,7 +101407,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 588 0 R +/Contents 592 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -100715,13 +101415,13 @@ endobj /F2.0 28 0 R >> >> -/Annots [591 0 R 592 0 R] +/Annots [595 0 R 596 0 R] >> endobj -590 0 obj -[589 0 R /XYZ 0 607.51 null] +594 0 obj +[593 0 R /XYZ 0 607.51 null] endobj -591 0 obj +595 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -100732,7 +101432,7 @@ endobj /Type /Annot >> endobj -592 0 obj +596 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -100743,7 +101443,7 @@ endobj /Type /Annot >> endobj -593 0 obj +597 0 obj << /Length 8836 >> stream @@ -101287,7 +101987,7 @@ Q endstream endobj -594 0 obj +598 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -101295,7 +101995,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 593 0 R +/Contents 597 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -101304,13 +102004,13 @@ endobj >> >> endobj -595 0 obj -[594 0 R /XYZ 0 841.89 null] +599 0 obj +[598 0 R /XYZ 0 841.89 null] endobj -596 0 obj -[594 0 R /XYZ 0 770.61 null] +600 0 obj +[598 0 R /XYZ 0 770.61 null] endobj -597 0 obj +601 0 obj << /Length 8478 >> stream @@ -101811,7 +102511,7 @@ Q endstream endobj -598 0 obj +602 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -101819,7 +102519,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 597 0 R +/Contents 601 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -101829,10 +102529,10 @@ endobj >> >> endobj -599 0 obj -[598 0 R /XYZ 0 519.935 null] +603 0 obj +[602 0 R /XYZ 0 519.935 null] endobj -600 0 obj +604 0 obj << /Length 8325 >> stream @@ -102338,7 +103038,7 @@ Q endstream endobj -601 0 obj +605 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -102346,7 +103046,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 600 0 R +/Contents 604 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F5.1 68 0 R @@ -102357,10 +103057,10 @@ endobj >> >> endobj -602 0 obj -[601 0 R /XYZ 0 559.23 null] +606 0 obj +[605 0 R /XYZ 0 559.23 null] endobj -603 0 obj +607 0 obj << /Length 4432 >> stream @@ -102642,7 +103342,7 @@ Q endstream endobj -604 0 obj +608 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -102650,7 +103350,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 603 0 R +/Contents 607 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -102659,10 +103359,10 @@ endobj >> >> endobj -605 0 obj -[604 0 R /XYZ 0 403.39 null] +609 0 obj +[608 0 R /XYZ 0 403.39 null] endobj -606 0 obj +610 0 obj << /Length 8720 >> stream @@ -103179,7 +103879,7 @@ Q endstream endobj -607 0 obj +611 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -103187,7 +103887,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 606 0 R +/Contents 610 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.1 44 0 R /F1.0 8 0 R @@ -103197,7 +103897,7 @@ endobj >> >> endobj -608 0 obj +612 0 obj << /Length 8574 >> stream @@ -103755,7 +104455,7 @@ Q endstream endobj -609 0 obj +613 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -103763,7 +104463,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 608 0 R +/Contents 612 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -103771,13 +104471,13 @@ endobj /F6.0 124 0 R >> >> -/Annots [611 0 R] +/Annots [615 0 R] >> endobj -610 0 obj -[609 0 R /XYZ 0 412.41 null] +614 0 obj +[613 0 R /XYZ 0 412.41 null] endobj -611 0 obj +615 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -103788,7 +104488,7 @@ endobj /Type /Annot >> endobj -612 0 obj +616 0 obj << /Length 11417 >> stream @@ -104568,7 +105268,7 @@ Q endstream endobj -613 0 obj +617 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -104576,7 +105276,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 612 0 R +/Contents 616 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -104584,7 +105284,7 @@ endobj >> >> endobj -614 0 obj +618 0 obj << /Length 11839 >> stream @@ -105324,7 +106024,7 @@ Q endstream endobj -615 0 obj +619 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -105332,16 +106032,16 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 614 0 R +/Contents 618 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R >> >> -/Annots [616 0 R] +/Annots [620 0 R] >> endobj -616 0 obj +620 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -105352,7 +106052,7 @@ endobj /Type /Annot >> endobj -617 0 obj +621 0 obj << /Length 10063 >> stream @@ -106010,7 +106710,7 @@ Q endstream endobj -618 0 obj +622 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -106018,7 +106718,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 617 0 R +/Contents 621 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -106027,10 +106727,10 @@ endobj /F2.0 28 0 R >> >> -/Annots [619 0 R] +/Annots [623 0 R] >> endobj -619 0 obj +623 0 obj << /Border [0 0 0] /Dest (features-stub-runner-publishing-stubs-as-jars) /Subtype /Link @@ -106038,10 +106738,10 @@ endobj /Type /Annot >> endobj -620 0 obj -[618 0 R /XYZ 0 375.639 null] +624 0 obj +[622 0 R /XYZ 0 375.639 null] endobj -621 0 obj +625 0 obj << /Length 5419 >> stream @@ -106323,7 +107023,7 @@ Q endstream endobj -622 0 obj +626 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -106331,7 +107031,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 621 0 R +/Contents 625 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -106339,7 +107039,7 @@ endobj >> >> endobj -623 0 obj +627 0 obj << /Length 8826 >> stream @@ -106920,7 +107620,7 @@ Q endstream endobj -624 0 obj +628 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -106928,28 +107628,28 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 623 0 R +/Contents 627 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R /F2.0 28 0 R >> >> -/Annots [628 0 R 629 0 R 630 0 R] +/Annots [632 0 R 633 0 R 634 0 R] >> endobj -625 0 obj -[624 0 R /XYZ 0 291.61 null] +629 0 obj +[628 0 R /XYZ 0 291.61 null] endobj -626 0 obj +630 0 obj << /Limits [(features-build-tools) (features-messaging-scenario3)] -/Names [(features-build-tools) 917 0 R (features-context-paths) 605 0 R (features-http) 409 0 R (features-jax-rs) 596 0 R (features-messaging) 625 0 R (features-messaging-consumer) 678 0 R (features-messaging-integrations) 646 0 R (features-messaging-manual) 649 0 R (features-messaging-scenario1) 653 0 R (features-messaging-scenario2) 662 0 R (features-messaging-scenario3) 671 0 R] +/Names [(features-build-tools) 921 0 R (features-context-paths) 609 0 R (features-http) 413 0 R (features-jax-rs) 600 0 R (features-messaging) 629 0 R (features-messaging-consumer) 682 0 R (features-messaging-integrations) 650 0 R (features-messaging-manual) 653 0 R (features-messaging-scenario1) 657 0 R (features-messaging-scenario2) 666 0 R (features-messaging-scenario3) 675 0 R] >> endobj -627 0 obj -[624 0 R /XYZ 0 192.19 null] +631 0 obj +[628 0 R /XYZ 0 192.19 null] endobj -628 0 obj +632 0 obj << /Border [0 0 0] /Dest (contract-dsl-output-triggered-method) /Subtype /Link @@ -106957,7 +107657,7 @@ endobj /Type /Annot >> endobj -629 0 obj +633 0 obj << /Border [0 0 0] /Dest (contract-dsl-output-triggered-message) /Subtype /Link @@ -106965,7 +107665,7 @@ endobj /Type /Annot >> endobj -630 0 obj +634 0 obj << /Border [0 0 0] /Dest (contract-dsl-consumer-producer) /Subtype /Link @@ -106973,7 +107673,7 @@ endobj /Type /Annot >> endobj -631 0 obj +635 0 obj << /Length 1348 >> stream @@ -107077,7 +107777,7 @@ Q endstream endobj -632 0 obj +636 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -107085,17 +107785,17 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 631 0 R +/Contents 635 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F2.0 28 0 R /F3.0 40 0 R >> >> -/Annots [633 0 R] +/Annots [637 0 R] >> endobj -633 0 obj +637 0 obj << /Border [0 0 0] /Dest (contract-dsl-messaging-common) /Subtype /Link @@ -107103,10 +107803,10 @@ endobj /Type /Annot >> endobj -634 0 obj -[632 0 R /XYZ 0 778.11 null] +638 0 obj +[636 0 R /XYZ 0 778.11 null] endobj -635 0 obj +639 0 obj << /Length 10223 >> stream @@ -107771,7 +108471,7 @@ Q endstream endobj -636 0 obj +640 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -107779,7 +108479,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 635 0 R +/Contents 639 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -107788,7 +108488,7 @@ endobj >> >> endobj -637 0 obj +641 0 obj << /Length 5918 >> stream @@ -108183,7 +108883,7 @@ Q endstream endobj -638 0 obj +642 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -108191,7 +108891,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 637 0 R +/Contents 641 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F2.0 28 0 R @@ -108201,10 +108901,10 @@ endobj >> >> endobj -639 0 obj -[638 0 R /XYZ 0 778.86 null] +643 0 obj +[642 0 R /XYZ 0 778.86 null] endobj -640 0 obj +644 0 obj << /Length 10437 >> stream @@ -108977,7 +109677,7 @@ Q endstream endobj -641 0 obj +645 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -108985,7 +109685,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 640 0 R +/Contents 644 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -108996,10 +109696,10 @@ endobj >> >> endobj -642 0 obj -[641 0 R /XYZ 0 326.759 null] +646 0 obj +[645 0 R /XYZ 0 326.759 null] endobj -643 0 obj +647 0 obj << /Length 10011 >> stream @@ -109702,7 +110402,7 @@ Q endstream endobj -644 0 obj +648 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -109710,7 +110410,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 643 0 R +/Contents 647 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -109720,13 +110420,13 @@ endobj >> >> endobj -645 0 obj -[644 0 R /XYZ 0 477.09 null] +649 0 obj +[648 0 R /XYZ 0 477.09 null] endobj -646 0 obj -[644 0 R /XYZ 0 387.87 null] +650 0 obj +[648 0 R /XYZ 0 387.87 null] endobj -647 0 obj +651 0 obj << /Length 11806 >> stream @@ -110469,7 +111169,7 @@ Q endstream endobj -648 0 obj +652 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -110477,7 +111177,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 647 0 R +/Contents 651 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.1 44 0 R /F1.0 8 0 R @@ -110488,13 +111188,13 @@ endobj >> >> endobj -649 0 obj -[648 0 R /XYZ 0 521.168 null] +653 0 obj +[652 0 R /XYZ 0 521.168 null] endobj -650 0 obj -[648 0 R /XYZ 0 130.388 null] +654 0 obj +[652 0 R /XYZ 0 130.388 null] endobj -651 0 obj +655 0 obj << /Length 4846 >> stream @@ -110851,7 +111551,7 @@ Q endstream endobj -652 0 obj +656 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -110859,7 +111559,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 651 0 R +/Contents 655 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F4.1 44 0 R @@ -110869,10 +111569,10 @@ endobj >> >> endobj -653 0 obj -[652 0 R /XYZ 0 592.09 null] +657 0 obj +[656 0 R /XYZ 0 592.09 null] endobj -654 0 obj +658 0 obj << /Length 9305 >> stream @@ -111468,7 +112168,7 @@ Q endstream endobj -655 0 obj +659 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -111476,7 +112176,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 654 0 R +/Contents 658 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -111485,7 +112185,7 @@ endobj >> >> endobj -656 0 obj +660 0 obj << /Length 8376 >> stream @@ -111996,7 +112696,7 @@ Q endstream endobj -657 0 obj +661 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -112004,14 +112704,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 656 0 R +/Contents 660 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -658 0 obj +662 0 obj << /Length 8464 >> stream @@ -112530,7 +113230,7 @@ Q endstream endobj -659 0 obj +663 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -112538,7 +113238,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 658 0 R +/Contents 662 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -112546,7 +113246,7 @@ endobj >> >> endobj -660 0 obj +664 0 obj << /Length 2387 >> stream @@ -112705,7 +113405,7 @@ Q endstream endobj -661 0 obj +665 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -112713,7 +113413,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 660 0 R +/Contents 664 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -112722,10 +113422,10 @@ endobj >> >> endobj -662 0 obj -[661 0 R /XYZ 0 625.855 null] +666 0 obj +[665 0 R /XYZ 0 625.855 null] endobj -663 0 obj +667 0 obj << /Length 9098 >> stream @@ -113332,7 +114032,7 @@ Q endstream endobj -664 0 obj +668 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -113340,7 +114040,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 663 0 R +/Contents 667 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -113349,7 +114049,7 @@ endobj >> >> endobj -665 0 obj +669 0 obj << /Length 8624 >> stream @@ -113891,7 +114591,7 @@ Q endstream endobj -666 0 obj +670 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -113899,14 +114599,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 665 0 R +/Contents 669 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -667 0 obj +671 0 obj << /Length 8937 >> stream @@ -114452,7 +115152,7 @@ Q endstream endobj -668 0 obj +672 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -114460,7 +115160,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 667 0 R +/Contents 671 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F6.0 124 0 R @@ -114468,7 +115168,7 @@ endobj >> >> endobj -669 0 obj +673 0 obj << /Length 4922 >> stream @@ -114792,7 +115492,7 @@ Q endstream endobj -670 0 obj +674 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -114800,7 +115500,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 669 0 R +/Contents 673 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -114809,10 +115509,10 @@ endobj >> >> endobj -671 0 obj -[670 0 R /XYZ 0 345.795 null] +675 0 obj +[674 0 R /XYZ 0 345.795 null] endobj -672 0 obj +676 0 obj << /Length 9318 >> stream @@ -115408,7 +116108,7 @@ Q endstream endobj -673 0 obj +677 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -115416,7 +116116,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 672 0 R +/Contents 676 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -115425,7 +116125,7 @@ endobj >> >> endobj -674 0 obj +678 0 obj << /Length 8542 >> stream @@ -115960,7 +116660,7 @@ Q endstream endobj -675 0 obj +679 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -115968,7 +116668,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 674 0 R +/Contents 678 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F6.0 124 0 R @@ -115976,7 +116676,7 @@ endobj >> >> endobj -676 0 obj +680 0 obj << /Length 7803 >> stream @@ -116458,7 +117158,7 @@ Q endstream endobj -677 0 obj +681 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -116466,7 +117166,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 676 0 R +/Contents 680 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -116475,10 +117175,10 @@ endobj >> >> endobj -678 0 obj -[677 0 R /XYZ 0 154.175 null] +682 0 obj +[681 0 R /XYZ 0 154.175 null] endobj -679 0 obj +683 0 obj << /Length 2930 >> stream @@ -116683,7 +117383,7 @@ Q endstream endobj -680 0 obj +684 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -116691,7 +117391,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 679 0 R +/Contents 683 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.1 44 0 R /F1.0 8 0 R @@ -116701,10 +117401,10 @@ endobj >> >> endobj -681 0 obj -[680 0 R /XYZ 0 691.21 null] +685 0 obj +[684 0 R /XYZ 0 691.21 null] endobj -682 0 obj +686 0 obj << /Length 8282 >> stream @@ -117270,7 +117970,7 @@ Q endstream endobj -683 0 obj +687 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -117278,7 +117978,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 682 0 R +/Contents 686 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -117286,7 +117986,7 @@ endobj >> >> endobj -684 0 obj +688 0 obj << /Length 8428 >> stream @@ -117785,7 +118485,7 @@ Q endstream endobj -685 0 obj +689 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -117793,17 +118493,17 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 684 0 R +/Contents 688 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R /F2.0 28 0 R >> >> -/Annots [686 0 R 687 0 R 688 0 R 689 0 R] +/Annots [690 0 R 691 0 R 692 0 R 693 0 R] >> endobj -686 0 obj +690 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-label) /Subtype /Link @@ -117811,7 +118511,7 @@ endobj /Type /Annot >> endobj -687 0 obj +691 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-group-artifact-ids) /Subtype /Link @@ -117819,7 +118519,7 @@ endobj /Type /Annot >> endobj -688 0 obj +692 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-artifact-ids) /Subtype /Link @@ -117827,7 +118527,7 @@ endobj /Type /Annot >> endobj -689 0 obj +693 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-all-messages) /Subtype /Link @@ -117835,30 +118535,30 @@ endobj /Type /Annot >> endobj -690 0 obj -[685 0 R /XYZ 0 657.96 null] -endobj -691 0 obj -[685 0 R /XYZ 0 551.56 null] -endobj -692 0 obj -<< /Limits [(features-messaging-stub-runner-amqp) (features-messaging-stub-runner-integration-disabling)] -/Names [(features-messaging-stub-runner-amqp) 746 0 R (features-messaging-stub-runner-amqp-adding) 749 0 R (features-messaging-stub-runner-amqp-configuration) 758 0 R (features-messaging-stub-runner-amqp-example) 750 0 R (features-messaging-stub-runner-amqp-triggering) 755 0 R (features-messaging-stub-runner-camel) 695 0 R (features-messaging-stub-runner-camel-adding) 696 0 R (features-messaging-stub-runner-camel-disabling) 699 0 R (features-messaging-stub-runner-camel-example) 700 0 R (features-messaging-stub-runner-camel-scenario1) 703 0 R (features-messaging-stub-runner-camel-scenario2) 706 0 R (features-messaging-stub-runner-camel-scenario3) 707 0 R (features-messaging-stub-runner-integration) 710 0 R (features-messaging-stub-runner-integration-adding) 712 0 R (features-messaging-stub-runner-integration-disabling) 713 0 R] ->> -endobj -693 0 obj -[685 0 R /XYZ 0 458.2 null] -endobj 694 0 obj -[685 0 R /XYZ 0 351.8 null] +[689 0 R /XYZ 0 657.96 null] endobj 695 0 obj -[685 0 R /XYZ 0 245.4 null] +[689 0 R /XYZ 0 551.56 null] endobj 696 0 obj -[685 0 R /XYZ 0 152.78 null] +<< /Limits [(features-messaging-stub-runner-amqp) (features-messaging-stub-runner-integration-disabling)] +/Names [(features-messaging-stub-runner-amqp) 750 0 R (features-messaging-stub-runner-amqp-adding) 753 0 R (features-messaging-stub-runner-amqp-configuration) 762 0 R (features-messaging-stub-runner-amqp-example) 754 0 R (features-messaging-stub-runner-amqp-triggering) 759 0 R (features-messaging-stub-runner-camel) 699 0 R (features-messaging-stub-runner-camel-adding) 700 0 R (features-messaging-stub-runner-camel-disabling) 703 0 R (features-messaging-stub-runner-camel-example) 704 0 R (features-messaging-stub-runner-camel-scenario1) 707 0 R (features-messaging-stub-runner-camel-scenario2) 710 0 R (features-messaging-stub-runner-camel-scenario3) 711 0 R (features-messaging-stub-runner-integration) 714 0 R (features-messaging-stub-runner-integration-adding) 716 0 R (features-messaging-stub-runner-integration-disabling) 717 0 R] +>> endobj 697 0 obj +[689 0 R /XYZ 0 458.2 null] +endobj +698 0 obj +[689 0 R /XYZ 0 351.8 null] +endobj +699 0 obj +[689 0 R /XYZ 0 245.4 null] +endobj +700 0 obj +[689 0 R /XYZ 0 152.78 null] +endobj +701 0 obj << /Length 8720 >> stream @@ -118428,7 +119128,7 @@ Q endstream endobj -698 0 obj +702 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -118436,7 +119136,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 697 0 R +/Contents 701 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -118446,13 +119146,13 @@ endobj >> >> endobj -699 0 obj -[698 0 R /XYZ 0 841.89 null] +703 0 obj +[702 0 R /XYZ 0 841.89 null] endobj -700 0 obj -[698 0 R /XYZ 0 753.03 null] +704 0 obj +[702 0 R /XYZ 0 753.03 null] endobj -701 0 obj +705 0 obj << /Length 9581 >> stream @@ -119086,7 +119786,7 @@ Q endstream endobj -702 0 obj +706 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -119094,7 +119794,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 701 0 R +/Contents 705 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -119103,10 +119803,10 @@ endobj >> >> endobj -703 0 obj -[702 0 R /XYZ 0 212.73 null] +707 0 obj +[706 0 R /XYZ 0 212.73 null] endobj -704 0 obj +708 0 obj << /Length 12207 >> stream @@ -119742,7 +120442,7 @@ Q endstream endobj -705 0 obj +709 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -119750,7 +120450,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 704 0 R +/Contents 708 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -119759,13 +120459,13 @@ endobj >> >> endobj -706 0 obj -[705 0 R /XYZ 0 603.15 null] +710 0 obj +[709 0 R /XYZ 0 603.15 null] endobj -707 0 obj -[705 0 R /XYZ 0 214.79 null] +711 0 obj +[709 0 R /XYZ 0 214.79 null] endobj -708 0 obj +712 0 obj << /Length 10572 >> stream @@ -120429,7 +121129,7 @@ Q endstream endobj -709 0 obj +713 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -120437,7 +121137,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 708 0 R +/Contents 712 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -120447,24 +121147,24 @@ endobj >> >> endobj -710 0 obj -[709 0 R /XYZ 0 841.89 null] -endobj -711 0 obj -<< /Limits [(features-messaging-trigger-all-messages) (features-stub-runner-boot-endpoints)] -/Names [(features-messaging-trigger-all-messages) 694 0 R (features-messaging-trigger-artifact-ids) 693 0 R (features-messaging-trigger-group-artifact-ids) 691 0 R (features-messaging-trigger-label) 690 0 R (features-rest-docs) 610 0 R (features-rest-docs-contracts) 620 0 R (features-stub-runner) 759 0 R (features-stub-runner-additional-config) 840 0 R (features-stub-runner-boot) 841 0 R (features-stub-runner-boot-endpoints) 850 0 R] ->> -endobj -712 0 obj -[709 0 R /XYZ 0 718.07 null] -endobj -713 0 obj -[709 0 R /XYZ 0 644.63 null] -endobj 714 0 obj -[709 0 R /XYZ 0 586.97 null] +[713 0 R /XYZ 0 841.89 null] endobj 715 0 obj +<< /Limits [(features-messaging-trigger-all-messages) (features-stub-runner-boot-endpoints)] +/Names [(features-messaging-trigger-all-messages) 698 0 R (features-messaging-trigger-artifact-ids) 697 0 R (features-messaging-trigger-group-artifact-ids) 695 0 R (features-messaging-trigger-label) 694 0 R (features-rest-docs) 614 0 R (features-rest-docs-contracts) 624 0 R (features-stub-runner) 763 0 R (features-stub-runner-additional-config) 844 0 R (features-stub-runner-boot) 845 0 R (features-stub-runner-boot-endpoints) 854 0 R] +>> +endobj +716 0 obj +[713 0 R /XYZ 0 718.07 null] +endobj +717 0 obj +[713 0 R /XYZ 0 644.63 null] +endobj +718 0 obj +[713 0 R /XYZ 0 586.97 null] +endobj +719 0 obj << /Length 7140 >> stream @@ -120952,7 +121652,7 @@ Q endstream endobj -716 0 obj +720 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -120960,7 +121660,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 715 0 R +/Contents 719 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -120968,7 +121668,7 @@ endobj >> >> endobj -717 0 obj +721 0 obj << /Length 10065 >> stream @@ -121542,7 +122242,7 @@ Q endstream endobj -718 0 obj +722 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -121550,17 +122250,17 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 717 0 R +/Contents 721 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R /F2.0 28 0 R >> >> -/Annots [719 0 R 720 0 R 721 0 R] +/Annots [723 0 R 724 0 R 725 0 R] >> endobj -719 0 obj +723 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration-scenario1) /Subtype /Link @@ -121568,7 +122268,7 @@ endobj /Type /Annot >> endobj -720 0 obj +724 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration-scenario2) /Subtype /Link @@ -121576,7 +122276,7 @@ endobj /Type /Annot >> endobj -721 0 obj +725 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration-scenario3) /Subtype /Link @@ -121584,10 +122284,10 @@ endobj /Type /Annot >> endobj -722 0 obj -[718 0 R /XYZ 0 353.97 null] +726 0 obj +[722 0 R /XYZ 0 353.97 null] endobj -723 0 obj +727 0 obj << /Length 13078 >> stream @@ -122334,7 +123034,7 @@ Q endstream endobj -724 0 obj +728 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -122342,7 +123042,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 723 0 R +/Contents 727 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -122352,16 +123052,16 @@ endobj >> >> endobj -725 0 obj -[724 0 R /XYZ 0 703.67 null] +729 0 obj +[728 0 R /XYZ 0 703.67 null] endobj -726 0 obj -[724 0 R /XYZ 0 344.79 null] +730 0 obj +[728 0 R /XYZ 0 344.79 null] endobj -727 0 obj -[724 0 R /XYZ 0 216.43 null] +731 0 obj +[728 0 R /XYZ 0 216.43 null] endobj -728 0 obj +732 0 obj << /Length 10966 >> stream @@ -123031,7 +123731,7 @@ Q endstream endobj -729 0 obj +733 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -123039,7 +123739,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 728 0 R +/Contents 732 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.1 44 0 R /F1.0 8 0 R @@ -123051,16 +123751,16 @@ endobj >> >> endobj -730 0 obj -[729 0 R /XYZ 0 521.168 null] +734 0 obj +[733 0 R /XYZ 0 521.168 null] endobj -731 0 obj -[729 0 R /XYZ 0 447.728 null] +735 0 obj +[733 0 R /XYZ 0 447.728 null] endobj -732 0 obj -[729 0 R /XYZ 0 390.068 null] +736 0 obj +[733 0 R /XYZ 0 390.068 null] endobj -733 0 obj +737 0 obj << /Length 9004 >> stream @@ -123648,7 +124348,7 @@ Q endstream endobj -734 0 obj +738 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -123656,7 +124356,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 733 0 R +/Contents 737 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.1 138 0 R /F3.0 40 0 R @@ -123665,7 +124365,7 @@ endobj >> >> endobj -735 0 obj +739 0 obj << /Length 9621 >> stream @@ -124265,7 +124965,7 @@ Q endstream endobj -736 0 obj +740 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -124273,17 +124973,17 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 735 0 R +/Contents 739 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R /F2.0 28 0 R >> >> -/Annots [737 0 R 738 0 R 739 0 R] +/Annots [741 0 R 742 0 R 743 0 R] >> endobj -737 0 obj +741 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream-scenario1) /Subtype /Link @@ -124291,7 +124991,7 @@ endobj /Type /Annot >> endobj -738 0 obj +742 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream-scenario2) /Subtype /Link @@ -124299,7 +124999,7 @@ endobj /Type /Annot >> endobj -739 0 obj +743 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream-scenario3) /Subtype /Link @@ -124307,15 +125007,15 @@ endobj /Type /Annot >> endobj -740 0 obj -[736 0 R /XYZ 0 383.45 null] +744 0 obj +[740 0 R /XYZ 0 383.45 null] endobj -741 0 obj +745 0 obj << /Limits [(features-messaging-stub-runner-integration-example) (features-messaging-test-generation)] -/Names [(features-messaging-stub-runner-integration-example) 714 0 R (features-messaging-stub-runner-integration-scenario1) 722 0 R (features-messaging-stub-runner-integration-scenario2) 725 0 R (features-messaging-stub-runner-integration-scenario3) 726 0 R (features-messaging-stub-runner-stream) 727 0 R (features-messaging-stub-runner-stream-adding) 730 0 R (features-messaging-stub-runner-stream-disabling) 731 0 R (features-messaging-stub-runner-stream-example) 732 0 R (features-messaging-stub-runner-stream-scenario1) 740 0 R (features-messaging-stub-runner-stream-scenario2) 744 0 R (features-messaging-stub-runner-stream-scenario3) 745 0 R (features-messaging-stub-triggering) 681 0 R (features-messaging-test-generation) 650 0 R] +/Names [(features-messaging-stub-runner-integration-example) 718 0 R (features-messaging-stub-runner-integration-scenario1) 726 0 R (features-messaging-stub-runner-integration-scenario2) 729 0 R (features-messaging-stub-runner-integration-scenario3) 730 0 R (features-messaging-stub-runner-stream) 731 0 R (features-messaging-stub-runner-stream-adding) 734 0 R (features-messaging-stub-runner-stream-disabling) 735 0 R (features-messaging-stub-runner-stream-example) 736 0 R (features-messaging-stub-runner-stream-scenario1) 744 0 R (features-messaging-stub-runner-stream-scenario2) 748 0 R (features-messaging-stub-runner-stream-scenario3) 749 0 R (features-messaging-stub-triggering) 685 0 R (features-messaging-test-generation) 654 0 R] >> endobj -742 0 obj +746 0 obj << /Length 13021 >> stream @@ -125021,7 +125721,7 @@ Q endstream endobj -743 0 obj +747 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -125029,7 +125729,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 742 0 R +/Contents 746 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -125038,16 +125738,16 @@ endobj >> >> endobj -744 0 obj -[743 0 R /XYZ 0 703.67 null] +748 0 obj +[747 0 R /XYZ 0 703.67 null] endobj -745 0 obj -[743 0 R /XYZ 0 344.79 null] +749 0 obj +[747 0 R /XYZ 0 344.79 null] endobj -746 0 obj -[743 0 R /XYZ 0 216.43 null] +750 0 obj +[747 0 R /XYZ 0 216.43 null] endobj -747 0 obj +751 0 obj << /Length 11226 >> stream @@ -125768,7 +126468,7 @@ Q endstream endobj -748 0 obj +752 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -125776,7 +126476,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 747 0 R +/Contents 751 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -125787,13 +126487,13 @@ endobj >> >> endobj -749 0 obj -[748 0 R /XYZ 0 612.84 null] +753 0 obj +[752 0 R /XYZ 0 612.84 null] endobj -750 0 obj -[748 0 R /XYZ 0 456.28 null] +754 0 obj +[752 0 R /XYZ 0 456.28 null] endobj -751 0 obj +755 0 obj << /Length 8044 >> stream @@ -126282,7 +126982,7 @@ Q endstream endobj -752 0 obj +756 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -126290,7 +126990,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 751 0 R +/Contents 755 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.1 138 0 R /F3.0 40 0 R @@ -126299,7 +126999,7 @@ endobj >> >> endobj -753 0 obj +757 0 obj << /Length 8733 >> stream @@ -126820,7 +127520,7 @@ Q endstream endobj -754 0 obj +758 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -126828,7 +127528,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 753 0 R +/Contents 757 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -126837,10 +127537,10 @@ endobj >> >> endobj -755 0 obj -[754 0 R /XYZ 0 615.23 null] +759 0 obj +[758 0 R /XYZ 0 615.23 null] endobj -756 0 obj +760 0 obj << /Length 11498 >> stream @@ -127522,7 +128222,7 @@ Q endstream endobj -757 0 obj +761 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -127530,7 +128230,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 756 0 R +/Contents 760 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -127540,13 +128240,13 @@ endobj >> >> endobj -758 0 obj -[757 0 R /XYZ 0 345.23 null] +762 0 obj +[761 0 R /XYZ 0 345.23 null] endobj -759 0 obj -[757 0 R /XYZ 0 128.05 null] +763 0 obj +[761 0 R /XYZ 0 128.05 null] endobj -760 0 obj +764 0 obj << /Length 9579 >> stream @@ -128156,7 +128856,7 @@ Q endstream endobj -761 0 obj +765 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -128164,7 +128864,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 760 0 R +/Contents 764 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F2.0 28 0 R @@ -128174,10 +128874,10 @@ endobj >> >> endobj -762 0 obj -[761 0 R /XYZ 0 719.52 null] +766 0 obj +[765 0 R /XYZ 0 719.52 null] endobj -763 0 obj +767 0 obj << /Length 10099 >> stream @@ -128770,7 +129470,7 @@ Q endstream endobj -764 0 obj +768 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -128778,7 +129478,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 763 0 R +/Contents 767 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F6.0 124 0 R @@ -128789,10 +129489,10 @@ endobj >> >> endobj -765 0 obj -[764 0 R /XYZ 0 381.244 null] +769 0 obj +[768 0 R /XYZ 0 381.244 null] endobj -766 0 obj +770 0 obj << /Length 9563 >> stream @@ -129400,7 +130100,7 @@ Q endstream endobj -767 0 obj +771 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -129408,14 +130108,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 766 0 R +/Contents 770 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -768 0 obj +772 0 obj << /Length 8845 >> stream @@ -129965,7 +130665,7 @@ Q endstream endobj -769 0 obj +773 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -129973,7 +130673,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 768 0 R +/Contents 772 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F6.0 124 0 R @@ -129981,13 +130681,13 @@ endobj /F1.0 8 0 R >> >> -/Annots [771 0 R] +/Annots [775 0 R] >> endobj -770 0 obj -[769 0 R /XYZ 0 204.364 null] +774 0 obj +[773 0 R /XYZ 0 204.364 null] endobj -771 0 obj +775 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -129998,7 +130698,7 @@ endobj /Type /Annot >> endobj -772 0 obj +776 0 obj << /Length 11059 >> stream @@ -130694,7 +131394,7 @@ Q endstream endobj -773 0 obj +777 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -130702,20 +131402,20 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 772 0 R +/Contents 776 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R /F3.0 40 0 R >> >> -/Annots [775 0 R] +/Annots [779 0 R] >> endobj -774 0 obj -[773 0 R /XYZ 0 841.89 null] +778 0 obj +[777 0 R /XYZ 0 841.89 null] endobj -775 0 obj +779 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -130726,13 +131426,13 @@ endobj /Type /Annot >> endobj -776 0 obj -[773 0 R /XYZ 0 638.13 null] +780 0 obj +[777 0 R /XYZ 0 638.13 null] endobj -777 0 obj -[773 0 R /XYZ 0 365.39 null] +781 0 obj +[777 0 R /XYZ 0 365.39 null] endobj -778 0 obj +782 0 obj << /Length 10323 >> stream @@ -131429,7 +132129,7 @@ Q endstream endobj -779 0 obj +783 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -131437,7 +132137,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 778 0 R +/Contents 782 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -131447,7 +132147,7 @@ endobj >> >> endobj -780 0 obj +784 0 obj << /Length 13117 >> stream @@ -132338,7 +133038,7 @@ Q endstream endobj -781 0 obj +785 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -132346,7 +133046,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 780 0 R +/Contents 784 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F2.0 28 0 R @@ -132355,10 +133055,10 @@ endobj /F3.0 40 0 R >> >> -/Annots [782 0 R 783 0 R 784 0 R 785 0 R] +/Annots [786 0 R 787 0 R 788 0 R 789 0 R] >> endobj -782 0 obj +786 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -132369,7 +133069,7 @@ endobj /Type /Annot >> endobj -783 0 obj +787 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -132380,7 +133080,7 @@ endobj /Type /Annot >> endobj -784 0 obj +788 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -132391,7 +133091,7 @@ endobj /Type /Annot >> endobj -785 0 obj +789 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -132402,10 +133102,10 @@ endobj /Type /Annot >> endobj -786 0 obj -[781 0 R /XYZ 0 201.51 null] +790 0 obj +[785 0 R /XYZ 0 201.51 null] endobj -787 0 obj +791 0 obj << /Length 10712 >> stream @@ -133022,7 +133722,7 @@ Q endstream endobj -788 0 obj +792 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -133030,7 +133730,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 787 0 R +/Contents 791 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -133038,13 +133738,13 @@ endobj /F2.0 28 0 R >> >> -/Annots [790 0 R 791 0 R 792 0 R] +/Annots [794 0 R 795 0 R 796 0 R] >> endobj -789 0 obj -[788 0 R /XYZ 0 174.924 null] +793 0 obj +[792 0 R /XYZ 0 174.924 null] endobj -790 0 obj +794 0 obj << /Border [0 0 0] /Dest (features-stub-runner-http-stubs) /Subtype /Link @@ -133052,7 +133752,7 @@ endobj /Type /Annot >> endobj -791 0 obj +795 0 obj << /Border [0 0 0] /Dest (features-stub-runner-viewing) /Subtype /Link @@ -133060,7 +133760,7 @@ endobj /Type /Annot >> endobj -792 0 obj +796 0 obj << /Border [0 0 0] /Dest (features-stub-runner-messaging) /Subtype /Link @@ -133068,7 +133768,7 @@ endobj /Type /Annot >> endobj -793 0 obj +797 0 obj << /Length 9968 >> stream @@ -133649,7 +134349,7 @@ Q endstream endobj -794 0 obj +798 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -133657,25 +134357,25 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 793 0 R +/Contents 797 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R /F3.0 40 0 R >> >> -/Annots [797 0 R] +/Annots [801 0 R] >> endobj -795 0 obj -[794 0 R /XYZ 0 841.89 null] +799 0 obj +[798 0 R /XYZ 0 841.89 null] endobj -796 0 obj +800 0 obj << /Limits [(features-stub-runner-downloading-stub) (features-stub-runner-rule-maven-settings)] -/Names [(features-stub-runner-downloading-stub) 776 0 R (features-stub-runner-fail-on-no-stubs) 884 0 R (features-stub-runner-generate-stubs-at-runtime) 879 0 R (features-stub-runner-http-stubs) 795 0 R (features-stub-runner-junit) 802 0 R (features-stub-runner-messaging) 801 0 R (features-stub-runner-publishing-stubs-as-jars) 765 0 R (features-stub-runner-retrieving) 774 0 R (features-stub-runner-rule-fixed-ports) 817 0 R (features-stub-runner-rule-fluent-api) 820 0 R (features-stub-runner-rule-maven-settings) 816 0 R] +/Names [(features-stub-runner-downloading-stub) 780 0 R (features-stub-runner-fail-on-no-stubs) 888 0 R (features-stub-runner-generate-stubs-at-runtime) 883 0 R (features-stub-runner-http-stubs) 799 0 R (features-stub-runner-junit) 806 0 R (features-stub-runner-messaging) 805 0 R (features-stub-runner-publishing-stubs-as-jars) 769 0 R (features-stub-runner-retrieving) 778 0 R (features-stub-runner-rule-fixed-ports) 821 0 R (features-stub-runner-rule-fluent-api) 824 0 R (features-stub-runner-rule-maven-settings) 820 0 R] >> endobj -797 0 obj +801 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -133686,10 +134386,10 @@ endobj /Type /Annot >> endobj -798 0 obj -[794 0 R /XYZ 0 477.67 null] +802 0 obj +[798 0 R /XYZ 0 477.67 null] endobj -799 0 obj +803 0 obj << /Length 8161 >> stream @@ -134236,7 +134936,7 @@ Q endstream endobj -800 0 obj +804 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -134244,7 +134944,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 799 0 R +/Contents 803 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F3.1 138 0 R @@ -134254,13 +134954,13 @@ endobj >> >> endobj -801 0 obj -[800 0 R /XYZ 0 379.97 null] +805 0 obj +[804 0 R /XYZ 0 379.97 null] endobj -802 0 obj -[800 0 R /XYZ 0 308.57 null] +806 0 obj +[804 0 R /XYZ 0 308.57 null] endobj -803 0 obj +807 0 obj << /Length 12743 >> stream @@ -135129,7 +135829,7 @@ Q endstream endobj -804 0 obj +808 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -135137,16 +135837,16 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 803 0 R +/Contents 807 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R >> >> -/Annots [805 0 R 806 0 R] +/Annots [809 0 R 810 0 R] >> endobj -805 0 obj +809 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -135157,7 +135857,7 @@ endobj /Type /Annot >> endobj -806 0 obj +810 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -135168,7 +135868,7 @@ endobj /Type /Annot >> endobj -807 0 obj +811 0 obj << /Length 7938 >> stream @@ -135651,7 +136351,7 @@ Q endstream endobj -808 0 obj +812 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -135659,7 +136359,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 807 0 R +/Contents 811 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -135667,7 +136367,7 @@ endobj >> >> endobj -809 0 obj +813 0 obj << /Length 8718 >> stream @@ -136200,7 +136900,7 @@ Q endstream endobj -810 0 obj +814 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -136208,7 +136908,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 809 0 R +/Contents 813 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -136216,7 +136916,7 @@ endobj >> >> endobj -811 0 obj +815 0 obj << /Length 6116 >> stream @@ -136562,7 +137262,7 @@ Q endstream endobj -812 0 obj +816 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -136570,7 +137270,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 811 0 R +/Contents 815 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -136578,7 +137278,7 @@ endobj >> >> endobj -813 0 obj +817 0 obj << /Length 9491 >> stream @@ -137181,7 +137881,7 @@ Q endstream endobj -814 0 obj +818 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -137189,7 +137889,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 813 0 R +/Contents 817 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -137198,10 +137898,10 @@ endobj /F2.0 28 0 R >> >> -/Annots [815 0 R] +/Annots [819 0 R] >> endobj -815 0 obj +819 0 obj << /Border [0 0 0] /Dest (features-stub-runner-common-properties-junit-spring) /Subtype /Link @@ -137209,13 +137909,13 @@ endobj /Type /Annot >> endobj -816 0 obj -[814 0 R /XYZ 0 216.239 null] +820 0 obj +[818 0 R /XYZ 0 216.239 null] endobj -817 0 obj -[814 0 R /XYZ 0 127.019 null] +821 0 obj +[818 0 R /XYZ 0 127.019 null] endobj -818 0 obj +822 0 obj << /Length 11640 >> stream @@ -137872,7 +138572,7 @@ Q endstream endobj -819 0 obj +823 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -137880,7 +138580,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 818 0 R +/Contents 822 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -137889,13 +138589,13 @@ endobj >> >> endobj -820 0 obj -[819 0 R /XYZ 0 841.89 null] +824 0 obj +[823 0 R /XYZ 0 841.89 null] endobj -821 0 obj -[819 0 R /XYZ 0 313.41 null] +825 0 obj +[823 0 R /XYZ 0 313.41 null] endobj -822 0 obj +826 0 obj << /Length 9413 >> stream @@ -138481,7 +139181,7 @@ Q endstream endobj -823 0 obj +827 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -138489,14 +139189,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 822 0 R +/Contents 826 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -824 0 obj +828 0 obj << /Length 9615 >> stream @@ -139082,7 +139782,7 @@ Q endstream endobj -825 0 obj +829 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -139090,14 +139790,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 824 0 R +/Contents 828 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -826 0 obj +830 0 obj << /Length 8989 >> stream @@ -139650,7 +140350,7 @@ Q endstream endobj -827 0 obj +831 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -139658,14 +140358,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 826 0 R +/Contents 830 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -828 0 obj +832 0 obj << /Length 13407 >> stream @@ -140497,7 +141197,7 @@ Q endstream endobj -829 0 obj +833 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -140505,7 +141205,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 828 0 R +/Contents 832 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -140513,7 +141213,7 @@ endobj >> >> endobj -830 0 obj +834 0 obj << /Length 10888 >> stream @@ -141201,7 +141901,7 @@ Q endstream endobj -831 0 obj +835 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -141209,20 +141909,20 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 830 0 R +/Contents 834 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R /F3.0 40 0 R >> >> -/Annots [833 0 R 834 0 R] +/Annots [837 0 R 838 0 R] >> endobj -832 0 obj -[831 0 R /XYZ 0 841.89 null] +836 0 obj +[835 0 R /XYZ 0 841.89 null] endobj -833 0 obj +837 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -141233,7 +141933,7 @@ endobj /Type /Annot >> endobj -834 0 obj +838 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -141244,10 +141944,10 @@ endobj /Type /Annot >> endobj -835 0 obj -[831 0 R /XYZ 0 672.29 null] +839 0 obj +[835 0 R /XYZ 0 672.29 null] endobj -836 0 obj +840 0 obj << /Length 13214 >> stream @@ -142095,7 +142795,7 @@ Q endstream endobj -837 0 obj +841 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -142103,7 +142803,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 836 0 R +/Contents 840 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -142111,13 +142811,13 @@ endobj /F5.1 68 0 R >> >> -/Annots [839 0 R 842 0 R] +/Annots [843 0 R 846 0 R] >> endobj -838 0 obj -[837 0 R /XYZ 0 841.89 null] +842 0 obj +[841 0 R /XYZ 0 841.89 null] endobj -839 0 obj +843 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -142128,13 +142828,13 @@ endobj /Type /Annot >> endobj -840 0 obj -[837 0 R /XYZ 0 533.51 null] +844 0 obj +[841 0 R /XYZ 0 533.51 null] endobj -841 0 obj -[837 0 R /XYZ 0 230.49 null] +845 0 obj +[841 0 R /XYZ 0 230.49 null] endobj -842 0 obj +846 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -142145,10 +142845,10 @@ endobj /Type /Annot >> endobj -843 0 obj -[837 0 R /XYZ 0 110.09 null] +847 0 obj +[841 0 R /XYZ 0 110.09 null] endobj -844 0 obj +848 0 obj << /Length 12487 >> stream @@ -142951,7 +143651,7 @@ Q endstream endobj -845 0 obj +849 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -142959,7 +143659,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 844 0 R +/Contents 848 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -142967,10 +143667,10 @@ endobj /F6.0 124 0 R >> >> -/Annots [846 0 R 849 0 R 851 0 R 852 0 R] +/Annots [850 0 R 853 0 R 855 0 R 856 0 R] >> endobj -846 0 obj +850 0 obj << /Border [0 0 0] /Dest (features-stub-runner-rule-spring) /Subtype /Link @@ -142978,13 +143678,13 @@ endobj /Type /Annot >> endobj -847 0 obj -[845 0 R /XYZ 0 677.59 null] +851 0 obj +[849 0 R /XYZ 0 677.59 null] endobj -848 0 obj -[845 0 R /XYZ 0 472.45 null] +852 0 obj +[849 0 R /XYZ 0 472.45 null] endobj -849 0 obj +853 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -142995,10 +143695,10 @@ endobj /Type /Annot >> endobj -850 0 obj -[845 0 R /XYZ 0 160.159 null] +854 0 obj +[849 0 R /XYZ 0 160.159 null] endobj -851 0 obj +855 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-endpoints-http) /Subtype /Link @@ -143006,7 +143706,7 @@ endobj /Type /Annot >> endobj -852 0 obj +856 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-endpoints-messaging) /Subtype /Link @@ -143014,7 +143714,7 @@ endobj /Type /Annot >> endobj -853 0 obj +857 0 obj << /Length 13048 >> stream @@ -143950,7 +144650,7 @@ Q endstream endobj -854 0 obj +858 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -143958,7 +144658,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 853 0 R +/Contents 857 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -143968,21 +144668,21 @@ endobj >> >> endobj -855 0 obj -[854 0 R /XYZ 0 841.89 null] +859 0 obj +[858 0 R /XYZ 0 841.89 null] endobj -856 0 obj -[854 0 R /XYZ 0 689.73 null] +860 0 obj +[858 0 R /XYZ 0 689.73 null] endobj -857 0 obj +861 0 obj << /Limits [(features-stub-runner-boot-endpoints-example) (features-stub-runner-core)] -/Names [(features-stub-runner-boot-endpoints-example) 858 0 R (features-stub-runner-boot-endpoints-http) 855 0 R (features-stub-runner-boot-endpoints-messaging) 856 0 R (features-stub-runner-boot-how-cli) 848 0 R (features-stub-runner-boot-how-fat-jar) 847 0 R (features-stub-runner-boot-server) 843 0 R (features-stub-runner-boot-service-discovery) 863 0 R (features-stub-runner-classpath-scanning) 777 0 R (features-stub-runner-cloud) 832 0 R (features-stub-runner-cloud-stubbing-discovery) 835 0 R (features-stub-runner-cloud-stubbing-profiles) 838 0 R (features-stub-runner-common) 887 0 R (features-stub-runner-common-properties-junit-spring) 890 0 R (features-stub-runner-configuring-http-server-stubs) 786 0 R (features-stub-runner-core) 770 0 R] +/Names [(features-stub-runner-boot-endpoints-example) 862 0 R (features-stub-runner-boot-endpoints-http) 859 0 R (features-stub-runner-boot-endpoints-messaging) 860 0 R (features-stub-runner-boot-how-cli) 852 0 R (features-stub-runner-boot-how-fat-jar) 851 0 R (features-stub-runner-boot-server) 847 0 R (features-stub-runner-boot-service-discovery) 867 0 R (features-stub-runner-classpath-scanning) 781 0 R (features-stub-runner-cloud) 836 0 R (features-stub-runner-cloud-stubbing-discovery) 839 0 R (features-stub-runner-cloud-stubbing-profiles) 842 0 R (features-stub-runner-common) 891 0 R (features-stub-runner-common-properties-junit-spring) 894 0 R (features-stub-runner-configuring-http-server-stubs) 790 0 R (features-stub-runner-core) 774 0 R] >> endobj -858 0 obj -[854 0 R /XYZ 0 546.99 null] +862 0 obj +[858 0 R /XYZ 0 546.99 null] endobj -859 0 obj +863 0 obj << /Length 9507 >> stream @@ -144557,7 +145257,7 @@ Q endstream endobj -860 0 obj +864 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -144565,14 +145265,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 859 0 R +/Contents 863 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -861 0 obj +865 0 obj << /Length 8275 >> stream @@ -145031,7 +145731,7 @@ Q endstream endobj -862 0 obj +866 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -145039,7 +145739,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 861 0 R +/Contents 865 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R @@ -145048,10 +145748,10 @@ endobj >> >> endobj -863 0 obj -[862 0 R /XYZ 0 431.495 null] +867 0 obj +[866 0 R /XYZ 0 431.495 null] endobj -864 0 obj +868 0 obj << /Length 11573 >> stream @@ -145746,7 +146446,7 @@ Q endstream endobj -865 0 obj +869 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -145754,7 +146454,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 864 0 R +/Contents 868 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -145762,7 +146462,7 @@ endobj >> >> endobj -866 0 obj +870 0 obj << /Length 11010 >> stream @@ -146508,7 +147208,7 @@ Q endstream endobj -867 0 obj +871 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -146516,7 +147216,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 866 0 R +/Contents 870 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -146527,10 +147227,10 @@ endobj >> >> endobj -868 0 obj -[867 0 R /XYZ 0 841.89 null] +872 0 obj +[871 0 R /XYZ 0 841.89 null] endobj -869 0 obj +873 0 obj << /Length 13055 >> stream @@ -147368,7 +148068,7 @@ Q endstream endobj -870 0 obj +874 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -147376,7 +148076,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 869 0 R +/Contents 873 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -147386,7 +148086,7 @@ endobj >> >> endobj -871 0 obj +875 0 obj << /Length 12999 >> stream @@ -148144,7 +148844,7 @@ Q endstream endobj -872 0 obj +876 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -148152,7 +148852,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 871 0 R +/Contents 875 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -148161,10 +148861,10 @@ endobj /F6.0 124 0 R >> >> -/Annots [873 0 R] +/Annots [877 0 R] >> endobj -873 0 obj +877 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -148175,10 +148875,10 @@ endobj /Type /Annot >> endobj -874 0 obj -[872 0 R /XYZ 0 735.3 null] +878 0 obj +[876 0 R /XYZ 0 735.3 null] endobj -875 0 obj +879 0 obj << /Length 5742 >> stream @@ -148589,7 +149289,7 @@ Q endstream endobj -876 0 obj +880 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -148597,7 +149297,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 875 0 R +/Contents 879 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.1 138 0 R /F3.0 40 0 R @@ -148606,7 +149306,7 @@ endobj >> >> endobj -877 0 obj +881 0 obj << /Length 10683 >> stream @@ -149184,7 +149884,7 @@ Q endstream endobj -878 0 obj +882 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -149192,7 +149892,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 877 0 R +/Contents 881 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -149200,18 +149900,18 @@ endobj /F1.0 8 0 R >> >> -/Annots [881 0 R] +/Annots [885 0 R] >> endobj -879 0 obj -[878 0 R /XYZ 0 195.457 null] +883 0 obj +[882 0 R /XYZ 0 195.457 null] endobj -880 0 obj +884 0 obj << /Limits [(features-stub-runner-rule-spring) (flows-cdc-contracts-stubs-git)] -/Names [(features-stub-runner-rule-spring) 821 0 R (features-stub-runner-running-stubs) 789 0 R (features-stub-runner-snapshot-versions) 762 0 R (features-stub-runner-stub-runner-stub-ids) 893 0 R (features-stub-runner-stubs-per-consumer) 868 0 R (features-stub-runner-stubs-protocol) 874 0 R (features-stub-runner-viewing) 798 0 R (features-whats-next) 923 0 R (features-wiremock) 898 0 R (features-wiremock-junit-rule) 908 0 R (features-wiremock-registering-stubs) 903 0 R (features-wiremock-relaxed-ssl) 909 0 R (features-wiremock-spring-mvc-mocks) 912 0 R (features-wiremock-using-files) 905 0 R (flows-cdc-contracts-external) 284 0 R (flows-cdc-contracts-external-consumer) 293 0 R (flows-cdc-contracts-external-producer) 298 0 R (flows-cdc-contracts-producer) 282 0 R (flows-cdc-contracts-stubs-git) 307 0 R] +/Names [(features-stub-runner-rule-spring) 825 0 R (features-stub-runner-running-stubs) 793 0 R (features-stub-runner-snapshot-versions) 766 0 R (features-stub-runner-stub-runner-stub-ids) 897 0 R (features-stub-runner-stubs-per-consumer) 872 0 R (features-stub-runner-stubs-protocol) 878 0 R (features-stub-runner-viewing) 802 0 R (features-whats-next) 927 0 R (features-wiremock) 902 0 R (features-wiremock-junit-rule) 912 0 R (features-wiremock-registering-stubs) 907 0 R (features-wiremock-relaxed-ssl) 913 0 R (features-wiremock-spring-mvc-mocks) 916 0 R (features-wiremock-using-files) 909 0 R (flows-cdc-contracts-external) 284 0 R (flows-cdc-contracts-external-consumer) 293 0 R (flows-cdc-contracts-external-producer) 298 0 R (flows-cdc-contracts-producer) 282 0 R (flows-cdc-contracts-stubs-git) 307 0 R] >> endobj -881 0 obj +885 0 obj << /Border [0 0 0] /Dest (contract-dsl-in-progress) /Subtype /Link @@ -149219,7 +149919,7 @@ endobj /Type /Annot >> endobj -882 0 obj +886 0 obj << /Length 9814 >> stream @@ -149797,7 +150497,7 @@ Q endstream endobj -883 0 obj +887 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -149805,7 +150505,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 882 0 R +/Contents 886 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -149815,10 +150515,10 @@ endobj >> >> endobj -884 0 obj -[883 0 R /XYZ 0 270.187 null] +888 0 obj +[887 0 R /XYZ 0 270.187 null] endobj -885 0 obj +889 0 obj << /Length 13784 >> stream @@ -150704,7 +151404,7 @@ Q endstream endobj -886 0 obj +890 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -150712,7 +151412,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 885 0 R +/Contents 889 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -150720,13 +151420,13 @@ endobj /F1.0 8 0 R >> >> -/Annots [888 0 R 889 0 R] +/Annots [892 0 R 893 0 R] >> endobj -887 0 obj -[886 0 R /XYZ 0 372.337 null] +891 0 obj +[890 0 R /XYZ 0 372.337 null] endobj -888 0 obj +892 0 obj << /Border [0 0 0] /Dest (features-stub-runner-common-properties-junit-spring) /Subtype /Link @@ -150734,7 +151434,7 @@ endobj /Type /Annot >> endobj -889 0 obj +893 0 obj << /Border [0 0 0] /Dest (features-stub-runner-stub-runner-stub-ids) /Subtype /Link @@ -150742,10 +151442,10 @@ endobj /Type /Annot >> endobj -890 0 obj -[886 0 R /XYZ 0 261.717 null] +894 0 obj +[890 0 R /XYZ 0 261.717 null] endobj -891 0 obj +895 0 obj << /Length 19496 >> stream @@ -152208,7 +152908,7 @@ Q endstream endobj -892 0 obj +896 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -152216,7 +152916,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 891 0 R +/Contents 895 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -152224,13 +152924,13 @@ endobj /F4.1 44 0 R >> >> -/Annots [894 0 R 895 0 R] +/Annots [898 0 R 899 0 R] >> endobj -893 0 obj -[892 0 R /XYZ 0 412.01 null] +897 0 obj +[896 0 R /XYZ 0 412.01 null] endobj -894 0 obj +898 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -152241,7 +152941,7 @@ endobj /Type /Annot >> endobj -895 0 obj +899 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -152252,7 +152952,7 @@ endobj /Type /Annot >> endobj -896 0 obj +900 0 obj << /Length 12108 >> stream @@ -153046,7 +153746,7 @@ Q endstream endobj -897 0 obj +901 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -153054,20 +153754,20 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 896 0 R +/Contents 900 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R /F3.0 40 0 R >> >> -/Annots [899 0 R 900 0 R] +/Annots [903 0 R 904 0 R] >> endobj -898 0 obj -[897 0 R /XYZ 0 841.89 null] +902 0 obj +[901 0 R /XYZ 0 841.89 null] endobj -899 0 obj +903 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -153078,7 +153778,7 @@ endobj /Type /Annot >> endobj -900 0 obj +904 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -153089,7 +153789,7 @@ endobj /Type /Annot >> endobj -901 0 obj +905 0 obj << /Length 15502 >> stream @@ -154151,7 +154851,7 @@ Q endstream endobj -902 0 obj +906 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -154159,12 +154859,12 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 901 0 R +/Contents 905 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R /F3.0 40 0 R -/F8.0 904 0 R +/F8.0 908 0 R /F4.1 44 0 R /F7.0 203 0 R /F1.1 9 0 R @@ -154172,24 +154872,24 @@ endobj >> >> endobj -903 0 obj -[902 0 R /XYZ 0 841.89 null] +907 0 obj +[906 0 R /XYZ 0 841.89 null] endobj -904 0 obj +908 0 obj << /Type /Font /BaseFont /5c9ad9+mplus1mn-bold /Subtype /TrueType -/FontDescriptor 1777 0 R +/FontDescriptor 1781 0 R /FirstChar 32 /LastChar 255 -/Widths 1779 0 R -/ToUnicode 1778 0 R +/Widths 1783 0 R +/ToUnicode 1782 0 R >> endobj -905 0 obj -[902 0 R /XYZ 0 223.77 null] +909 0 obj +[906 0 R /XYZ 0 223.77 null] endobj -906 0 obj +910 0 obj << /Length 11290 >> stream @@ -154935,7 +155635,7 @@ Q endstream endobj -907 0 obj +911 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -154943,7 +155643,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 906 0 R +/Contents 910 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F4.1 44 0 R /F1.0 8 0 R @@ -154953,13 +155653,13 @@ endobj >> >> endobj -908 0 obj -[907 0 R /XYZ 0 738.55 null] +912 0 obj +[911 0 R /XYZ 0 738.55 null] endobj -909 0 obj -[907 0 R /XYZ 0 103.21 null] +913 0 obj +[911 0 R /XYZ 0 103.21 null] endobj -910 0 obj +914 0 obj << /Length 13379 >> stream @@ -155839,7 +156539,7 @@ Q endstream endobj -911 0 obj +915 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -155847,7 +156547,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 910 0 R +/Contents 914 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -155856,10 +156556,10 @@ endobj >> >> endobj -912 0 obj -[911 0 R /XYZ 0 156.02 null] +916 0 obj +[915 0 R /XYZ 0 156.02 null] endobj -913 0 obj +917 0 obj << /Length 11369 >> stream @@ -156611,7 +157311,7 @@ Q endstream endobj -914 0 obj +918 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -156619,17 +157319,17 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 913 0 R +/Contents 917 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R /F2.0 28 0 R >> >> -/Annots [915 0 R 916 0 R 918 0 R 919 0 R 920 0 R] +/Annots [919 0 R 920 0 R 922 0 R 923 0 R 924 0 R] >> endobj -915 0 obj +919 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -156640,7 +157340,7 @@ endobj /Type /Annot >> endobj -916 0 obj +920 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -156651,10 +157351,10 @@ endobj /Type /Annot >> endobj -917 0 obj -[914 0 R /XYZ 0 196.55 null] +921 0 obj +[918 0 R /XYZ 0 196.55 null] endobj -918 0 obj +922 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -156665,7 +157365,7 @@ endobj /Type /Annot >> endobj -919 0 obj +923 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -156676,7 +157376,7 @@ endobj /Type /Annot >> endobj -920 0 obj +924 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -156687,7 +157387,7 @@ endobj /Type /Annot >> endobj -921 0 obj +925 0 obj << /Length 1940 >> stream @@ -156816,7 +157516,7 @@ Q endstream endobj -922 0 obj +926 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -156824,19 +157524,19 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 921 0 R +/Contents 925 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R >> >> -/Annots [924 0 R 925 0 R 926 0 R] +/Annots [928 0 R 929 0 R 930 0 R] >> endobj -923 0 obj -[922 0 R /XYZ 0 841.89 null] +927 0 obj +[926 0 R /XYZ 0 841.89 null] endobj -924 0 obj +928 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -156847,7 +157547,7 @@ endobj /Type /Annot >> endobj -925 0 obj +929 0 obj << /Border [0 0 0] /Dest (howto) /Subtype /Link @@ -156855,7 +157555,7 @@ endobj /Type /Annot >> endobj -926 0 obj +930 0 obj << /Border [0 0 0] /Dest (advanced.adoc) /Subtype /Link @@ -156863,7 +157563,7 @@ endobj /Type /Annot >> endobj -927 0 obj +931 0 obj << /Length 10302 >> stream @@ -157479,7 +158179,7 @@ Q endstream endobj -928 0 obj +932 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -157487,20 +158187,20 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 927 0 R +/Contents 931 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R /F3.0 40 0 R >> >> -/Annots [930 0 R 931 0 R 932 0 R 935 0 R 936 0 R] +/Annots [934 0 R 935 0 R 936 0 R 939 0 R 940 0 R] >> endobj -929 0 obj -[928 0 R /XYZ 0 841.89 null] +933 0 obj +[932 0 R /XYZ 0 841.89 null] endobj -930 0 obj +934 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -157511,7 +158211,7 @@ endobj /Type /Annot >> endobj -931 0 obj +935 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -157522,7 +158222,7 @@ endobj /Type /Annot >> endobj -932 0 obj +936 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -157533,13 +158233,13 @@ endobj /Type /Annot >> endobj -933 0 obj -[928 0 R /XYZ 0 618.71 null] +937 0 obj +[932 0 R /XYZ 0 618.71 null] endobj -934 0 obj -[928 0 R /XYZ 0 307.49 null] +938 0 obj +[932 0 R /XYZ 0 307.49 null] endobj -935 0 obj +939 0 obj << /Border [0 0 0] /Dest (contract-dsl) /Subtype /Link @@ -157547,7 +158247,7 @@ endobj /Type /Annot >> endobj -936 0 obj +940 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -157558,15 +158258,15 @@ endobj /Type /Annot >> endobj -937 0 obj -[928 0 R /XYZ 0 171.59 null] +941 0 obj +[932 0 R /XYZ 0 171.59 null] endobj -938 0 obj +942 0 obj << /Limits [(how-to-reference-text-from-file) (how-to-workflow-producer)] -/Names [(how-to-reference-text-from-file) 1068 0 R (how-to-repo-structure) 957 0 R (how-to-see-registered-stubs) 1067 0 R (how-to-use-git-as-storage) 999 0 R (how-to-use-pact-broker) 1021 0 R (how-to-use-pact-broker-pact) 1026 0 R (how-to-use-pact-broker-pact-consumers) 1040 0 R (how-to-use-pact-broker-pact-contract) 1029 0 R (how-to-use-pact-broker-pact-converter) 1028 0 R (how-to-use-pact-broker-pact-for-producers) 1034 0 R (how-to-use-stubs-from-a-location) 1085 0 R (how-to-use-the-failonnostubs-feature) 1091 0 R (how-to-work-with-transitivie) 1074 0 R (how-to-work-with-transitivie-exclude) 1077 0 R (how-to-work-with-transitivie-optional) 1075 0 R (how-to-work-with-transitivie-separate) 1076 0 R (how-to-workflow) 969 0 R (how-to-workflow-consumer) 970 0 R (how-to-workflow-producer) 974 0 R] +/Names [(how-to-reference-text-from-file) 1072 0 R (how-to-repo-structure) 961 0 R (how-to-see-registered-stubs) 1071 0 R (how-to-use-git-as-storage) 1003 0 R (how-to-use-pact-broker) 1025 0 R (how-to-use-pact-broker-pact) 1030 0 R (how-to-use-pact-broker-pact-consumers) 1044 0 R (how-to-use-pact-broker-pact-contract) 1033 0 R (how-to-use-pact-broker-pact-converter) 1032 0 R (how-to-use-pact-broker-pact-for-producers) 1038 0 R (how-to-use-stubs-from-a-location) 1089 0 R (how-to-use-the-failonnostubs-feature) 1095 0 R (how-to-work-with-transitivie) 1078 0 R (how-to-work-with-transitivie-exclude) 1081 0 R (how-to-work-with-transitivie-optional) 1079 0 R (how-to-work-with-transitivie-separate) 1080 0 R (how-to-workflow) 973 0 R (how-to-workflow-consumer) 974 0 R (how-to-workflow-producer) 978 0 R] >> endobj -939 0 obj +943 0 obj << /Length 12067 >> stream @@ -158271,7 +158971,7 @@ Q endstream endobj -940 0 obj +944 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -158279,7 +158979,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 939 0 R +/Contents 943 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -158287,7 +158987,7 @@ endobj >> >> endobj -941 0 obj +945 0 obj << /Length 10991 >> stream @@ -158951,7 +159651,7 @@ Q endstream endobj -942 0 obj +946 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -158959,7 +159659,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 941 0 R +/Contents 945 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -158967,10 +159667,10 @@ endobj /F2.0 28 0 R >> >> -/Annots [943 0 R 944 0 R 946 0 R 947 0 R 948 0 R] +/Annots [947 0 R 948 0 R 950 0 R 951 0 R 952 0 R] >> endobj -943 0 obj +947 0 obj << /Border [0 0 0] /Dest (contract-dsl) /Subtype /Link @@ -158978,7 +159678,7 @@ endobj /Type /Annot >> endobj -944 0 obj +948 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -158989,10 +159689,10 @@ endobj /Type /Annot >> endobj -945 0 obj -[942 0 R /XYZ 0 237.79 null] +949 0 obj +[946 0 R /XYZ 0 237.79 null] endobj -946 0 obj +950 0 obj << /Border [0 0 0] /Dest (how-to-api-versioning) /Subtype /Link @@ -159000,7 +159700,7 @@ endobj /Type /Annot >> endobj -947 0 obj +951 0 obj << /Border [0 0 0] /Dest (how-to-jar-versioning) /Subtype /Link @@ -159008,7 +159708,7 @@ endobj /Type /Annot >> endobj -948 0 obj +952 0 obj << /Border [0 0 0] /Dest (how-to-dev-or-prod-stubs) /Subtype /Link @@ -159016,7 +159716,7 @@ endobj /Type /Annot >> endobj -949 0 obj +953 0 obj << /Length 11796 >> stream @@ -159692,7 +160392,7 @@ Q endstream endobj -950 0 obj +954 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -159700,7 +160400,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 949 0 R +/Contents 953 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -159710,13 +160410,13 @@ endobj >> >> endobj -951 0 obj -[950 0 R /XYZ 0 841.89 null] +955 0 obj +[954 0 R /XYZ 0 841.89 null] endobj -952 0 obj -[950 0 R /XYZ 0 597.17 null] +956 0 obj +[954 0 R /XYZ 0 597.17 null] endobj -953 0 obj +957 0 obj << /Length 11043 >> stream @@ -160313,7 +161013,7 @@ Q endstream endobj -954 0 obj +958 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -160321,26 +161021,26 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 953 0 R +/Contents 957 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F2.0 28 0 R /F1.0 8 0 R >> >> -/Annots [958 0 R] +/Annots [962 0 R] >> endobj -955 0 obj -[954 0 R /XYZ 0 733.15 null] +959 0 obj +[958 0 R /XYZ 0 733.15 null] endobj -956 0 obj -[954 0 R /XYZ 0 395.93 null] +960 0 obj +[958 0 R /XYZ 0 395.93 null] endobj -957 0 obj -[954 0 R /XYZ 0 256.25 null] +961 0 obj +[958 0 R /XYZ 0 256.25 null] endobj -958 0 obj +962 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -160351,7 +161051,7 @@ endobj /Type /Annot >> endobj -959 0 obj +963 0 obj << /Length 12669 >> stream @@ -161212,7 +161912,7 @@ Q endstream endobj -960 0 obj +964 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -161220,7 +161920,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 959 0 R +/Contents 963 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.1 138 0 R /F3.0 40 0 R @@ -161229,7 +161929,7 @@ endobj >> >> endobj -961 0 obj +965 0 obj << /Length 9489 >> stream @@ -161815,7 +162515,7 @@ Q endstream endobj -962 0 obj +966 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -161823,14 +162523,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 961 0 R +/Contents 965 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -963 0 obj +967 0 obj << /Length 8589 >> stream @@ -162390,7 +163090,7 @@ Q endstream endobj -964 0 obj +968 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -162398,7 +163098,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 963 0 R +/Contents 967 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -162406,7 +163106,7 @@ endobj >> >> endobj -965 0 obj +969 0 obj << /Length 9056 >> stream @@ -162948,7 +163648,7 @@ Q endstream endobj -966 0 obj +970 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -162956,14 +163656,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 965 0 R +/Contents 969 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -967 0 obj +971 0 obj << /Length 10331 >> stream @@ -163585,7 +164285,7 @@ Q endstream endobj -968 0 obj +972 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -163593,7 +164293,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 967 0 R +/Contents 971 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -163602,16 +164302,16 @@ endobj /F5.1 68 0 R >> >> -/Annots [971 0 R] +/Annots [975 0 R] >> endobj -969 0 obj -[968 0 R /XYZ 0 335.83 null] +973 0 obj +[972 0 R /XYZ 0 335.83 null] endobj -970 0 obj -[968 0 R /XYZ 0 199.65 null] +974 0 obj +[972 0 R /XYZ 0 199.65 null] endobj -971 0 obj +975 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -163622,7 +164322,7 @@ endobj /Type /Annot >> endobj -972 0 obj +976 0 obj << /Length 13121 >> stream @@ -164509,7 +165209,7 @@ Q endstream endobj -973 0 obj +977 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -164517,20 +165217,20 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 972 0 R +/Contents 976 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R /F3.0 40 0 R >> >> -/Annots [975 0 R 976 0 R 977 0 R 978 0 R 979 0 R 980 0 R 981 0 R 982 0 R 983 0 R 984 0 R 985 0 R 986 0 R 987 0 R 988 0 R 989 0 R] +/Annots [979 0 R 980 0 R 981 0 R 982 0 R 983 0 R 984 0 R 985 0 R 986 0 R 987 0 R 988 0 R 989 0 R 990 0 R 991 0 R 992 0 R 993 0 R] >> endobj -974 0 obj -[973 0 R /XYZ 0 841.89 null] +978 0 obj +[977 0 R /XYZ 0 841.89 null] endobj -975 0 obj +979 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164541,7 +165241,7 @@ endobj /Type /Annot >> endobj -976 0 obj +980 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164552,7 +165252,7 @@ endobj /Type /Annot >> endobj -977 0 obj +981 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164563,7 +165263,7 @@ endobj /Type /Annot >> endobj -978 0 obj +982 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164574,7 +165274,7 @@ endobj /Type /Annot >> endobj -979 0 obj +983 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164585,7 +165285,7 @@ endobj /Type /Annot >> endobj -980 0 obj +984 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164596,7 +165296,7 @@ endobj /Type /Annot >> endobj -981 0 obj +985 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164607,7 +165307,7 @@ endobj /Type /Annot >> endobj -982 0 obj +986 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164618,7 +165318,7 @@ endobj /Type /Annot >> endobj -983 0 obj +987 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164629,7 +165329,7 @@ endobj /Type /Annot >> endobj -984 0 obj +988 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164640,7 +165340,7 @@ endobj /Type /Annot >> endobj -985 0 obj +989 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164651,7 +165351,7 @@ endobj /Type /Annot >> endobj -986 0 obj +990 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164662,7 +165362,7 @@ endobj /Type /Annot >> endobj -987 0 obj +991 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164673,7 +165373,7 @@ endobj /Type /Annot >> endobj -988 0 obj +992 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164684,7 +165384,7 @@ endobj /Type /Annot >> endobj -989 0 obj +993 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -164695,13 +165395,13 @@ endobj /Type /Annot >> endobj -990 0 obj -[973 0 R /XYZ 0 350.81 null] +994 0 obj +[977 0 R /XYZ 0 350.81 null] endobj -991 0 obj -[973 0 R /XYZ 0 240.51 null] +995 0 obj +[977 0 R /XYZ 0 240.51 null] endobj -992 0 obj +996 0 obj << /Length 8750 >> stream @@ -165214,7 +165914,7 @@ Q endstream endobj -993 0 obj +997 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -165222,7 +165922,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 992 0 R +/Contents 996 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F4.1 44 0 R @@ -165232,10 +165932,10 @@ endobj >> >> endobj -994 0 obj -[993 0 R /XYZ 0 224.65 null] +998 0 obj +[997 0 R /XYZ 0 224.65 null] endobj -995 0 obj +999 0 obj << /Length 10249 >> stream @@ -165845,7 +166545,7 @@ Q endstream endobj -996 0 obj +1000 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -165853,7 +166553,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 995 0 R +/Contents 999 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -165861,7 +166561,7 @@ endobj >> >> endobj -997 0 obj +1001 0 obj << /Length 9186 >> stream @@ -166381,7 +167081,7 @@ Q endstream endobj -998 0 obj +1002 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -166389,20 +167089,20 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 997 0 R +/Contents 1001 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R /F2.0 28 0 R >> >> -/Annots [1000 0 R] +/Annots [1004 0 R] >> endobj -999 0 obj -[998 0 R /XYZ 0 348.19 null] +1003 0 obj +[1002 0 R /XYZ 0 348.19 null] endobj -1000 0 obj +1004 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -166413,7 +167113,7 @@ endobj /Type /Annot >> endobj -1001 0 obj +1005 0 obj << /Length 19385 >> stream @@ -167893,7 +168593,7 @@ Q endstream endobj -1002 0 obj +1006 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -167901,7 +168601,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1001 0 R +/Contents 1005 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F3.1 138 0 R @@ -167911,7 +168611,7 @@ endobj >> >> endobj -1003 0 obj +1007 0 obj << /Length 9335 >> stream @@ -168463,7 +169163,7 @@ Q endstream endobj -1004 0 obj +1008 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -168471,7 +169171,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1003 0 R +/Contents 1007 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R @@ -168481,13 +169181,13 @@ endobj >> >> endobj -1005 0 obj -[1004 0 R /XYZ 0 763.08 null] +1009 0 obj +[1008 0 R /XYZ 0 763.08 null] endobj -1006 0 obj -[1004 0 R /XYZ 0 463.64 null] +1010 0 obj +[1008 0 R /XYZ 0 463.64 null] endobj -1007 0 obj +1011 0 obj << /Length 6889 >> stream @@ -168888,7 +169588,7 @@ Q endstream endobj -1008 0 obj +1012 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -168896,7 +169596,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1007 0 R +/Contents 1011 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -168904,7 +169604,7 @@ endobj >> >> endobj -1009 0 obj +1013 0 obj << /Length 11193 >> stream @@ -169636,7 +170336,7 @@ Q endstream endobj -1010 0 obj +1014 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -169644,7 +170344,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1009 0 R +/Contents 1013 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -169654,15 +170354,15 @@ endobj >> >> endobj -1011 0 obj -[1010 0 R /XYZ 0 191.119 null] +1015 0 obj +[1014 0 R /XYZ 0 191.119 null] endobj -1012 0 obj +1016 0 obj << /Limits [(how-to-debug) (how-to-jar-versioning)] -/Names [(how-to-debug) 1060 0 R (how-to-debug-wiremock) 1064 0 R (how-to-define-messaging-contracts-per-topic) 990 0 R (how-to-define-messaging-contracts-per-topic-gradle) 994 0 R (how-to-define-messaging-contracts-per-topic-maven) 991 0 R (how-to-dev-or-prod-stubs) 955 0 R (how-to-do-stubs-versioning) 945 0 R (how-to-generate-pact-from-scc) 1069 0 R (how-to-generate-stubs-at-runtime) 1089 0 R (how-to-jar-versioning) 952 0 R] +/Names [(how-to-debug) 1064 0 R (how-to-debug-wiremock) 1068 0 R (how-to-define-messaging-contracts-per-topic) 994 0 R (how-to-define-messaging-contracts-per-topic-gradle) 998 0 R (how-to-define-messaging-contracts-per-topic-maven) 995 0 R (how-to-dev-or-prod-stubs) 959 0 R (how-to-do-stubs-versioning) 949 0 R (how-to-generate-pact-from-scc) 1073 0 R (how-to-generate-stubs-at-runtime) 1093 0 R (how-to-jar-versioning) 956 0 R] >> endobj -1013 0 obj +1017 0 obj << /Length 10995 >> stream @@ -170281,7 +170981,7 @@ Q endstream endobj -1014 0 obj +1018 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -170289,14 +170989,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1013 0 R +/Contents 1017 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -1015 0 obj +1019 0 obj << /Length 9134 >> stream @@ -170886,7 +171586,7 @@ Q endstream endobj -1016 0 obj +1020 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -170894,7 +171594,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1015 0 R +/Contents 1019 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F6.0 124 0 R @@ -170903,7 +171603,7 @@ endobj >> >> endobj -1017 0 obj +1021 0 obj << /Length 12853 >> stream @@ -171790,7 +172490,7 @@ Q endstream endobj -1018 0 obj +1022 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -171798,7 +172498,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1017 0 R +/Contents 1021 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F1.1 9 0 R @@ -171806,19 +172506,19 @@ endobj /F2.0 28 0 R >> >> -/Annots [1022 0 R 1023 0 R] +/Annots [1026 0 R 1027 0 R] >> endobj -1019 0 obj -[1018 0 R /XYZ 0 690.99 null] +1023 0 obj +[1022 0 R /XYZ 0 690.99 null] endobj -1020 0 obj -[1018 0 R /XYZ 0 537.13 null] +1024 0 obj +[1022 0 R /XYZ 0 537.13 null] endobj -1021 0 obj -[1018 0 R /XYZ 0 129.83 null] +1025 0 obj +[1022 0 R /XYZ 0 129.83 null] endobj -1022 0 obj +1026 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -171829,7 +172529,7 @@ endobj /Type /Annot >> endobj -1023 0 obj +1027 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -171840,8 +172540,8 @@ endobj /Type /Annot >> endobj -1024 0 obj -<< /Length 11446 +1028 0 obj +<< /Length 11926 >> stream q @@ -172297,76 +172997,125 @@ ET 0.6941 0.1294 0.2745 scn 0.6941 0.1294 0.2745 SCN +0.7436 Tw + BT 48.24 327.016 Td /F3.0 10.5 Tf <7372632f746573742f7265736f75726365732f636f6e747261637473> Tj ET + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.7436 Tw + +BT +195.24 327.016 Td +/F1.0 10.5 Tf +<20666f6c6465722e2052656d656d62657220746f207075742074686520> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +0.7436 Tw + +BT +346.2819 327.016 Td +/F3.0 10.5 Tf +<737072696e672d636c6f75642d636f6e74726163742d70616374> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.7436 Tw + +BT +482.7819 327.016 Td +/F1.0 10.5 Tf +<20646570656e64656e6379> Tj +ET + + +0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT -195.24 327.016 Td +48.24 311.236 Td /F1.0 10.5 Tf -[<20666f6c6465722e2054686520666f6c6c6f77696e67206578616d706c652073686f777320737563682061205061637420636f6e7472> 20.0195 <6163743a>] TJ +[<746f20796f757220636c617373706174682e2054686520666f6c6c6f77696e67206578616d706c652073686f777320737563682061205061637420636f6e7472> 20.0195 <6163743a>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q 1.0 1.0 1.0 scn -52.24 311.2 m -543.04 311.2 l -545.2491 311.2 547.04 309.4091 547.04 307.2 c -547.04 -1185.345 l -547.04 -1187.5541 545.2491 -1189.345 543.04 -1189.345 c -52.24 -1189.345 l -50.0309 -1189.345 48.24 -1187.5541 48.24 -1185.345 c -48.24 307.2 l -48.24 309.4091 50.0309 311.2 52.24 311.2 c +52.24 295.42 m +543.04 295.42 l +545.2491 295.42 547.04 293.6291 547.04 291.42 c +547.04 -1201.125 l +547.04 -1203.3341 545.2491 -1205.125 543.04 -1205.125 c +52.24 -1205.125 l +50.0309 -1205.125 48.24 -1203.3341 48.24 -1201.125 c +48.24 291.42 l +48.24 293.6291 50.0309 295.42 52.24 295.42 c h f 0.9333 0.9333 0.9333 SCN 0.75 w -52.24 311.2 m -543.04 311.2 l -545.2491 311.2 547.04 309.4091 547.04 307.2 c -547.04 -1185.345 l -547.04 -1187.5541 545.2491 -1189.345 543.04 -1189.345 c -52.24 -1189.345 l -50.0309 -1189.345 48.24 -1187.5541 48.24 -1185.345 c -48.24 307.2 l -48.24 309.4091 50.0309 311.2 52.24 311.2 c +52.24 295.42 m +543.04 295.42 l +545.2491 295.42 547.04 293.6291 547.04 291.42 c +547.04 -1201.125 l +547.04 -1203.3341 545.2491 -1205.125 543.04 -1205.125 c +52.24 -1205.125 l +50.0309 -1205.125 48.24 -1203.3341 48.24 -1201.125 c +48.24 291.42 l +48.24 293.6291 50.0309 295.42 52.24 295.42 c h S Q q 0.9608 0.9608 0.9608 scn -64.24 299.2 m -531.04 299.2 l -533.2491 299.2 535.04 297.4091 535.04 295.2 c +64.24 283.42 m +531.04 283.42 l +533.2491 283.42 535.04 281.6291 535.04 279.42 c 535.04 52.24 l 535.04 50.0309 533.2491 48.24 531.04 48.24 c 64.24 48.24 l 62.0309 48.24 60.24 50.0309 60.24 52.24 c -60.24 295.2 l -60.24 297.4091 62.0309 299.2 64.24 299.2 c +60.24 279.42 l +60.24 281.6291 62.0309 283.42 64.24 283.42 c h f 0.8 0.8 0.8 SCN 0.75 w -64.24 299.2 m -531.04 299.2 l -533.2491 299.2 535.04 297.4091 535.04 295.2 c +64.24 283.42 m +531.04 283.42 l +533.2491 283.42 535.04 281.6291 535.04 279.42 c 535.04 52.24 l 535.04 50.0309 533.2491 48.24 531.04 48.24 c 64.24 48.24 l 62.0309 48.24 60.24 50.0309 60.24 52.24 c -60.24 295.2 l -60.24 297.4091 62.0309 299.2 64.24 299.2 c +60.24 279.42 l +60.24 281.6291 62.0309 283.42 64.24 283.42 c h S Q @@ -172382,7 +173131,7 @@ Q 0.2 0.2 0.2 SCN BT -71.24 276.375 Td +71.24 260.595 Td /F3.0 11 Tf <7b> Tj ET @@ -172393,7 +173142,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 261.635 Td +71.24 245.855 Td /F3.0 11 Tf Tj ET @@ -172404,7 +173153,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 246.895 Td +71.24 231.115 Td /F3.0 11 Tf Tj ET @@ -172415,7 +173164,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 232.155 Td +71.24 216.375 Td /F3.0 11 Tf Tj ET @@ -172426,7 +173175,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 217.415 Td +71.24 201.635 Td /F3.0 11 Tf Tj ET @@ -172437,7 +173186,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 202.675 Td +71.24 186.895 Td /F3.0 11 Tf Tj ET @@ -172448,7 +173197,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 187.935 Td +71.24 172.155 Td /F3.0 11 Tf Tj ET @@ -172459,7 +173208,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 173.195 Td +71.24 157.415 Td /F3.0 11 Tf Tj ET @@ -172470,7 +173219,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 158.455 Td +71.24 142.675 Td /F3.0 11 Tf Tj ET @@ -172481,7 +173230,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 143.715 Td +71.24 127.935 Td /F3.0 11 Tf Tj ET @@ -172492,7 +173241,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 128.975 Td +71.24 113.195 Td /F3.0 11 Tf Tj ET @@ -172503,7 +173252,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 114.235 Td +71.24 98.455 Td /F3.0 11 Tf Tj ET @@ -172514,7 +173263,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 99.495 Td +71.24 83.715 Td /F3.0 11 Tf Tj ET @@ -172525,7 +173274,7 @@ ET 0.2 0.2 0.2 SCN BT -71.24 84.755 Td +71.24 68.975 Td /F3.0 11 Tf Tj ET @@ -172536,29 +173285,18 @@ ET 0.2 0.2 0.2 SCN BT -71.24 70.015 Td +71.24 54.235 Td /F3.0 11 Tf Tj ET -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 55.275 Td -/F3.0 11 Tf - Tj -ET - 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q endstream endobj -1025 0 obj +1029 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -172566,7 +173304,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1024 0 R +/Contents 1028 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F4.1 44 0 R @@ -172574,13 +173312,13 @@ endobj /F3.0 40 0 R >> >> -/Annots [1027 0 R] +/Annots [1031 0 R] >> endobj -1026 0 obj -[1025 0 R /XYZ 0 695.74 null] +1030 0 obj +[1029 0 R /XYZ 0 695.74 null] endobj -1027 0 obj +1031 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -172591,14 +173329,14 @@ endobj /Type /Annot >> endobj -1028 0 obj -[1025 0 R /XYZ 0 524.22 null] +1032 0 obj +[1029 0 R /XYZ 0 524.22 null] endobj -1029 0 obj -[1025 0 R /XYZ 0 388.04 null] +1033 0 obj +[1029 0 R /XYZ 0 388.04 null] endobj -1030 0 obj -<< /Length 8553 +1034 0 obj +<< /Length 8539 >> stream q @@ -172657,7 +173395,7 @@ Q BT 71.24 796.43 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172668,7 +173406,7 @@ ET BT 71.24 781.69 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172679,7 +173417,7 @@ ET BT 71.24 766.95 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172690,7 +173428,7 @@ ET BT 71.24 752.21 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172701,7 +173439,7 @@ ET BT 71.24 737.47 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172712,7 +173450,7 @@ ET BT 71.24 722.73 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172723,7 +173461,7 @@ ET BT 71.24 707.99 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172734,7 +173472,7 @@ ET BT 71.24 693.25 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172745,7 +173483,7 @@ ET BT 71.24 678.51 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172756,7 +173494,7 @@ ET BT 71.24 663.77 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172767,7 +173505,7 @@ ET BT 71.24 649.03 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172778,7 +173516,7 @@ ET BT 71.24 634.29 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172789,7 +173527,7 @@ ET BT 71.24 619.55 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172800,7 +173538,7 @@ ET BT 71.24 604.81 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172811,7 +173549,7 @@ ET BT 71.24 590.07 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172822,7 +173560,7 @@ ET BT 71.24 575.33 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172833,7 +173571,7 @@ ET BT 71.24 560.59 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172844,7 +173582,7 @@ ET BT 71.24 545.85 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172855,7 +173593,7 @@ ET BT 71.24 531.11 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172866,7 +173604,7 @@ ET BT 71.24 516.37 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172877,7 +173615,7 @@ ET BT 71.24 501.63 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172888,7 +173626,7 @@ ET BT 71.24 486.89 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172899,7 +173637,7 @@ ET BT 71.24 472.15 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172910,7 +173648,7 @@ ET BT 71.24 457.41 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172921,7 +173659,7 @@ ET BT 71.24 442.67 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172932,7 +173670,7 @@ ET BT 71.24 427.93 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172943,7 +173681,7 @@ ET BT 71.24 413.19 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172954,7 +173692,7 @@ ET BT 71.24 398.45 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172965,7 +173703,7 @@ ET BT 71.24 383.71 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172976,7 +173714,7 @@ ET BT 71.24 368.97 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172987,7 +173725,7 @@ ET BT 71.24 354.23 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -172998,7 +173736,7 @@ ET BT 71.24 339.49 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173009,7 +173747,7 @@ ET BT 71.24 324.75 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173020,7 +173758,7 @@ ET BT 71.24 310.01 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173031,7 +173769,7 @@ ET BT 71.24 295.27 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173042,7 +173780,7 @@ ET BT 71.24 280.53 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173053,7 +173791,7 @@ ET BT 71.24 265.79 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173064,7 +173802,7 @@ ET BT 71.24 251.05 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173075,7 +173813,7 @@ ET BT 71.24 236.31 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173086,7 +173824,7 @@ ET BT 71.24 221.57 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173097,7 +173835,7 @@ ET BT 71.24 206.83 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173108,7 +173846,7 @@ ET BT 71.24 192.09 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173119,7 +173857,7 @@ ET BT 71.24 177.35 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173130,7 +173868,7 @@ ET BT 71.24 162.61 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173141,7 +173879,7 @@ ET BT 71.24 147.87 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173152,7 +173890,7 @@ ET BT 71.24 133.13 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173163,7 +173901,7 @@ ET BT 71.24 118.39 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173174,7 +173912,7 @@ ET BT 71.24 103.65 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173185,7 +173923,7 @@ ET BT 71.24 88.91 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173196,7 +173934,7 @@ ET BT 71.24 74.17 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173207,7 +173945,7 @@ ET BT 71.24 59.43 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173216,7 +173954,7 @@ Q endstream endobj -1031 0 obj +1035 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -173224,15 +173962,15 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1030 0 R +/Contents 1034 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -1032 0 obj -<< /Length 9010 +1036 0 obj +<< /Length 6426 >> stream q @@ -173242,10 +173980,10 @@ q 64.24 805.89 m 531.04 805.89 l 533.2491 805.89 535.04 804.0991 535.04 801.89 c -535.04 344.695 l -535.04 342.4859 533.2491 340.695 531.04 340.695 c -64.24 340.695 l -62.0309 340.695 60.24 342.4859 60.24 344.695 c +535.04 328.915 l +535.04 326.7059 533.2491 324.915 531.04 324.915 c +64.24 324.915 l +62.0309 324.915 60.24 326.7059 60.24 328.915 c 60.24 801.89 l 60.24 804.0991 62.0309 805.89 64.24 805.89 c h @@ -173256,10 +173994,10 @@ f 64.24 805.89 m 531.04 805.89 l 533.2491 805.89 535.04 804.0991 535.04 801.89 c -535.04 344.695 l -535.04 342.4859 533.2491 340.695 531.04 340.695 c -64.24 340.695 l -62.0309 340.695 60.24 342.4859 60.24 344.695 c +535.04 328.915 l +535.04 326.7059 533.2491 324.915 531.04 324.915 c +64.24 324.915 l +62.0309 324.915 60.24 326.7059 60.24 328.915 c 60.24 801.89 l 60.24 804.0991 62.0309 805.89 64.24 805.89 c h @@ -173282,7 +174020,7 @@ Q BT 71.24 796.43 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173293,7 +174031,7 @@ ET BT 71.24 781.69 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173304,7 +174042,7 @@ ET BT 71.24 766.95 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173315,7 +174053,7 @@ ET BT 71.24 752.21 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173326,7 +174064,7 @@ ET BT 71.24 737.47 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173337,7 +174075,7 @@ ET BT 71.24 722.73 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173348,7 +174086,7 @@ ET BT 71.24 707.99 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173359,7 +174097,7 @@ ET BT 71.24 693.25 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173370,7 +174108,7 @@ ET BT 71.24 678.51 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173381,7 +174119,7 @@ ET BT 71.24 663.77 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173392,7 +174130,7 @@ ET BT 71.24 649.03 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173403,7 +174141,7 @@ ET BT 71.24 634.29 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173414,7 +174152,7 @@ ET BT 71.24 619.55 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173425,7 +174163,7 @@ ET BT 71.24 604.81 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173436,7 +174174,7 @@ ET BT 71.24 590.07 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173447,7 +174185,7 @@ ET BT 71.24 575.33 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173458,7 +174196,7 @@ ET BT 71.24 560.59 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173469,7 +174207,7 @@ ET BT 71.24 545.85 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173480,7 +174218,7 @@ ET BT 71.24 531.11 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173491,7 +174229,7 @@ ET BT 71.24 516.37 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173502,7 +174240,7 @@ ET BT 71.24 501.63 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173513,7 +174251,7 @@ ET BT 71.24 486.89 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173524,7 +174262,7 @@ ET BT 71.24 472.15 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173535,7 +174273,7 @@ ET BT 71.24 457.41 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173546,7 +174284,7 @@ ET BT 71.24 442.67 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173557,7 +174295,7 @@ ET BT 71.24 427.93 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173568,7 +174306,7 @@ ET BT 71.24 413.19 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173579,7 +174317,7 @@ ET BT 71.24 398.45 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173590,7 +174328,7 @@ ET BT 71.24 383.71 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173601,7 +174339,7 @@ ET BT 71.24 368.97 Td /F3.0 11 Tf - Tj + Tj ET 0.0 0.0 0.0 SCN @@ -173612,6 +174350,17 @@ ET BT 71.24 354.23 Td /F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 339.49 Td +/F3.0 11 Tf <7d> Tj ET @@ -173621,7 +174370,7 @@ ET 0.2 0.2 0.2 SCN BT -48.24 297.631 Td +48.24 282.891 Td /F2.0 13 Tf <352e372e342e205061637420666f722050726f647563657273> Tj ET @@ -173634,7 +174383,7 @@ ET 0.2803 Tw BT -48.24 271.071 Td +48.24 256.331 Td /F1.0 10.5 Tf [<4f6e207468652070726f647563657220736964652c20796f75206d757374206164642074776f206164646974696f6e616c20646570656e64656e6369657320746f20796f757220706c7567696e20636f6e6669677572> 20.0195 <6174696f6e2e204f6e65>] TJ ET @@ -173649,7 +174398,7 @@ ET 1.3025 Tw BT -48.24 255.291 Td +48.24 240.551 Td /F1.0 10.5 Tf [<69732074686520537072696e6720436c6f756420436f6e7472> 20.0195 <616374205061637420737570706f72742c20616e6420746865206f7468657220726570726573656e7473207468652063757272656e7420506163742076657273696f6e2074686174>] TJ ET @@ -173662,528 +174411,11 @@ ET 0.2 0.2 0.2 SCN BT -48.24 239.511 Td +48.24 224.771 Td /F1.0 10.5 Tf [<796f75207573652e2054686520666f6c6c6f77696e67206c697374696e672073686f777320686f7720746f20646f20736f20666f7220626f7468204d6176656e20616e64204772> 20.0195 <61646c653a>] TJ ET -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -1.0 1.0 1.0 scn -52.24 223.695 m -543.04 223.695 l -545.2491 223.695 547.04 221.9041 547.04 219.695 c -547.04 61.753 l -547.04 59.5439 545.2491 57.753 543.04 57.753 c -52.24 57.753 l -50.0309 57.753 48.24 59.5439 48.24 61.753 c -48.24 219.695 l -48.24 221.9041 50.0309 223.695 52.24 223.695 c -h -f -0.9333 0.9333 0.9333 SCN -0.75 w -52.24 223.695 m -543.04 223.695 l -545.2491 223.695 547.04 221.9041 547.04 219.695 c -547.04 61.753 l -547.04 59.5439 545.2491 57.753 543.04 57.753 c -52.24 57.753 l -50.0309 57.753 48.24 59.5439 48.24 61.753 c -48.24 219.695 l -48.24 221.9041 50.0309 223.695 52.24 223.695 c -h -S -Q -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -60.24 200.3292 Td -/F6.0 9.975 Tf -<4d6176656e> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -0.9608 0.9608 0.9608 scn -64.24 192.704 m -531.04 192.704 l -533.2491 192.704 535.04 190.9131 535.04 188.704 c -535.04 170.964 l -535.04 168.7549 533.2491 166.964 531.04 166.964 c -64.24 166.964 l -62.0309 166.964 60.24 168.7549 60.24 170.964 c -60.24 188.704 l -60.24 190.9131 62.0309 192.704 64.24 192.704 c -h -f -0.8 0.8 0.8 SCN -0.75 w -64.24 192.704 m -531.04 192.704 l -533.2491 192.704 535.04 190.9131 535.04 188.704 c -535.04 170.964 l -535.04 168.7549 533.2491 166.964 531.04 166.964 c -64.24 166.964 l -62.0309 166.964 60.24 168.7549 60.24 170.964 c -60.24 188.704 l -60.24 190.9131 62.0309 192.704 64.24 192.704 c -h -S -Q -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -60.24 143.5982 Td -/F6.0 9.975 Tf -[<4772> 20.0195 <61646c65>] TJ -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -0.9608 0.9608 0.9608 scn -64.24 135.973 m -531.04 135.973 l -533.2491 135.973 535.04 134.1821 535.04 131.973 c -535.04 73.753 l -535.04 71.5439 533.2491 69.753 531.04 69.753 c -64.24 69.753 l -62.0309 69.753 60.24 71.5439 60.24 73.753 c -60.24 131.973 l -60.24 134.1821 62.0309 135.973 64.24 135.973 c -h -f -0.8 0.8 0.8 SCN -0.75 w -64.24 135.973 m -531.04 135.973 l -533.2491 135.973 535.04 134.1821 535.04 131.973 c -535.04 73.753 l -535.04 71.5439 533.2491 69.753 531.04 69.753 c -64.24 69.753 l -62.0309 69.753 60.24 71.5439 60.24 73.753 c -60.24 131.973 l -60.24 134.1821 62.0309 135.973 64.24 135.973 c -h -S -Q -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 113.148 Td -/F3.0 11 Tf -<2f2f206966206164646974696f6e616c20646570656e64656e6369657320617265206e656564656420652e672e20666f722050616374> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 98.408 Td -/F3.0 11 Tf -<636c6173737061746820226f72672e737072696e676672616d65776f726b2e636c6f75643a737072696e672d636c6f75642d636f6e74726163742d> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 83.668 Td -/F3.0 11 Tf -<706163743a247b66696e6450726f70657274792827766572696669657256657273696f6e2729203f3a20766572696669657256657273696f6e7d22> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -Q - -endstream -endobj -1033 0 obj -<< /Type /Page -/Parent 3 0 R -/MediaBox [0 0 595.28 841.89] -/CropBox [0 0 595.28 841.89] -/BleedBox [0 0 595.28 841.89] -/TrimBox [0 0 595.28 841.89] -/ArtBox [0 0 595.28 841.89] -/Contents 1032 0 R -/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] -/Font << /F3.0 40 0 R -/F2.0 28 0 R -/F1.0 8 0 R -/F6.0 124 0 R ->> ->> ->> -endobj -1034 0 obj -[1033 0 R /XYZ 0 316.315 null] -endobj -1035 0 obj -<< /Limits [(howto) (yaml)] -/Names [(howto) 929 0 R (learning-about-spring-cloud-contract-features) 69 0 R (legal) 27 0 R (pact-stub-downloader) 1041 0 R (prerequisites) 264 0 R (prerequisites-2) 286 0 R (spring-cloud-contract-reference-documentation) 24 0 R (using) 258 0 R (using-whats-next) 348 0 R (why-spring-cloud-contract) 933 0 R (working-with-spring-cloud-contract) 56 0 R (yaml) 536 0 R] ->> -endobj -1036 0 obj -<< /Length 6186 ->> -stream -q -/DeviceRGB cs -0.2 0.2 0.2 scn -/DeviceRGB CS -0.2 0.2 0.2 SCN - -3.0189 Tw - -BT -48.24 793.926 Td -/F1.0 10.5 Tf -[<5768656e20796f75206578656375746520746865206275696c64206f6620796f7572206170706c69636174696f6e2c2061207465737420616e6420737475622069732067656e6572> 20.0195 <617465642e2054686520666f6c6c6f77696e67>] TJ -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -48.24 778.146 Td -/F1.0 10.5 Tf -<6578616d706c652073686f77732061207465737420616e64207374756220746861742063616d652066726f6d20746869732070726f636573733a> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -1.0 1.0 1.0 scn -52.24 762.33 m -543.04 762.33 l -545.2491 762.33 547.04 760.5391 547.04 758.33 c -547.04 -442.291 l -547.04 -444.5001 545.2491 -446.291 543.04 -446.291 c -52.24 -446.291 l -50.0309 -446.291 48.24 -444.5001 48.24 -442.291 c -48.24 758.33 l -48.24 760.5391 50.0309 762.33 52.24 762.33 c -h -f -0.9333 0.9333 0.9333 SCN -0.75 w -52.24 762.33 m -543.04 762.33 l -545.2491 762.33 547.04 760.5391 547.04 758.33 c -547.04 -442.291 l -547.04 -444.5001 545.2491 -446.291 543.04 -446.291 c -52.24 -446.291 l -50.0309 -446.291 48.24 -444.5001 48.24 -442.291 c -48.24 758.33 l -48.24 760.5391 50.0309 762.33 52.24 762.33 c -h -S -Q -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -60.24 738.9642 Td -/F6.0 9.975 Tf -<74657374> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -0.9608 0.9608 0.9608 scn -64.24 731.339 m -531.04 731.339 l -533.2491 731.339 535.04 729.5481 535.04 727.339 c -535.04 344.839 l -535.04 342.6299 533.2491 340.839 531.04 340.839 c -64.24 340.839 l -62.0309 340.839 60.24 342.6299 60.24 344.839 c -60.24 727.339 l -60.24 729.5481 62.0309 731.339 64.24 731.339 c -h -f -0.8 0.8 0.8 SCN -0.75 w -64.24 731.339 m -531.04 731.339 l -533.2491 731.339 535.04 729.5481 535.04 727.339 c -535.04 344.839 l -535.04 342.6299 533.2491 340.839 531.04 340.839 c -64.24 340.839 l -62.0309 340.839 60.24 342.6299 60.24 344.839 c -60.24 727.339 l -60.24 729.5481 62.0309 731.339 64.24 731.339 c -h -S -Q -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 708.514 Td -/F3.0 11 Tf -<4054657374> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 693.774 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 679.034 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 664.294 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 649.554 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 634.814 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 605.334 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 590.594 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 575.854 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 546.374 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 531.634 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 516.894 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 502.154 Td -/F3.0 11 Tf -<547970652229292e6d61746368657328226170706c69636174696f6e2f766e645c5c2e66726175645c5c2e76315c5c2b6a736f6e2e2a22293b> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 487.414 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 472.674 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 457.934 Td -/F3.0 11 Tf -<4a736f6e506174682e706172736528726573706f6e73652e676574426f647928292e6173537472696e672829293b> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 443.194 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 428.454 Td -/F3.0 11 Tf -<617373657274546861744a736f6e287061727365644a736f6e292e6669656c6428225b2772656a656374696f6e526561736f6e275d22292e6973457175616c546f2822416d6f756e7420746f6f> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 413.714 Td -/F3.0 11 Tf -<6869676822293b> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 398.974 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 384.234 Td -/F3.0 11 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 369.494 Td -/F3.0 11 Tf -<537472696e672e636c61737329292e6d6174636865732822465241554422293b> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -71.24 354.754 Td -/F3.0 11 Tf - Tj -ET - 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn Q @@ -174200,14 +174432,532 @@ endobj /ArtBox [0 0 595.28 841.89] /Contents 1036 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] -/Font << /F1.0 8 0 R -/F6.0 124 0 R -/F3.0 40 0 R +/Font << /F3.0 40 0 R +/F2.0 28 0 R +/F1.0 8 0 R >> >> >> endobj 1038 0 obj +[1037 0 R /XYZ 0 301.575 null] +endobj +1039 0 obj +<< /Limits [(howto) (yaml)] +/Names [(howto) 933 0 R (learning-about-spring-cloud-contract-features) 69 0 R (legal) 27 0 R (pact-stub-downloader) 1045 0 R (prerequisites) 264 0 R (prerequisites-2) 286 0 R (spring-cloud-contract-reference-documentation) 24 0 R (using) 258 0 R (using-whats-next) 348 0 R (why-spring-cloud-contract) 937 0 R (working-with-spring-cloud-contract) 56 0 R (yaml) 540 0 R] +>> +endobj +1040 0 obj +<< /Length 8972 +>> +stream +q +q +/DeviceRGB cs +1.0 1.0 1.0 scn +52.24 805.89 m +543.04 805.89 l +545.2491 805.89 547.04 804.0991 547.04 801.89 c +547.04 643.948 l +547.04 641.7389 545.2491 639.948 543.04 639.948 c +52.24 639.948 l +50.0309 639.948 48.24 641.7389 48.24 643.948 c +48.24 801.89 l +48.24 804.0991 50.0309 805.89 52.24 805.89 c +h +f +/DeviceRGB CS +0.9333 0.9333 0.9333 SCN +0.75 w +52.24 805.89 m +543.04 805.89 l +545.2491 805.89 547.04 804.0991 547.04 801.89 c +547.04 643.948 l +547.04 641.7389 545.2491 639.948 543.04 639.948 c +52.24 639.948 l +50.0309 639.948 48.24 641.7389 48.24 643.948 c +48.24 801.89 l +48.24 804.0991 50.0309 805.89 52.24 805.89 c +h +S +Q +/DeviceRGB cs +0.2 0.2 0.2 scn +/DeviceRGB CS +0.2 0.2 0.2 SCN + +BT +60.24 782.5242 Td +/F6.0 9.975 Tf +<4d6176656e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.9608 0.9608 0.9608 scn +64.24 774.899 m +531.04 774.899 l +533.2491 774.899 535.04 773.1081 535.04 770.899 c +535.04 753.159 l +535.04 750.9499 533.2491 749.159 531.04 749.159 c +64.24 749.159 l +62.0309 749.159 60.24 750.9499 60.24 753.159 c +60.24 770.899 l +60.24 773.1081 62.0309 774.899 64.24 774.899 c +h +f +0.8 0.8 0.8 SCN +0.75 w +64.24 774.899 m +531.04 774.899 l +533.2491 774.899 535.04 773.1081 535.04 770.899 c +535.04 753.159 l +535.04 750.9499 533.2491 749.159 531.04 749.159 c +64.24 749.159 l +62.0309 749.159 60.24 750.9499 60.24 753.159 c +60.24 770.899 l +60.24 773.1081 62.0309 774.899 64.24 774.899 c +h +S +Q +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +60.24 725.7932 Td +/F6.0 9.975 Tf +[<4772> 20.0195 <61646c65>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.9608 0.9608 0.9608 scn +64.24 718.168 m +531.04 718.168 l +533.2491 718.168 535.04 716.3771 535.04 714.168 c +535.04 655.948 l +535.04 653.7389 533.2491 651.948 531.04 651.948 c +64.24 651.948 l +62.0309 651.948 60.24 653.7389 60.24 655.948 c +60.24 714.168 l +60.24 716.3771 62.0309 718.168 64.24 718.168 c +h +f +0.8 0.8 0.8 SCN +0.75 w +64.24 718.168 m +531.04 718.168 l +533.2491 718.168 535.04 716.3771 535.04 714.168 c +535.04 655.948 l +535.04 653.7389 533.2491 651.948 531.04 651.948 c +64.24 651.948 l +62.0309 651.948 60.24 653.7389 60.24 655.948 c +60.24 714.168 l +60.24 716.3771 62.0309 718.168 64.24 718.168 c +h +S +Q +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 695.343 Td +/F3.0 11 Tf +<2f2f206966206164646974696f6e616c20646570656e64656e6369657320617265206e656564656420652e672e20666f722050616374> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 680.603 Td +/F3.0 11 Tf +<636c6173737061746820226f72672e737072696e676672616d65776f726b2e636c6f75643a737072696e672d636c6f75642d636f6e74726163742d> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 665.863 Td +/F3.0 11 Tf +<706163743a247b66696e6450726f70657274792827766572696669657256657273696f6e2729203f3a20766572696669657256657273696f6e7d22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.0189 Tw + +BT +48.24 615.984 Td +/F1.0 10.5 Tf +[<5768656e20796f75206578656375746520746865206275696c64206f6620796f7572206170706c69636174696f6e2c2061207465737420616e6420737475622069732067656e6572> 20.0195 <617465642e2054686520666f6c6c6f77696e67>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 600.204 Td +/F1.0 10.5 Tf +<6578616d706c652073686f77732061207465737420616e64207374756220746861742063616d652066726f6d20746869732070726f636573733a> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +1.0 1.0 1.0 scn +52.24 584.388 m +543.04 584.388 l +545.2491 584.388 547.04 582.5971 547.04 580.388 c +547.04 -620.233 l +547.04 -622.4421 545.2491 -624.233 543.04 -624.233 c +52.24 -624.233 l +50.0309 -624.233 48.24 -622.4421 48.24 -620.233 c +48.24 580.388 l +48.24 582.5971 50.0309 584.388 52.24 584.388 c +h +f +0.9333 0.9333 0.9333 SCN +0.75 w +52.24 584.388 m +543.04 584.388 l +545.2491 584.388 547.04 582.5971 547.04 580.388 c +547.04 -620.233 l +547.04 -622.4421 545.2491 -624.233 543.04 -624.233 c +52.24 -624.233 l +50.0309 -624.233 48.24 -622.4421 48.24 -620.233 c +48.24 580.388 l +48.24 582.5971 50.0309 584.388 52.24 584.388 c +h +S +Q +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +60.24 561.0222 Td +/F6.0 9.975 Tf +<74657374> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.9608 0.9608 0.9608 scn +64.24 553.397 m +531.04 553.397 l +533.2491 553.397 535.04 551.6061 535.04 549.397 c +535.04 166.897 l +535.04 164.6879 533.2491 162.897 531.04 162.897 c +64.24 162.897 l +62.0309 162.897 60.24 164.6879 60.24 166.897 c +60.24 549.397 l +60.24 551.6061 62.0309 553.397 64.24 553.397 c +h +f +0.8 0.8 0.8 SCN +0.75 w +64.24 553.397 m +531.04 553.397 l +533.2491 553.397 535.04 551.6061 535.04 549.397 c +535.04 166.897 l +535.04 164.6879 533.2491 162.897 531.04 162.897 c +64.24 162.897 l +62.0309 162.897 60.24 164.6879 60.24 166.897 c +60.24 549.397 l +60.24 551.6061 62.0309 553.397 64.24 553.397 c +h +S +Q +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 530.572 Td +/F3.0 11 Tf +<4054657374> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 515.832 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 501.092 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 486.352 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 471.612 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 456.872 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 427.392 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 412.652 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 397.912 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 368.432 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 353.692 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 338.952 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 324.212 Td +/F3.0 11 Tf +<547970652229292e6d61746368657328226170706c69636174696f6e2f766e645c5c2e66726175645c5c2e76315c5c2b6a736f6e2e2a22293b> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 309.472 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 294.732 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 279.992 Td +/F3.0 11 Tf +<4a736f6e506174682e706172736528726573706f6e73652e676574426f647928292e6173537472696e672829293b> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 265.252 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 250.512 Td +/F3.0 11 Tf +<617373657274546861744a736f6e287061727365644a736f6e292e6669656c6428225b2772656a656374696f6e526561736f6e275d22292e6973457175616c546f2822416d6f756e7420746f6f> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 235.772 Td +/F3.0 11 Tf +<6869676822293b> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 221.032 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 206.292 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 191.552 Td +/F3.0 11 Tf +<537472696e672e636c61737329292e6d6174636865732822465241554422293b> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +71.24 176.812 Td +/F3.0 11 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q + +endstream +endobj +1041 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 1040 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F6.0 124 0 R +/F3.0 40 0 R +/F1.0 8 0 R +>> +>> +>> +endobj +1042 0 obj << /Length 9652 >> stream @@ -174809,7 +175559,7 @@ Q endstream endobj -1039 0 obj +1043 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -174817,7 +175567,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1038 0 R +/Contents 1042 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -174827,13 +175577,13 @@ endobj >> >> endobj -1040 0 obj -[1039 0 R /XYZ 0 342.919 null] +1044 0 obj +[1043 0 R /XYZ 0 342.919 null] endobj -1041 0 obj -[1039 0 R /XYZ 0 112.837 null] +1045 0 obj +[1043 0 R /XYZ 0 112.837 null] endobj -1042 0 obj +1046 0 obj << /Length 14481 >> stream @@ -175946,7 +176696,7 @@ Q endstream endobj -1043 0 obj +1047 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -175954,7 +176704,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1042 0 R +/Contents 1046 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R @@ -175963,7 +176713,7 @@ endobj >> >> endobj -1044 0 obj +1048 0 obj << /Length 14615 >> stream @@ -177107,7 +177857,7 @@ Q endstream endobj -1045 0 obj +1049 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -177115,20 +177865,20 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1044 0 R +/Contents 1048 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F3.0 40 0 R /F2.0 28 0 R >> >> -/Annots [1047 0 R] +/Annots [1051 0 R] >> endobj -1046 0 obj -[1045 0 R /XYZ 0 129.81 null] +1050 0 obj +[1049 0 R /XYZ 0 129.81 null] endobj -1047 0 obj +1051 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -177139,7 +177889,7 @@ endobj /Type /Annot >> endobj -1048 0 obj +1052 0 obj << /Length 10016 >> stream @@ -177720,7 +178470,7 @@ Q endstream endobj -1049 0 obj +1053 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -177728,7 +178478,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1048 0 R +/Contents 1052 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -177736,13 +178486,13 @@ endobj /F6.0 124 0 R >> >> -/Annots [1051 0 R] +/Annots [1055 0 R] >> endobj -1050 0 obj -[1049 0 R /XYZ 0 841.89 null] +1054 0 obj +[1053 0 R /XYZ 0 841.89 null] endobj -1051 0 obj +1055 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -177753,7 +178503,7 @@ endobj /Type /Annot >> endobj -1052 0 obj +1056 0 obj << /Length 8006 >> stream @@ -178255,7 +179005,7 @@ Q endstream endobj -1053 0 obj +1057 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -178263,7 +179013,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1052 0 R +/Contents 1056 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -178271,13 +179021,13 @@ endobj /F2.0 28 0 R >> >> -/Annots [1055 0 R] +/Annots [1059 0 R] >> endobj -1054 0 obj -[1053 0 R /XYZ 0 273.279 null] +1058 0 obj +[1057 0 R /XYZ 0 273.279 null] endobj -1055 0 obj +1059 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -178288,7 +179038,7 @@ endobj /Type /Annot >> endobj -1056 0 obj +1060 0 obj << /Length 10012 >> stream @@ -178930,7 +179680,7 @@ Q endstream endobj -1057 0 obj +1061 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -178938,7 +179688,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1056 0 R +/Contents 1060 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -178947,7 +179697,7 @@ endobj >> >> endobj -1058 0 obj +1062 0 obj << /Length 11670 >> stream @@ -179654,7 +180404,7 @@ Q endstream endobj -1059 0 obj +1063 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -179662,20 +180412,20 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1058 0 R +/Contents 1062 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R /F1.0 8 0 R /F2.0 28 0 R >> >> -/Annots [1061 0 R 1062 0 R 1063 0 R] +/Annots [1065 0 R 1066 0 R 1067 0 R] >> endobj -1060 0 obj -[1059 0 R /XYZ 0 501.37 null] +1064 0 obj +[1063 0 R /XYZ 0 501.37 null] endobj -1061 0 obj +1065 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -179686,7 +180436,7 @@ endobj /Type /Annot >> endobj -1062 0 obj +1066 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -179697,7 +180447,7 @@ endobj /Type /Annot >> endobj -1063 0 obj +1067 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI @@ -179708,10 +180458,10 @@ endobj /Type /Annot >> endobj -1064 0 obj -[1059 0 R /XYZ 0 288.95 null] +1068 0 obj +[1063 0 R /XYZ 0 288.95 null] endobj -1065 0 obj +1069 0 obj << /Length 11551 >> stream @@ -180599,7 +181349,7 @@ Q endstream endobj -1066 0 obj +1070 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -180607,7 +181357,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1065 0 R +/Contents 1069 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -180618,16 +181368,16 @@ endobj >> >> endobj -1067 0 obj -[1066 0 R /XYZ 0 841.89 null] +1071 0 obj +[1070 0 R /XYZ 0 841.89 null] endobj -1068 0 obj -[1066 0 R /XYZ 0 686.79 null] +1072 0 obj +[1070 0 R /XYZ 0 686.79 null] endobj -1069 0 obj -[1066 0 R /XYZ 0 603.15 null] +1073 0 obj +[1070 0 R /XYZ 0 603.15 null] endobj -1070 0 obj +1074 0 obj << /Length 9370 >> stream @@ -181205,7 +181955,7 @@ Q endstream endobj -1071 0 obj +1075 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -181213,7 +181963,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1070 0 R +/Contents 1074 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -181221,7 +181971,7 @@ endobj >> >> endobj -1072 0 obj +1076 0 obj << /Length 10558 >> stream @@ -181849,7 +182599,7 @@ Q endstream endobj -1073 0 obj +1077 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -181857,7 +182607,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1072 0 R +/Contents 1076 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 28 0 R /F1.0 8 0 R @@ -181867,22 +182617,22 @@ endobj >> >> endobj -1074 0 obj -[1073 0 R /XYZ 0 841.89 null] -endobj -1075 0 obj -[1073 0 R /XYZ 0 389.93 null] -endobj -1076 0 obj -[1073 0 R /XYZ 0 297.31 null] -endobj -1077 0 obj -[1073 0 R /XYZ 0 220.47 null] -endobj 1078 0 obj -[1073 0 R /XYZ 0 143.63 null] +[1077 0 R /XYZ 0 841.89 null] endobj 1079 0 obj +[1077 0 R /XYZ 0 389.93 null] +endobj +1080 0 obj +[1077 0 R /XYZ 0 297.31 null] +endobj +1081 0 obj +[1077 0 R /XYZ 0 220.47 null] +endobj +1082 0 obj +[1077 0 R /XYZ 0 143.63 null] +endobj +1083 0 obj << /Length 10323 >> stream @@ -182468,7 +183218,7 @@ Q endstream endobj -1080 0 obj +1084 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -182476,7 +183226,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1079 0 R +/Contents 1083 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F6.0 124 0 R @@ -182485,7 +183235,7 @@ endobj >> >> endobj -1081 0 obj +1085 0 obj << /Length 5115 >> stream @@ -182809,7 +183559,7 @@ Q endstream endobj -1082 0 obj +1086 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -182817,14 +183567,14 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1081 0 R +/Contents 1085 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F3.0 40 0 R >> >> >> endobj -1083 0 obj +1087 0 obj << /Length 7920 >> stream @@ -183307,7 +184057,7 @@ Q endstream endobj -1084 0 obj +1088 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -183315,7 +184065,7 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1083 0 R +/Contents 1087 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F6.0 124 0 R /F3.0 40 0 R @@ -183326,10 +184076,10 @@ endobj >> >> endobj -1085 0 obj -[1084 0 R /XYZ 0 129.219 null] +1089 0 obj +[1088 0 R /XYZ 0 129.219 null] endobj -1086 0 obj +1090 0 obj << /Length 9867 >> stream @@ -184014,7 +184764,7 @@ Q endstream endobj -1087 0 obj +1091 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -184022,17 +184772,17 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 1086 0 R +/Contents 1090 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 8 0 R /F2.0 28 0 R /F3.0 40 0 R >> >> -/Annots [1088 0 R 1090 0 R 1092 0 R 1095 0 R] +/Annots [1092 0 R 1094 0 R 1096 0 R 1099 0 R] >> endobj -1088 0 obj +1092 0 obj << /Border [0 0 0] /Dest (features-stub-runner-stubs-protocol) /Subtype /Link @@ -184040,10 +184790,10 @@ endobj /Type /Annot >> endobj -1089 0 obj -[1087 0 R /XYZ 0 763.08 null] +1093 0 obj +[1091 0 R /XYZ 0 763.08 null] endobj -1090 0 obj +1094 0 obj << /Border [0 0 0] /Dest (features-stub-runner-generate-stubs-at-runtime) /Subtype /Link @@ -184051,10 +184801,10 @@ endobj /Type /Annot >> endobj -1091 0 obj -[1087 0 R /XYZ 0 663.66 null] +1095 0 obj +[1091 0 R /XYZ 0 663.66 null] endobj -1092 0 obj +1096 0 obj << /Border [0 0 0] /Dest (features-stub-runner-fail-on-no-stubs) /Subtype /Link @@ -184062,15 +184812,15 @@ endobj /Type /Annot >> endobj -1093 0 obj -[1087 0 R /XYZ 0 480.42 null] +1097 0 obj +[1091 0 R /XYZ 0 480.42 null] endobj -1094 0 obj +1098 0 obj << /Limits [(how-to-mark-contract-in-progress) (how-to-provide-dynamic-values)] -/Names [(how-to-mark-contract-in-progress) 1093 0 R (how-to-not-write-contracts-in-groovy) 934 0 R (how-to-pact-consumer) 1046 0 R (how-to-pact-consumer-producer-contract) 1054 0 R (how-to-pact-producer) 1050 0 R (how-to-protocol-convention) 1005 0 R (how-to-protocol-convention-contracts-producer-stubs-external) 1019 0 R (how-to-protocol-convention-contracts-producer-stubs-external-consumer) 1020 0 R (how-to-protocol-convention-producer) 1006 0 R (how-to-protocol-convention-producer-with-contracts-stored-locally) 1011 0 R (how-to-provide-dynamic-values) 937 0 R] +/Names [(how-to-mark-contract-in-progress) 1097 0 R (how-to-not-write-contracts-in-groovy) 938 0 R (how-to-pact-consumer) 1050 0 R (how-to-pact-consumer-producer-contract) 1058 0 R (how-to-pact-producer) 1054 0 R (how-to-protocol-convention) 1009 0 R (how-to-protocol-convention-contracts-producer-stubs-external) 1023 0 R (how-to-protocol-convention-contracts-producer-stubs-external-consumer) 1024 0 R (how-to-protocol-convention-producer) 1010 0 R (how-to-protocol-convention-producer-with-contracts-stored-locally) 1015 0 R (how-to-provide-dynamic-values) 941 0 R] >> endobj -1095 0 obj +1099 0 obj << /Border [0 0 0] /Dest (contract-dsl-in-progress) /Subtype /Link @@ -184078,7 +184828,7 @@ endobj /Type /Annot >> endobj -1096 0 obj +1100 0 obj << /Border [0 0 0] /Dest (legal) /Subtype /Link @@ -184086,7 +184836,7 @@ endobj /Type /Annot >> endobj -1097 0 obj +1101 0 obj << /Border [0 0 0] /Dest (legal) /Subtype /Link @@ -184094,7 +184844,7 @@ endobj /Type /Annot >> endobj -1098 0 obj +1102 0 obj << /Border [0 0 0] /Dest (documentation) /Subtype /Link @@ -184102,7 +184852,7 @@ endobj /Type /Annot >> endobj -1099 0 obj +1103 0 obj << /Border [0 0 0] /Dest (documentation) /Subtype /Link @@ -184110,7 +184860,7 @@ endobj /Type /Annot >> endobj -1100 0 obj +1104 0 obj << /Border [0 0 0] /Dest (contract-documentation-about) /Subtype /Link @@ -184118,7 +184868,7 @@ endobj /Type /Annot >> endobj -1101 0 obj +1105 0 obj << /Border [0 0 0] /Dest (contract-documentation-about) /Subtype /Link @@ -184126,7 +184876,7 @@ endobj /Type /Annot >> endobj -1102 0 obj +1106 0 obj << /Border [0 0 0] /Dest (documentation-getting-help) /Subtype /Link @@ -184134,7 +184884,7 @@ endobj /Type /Annot >> endobj -1103 0 obj +1107 0 obj << /Border [0 0 0] /Dest (documentation-getting-help) /Subtype /Link @@ -184142,7 +184892,7 @@ endobj /Type /Annot >> endobj -1104 0 obj +1108 0 obj << /Border [0 0 0] /Dest (contract-documentation-first-steps) /Subtype /Link @@ -184150,7 +184900,7 @@ endobj /Type /Annot >> endobj -1105 0 obj +1109 0 obj << /Border [0 0 0] /Dest (contract-documentation-first-steps) /Subtype /Link @@ -184158,7 +184908,7 @@ endobj /Type /Annot >> endobj -1106 0 obj +1110 0 obj << /Border [0 0 0] /Dest (working-with-spring-cloud-contract) /Subtype /Link @@ -184166,7 +184916,7 @@ endobj /Type /Annot >> endobj -1107 0 obj +1111 0 obj << /Border [0 0 0] /Dest (working-with-spring-cloud-contract) /Subtype /Link @@ -184174,7 +184924,7 @@ endobj /Type /Annot >> endobj -1108 0 obj +1112 0 obj << /Border [0 0 0] /Dest (learning-about-spring-cloud-contract-features) /Subtype /Link @@ -184182,7 +184932,7 @@ endobj /Type /Annot >> endobj -1109 0 obj +1113 0 obj << /Border [0 0 0] /Dest (learning-about-spring-cloud-contract-features) /Subtype /Link @@ -184190,7 +184940,7 @@ endobj /Type /Annot >> endobj -1110 0 obj +1114 0 obj << /Border [0 0 0] /Dest (advanced-topics) /Subtype /Link @@ -184198,7 +184948,7 @@ endobj /Type /Annot >> endobj -1111 0 obj +1115 0 obj << /Border [0 0 0] /Dest (advanced-topics) /Subtype /Link @@ -184206,7 +184956,7 @@ endobj /Type /Annot >> endobj -1112 0 obj +1116 0 obj << /Border [0 0 0] /Dest (getting-started) /Subtype /Link @@ -184214,7 +184964,7 @@ endobj /Type /Annot >> endobj -1113 0 obj +1117 0 obj << /Border [0 0 0] /Dest (getting-started) /Subtype /Link @@ -184222,7 +184972,7 @@ endobj /Type /Annot >> endobj -1114 0 obj +1118 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract) /Subtype /Link @@ -184230,7 +184980,7 @@ endobj /Type /Annot >> endobj -1115 0 obj +1119 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract) /Subtype /Link @@ -184238,7 +184988,7 @@ endobj /Type /Annot >> endobj -1116 0 obj +1120 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract-history) /Subtype /Link @@ -184246,7 +184996,7 @@ endobj /Type /Annot >> endobj -1117 0 obj +1121 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract-history) /Subtype /Link @@ -184254,7 +185004,7 @@ endobj /Type /Annot >> endobj -1118 0 obj +1122 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract-why) /Subtype /Link @@ -184262,7 +185012,7 @@ endobj /Type /Annot >> endobj -1119 0 obj +1123 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract-why) /Subtype /Link @@ -184270,7 +185020,7 @@ endobj /Type /Annot >> endobj -1120 0 obj +1124 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract-testing-issues) /Subtype /Link @@ -184278,7 +185028,7 @@ endobj /Type /Annot >> endobj -1121 0 obj +1125 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract-testing-issues) /Subtype /Link @@ -184286,7 +185036,7 @@ endobj /Type /Annot >> endobj -1122 0 obj +1126 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract-purposes) /Subtype /Link @@ -184294,7 +185044,7 @@ endobj /Type /Annot >> endobj -1123 0 obj +1127 0 obj << /Border [0 0 0] /Dest (getting-started-introducing-spring-cloud-contract-purposes) /Subtype /Link @@ -184302,7 +185052,7 @@ endobj /Type /Annot >> endobj -1124 0 obj +1128 0 obj << /Border [0 0 0] /Dest (getting-started-what-is-a-contract) /Subtype /Link @@ -184310,7 +185060,7 @@ endobj /Type /Annot >> endobj -1125 0 obj +1129 0 obj << /Border [0 0 0] /Dest (getting-started-what-is-a-contract) /Subtype /Link @@ -184318,7 +185068,7 @@ endobj /Type /Annot >> endobj -1126 0 obj +1130 0 obj << /Border [0 0 0] /Dest (getting-started-three-second-tour) /Subtype /Link @@ -184326,7 +185076,7 @@ endobj /Type /Annot >> endobj -1127 0 obj +1131 0 obj << /Border [0 0 0] /Dest (getting-started-three-second-tour) /Subtype /Link @@ -184334,7 +185084,7 @@ endobj /Type /Annot >> endobj -1128 0 obj +1132 0 obj << /Border [0 0 0] /Dest (getting-started-three-second-tour-producer) /Subtype /Link @@ -184342,7 +185092,7 @@ endobj /Type /Annot >> endobj -1129 0 obj +1133 0 obj << /Border [0 0 0] /Dest (getting-started-three-second-tour-producer) /Subtype /Link @@ -184350,7 +185100,7 @@ endobj /Type /Annot >> endobj -1130 0 obj +1134 0 obj << /Border [0 0 0] /Dest (getting-started-three-second-tour-consumer) /Subtype /Link @@ -184358,7 +185108,7 @@ endobj /Type /Annot >> endobj -1131 0 obj +1135 0 obj << /Border [0 0 0] /Dest (getting-started-three-second-tour-consumer) /Subtype /Link @@ -184366,7 +185116,7 @@ endobj /Type /Annot >> endobj -1132 0 obj +1136 0 obj << /Border [0 0 0] /Dest (getting-started-first-application) /Subtype /Link @@ -184374,7 +185124,7 @@ endobj /Type /Annot >> endobj -1133 0 obj +1137 0 obj << /Border [0 0 0] /Dest (getting-started-first-application) /Subtype /Link @@ -184382,7 +185132,7 @@ endobj /Type /Annot >> endobj -1134 0 obj +1138 0 obj << /Border [0 0 0] /Dest (getting-started-first-application-producer) /Subtype /Link @@ -184390,7 +185140,7 @@ endobj /Type /Annot >> endobj -1135 0 obj +1139 0 obj << /Border [0 0 0] /Dest (getting-started-first-application-producer) /Subtype /Link @@ -184398,7 +185148,7 @@ endobj /Type /Annot >> endobj -1136 0 obj +1140 0 obj << /Border [0 0 0] /Dest (getting-started-first-application-consumer) /Subtype /Link @@ -184406,7 +185156,7 @@ endobj /Type /Annot >> endobj -1137 0 obj +1141 0 obj << /Border [0 0 0] /Dest (getting-started-first-application-consumer) /Subtype /Link @@ -184414,7 +185164,7 @@ endobj /Type /Annot >> endobj -1138 0 obj +1142 0 obj << /Border [0 0 0] /Dest (getting-started-cdc) /Subtype /Link @@ -184422,7 +185172,7 @@ endobj /Type /Annot >> endobj -1139 0 obj +1143 0 obj << /Border [0 0 0] /Dest (getting-started-cdc) /Subtype /Link @@ -184430,7 +185180,7 @@ endobj /Type /Annot >> endobj -1140 0 obj +1144 0 obj << /Border [0 0 0] /Dest (getting-started-cdc) /Subtype /Link @@ -184438,7 +185188,7 @@ endobj /Type /Annot >> endobj -1141 0 obj +1145 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-technical-note) /Subtype /Link @@ -184446,7 +185196,7 @@ endobj /Type /Annot >> endobj -1142 0 obj +1146 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-technical-note) /Subtype /Link @@ -184454,7 +185204,7 @@ endobj /Type /Annot >> endobj -1143 0 obj +1147 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer) /Subtype /Link @@ -184462,7 +185212,7 @@ endobj /Type /Annot >> endobj -1144 0 obj +1148 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer) /Subtype /Link @@ -184470,7 +185220,7 @@ endobj /Type /Annot >> endobj -1145 0 obj +1149 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-start) /Subtype /Link @@ -184478,7 +185228,7 @@ endobj /Type /Annot >> endobj -1146 0 obj +1150 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-start) /Subtype /Link @@ -184486,7 +185236,7 @@ endobj /Type /Annot >> endobj -1147 0 obj +1151 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-write) /Subtype /Link @@ -184494,7 +185244,7 @@ endobj /Type /Annot >> endobj -1148 0 obj +1152 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-write) /Subtype /Link @@ -184502,7 +185252,7 @@ endobj /Type /Annot >> endobj -1149 0 obj +1153 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-clone) /Subtype /Link @@ -184510,7 +185260,7 @@ endobj /Type /Annot >> endobj -1150 0 obj +1154 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-clone) /Subtype /Link @@ -184518,7 +185268,7 @@ endobj /Type /Annot >> endobj -1151 0 obj +1155 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-define) /Subtype /Link @@ -184526,7 +185276,7 @@ endobj /Type /Annot >> endobj -1152 0 obj +1156 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-define) /Subtype /Link @@ -184534,7 +185284,7 @@ endobj /Type /Annot >> endobj -1153 0 obj +1157 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-add) /Subtype /Link @@ -184542,7 +185292,7 @@ endobj /Type /Annot >> endobj -1154 0 obj +1158 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-add) /Subtype /Link @@ -184550,7 +185300,7 @@ endobj /Type /Annot >> endobj -1155 0 obj +1159 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-run) /Subtype /Link @@ -184558,7 +185308,7 @@ endobj /Type /Annot >> endobj -1156 0 obj +1160 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-run) /Subtype /Link @@ -184566,7 +185316,7 @@ endobj /Type /Annot >> endobj -1157 0 obj +1161 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-file) /Subtype /Link @@ -184574,7 +185324,7 @@ endobj /Type /Annot >> endobj -1158 0 obj +1162 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-file) /Subtype /Link @@ -184582,7 +185332,7 @@ endobj /Type /Annot >> endobj -1159 0 obj +1163 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-producer) /Subtype /Link @@ -184590,7 +185340,7 @@ endobj /Type /Annot >> endobj -1160 0 obj +1164 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-producer) /Subtype /Link @@ -184598,7 +185348,7 @@ endobj /Type /Annot >> endobj -1161 0 obj +1165 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-producer-pr) /Subtype /Link @@ -184606,7 +185356,7 @@ endobj /Type /Annot >> endobj -1162 0 obj +1166 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-producer-pr) /Subtype /Link @@ -184614,7 +185364,7 @@ endobj /Type /Annot >> endobj -1163 0 obj +1167 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-producer-impl) /Subtype /Link @@ -184622,7 +185372,7 @@ endobj /Type /Annot >> endobj -1164 0 obj +1168 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-producer-impl) /Subtype /Link @@ -184630,7 +185380,7 @@ endobj /Type /Annot >> endobj -1165 0 obj +1169 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-producer-deploy) /Subtype /Link @@ -184638,7 +185388,7 @@ endobj /Type /Annot >> endobj -1166 0 obj +1170 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-producer-deploy) /Subtype /Link @@ -184646,7 +185396,7 @@ endobj /Type /Annot >> endobj -1167 0 obj +1171 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-final) /Subtype /Link @@ -184654,7 +185404,7 @@ endobj /Type /Annot >> endobj -1168 0 obj +1172 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-final) /Subtype /Link @@ -184662,7 +185412,7 @@ endobj /Type /Annot >> endobj -1169 0 obj +1173 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-final-merge) /Subtype /Link @@ -184670,7 +185420,7 @@ endobj /Type /Annot >> endobj -1170 0 obj +1174 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-final-merge) /Subtype /Link @@ -184678,7 +185428,7 @@ endobj /Type /Annot >> endobj -1171 0 obj +1175 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-final-online) /Subtype /Link @@ -184686,7 +185436,7 @@ endobj /Type /Annot >> endobj -1172 0 obj +1176 0 obj << /Border [0 0 0] /Dest (getting-started-cdc-consumer-final-online) /Subtype /Link @@ -184694,7 +185444,7 @@ endobj /Type /Annot >> endobj -1173 0 obj +1177 0 obj << /Border [0 0 0] /Dest (getting-started-whats-next) /Subtype /Link @@ -184702,7 +185452,7 @@ endobj /Type /Annot >> endobj -1174 0 obj +1178 0 obj << /Border [0 0 0] /Dest (getting-started-whats-next) /Subtype /Link @@ -184710,7 +185460,7 @@ endobj /Type /Annot >> endobj -1175 0 obj +1179 0 obj << /Border [0 0 0] /Dest (using) /Subtype /Link @@ -184718,7 +185468,7 @@ endobj /Type /Annot >> endobj -1176 0 obj +1180 0 obj << /Border [0 0 0] /Dest (using) /Subtype /Link @@ -184726,7 +185476,7 @@ endobj /Type /Annot >> endobj -1177 0 obj +1181 0 obj << /Border [0 0 0] /Dest (flows-provider-nexus) /Subtype /Link @@ -184734,7 +185484,7 @@ endobj /Type /Annot >> endobj -1178 0 obj +1182 0 obj << /Border [0 0 0] /Dest (flows-provider-nexus) /Subtype /Link @@ -184742,7 +185492,7 @@ endobj /Type /Annot >> endobj -1179 0 obj +1183 0 obj << /Border [0 0 0] /Dest (flows-provider-git) /Subtype /Link @@ -184750,7 +185500,7 @@ endobj /Type /Annot >> endobj -1180 0 obj +1184 0 obj << /Border [0 0 0] /Dest (flows-provider-git) /Subtype /Link @@ -184758,7 +185508,7 @@ endobj /Type /Annot >> endobj -1181 0 obj +1185 0 obj << /Border [0 0 0] /Dest (prerequisites) /Subtype /Link @@ -184766,7 +185516,7 @@ endobj /Type /Annot >> endobj -1182 0 obj +1186 0 obj << /Border [0 0 0] /Dest (prerequisites) /Subtype /Link @@ -184774,7 +185524,7 @@ endobj /Type /Annot >> endobj -1183 0 obj +1187 0 obj << /Border [0 0 0] /Dest (flows-provider-git-flow) /Subtype /Link @@ -184782,7 +185532,7 @@ endobj /Type /Annot >> endobj -1184 0 obj +1188 0 obj << /Border [0 0 0] /Dest (flows-provider-git-flow) /Subtype /Link @@ -184790,7 +185540,7 @@ endobj /Type /Annot >> endobj -1185 0 obj +1189 0 obj << /Border [0 0 0] /Dest (flows-provider-git-consumer) /Subtype /Link @@ -184798,7 +185548,7 @@ endobj /Type /Annot >> endobj -1186 0 obj +1190 0 obj << /Border [0 0 0] /Dest (flows-provider-git-consumer) /Subtype /Link @@ -184806,7 +185556,7 @@ endobj /Type /Annot >> endobj -1187 0 obj +1191 0 obj << /Border [0 0 0] /Dest (flows-provider-git-producer) /Subtype /Link @@ -184814,7 +185564,7 @@ endobj /Type /Annot >> endobj -1188 0 obj +1192 0 obj << /Border [0 0 0] /Dest (flows-provider-git-producer) /Subtype /Link @@ -184822,7 +185572,7 @@ endobj /Type /Annot >> endobj -1189 0 obj +1193 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-producer) /Subtype /Link @@ -184830,7 +185580,7 @@ endobj /Type /Annot >> endobj -1190 0 obj +1194 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-producer) /Subtype /Link @@ -184838,7 +185588,7 @@ endobj /Type /Annot >> endobj -1191 0 obj +1195 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-external) /Subtype /Link @@ -184846,7 +185596,7 @@ endobj /Type /Annot >> endobj -1192 0 obj +1196 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-external) /Subtype /Link @@ -184854,7 +185604,7 @@ endobj /Type /Annot >> endobj -1193 0 obj +1197 0 obj << /Border [0 0 0] /Dest (prerequisites-2) /Subtype /Link @@ -184862,7 +185612,7 @@ endobj /Type /Annot >> endobj -1194 0 obj +1198 0 obj << /Border [0 0 0] /Dest (prerequisites-2) /Subtype /Link @@ -184870,7 +185620,7 @@ endobj /Type /Annot >> endobj -1195 0 obj +1199 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-external-consumer) /Subtype /Link @@ -184878,7 +185628,7 @@ endobj /Type /Annot >> endobj -1196 0 obj +1200 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-external-consumer) /Subtype /Link @@ -184886,7 +185636,7 @@ endobj /Type /Annot >> endobj -1197 0 obj +1201 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-external-producer) /Subtype /Link @@ -184894,7 +185644,7 @@ endobj /Type /Annot >> endobj -1198 0 obj +1202 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-external-producer) /Subtype /Link @@ -184902,7 +185652,7 @@ endobj /Type /Annot >> endobj -1199 0 obj +1203 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-stubs-git) /Subtype /Link @@ -184910,7 +185660,7 @@ endobj /Type /Annot >> endobj -1200 0 obj +1204 0 obj << /Border [0 0 0] /Dest (flows-cdc-contracts-stubs-git) /Subtype /Link @@ -184918,7 +185668,7 @@ endobj /Type /Annot >> endobj -1201 0 obj +1205 0 obj << /Border [0 0 0] /Dest (flows-provider-non-spring) /Subtype /Link @@ -184926,7 +185676,7 @@ endobj /Type /Annot >> endobj -1202 0 obj +1206 0 obj << /Border [0 0 0] /Dest (flows-provider-non-spring) /Subtype /Link @@ -184934,7 +185684,7 @@ endobj /Type /Annot >> endobj -1203 0 obj +1207 0 obj << /Border [0 0 0] /Dest (flows-provider-non-spring-flow) /Subtype /Link @@ -184942,7 +185692,7 @@ endobj /Type /Annot >> endobj -1204 0 obj +1208 0 obj << /Border [0 0 0] /Dest (flows-provider-non-spring-flow) /Subtype /Link @@ -184950,7 +185700,7 @@ endobj /Type /Annot >> endobj -1205 0 obj +1209 0 obj << /Border [0 0 0] /Dest (flows-provider-non-spring-consumer) /Subtype /Link @@ -184958,7 +185708,7 @@ endobj /Type /Annot >> endobj -1206 0 obj +1210 0 obj << /Border [0 0 0] /Dest (flows-provider-non-spring-consumer) /Subtype /Link @@ -184966,7 +185716,7 @@ endobj /Type /Annot >> endobj -1207 0 obj +1211 0 obj << /Border [0 0 0] /Dest (flows-provider-non-spring-producer) /Subtype /Link @@ -184974,7 +185724,7 @@ endobj /Type /Annot >> endobj -1208 0 obj +1212 0 obj << /Border [0 0 0] /Dest (flows-provider-non-spring-producer) /Subtype /Link @@ -184982,7 +185732,7 @@ endobj /Type /Annot >> endobj -1209 0 obj +1213 0 obj << /Border [0 0 0] /Dest (flows-provider-non-jvm) /Subtype /Link @@ -184990,7 +185740,7 @@ endobj /Type /Annot >> endobj -1210 0 obj +1214 0 obj << /Border [0 0 0] /Dest (flows-provider-non-jvm) /Subtype /Link @@ -184998,7 +185748,7 @@ endobj /Type /Annot >> endobj -1211 0 obj +1215 0 obj << /Border [0 0 0] /Dest (flows-provider-non-jvm-producer) /Subtype /Link @@ -185006,7 +185756,7 @@ endobj /Type /Annot >> endobj -1212 0 obj +1216 0 obj << /Border [0 0 0] /Dest (flows-provider-non-jvm-producer) /Subtype /Link @@ -185014,7 +185764,7 @@ endobj /Type /Annot >> endobj -1213 0 obj +1217 0 obj << /Border [0 0 0] /Dest (flows-provider-non-jvm-consumer) /Subtype /Link @@ -185022,7 +185772,7 @@ endobj /Type /Annot >> endobj -1214 0 obj +1218 0 obj << /Border [0 0 0] /Dest (flows-provider-non-jvm-consumer) /Subtype /Link @@ -185030,7 +185780,7 @@ endobj /Type /Annot >> endobj -1215 0 obj +1219 0 obj << /Border [0 0 0] /Dest (flows-provider-rest-docs) /Subtype /Link @@ -185038,7 +185788,7 @@ endobj /Type /Annot >> endobj -1216 0 obj +1220 0 obj << /Border [0 0 0] /Dest (flows-provider-rest-docs) /Subtype /Link @@ -185046,7 +185796,7 @@ endobj /Type /Annot >> endobj -1217 0 obj +1221 0 obj << /Border [0 0 0] /Dest (flows-provider-rest-docs-producer) /Subtype /Link @@ -185054,7 +185804,7 @@ endobj /Type /Annot >> endobj -1218 0 obj +1222 0 obj << /Border [0 0 0] /Dest (flows-provider-rest-docs-producer) /Subtype /Link @@ -185062,7 +185812,7 @@ endobj /Type /Annot >> endobj -1219 0 obj +1223 0 obj << /Border [0 0 0] /Dest (flows-provider-rest-docs-consumer) /Subtype /Link @@ -185070,7 +185820,7 @@ endobj /Type /Annot >> endobj -1220 0 obj +1224 0 obj << /Border [0 0 0] /Dest (flows-provider-rest-docs-consumer) /Subtype /Link @@ -185078,7 +185828,7 @@ endobj /Type /Annot >> endobj -1221 0 obj +1225 0 obj << /Border [0 0 0] /Dest (using-whats-next) /Subtype /Link @@ -185086,7 +185836,7 @@ endobj /Type /Annot >> endobj -1222 0 obj +1226 0 obj << /Border [0 0 0] /Dest (using-whats-next) /Subtype /Link @@ -185094,7 +185844,7 @@ endobj /Type /Annot >> endobj -1223 0 obj +1227 0 obj << /Border [0 0 0] /Dest (features) /Subtype /Link @@ -185102,7 +185852,7 @@ endobj /Type /Annot >> endobj -1224 0 obj +1228 0 obj << /Border [0 0 0] /Dest (features) /Subtype /Link @@ -185110,7 +185860,7 @@ endobj /Type /Annot >> endobj -1225 0 obj +1229 0 obj << /Border [0 0 0] /Dest (contract-dsl) /Subtype /Link @@ -185118,7 +185868,7 @@ endobj /Type /Annot >> endobj -1226 0 obj +1230 0 obj << /Border [0 0 0] /Dest (contract-dsl) /Subtype /Link @@ -185126,7 +185876,7 @@ endobj /Type /Annot >> endobj -1227 0 obj +1231 0 obj << /Border [0 0 0] /Dest (contract-groovy) /Subtype /Link @@ -185134,7 +185884,7 @@ endobj /Type /Annot >> endobj -1228 0 obj +1232 0 obj << /Border [0 0 0] /Dest (contract-groovy) /Subtype /Link @@ -185142,7 +185892,7 @@ endobj /Type /Annot >> endobj -1229 0 obj +1233 0 obj << /Border [0 0 0] /Dest (contract-java) /Subtype /Link @@ -185150,7 +185900,7 @@ endobj /Type /Annot >> endobj -1230 0 obj +1234 0 obj << /Border [0 0 0] /Dest (contract-java) /Subtype /Link @@ -185158,7 +185908,7 @@ endobj /Type /Annot >> endobj -1231 0 obj +1235 0 obj << /Border [0 0 0] /Dest (contract-kotlin) /Subtype /Link @@ -185166,7 +185916,7 @@ endobj /Type /Annot >> endobj -1232 0 obj +1236 0 obj << /Border [0 0 0] /Dest (contract-kotlin) /Subtype /Link @@ -185174,7 +185924,7 @@ endobj /Type /Annot >> endobj -1233 0 obj +1237 0 obj << /Border [0 0 0] /Dest (contract-limitations) /Subtype /Link @@ -185182,7 +185932,7 @@ endobj /Type /Annot >> endobj -1234 0 obj +1238 0 obj << /Border [0 0 0] /Dest (contract-limitations) /Subtype /Link @@ -185190,7 +185940,7 @@ endobj /Type /Annot >> endobj -1235 0 obj +1239 0 obj << /Border [0 0 0] /Dest (contract-common-top-elements) /Subtype /Link @@ -185198,7 +185948,7 @@ endobj /Type /Annot >> endobj -1236 0 obj +1240 0 obj << /Border [0 0 0] /Dest (contract-common-top-elements) /Subtype /Link @@ -185206,7 +185956,7 @@ endobj /Type /Annot >> endobj -1237 0 obj +1241 0 obj << /Border [0 0 0] /Dest (contract-dsl-description) /Subtype /Link @@ -185214,7 +185964,7 @@ endobj /Type /Annot >> endobj -1238 0 obj +1242 0 obj << /Border [0 0 0] /Dest (contract-dsl-description) /Subtype /Link @@ -185222,7 +185972,7 @@ endobj /Type /Annot >> endobj -1239 0 obj +1243 0 obj << /Border [0 0 0] /Dest (contract-dsl-name) /Subtype /Link @@ -185230,7 +185980,7 @@ endobj /Type /Annot >> endobj -1240 0 obj +1244 0 obj << /Border [0 0 0] /Dest (contract-dsl-name) /Subtype /Link @@ -185238,7 +185988,7 @@ endobj /Type /Annot >> endobj -1241 0 obj +1245 0 obj << /Border [0 0 0] /Dest (contract-dsl-ignoring-contracts) /Subtype /Link @@ -185246,7 +185996,7 @@ endobj /Type /Annot >> endobj -1242 0 obj +1246 0 obj << /Border [0 0 0] /Dest (contract-dsl-ignoring-contracts) /Subtype /Link @@ -185254,7 +186004,7 @@ endobj /Type /Annot >> endobj -1243 0 obj +1247 0 obj << /Border [0 0 0] /Dest (contract-dsl-in-progress) /Subtype /Link @@ -185262,7 +186012,7 @@ endobj /Type /Annot >> endobj -1244 0 obj +1248 0 obj << /Border [0 0 0] /Dest (contract-dsl-in-progress) /Subtype /Link @@ -185270,7 +186020,7 @@ endobj /Type /Annot >> endobj -1245 0 obj +1249 0 obj << /Border [0 0 0] /Dest (contract-dsl-passing-values-from-files) /Subtype /Link @@ -185278,7 +186028,7 @@ endobj /Type /Annot >> endobj -1246 0 obj +1250 0 obj << /Border [0 0 0] /Dest (contract-dsl-passing-values-from-files) /Subtype /Link @@ -185286,7 +186036,7 @@ endobj /Type /Annot >> endobj -1247 0 obj +1251 0 obj << /Border [0 0 0] /Dest (features-http) /Subtype /Link @@ -185294,7 +186044,7 @@ endobj /Type /Annot >> endobj -1248 0 obj +1252 0 obj << /Border [0 0 0] /Dest (features-http) /Subtype /Link @@ -185302,7 +186052,7 @@ endobj /Type /Annot >> endobj -1249 0 obj +1253 0 obj << /Border [0 0 0] /Dest (contract-dsl-http-top-level-elements) /Subtype /Link @@ -185310,7 +186060,7 @@ endobj /Type /Annot >> endobj -1250 0 obj +1254 0 obj << /Border [0 0 0] /Dest (contract-dsl-http-top-level-elements) /Subtype /Link @@ -185318,7 +186068,7 @@ endobj /Type /Annot >> endobj -1251 0 obj +1255 0 obj << /Border [0 0 0] /Dest (contract-dsl-request) /Subtype /Link @@ -185326,7 +186076,7 @@ endobj /Type /Annot >> endobj -1252 0 obj +1256 0 obj << /Border [0 0 0] /Dest (contract-dsl-request) /Subtype /Link @@ -185334,7 +186084,7 @@ endobj /Type /Annot >> endobj -1253 0 obj +1257 0 obj << /Border [0 0 0] /Dest (contract-dsl-response) /Subtype /Link @@ -185342,7 +186092,7 @@ endobj /Type /Annot >> endobj -1254 0 obj +1258 0 obj << /Border [0 0 0] /Dest (contract-dsl-response) /Subtype /Link @@ -185350,7 +186100,7 @@ endobj /Type /Annot >> endobj -1255 0 obj +1259 0 obj << /Border [0 0 0] /Dest (contract-dsl-dynamic-properties) /Subtype /Link @@ -185358,7 +186108,7 @@ endobj /Type /Annot >> endobj -1256 0 obj +1260 0 obj << /Border [0 0 0] /Dest (contract-dsl-dynamic-properties) /Subtype /Link @@ -185366,7 +186116,7 @@ endobj /Type /Annot >> endobj -1257 0 obj +1261 0 obj << /Border [0 0 0] /Dest (contract-dsl-dynamic-properties-in-body) /Subtype /Link @@ -185374,7 +186124,7 @@ endobj /Type /Annot >> endobj -1258 0 obj +1262 0 obj << /Border [0 0 0] /Dest (contract-dsl-dynamic-properties-in-body) /Subtype /Link @@ -185382,7 +186132,7 @@ endobj /Type /Annot >> endobj -1259 0 obj +1263 0 obj << /Border [0 0 0] /Dest (contract-dsl-regex) /Subtype /Link @@ -185390,7 +186140,7 @@ endobj /Type /Annot >> endobj -1260 0 obj +1264 0 obj << /Border [0 0 0] /Dest (contract-dsl-regex) /Subtype /Link @@ -185398,7 +186148,7 @@ endobj /Type /Annot >> endobj -1261 0 obj +1265 0 obj << /Border [0 0 0] /Dest (contract-dsl-optional-params) /Subtype /Link @@ -185406,7 +186156,7 @@ endobj /Type /Annot >> endobj -1262 0 obj +1266 0 obj << /Border [0 0 0] /Dest (contract-dsl-optional-params) /Subtype /Link @@ -185414,7 +186164,7 @@ endobj /Type /Annot >> endobj -1263 0 obj +1267 0 obj << /Border [0 0 0] /Dest (contract-dsl-custom-methods) /Subtype /Link @@ -185422,7 +186172,7 @@ endobj /Type /Annot >> endobj -1264 0 obj +1268 0 obj << /Border [0 0 0] /Dest (contract-dsl-custom-methods) /Subtype /Link @@ -185430,7 +186180,7 @@ endobj /Type /Annot >> endobj -1265 0 obj +1269 0 obj << /Border [0 0 0] /Dest (contract-dsl-referencing-request-from-response) /Subtype /Link @@ -185438,7 +186188,7 @@ endobj /Type /Annot >> endobj -1266 0 obj +1270 0 obj << /Border [0 0 0] /Dest (contract-dsl-referencing-request-from-response) /Subtype /Link @@ -185446,7 +186196,7 @@ endobj /Type /Annot >> endobj -1267 0 obj +1271 0 obj << /Border [0 0 0] /Dest (contract-dsl-matchers) /Subtype /Link @@ -185454,7 +186204,7 @@ endobj /Type /Annot >> endobj -1268 0 obj +1272 0 obj << /Border [0 0 0] /Dest (contract-dsl-matchers) /Subtype /Link @@ -185462,7 +186212,7 @@ endobj /Type /Annot >> endobj -1269 0 obj +1273 0 obj << /Border [0 0 0] /Dest (contract-dsl-async) /Subtype /Link @@ -185470,7 +186220,7 @@ endobj /Type /Annot >> endobj -1270 0 obj +1274 0 obj << /Border [0 0 0] /Dest (contract-dsl-async) /Subtype /Link @@ -185478,7 +186228,7 @@ endobj /Type /Annot >> endobj -1271 0 obj +1275 0 obj << /Border [0 0 0] /Dest (contract-dsl-xml) /Subtype /Link @@ -185486,7 +186236,7 @@ endobj /Type /Annot >> endobj -1272 0 obj +1276 0 obj << /Border [0 0 0] /Dest (contract-dsl-xml) /Subtype /Link @@ -185494,7 +186244,7 @@ endobj /Type /Annot >> endobj -1273 0 obj +1277 0 obj << /Border [0 0 0] /Dest (contract-dsl-multiple) /Subtype /Link @@ -185502,7 +186252,7 @@ endobj /Type /Annot >> endobj -1274 0 obj +1278 0 obj << /Border [0 0 0] /Dest (contract-dsl-multiple) /Subtype /Link @@ -185510,7 +186260,7 @@ endobj /Type /Annot >> endobj -1275 0 obj +1279 0 obj << /Border [0 0 0] /Dest (contract-stateful-contracts) /Subtype /Link @@ -185518,7 +186268,7 @@ endobj /Type /Annot >> endobj -1276 0 obj +1280 0 obj << /Border [0 0 0] /Dest (contract-stateful-contracts) /Subtype /Link @@ -185526,7 +186276,7 @@ endobj /Type /Annot >> endobj -1277 0 obj +1281 0 obj << /Border [0 0 0] /Dest (feature-integrations) /Subtype /Link @@ -185534,7 +186284,7 @@ endobj /Type /Annot >> endobj -1278 0 obj +1282 0 obj << /Border [0 0 0] /Dest (feature-integrations) /Subtype /Link @@ -185542,7 +186292,7 @@ endobj /Type /Annot >> endobj -1279 0 obj +1283 0 obj << /Border [0 0 0] /Dest (features-jax-rs) /Subtype /Link @@ -185550,7 +186300,7 @@ endobj /Type /Annot >> endobj -1280 0 obj +1284 0 obj << /Border [0 0 0] /Dest (features-jax-rs) /Subtype /Link @@ -185558,7 +186308,7 @@ endobj /Type /Annot >> endobj -1281 0 obj +1285 0 obj << /Border [0 0 0] /Dest (feature-webflux) /Subtype /Link @@ -185566,7 +186316,7 @@ endobj /Type /Annot >> endobj -1282 0 obj +1286 0 obj << /Border [0 0 0] /Dest (feature-webflux) /Subtype /Link @@ -185574,7 +186324,7 @@ endobj /Type /Annot >> endobj -1283 0 obj +1287 0 obj << /Border [0 0 0] /Dest (feature-webflux-explicit) /Subtype /Link @@ -185582,7 +186332,7 @@ endobj /Type /Annot >> endobj -1284 0 obj +1288 0 obj << /Border [0 0 0] /Dest (feature-webflux-explicit) /Subtype /Link @@ -185590,7 +186340,7 @@ endobj /Type /Annot >> endobj -1285 0 obj +1289 0 obj << /Border [0 0 0] /Dest (features-context-paths) /Subtype /Link @@ -185598,7 +186348,7 @@ endobj /Type /Annot >> endobj -1286 0 obj +1290 0 obj << /Border [0 0 0] /Dest (features-context-paths) /Subtype /Link @@ -185606,7 +186356,7 @@ endobj /Type /Annot >> endobj -1287 0 obj +1291 0 obj << /Border [0 0 0] /Dest (features-rest-docs) /Subtype /Link @@ -185614,7 +186364,7 @@ endobj /Type /Annot >> endobj -1288 0 obj +1292 0 obj << /Border [0 0 0] /Dest (features-rest-docs) /Subtype /Link @@ -185622,7 +186372,7 @@ endobj /Type /Annot >> endobj -1289 0 obj +1293 0 obj << /Border [0 0 0] /Dest (features-rest-docs-contracts) /Subtype /Link @@ -185630,7 +186380,7 @@ endobj /Type /Annot >> endobj -1290 0 obj +1294 0 obj << /Border [0 0 0] /Dest (features-rest-docs-contracts) /Subtype /Link @@ -185638,7 +186388,7 @@ endobj /Type /Annot >> endobj -1291 0 obj +1295 0 obj << /Border [0 0 0] /Dest (features-messaging) /Subtype /Link @@ -185646,7 +186396,7 @@ endobj /Type /Annot >> endobj -1292 0 obj +1296 0 obj << /Border [0 0 0] /Dest (features-messaging) /Subtype /Link @@ -185654,7 +186404,7 @@ endobj /Type /Annot >> endobj -1293 0 obj +1297 0 obj << /Border [0 0 0] /Dest (contract-dsl-messaging-top-level) /Subtype /Link @@ -185662,7 +186412,7 @@ endobj /Type /Annot >> endobj -1294 0 obj +1298 0 obj << /Border [0 0 0] /Dest (contract-dsl-messaging-top-level) /Subtype /Link @@ -185670,7 +186420,7 @@ endobj /Type /Annot >> endobj -1295 0 obj +1299 0 obj << /Border [0 0 0] /Dest (contract-dsl-output-triggered-method) /Subtype /Link @@ -185678,7 +186428,7 @@ endobj /Type /Annot >> endobj -1296 0 obj +1300 0 obj << /Border [0 0 0] /Dest (contract-dsl-output-triggered-method) /Subtype /Link @@ -185686,7 +186436,7 @@ endobj /Type /Annot >> endobj -1297 0 obj +1301 0 obj << /Border [0 0 0] /Dest (contract-dsl-output-triggered-message) /Subtype /Link @@ -185694,7 +186444,7 @@ endobj /Type /Annot >> endobj -1298 0 obj +1302 0 obj << /Border [0 0 0] /Dest (contract-dsl-output-triggered-message) /Subtype /Link @@ -185702,7 +186452,7 @@ endobj /Type /Annot >> endobj -1299 0 obj +1303 0 obj << /Border [0 0 0] /Dest (contract-dsl-consumer-producer) /Subtype /Link @@ -185710,7 +186460,7 @@ endobj /Type /Annot >> endobj -1300 0 obj +1304 0 obj << /Border [0 0 0] /Dest (contract-dsl-consumer-producer) /Subtype /Link @@ -185718,7 +186468,7 @@ endobj /Type /Annot >> endobj -1301 0 obj +1305 0 obj << /Border [0 0 0] /Dest (contract-dsl-messaging-common) /Subtype /Link @@ -185726,7 +186476,7 @@ endobj /Type /Annot >> endobj -1302 0 obj +1306 0 obj << /Border [0 0 0] /Dest (contract-dsl-messaging-common) /Subtype /Link @@ -185734,7 +186484,7 @@ endobj /Type /Annot >> endobj -1303 0 obj +1307 0 obj << /Border [0 0 0] /Dest (features-messaging-integrations) /Subtype /Link @@ -185742,7 +186492,7 @@ endobj /Type /Annot >> endobj -1304 0 obj +1308 0 obj << /Border [0 0 0] /Dest (features-messaging-integrations) /Subtype /Link @@ -185750,7 +186500,7 @@ endobj /Type /Annot >> endobj -1305 0 obj +1309 0 obj << /Border [0 0 0] /Dest (features-messaging-manual) /Subtype /Link @@ -185758,7 +186508,7 @@ endobj /Type /Annot >> endobj -1306 0 obj +1310 0 obj << /Border [0 0 0] /Dest (features-messaging-manual) /Subtype /Link @@ -185766,7 +186516,7 @@ endobj /Type /Annot >> endobj -1307 0 obj +1311 0 obj << /Border [0 0 0] /Dest (features-messaging-test-generation) /Subtype /Link @@ -185774,7 +186524,7 @@ endobj /Type /Annot >> endobj -1308 0 obj +1312 0 obj << /Border [0 0 0] /Dest (features-messaging-test-generation) /Subtype /Link @@ -185782,7 +186532,7 @@ endobj /Type /Annot >> endobj -1309 0 obj +1313 0 obj << /Border [0 0 0] /Dest (features-messaging-scenario1) /Subtype /Link @@ -185790,7 +186540,7 @@ endobj /Type /Annot >> endobj -1310 0 obj +1314 0 obj << /Border [0 0 0] /Dest (features-messaging-scenario1) /Subtype /Link @@ -185798,7 +186548,7 @@ endobj /Type /Annot >> endobj -1311 0 obj +1315 0 obj << /Border [0 0 0] /Dest (features-messaging-scenario2) /Subtype /Link @@ -185806,7 +186556,7 @@ endobj /Type /Annot >> endobj -1312 0 obj +1316 0 obj << /Border [0 0 0] /Dest (features-messaging-scenario2) /Subtype /Link @@ -185814,7 +186564,7 @@ endobj /Type /Annot >> endobj -1313 0 obj +1317 0 obj << /Border [0 0 0] /Dest (features-messaging-scenario3) /Subtype /Link @@ -185822,7 +186572,7 @@ endobj /Type /Annot >> endobj -1314 0 obj +1318 0 obj << /Border [0 0 0] /Dest (features-messaging-scenario3) /Subtype /Link @@ -185830,7 +186580,7 @@ endobj /Type /Annot >> endobj -1315 0 obj +1319 0 obj << /Border [0 0 0] /Dest (features-messaging-consumer) /Subtype /Link @@ -185838,7 +186588,7 @@ endobj /Type /Annot >> endobj -1316 0 obj +1320 0 obj << /Border [0 0 0] /Dest (features-messaging-consumer) /Subtype /Link @@ -185846,7 +186596,7 @@ endobj /Type /Annot >> endobj -1317 0 obj +1321 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-triggering) /Subtype /Link @@ -185854,7 +186604,7 @@ endobj /Type /Annot >> endobj -1318 0 obj +1322 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-triggering) /Subtype /Link @@ -185862,7 +186612,7 @@ endobj /Type /Annot >> endobj -1319 0 obj +1323 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-label) /Subtype /Link @@ -185870,7 +186620,7 @@ endobj /Type /Annot >> endobj -1320 0 obj +1324 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-label) /Subtype /Link @@ -185878,7 +186628,7 @@ endobj /Type /Annot >> endobj -1321 0 obj +1325 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-group-artifact-ids) /Subtype /Link @@ -185886,7 +186636,7 @@ endobj /Type /Annot >> endobj -1322 0 obj +1326 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-group-artifact-ids) /Subtype /Link @@ -185894,7 +186644,7 @@ endobj /Type /Annot >> endobj -1323 0 obj +1327 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-artifact-ids) /Subtype /Link @@ -185902,7 +186652,7 @@ endobj /Type /Annot >> endobj -1324 0 obj +1328 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-artifact-ids) /Subtype /Link @@ -185910,7 +186660,7 @@ endobj /Type /Annot >> endobj -1325 0 obj +1329 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-all-messages) /Subtype /Link @@ -185918,7 +186668,7 @@ endobj /Type /Annot >> endobj -1326 0 obj +1330 0 obj << /Border [0 0 0] /Dest (features-messaging-trigger-all-messages) /Subtype /Link @@ -185926,7 +186676,7 @@ endobj /Type /Annot >> endobj -1327 0 obj +1331 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-camel) /Subtype /Link @@ -185934,7 +186684,7 @@ endobj /Type /Annot >> endobj -1328 0 obj +1332 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-camel) /Subtype /Link @@ -185942,7 +186692,7 @@ endobj /Type /Annot >> endobj -1329 0 obj +1333 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-camel-adding) /Subtype /Link @@ -185950,7 +186700,7 @@ endobj /Type /Annot >> endobj -1330 0 obj +1334 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-camel-adding) /Subtype /Link @@ -185958,7 +186708,7 @@ endobj /Type /Annot >> endobj -1331 0 obj +1335 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-camel-disabling) /Subtype /Link @@ -185966,7 +186716,7 @@ endobj /Type /Annot >> endobj -1332 0 obj +1336 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-camel-disabling) /Subtype /Link @@ -185974,7 +186724,7 @@ endobj /Type /Annot >> endobj -1333 0 obj +1337 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-camel-example) /Subtype /Link @@ -185982,7 +186732,7 @@ endobj /Type /Annot >> endobj -1334 0 obj +1338 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-camel-example) /Subtype /Link @@ -185990,7 +186740,7 @@ endobj /Type /Annot >> endobj -1335 0 obj +1339 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration) /Subtype /Link @@ -185998,7 +186748,7 @@ endobj /Type /Annot >> endobj -1336 0 obj +1340 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration) /Subtype /Link @@ -186006,7 +186756,7 @@ endobj /Type /Annot >> endobj -1337 0 obj +1341 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration-adding) /Subtype /Link @@ -186014,7 +186764,7 @@ endobj /Type /Annot >> endobj -1338 0 obj +1342 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration-adding) /Subtype /Link @@ -186022,7 +186772,7 @@ endobj /Type /Annot >> endobj -1339 0 obj +1343 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration-disabling) /Subtype /Link @@ -186030,7 +186780,7 @@ endobj /Type /Annot >> endobj -1340 0 obj +1344 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration-disabling) /Subtype /Link @@ -186038,7 +186788,7 @@ endobj /Type /Annot >> endobj -1341 0 obj +1345 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration-example) /Subtype /Link @@ -186046,7 +186796,7 @@ endobj /Type /Annot >> endobj -1342 0 obj +1346 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-integration-example) /Subtype /Link @@ -186054,7 +186804,7 @@ endobj /Type /Annot >> endobj -1343 0 obj +1347 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream) /Subtype /Link @@ -186062,7 +186812,7 @@ endobj /Type /Annot >> endobj -1344 0 obj +1348 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream) /Subtype /Link @@ -186070,7 +186820,7 @@ endobj /Type /Annot >> endobj -1345 0 obj +1349 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream-adding) /Subtype /Link @@ -186078,7 +186828,7 @@ endobj /Type /Annot >> endobj -1346 0 obj +1350 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream-adding) /Subtype /Link @@ -186086,7 +186836,7 @@ endobj /Type /Annot >> endobj -1347 0 obj +1351 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream-disabling) /Subtype /Link @@ -186094,7 +186844,7 @@ endobj /Type /Annot >> endobj -1348 0 obj +1352 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream-disabling) /Subtype /Link @@ -186102,7 +186852,7 @@ endobj /Type /Annot >> endobj -1349 0 obj +1353 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream-example) /Subtype /Link @@ -186110,7 +186860,7 @@ endobj /Type /Annot >> endobj -1350 0 obj +1354 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-stream-example) /Subtype /Link @@ -186118,7 +186868,7 @@ endobj /Type /Annot >> endobj -1351 0 obj +1355 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-amqp) /Subtype /Link @@ -186126,7 +186876,7 @@ endobj /Type /Annot >> endobj -1352 0 obj +1356 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-amqp) /Subtype /Link @@ -186134,7 +186884,7 @@ endobj /Type /Annot >> endobj -1353 0 obj +1357 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-amqp-adding) /Subtype /Link @@ -186142,7 +186892,7 @@ endobj /Type /Annot >> endobj -1354 0 obj +1358 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-amqp-adding) /Subtype /Link @@ -186150,7 +186900,7 @@ endobj /Type /Annot >> endobj -1355 0 obj +1359 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-amqp-example) /Subtype /Link @@ -186158,7 +186908,7 @@ endobj /Type /Annot >> endobj -1356 0 obj +1360 0 obj << /Border [0 0 0] /Dest (features-messaging-stub-runner-amqp-example) /Subtype /Link @@ -186166,7 +186916,7 @@ endobj /Type /Annot >> endobj -1357 0 obj +1361 0 obj << /Border [0 0 0] /Dest (features-stub-runner) /Subtype /Link @@ -186174,7 +186924,7 @@ endobj /Type /Annot >> endobj -1358 0 obj +1362 0 obj << /Border [0 0 0] /Dest (features-stub-runner) /Subtype /Link @@ -186182,7 +186932,7 @@ endobj /Type /Annot >> endobj -1359 0 obj +1363 0 obj << /Border [0 0 0] /Dest (features-stub-runner-snapshot-versions) /Subtype /Link @@ -186190,7 +186940,7 @@ endobj /Type /Annot >> endobj -1360 0 obj +1364 0 obj << /Border [0 0 0] /Dest (features-stub-runner-snapshot-versions) /Subtype /Link @@ -186198,7 +186948,7 @@ endobj /Type /Annot >> endobj -1361 0 obj +1365 0 obj << /Border [0 0 0] /Dest (features-stub-runner-publishing-stubs-as-jars) /Subtype /Link @@ -186206,7 +186956,7 @@ endobj /Type /Annot >> endobj -1362 0 obj +1366 0 obj << /Border [0 0 0] /Dest (features-stub-runner-publishing-stubs-as-jars) /Subtype /Link @@ -186214,7 +186964,7 @@ endobj /Type /Annot >> endobj -1363 0 obj +1367 0 obj << /Border [0 0 0] /Dest (features-stub-runner-core) /Subtype /Link @@ -186222,7 +186972,7 @@ endobj /Type /Annot >> endobj -1364 0 obj +1368 0 obj << /Border [0 0 0] /Dest (features-stub-runner-core) /Subtype /Link @@ -186230,7 +186980,7 @@ endobj /Type /Annot >> endobj -1365 0 obj +1369 0 obj << /Border [0 0 0] /Dest (features-stub-runner-retrieving) /Subtype /Link @@ -186238,7 +186988,7 @@ endobj /Type /Annot >> endobj -1366 0 obj +1370 0 obj << /Border [0 0 0] /Dest (features-stub-runner-retrieving) /Subtype /Link @@ -186246,7 +186996,7 @@ endobj /Type /Annot >> endobj -1367 0 obj +1371 0 obj << /Border [0 0 0] /Dest (features-stub-runner-running-stubs) /Subtype /Link @@ -186254,7 +187004,7 @@ endobj /Type /Annot >> endobj -1368 0 obj +1372 0 obj << /Border [0 0 0] /Dest (features-stub-runner-running-stubs) /Subtype /Link @@ -186262,7 +187012,7 @@ endobj /Type /Annot >> endobj -1369 0 obj +1373 0 obj << /Border [0 0 0] /Dest (features-stub-runner-junit) /Subtype /Link @@ -186270,7 +187020,7 @@ endobj /Type /Annot >> endobj -1370 0 obj +1374 0 obj << /Border [0 0 0] /Dest (features-stub-runner-junit) /Subtype /Link @@ -186278,7 +187028,7 @@ endobj /Type /Annot >> endobj -1371 0 obj +1375 0 obj << /Border [0 0 0] /Dest (features-stub-runner-rule-maven-settings) /Subtype /Link @@ -186286,7 +187036,7 @@ endobj /Type /Annot >> endobj -1372 0 obj +1376 0 obj << /Border [0 0 0] /Dest (features-stub-runner-rule-maven-settings) /Subtype /Link @@ -186294,7 +187044,7 @@ endobj /Type /Annot >> endobj -1373 0 obj +1377 0 obj << /Border [0 0 0] /Dest (features-stub-runner-rule-fixed-ports) /Subtype /Link @@ -186302,7 +187052,7 @@ endobj /Type /Annot >> endobj -1374 0 obj +1378 0 obj << /Border [0 0 0] /Dest (features-stub-runner-rule-fixed-ports) /Subtype /Link @@ -186310,7 +187060,7 @@ endobj /Type /Annot >> endobj -1375 0 obj +1379 0 obj << /Border [0 0 0] /Dest (features-stub-runner-rule-fluent-api) /Subtype /Link @@ -186318,7 +187068,7 @@ endobj /Type /Annot >> endobj -1376 0 obj +1380 0 obj << /Border [0 0 0] /Dest (features-stub-runner-rule-fluent-api) /Subtype /Link @@ -186326,7 +187076,7 @@ endobj /Type /Annot >> endobj -1377 0 obj +1381 0 obj << /Border [0 0 0] /Dest (features-stub-runner-rule-spring) /Subtype /Link @@ -186334,7 +187084,7 @@ endobj /Type /Annot >> endobj -1378 0 obj +1382 0 obj << /Border [0 0 0] /Dest (features-stub-runner-rule-spring) /Subtype /Link @@ -186342,7 +187092,7 @@ endobj /Type /Annot >> endobj -1379 0 obj +1383 0 obj << /Border [0 0 0] /Dest (features-stub-runner-cloud) /Subtype /Link @@ -186350,7 +187100,7 @@ endobj /Type /Annot >> endobj -1380 0 obj +1384 0 obj << /Border [0 0 0] /Dest (features-stub-runner-cloud) /Subtype /Link @@ -186358,7 +187108,7 @@ endobj /Type /Annot >> endobj -1381 0 obj +1385 0 obj << /Border [0 0 0] /Dest (features-stub-runner-cloud-stubbing-discovery) /Subtype /Link @@ -186366,7 +187116,7 @@ endobj /Type /Annot >> endobj -1382 0 obj +1386 0 obj << /Border [0 0 0] /Dest (features-stub-runner-cloud-stubbing-discovery) /Subtype /Link @@ -186374,7 +187124,7 @@ endobj /Type /Annot >> endobj -1383 0 obj +1387 0 obj << /Border [0 0 0] /Dest (features-stub-runner-additional-config) /Subtype /Link @@ -186382,7 +187132,7 @@ endobj /Type /Annot >> endobj -1384 0 obj +1388 0 obj << /Border [0 0 0] /Dest (features-stub-runner-additional-config) /Subtype /Link @@ -186390,7 +187140,7 @@ endobj /Type /Annot >> endobj -1385 0 obj +1389 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot) /Subtype /Link @@ -186398,7 +187148,7 @@ endobj /Type /Annot >> endobj -1386 0 obj +1390 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot) /Subtype /Link @@ -186406,7 +187156,7 @@ endobj /Type /Annot >> endobj -1387 0 obj +1391 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-server) /Subtype /Link @@ -186414,7 +187164,7 @@ endobj /Type /Annot >> endobj -1388 0 obj +1392 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-server) /Subtype /Link @@ -186422,7 +187172,7 @@ endobj /Type /Annot >> endobj -1389 0 obj +1393 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-how-fat-jar) /Subtype /Link @@ -186430,7 +187180,7 @@ endobj /Type /Annot >> endobj -1390 0 obj +1394 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-how-fat-jar) /Subtype /Link @@ -186438,7 +187188,7 @@ endobj /Type /Annot >> endobj -1391 0 obj +1395 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-how-cli) /Subtype /Link @@ -186446,7 +187196,7 @@ endobj /Type /Annot >> endobj -1392 0 obj +1396 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-how-cli) /Subtype /Link @@ -186454,7 +187204,7 @@ endobj /Type /Annot >> endobj -1393 0 obj +1397 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-endpoints) /Subtype /Link @@ -186462,7 +187212,7 @@ endobj /Type /Annot >> endobj -1394 0 obj +1398 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-endpoints) /Subtype /Link @@ -186470,7 +187220,7 @@ endobj /Type /Annot >> endobj -1395 0 obj +1399 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-endpoints-example) /Subtype /Link @@ -186478,7 +187228,7 @@ endobj /Type /Annot >> endobj -1396 0 obj +1400 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-endpoints-example) /Subtype /Link @@ -186486,7 +187236,7 @@ endobj /Type /Annot >> endobj -1397 0 obj +1401 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-service-discovery) /Subtype /Link @@ -186494,7 +187244,7 @@ endobj /Type /Annot >> endobj -1398 0 obj +1402 0 obj << /Border [0 0 0] /Dest (features-stub-runner-boot-service-discovery) /Subtype /Link @@ -186502,7 +187252,7 @@ endobj /Type /Annot >> endobj -1399 0 obj +1403 0 obj << /Border [0 0 0] /Dest (features-stub-runner-stubs-per-consumer) /Subtype /Link @@ -186510,7 +187260,7 @@ endobj /Type /Annot >> endobj -1400 0 obj +1404 0 obj << /Border [0 0 0] /Dest (features-stub-runner-stubs-per-consumer) /Subtype /Link @@ -186518,7 +187268,7 @@ endobj /Type /Annot >> endobj -1401 0 obj +1405 0 obj << /Border [0 0 0] /Dest (features-stub-runner-stubs-protocol) /Subtype /Link @@ -186526,7 +187276,7 @@ endobj /Type /Annot >> endobj -1402 0 obj +1406 0 obj << /Border [0 0 0] /Dest (features-stub-runner-stubs-protocol) /Subtype /Link @@ -186534,7 +187284,7 @@ endobj /Type /Annot >> endobj -1403 0 obj +1407 0 obj << /Border [0 0 0] /Dest (features-stub-runner-generate-stubs-at-runtime) /Subtype /Link @@ -186542,7 +187292,7 @@ endobj /Type /Annot >> endobj -1404 0 obj +1408 0 obj << /Border [0 0 0] /Dest (features-stub-runner-generate-stubs-at-runtime) /Subtype /Link @@ -186550,7 +187300,7 @@ endobj /Type /Annot >> endobj -1405 0 obj +1409 0 obj << /Border [0 0 0] /Dest (features-stub-runner-fail-on-no-stubs) /Subtype /Link @@ -186558,7 +187308,7 @@ endobj /Type /Annot >> endobj -1406 0 obj +1410 0 obj << /Border [0 0 0] /Dest (features-stub-runner-fail-on-no-stubs) /Subtype /Link @@ -186566,7 +187316,7 @@ endobj /Type /Annot >> endobj -1407 0 obj +1411 0 obj << /Border [0 0 0] /Dest (features-stub-runner-common) /Subtype /Link @@ -186574,7 +187324,7 @@ endobj /Type /Annot >> endobj -1408 0 obj +1412 0 obj << /Border [0 0 0] /Dest (features-stub-runner-common) /Subtype /Link @@ -186582,7 +187332,7 @@ endobj /Type /Annot >> endobj -1409 0 obj +1413 0 obj << /Border [0 0 0] /Dest (features-stub-runner-common-properties-junit-spring) /Subtype /Link @@ -186590,7 +187340,7 @@ endobj /Type /Annot >> endobj -1410 0 obj +1414 0 obj << /Border [0 0 0] /Dest (features-stub-runner-common-properties-junit-spring) /Subtype /Link @@ -186598,7 +187348,7 @@ endobj /Type /Annot >> endobj -1411 0 obj +1415 0 obj << /Border [0 0 0] /Dest (features-stub-runner-stub-runner-stub-ids) /Subtype /Link @@ -186606,7 +187356,7 @@ endobj /Type /Annot >> endobj -1412 0 obj +1416 0 obj << /Border [0 0 0] /Dest (features-stub-runner-stub-runner-stub-ids) /Subtype /Link @@ -186614,7 +187364,7 @@ endobj /Type /Annot >> endobj -1413 0 obj +1417 0 obj << /Border [0 0 0] /Dest (features-wiremock) /Subtype /Link @@ -186622,7 +187372,7 @@ endobj /Type /Annot >> endobj -1414 0 obj +1418 0 obj << /Border [0 0 0] /Dest (features-wiremock) /Subtype /Link @@ -186630,7 +187380,7 @@ endobj /Type /Annot >> endobj -1415 0 obj +1419 0 obj << /Border [0 0 0] /Dest (features-wiremock-registering-stubs) /Subtype /Link @@ -186638,7 +187388,7 @@ endobj /Type /Annot >> endobj -1416 0 obj +1420 0 obj << /Border [0 0 0] /Dest (features-wiremock-registering-stubs) /Subtype /Link @@ -186646,7 +187396,7 @@ endobj /Type /Annot >> endobj -1417 0 obj +1421 0 obj << /Border [0 0 0] /Dest (features-wiremock-using-files) /Subtype /Link @@ -186654,7 +187404,7 @@ endobj /Type /Annot >> endobj -1418 0 obj +1422 0 obj << /Border [0 0 0] /Dest (features-wiremock-using-files) /Subtype /Link @@ -186662,7 +187412,7 @@ endobj /Type /Annot >> endobj -1419 0 obj +1423 0 obj << /Border [0 0 0] /Dest (features-wiremock-junit-rule) /Subtype /Link @@ -186670,7 +187420,7 @@ endobj /Type /Annot >> endobj -1420 0 obj +1424 0 obj << /Border [0 0 0] /Dest (features-wiremock-junit-rule) /Subtype /Link @@ -186678,7 +187428,7 @@ endobj /Type /Annot >> endobj -1421 0 obj +1425 0 obj << /Border [0 0 0] /Dest (features-wiremock-relaxed-ssl) /Subtype /Link @@ -186686,7 +187436,7 @@ endobj /Type /Annot >> endobj -1422 0 obj +1426 0 obj << /Border [0 0 0] /Dest (features-wiremock-relaxed-ssl) /Subtype /Link @@ -186694,7 +187444,7 @@ endobj /Type /Annot >> endobj -1423 0 obj +1427 0 obj << /Border [0 0 0] /Dest (features-wiremock-spring-mvc-mocks) /Subtype /Link @@ -186702,7 +187452,7 @@ endobj /Type /Annot >> endobj -1424 0 obj +1428 0 obj << /Border [0 0 0] /Dest (features-wiremock-spring-mvc-mocks) /Subtype /Link @@ -186710,7 +187460,7 @@ endobj /Type /Annot >> endobj -1425 0 obj +1429 0 obj << /Border [0 0 0] /Dest (features-build-tools) /Subtype /Link @@ -186718,7 +187468,7 @@ endobj /Type /Annot >> endobj -1426 0 obj +1430 0 obj << /Border [0 0 0] /Dest (features-build-tools) /Subtype /Link @@ -186726,7 +187476,7 @@ endobj /Type /Annot >> endobj -1427 0 obj +1431 0 obj << /Border [0 0 0] /Dest (features-whats-next) /Subtype /Link @@ -186734,7 +187484,7 @@ endobj /Type /Annot >> endobj -1428 0 obj +1432 0 obj << /Border [0 0 0] /Dest (features-whats-next) /Subtype /Link @@ -186742,7 +187492,7 @@ endobj /Type /Annot >> endobj -1429 0 obj +1433 0 obj << /Border [0 0 0] /Dest (howto) /Subtype /Link @@ -186750,7 +187500,7 @@ endobj /Type /Annot >> endobj -1430 0 obj +1434 0 obj << /Border [0 0 0] /Dest (howto) /Subtype /Link @@ -186758,7 +187508,7 @@ endobj /Type /Annot >> endobj -1431 0 obj +1435 0 obj << /Border [0 0 0] /Dest (why-spring-cloud-contract) /Subtype /Link @@ -186766,7 +187516,7 @@ endobj /Type /Annot >> endobj -1432 0 obj +1436 0 obj << /Border [0 0 0] /Dest (why-spring-cloud-contract) /Subtype /Link @@ -186774,7 +187524,7 @@ endobj /Type /Annot >> endobj -1433 0 obj +1437 0 obj << /Border [0 0 0] /Dest (how-to-not-write-contracts-in-groovy) /Subtype /Link @@ -186782,7 +187532,7 @@ endobj /Type /Annot >> endobj -1434 0 obj +1438 0 obj << /Border [0 0 0] /Dest (how-to-not-write-contracts-in-groovy) /Subtype /Link @@ -186790,7 +187540,7 @@ endobj /Type /Annot >> endobj -1435 0 obj +1439 0 obj << /Border [0 0 0] /Dest (how-to-provide-dynamic-values) /Subtype /Link @@ -186798,7 +187548,7 @@ endobj /Type /Annot >> endobj -1436 0 obj +1440 0 obj << /Border [0 0 0] /Dest (how-to-provide-dynamic-values) /Subtype /Link @@ -186806,7 +187556,7 @@ endobj /Type /Annot >> endobj -1437 0 obj +1441 0 obj << /Border [0 0 0] /Dest (how-to-do-stubs-versioning) /Subtype /Link @@ -186814,7 +187564,7 @@ endobj /Type /Annot >> endobj -1438 0 obj +1442 0 obj << /Border [0 0 0] /Dest (how-to-do-stubs-versioning) /Subtype /Link @@ -186822,7 +187572,7 @@ endobj /Type /Annot >> endobj -1439 0 obj +1443 0 obj << /Border [0 0 0] /Dest (how-to-api-versioning) /Subtype /Link @@ -186830,7 +187580,7 @@ endobj /Type /Annot >> endobj -1440 0 obj +1444 0 obj << /Border [0 0 0] /Dest (how-to-api-versioning) /Subtype /Link @@ -186838,7 +187588,7 @@ endobj /Type /Annot >> endobj -1441 0 obj +1445 0 obj << /Border [0 0 0] /Dest (how-to-jar-versioning) /Subtype /Link @@ -186846,7 +187596,7 @@ endobj /Type /Annot >> endobj -1442 0 obj +1446 0 obj << /Border [0 0 0] /Dest (how-to-jar-versioning) /Subtype /Link @@ -186854,7 +187604,7 @@ endobj /Type /Annot >> endobj -1443 0 obj +1447 0 obj << /Border [0 0 0] /Dest (how-to-dev-or-prod-stubs) /Subtype /Link @@ -186862,7 +187612,7 @@ endobj /Type /Annot >> endobj -1444 0 obj +1448 0 obj << /Border [0 0 0] /Dest (how-to-dev-or-prod-stubs) /Subtype /Link @@ -186870,7 +187620,7 @@ endobj /Type /Annot >> endobj -1445 0 obj +1449 0 obj << /Border [0 0 0] /Dest (how-to-common-repo-with-contracts) /Subtype /Link @@ -186878,7 +187628,7 @@ endobj /Type /Annot >> endobj -1446 0 obj +1450 0 obj << /Border [0 0 0] /Dest (how-to-common-repo-with-contracts) /Subtype /Link @@ -186886,7 +187636,7 @@ endobj /Type /Annot >> endobj -1447 0 obj +1451 0 obj << /Border [0 0 0] /Dest (how-to-common-repo-with-contracts) /Subtype /Link @@ -186894,7 +187644,7 @@ endobj /Type /Annot >> endobj -1448 0 obj +1452 0 obj << /Border [0 0 0] /Dest (how-to-repo-structure) /Subtype /Link @@ -186902,7 +187652,7 @@ endobj /Type /Annot >> endobj -1449 0 obj +1453 0 obj << /Border [0 0 0] /Dest (how-to-repo-structure) /Subtype /Link @@ -186910,7 +187660,7 @@ endobj /Type /Annot >> endobj -1450 0 obj +1454 0 obj << /Border [0 0 0] /Dest (how-to-workflow) /Subtype /Link @@ -186918,7 +187668,7 @@ endobj /Type /Annot >> endobj -1451 0 obj +1455 0 obj << /Border [0 0 0] /Dest (how-to-workflow) /Subtype /Link @@ -186926,7 +187676,7 @@ endobj /Type /Annot >> endobj -1452 0 obj +1456 0 obj << /Border [0 0 0] /Dest (how-to-workflow-consumer) /Subtype /Link @@ -186934,7 +187684,7 @@ endobj /Type /Annot >> endobj -1453 0 obj +1457 0 obj << /Border [0 0 0] /Dest (how-to-workflow-consumer) /Subtype /Link @@ -186942,7 +187692,7 @@ endobj /Type /Annot >> endobj -1454 0 obj +1458 0 obj << /Border [0 0 0] /Dest (how-to-workflow-producer) /Subtype /Link @@ -186950,7 +187700,7 @@ endobj /Type /Annot >> endobj -1455 0 obj +1459 0 obj << /Border [0 0 0] /Dest (how-to-workflow-producer) /Subtype /Link @@ -186958,7 +187708,7 @@ endobj /Type /Annot >> endobj -1456 0 obj +1460 0 obj << /Border [0 0 0] /Dest (how-to-define-messaging-contracts-per-topic) /Subtype /Link @@ -186966,7 +187716,7 @@ endobj /Type /Annot >> endobj -1457 0 obj +1461 0 obj << /Border [0 0 0] /Dest (how-to-define-messaging-contracts-per-topic) /Subtype /Link @@ -186974,7 +187724,7 @@ endobj /Type /Annot >> endobj -1458 0 obj +1462 0 obj << /Border [0 0 0] /Dest (how-to-define-messaging-contracts-per-topic-maven) /Subtype /Link @@ -186982,7 +187732,7 @@ endobj /Type /Annot >> endobj -1459 0 obj +1463 0 obj << /Border [0 0 0] /Dest (how-to-define-messaging-contracts-per-topic-maven) /Subtype /Link @@ -186990,7 +187740,7 @@ endobj /Type /Annot >> endobj -1460 0 obj +1464 0 obj << /Border [0 0 0] /Dest (how-to-define-messaging-contracts-per-topic-gradle) /Subtype /Link @@ -186998,7 +187748,7 @@ endobj /Type /Annot >> endobj -1461 0 obj +1465 0 obj << /Border [0 0 0] /Dest (how-to-define-messaging-contracts-per-topic-gradle) /Subtype /Link @@ -187006,7 +187756,7 @@ endobj /Type /Annot >> endobj -1462 0 obj +1466 0 obj << /Border [0 0 0] /Dest (how-to-use-git-as-storage) /Subtype /Link @@ -187014,7 +187764,7 @@ endobj /Type /Annot >> endobj -1463 0 obj +1467 0 obj << /Border [0 0 0] /Dest (how-to-use-git-as-storage) /Subtype /Link @@ -187022,7 +187772,7 @@ endobj /Type /Annot >> endobj -1464 0 obj +1468 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention) /Subtype /Link @@ -187030,7 +187780,7 @@ endobj /Type /Annot >> endobj -1465 0 obj +1469 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention) /Subtype /Link @@ -187038,7 +187788,7 @@ endobj /Type /Annot >> endobj -1466 0 obj +1470 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention-producer) /Subtype /Link @@ -187046,7 +187796,7 @@ endobj /Type /Annot >> endobj -1467 0 obj +1471 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention-producer) /Subtype /Link @@ -187054,7 +187804,7 @@ endobj /Type /Annot >> endobj -1468 0 obj +1472 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention-producer-with-contracts-stored-locally) /Subtype /Link @@ -187062,7 +187812,7 @@ endobj /Type /Annot >> endobj -1469 0 obj +1473 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention-producer-with-contracts-stored-locally) /Subtype /Link @@ -187070,7 +187820,7 @@ endobj /Type /Annot >> endobj -1470 0 obj +1474 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention-contracts-producer-stubs-external) /Subtype /Link @@ -187078,7 +187828,7 @@ endobj /Type /Annot >> endobj -1471 0 obj +1475 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention-contracts-producer-stubs-external) /Subtype /Link @@ -187086,7 +187836,7 @@ endobj /Type /Annot >> endobj -1472 0 obj +1476 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention-contracts-producer-stubs-external-consumer) /Subtype /Link @@ -187094,7 +187844,7 @@ endobj /Type /Annot >> endobj -1473 0 obj +1477 0 obj << /Border [0 0 0] /Dest (how-to-protocol-convention-contracts-producer-stubs-external-consumer) /Subtype /Link @@ -187102,7 +187852,7 @@ endobj /Type /Annot >> endobj -1474 0 obj +1478 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker) /Subtype /Link @@ -187110,7 +187860,7 @@ endobj /Type /Annot >> endobj -1475 0 obj +1479 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker) /Subtype /Link @@ -187118,7 +187868,7 @@ endobj /Type /Annot >> endobj -1476 0 obj +1480 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact) /Subtype /Link @@ -187126,7 +187876,7 @@ endobj /Type /Annot >> endobj -1477 0 obj +1481 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact) /Subtype /Link @@ -187134,7 +187884,7 @@ endobj /Type /Annot >> endobj -1478 0 obj +1482 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact-converter) /Subtype /Link @@ -187142,7 +187892,7 @@ endobj /Type /Annot >> endobj -1479 0 obj +1483 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact-converter) /Subtype /Link @@ -187150,7 +187900,7 @@ endobj /Type /Annot >> endobj -1480 0 obj +1484 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact-contract) /Subtype /Link @@ -187158,7 +187908,7 @@ endobj /Type /Annot >> endobj -1481 0 obj +1485 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact-contract) /Subtype /Link @@ -187166,7 +187916,7 @@ endobj /Type /Annot >> endobj -1482 0 obj +1486 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact-for-producers) /Subtype /Link @@ -187174,7 +187924,7 @@ endobj /Type /Annot >> endobj -1483 0 obj +1487 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact-for-producers) /Subtype /Link @@ -187182,7 +187932,7 @@ endobj /Type /Annot >> endobj -1484 0 obj +1488 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact-consumers) /Subtype /Link @@ -187190,7 +187940,7 @@ endobj /Type /Annot >> endobj -1485 0 obj +1489 0 obj << /Border [0 0 0] /Dest (how-to-use-pact-broker-pact-consumers) /Subtype /Link @@ -187198,7 +187948,7 @@ endobj /Type /Annot >> endobj -1486 0 obj +1490 0 obj << /Border [0 0 0] /Dest (pact-stub-downloader) /Subtype /Link @@ -187206,7 +187956,7 @@ endobj /Type /Annot >> endobj -1487 0 obj +1491 0 obj << /Border [0 0 0] /Dest (pact-stub-downloader) /Subtype /Link @@ -187214,7 +187964,7 @@ endobj /Type /Annot >> endobj -1488 0 obj +1492 0 obj << /Border [0 0 0] /Dest (how-to-pact-consumer) /Subtype /Link @@ -187222,7 +187972,7 @@ endobj /Type /Annot >> endobj -1489 0 obj +1493 0 obj << /Border [0 0 0] /Dest (how-to-pact-consumer) /Subtype /Link @@ -187230,7 +187980,7 @@ endobj /Type /Annot >> endobj -1490 0 obj +1494 0 obj << /Border [0 0 0] /Dest (how-to-pact-producer) /Subtype /Link @@ -187238,7 +187988,7 @@ endobj /Type /Annot >> endobj -1491 0 obj +1495 0 obj << /Border [0 0 0] /Dest (how-to-pact-producer) /Subtype /Link @@ -187246,7 +187996,7 @@ endobj /Type /Annot >> endobj -1492 0 obj +1496 0 obj << /Border [0 0 0] /Dest (how-to-pact-consumer-producer-contract) /Subtype /Link @@ -187254,7 +188004,7 @@ endobj /Type /Annot >> endobj -1493 0 obj +1497 0 obj << /Border [0 0 0] /Dest (how-to-pact-consumer-producer-contract) /Subtype /Link @@ -187262,7 +188012,7 @@ endobj /Type /Annot >> endobj -1494 0 obj +1498 0 obj << /Border [0 0 0] /Dest (how-to-debug) /Subtype /Link @@ -187270,7 +188020,7 @@ endobj /Type /Annot >> endobj -1495 0 obj +1499 0 obj << /Border [0 0 0] /Dest (how-to-debug) /Subtype /Link @@ -187278,7 +188028,7 @@ endobj /Type /Annot >> endobj -1496 0 obj +1500 0 obj << /Border [0 0 0] /Dest (how-to-debug-wiremock) /Subtype /Link @@ -187286,7 +188036,7 @@ endobj /Type /Annot >> endobj -1497 0 obj +1501 0 obj << /Border [0 0 0] /Dest (how-to-debug-wiremock) /Subtype /Link @@ -187294,7 +188044,7 @@ endobj /Type /Annot >> endobj -1498 0 obj +1502 0 obj << /Border [0 0 0] /Dest (how-to-see-registered-stubs) /Subtype /Link @@ -187302,7 +188052,7 @@ endobj /Type /Annot >> endobj -1499 0 obj +1503 0 obj << /Border [0 0 0] /Dest (how-to-see-registered-stubs) /Subtype /Link @@ -187310,7 +188060,7 @@ endobj /Type /Annot >> endobj -1500 0 obj +1504 0 obj << /Border [0 0 0] /Dest (how-to-reference-text-from-file) /Subtype /Link @@ -187318,7 +188068,7 @@ endobj /Type /Annot >> endobj -1501 0 obj +1505 0 obj << /Border [0 0 0] /Dest (how-to-reference-text-from-file) /Subtype /Link @@ -187326,7 +188076,7 @@ endobj /Type /Annot >> endobj -1502 0 obj +1506 0 obj << /Border [0 0 0] /Dest (how-to-generate-pact-from-scc) /Subtype /Link @@ -187334,7 +188084,7 @@ endobj /Type /Annot >> endobj -1503 0 obj +1507 0 obj << /Border [0 0 0] /Dest (how-to-generate-pact-from-scc) /Subtype /Link @@ -187342,7 +188092,7 @@ endobj /Type /Annot >> endobj -1504 0 obj +1508 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie) /Subtype /Link @@ -187350,7 +188100,7 @@ endobj /Type /Annot >> endobj -1505 0 obj +1509 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie) /Subtype /Link @@ -187358,7 +188108,7 @@ endobj /Type /Annot >> endobj -1506 0 obj +1510 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie-optional) /Subtype /Link @@ -187366,7 +188116,7 @@ endobj /Type /Annot >> endobj -1507 0 obj +1511 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie-optional) /Subtype /Link @@ -187374,7 +188124,7 @@ endobj /Type /Annot >> endobj -1508 0 obj +1512 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie-separate) /Subtype /Link @@ -187382,7 +188132,7 @@ endobj /Type /Annot >> endobj -1509 0 obj +1513 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie-separate) /Subtype /Link @@ -187390,7 +188140,7 @@ endobj /Type /Annot >> endobj -1510 0 obj +1514 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie-separate) /Subtype /Link @@ -187398,7 +188148,7 @@ endobj /Type /Annot >> endobj -1511 0 obj +1515 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie-separate) /Subtype /Link @@ -187406,7 +188156,7 @@ endobj /Type /Annot >> endobj -1512 0 obj +1516 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie-exclude) /Subtype /Link @@ -187414,7 +188164,7 @@ endobj /Type /Annot >> endobj -1513 0 obj +1517 0 obj << /Border [0 0 0] /Dest (how-to-work-with-transitivie-exclude) /Subtype /Link @@ -187422,7 +188172,7 @@ endobj /Type /Annot >> endobj -1514 0 obj +1518 0 obj << /Border [0 0 0] /Dest (contract-dsl-rest-docs) /Subtype /Link @@ -187430,7 +188180,7 @@ endobj /Type /Annot >> endobj -1515 0 obj +1519 0 obj << /Border [0 0 0] /Dest (contract-dsl-rest-docs) /Subtype /Link @@ -187438,7 +188188,7 @@ endobj /Type /Annot >> endobj -1516 0 obj +1520 0 obj << /Border [0 0 0] /Dest (how-to-use-stubs-from-a-location) /Subtype /Link @@ -187446,7 +188196,7 @@ endobj /Type /Annot >> endobj -1517 0 obj +1521 0 obj << /Border [0 0 0] /Dest (how-to-use-stubs-from-a-location) /Subtype /Link @@ -187454,7 +188204,7 @@ endobj /Type /Annot >> endobj -1518 0 obj +1522 0 obj << /Border [0 0 0] /Dest (how-to-generate-stubs-at-runtime) /Subtype /Link @@ -187462,7 +188212,7 @@ endobj /Type /Annot >> endobj -1519 0 obj +1523 0 obj << /Border [0 0 0] /Dest (how-to-generate-stubs-at-runtime) /Subtype /Link @@ -187470,7 +188220,7 @@ endobj /Type /Annot >> endobj -1520 0 obj +1524 0 obj << /Border [0 0 0] /Dest (how-to-use-the-failonnostubs-feature) /Subtype /Link @@ -187478,7 +188228,7 @@ endobj /Type /Annot >> endobj -1521 0 obj +1525 0 obj << /Border [0 0 0] /Dest (how-to-use-the-failonnostubs-feature) /Subtype /Link @@ -187486,7 +188236,7 @@ endobj /Type /Annot >> endobj -1522 0 obj +1526 0 obj << /Border [0 0 0] /Dest (how-to-mark-contract-in-progress) /Subtype /Link @@ -187494,7 +188244,7 @@ endobj /Type /Annot >> endobj -1523 0 obj +1527 0 obj << /Border [0 0 0] /Dest (how-to-mark-contract-in-progress) /Subtype /Link @@ -187502,1120 +188252,1084 @@ endobj /Type /Annot >> endobj -1524 0 obj +1528 0 obj << /Type /Outlines /Count 214 -/First 1525 0 R -/Last 1693 0 R ->> -endobj -1525 0 obj -<< /Title -/Parent 1524 0 R -/Count 0 -/Next 1526 0 R -/Dest [7 0 R /XYZ 0 841.89 null] ->> -endobj -1526 0 obj -<< /Title -/Parent 1524 0 R -/Count 0 -/Next 1527 0 R -/Prev 1525 0 R -/Dest [11 0 R /XYZ 0 841.89 null] ->> -endobj -1527 0 obj -<< /Title -/Parent 1524 0 R -/Count 0 -/Next 1528 0 R -/Prev 1526 0 R -/Dest [23 0 R /XYZ 0 841.89 null] ->> -endobj -1528 0 obj -<< /Title -/Parent 1524 0 R -/Count 6 /First 1529 0 R -/Last 1534 0 R -/Next 1535 0 R -/Prev 1527 0 R -/Dest [30 0 R /XYZ 0 841.89 null] +/Last 1697 0 R >> endobj 1529 0 obj -<< /Title +<< /Title /Parent 1528 0 R /Count 0 /Next 1530 0 R -/Dest [30 0 R /XYZ 0 691.69 null] +/Dest [7 0 R /XYZ 0 841.89 null] >> endobj 1530 0 obj -<< /Title +<< /Title /Parent 1528 0 R /Count 0 /Next 1531 0 R /Prev 1529 0 R -/Dest [30 0 R /XYZ 0 493.15 null] +/Dest [11 0 R /XYZ 0 841.89 null] >> endobj 1531 0 obj -<< /Title +<< /Title /Parent 1528 0 R /Count 0 /Next 1532 0 R /Prev 1530 0 R -/Dest [30 0 R /XYZ 0 243.05 null] +/Dest [23 0 R /XYZ 0 841.89 null] >> endobj 1532 0 obj -<< /Title +<< /Title /Parent 1528 0 R -/Count 0 -/Next 1533 0 R +/Count 6 +/First 1533 0 R +/Last 1538 0 R +/Next 1539 0 R /Prev 1531 0 R -/Dest [30 0 R /XYZ 0 109.85 null] +/Dest [30 0 R /XYZ 0 841.89 null] >> endobj 1533 0 obj -<< /Title -/Parent 1528 0 R +<< /Title +/Parent 1532 0 R /Count 0 /Next 1534 0 R -/Prev 1532 0 R -/Dest [59 0 R /XYZ 0 384.29 null] +/Dest [30 0 R /XYZ 0 691.69 null] >> endobj 1534 0 obj -<< /Title -/Parent 1528 0 R +<< /Title +/Parent 1532 0 R /Count 0 +/Next 1535 0 R /Prev 1533 0 R -/Dest [59 0 R /XYZ 0 223.31 null] +/Dest [30 0 R /XYZ 0 493.15 null] >> endobj 1535 0 obj -<< /Title -/Parent 1524 0 R -/Count 30 -/First 1536 0 R -/Last 1565 0 R -/Next 1566 0 R -/Prev 1528 0 R -/Dest [100 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1532 0 R +/Count 0 +/Next 1536 0 R +/Prev 1534 0 R +/Dest [30 0 R /XYZ 0 243.05 null] >> endobj 1536 0 obj -<< /Title -/Parent 1535 0 R -/Count 5 -/First 1537 0 R -/Last 1541 0 R -/Next 1542 0 R -/Dest [100 0 R /XYZ 0 690.05 null] +<< /Title +/Parent 1532 0 R +/Count 0 +/Next 1537 0 R +/Prev 1535 0 R +/Dest [30 0 R /XYZ 0 109.85 null] >> endobj 1537 0 obj -<< /Title -/Parent 1536 0 R -/Count 2 -/First 1538 0 R -/Last 1539 0 R -/Next 1540 0 R -/Dest [100 0 R /XYZ 0 606.41 null] +<< /Title +/Parent 1532 0 R +/Count 0 +/Next 1538 0 R +/Prev 1536 0 R +/Dest [59 0 R /XYZ 0 384.29 null] >> endobj 1538 0 obj -<< /Title -/Parent 1537 0 R +<< /Title +/Parent 1532 0 R /Count 0 -/Next 1539 0 R -/Dest [100 0 R /XYZ 0 501.79 null] +/Prev 1537 0 R +/Dest [59 0 R /XYZ 0 223.31 null] >> endobj 1539 0 obj -<< /Title -/Parent 1537 0 R -/Count 0 -/Prev 1538 0 R -/Dest [100 0 R /XYZ 0 114.1 null] +<< /Title +/Parent 1528 0 R +/Count 30 +/First 1540 0 R +/Last 1569 0 R +/Next 1570 0 R +/Prev 1532 0 R +/Dest [100 0 R /XYZ 0 841.89 null] >> endobj 1540 0 obj -<< /Title -/Parent 1536 0 R -/Count 0 -/Next 1541 0 R -/Prev 1537 0 R -/Dest [118 0 R /XYZ 0 440.55 null] +<< /Title +/Parent 1539 0 R +/Count 5 +/First 1541 0 R +/Last 1545 0 R +/Next 1546 0 R +/Dest [100 0 R /XYZ 0 690.05 null] >> endobj 1541 0 obj -<< /Title -/Parent 1536 0 R -/Count 0 -/Prev 1540 0 R -/Dest [118 0 R /XYZ 0 128.13 null] +<< /Title +/Parent 1540 0 R +/Count 2 +/First 1542 0 R +/Last 1543 0 R +/Next 1544 0 R +/Dest [100 0 R /XYZ 0 606.41 null] >> endobj 1542 0 obj -<< /Title -/Parent 1535 0 R -/Count 2 -/First 1543 0 R -/Last 1544 0 R -/Next 1545 0 R -/Prev 1536 0 R -/Dest [128 0 R /XYZ 0 257.355 null] +<< /Title +/Parent 1541 0 R +/Count 0 +/Next 1543 0 R +/Dest [100 0 R /XYZ 0 501.79 null] >> endobj 1543 0 obj -<< /Title -/Parent 1542 0 R +<< /Title +/Parent 1541 0 R /Count 0 -/Next 1544 0 R -/Dest [134 0 R /XYZ 0 841.89 null] +/Prev 1542 0 R +/Dest [100 0 R /XYZ 0 114.1 null] >> endobj 1544 0 obj -<< /Title -/Parent 1542 0 R +<< /Title +/Parent 1540 0 R /Count 0 -/Prev 1543 0 R -/Dest [137 0 R /XYZ 0 369.89 null] +/Next 1545 0 R +/Prev 1541 0 R +/Dest [118 0 R /XYZ 0 440.55 null] >> endobj 1545 0 obj -<< /Title -/Parent 1535 0 R -/Count 2 -/First 1546 0 R -/Last 1547 0 R -/Next 1548 0 R -/Prev 1542 0 R -/Dest [141 0 R /XYZ 0 213.13 null] +<< /Title +/Parent 1540 0 R +/Count 0 +/Prev 1544 0 R +/Dest [118 0 R /XYZ 0 128.13 null] >> endobj 1546 0 obj -<< /Title -/Parent 1545 0 R -/Count 0 -/Next 1547 0 R -/Dest [147 0 R /XYZ 0 722.55 null] +<< /Title +/Parent 1539 0 R +/Count 2 +/First 1547 0 R +/Last 1548 0 R +/Next 1549 0 R +/Prev 1540 0 R +/Dest [128 0 R /XYZ 0 257.355 null] >> endobj 1547 0 obj -<< /Title -/Parent 1545 0 R +<< /Title +/Parent 1546 0 R /Count 0 -/Prev 1546 0 R -/Dest [174 0 R /XYZ 0 394.79 null] +/Next 1548 0 R +/Dest [134 0 R /XYZ 0 841.89 null] >> endobj 1548 0 obj -<< /Title -/Parent 1535 0 R -/Count 16 -/First 1549 0 R -/Last 1562 0 R -/Next 1565 0 R -/Prev 1545 0 R -/Dest [179 0 R /XYZ 0 423.61 null] +<< /Title +/Parent 1546 0 R +/Count 0 +/Prev 1547 0 R +/Dest [137 0 R /XYZ 0 369.89 null] >> endobj 1549 0 obj -<< /Title -/Parent 1548 0 R -/Count 0 -/Next 1550 0 R -/Dest [182 0 R /XYZ 0 726.55 null] +<< /Title +/Parent 1539 0 R +/Count 2 +/First 1550 0 R +/Last 1551 0 R +/Next 1552 0 R +/Prev 1546 0 R +/Dest [141 0 R /XYZ 0 213.13 null] >> endobj 1550 0 obj -<< /Title -/Parent 1548 0 R -/Count 7 -/First 1551 0 R -/Last 1557 0 R -/Next 1558 0 R -/Prev 1549 0 R -/Dest [187 0 R /XYZ 0 311.604 null] +<< /Title +/Parent 1549 0 R +/Count 0 +/Next 1551 0 R +/Dest [147 0 R /XYZ 0 722.55 null] >> endobj 1551 0 obj -<< /Title -/Parent 1550 0 R +<< /Title +/Parent 1549 0 R /Count 0 -/Next 1552 0 R -/Dest [190 0 R /XYZ 0 657.21 null] +/Prev 1550 0 R +/Dest [174 0 R /XYZ 0 394.79 null] >> endobj 1552 0 obj -<< /Title -/Parent 1550 0 R -/Count 0 -/Next 1553 0 R -/Prev 1551 0 R -/Dest [190 0 R /XYZ 0 321.11 null] +<< /Title +/Parent 1539 0 R +/Count 16 +/First 1553 0 R +/Last 1566 0 R +/Next 1569 0 R +/Prev 1549 0 R +/Dest [179 0 R /XYZ 0 423.61 null] >> endobj 1553 0 obj -<< /Title -/Parent 1550 0 R +<< /Title +/Parent 1552 0 R /Count 0 /Next 1554 0 R -/Prev 1552 0 R -/Dest [194 0 R /XYZ 0 754.33 null] +/Dest [182 0 R /XYZ 0 726.55 null] >> endobj 1554 0 obj -<< /Title -/Parent 1550 0 R -/Count 0 -/Next 1555 0 R +<< /Title +/Parent 1552 0 R +/Count 7 +/First 1555 0 R +/Last 1561 0 R +/Next 1562 0 R /Prev 1553 0 R -/Dest [194 0 R /XYZ 0 608.15 null] +/Dest [187 0 R /XYZ 0 311.604 null] >> endobj 1555 0 obj -<< /Title -/Parent 1550 0 R +<< /Title +/Parent 1554 0 R /Count 0 /Next 1556 0 R -/Prev 1554 0 R -/Dest [202 0 R /XYZ 0 256.095 null] +/Dest [190 0 R /XYZ 0 657.21 null] >> endobj 1556 0 obj -<< /Title -/Parent 1550 0 R +<< /Title +/Parent 1554 0 R /Count 0 /Next 1557 0 R /Prev 1555 0 R -/Dest [210 0 R /XYZ 0 165.31 null] +/Dest [190 0 R /XYZ 0 321.11 null] >> endobj 1557 0 obj -<< /Title -/Parent 1550 0 R +<< /Title +/Parent 1554 0 R /Count 0 +/Next 1558 0 R /Prev 1556 0 R -/Dest [215 0 R /XYZ 0 364.27 null] +/Dest [194 0 R /XYZ 0 754.33 null] >> endobj 1558 0 obj -<< /Title -/Parent 1548 0 R -/Count 3 -/First 1559 0 R -/Last 1561 0 R -/Next 1562 0 R -/Prev 1550 0 R -/Dest [215 0 R /XYZ 0 247.27 null] +<< /Title +/Parent 1554 0 R +/Count 0 +/Next 1559 0 R +/Prev 1557 0 R +/Dest [194 0 R /XYZ 0 608.15 null] >> endobj 1559 0 obj -<< /Title -/Parent 1558 0 R +<< /Title +/Parent 1554 0 R /Count 0 /Next 1560 0 R -/Dest [220 0 R /XYZ 0 841.89 null] +/Prev 1558 0 R +/Dest [202 0 R /XYZ 0 256.095 null] >> endobj 1560 0 obj -<< /Title -/Parent 1558 0 R +<< /Title +/Parent 1554 0 R /Count 0 /Next 1561 0 R /Prev 1559 0 R -/Dest [230 0 R /XYZ 0 841.89 null] +/Dest [210 0 R /XYZ 0 165.31 null] >> endobj 1561 0 obj -<< /Title -/Parent 1558 0 R +<< /Title +/Parent 1554 0 R /Count 0 /Prev 1560 0 R -/Dest [230 0 R /XYZ 0 532.51 null] +/Dest [215 0 R /XYZ 0 364.27 null] >> endobj 1562 0 obj -<< /Title -/Parent 1548 0 R -/Count 2 +<< /Title +/Parent 1552 0 R +/Count 3 /First 1563 0 R -/Last 1564 0 R -/Prev 1558 0 R -/Dest [230 0 R /XYZ 0 313.29 null] +/Last 1565 0 R +/Next 1566 0 R +/Prev 1554 0 R +/Dest [215 0 R /XYZ 0 247.27 null] >> endobj 1563 0 obj -<< /Title +<< /Title /Parent 1562 0 R /Count 0 /Next 1564 0 R -/Dest [230 0 R /XYZ 0 147.11 null] +/Dest [220 0 R /XYZ 0 841.89 null] >> endobj 1564 0 obj -<< /Title +<< /Title /Parent 1562 0 R /Count 0 +/Next 1565 0 R /Prev 1563 0 R -/Dest [236 0 R /XYZ 0 718.41 null] +/Dest [230 0 R /XYZ 0 841.89 null] >> endobj 1565 0 obj -<< /Title -/Parent 1535 0 R +<< /Title +/Parent 1562 0 R /Count 0 -/Prev 1548 0 R -/Dest [236 0 R /XYZ 0 483.41 null] +/Prev 1564 0 R +/Dest [230 0 R /XYZ 0 532.51 null] >> endobj 1566 0 obj -<< /Title -/Parent 1524 0 R -/Count 23 +<< /Title +/Parent 1552 0 R +/Count 2 /First 1567 0 R -/Last 1589 0 R -/Next 1590 0 R -/Prev 1535 0 R -/Dest [257 0 R /XYZ 0 841.89 null] +/Last 1568 0 R +/Prev 1562 0 R +/Dest [230 0 R /XYZ 0 313.29 null] >> endobj 1567 0 obj -<< /Title +<< /Title /Parent 1566 0 R /Count 0 /Next 1568 0 R -/Dest [257 0 R /XYZ 0 662.27 null] +/Dest [230 0 R /XYZ 0 147.11 null] >> endobj 1568 0 obj -<< /Title +<< /Title /Parent 1566 0 R -/Count 4 -/First 1569 0 R -/Last 1572 0 R -/Next 1573 0 R +/Count 0 /Prev 1567 0 R -/Dest [257 0 R /XYZ 0 526.37 null] +/Dest [236 0 R /XYZ 0 718.41 null] >> endobj 1569 0 obj -<< /Title -/Parent 1568 0 R +<< /Title +/Parent 1539 0 R /Count 0 -/Next 1570 0 R -/Dest [257 0 R /XYZ 0 426.95 null] +/Prev 1552 0 R +/Dest [236 0 R /XYZ 0 483.41 null] >> endobj 1570 0 obj -<< /Title -/Parent 1568 0 R -/Count 0 -/Next 1571 0 R -/Prev 1569 0 R -/Dest [270 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1528 0 R +/Count 23 +/First 1571 0 R +/Last 1593 0 R +/Next 1594 0 R +/Prev 1539 0 R +/Dest [257 0 R /XYZ 0 841.89 null] >> endobj 1571 0 obj -<< /Title -/Parent 1568 0 R +<< /Title +/Parent 1570 0 R /Count 0 /Next 1572 0 R -/Prev 1570 0 R -/Dest [270 0 R /XYZ 0 690.29 null] +/Dest [257 0 R /XYZ 0 662.27 null] >> endobj 1572 0 obj -<< /Title -/Parent 1568 0 R -/Count 0 +<< /Title +/Parent 1570 0 R +/Count 4 +/First 1573 0 R +/Last 1576 0 R +/Next 1577 0 R /Prev 1571 0 R -/Dest [270 0 R /XYZ 0 164.117 null] +/Dest [257 0 R /XYZ 0 526.37 null] >> endobj 1573 0 obj -<< /Title -/Parent 1566 0 R +<< /Title +/Parent 1572 0 R /Count 0 /Next 1574 0 R -/Prev 1568 0 R -/Dest [280 0 R /XYZ 0 359.359 null] +/Dest [257 0 R /XYZ 0 426.95 null] >> endobj 1574 0 obj -<< /Title -/Parent 1566 0 R -/Count 3 -/First 1575 0 R -/Last 1577 0 R -/Next 1578 0 R +<< /Title +/Parent 1572 0 R +/Count 0 +/Next 1575 0 R /Prev 1573 0 R -/Dest [280 0 R /XYZ 0 251.239 null] +/Dest [270 0 R /XYZ 0 841.89 null] >> endobj 1575 0 obj -<< /Title -/Parent 1574 0 R +<< /Title +/Parent 1572 0 R /Count 0 /Next 1576 0 R -/Dest [280 0 R /XYZ 0 115.339 null] +/Prev 1574 0 R +/Dest [270 0 R /XYZ 0 690.29 null] >> endobj 1576 0 obj -<< /Title -/Parent 1574 0 R +<< /Title +/Parent 1572 0 R /Count 0 -/Next 1577 0 R /Prev 1575 0 R -/Dest [288 0 R /XYZ 0 319.17 null] +/Dest [270 0 R /XYZ 0 164.117 null] >> endobj 1577 0 obj -<< /Title -/Parent 1574 0 R +<< /Title +/Parent 1570 0 R /Count 0 -/Prev 1576 0 R -/Dest [297 0 R /XYZ 0 778.86 null] +/Next 1578 0 R +/Prev 1572 0 R +/Dest [280 0 R /XYZ 0 359.359 null] >> endobj 1578 0 obj -<< /Title -/Parent 1566 0 R -/Count 0 -/Next 1579 0 R -/Prev 1574 0 R -/Dest [306 0 R /XYZ 0 778.86 null] +<< /Title +/Parent 1570 0 R +/Count 3 +/First 1579 0 R +/Last 1581 0 R +/Next 1582 0 R +/Prev 1577 0 R +/Dest [280 0 R /XYZ 0 251.239 null] >> endobj 1579 0 obj -<< /Title -/Parent 1566 0 R -/Count 3 -/First 1580 0 R -/Last 1582 0 R -/Next 1583 0 R -/Prev 1578 0 R -/Dest [306 0 R /XYZ 0 583.62 null] +<< /Title +/Parent 1578 0 R +/Count 0 +/Next 1580 0 R +/Dest [280 0 R /XYZ 0 115.339 null] >> endobj 1580 0 obj -<< /Title -/Parent 1579 0 R +<< /Title +/Parent 1578 0 R /Count 0 /Next 1581 0 R -/Dest [306 0 R /XYZ 0 519.06 null] +/Prev 1579 0 R +/Dest [288 0 R /XYZ 0 319.17 null] >> endobj 1581 0 obj -<< /Title -/Parent 1579 0 R +<< /Title +/Parent 1578 0 R /Count 0 -/Next 1582 0 R /Prev 1580 0 R -/Dest [306 0 R /XYZ 0 442.22 null] +/Dest [297 0 R /XYZ 0 778.86 null] >> endobj 1582 0 obj -<< /Title -/Parent 1579 0 R +<< /Title +/Parent 1570 0 R /Count 0 -/Prev 1581 0 R -/Dest [319 0 R /XYZ 0 841.89 null] +/Next 1583 0 R +/Prev 1578 0 R +/Dest [306 0 R /XYZ 0 778.86 null] >> endobj 1583 0 obj -<< /Title -/Parent 1566 0 R -/Count 2 +<< /Title +/Parent 1570 0 R +/Count 3 /First 1584 0 R -/Last 1585 0 R -/Next 1586 0 R -/Prev 1579 0 R -/Dest [325 0 R /XYZ 0 132.49 null] +/Last 1586 0 R +/Next 1587 0 R +/Prev 1582 0 R +/Dest [306 0 R /XYZ 0 583.62 null] >> endobj 1584 0 obj -<< /Title +<< /Title /Parent 1583 0 R /Count 0 /Next 1585 0 R -/Dest [328 0 R /XYZ 0 597.87 null] +/Dest [306 0 R /XYZ 0 519.06 null] >> endobj 1585 0 obj -<< /Title +<< /Title /Parent 1583 0 R /Count 0 +/Next 1586 0 R /Prev 1584 0 R -/Dest [328 0 R /XYZ 0 267.23 null] +/Dest [306 0 R /XYZ 0 442.22 null] >> endobj 1586 0 obj -<< /Title -/Parent 1566 0 R -/Count 2 -/First 1587 0 R -/Last 1588 0 R -/Next 1589 0 R -/Prev 1583 0 R -/Dest [335 0 R /XYZ 0 678.99 null] +<< /Title +/Parent 1583 0 R +/Count 0 +/Prev 1585 0 R +/Dest [319 0 R /XYZ 0 841.89 null] >> endobj 1587 0 obj -<< /Title -/Parent 1586 0 R -/Count 0 -/Next 1588 0 R -/Dest [335 0 R /XYZ 0 527.31 null] +<< /Title +/Parent 1570 0 R +/Count 2 +/First 1588 0 R +/Last 1589 0 R +/Next 1590 0 R +/Prev 1583 0 R +/Dest [325 0 R /XYZ 0 132.49 null] >> endobj 1588 0 obj -<< /Title -/Parent 1586 0 R +<< /Title +/Parent 1587 0 R /Count 0 -/Prev 1587 0 R -/Dest [345 0 R /XYZ 0 489.419 null] +/Next 1589 0 R +/Dest [328 0 R /XYZ 0 597.87 null] >> endobj 1589 0 obj -<< /Title -/Parent 1566 0 R +<< /Title +/Parent 1587 0 R /Count 0 -/Prev 1586 0 R -/Dest [345 0 R /XYZ 0 396.799 null] +/Prev 1588 0 R +/Dest [328 0 R /XYZ 0 267.23 null] >> endobj 1590 0 obj -<< /Title -/Parent 1524 0 R -/Count 102 +<< /Title +/Parent 1570 0 R +/Count 2 /First 1591 0 R -/Last 1692 0 R -/Next 1693 0 R -/Prev 1566 0 R -/Dest [352 0 R /XYZ 0 841.89 null] +/Last 1592 0 R +/Next 1593 0 R +/Prev 1587 0 R +/Dest [335 0 R /XYZ 0 678.99 null] >> endobj 1591 0 obj -<< /Title +<< /Title /Parent 1590 0 R -/Count 10 -/First 1592 0 R -/Last 1596 0 R -/Next 1602 0 R -/Dest [352 0 R /XYZ 0 690.05 null] +/Count 0 +/Next 1592 0 R +/Dest [335 0 R /XYZ 0 527.31 null] >> endobj 1592 0 obj -<< /Title -/Parent 1591 0 R +<< /Title +/Parent 1590 0 R /Count 0 -/Next 1593 0 R -/Dest [368 0 R /XYZ 0 690.85 null] +/Prev 1591 0 R +/Dest [345 0 R /XYZ 0 489.419 null] >> endobj 1593 0 obj -<< /Title -/Parent 1591 0 R +<< /Title +/Parent 1570 0 R /Count 0 -/Next 1594 0 R -/Prev 1592 0 R -/Dest [368 0 R /XYZ 0 439.99 null] +/Prev 1590 0 R +/Dest [345 0 R /XYZ 0 396.799 null] >> endobj 1594 0 obj -<< /Title -/Parent 1591 0 R -/Count 0 -/Next 1595 0 R -/Prev 1593 0 R -/Dest [372 0 R /XYZ 0 499.028 null] +<< /Title +/Parent 1528 0 R +/Count 102 +/First 1595 0 R +/Last 1696 0 R +/Next 1697 0 R +/Prev 1570 0 R +/Dest [352 0 R /XYZ 0 841.89 null] >> endobj 1595 0 obj -<< /Title -/Parent 1591 0 R -/Count 0 -/Next 1596 0 R -/Prev 1594 0 R -/Dest [372 0 R /XYZ 0 275.948 null] +<< /Title +/Parent 1594 0 R +/Count 10 +/First 1596 0 R +/Last 1600 0 R +/Next 1606 0 R +/Dest [352 0 R /XYZ 0 690.05 null] >> endobj 1596 0 obj -<< /Title -/Parent 1591 0 R -/Count 5 -/First 1597 0 R -/Last 1601 0 R -/Prev 1595 0 R -/Dest [376 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1595 0 R +/Count 0 +/Next 1597 0 R +/Dest [368 0 R /XYZ 0 690.85 null] >> endobj 1597 0 obj -<< /Title -/Parent 1596 0 R +<< /Title +/Parent 1595 0 R /Count 0 /Next 1598 0 R -/Dest [376 0 R /XYZ 0 634.73 null] +/Prev 1596 0 R +/Dest [368 0 R /XYZ 0 439.99 null] >> endobj 1598 0 obj -<< /Title -/Parent 1596 0 R +<< /Title +/Parent 1595 0 R /Count 0 /Next 1599 0 R /Prev 1597 0 R -/Dest [387 0 R /XYZ 0 496.288 null] +/Dest [372 0 R /XYZ 0 499.028 null] >> endobj 1599 0 obj -<< /Title -/Parent 1596 0 R +<< /Title +/Parent 1595 0 R /Count 0 /Next 1600 0 R /Prev 1598 0 R -/Dest [390 0 R /XYZ 0 422.526 null] +/Dest [377 0 R /XYZ 0 316.679 null] >> endobj 1600 0 obj -<< /Title -/Parent 1596 0 R -/Count 0 -/Next 1601 0 R +<< /Title +/Parent 1595 0 R +/Count 5 +/First 1601 0 R +/Last 1605 0 R /Prev 1599 0 R -/Dest [393 0 R /XYZ 0 422.526 null] +/Dest [377 0 R /XYZ 0 132.939 null] >> endobj 1601 0 obj -<< /Title -/Parent 1596 0 R +<< /Title +/Parent 1600 0 R /Count 0 -/Prev 1600 0 R -/Dest [397 0 R /XYZ 0 378.966 null] +/Next 1602 0 R +/Dest [382 0 R /XYZ 0 712.77 null] >> endobj 1602 0 obj -<< /Title -/Parent 1590 0 R -/Count 14 -/First 1603 0 R -/Last 1616 0 R -/Next 1617 0 R -/Prev 1591 0 R -/Dest [408 0 R /XYZ 0 409.279 null] +<< /Title +/Parent 1600 0 R +/Count 0 +/Next 1603 0 R +/Prev 1601 0 R +/Dest [391 0 R /XYZ 0 496.288 null] >> endobj 1603 0 obj -<< /Title -/Parent 1602 0 R +<< /Title +/Parent 1600 0 R /Count 0 /Next 1604 0 R -/Dest [408 0 R /XYZ 0 278.299 null] +/Prev 1602 0 R +/Dest [394 0 R /XYZ 0 422.526 null] >> endobj 1604 0 obj -<< /Title -/Parent 1602 0 R +<< /Title +/Parent 1600 0 R /Count 0 /Next 1605 0 R /Prev 1603 0 R -/Dest [416 0 R /XYZ 0 334.539 null] +/Dest [397 0 R /XYZ 0 422.526 null] >> endobj 1605 0 obj -<< /Title -/Parent 1602 0 R +<< /Title +/Parent 1600 0 R /Count 0 -/Next 1606 0 R /Prev 1604 0 R -/Dest [455 0 R /XYZ 0 269.219 null] +/Dest [401 0 R /XYZ 0 378.966 null] >> endobj 1606 0 obj -<< /Title -/Parent 1602 0 R -/Count 6 +<< /Title +/Parent 1594 0 R +/Count 14 /First 1607 0 R -/Last 1612 0 R -/Next 1613 0 R -/Prev 1605 0 R -/Dest [460 0 R /XYZ 0 437.339 null] +/Last 1620 0 R +/Next 1621 0 R +/Prev 1595 0 R +/Dest [412 0 R /XYZ 0 409.279 null] >> endobj 1607 0 obj -<< /Title +<< /Title /Parent 1606 0 R /Count 0 /Next 1608 0 R -/Dest [460 0 R /XYZ 0 221.819 null] +/Dest [412 0 R /XYZ 0 278.299 null] >> endobj 1608 0 obj -<< /Title +<< /Title /Parent 1606 0 R /Count 0 /Next 1609 0 R /Prev 1607 0 R -/Dest [467 0 R /XYZ 0 514.428 null] +/Dest [420 0 R /XYZ 0 334.539 null] >> endobj 1609 0 obj -<< /Title +<< /Title /Parent 1606 0 R /Count 0 /Next 1610 0 R /Prev 1608 0 R -/Dest [493 0 R /XYZ 0 841.89 null] +/Dest [459 0 R /XYZ 0 269.219 null] >> endobj 1610 0 obj -<< /Title +<< /Title /Parent 1606 0 R -/Count 0 -/Next 1611 0 R +/Count 6 +/First 1611 0 R +/Last 1616 0 R +/Next 1617 0 R /Prev 1609 0 R -/Dest [504 0 R /XYZ 0 344.43 null] +/Dest [464 0 R /XYZ 0 437.339 null] >> endobj 1611 0 obj -<< /Title -/Parent 1606 0 R +<< /Title +/Parent 1610 0 R /Count 0 /Next 1612 0 R -/Prev 1610 0 R -/Dest [511 0 R /XYZ 0 290.71 null] +/Dest [464 0 R /XYZ 0 221.819 null] >> endobj 1612 0 obj -<< /Title -/Parent 1606 0 R +<< /Title +/Parent 1610 0 R /Count 0 +/Next 1613 0 R /Prev 1611 0 R -/Dest [530 0 R /XYZ 0 447.59 null] +/Dest [471 0 R /XYZ 0 514.428 null] >> endobj 1613 0 obj -<< /Title -/Parent 1602 0 R +<< /Title +/Parent 1610 0 R /Count 0 /Next 1614 0 R -/Prev 1606 0 R -/Dest [562 0 R /XYZ 0 403.01 null] +/Prev 1612 0 R +/Dest [497 0 R /XYZ 0 841.89 null] >> endobj 1614 0 obj -<< /Title -/Parent 1602 0 R +<< /Title +/Parent 1610 0 R /Count 0 /Next 1615 0 R /Prev 1613 0 R -/Dest [569 0 R /XYZ 0 578.759 null] +/Dest [508 0 R /XYZ 0 344.43 null] >> endobj 1615 0 obj -<< /Title -/Parent 1602 0 R +<< /Title +/Parent 1610 0 R /Count 0 /Next 1616 0 R /Prev 1614 0 R -/Dest [580 0 R /XYZ 0 388.65 null] +/Dest [515 0 R /XYZ 0 290.71 null] >> endobj 1616 0 obj -<< /Title -/Parent 1602 0 R +<< /Title +/Parent 1610 0 R /Count 0 /Prev 1615 0 R -/Dest [589 0 R /XYZ 0 607.51 null] +/Dest [534 0 R /XYZ 0 447.59 null] >> endobj 1617 0 obj -<< /Title -/Parent 1590 0 R -/Count 6 -/First 1618 0 R -/Last 1622 0 R -/Next 1624 0 R -/Prev 1602 0 R -/Dest [594 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1606 0 R +/Count 0 +/Next 1618 0 R +/Prev 1610 0 R +/Dest [566 0 R /XYZ 0 403.01 null] >> endobj 1618 0 obj -<< /Title -/Parent 1617 0 R +<< /Title +/Parent 1606 0 R /Count 0 /Next 1619 0 R -/Dest [594 0 R /XYZ 0 770.61 null] +/Prev 1617 0 R +/Dest [573 0 R /XYZ 0 578.759 null] >> endobj 1619 0 obj -<< /Title -/Parent 1617 0 R +<< /Title +/Parent 1606 0 R /Count 0 /Next 1620 0 R /Prev 1618 0 R -/Dest [598 0 R /XYZ 0 519.935 null] +/Dest [584 0 R /XYZ 0 388.65 null] >> endobj 1620 0 obj -<< /Title -/Parent 1617 0 R +<< /Title +/Parent 1606 0 R /Count 0 -/Next 1621 0 R /Prev 1619 0 R -/Dest [601 0 R /XYZ 0 559.23 null] +/Dest [593 0 R /XYZ 0 607.51 null] >> endobj 1621 0 obj -<< /Title -/Parent 1617 0 R -/Count 0 -/Next 1622 0 R -/Prev 1620 0 R -/Dest [604 0 R /XYZ 0 403.39 null] +<< /Title +/Parent 1594 0 R +/Count 6 +/First 1622 0 R +/Last 1626 0 R +/Next 1628 0 R +/Prev 1606 0 R +/Dest [598 0 R /XYZ 0 841.89 null] >> endobj 1622 0 obj -<< /Title -/Parent 1617 0 R -/Count 1 -/First 1623 0 R -/Last 1623 0 R -/Prev 1621 0 R -/Dest [609 0 R /XYZ 0 412.41 null] +<< /Title +/Parent 1621 0 R +/Count 0 +/Next 1623 0 R +/Dest [598 0 R /XYZ 0 770.61 null] >> endobj 1623 0 obj -<< /Title -/Parent 1622 0 R +<< /Title +/Parent 1621 0 R /Count 0 -/Dest [618 0 R /XYZ 0 375.639 null] +/Next 1624 0 R +/Prev 1622 0 R +/Dest [602 0 R /XYZ 0 519.935 null] >> endobj 1624 0 obj -<< /Title -/Parent 1590 0 R -/Count 32 -/First 1625 0 R -/Last 1654 0 R -/Next 1657 0 R -/Prev 1617 0 R -/Dest [624 0 R /XYZ 0 291.61 null] +<< /Title +/Parent 1621 0 R +/Count 0 +/Next 1625 0 R +/Prev 1623 0 R +/Dest [605 0 R /XYZ 0 559.23 null] >> endobj 1625 0 obj -<< /Title -/Parent 1624 0 R -/Count 4 -/First 1626 0 R -/Last 1629 0 R -/Next 1630 0 R -/Dest [624 0 R /XYZ 0 192.19 null] +<< /Title +/Parent 1621 0 R +/Count 0 +/Next 1626 0 R +/Prev 1624 0 R +/Dest [608 0 R /XYZ 0 403.39 null] >> endobj 1626 0 obj -<< /Title -/Parent 1625 0 R -/Count 0 -/Next 1627 0 R -/Dest [632 0 R /XYZ 0 778.11 null] +<< /Title +/Parent 1621 0 R +/Count 1 +/First 1627 0 R +/Last 1627 0 R +/Prev 1625 0 R +/Dest [613 0 R /XYZ 0 412.41 null] >> endobj 1627 0 obj -<< /Title -/Parent 1625 0 R +<< /Title +/Parent 1626 0 R /Count 0 -/Next 1628 0 R -/Prev 1626 0 R -/Dest [638 0 R /XYZ 0 778.86 null] +/Dest [622 0 R /XYZ 0 375.639 null] >> endobj 1628 0 obj -<< /Title -/Parent 1625 0 R -/Count 0 -/Next 1629 0 R -/Prev 1627 0 R -/Dest [641 0 R /XYZ 0 326.759 null] +<< /Title +/Parent 1594 0 R +/Count 32 +/First 1629 0 R +/Last 1658 0 R +/Next 1661 0 R +/Prev 1621 0 R +/Dest [628 0 R /XYZ 0 291.61 null] >> endobj 1629 0 obj -<< /Title -/Parent 1625 0 R -/Count 0 -/Prev 1628 0 R -/Dest [644 0 R /XYZ 0 477.09 null] +<< /Title +/Parent 1628 0 R +/Count 4 +/First 1630 0 R +/Last 1633 0 R +/Next 1634 0 R +/Dest [628 0 R /XYZ 0 192.19 null] >> endobj 1630 0 obj -<< /Title -/Parent 1624 0 R -/Count 1 -/First 1631 0 R -/Last 1631 0 R -/Next 1632 0 R -/Prev 1625 0 R -/Dest [644 0 R /XYZ 0 387.87 null] +<< /Title +/Parent 1629 0 R +/Count 0 +/Next 1631 0 R +/Dest [636 0 R /XYZ 0 778.11 null] >> endobj 1631 0 obj -<< /Title -/Parent 1630 0 R +<< /Title +/Parent 1629 0 R /Count 0 -/Dest [648 0 R /XYZ 0 521.168 null] +/Next 1632 0 R +/Prev 1630 0 R +/Dest [642 0 R /XYZ 0 778.86 null] >> endobj 1632 0 obj -<< /Title -/Parent 1624 0 R -/Count 3 -/First 1633 0 R -/Last 1635 0 R -/Next 1636 0 R -/Prev 1630 0 R -/Dest [648 0 R /XYZ 0 130.388 null] +<< /Title +/Parent 1629 0 R +/Count 0 +/Next 1633 0 R +/Prev 1631 0 R +/Dest [645 0 R /XYZ 0 326.759 null] >> endobj 1633 0 obj -<< /Title -/Parent 1632 0 R +<< /Title +/Parent 1629 0 R /Count 0 -/Next 1634 0 R -/Dest [652 0 R /XYZ 0 592.09 null] +/Prev 1632 0 R +/Dest [648 0 R /XYZ 0 477.09 null] >> endobj 1634 0 obj -<< /Title -/Parent 1632 0 R -/Count 0 -/Next 1635 0 R -/Prev 1633 0 R -/Dest [661 0 R /XYZ 0 625.855 null] +<< /Title +/Parent 1628 0 R +/Count 1 +/First 1635 0 R +/Last 1635 0 R +/Next 1636 0 R +/Prev 1629 0 R +/Dest [648 0 R /XYZ 0 387.87 null] >> endobj 1635 0 obj -<< /Title -/Parent 1632 0 R +<< /Title +/Parent 1634 0 R /Count 0 -/Prev 1634 0 R -/Dest [670 0 R /XYZ 0 345.795 null] +/Dest [652 0 R /XYZ 0 521.168 null] >> endobj 1636 0 obj -<< /Title -/Parent 1624 0 R -/Count 5 +<< /Title +/Parent 1628 0 R +/Count 3 /First 1637 0 R -/Last 1641 0 R -/Next 1642 0 R -/Prev 1632 0 R -/Dest [677 0 R /XYZ 0 154.175 null] +/Last 1639 0 R +/Next 1640 0 R +/Prev 1634 0 R +/Dest [652 0 R /XYZ 0 130.388 null] >> endobj 1637 0 obj -<< /Title +<< /Title /Parent 1636 0 R /Count 0 /Next 1638 0 R -/Dest [680 0 R /XYZ 0 691.21 null] +/Dest [656 0 R /XYZ 0 592.09 null] >> endobj 1638 0 obj -<< /Title +<< /Title /Parent 1636 0 R /Count 0 /Next 1639 0 R /Prev 1637 0 R -/Dest [685 0 R /XYZ 0 657.96 null] +/Dest [665 0 R /XYZ 0 625.855 null] >> endobj 1639 0 obj -<< /Title +<< /Title /Parent 1636 0 R /Count 0 -/Next 1640 0 R /Prev 1638 0 R -/Dest [685 0 R /XYZ 0 551.56 null] +/Dest [674 0 R /XYZ 0 345.795 null] >> endobj 1640 0 obj -<< /Title -/Parent 1636 0 R -/Count 0 -/Next 1641 0 R -/Prev 1639 0 R -/Dest [685 0 R /XYZ 0 458.2 null] ->> -endobj -1641 0 obj -<< /Title -/Parent 1636 0 R -/Count 0 -/Prev 1640 0 R -/Dest [685 0 R /XYZ 0 351.8 null] ->> -endobj -1642 0 obj -<< /Title -/Parent 1624 0 R -/Count 3 -/First 1643 0 R +<< /Title +/Parent 1628 0 R +/Count 5 +/First 1641 0 R /Last 1645 0 R /Next 1646 0 R /Prev 1636 0 R -/Dest [685 0 R /XYZ 0 245.4 null] +/Dest [681 0 R /XYZ 0 154.175 null] +>> +endobj +1641 0 obj +<< /Title +/Parent 1640 0 R +/Count 0 +/Next 1642 0 R +/Dest [684 0 R /XYZ 0 691.21 null] +>> +endobj +1642 0 obj +<< /Title +/Parent 1640 0 R +/Count 0 +/Next 1643 0 R +/Prev 1641 0 R +/Dest [689 0 R /XYZ 0 657.96 null] >> endobj 1643 0 obj -<< /Title -/Parent 1642 0 R +<< /Title +/Parent 1640 0 R /Count 0 /Next 1644 0 R -/Dest [685 0 R /XYZ 0 152.78 null] +/Prev 1642 0 R +/Dest [689 0 R /XYZ 0 551.56 null] >> endobj 1644 0 obj -<< /Title -/Parent 1642 0 R +<< /Title +/Parent 1640 0 R /Count 0 /Next 1645 0 R /Prev 1643 0 R -/Dest [698 0 R /XYZ 0 841.89 null] +/Dest [689 0 R /XYZ 0 458.2 null] >> endobj 1645 0 obj -<< /Title -/Parent 1642 0 R +<< /Title +/Parent 1640 0 R /Count 0 /Prev 1644 0 R -/Dest [698 0 R /XYZ 0 753.03 null] +/Dest [689 0 R /XYZ 0 351.8 null] >> endobj 1646 0 obj -<< /Title -/Parent 1624 0 R +<< /Title +/Parent 1628 0 R /Count 3 /First 1647 0 R /Last 1649 0 R /Next 1650 0 R -/Prev 1642 0 R -/Dest [709 0 R /XYZ 0 841.89 null] +/Prev 1640 0 R +/Dest [689 0 R /XYZ 0 245.4 null] >> endobj 1647 0 obj -<< /Title +<< /Title /Parent 1646 0 R /Count 0 /Next 1648 0 R -/Dest [709 0 R /XYZ 0 718.07 null] +/Dest [689 0 R /XYZ 0 152.78 null] >> endobj 1648 0 obj @@ -188624,7 +189338,7 @@ endobj /Count 0 /Next 1649 0 R /Prev 1647 0 R -/Dest [709 0 R /XYZ 0 644.63 null] +/Dest [702 0 R /XYZ 0 841.89 null] >> endobj 1649 0 obj @@ -188632,18 +189346,18 @@ endobj /Parent 1646 0 R /Count 0 /Prev 1648 0 R -/Dest [709 0 R /XYZ 0 586.97 null] +/Dest [702 0 R /XYZ 0 753.03 null] >> endobj 1650 0 obj -<< /Title -/Parent 1624 0 R +<< /Title +/Parent 1628 0 R /Count 3 /First 1651 0 R /Last 1653 0 R /Next 1654 0 R /Prev 1646 0 R -/Dest [724 0 R /XYZ 0 216.43 null] +/Dest [713 0 R /XYZ 0 841.89 null] >> endobj 1651 0 obj @@ -188651,7 +189365,7 @@ endobj /Parent 1650 0 R /Count 0 /Next 1652 0 R -/Dest [729 0 R /XYZ 0 521.168 null] +/Dest [713 0 R /XYZ 0 718.07 null] >> endobj 1652 0 obj @@ -188660,7 +189374,7 @@ endobj /Count 0 /Next 1653 0 R /Prev 1651 0 R -/Dest [729 0 R /XYZ 0 447.728 null] +/Dest [713 0 R /XYZ 0 644.63 null] >> endobj 1653 0 obj @@ -188668,17 +189382,18 @@ endobj /Parent 1650 0 R /Count 0 /Prev 1652 0 R -/Dest [729 0 R /XYZ 0 390.068 null] +/Dest [713 0 R /XYZ 0 586.97 null] >> endobj 1654 0 obj -<< /Title -/Parent 1624 0 R -/Count 2 +<< /Title +/Parent 1628 0 R +/Count 3 /First 1655 0 R -/Last 1656 0 R +/Last 1657 0 R +/Next 1658 0 R /Prev 1650 0 R -/Dest [743 0 R /XYZ 0 216.43 null] +/Dest [728 0 R /XYZ 0 216.43 null] >> endobj 1655 0 obj @@ -188686,754 +189401,789 @@ endobj /Parent 1654 0 R /Count 0 /Next 1656 0 R -/Dest [748 0 R /XYZ 0 612.84 null] +/Dest [733 0 R /XYZ 0 521.168 null] >> endobj 1656 0 obj -<< /Title +<< /Title /Parent 1654 0 R /Count 0 +/Next 1657 0 R /Prev 1655 0 R -/Dest [748 0 R /XYZ 0 456.28 null] +/Dest [733 0 R /XYZ 0 447.728 null] >> endobj 1657 0 obj -<< /Title -/Parent 1590 0 R -/Count 27 -/First 1658 0 R -/Last 1682 0 R -/Next 1685 0 R -/Prev 1624 0 R -/Dest [757 0 R /XYZ 0 128.05 null] +<< /Title +/Parent 1654 0 R +/Count 0 +/Prev 1656 0 R +/Dest [733 0 R /XYZ 0 390.068 null] >> endobj 1658 0 obj -<< /Title -/Parent 1657 0 R -/Count 0 -/Next 1659 0 R -/Dest [761 0 R /XYZ 0 719.52 null] +<< /Title +/Parent 1628 0 R +/Count 2 +/First 1659 0 R +/Last 1660 0 R +/Prev 1654 0 R +/Dest [747 0 R /XYZ 0 216.43 null] >> endobj 1659 0 obj -<< /Title -/Parent 1657 0 R +<< /Title +/Parent 1658 0 R /Count 0 /Next 1660 0 R -/Prev 1658 0 R -/Dest [764 0 R /XYZ 0 381.244 null] +/Dest [752 0 R /XYZ 0 612.84 null] >> endobj 1660 0 obj -<< /Title -/Parent 1657 0 R -/Count 2 -/First 1661 0 R -/Last 1662 0 R -/Next 1663 0 R +<< /Title +/Parent 1658 0 R +/Count 0 /Prev 1659 0 R -/Dest [769 0 R /XYZ 0 204.364 null] +/Dest [752 0 R /XYZ 0 456.28 null] >> endobj 1661 0 obj -<< /Title -/Parent 1660 0 R -/Count 0 -/Next 1662 0 R -/Dest [773 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1594 0 R +/Count 27 +/First 1662 0 R +/Last 1686 0 R +/Next 1689 0 R +/Prev 1628 0 R +/Dest [761 0 R /XYZ 0 128.05 null] >> endobj 1662 0 obj -<< /Title -/Parent 1660 0 R +<< /Title +/Parent 1661 0 R /Count 0 -/Prev 1661 0 R -/Dest [788 0 R /XYZ 0 174.924 null] +/Next 1663 0 R +/Dest [765 0 R /XYZ 0 719.52 null] >> endobj 1663 0 obj -<< /Title -/Parent 1657 0 R -/Count 4 -/First 1664 0 R -/Last 1667 0 R -/Next 1668 0 R -/Prev 1660 0 R -/Dest [800 0 R /XYZ 0 308.57 null] +<< /Title +/Parent 1661 0 R +/Count 0 +/Next 1664 0 R +/Prev 1662 0 R +/Dest [768 0 R /XYZ 0 381.244 null] >> endobj 1664 0 obj -<< /Title -/Parent 1663 0 R -/Count 0 -/Next 1665 0 R -/Dest [814 0 R /XYZ 0 216.239 null] +<< /Title +/Parent 1661 0 R +/Count 2 +/First 1665 0 R +/Last 1666 0 R +/Next 1667 0 R +/Prev 1663 0 R +/Dest [773 0 R /XYZ 0 204.364 null] >> endobj 1665 0 obj -<< /Title -/Parent 1663 0 R +<< /Title +/Parent 1664 0 R /Count 0 /Next 1666 0 R -/Prev 1664 0 R -/Dest [814 0 R /XYZ 0 127.019 null] +/Dest [777 0 R /XYZ 0 841.89 null] >> endobj 1666 0 obj -<< /Title -/Parent 1663 0 R +<< /Title +/Parent 1664 0 R /Count 0 -/Next 1667 0 R /Prev 1665 0 R -/Dest [819 0 R /XYZ 0 841.89 null] +/Dest [792 0 R /XYZ 0 174.924 null] >> endobj 1667 0 obj -<< /Title -/Parent 1663 0 R -/Count 0 -/Prev 1666 0 R -/Dest [819 0 R /XYZ 0 313.41 null] +<< /Title +/Parent 1661 0 R +/Count 4 +/First 1668 0 R +/Last 1671 0 R +/Next 1672 0 R +/Prev 1664 0 R +/Dest [804 0 R /XYZ 0 308.57 null] >> endobj 1668 0 obj -<< /Title -/Parent 1657 0 R -/Count 2 -/First 1669 0 R -/Last 1670 0 R -/Next 1671 0 R -/Prev 1663 0 R -/Dest [831 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1667 0 R +/Count 0 +/Next 1669 0 R +/Dest [818 0 R /XYZ 0 216.239 null] >> endobj 1669 0 obj -<< /Title -/Parent 1668 0 R +<< /Title +/Parent 1667 0 R /Count 0 /Next 1670 0 R -/Dest [831 0 R /XYZ 0 672.29 null] +/Prev 1668 0 R +/Dest [818 0 R /XYZ 0 127.019 null] >> endobj 1670 0 obj -<< /Title -/Parent 1668 0 R +<< /Title +/Parent 1667 0 R /Count 0 +/Next 1671 0 R /Prev 1669 0 R -/Dest [837 0 R /XYZ 0 533.51 null] +/Dest [823 0 R /XYZ 0 841.89 null] >> endobj 1671 0 obj -<< /Title -/Parent 1657 0 R -/Count 6 -/First 1672 0 R -/Last 1677 0 R -/Next 1678 0 R -/Prev 1668 0 R -/Dest [837 0 R /XYZ 0 230.49 null] +<< /Title +/Parent 1667 0 R +/Count 0 +/Prev 1670 0 R +/Dest [823 0 R /XYZ 0 313.41 null] >> endobj 1672 0 obj -<< /Title -/Parent 1671 0 R -/Count 0 -/Next 1673 0 R -/Dest [837 0 R /XYZ 0 110.09 null] +<< /Title +/Parent 1661 0 R +/Count 2 +/First 1673 0 R +/Last 1674 0 R +/Next 1675 0 R +/Prev 1667 0 R +/Dest [835 0 R /XYZ 0 841.89 null] >> endobj 1673 0 obj -<< /Title -/Parent 1671 0 R +<< /Title +/Parent 1672 0 R /Count 0 /Next 1674 0 R -/Prev 1672 0 R -/Dest [845 0 R /XYZ 0 677.59 null] +/Dest [835 0 R /XYZ 0 672.29 null] >> endobj 1674 0 obj -<< /Title -/Parent 1671 0 R +<< /Title +/Parent 1672 0 R /Count 0 -/Next 1675 0 R /Prev 1673 0 R -/Dest [845 0 R /XYZ 0 472.45 null] +/Dest [841 0 R /XYZ 0 533.51 null] >> endobj 1675 0 obj -<< /Title -/Parent 1671 0 R -/Count 0 -/Next 1676 0 R -/Prev 1674 0 R -/Dest [845 0 R /XYZ 0 160.159 null] +<< /Title +/Parent 1661 0 R +/Count 6 +/First 1676 0 R +/Last 1681 0 R +/Next 1682 0 R +/Prev 1672 0 R +/Dest [841 0 R /XYZ 0 230.49 null] >> endobj 1676 0 obj -<< /Title -/Parent 1671 0 R +<< /Title +/Parent 1675 0 R /Count 0 /Next 1677 0 R -/Prev 1675 0 R -/Dest [854 0 R /XYZ 0 546.99 null] +/Dest [841 0 R /XYZ 0 110.09 null] >> endobj 1677 0 obj -<< /Title -/Parent 1671 0 R +<< /Title +/Parent 1675 0 R /Count 0 +/Next 1678 0 R /Prev 1676 0 R -/Dest [862 0 R /XYZ 0 431.495 null] +/Dest [849 0 R /XYZ 0 677.59 null] >> endobj 1678 0 obj -<< /Title -/Parent 1657 0 R +<< /Title +/Parent 1675 0 R /Count 0 /Next 1679 0 R -/Prev 1671 0 R -/Dest [867 0 R /XYZ 0 841.89 null] +/Prev 1677 0 R +/Dest [849 0 R /XYZ 0 472.45 null] >> endobj 1679 0 obj -<< /Title -/Parent 1657 0 R +<< /Title +/Parent 1675 0 R /Count 0 /Next 1680 0 R /Prev 1678 0 R -/Dest [872 0 R /XYZ 0 735.3 null] +/Dest [849 0 R /XYZ 0 160.159 null] >> endobj 1680 0 obj -<< /Title -/Parent 1657 0 R +<< /Title +/Parent 1675 0 R /Count 0 /Next 1681 0 R /Prev 1679 0 R -/Dest [878 0 R /XYZ 0 195.457 null] +/Dest [858 0 R /XYZ 0 546.99 null] >> endobj 1681 0 obj -<< /Title -/Parent 1657 0 R +<< /Title +/Parent 1675 0 R /Count 0 -/Next 1682 0 R /Prev 1680 0 R -/Dest [883 0 R /XYZ 0 270.187 null] +/Dest [866 0 R /XYZ 0 431.495 null] >> endobj 1682 0 obj -<< /Title -/Parent 1657 0 R -/Count 2 -/First 1683 0 R -/Last 1684 0 R -/Prev 1681 0 R -/Dest [886 0 R /XYZ 0 372.337 null] +<< /Title +/Parent 1661 0 R +/Count 0 +/Next 1683 0 R +/Prev 1675 0 R +/Dest [871 0 R /XYZ 0 841.89 null] >> endobj 1683 0 obj -<< /Title -/Parent 1682 0 R +<< /Title +/Parent 1661 0 R /Count 0 /Next 1684 0 R -/Dest [886 0 R /XYZ 0 261.717 null] +/Prev 1682 0 R +/Dest [876 0 R /XYZ 0 735.3 null] >> endobj 1684 0 obj -<< /Title -/Parent 1682 0 R +<< /Title +/Parent 1661 0 R /Count 0 +/Next 1685 0 R /Prev 1683 0 R -/Dest [892 0 R /XYZ 0 412.01 null] +/Dest [882 0 R /XYZ 0 195.457 null] >> endobj 1685 0 obj -<< /Title -/Parent 1590 0 R -/Count 5 -/First 1686 0 R -/Last 1690 0 R -/Next 1691 0 R -/Prev 1657 0 R -/Dest [897 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1661 0 R +/Count 0 +/Next 1686 0 R +/Prev 1684 0 R +/Dest [887 0 R /XYZ 0 270.187 null] >> endobj 1686 0 obj -<< /Title -/Parent 1685 0 R -/Count 0 -/Next 1687 0 R -/Dest [902 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1661 0 R +/Count 2 +/First 1687 0 R +/Last 1688 0 R +/Prev 1685 0 R +/Dest [890 0 R /XYZ 0 372.337 null] >> endobj 1687 0 obj -<< /Title -/Parent 1685 0 R +<< /Title +/Parent 1686 0 R /Count 0 /Next 1688 0 R -/Prev 1686 0 R -/Dest [902 0 R /XYZ 0 223.77 null] +/Dest [890 0 R /XYZ 0 261.717 null] >> endobj 1688 0 obj -<< /Title -/Parent 1685 0 R +<< /Title +/Parent 1686 0 R /Count 0 -/Next 1689 0 R /Prev 1687 0 R -/Dest [907 0 R /XYZ 0 738.55 null] +/Dest [896 0 R /XYZ 0 412.01 null] >> endobj 1689 0 obj -<< /Title -/Parent 1685 0 R -/Count 0 -/Next 1690 0 R -/Prev 1688 0 R -/Dest [907 0 R /XYZ 0 103.21 null] +<< /Title +/Parent 1594 0 R +/Count 5 +/First 1690 0 R +/Last 1694 0 R +/Next 1695 0 R +/Prev 1661 0 R +/Dest [901 0 R /XYZ 0 841.89 null] >> endobj 1690 0 obj -<< /Title -/Parent 1685 0 R +<< /Title +/Parent 1689 0 R /Count 0 -/Prev 1689 0 R -/Dest [911 0 R /XYZ 0 156.02 null] +/Next 1691 0 R +/Dest [906 0 R /XYZ 0 841.89 null] >> endobj 1691 0 obj -<< /Title -/Parent 1590 0 R +<< /Title +/Parent 1689 0 R /Count 0 /Next 1692 0 R -/Prev 1685 0 R -/Dest [914 0 R /XYZ 0 196.55 null] +/Prev 1690 0 R +/Dest [906 0 R /XYZ 0 223.77 null] >> endobj 1692 0 obj -<< /Title -/Parent 1590 0 R +<< /Title +/Parent 1689 0 R /Count 0 +/Next 1693 0 R /Prev 1691 0 R -/Dest [922 0 R /XYZ 0 841.89 null] +/Dest [911 0 R /XYZ 0 738.55 null] >> endobj 1693 0 obj -<< /Title -/Parent 1524 0 R -/Count 45 -/First 1694 0 R -/Last 1738 0 R -/Prev 1590 0 R -/Dest [928 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1689 0 R +/Count 0 +/Next 1694 0 R +/Prev 1692 0 R +/Dest [911 0 R /XYZ 0 103.21 null] >> endobj 1694 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1689 0 R /Count 0 -/Next 1695 0 R -/Dest [928 0 R /XYZ 0 618.71 null] +/Prev 1693 0 R +/Dest [915 0 R /XYZ 0 156.02 null] >> endobj 1695 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1594 0 R /Count 0 /Next 1696 0 R -/Prev 1694 0 R -/Dest [928 0 R /XYZ 0 307.49 null] +/Prev 1689 0 R +/Dest [918 0 R /XYZ 0 196.55 null] >> endobj 1696 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1594 0 R /Count 0 -/Next 1697 0 R /Prev 1695 0 R -/Dest [928 0 R /XYZ 0 171.59 null] +/Dest [926 0 R /XYZ 0 841.89 null] >> endobj 1697 0 obj -<< /Title -/Parent 1693 0 R -/Count 3 +<< /Title +/Parent 1528 0 R +/Count 45 /First 1698 0 R -/Last 1700 0 R -/Next 1701 0 R -/Prev 1696 0 R -/Dest [942 0 R /XYZ 0 237.79 null] +/Last 1742 0 R +/Prev 1594 0 R +/Dest [932 0 R /XYZ 0 841.89 null] >> endobj 1698 0 obj -<< /Title +<< /Title /Parent 1697 0 R /Count 0 /Next 1699 0 R -/Dest [950 0 R /XYZ 0 841.89 null] +/Dest [932 0 R /XYZ 0 618.71 null] >> endobj 1699 0 obj -<< /Title +<< /Title /Parent 1697 0 R /Count 0 /Next 1700 0 R /Prev 1698 0 R -/Dest [950 0 R /XYZ 0 597.17 null] +/Dest [932 0 R /XYZ 0 307.49 null] >> endobj 1700 0 obj -<< /Title +<< /Title /Parent 1697 0 R /Count 0 +/Next 1701 0 R /Prev 1699 0 R -/Dest [954 0 R /XYZ 0 733.15 null] +/Dest [932 0 R /XYZ 0 171.59 null] >> endobj 1701 0 obj -<< /Title -/Parent 1693 0 R -/Count 7 +<< /Title +/Parent 1697 0 R +/Count 3 /First 1702 0 R -/Last 1706 0 R -/Next 1709 0 R -/Prev 1697 0 R -/Dest [954 0 R /XYZ 0 395.93 null] +/Last 1704 0 R +/Next 1705 0 R +/Prev 1700 0 R +/Dest [946 0 R /XYZ 0 237.79 null] >> endobj 1702 0 obj -<< /Title +<< /Title /Parent 1701 0 R /Count 0 /Next 1703 0 R -/Dest [954 0 R /XYZ 0 256.25 null] +/Dest [954 0 R /XYZ 0 841.89 null] >> endobj 1703 0 obj -<< /Title +<< /Title /Parent 1701 0 R /Count 0 /Next 1704 0 R /Prev 1702 0 R -/Dest [968 0 R /XYZ 0 335.83 null] +/Dest [954 0 R /XYZ 0 597.17 null] >> endobj 1704 0 obj -<< /Title +<< /Title /Parent 1701 0 R /Count 0 -/Next 1705 0 R /Prev 1703 0 R -/Dest [968 0 R /XYZ 0 199.65 null] +/Dest [958 0 R /XYZ 0 733.15 null] >> endobj 1705 0 obj -<< /Title -/Parent 1701 0 R -/Count 0 -/Next 1706 0 R -/Prev 1704 0 R -/Dest [973 0 R /XYZ 0 841.89 null] +<< /Title +/Parent 1697 0 R +/Count 7 +/First 1706 0 R +/Last 1710 0 R +/Next 1713 0 R +/Prev 1701 0 R +/Dest [958 0 R /XYZ 0 395.93 null] >> endobj 1706 0 obj -<< /Title -/Parent 1701 0 R -/Count 2 -/First 1707 0 R -/Last 1708 0 R -/Prev 1705 0 R -/Dest [973 0 R /XYZ 0 350.81 null] +<< /Title +/Parent 1705 0 R +/Count 0 +/Next 1707 0 R +/Dest [958 0 R /XYZ 0 256.25 null] >> endobj 1707 0 obj -<< /Title -/Parent 1706 0 R +<< /Title +/Parent 1705 0 R /Count 0 /Next 1708 0 R -/Dest [973 0 R /XYZ 0 240.51 null] +/Prev 1706 0 R +/Dest [972 0 R /XYZ 0 335.83 null] >> endobj 1708 0 obj -<< /Title -/Parent 1706 0 R +<< /Title +/Parent 1705 0 R /Count 0 +/Next 1709 0 R /Prev 1707 0 R -/Dest [993 0 R /XYZ 0 224.65 null] +/Dest [972 0 R /XYZ 0 199.65 null] >> endobj 1709 0 obj -<< /Title -/Parent 1693 0 R -/Count 5 -/First 1710 0 R -/Last 1714 0 R -/Next 1715 0 R -/Prev 1701 0 R -/Dest [998 0 R /XYZ 0 348.19 null] +<< /Title +/Parent 1705 0 R +/Count 0 +/Next 1710 0 R +/Prev 1708 0 R +/Dest [977 0 R /XYZ 0 841.89 null] >> endobj 1710 0 obj -<< /Title -/Parent 1709 0 R -/Count 0 -/Next 1711 0 R -/Dest [1004 0 R /XYZ 0 763.08 null] +<< /Title +/Parent 1705 0 R +/Count 2 +/First 1711 0 R +/Last 1712 0 R +/Prev 1709 0 R +/Dest [977 0 R /XYZ 0 350.81 null] >> endobj 1711 0 obj -<< /Title -/Parent 1709 0 R +<< /Title +/Parent 1710 0 R /Count 0 /Next 1712 0 R -/Prev 1710 0 R -/Dest [1004 0 R /XYZ 0 463.64 null] +/Dest [977 0 R /XYZ 0 240.51 null] >> endobj 1712 0 obj -<< /Title -/Parent 1709 0 R +<< /Title +/Parent 1710 0 R /Count 0 -/Next 1713 0 R /Prev 1711 0 R -/Dest [1010 0 R /XYZ 0 191.119 null] +/Dest [997 0 R /XYZ 0 224.65 null] >> endobj 1713 0 obj -<< /Title -/Parent 1709 0 R -/Count 0 -/Next 1714 0 R -/Prev 1712 0 R -/Dest [1018 0 R /XYZ 0 690.99 null] +<< /Title +/Parent 1697 0 R +/Count 5 +/First 1714 0 R +/Last 1718 0 R +/Next 1719 0 R +/Prev 1705 0 R +/Dest [1002 0 R /XYZ 0 348.19 null] >> endobj 1714 0 obj -<< /Title -/Parent 1709 0 R +<< /Title +/Parent 1713 0 R /Count 0 -/Prev 1713 0 R -/Dest [1018 0 R /XYZ 0 537.13 null] +/Next 1715 0 R +/Dest [1008 0 R /XYZ 0 763.08 null] >> endobj 1715 0 obj -<< /Title -/Parent 1693 0 R -/Count 9 -/First 1716 0 R -/Last 1724 0 R -/Next 1725 0 R -/Prev 1709 0 R -/Dest [1018 0 R /XYZ 0 129.83 null] +<< /Title +/Parent 1713 0 R +/Count 0 +/Next 1716 0 R +/Prev 1714 0 R +/Dest [1008 0 R /XYZ 0 463.64 null] >> endobj 1716 0 obj -<< /Title -/Parent 1715 0 R +<< /Title +/Parent 1713 0 R /Count 0 /Next 1717 0 R -/Dest [1025 0 R /XYZ 0 695.74 null] +/Prev 1715 0 R +/Dest [1014 0 R /XYZ 0 191.119 null] >> endobj 1717 0 obj -<< /Title -/Parent 1715 0 R +<< /Title +/Parent 1713 0 R /Count 0 /Next 1718 0 R /Prev 1716 0 R -/Dest [1025 0 R /XYZ 0 524.22 null] +/Dest [1022 0 R /XYZ 0 690.99 null] >> endobj 1718 0 obj -<< /Title -/Parent 1715 0 R +<< /Title +/Parent 1713 0 R /Count 0 -/Next 1719 0 R /Prev 1717 0 R -/Dest [1025 0 R /XYZ 0 388.04 null] +/Dest [1022 0 R /XYZ 0 537.13 null] >> endobj 1719 0 obj -<< /Title -/Parent 1715 0 R -/Count 0 -/Next 1720 0 R -/Prev 1718 0 R -/Dest [1033 0 R /XYZ 0 316.315 null] +<< /Title +/Parent 1697 0 R +/Count 9 +/First 1720 0 R +/Last 1728 0 R +/Next 1729 0 R +/Prev 1713 0 R +/Dest [1022 0 R /XYZ 0 129.83 null] >> endobj 1720 0 obj -<< /Title -/Parent 1715 0 R +<< /Title +/Parent 1719 0 R /Count 0 /Next 1721 0 R -/Prev 1719 0 R -/Dest [1039 0 R /XYZ 0 342.919 null] +/Dest [1029 0 R /XYZ 0 695.74 null] >> endobj 1721 0 obj -<< /Title -/Parent 1715 0 R +<< /Title +/Parent 1719 0 R /Count 0 /Next 1722 0 R /Prev 1720 0 R -/Dest [1039 0 R /XYZ 0 112.837 null] +/Dest [1029 0 R /XYZ 0 524.22 null] >> endobj 1722 0 obj -<< /Title -/Parent 1715 0 R +<< /Title +/Parent 1719 0 R /Count 0 /Next 1723 0 R /Prev 1721 0 R -/Dest [1045 0 R /XYZ 0 129.81 null] +/Dest [1029 0 R /XYZ 0 388.04 null] >> endobj 1723 0 obj -<< /Title -/Parent 1715 0 R +<< /Title +/Parent 1719 0 R /Count 0 /Next 1724 0 R /Prev 1722 0 R -/Dest [1049 0 R /XYZ 0 841.89 null] +/Dest [1037 0 R /XYZ 0 301.575 null] >> endobj 1724 0 obj -<< /Title -/Parent 1715 0 R +<< /Title +/Parent 1719 0 R /Count 0 +/Next 1725 0 R /Prev 1723 0 R -/Dest [1053 0 R /XYZ 0 273.279 null] +/Dest [1043 0 R /XYZ 0 342.919 null] >> endobj 1725 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1719 0 R /Count 0 /Next 1726 0 R -/Prev 1715 0 R -/Dest [1059 0 R /XYZ 0 501.37 null] +/Prev 1724 0 R +/Dest [1043 0 R /XYZ 0 112.837 null] >> endobj 1726 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1719 0 R /Count 0 /Next 1727 0 R /Prev 1725 0 R -/Dest [1059 0 R /XYZ 0 288.95 null] +/Dest [1049 0 R /XYZ 0 129.81 null] >> endobj 1727 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1719 0 R /Count 0 /Next 1728 0 R /Prev 1726 0 R -/Dest [1066 0 R /XYZ 0 841.89 null] +/Dest [1053 0 R /XYZ 0 841.89 null] >> endobj 1728 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1719 0 R /Count 0 -/Next 1729 0 R /Prev 1727 0 R -/Dest [1066 0 R /XYZ 0 686.79 null] +/Dest [1057 0 R /XYZ 0 273.279 null] >> endobj 1729 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1697 0 R /Count 0 /Next 1730 0 R -/Prev 1728 0 R -/Dest [1066 0 R /XYZ 0 603.15 null] +/Prev 1719 0 R +/Dest [1063 0 R /XYZ 0 501.37 null] >> endobj 1730 0 obj -<< /Title -/Parent 1693 0 R -/Count 3 -/First 1731 0 R -/Last 1733 0 R -/Next 1734 0 R +<< /Title +/Parent 1697 0 R +/Count 0 +/Next 1731 0 R /Prev 1729 0 R -/Dest [1073 0 R /XYZ 0 841.89 null] +/Dest [1063 0 R /XYZ 0 288.95 null] >> endobj 1731 0 obj -<< /Title -/Parent 1730 0 R +<< /Title +/Parent 1697 0 R /Count 0 /Next 1732 0 R -/Dest [1073 0 R /XYZ 0 389.93 null] +/Prev 1730 0 R +/Dest [1070 0 R /XYZ 0 841.89 null] >> endobj 1732 0 obj -<< /Title -/Parent 1730 0 R +<< /Title +/Parent 1697 0 R /Count 0 /Next 1733 0 R /Prev 1731 0 R -/Dest [1073 0 R /XYZ 0 297.31 null] +/Dest [1070 0 R /XYZ 0 686.79 null] >> endobj 1733 0 obj -<< /Title -/Parent 1730 0 R +<< /Title +/Parent 1697 0 R /Count 0 +/Next 1734 0 R /Prev 1732 0 R -/Dest [1073 0 R /XYZ 0 220.47 null] +/Dest [1070 0 R /XYZ 0 603.15 null] >> endobj 1734 0 obj -<< /Title -/Parent 1693 0 R -/Count 0 -/Next 1735 0 R -/Prev 1730 0 R -/Dest [1073 0 R /XYZ 0 143.63 null] +<< /Title +/Parent 1697 0 R +/Count 3 +/First 1735 0 R +/Last 1737 0 R +/Next 1738 0 R +/Prev 1733 0 R +/Dest [1077 0 R /XYZ 0 841.89 null] >> endobj 1735 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1734 0 R /Count 0 /Next 1736 0 R -/Prev 1734 0 R -/Dest [1084 0 R /XYZ 0 129.219 null] +/Dest [1077 0 R /XYZ 0 389.93 null] >> endobj 1736 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1734 0 R /Count 0 /Next 1737 0 R /Prev 1735 0 R -/Dest [1087 0 R /XYZ 0 763.08 null] +/Dest [1077 0 R /XYZ 0 297.31 null] >> endobj 1737 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1734 0 R /Count 0 -/Next 1738 0 R /Prev 1736 0 R -/Dest [1087 0 R /XYZ 0 663.66 null] +/Dest [1077 0 R /XYZ 0 220.47 null] >> endobj 1738 0 obj -<< /Title -/Parent 1693 0 R +<< /Title +/Parent 1697 0 R /Count 0 -/Prev 1737 0 R -/Dest [1087 0 R /XYZ 0 480.42 null] +/Next 1739 0 R +/Prev 1734 0 R +/Dest [1077 0 R /XYZ 0 143.63 null] >> endobj 1739 0 obj +<< /Title +/Parent 1697 0 R +/Count 0 +/Next 1740 0 R +/Prev 1738 0 R +/Dest [1088 0 R /XYZ 0 129.219 null] +>> +endobj +1740 0 obj +<< /Title +/Parent 1697 0 R +/Count 0 +/Next 1741 0 R +/Prev 1739 0 R +/Dest [1091 0 R /XYZ 0 763.08 null] +>> +endobj +1741 0 obj +<< /Title +/Parent 1697 0 R +/Count 0 +/Next 1742 0 R +/Prev 1740 0 R +/Dest [1091 0 R /XYZ 0 663.66 null] +>> +endobj +1742 0 obj +<< /Title +/Parent 1697 0 R +/Count 0 +/Prev 1741 0 R +/Dest [1091 0 R /XYZ 0 480.42 null] +>> +endobj +1743 0 obj << /Nums [0 << /P (i) >> 1 << /P (ii) >> 2 << /P (iii) @@ -189724,10 +190474,12 @@ endobj >> 287 << /P (281) >> 288 << /P (282) >> 289 << /P (283) +>> 290 << /P (284) +>> 291 << /P (285) >>] >> endobj -1740 0 obj +1744 0 obj << /Length1 14884 /Length 9291 /Filter [/FlateDecode] @@ -189771,47 +190523,9 @@ n¤`Z ”§@¦6j(÷i©Ã+O-8Y8%Ëq߉`¡çïg¶ýhktþìê ýüXÖÌþÚ‡¿€Ü†Â¿ô°Ñ6øûoZ¨¥Ê endstream endobj -1741 0 obj -<< /Type /FontDescriptor -/FontName /fcbee5+NotoSerif -/FontFile2 1740 0 R -/FontBBox [-212 -250 1246 1047] -/Flags 6 -/StemV 0 -/ItalicAngle 0.0 -/Ascent 1068 -/Descent -292 -/CapHeight 1462 -/XHeight 1098 ->> -endobj -1742 0 obj -<< /Length 1286 -/Filter [/FlateDecode] ->> -stream -xœe×ËnÛF†á½®BËtHs&Ã@‘n¼èu{stÔ’ + ß}ù½¤i Æ/‰œy¾_Ã!uøôôÓÓùtß~»]ês¿ïÇéÜnýíòåVû¾ô—Óygì¾êýë+þÖ×|ݶ“Ÿßßîýõé<.û‡‡Ýá÷í÷ûí}ÿáÇv)ý‡Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµŸïûãîñqßúØú9_ɯ}à´Omûütÿ¸óϼ_ûÞòÚLL½´þv͵ßòù¥ïŽÇLJ1wýÜþó‘9ç)eÔÏù6=nÿ·ÒP•–Òªt”N¥§ô*eP)£ÊD™T.”‹Ê•rU™)³ÊBYTVʪ²Q6•²«”[¢ƒ×Èkðy ^#¯Ákä5x¼¯‘×à5ò¼F^ƒ×Èkðy ^#¯Ákä5x¼¯‘×à5ò¼F^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^Þ€7ÈðyÞ oÀä xƒ¼o7à ò¼AÞ€7ÈðyÞ oÀä xƒ¼o7à ò¼AÞˆ7ÊñFy#Þ(oÄ»ýÕnóuWùß.I•$’$*I$IT’H’¨$‘$QI"I¢’D’D%‰$‰JI•$’$*I$IT’H’¨$‰$III’’$’$%I$Iê|›äMx“¼ o’7áMò&¼IÞ„7É›ð&yÞ$o›äMx“¼ o’7áMò.xy¼U†oÕÄ ÞªÙ¼M¼MÈoÓl ÞÎx;ãâí -¿àíJ¼àíê·31ÞÎÄx;ãí -¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ÞïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹ oSŠŒ7+[Æ›ețךyÞ¢oVûòæµ– -ã­Œ‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x ¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã {HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî; ¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…> ¼M†ÁBi2 .Ħ‰ÇÜèÔ‡!¯áñdÈk¹`†¼–=oÌ ‘qWÞ•wdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO -endstream -endobj -1743 0 obj -[259 333 408 1000 1000 1000 742 220 346 346 500 1000 250 310 250 288 559 559 559 559 559 559 559 559 559 559 286 286 1000 1000 1000 500 1000 705 653 613 727 623 589 713 792 367 356 700 623 937 763 742 604 742 655 543 612 716 674 1046 660 625 591 359 1000 359 1000 1000 577 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 428 559 428 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 577 1000 1000 1000 1000 634 1000 1000 1000 1000 1000 361 1000 1000 1000 845 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 857 259 1000 1000 1000 1000 1000 1000 1000 450 450 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] -endobj -1744 0 obj -<< /Length1 2732 -/Length 1494 -/Filter [/FlateDecode] ->> -stream -xœÕUÝoU?÷Îìg¡´°¥˜-ËÝ­ ¥ìL»ÛX¡±öÊÖ~d†P¦;³;›îÎlvgi55Ói‚ŠÔ¨oÆD$ÆcŒ€þ>@„¨‘Äg#!˜H·ž™–R«øêÝÜ™9¿{ïïœó»çÞ^hä“9)Ï9\~D.íéì\êʯÏèø}ûWY=)‘¹ÀÍ⟚3fCw¸íhŸCûiUU¤šÎ ´?7íœ4›‡ É¢}m62.F|wníûhŸÉëE£ü¤ø s\“rÊ^ù•Ú€£Œt2×z D:°0ãØ‚ŸNxb#”ãÿaÞÿ·­¬À!Ôë®3¸=.€Üð˜J!Nç>`;jÛÚLÚƒµu®Z_€>Gê‚íÑHm¯uµ?ô GB~òƵkþpWÈ¿üµ¿ñHØ…^¦ á΀'±ìÒf²åž–Øo"áÝk!ñ©¢éœB‘¼I§¸îÇ.tés6†öµ·uD#õ;]mûCÎ:ßÎh¤ƒN½—L½ý®œé:–îïK'‡â“ôÕéÅójꣃ©þTªPV͘sdžªÜËÀ¡¬ Rµì ’yò°’—? ö®EoçUí⢑­[MÎh UW€(=³|»ÖLÊÌÔIŽù½l`ädëèüI±~,ä*¿¿«=ÑÕ?{Êœ¨dIç1{oâãCCMÛDéR¦Ü`)@¿íQ÷vœš}¡üb¸³ÁcjMøÛœÏ„­htqѺjÎÕHê[Åæšw}i²)Îßß=<:ªóžoXݾ-Ð…õŸ®ÃOnSRV~¢—°ßD}—» 9ã?$ fý»—?Á31Q.Ç=ìñ¨y,ÄW ¾Ásýø8E›ç'çqKŽ(F¨¼¹ï!EîQ UÊ;xJù;@Wž‡Ù\×d.€çÁ[^©Äà^¤'~ù÷æ¨ãKœ‚¦¹{f+/™g{Ó¶›L­Å%bç€ð¦’§Ñªào¥E'àƒ‹6N±Ê?µq -ÕX뜃ÝpÕÆ9ˆÁÏ6΃—ÔÛ8>´ql#í6î€éµq'Ô¬Åæ‚)Øs\ÐK.ظêÈ-wÃ~ò›{ÀGW}yàYÚlã^é¸{á4}ÝÆ« @ïØx¦åµÛ-ÀÅl| æNØøV¸ 6¾Nq×m¼öó¯† ~°GÏÏ2iÕ`‘–ÖÐõtVaCZR`ÝÙ,3‡ŠlL)*…³Š,@è‡9(@Ò b92ˆàŸB+> ਎x´†@ƒ$øÕHßck«Š–¥à[A®³ø”Aˆë†ÎÆ•B&qä1°3·fd 5¦¤KY©`-KC %(×5ݘËcÈ9)ÑÒ,ÌÖ±GÍbšÃ¨+1åpYù4|2cßÄ׿G’P -ÅŒ®±V¡¥•THXE2Ý1C@IÚ𫪬”S‘f“Ñ"´¨3E&1£ ÉJN*L3=µ^ùu.3–Pv=H(’b%P€iÄt<5ÿ úßt±ˆŸ¬ÇÆå½J1“Ö˜¡H¹MV÷Z;hî©f…¨ W®W2$VÒÔŒf`ÅØ ŠÌ¦æØ­¼Ž¶VŽ%¤Q­PŒJAlpab ¦Ð=Û$y³`TÃÈÇD1©Ëж$’zNÌ‹ˆ.Z¥hàúÞ&"&®[,r<ÒT°ðŽç±köÞˆ6óÌÌŒ³Ó²¨‹FIÎè˜g¬Ÿ€,Gýˆ»ˆX ½c g’ŠVDÅJš¬˜¡*¬;/%ñe`«Z`×$‘K³“lë([5iê Zêt£? çU¬Ç×@dc GÌ^—£dE è…´˜­DQ‡‡zúâã}a3ŠÍó•Öy¹€šŠ¨êzïED†±ðz +ŸáŠwënÇî=rñ­Ï¦'·þƒV¹­kìÚRÛ=ó}‹]¼‡ÿmàyàž²n[»ýd4åV -endstream -endobj 1745 0 obj << /Type /FontDescriptor -/FontName /de8df2+NotoSerif +/FontName /fcbee5+NotoSerif /FontFile2 1744 0 R /FontBBox [-212 -250 1246 1047] /Flags 6 @@ -189824,6 +190538,44 @@ endobj >> endobj 1746 0 obj +<< /Length 1286 +/Filter [/FlateDecode] +>> +stream +xœe×ËnÛF†á½®BËtHs&Ã@‘n¼èu{stÔ’ + ß}ù½¤i Æ/‰œy¾_Ã!uøôôÓÓùtß~»]ês¿ïÇéÜnýíòåVû¾ô—Óygì¾êýë+þÖ×|ݶ“Ÿßßîýõé<.û‡‡Ýá÷í÷ûí}ÿáÇv)ý‡Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµŸïûãîñqßúØú9_ɯ}à´Omûütÿ¸óϼ_ûÞòÚLL½´þv͵ßòù¥ïŽÇLJ1wýÜþó‘9ç)eÔÏù6=nÿ·ÒP•–Òªt”N¥§ô*eP)£ÊD™T.”‹Ê•rU™)³ÊBYTVʪ²Q6•²«”[¢ƒ×Èkðy ^#¯Ákä5x¼¯‘×à5ò¼F^ƒ×Èkðy ^#¯Ákä5x¼¯‘×à5ò¼F^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^Þ€7ÈðyÞ oÀä xƒ¼o7à ò¼AÞ€7ÈðyÞ oÀä xƒ¼o7à ò¼AÞˆ7ÊñFy#Þ(oÄ»ýÕnóuWùß.I•$’$*I$IT’H’¨$‘$QI"I¢’D’D%‰$‰JI•$’$*I$IT’H’¨$‰$III’’$’$%I$Iê|›äMx“¼ o’7áMò&¼IÞ„7É›ð&yÞ$o›äMx“¼ o’7áMò.xy¼U†oÕÄ ÞªÙ¼M¼MÈoÓl ÞÎx;ãâí +¿àíJ¼àíê·31ÞÎÄx;ãí +¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ÞïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹ oSŠŒ7+[Æ›ețךyÞ¢oVûòæµ– -ã­Œ‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x ¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã {HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî; ¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…> ¼M†ÁBi2 .Ħ‰ÇÜèÔ‡!¯áñdÈk¹`†¼–=oÌ ‘qWÞ•wdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO +endstream +endobj +1747 0 obj +[259 333 408 1000 1000 1000 742 220 346 346 500 1000 250 310 250 288 559 559 559 559 559 559 559 559 559 559 286 286 1000 1000 1000 500 1000 705 653 613 727 623 589 713 792 367 356 700 623 937 763 742 604 742 655 543 612 716 674 1046 660 625 591 359 1000 359 1000 1000 577 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 428 559 428 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 577 1000 1000 1000 1000 634 1000 1000 1000 1000 1000 361 1000 1000 1000 845 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 857 259 1000 1000 1000 1000 1000 1000 1000 450 450 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] +endobj +1748 0 obj +<< /Length1 2732 +/Length 1494 +/Filter [/FlateDecode] +>> +stream +xœÕUÝoU?÷Îìg¡´°¥˜-ËÝ­ ¥ìL»ÛX¡±öÊÖ~d†P¦;³;›îÎlvgi55Ói‚ŠÔ¨oÆD$ÆcŒ€þ>@„¨‘Äg#!˜H·ž™–R«øêÝÜ™9¿{ïïœó»çÞ^hä“9)Ï9\~D.íéì\êʯÏèø}ûWY=)‘¹ÀÍ⟚3fCw¸íhŸCûiUU¤šÎ ´?7íœ4›‡ É¢}m62.F|wníûhŸÉëE£ü¤ø s\“rÊ^ù•Ú€£Œt2×z D:°0ãØ‚ŸNxb#”ãÿaÞÿ·­¬À!Ôë®3¸=.€Üð˜J!Nç>`;jÛÚLÚƒµu®Z_€>Gê‚íÑHm¯uµ?ô GB~òƵkþpWÈ¿üµ¿ñHØ…^¦ á΀'±ìÒf²åž–Øo"áÝk!ñ©¢éœB‘¼I§¸îÇ.tés6†öµ·uD#õ;]mûCÎ:ßÎh¤ƒN½—L½ý®œé:–îïK'‡â“ôÕéÅójꣃ©þTªPV͘sdžªÜËÀ¡¬ Rµì ’yò°’—? ö®EoçUí⢑­[MÎh UW€(=³|»ÖLÊÌÔIŽù½l`ädëèüI±~,ä*¿¿«=ÑÕ?{Êœ¨dIç1{oâãCCMÛDéR¦Ü`)@¿íQ÷vœš}¡üb¸³ÁcjMøÛœÏ„­htqѺjÎÕHê[Åæšw}i²)Îßß=<:ªóžoXݾ-Ð…õŸ®ÃOnSRV~¢—°ßD}—» 9ã?$ fý»—?Á31Q.Ç=ìñ¨y,ÄW ¾Ásýø8E›ç'çqKŽ(F¨¼¹ï!EîQ UÊ;xJù;@Wž‡Ù\×d.€çÁ[^©Äà^¤'~ù÷æ¨ãKœ‚¦¹{f+/™g{Ó¶›L­Å%bç€ð¦’§Ñªào¥E'àƒ‹6N±Ê?µq +ÕX뜃ÝpÕÆ9ˆÁÏ6΃—ÔÛ8>´ql#í6î€éµq'Ô¬Åæ‚)Øs\ÐK.ظêÈ-wÃ~ò›{ÀGW}yàYÚlã^é¸{á4}ÝÆ« @ïØx¦åµÛ-ÀÅl| æNØøV¸ 6¾Nq×m¼öó¯† ~°GÏÏ2iÕ`‘–ÖÐõtVaCZR`ÝÙ,3‡ŠlL)*…³Š,@è‡9(@Ò b92ˆàŸB+> ਎x´†@ƒ$øÕHßck«Š–¥à[A®³ø”Aˆë†ÎÆ•B&qä1°3·fd 5¦¤KY©`-KC %(×5ݘËcÈ9)ÑÒ,ÌÖ±GÍbšÃ¨+1åpYù4|2cßÄ׿G’P +ÅŒ®±V¡¥•THXE2Ý1C@IÚ𫪬”S‘f“Ñ"´¨3E&1£ ÉJN*L3=µ^ùu.3–Pv=H(’b%P€iÄt<5ÿ úßt±ˆŸ¬ÇÆå½J1“Ö˜¡H¹MV÷Z;hî©f…¨ W®W2$VÒÔŒf`ÅØ ŠÌ¦æØ­¼Ž¶VŽ%¤Q­PŒJAlpab ¦Ð=Û$y³`TÃÈÇD1©Ëж$’zNÌ‹ˆ.Z¥hàúÞ&"&®[,r<ÒT°ðŽç±köÞˆ6óÌÌŒ³Ó²¨‹FIÎè˜g¬Ÿ€,Gýˆ»ˆX ½c g’ŠVDÅJš¬˜¡*¬;/%ñe`«Z`×$‘K³“lë([5iê Zêt£? çU¬Ç×@dc GÌ^—£dE è…´˜­DQ‡‡zúâã}a3ŠÍó•Öy¹€šŠ¨êzïED†±ðz +ŸáŠwënÇî=rñ­Ï¦'·þƒV¹­kìÚRÛ=ó}‹]¼‡ÿmàyàž²n[»ýd4åV +endstream +endobj +1749 0 obj +<< /Type /FontDescriptor +/FontName /de8df2+NotoSerif +/FontFile2 1748 0 R +/FontBBox [-212 -250 1246 1047] +/Flags 6 +/StemV 0 +/ItalicAngle 0.0 +/Ascent 1068 +/Descent -292 +/CapHeight 1462 +/XHeight 1098 +>> +endobj +1750 0 obj << /Length 252 /Filter [/FlateDecode] >> @@ -189831,10 +190583,10 @@ stream xœ]Ïnà Æï<ÇöPAXZiŠTµ—öGËöL†´"ä·Ÿ¡U'í€õ3æ³?Ì.ýµ÷.Söž‚ Së¼I°„5i #LΓFPãt¾g5êYEÂPH«ØÞ;sL8qí¤3èùghàã4;ⱤS;M¡ëhKØÆ‘à¼eË{,1,šõôÌlßðø*Î[è?;â²õïiD›EÒ‘#Õ÷öM#ÍŽõõOif†ú5¥=½h—¸bÕ,º¡ËîDÙ{qéG|§¢ôØG;&¥‡!Z;¥H^º9[ùŒQV;²‹räecì¡ØÇ§QÅ´£¾¦¼¢±­ÂF¡¸õx{–Iµ#ÎSH§¤ÕåÒ§¥9^9¨@žß†þÛét4ƒ¼ Suhû¦´¢ > endobj -1750 0 obj +1754 0 obj << /Length 1286 /Filter [/FlateDecode] >> @@ -189912,10 +190664,10 @@ x ¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ÞïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹ oSŠŒ7+[Æ›ețךyÞ¢oVûòæµ– -ã­Œ‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x ¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã {HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî; ¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…> ¼M†ÁBi2 .Ħ‰ÇÜèÔ‡!¯áñdÈk¹`†¼–=oÌ ‘qWÞ•wdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO endstream endobj -1751 0 obj +1755 0 obj [259 1000 1000 1000 1000 1000 1000 1000 399 399 501 1000 293 310 293 288 559 559 559 559 559 559 559 559 559 559 304 1000 1000 1000 1000 549 1000 752 671 667 767 652 621 769 818 400 368 733 653 952 788 787 638 787 707 585 652 747 698 1066 731 692 1000 1000 1000 1000 1000 1000 1000 599 648 526 648 570 407 560 666 352 345 636 352 985 666 612 645 647 522 487 404 666 605 855 645 579 528 1000 559 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 488 488 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj -1752 0 obj +1756 0 obj << /Length1 8900 /Length 6122 /Filter [/FlateDecode] @@ -189951,10 +190703,10 @@ P- Û˜Qá¾9ô pòÝÅ0SÞ×Ì”"QXнÌx5O©ñ]iÿ‡Öþ5kW¬1æØœèeýøy-Zg•@Z(À°g¿£·Àš3¼zhÝZäl–8ŽŽ®.ÎϦͨòÚ¼µ«Ö­éë`ªç­\-Øxm^ŒñV£Øu(ÁŒ~(ª½e¬Åçu(¹åL›!»þÕmï™ÏS~×*ß}s¸ÿØVüÇ=ñ¥ß1WýêÚ¡ÇnÝoΑ]–a£ƒy@ÊÇáæ½aØM¼á(ÛË´¿\#Ïi3†Ú½aMîjŸ–çtµµ‡59„„In˜¨½áùþ¶pÃúö0áÊ“ðs[Y»0·¥ÝðAÔyIæ0ä·gå˜Ã4×h«æÚæ°,wE’!ìö#[w»9‘Ë–9㦶ߤü²=éÚ&SþОÂÑ9mášõí‡övä™;»«Ã–羜;QºagWWJ˜ EîË”{z**W¥4,È7‡£s [˜·!,ˬç áSC˜øÛÆûÇ{ ìÁ™b4¶§Œ oñ ŒÑ%¤$‘cl®á}AY¹†ü° b0Ôr5½+ m†Ð2‘£›Í$£hø¡v¼¦—7Œs‚8Ž1»‘õcaw?{Á5q‚¤²3IFcŠáÌ8šÕ#š ›Q ‹Ïå g$ᜡÍÛœb C{Û8*TÏs†ñúq®—-—°›9œÀ¶A…¸•Lö ú ÆÙë]¹t¦&l©:•ßÁÌÖâÆaƒ¿­4å ü¢É=JÜàöxÀ{<]Z¸2â–6v ´qË=çIÁp´¼;Ðv=º²Ïs €·°¡/œÜŸ:%K›ÆY´ ^̬že`ʎ“§‘nü7 ú endstream endobj -1753 0 obj +1757 0 obj << /Type /FontDescriptor /FontName /e7aef3+mplus1mn-regular -/FontFile2 1752 0 R +/FontFile2 1756 0 R /FontBBox [0 -230 1000 860] /Flags 4 /StemV 0 @@ -189965,7 +190717,7 @@ endobj /XHeight 0 >> endobj -1754 0 obj +1758 0 obj << /Length 1286 /Filter [/FlateDecode] >> @@ -189975,10 +190727,10 @@ x ¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ÞïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹ oSŠŒ7+[Æ›ețךyÞ¢oVûòæµ– -ã­Œ‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x ¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã {HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî; ¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…> ¼M†ÁBi2 .Ħ‰ÇÜèÔ‡!¯áñdÈk¹`†¼–=oÌ ‘qWÞ•wdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO endstream endobj -1755 0 obj +1759 0 obj [500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj -1756 0 obj +1760 0 obj << /Length1 1892 /Length 944 /Filter [/FlateDecode] @@ -189988,10 +190740,10 @@ x W"^àÓXøïÙ‰øt¼ñ"ó_F¼Èüˆ—à¿Ð—¡g"^Æs4É£˜¦ùÈf+´ñ LòßoÈ'P¢_–Ü®¯.Þ°únÇâ“tÑ…Ï·¶ˆ°ÐgÜõ°ZU—<ëXSÆUîKðX¶®Ón¢Á*m4ŸàGš<•7–þ W+–×çKV«Z+¬òxI;t,ÑPÑíUÓ¼0„Œ"Vƒxa¸e«ky†o5ÕÕMµ}M÷}[µ=·£æ–ã¸jÏs×-Ó×°Ìλaƒó³Ð䫨ä±ëXãöù³Ûld­îÆâ\–UôBÝ:3&óZË÷{³å²EÓL·ƒV訇Y”ù³q¡ñÂÀyø"¸ÿqÿï߯>ûÊ.Ãâùõ®aÌ\ß_ ·¸Æ€øAmýz©*ñ endstream endobj -1757 0 obj +1761 0 obj << /Type /FontDescriptor /FontName /2fbcc3+FontAwesome5FreeSolid -/FontFile2 1756 0 R +/FontFile2 1760 0 R /FontBBox [-23 -136 1269 898] /Flags 4 /StemV 0 @@ -190002,7 +190754,7 @@ endobj /XHeight 0 >> endobj -1758 0 obj +1762 0 obj << /Length 238 /Filter [/FlateDecode] >> @@ -190010,10 +190762,10 @@ stream xœ]ËnÄ E÷|…—ÓÅ’¾6Q¤jºÉ¢5í0)RÈ!‹ü} 3šJ]`]Ë>WËÓð<ŸA¾S4#fp>XÂ5nd&œ}M Ö›|éj5‹NB2<îkÆe.B× ùÁÃ5Ó‡''¼ò,’3¾N#÷ã–Ò.2(Ñ÷`ѱыN¯zA;–ç>ïGfþ6>÷„ÐÖ¾9‡1Ñâš´AÒaFÑ)ÕwÎõƒý7º;“3ßšD×ò¢R\Y6̨{]d[äC•·E>6ÕëB×òïkZ³qÐzœš°dó¯÷K1ª¼_•âuL endstream endobj -1759 0 obj +1763 0 obj [0 1000 1000 1125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] endobj -1760 0 obj +1764 0 obj << /Length1 1680 /Length 865 /Filter [/FlateDecode] @@ -190023,10 +190775,10 @@ x ~ERꨳGøJ ¢[ôw:è²Y¯Êñ'ðzä ©÷ÿ‘/ÚZxúNìð›A &}¨c*Pä¨=à)D¤ álµ;Áæ¶³9¤cøî^„cÑ—ÅŠ}/ù(rô{ÃíÆùÑw» ¸è!€óØ@Ÿuâ¯6FÅhøâ¦¬+ü4xCb]´·ËÇ:‹6¶¹3,ø÷‰f>TTžý·7„ßßr{FÅ,cƒ|vÛŠÜL”­VµV[ÌG‰eÞJ”U&]=á[h›{FÿZ»¶aûn׈„㸆ç»WE30±Êá{ƒW)¸' lbß}\ãŠJLجm¶‰j7îíIpµÏ xƒµ«LšÌÍNxË…‚-³™M·‹Î ‡eø¶ÿÂdÇ(ø Køyï«On¾rü©CŒÉ¿Y—F>ÇŸ+×ù,ñÇÑúiÿ endstream endobj -1761 0 obj +1765 0 obj << /Type /FontDescriptor /FontName /ad6773+FontAwesome5FreeRegular -/FontFile2 1760 0 R +/FontFile2 1764 0 R /FontBBox [-17 -132 1251 884] /Flags 4 /StemV 0 @@ -190037,7 +190789,7 @@ endobj /XHeight 0 >> endobj -1762 0 obj +1766 0 obj << /Length 225 /Filter [/FlateDecode] >> @@ -190046,10 +190798,10 @@ x ÈJvÂ>DG¸¥,ÂŒKˆ¢ëÁ[îªu»š,$ÃÓ±\Çèh-ä'›[¡NÏ.Íø$ä;9¤8}_&ÖÓžóWŒ”pèù¡W“ßÌŠ vû¡gfþ6¾ŽŒÐ7ÝÝÂØäpËÆ"™¸ ÐJ ÚûA`tÿ¬þÌÞþºçE¥¸óØ1£pnÔݯ|ýá#—݉8R;CËRS„ˆKå”+Uë˜cp‹ endstream endobj -1763 0 obj +1767 0 obj [0 687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] endobj -1764 0 obj +1768 0 obj << /Length1 7960 /Length 5301 /Filter [/FlateDecode] @@ -190079,10 +190831,10 @@ kÆŽ o¶¸RmQWUXò­e–Šyj{ÁàyäG1«>U`ÈZùP+Ð<Ùyÿ;E¿’WüûÈ=úxœµ²¸Ð¦®²ZÊót?ß”6ÞE+è*‹³TYÔÕ¶¢b[ðKÐ`ÍWçÖ¨ÔæRUñ1Vƒš"Þ•*'}1Aej” æÕq&ÿqÎUU•3òìùV}!±>Ï^f(7€#vOÜ*x~ÔnçµèAÇLõ¼¼ ®—ÃÇ&ÌAмpáB}™¯º²ª:¿Øþˆæ…ü?=hyØëº+AV ÖJÉÅyV[% VmË·V¨«Š¬êØrK„+O¨û‰©GÉ”™ ËƧ^¾€c>OMŠCN,سÀ}ÎÑÃÏ<’G©I©<(F ïÞ^Qh(uzQiHNœ6}vêô0êÅããµ ²ªÍ€©Á™KÖ+A’ Ä›†¦óSá;Ìi¯pØuâΕ;Çg{Lø73ÄùóÍ¡Ç/Õþå¸KËOÒ\è¿ ÿ/4 ø endstream endobj -1765 0 obj +1769 0 obj << /Type /FontDescriptor /FontName /58f8e3+NotoSerif-Italic -/FontFile2 1764 0 R +/FontFile2 1768 0 R /FontBBox [-254 -250 1238 1047] /Flags 70 /StemV 0 @@ -190093,7 +190845,7 @@ endobj /XHeight 1098 >> endobj -1766 0 obj +1770 0 obj << /Length 1286 /Filter [/FlateDecode] >> @@ -190103,10 +190855,10 @@ x ¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ÞïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹ oSŠŒ7+[Æ›ețךyÞ¢oVûòæµ– -ã­Œ‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x ¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã {HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî; ¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…> ¼M†ÁBi2 .Ħ‰ÇÜèÔ‡!¯áñdÈk¹`†¼–=oÌ ‘qWÞ•wdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO endstream endobj -1767 0 obj +1771 0 obj [259 1000 1000 1000 559 1000 1000 1000 1000 1000 1000 1000 1000 310 250 1000 1000 559 559 1000 559 559 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 705 1000 626 725 623 1000 713 792 1000 356 1000 623 937 1000 1000 620 1000 664 543 612 729 1000 1044 1000 625 1000 1000 1000 1000 1000 1000 1000 579 562 486 579 493 317 556 599 304 291 568 304 895 599 574 577 560 467 463 368 599 538 818 545 527 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj -1768 0 obj +1772 0 obj << /Length1 3220 /Length 1839 /Filter [/FlateDecode] @@ -190120,10 +190872,10 @@ x )¥œ+gWzÝ’”q—5+]µxÁº*;»Û.QF›—½¯µSïeÕLalPNd˜Â®\®¦à~ ¼2•fe6XNdå2+ËZ9™'WãäIýq@ç¸A1Z¥S.Ir³2‚†‰ÍE›¤¹5ye¶¡—™’wK*f”254,—eV.ËYP á§Úù64oo€+ÍŸi Ì…œ]øÒ“ðÐC^j¢ü"ÛȹlVYJ9é¾O+-ÞAãýý˜\·Ó‘ÖÞÜù¢ÂßiE¾Lìå~7 ”ûiòñ´òèéþ÷! •M«Gs­»µœ^•Pš ½|ü¦ƒ®l‹ðHÂÚS–¾È endstream endobj -1769 0 obj +1773 0 obj << /Type /FontDescriptor /FontName /e324a6+mplus1mn-regular -/FontFile2 1768 0 R +/FontFile2 1772 0 R /FontBBox [0 -230 1000 860] /Flags 4 /StemV 0 @@ -190134,7 +190886,7 @@ endobj /XHeight 0 >> endobj -1770 0 obj +1774 0 obj << /Length 267 /Filter [/FlateDecode] >> @@ -190142,10 +190894,10 @@ stream xœ]‘Énà †ï<Çô±ÄI[ YªÒ‹]T·`Ãà"Õ€0>øí “(•z`ôÍòÃÌÀÎÝsç]¦ì=ÝC¦Öy“` kÒ@G˜œ'BRãt¾zhõ> -endobj -1774 0 obj -<< /Length 1286 -/Filter [/FlateDecode] ->> -stream -xœe×ËnÛF†á½®BËtHs&Ã@‘n¼èu{stÔ’ + ß}ù½¤i Æ/‰œy¾_Ã!uøôôÓÓùtß~»]ês¿ïÇéÜnýíòåVû¾ô—Óygì¾êýë+þÖ×|ݶ“Ÿßßîýõé<.û‡‡Ýá÷í÷ûí}ÿáÇv)ý‡Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµŸïûãîñqßúØú9_ɯ}à´Omûütÿ¸óϼ_ûÞòÚLL½´þv͵ßòù¥ïŽÇLJ1wýÜþó‘9ç)eÔÏù6=nÿ·ÒP•–Òªt”N¥§ô*eP)£ÊD™T.”‹Ê•rU™)³ÊBYTVʪ²Q6•²«”[¢ƒ×Èkðy ^#¯Ákä5x¼¯‘×à5ò¼F^ƒ×Èkðy ^#¯Ákä5x¼¯‘×à5ò¼F^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^Þ€7ÈðyÞ oÀä xƒ¼o7à ò¼AÞ€7ÈðyÞ oÀä xƒ¼o7à ò¼AÞˆ7ÊñFy#Þ(oÄ»ýÕnóuWùß.I•$’$*I$IT’H’¨$‘$QI"I¢’D’D%‰$‰JI•$’$*I$IT’H’¨$‰$III’’$’$%I$Iê|›äMx“¼ o’7áMò&¼IÞ„7É›ð&yÞ$o›äMx“¼ o’7áMò.xy¼U†oÕÄ ÞªÙ¼M¼MÈoÓl ÞÎx;ãâí -¿àíJ¼àíê·31ÞÎÄx;ãí -¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ÞïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹ oSŠŒ7+[Æ›ețךyÞ¢oVûòæµ– -ã­Œ‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x ¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã {HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî; ¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…> ¼M†ÁBi2 .Ħ‰ÇÜèÔ‡!¯áñdÈk¹`†¼–=oÌ ‘qWÞ•wdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO -endstream -endobj -1775 0 obj -[1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 720 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] -endobj -1776 0 obj -<< /Length1 2172 -/Length 1317 -/Filter [/FlateDecode] ->> -stream -xœÕUMlE~³ë¿4ŽÚPSi6[H‚wíØm~Õ*ŽÓ:J¬Ö–“†Ý‰ºþÉìØ² VB¢ˆhH=pàÐÒ $&…C…èN•RJ¢ÇJ©Bå‚hÌ›õ6Ä¥G&ò¼÷¾y?ß{3v€@3ô.§ ©I;"?ÏB~#±ï:Q¿‡Øé|1о $Ðv-ªëÎo †¶†vÓâb6åzQøí Ú ©õ©ûo¢MãÓÐðÚÍ -Úï£=[*Vªµ·à€ˆ&ô¬¤ -Ùöó_ºÑîAŸuL—i<ðnÀ~ÏJål‰ýæë@û6Úþ\i¡ÐúIà=‡ ý³éµ*%'ìÓH­Äùà‡ïÏÔ‰c™aÂãDüO.ò¹!܃4œƒûœûœÝÎîÁîÁ}ݤ¯íB׿kù‹]Ú„{—ÆrÒÚ¨aŒ®I¹±KõøÞÚmr]Øæ—Ö@dB®ï|ž"cÂöŸ;¢50¼sñ.ºÞÇZ÷¡—ÓvhçÌqo÷®u+–h""(øùÐ`/²p4BÍÂm°—ì±p;4jávØOT w@™°ôFÈó–O#DÈÙñbi£¼´°XíI÷ÒP_ð0ʼnDã'g¦i"Ÿ:>>ãP„l@–`¡ -=FngÒA8ŒÚ ðá…8œ„˜F=Œã0Ç1~s +–W -°)æ3ÁÌyÈD‹+Õh±¼¥!¡uoZÈf–V h‡Ôʹa"¬ .ËH&k’ð# -#»4Ì( xžAÒ«¨ÕÏC0*îêCêV)“Í?ƒ-n³Ùre©¸Bƒþ¾þ!˜ÅŒe¨`΢é4k÷ÃPz8•öJùÕ -&TÏ`ÂÅjµ4˜˜šÃ+þJqµœÎæx¯þå’9Ë*ÎvøW@-d+H/g5ZÁÔW±l‹çv÷Ã2úó[%-?xbã_¿ÐzäwðÕ¿CßþñÁÛdm¿xWœG_×Ã÷|•Ô^eä ˆ1WBÛ"äM}+êðisë1Ö‘Dåeýsøæ5uø( ÚcìلƦÖtòh'kGu;§Ó›Œ´û;UFºÍš|*”XR;.ë’ÊDe©“²pÓ†u•Ù*ÉÒKÚOÞ¯t/úi¼¿ê^YbvŸÆ¢kºy ë˜Ï®4Ïϩ̡lu‘M¬N7çç½ 0SÙ:hBá]È¥xÚèp@e -=Ç‹|i(Ÿž”)³=3Å ¡Y#E¹2ä•$Ýk˜V²nñ‚{êìÜ^·„zÃl§I¡æÄP:!GSËT£™3õܯ™WÆÒÔ F4%ÔÍr2OÎÂè‰ýq€…³ÜÀ˜³ÒÑ[’䥷 M"›S7ÉtkUdzË*.S-6í•Ñ5š” ™“†œâõ.Tææ×àAÞm¼®xþÕ€Á…œZ>ý÷Nxh»‚M¯ñ±MedÃÉhB;⽆'ÊÇ&áH„Ä®ºñ9š;w>¥ñ=©Ég½ñ¢ r'NjWðk2žŽ\!” `4ÍžÌ>õ°Ö -Cç‚›ÊgâÏ¡ ÿ{HÂÆ_ªÇœ˜ -endstream -endobj 1777 0 obj << /Type /FontDescriptor -/FontName /5c9ad9+mplus1mn-bold +/FontName /a102c2+mplus-1p-regular /FontFile2 1776 0 R -/FontBBox [0 -230 1000 860] +/FontBBox [-109 -288 1403 1075] /Flags 4 /StemV 0 /ItalicAngle 0.0 @@ -190230,1795 +190938,1843 @@ x endstream endobj 1779 0 obj +[1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 720 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] +endobj +1780 0 obj +<< /Length1 2172 +/Length 1317 +/Filter [/FlateDecode] +>> +stream +xœÕUMlE~³ë¿4ŽÚPSi6[H‚wíØm~Õ*ŽÓ:J¬Ö–“†Ý‰ºþÉìØ² VB¢ˆhH=pàÐÒ $&…C…èN•RJ¢ÇJ©Bå‚hÌ›õ6Ä¥G&ò¼÷¾y?ß{3v€@3ô.§ ©I;"?ÏB~#±ï:Q¿‡Øé|1о $Ðv-ªëÎo †¶†vÓâb6åzQøí Ú ©õ©ûo¢MãÓÐðÚÍ +Úï£=[*Vªµ·à€ˆ&ô¬¤ +Ùöó_ºÑîAŸuL—i<ðnÀ~ÏJål‰ýæë@û6Úþ\i¡ÐúIà=‡ ý³éµ*%'ìÓH­Äùà‡ïÏÔ‰c™aÂãDüO.ò¹!܃4œƒûœûœÝÎîÁîÁ}ݤ¯íB׿kù‹]Ú„{—ÆrÒÚ¨aŒ®I¹±KõøÞÚmr]Øæ—Ö@dB®ï|ž"cÂöŸ;¢50¼sñ.ºÞÇZ÷¡—ÓvhçÌqo÷®u+–h""(øùÐ`/²p4BÍÂm°—ì±p;4jávØOT w@™°ôFÈó–O#DÈÙñbi£¼´°XíI÷ÒP_ð0ʼnDã'g¦i"Ÿ:>>ãP„l@–`¡ +=FngÒA8ŒÚ ðá…8œ„˜F=Œã0Ç1~s +–W +°)æ3ÁÌyÈD‹+Õh±¼¥!¡uoZÈf–V h‡Ôʹa"¬ .ËH&k’ð# +#»4Ì( xžAÒ«¨ÕÏC0*îêCêV)“Í?ƒ-n³Ùre©¸Bƒþ¾þ!˜ÅŒe¨`΢é4k÷ÃPz8•öJùÕ +&TÏ`ÂÅjµ4˜˜šÃ+þJqµœÎæx¯þå’9Ë*ÎvøW@-d+H/g5ZÁÔW±l‹çv÷Ã2úó[%-?xbã_¿ÐzäwðÕ¿CßþñÁÛdm¿xWœG_×Ã÷|•Ô^eä ˆ1WBÛ"äM}+êðisë1Ö‘Dåeýsøæ5uø( ÚcìلƦÖtòh'kGu;§Ó›Œ´û;UFºÍš|*”XR;.ë’ÊDe©“²pÓ†u•Ù*ÉÒKÚOÞ¯t/úi¼¿ê^YbvŸÆ¢kºy ë˜Ï®4Ïϩ̡lu‘M¬N7çç½ 0SÙ:hBá]È¥xÚèp@e +=Ç‹|i(Ÿž”)³=3Å ¡Y#E¹2ä•$Ýk˜V²nñ‚{êìÜ^·„zÃl§I¡æÄP:!GSËT£™3õܯ™WÆÒÔ F4%ÔÍr2OÎÂè‰ýq€…³ÜÀ˜³ÒÑ[’䥷 M"›S7ÉtkUdzË*.S-6í•Ñ5š” ™“†œâõ.Tææ×àAÞm¼®xþÕ€Á…œZ>ý÷Nxh»‚M¯ñ±MedÃÉhB;⽆'ÊÇ&áH„Ä®ºñ9š;w>¥ñ=©Ég½ñ¢ r'NjWðk2žŽ\!” `4ÍžÌ>õ°Ö +Cç‚›ÊgâÏ¡ ÿ{HÂÆ_ªÇœ˜ +endstream +endobj +1781 0 obj +<< /Type /FontDescriptor +/FontName /5c9ad9+mplus1mn-bold +/FontFile2 1780 0 R +/FontBBox [0 -230 1000 860] +/Flags 4 +/StemV 0 +/ItalicAngle 0.0 +/Ascent 860 +/Descent -140 +/CapHeight 860 +/XHeight 0 +>> +endobj +1782 0 obj +<< /Length 1286 +/Filter [/FlateDecode] +>> +stream +xœe×ËnÛF†á½®BËtHs&Ã@‘n¼èu{stÔ’ + ß}ù½¤i Æ/‰œy¾_Ã!uøôôÓÓùtß~»]ês¿ïÇéÜnýíòåVû¾ô—Óygì¾êýë+þÖ×|ݶ“Ÿßßîýõé<.û‡‡Ýá÷í÷ûí}ÿáÇv)ý‡Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµŸïûãîñqßúØú9_ɯ}à´Omûütÿ¸óϼ_ûÞòÚLL½´þv͵ßòù¥ïŽÇLJ1wýÜþó‘9ç)eÔÏù6=nÿ·ÒP•–Òªt”N¥§ô*eP)£ÊD™T.”‹Ê•rU™)³ÊBYTVʪ²Q6•²«”[¢ƒ×Èkðy ^#¯Ákä5x¼¯‘×à5ò¼F^ƒ×Èkðy ^#¯Ákä5x¼¯‘×à5ò¼F^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^Þ€7ÈðyÞ oÀä xƒ¼o7à ò¼AÞ€7ÈðyÞ oÀä xƒ¼o7à ò¼AÞˆ7ÊñFy#Þ(oÄ»ýÕnóuWùß.I•$’$*I$IT’H’¨$‘$QI"I¢’D’D%‰$‰JI•$’$*I$IT’H’¨$‰$III’’$’$%I$Iê|›äMx“¼ o’7áMò&¼IÞ„7É›ð&yÞ$o›äMx“¼ o’7áMò.xy¼U†oÕÄ ÞªÙ¼M¼MÈoÓl ÞÎx;ãâí +¿àíJ¼àíê·31ÞÎÄx;ãí +¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ÞïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹ oSŠŒ7+[Æ›ețךyÞ¢oVûòæµ– -ã­Œ‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x ¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã {HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî; ¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…> ¼M†ÁBi2 .Ħ‰ÇÜèÔ‡!¯áñdÈk¹`†¼–=oÌ ‘qWÞ•wdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO +endstream +endobj +1783 0 obj [1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj xref -0 1780 +0 1784 0000000000 65535 f 0000000015 00000 n 0000001590 00000 n 0000001796 00000 n -0000004183 00000 n -0000004234 00000 n -0000004506 00000 n -0000005747 00000 n -0000006055 00000 n -0000006225 00000 n -0000006395 00000 n -0000032646 00000 n -0000033642 00000 n -0000062634 00000 n -0000063680 00000 n -0000092410 00000 n -0000093456 00000 n -0000121978 00000 n -0000123024 00000 n -0000150665 00000 n -0000151702 00000 n -0000159968 00000 n -0000160523 00000 n -0000161985 00000 n -0000162296 00000 n -0000162340 00000 n -0000162389 00000 n -0000162558 00000 n -0000162602 00000 n -0000162778 00000 n -0000174981 00000 n -0000175468 00000 n -0000175512 00000 n -0000175556 00000 n -0000175757 00000 n -0000175964 00000 n -0000176187 00000 n -0000176231 00000 n -0000176350 00000 n -0000176518 00000 n -0000176686 00000 n -0000176864 00000 n -0000177063 00000 n -0000177268 00000 n -0000177471 00000 n -0000177654 00000 n -0000177862 00000 n -0000177906 00000 n -0000178034 00000 n -0000178159 00000 n -0000178323 00000 n -0000178471 00000 n -0000178619 00000 n -0000178750 00000 n -0000178891 00000 n -0000179040 00000 n -0000179189 00000 n -0000179233 00000 n -0000179351 00000 n -0000197800 00000 n -0000198398 00000 n -0000198530 00000 n -0000198659 00000 n -0000198795 00000 n -0000198929 00000 n -0000199065 00000 n -0000199204 00000 n -0000199343 00000 n -0000199484 00000 n -0000199669 00000 n -0000199713 00000 n -0000199836 00000 n -0000199962 00000 n -0000200089 00000 n -0000200220 00000 n -0000200349 00000 n -0000200485 00000 n -0000200617 00000 n -0000200760 00000 n -0000200893 00000 n -0000201024 00000 n -0000201187 00000 n -0000201351 00000 n -0000201515 00000 n -0000201559 00000 n -0000201742 00000 n -0000201932 00000 n -0000202110 00000 n -0000202287 00000 n -0000202464 00000 n -0000202645 00000 n -0000202835 00000 n -0000203028 00000 n -0000203219 00000 n -0000203411 00000 n -0000203599 00000 n -0000203785 00000 n -0000203974 00000 n -0000204160 00000 n -0000204350 00000 n -0000210628 00000 n -0000211030 00000 n -0000211076 00000 n -0000211122 00000 n -0000211168 00000 n -0000211349 00000 n -0000211523 00000 n -0000211695 00000 n -0000211869 00000 n -0000212041 00000 n -0000212087 00000 n -0000243498 00000 n -0000253833 00000 n -0000253878 00000 n -0000261405 00000 n -0000261718 00000 n -0000278483 00000 n -0000282160 00000 n -0000289057 00000 n -0000289428 00000 n -0000289474 00000 n -0000289639 00000 n -0000289685 00000 n -0000299619 00000 n -0000299946 00000 n -0000300125 00000 n -0000309767 00000 n -0000310082 00000 n -0000319317 00000 n -0000319691 00000 n -0000319738 00000 n -0000319894 00000 n -0000320051 00000 n -0000320202 00000 n -0000330851 00000 n -0000331177 00000 n -0000331223 00000 n -0000343064 00000 n -0000343404 00000 n -0000343583 00000 n -0000343629 00000 n -0000356705 00000 n -0000357078 00000 n -0000357124 00000 n -0000357278 00000 n -0000357431 00000 n -0000357577 00000 n -0000364616 00000 n -0000364956 00000 n -0000365002 00000 n -0000365572 00000 n -0000366227 00000 n -0000372413 00000 n -0000372792 00000 n -0000372960 00000 n -0000373128 00000 n -0000599646 00000 n -0000610160 00000 n -0000618255 00000 n -0000618570 00000 n -0000628087 00000 n -0000628414 00000 n -0000637519 00000 n -0000637859 00000 n -0000643383 00000 n -0000643698 00000 n -0000652804 00000 n -0000653131 00000 n -0000663084 00000 n -0000663411 00000 n -0000669657 00000 n -0000669970 00000 n -0000678730 00000 n -0000679057 00000 n -0000689536 00000 n -0000689862 00000 n -0000689908 00000 n -0000701464 00000 n -0000701803 00000 n -0000714524 00000 n -0000714850 00000 n -0000714896 00000 n -0000724704 00000 n -0000725083 00000 n -0000725326 00000 n -0000725573 00000 n -0000725619 00000 n -0000735133 00000 n -0000735473 00000 n -0000735520 00000 n -0000746751 00000 n -0000747091 00000 n -0000747137 00000 n -0000747183 00000 n -0000758148 00000 n -0000758501 00000 n -0000758547 00000 n -0000758593 00000 n -0000767787 00000 n -0000768088 00000 n -0000777110 00000 n -0000777425 00000 n -0000791454 00000 n -0000791845 00000 n -0000792024 00000 n -0000792203 00000 n -0000792382 00000 n -0000792429 00000 n -0000803204 00000 n -0000803517 00000 n -0000815296 00000 n -0000815622 00000 n -0000815668 00000 n -0000826571 00000 n -0000826884 00000 n -0000839110 00000 n -0000839450 00000 n -0000839496 00000 n -0000840501 00000 n -0000840547 00000 n -0000847925 00000 n -0000848251 00000 n -0000848297 00000 n -0000858873 00000 n -0000859217 00000 n -0000859407 00000 n -0000867998 00000 n -0000868311 00000 n -0000881643 00000 n -0000881970 00000 n -0000892159 00000 n -0000892499 00000 n -0000892545 00000 n -0000892591 00000 n -0000892637 00000 n -0000892683 00000 n -0000902687 00000 n -0000903063 00000 n -0000903109 00000 n -0000903155 00000 n -0000903318 00000 n -0000903489 00000 n -0000903610 00000 n -0000903730 00000 n -0000903860 00000 n -0001010921 00000 n -0001011905 00000 n -0001012270 00000 n -0001012454 00000 n -0001135052 00000 n -0001135236 00000 n -0001157999 00000 n -0001159116 00000 n -0001159477 00000 n -0001159661 00000 n -0001159876 00000 n -0001160084 00000 n -0001171281 00000 n -0001171687 00000 n -0001171733 00000 n -0001171860 00000 n -0001171906 00000 n -0001172055 00000 n -0001172307 00000 n -0001172353 00000 n -0001172399 00000 n -0001172639 00000 n -0001172878 00000 n -0001173113 00000 n -0001173360 00000 n -0001185020 00000 n -0001185394 00000 n -0001185440 00000 n -0001185587 00000 n -0001185731 00000 n -0001185869 00000 n -0001185915 00000 n -0001185962 00000 n -0001192909 00000 n -0001193224 00000 n -0001201980 00000 n -0001202354 00000 n -0001202497 00000 n -0001202544 00000 n -0001202680 00000 n -0001202727 00000 n -0001202980 00000 n -0001203027 00000 n -0001216243 00000 n -0001216611 00000 n -0001216760 00000 n -0001217002 00000 n -0001217237 00000 n -0001217496 00000 n -0001217542 00000 n -0001223173 00000 n -0001223512 00000 n -0001228817 00000 n -0001229157 00000 n -0001229203 00000 n -0001239558 00000 n -0001239885 00000 n -0001243997 00000 n -0001244310 00000 n -0001253848 00000 n -0001254187 00000 n -0001264056 00000 n -0001264454 00000 n -0001264500 00000 n -0001264633 00000 n -0001264765 00000 n -0001264897 00000 n -0001265028 00000 n -0001265166 00000 n -0001265212 00000 n -0001266072 00000 n -0001266118 00000 n -0001266266 00000 n -0001266312 00000 n -0001273897 00000 n -0001274241 00000 n -0001274287 00000 n -0001274451 00000 n -0001279697 00000 n -0001280024 00000 n -0001288615 00000 n -0001288953 00000 n -0001288999 00000 n -0001298034 00000 n -0001298407 00000 n -0001298542 00000 n -0001298759 00000 n -0001298969 00000 n -0001299015 00000 n -0001299061 00000 n -0001304559 00000 n -0001304937 00000 n -0001304983 00000 n -0001305167 00000 n -0001305397 00000 n -0001305443 00000 n -0001313268 00000 n -0001313595 00000 n -0001322515 00000 n -0001322830 00000 n -0001329261 00000 n -0001329635 00000 n -0001329682 00000 n -0001329838 00000 n -0001329885 00000 n -0001330018 00000 n -0001330178 00000 n -0001335003 00000 n -0001335355 00000 n -0001335401 00000 n -0001335532 00000 n -0001335653 00000 n -0001335699 00000 n -0001343634 00000 n -0001343949 00000 n -0001351484 00000 n -0001351799 00000 n -0001361436 00000 n -0001361751 00000 n -0001363418 00000 n -0001363719 00000 n -0001371668 00000 n -0001371983 00000 n -0001382101 00000 n -0001382467 00000 n -0001382513 00000 n -0001382559 00000 n -0001396832 00000 n -0001397199 00000 n -0001397246 00000 n -0001397293 00000 n -0001402972 00000 n -0001403362 00000 n -0001403408 00000 n -0001403544 00000 n -0001403671 00000 n -0001403815 00000 n -0001403952 00000 n -0001404103 00000 n -0001404149 00000 n -0001411684 00000 n -0001411999 00000 n -0001418554 00000 n -0001418907 00000 n -0001418954 00000 n -0001425314 00000 n -0001425654 00000 n -0001425701 00000 n -0001432438 00000 n -0001432791 00000 n -0001432838 00000 n -0001433196 00000 n -0001442892 00000 n -0001443246 00000 n -0001443293 00000 n -0001451283 00000 n -0001451598 00000 n -0001459294 00000 n -0001459609 00000 n -0001469606 00000 n -0001469933 00000 n -0001477620 00000 n -0001477935 00000 n -0001487201 00000 n -0001487554 00000 n -0001487601 00000 n -0001487648 00000 n -0001493378 00000 n -0001493693 00000 n -0001498177 00000 n -0001498492 00000 n -0001506715 00000 n -0001507068 00000 n -0001507115 00000 n -0001513440 00000 n -0001513755 00000 n -0001522137 00000 n -0001522464 00000 n -0001528717 00000 n -0001529044 00000 n -0001536610 00000 n -0001536925 00000 n -0001538353 00000 n -0001538668 00000 n -0001547070 00000 n -0001547385 00000 n -0001555564 00000 n -0001555891 00000 n -0001560800 00000 n -0001561115 00000 n -0001569249 00000 n -0001569576 00000 n -0001574501 00000 n -0001574816 00000 n -0001582339 00000 n -0001582666 00000 n -0001590679 00000 n -0001590994 00000 n -0001601361 00000 n -0001601688 00000 n -0001606199 00000 n -0001606500 00000 n -0001615180 00000 n -0001615495 00000 n -0001623394 00000 n -0001623695 00000 n -0001637363 00000 n -0001637704 00000 n -0001645849 00000 n -0001646188 00000 n -0001653774 00000 n -0001654114 00000 n -0001654161 00000 n -0001660477 00000 n -0001660792 00000 n -0001672626 00000 n -0001673026 00000 n -0001673164 00000 n -0001673211 00000 n -0001673457 00000 n -0001673504 00000 n -0001673641 00000 n -0001683835 00000 n -0001684230 00000 n -0001684277 00000 n -0001684414 00000 n -0001684551 00000 n -0001684772 00000 n -0001684919 00000 n -0001693603 00000 n -0001693918 00000 n -0001702718 00000 n -0001703045 00000 n -0001710438 00000 n -0001710751 00000 n -0001715370 00000 n -0001715683 00000 n -0001721698 00000 n -0001722011 00000 n -0001726517 00000 n -0001726830 00000 n -0001733378 00000 n -0001733693 00000 n -0001744798 00000 n -0001745177 00000 n -0001745224 00000 n -0001745433 00000 n -0001745644 00000 n -0001753734 00000 n -0001754113 00000 n -0001754159 00000 n -0001754294 00000 n -0001754428 00000 n -0001759706 00000 n -0001760021 00000 n -0001766018 00000 n -0001766345 00000 n -0001774177 00000 n -0001774504 00000 n -0001782031 00000 n -0001782396 00000 n -0001782442 00000 n -0001782576 00000 n -0001782711 00000 n -0001795986 00000 n -0001796326 00000 n -0001806828 00000 n -0001807167 00000 n -0001807213 00000 n -0001808019 00000 n -0001822435 00000 n -0001822780 00000 n -0001822951 00000 n -0001833019 00000 n -0001833320 00000 n -0001840796 00000 n -0001841111 00000 n -0001847415 00000 n -0001847730 00000 n -0001852803 00000 n -0001853130 00000 n -0001860166 00000 n -0001860479 00000 n -0001868072 00000 n -0001868385 00000 n -0001882217 00000 n -0001882600 00000 n -0001882646 00000 n -0001882813 00000 n -0001882859 00000 n -0001900315 00000 n -0001900680 00000 n -0001900726 00000 n -0001913706 00000 n -0001914031 00000 n -0001924107 00000 n -0001924434 00000 n -0001935470 00000 n -0001935771 00000 n -0001945122 00000 n -0001945437 00000 n -0001953586 00000 n -0001953887 00000 n -0001962386 00000 n -0001962687 00000 n -0001971002 00000 n -0001971303 00000 n -0001984236 00000 n -0001984549 00000 n -0001995379 00000 n -0001995692 00000 n -0002007171 00000 n -0002007497 00000 n -0002018143 00000 n -0002018482 00000 n -0002024639 00000 n -0002024952 00000 n -0002036103 00000 n -0002036457 00000 n -0002036503 00000 n -0002044098 00000 n -0002044425 00000 n -0002050821 00000 n -0002051136 00000 n -0002058688 00000 n -0002059042 00000 n -0002059089 00000 n -0002068806 00000 n -0002069121 00000 n -0002079314 00000 n -0002079629 00000 n -0002081782 00000 n -0002082083 00000 n -0002090548 00000 n -0002090875 00000 n -0002097761 00000 n -0002098087 00000 n -0002098133 00000 n -0002105266 00000 n -0002105581 00000 n -0002112228 00000 n -0002112555 00000 n -0002121737 00000 n -0002122050 00000 n -0002134519 00000 n -0002134884 00000 n -0002134930 00000 n -0002135117 00000 n -0002135301 00000 n -0002144191 00000 n -0002144517 00000 n -0002144563 00000 n -0002144609 00000 n -0002153141 00000 n -0002153481 00000 n -0002153528 00000 n -0002161907 00000 n -0002162260 00000 n -0002162306 00000 n -0002166792 00000 n -0002167118 00000 n -0002167164 00000 n -0002175938 00000 n -0002176278 00000 n -0002184906 00000 n -0002185264 00000 n -0002185310 00000 n -0002185497 00000 n -0002196969 00000 n -0002197282 00000 n -0002209176 00000 n -0002209507 00000 n -0002209687 00000 n -0002219805 00000 n -0002220176 00000 n -0002220339 00000 n -0002220386 00000 n -0002225859 00000 n -0002226172 00000 n -0002235052 00000 n -0002235412 00000 n -0002235458 00000 n -0002235930 00000 n -0002235976 00000 n -0002236124 00000 n -0002236272 00000 n -0002236413 00000 n -0002237815 00000 n -0002238159 00000 n -0002238299 00000 n -0002238345 00000 n -0002248623 00000 n -0002248950 00000 n -0002254922 00000 n -0002255262 00000 n -0002255308 00000 n -0002265800 00000 n -0002266153 00000 n -0002266200 00000 n -0002276266 00000 n -0002276605 00000 n -0002276651 00000 n -0002276697 00000 n -0002288558 00000 n -0002288911 00000 n -0002288958 00000 n -0002289005 00000 n -0002293905 00000 n -0002294244 00000 n -0002294290 00000 n -0002303649 00000 n -0002303976 00000 n -0002312406 00000 n -0002312707 00000 n -0002321225 00000 n -0002321540 00000 n -0002323981 00000 n -0002324307 00000 n -0002324354 00000 n -0002333506 00000 n -0002333833 00000 n -0002342511 00000 n -0002342812 00000 n -0002351803 00000 n -0002352118 00000 n -0002357094 00000 n -0002357420 00000 n -0002357467 00000 n -0002366839 00000 n -0002367166 00000 n -0002375762 00000 n -0002376077 00000 n -0002383934 00000 n -0002384260 00000 n -0002384307 00000 n -0002387291 00000 n -0002387630 00000 n -0002387676 00000 n -0002396012 00000 n -0002396325 00000 n -0002404807 00000 n -0002405175 00000 n -0002405320 00000 n -0002405478 00000 n -0002405630 00000 n -0002405782 00000 n -0002405828 00000 n -0002405874 00000 n -0002406839 00000 n -0002406884 00000 n -0002406929 00000 n -0002406974 00000 n -0002407020 00000 n -0002415794 00000 n -0002416134 00000 n -0002416180 00000 n -0002416226 00000 n -0002425861 00000 n -0002426187 00000 n -0002426233 00000 n -0002438495 00000 n -0002438821 00000 n -0002438867 00000 n -0002438913 00000 n -0002449540 00000 n -0002449880 00000 n -0002449926 00000 n -0002450477 00000 n -0002450523 00000 n -0002450569 00000 n -0002450615 00000 n -0002457809 00000 n -0002458122 00000 n -0002468242 00000 n -0002468602 00000 n -0002468767 00000 n -0002468931 00000 n -0002469094 00000 n -0002469140 00000 n -0002482273 00000 n -0002482612 00000 n -0002482658 00000 n -0002482704 00000 n -0002482750 00000 n -0002493771 00000 n -0002494138 00000 n -0002494185 00000 n -0002494232 00000 n -0002494279 00000 n -0002503337 00000 n -0002503664 00000 n -0002513339 00000 n -0002513699 00000 n -0002513859 00000 n -0002514019 00000 n -0002514177 00000 n -0002514223 00000 n -0002515086 00000 n -0002528162 00000 n -0002528488 00000 n -0002528534 00000 n -0002528580 00000 n -0002528626 00000 n -0002539907 00000 n -0002540260 00000 n -0002540306 00000 n -0002540352 00000 n -0002548450 00000 n -0002548777 00000 n -0002557564 00000 n -0002557890 00000 n -0002557936 00000 n -0002569489 00000 n -0002569828 00000 n -0002569874 00000 n -0002569920 00000 n -0002579553 00000 n -0002579893 00000 n -0002579939 00000 n -0002590093 00000 n -0002590446 00000 n -0002590493 00000 n -0002600110 00000 n -0002600411 00000 n -0002609310 00000 n -0002609668 00000 n -0002609715 00000 n -0002609924 00000 n -0002621038 00000 n -0002621382 00000 n -0002621428 00000 n -0002621617 00000 n -0002621663 00000 n -0002621709 00000 n -0002632087 00000 n -0002632427 00000 n -0002645599 00000 n -0002645994 00000 n -0002646250 00000 n -0002646509 00000 n -0002646766 00000 n -0002647028 00000 n -0002647074 00000 n -0002657841 00000 n -0002658215 00000 n -0002658262 00000 n -0002658407 00000 n -0002658548 00000 n -0002658690 00000 n -0002668712 00000 n -0002669056 00000 n -0002669102 00000 n -0002669744 00000 n -0002669920 00000 n -0002669966 00000 n -0002678181 00000 n -0002678521 00000 n -0002678567 00000 n -0002678613 00000 n -0002691411 00000 n -0002691750 00000 n -0002691927 00000 n -0002692100 00000 n -0002700092 00000 n -0002700405 00000 n -0002709177 00000 n -0002709492 00000 n -0002715662 00000 n -0002715977 00000 n -0002725522 00000 n -0002725893 00000 n -0002726061 00000 n -0002726108 00000 n -0002726155 00000 n -0002737850 00000 n -0002738176 00000 n -0002738222 00000 n -0002738268 00000 n -0002747735 00000 n -0002748036 00000 n -0002757705 00000 n -0002758006 00000 n -0002767049 00000 n -0002767350 00000 n -0002780812 00000 n -0002781125 00000 n -0002792068 00000 n -0002792420 00000 n -0002792466 00000 n -0002792697 00000 n -0002792943 00000 n -0002792989 00000 n -0002806258 00000 n -0002806623 00000 n -0002806669 00000 n -0002806880 00000 n -0002806926 00000 n -0002806972 00000 n -0002807171 00000 n -0002807217 00000 n -0002819759 00000 n -0002820141 00000 n -0002820289 00000 n -0002820335 00000 n -0002820381 00000 n -0002820566 00000 n -0002820613 00000 n -0002820764 00000 n -0002820921 00000 n -0002834024 00000 n -0002834364 00000 n -0002834410 00000 n -0002834456 00000 n -0002835317 00000 n -0002835363 00000 n -0002844924 00000 n -0002845225 00000 n -0002853554 00000 n -0002853880 00000 n -0002853927 00000 n -0002865555 00000 n -0002865868 00000 n -0002876933 00000 n -0002877286 00000 n -0002877332 00000 n -0002890442 00000 n -0002890783 00000 n -0002903837 00000 n -0002904209 00000 n -0002904416 00000 n -0002904461 00000 n -0002910257 00000 n -0002910584 00000 n -0002921322 00000 n -0002921680 00000 n -0002921727 00000 n -0002922642 00000 n -0002922781 00000 n -0002932649 00000 n -0002932989 00000 n -0002933036 00000 n -0002946875 00000 n -0002947241 00000 n -0002947288 00000 n -0002947454 00000 n -0002947609 00000 n -0002947656 00000 n -0002967207 00000 n -0002967572 00000 n -0002967618 00000 n -0002967826 00000 n -0002968033 00000 n -0002980196 00000 n -0002980548 00000 n -0002980594 00000 n -0002980779 00000 n -0002980999 00000 n -0002996556 00000 n -0002996935 00000 n -0002996981 00000 n -0002997157 00000 n -0002997203 00000 n -0003008548 00000 n -0003008887 00000 n -0003008933 00000 n -0003008979 00000 n -0003022413 00000 n -0003022739 00000 n -0003022785 00000 n -0003034209 00000 n -0003034585 00000 n -0003034753 00000 n -0003034929 00000 n -0003034975 00000 n -0003035134 00000 n -0003035292 00000 n -0003035451 00000 n -0003037445 00000 n -0003037792 00000 n -0003037838 00000 n -0003038045 00000 n -0003038164 00000 n -0003038292 00000 n -0003048649 00000 n -0003049025 00000 n -0003049071 00000 n -0003049265 00000 n -0003049474 00000 n -0003049681 00000 n -0003049727 00000 n -0003049773 00000 n -0003049897 00000 n -0003050101 00000 n -0003050147 00000 n -0003051046 00000 n -0003063168 00000 n -0003063481 00000 n -0003074527 00000 n -0003074916 00000 n -0003075043 00000 n -0003075221 00000 n -0003075267 00000 n -0003075400 00000 n -0003075532 00000 n -0003075668 00000 n -0003087519 00000 n -0003087857 00000 n -0003087903 00000 n -0003087949 00000 n -0003099047 00000 n -0003099391 00000 n -0003099437 00000 n -0003099483 00000 n -0003099529 00000 n -0003099770 00000 n -0003112494 00000 n -0003112821 00000 n -0003122364 00000 n -0003122665 00000 n -0003131308 00000 n -0003131621 00000 n -0003140731 00000 n -0003141032 00000 n -0003151418 00000 n -0003151789 00000 n -0003151835 00000 n -0003151881 00000 n -0003152061 00000 n -0003165237 00000 n -0003165693 00000 n -0003165739 00000 n -0003165935 00000 n -0003166131 00000 n -0003166327 00000 n -0003166523 00000 n -0003166719 00000 n -0003166915 00000 n -0003167111 00000 n -0003167307 00000 n -0003167503 00000 n -0003167699 00000 n -0003167895 00000 n -0003168091 00000 n -0003168287 00000 n -0003168483 00000 n -0003168679 00000 n -0003168725 00000 n -0003168771 00000 n -0003177575 00000 n -0003177914 00000 n -0003177960 00000 n -0003188264 00000 n -0003188577 00000 n -0003197817 00000 n -0003198162 00000 n -0003198208 00000 n -0003198450 00000 n -0003217891 00000 n -0003218232 00000 n -0003227622 00000 n -0003227963 00000 n -0003228011 00000 n -0003228059 00000 n -0003235003 00000 n -0003235320 00000 n -0003246569 00000 n -0003246911 00000 n -0003246960 00000 n -0003247463 00000 n -0003258514 00000 n -0003258817 00000 n -0003268006 00000 n -0003268335 00000 n -0003281244 00000 n -0003281612 00000 n -0003281660 00000 n -0003281708 00000 n -0003281756 00000 n -0003281916 00000 n -0003282106 00000 n -0003293608 00000 n -0003293968 00000 n -0003294016 00000 n -0003294184 00000 n -0003294232 00000 n -0003294280 00000 n -0003302888 00000 n -0003303191 00000 n -0003312256 00000 n -0003312598 00000 n -0003312647 00000 n -0003313066 00000 n -0003319307 00000 n -0003319636 00000 n -0003329343 00000 n -0003329685 00000 n -0003329734 00000 n -0003329783 00000 n -0003344320 00000 n -0003344649 00000 n -0003359320 00000 n -0003359667 00000 n -0003359715 00000 n -0003359953 00000 n -0003370025 00000 n -0003370386 00000 n -0003370434 00000 n -0003370675 00000 n -0003378736 00000 n -0003379097 00000 n -0003379146 00000 n -0003379400 00000 n -0003389468 00000 n -0003389797 00000 n -0003401523 00000 n -0003401888 00000 n -0003401936 00000 n -0003402126 00000 n -0003402344 00000 n -0003402587 00000 n -0003402635 00000 n -0003414242 00000 n -0003414596 00000 n -0003414644 00000 n -0003414692 00000 n -0003414740 00000 n -0003424165 00000 n -0003424482 00000 n -0003435096 00000 n -0003435438 00000 n -0003435486 00000 n -0003435534 00000 n -0003435582 00000 n -0003435630 00000 n -0003435678 00000 n -0003446057 00000 n -0003446386 00000 n -0003451556 00000 n -0003451859 00000 n -0003459834 00000 n -0003460189 00000 n -0003460238 00000 n -0003470160 00000 n -0003470534 00000 n -0003470686 00000 n -0003470734 00000 n -0003470897 00000 n -0003470945 00000 n -0003471099 00000 n -0003471147 00000 n -0003471817 00000 n -0003471958 00000 n -0003472075 00000 n -0003472195 00000 n -0003472322 00000 n -0003472450 00000 n -0003472591 00000 n -0003472734 00000 n -0003472872 00000 n -0003473013 00000 n -0003473160 00000 n -0003473309 00000 n -0003473457 00000 n -0003473606 00000 n -0003473765 00000 n -0003473925 00000 n -0003474054 00000 n -0003474184 00000 n -0003474313 00000 n -0003474443 00000 n -0003474606 00000 n -0003474770 00000 n -0003474940 00000 n -0003475112 00000 n -0003475279 00000 n -0003475447 00000 n -0003475625 00000 n -0003475804 00000 n -0003475975 00000 n -0003476148 00000 n -0003476296 00000 n -0003476445 00000 n -0003476592 00000 n -0003476740 00000 n -0003476895 00000 n -0003477051 00000 n -0003477207 00000 n -0003477363 00000 n -0003477510 00000 n -0003477657 00000 n -0003477812 00000 n -0003477968 00000 n -0003478124 00000 n -0003478280 00000 n -0003478413 00000 n -0003478544 00000 n -0003478677 00000 n -0003478825 00000 n -0003478973 00000 n -0003479115 00000 n -0003479257 00000 n -0003479405 00000 n -0003479553 00000 n -0003479701 00000 n -0003479849 00000 n -0003479997 00000 n -0003480145 00000 n -0003480294 00000 n -0003480443 00000 n -0003480589 00000 n -0003480735 00000 n -0003480881 00000 n -0003481027 00000 n -0003481173 00000 n -0003481320 00000 n -0003481462 00000 n -0003481604 00000 n -0003481749 00000 n -0003481894 00000 n -0003482041 00000 n -0003482188 00000 n -0003482337 00000 n -0003482486 00000 n -0003482632 00000 n -0003482778 00000 n -0003482930 00000 n -0003483082 00000 n -0003483237 00000 n -0003483392 00000 n -0003483531 00000 n -0003483671 00000 n -0003483790 00000 n -0003483909 00000 n -0003484043 00000 n -0003484177 00000 n -0003484309 00000 n -0003484441 00000 n -0003484567 00000 n -0003484694 00000 n -0003484831 00000 n -0003484968 00000 n -0003485107 00000 n -0003485248 00000 n -0003485388 00000 n -0003485529 00000 n -0003485671 00000 n -0003485813 00000 n -0003485955 00000 n -0003486097 00000 n -0003486225 00000 n -0003486354 00000 n -0003486504 00000 n -0003486655 00000 n -0003486806 00000 n -0003486957 00000 n -0003487100 00000 n -0003487243 00000 n -0003487382 00000 n -0003487521 00000 n -0003487665 00000 n -0003487809 00000 n -0003487957 00000 n -0003488105 00000 n -0003488252 00000 n -0003488400 00000 n -0003488536 00000 n -0003488672 00000 n -0003488817 00000 n -0003488962 00000 n -0003489106 00000 n -0003489251 00000 n -0003489389 00000 n -0003489527 00000 n -0003489674 00000 n -0003489821 00000 n -0003489967 00000 n -0003490114 00000 n -0003490243 00000 n -0003490373 00000 n -0003490495 00000 n -0003490617 00000 n -0003490743 00000 n -0003490869 00000 n -0003490998 00000 n -0003491127 00000 n -0003491254 00000 n -0003491381 00000 n -0003491510 00000 n -0003491639 00000 n -0003491773 00000 n -0003491907 00000 n -0003492049 00000 n -0003492191 00000 n -0003492329 00000 n -0003492467 00000 n -0003492597 00000 n -0003492728 00000 n -0003492873 00000 n -0003493018 00000 n -0003493156 00000 n -0003493294 00000 n -0003493446 00000 n -0003493598 00000 n -0003493724 00000 n -0003493850 00000 n -0003493998 00000 n -0003494146 00000 n -0003494276 00000 n -0003494408 00000 n -0003494543 00000 n -0003494679 00000 n -0003494824 00000 n -0003494970 00000 n -0003495123 00000 n -0003495277 00000 n -0003495408 00000 n -0003495541 00000 n -0003495683 00000 n -0003495826 00000 n -0003495967 00000 n -0003496109 00000 n -0003496268 00000 n -0003496429 00000 n -0003496564 00000 n -0003496700 00000 n -0003496831 00000 n -0003496964 00000 n -0003497094 00000 n -0003497225 00000 n -0003497360 00000 n -0003497496 00000 n -0003497637 00000 n -0003497779 00000 n -0003497913 00000 n -0003498048 00000 n -0003498177 00000 n -0003498307 00000 n -0003498436 00000 n -0003498566 00000 n -0003498704 00000 n -0003498843 00000 n -0003498979 00000 n -0003499116 00000 n -0003499248 00000 n -0003499381 00000 n -0003499523 00000 n -0003499666 00000 n -0003499798 00000 n -0003499931 00000 n -0003500077 00000 n -0003500224 00000 n -0003500374 00000 n -0003500525 00000 n -0003500676 00000 n -0003500828 00000 n -0003500972 00000 n -0003501117 00000 n -0003501258 00000 n -0003501402 00000 n -0003501547 00000 n -0003501693 00000 n -0003501832 00000 n -0003501972 00000 n -0003502120 00000 n -0003502269 00000 n -0003502411 00000 n -0003502554 00000 n -0003502696 00000 n -0003502839 00000 n -0003502981 00000 n -0003503124 00000 n -0003503265 00000 n -0003503407 00000 n -0003503555 00000 n -0003503704 00000 n -0003503850 00000 n -0003503997 00000 n -0003504156 00000 n -0003504316 00000 n -0003504469 00000 n -0003504623 00000 n -0003504776 00000 n -0003504930 00000 n -0003505080 00000 n -0003505231 00000 n -0003505387 00000 n -0003505544 00000 n -0003505702 00000 n -0003505861 00000 n -0003506016 00000 n -0003506173 00000 n -0003506329 00000 n -0003506486 00000 n -0003506649 00000 n -0003506813 00000 n -0003506979 00000 n -0003507146 00000 n -0003507309 00000 n -0003507474 00000 n -0003507624 00000 n -0003507776 00000 n -0003507934 00000 n -0003508093 00000 n -0003508254 00000 n -0003508416 00000 n -0003508574 00000 n -0003508734 00000 n -0003508883 00000 n -0003509033 00000 n -0003509189 00000 n -0003509346 00000 n -0003509502 00000 n -0003509660 00000 n -0003509794 00000 n -0003509929 00000 n -0003510081 00000 n -0003510234 00000 n -0003510393 00000 n -0003510553 00000 n -0003510692 00000 n -0003510832 00000 n -0003510976 00000 n -0003511122 00000 n -0003511270 00000 n -0003511419 00000 n -0003511558 00000 n -0003511699 00000 n -0003511852 00000 n -0003512007 00000 n -0003512157 00000 n -0003512309 00000 n -0003512457 00000 n -0003512608 00000 n -0003512754 00000 n -0003512901 00000 n -0003513040 00000 n -0003513181 00000 n -0003513339 00000 n -0003513499 00000 n -0003513651 00000 n -0003513804 00000 n -0003513942 00000 n -0003514082 00000 n -0003514228 00000 n -0003514375 00000 n -0003514526 00000 n -0003514678 00000 n -0003514825 00000 n -0003514973 00000 n -0003515121 00000 n -0003515271 00000 n -0003515428 00000 n -0003515586 00000 n -0003515742 00000 n -0003515900 00000 n -0003516053 00000 n -0003516207 00000 n -0003516356 00000 n -0003516506 00000 n -0003516666 00000 n -0003516827 00000 n -0003516978 00000 n -0003517130 00000 n -0003517270 00000 n -0003517412 00000 n -0003517577 00000 n -0003517743 00000 n -0003517896 00000 n -0003518051 00000 n -0003518180 00000 n -0003518310 00000 n -0003518457 00000 n -0003518605 00000 n -0003518747 00000 n -0003518891 00000 n -0003519032 00000 n -0003519175 00000 n -0003519318 00000 n -0003519462 00000 n -0003519610 00000 n -0003519759 00000 n -0003519893 00000 n -0003520028 00000 n -0003520160 00000 n -0003520294 00000 n -0003520413 00000 n -0003520533 00000 n -0003520672 00000 n -0003520812 00000 n -0003520962 00000 n -0003521113 00000 n -0003521256 00000 n -0003521400 00000 n -0003521539 00000 n -0003521680 00000 n -0003521815 00000 n -0003521951 00000 n -0003522084 00000 n -0003522220 00000 n -0003522356 00000 n -0003522495 00000 n -0003522642 00000 n -0003522789 00000 n +0000004201 00000 n +0000004252 00000 n +0000004524 00000 n +0000005765 00000 n +0000006073 00000 n +0000006243 00000 n +0000006413 00000 n +0000032664 00000 n +0000033660 00000 n +0000062652 00000 n +0000063698 00000 n +0000092428 00000 n +0000093474 00000 n +0000121996 00000 n +0000123042 00000 n +0000150683 00000 n +0000151720 00000 n +0000159986 00000 n +0000160541 00000 n +0000162003 00000 n +0000162314 00000 n +0000162358 00000 n +0000162407 00000 n +0000162576 00000 n +0000162620 00000 n +0000162796 00000 n +0000174999 00000 n +0000175486 00000 n +0000175530 00000 n +0000175574 00000 n +0000175775 00000 n +0000175982 00000 n +0000176205 00000 n +0000176249 00000 n +0000176368 00000 n +0000176536 00000 n +0000176704 00000 n +0000176882 00000 n +0000177081 00000 n +0000177286 00000 n +0000177489 00000 n +0000177672 00000 n +0000177880 00000 n +0000177924 00000 n +0000178052 00000 n +0000178177 00000 n +0000178341 00000 n +0000178489 00000 n +0000178637 00000 n +0000178768 00000 n +0000178909 00000 n +0000179058 00000 n +0000179207 00000 n +0000179251 00000 n +0000179369 00000 n +0000197818 00000 n +0000198416 00000 n +0000198548 00000 n +0000198677 00000 n +0000198813 00000 n +0000198947 00000 n +0000199083 00000 n +0000199222 00000 n +0000199361 00000 n +0000199502 00000 n +0000199687 00000 n +0000199731 00000 n +0000199854 00000 n +0000199980 00000 n +0000200107 00000 n +0000200238 00000 n +0000200367 00000 n +0000200503 00000 n +0000200635 00000 n +0000200778 00000 n +0000200911 00000 n +0000201042 00000 n +0000201205 00000 n +0000201369 00000 n +0000201533 00000 n +0000201577 00000 n +0000201760 00000 n +0000201950 00000 n +0000202128 00000 n +0000202305 00000 n +0000202482 00000 n +0000202663 00000 n +0000202853 00000 n +0000203046 00000 n +0000203237 00000 n +0000203429 00000 n +0000203617 00000 n +0000203803 00000 n +0000203992 00000 n +0000204178 00000 n +0000204368 00000 n +0000210646 00000 n +0000211048 00000 n +0000211094 00000 n +0000211140 00000 n +0000211186 00000 n +0000211367 00000 n +0000211541 00000 n +0000211713 00000 n +0000211887 00000 n +0000212059 00000 n +0000212105 00000 n +0000243516 00000 n +0000253851 00000 n +0000253896 00000 n +0000261423 00000 n +0000261736 00000 n +0000278501 00000 n +0000282178 00000 n +0000289075 00000 n +0000289446 00000 n +0000289492 00000 n +0000289657 00000 n +0000289703 00000 n +0000299637 00000 n +0000299964 00000 n +0000300143 00000 n +0000309785 00000 n +0000310100 00000 n +0000319335 00000 n +0000319709 00000 n +0000319756 00000 n +0000319912 00000 n +0000320069 00000 n +0000320220 00000 n +0000330869 00000 n +0000331195 00000 n +0000331241 00000 n +0000343082 00000 n +0000343422 00000 n +0000343601 00000 n +0000343647 00000 n +0000356723 00000 n +0000357096 00000 n +0000357142 00000 n +0000357296 00000 n +0000357449 00000 n +0000357595 00000 n +0000364634 00000 n +0000364974 00000 n +0000365020 00000 n +0000365590 00000 n +0000366245 00000 n +0000372431 00000 n +0000372810 00000 n +0000372978 00000 n +0000373146 00000 n +0000599664 00000 n +0000610178 00000 n +0000618273 00000 n +0000618588 00000 n +0000628105 00000 n +0000628432 00000 n +0000637537 00000 n +0000637877 00000 n +0000643401 00000 n +0000643716 00000 n +0000652822 00000 n +0000653149 00000 n +0000663102 00000 n +0000663429 00000 n +0000669675 00000 n +0000669988 00000 n +0000678748 00000 n +0000679075 00000 n +0000689554 00000 n +0000689880 00000 n +0000689926 00000 n +0000701482 00000 n +0000701821 00000 n +0000714542 00000 n +0000714868 00000 n +0000714914 00000 n +0000724722 00000 n +0000725101 00000 n +0000725344 00000 n +0000725591 00000 n +0000725637 00000 n +0000735151 00000 n +0000735491 00000 n +0000735538 00000 n +0000746769 00000 n +0000747109 00000 n +0000747155 00000 n +0000747201 00000 n +0000758166 00000 n +0000758519 00000 n +0000758565 00000 n +0000758611 00000 n +0000767805 00000 n +0000768106 00000 n +0000777128 00000 n +0000777443 00000 n +0000791472 00000 n +0000791863 00000 n +0000792042 00000 n +0000792221 00000 n +0000792400 00000 n +0000792447 00000 n +0000803222 00000 n +0000803535 00000 n +0000815314 00000 n +0000815640 00000 n +0000815686 00000 n +0000826589 00000 n +0000826902 00000 n +0000839128 00000 n +0000839468 00000 n +0000839514 00000 n +0000840519 00000 n +0000840565 00000 n +0000847943 00000 n +0000848269 00000 n +0000848315 00000 n +0000858891 00000 n +0000859235 00000 n +0000859425 00000 n +0000868016 00000 n +0000868329 00000 n +0000881661 00000 n +0000881988 00000 n +0000892177 00000 n +0000892517 00000 n +0000892563 00000 n +0000892609 00000 n +0000892655 00000 n +0000892701 00000 n +0000902705 00000 n +0000903081 00000 n +0000903127 00000 n +0000903173 00000 n +0000903336 00000 n +0000903507 00000 n +0000903628 00000 n +0000903748 00000 n +0000903878 00000 n +0001010939 00000 n +0001011923 00000 n +0001012288 00000 n +0001012472 00000 n +0001135070 00000 n +0001135254 00000 n +0001158017 00000 n +0001159134 00000 n +0001159495 00000 n +0001159679 00000 n +0001159894 00000 n +0001160102 00000 n +0001171299 00000 n +0001171705 00000 n +0001171751 00000 n +0001171878 00000 n +0001171924 00000 n +0001172073 00000 n +0001172325 00000 n +0001172371 00000 n +0001172417 00000 n +0001172657 00000 n +0001172896 00000 n +0001173131 00000 n +0001173378 00000 n +0001185038 00000 n +0001185412 00000 n +0001185458 00000 n +0001185605 00000 n +0001185749 00000 n +0001185887 00000 n +0001185933 00000 n +0001185980 00000 n +0001192927 00000 n +0001193242 00000 n +0001201998 00000 n +0001202372 00000 n +0001202515 00000 n +0001202562 00000 n +0001202698 00000 n +0001202745 00000 n +0001202998 00000 n +0001203045 00000 n +0001216261 00000 n +0001216629 00000 n +0001216778 00000 n +0001217020 00000 n +0001217255 00000 n +0001217514 00000 n +0001217560 00000 n +0001223191 00000 n +0001223530 00000 n +0001228835 00000 n +0001229175 00000 n +0001229221 00000 n +0001239576 00000 n +0001239903 00000 n +0001244015 00000 n +0001244328 00000 n +0001253866 00000 n +0001254205 00000 n +0001264074 00000 n +0001264472 00000 n +0001264518 00000 n +0001264651 00000 n +0001264783 00000 n +0001264915 00000 n +0001265046 00000 n +0001265184 00000 n +0001265230 00000 n +0001266090 00000 n +0001266136 00000 n +0001266284 00000 n +0001266330 00000 n +0001273915 00000 n +0001274259 00000 n +0001274305 00000 n +0001274469 00000 n +0001279715 00000 n +0001280042 00000 n +0001288633 00000 n +0001288971 00000 n +0001289017 00000 n +0001298052 00000 n +0001298425 00000 n +0001298560 00000 n +0001298777 00000 n +0001298987 00000 n +0001299033 00000 n +0001299079 00000 n +0001304577 00000 n +0001304955 00000 n +0001305001 00000 n +0001305185 00000 n +0001305415 00000 n +0001305461 00000 n +0001313286 00000 n +0001313613 00000 n +0001322533 00000 n +0001322848 00000 n +0001329279 00000 n +0001329653 00000 n +0001329700 00000 n +0001329856 00000 n +0001329903 00000 n +0001330036 00000 n +0001330196 00000 n +0001335021 00000 n +0001335373 00000 n +0001335419 00000 n +0001335550 00000 n +0001335671 00000 n +0001335717 00000 n +0001343652 00000 n +0001343967 00000 n +0001351502 00000 n +0001351817 00000 n +0001361454 00000 n +0001361769 00000 n +0001363436 00000 n +0001363737 00000 n +0001371686 00000 n +0001372001 00000 n +0001382119 00000 n +0001382485 00000 n +0001382531 00000 n +0001382577 00000 n +0001389936 00000 n +0001390276 00000 n +0001390323 00000 n +0001395555 00000 n +0001395870 00000 n +0001408728 00000 n +0001409113 00000 n +0001409160 00000 n +0001409207 00000 n +0001409344 00000 n +0001414317 00000 n +0001414699 00000 n +0001414827 00000 n +0001414971 00000 n +0001415107 00000 n +0001415257 00000 n +0001415303 00000 n +0001422838 00000 n +0001423153 00000 n +0001429708 00000 n +0001430061 00000 n +0001430108 00000 n +0001436468 00000 n +0001436808 00000 n +0001436855 00000 n +0001443592 00000 n +0001443945 00000 n +0001443992 00000 n +0001444350 00000 n +0001454046 00000 n +0001454400 00000 n +0001454447 00000 n +0001462437 00000 n +0001462752 00000 n +0001470448 00000 n +0001470763 00000 n +0001480760 00000 n +0001481087 00000 n +0001488774 00000 n +0001489089 00000 n +0001498355 00000 n +0001498708 00000 n +0001498755 00000 n +0001498802 00000 n +0001504532 00000 n +0001504847 00000 n +0001509331 00000 n +0001509646 00000 n +0001517869 00000 n +0001518222 00000 n +0001518269 00000 n +0001524594 00000 n +0001524909 00000 n +0001533291 00000 n +0001533618 00000 n +0001539871 00000 n +0001540198 00000 n +0001547764 00000 n +0001548079 00000 n +0001549507 00000 n +0001549822 00000 n +0001558224 00000 n +0001558539 00000 n +0001566718 00000 n +0001567045 00000 n +0001571954 00000 n +0001572269 00000 n +0001580403 00000 n +0001580730 00000 n +0001585655 00000 n +0001585970 00000 n +0001593493 00000 n +0001593820 00000 n +0001601833 00000 n +0001602148 00000 n +0001612515 00000 n +0001612842 00000 n +0001617353 00000 n +0001617654 00000 n +0001626334 00000 n +0001626649 00000 n +0001634548 00000 n +0001634849 00000 n +0001648517 00000 n +0001648858 00000 n +0001657003 00000 n +0001657342 00000 n +0001664928 00000 n +0001665268 00000 n +0001665315 00000 n +0001671631 00000 n +0001671946 00000 n +0001683780 00000 n +0001684180 00000 n +0001684318 00000 n +0001684365 00000 n +0001684611 00000 n +0001684658 00000 n +0001684795 00000 n +0001694989 00000 n +0001695384 00000 n +0001695431 00000 n +0001695568 00000 n +0001695705 00000 n +0001695926 00000 n +0001696073 00000 n +0001704757 00000 n +0001705072 00000 n +0001713872 00000 n +0001714199 00000 n +0001721592 00000 n +0001721905 00000 n +0001726524 00000 n +0001726837 00000 n +0001732852 00000 n +0001733165 00000 n +0001737671 00000 n +0001737984 00000 n +0001744532 00000 n +0001744847 00000 n +0001755952 00000 n +0001756331 00000 n +0001756378 00000 n +0001756587 00000 n +0001756798 00000 n +0001764888 00000 n +0001765267 00000 n +0001765313 00000 n +0001765448 00000 n +0001765582 00000 n +0001770860 00000 n +0001771175 00000 n +0001777172 00000 n +0001777499 00000 n +0001785331 00000 n +0001785658 00000 n +0001793185 00000 n +0001793550 00000 n +0001793596 00000 n +0001793730 00000 n +0001793865 00000 n +0001807140 00000 n +0001807480 00000 n +0001817982 00000 n +0001818321 00000 n +0001818367 00000 n +0001819173 00000 n +0001833589 00000 n +0001833934 00000 n +0001834105 00000 n +0001844173 00000 n +0001844474 00000 n +0001851950 00000 n +0001852265 00000 n +0001858569 00000 n +0001858884 00000 n +0001863957 00000 n +0001864284 00000 n +0001871320 00000 n +0001871633 00000 n +0001879226 00000 n +0001879539 00000 n +0001893371 00000 n +0001893754 00000 n +0001893800 00000 n +0001893967 00000 n +0001894013 00000 n +0001911469 00000 n +0001911834 00000 n +0001911880 00000 n +0001924860 00000 n +0001925185 00000 n +0001935261 00000 n +0001935588 00000 n +0001946624 00000 n +0001946925 00000 n +0001956276 00000 n +0001956591 00000 n +0001964740 00000 n +0001965041 00000 n +0001973540 00000 n +0001973841 00000 n +0001982156 00000 n +0001982457 00000 n +0001995390 00000 n +0001995703 00000 n +0002006533 00000 n +0002006846 00000 n +0002018325 00000 n +0002018651 00000 n +0002029297 00000 n +0002029636 00000 n +0002035793 00000 n +0002036106 00000 n +0002047257 00000 n +0002047611 00000 n +0002047657 00000 n +0002055252 00000 n +0002055579 00000 n +0002061975 00000 n +0002062290 00000 n +0002069842 00000 n +0002070196 00000 n +0002070243 00000 n +0002079960 00000 n +0002080275 00000 n +0002090468 00000 n +0002090783 00000 n +0002092936 00000 n +0002093237 00000 n +0002101702 00000 n +0002102029 00000 n +0002108915 00000 n +0002109241 00000 n +0002109287 00000 n +0002116420 00000 n +0002116735 00000 n +0002123382 00000 n +0002123709 00000 n +0002132891 00000 n +0002133204 00000 n +0002145673 00000 n +0002146038 00000 n +0002146084 00000 n +0002146271 00000 n +0002146455 00000 n +0002155345 00000 n +0002155671 00000 n +0002155717 00000 n +0002155763 00000 n +0002164295 00000 n +0002164635 00000 n +0002164682 00000 n +0002173061 00000 n +0002173414 00000 n +0002173460 00000 n +0002177946 00000 n +0002178272 00000 n +0002178318 00000 n +0002187092 00000 n +0002187432 00000 n +0002196060 00000 n +0002196418 00000 n +0002196464 00000 n +0002196651 00000 n +0002208123 00000 n +0002208436 00000 n +0002220330 00000 n +0002220661 00000 n +0002220841 00000 n +0002230959 00000 n +0002231330 00000 n +0002231493 00000 n +0002231540 00000 n +0002237013 00000 n +0002237326 00000 n +0002246206 00000 n +0002246566 00000 n +0002246612 00000 n +0002247084 00000 n +0002247130 00000 n +0002247278 00000 n +0002247426 00000 n +0002247567 00000 n +0002248969 00000 n +0002249313 00000 n +0002249453 00000 n +0002249499 00000 n +0002259777 00000 n +0002260104 00000 n +0002266076 00000 n +0002266416 00000 n +0002266462 00000 n +0002276954 00000 n +0002277307 00000 n +0002277354 00000 n +0002287420 00000 n +0002287759 00000 n +0002287805 00000 n +0002287851 00000 n +0002299712 00000 n +0002300065 00000 n +0002300112 00000 n +0002300159 00000 n +0002305059 00000 n +0002305398 00000 n +0002305444 00000 n +0002314803 00000 n +0002315130 00000 n +0002323560 00000 n +0002323861 00000 n +0002332379 00000 n +0002332694 00000 n +0002335135 00000 n +0002335461 00000 n +0002335508 00000 n +0002344660 00000 n +0002344987 00000 n +0002353665 00000 n +0002353966 00000 n +0002362957 00000 n +0002363272 00000 n +0002368248 00000 n +0002368574 00000 n +0002368621 00000 n +0002377993 00000 n +0002378320 00000 n +0002386916 00000 n +0002387231 00000 n +0002395088 00000 n +0002395414 00000 n +0002395461 00000 n +0002398445 00000 n +0002398784 00000 n +0002398830 00000 n +0002407166 00000 n +0002407479 00000 n +0002415961 00000 n +0002416329 00000 n +0002416474 00000 n +0002416632 00000 n +0002416784 00000 n +0002416936 00000 n +0002416982 00000 n +0002417028 00000 n +0002417993 00000 n +0002418038 00000 n +0002418083 00000 n +0002418128 00000 n +0002418174 00000 n +0002426948 00000 n +0002427288 00000 n +0002427334 00000 n +0002427380 00000 n +0002437015 00000 n +0002437341 00000 n +0002437387 00000 n +0002449649 00000 n +0002449975 00000 n +0002450021 00000 n +0002450067 00000 n +0002460694 00000 n +0002461034 00000 n +0002461080 00000 n +0002461631 00000 n +0002461677 00000 n +0002461723 00000 n +0002461769 00000 n +0002468963 00000 n +0002469276 00000 n +0002479396 00000 n +0002479756 00000 n +0002479921 00000 n +0002480085 00000 n +0002480248 00000 n +0002480294 00000 n +0002493427 00000 n +0002493766 00000 n +0002493812 00000 n +0002493858 00000 n +0002493904 00000 n +0002504925 00000 n +0002505292 00000 n +0002505339 00000 n +0002505386 00000 n +0002505433 00000 n +0002514491 00000 n +0002514818 00000 n +0002524493 00000 n +0002524853 00000 n +0002525013 00000 n +0002525173 00000 n +0002525331 00000 n +0002525377 00000 n +0002526240 00000 n +0002539316 00000 n +0002539642 00000 n +0002539688 00000 n +0002539734 00000 n +0002539780 00000 n +0002551061 00000 n +0002551414 00000 n +0002551460 00000 n +0002551506 00000 n +0002559604 00000 n +0002559931 00000 n +0002568718 00000 n +0002569044 00000 n +0002569090 00000 n +0002580643 00000 n +0002580982 00000 n +0002581028 00000 n +0002581074 00000 n +0002590707 00000 n +0002591047 00000 n +0002591093 00000 n +0002601247 00000 n +0002601600 00000 n +0002601647 00000 n +0002611264 00000 n +0002611565 00000 n +0002620464 00000 n +0002620822 00000 n +0002620869 00000 n +0002621078 00000 n +0002632192 00000 n +0002632536 00000 n +0002632582 00000 n +0002632771 00000 n +0002632817 00000 n +0002632863 00000 n +0002643241 00000 n +0002643581 00000 n +0002656753 00000 n +0002657148 00000 n +0002657404 00000 n +0002657663 00000 n +0002657920 00000 n +0002658182 00000 n +0002658228 00000 n +0002668995 00000 n +0002669369 00000 n +0002669416 00000 n +0002669561 00000 n +0002669702 00000 n +0002669844 00000 n +0002679866 00000 n +0002680210 00000 n +0002680256 00000 n +0002680898 00000 n +0002681074 00000 n +0002681120 00000 n +0002689335 00000 n +0002689675 00000 n +0002689721 00000 n +0002689767 00000 n +0002702565 00000 n +0002702904 00000 n +0002703081 00000 n +0002703254 00000 n +0002711246 00000 n +0002711559 00000 n +0002720331 00000 n +0002720646 00000 n +0002726816 00000 n +0002727131 00000 n +0002736676 00000 n +0002737047 00000 n +0002737215 00000 n +0002737262 00000 n +0002737309 00000 n +0002749004 00000 n +0002749330 00000 n +0002749376 00000 n +0002749422 00000 n +0002758889 00000 n +0002759190 00000 n +0002768859 00000 n +0002769160 00000 n +0002778203 00000 n +0002778504 00000 n +0002791966 00000 n +0002792279 00000 n +0002803222 00000 n +0002803574 00000 n +0002803620 00000 n +0002803851 00000 n +0002804097 00000 n +0002804143 00000 n +0002817412 00000 n +0002817777 00000 n +0002817823 00000 n +0002818034 00000 n +0002818080 00000 n +0002818126 00000 n +0002818325 00000 n +0002818371 00000 n +0002830913 00000 n +0002831295 00000 n +0002831443 00000 n +0002831489 00000 n +0002831535 00000 n +0002831720 00000 n +0002831767 00000 n +0002831918 00000 n +0002832075 00000 n +0002845178 00000 n +0002845518 00000 n +0002845564 00000 n +0002845610 00000 n +0002846471 00000 n +0002846517 00000 n +0002856078 00000 n +0002856379 00000 n +0002864708 00000 n +0002865034 00000 n +0002865081 00000 n +0002876709 00000 n +0002877022 00000 n +0002888087 00000 n +0002888440 00000 n +0002888486 00000 n +0002901596 00000 n +0002901937 00000 n +0002914991 00000 n +0002915363 00000 n +0002915570 00000 n +0002915615 00000 n +0002921411 00000 n +0002921738 00000 n +0002932476 00000 n +0002932834 00000 n +0002932881 00000 n +0002933796 00000 n +0002933935 00000 n +0002943803 00000 n +0002944143 00000 n +0002944190 00000 n +0002958029 00000 n +0002958395 00000 n +0002958442 00000 n +0002958608 00000 n +0002958763 00000 n +0002958810 00000 n +0002978361 00000 n +0002978726 00000 n +0002978772 00000 n +0002978980 00000 n +0002979187 00000 n +0002991350 00000 n +0002991702 00000 n +0002991748 00000 n +0002991933 00000 n +0002992153 00000 n +0003007710 00000 n +0003008089 00000 n +0003008135 00000 n +0003008311 00000 n +0003008357 00000 n +0003019702 00000 n +0003020041 00000 n +0003020087 00000 n +0003020133 00000 n +0003033567 00000 n +0003033893 00000 n +0003033939 00000 n +0003045363 00000 n +0003045739 00000 n +0003045907 00000 n +0003046083 00000 n +0003046129 00000 n +0003046288 00000 n +0003046446 00000 n +0003046605 00000 n +0003048599 00000 n +0003048946 00000 n +0003048992 00000 n +0003049199 00000 n +0003049318 00000 n +0003049446 00000 n +0003059803 00000 n +0003060179 00000 n +0003060225 00000 n +0003060419 00000 n +0003060628 00000 n +0003060835 00000 n +0003060881 00000 n +0003060927 00000 n +0003061051 00000 n +0003061255 00000 n +0003061301 00000 n +0003062201 00000 n +0003074323 00000 n +0003074636 00000 n +0003085682 00000 n +0003086071 00000 n +0003086198 00000 n +0003086376 00000 n +0003086422 00000 n +0003086555 00000 n +0003086687 00000 n +0003086823 00000 n +0003098674 00000 n +0003099012 00000 n +0003099058 00000 n +0003099104 00000 n +0003110202 00000 n +0003110546 00000 n +0003110592 00000 n +0003110638 00000 n +0003110684 00000 n +0003110925 00000 n +0003123649 00000 n +0003123976 00000 n +0003133519 00000 n +0003133820 00000 n +0003142463 00000 n +0003142776 00000 n +0003151886 00000 n +0003152187 00000 n +0003162573 00000 n +0003162944 00000 n +0003162990 00000 n +0003163036 00000 n +0003163216 00000 n +0003176392 00000 n +0003176848 00000 n +0003176894 00000 n +0003177090 00000 n +0003177286 00000 n +0003177482 00000 n +0003177678 00000 n +0003177874 00000 n +0003178070 00000 n +0003178266 00000 n +0003178462 00000 n +0003178658 00000 n +0003178854 00000 n +0003179050 00000 n +0003179246 00000 n +0003179442 00000 n +0003179638 00000 n +0003179834 00000 n +0003179880 00000 n +0003179926 00000 n +0003188730 00000 n +0003189069 00000 n +0003189115 00000 n +0003199419 00000 n +0003199733 00000 n +0003208974 00000 n +0003209321 00000 n +0003209369 00000 n +0003209611 00000 n +0003229052 00000 n +0003229393 00000 n +0003238783 00000 n +0003239124 00000 n +0003239172 00000 n +0003239220 00000 n +0003246164 00000 n +0003246481 00000 n +0003257730 00000 n +0003258072 00000 n +0003258121 00000 n +0003258624 00000 n +0003269675 00000 n +0003269978 00000 n +0003279167 00000 n +0003279496 00000 n +0003292405 00000 n +0003292773 00000 n +0003292821 00000 n +0003292869 00000 n +0003292917 00000 n +0003293077 00000 n +0003293267 00000 n +0003305249 00000 n +0003305609 00000 n +0003305657 00000 n +0003305825 00000 n +0003305873 00000 n +0003305921 00000 n +0003314515 00000 n +0003314818 00000 n +0003321299 00000 n +0003321627 00000 n +0003321676 00000 n +0003322095 00000 n +0003331122 00000 n +0003331451 00000 n +0003341158 00000 n +0003341500 00000 n +0003341549 00000 n +0003341598 00000 n +0003356135 00000 n +0003356464 00000 n +0003371135 00000 n +0003371482 00000 n +0003371530 00000 n +0003371768 00000 n +0003381840 00000 n +0003382201 00000 n +0003382249 00000 n +0003382490 00000 n +0003390551 00000 n +0003390912 00000 n +0003390961 00000 n +0003391215 00000 n +0003401283 00000 n +0003401612 00000 n +0003413338 00000 n +0003413703 00000 n +0003413751 00000 n +0003413941 00000 n +0003414159 00000 n +0003414402 00000 n +0003414450 00000 n +0003426057 00000 n +0003426411 00000 n +0003426459 00000 n +0003426507 00000 n +0003426555 00000 n +0003435980 00000 n +0003436297 00000 n +0003446911 00000 n +0003447253 00000 n +0003447301 00000 n +0003447349 00000 n +0003447397 00000 n +0003447445 00000 n +0003447493 00000 n +0003457872 00000 n +0003458201 00000 n +0003463371 00000 n +0003463674 00000 n +0003471649 00000 n +0003472004 00000 n +0003472053 00000 n +0003481975 00000 n +0003482349 00000 n +0003482501 00000 n +0003482549 00000 n +0003482712 00000 n +0003482760 00000 n +0003482914 00000 n +0003482962 00000 n +0003483632 00000 n +0003483773 00000 n +0003483890 00000 n +0003484010 00000 n +0003484137 00000 n +0003484265 00000 n +0003484406 00000 n +0003484549 00000 n +0003484687 00000 n +0003484828 00000 n +0003484975 00000 n +0003485124 00000 n +0003485272 00000 n +0003485421 00000 n +0003485580 00000 n +0003485740 00000 n +0003485869 00000 n +0003485999 00000 n +0003486128 00000 n +0003486258 00000 n +0003486421 00000 n +0003486585 00000 n +0003486755 00000 n +0003486927 00000 n +0003487094 00000 n +0003487262 00000 n +0003487440 00000 n +0003487619 00000 n +0003487790 00000 n +0003487963 00000 n +0003488111 00000 n +0003488260 00000 n +0003488407 00000 n +0003488555 00000 n +0003488710 00000 n +0003488866 00000 n +0003489022 00000 n +0003489178 00000 n +0003489325 00000 n +0003489472 00000 n +0003489627 00000 n +0003489783 00000 n +0003489939 00000 n +0003490095 00000 n +0003490228 00000 n +0003490359 00000 n +0003490492 00000 n +0003490640 00000 n +0003490788 00000 n +0003490930 00000 n +0003491072 00000 n +0003491220 00000 n +0003491368 00000 n +0003491516 00000 n +0003491664 00000 n +0003491812 00000 n +0003491960 00000 n +0003492109 00000 n +0003492258 00000 n +0003492404 00000 n +0003492550 00000 n +0003492696 00000 n +0003492842 00000 n +0003492988 00000 n +0003493135 00000 n +0003493277 00000 n +0003493419 00000 n +0003493564 00000 n +0003493709 00000 n +0003493856 00000 n +0003494003 00000 n +0003494152 00000 n +0003494301 00000 n +0003494447 00000 n +0003494593 00000 n +0003494745 00000 n +0003494897 00000 n +0003495052 00000 n +0003495207 00000 n +0003495346 00000 n +0003495486 00000 n +0003495605 00000 n +0003495724 00000 n +0003495858 00000 n +0003495992 00000 n +0003496124 00000 n +0003496256 00000 n +0003496382 00000 n +0003496509 00000 n +0003496646 00000 n +0003496783 00000 n +0003496922 00000 n +0003497063 00000 n +0003497203 00000 n +0003497344 00000 n +0003497486 00000 n +0003497628 00000 n +0003497770 00000 n +0003497912 00000 n +0003498040 00000 n +0003498169 00000 n +0003498319 00000 n +0003498470 00000 n +0003498621 00000 n +0003498772 00000 n +0003498915 00000 n +0003499058 00000 n +0003499197 00000 n +0003499336 00000 n +0003499480 00000 n +0003499624 00000 n +0003499772 00000 n +0003499920 00000 n +0003500067 00000 n +0003500215 00000 n +0003500351 00000 n +0003500487 00000 n +0003500632 00000 n +0003500777 00000 n +0003500921 00000 n +0003501066 00000 n +0003501204 00000 n +0003501342 00000 n +0003501489 00000 n +0003501636 00000 n +0003501782 00000 n +0003501929 00000 n +0003502058 00000 n +0003502188 00000 n +0003502310 00000 n +0003502432 00000 n +0003502558 00000 n +0003502684 00000 n +0003502813 00000 n +0003502942 00000 n +0003503069 00000 n +0003503196 00000 n +0003503325 00000 n +0003503454 00000 n +0003503588 00000 n +0003503722 00000 n +0003503864 00000 n +0003504006 00000 n +0003504144 00000 n +0003504282 00000 n +0003504412 00000 n +0003504543 00000 n +0003504688 00000 n +0003504833 00000 n +0003504971 00000 n +0003505109 00000 n +0003505261 00000 n +0003505413 00000 n +0003505539 00000 n +0003505665 00000 n +0003505813 00000 n +0003505961 00000 n +0003506091 00000 n +0003506223 00000 n +0003506358 00000 n +0003506494 00000 n +0003506639 00000 n +0003506785 00000 n +0003506938 00000 n +0003507092 00000 n +0003507223 00000 n +0003507356 00000 n +0003507498 00000 n +0003507641 00000 n +0003507782 00000 n +0003507924 00000 n +0003508083 00000 n +0003508244 00000 n +0003508379 00000 n +0003508515 00000 n +0003508646 00000 n +0003508779 00000 n +0003508909 00000 n +0003509040 00000 n +0003509175 00000 n +0003509311 00000 n +0003509452 00000 n +0003509594 00000 n +0003509728 00000 n +0003509863 00000 n +0003509992 00000 n +0003510122 00000 n +0003510251 00000 n +0003510381 00000 n +0003510519 00000 n +0003510658 00000 n +0003510794 00000 n +0003510931 00000 n +0003511063 00000 n +0003511196 00000 n +0003511338 00000 n +0003511481 00000 n +0003511613 00000 n +0003511746 00000 n +0003511892 00000 n +0003512039 00000 n +0003512189 00000 n +0003512340 00000 n +0003512491 00000 n +0003512643 00000 n +0003512787 00000 n +0003512932 00000 n +0003513073 00000 n +0003513217 00000 n +0003513362 00000 n +0003513508 00000 n +0003513647 00000 n +0003513787 00000 n +0003513935 00000 n +0003514084 00000 n +0003514226 00000 n +0003514369 00000 n +0003514511 00000 n +0003514654 00000 n +0003514796 00000 n +0003514939 00000 n +0003515080 00000 n +0003515222 00000 n +0003515370 00000 n +0003515519 00000 n +0003515665 00000 n +0003515812 00000 n +0003515971 00000 n +0003516131 00000 n +0003516284 00000 n +0003516438 00000 n +0003516591 00000 n +0003516745 00000 n +0003516895 00000 n +0003517046 00000 n +0003517202 00000 n +0003517359 00000 n +0003517517 00000 n +0003517676 00000 n +0003517831 00000 n +0003517988 00000 n +0003518144 00000 n +0003518301 00000 n +0003518464 00000 n +0003518628 00000 n +0003518794 00000 n +0003518961 00000 n +0003519124 00000 n +0003519289 00000 n +0003519439 00000 n +0003519591 00000 n +0003519749 00000 n +0003519908 00000 n +0003520069 00000 n +0003520231 00000 n +0003520389 00000 n +0003520549 00000 n +0003520698 00000 n +0003520848 00000 n +0003521004 00000 n +0003521161 00000 n +0003521317 00000 n +0003521475 00000 n +0003521609 00000 n +0003521744 00000 n +0003521896 00000 n +0003522049 00000 n +0003522208 00000 n +0003522368 00000 n +0003522507 00000 n +0003522647 00000 n +0003522791 00000 n 0003522937 00000 n -0003523072 00000 n -0003523208 00000 n -0003523337 00000 n -0003523467 00000 n -0003523604 00000 n -0003523743 00000 n -0003523881 00000 n -0003524020 00000 n -0003524177 00000 n -0003524335 00000 n -0003524498 00000 n -0003524662 00000 n -0003524826 00000 n -0003524991 00000 n -0003525130 00000 n -0003525270 00000 n -0003525409 00000 n -0003525550 00000 n -0003525699 00000 n -0003525849 00000 n -0003526028 00000 n -0003526208 00000 n -0003526382 00000 n -0003526557 00000 n -0003526739 00000 n -0003526923 00000 n -0003527059 00000 n -0003527196 00000 n -0003527337 00000 n -0003527479 00000 n -0003527630 00000 n -0003527782 00000 n -0003527932 00000 n -0003528083 00000 n -0003528238 00000 n -0003528394 00000 n -0003528544 00000 n -0003528696 00000 n -0003528830 00000 n -0003528965 00000 n -0003529099 00000 n -0003529234 00000 n -0003529368 00000 n -0003529503 00000 n -0003529654 00000 n -0003529806 00000 n -0003529930 00000 n -0003530055 00000 n -0003530188 00000 n -0003530322 00000 n -0003530462 00000 n -0003530604 00000 n -0003530749 00000 n -0003530895 00000 n -0003531038 00000 n -0003531182 00000 n -0003531324 00000 n -0003531467 00000 n -0003531617 00000 n -0003531769 00000 n -0003531920 00000 n -0003532076 00000 n -0003532230 00000 n -0003532382 00000 n -0003532531 00000 n -0003532682 00000 n -0003532818 00000 n -0003532955 00000 n -0003533100 00000 n -0003533247 00000 n -0003533393 00000 n -0003533540 00000 n -0003533690 00000 n -0003533841 00000 n -0003533987 00000 n -0003534134 00000 n -0003534216 00000 n -0003534508 00000 n -0003534704 00000 n -0003534852 00000 n -0003535195 00000 n -0003535420 00000 n -0003535616 00000 n -0003535808 00000 n -0003536092 00000 n -0003536420 00000 n -0003536613 00000 n -0003536878 00000 n -0003537175 00000 n -0003537376 00000 n -0003537566 00000 n -0003537735 00000 n -0003537924 00000 n -0003538142 00000 n -0003538399 00000 n -0003538621 00000 n -0003538843 00000 n -0003539267 00000 n -0003539489 00000 n -0003539711 00000 n -0003540248 00000 n -0003540446 00000 n -0003540767 00000 n -0003541081 00000 n -0003541338 00000 n -0003541675 00000 n -0003542108 00000 n -0003542418 00000 n -0003542663 00000 n -0003542861 00000 n -0003543217 00000 n -0003543443 00000 n -0003543700 00000 n -0003543918 00000 n -0003544255 00000 n -0003544473 00000 n -0003544643 00000 n -0003544817 00000 n -0003545130 00000 n -0003545504 00000 n -0003545856 00000 n -0003546050 00000 n -0003546239 00000 n -0003546452 00000 n -0003546687 00000 n -0003547081 00000 n -0003547526 00000 n -0003547721 00000 n -0003547930 00000 n -0003548124 00000 n -0003548577 00000 n -0003549077 00000 n -0003549251 00000 n -0003549500 00000 n -0003549734 00000 n -0003550194 00000 n -0003550388 00000 n -0003550582 00000 n -0003551058 00000 n -0003551252 00000 n -0003551447 00000 n -0003551650 00000 n -0003551976 00000 n -0003552190 00000 n -0003552420 00000 n -0003552657 00000 n -0003552903 00000 n -0003553105 00000 n -0003553378 00000 n -0003553536 00000 n -0003553682 00000 n -0003553884 00000 n -0003554098 00000 n -0003554313 00000 n -0003554567 00000 n -0003554802 00000 n -0003555008 00000 n -0003555218 00000 n -0003555479 00000 n -0003555730 00000 n -0003555936 00000 n -0003556173 00000 n -0003556474 00000 n -0003556767 00000 n -0003557053 00000 n -0003557290 00000 n -0003557528 00000 n -0003557805 00000 n -0003558019 00000 n -0003558247 00000 n -0003558413 00000 n -0003558675 00000 n -0003558936 00000 n -0003559197 00000 n -0003559458 00000 n -0003559698 00000 n -0003559915 00000 n -0003560216 00000 n -0003560442 00000 n -0003560687 00000 n -0003560885 00000 n -0003561023 00000 n -0003561259 00000 n -0003561463 00000 n -0003561808 00000 n -0003562034 00000 n -0003562312 00000 n -0003562543 00000 n -0003562828 00000 n -0003563002 00000 n -0003563195 00000 n -0003563456 00000 n -0003563676 00000 n -0003563869 00000 n -0003564220 00000 n -0003564470 00000 n -0003564707 00000 n -0003564853 00000 n -0003565229 00000 n -0003565471 00000 n -0003565708 00000 n -0003565854 00000 n -0003566234 00000 n -0003566477 00000 n -0003566715 00000 n -0003566862 00000 n -0003567195 00000 n -0003567437 00000 n -0003567583 00000 n -0003567896 00000 n -0003568106 00000 n -0003568360 00000 n -0003568613 00000 n -0003568791 00000 n -0003568958 00000 n -0003569366 00000 n -0003569537 00000 n -0003569751 00000 n -0003569920 00000 n -0003570126 00000 n -0003570410 00000 n -0003570628 00000 n -0003570838 00000 n -0003571178 00000 n -0003571364 00000 n -0003571597 00000 n -0003571790 00000 n -0003571956 00000 n -0003572113 00000 n -0003572384 00000 n -0003572721 00000 n -0003573093 00000 n -0003573359 00000 n -0003573585 00000 n -0003573831 00000 n -0003574098 00000 n -0003574296 00000 n -0003574596 00000 n -0003574862 00000 n -0003575171 00000 n -0003575448 00000 n -0003575765 00000 n -0003576023 00000 n -0003576264 00000 n -0003576466 00000 n -0003576716 00000 n -0003576970 00000 n -0003577351 00000 n -0003577688 00000 n -0003577976 00000 n -0003578174 00000 n -0003578387 00000 n -0003578653 00000 n -0003579197 00000 n -0003579395 00000 n -0003579584 00000 n -0003579773 00000 n -0003579962 00000 n -0003580423 00000 n -0003580609 00000 n -0003580799 00000 n -0003581207 00000 n -0003581426 00000 n -0003581616 00000 n -0003581927 00000 n -0003582369 00000 n -0003582544 00000 n -0003582845 00000 n -0003583072 00000 n -0003583286 00000 n -0003583496 00000 n -0003583727 00000 n -0003583958 00000 n -0003584253 00000 n -0003584671 00000 n -0003585109 00000 n -0003585505 00000 n -0003585967 00000 n -0003586409 00000 n -0003586795 00000 n -0003587089 00000 n -0003587559 00000 n -0003587920 00000 n -0003588291 00000 n -0003588665 00000 n -0003589020 00000 n -0003589430 00000 n -0003589725 00000 n -0003590019 00000 n -0003590429 00000 n -0003590748 00000 n -0003596065 00000 n -0003605449 00000 n -0003605667 00000 n -0003607031 00000 n -0003608080 00000 n -0003609666 00000 n -0003609884 00000 n -0003610213 00000 n -0003611347 00000 n -0003619921 00000 n -0003620144 00000 n -0003621508 00000 n -0003622575 00000 n -0003628789 00000 n -0003629005 00000 n -0003630369 00000 n -0003631413 00000 n -0003632448 00000 n -0003632671 00000 n -0003632986 00000 n -0003633463 00000 n -0003634419 00000 n -0003634644 00000 n -0003634946 00000 n -0003635416 00000 n -0003640809 00000 n -0003641037 00000 n -0003642401 00000 n -0003643493 00000 n -0003645424 00000 n -0003645640 00000 n -0003645984 00000 n -0003647123 00000 n -0003648579 00000 n -0003648799 00000 n -0003650163 00000 n -0003651302 00000 n -0003652711 00000 n -0003652924 00000 n -0003654288 00000 n +0003523085 00000 n +0003523234 00000 n +0003523373 00000 n +0003523514 00000 n +0003523667 00000 n +0003523822 00000 n +0003523972 00000 n +0003524124 00000 n +0003524272 00000 n +0003524423 00000 n +0003524569 00000 n +0003524716 00000 n +0003524855 00000 n +0003524996 00000 n +0003525154 00000 n +0003525314 00000 n +0003525466 00000 n +0003525619 00000 n +0003525757 00000 n +0003525897 00000 n +0003526043 00000 n +0003526190 00000 n +0003526341 00000 n +0003526493 00000 n +0003526640 00000 n +0003526788 00000 n +0003526936 00000 n +0003527086 00000 n +0003527243 00000 n +0003527401 00000 n +0003527557 00000 n +0003527715 00000 n +0003527868 00000 n +0003528022 00000 n +0003528171 00000 n +0003528321 00000 n +0003528481 00000 n +0003528642 00000 n +0003528793 00000 n +0003528945 00000 n +0003529085 00000 n +0003529227 00000 n +0003529392 00000 n +0003529558 00000 n +0003529711 00000 n +0003529866 00000 n +0003529995 00000 n +0003530125 00000 n +0003530272 00000 n +0003530420 00000 n +0003530562 00000 n +0003530706 00000 n +0003530847 00000 n +0003530990 00000 n +0003531133 00000 n +0003531277 00000 n +0003531425 00000 n +0003531574 00000 n +0003531708 00000 n +0003531843 00000 n +0003531975 00000 n +0003532109 00000 n +0003532228 00000 n +0003532348 00000 n +0003532487 00000 n +0003532627 00000 n +0003532777 00000 n +0003532928 00000 n +0003533071 00000 n +0003533215 00000 n +0003533354 00000 n +0003533495 00000 n +0003533630 00000 n +0003533766 00000 n +0003533899 00000 n +0003534035 00000 n +0003534171 00000 n +0003534310 00000 n +0003534457 00000 n +0003534604 00000 n +0003534752 00000 n +0003534887 00000 n +0003535023 00000 n +0003535152 00000 n +0003535282 00000 n +0003535419 00000 n +0003535558 00000 n +0003535696 00000 n +0003535835 00000 n +0003535992 00000 n +0003536150 00000 n +0003536313 00000 n +0003536477 00000 n +0003536641 00000 n +0003536806 00000 n +0003536945 00000 n +0003537085 00000 n +0003537224 00000 n +0003537365 00000 n +0003537514 00000 n +0003537664 00000 n +0003537843 00000 n +0003538023 00000 n +0003538197 00000 n +0003538372 00000 n +0003538554 00000 n +0003538738 00000 n +0003538874 00000 n +0003539011 00000 n +0003539152 00000 n +0003539294 00000 n +0003539445 00000 n +0003539597 00000 n +0003539747 00000 n +0003539898 00000 n +0003540053 00000 n +0003540209 00000 n +0003540359 00000 n +0003540511 00000 n +0003540645 00000 n +0003540780 00000 n +0003540914 00000 n +0003541049 00000 n +0003541183 00000 n +0003541318 00000 n +0003541469 00000 n +0003541621 00000 n +0003541745 00000 n +0003541870 00000 n +0003542003 00000 n +0003542137 00000 n +0003542277 00000 n +0003542419 00000 n +0003542564 00000 n +0003542710 00000 n +0003542853 00000 n +0003542997 00000 n +0003543139 00000 n +0003543282 00000 n +0003543432 00000 n +0003543584 00000 n +0003543735 00000 n +0003543891 00000 n +0003544045 00000 n +0003544197 00000 n +0003544346 00000 n +0003544497 00000 n +0003544633 00000 n +0003544770 00000 n +0003544915 00000 n +0003545062 00000 n +0003545208 00000 n +0003545355 00000 n +0003545505 00000 n +0003545656 00000 n +0003545802 00000 n +0003545949 00000 n +0003546031 00000 n +0003546323 00000 n +0003546519 00000 n +0003546667 00000 n +0003547010 00000 n +0003547235 00000 n +0003547431 00000 n +0003547623 00000 n +0003547907 00000 n +0003548235 00000 n +0003548428 00000 n +0003548693 00000 n +0003548990 00000 n +0003549191 00000 n +0003549381 00000 n +0003549550 00000 n +0003549739 00000 n +0003549957 00000 n +0003550214 00000 n +0003550436 00000 n +0003550658 00000 n +0003551082 00000 n +0003551304 00000 n +0003551526 00000 n +0003552063 00000 n +0003552261 00000 n +0003552582 00000 n +0003552896 00000 n +0003553153 00000 n +0003553490 00000 n +0003553923 00000 n +0003554233 00000 n +0003554478 00000 n +0003554676 00000 n +0003555032 00000 n +0003555258 00000 n +0003555515 00000 n +0003555733 00000 n +0003556070 00000 n +0003556288 00000 n +0003556458 00000 n +0003556632 00000 n +0003556945 00000 n +0003557319 00000 n +0003557671 00000 n +0003557865 00000 n +0003558054 00000 n +0003558267 00000 n +0003558502 00000 n +0003558896 00000 n +0003559341 00000 n +0003559536 00000 n +0003559745 00000 n +0003559939 00000 n +0003560392 00000 n +0003560892 00000 n +0003561066 00000 n +0003561315 00000 n +0003561549 00000 n +0003562009 00000 n +0003562203 00000 n +0003562397 00000 n +0003562873 00000 n +0003563067 00000 n +0003563262 00000 n +0003563465 00000 n +0003563791 00000 n +0003564005 00000 n +0003564235 00000 n +0003564472 00000 n +0003564718 00000 n +0003564920 00000 n +0003565194 00000 n +0003565352 00000 n +0003565498 00000 n +0003565700 00000 n +0003565914 00000 n +0003566129 00000 n +0003566383 00000 n +0003566618 00000 n +0003566824 00000 n +0003567034 00000 n +0003567295 00000 n +0003567546 00000 n +0003567752 00000 n +0003567989 00000 n +0003568290 00000 n +0003568583 00000 n +0003568869 00000 n +0003569106 00000 n +0003569344 00000 n +0003569621 00000 n +0003569835 00000 n +0003570063 00000 n +0003570229 00000 n +0003570491 00000 n +0003570752 00000 n +0003571013 00000 n +0003571274 00000 n +0003571514 00000 n +0003571731 00000 n +0003572032 00000 n +0003572258 00000 n +0003572503 00000 n +0003572701 00000 n +0003572839 00000 n +0003573075 00000 n +0003573279 00000 n +0003573624 00000 n +0003573850 00000 n +0003574128 00000 n +0003574359 00000 n +0003574644 00000 n +0003574818 00000 n +0003575011 00000 n +0003575272 00000 n +0003575492 00000 n +0003575685 00000 n +0003576036 00000 n +0003576286 00000 n +0003576523 00000 n +0003576669 00000 n +0003577045 00000 n +0003577287 00000 n +0003577524 00000 n +0003577670 00000 n +0003578050 00000 n +0003578293 00000 n +0003578531 00000 n +0003578678 00000 n +0003579011 00000 n +0003579253 00000 n +0003579399 00000 n +0003579712 00000 n +0003579922 00000 n +0003580176 00000 n +0003580429 00000 n +0003580607 00000 n +0003580774 00000 n +0003581182 00000 n +0003581353 00000 n +0003581567 00000 n +0003581736 00000 n +0003581942 00000 n +0003582226 00000 n +0003582444 00000 n +0003582654 00000 n +0003582994 00000 n +0003583180 00000 n +0003583413 00000 n +0003583606 00000 n +0003583772 00000 n +0003583929 00000 n +0003584200 00000 n +0003584537 00000 n +0003584909 00000 n +0003585175 00000 n +0003585401 00000 n +0003585647 00000 n +0003585914 00000 n +0003586112 00000 n +0003586412 00000 n +0003586678 00000 n +0003586987 00000 n +0003587264 00000 n +0003587581 00000 n +0003587839 00000 n +0003588080 00000 n +0003588282 00000 n +0003588532 00000 n +0003588786 00000 n +0003589167 00000 n +0003589504 00000 n +0003589792 00000 n +0003589990 00000 n +0003590203 00000 n +0003590469 00000 n +0003591013 00000 n +0003591211 00000 n +0003591400 00000 n +0003591589 00000 n +0003591778 00000 n +0003592239 00000 n +0003592425 00000 n +0003592615 00000 n +0003593024 00000 n +0003593243 00000 n +0003593433 00000 n +0003593744 00000 n +0003594186 00000 n +0003594361 00000 n +0003594662 00000 n +0003594889 00000 n +0003595103 00000 n +0003595313 00000 n +0003595544 00000 n +0003595775 00000 n +0003596070 00000 n +0003596488 00000 n +0003596926 00000 n +0003597322 00000 n +0003597784 00000 n +0003598226 00000 n +0003598612 00000 n +0003598906 00000 n +0003599376 00000 n +0003599737 00000 n +0003600108 00000 n +0003600482 00000 n +0003600837 00000 n +0003601247 00000 n +0003601542 00000 n +0003601836 00000 n +0003602246 00000 n +0003602565 00000 n +0003607920 00000 n +0003617304 00000 n +0003617522 00000 n +0003618886 00000 n +0003619935 00000 n +0003621521 00000 n +0003621739 00000 n +0003622068 00000 n +0003623202 00000 n +0003631776 00000 n +0003631999 00000 n +0003633363 00000 n +0003634430 00000 n +0003640644 00000 n +0003640860 00000 n +0003642224 00000 n +0003643268 00000 n +0003644303 00000 n +0003644526 00000 n +0003644841 00000 n +0003645318 00000 n +0003646274 00000 n +0003646499 00000 n +0003646801 00000 n +0003647271 00000 n +0003652664 00000 n +0003652892 00000 n +0003654256 00000 n +0003655348 00000 n +0003657279 00000 n +0003657495 00000 n +0003657839 00000 n +0003658978 00000 n +0003660434 00000 n +0003660654 00000 n +0003662018 00000 n +0003663157 00000 n +0003664566 00000 n +0003664779 00000 n +0003666143 00000 n trailer -<< /Size 1780 +<< /Size 1784 /Root 2 0 R /Info 1 0 R >> startxref -3655426 +3667281 %%EOF diff --git a/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html b/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html index 0dd9fe9f9a..36f09f0b01 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html +++ b/spring-cloud-contract-maven-plugin/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html b/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html index 8d9ed9dff5..c9c2ff1acb 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html +++ b/spring-cloud-contract-maven-plugin/apidocs/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/constant-values.html b/spring-cloud-contract-maven-plugin/apidocs/constant-values.html index c10062f15d..1f6d00d9df 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/constant-values.html +++ b/spring-cloud-contract-maven-plugin/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/deprecated-list.html b/spring-cloud-contract-maven-plugin/apidocs/deprecated-list.html index f5eff5de7e..c41ddd3d6e 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/deprecated-list.html +++ b/spring-cloud-contract-maven-plugin/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/help-doc.html b/spring-cloud-contract-maven-plugin/apidocs/help-doc.html index 00371ef871..c4ceaf3c90 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/help-doc.html +++ b/spring-cloud-contract-maven-plugin/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/index-all.html b/spring-cloud-contract-maven-plugin/apidocs/index-all.html index f57eb0279b..16fb83d695 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/index-all.html +++ b/spring-cloud-contract-maven-plugin/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API) diff --git a/spring-cloud-contract-maven-plugin/apidocs/index.html b/spring-cloud-contract-maven-plugin/apidocs/index.html index 5cd825beca..1d53a17b6a 100644 --- a/spring-cloud-contract-maven-plugin/apidocs/index.html +++ b/spring-cloud-contract-maven-plugin/apidocs/index.html @@ -2,7 +2,7 @@ - + Spring Cloud Contract Maven Plugin 2.2.0.BUILD-SNAPSHOT API