Spaces:
Running
Running
File size: 69,916 Bytes
c7b29cc 672880c eed1e51 c7b29cc c240de9 c7b29cc 45d2e66 c7b29cc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 |
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<style type="text/css">
.lst-kix_fv0uatir2ufl-8>li:before {
content: "\0025a0 "
}
.lst-kix_fv0uatir2ufl-5>li:before {
content: "\0025a0 "
}
ol.lst-kix_gs00va2l292e-8.start {
counter-reset: lst-ctn-kix_gs00va2l292e-8 0
}
.lst-kix_o12c65tpuwmu-3>li {
counter-increment: lst-ctn-kix_o12c65tpuwmu-3
}
.lst-kix_fv0uatir2ufl-4>li:before {
content: "\0025cb "
}
.lst-kix_fv0uatir2ufl-3>li:before {
content: "\0025cf "
}
.lst-kix_2z7sxuic4qcz-1>li {
counter-increment: lst-ctn-kix_2z7sxuic4qcz-1
}
.lst-kix_rfv171ve2zmi-2>li:before {
content: "" counter(lst-ctn-kix_rfv171ve2zmi-2, decimal) ". "
}
.lst-kix_g3jk1pagzpg-3>li {
counter-increment: lst-ctn-kix_g3jk1pagzpg-3
}
.lst-kix_rfv171ve2zmi-0>li:before {
content: "" counter(lst-ctn-kix_rfv171ve2zmi-0, upper-roman) ". "
}
.lst-kix_rfv171ve2zmi-1>li:before {
content: "" counter(lst-ctn-kix_rfv171ve2zmi-1, upper-latin) ". "
}
.lst-kix_t4rs0psumuc-7>li {
counter-increment: lst-ctn-kix_t4rs0psumuc-7
}
.lst-kix_gs00va2l292e-7>li {
counter-increment: lst-ctn-kix_gs00va2l292e-7
}
.lst-kix_fv0uatir2ufl-6>li:before {
content: "\0025cf "
}
.lst-kix_fv0uatir2ufl-7>li:before {
content: "\0025cb "
}
.lst-kix_g3jk1pagzpg-4>li:before {
content: "" counter(lst-ctn-kix_g3jk1pagzpg-4, lower-roman) ". "
}
ol.lst-kix_g3jk1pagzpg-2.start {
counter-reset: lst-ctn-kix_g3jk1pagzpg-2 0
}
.lst-kix_rfv171ve2zmi-8>li:before {
content: "(" counter(lst-ctn-kix_rfv171ve2zmi-8, lower-roman) ") "
}
.lst-kix_g3jk1pagzpg-3>li:before {
content: "" counter(lst-ctn-kix_g3jk1pagzpg-3, lower-latin) ". "
}
.lst-kix_g3jk1pagzpg-7>li:before {
content: "" counter(lst-ctn-kix_g3jk1pagzpg-7, lower-roman) ". "
}
.lst-kix_g3jk1pagzpg-0>li:before {
content: "" counter(lst-ctn-kix_g3jk1pagzpg-0, lower-latin) ". "
}
.lst-kix_g3jk1pagzpg-8>li:before {
content: "" counter(lst-ctn-kix_g3jk1pagzpg-8, decimal) ". "
}
.lst-kix_g3jk1pagzpg-2>li:before {
content: "" counter(lst-ctn-kix_g3jk1pagzpg-2, decimal) ". "
}
.lst-kix_rfv171ve2zmi-3>li:before {
content: "" counter(lst-ctn-kix_rfv171ve2zmi-3, lower-latin) ") "
}
.lst-kix_g3jk1pagzpg-1>li:before {
content: "" counter(lst-ctn-kix_g3jk1pagzpg-1, lower-roman) ". "
}
ol.lst-kix_t4rs0psumuc-8.start {
counter-reset: lst-ctn-kix_t4rs0psumuc-8 0
}
.lst-kix_fv0uatir2ufl-0>li:before {
content: "\0025cf "
}
.lst-kix_fv0uatir2ufl-2>li:before {
content: "\0025a0 "
}
.lst-kix_rfv171ve2zmi-4>li:before {
content: "(" counter(lst-ctn-kix_rfv171ve2zmi-4, decimal) ") "
}
ol.lst-kix_t4rs0psumuc-2.start {
counter-reset: lst-ctn-kix_t4rs0psumuc-2 0
}
.lst-kix_fv0uatir2ufl-1>li:before {
content: "\0025cb "
}
.lst-kix_rfv171ve2zmi-5>li:before {
content: "(" counter(lst-ctn-kix_rfv171ve2zmi-5, lower-latin) ") "
}
.lst-kix_rfv171ve2zmi-6>li:before {
content: "(" counter(lst-ctn-kix_rfv171ve2zmi-6, lower-roman) ") "
}
.lst-kix_g3jk1pagzpg-1>li {
counter-increment: lst-ctn-kix_g3jk1pagzpg-1
}
.lst-kix_g3jk1pagzpg-6>li:before {
content: "" counter(lst-ctn-kix_g3jk1pagzpg-6, lower-latin) ". "
}
.lst-kix_rfv171ve2zmi-7>li:before {
content: "(" counter(lst-ctn-kix_rfv171ve2zmi-7, lower-latin) ") "
}
.lst-kix_g3jk1pagzpg-5>li:before {
content: "" counter(lst-ctn-kix_g3jk1pagzpg-5, decimal) ". "
}
ol.lst-kix_g3jk1pagzpg-8.start {
counter-reset: lst-ctn-kix_g3jk1pagzpg-8 0
}
ol.lst-kix_2z7sxuic4qcz-0.start {
counter-reset: lst-ctn-kix_2z7sxuic4qcz-0 0
}
ol.lst-kix_2z7sxuic4qcz-3 {
list-style-type: none
}
ol.lst-kix_2z7sxuic4qcz-2 {
list-style-type: none
}
.lst-kix_o12c65tpuwmu-1>li {
counter-increment: lst-ctn-kix_o12c65tpuwmu-1
}
ol.lst-kix_2z7sxuic4qcz-1 {
list-style-type: none
}
ol.lst-kix_2z7sxuic4qcz-0 {
list-style-type: none
}
ol.lst-kix_2z7sxuic4qcz-7 {
list-style-type: none
}
ol.lst-kix_2z7sxuic4qcz-6 {
list-style-type: none
}
ol.lst-kix_2z7sxuic4qcz-5 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-3.start {
counter-reset: lst-ctn-kix_t4rs0psumuc-3 0
}
ol.lst-kix_2z7sxuic4qcz-4 {
list-style-type: none
}
ol.lst-kix_2z7sxuic4qcz-4.start {
counter-reset: lst-ctn-kix_2z7sxuic4qcz-4 0
}
ol.lst-kix_2z7sxuic4qcz-8 {
list-style-type: none
}
.lst-kix_2z7sxuic4qcz-3>li {
counter-increment: lst-ctn-kix_2z7sxuic4qcz-3
}
ul.lst-kix_fv0uatir2ufl-2 {
list-style-type: none
}
ul.lst-kix_fv0uatir2ufl-1 {
list-style-type: none
}
ul.lst-kix_fv0uatir2ufl-0 {
list-style-type: none
}
ul.lst-kix_fv0uatir2ufl-6 {
list-style-type: none
}
ul.lst-kix_fv0uatir2ufl-5 {
list-style-type: none
}
.lst-kix_o12c65tpuwmu-7>li {
counter-increment: lst-ctn-kix_o12c65tpuwmu-7
}
ul.lst-kix_fv0uatir2ufl-4 {
list-style-type: none
}
ul.lst-kix_fv0uatir2ufl-3 {
list-style-type: none
}
ul.lst-kix_fv0uatir2ufl-8 {
list-style-type: none
}
ul.lst-kix_fv0uatir2ufl-7 {
list-style-type: none
}
ol.lst-kix_g3jk1pagzpg-7.start {
counter-reset: lst-ctn-kix_g3jk1pagzpg-7 0
}
ol.lst-kix_t4rs0psumuc-8 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-7 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-4 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-3 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-6 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-5 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-0 {
list-style-type: none
}
.lst-kix_rfv171ve2zmi-8>li {
counter-increment: lst-ctn-kix_rfv171ve2zmi-8
}
ol.lst-kix_2z7sxuic4qcz-5.start {
counter-reset: lst-ctn-kix_2z7sxuic4qcz-5 0
}
ol.lst-kix_t4rs0psumuc-2 {
list-style-type: none
}
.lst-kix_a5viigb0xhl7-1>li:before {
content: "" counter(lst-ctn-kix_a5viigb0xhl7-1, lower-latin) ". "
}
ol.lst-kix_t4rs0psumuc-1 {
list-style-type: none
}
.lst-kix_a5viigb0xhl7-8>li {
counter-increment: lst-ctn-kix_a5viigb0xhl7-8
}
.lst-kix_a5viigb0xhl7-0>li:before {
content: "" counter(lst-ctn-kix_a5viigb0xhl7-0, decimal) ". "
}
ol.lst-kix_g3jk1pagzpg-1.start {
counter-reset: lst-ctn-kix_g3jk1pagzpg-1 0
}
.lst-kix_ehrga9das63p-8>li:before {
content: "- "
}
ol.lst-kix_rfv171ve2zmi-7 {
list-style-type: none
}
ol.lst-kix_a5viigb0xhl7-5.start {
counter-reset: lst-ctn-kix_a5viigb0xhl7-5 0
}
ol.lst-kix_rfv171ve2zmi-8 {
list-style-type: none
}
ol.lst-kix_gs00va2l292e-1.start {
counter-reset: lst-ctn-kix_gs00va2l292e-1 0
}
ol.lst-kix_rfv171ve2zmi-3 {
list-style-type: none
}
ol.lst-kix_rfv171ve2zmi-4 {
list-style-type: none
}
.lst-kix_gs00va2l292e-8>li:before {
content: "" counter(lst-ctn-kix_gs00va2l292e-8, decimal) ". "
}
ol.lst-kix_rfv171ve2zmi-5 {
list-style-type: none
}
ol.lst-kix_rfv171ve2zmi-6 {
list-style-type: none
}
.lst-kix_gs00va2l292e-3>li:before {
content: "" counter(lst-ctn-kix_gs00va2l292e-3, lower-latin) ") "
}
ol.lst-kix_rfv171ve2zmi-0 {
list-style-type: none
}
.lst-kix_t4rs0psumuc-2>li {
counter-increment: lst-ctn-kix_t4rs0psumuc-2
}
.lst-kix_a5viigb0xhl7-3>li:before {
content: "" counter(lst-ctn-kix_a5viigb0xhl7-3, decimal) ". "
}
ol.lst-kix_rfv171ve2zmi-1 {
list-style-type: none
}
ol.lst-kix_rfv171ve2zmi-2 {
list-style-type: none
}
.lst-kix_gs00va2l292e-1>li:before {
content: "(" counter(lst-ctn-kix_gs00va2l292e-1, lower-roman) ") "
}
.lst-kix_ehrga9das63p-2>li:before {
content: "- "
}
ol.lst-kix_o12c65tpuwmu-3.start {
counter-reset: lst-ctn-kix_o12c65tpuwmu-3 0
}
.lst-kix_g3jk1pagzpg-8>li {
counter-increment: lst-ctn-kix_g3jk1pagzpg-8
}
.lst-kix_ehrga9das63p-0>li:before {
content: "- "
}
.lst-kix_a5viigb0xhl7-5>li:before {
content: "" counter(lst-ctn-kix_a5viigb0xhl7-5, lower-roman) ". "
}
.lst-kix_a5viigb0xhl7-7>li:before {
content: "" counter(lst-ctn-kix_a5viigb0xhl7-7, lower-latin) ". "
}
.lst-kix_gs00va2l292e-1>li {
counter-increment: lst-ctn-kix_gs00va2l292e-1
}
ol.lst-kix_gs00va2l292e-4.start {
counter-reset: lst-ctn-kix_gs00va2l292e-4 0
}
ol.lst-kix_g3jk1pagzpg-0.start {
counter-reset: lst-ctn-kix_g3jk1pagzpg-0 0
}
ol.lst-kix_t4rs0psumuc-1.start {
counter-reset: lst-ctn-kix_t4rs0psumuc-1 0
}
.lst-kix_t4rs0psumuc-1>li {
counter-increment: lst-ctn-kix_t4rs0psumuc-1
}
ol.lst-kix_2z7sxuic4qcz-6.start {
counter-reset: lst-ctn-kix_2z7sxuic4qcz-6 0
}
.lst-kix_rfv171ve2zmi-3>li {
counter-increment: lst-ctn-kix_rfv171ve2zmi-3
}
.lst-kix_rfv171ve2zmi-4>li {
counter-increment: lst-ctn-kix_rfv171ve2zmi-4
}
ol.lst-kix_o12c65tpuwmu-1 {
list-style-type: none
}
ol.lst-kix_o12c65tpuwmu-2 {
list-style-type: none
}
.lst-kix_gs00va2l292e-3>li {
counter-increment: lst-ctn-kix_gs00va2l292e-3
}
ol.lst-kix_o12c65tpuwmu-0 {
list-style-type: none
}
ol.lst-kix_o12c65tpuwmu-5 {
list-style-type: none
}
ol.lst-kix_o12c65tpuwmu-6 {
list-style-type: none
}
ol.lst-kix_o12c65tpuwmu-3 {
list-style-type: none
}
.lst-kix_t4rs0psumuc-3>li {
counter-increment: lst-ctn-kix_t4rs0psumuc-3
}
ol.lst-kix_o12c65tpuwmu-4 {
list-style-type: none
}
ol.lst-kix_o12c65tpuwmu-7 {
list-style-type: none
}
.lst-kix_a5viigb0xhl7-6>li {
counter-increment: lst-ctn-kix_a5viigb0xhl7-6
}
ol.lst-kix_o12c65tpuwmu-8 {
list-style-type: none
}
ol.lst-kix_o12c65tpuwmu-6.start {
counter-reset: lst-ctn-kix_o12c65tpuwmu-6 0
}
ol.lst-kix_a5viigb0xhl7-2.start {
counter-reset: lst-ctn-kix_a5viigb0xhl7-2 0
}
ol.lst-kix_rfv171ve2zmi-3.start {
counter-reset: lst-ctn-kix_rfv171ve2zmi-3 0
}
.lst-kix_g3jk1pagzpg-7>li {
counter-increment: lst-ctn-kix_g3jk1pagzpg-7
}
ol.lst-kix_rfv171ve2zmi-6.start {
counter-reset: lst-ctn-kix_rfv171ve2zmi-6 0
}
.lst-kix_2z7sxuic4qcz-5>li {
counter-increment: lst-ctn-kix_2z7sxuic4qcz-5
}
.lst-kix_o12c65tpuwmu-7>li:before {
content: "" counter(lst-ctn-kix_o12c65tpuwmu-7, lower-roman) ". "
}
.lst-kix_t4rs0psumuc-4>li:before {
content: "" counter(lst-ctn-kix_t4rs0psumuc-4, lower-roman) ". "
}
.lst-kix_t4rs0psumuc-6>li:before {
content: "" counter(lst-ctn-kix_t4rs0psumuc-6, lower-latin) ". "
}
.lst-kix_2z7sxuic4qcz-4>li {
counter-increment: lst-ctn-kix_2z7sxuic4qcz-4
}
ol.lst-kix_rfv171ve2zmi-5.start {
counter-reset: lst-ctn-kix_rfv171ve2zmi-5 0
}
.lst-kix_o12c65tpuwmu-5>li:before {
content: "" counter(lst-ctn-kix_o12c65tpuwmu-5, decimal) ") "
}
ol.lst-kix_2z7sxuic4qcz-7.start {
counter-reset: lst-ctn-kix_2z7sxuic4qcz-7 0
}
.lst-kix_a5viigb0xhl7-7>li {
counter-increment: lst-ctn-kix_a5viigb0xhl7-7
}
.lst-kix_o12c65tpuwmu-3>li:before {
content: "" counter(lst-ctn-kix_o12c65tpuwmu-3, lower-latin) ") "
}
ol.lst-kix_a5viigb0xhl7-3.start {
counter-reset: lst-ctn-kix_a5viigb0xhl7-3 0
}
.lst-kix_a5viigb0xhl7-1>li {
counter-increment: lst-ctn-kix_a5viigb0xhl7-1
}
ol.lst-kix_gs00va2l292e-2.start {
counter-reset: lst-ctn-kix_gs00va2l292e-2 0
}
.lst-kix_a5viigb0xhl7-0>li {
counter-increment: lst-ctn-kix_a5viigb0xhl7-0
}
.lst-kix_t4rs0psumuc-8>li:before {
content: "" counter(lst-ctn-kix_t4rs0psumuc-8, decimal) ". "
}
ol.lst-kix_o12c65tpuwmu-5.start {
counter-reset: lst-ctn-kix_o12c65tpuwmu-5 0
}
.lst-kix_o12c65tpuwmu-2>li {
counter-increment: lst-ctn-kix_o12c65tpuwmu-2
}
ol.lst-kix_a5viigb0xhl7-4.start {
counter-reset: lst-ctn-kix_a5viigb0xhl7-4 0
}
.lst-kix_o12c65tpuwmu-8>li {
counter-increment: lst-ctn-kix_o12c65tpuwmu-8
}
ol.lst-kix_o12c65tpuwmu-4.start {
counter-reset: lst-ctn-kix_o12c65tpuwmu-4 0
}
.lst-kix_2z7sxuic4qcz-1>li:before {
content: "(" counter(lst-ctn-kix_2z7sxuic4qcz-1, lower-roman) ") "
}
ol.lst-kix_rfv171ve2zmi-4.start {
counter-reset: lst-ctn-kix_rfv171ve2zmi-4 0
}
.lst-kix_2z7sxuic4qcz-3>li:before {
content: "" counter(lst-ctn-kix_2z7sxuic4qcz-3, lower-latin) ") "
}
ol.lst-kix_2z7sxuic4qcz-8.start {
counter-reset: lst-ctn-kix_2z7sxuic4qcz-8 0
}
ol.lst-kix_gs00va2l292e-4 {
list-style-type: none
}
ol.lst-kix_gs00va2l292e-5 {
list-style-type: none
}
ol.lst-kix_gs00va2l292e-3.start {
counter-reset: lst-ctn-kix_gs00va2l292e-3 0
}
ol.lst-kix_gs00va2l292e-6 {
list-style-type: none
}
ol.lst-kix_gs00va2l292e-7 {
list-style-type: none
}
ol.lst-kix_gs00va2l292e-8 {
list-style-type: none
}
.lst-kix_gs00va2l292e-8>li {
counter-increment: lst-ctn-kix_gs00va2l292e-8
}
.lst-kix_2z7sxuic4qcz-5>li:before {
content: "" counter(lst-ctn-kix_2z7sxuic4qcz-5, decimal) ") "
}
.lst-kix_gs00va2l292e-2>li {
counter-increment: lst-ctn-kix_gs00va2l292e-2
}
.lst-kix_ehrga9das63p-4>li:before {
content: "- "
}
ol.lst-kix_t4rs0psumuc-0.start {
counter-reset: lst-ctn-kix_t4rs0psumuc-0 0
}
.lst-kix_t4rs0psumuc-0>li:before {
content: "" counter(lst-ctn-kix_t4rs0psumuc-0, lower-latin) ". "
}
.lst-kix_t4rs0psumuc-2>li:before {
content: "" counter(lst-ctn-kix_t4rs0psumuc-2, decimal) ". "
}
ol.lst-kix_gs00va2l292e-0 {
list-style-type: none
}
.lst-kix_ehrga9das63p-6>li:before {
content: "- "
}
.lst-kix_2z7sxuic4qcz-7>li:before {
content: "" counter(lst-ctn-kix_2z7sxuic4qcz-7, lower-roman) ". "
}
ol.lst-kix_gs00va2l292e-1 {
list-style-type: none
}
ol.lst-kix_gs00va2l292e-2 {
list-style-type: none
}
ol.lst-kix_gs00va2l292e-3 {
list-style-type: none
}
ol.lst-kix_a5viigb0xhl7-8 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-5.start {
counter-reset: lst-ctn-kix_t4rs0psumuc-5 0
}
ol.lst-kix_a5viigb0xhl7-7 {
list-style-type: none
}
ol.lst-kix_a5viigb0xhl7-6 {
list-style-type: none
}
ol.lst-kix_a5viigb0xhl7-5 {
list-style-type: none
}
ol.lst-kix_a5viigb0xhl7-4 {
list-style-type: none
}
.lst-kix_g3jk1pagzpg-2>li {
counter-increment: lst-ctn-kix_g3jk1pagzpg-2
}
ol.lst-kix_a5viigb0xhl7-3 {
list-style-type: none
}
ol.lst-kix_a5viigb0xhl7-2 {
list-style-type: none
}
ol.lst-kix_a5viigb0xhl7-1 {
list-style-type: none
}
ol.lst-kix_a5viigb0xhl7-0 {
list-style-type: none
}
ol.lst-kix_rfv171ve2zmi-7.start {
counter-reset: lst-ctn-kix_rfv171ve2zmi-7 0
}
.lst-kix_t4rs0psumuc-8>li {
counter-increment: lst-ctn-kix_t4rs0psumuc-8
}
ol.lst-kix_a5viigb0xhl7-1.start {
counter-reset: lst-ctn-kix_a5viigb0xhl7-1 0
}
.lst-kix_o12c65tpuwmu-4>li {
counter-increment: lst-ctn-kix_o12c65tpuwmu-4
}
.lst-kix_2z7sxuic4qcz-0>li {
counter-increment: lst-ctn-kix_2z7sxuic4qcz-0
}
.lst-kix_t4rs0psumuc-6>li {
counter-increment: lst-ctn-kix_t4rs0psumuc-6
}
ol.lst-kix_o12c65tpuwmu-2.start {
counter-reset: lst-ctn-kix_o12c65tpuwmu-2 0
}
ol.lst-kix_gs00va2l292e-5.start {
counter-reset: lst-ctn-kix_gs00va2l292e-5 0
}
.lst-kix_rfv171ve2zmi-7>li {
counter-increment: lst-ctn-kix_rfv171ve2zmi-7
}
.lst-kix_gs00va2l292e-6>li {
counter-increment: lst-ctn-kix_gs00va2l292e-6
}
.lst-kix_o12c65tpuwmu-0>li:before {
content: "(" counter(lst-ctn-kix_o12c65tpuwmu-0, lower-latin) ") "
}
.lst-kix_2z7sxuic4qcz-2>li {
counter-increment: lst-ctn-kix_2z7sxuic4qcz-2
}
.lst-kix_o12c65tpuwmu-1>li:before {
content: "(" counter(lst-ctn-kix_o12c65tpuwmu-1, lower-roman) ") "
}
.lst-kix_o12c65tpuwmu-2>li:before {
content: "(" counter(lst-ctn-kix_o12c65tpuwmu-2, decimal) ") "
}
.lst-kix_g3jk1pagzpg-4>li {
counter-increment: lst-ctn-kix_g3jk1pagzpg-4
}
ul.lst-kix_ehrga9das63p-0 {
list-style-type: none
}
ul.lst-kix_ehrga9das63p-1 {
list-style-type: none
}
ol.lst-kix_gs00va2l292e-6.start {
counter-reset: lst-ctn-kix_gs00va2l292e-6 0
}
ul.lst-kix_ehrga9das63p-2 {
list-style-type: none
}
ul.lst-kix_ehrga9das63p-3 {
list-style-type: none
}
.lst-kix_o12c65tpuwmu-6>li {
counter-increment: lst-ctn-kix_o12c65tpuwmu-6
}
ol.lst-kix_o12c65tpuwmu-8.start {
counter-reset: lst-ctn-kix_o12c65tpuwmu-8 0
}
ol.lst-kix_a5viigb0xhl7-7.start {
counter-reset: lst-ctn-kix_a5viigb0xhl7-7 0
}
ol.lst-kix_rfv171ve2zmi-2.start {
counter-reset: lst-ctn-kix_rfv171ve2zmi-2 0
}
.lst-kix_gs00va2l292e-4>li {
counter-increment: lst-ctn-kix_gs00va2l292e-4
}
.lst-kix_o12c65tpuwmu-0>li {
counter-increment: lst-ctn-kix_o12c65tpuwmu-0
}
.lst-kix_g3jk1pagzpg-6>li {
counter-increment: lst-ctn-kix_g3jk1pagzpg-6
}
ul.lst-kix_ehrga9das63p-8 {
list-style-type: none
}
.lst-kix_t4rs0psumuc-4>li {
counter-increment: lst-ctn-kix_t4rs0psumuc-4
}
ul.lst-kix_ehrga9das63p-4 {
list-style-type: none
}
ul.lst-kix_ehrga9das63p-5 {
list-style-type: none
}
ul.lst-kix_ehrga9das63p-6 {
list-style-type: none
}
ul.lst-kix_ehrga9das63p-7 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-4.start {
counter-reset: lst-ctn-kix_t4rs0psumuc-4 0
}
ol.lst-kix_a5viigb0xhl7-6.start {
counter-reset: lst-ctn-kix_a5viigb0xhl7-6 0
}
.lst-kix_2z7sxuic4qcz-6>li {
counter-increment: lst-ctn-kix_2z7sxuic4qcz-6
}
ol.lst-kix_o12c65tpuwmu-7.start {
counter-reset: lst-ctn-kix_o12c65tpuwmu-7 0
}
ol.lst-kix_gs00va2l292e-0.start {
counter-reset: lst-ctn-kix_gs00va2l292e-0 0
}
ol.lst-kix_rfv171ve2zmi-8.start {
counter-reset: lst-ctn-kix_rfv171ve2zmi-8 0
}
.lst-kix_g3jk1pagzpg-0>li {
counter-increment: lst-ctn-kix_g3jk1pagzpg-0
}
.lst-kix_a5viigb0xhl7-2>li {
counter-increment: lst-ctn-kix_a5viigb0xhl7-2
}
.lst-kix_rfv171ve2zmi-2>li {
counter-increment: lst-ctn-kix_rfv171ve2zmi-2
}
.lst-kix_rfv171ve2zmi-5>li {
counter-increment: lst-ctn-kix_rfv171ve2zmi-5
}
ol.lst-kix_a5viigb0xhl7-0.start {
counter-reset: lst-ctn-kix_a5viigb0xhl7-0 0
}
ol.lst-kix_rfv171ve2zmi-1.start {
counter-reset: lst-ctn-kix_rfv171ve2zmi-1 0
}
.lst-kix_gs00va2l292e-5>li:before {
content: "" counter(lst-ctn-kix_gs00va2l292e-5, decimal) ") "
}
ol.lst-kix_o12c65tpuwmu-1.start {
counter-reset: lst-ctn-kix_o12c65tpuwmu-1 0
}
.lst-kix_gs00va2l292e-6>li:before {
content: "" counter(lst-ctn-kix_gs00va2l292e-6, lower-latin) ". "
}
.lst-kix_a5viigb0xhl7-5>li {
counter-increment: lst-ctn-kix_a5viigb0xhl7-5
}
.lst-kix_gs00va2l292e-7>li:before {
content: "" counter(lst-ctn-kix_gs00va2l292e-7, lower-roman) ". "
}
.lst-kix_2z7sxuic4qcz-7>li {
counter-increment: lst-ctn-kix_2z7sxuic4qcz-7
}
.lst-kix_a5viigb0xhl7-4>li {
counter-increment: lst-ctn-kix_a5viigb0xhl7-4
}
ol.lst-kix_rfv171ve2zmi-0.start {
counter-reset: lst-ctn-kix_rfv171ve2zmi-0 0
}
.lst-kix_gs00va2l292e-4>li:before {
content: "" counter(lst-ctn-kix_gs00va2l292e-4, lower-roman) ") "
}
.lst-kix_ehrga9das63p-7>li:before {
content: "- "
}
.lst-kix_a5viigb0xhl7-2>li:before {
content: "" counter(lst-ctn-kix_a5viigb0xhl7-2, lower-roman) ". "
}
ol.lst-kix_g3jk1pagzpg-3.start {
counter-reset: lst-ctn-kix_g3jk1pagzpg-3 0
}
.lst-kix_a5viigb0xhl7-4>li:before {
content: "" counter(lst-ctn-kix_a5viigb0xhl7-4, lower-latin) ". "
}
.lst-kix_gs00va2l292e-2>li:before {
content: "(" counter(lst-ctn-kix_gs00va2l292e-2, decimal) ") "
}
.lst-kix_ehrga9das63p-1>li:before {
content: "- "
}
.lst-kix_a5viigb0xhl7-6>li:before {
content: "" counter(lst-ctn-kix_a5viigb0xhl7-6, decimal) ". "
}
ol.lst-kix_o12c65tpuwmu-0.start {
counter-reset: lst-ctn-kix_o12c65tpuwmu-0 0
}
.lst-kix_gs00va2l292e-0>li:before {
content: "(" counter(lst-ctn-kix_gs00va2l292e-0, lower-latin) ") "
}
.lst-kix_a5viigb0xhl7-8>li:before {
content: "" counter(lst-ctn-kix_a5viigb0xhl7-8, lower-roman) ". "
}
ol.lst-kix_gs00va2l292e-7.start {
counter-reset: lst-ctn-kix_gs00va2l292e-7 0
}
.lst-kix_t4rs0psumuc-0>li {
counter-increment: lst-ctn-kix_t4rs0psumuc-0
}
ol.lst-kix_2z7sxuic4qcz-1.start {
counter-reset: lst-ctn-kix_2z7sxuic4qcz-1 0
}
.lst-kix_gs00va2l292e-0>li {
counter-increment: lst-ctn-kix_gs00va2l292e-0
}
.lst-kix_a5viigb0xhl7-3>li {
counter-increment: lst-ctn-kix_a5viigb0xhl7-3
}
.lst-kix_rfv171ve2zmi-1>li {
counter-increment: lst-ctn-kix_rfv171ve2zmi-1
}
ol.lst-kix_a5viigb0xhl7-8.start {
counter-reset: lst-ctn-kix_a5viigb0xhl7-8 0
}
.lst-kix_2z7sxuic4qcz-8>li {
counter-increment: lst-ctn-kix_2z7sxuic4qcz-8
}
ol.lst-kix_g3jk1pagzpg-6.start {
counter-reset: lst-ctn-kix_g3jk1pagzpg-6 0
}
.lst-kix_o12c65tpuwmu-8>li:before {
content: "" counter(lst-ctn-kix_o12c65tpuwmu-8, decimal) ". "
}
.lst-kix_g3jk1pagzpg-5>li {
counter-increment: lst-ctn-kix_g3jk1pagzpg-5
}
.lst-kix_o12c65tpuwmu-6>li:before {
content: "" counter(lst-ctn-kix_o12c65tpuwmu-6, lower-latin) ". "
}
.lst-kix_t4rs0psumuc-3>li:before {
content: "" counter(lst-ctn-kix_t4rs0psumuc-3, lower-latin) ". "
}
.lst-kix_t4rs0psumuc-7>li:before {
content: "" counter(lst-ctn-kix_t4rs0psumuc-7, lower-roman) ". "
}
ol.lst-kix_g3jk1pagzpg-4 {
list-style-type: none
}
.lst-kix_o12c65tpuwmu-4>li:before {
content: "" counter(lst-ctn-kix_o12c65tpuwmu-4, lower-roman) ") "
}
ol.lst-kix_g3jk1pagzpg-5 {
list-style-type: none
}
ol.lst-kix_g3jk1pagzpg-6 {
list-style-type: none
}
ol.lst-kix_g3jk1pagzpg-7 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-7.start {
counter-reset: lst-ctn-kix_t4rs0psumuc-7 0
}
ol.lst-kix_g3jk1pagzpg-8 {
list-style-type: none
}
.lst-kix_t4rs0psumuc-5>li:before {
content: "" counter(lst-ctn-kix_t4rs0psumuc-5, decimal) ". "
}
.lst-kix_t4rs0psumuc-5>li {
counter-increment: lst-ctn-kix_t4rs0psumuc-5
}
ol.lst-kix_2z7sxuic4qcz-3.start {
counter-reset: lst-ctn-kix_2z7sxuic4qcz-3 0
}
ol.lst-kix_g3jk1pagzpg-5.start {
counter-reset: lst-ctn-kix_g3jk1pagzpg-5 0
}
.lst-kix_rfv171ve2zmi-6>li {
counter-increment: lst-ctn-kix_rfv171ve2zmi-6
}
ol.lst-kix_g3jk1pagzpg-0 {
list-style-type: none
}
ol.lst-kix_g3jk1pagzpg-1 {
list-style-type: none
}
ol.lst-kix_g3jk1pagzpg-2 {
list-style-type: none
}
ol.lst-kix_g3jk1pagzpg-3 {
list-style-type: none
}
ol.lst-kix_t4rs0psumuc-6.start {
counter-reset: lst-ctn-kix_t4rs0psumuc-6 0
}
.lst-kix_rfv171ve2zmi-0>li {
counter-increment: lst-ctn-kix_rfv171ve2zmi-0
}
.lst-kix_2z7sxuic4qcz-0>li:before {
content: "(" counter(lst-ctn-kix_2z7sxuic4qcz-0, lower-latin) ") "
}
.lst-kix_o12c65tpuwmu-5>li {
counter-increment: lst-ctn-kix_o12c65tpuwmu-5
}
.lst-kix_2z7sxuic4qcz-2>li:before {
content: "(" counter(lst-ctn-kix_2z7sxuic4qcz-2, decimal) ") "
}
li.li-bullet-0:before {
margin-left: -18pt;
white-space: nowrap;
display: inline-block;
min-width: 18pt
}
.lst-kix_2z7sxuic4qcz-4>li:before {
content: "" counter(lst-ctn-kix_2z7sxuic4qcz-4, lower-roman) ") "
}
.lst-kix_2z7sxuic4qcz-6>li:before {
content: "" counter(lst-ctn-kix_2z7sxuic4qcz-6, lower-latin) ". "
}
ol.lst-kix_g3jk1pagzpg-4.start {
counter-reset: lst-ctn-kix_g3jk1pagzpg-4 0
}
.lst-kix_ehrga9das63p-3>li:before {
content: "- "
}
ol.lst-kix_2z7sxuic4qcz-2.start {
counter-reset: lst-ctn-kix_2z7sxuic4qcz-2 0
}
.lst-kix_2z7sxuic4qcz-8>li:before {
content: "" counter(lst-ctn-kix_2z7sxuic4qcz-8, decimal) ". "
}
.lst-kix_gs00va2l292e-5>li {
counter-increment: lst-ctn-kix_gs00va2l292e-5
}
.lst-kix_ehrga9das63p-5>li:before {
content: "- "
}
.lst-kix_t4rs0psumuc-1>li:before {
content: "" counter(lst-ctn-kix_t4rs0psumuc-1, lower-roman) ". "
}
ol {
margin: 0;
padding: 0
}
table td,
table th {
padding: 0
}
.c35 {
margin-left: 72pt;
padding-top: 6pt;
padding-left: 0pt;
padding-bottom: 0pt;
line-height: 1.0;
orphans: 2;
widows: 2;
text-align: left
}
.c2 {
margin-left: 72pt;
padding-top: 6pt;
padding-left: 0pt;
padding-bottom: 0pt;
line-height: 1.0;
orphans: 2;
widows: 2;
text-align: justify
}
.c30 {
padding-top: 0pt;
padding-bottom: 8pt;
line-height: 1.15;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: center
}
.c17 {
color: #000000;
font-weight: 400;
text-decoration: none;
vertical-align: baseline;
font-size: 10pt;
font-family: "Arial";
font-style: normal
}
.c3 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.15;
orphans: 2;
widows: 2;
text-align: justify;
height: 11pt
}
.c0 {
background-color: #ffffff;
padding-top: 0pt;
padding-bottom: 8pt;
line-height: 1.15;
orphans: 2;
widows: 2;
text-align: justify
}
.c18 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.15;
orphans: 2;
widows: 2;
text-align: center
}
.c22 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.15;
orphans: 2;
widows: 2;
text-align: right
}
.c11 {
padding-top: 6pt;
padding-bottom: 0pt;
line-height: 1.15;
orphans: 2;
widows: 2;
text-align: justify
}
.c16 {
padding-top: 6pt;
padding-bottom: 0pt;
line-height: 1.15;
orphans: 2;
widows: 2;
text-align: center
}
.c27 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.15;
orphans: 2;
widows: 2;
text-align: justify
}
.c13 {
padding-top: 0pt;
padding-bottom: 0pt;
line-height: 1.0;
orphans: 2;
widows: 2;
text-align: left
}
.c40 {
padding-top: 0pt;
padding-bottom: 8pt;
line-height: 1.15;
orphans: 2;
widows: 2;
text-align: center
}
.c9 {
color: #000000;
text-decoration: none;
vertical-align: baseline;
font-size: 11pt;
font-style: normal
}
.c15 {
color: #000000;
text-decoration: none;
vertical-align: baseline;
font-size: 13pt;
font-style: normal
}
.c14 {
text-decoration: none;
vertical-align: baseline;
font-size: 11pt;
font-style: normal
}
.c32 {
-webkit-text-decoration-skip: none;
color: #1155cc;
text-decoration: underline;
text-decoration-skip-ink: none
}
.c26 {
-webkit-text-decoration-skip: none;
text-decoration: line-through;
text-decoration-skip-ink: none
}
.c1 {
font-family: "Times New Roman";
color: #1d1c1d;
font-weight: 400
}
.c19 {
text-decoration: none;
vertical-align: baseline;
font-style: normal
}
.c28 {
width: 33%;
height: 1px
}
.c24 {
color: #000000;
font-size: 9pt
}
.c29 {
max-width: 468pt;
padding: 72pt 72pt 72pt 72pt
}
.c36 {
vertical-align: baseline;
font-style: normal
}
.c23 {
color: inherit;
text-decoration: inherit
}
.c6 {
font-weight: 700;
font-family: "Times New Roman"
}
.c8 {
font-weight: 400;
font-family: "Times New Roman"
}
.c4 {
padding: 0;
margin: 0
}
.c10 {
margin-left: 36pt;
padding-left: 0pt
}
.c39 {
font-size: 11pt
}
.c37 {
text-indent: 36pt
}
.c7 {
color: #1d1c1d
}
.c31 {
margin-left: 468pt
}
.c5 {
font-size: 10.5pt
}
.c41 {
color: #000000
}
.c33 {
font-size: 10pt
}
.c21 {
background-color: #ffffff
}
.c25 {
color: #333333
}
.c20 {
height: 11pt
}
.c12 {
color: #4472c4
}
.c34 {
background-color: #ffff00
}
.c38 {
font-size: 13pt
}
.title {
padding-top: 0pt;
color: #000000;
font-size: 26pt;
padding-bottom: 3pt;
font-family: "Arial";
line-height: 1.15;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
.subtitle {
padding-top: 0pt;
color: #666666;
font-size: 15pt;
padding-bottom: 16pt;
font-family: "Arial";
line-height: 1.15;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
li {
color: #000000;
font-size: 11pt;
font-family: "Arial"
}
p {
margin: 0;
color: #000000;
font-size: 11pt;
font-family: "Arial"
}
h1 {
padding-top: 20pt;
color: #000000;
font-size: 20pt;
padding-bottom: 6pt;
font-family: "Arial";
line-height: 1.15;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h2 {
padding-top: 18pt;
color: #000000;
font-size: 16pt;
padding-bottom: 6pt;
font-family: "Arial";
line-height: 1.15;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h3 {
padding-top: 16pt;
color: #434343;
font-size: 14pt;
padding-bottom: 4pt;
font-family: "Arial";
line-height: 1.15;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h4 {
padding-top: 14pt;
color: #666666;
font-size: 12pt;
padding-bottom: 4pt;
font-family: "Arial";
line-height: 1.15;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h5 {
padding-top: 12pt;
color: #666666;
font-size: 11pt;
padding-bottom: 4pt;
font-family: "Arial";
line-height: 1.15;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left
}
h6 {
padding-top: 12pt;
color: #666666;
font-size: 11pt;
padding-bottom: 4pt;
font-family: "Arial";
line-height: 1.15;
page-break-after: avoid;
font-style: italic;
orphans: 2;
widows: 2;
text-align: left
}
</style>
</head>
<body>
<p class="c18 c31"><span class="c15 c6"> </span></p>
<p class="c18"><span class="c6 c38">BigScience RAIL </span><span class="c6 c38">License</span><span
class="c6 c15"> v1.0</span></p>
<p class="c18"><span class="c19 c6 c24">dated May 19, 2022</span></p>
<p class="c3"><span class="c9 c8"></span></p>
<p class="c18"><span class="c19 c6 c24">Download as <a
href="https://huggingface.co/spaces/bigscience/license/raw/main/BLOOMLICENSE.txt" download> .txt </a>,
<a href="https://huggingface.co/spaces/bigscience/license/raw/main/BLOOMLICENSE.docx" download> .docx </a>,
or <a href="https://huggingface.co/spaces/bigscience/license/raw/main/BLOOMLICENSE.html" download>
.html</a></span></p>
<p class="c3"><span class="c9 c8"></span></p>
<p class="c3"><span class="c9 c8"></span></p>
<p class="c27"><span class="c8">This is a license (the “</span><span class="c6">License</span><span
class="c8">”) between you (“</span><span class="c6">You</span><span class="c8">”) and the
parti</span><span class="c8">cipants of BigScience (“</span><span class="c6">Licensor</span><span
class="c8">”).</span><span class="c8"> </span><span class="c8">Whereas the Apache 2.0 license was
applicable to resources used to develop the </span><span class="c6">Model</span><span class="c8">, the
licensing conditions have been modified for the access and distribution of the</span><span
class="c6"> Model</span><span class="c8">. This has been done to further BigScience’s aims of
promoting not just open-access to its artifacts, but also a responsible use of these artifacts. Therefore,
this Responsible AI License (</span><span class="c8 c32"><a class="c23"
href="https://www.google.com/url?q=https://www.licenses.ai/&sa=D&source=editors&ust=1653063807312272&usg=AOvVaw0rXfyCPiMKwuMQeev20LJx">RAIL</a></span><span
class="c8">)</span><sup class="c8"><a href="#ftnt1" id="ftnt_ref1">[1]</a></sup><span class="c8"> aims
at having an</span><span class="c8"> open and permissive character while striving for responsible use
of the </span><span class="c6">Model</span><span class="c8">.</span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c18"><span class="c6">Section</span><span class="c6"> I: PREAMBLE</span></p>
<p class="c3"><span class="c9 c8"></span></p>
<p class="c27"><span class="c1 c5">BigScience is a collaborative open innovation project aimed at the responsible
development and use of large multilingual datasets and Large Language Models (“</span><span
class="c6 c5 c7">LLM</span><span class="c1 c5">”),</span><span class="c1 c5"> as well as, the
documentation of best practices and tools stemming from this collaborative effort. Further, BigScience
participants wish to promote collaboration and sharing of research artifacts - including the </span><span
class="c6 c7 c5">Model</span><span class="c1 c19 c5"> - for the benefit of society, pursuant to this
License.</span></p>
<p class="c3"><span class="c1 c19 c5"></span></p>
<p class="c27"><span class="c1 c5">The development and use of LLMs, and broadly artificial intelligence
(“</span><span class="c6 c7 c5">AI</span><span class="c1 c5 c19">”), does not come without
concerns. The world has witnessed how just a few companies/institutions are able to develop LLMs, and
moreover, how Natural Language Processing techniques might, in some instances, become a risk for the public
in general. Concerns might come in many forms, from racial discrimination to the treatment of sensitive
information. </span></p>
<p class="c3"><span class="c1 c19 c5"></span></p>
<p class="c27"><span class="c1 c5">BigScience believes in the intersection between open and responsible AI
development, thus, </span><span class="c1 c5">this License aims to strike a balance between both in order to
enable responsible open-science for large languag</span><span class="c1 c19 c5">e models and future NLP
techniques. </span></p>
<p class="c11"><span class="c1 c5">This License go</span><span class="c1 c5">verns the use of </span><span
class="c1 c5 c21">the BigScience BLOOM </span><span class="c1 c5 c21">m</span><span
class="c1 c5 c21">odel</span><span class="c1 c5 c21">s</span><span class="c1 c5"> </span><span
class="c1 c5">(</span><span class="c1 c5">and their derivatives) and is informed by both the </span><span
class="c1 c5">BigScience Ethical Charter and the model cards associated with the BigScience BLOOM models.
</span><span class="c1 c5">BigScience has set forth its Ethical Charter representing the values of its
community. Although the BigScience community does not aim to impose its values on potential users of
this</span><span class="c1 c5"> </span><span class="c6 c7 c5">Model</span><span class="c1 c5">, it is
determined </span><span class="c1 c5 c21">to take tangible steps towards protecting the community from
inappropriate uses of the work being developed by BigScience.</span></p>
<p class="c11"><span class="c1 c5">Furthermore, the model cards for the BigScience BLOOM models will inform the user
about the limitations of the </span><span class="c6 c7 c5">Model</span><span class="c1 c19 c5">, and thus
serves as the basis of some of the use-based restrictions in this License (See Part II).</span></p>
<p class="c3"><span class="c19 c8 c5 c41"></span></p>
<p class="c18 c20"><span class="c9 c6"></span></p>
<p class="c27"><span class="c6">NOW THEREFORE</span><span class="c9 c8">, You and Licensor agree as follows:</span>
</p>
<p class="c3"><span class="c9 c8"></span></p>
<p class="c27"><span class="c9 c6">1. Definitions </span></p>
<p class="c3"><span class="c9 c6"></span></p>
<ol class="c4 lst-kix_o12c65tpuwmu-0 start" start="1">
<li class="c0 c10 li-bullet-0"><span class="c8">"</span><span class="c6">License</span><span
class="c8">" shall mean the terms and conditions for use, reproduction, and Distribution as defined
</span><span class="c8">in </span><span class="c9 c8">this document.</span></li>
<li class="c11 c10 li-bullet-0"><span class="c6 c7 c5">“</span><span class="c6 c7 c5">Data”
</span><span class="c1 c5">means </span><span class="c1 c5">a collection of texts extracted from the
BigScience Corpus</span><span class="c1 c5"> used with the Model, including to train, pretrain, or
otherwise evaluate the Model. The Data is not licensed under this License. </span><span
class="c1 c5">The </span><span class="c1 c5">BigScience Corpus is a collection of existing sources of
language data documented on the BigScience website.</span></li>
<li class="c11 c10 li-bullet-0"><span class="c6">“Output”</span><span class="c8"> means the
results of operating a Model as embodied </span><span class="c8">in </span><span
class="c8">informational content resulting therefrom.</span></li>
<li class="c0 c10 li-bullet-0"><span class="c1 c5">“</span><span class="c6 c7 c5">Model</span><span
class="c1 c5">”</span><span class="c1 c5"> means </span><span class="c1 c5">any </span><span
class="c1 c5">accompanying</span><span class="c1 c5"> machine-learning based </span><span
class="c1 c5">assemblies</span><span class="c1 c5"> (including checkpoints),</span><span
class="c1 c5"> consisting of learnt weights, parameters (including optimizer states), corresponding
to the BigScience BLOOM model architecture as embodied in the Complementary Material, that have been
trained or tuned, in whole or in part, on the </span><span class="c1 c5">Data using the Complementary
Material</span><span class="c1 c5">. </span></li>
<li class="c0 c10 li-bullet-0"><span class="c6 c7 c5">“Derivatives of the Model</span><span
class="c1 c5">” </span><span class="c1 c5">means all modifications to the Model, works based on
the Model, or any other model which is created or initialized by transfer of patterns of the weights,
</span><span class="c1 c5">parameters, </span><span class="c1 c5">activations or output of the Model, to the
other model, in order to cause the other model to perform similarly to the Model,</span><span
class="c1 c5"> incl</span><span class="c1 c5">uding - but not limited to - distillation methods
entailing the use of intermediate data representations or methods based on the generation of synthetic
data by the Model for training the other model.</span></li>
<li class="c11 c10 li-bullet-0"><span class="c1">“</span><span class="c6 c7">Complementary
Material</span><span class="c1">” shall mean the accompanying </span><span class="c1">source
code</span><span class="c1"> and </span><span class="c1">scripts used to define, run, load,
benchmark or evaluate the Model, and used </span><span class="c1">to prepare data</span><span
class="c1"> for training or evaluation. This includes any accompanying documentation</span><span
class="c1">, tutorials, examples etc.</span></li>
<li class="c11 c10 li-bullet-0"><span class="c6 c7 c5">“Distribution”</span><span
class="c1 c5"> means any transmission, reproduction, publication or other sharing of the Model or
Derivatives of the Model to a third party, including providing the Model as a hosted service made
available by electronic or other remote means - e.g. API-based or web</span><span
class="c1 c5 c26"> </span><span class="c1 c5">access. </span></li>
<li class="c11 c10 li-bullet-0"><span class="c1">“</span><span class="c6 c7">Licensor</span><span
class="c1">” means the </span><span class="c8 c21 c25">copyright owner</span><span
class="c8 c21 c25"> or entity authorized by the copyright owner </span><span
class="c8 c21 c25">that is granting the License, including </span><span class="c1">the persons or
entities that may have rights in the Model and/or distributing the Model.</span></li>
<li class="c0 c10 li-bullet-0"><span class="c8">"</span><span class="c6">You</span><span class="c8">"
(or "</span><span class="c6">Your</span><span class="c9 c8">") shall mean an individual or
Legal Entity exercising permissions granted by this License and/or making use of the Model for whichever
purpose and in any field of use, including usage of the Model in an end-use application - e.g. chatbot,
translator.</span></li>
<li class="c0 c10 li-bullet-0"><span class="c8">“</span><span class="c6">Third Parties</span><span
class="c9 c8">” means individuals or legal entities that are not under common control with
Licensor or You.</span></li>
<li class="c11 c10 li-bullet-0"><span class="c8">"</span><span class="c6">Contribution</span><span
class="c8">" shall mean any work of authorship, including the original version of the Model and any
modifications or additions to that Model or Derivatives of the Model thereof, that is intentionally
submitted to Licensor for inclusion in the Model by the copyright owner or by an individual or Legal
Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition,
“</span><span class="c6">submitted</span><span class="c8">” means any form of electronic,
verbal, or written communication sent to the Licensor or its representatives, including but not limited
to communication on electronic mailing lists, source code control systems, and issue tracking systems
that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the
Model, but excluding communication that is conspicuously marked or otherwise designated in writing by
the copyright owner as "</span><span class="c6">Not a Contribution.</span><span
class="c9 c8">" </span></li>
<li class="c11 c10 li-bullet-0"><span class="c8">"</span><span class="c6">Contributor</span><span
class="c8">"</span><span class="c8"> shall mean Licensor and any individual or Legal Entity on
behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the
Model.</span></li>
</ol>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c18"><span class="c6">Section</span><span class="c6"> II: INTELLECTUAL PROPERTY RIGHTS</span></p>
<p class="c0"><span class="c8">Both copyright and patent grants apply to the Model, Derivatives of the Model and
</span><span class="c8">Complementary Material.</span><span class="c8"> The </span><span
class="c1 c5">Model and Derivatives of the Model are subject to additional terms as described in Section
III.</span></p>
<p class="c0"><span class="c6">2. Grant of Copyright License</span><span class="c8">. Subject to the terms and
conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable copyright license to </span><span class="c1 c5">reproduce, prepare,
</span><span class="c1 c5">publicly display</span><span class="c1 c5">, </span><span class="c1 c5">publicly
perform</span><span class="c1 c5">, sublicense, and distribute the </span><span class="c1 c5">Complementary
Material</span><span class="c1 c5">, the Model, and Derivatives of the Model.</span></p>
<p class="c0"><span class="c6">3. Grant of Patent License</span><span class="c8">. Subject to the terms and
conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated </span><span class="c8">in this
paragraph)</span><span class="c9 c8"> patent license to make, have made, use, offer to sell, sell,
import, and otherwise transfer the Model and the Complementary Material, where such license applies only to
those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s)
alone or by combination of their Contribution(s) with the Model to which such Contribution(s) was submitted.
If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit)
alleging that the Model and/or Complementary Material or a Contribution incorporated within the Model and/or
Complementary Material constitutes direct or contributory patent infringement, then any patent licenses
granted to You under this License for the Model and/or Work shall terminate as of the date such litigation
is filed.</span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c18"><span class="c6">Section</span><span class="c9 c6"> III: CONDITIONS OF USAGE, DISTRIBUTION AND
REDISTRIBUTION</span></p>
<p class="c18 c20"><span class="c9 c6"></span></p>
<p class="c0"><span class="c6">4. Distribution and </span><span class="c6">Redistribution</span><span
class="c8">.</span><span class="c9 c8"> You may host for Third Party remote access purposes (e.g.
software-as-a-service), reproduce and distribute copies of the Model or Derivatives of the Model thereof in
any medium, with or without modifications, provided that You meet the following conditions:</span></p>
<ol class="c4 lst-kix_g3jk1pagzpg-0 start" start="1">
<li class="c0 c10 li-bullet-0"><span class="c8">Use-based restrictions as referenced in </span><span
class="c8">paragraph</span><span class="c8"> 5 </span><span class="c1 c5">MUST be included as an
enforceable provision by You in any type of legal agreement (e.g. a license) governing the use and/or
distribution of the Model or Derivatives of the Model, and You shall give notice to subsequent users You
Distribute to, that the Model or Derivatives of the Model are subject to </span><span
class="c8">paragraph</span><span class="c1 c5"> 5. </span><span class="c6 c7 c5">This provision
does not apply to the use of Complementary Material.</span></li>
<li class="c0 c10 li-bullet-0"><span class="c9 c8">You must give any Third Party recipients of the Model or
Derivatives of the Model a copy of this License; </span></li>
<li class="c0 c10 li-bullet-0"><span class="c8 c9">You must cause any modified files to carry prominent notices
stating that You changed the files; </span></li>
<li class="c0 c10 li-bullet-0"><span class="c8">You must retain all copyright, patent, trademark, and
attribution notices excluding those notices that do not pertain to any part of the Model, Derivatives of
the Model</span><span class="c9 c8">.</span></li>
</ol>
<p class="c0"><span class="c8">You may add Your own copyright statement to Your modifications and may provide
additional or different license terms and conditions </span><span class="c8">- </span><span
class="c6">respecting </span><span class="c8">paragraph</span><span class="c6"> 4.a. </span><span
class="c8">-</span><span class="c9 c8"> for use, reproduction, or Distribution of Your modifications,
or for any such Derivatives of the Model as a whole, provided Your use, reproduction, and Distribution of
the Model otherwise complies with the conditions stated in this License.</span></p>
<p class="c11"><span class="c6">5. Use-based rest</span><span class="c6">rictions.</span><span
class="c6 c7 c5"> </span><span class="c1 c5">The restrictions set forth in Attachment A are considered
Use-based restrictions.</span><span class="c1 c5"> Therefore You cannot use the Model and the
Derivatives of the Model for the specified restricted uses.</span><span class="c1 c5"> </span><span
class="c1 c5">You may use the Model subject to this License, including only for lawful purposes and in
accordance with the License. </span><span class="c6 c7 c5">Use</span><span class="c1 c5"> may include
creating any content with, finetuning, updating, running, training, evaluating and/or reparametrizing the
Model. </span><span class="c1 c5">You shall require al</span><span class="c1 c5">l of Your users who use the
Model or a Derivative of the Model to comply with the terms of this </span><span
class="c8">paragraph</span><span class="c1 c5"> (</span><span class="c8">paragraph</span><span
class="c1 c5"> 5).</span><span class="c1 c5"> </span></p>
<p class="c11"><span class="c6">6. The Output You Generate. </span><span class="c8">Except as set forth
herein, Licensor claims no rights in the Output You generate using the Model. You are accountable for the
Output you generate and its </span><span class="c8">subsequent uses</span><span class="c8">. </span><span
class="c9 c8">No use of the output can contravene any provision as stated in the License. </span></p>
<p class="c11 c20"><span class="c9 c8 c34"></span></p>
<p class="c16"><span class="c6">Section</span><span class="c9 c6"> IV: OTHER PROVISIONS</span></p>
<p class="c11"><span class="c6">7. Updates and Runtime Restrictions. </span><span class="c8">To the maximum extent
permitted by law, Licensor reserves the right to restrict (remotely or otherwise) usage of the Model in
violation of this License, update the Model through electronic means, or modify the Output of the Model
based on updates. You shall undertake reasonable efforts to use the latest version of the Model.</span></p>
<p class="c11"><span class="c6">8</span><span class="c6">. Trademarks and related.</span><span
class="c9 c8"> Nothing in this License permits You to make use of Licensors’ trademarks, trade
names, logos or to otherwise suggest endorsement or misrepresent the relationship between the parties; and
any rights not expressly granted herein are reserved by the Licensors.</span></p>
<p class="c11"><span class="c6">9</span><span class="c6">. Disclaimer of Warranty</span><span class="c8">. Unless
required by applicable law or agreed to in writing, Licensor provides the Model and the </span><span
class="c1 c5">Complementary Material</span><span class="c8"> </span><span class="c8">(and each
Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE,
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for
determining the appropriateness of using or redistributing the Model, Derivatives of the Model, and the
</span><span class="c1 c5">Complementary Material</span><span class="c9 c8"> and assume any risks
associated with Your exercise of permissions under this License.</span></p>
<p class="c11"><span class="c6">10</span><span class="c6">. Limitation of Liability</span><span class="c8">. In no
event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless
required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall
any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or
consequential damages of any character arising as a result of this License or out of the use or inability to
use the Model and the </span><span class="c1 c5">Complementary Material</span><span
class="c9 c8"> (including but not limited to damages for loss of goodwill, work stoppage, computer
failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has
been advised of the possibility of such damages.</span></p>
<p class="c11"><span class="c6">11</span><span class="c6">. Accepting Warranty or Additional Liability</span><span
class="c8">. While redistributing the Model, Derivatives of the Model and the </span><span
class="c1 c5">Complementary Material </span><span class="c9 c8">thereof, You may choose to offer, and charge
a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights
consistent with this License. However, in accepting such obligations, You may act only on Your own behalf
and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such
Contributor by reason of your accepting any such warranty or additional liability.</span></p>
<p class="c0"><span class="c6">12.</span><span class="c8"> If any provision of this License is held to be
invalid, illegal or unenforceable, the remaining provisions shall be unaffected thereby and remain valid as
if such provision had not been set forth herein.</span></p>
<p class="c0"><span class="c9 c8">END OF TERMS AND CONDITIONS</span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c0 c20"><span class="c9 c8"></span></p>
<p class="c21 c40"><span class="c14 c6 c7">Attachment A</span></p>
<h3 class="c21 c30" id="h.3blioxkgzsje"><span class="c6 c7 c39">Use Restrictions</span></h3>
<p class="c11"><span class="c1">You agree not to use the Model or Derivatives of the Model:</span></p>
<ol class="c4 lst-kix_2z7sxuic4qcz-0 start" start="1">
<li class="c2 li-bullet-0"><span class="c14 c1">In any way that violates any applicable national, federal,
state, local or international law or regulation;</span></li>
<li class="c2 li-bullet-0"><span class="c14 c1">For the purpose of exploiting, harming or attempting to exploit
or harm minors in any way;</span></li>
<li class="c2 li-bullet-0"><span class="c14 c1 c21">To generate or disseminate verifiably false information with
the purpose of harming others;</span></li>
<li class="c2 li-bullet-0"><span class="c1">To generate or disseminate </span><span class="c1">personal
identifiable information</span><span class="c1"> </span><span class="c8">that can</span><span
class="c8"> be used to</span><span class="c8"> harm an </span><span
class="c8">individual</span><span class="c1">;</span></li>
<li class="c2 li-bullet-0"><span class="c1 c21">To generate or disseminate information </span><span
class="c1 c21">or content</span><span class="c14 c1 c21">, in any context (e.g. posts, articles, tweets,
chatbots or other kinds of automated bots) without expressly and intelligibly disclaiming that the text
is machine generated; </span></li>
<li class="c2 li-bullet-0"><span class="c1">To defame, disparage or otherwise harass</span><span
class="c1"> others</span><span class="c14 c1">;</span></li>
<li class="c2 li-bullet-0"><span class="c1">To </span><span class="c1">impersonate</span><span
class="c14 c1"> or attempt to impersonate others;</span></li>
<li class="c2 li-bullet-0"><span class="c14 c1">For fully automated decision making that adversely impacts an
individual’s legal rights or otherwise creates or modifies a binding, enforceable
obligation;</span></li>
<li class="c35 li-bullet-0"><span class="c8">For any </span><span class="c8">use intended to or which has the
effect of </span><span class="c8">discriminating against or harming individuals or groups</span><span
class="c8 c12"> </span><span class="c8">based on online or offline social behavior or known or
predicted personal or personality characteristics</span></li>
<li class="c2 li-bullet-0"><span class="c8 c21">To exploit any of the vulnerabilities of a specific group of
persons based on their age, social, physical or </span><span class="c8 c21">mental</span><span
class="c8 c21"> characteristics, in order to materially distort the behavior of a person pertaining
to that group in a manner that causes or is likely to cause that person or another person physical or
psychological harm;</span></li>
<li class="c2 li-bullet-0"><span class="c8">For any </span><span class="c9 c8">use intended to or which has the
effect of discriminating against individuals or groups based on legally protected characteristics or
categories;</span></li>
<li class="c2 li-bullet-0"><span class="c14 c1">To provide medical advice and medical results interpretation;
</span></li>
<li class="c2 li-bullet-0"><span class="c1">To generate or disseminate information for the purpose to be used
for administration of justice, law enforcement, immigration or asylum processes, such as predicting an
individual will commit fraud/crime commitment (e.g. by text profiling, drawing causal relationships
between assertions made in documents, indiscriminate and </span><span class="c1">arbitrarily</span><span
class="c1">-targeted use).</span></li>
</ol>
<div>
<p class="c20 c22"><span class="c9 c8"></span></p>
</div>
<hr class="c28">
<div>
<p class="c13"><a href="#ftnt_ref1" id="ftnt1">[1]</a><span class="c33"> </span><span class="c32 c33"><a
class="c23"
href="https://www.google.com/url?q=https://arxiv.org/pdf/2011.03116.pdf&sa=D&source=editors&ust=1653063807332160&usg=AOvVaw3fuY17BgoLKIrvsomH_gPv">https://arxiv.org/pdf/2011.03116.pdf</a></span><span
class="c17"> </span></p>
</div>
</body>
</html> |