[{"data":1,"prerenderedAt":9082},["ShallowReactive",2],{"lesson:\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":3,"course-wordcounts":3332,"ref-card-index":4243,"nav:natural-language-processing":8928,"tikz:3c2808fbc63ac657503c801d43d20adc3891fd0ff40c3cdd1cf32a26afe99701":9073,"tikz:765808ee350755051bd7729e785fb05763d6b6dfb633177df62a62c11e127962":9074,"tikz:246f8bb036a6d57fe01a7e010fa53615971d150f11fc33a6a606a6aa1b4945d4":9075,"tikz:1208dafe0da25cd0e43ebfb04be64371eaaee3491cb331d272450123bf6f8c1e":9076,"tikz:61b5f8d0b9a02f9902728deff500042c6610ce3ce024b08e2d1e0bf5423c75b9":9077,"tikz:d08473600dcf95c74aba6a5e66ab79606577cbe7651c690948fff09afb61313b":9078,"tikz:f260a0ae2fb799330120d54ca7728caa1a4bdef37874a8c298fce12a918c4882":9079,"tikz:be298b3d3accebc48906c793637dcccd580147bd1812271ffc24304e9fb048d5":9080,"tikz:db7d3f145fb82eb63e4592e23930327b8e3f6478425ade948a92730e1290686f":9081},{"id":4,"title":5,"blurb":6,"body":7,"brief":3303,"category":3304,"description":3305,"draft":3306,"extension":3307,"meta":3308,"module":3311,"navigation":3312,"path":3313,"practice":3314,"rawbody":3315,"readingTime":3316,"seo":3321,"sources":3322,"status":3326,"stem":3327,"summary":3328,"topics":3329,"__hash__":3331},"course\u002F09.natural-language-processing\u002F06.linguistic-structure\u002F07.semantic-roles-and-information-extraction.md","Semantic Roles and Information Extraction","",{"type":8,"value":9,"toc":3287},"minimark",[10,51,58,63,76,100,124,154,158,164,173,337,347,351,361,375,435,457,465,468,516,521,555,574,578,621,628,637,644,647,713,716,722,752,755,786,790,822,838,872,875,878,920,971,974,1060,1064,1079,1082,1126,1140,1143,1199,1209,1213,1246,1249,1252,1481,1500,1504,1507,1533,1559,1562,1585,1589,1631,1650,1661,1665,1696,1701,1704,1709,1715,1870,1920,2249,2252,2255,2432,2814,2821,2825,2831,2836,3283],[11,12,13,14,19,20,24,25,28,29,32,33,36,37,41,42,45,46,50],"p",{},"A ",[15,16,18],"a",{"href":17},"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling","sequence labeler","\ntells you that ",[21,22,23],"em",{},"United Airlines"," is an organization and ",[21,26,27],{},"Friday"," is a time. It\ndoes not tell you that United ",[21,30,31],{},"raised"," a fare, that the raise took effect Friday,\nor that American ",[21,34,35],{},"followed",". Those are relations between the entities — the\nstructured content buried in the sentence — and recovering them is the subject of\nthese two lessons. We work outward in two linked steps. First, ",[38,39,40],"strong",{},"semantic roles","\n— the subject here: a level of representation that says who played what part in a\nsingle event, abstracting away the syntax that expresses it. Then ",[38,43,44],{},"information\nextraction"," — the companion lesson,\n",[15,47,49],{"href":48},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates","relations, events, and templates","\n— running that idea across a corpus to fill a database of relations, events, and\ntimes that a downstream system can query.",[11,52,53,54,57],{},"The connecting thread is the same question the Roman rhetoricians already asked —\n",[21,55,56],{},"who, what, where, when, with what, why, how"," — and the same output: free text in,\npredicate-argument and relational structure out.",[59,60,62],"h2",{"id":61},"why-syntax-is-not-enough","Why syntax is not enough",[11,64,65,66],{},"Consider a single event, a purchase of stock by XYZ Corporation, and the many\nsurface forms that describe it:",[67,68,69],"sup",{},[15,70,75],{"href":71,"ariaDescribedBy":72,"dataFootnoteRef":6,"id":74},"#user-content-fn-jm-roles",[73],"footnote-label","user-content-fnref-jm-roles","1",[77,78,79,85,90,95],"ul",{},[80,81,82],"li",{},[21,83,84],{},"XYZ Corp bought the stock.",[80,86,87],{},[21,88,89],{},"They sold the stock to XYZ Corp.",[80,91,92],{},[21,93,94],{},"The stock was bought by XYZ Corp.",[80,96,97],{},[21,98,99],{},"The purchase of the stock by XYZ Corp…",[11,101,102,103,106,107,110,111,114,115,118,119,123],{},"In every one, XYZ Corp is the buyer and the stock is the thing bought — the same\ntwo participants in the same roles. Yet XYZ Corp appears as a subject, an indirect\nobject, and the object of a preposition; the event is named by a verb (",[21,104,105],{},"bought",",\n",[21,108,109],{},"sold",") and by a noun (",[21,112,113],{},"purchase","). A parse tree records these differences\nfaithfully, and that is the problem: the differences are what we want to\nthrow away. If a document says ",[21,116,117],{},"Company A acquired Company B",", we want to answer\n",[120,121,122],"q",{},"Was Company B acquired?"," — and the parse offers no direct route from one to the\nother.",[11,125,126,129,130,133,134,137,138,141,142,145,146,149,150,153],{},[38,127,128],{},"Thematic roles"," supply the missing generalization. The subject of both ",[21,131,132],{},"break","\nand ",[21,135,136],{},"open"," is a ",[38,139,140],{},"volitional causer"," of the event; we call that role the\n",[38,143,144],{},"agent",". The direct object of both is the ",[38,147,148],{},"participant most directly affected",";\nthat is the ",[38,151,152],{},"theme",". Roles like these are shared across verbs, so they let us\nstate what two syntactically different sentences have in common.",[155,156],"tikz-figure",{"hash":157},"3c2808fbc63ac657503c801d43d20adc3891fd0ff40c3cdd1cf32a26afe99701",[11,159,160,161,163],{},"The verb ",[21,162,132],{}," takes (at least) an agent, a theme, and an instrument, and it can\nrealize them in several syntactic slots — a flexibility the next section makes\nprecise. What matters here is that the role stays fixed while the slot moves, which is\nwhy a level of representation above the parse tree is needed at all.",[11,165,166,167],{},"Here is the standard inventory of thematic roles used across the computational\nliterature, with a defining example for each:",[67,168,169],{},[15,170,75],{"href":71,"ariaDescribedBy":171,"dataFootnoteRef":6,"id":172},[73],"user-content-fnref-jm-roles-2",[174,175,176,192],"table",{},[177,178,179],"thead",{},[180,181,182,186,189],"tr",{},[183,184,185],"th",{},"Role",[183,187,188],{},"Definition",[183,190,191],{},"Example",[193,194,195,210,224,238,251,265,281,295,309,323],"tbody",{},[180,196,197,201,204],{},[198,199,200],"td",{},"Agent",[198,202,203],{},"volitional causer of an event",[198,205,206,209],{},[38,207,208],{},"The waiter"," spilled the soup",[180,211,212,215,218],{},[198,213,214],{},"Experiencer",[198,216,217],{},"the one who experiences an event",[198,219,220,223],{},[38,221,222],{},"John"," has a headache",[180,225,226,229,232],{},[198,227,228],{},"Force",[198,230,231],{},"non-volitional causer",[198,233,234,237],{},[38,235,236],{},"The wind"," blew debris into the yard",[180,239,240,243,245],{},[198,241,242],{},"Theme",[198,244,148],{},[198,246,247,248],{},"Franklin broke ",[38,249,250],{},"the ice",[180,252,253,256,259],{},[198,254,255],{},"Result",[198,257,258],{},"end product of an event",[198,260,261,262],{},"The city built ",[38,263,264],{},"a baseball diamond",[180,266,267,270,273],{},[198,268,269],{},"Content",[198,271,272],{},"proposition of a propositional event",[198,274,275,276],{},"Mona asked ",[38,277,278],{},[120,279,280],{},"You met Mary Ann?",[180,282,283,286,289],{},[198,284,285],{},"Instrument",[198,287,288],{},"instrument used in an event",[198,290,291,292],{},"He stunned them ",[38,293,294],{},"with a device",[180,296,297,300,303],{},[198,298,299],{},"Beneficiary",[198,301,302],{},"the one an event is done for",[198,304,305,306],{},"Ann makes reservations ",[38,307,308],{},"for her boss",[180,310,311,314,317],{},[198,312,313],{},"Source",[198,315,316],{},"origin of a transferred object",[198,318,319,320],{},"I flew in ",[38,321,322],{},"from Boston",[180,324,325,328,331],{},[198,326,327],{},"Goal",[198,329,330],{},"destination of a transferred object",[198,332,333,334],{},"I drove ",[38,335,336],{},"to Portland",[338,339,341],"callout",{"type":340},"definition",[11,342,343,346],{},[38,344,345],{},"Definition (Thematic role)."," An abstract label for the part an argument plays\nin the event named by a predicate — agent, theme, instrument, and so on —\nshared across predicates and independent of the syntactic position (subject,\nobject, oblique) in which the argument surfaces.",[59,348,350],{"id":349},"diathesis-alternations","Diathesis alternations",[11,352,353,354,357,358,360],{},"The reason to bother with thematic roles at all is that they let us make inferences\nthe surface string and even the parse tree cannot. If a document says ",[21,355,356],{},"Company A\nacquired Company B",", we want to answer ",[21,359,122],{}," — and the two\nsentences share no useful syntactic structure. What they share is the roles. The same\nrole can surface in different syntactic positions, and a single verb often licenses\nseveral such mappings.",[11,362,363,364,366,367],{},"Take ",[21,365,132],{},". Its arguments — agent, theme, instrument — can be realized in many\nways:",[67,368,369],{},[15,370,374],{"href":371,"ariaDescribedBy":372,"dataFootnoteRef":6,"id":373},"#user-content-fn-jm-diath",[73],"user-content-fnref-jm-diath","2",[77,376,377,389,402,412,421],{},[80,378,379,381,382,381,385,388],{},[21,380,222],{}," ",[38,383,384],{},"broke",[21,386,387],{},"the window."," — agent\u002Fsubject, theme\u002Fobject",[80,390,391,381,393,381,395,381,398,401],{},[21,392,222],{},[38,394,384],{},[21,396,397],{},"the window",[21,399,400],{},"with a rock."," — agent\u002Fsubject, theme\u002Fobject, instrument\u002FPP",[80,403,404,381,407,381,409,411],{},[21,405,406],{},"The rock",[38,408,384],{},[21,410,387],{}," — instrument\u002Fsubject, theme\u002Fobject",[80,413,414,381,417,420],{},[21,415,416],{},"The window",[38,418,419],{},"broke."," — theme\u002Fsubject",[80,422,423,381,425,381,428,381,431,434],{},[21,424,416],{},[21,426,427],{},"was",[38,429,430],{},"broken",[21,432,433],{},"by John."," — theme\u002Fsubject, agent\u002FPP",[11,436,437,438,440,441,444,445,448,449,452,453,456],{},"So ",[21,439,132],{}," has (at least) the arguments agent, theme, and instrument, and admits the\nrealizations agent\u002Fsubject with theme\u002Fobject; instrument\u002Fsubject with theme\u002Fobject;\nand theme\u002Fsubject alone. The set of thematic arguments a verb takes is its ",[38,442,443],{},"thematic\ngrid"," (or ",[21,446,447],{},"θ-grid",", or ",[38,450,451],{},"case frame","), and the fact that a verb permits multiple\nmappings from that grid to syntax is a ",[38,454,455],{},"diathesis alternation",".",[338,458,459],{"type":340},[11,460,461,464],{},[38,462,463],{},"Definition (Diathesis alternation)."," A regular pattern in which a verb realizes\nthe same thematic arguments in more than one syntactic configuration — for\ninstance, letting the agent, the instrument, or the theme appear as the subject.\nAlternations are what force thematic roles to abstract over syntactic position.",[155,466],{"hash":467},"765808ee350755051bd7729e785fb05763d6b6dfb633177df62a62c11e127962",[11,469,470,471,474,475,478,479,482,483,486,487,490,491,494,495,498,499,494,502,498,505,494,508,511,512,515],{},"Alternations come in named families tied to semantic verb classes. The one above is\nthe ",[38,472,473],{},"causative\u002Finchoative"," alternation — the window can be broken by an agent or can\nsimply break. Another is the ",[38,476,477],{},"dative"," alternation of ",[21,480,481],{},"give",": ",[21,484,485],{},"Doris gave the book to\nCary"," (theme, then goal in a PP) versus ",[21,488,489],{},"Doris gave Cary the book"," (goal, then theme,\nboth bare objects) realize the same theme and goal in opposite orders. The dative\nalternation is not arbitrary; it recurs across whole semantic classes — ",[120,492,493],{},"verbs of future having"," (",[21,496,497],{},"advance, allocate, offer, owe","), ",[120,500,501],{},"send verbs",[21,503,504],{},"forward, hand,\nmail",[120,506,507],{},"verbs of throwing",[21,509,510],{},"kick, pass, throw","). Levin's catalog lists 3,100 English\nverbs sorted into classes by exactly which alternations they permit, a resource folded\ninto VerbNet, which links each verb to WordNet and FrameNet. Because a verb's roles\nmove around the sentence, a level of description ",[21,513,514],{},"above"," syntax is required.",[517,518,520],"h3",{"id":519},"the-trouble-with-a-universal-list","The trouble with a universal list",[11,522,523,524,527,528,531,532,535,536,539,540,543,544,546,547],{},"A single fixed list of a dozen roles is attractive, but every attempt to draw\none up runs into trouble. Roles fragment under scrutiny: there seem to be at least two kinds of ",[38,525,526],{},"instrument"," — an\n",[21,529,530],{},"intermediary"," one that can be the subject (",[21,533,534],{},"The new gadget opened the jar",") and an\n",[21,537,538],{},"enabling"," one that cannot (",[21,541,542],{},"*The fork ate the banana","). And no crisp definition\ncaptures ",[38,545,144],{},": agents are typically animate, volitional, sentient, and causal,\nbut any given noun phrase might have only some of these properties.",[67,548,549],{},[15,550,554],{"href":551,"ariaDescribedBy":552,"dataFootnoteRef":6,"id":553},"#user-content-fn-jm-proto",[73],"user-content-fnref-jm-proto","3",[11,556,557,558,561,562,565,566,569,570,573],{},"Two responses have shaped the field's two major resources. One is to use\n",[38,559,560],{},"generalized roles"," — ",[38,563,564],{},"proto-agent"," and ",[38,567,568],{},"proto-patient"," — defined not by\nnecessary conditions but by a bundle of agent-like features (volitionally\ninvolved, causing a change of state, sentient, moving) and patient-like features\n(undergoing a change of state, causally affected, stationary). The more of the\nbundle an argument exhibits, the more it counts as that proto-role. The other route\nis to define roles that are ",[38,571,572],{},"specific"," to a verb or to a group of related\npredicates. PropBank uses both proto-roles and per-verb roles; FrameNet uses roles\nspecific to a shared situation called a frame.",[59,575,577],{"id":576},"propbank","PropBank",[11,579,580,581,584,585,588,589,593,594,106,597,600,601,603,604,606,607,609,610,456,613],{},"The ",[38,582,583],{},"Proposition Bank"," (PropBank) annotates the sentences of the Penn Treebank\nwith semantic roles. Because defining a universal role set is so hard, PropBank\ndefines roles ",[38,586,587],{},"per verb sense",", and names them only with numbers: ",[590,591,592],"code",{},"Arg0",", ",[590,595,596],{},"Arg1",[590,598,599],{},"Arg2",", and so on. Two conventions carry across verbs: ",[590,602,592],{}," is the proto-agent\nand ",[590,605,596],{}," the proto-patient. The higher-numbered arguments are looser — ",[590,608,599],{}," is\noften a benefactive, instrument, attribute, or end state — and their meaning is\ndefined verb by verb in a ",[38,611,612],{},"frame file",[67,614,615],{},[15,616,620],{"href":617,"ariaDescribedBy":618,"dataFootnoteRef":6,"id":619},"#user-content-fn-jm-propbank",[73],"user-content-fnref-jm-propbank","4",[11,622,623,624,627],{},"A frame file for one sense of ",[590,625,626],{},"increase"," reads:",[629,630,635],"pre",{"className":631,"code":633,"language":634},[632],"language-text","increase.01  \"go up incrementally\"\n  Arg0: causer of increase\n  Arg1: thing increasing\n  Arg2: amount increased by\n  Arg3: start point\n  Arg4: end point\n","text",[590,636,633],{"__ignoreMap":6},[11,638,639,640,643],{},"The payoff is that three syntactically different sentences receive the ",[21,641,642],{},"same","\nargument labels, so a system can infer they describe the same event structure.",[155,645],{"hash":646},"246f8bb036a6d57fe01a7e010fa53615971d150f11fc33a6a606a6aa1b4945d4",[11,648,649,650,653,654,657,658,661,662,498,665,668,669,498,672,675,676,498,679,682,683,498,686,689,690,693,694,697,698,701,702,705,706,565,708,705,711,456],{},"PropBank also carries a set of ",[38,651,652],{},"non-numbered modifiers",", the ",[590,655,656],{},"ArgM"," labels,\nstable across predicates: ",[590,659,660],{},"ArgM-TMP"," (when? ",[21,663,664],{},"yesterday",[590,666,667],{},"ArgM-LOC"," (where? ",[21,670,671],{},"at\nthe museum",[590,673,674],{},"ArgM-DIR"," (where to\u002Ffrom? ",[21,677,678],{},"to Bangkok",[590,680,681],{},"ArgM-MNR"," (how?\n",[21,684,685],{},"clearly",[590,687,688],{},"ArgM-CAU"," (why? ",[21,691,692],{},"because…","). A companion project, ",[38,695,696],{},"NomBank",", adds\nthe same treatment to noun predicates, so ",[21,699,700],{},"Apple's agreement with IBM"," labels\n",[21,703,704],{},"Apple"," as ",[590,707,592],{},[21,709,710],{},"IBM",[590,712,599],{},[11,714,715],{},"For example, take the sentence",[717,718,719],"blockquote",{},[11,720,721],{},"The San Francisco Examiner issued a special edition around noon yesterday.",[11,723,724,725,728,729,593,732,735,736,738,739,741,742,744,745,747,748,751],{},"Its predicate is ",[21,726,727],{},"issued",", whose frame file (",[590,730,731],{},"issue.01",[120,733,734],{},"put out, publish",") declares\n",[590,737,592],{}," = the publisher and ",[590,740,596],{}," = the thing published. The two numbered arguments are\nfilled by the subject and object; the two remaining phrases are modifiers — a temporal\n",[590,743,660],{}," for ",[21,746,664],{}," and another temporal for ",[21,749,750],{},"around noon"," — so the complete\nlabel is:",[155,753],{"hash":754},"1208dafe0da25cd0e43ebfb04be64371eaaee3491cb331d272450123bf6f8c1e",[11,756,757,758,761,762,765,766,768,769,593,772,774,775,778,779,782,783,785],{},"The value of the numbering shows when the same event is rephrased. ",[21,759,760],{},"A special edition\nwas issued by the Examiner around noon"," moves the publisher into a ",[21,763,764],{},"by","-phrase and the\nthing published into subject position, yet both keep their labels — ",[590,767,592],{}," on the\n",[21,770,771],{},"Examiner",[590,773,596],{}," on ",[21,776,777],{},"a special edition"," — because PropBank labels the role, not the\nsyntactic slot. That is the same invariance the ",[590,780,781],{},"increase.01"," figure showed, now with\na modifier in play: the ",[590,784,660],{}," phrases travel with the event regardless of voice.",[59,787,789],{"id":788},"framenet","FrameNet",[11,791,792,793,106,795,798,799,801,802,804,805,808,809,817,818,821],{},"PropBank's roles are tied to individual verbs, so it still cannot relate ",[21,794,626],{},[21,796,797],{},"rise"," (a different verb), and ",[21,800,797],{}," (the noun). ",[38,803,789],{}," raises the level of\nabstraction: it defines roles relative to a ",[38,806,807],{},"frame",", a chunk of background\nknowledge that a whole family of words evokes.",[67,810,811],{},[15,812,816],{"href":813,"ariaDescribedBy":814,"dataFootnoteRef":6,"id":815},"#user-content-fn-jm-framenet",[73],"user-content-fnref-jm-framenet","5"," The words\n",[21,819,820],{},"reservation, flight, travel, fare, meal, plane"," are not related by simple synonymy\nor hyponymy; they cohere because they all presuppose the same background — air\ntravel. That background is a frame.",[338,823,824],{"type":340},[11,825,826,829,830,833,834,837],{},[38,827,828],{},"Definition (Frame)."," A background-knowledge structure that defines a set of\nframe-specific semantic roles, called ",[38,831,832],{},"frame elements",", together with the set\nof predicates (verbs, nouns, adjectives) that evoke it. Each word ",[21,835,836],{},"profiles"," some\naspect of its frame; the frame's elements are the roles its predicates share.",[11,839,580,840,843,844,847,848,851,852,855,856,859,860,863,864,867,868,871],{},[590,841,842],{},"change_position_on_a_scale"," frame covers the change of an ",[590,845,846],{},"Item","'s position on\na scale (the ",[590,849,850],{},"Attribute",") from an ",[590,853,854],{},"Initial_value"," to a ",[590,857,858],{},"Final_value",". Its predicates\ninclude verbs (",[21,861,862],{},"rise, fall, increase, climb, plummet, soar","), nouns (",[21,865,866],{},"increase,\ndecline, hike","), and adverbs (",[21,869,870],{},"increasingly","). Every one of them shares the same\nframe elements.",[155,873],{"hash":874},"61b5f8d0b9a02f9902728deff500042c6610ce3ce024b08e2d1e0bf5423c75b9",[11,876,877],{},"Labeled examples:",[77,879,880,895,906],{},[80,881,882],{},[21,883,884,888,889,381,892,456],{},[885,886,887],"span",{},"ITEM Oil"," rose ",[885,890,891],{},"ATTRIBUTE in price",[885,893,894],{},"DIFFERENCE by 2%",[80,896,897],{},[21,898,899,902,903,456],{},[885,900,901],{},"ITEM Microsoft shares"," fell ",[885,904,905],{},"FINAL_VALUE to 7 5\u002F8",[80,907,908],{},[21,909,910,911,381,914,381,917,456],{},"a steady increase ",[885,912,913],{},"INITIAL_VALUE from 9.5",[885,915,916],{},"FINAL_VALUE to 14.3",[885,918,919],{},"ITEM in dividends",[11,921,922,923,925,926,929,930,933,934,565,936,939,940,943,944,947,948,951,952,955,956,958,959,970],{},"Because the noun ",[21,924,626],{}," and the verb ",[21,927,928],{},"rose"," evoke the same frame, a system can\nrecognize that ",[21,931,932],{},"the price of bananas"," is the ",[590,935,846],{},[21,937,938],{},"5%"," the ",[590,941,942],{},"Difference","\nwhether the sentence uses the verb or the noun. FrameNet also encodes relations\n",[21,945,946],{},"between"," frames: a ",[590,949,950],{},"cause_change_position_on_a_scale"," frame ",[38,953,954],{},"inherits"," from the\nplain frame and adds an ",[590,957,200],{}," role, so ",[21,960,961,964,965,968],{},[885,962,963],{},"AGENT They"," raised ",[885,966,967],{},"ITEM the price",[885,969,894],{}," shares its event semantics with the non-causal versions.",[11,972,973],{},"The two resources trade off breadth against granularity:",[174,975,976,986],{},[177,977,978],{},[180,979,980,982,984],{},[183,981],{},[183,983,577],{},[183,985,789],{},[193,987,988,998,1023,1034,1045],{},[180,989,990,993,995],{},[198,991,992],{},"Role scope",[198,994,587],{},[198,996,997],{},"per frame (many predicates)",[180,999,1000,1003,1015],{},[198,1001,1002],{},"Role names",[198,1004,1005,1006,1008,1009,593,1012],{},"numbered: ",[590,1007,592],{},"…",[590,1010,1011],{},"Arg4",[590,1013,1014],{},"ArgM-*",[198,1016,1017,1018,593,1020,1022],{},"named frame elements: ",[590,1019,846],{},[590,1021,850],{},", …",[180,1024,1025,1028,1031],{},[198,1026,1027],{},"Generalizes across",[198,1029,1030],{},"inflections of one verb",[198,1032,1033],{},"verbs, nouns, adjectives of one situation",[180,1035,1036,1039,1042],{},[198,1037,1038],{},"Annotation base",[198,1040,1041],{},"Penn Treebank sentences",[198,1043,1044],{},"frame-by-frame example sentences",[180,1046,1047,1050,1055],{},[198,1048,1049],{},"Same sentence",[198,1051,1052],{},[590,1053,1054],{},"[Arg0 …] issued [Arg1 …] [ArgM-TMP …]",[198,1056,1057],{},[590,1058,1059],{},"[Cognizer …] blame [Evaluee …] [Reason …]",[59,1061,1063],{"id":1062},"semantic-role-labeling","Semantic role labeling",[11,1065,1066,1069,1070,1078],{},[38,1067,1068],{},"Semantic role labeling (SRL)"," is the task of automatically finding the semantic\nrole of each argument of each predicate in a sentence.",[67,1071,1072],{},[15,1073,1077],{"href":1074,"ariaDescribedBy":1075,"dataFootnoteRef":6,"id":1076},"#user-content-fn-jm-srl",[73],"user-content-fnref-jm-srl","6"," Modern systems are\nsupervised, trained on PropBank or FrameNet. The classical pipeline begins with a\nsyntactic parse and then, for each predicate, decides the role (if any) that each\nparse-tree constituent fills.",[11,1080,1081],{},"The generic procedure parses, then visits every predicate and every node:",[629,1083,1087],{"className":1084,"code":1085,"language":1086,"meta":6,"style":6},"language-algorithm shiki shiki-themes Vesper Light - Orange Boost (Quick Open Adjusted) vesper","caption: $\\textsc{Semantic-Role-Label}(\\text{words})$ — parse, then classify each node per predicate\n$\\text{parse} \\gets \\textsc{Parse}(\\text{words})$\nfor each $\\text{predicate}$ in $\\text{parse}$ do\n  for each $\\text{node}$ in $\\text{parse}$ do\n    $\\text{features} \\gets \\textsc{Extract-Features}(\\text{node}, \\text{predicate}, \\text{parse})$\n    $\\textsc{Classify-Node}(\\text{node}, \\text{features}, \\text{parse})$\n","algorithm",[590,1088,1089,1096,1102,1108,1114,1120],{"__ignoreMap":6},[885,1090,1093],{"class":1091,"line":1092},"line",1,[885,1094,1095],{},"caption: $\\textsc{Semantic-Role-Label}(\\text{words})$ — parse, then classify each node per predicate\n",[885,1097,1099],{"class":1091,"line":1098},2,[885,1100,1101],{},"$\\text{parse} \\gets \\textsc{Parse}(\\text{words})$\n",[885,1103,1105],{"class":1091,"line":1104},3,[885,1106,1107],{},"for each $\\text{predicate}$ in $\\text{parse}$ do\n",[885,1109,1111],{"class":1091,"line":1110},4,[885,1112,1113],{},"  for each $\\text{node}$ in $\\text{parse}$ do\n",[885,1115,1117],{"class":1091,"line":1116},5,[885,1118,1119],{},"    $\\text{features} \\gets \\textsc{Extract-Features}(\\text{node}, \\text{predicate}, \\text{parse})$\n",[885,1121,1123],{"class":1091,"line":1122},6,[885,1124,1125],{},"    $\\textsc{Classify-Node}(\\text{node}, \\text{features}, \\text{parse})$\n",[11,1127,1128,1129,137,1132,1135,1136,1139],{},"Here ",[590,1130,1131],{},"Classify-Node",[38,1133,1134],{},"1-of-N classifier",": it assigns one of the semantic\nroles, or a special ",[590,1137,1138],{},"NONE"," for a constituent that fills no role. Rather than one\nmonolithic decision, most systems break the per-node task into three stages, which\nlets each stage use its own features and prunes the search early.",[155,1141],{"hash":1142},"d08473600dcf95c74aba6a5e66ab79606577cbe7651c690948fff09afb61313b",[11,1144,1145,1146,1149,1150,1153,1154,1156,1157,1160,1161,1163,1164,1167,1168,1171,1172,1167,1175,1178,1179,1182,1183,494,1186,1189,1190,1198],{},"The feature-based classifier at the heart of the pipeline uses a small,\nnow-standard template set, computed for each constituent relative to the\npredicate. For the subject ",[21,1147,1148],{},"The San Francisco Examiner"," in ",[21,1151,1152],{},"The San Francisco\nExaminer issued a special edition yesterday",", the features include the governing\npredicate (",[21,1155,727],{},"), the constituent's phrase type (",[590,1158,1159],{},"NP","), its headword\n(",[21,1162,771],{},") and headword POS (",[590,1165,1166],{},"NNP","), the ",[38,1169,1170],{},"path"," through the parse tree from the\nconstituent to the predicate (",[590,1173,1174],{},"NP↑S↓VP↓VBD",[38,1176,1177],{},"voice"," of the clause (active),\nthe ",[38,1180,1181],{},"position"," relative to the predicate (before), and the predicate's\n",[38,1184,1185],{},"subcategorization",[590,1187,1188],{},"VP→VBD NP PP",").",[67,1191,1192],{},[15,1193,1197],{"href":1194,"ariaDescribedBy":1195,"dataFootnoteRef":6,"id":1196},"#user-content-fn-jm-features",[73],"user-content-fnref-jm-features","7"," The path feature is the\nmost useful of the set: it compactly encodes the grammatical relation between the\nargument and its predicate.",[11,1200,1201,1202,1205,1206,1208],{},"Because the local classifier labels each argument independently, systems often add\na fourth, ",[38,1203,1204],{},"global"," step: constituents must not overlap, and a verb cannot have two\n",[590,1207,592],{}," arguments. A second Viterbi pass or an integer-linear-program over the\nper-constituent label distributions enforces these joint constraints.",[517,1210,1212],{"id":1211},"neural-srl-as-sequence-labeling","Neural SRL as sequence labeling",[11,1214,1215,1216,1219,1220,593,1223,593,1226,593,1229,1232,1233,1236,1237,1245],{},"The neural approach discards the parse and recasts SRL as\n",[15,1217,1218],{"href":17},"sequence labeling",", the\nsame BIO scheme used for named-entity recognition. Given the predicate, each role\ngets a begin\u002Finside pair (",[590,1221,1222],{},"B-ARG0",[590,1224,1225],{},"I-ARG0",[590,1227,1228],{},"B-ARG1",[590,1230,1231],{},"I-ARG1",", …) plus an outside\ntag ",[590,1234,1235],{},"O",", and the model tags the whole sentence at once.",[67,1238,1239],{},[15,1240,1244],{"href":1241,"ariaDescribedBy":1242,"dataFootnoteRef":6,"id":1243},"#user-content-fn-jm-neural-srl",[73],"user-content-fnref-jm-neural-srl","8"," The sentence\nis fed to a pretrained encoder; each token's contextual embedding is concatenated\nwith an indicator of whether it is the predicate; and a feedforward network with a\nsoftmax emits a label distribution per token.",[155,1247],{"hash":1248},"f260a0ae2fb799330120d54ca7728caa1a4bdef37874a8c298fce12a918c4882",[11,1250,1251],{},"As with any tagger, the objective is the highest-probability tag sequence",[885,1253,1256],{"className":1254},[1255],"katex-display",[885,1257,1260],{"className":1258},[1259],"katex",[885,1261,1265,1348,1459],{"className":1262,"ariaHidden":1264},[1263],"katex-html","true",[885,1266,1269,1274,1335,1340,1345],{"className":1267},[1268],"base",[885,1270],{"className":1271,"style":1273},[1272],"strut","height:0.8889em;vertical-align:-0.1944em;",[885,1275,1279],{"className":1276},[1277,1278],"mord","accent",[885,1280,1284,1326],{"className":1281},[1282,1283],"vlist-t","vlist-t2",[885,1285,1288,1321],{"className":1286},[1287],"vlist-r",[885,1289,1293,1307],{"className":1290,"style":1292},[1291],"vlist","height:0.6944em;",[885,1294,1296,1301],{"style":1295},"top:-3em;",[885,1297],{"className":1298,"style":1300},[1299],"pstrut","height:3em;",[885,1302,1306],{"className":1303,"style":1305},[1277,1304],"mathnormal","margin-right:0.0359em;","y",[885,1308,1309,1312],{"style":1295},[885,1310],{"className":1311,"style":1300},[1299],[885,1313,1317],{"className":1314,"style":1316},[1315],"accent-body","left:-0.1944em;",[885,1318,1320],{"className":1319},[1277],"^",[885,1322,1325],{"className":1323},[1324],"vlist-s","​",[885,1327,1329],{"className":1328},[1287],[885,1330,1333],{"className":1331,"style":1332},[1291],"height:0.1944em;",[885,1334],{},[885,1336],{"className":1337,"style":1339},[1338],"mspace","margin-right:0.2778em;",[885,1341,1344],{"className":1342},[1343],"mrel","=",[885,1346],{"className":1347,"style":1339},[1338],[885,1349,1351,1355,1434,1437,1441,1446,1449,1452,1456],{"className":1350},[1268],[885,1352],{"className":1353,"style":1354},[1272],"height:1.8249em;vertical-align:-1.0749em;",[885,1356,1360],{"className":1357},[1358,1359],"mop","op-limits",[885,1361,1363,1425],{"className":1362},[1282,1283],[885,1364,1366,1422],{"className":1365},[1287],[885,1367,1370,1398],{"className":1368,"style":1369},[1291],"height:0.4306em;",[885,1371,1373,1376],{"style":1372},"top:-2.1612em;margin-left:0em;",[885,1374],{"className":1375,"style":1300},[1299],[885,1377,1383],{"className":1378},[1379,1380,1381,1382],"sizing","reset-size6","size3","mtight",[885,1384,1386,1389,1393],{"className":1385},[1277,1382],[885,1387,1306],{"className":1388,"style":1305},[1277,1304,1382],[885,1390,1392],{"className":1391},[1343,1382],"∈",[885,1394,1397],{"className":1395,"style":1396},[1277,1304,1382],"margin-right:0.1389em;","T",[885,1399,1400,1403],{"style":1295},[885,1401],{"className":1402,"style":1300},[1299],[885,1404,1405],{},[885,1406,1408,1414,1418],{"className":1407},[1358],[885,1409,1413],{"className":1410,"style":1412},[1277,1411],"mathrm","margin-right:0.0139em;","arg",[885,1415],{"className":1416,"style":1417},[1338],"margin-right:0.1667em;",[885,1419,1421],{"className":1420},[1277,1411],"max",[885,1423,1325],{"className":1424},[1324],[885,1426,1428],{"className":1427},[1287],[885,1429,1432],{"className":1430,"style":1431},[1291],"height:1.0749em;",[885,1433],{},[885,1435],{"className":1436,"style":1417},[1338],[885,1438,1440],{"className":1439,"style":1396},[1277,1304],"P",[885,1442,1445],{"className":1443},[1444],"mopen","(",[885,1447,1306],{"className":1448,"style":1305},[1277,1304],[885,1450],{"className":1451,"style":1339},[1338],[885,1453,1455],{"className":1454},[1343],"∣",[885,1457],{"className":1458,"style":1339},[1338],[885,1460,1462,1466,1471,1476],{"className":1461},[1268],[885,1463],{"className":1464,"style":1465},[1272],"height:1em;vertical-align:-0.25em;",[885,1467,1470],{"className":1468,"style":1469},[1277,1304],"margin-right:0.0269em;","w",[885,1472,1475],{"className":1473},[1474],"mclose",")",[885,1477,1480],{"className":1478},[1479],"mpunct",",",[11,1482,1483,1484,1499],{},"over the input words ",[885,1485,1487],{"className":1486},[1259],[885,1488,1490],{"className":1489,"ariaHidden":1264},[1263],[885,1491,1493,1496],{"className":1492},[1268],[885,1494],{"className":1495,"style":1369},[1272],[885,1497,1470],{"className":1498,"style":1469},[1277,1304],". A CRF layer can replace the per-token softmax to enforce\nvalid label transitions globally, though in practice the gain is small once the\nencoder is strong. SRL is evaluated with precision, recall, and F-measure, scoring\nan argument correct only when its label spans exactly the right word sequence.",[517,1501,1503],{"id":1502},"deep-span-based-and-syntax-aware-srl","Deep, span-based, and syntax-aware SRL",[11,1505,1506],{},"The BIO tagger just described is the starting point of a research line that reshaped\nSRL between 2017 and 2018, and the three steps of that line answer a question Jurafsky & Martin\nleave open: does throwing away the parse tree actually help, and if so, what replaces\nthe grammatical information the path feature used to carry?",[11,1508,1509,1512,1513,1521,1522,1525,1526,1529,1530,1532],{},[38,1510,1511],{},"Deep tagging without syntax."," He, Lee, Lewis, and Zettlemoyer (ACL 2017) took the\nBIO formulation to its limit with an eight-layer highway BiLSTM and constrained\ndecoding — no parse tree, no hand-built path or subcategorization features, just deep\nsequence labeling over word embeddings. Their ensemble reached 83.2 F1 on CoNLL-2005,\nabout a 10% relative error reduction over the previous, syntax-dependent state of the\nart.",[67,1514,1515],{},[15,1516,1520],{"href":1517,"ariaDescribedBy":1518,"dataFootnoteRef":6,"id":1519},"#user-content-fn-deep-srl",[73],"user-content-fnref-deep-srl","9"," Two findings accompanied the number.\nFirst, the deep stack recovers ",[38,1523,1524],{},"long-distance dependencies"," — an argument many words\nfrom its predicate — far better than shallow models, recovering the information\nthe tree-path feature existed to supply, now learned implicitly. Second, the model still\nmakes ",[38,1527,1528],{},"obvious structural errors"," (overlapping arguments, two ",[590,1531,592],{},"s), which is why\nthe global consistency step never fully went away, and the authors showed that oracle\nsyntax would still lift the score — syntactic information still carried useful signal.",[11,1534,1535,1538,1539,1542,1543,1546,1547,1550,1551],{},[38,1536,1537],{},"Span-based, end-to-end."," The BIO tagger assumes the predicate is given and labels one\ntoken at a time. He, Lee, Levy, and Zettlemoyer (ACL 2018) dropped both assumptions with\na ",[38,1540,1541],{},"span-based"," model: enumerate candidate spans, build a contextual representation for\neach, and score every ",[21,1544,1545],{},"predicate-span, argument-span"," pair for the relation (if any)\nbetween them, jointly predicting predicates and arguments in one pass. Because the unit\nof decision is a span rather than a tag, span-level features come back, and the model set\na new state of the art on PropBank ",[38,1548,1549],{},"without gold predicates"," — the realistic setting\nthe tagger sidesteps.",[67,1552,1553],{},[15,1554,1558],{"href":1555,"ariaDescribedBy":1556,"dataFootnoteRef":6,"id":1557},"#user-content-fn-span-srl",[73],"user-content-fnref-span-srl","10",[155,1560],{"hash":1561},"be298b3d3accebc48906c793637dcccd580147bd1812271ffc24304e9fb048d5",[11,1563,1564,1567,1568,1571,1572,1575,1576,1584],{},[38,1565,1566],{},"Syntax comes back, folded in."," He et al.'s open question — that better syntax would\nstill help — was answered by Strubell, Verga, Andor, Weiss, and McCallum (EMNLP 2018)\nwith ",[38,1569,1570],{},"linguistically-informed self-attention"," (LISA). Rather than pre-computing a\nparse and reading off features, LISA trains ",[38,1573,1574],{},"one attention head"," to attend to each\ntoken's syntactic parent, inside a single transformer that is multi-tasked over\ndependency parsing, part-of-speech tagging, predicate detection, and SRL at once. Syntax\nis injected as an attention bias learned from raw tokens, not a preprocessing stage. On\nCoNLL-2005 with predicted predicates it set a new state of the art, about 2.5 F1 above\nthe prior best on newswire and more than 3.5 F1 on out-of-domain text — the largest gains\nexactly where a parser's grammatical signal helps a shallow lexical model\ngeneralize.",[67,1577,1578],{},[15,1579,1583],{"href":1580,"ariaDescribedBy":1581,"dataFootnoteRef":6,"id":1582},"#user-content-fn-lisa-srl",[73],"user-content-fnref-lisa-srl","11"," The progression ends where it began: the classical pipeline read features\noff a parse; deep tagging discarded the parse and learned the same signal implicitly;\nspan models restored span-level structure; and LISA put syntax back, now as a trainable\ncomponent of the same network rather than a separate front end.",[517,1586,1588],{"id":1587},"selectional-restrictions","Selectional restrictions",[11,1590,1591,1592,1595,1596,1599,1600,593,1603,1606,1607,1615,1616,1619,1620,1623,1624,1627,1628,1189],{},"A predicate also constrains the ",[21,1593,1594],{},"kind"," of thing that can fill a role. The theme of\n",[21,1597,1598],{},"eat"," tends to be edible, which is how we know that in ",[21,1601,1602],{},"I want to eat someplace\nnearby",[21,1604,1605],{},"someplace nearby"," is a location adjunct rather than the object being\neaten.",[67,1608,1609],{},[15,1610,1614],{"href":1611,"ariaDescribedBy":1612,"dataFootnoteRef":6,"id":1613},"#user-content-fn-jm-select",[73],"user-content-fnref-jm-select","12"," Such a semantic-type constraint is a ",[38,1617,1618],{},"selectional restriction",".\nIt attaches to a word sense, not the whole lexeme: the food-serving sense of ",[21,1621,1622],{},"serve","\nrestricts its theme to food (",[21,1625,1626],{},"serves green-lipped mussels","), while the\ntransportation sense restricts it to a place (",[21,1629,1630],{},"Which airlines serve Denver?",[338,1632,1633],{"type":340},[11,1634,1635,1638,1639,1641,1642,1645,1646,1649],{},[38,1636,1637],{},"Definition (Selectional restriction)."," A semantic-type constraint a predicate\nimposes on the concepts allowed to fill one of its argument roles — e.g. the theme\nof ",[590,1640,1598],{}," must be edible. Restrictions vary in strictness: ",[590,1643,1644],{},"diagonalize"," demands a\nmatrix, while ",[590,1647,1648],{},"imagine"," places almost no constraint on its theme.",[11,1651,1652,1653,1656,1657,1660],{},"Rigid restrictions are brittle — negated or hyperbolic sentences violate them\nfreely (",[21,1654,1655],{},"you can't eat gold",") — so modern systems treat them as soft ",[38,1658,1659],{},"selectional\npreferences",", scoring the association between a predicate and an argument class\nrather than forbidding violations outright.",[59,1662,1664],{"id":1663},"primitive-decomposition-of-predicates","Primitive decomposition of predicates",[11,1666,1667,1668,1671,1672,1675,1676,1679,1680,456,1683,1691,1692,1695],{},"Thematic roles decompose an event into a finite list of participant labels. A more\nradical program decomposes the ",[38,1669,1670],{},"predicate itself"," into a small set of semantic\n",[38,1673,1674],{},"primitives"," — a move called ",[38,1677,1678],{},"primitive decomposition"," or ",[38,1681,1682],{},"componential\nanalysis",[67,1684,1685],{},[15,1686,1690],{"href":1687,"ariaDescribedBy":1688,"dataFootnoteRef":6,"id":1689},"#user-content-fn-jm-prim",[73],"user-content-fnref-jm-prim","13"," Consider ",[21,1693,1694],{},"kill",". From a truth-conditional standpoint,",[717,1697,1698],{},[11,1699,1700],{},"Jim killed his philodendron.",[11,1702,1703],{},"means the same as",[717,1705,1706],{},[11,1707,1708],{},"Jim did something to cause his philodendron to become not alive.",[11,1710,1711,1712,1714],{},"so we can write the meaning of ",[21,1713,1694],{}," as a composition of primitives:",[885,1716,1718],{"className":1717},[1255],[885,1719,1721],{"className":1720},[1259],[885,1722,1724,1777],{"className":1723,"ariaHidden":1264},[1263],[885,1725,1727,1730,1742,1745,1749,1752,1755,1758,1761,1764,1767,1771,1774],{"className":1726},[1268],[885,1728],{"className":1729,"style":1465},[1272],[885,1731,1735],{"className":1732},[1733,1734],"enclosing","textsc",[885,1736,1738],{"className":1737},[1277,634],[885,1739,1741],{"className":1740},[1277],"KILL",[885,1743,1445],{"className":1744},[1444],[885,1746,1748],{"className":1747},[1277,1304],"x",[885,1750,1480],{"className":1751},[1479],[885,1753],{"className":1754,"style":1417},[1338],[885,1756,1306],{"className":1757,"style":1305},[1277,1304],[885,1759,1475],{"className":1760},[1474],[885,1762],{"className":1763,"style":1339},[1338],[885,1765],{"className":1766,"style":1339},[1338],[885,1768,1770],{"className":1769},[1343],"↔",[885,1772],{"className":1773,"style":1339},[1338],[885,1775],{"className":1776,"style":1339},[1338],[885,1778,1780,1784,1794,1802,1805,1808,1812,1815,1825,1828,1838,1841,1851,1854,1857,1861,1867],{"className":1779},[1268],[885,1781],{"className":1782,"style":1783},[1272],"height:1.2em;vertical-align:-0.35em;",[885,1785,1787],{"className":1786},[1733,1734],[885,1788,1790],{"className":1789},[1277,634],[885,1791,1793],{"className":1792},[1277],"CAUSE",[885,1795,1797],{"className":1796},[1277],[885,1798,1445],{"className":1799},[1800,1801],"delimsizing","size1",[885,1803,1748],{"className":1804},[1277,1304],[885,1806,1480],{"className":1807},[1479],[885,1809,1811],{"className":1810},[1338]," ",[885,1813],{"className":1814,"style":1417},[1338],[885,1816,1818],{"className":1817},[1733,1734],[885,1819,1821],{"className":1820},[1277,634],[885,1822,1824],{"className":1823},[1277],"BECOME",[885,1826,1445],{"className":1827},[1444],[885,1829,1831],{"className":1830},[1733,1734],[885,1832,1834],{"className":1833},[1277,634],[885,1835,1837],{"className":1836},[1277],"NOT",[885,1839,1445],{"className":1840},[1444],[885,1842,1844],{"className":1843},[1733,1734],[885,1845,1847],{"className":1846},[1277,634],[885,1848,1850],{"className":1849},[1277],"ALIVE",[885,1852,1445],{"className":1853},[1444],[885,1855,1306],{"className":1856,"style":1305},[1277,1304],[885,1858,1860],{"className":1859},[1474],")))",[885,1862,1864],{"className":1863},[1277],[885,1865,1475],{"className":1866},[1800,1801],[885,1868,456],{"className":1869},[1277],[11,1871,1872,1873,1875,1876,565,1898,1919],{},"The same primitives explain the diathesis alternations from\nearlier in the lesson. A single state-like predicate for ",[21,1874,136],{}," underlies three\nsurface forms, differing only in whether ",[885,1877,1879],{"className":1878},[1259],[885,1880,1882],{"className":1881,"ariaHidden":1264},[1263],[885,1883,1885,1889],{"className":1884},[1268],[885,1886],{"className":1887,"style":1888},[1272],"height:0.6833em;",[885,1890,1892],{"className":1891},[1733,1734],[885,1893,1895],{"className":1894},[1277,634],[885,1896,1793],{"className":1897},[1277],[885,1899,1901],{"className":1900},[1259],[885,1902,1904],{"className":1903,"ariaHidden":1264},[1263],[885,1905,1907,1910],{"className":1906},[1268],[885,1908],{"className":1909,"style":1888},[1272],[885,1911,1913],{"className":1912},[1733,1734],[885,1914,1916],{"className":1915},[1277,634],[885,1917,1824],{"className":1918},[1277]," wrap\nit:",[885,1921,1923],{"className":1922},[1255],[885,1924,1926],{"className":1925},[1259],[885,1927,1929],{"className":1928,"ariaHidden":1264},[1263],[885,1930,1932,1936],{"className":1931},[1268],[885,1933],{"className":1934,"style":1935},[1272],"height:4.21em;vertical-align:-1.855em;",[885,1937,1939],{"className":1938},[1277],[885,1940,1943,2026],{"className":1941},[1942],"mtable",[885,1944,1947],{"className":1945},[1946],"col-align-r",[885,1948,1950,2017],{"className":1949},[1282,1283],[885,1951,1953,2014],{"className":1952},[1287],[885,1954,1957,1976,1995],{"className":1955,"style":1956},[1291],"height:2.355em;",[885,1958,1960,1963],{"style":1959},"top:-4.505em;",[885,1961],{"className":1962,"style":1300},[1299],[885,1964,1966,1973],{"className":1965},[1277],[885,1967,1969],{"className":1968},[1277,634],[885,1970,1972],{"className":1971},[1277],"John opened the door.",[885,1974,1811],{"className":1975},[1338],[885,1977,1979,1982],{"style":1978},"top:-3.005em;",[885,1980],{"className":1981,"style":1300},[1299],[885,1983,1985,1992],{"className":1984},[1277],[885,1986,1988],{"className":1987},[1277,634],[885,1989,1991],{"className":1990},[1277],"The door opened.",[885,1993,1811],{"className":1994},[1338],[885,1996,1998,2001],{"style":1997},"top:-1.505em;",[885,1999],{"className":2000,"style":1300},[1299],[885,2002,2004,2011],{"className":2003},[1277],[885,2005,2007],{"className":2006},[1277,634],[885,2008,2010],{"className":2009},[1277],"The door is open.",[885,2012,1811],{"className":2013},[1338],[885,2015,1325],{"className":2016},[1324],[885,2018,2020],{"className":2019},[1287],[885,2021,2024],{"className":2022,"style":2023},[1291],"height:1.855em;",[885,2025],{},[885,2027,2030],{"className":2028},[2029],"col-align-l",[885,2031,2033,2241],{"className":2032},[1282,1283],[885,2034,2036,2238],{"className":2035},[1287],[885,2037,2039,2135,2191],{"className":2038,"style":1956},[1291],[885,2040,2041,2044],{"style":1959},[885,2042],{"className":2043,"style":1300},[1299],[885,2045,2047,2050,2053,2057,2060,2063,2072,2078,2084,2087,2090,2093,2102,2105,2115,2118,2125,2129],{"className":2046},[1277],[885,2048],{"className":2049},[1277],[885,2051],{"className":2052,"style":1339},[1338],[885,2054,2056],{"className":2055},[1343],"⇒",[885,2058,1811],{"className":2059},[1338],[885,2061],{"className":2062,"style":1339},[1338],[885,2064,2066],{"className":2065},[1733,1734],[885,2067,2069],{"className":2068},[1277,634],[885,2070,1793],{"className":2071},[1277],[885,2073,2075],{"className":2074},[1277],[885,2076,1445],{"className":2077},[1800,1801],[885,2079,2081],{"className":2080},[1277,634],[885,2082,222],{"className":2083},[1277],[885,2085,1480],{"className":2086},[1479],[885,2088,1811],{"className":2089},[1338],[885,2091],{"className":2092,"style":1417},[1338],[885,2094,2096],{"className":2095},[1733,1734],[885,2097,2099],{"className":2098},[1277,634],[885,2100,1824],{"className":2101},[1277],[885,2103,1445],{"className":2104},[1444],[885,2106,2108],{"className":2107},[1733,1734],[885,2109,2111],{"className":2110},[1277,634],[885,2112,2114],{"className":2113},[1277],"OPEN",[885,2116,1445],{"className":2117},[1444],[885,2119,2121],{"className":2120},[1277,634],[885,2122,2124],{"className":2123},[1277],"door",[885,2126,2128],{"className":2127},[1474],"))",[885,2130,2132],{"className":2131},[1277],[885,2133,1475],{"className":2134},[1800,1801],[885,2136,2137,2140],{"style":1978},[885,2138],{"className":2139,"style":1300},[1299],[885,2141,2143,2146,2149,2152,2155,2158,2167,2170,2179,2182,2188],{"className":2142},[1277],[885,2144],{"className":2145},[1277],[885,2147],{"className":2148,"style":1339},[1338],[885,2150,2056],{"className":2151},[1343],[885,2153,1811],{"className":2154},[1338],[885,2156],{"className":2157,"style":1339},[1338],[885,2159,2161],{"className":2160},[1733,1734],[885,2162,2164],{"className":2163},[1277,634],[885,2165,1824],{"className":2166},[1277],[885,2168,1445],{"className":2169},[1444],[885,2171,2173],{"className":2172},[1733,1734],[885,2174,2176],{"className":2175},[1277,634],[885,2177,2114],{"className":2178},[1277],[885,2180,1445],{"className":2181},[1444],[885,2183,2185],{"className":2184},[1277,634],[885,2186,2124],{"className":2187},[1277],[885,2189,2128],{"className":2190},[1474],[885,2192,2193,2196],{"style":1997},[885,2194],{"className":2195,"style":1300},[1299],[885,2197,2199,2202,2205,2208,2211,2214,2223,2226,2232,2235],{"className":2198},[1277],[885,2200],{"className":2201},[1277],[885,2203],{"className":2204,"style":1339},[1338],[885,2206,2056],{"className":2207},[1343],[885,2209,1811],{"className":2210},[1338],[885,2212],{"className":2213,"style":1339},[1338],[885,2215,2217],{"className":2216},[1733,1734],[885,2218,2220],{"className":2219},[1277,634],[885,2221,2114],{"className":2222},[1277],[885,2224,1445],{"className":2225},[1444],[885,2227,2229],{"className":2228},[1277,634],[885,2230,2124],{"className":2231},[1277],[885,2233,1475],{"className":2234},[1474],[885,2236,456],{"className":2237},[1277],[885,2239,1325],{"className":2240},[1324],[885,2242,2244],{"className":2243},[1287],[885,2245,2247],{"className":2246,"style":2023},[1291],[885,2248],{},[11,2250,2251],{},"The causative, the inchoative, and the plain stative are one predicate under\ndifferent primitive scaffolding — decomposition turns the alternation into a fact\nabout structure.",[155,2253],{"hash":2254},"db7d3f145fb82eb63e4592e23930327b8e3f6478425ade948a92730e1290686f",[11,2256,2257,2258,2260,2261,2264,2265,2287,2288,2310,2311,2333,2334,2356,2357,2379,2380,2383,2384,2405,2406,2409,2410,2431],{},"A predicate like ",[21,2259,136],{}," is itself still fairly specific, so more aggressive schemes\nbreak even it down. The ",[38,2262,2263],{},"conceptual dependency"," system used ten primitive\npredicates to cover all of verbal meaning — among them ",[885,2266,2268],{"className":2267},[1259],[885,2269,2271],{"className":2270,"ariaHidden":1264},[1263],[885,2272,2274,2277],{"className":2273},[1268],[885,2275],{"className":2276,"style":1888},[1272],[885,2278,2280],{"className":2279},[1733,1734],[885,2281,2283],{"className":2282},[1277,634],[885,2284,2286],{"className":2285},[1277],"ATRANS"," (abstract\ntransfer of possession or control), ",[885,2289,2291],{"className":2290},[1259],[885,2292,2294],{"className":2293,"ariaHidden":1264},[1263],[885,2295,2297,2300],{"className":2296},[1268],[885,2298],{"className":2299,"style":1888},[1272],[885,2301,2303],{"className":2302},[1733,1734],[885,2304,2306],{"className":2305},[1277,634],[885,2307,2309],{"className":2308},[1277],"PTRANS"," (physical transfer of an object\nbetween locations), ",[885,2312,2314],{"className":2313},[1259],[885,2315,2317],{"className":2316,"ariaHidden":1264},[1263],[885,2318,2320,2323],{"className":2319},[1268],[885,2321],{"className":2322,"style":1888},[1272],[885,2324,2326],{"className":2325},[1733,1734],[885,2327,2329],{"className":2328},[1277,634],[885,2330,2332],{"className":2331},[1277],"MTRANS"," (transfer of mental concepts), ",[885,2335,2337],{"className":2336},[1259],[885,2338,2340],{"className":2339,"ariaHidden":1264},[1263],[885,2341,2343,2346],{"className":2342},[1268],[885,2344],{"className":2345,"style":1888},[1272],[885,2347,2349],{"className":2348},[1733,1734],[885,2350,2352],{"className":2351},[1277,634],[885,2353,2355],{"className":2354},[1277],"PROPEL","\n(applying force to move something), and ",[885,2358,2360],{"className":2359},[1259],[885,2361,2363],{"className":2362,"ariaHidden":1264},[1263],[885,2364,2366,2369],{"className":2365},[1268],[885,2367],{"className":2368,"style":1888},[1272],[885,2370,2372],{"className":2371},[1733,1734],[885,2373,2375],{"className":2374},[1277,634],[885,2376,2378],{"className":2377},[1277],"INGEST"," (taking in a substance).\nUnder this scheme one verb often maps to several primitives at once. ",[21,2381,2382],{},"The waiter\nbrought Mary the check"," decomposes into an ",[885,2385,2387],{"className":2386},[1259],[885,2388,2390],{"className":2389,"ariaHidden":1264},[1263],[885,2391,2393,2396],{"className":2392},[1268],[885,2394],{"className":2395,"style":1888},[1272],[885,2397,2399],{"className":2398},[1733,1734],[885,2400,2402],{"className":2401},[1277,634],[885,2403,2286],{"className":2404},[1277]," (control of the check\npasses to Mary) ",[21,2407,2408],{},"and"," a ",[885,2411,2413],{"className":2412},[1259],[885,2414,2416],{"className":2415,"ariaHidden":1264},[1263],[885,2417,2419,2422],{"className":2418},[1268],[885,2420],{"className":2421,"style":1888},[1272],[885,2423,2425],{"className":2424},[1733,1734],[885,2426,2428],{"className":2427},[1277,634],[885,2429,2309],{"className":2430},[1277]," (the check physically moves to her), each\ncarrying its own fixed thematic roles:",[885,2433,2435],{"className":2434},[1255],[885,2436,2438],{"className":2437},[1259],[885,2439,2441],{"className":2440,"ariaHidden":1264},[1263],[885,2442,2444,2448],{"className":2443},[1268],[885,2445],{"className":2446,"style":2447},[1272],"height:2.7em;vertical-align:-1.1em;",[885,2449,2451],{"className":2450},[1277],[885,2452,2454,2504],{"className":2453},[1942],[885,2455,2457],{"className":2456},[1946],[885,2458,2460,2495],{"className":2459},[1282,1283],[885,2461,2463,2492],{"className":2462},[1287],[885,2464,2467,2476],{"className":2465,"style":2466},[1291],"height:1.6em;",[885,2468,2470,2473],{"style":2469},"top:-3.76em;",[885,2471],{"className":2472,"style":1300},[1299],[885,2474],{"className":2475},[1277],[885,2477,2479,2482],{"style":2478},"top:-2.26em;",[885,2480],{"className":2481,"style":1300},[1299],[885,2483,2485,2489],{"className":2484},[1277],[885,2486,2488],{"className":2487},[1277],"∧",[885,2490,1811],{"className":2491},[1338],[885,2493,1325],{"className":2494},[1324],[885,2496,2498],{"className":2497},[1287],[885,2499,2502],{"className":2500,"style":2501},[1291],"height:1.1em;",[885,2503],{},[885,2505,2507],{"className":2506},[2029],[885,2508,2510,2806],{"className":2509},[1282,1283],[885,2511,2513,2803],{"className":2512},[1287],[885,2514,2516,2662],{"className":2515,"style":2466},[1291],[885,2517,2518,2521],{"style":2469},[885,2519],{"className":2520,"style":1300},[1299],[885,2522,2524,2527,2537,2540,2543,2546,2550,2554,2557,2564,2567,2570,2573,2576,2583,2586,2589,2592,2595,2602,2605,2608,2611,2614,2621,2624,2627,2630,2633,2640,2643,2646,2649,2652,2659],{"className":2523},[1277],[885,2525],{"className":2526},[1277],[885,2528,2530],{"className":2529},[1733,1734],[885,2531,2533],{"className":2532},[1277,634],[885,2534,2536],{"className":2535},[1277],"Atrans",[885,2538,1445],{"className":2539},[1444],[885,2541,1748],{"className":2542},[1277,1304],[885,2544,1475],{"className":2545},[1474],[885,2547],{"className":2548,"style":2549},[1338],"margin-right:0.2222em;",[885,2551,2488],{"className":2552},[2553],"mbin",[885,2555],{"className":2556,"style":2549},[1338],[885,2558,2560],{"className":2559},[1277,634],[885,2561,2563],{"className":2562},[1277],"Actor",[885,2565,1445],{"className":2566},[1444],[885,2568,1748],{"className":2569},[1277,1304],[885,2571,1480],{"className":2572},[1479],[885,2574],{"className":2575,"style":1417},[1338],[885,2577,2579],{"className":2578},[1277,634],[885,2580,2582],{"className":2581},[1277],"waiter",[885,2584,1475],{"className":2585},[1474],[885,2587],{"className":2588,"style":2549},[1338],[885,2590,2488],{"className":2591},[2553],[885,2593],{"className":2594,"style":2549},[1338],[885,2596,2598],{"className":2597},[1277,634],[885,2599,2601],{"className":2600},[1277],"Object",[885,2603,1445],{"className":2604},[1444],[885,2606,1748],{"className":2607},[1277,1304],[885,2609,1480],{"className":2610},[1479],[885,2612],{"className":2613,"style":1417},[1338],[885,2615,2617],{"className":2616},[1277,634],[885,2618,2620],{"className":2619},[1277],"check",[885,2622,1475],{"className":2623},[1474],[885,2625],{"className":2626,"style":2549},[1338],[885,2628,2488],{"className":2629},[2553],[885,2631],{"className":2632,"style":2549},[1338],[885,2634,2636],{"className":2635},[1277,634],[885,2637,2639],{"className":2638},[1277],"To",[885,2641,1445],{"className":2642},[1444],[885,2644,1748],{"className":2645},[1277,1304],[885,2647,1480],{"className":2648},[1479],[885,2650],{"className":2651,"style":1417},[1338],[885,2653,2655],{"className":2654},[1277,634],[885,2656,2658],{"className":2657},[1277],"Mary",[885,2660,1475],{"className":2661},[1474],[885,2663,2664,2667],{"style":2478},[885,2665],{"className":2666,"style":1300},[1299],[885,2668,2670,2673,2683,2686,2689,2692,2695,2698,2701,2707,2710,2713,2716,2719,2725,2728,2731,2734,2737,2743,2746,2749,2752,2755,2761,2764,2767,2770,2773,2779,2782,2785,2788,2791,2797,2800],{"className":2669},[1277],[885,2671],{"className":2672},[1277],[885,2674,2676],{"className":2675},[1733,1734],[885,2677,2679],{"className":2678},[1277,634],[885,2680,2682],{"className":2681},[1277],"Ptrans",[885,2684,1445],{"className":2685},[1444],[885,2687,1306],{"className":2688,"style":1305},[1277,1304],[885,2690,1475],{"className":2691},[1474],[885,2693],{"className":2694,"style":2549},[1338],[885,2696,2488],{"className":2697},[2553],[885,2699],{"className":2700,"style":2549},[1338],[885,2702,2704],{"className":2703},[1277,634],[885,2705,2563],{"className":2706},[1277],[885,2708,1445],{"className":2709},[1444],[885,2711,1306],{"className":2712,"style":1305},[1277,1304],[885,2714,1480],{"className":2715},[1479],[885,2717],{"className":2718,"style":1417},[1338],[885,2720,2722],{"className":2721},[1277,634],[885,2723,2582],{"className":2724},[1277],[885,2726,1475],{"className":2727},[1474],[885,2729],{"className":2730,"style":2549},[1338],[885,2732,2488],{"className":2733},[2553],[885,2735],{"className":2736,"style":2549},[1338],[885,2738,2740],{"className":2739},[1277,634],[885,2741,2601],{"className":2742},[1277],[885,2744,1445],{"className":2745},[1444],[885,2747,1306],{"className":2748,"style":1305},[1277,1304],[885,2750,1480],{"className":2751},[1479],[885,2753],{"className":2754,"style":1417},[1338],[885,2756,2758],{"className":2757},[1277,634],[885,2759,2620],{"className":2760},[1277],[885,2762,1475],{"className":2763},[1474],[885,2765],{"className":2766,"style":2549},[1338],[885,2768,2488],{"className":2769},[2553],[885,2771],{"className":2772,"style":2549},[1338],[885,2774,2776],{"className":2775},[1277,634],[885,2777,2639],{"className":2778},[1277],[885,2780,1445],{"className":2781},[1444],[885,2783,1306],{"className":2784,"style":1305},[1277,1304],[885,2786,1480],{"className":2787},[1479],[885,2789],{"className":2790,"style":1417},[1338],[885,2792,2794],{"className":2793},[1277,634],[885,2795,2658],{"className":2796},[1277],[885,2798,1475],{"className":2799},[1474],[885,2801,456],{"className":2802},[1277],[885,2804,1325],{"className":2805},[1324],[885,2807,2809],{"className":2808},[1287],[885,2810,2812],{"className":2811,"style":2501},[1291],[885,2813],{},[11,2815,2816,2817,2820],{},"Decomposition is the most granular answer to ",[120,2818,2819],{},"who did what to whom",": not a role list\nover a whole predicate, but a factoring of the predicate into causes, changes, and\ntransfers that any two verbs with the same event structure will share.",[59,2822,2824],{"id":2823},"where-this-continues","Where this continues",[11,2826,2827,2828,2830],{},"Semantic roles are the answer to ",[120,2829,2819],{}," for a single event.\nThematic roles generalize over the diathesis alternations that let one verb realize\nits arguments in different syntactic slots; PropBank numbers those arguments\nper-predicate and FrameNet groups predicates into frames; semantic role labeling\ntags each argument automatically from a parse or an end-to-end neural model; and\nprimitive decomposition factors the predicate itself into shared causes, changes,\nand transfers.",[11,2832,2833,2834,456],{},"That is one predicate at a time. Scaling the same question to a whole corpus — pulling\nentity-relation-entity triples, placing events and times on a timeline, and filling\ntemplates into a queryable database — continues in\n",[15,2835,49],{"href":48},[2837,2838,2841,2846],"section",{"className":2839,"dataFootnotes":6},[2840],"footnotes",[59,2842,2845],{"className":2843,"id":73},[2844],"sr-only","Footnotes",[2847,2848,2849,2873,2887,2898,2922,2936,2947,2958,2969,2984,2999,3014,3025],"ol",{},[80,2850,2852,593,2855,2858,2859,381,2866],{"id":2851},"user-content-fn-jm-roles",[38,2853,2854],{},"Jurafsky & Martin",[21,2856,2857],{},"Speech and Language Processing"," (3rd ed.), §19.1 — semantic roles: deep (event-specific) roles versus thematic roles, the thematic-role inventory (Figs. 19.1–19.2), and the Breaker\u002FOpener = agent generalization. ",[15,2860,2865],{"href":2861,"ariaLabel":2862,"className":2863,"dataFootnoteBackref":6},"#user-content-fnref-jm-roles","Back to reference 1",[2864],"data-footnote-backref","↩",[15,2867,2865,2871],{"href":2868,"ariaLabel":2869,"className":2870,"dataFootnoteBackref":6},"#user-content-fnref-jm-roles-2","Back to reference 1-2",[2864],[67,2872,374],{},[80,2874,2876,2878,2879,2881,2882],{"id":2875},"user-content-fn-jm-diath",[38,2877,2854],{},", §19.2 — Diathesis Alternations: the multiple syntactic realizations of ",[21,2880,132],{},"'s arguments, the thematic grid \u002F θ-grid \u002F case frame, the causative\u002Finchoative and dative alternations, the semantic verb classes that share the dative (Levin 1993), and VerbNet. ",[15,2883,2865],{"href":2884,"ariaLabel":2885,"className":2886,"dataFootnoteBackref":6},"#user-content-fnref-jm-diath","Back to reference 2",[2864],[80,2888,2890,2892,2893],{"id":2889},"user-content-fn-jm-proto",[38,2891,2854],{},", §19.3 — problems with thematic roles: role fragmentation (two kinds of instrument), the difficulty of formally defining agent, and the proto-agent \u002F proto-patient generalization. ",[15,2894,2865],{"href":2895,"ariaLabel":2896,"className":2897,"dataFootnoteBackref":6},"#user-content-fnref-jm-proto","Back to reference 3",[2864],[80,2899,2901,2903,2904,1008,2906,593,2908,2910,2911,2913,2914,2916,2917],{"id":2900},"user-content-fn-jm-propbank",[38,2902,2854],{},", §19.4 — the Proposition Bank: per-verb-sense numbered arguments ",[590,2905,592],{},[590,2907,1011],{},[590,2909,592],{}," as proto-agent and ",[590,2912,596],{}," as proto-patient, ",[590,2915,656],{}," modifiers, frame files, and NomBank for nominal predicates. ",[15,2918,2865],{"href":2919,"ariaLabel":2920,"className":2921,"dataFootnoteBackref":6},"#user-content-fnref-jm-propbank","Back to reference 4",[2864],[80,2923,2925,2927,2928,2930,2931],{"id":2924},"user-content-fn-jm-framenet",[38,2926,2854],{},", §19.5 — FrameNet: frames as background-knowledge structures, frame elements as frame-specific roles, the ",[590,2929,842],{}," frame, core vs. non-core roles, and inter-frame relations like the causative inheritance. ",[15,2932,2865],{"href":2933,"ariaLabel":2934,"className":2935,"dataFootnoteBackref":6},"#user-content-fnref-jm-framenet","Back to reference 5",[2864],[80,2937,2939,2941,2942],{"id":2938},"user-content-fn-jm-srl",[38,2940,2854],{},", §19.6 — semantic role labeling as a task, the parse-then-classify pipeline, and the pruning \u002F identification \u002F classification decomposition with global consistency. ",[15,2943,2865],{"href":2944,"ariaLabel":2945,"className":2946,"dataFootnoteBackref":6},"#user-content-fnref-jm-srl","Back to reference 6",[2864],[80,2948,2950,2952,2953],{"id":2949},"user-content-fn-jm-features",[38,2951,2854],{},", §19.6.1 — the Gildea & Jurafsky feature templates: governing predicate, phrase type, headword and its POS, tree path, voice, position, and subcategorization. ",[15,2954,2865],{"href":2955,"ariaLabel":2956,"className":2957,"dataFootnoteBackref":6},"#user-content-fnref-jm-features","Back to reference 7",[2864],[80,2959,2961,2963,2964],{"id":2960},"user-content-fn-jm-neural-srl",[38,2962,2854],{},", §19.6.2 — neural SRL as BIO sequence labeling: encoder outputs concatenated with a predicate indicator, feedforward + softmax per token, optional CRF for global decoding. ",[15,2965,2865],{"href":2966,"ariaLabel":2967,"className":2968,"dataFootnoteBackref":6},"#user-content-fnref-jm-neural-srl","Back to reference 8",[2864],[80,2970,2972,593,2975,2978,2979],{"id":2971},"user-content-fn-deep-srl",[38,2973,2974],{},"He, Lee, Lewis, and Zettlemoyer",[120,2976,2977],{},"Deep Semantic Role Labeling: What Works and What's Next,"," ACL 2017. A deep highway BiLSTM with constrained decoding over BIO tags, no parse tree or hand-built features; the 8-layer ensemble reaches 83.2 F1 on CoNLL-2005 (~10% relative error reduction over the syntax-dependent prior state of the art). The analysis shows deep models recover long-distance dependencies well but still make obvious structural errors, and that oracle syntax would further improve results. ",[15,2980,2865],{"href":2981,"ariaLabel":2982,"className":2983,"dataFootnoteBackref":6},"#user-content-fnref-deep-srl","Back to reference 9",[2864],[80,2985,2987,593,2990,2993,2994],{"id":2986},"user-content-fn-span-srl",[38,2988,2989],{},"He, Lee, Levy, and Zettlemoyer",[120,2991,2992],{},"Jointly Predicting Predicates and Arguments in Neural Semantic Role Labeling,"," ACL 2018. A span-based, end-to-end model that scores every candidate (predicate-span, argument-span) pair for its relation, jointly predicting predicates and arguments with span-level features; sets a new state of the art on PropBank without gold predicates, the realistic setting the gold-predicate BIO tagger avoids. ",[15,2995,2865],{"href":2996,"ariaLabel":2997,"className":2998,"dataFootnoteBackref":6},"#user-content-fnref-span-srl","Back to reference 10",[2864],[80,3000,3002,593,3005,3008,3009],{"id":3001},"user-content-fn-lisa-srl",[38,3003,3004],{},"Strubell, Verga, Andor, Weiss, and McCallum",[120,3006,3007],{},"Linguistically-Informed Self-Attention for Semantic Role Labeling"," (LISA), EMNLP 2018. A single transformer, multi-tasked over dependency parsing, POS tagging, predicate detection, and SRL, that trains one attention head to attend to each token's syntactic parent — injecting syntax as a learned attention bias from raw tokens rather than a preprocessing stage. New state of the art on CoNLL-2005 with predicted predicates: ~2.5 F1 over the prior best on newswire and >3.5 F1 out-of-domain. ",[15,3010,2865],{"href":3011,"ariaLabel":3012,"className":3013,"dataFootnoteBackref":6},"#user-content-fnref-lisa-srl","Back to reference 11",[2864],[80,3015,3017,3019,3020],{"id":3016},"user-content-fn-jm-select",[38,3018,2854],{},", §19.7 — selectional restrictions as semantic-type constraints attached to word senses, and the shift from strict restrictions to soft selectional preferences. ",[15,3021,2865],{"href":3022,"ariaLabel":3023,"className":3024,"dataFootnoteBackref":6},"#user-content-fnref-jm-select","Back to reference 12",[2864],[80,3026,3028,3030,3031,3121,3122,3143,3144,3143,3165,3186,3187,593,3208,3229,3230,3233,3234,3255,3256,3277,3278],{"id":3027},"user-content-fn-jm-prim",[38,3029,2854],{},", §19.8 — Primitive Decomposition of Predicates: componential analysis; ",[885,3032,3034],{"className":3033},[1259],[885,3035,3037,3067],{"className":3036,"ariaHidden":1264},[1263],[885,3038,3040,3043,3052,3055,3058,3061,3064],{"className":3039},[1268],[885,3041],{"className":3042,"style":1888},[1272],[885,3044,3046],{"className":3045},[1733,1734],[885,3047,3049],{"className":3048},[1277,634],[885,3050,1741],{"className":3051},[1277],[885,3053],{"className":3054,"style":1339},[1338],[885,3056],{"className":3057,"style":1339},[1338],[885,3059,1770],{"className":3060},[1343],[885,3062],{"className":3063,"style":1339},[1338],[885,3065],{"className":3066,"style":1339},[1338],[885,3068,3070,3073,3082,3085,3094,3097,3106,3109,3118],{"className":3069},[1268],[885,3071],{"className":3072,"style":1465},[1272],[885,3074,3076],{"className":3075},[1733,1734],[885,3077,3079],{"className":3078},[1277,634],[885,3080,1793],{"className":3081},[1277],[885,3083,1445],{"className":3084},[1444],[885,3086,3088],{"className":3087},[1733,1734],[885,3089,3091],{"className":3090},[1277,634],[885,3092,1824],{"className":3093},[1277],[885,3095,1445],{"className":3096},[1444],[885,3098,3100],{"className":3099},[1733,1734],[885,3101,3103],{"className":3102},[1277,634],[885,3104,1837],{"className":3105},[1277],[885,3107,1445],{"className":3108},[1444],[885,3110,3112],{"className":3111},[1733,1734],[885,3113,3115],{"className":3114},[1277,634],[885,3116,1850],{"className":3117},[1277],[885,3119,1860],{"className":3120},[1474],"; the ",[885,3123,3125],{"className":3124},[1259],[885,3126,3128],{"className":3127,"ariaHidden":1264},[1263],[885,3129,3131,3134],{"className":3130},[1268],[885,3132],{"className":3133,"style":1888},[1272],[885,3135,3137],{"className":3136},[1733,1734],[885,3138,3140],{"className":3139},[1277,634],[885,3141,1793],{"className":3142},[1277],"\u002F",[885,3145,3147],{"className":3146},[1259],[885,3148,3150],{"className":3149,"ariaHidden":1264},[1263],[885,3151,3153,3156],{"className":3152},[1268],[885,3154],{"className":3155,"style":1888},[1272],[885,3157,3159],{"className":3158},[1733,1734],[885,3160,3162],{"className":3161},[1277,634],[885,3163,1824],{"className":3164},[1277],[885,3166,3168],{"className":3167},[1259],[885,3169,3171],{"className":3170,"ariaHidden":1264},[1263],[885,3172,3174,3177],{"className":3173},[1268],[885,3175],{"className":3176,"style":1888},[1272],[885,3178,3180],{"className":3179},[1733,1734],[885,3181,3183],{"className":3182},[1277,634],[885,3184,2114],{"className":3185},[1277]," decomposition of the causative\u002Finchoative\u002Fstative alternation (Lakoff 1965, Dowty 1979); and Schank's conceptual dependency with its ten primitives (",[885,3188,3190],{"className":3189},[1259],[885,3191,3193],{"className":3192,"ariaHidden":1264},[1263],[885,3194,3196,3199],{"className":3195},[1268],[885,3197],{"className":3198,"style":1888},[1272],[885,3200,3202],{"className":3201},[1733,1734],[885,3203,3205],{"className":3204},[1277,634],[885,3206,2286],{"className":3207},[1277],[885,3209,3211],{"className":3210},[1259],[885,3212,3214],{"className":3213,"ariaHidden":1264},[1263],[885,3215,3217,3220],{"className":3216},[1268],[885,3218],{"className":3219,"style":1888},[1272],[885,3221,3223],{"className":3222},[1733,1734],[885,3224,3226],{"className":3225},[1277,634],[885,3227,2309],{"className":3228},[1277],", …) and the ",[21,3231,3232],{},"brought"," = ",[885,3235,3237],{"className":3236},[1259],[885,3238,3240],{"className":3239,"ariaHidden":1264},[1263],[885,3241,3243,3246],{"className":3242},[1268],[885,3244],{"className":3245,"style":1888},[1272],[885,3247,3249],{"className":3248},[1733,1734],[885,3250,3252],{"className":3251},[1277,634],[885,3253,2286],{"className":3254},[1277]," + ",[885,3257,3259],{"className":3258},[1259],[885,3260,3262],{"className":3261,"ariaHidden":1264},[1263],[885,3263,3265,3268],{"className":3264},[1268],[885,3266],{"className":3267,"style":1888},[1272],[885,3269,3271],{"className":3270},[1733,1734],[885,3272,3274],{"className":3273},[1277,634],[885,3275,2309],{"className":3276},[1277]," example (Fig. 19.8). ",[15,3279,2865],{"href":3280,"ariaLabel":3281,"className":3282,"dataFootnoteBackref":6},"#user-content-fnref-jm-prim","Back to reference 13",[2864],[3284,3285,3286],"style",{},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark-mode .shiki span {color: var(--shiki-dark-mode);background: var(--shiki-dark-mode-bg);font-style: var(--shiki-dark-mode-font-style);font-weight: var(--shiki-dark-mode-font-weight);text-decoration: var(--shiki-dark-mode-text-decoration);}html.dark-mode .shiki span {color: var(--shiki-dark-mode);background: var(--shiki-dark-mode-bg);font-style: var(--shiki-dark-mode-font-style);font-weight: var(--shiki-dark-mode-font-weight);text-decoration: var(--shiki-dark-mode-text-decoration);}",{"title":6,"searchDepth":1098,"depth":1098,"links":3288},[3289,3290,3293,3294,3295,3300,3301,3302],{"id":61,"depth":1098,"text":62},{"id":349,"depth":1098,"text":350,"children":3291},[3292],{"id":519,"depth":1104,"text":520},{"id":576,"depth":1098,"text":577},{"id":788,"depth":1098,"text":789},{"id":1062,"depth":1098,"text":1063,"children":3296},[3297,3298,3299],{"id":1211,"depth":1104,"text":1212},{"id":1502,"depth":1104,"text":1503},{"id":1587,"depth":1104,"text":1588},{"id":1663,"depth":1098,"text":1664},{"id":2823,"depth":1098,"text":2824},{"id":73,"depth":1098,"text":2845},[],"computer-science","A sequence labeler\ntells you that United Airlines is an organization and Friday is a time. It\ndoes not tell you that United raised a fare, that the raise took effect Friday,\nor that American followed. Those are relations between the entities — the\nstructured content buried in the sentence — and recovering them is the subject of\nthese two lessons. We work outward in two linked steps. First, semantic roles\n— the subject here: a level of representation that says who played what part in a\nsingle event, abstracting away the syntax that expresses it. Then information\nextraction — the companion lesson,\nrelations, events, and templates\n— running that idea across a corpus to fill a database of relations, events, and\ntimes that a downstream system can query.",false,"md",{"moduleNumber":1122,"lessonNumber":3309,"order":3310},7,607,"Linguistic Structure",true,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction",[],"---\ntitle: Semantic Roles and Information Extraction\nmodule: Linguistic Structure\nmoduleNumber: 6\nlessonNumber: 7\norder: 607\nsummary: >\n  Semantic roles answer \"who did what to whom\" for a single event, abstracting away\n  the syntax that expresses it. We show why syntax alone is not enough, generalize\n  over diathesis alternations with thematic roles, number a predicate's arguments\n  with PropBank and group predicates into frames with FrameNet, tag each argument\n  automatically with semantic role labeling, and factor predicates into primitives.\n  Information extraction scales the idea to a corpus in the companion lesson.\ntopics: [Structure]\nsources:\n  - book: Jurafsky\n    ref: \"Ch. 19 — Semantic Role Labeling; §19.1 Semantic Roles; §19.2 Diathesis Alternations; §19.4 PropBank; §19.5 FrameNet; §19.6 Semantic Role Labeling; §19.7 Selectional Restrictions; §19.8 Primitive Decomposition of Predicates\"\n---\n\nA [sequence labeler](\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling)\ntells you that _United Airlines_ is an organization and _Friday_ is a time. It\ndoes not tell you that United _raised_ a fare, that the raise took effect Friday,\nor that American _followed_. Those are relations between the entities — the\nstructured content buried in the sentence — and recovering them is the subject of\nthese two lessons. We work outward in two linked steps. First, **semantic roles**\n— the subject here: a level of representation that says who played what part in a\nsingle event, abstracting away the syntax that expresses it. Then **information\nextraction** — the companion lesson,\n[relations, events, and templates](\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates)\n— running that idea across a corpus to fill a database of relations, events, and\ntimes that a downstream system can query.\n\nThe connecting thread is the same question the Roman rhetoricians already asked —\n_who, what, where, when, with what, why, how_ — and the same output: free text in,\npredicate-argument and relational structure out.\n\n## Why syntax is not enough\n\nConsider a single event, a purchase of stock by XYZ Corporation, and the many\nsurface forms that describe it:[^jm-roles]\n\n- _XYZ Corp bought the stock._\n- _They sold the stock to XYZ Corp._\n- _The stock was bought by XYZ Corp._\n- _The purchase of the stock by XYZ Corp…_\n\nIn every one, XYZ Corp is the buyer and the stock is the thing bought — the same\ntwo participants in the same roles. Yet XYZ Corp appears as a subject, an indirect\nobject, and the object of a preposition; the event is named by a verb (_bought_,\n_sold_) and by a noun (_purchase_). A parse tree records these differences\nfaithfully, and that is the problem: the differences are what we want to\nthrow away. If a document says _Company A acquired Company B_, we want to answer\n\"Was Company B acquired?\" — and the parse offers no direct route from one to the\nother.\n\n**Thematic roles** supply the missing generalization. The subject of both _break_\nand _open_ is a **volitional causer** of the event; we call that role the\n**agent**. The direct object of both is the **participant most directly affected**;\nthat is the **theme**. Roles like these are shared across verbs, so they let us\nstate what two syntactically different sentences have in common.\n\n$$\n% caption: Five syntactic realizations of one $\\textsc{break}$ event all map to the\n% same small set of thematic roles. The syntactic position of an argument (subject,\n% object, PP) varies; its role (AGENT, THEME, INSTRUMENT) does not.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  sent\u002F.style={draw, minimum width=52mm, minimum height=7mm, align=left, font=\\scriptsize, anchor=west},\n  role\u002F.style={draw, minimum width=24mm, minimum height=8mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\node[sent] (s1) at (0,3.0)  {John broke the window.};\n  \\node[sent] (s2) at (0,2.1)  {John broke the window with a rock.};\n  \\node[sent] (s3) at (0,1.2)  {The rock broke the window.};\n  \\node[sent] (s4) at (0,0.3)  {The window broke.};\n  \\node[sent] (s5) at (0,-0.6) {The window was broken by John.};\n  \\node[role, draw=acc, text=acc] (ag) at (9.3,2.4)  {AGENT};\n  \\node[role] (th)                 at (9.3,1.2)  {THEME};\n  \\node[role, draw=red, text=red]  (in) at (9.3,0.0)  {INSTRUMENT};\n  \\draw[->, acc]  (s1.east) -- (ag.west);\n  \\draw[->, acc]  (s2.east) -- (ag.west);\n  \\draw[->, acc]  (s5.east) to[out=0,in=200] (ag.west);\n  \\draw[->, black] (s1.east) to[out=0,in=170] (th.west);\n  \\draw[->, black] (s3.east) -- (th.west);\n  \\draw[->, black] (s4.east) -- (th.west);\n  \\draw[->, red]  (s2.east) to[out=-20,in=150] (in.west);\n  \\draw[->, red]  (s3.east) to[out=-20,in=170] (in.west);\n\\end{tikzpicture}\n$$\n\nThe verb _break_ takes (at least) an agent, a theme, and an instrument, and it can\nrealize them in several syntactic slots — a flexibility the next section makes\nprecise. What matters here is that the role stays fixed while the slot moves, which is\nwhy a level of representation above the parse tree is needed at all.\n\nHere is the standard inventory of thematic roles used across the computational\nliterature, with a defining example for each:[^jm-roles]\n\n| Role | Definition | Example |\n| --- | --- | --- |\n| Agent | volitional causer of an event | **The waiter** spilled the soup |\n| Experiencer | the one who experiences an event | **John** has a headache |\n| Force | non-volitional causer | **The wind** blew debris into the yard |\n| Theme | participant most directly affected | Franklin broke **the ice** |\n| Result | end product of an event | The city built **a baseball diamond** |\n| Content | proposition of a propositional event | Mona asked **\"You met Mary Ann?\"** |\n| Instrument | instrument used in an event | He stunned them **with a device** |\n| Beneficiary | the one an event is done for | Ann makes reservations **for her boss** |\n| Source | origin of a transferred object | I flew in **from Boston** |\n| Goal | destination of a transferred object | I drove **to Portland** |\n\n> **Definition (Thematic role).** An abstract label for the part an argument plays\n> in the event named by a predicate — agent, theme, instrument, and so on —\n> shared across predicates and independent of the syntactic position (subject,\n> object, oblique) in which the argument surfaces.\n\n## Diathesis alternations\n\nThe reason to bother with thematic roles at all is that they let us make inferences\nthe surface string and even the parse tree cannot. If a document says _Company A\nacquired Company B_, we want to answer _Was Company B acquired?_ — and the two\nsentences share no useful syntactic structure. What they share is the roles. The same\nrole can surface in different syntactic positions, and a single verb often licenses\nseveral such mappings.\n\nTake _break_. Its arguments — agent, theme, instrument — can be realized in many\nways:[^jm-diath]\n\n- _John_ **broke** _the window._ — agent\u002Fsubject, theme\u002Fobject\n- _John_ **broke** _the window_ _with a rock._ — agent\u002Fsubject, theme\u002Fobject, instrument\u002FPP\n- _The rock_ **broke** _the window._ — instrument\u002Fsubject, theme\u002Fobject\n- _The window_ **broke.** — theme\u002Fsubject\n- _The window_ _was_ **broken** _by John._ — theme\u002Fsubject, agent\u002FPP\n\nSo _break_ has (at least) the arguments agent, theme, and instrument, and admits the\nrealizations agent\u002Fsubject with theme\u002Fobject; instrument\u002Fsubject with theme\u002Fobject;\nand theme\u002Fsubject alone. The set of thematic arguments a verb takes is its **thematic\ngrid** (or _θ-grid_, or **case frame**), and the fact that a verb permits multiple\nmappings from that grid to syntax is a **diathesis alternation**.\n\n> **Definition (Diathesis alternation).** A regular pattern in which a verb realizes\n> the same thematic arguments in more than one syntactic configuration — for\n> instance, letting the agent, the instrument, or the theme appear as the subject.\n> Alternations are what force thematic roles to abstract over syntactic position.\n\n$$\n% caption: The causative\u002Finchoative alternation of $\\textsc{break}$. The same THEME\n% (the window) surfaces as object in the causative frame (an AGENT breaks it) and as\n% subject in the inchoative frame (it just breaks); the role is constant, the\n% syntactic slot is not.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  sent\u002F.style={draw, minimum width=44mm, minimum height=8mm, align=center, font=\\scriptsize},\n  role\u002F.style={draw, minimum width=22mm, minimum height=7mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % causative\n  \\node[sent] (cau) at (0,1.2) {John broke the window};\n  \\node[anchor=east, font=\\scriptsize, text=black] at (-2.5,1.2) {causative};\n  % inchoative\n  \\node[sent] (inc) at (0,-1.2) {The window broke};\n  \\node[anchor=east, font=\\scriptsize, text=black] at (-2.5,-1.2) {inchoative};\n  % shared THEME role node\n  \\node[role, draw=acc, text=acc] (th) at (5.6,0) {THEME = window};\n  \\node[role] (ag) at (5.6,1.6) {AGENT = John};\n  \\draw[->, acc] (cau.east) to[out=0,in=170] node[above, font=\\scriptsize, pos=0.6] {object} (th.west);\n  \\draw[->, acc] (inc.east) to[out=0,in=190] node[below, font=\\scriptsize, pos=0.6] {subject} (th.west);\n  \\draw[->, black] (cau.east) to[out=0,in=200] (ag.west);\n\\end{tikzpicture}\n$$\n\nAlternations come in named families tied to semantic verb classes. The one above is\nthe **causative\u002Finchoative** alternation — the window can be broken by an agent or can\nsimply break. Another is the **dative** alternation of _give_: _Doris gave the book to\nCary_ (theme, then goal in a PP) versus _Doris gave Cary the book_ (goal, then theme,\nboth bare objects) realize the same theme and goal in opposite orders. The dative\nalternation is not arbitrary; it recurs across whole semantic classes — \"verbs of\nfuture having\" (_advance, allocate, offer, owe_), \"send verbs\" (_forward, hand,\nmail_), \"verbs of throwing\" (_kick, pass, throw_). Levin's catalog lists 3,100 English\nverbs sorted into classes by exactly which alternations they permit, a resource folded\ninto VerbNet, which links each verb to WordNet and FrameNet. Because a verb's roles\nmove around the sentence, a level of description _above_ syntax is required.\n\n### The trouble with a universal list\n\nA single fixed list of a dozen roles is attractive, but every attempt to draw\none up runs into trouble. Roles fragment under scrutiny: there seem to be at least two kinds of **instrument** — an\n_intermediary_ one that can be the subject (_The new gadget opened the jar_) and an\n_enabling_ one that cannot (_\\*The fork ate the banana_). And no crisp definition\ncaptures **agent**: agents are typically animate, volitional, sentient, and causal,\nbut any given noun phrase might have only some of these properties.[^jm-proto]\n\nTwo responses have shaped the field's two major resources. One is to use\n**generalized roles** — **proto-agent** and **proto-patient** — defined not by\nnecessary conditions but by a bundle of agent-like features (volitionally\ninvolved, causing a change of state, sentient, moving) and patient-like features\n(undergoing a change of state, causally affected, stationary). The more of the\nbundle an argument exhibits, the more it counts as that proto-role. The other route\nis to define roles that are **specific** to a verb or to a group of related\npredicates. PropBank uses both proto-roles and per-verb roles; FrameNet uses roles\nspecific to a shared situation called a frame.\n\n## PropBank\n\nThe **Proposition Bank** (PropBank) annotates the sentences of the Penn Treebank\nwith semantic roles. Because defining a universal role set is so hard, PropBank\ndefines roles **per verb sense**, and names them only with numbers: `Arg0`, `Arg1`,\n`Arg2`, and so on. Two conventions carry across verbs: `Arg0` is the proto-agent\nand `Arg1` the proto-patient. The higher-numbered arguments are looser — `Arg2` is\noften a benefactive, instrument, attribute, or end state — and their meaning is\ndefined verb by verb in a **frame file**.[^jm-propbank]\n\nA frame file for one sense of `increase` reads:\n\n```\nincrease.01  \"go up incrementally\"\n  Arg0: causer of increase\n  Arg1: thing increasing\n  Arg2: amount increased by\n  Arg3: start point\n  Arg4: end point\n```\n\nThe payoff is that three syntactically different sentences receive the _same_\nargument labels, so a system can infer they describe the same event structure.\n\n$$\n% caption: PropBank labels three surface forms of the same $\\textsc{increase.01}$\n% event. In each, Big Fruit Co. is $\\text{Arg0}$ (the proto-agent) and the price of\n% bananas is $\\text{Arg1}$ (the proto-patient), regardless of active\u002Fpassive voice\n% or which argument surfaces as subject.\n\\begin{tikzpicture}[>=stealth, font=\\scriptsize,\n  arg0\u002F.style={draw=acc, text=acc, inner sep=2.5pt, font=\\scriptsize},\n  arg1\u002F.style={draw=black, inner sep=2.5pt, font=\\scriptsize},\n  arg2\u002F.style={draw=red, text=red, inner sep=2.5pt, font=\\scriptsize},\n  pred\u002F.style={font=\\scriptsize\\itshape}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % row 1\n  \\node[arg0] (a) at (0,2.0) {Big Fruit Co.};\n  \\node[pred, right=3mm of a] (p1) {increased};\n  \\node[arg1, right=3mm of p1] (b) {the price of bananas};\n  \\node[left=1mm of a, font=\\scriptsize] {(a)};\n  % row 2\n  \\node[arg1] (c) at (0,1.0) {The price of bananas};\n  \\node[pred, right=3mm of c] (p2) {was increased by};\n  \\node[arg0, right=3mm of p2] (d) {Big Fruit Co.};\n  \\node[left=1mm of c, font=\\scriptsize] {(b)};\n  % row 3\n  \\node[arg1] (e) at (0,0.0) {The price of bananas};\n  \\node[pred, right=3mm of e] (p3) {increased};\n  \\node[arg2, right=3mm of p3] (f) {5\\%};\n  \\node[left=1mm of e, font=\\scriptsize] {(c)};\n  % annotations\n  \\node[acc, anchor=west, font=\\scriptsize] at (8.7,2.0) {Arg0 = causer};\n  \\node[black, anchor=west, font=\\scriptsize] at (8.7,1.0) {Arg1 = thing increasing};\n  \\node[red, anchor=west, font=\\scriptsize] at (8.7,0.0) {Arg2 = amount};\n\\end{tikzpicture}\n$$\n\nPropBank also carries a set of **non-numbered modifiers**, the `ArgM` labels,\nstable across predicates: `ArgM-TMP` (when? _yesterday_), `ArgM-LOC` (where? _at\nthe museum_), `ArgM-DIR` (where to\u002Ffrom? _to Bangkok_), `ArgM-MNR` (how?\n_clearly_), `ArgM-CAU` (why? _because…_). A companion project, **NomBank**, adds\nthe same treatment to noun predicates, so _Apple's agreement with IBM_ labels\n_Apple_ as `Arg0` and _IBM_ as `Arg2`.\n\nFor example, take the sentence\n\n> The San Francisco Examiner issued a special edition around noon yesterday.\n\nIts predicate is _issued_, whose frame file (`issue.01`, \"put out, publish\") declares\n`Arg0` = the publisher and `Arg1` = the thing published. The two numbered arguments are\nfilled by the subject and object; the two remaining phrases are modifiers — a temporal\n`ArgM-TMP` for _yesterday_ and another temporal for _around noon_ — so the complete\nlabel is:\n\n$$\n% caption: A full PropBank labeling of one sentence. The two numbered arguments\n% (Arg0 publisher, Arg1 thing published) attach to the subject and object; the\n% temporal phrases are non-numbered ArgM-TMP modifiers, stable across predicates.\n\\begin{tikzpicture}[>=stealth, font=\\scriptsize,\n  a0\u002F.style={draw=acc, text=acc, inner sep=2.5pt, font=\\scriptsize},\n  a1\u002F.style={draw=black, inner sep=2.5pt, font=\\scriptsize},\n  am\u002F.style={draw=red, text=red, inner sep=2.5pt, font=\\scriptsize},\n  pr\u002F.style={font=\\scriptsize\\itshape}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\node[a0] (a) at (0,0) {The San Francisco Examiner};\n  \\node[pr, right=3mm of a] (p) {issued};\n  \\node[a1, right=3mm of p] (b) {a special edition};\n  \\node[am, right=3mm of b] (c) {around noon};\n  \\node[am, right=3mm of c] (d) {yesterday};\n  % role labels underneath\n  \\node[acc, anchor=north, font=\\scriptsize] at (a.south) {Arg0};\n  \\node[black, anchor=north, font=\\scriptsize] at (b.south) {Arg1};\n  \\node[red, anchor=north, font=\\scriptsize] at (c.south) {ArgM-TMP};\n  \\node[red, anchor=north, font=\\scriptsize] at (d.south) {ArgM-TMP};\n\\end{tikzpicture}\n$$\n\nThe value of the numbering shows when the same event is rephrased. _A special edition\nwas issued by the Examiner around noon_ moves the publisher into a _by_-phrase and the\nthing published into subject position, yet both keep their labels — `Arg0` on the\n_Examiner_, `Arg1` on _a special edition_ — because PropBank labels the role, not the\nsyntactic slot. That is the same invariance the `increase.01` figure showed, now with\na modifier in play: the `ArgM-TMP` phrases travel with the event regardless of voice.\n\n## FrameNet\n\nPropBank's roles are tied to individual verbs, so it still cannot relate _increase_,\n_rise_ (a different verb), and _rise_ (the noun). **FrameNet** raises the level of\nabstraction: it defines roles relative to a **frame**, a chunk of background\nknowledge that a whole family of words evokes.[^jm-framenet] The words\n_reservation, flight, travel, fare, meal, plane_ are not related by simple synonymy\nor hyponymy; they cohere because they all presuppose the same background — air\ntravel. That background is a frame.\n\n> **Definition (Frame).** A background-knowledge structure that defines a set of\n> frame-specific semantic roles, called **frame elements**, together with the set\n> of predicates (verbs, nouns, adjectives) that evoke it. Each word _profiles_ some\n> aspect of its frame; the frame's elements are the roles its predicates share.\n\nThe `change_position_on_a_scale` frame covers the change of an `Item`'s position on\na scale (the `Attribute`) from an `Initial_value` to a `Final_value`. Its predicates\ninclude verbs (_rise, fall, increase, climb, plummet, soar_), nouns (_increase,\ndecline, hike_), and adverbs (_increasingly_). Every one of them shares the same\nframe elements.\n\n$$\n% caption: The $\\textsc{change-position-on-a-scale}$ frame. A single frame is\n% evoked by many predicates (verbs and nouns alike) and defines shared core roles\n% (frame elements) — ITEM, ATTRIBUTE, INITIAL\u002FFINAL VALUE, DIFFERENCE — plus\n% non-core roles for time and group.\n\\begin{tikzpicture}[>=stealth, font=\\scriptsize,\n  frame\u002F.style={draw=acc, text=acc, thick, minimum width=52mm, minimum height=9mm, align=center, font=\\small},\n  pred\u002F.style={draw, minimum width=15mm, minimum height=6mm, align=center, font=\\scriptsize},\n  fe\u002F.style={draw, fill=black!4, minimum width=22mm, minimum height=6mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[frame] (fr) at (0,0) {frame:\\\\CHANGE-POSITION-ON-A-SCALE};\n  % predicates that evoke it (top)\n  \\node[pred] (v1) at (-4.6,2.4) {rise (v)};\n  \\node[pred] (v2) at (-2.3,2.4) {fall (v)};\n  \\node[pred] (v3) at (0,2.4)    {increase (v)};\n  \\node[pred] (v4) at (2.5,2.4)  {increase (n)};\n  \\node[pred] (v5) at (4.8,2.4)  {decline (n)};\n  \\foreach \\v in {v1,v2,v3,v4,v5} \\draw[->, acc] (\\v) -- (fr.north);\n  \\node[anchor=south, font=\\scriptsize] at (0,3.0) {predicates evoke the frame};\n  % frame elements (bottom)\n  \\node[fe] (e1) at (-4.4,-2.2) {ITEM};\n  \\node[fe] (e2) at (-1.9,-2.2) {ATTRIBUTE};\n  \\node[fe] (e3) at (0.6,-2.2)  {INITIAL VALUE};\n  \\node[fe] (e4) at (3.1,-2.2)  {FINAL VALUE};\n  \\node[fe] (e5) at (5.4,-2.2)  {DIFFERENCE};\n  \\foreach \\e in {e1,e2,e3,e4,e5} \\draw[->, black] (fr.south) -- (\\e);\n  \\node[anchor=north, font=\\scriptsize] at (0.5,-2.9) {frame def\\\u002Fines shared roles (frame elements)};\n\\end{tikzpicture}\n$$\n\nLabeled examples:\n\n- _[ITEM Oil] rose [ATTRIBUTE in price] [DIFFERENCE by 2%]._\n- _[ITEM Microsoft shares] fell [FINAL_VALUE to 7 5\u002F8]._\n- _a steady increase [INITIAL_VALUE from 9.5] [FINAL_VALUE to 14.3] [ITEM in dividends]._\n\nBecause the noun _increase_ and the verb _rose_ evoke the same frame, a system can\nrecognize that _the price of bananas_ is the `Item` and _5%_ the `Difference`\nwhether the sentence uses the verb or the noun. FrameNet also encodes relations\n_between_ frames: a `cause_change_position_on_a_scale` frame **inherits** from the\nplain frame and adds an `Agent` role, so _[AGENT They] raised [ITEM the price]\n[DIFFERENCE by 2%]_ shares its event semantics with the non-causal versions.\n\nThe two resources trade off breadth against granularity:\n\n| | PropBank | FrameNet |\n| --- | --- | --- |\n| Role scope | per verb sense | per frame (many predicates) |\n| Role names | numbered: `Arg0`…`Arg4`, `ArgM-*` | named frame elements: `Item`, `Attribute`, … |\n| Generalizes across | inflections of one verb | verbs, nouns, adjectives of one situation |\n| Annotation base | Penn Treebank sentences | frame-by-frame example sentences |\n| Same sentence | `[Arg0 …] issued [Arg1 …] [ArgM-TMP …]` | `[Cognizer …] blame [Evaluee …] [Reason …]` |\n\n## Semantic role labeling\n\n**Semantic role labeling (SRL)** is the task of automatically finding the semantic\nrole of each argument of each predicate in a sentence.[^jm-srl] Modern systems are\nsupervised, trained on PropBank or FrameNet. The classical pipeline begins with a\nsyntactic parse and then, for each predicate, decides the role (if any) that each\nparse-tree constituent fills.\n\nThe generic procedure parses, then visits every predicate and every node:\n\n```algorithm\ncaption: $\\textsc{Semantic-Role-Label}(\\text{words})$ — parse, then classify each node per predicate\n$\\text{parse} \\gets \\textsc{Parse}(\\text{words})$\nfor each $\\text{predicate}$ in $\\text{parse}$ do\n  for each $\\text{node}$ in $\\text{parse}$ do\n    $\\text{features} \\gets \\textsc{Extract-Features}(\\text{node}, \\text{predicate}, \\text{parse})$\n    $\\textsc{Classify-Node}(\\text{node}, \\text{features}, \\text{parse})$\n```\n\nHere `Classify-Node` is a **1-of-N classifier**: it assigns one of the semantic\nroles, or a special `NONE` for a constituent that fills no role. Rather than one\nmonolithic decision, most systems break the per-node task into three stages, which\nlets each stage use its own features and prunes the search early.\n\n$$\n% caption: The three-stage SRL pipeline for a fixed predicate. Pruning drops\n% unlikely constituents by heuristic; identification is a binary argument\u002FNONE\n% decision; classification is a 1-of-N assignment of a role label to each surviving\n% argument.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  stage\u002F.style={draw, minimum width=30mm, minimum height=13mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[stage] (pr)  at (0,0)    {1. Pruning\\\\drop unlikely nodes};\n  \\node[stage] (id)  at (4.2,0)  {2. Identif\\\u002Fication\\\\argument vs. NONE};\n  \\node[stage, draw=acc, text=acc] (cl) at (8.4,0) {3. Classif\\\u002Fication\\\\1-of-N role label};\n  \\draw[->, acc, thick] (pr) -- (id);\n  \\draw[->, acc, thick] (id) -- (cl);\n  \\node[anchor=north, font=\\scriptsize] at (0,-1.0)   {heuristic};\n  \\node[anchor=north, font=\\scriptsize] at (4.2,-1.0) {binary classif\\\u002Fier};\n  \\node[anchor=north, font=\\scriptsize] at (8.4,-1.0) {N-way classif\\\u002Fier};\n\\end{tikzpicture}\n$$\n\nThe feature-based classifier at the heart of the pipeline uses a small,\nnow-standard template set, computed for each constituent relative to the\npredicate. For the subject _The San Francisco Examiner_ in _The San Francisco\nExaminer issued a special edition yesterday_, the features include the governing\npredicate (_issued_), the constituent's phrase type (`NP`), its headword\n(_Examiner_) and headword POS (`NNP`), the **path** through the parse tree from the\nconstituent to the predicate (`NP↑S↓VP↓VBD`), the **voice** of the clause (active),\nthe **position** relative to the predicate (before), and the predicate's\n**subcategorization** (`VP→VBD NP PP`).[^jm-features] The path feature is the\nmost useful of the set: it compactly encodes the grammatical relation between the\nargument and its predicate.\n\nBecause the local classifier labels each argument independently, systems often add\na fourth, **global** step: constituents must not overlap, and a verb cannot have two\n`Arg0` arguments. A second Viterbi pass or an integer-linear-program over the\nper-constituent label distributions enforces these joint constraints.\n\n### Neural SRL as sequence labeling\n\nThe neural approach discards the parse and recasts SRL as\n[sequence labeling](\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling), the\nsame BIO scheme used for named-entity recognition. Given the predicate, each role\ngets a begin\u002Finside pair (`B-ARG0`, `I-ARG0`, `B-ARG1`, `I-ARG1`, …) plus an outside\ntag `O`, and the model tags the whole sentence at once.[^jm-neural-srl] The sentence\nis fed to a pretrained encoder; each token's contextual embedding is concatenated\nwith an indicator of whether it is the predicate; and a feedforward network with a\nsoftmax emits a label distribution per token.\n\n$$\n% caption: A neural SRL tagger. Each token's encoder output is concatenated with a\n% predicate indicator, then a feedforward net with a softmax emits a BIO role tag.\n% The goal is the highest-probability tag sequence; a CRF layer can be swapped in\n% for global decoding.\n\\begin{tikzpicture}[>=stealth, font=\\scriptsize,\n  tok\u002F.style={draw, minimum width=12mm, minimum height=6mm, align=center, font=\\scriptsize},\n  enc\u002F.style={draw=acc, text=acc, thick, minimum width=52mm, minimum height=8mm, align=center, font=\\small},\n  ffn\u002F.style={draw, minimum width=12mm, minimum height=5mm, align=center, font=\\scriptsize},\n  tag\u002F.style={draw=acc, text=acc, minimum width=12mm, minimum height=6mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  % input tokens\n  \\node[tok] (t1) at (0,0)   {the};\n  \\node[tok] (t2) at (1.3,0) {cats};\n  \\node[tok] (t3) at (2.6,0) {love};\n  \\node[tok] (t4) at (3.9,0) {hats};\n  \\node[tok] (pi) at (5.6,0) {love=pred};\n  % encoder\n  \\node[enc] (E) at (2.2,1.3) {ENCODER};\n  \\foreach \\t in {t1,t2,t3,t4} \\draw[->, acc] (\\t) -- (E.south);\n  \\draw[->, acc] (pi) to[out=90,in=-15] (E.south east);\n  % concat + ffn\n  \\node[ffn] (f1) at (0,2.6)   {FFN};\n  \\node[ffn] (f2) at (1.3,2.6) {FFN};\n  \\node[ffn] (f3) at (2.6,2.6) {FFN};\n  \\node[ffn] (f4) at (3.9,2.6) {FFN};\n  \\foreach \\i\u002F\\x in {f1\u002F0,f2\u002F1.3,f3\u002F2.6,f4\u002F3.9} \\draw[->, black] (\\x,1.72) -- (\\i.south);\n  \\node[anchor=west, font=\\scriptsize] at (4.7,2.6) {concat predicate f\\\u002Flag};\n  % output tags\n  \\node[tag] (g1) at (0,3.8)   {O};\n  \\node[tag] (g2) at (1.3,3.8) {B-ARG0};\n  \\node[tag] (g3) at (2.6,3.8) {B-PRED};\n  \\node[tag] (g4) at (3.9,3.8) {B-ARG1};\n  \\foreach \\f\u002F\\g in {f1\u002Fg1,f2\u002Fg2,f3\u002Fg3,f4\u002Fg4} \\draw[->, acc] (\\f) -- (\\g);\n\\end{tikzpicture}\n$$\n\nAs with any tagger, the objective is the highest-probability tag sequence\n\n$$\n\\hat{y} = \\argmax_{y \\in T} P(y \\mid w),\n$$\n\nover the input words $w$. A CRF layer can replace the per-token softmax to enforce\nvalid label transitions globally, though in practice the gain is small once the\nencoder is strong. SRL is evaluated with precision, recall, and F-measure, scoring\nan argument correct only when its label spans exactly the right word sequence.\n\n### Deep, span-based, and syntax-aware SRL\n\nThe BIO tagger just described is the starting point of a research line that reshaped\nSRL between 2017 and 2018, and the three steps of that line answer a question Jurafsky & Martin\nleave open: does throwing away the parse tree actually help, and if so, what replaces\nthe grammatical information the path feature used to carry?\n\n**Deep tagging without syntax.** He, Lee, Lewis, and Zettlemoyer (ACL 2017) took the\nBIO formulation to its limit with an eight-layer highway BiLSTM and constrained\ndecoding — no parse tree, no hand-built path or subcategorization features, just deep\nsequence labeling over word embeddings. Their ensemble reached 83.2 F1 on CoNLL-2005,\nabout a 10% relative error reduction over the previous, syntax-dependent state of the\nart.[^deep-srl] Two findings accompanied the number.\nFirst, the deep stack recovers **long-distance dependencies** — an argument many words\nfrom its predicate — far better than shallow models, recovering the information\nthe tree-path feature existed to supply, now learned implicitly. Second, the model still\nmakes **obvious structural errors** (overlapping arguments, two `Arg0`s), which is why\nthe global consistency step never fully went away, and the authors showed that oracle\nsyntax would still lift the score — syntactic information still carried useful signal.\n\n**Span-based, end-to-end.** The BIO tagger assumes the predicate is given and labels one\ntoken at a time. He, Lee, Levy, and Zettlemoyer (ACL 2018) dropped both assumptions with\na **span-based** model: enumerate candidate spans, build a contextual representation for\neach, and score every _predicate-span, argument-span_ pair for the relation (if any)\nbetween them, jointly predicting predicates and arguments in one pass. Because the unit\nof decision is a span rather than a tag, span-level features come back, and the model set\na new state of the art on PropBank **without gold predicates** — the realistic setting\nthe tagger sidesteps.[^span-srl]\n\n$$\n% caption: Span-based end-to-end SRL. Instead of tagging tokens, the model enumerates\n% candidate argument spans and predicate spans, builds a representation of each, and\n% scores every (predicate, argument) pair for a role label -- jointly finding predicates\n% and arguments with no gold predicate and no parse tree.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  tok\u002F.style={draw, minimum width=11mm, minimum height=6mm, align=center, font=\\scriptsize},\n  spn\u002F.style={draw, fill=black!4, minimum width=20mm, minimum height=6mm, align=center, font=\\scriptsize},\n  psp\u002F.style={draw=acc, text=acc, minimum width=16mm, minimum height=6mm, align=center, font=\\scriptsize},\n  sc\u002F.style={draw=red, text=red, minimum width=20mm, minimum height=6mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % sentence\n  \\foreach \\w\u002F\\x in {the\u002F0, cats\u002F1.2, love\u002F2.4, warm\u002F3.6, hats\u002F4.8} {\n    \\node[tok] at (\\x,0) {\\w};\n  }\n  \\node[anchor=north, font=\\scriptsize, text=black] at (2.4,-0.55) {contextual encoder over all tokens};\n  % predicate span on its own tier\n  \\node[psp] (pr) at (2.4,1.6) {\"love\" (pred)};\n  \\draw[->, black] (2.4,0.35) -- (pr.south);\n  % candidate argument spans, higher tier, flanking\n  \\node[spn] (s1) at (0.2,3.2)  {\"the cats\"};\n  \\node[spn] (s2) at (4.6,3.2)  {\"warm hats\"};\n  \\draw[->, black] (0.6,0.35) to[out=90,in=-90] (s1.south);\n  \\draw[->, black] (4.2,0.35) to[out=90,in=-90] (s2.south);\n  % pair scoring: predicate up to each argument span, wide bows clearing the boxes\n  \\draw[->, red, thick] (pr.west) to[out=150,in=-60] node[left, font=\\scriptsize, pos=0.55] {score pair} (s1.south east);\n  \\draw[->, red, thick] (pr.east) to[out=30,in=240] (s2.south west);\n  % role labels above the argument spans\n  \\node[sc] (r1) at (0.2,4.6) {Arg0};\n  \\node[sc] (r2) at (4.6,4.6) {Arg1};\n  \\draw[->, red] (s1) -- (r1);\n  \\draw[->, red] (s2) -- (r2);\n\\end{tikzpicture}\n$$\n\n**Syntax comes back, folded in.** He et al.'s open question — that better syntax would\nstill help — was answered by Strubell, Verga, Andor, Weiss, and McCallum (EMNLP 2018)\nwith **linguistically-informed self-attention** (LISA). Rather than pre-computing a\nparse and reading off features, LISA trains **one attention head** to attend to each\ntoken's syntactic parent, inside a single transformer that is multi-tasked over\ndependency parsing, part-of-speech tagging, predicate detection, and SRL at once. Syntax\nis injected as an attention bias learned from raw tokens, not a preprocessing stage. On\nCoNLL-2005 with predicted predicates it set a new state of the art, about 2.5 F1 above\nthe prior best on newswire and more than 3.5 F1 on out-of-domain text — the largest gains\nexactly where a parser's grammatical signal helps a shallow lexical model\ngeneralize.[^lisa-srl] The progression ends where it began: the classical pipeline read features\noff a parse; deep tagging discarded the parse and learned the same signal implicitly;\nspan models restored span-level structure; and LISA put syntax back, now as a trainable\ncomponent of the same network rather than a separate front end.\n\n### Selectional restrictions\n\nA predicate also constrains the _kind_ of thing that can fill a role. The theme of\n_eat_ tends to be edible, which is how we know that in _I want to eat someplace\nnearby_, _someplace nearby_ is a location adjunct rather than the object being\neaten.[^jm-select] Such a semantic-type constraint is a **selectional restriction**.\nIt attaches to a word sense, not the whole lexeme: the food-serving sense of _serve_\nrestricts its theme to food (_serves green-lipped mussels_), while the\ntransportation sense restricts it to a place (_Which airlines serve Denver?_).\n\n> **Definition (Selectional restriction).** A semantic-type constraint a predicate\n> imposes on the concepts allowed to fill one of its argument roles — e.g. the theme\n> of `eat` must be edible. Restrictions vary in strictness: `diagonalize` demands a\n> matrix, while `imagine` places almost no constraint on its theme.\n\nRigid restrictions are brittle — negated or hyperbolic sentences violate them\nfreely (_you can't eat gold_) — so modern systems treat them as soft **selectional\npreferences**, scoring the association between a predicate and an argument class\nrather than forbidding violations outright.\n\n## Primitive decomposition of predicates\n\nThematic roles decompose an event into a finite list of participant labels. A more\nradical program decomposes the **predicate itself** into a small set of semantic\n**primitives** — a move called **primitive decomposition** or **componential\nanalysis**.[^jm-prim] Consider _kill_. From a truth-conditional standpoint,\n\n> Jim killed his philodendron.\n\nmeans the same as\n\n> Jim did something to cause his philodendron to become not alive.\n\nso we can write the meaning of _kill_ as a composition of primitives:\n\n$$\n\\textsc{KILL}(x, y) \\iff \\textsc{CAUSE}\\big(x,\\ \\textsc{BECOME}(\\textsc{NOT}(\\textsc{ALIVE}(y)))\\big).\n$$\n\nThe same primitives explain the diathesis alternations from\nearlier in the lesson. A single state-like predicate for _open_ underlies three\nsurface forms, differing only in whether $\\textsc{CAUSE}$ and $\\textsc{BECOME}$ wrap\nit:\n\n$$\n\\begin{aligned}\n\\text{John opened the door.} \\ &\\Rightarrow\\ \\textsc{CAUSE}\\big(\\text{John},\\ \\textsc{BECOME}(\\textsc{OPEN}(\\text{door}))\\big) \\\\\n\\text{The door opened.} \\ &\\Rightarrow\\ \\textsc{BECOME}(\\textsc{OPEN}(\\text{door})) \\\\\n\\text{The door is open.} \\ &\\Rightarrow\\ \\textsc{OPEN}(\\text{door}).\n\\end{aligned}\n$$\n\nThe causative, the inchoative, and the plain stative are one predicate under\ndifferent primitive scaffolding — decomposition turns the alternation into a fact\nabout structure.\n\n$$\n% caption: Primitive decomposition of \"John opened the door\" as a tree. The stative\n% core OPEN(door) is wrapped by BECOME (a change of state) and then by CAUSE (an\n% agent bringing it about); stripping the outer primitives recovers the inchoative\n% and stative readings.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  prim\u002F.style={draw=acc, text=acc, minimum width=20mm, minimum height=7mm, align=center, font=\\scriptsize},\n  core\u002F.style={draw, minimum width=22mm, minimum height=7mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[prim] (cause) at (0,3.0) {CAUSE};\n  \\node[core] (john)  at (-2.6,1.6) {John (agent)};\n  \\node[prim] (become) at (1.6,1.6) {BECOME};\n  \\node[core] (open)  at (1.6,0.2) {OPEN(door)};\n  \\draw[->, acc] (cause) -- (john);\n  \\draw[->, acc] (cause) -- (become);\n  \\draw[->, acc] (become) -- (open);\n  % readings labels\n  \\node[anchor=west, font=\\scriptsize, text=black] at (3.4,3.0) {causative};\n  \\node[anchor=west, font=\\scriptsize, text=black] at (3.4,1.6) {inchoative};\n  \\node[anchor=west, font=\\scriptsize, text=black] at (3.4,0.2) {stative};\n\\end{tikzpicture}\n$$\n\nA predicate like _open_ is itself still fairly specific, so more aggressive schemes\nbreak even it down. The **conceptual dependency** system used ten primitive\npredicates to cover all of verbal meaning — among them $\\textsc{ATRANS}$ (abstract\ntransfer of possession or control), $\\textsc{PTRANS}$ (physical transfer of an object\nbetween locations), $\\textsc{MTRANS}$ (transfer of mental concepts), $\\textsc{PROPEL}$\n(applying force to move something), and $\\textsc{INGEST}$ (taking in a substance).\nUnder this scheme one verb often maps to several primitives at once. _The waiter\nbrought Mary the check_ decomposes into an $\\textsc{ATRANS}$ (control of the check\npasses to Mary) _and_ a $\\textsc{PTRANS}$ (the check physically moves to her), each\ncarrying its own fixed thematic roles:\n\n$$\n\\begin{aligned}\n&\\textsc{Atrans}(x) \\wedge \\text{Actor}(x, \\text{waiter}) \\wedge \\text{Object}(x, \\text{check}) \\wedge \\text{To}(x, \\text{Mary}) \\\\\n\\wedge\\ &\\textsc{Ptrans}(y) \\wedge \\text{Actor}(y, \\text{waiter}) \\wedge \\text{Object}(y, \\text{check}) \\wedge \\text{To}(y, \\text{Mary}).\n\\end{aligned}\n$$\n\nDecomposition is the most granular answer to \"who did what to whom\": not a role list\nover a whole predicate, but a factoring of the predicate into causes, changes, and\ntransfers that any two verbs with the same event structure will share.\n\n## Where this continues\n\nSemantic roles are the answer to \"who did what to whom\" for a single event.\nThematic roles generalize over the diathesis alternations that let one verb realize\nits arguments in different syntactic slots; PropBank numbers those arguments\nper-predicate and FrameNet groups predicates into frames; semantic role labeling\ntags each argument automatically from a parse or an end-to-end neural model; and\nprimitive decomposition factors the predicate itself into shared causes, changes,\nand transfers.\n\nThat is one predicate at a time. Scaling the same question to a whole corpus — pulling\nentity-relation-entity triples, placing events and times on a timeline, and filling\ntemplates into a queryable database — continues in\n[relations, events, and templates](\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates).\n\n[^jm-roles]: **Jurafsky & Martin**, _Speech and Language Processing_ (3rd ed.), §19.1 — semantic roles: deep (event-specific) roles versus thematic roles, the thematic-role inventory (Figs. 19.1–19.2), and the Breaker\u002FOpener = agent generalization.\n[^jm-diath]: **Jurafsky & Martin**, §19.2 — Diathesis Alternations: the multiple syntactic realizations of _break_'s arguments, the thematic grid \u002F θ-grid \u002F case frame, the causative\u002Finchoative and dative alternations, the semantic verb classes that share the dative (Levin 1993), and VerbNet.\n[^jm-propbank]: **Jurafsky & Martin**, §19.4 — the Proposition Bank: per-verb-sense numbered arguments `Arg0`…`Arg4`, `Arg0` as proto-agent and `Arg1` as proto-patient, `ArgM` modifiers, frame files, and NomBank for nominal predicates.\n[^jm-framenet]: **Jurafsky & Martin**, §19.5 — FrameNet: frames as background-knowledge structures, frame elements as frame-specific roles, the `change_position_on_a_scale` frame, core vs. non-core roles, and inter-frame relations like the causative inheritance.\n[^jm-srl]: **Jurafsky & Martin**, §19.6 — semantic role labeling as a task, the parse-then-classify pipeline, and the pruning \u002F identification \u002F classification decomposition with global consistency.\n[^jm-features]: **Jurafsky & Martin**, §19.6.1 — the Gildea & Jurafsky feature templates: governing predicate, phrase type, headword and its POS, tree path, voice, position, and subcategorization.\n[^jm-select]: **Jurafsky & Martin**, §19.7 — selectional restrictions as semantic-type constraints attached to word senses, and the shift from strict restrictions to soft selectional preferences.\n[^jm-prim]: **Jurafsky & Martin**, §19.8 — Primitive Decomposition of Predicates: componential analysis; $\\textsc{KILL} \\iff \\textsc{CAUSE}(\\textsc{BECOME}(\\textsc{NOT}(\\textsc{ALIVE})))$; the $\\textsc{CAUSE}$\u002F$\\textsc{BECOME}$\u002F$\\textsc{OPEN}$ decomposition of the causative\u002Finchoative\u002Fstative alternation (Lakoff 1965, Dowty 1979); and Schank's conceptual dependency with its ten primitives ($\\textsc{ATRANS}$, $\\textsc{PTRANS}$, …) and the _brought_ = $\\textsc{ATRANS}$ + $\\textsc{PTRANS}$ example (Fig. 19.8).\n[^jm-proto]: **Jurafsky & Martin**, §19.3 — problems with thematic roles: role fragmentation (two kinds of instrument), the difficulty of formally defining agent, and the proto-agent \u002F proto-patient generalization.\n[^jm-neural-srl]: **Jurafsky & Martin**, §19.6.2 — neural SRL as BIO sequence labeling: encoder outputs concatenated with a predicate indicator, feedforward + softmax per token, optional CRF for global decoding.\n[^deep-srl]: **He, Lee, Lewis, and Zettlemoyer**, \"Deep Semantic Role Labeling: What Works and What's Next,\" ACL 2017. A deep highway BiLSTM with constrained decoding over BIO tags, no parse tree or hand-built features; the 8-layer ensemble reaches 83.2 F1 on CoNLL-2005 (~10% relative error reduction over the syntax-dependent prior state of the art). The analysis shows deep models recover long-distance dependencies well but still make obvious structural errors, and that oracle syntax would further improve results.\n[^span-srl]: **He, Lee, Levy, and Zettlemoyer**, \"Jointly Predicting Predicates and Arguments in Neural Semantic Role Labeling,\" ACL 2018. A span-based, end-to-end model that scores every candidate (predicate-span, argument-span) pair for its relation, jointly predicting predicates and arguments with span-level features; sets a new state of the art on PropBank without gold predicates, the realistic setting the gold-predicate BIO tagger avoids.\n[^lisa-srl]: **Strubell, Verga, Andor, Weiss, and McCallum**, \"Linguistically-Informed Self-Attention for Semantic Role Labeling\" (LISA), EMNLP 2018. A single transformer, multi-tasked over dependency parsing, POS tagging, predicate detection, and SRL, that trains one attention head to attend to each token's syntactic parent — injecting syntax as a learned attention bias from raw tokens rather than a preprocessing stage. New state of the art on CoNLL-2005 with predicted predicates: ~2.5 F1 over the prior best on newswire and >3.5 F1 out-of-domain.\n",{"text":3317,"minutes":3318,"time":3319,"words":3320},"19 min read",18.675,1120500,3735,{"title":5,"description":3305},[3323],{"book":3324,"ref":3325},"Jurafsky","Ch. 19 — Semantic Role Labeling; §19.1 Semantic Roles; §19.2 Diathesis Alternations; §19.4 PropBank; §19.5 FrameNet; §19.6 Semantic Role Labeling; §19.7 Selectional Restrictions; §19.8 Primitive Decomposition of Predicates","available","09.natural-language-processing\u002F06.linguistic-structure\u002F07.semantic-roles-and-information-extraction","Semantic roles answer \"who did what to whom\" for a single event, abstracting away the syntax that expresses it. We show why syntax alone is not enough, generalize over diathesis alternations with thematic roles, number a predicate's arguments with PropBank and group predicates into frames with FrameNet, tag each argument automatically with semantic role labeling, and factor predicates into primitives. Information extraction scales the idea to a corpus in the companion lesson.\n",[3330],"Structure","9qcGQKTHwmdnRKP8lX3VBASe-nlOAQcKmhOrIdPf1Eg",{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":3333,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":3334,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":3335,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":3336,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":3337,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":3338,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":3339,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":3340,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":3341,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":3342,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":3343,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":3344,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":3345,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":3346,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":3347,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":3348,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":3349,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":3350,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":3351,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":3352,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":3353,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":3354,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":3355,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":3356,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":3357,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":3358,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":3359,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":3360,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":3361,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":3362,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":3363,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":3364,"\u002Falgorithms\u002Fsequences\u002Ftries":3365,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":3366,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":3367,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":3368,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":3369,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":3370,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":3371,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":3372,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":3373,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":3374,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":3375,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":3376,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":3377,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":3378,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":3379,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":3380,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":3381,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":3382,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":3383,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":3384,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":3385,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":3386,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":3387,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":3388,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":3389,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":3390,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":3391,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":3392,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":3393,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":3394,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":3395,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":3396,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":3397,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":3398,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":3399,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":3400,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":3401,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":3402,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":3403,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":3404,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":3405,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":3406,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":3407,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":3408,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":3409,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":3410,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":3411,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":3412,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":3413,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":3414,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":3415,"\u002Falgorithms":3416,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":3417,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":3418,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":3419,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":3420,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":3421,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":3422,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":3423,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":3424,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":3425,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":3426,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":3427,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":3428,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":3429,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":3430,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":3431,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":3432,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":3433,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":3434,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":3435,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":3436,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":3437,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":3438,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":3439,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":3440,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":3441,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":3442,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":3443,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":3444,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":3445,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":3446,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":3447,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":3448,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":3449,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":3450,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":3431,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":3451,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":3452,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":3453,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":3421,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":3454,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":3455,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":3456,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":3457,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":3458,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":3459,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":3460,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":3461,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":3462,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":3463,"\u002Fcalculus":3464,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":3465,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":3466,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":3467,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":3468,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":3469,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":3470,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":3471,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":3472,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":3473,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":3474,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":3475,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":3476,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":3477,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":3478,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":3479,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":3480,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":3481,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":3482,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":3483,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":3484,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":3485,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":3486,"\u002Fmechanics\u002Frotation\u002Frolling-motion":3487,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":3488,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":3489,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":3490,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":3491,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":3492,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":3493,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":3494,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":3495,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":3496,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":3497,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":3498,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":3499,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":3500,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":3501,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":3502,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":3503,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":3504,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":3505,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":3506,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":3507,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":3508,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":3509,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":3510,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":3511,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":3512,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":3513,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":3514,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":3515,"\u002Fmechanics":3516,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":3517,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":3518,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":3519,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":3520,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":3521,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":3522,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":3523,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":3524,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":3525,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":3526,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":3527,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":3528,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":3505,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":3529,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":3530,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":3531,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":3501,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":3366,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":3532,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":3492,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":3533,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":3534,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":3535,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":3536,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":3537,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":3538,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":3539,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":3540,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":3541,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":3466,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":3542,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":3543,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":3544,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":3545,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":3546,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":3547,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":3548,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":3549,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":3484,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":3483,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":3550,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":3551,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":3552,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":3553,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":3554,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":3555,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":3556,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":3557,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":3558,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":3510,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":3508,"\u002Felectricity-and-magnetism":3559,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":3560,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":3561,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":3562,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":3563,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":3564,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":3565,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":3566,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":3567,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":3568,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":3418,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":3569,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":3570,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":3422,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":3571,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":3572,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":3573,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":3574,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":3575,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":3576,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":3577,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":3578,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":3579,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":3580,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":3581,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":3310,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":3582,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":3583,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":3584,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":3585,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":3586,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":3587,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":3588,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":3589,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":3457,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":3590,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":3591,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":3592,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":3593,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":3594,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":3595,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":3596,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":3597,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":3598,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":3599,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":3600,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":3601,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":3602,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":3603,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":3604,"\u002Flinear-algebra":3605,"\u002Ftheory-of-computation":3606,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":3607,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":3608,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":3609,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":3610,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":3611,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":3612,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":3613,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":3614,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":3615,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":3616,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":3617,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":3618,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":3619,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":3620,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":3621,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":3622,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":3623,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":3624,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":3625,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":3626,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":3627,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":3628,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":3629,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":3630,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":3631,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":3632,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":3633,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":3634,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":3635,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":3636,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":3637,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":3638,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":3639,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":3640,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":3641,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":3642,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":3643,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":3644,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":3645,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":3646,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":3647,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":3648,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":3649,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":3650,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":3651,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":3652,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":3653,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":3654,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":3655,"\u002Fcomputer-architecture":3606,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":3656,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":3657,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":3658,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":3422,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":3659,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":3421,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":3428,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":3660,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":3661,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":3462,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":3662,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":3663,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":3664,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":3665,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":3666,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":3667,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":3668,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":3669,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":3670,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":3671,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":3672,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":3673,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":3668,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":3674,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":3675,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":3676,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":3677,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":3678,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":3679,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":3680,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":3681,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":3682,"\u002Fdifferential-equations":3683,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":3684,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":3685,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":3686,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":3687,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":3567,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":3688,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":3689,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":3690,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":3691,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":3692,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":3693,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":3437,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":3694,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":3695,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":3696,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":3697,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":3698,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":3699,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":3700,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":3701,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":3702,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":3703,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":3658,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":3704,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":3705,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":3706,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":3707,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":3708,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":3587,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":3709,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":3710,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":3597,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":3711,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":3712,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":3713,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":3714,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":3715,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":3716,"\u002Frelativity":3717,"\u002Fphysical-computing":3606,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":3718,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":3697,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":3719,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":3720,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":3721,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":3722,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":3723,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":3724,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":3725,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":3673,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":3597,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":3726,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":3727,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":3728,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":3729,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":3725,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":3730,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":3705,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":3459,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":3731,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":3732,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":3439,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":3733,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":3734,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":3735,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":3736,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":3737,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":3738,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":3739,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":3740,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":3741,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":3697,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":3742,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":3743,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":3744,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":3731,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":3420,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":3745,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":3746,"\u002Fquantum-mechanics":3747,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":3681,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":3748,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":3749,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":3571,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":3750,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":3457,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":3751,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":3752,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":3593,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":3703,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":3753,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":3754,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":3755,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":3756,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":3757,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":3730,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":3758,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":3564,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":3759,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":3760,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":3418,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":3761,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":3762,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":3719,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":3447,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":3597,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":3763,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":3764,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":3582,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":3707,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":3765,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":3766,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":3767,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":3602,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":3768,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":3769,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":3770,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":3770,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":3771,"\u002Freal-analysis":3772,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":3773,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":3774,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":3775,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":3776,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":3777,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":3778,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":3779,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":3780,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":3781,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":3782,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":3746,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":3783,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":3775,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":3692,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":3784,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":3785,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":3786,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":3787,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":3788,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":3789,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":3790,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":3791,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":3785,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":3792,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":3761,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":3793,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":3794,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":3795,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":3796,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":3797,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":3798,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":3799,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":3800,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":3801,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":3802,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":3436,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":3803,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":3804,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":3677,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":3805,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":3806,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":3734,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":3806,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":3807,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":3808,"\u002Fabstract-algebra":3809,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":3810,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":3811,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":3812,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":3813,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":3814,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":3726,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":3815,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":3816,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":3817,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":3818,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":3819,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":3820,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":3821,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":3561,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":3689,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":3436,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":3822,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":3420,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":3823,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":3824,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":3458,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":3751,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":3825,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":3826,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":3827,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":3828,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":3829,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":3830,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":3831,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":3832,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":3833,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":3834,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":3835,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":3836,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":3837,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":3838,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":3782,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":3839,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":3840,"\u002Fatomic-physics":3841,"\u002Fdatabases":3606,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":3842,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":3843,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":3844,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":3773,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":3845,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":3846,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":3847,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":3848,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":3849,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":3850,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":3851,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":3852,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":3853,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":3854,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":3855,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":3856,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":3857,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":3858,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":3859,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":3860,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":3861,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":3862,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":3863,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":3864,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":3855,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":3865,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":3866,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":3867,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":3868,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":3869,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":3814,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":3870,"\u002Fcategory-theory":3871,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":3872,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":3873,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":3874,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":3875,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":3876,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":3877,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":3836,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":3878,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":3879,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":3880,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":3881,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":3882,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":3883,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":3884,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":3885,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":3886,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":3887,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":3888,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":3889,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":3890,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":3891,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":3892,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":3893,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":3894,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":3895,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":3896,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":3897,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":3898,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":3899,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":3900,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":3901,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":3902,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":3903,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":3904,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":3848,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":3905,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":3906,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":3907,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":3908,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":3909,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":3910,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":3911,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":3401,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":3912,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":3913,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":3636,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":3914,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":3915,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":3916,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":3917,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":3918,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":3919,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":3920,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":3921,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":3922,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":3923,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":3924,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":3925,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":3609,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":3926,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":3927,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":3928,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":3929,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":3646,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":3930,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":3931,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":3932,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":3933,"\u002Fdeep-learning":3606,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":3934,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":3731,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":3935,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":3936,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":3937,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":3938,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":3939,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":3940,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":3941,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":3942,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":3778,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":3943,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":3944,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":3945,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":3665,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":3459,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":3946,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":3947,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":3948,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":3592,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":3949,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":3950,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":3670,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":3597,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":3951,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":3567,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":3437,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":3453,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":3952,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":3953,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":3954,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":3584,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":3955,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":3447,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":3956,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":3957,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":3958,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":3959,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":3780,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":3960,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":3961,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":3962,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":3963,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":3726,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":3964,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":3704,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":3965,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":3566,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":3966,"\u002Fstatistical-mechanics":3967,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":3968,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":3432,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":3691,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":3969,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":3970,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":3971,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":3972,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":3973,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":3974,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":3565,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":3975,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":3976,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":3977,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":3978,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":3707,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":3979,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":3980,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":3981,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":3982,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":3983,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":3762,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":3706,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":3984,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":3985,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":3986,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":3987,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":3697,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":3988,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":3989,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":3934,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":3834,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":3562,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":3990,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":3428,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":3991,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":3992,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":3573,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":3993,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":3827,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":3994,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":3420,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":3995,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":3431,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":3996,"\u002Fcondensed-matter":3747,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":3997,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":3998,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":3999,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":4000,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":3445,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":4001,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":4002,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":3445,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":4003,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":3857,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":4004,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":4005,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":4006,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":4004,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":4007,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":4008,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":4009,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":4010,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":4011,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":4012,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":4013,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":4014,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":3935,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":4015,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":4008,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":4016,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":4017,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":3650,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":4018,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":3835,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":4019,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":4020,"\u002Flogic":4021,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":4022,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":4023,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":3636,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":4024,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":4025,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":4026,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":4027,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":4017,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":4028,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":4029,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":4030,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":3928,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":4031,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":4032,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":4033,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":4034,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":4035,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":3653,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":4036,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":4037,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":4038,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":4039,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":3844,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":4040,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":4016,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":4041,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":4042,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":4043,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":3664,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":4044,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":3794,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":4045,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":4046,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":3626,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":4047,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":4048,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":4049,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":4050,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":4051,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":3904,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":4052,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":4053,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":4054,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":3939,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":4055,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":4056,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":4057,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":3653,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":3720,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":4058,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":4059,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":4060,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":4061,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":4062,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":4063,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":4064,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":4065,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":4066,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":4067,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":4068,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":4069,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":4070,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":4071,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":4072,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":4073,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":4074,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":4075,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":4076,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":4077,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":4078,"\u002Freinforcement-learning":3606,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":4079,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":4080,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":4081,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":4082,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":4083,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":4084,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":4085,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":4086,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":4087,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":4088,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":4089,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":4090,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":4091,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":3933,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":3788,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":4092,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":4093,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":4094,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":4095,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":4096,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":4097,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":3915,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":4098,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":4099,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":4100,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":4101,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":4102,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":4103,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":4104,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":4105,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":4106,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":4107,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":4108,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":4109,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":3847,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":4099,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":4110,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":3388,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":4111,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":4112,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":4113,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":4114,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":4115,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":3896,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":4116,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":4117,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":4118,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":4119,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":4120,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":4121,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":4122,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":4123,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":4124,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":4125,"\u002Fartificial-intelligence":3606,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":3863,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":4126,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":3424,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":3422,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":3957,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":4127,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":3450,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":3759,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":4128,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":4129,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":4130,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":3819,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":4131,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":4132,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":4133,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":4018,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":4134,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":4135,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":3434,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":3662,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":4136,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":3763,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":4137,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":4138,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":3658,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":3746,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":4139,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":4140,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":4141,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":3429,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":3803,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":3665,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":4142,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":3713,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":3777,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":4143,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":4144,"\u002Fnuclear-physics":4145,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":4146,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":4147,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":3784,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":4148,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":4149,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":4150,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":3632,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":4151,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":4152,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":3929,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":4153,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":4098,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":4154,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":4155,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":4156,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":4157,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":4158,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":4159,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":4160,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":3610,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":4161,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":4162,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":4104,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":4163,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":4164,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":4165,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":4166,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":3320,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":4167,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":4168,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":4169,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":4028,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":4170,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":4171,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":4172,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":4173,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":4174,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":4175,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":4176,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":4177,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":4178,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":4179,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":4180,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":4181,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":3882,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":4049,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":3638,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":4182,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":4183,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":4184,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":4185,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":3896,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":4186,"\u002Fnatural-language-processing":3606,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":4187,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":3804,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":4188,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":3949,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":4189,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":4190,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":4139,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":4191,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":4192,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":3754,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":3457,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":4193,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":3708,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":4194,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":3741,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":4195,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":3995,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":4196,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":4197,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":3964,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":4198,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":3428,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":4199,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":4200,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":4201,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":3745,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":3961,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":4202,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":4203,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":3820,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":4204,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":3865,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":4205,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":4206,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":3754,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":3787,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":4207,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":4208,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":4209,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":3843,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":4210,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":3584,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":4211,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":3687,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":4212,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":4213,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":4011,"\u002Fparticle-physics":4214,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":3805,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":3959,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":4215,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":3744,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":4216,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":3804,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":3716,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":4217,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":4218,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":4219,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":4220,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":4221,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":4010,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":3941,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":4222,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":4223,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":4224,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":4225,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":4138,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":4226,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":3700,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":3763,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":3745,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":4227,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":3829,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":3446,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":4228,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":4229,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":3960,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":4230,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":4231,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":4232,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":4233,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":3427,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":4234,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":4235,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":3687,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":4236,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":4237,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":3953,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":3608,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":4238,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":4239,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":3865,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":3851,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":3863,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":3960,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":4240,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":3426,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":3617,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":4241,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":3704,"\u002Fastrophysics-cosmology":3809,"\u002Fcolophon":4242,"\u002F":3606},4250,4808,3626,2682,4109,4786,3878,3875,3751,3415,4067,3153,3000,4042,5461,5808,3961,3749,4327,5067,4246,4655,4154,5436,2640,4003,3601,2158,4331,4189,2273,3252,4633,4964,4172,3131,5524,3160,4031,2309,4207,3226,2648,4842,5340,3307,5701,4977,4039,2615,3472,4460,3848,4075,4400,3382,3010,3602,3737,3740,3707,3922,5191,4043,3804,4542,4214,5062,2850,4361,3443,3627,4044,3766,4140,3860,4006,5199,4334,5234,3651,5509,5680,153,1375,1073,1093,1125,1146,1014,1132,876,1541,1189,1173,984,1402,1301,950,1268,1063,1107,1408,1161,925,1012,866,964,1090,1142,1085,1020,1207,973,980,728,764,1225,1329,796,929,801,878,774,1044,1488,1175,1130,890,814,870,154,4073,5140,4961,5127,4870,5382,5195,4955,5369,4501,5576,3824,4132,4289,4307,4570,3403,5084,5105,5201,5116,5341,5175,5368,5188,5211,5499,5155,4981,5125,5415,5255,5304,5130,5167,5552,5164,5094,5239,5036,5190,5004,5099,5035,5159,5088,5026,4937,5023,5264,5244,133,5114,5078,5043,5312,5170,5342,5139,5151,5049,5212,5013,5068,5079,5102,5121,5081,5029,5379,5854,5110,2139,3798,5055,5364,4984,4935,4895,4972,5289,5112,5156,4987,5031,5025,5149,5302,5042,5002,4979,4922,4960,5279,126,1877,1180,1129,907,958,1112,1300,1053,1250,1181,1241,1234,966,1050,734,1190,484,1082,926,733,761,571,798,804,952,977,731,784,645,771,1017,742,1004,1000,1562,1254,1288,1101,1011,1486,1061,856,992,1169,988,137,0,2037,1782,2384,2254,2123,2332,1643,1714,2089,1751,1367,1660,2511,1998,1892,1854,1791,2438,2487,1917,2375,2525,2266,1845,2275,1810,1631,2310,2166,2233,2113,2505,2347,2672,2112,2473,2592,2380,3013,2513,3256,3218,2194,2173,2205,2326,2081,3342,3152,1799,1670,1027,960,1095,1291,986,897,1209,1055,1817,1801,1593,1465,1196,1464,1201,1230,1435,1684,1461,1926,1500,1409,1284,1774,1869,162,1487,1122,1188,1001,1351,982,1005,979,1325,1046,943,1279,824,1008,989,1798,1277,1025,987,1043,1211,1074,981,939,1002,739,1139,1108,1013,1070,978,1458,1317,157,1357,1077,2355,1116,1037,1178,1637,1314,1109,1056,1702,1474,1071,1158,832,993,1404,1024,1068,1339,1106,1264,1248,913,1848,1328,1633,1224,1143,135,1378,959,1028,998,911,1527,1203,1266,1483,1165,990,938,965,1257,1418,1099,942,1352,956,1035,1398,1003,1094,1292,138,1721,1827,1449,1354,1148,1184,1285,1281,1213,1290,1271,1252,1274,1778,1591,1503,1437,1571,1584,1957,1117,1781,1648,1342,1667,1510,1965,1607,1365,1849,1259,1303,1356,1238,2208,1564,173,1671,1286,1227,1638,1529,668,1078,918,709,865,880,940,1534,1015,874,922,841,794,1194,822,1105,1658,1359,1296,1438,1921,1844,1570,1429,1324,1400,140,1787,1558,1654,1492,1747,2224,2002,2009,1323,1349,1785,1573,1722,1829,1353,1548,1552,1583,1624,1585,1245,1364,1514,1343,1397,1355,2211,1481,1770,160,2388,2293,2256,2552,2569,2478,2039,2496,2578,2814,2519,2461,2587,2492,2714,3278,2654,3050,2447,2849,2238,2369,2061,2214,2602,2563,2186,2985,2749,3364,2038,2282,2409,2126,2573,2206,2176,2268,2182,2402,2705,2633,2414,2213,2801,3313,3410,3195,1952,2017,1509,2537,2645,2027,2415,2838,2356,1906,3184,2950,2807,2954,1683,1316,1034,1138,1763,1822,1705,1246,1701,1097,1104,1187,1032,1083,1228,916,1489,1033,1652,997,692,837,1023,888,864,1089,1231,1214,1675,1156,1075,1520,1309,139,1205,1051,735,1123,1072,915,567,768,825,1253,983,1007,762,1058,861,862,971,1208,1149,1145,1029,1084,927,810,838,857,807,936,949,2321,1622,1069,1113,1057,854,1958,1528,1618,2049,1432,1679,1796,1685,1346,1275,1476,1505,1610,2018,1599,1215,1838,1909,132,3902,2215,2240,3266,3208,3073,2454,2969,2451,1875,2728,1884,2371,2516,2842,1690,1904,2346,3146,1386,2607,1966,2668,1665,2885,1606,2577,3074,2869,2403,2433,2082,1939,1587,2460,2747,2032,2642,1619,3123,1993,2090,2339,3829,1737,2622,2340,2322,3828,4409,2305,3411,2510,4527,3030,3569,3043,2457,1946,2277,2044,2909,1693,1945,2093,2399,2115,2898,2742,2242,3895,3378,3376,2769,2223,3062,3262,2651,2949,2768,3128,2423,1977,2087,2866,3388,2830,2210,2489,2884,3945,2099,2713,3402,1692,2931,4195,3989,3206,4391,3004,3704,3494,2902,999,881,901,919,748,869,1018,1045,1049,1333,954,1092,1019,976,1771,1480,1396,953,1026,161,3533,2495,1818,3007,2595,3427,3537,2216,1895,2304,3396,1739,2073,1962,2203,1767,2666,2264,2276,2852,1807,1560,4144,1669,1676,1972,2418,3291,1525,2040,2766,2337,2220,2800,3001,2078,1759,2836,1896,2026,1758,1543,1047,896,946,1060,1384,1482,815,1414,1322,1440,1240,1468,1098,1133,847,1009,1381,1052,1191,1258,1370,1712,1441,1199,957,1079,150,1262,1417,1368,1219,1136,1064,1463,1636,1059,931,1115,1736,1174,1376,1363,1411,1247,1746,1313,1299,1617,1102,1076,1495,1265,1193,1263,80,{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":4244,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":4249,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":4253,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":4257,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":4261,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":4265,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":4269,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":4274,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":4278,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":4282,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":4286,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":4291,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":4295,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":4299,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":4303,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":4308,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":4312,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":4316,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":4320,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":4324,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":4328,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":4332,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":4336,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":4340,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":4344,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":4348,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":4352,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":4357,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":4361,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":4365,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":4369,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":4373,"\u002Falgorithms\u002Fsequences\u002Ftries":4377,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":4381,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":4385,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":4390,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":4394,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":4398,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":4402,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":4406,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":4410,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":4414,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":4418,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":4422,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":4426,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":4430,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":4434,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":4438,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":4442,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":4447,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":4451,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":4455,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":4459,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":4463,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":4468,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":4472,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":4476,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":4480,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":4484,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":4488,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":4492,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":4496,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":4500,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":4504,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":4508,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":4513,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":4517,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":4521,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":4525,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":4530,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":4534,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":4538,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":4542,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":4546,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":4550,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":4554,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":4559,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":4563,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":4567,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":4571,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":4576,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":4580,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":4584,"\u002Falgorithms":4588,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":4591,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":4596,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":4600,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":4604,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":4608,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":4613,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":4617,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":4621,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":4625,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":4630,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":4634,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":4638,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":4642,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":4647,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":4651,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":4655,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":4660,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":4664,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":4668,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":4673,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":4677,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":4681,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":4686,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":4690,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":4694,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":4698,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":4703,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":4707,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":4711,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":4716,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":4720,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":4724,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":4728,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":4732,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":4737,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":4741,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":4745,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":4749,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":4753,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":4758,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":4761,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":4765,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":4769,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":4773,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":4778,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":4782,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":4786,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":4790,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":4794,"\u002Fcalculus":4798,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":4801,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":4805,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":4809,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":4814,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":4818,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":4822,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":4826,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":4830,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":4835,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":4839,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":4843,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":4847,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":4851,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":4856,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":4860,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":4864,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":4868,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":4872,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":4877,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":4881,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":4885,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":4890,"\u002Fmechanics\u002Frotation\u002Frolling-motion":4894,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":4898,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":4902,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":4906,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":4910,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":4915,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":4919,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":4923,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":4927,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":4931,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":4935,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":4939,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":4944,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":4948,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":4952,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":4956,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":4960,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":4964,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":4968,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":4972,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":4976,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":4980,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":4984,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":4988,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":4993,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":4997,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":5001,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":5005,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":5009,"\u002Fmechanics":5013,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":5016,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":5021,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":5025,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":5029,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":5033,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":5037,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":5042,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":5046,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":5051,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":5055,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":5059,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":5063,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":5067,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":5072,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":5076,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":5080,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":5084,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":5089,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":5093,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":5097,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":5102,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":5106,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":5110,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":5114,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":5118,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":5123,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":5127,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":5131,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":5135,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":5139,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":5143,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":5148,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":5152,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":5156,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":5160,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":5164,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":5168,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":5172,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":5176,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":5181,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":5185,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":5189,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":5193,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":5197,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":5202,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":5206,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":5210,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":5214,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":5218,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":5223,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":5227,"\u002Felectricity-and-magnetism":5231,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":5234,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":5239,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":5243,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":5247,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":5251,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":5255,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":5260,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":5264,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":5268,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":5272,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":5276,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":5281,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":5285,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":5289,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":5294,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":5298,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":5302,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":5306,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":5310,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":5314,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":5318,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":5323,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":5327,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":5331,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":5335,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":5339,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":5343,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":5347,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":5352,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":5356,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":5360,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":5364,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":5368,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":5372,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":5377,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":5381,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":5385,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":5389,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":5393,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":5398,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":5402,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":5406,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":5410,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":5414,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":5418,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":5423,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":5427,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":5431,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":5435,"\u002Flinear-algebra":5439,"\u002Ftheory-of-computation":5442,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":5445,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":5449,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":5453,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":5457,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":5461,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":5465,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":5470,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":5474,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":5478,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":5482,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":5486,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":5490,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":5494,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":5499,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":5503,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":5507,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":5511,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":5515,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":5520,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":5524,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":5528,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":5532,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":5536,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":5541,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":5545,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":5549,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":5553,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":5557,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":5562,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":5566,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":5570,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":5574,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":5578,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":5583,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":5587,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":5591,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":5595,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":5599,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":5604,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":5608,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":5612,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":5617,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":5621,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":5626,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":5630,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":5634,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":5638,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":5642,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":5647,"\u002Fcomputer-architecture":5651,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":5654,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":5658,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":5662,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":5667,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":5671,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":5675,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":5679,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":5683,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":5687,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":5692,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":5696,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":5700,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":5704,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":5708,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":5712,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":5717,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":5721,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":5725,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":5730,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":5734,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":5739,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":5743,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":5747,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":5752,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":5756,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":5761,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":5765,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":5769,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":5774,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":5778,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":5782,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":5787,"\u002Fdifferential-equations":5791,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":5794,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":5799,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":5803,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":5807,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":5811,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":5815,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":5820,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":5824,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":5828,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":5832,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":5837,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":5841,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":5845,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":5849,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":5854,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":5858,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":5862,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":5866,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":5871,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":5875,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":5879,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":5883,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":5887,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":5891,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":5896,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":5900,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":5904,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":5909,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":5913,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":5917,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":5921,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":5926,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":5930,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":5934,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":5939,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":5943,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":5947,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":5952,"\u002Frelativity":5956,"\u002Fphysical-computing":5959,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":5962,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":5967,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":5971,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":5975,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":5979,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":5984,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":5988,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":5992,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":5997,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":6001,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":6005,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":6009,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":6013,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":6017,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":6022,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":6026,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":6030,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":6034,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":6038,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":6042,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":6047,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":6051,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":6055,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":6059,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":6063,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":6067,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":6071,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":6076,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":6080,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":6084,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":6089,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":6093,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":6097,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":6102,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":6106,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":6111,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":6115,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":6119,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":6123,"\u002Fquantum-mechanics":6127,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":6130,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":6135,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":6139,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":6143,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":6147,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":6152,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":6156,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":6160,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":6164,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":6168,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":6172,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":6177,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":6181,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":6185,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":6189,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":6193,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":6197,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":6201,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":6205,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":6209,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":6213,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":6217,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":6222,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":6226,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":6230,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":6234,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":6239,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":6243,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":6247,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":6250,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":6254,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":6259,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":6263,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":6267,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":6271,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":6276,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":6280,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":6284,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":6288,"\u002Freal-analysis":6292,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":6295,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":6299,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":6303,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":6308,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":6312,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":6316,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":6320,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":6325,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":6329,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":6333,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":6337,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":6341,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":6345,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":6350,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":6354,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":6358,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":6362,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":6367,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":6371,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":6375,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":6379,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":6384,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":6388,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":6392,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":6397,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":6401,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":6405,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":6409,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":6414,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":6418,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":6422,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":6426,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":6431,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":6435,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":6439,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":6444,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":6448,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":6452,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":6456,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":6461,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":6465,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":6469,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":6473,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":6477,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":6482,"\u002Fabstract-algebra":6486,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":6489,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":6494,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":6498,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":6502,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":6506,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":6510,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":6515,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":6519,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":6523,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":6527,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":6531,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":6535,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":6539,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":6544,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":6548,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":6552,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":6556,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":6561,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":6565,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":6569,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":6574,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":6578,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":6582,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":6586,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":6590,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":6594,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":6599,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":6603,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":6607,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":6612,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":6616,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":6620,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":6624,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":6629,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":6633,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":6637,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":6642,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":6646,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":6650,"\u002Fatomic-physics":6654,"\u002Fdatabases":6657,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":6660,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":6664,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":6668,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":6672,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":6676,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":6680,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":6684,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":6689,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":6693,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":6697,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":6702,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":6706,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":6710,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":6715,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":6719,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":6723,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":6727,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":6731,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":6736,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":6740,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":6744,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":6748,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":6753,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":6757,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":6761,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":6765,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":6770,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":6774,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":6778,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":6782,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":6787,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":6791,"\u002Fcategory-theory":6795,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":6798,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":6802,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":6806,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":6810,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":6813,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":6817,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":6821,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":6825,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":6830,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":6834,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":6838,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":6842,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":6846,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":6851,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":6855,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":6859,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":6863,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":6867,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":6872,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":6876,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":6880,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":6884,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":6889,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":6893,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":6897,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":6901,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":6905,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":6909,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":6913,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":6917,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":6921,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":6926,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":6930,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":6934,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":6938,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":6942,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":6947,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":6951,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":6955,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":6959,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":6963,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":6967,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":6971,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":6976,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":6980,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":6984,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":6989,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":6993,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":6997,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":7001,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":7005,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":7009,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":7013,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":7018,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":7022,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":7026,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":7030,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":7034,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":7038,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":7042,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":7046,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":7050,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":7054,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":7058,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":7063,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":7067,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":7071,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":7075,"\u002Fdeep-learning":7079,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":7082,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":7086,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":7090,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":7094,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":7098,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":7102,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":7107,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":7111,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":7115,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":7119,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":7124,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":7128,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":7132,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":7136,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":7141,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":7145,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":7149,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":7153,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":7157,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":7162,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":7166,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":7170,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":7175,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":7179,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":7183,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":7188,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":7192,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":7196,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":7200,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":7205,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":7209,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":7213,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":7217,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":7221,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":7225,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":7230,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":7234,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":7238,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":7242,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":7247,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":7251,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":7255,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":7260,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":7264,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":7268,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":7272,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":7276,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":7281,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":7285,"\u002Fstatistical-mechanics":7289,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":7292,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":7297,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":7301,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":7305,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":7309,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":7314,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":7318,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":7322,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":7326,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":7331,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":7335,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":7339,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":7343,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":7348,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":7352,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":7356,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":7360,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":7365,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":7369,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":7373,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":7377,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":7382,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":7386,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":7390,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":7394,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":7399,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":7403,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":7407,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":7411,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":7415,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":7420,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":7424,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":7429,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":7433,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":7437,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":7441,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":7446,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":7450,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":7454,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":7458,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":7462,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":7467,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":7471,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":7475,"\u002Fcondensed-matter":7479,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":7482,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":7486,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":7491,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":7495,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":7499,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":7503,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":7507,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":7511,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":7515,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":7520,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":7524,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":7528,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":7532,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":7537,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":7541,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":7545,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":7549,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":7554,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":7558,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":7562,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":7566,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":7571,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":7575,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":7579,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":7583,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":7588,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":7592,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":7596,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":7601,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":7605,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":7610,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":7614,"\u002Flogic":7618,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":7621,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":7625,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":7629,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":7633,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":7637,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":7641,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":7645,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":7649,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":7653,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":7657,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":7661,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":7665,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":7669,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":7673,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":7677,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":7681,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":7685,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":7689,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":7693,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":7698,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":7702,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":7706,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":7710,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":7714,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":7718,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":7722,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":7726,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":7730,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":7734,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":7738,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":7742,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":7746,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":7750,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":7754,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":7758,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":7762,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":7766,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":7770,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":7774,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":7778,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":7782,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":7787,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":7791,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":7795,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":7799,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":7803,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":7807,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":7811,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":7815,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":7819,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":7823,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":7827,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":7831,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":7835,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":7839,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":7843,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":7847,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":7851,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":7855,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":7859,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":7863,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":7867,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":7871,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":7876,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":7880,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":7884,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":7888,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":7892,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":7896,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":7900,"\u002Freinforcement-learning":7904,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":7906,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":7910,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":7914,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":7918,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":7922,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":7927,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":7931,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":7935,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":7939,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":7943,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":7947,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":7951,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":7955,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":7959,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":7963,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":7967,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":7971,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":7976,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":7980,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":7984,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":7988,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":7992,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":7996,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":8000,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":8004,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":8008,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":8012,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":8016,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":8020,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":8025,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":8029,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":8033,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":8037,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":8041,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":8045,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":8049,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":8052,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":8056,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":8060,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":8065,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":8069,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":8073,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":8077,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":8080,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":8084,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":8088,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":8092,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":8097,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":8101,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":8105,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":8109,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":8113,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":8117,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":8121,"\u002Fartificial-intelligence":8125,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":8128,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":8133,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":8137,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":8141,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":8145,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":8149,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":8154,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":8158,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":8162,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":8166,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":8171,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":8175,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":8179,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":8183,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":8188,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":8192,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":8197,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":8201,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":8206,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":8210,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":8214,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":8218,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":8223,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":8227,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":8231,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":8236,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":8240,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":8244,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":8249,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":8253,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":8258,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":8262,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":8266,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":8271,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":8275,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":8279,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":8283,"\u002Fnuclear-physics":8287,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":8290,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":8294,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":8298,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":8302,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":8306,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":8310,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":8315,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":8319,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":8323,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":8327,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":8332,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":8336,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":8340,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":8343,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":8347,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":8351,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":8355,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":8358,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":8361,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":8365,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":8369,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":8373,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":8377,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":8381,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":8385,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":8389,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":8393,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":8397,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":8398,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":8401,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":8405,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":8409,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":8413,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":8417,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":8421,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":8425,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":8429,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":8433,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":8437,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":8441,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":8445,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":8449,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":8453,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":8457,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":8461,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":8465,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":8469,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":8473,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":8477,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":8481,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":8486,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":8490,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":8494,"\u002Fnatural-language-processing":8498,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":8501,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":8505,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":8509,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":8513,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":8518,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":8522,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":8526,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":8530,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":8535,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":8539,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":8543,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":8547,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":8552,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":8556,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":8560,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":8564,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":8569,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":8573,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":8577,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":8582,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":8586,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":8590,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":8594,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":8599,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":8603,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":8607,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":8611,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":8616,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":8620,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":8624,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":8628,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":8633,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":8637,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":8641,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":8645,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":8649,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":8654,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":8658,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":8662,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":8667,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":8671,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":8675,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":8679,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":8683,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":8687,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":8691,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":8695,"\u002Fparticle-physics":8699,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":8702,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":8707,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":8711,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":8715,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":8720,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":8724,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":8728,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":8732,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":8737,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":8741,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":8745,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":8749,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":8754,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":8758,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":8762,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":8766,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":8771,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":8775,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":8779,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":8783,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":8788,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":8792,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":8796,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":8801,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":8805,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":8809,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":8813,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":8817,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":8821,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":8825,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":8829,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":8833,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":8838,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":8842,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":8846,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":8850,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":8855,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":8859,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":8863,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":8867,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":8871,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":8876,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":8880,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":8883,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":8887,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":8891,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":8896,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":8900,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":8904,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":8908,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":8912,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":8916,"\u002Fastrophysics-cosmology":8920,"\u002Fcolophon":8923,"\u002F":8926},{"path":4245,"title":4246,"module":4247,"summary":4248},"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm","What Is an Algorithm?","Foundations","An algorithm is a finite, mechanical recipe that transforms inputs into outputs. We define what counts as an algorithm, how we write one down, and the three things we always ask of it: is it correct, is it fast, and can we prove it.\n",{"path":4250,"title":4251,"module":4247,"summary":4252},"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques","Proof Techniques","An algorithm without a proof is a conjecture. This lesson collects the handful\nof arguments that certify the algorithms in this course — direct proof,\ncontrapositive, contradiction, ordinary and strong induction, construction, and\ndisproof by counterexample — each with a small worked\nexample and a picture. Loop invariants are a form of induction,\nrecursive correctness falls to strong induction, and the classic broken proofs\n(all horses are the same color) show where inductions go wrong.\n",{"path":4254,"title":4255,"module":4247,"summary":4256},"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis","Asymptotic Analysis","We measure an algorithm's running time as a function of its input size, then strip away machine-specific constants and lower-order terms to compare algorithms cleanly. This lesson defines the RAM model and the $O$, $\\Omega$, $\\Theta$, $o$, and $\\omega$ notations, proves the polynomial theorem, and shows how to rank growth rates with the limit test, L'Hôpital, base substitution, and the logarithm identities the arguments lean on.\n",{"path":4258,"title":4259,"module":4247,"summary":4260},"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis","Growth Rates and Loop Analysis","With the asymptotic notations in hand, we rank the functions that actually arise in running times — from constant to factorial — proving the orderings between rungs, then read the running time of a loop nest straight off the page. Sequential blocks add, nested loops multiply, index scaling gives logarithms; a worked trace and a tour of cache-aware and galactic algorithms close the lesson.\n",{"path":4262,"title":4263,"module":4247,"summary":4264},"\u002Falgorithms\u002Ffoundations\u002Frecurrences","Recurrences and the Master Theorem","Recursive and divide-and-conquer algorithms describe their own running time with a recurrence: $T(n)$ in terms of $T$ on smaller inputs. We solve recurrences three ways — drawing the recursion tree, guessing-and-verifying by induction, and applying the Master Theorem — using merge sort as the running example, then handle unequal splits with Akra–Bazzi.\n",{"path":4266,"title":4267,"module":4247,"summary":4268},"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis","Amortized Analysis","Some operations are occasionally expensive but cheap on average across any\nsequence. Amortized analysis bounds the average cost per operation over a\nworst-case sequence — not an expectation — so a rare costly step is paid for by\nthe many cheap ones around it. This lesson develops the aggregate, accounting,\nand potential methods on dynamic-array doubling, the binary counter, and a\nstack with multipop.\n",{"path":4270,"title":4271,"module":4272,"summary":4273},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort","Divide and Conquer & Mergesort","Divide & Conquer","Divide and conquer breaks a problem into smaller copies of itself, solves\nthem recursively, and stitches the answers together. We meet the paradigm\nthrough mergesort — its merge step, its loop-invariant proof, and the\nrecursion tree that pins its cost at $\\Theta(n\\log n)$ — then count inversions\nwith the same machinery and distill the whole pattern into the master theorem.\n",{"path":4275,"title":4276,"module":4272,"summary":4277},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort","Quicksort","Quicksort sorts in place by partitioning around a pivot and recursing on\neach side. We give Lomuto and Hoare partitioning with a correctness\ninvariant, see why a bad pivot costs $\\Theta(n^2)$ while a balanced one gives\n$\\Theta(n\\log n)$, and prove that randomizing the pivot makes the expected\ncost $\\Theta(n\\log n)$ on every input.\n",{"path":4279,"title":4280,"module":4272,"summary":4281},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection","Linear-Time Selection","Finding the $k$-th smallest element looks like it should require sorting, but\nit does not. Quickselect adapts quicksort's partition to recurse on just one\nside, achieving expected $O(n)$. The median-of-medians algorithm guarantees a\ngood pivot with the groups-of-five trick, pushing the worst case down to a\nprovable $O(n)$.\n",{"path":4283,"title":4284,"module":4272,"summary":4285},"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication","Fast Multiplication","Grade-school multiplication is $\\Theta(n^2)$, yet divide and conquer beats it.\nKaratsuba multiplies $n$-bit integers with three half-size products instead of\nfour, giving $\\Theta(n^{\\log_2 3})$, and Strassen multiplies matrices with\nseven block products instead of eight, giving $\\Theta(n^{\\log_2 7})$. Both\nspend cheap additions to save an expensive multiplication, and the master\ntheorem quantifies the savings.\n",{"path":4287,"title":4288,"module":4289,"summary":4290},"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort","Heaps and Heapsort","Sorting & Order Statistics","A binary heap is a tree we store flat in an array, with index arithmetic\nstanding in for pointers. We build the max-heap property bottom-up in $O(n)$\ntime, sort in place in $\\Theta(n\\log n)$ by repeatedly extracting the maximum,\nand reuse the same structure to implement a priority queue.\n",{"path":4292,"title":4293,"module":4289,"summary":4294},"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds","Lower Bounds for Comparison Sorting","Every sort we have seen runs in $\\Omega(n\\log n)$, and that is no accident.\nModeling a sort as a decision tree of comparisons, we show any such tree must\nhave $n!$ leaves, forcing height $\\ge \\log_2(n!) = \\Omega(n\\log n)$ — a bound\nno comparison sort beats in the worst case, on average, or with randomness.\n",{"path":4296,"title":4297,"module":4289,"summary":4298},"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting","Sorting in Linear Time","The $\\Omega(n\\log n)$ barrier only binds algorithms that compare. By instead\nusing keys as array indices we slip past it: counting sort runs in\n$\\Theta(n+k)$ and is stable, radix sort layers it digit by digit, and bucket\nsort averages $\\Theta(n)$ on uniform data. We see exactly when each applies.\n",{"path":4300,"title":4301,"module":4289,"summary":4302},"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting","External Sorting","When the data dwarfs main memory, the cost that matters is no longer\ncomparisons but block transfers to and from disk. External merge sort sorts\nmemory-sized runs, then folds them together with a heap-driven $k$-way merge in\n$\\Theta(\\log_k(N\u002FM))$ passes. Larger fan-out cuts passes; replacement selection\nbuilds longer runs to cut them further.\n",{"path":4304,"title":4305,"module":4306,"summary":4307},"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures","Elementary Data Structures","Data Structures","Every container is built one of two ways: **contiguous** in an array, or\n**linked** through pointers. We trade cache-friendly random access against\n$O(1)$ splicing, derive the **amortized $O(1)$** append of a doubling dynamic\narray, and assemble the two ordered access disciplines — the LIFO **stack** and\nthe FIFO **queue** (with its generalization, the **deque**) — on top of both.\n",{"path":4309,"title":4310,"module":4306,"summary":4311},"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables","Hash Tables","A hash table implements the dictionary — insert, search, delete — in expected\n$O(1)$ time by scattering keys across an array with a hash function. We build\nup from direct addressing, handle collisions by chaining and by open\naddressing, analyze the load factor $\\alpha$, and see how universal hashing\nachieves its expected-time guarantee against every input.\n",{"path":4313,"title":4314,"module":4306,"summary":4315},"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees","Binary Search Trees","A binary search tree keeps keys ordered so that every operation follows a\nsingle root-to-leaf path. We state the BST property, trace search, insert,\nsuccessor, and all three delete cases on concrete trees, prove the inorder\nwalk sorts, and note the drawback — every operation costs $O(h)$, and a\ncarelessly built tree degrades to height $h = \\Theta(n)$, motivating balance.\n",{"path":4317,"title":4318,"module":4306,"summary":4319},"\u002Falgorithms\u002Fdata-structures\u002Favl-trees","AVL Trees","An AVL tree is the first balanced BST: at every node the two subtrees' heights\ndiffer by at most $1$. A Fibonacci-style minimal-node argument forces height\n$h \\le 1.44\\log_2 n = O(\\log n)$, so search, insert, and delete are all\n$O(\\log n)$. Insertion rebalances with at most one of four rotation cases\n(LL, RR, LR, RL); deletion may rotate all the way to the root.\n",{"path":4321,"title":4322,"module":4306,"summary":4323},"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees","Balanced Search Trees","An ordinary BST can degrade to height $\\Theta(n)$; balanced search trees\nguarantee $h = O(\\log n)$ by maintaining invariants and repairing them after\nevery update. We meet rotations, the local restructuring primitive, then\nred-black trees, whose color invariants force logarithmic height, and finally\nB-trees, which trade tall-and-thin for short-and-wide to win on disk.\n",{"path":4325,"title":4326,"module":4306,"summary":4327},"\u002Falgorithms\u002Fdata-structures\u002Funion-find","Disjoint Sets (Union-Find)","The disjoint-set data structure tracks a partition of elements into groups,\nanswering \"are these two in the same group?\" and merging groups on demand. A\nforest of parent pointers, sped up by union by rank and path compression,\ndrives every operation to near-constant $O(\\alpha(n))$ amortized time — the\nstructure behind connectivity queries and Kruskal's minimum spanning tree.\n",{"path":4329,"title":4330,"module":4306,"summary":4331},"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees","Fenwick & Segment Trees","A prefix-sum array answers a range sum in $O(1)$ but pays $O(n)$ per update;\na plain array updates in $O(1)$ but pays $O(n)$ per range sum. Fenwick and\nsegment trees give us _both_ in $O(\\log n)$. The Fenwick (binary indexed) tree\nis a tiny array keyed by the low bit; the segment tree is a general balanced\ntree over canonical ranges that handles any associative aggregate and, with\nlazy propagation, range updates too.\n",{"path":4333,"title":4334,"module":4306,"summary":4335},"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures","Spatial Data Structures","A balanced BST orders keys on a line, but points in the plane have no single\nnatural order. Quadtrees subdivide space recursively into quadrants; k-d trees\nsplit on alternating coordinates at the median. Both make range and\nnearest-neighbour queries fast by carving the plane into boxes a query can\nprune away. Range trees nest a y-tree in an x-tree for fast orthogonal range\nreporting; interval trees index intervals to answer stabbing queries.\n",{"path":4337,"title":4338,"module":4306,"summary":4339},"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures","Skip Lists & Probabilistic Structures","Balanced trees achieve $O(\\log n)$ with rotations and invariants; randomization\ngives the same bound far more simply. A skip list is a layered linked list whose\nexpress lanes are chosen by coin flips, giving expected $O(\\log n)$ search and\ninsert with no rebalancing. A Bloom filter trades exactness for space: a bit\narray and a few hashes answer set membership with no false negatives and a\ntunable false-positive rate, but cannot delete.\n",{"path":4341,"title":4342,"module":4306,"summary":4343},"\u002Falgorithms\u002Fdata-structures\u002Fb-trees","B-Trees","When data lives on disk, the cost that dominates is block transfers, not\ncomparisons — and a binary tree of a billion keys is thirty reads deep. A\nB-tree of minimum degree $t$ is short and wide: $t-1$ to $2t-1$ keys per node,\nall leaves at one depth, height $O(\\log_t n)$. Insertion splits a full node on\nthe way down and pushes its median up; deletion borrows or merges to keep nodes\nfull enough. High fan-out is what minimizes disk I\u002FO.\n",{"path":4345,"title":4346,"module":4306,"summary":4347},"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms","Data-Stream Algorithms","Most of this course assumes data sits in fast memory, addressable at will.\nExternal sorting relaxed that to a re-readable disk. The streaming model goes\nfurther: items arrive one at a time, are seen once, and must be discarded, with\nonly sublinear, often polylogarithmic, memory. In exchange, the answers are\napproximate and probabilistic. We set up the model, then meet reservoir\nsampling for a uniform sample of an unknown-length stream and Morris counting\nfor an approximate tally in doubly-logarithmic space.\n",{"path":4349,"title":4350,"module":4306,"summary":4351},"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches","Streaming Sketches","Sampling and counting kept a random subset or a single approximate tally.\nSketches go further: fixed, tiny summaries that answer questions about a\nstream's frequencies. We meet the Count–Min sketch for point frequency\nestimation, Misra–Gries for heavy hitters, and HyperLogLog for distinct\ncounts, each trading a controlled error for space that never grows with the\nstream.\n",{"path":4353,"title":4354,"module":4355,"summary":4356},"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows","Two Pointers & Sliding Windows","Sequences & Strings","A family of array idioms that collapse an obvious $O(n^2)$ scan into a single\n$O(n)$ pass by maintaining an invariant as indices move. We meet two pointers\n(converging on a sorted array, and a fast\u002Fslow pair for in-place rewriting)\nand the sliding window (fixed and variable size, amortized $O(n)$). The\ncompanion lesson on prefix sums picks up where the window's positivity\nassumption fails.\n",{"path":4358,"title":4359,"module":4355,"summary":4360},"\u002Falgorithms\u002Fsequences\u002Fprefix-sums","Prefix Sums & Difference Arrays","Prefix sums precompute the running total once so that any range-sum query is a\nsingle subtraction, $P[r{+}1]-P[l]$, in $O(1)$. A hash map of prefix\nfrequencies then counts subarrays summing to $k$ in $O(n)$ — even with negative\nentries, where the sliding window fails. The difference-array dual turns $m$\nrange-adds into $O(m+n)$, and the whole idea lifts to 2-D rectangle sums by\ninclusion–exclusion.\n",{"path":4362,"title":4363,"module":4355,"summary":4364},"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks","Monotonic Stacks & Queues","A **monotonic stack** keeps its contents sorted by popping every element that\nwould break the order before each push — turning a family of \"previous\u002Fnext\ngreater (or smaller) element\" questions into a single $O(n)$ scan. We trace\nthe next-greater-element routine push by push and prove its amortized bound,\nfuse two such scans to measure the **largest rectangle in a histogram** in\nlinear time, extend the idea to a **monotonic deque** that streams the\n**sliding-window maximum** in $O(n)$, and use asymmetric tie-breaking to\ncount **subarray minimums** without double-counting duplicates.\n",{"path":4366,"title":4367,"module":4355,"summary":4368},"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer","Binary Search on the Answer","Binary search locates the boundary of a **monotone predicate** $p(x)$ in\n$O(\\log(\\text{range}))$ probes; sorted arrays are only one instance. We first\nestablish the half-open `while (lo \u003C hi)` template for $\\textsc{lower\\_bound}$\nand $\\textsc{upper\\_bound}$, then generalize to \"binary search on the answer\":\nwhenever feasibility is monotone in a numeric parameter, we binary search the\nparameter itself, calling a feasibility check at each step.\n",{"path":4370,"title":4371,"module":4355,"summary":4372},"\u002Falgorithms\u002Fsequences\u002Fstring-matching","String Matching: Naive & Rabin–Karp","Given a text $T$ of length $n$ and a pattern $P$ of length $m$, find every\noccurrence of $P$ in $T$. The naive scan costs $O(nm)$ and re-reads text it has\nalready seen. Rabin–Karp fixes the first inefficiency with a **rolling hash**:\neach length-$m$ window is summarized by one number, updated in $O(1)$ per slide,\nverified on a hash match to kill collisions, for expected $O(n+m)$. A companion\nlesson removes the re-reading entirely with KMP and the Z-function.\n",{"path":4374,"title":4375,"module":4355,"summary":4376},"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function","String Matching: KMP & the Z-Function","Two linear-time matchers that beat Rabin–Karp's expected bound with a\nworst-case guarantee and no randomness. KMP precomputes a **failure function**\n$\\pi$ so a mismatch slides the pattern by $q-\\pi[q-1]$ and the text pointer\nnever backs up, for $O(n+m)$. The **Z-function** computes the longest\nprefix-match at every position via the Z-box, giving the same bound from a\ndifferent angle; the two encodings of a string's self-overlap convert freely.\n",{"path":4378,"title":4379,"module":4355,"summary":4380},"\u002Falgorithms\u002Fsequences\u002Ftries","Tries & Prefix Trees","A **trie** stores a set of strings in a tree keyed by _characters_, so that\ninsert, search, delete, and prefix-test all run in $O(L)$ time — the length\nof the key, _independent of how many keys are stored_. Shared prefixes are\nstored once, which makes tries the natural structure for autocomplete,\nwildcard dictionaries, board word-search, and — over the alphabet $\\{0,1\\}$\n— the maximum-XOR-pair problem. Radix (Patricia) trees compress the chains.\n",{"path":4382,"title":4383,"module":4355,"summary":4384},"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick","Suffix Arrays, LCP & Aho–Corasick","A **suffix array** sorts all $n$ suffixes of a string, indexing every substring\nat once; built in $O(n\\log n)$, it locates a pattern by binary search in\n$O(m\\log n)$. Its companion **LCP array** (Kasai's $O(n)$ algorithm) counts\ndistinct substrings and finds the longest repeated substring. **Aho–Corasick**\ngeneralises KMP to a whole dictionary: a trie of patterns plus failure links\nscans the text once in $O(\\text{text} + \\text{matches})$ to report every\noccurrence of every pattern. Manacher's algorithm finds all palindromic\nsubstrings in $O(n)$.\n",{"path":4386,"title":4387,"module":4388,"summary":4389},"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal","Graph Representations and Traversal","Graphs","A graph captures _relationships_ — who connects to whom. We fix the\nvocabulary, weigh the two standard representations (adjacency list versus\nmatrix), then meet the single search skeleton behind everything that follows:\nWhatever-First-Search, and its breadth-first reading, which finds shortest\npaths by number of edges in $O(V + E)$.\n",{"path":4391,"title":4392,"module":4388,"summary":4393},"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search","Depth-First Search","Swap BFS's queue for a stack and the search plunges instead of fanning out.\nDepth-first search stamps every vertex with discovery and finish times that\nnest like parentheses, classifies each edge as tree, back, forward, or cross,\nand — through the back edge — decides in one pass whether a graph has a cycle.\nThese timestamps underpin topological sort, strong\nconnectivity, and the rest of this module.\n",{"path":4395,"title":4396,"module":4388,"summary":4397},"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc","Topological Sort and Strong Connectivity","Directed acyclic graphs model dependencies: tasks that must precede other\ntasks. A _topological order_ lays such a graph out in a line so every edge\npoints forward, and depth-first finish times yield one almost for free.\nWe then ask the harder question for graphs _with_ cycles: which vertices can\nreach each other? The answer is the strongly connected components, found by a\ntwo-pass DFS.\n",{"path":4399,"title":4400,"module":4388,"summary":4401},"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees","Minimum Spanning Trees","Given a weighted network, how do we connect everything as cheaply as possible?\nThe answer is a minimum spanning tree, and one lemma — the cut property —\njustifies _every_ correct MST algorithm. We prove the cut and cycle\nproperties by exchange arguments, use them to settle uniqueness, and meet the\noldest MST algorithm, Borůvka's, whose parallel component-merging rounds fall\nstraight out of the cut rule.\n",{"path":4403,"title":4404,"module":4388,"summary":4405},"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim","Kruskal and Prim","The two minimum-spanning-tree algorithms you will actually implement.\nKruskal grows a forest edge by edge, cheapest first, using a union-find\nstructure to reject cycle-closing edges; Prim grows one tree outward from a\nroot with a priority queue, exactly Dijkstra rekeyed by attachment cost. Both\ntraced in full on a nine-town graph, with the edge cases, the bottleneck\nproperty, and where each one wins.\n",{"path":4407,"title":4408,"module":4388,"summary":4409},"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths","Shortest Paths","Finding the cheapest route through a weighted network is one of the most-used\nalgorithms in computing, and a single operation — _relaxation_ — underlies\nevery method. We build the primitive, prove the triangle inequality and\noptimal substructure that make it work, then meet Dijkstra's algorithm: the\ngreedy solution for non-negative weights, traced vertex by vertex, with the\ncut argument that proves each extraction is final.\n",{"path":4411,"title":4412,"module":4388,"summary":4413},"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights","All-Pairs and Negative Weights","Dijkstra's greedy schedule breaks the moment an edge goes negative. We give it\nup for dynamic programming: Bellman-Ford derived as a DP over edge budgets,\nwith its negative-cycle detector, and Floyd-Warshall computing the distance\nbetween _every_ pair of vertices via a DP over which vertices a path may pass\nthrough. We close with Johnson's algorithm and the arbitrage problems that\nnegative cycles encode.\n",{"path":4415,"title":4416,"module":4388,"summary":4417},"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow","Network Flow","How much can flow through a network from source to sink? We build flow\nnetworks with capacity and conservation constraints, increase a flow by\npushing along augmenting paths in the residual graph, and see how reverse\nedges let the algorithm undo earlier routing. Ford-Fulkerson and its BFS refinement\nEdmonds-Karp find a maximum flow, traced end to end on a worked network.\n",{"path":4419,"title":4420,"module":4388,"summary":4421},"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut","Max-Flow Min-Cut and Applications","Why is the flow found when no augmenting path remains actually optimal? The\nanswer is a duality theorem: the maximum flow equals the minimum cut. We prove\nit, read the minimum cut off the final residual graph, then derive bipartite\nmatching and a catalog of modeling reductions from the flow\nabstraction — before touching the modern algorithms that supersede\nEdmonds-Karp.\n",{"path":4423,"title":4424,"module":4388,"summary":4425},"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points","Bridges & Articulation Points","A **bridge** is an edge whose removal disconnects the graph; an **articulation\npoint** is a vertex whose removal does. Both are single points of failure in a\nnetwork. A single depth-first search computes discovery times and **low-links**,\nand two local criteria — $low[v] > disc[u]$ for bridges, $low[v] \\ge disc[u]$\nfor cut vertices — find them all in $O(V+E)$.\n",{"path":4427,"title":4428,"module":4388,"summary":4429},"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor","Lowest Common Ancestor & Binary Lifting","Given a rooted tree, the lowest common ancestor of $u$ and $v$ is the deepest\nnode that is an ancestor of both. A naive walk answers one query in $O(h)$;\n**binary lifting** precomputes the $2^k$-th ancestor of every node in\n$O(n\\log n)$, then answers $k$-th-ancestor and LCA queries in $O(\\log n)$ each.\nWe derive both jumps, apply them to tree distance, and compare against the\nEuler-tour + RMQ and Tarjan offline alternatives.\n",{"path":4431,"title":4432,"module":4388,"summary":4433},"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat","2-SAT via Implication Graphs","A boolean formula whose every clause has exactly two literals can be solved in\n_linear_ time — even though its three-literal cousin is NP-complete. The idea\nis to read each clause as a pair of implications, build a directed graph on the\n$2n$ literals, and ask a question we already know how to answer: which literals\nshare a strongly connected component? The formula is satisfiable iff no variable\nlands in the same SCC as its own negation, and the SCCs' topological order\nyields a satisfying assignment for free.\n",{"path":4435,"title":4436,"module":4388,"summary":4437},"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours","Eulerian Tours","An **Eulerian tour** uses every _edge_ of a graph exactly once. We give the\nexact parity and balance conditions under which one exists (even degree\nfor undirected graphs, in-degree equal to out-degree for directed) and Hierholzer's\n$O(E)$ algorithm that constructs one by splicing closed sub-tours. We contrast\nthis sharply with the **Hamiltonian** problem (visit every _vertex_ once),\nwhich is NP-complete: visiting edges is easy, visiting vertices is hard.\n",{"path":4439,"title":4440,"module":4388,"summary":4441},"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching","Bipartite Matching","Pairing applicants to jobs, students to slots, files to disks: all are\n**maximum bipartite matching**. We solve it combinatorially with **augmenting\npaths** (Kuhn's algorithm, $O(VE)$), speed it up to $O(E\\sqrt V)$ with\n**Hopcroft–Karp**, and uncover the structure behind it — **König's theorem**\n(max matching equals min vertex cover) and **Hall's marriage theorem** (a\nperfect matching exists iff every set has enough neighbors).\n",{"path":4443,"title":4444,"module":4445,"summary":4446},"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method","The Greedy Method","Greedy Algorithms","A greedy algorithm builds a solution one locally-best choice at a time and\nnever looks back. We isolate the two properties that make this work — the\ngreedy-choice property and optimal substructure — prove the canonical\nactivity-selection algorithm correct with an exchange argument, watch greedy\nfail on the 0\u002F1 knapsack, and glimpse matroids as the theory\nthat says exactly when the greedy method is optimal.\n",{"path":4448,"title":4449,"module":4445,"summary":4450},"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals","Scheduling & Interval Partitioning","Three classic scheduling problems all yield to greedy algorithms — and all\nthree turn on a single design decision: which key to sort by. Interval\nscheduling sorts by **finish** time to pack the most compatible jobs;\ninterval partitioning sorts by **start** time and proves the rooms needed\nequal the maximum overlap **depth**; minimizing maximum lateness sorts by\n**deadline** and is justified by an adjacent-swap exchange argument.\n",{"path":4452,"title":4453,"module":4445,"summary":4454},"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes","Huffman Codes","Huffman coding builds a\nprovably optimal prefix-free binary code by repeatedly merging the two least\nfrequent symbols. We develop prefix-free codes as binary trees, give the\nalgorithm with a priority queue, build a Huffman tree from example\nfrequencies, prove optimality with the same greedy-choice-plus-substructure\nargument, and pin the running time at $O(n\\log n)$.\n",{"path":4456,"title":4457,"module":4445,"summary":4458},"\u002Falgorithms\u002Fgreedy\u002Fmatroids","Matroids & Exchange Arguments","The capstone of the greedy module: _why_ and _when_ a greedy algorithm is\nprovably optimal. We recap the two correctness templates — **greedy-stays-ahead**\nand the **exchange argument** — then meet the **matroid** $M=(S,\\mathcal{I})$, an\nabstraction whose **exchange property** is the structure greedy needs.\nThe matroid–greedy theorem says sorting by weight and taking what stays\nindependent yields a maximum-weight basis _if and only if_ the structure is a\nmatroid. Kruskal's MST is the canonical instance; 0\u002F1 knapsack and TSP are the\ncanonical failures.\n",{"path":4460,"title":4461,"module":4445,"summary":4462},"\u002Falgorithms\u002Fgreedy\u002Fstable-matching","Stable Matching (Gale–Shapley)","Two sides each rank the other; we want a matching with no **blocking pair** — no\ntwo participants who both prefer each other to their assigned partners. The\n**Gale–Shapley deferred-acceptance** algorithm has proposers propose in\npreference order while receivers tentatively hold the best offer so far. We prove\nit terminates in $\\O(n^2)$ proposals, returns a **perfect** matching, and that\nthe matching is **stable**. A sharper asymmetry follows: deferred acceptance is\n**proposer-optimal** and **receiver-pessimal**, the structural fact behind the\nresidency match and school-choice systems.\n",{"path":4464,"title":4465,"module":4466,"summary":4467},"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples","Principles of Dynamic Programming","Dynamic Programming","Dynamic programming is recursion with memory: when a recursive solution\nre-solves the same subproblems again and again, we solve each one once and\nstore the answer. We identify the two structural conditions that make this\nwork — overlapping subproblems and optimal substructure — contrast top-down\nmemoization with bottom-up tabulation, and distil the whole method into a\nfive-step recipe.\n",{"path":4469,"title":4470,"module":4466,"summary":4471},"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp","Sequence Alignment & LCS","Two strings can be compared by how much of one appears inside the\nother. The longest common subsequence (LCS) and edit distance are the two\nclassic measures, and they are the _same_ dynamic program with different\ncosts. We derive the LCS recurrence by examining the last characters, fill a\nworked DP table, reconstruct the subsequence, and then show edit distance as\nthe identical $\\Theta(mn)$ pattern.\n",{"path":4473,"title":4474,"module":4466,"summary":4475},"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence","Longest Increasing Subsequence","Given a sequence of numbers, how long is its longest strictly increasing\nsubsequence? A first dynamic program indexes subproblems by the element each\nsubsequence _ends at_, giving an $O(n^2)$ solution with parent-pointer\nreconstruction. A sharper idea, the patience-sorting _tails_ array searched by\nbinary search, drops the time to $O(n\\log n)$. We then fold in the\nvariants: non-decreasing, counting, Russian-doll envelopes, and bitonic.\n",{"path":4477,"title":4478,"module":4466,"summary":4479},"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack","Knapsack & Subset Problems","We start from $\\textsc{Subset-sum}$ — does some sublist hit a target $t$? — and its\ninclude\u002Fexclude recurrence over a boolean table $A(i, u)$, then bolt on values\nto get 0\u002F1 knapsack as the same machine with $\\lor$ promoted to $\\max$. We fill\nboth tables, recover the chosen items, and confront the surprise that the\n$\\Theta(nt)$ running time is only _pseudo-polynomial_ — exponential in the bit\nlength $b$, and unimprovable unless $\\mathrm{P}=\\mathrm{NP}$ since subset-sum is\n$\\textsc{NP-complete}$. The fractional variant reveals the sharp line between greedy\nand dynamic programming.\n",{"path":4481,"title":4482,"module":4466,"summary":4483},"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded","Coin Change & Unbounded Knapsack","The previous lesson let each item be taken at most once. Drop that cap — items\nmay be reused _any number of times_ — and the 0\u002F1 knapsack collapses from a\ntwo-dimensional table to a one-dimensional one, because there is no longer a\nprefix of \"already-used\" items to track. We meet **unbounded knapsack**, then\nits most famous instance, **coin change**: the minimum-coins recurrence\n$C[a] = 1 + \\min_c C[a-c]$, and the counting variant where the _order of the\nloops_ decides whether you count unordered combinations or ordered sequences —\nthe classic bug. Greed fails in general but works for canonical coin systems.\n",{"path":4485,"title":4486,"module":4466,"summary":4487},"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp","Interval DP","Many problems ask for the best way to combine a contiguous range of items, and\nthe answer is a dynamic program over subintervals $[i,j]$ that chooses a split\npoint $k$. We derive the pattern from matrix-chain multiplication —\nparenthesising a product to minimize scalar multiplications in $O(n^3)$ — distil\nit into a reusable template filled by increasing interval length, and then meet\nits sharpest variant: the \"last operation\" trick behind Burst Balloons and\ncutting a stick, where fixing the _last_ move (not the first) makes the two\nsides independent.\n",{"path":4489,"title":4490,"module":4466,"summary":4491},"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp","Dynamic Programming on Trees","When the subproblems of a dynamic program are _rooted subtrees_, a single\npost-order DFS solves the whole thing in $O(n)$: each node combines the\nalready-computed answers of its children. We meet the archetype — maximum-weight\nindependent set on a tree — then the \"path through a node\" pattern behind tree\ndiameter and maximum path sum, and finally **rerooting**, which computes a\nper-node answer for _every_ node as root in $O(n)$ with two passes.\n",{"path":4493,"title":4494,"module":4466,"summary":4495},"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp","Bitmask DP","When a subproblem depends not on an index or a prefix but on _which subset_ of\na small ground set has been used, we can encode that subset as the bits of an\ninteger and index a DP table by it. With $n \\le \\sim 20$ the $2^n$ subsets fit\nin a table, turning $\\Theta(n!)$ brute force into $O(2^n \\cdot \\text{poly}(n))$.\nWe meet the bit tricks, the Held–Karp TSP archetype, assignment by mask,\nsubset-sum partitioning, and submask enumeration with its $3^n$ bound.\n",{"path":4497,"title":4498,"module":4466,"summary":4499},"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations","DP Optimizations","A correct DP recurrence is only half the battle; its naive evaluation is often\na factor of $n$ slower than necessary. This capstone surveys five techniques,\nmonotonic-queue, the convex hull trick, divide-and-conquer optimization,\nKnuth's optimization, and SOS DP, that each exploit _structure in the\ntransition_ (a sliding window, linear costs, monotone optimal splits, the\nquadrangle inequality, or subset lattices) to shave an $O(n)$, $O(\\log n)$, or\nworse factor off the running time.\n",{"path":4501,"title":4502,"module":4466,"summary":4503},"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs","Dynamic Programming on Graphs","Many graph algorithms are dynamic programs: the subproblem is the\n_best value reachable under a restricted resource_ — intermediate vertices\nallowed, edges allowed, or a topological prefix — and edge _relaxation_ is the\nDP transition. We frame Floyd–Warshall as the archetype ($O(V^3)$ all-pairs\nshortest paths), Bellman–Ford as a DP over path length (the at-most-$K$-stops\nvariant), DAG-DP in topological order ($O(V+E)$), and Warshall's transitive\nclosure as the boolean analog.\n",{"path":4505,"title":4506,"module":4466,"summary":4507},"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp","Digit & Probability DP","Two DP patterns with unusual state. _Digit DP_ counts the\nintegers in a range $[L, R]$ that satisfy a digit constraint by walking the\ndecimal places of the bound, carrying a _tight_ flag that marks when the prefix\nstill equals the bound's. _Probability\u002FExpectation DP_ replaces \"best value\" with\n\"expected value,\" using linearity of expectation to make each state an\naverage over its weighted transitions — the natural tool for expected step\ncounts and absorbing Markov chains.\n",{"path":4509,"title":4510,"module":4511,"summary":4512},"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals","Backtracking: Subsets, Permutations & Combinations","Backtracking & Search","Backtracking builds a solution one choice at a time and abandons a partial\nsolution the moment it cannot be completed, exploring a state-space tree by\ndepth-first search. We meet the universal choose\u002Fexplore\u002Fun-choose template,\nderive the canonical enumerations — subsets ($2^n$), permutations ($n!$), and\ncombinations ($\\binom{n}{k}$) — handle duplicate elements by skipping equal\nsiblings, and see how pruning turns an exponential search into a tractable one.\n",{"path":4514,"title":4515,"module":4511,"summary":4516},"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search","Constraint Search: N-Queens & Sudoku","Many hard puzzles are **constraint satisfaction problems**: assign each\nvariable a value from its domain so that every constraint holds. Backtracking\nsolves them by assigning variables one at a time and rejecting a partial\nassignment the instant a constraint breaks. We make the rejection cheap — $O(1)$\nconflict checks for N-Queens via column and diagonal sets — and prune harder\nwith **forward checking**, **MRV** ordering, and **constraint propagation**,\nwhich is what lets an exponential search actually finish.\n",{"path":4518,"title":4519,"module":4511,"summary":4520},"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound","Branch & Bound and Meet in the Middle","Plain backtracking prunes a search tree by _feasibility_; for _optimization_\nproblems we can prune far more aggressively by _value_. **Branch and bound**\nkeeps the best complete solution found so far and discards any partial solution\nwhose optimistic bound cannot beat it. **Meet in the middle** splits the\ninstance in two, enumerates each half, and recombines by binary search — turning\n$2^n$ into $O(2^{n\u002F2}\\,n)$ and pushing exact search out to $n \\approx 40$.\n",{"path":4522,"title":4523,"module":4511,"summary":4524},"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking","Graph Backtracking: m-Coloring & Hamiltonian Paths","Two famous graph problems have no known efficient algorithm, yet yield cleanly\nto backtracking with the right pruning. **Graph $m$-coloring** assigns one of\n$m$ colors to each vertex so no edge is monochromatic; we color vertices in turn\nand reject a color the instant a neighbor already has it. **Hamiltonian\npath\u002Fcycle** asks for a walk visiting every vertex exactly once; we extend a path\ngreedily and backtrack on dead ends. Both are NP-complete, so the worst case is\nexponential — but feasibility pruning and good vertex ordering make real\ninstances tractable, and the contrast with the easy Eulerian condition shows why.\n",{"path":4526,"title":4527,"module":4528,"summary":4529},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics","Number Theory: GCD & Modular Arithmetic","Mathematical Algorithms","This lesson opens the mathematical-algorithms module with the bedrock of\ncomputational number theory. We prove Euclid's recurrence\n$\\gcd(a,b)=\\gcd(b,\\,a\\bmod b)$ and its $O(\\log\\min(a,b))$ running time, extend\nit to recover Bézout coefficients $x,y$ with $ax+by=\\gcd(a,b)$, and build\nmodular arithmetic on residue classes — including when a modular inverse\n$a^{-1}\\bmod m$ exists and how to compute it.\n",{"path":4531,"title":4532,"module":4528,"summary":4533},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality","Modular Exponentiation & Primality","Computing $a^n \\bmod m$ naively costs $n$ multiplications; **repeated squaring**\ndoes it in $O(\\log n)$ by reading the bits of the exponent. We use this routine\nto state **Fermat's little theorem** (and the modular inverse it gives), then to\ntest primality — trial division, the probabilistic **Fermat** and **Miller–Rabin**\ntests, and the deterministic witness set that settles primality for every 64-bit\nnumber.\n",{"path":4535,"title":4536,"module":4528,"summary":4537},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization","Sieves & Factorization","The previous lesson tested one number for primality; here we ask for _all_\nprimes up to $n$ at once. The **sieve of Eratosthenes** cross-cuts composites\nin $O(n\\log\\log n)$, and a **linear sieve** does it in $O(n)$ while recording\neach number's **smallest prime factor**, which then factors any $x \\le n$ in\n$O(\\log x)$. From a factorization $x = \\prod p_i^{e_i}$ the multiplicative\nfunctions $\\tau$, $\\sigma$, and Euler's totient $\\varphi$ fall out immediately.\n",{"path":4539,"title":4540,"module":4528,"summary":4541},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics","Combinatorics & Counting","Counting is the arithmetic of finite sets. We build up from permutations\n$n!$ and combinations $\\binom{n}{k}$, prove Pascal's rule by a bijection,\nand count multisets with stars and bars. The practical core is computing\n$\\binom{n}{k}\\bmod p$ in $O(1)$ from precomputed factorials and inverse\nfactorials. We close with inclusion–exclusion and the Chinese Remainder\nTheorem, both of which lean on the modular inverse from the previous lesson.\n",{"path":4543,"title":4544,"module":4528,"summary":4545},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation","Matrix Exponentiation","A linear recurrence advances by a fixed linear rule, so one step is a\n**matrix–vector** product and $n$ steps are a **matrix power**. Packaging\nFibonacci, and any $k$-term recurrence, into a transition matrix lets us jump\nto the $n$-th term in $O(k^3 \\log n)$ by **exponentiation by squaring** — the\nsame doubling trick from modular exponentiation, now over matrices.\n",{"path":4547,"title":4548,"module":4528,"summary":4549},"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform","Fast Fourier Transform","Multiplying two degree-$n$ polynomials by the schoolbook method costs\n$\\Theta(n^2)$. Evaluating them at the **$n$-th roots of unity** turns\nmultiplication into pointwise products, and the **Cooley–Tukey FFT** computes\nall those evaluations in $\\Theta(n\\log n)$ by splitting even and odd\ncoefficients. The inverse FFT interpolates back, giving $\\Theta(n\\log n)$\npolynomial and big-integer multiplication.\n",{"path":4551,"title":4552,"module":4528,"summary":4553},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent","Numerical Optimization and Gradient Descent","Most of this course chases **discrete** optima over finite structures; here the\nsearch space is **continuous** and the objective $f$ is differentiable. The\n**gradient** points uphill, so stepping against it —\n$x_{t+1} = x_t - \\eta\\,\\nabla f(x_t)$ — walks downhill. **Convexity** makes every\nlocal minimum global; for convex $L$-smooth $f$ gradient descent converges at\n$O(1\u002Ft)$, and **geometrically** under strong convexity. **Newton's method** uses\nthe Hessian for local quadratic convergence, and **bisection** is the robust\nbracketing fallback for roots.\n",{"path":4555,"title":4556,"module":4557,"summary":4558},"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives","Geometric Primitives & Orientation","Computational Geometry","Computational geometry is built on a single reliable primitive — the\n**orientation test**, a sign of a cross product that tells whether three points\nturn left, right, or lie collinear. From points-as-vectors and the dot and\ncross products we derive orientation, segment intersection, the shoelace area\nformula, and point-in-polygon tests, keeping all arithmetic **exact and\ninteger** so that no floating-point rounding can corrupt a sign.\n",{"path":4560,"title":4561,"module":4557,"summary":4562},"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull","Convex Hull","The convex hull is the smallest convex polygon enclosing a point set — the\nrubber band snapped around the nails. We build it with Andrew's monotone chain,\nsorting by $(x,y)$ and sweeping a lower and upper hull while popping any\nnon-left turn via the orientation primitive, in $O(n\\log n)$. A reduction from\nsorting shows that bound is optimal, and the hull yields diameter, smallest\nenclosing rectangle, and more through rotating calipers.\n",{"path":4564,"title":4565,"module":4557,"summary":4566},"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line","Sweep-Line Algorithms","The plane-sweep paradigm turns a static $2$-D geometry problem into a dynamic\n$1$-D ordered-set problem: a vertical line sweeps left to right, stopping at an\n$x$-sorted **event queue** while a balanced-BST **status structure** tracks the\nobjects it currently crosses, ordered by $y$. We derive Bentley–Ottmann segment\nintersection in $O((n+k)\\log n)$, recover closest-pair in $O(n\\log n)$, and\nreduce skyline, rectangle-area, and overlap problems to $\\pm1$ event sweeps.\n",{"path":4568,"title":4569,"module":4557,"summary":4570},"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity","Polygons & Proximity","Four classics that live on top of the orientation primitive and the convex\nhull. **Closest pair** falls to divide-and-conquer in $\\Theta(n\\log n)$, where a\npacking argument caps the cross-boundary combine at seven neighbours per point.\n**Point-in-polygon** is the ray-casting parity test or the winding-number count\nthat also handles self-intersecting boundaries, both with their edge caveats. The **shoelace formula**\ngives signed area as a sum of cross products, and **rotating calipers** walk the\nhull to read off diameter and width in $O(n)$.\n",{"path":4572,"title":4573,"module":4574,"summary":4575},"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions","P, NP, and Reductions","Intractability","Most problems we have met so far have fast algorithms. A vast and important\nfamily seemingly does not. This lesson builds the vocabulary for that\ndivide: decision problems, the class $\\mathsf{P}$ of problems we can solve\nquickly, the class $\\mathsf{NP}$ of problems whose solutions we can _check_\nquickly, and polynomial-time reductions, the tool that lets us compare the\ndifficulty of two problems without solving either.\n",{"path":4577,"title":4578,"module":4574,"summary":4579},"\u002Falgorithms\u002Fintractability\u002Fnp-completeness","NP-Completeness","Some problems in $\\mathsf{NP}$ are universally hardest: every other problem\nin $\\mathsf{NP}$ reduces to them. This lesson defines $\\mathsf{NP}$-hard and\n$\\mathsf{NP}$-complete, states the Cook–Levin theorem that anchors the\ntheory on **SAT**, walks the web of reductions that grows from it, and gives\nthe four-step recipe for proving a brand-new problem $\\mathsf{NP}$-complete.\n",{"path":4581,"title":4582,"module":4574,"summary":4583},"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness","Coping with NP-Hardness","An $\\mathsf{NP}$-hardness proof rules out an exact polynomial-time algorithm,\nnot the need for answers. This lesson surveys four practical responses to\nhardness: approximation algorithms with a provable ratio (worked through a\n2-approximation for vertex cover), heuristics and local search, exact\nexponential methods like branch and bound, and exploiting special structure\nin the instances you actually face.\n",{"path":4585,"title":4586,"module":4574,"summary":4587},"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms","Approximation Algorithms","When a problem is $\\mathsf{NP}$-hard we can still ask for a solution\nprovably close to optimal. This lesson makes the approximation ratio\n$\\rho$ precise, separates absolute from relative guarantees, and proves the\nratios of four classic algorithms: greedy set cover ($H_n \\approx \\ln n$),\nthe MST-doubling $2$-approximation for metric TSP, load balancing, and the\nknapsack FPTAS. It closes with the hierarchy PTAS \u002F FPTAS and the limits of\ninapproximability.\n",{"path":4589,"title":4590,"module":6,"summary":6},"\u002Falgorithms","Algorithms",{"path":4592,"title":4593,"module":4594,"summary":4595},"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models","Functions and Mathematical Models","Limits and Continuity","A function assigns exactly one output to each input and can be presented four ways: verbally, numerically, graphically, or by a formula. The elementary families — linear, polynomial, power, rational, trigonometric, exponential — model most elementary phenomena, and transformation, combination, and composition build every other function from them.\n",{"path":4597,"title":4598,"module":4594,"summary":4599},"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function","The Limit of a Function","The tangent and velocity problems both ask for a value a ratio approaches but never reaches — the limit. Its intuitive two-sided form splits into one-sided limits that must agree; a limit fails to exist when they disagree or when the function grows without bound, the latter producing a vertical asymptote.\n",{"path":4601,"title":4602,"module":4594,"summary":4603},"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition","Limit Laws and the ε–δ Definition","The Limit Laws reduce a limit to arithmetic on simpler limits, and direct substitution settles polynomials and rational functions outright. The 0\u002F0 forms that resist substitution yield to algebra or the Squeeze Theorem, and the ε–δ definition makes \"arbitrarily close\" precise as a pair of quantified inequalities.\n",{"path":4605,"title":4606,"module":4594,"summary":4607},"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity","Continuity","A function is continuous at a point when its limit there equals its value, so the graph has no break. Continuity fails in three geometric ways; it is closed under arithmetic and composition, so the elementary families and their combinations are continuous; and on a closed interval it forces the Intermediate Value Theorem, which locates roots.\n",{"path":4609,"title":4610,"module":4611,"summary":4612},"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change","The Derivative and Rates of Change","Derivatives","A single limit with three readings: the slope of the tangent line, the instantaneous velocity of a moving object, and the rate of change of one quantity with respect to another. Built from the difference quotient, extended from a value at one point to a function of x, and undefined exactly where a corner, jump, or vertical tangent appears.\n",{"path":4614,"title":4615,"module":4611,"summary":4616},"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule","Differentiation Rules and the Chain Rule","Computing every derivative from the limit definition is tedious. A short list of rules — power, constant multiple, sum, product, quotient — differentiates any polynomial or rational function by inspection. The trigonometric derivatives follow from one limit, and the chain rule extends everything to composite functions by multiplying rates along the composition.\n",{"path":4618,"title":4619,"module":4611,"summary":4620},"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates","Implicit Differentiation and Related Rates","Not every curve is the graph of y = f(x). Implicit differentiation finds a slope from an equation in x and y directly, treating y as an unknown function and differentiating both sides. The same chain-rule idea drives related rates, where one measured rate of change forces another through a geometric constraint, and interprets the derivative as a rate across the sciences.\n",{"path":4622,"title":4623,"module":4611,"summary":4624},"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials","Linear Approximations and Differentials","A differentiable curve looks like its tangent line under enough magnification, so the tangent is a usable stand-in for the function near the point of contact. The linear approximation and its linearization, written in the language of differentials dy and dx, estimate both function values and the measurement error propagated into a computed quantity.\n",{"path":4626,"title":4627,"module":4628,"summary":4629},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem","Extrema and the Mean Value Theorem","Applications of Derivatives","Absolute and local extrema, the Extreme Value Theorem that guarantees them, and Fermat's Theorem pinning candidates to critical numbers. The Closed Interval Method turns the search for extrema into a finite checklist. Rolle's Theorem and the Mean Value Theorem then connect a function's values to its derivative, giving the tool that most of differential calculus rests on.\n",{"path":4631,"title":4632,"module":4628,"summary":4633},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph","How Derivatives Shape a Graph","The sign of the first derivative fixes where a function rises and falls, and a sign change identifies each local extremum through the First Derivative Test. The second derivative sets concavity and inflection points and gives a faster Second Derivative Test. Limits at infinity describe end behavior and the horizontal asymptotes a curve settles toward.\n",{"path":4635,"title":4636,"module":4628,"summary":4637},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization","Curve Sketching and Optimization","A checklist that synthesizes domain, symmetry, asymptotes, monotonicity, extrema, and concavity into a hand sketch of any function, plus the slant asymptote for rational functions whose degree exceeds the denominator's. The same extremum machinery, applied to a word problem, becomes the optimization template: model one quantity, reduce it to a function of a single variable, and find its absolute extremum.\n",{"path":4639,"title":4640,"module":4628,"summary":4641},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives","Newton's Method and Antiderivatives","Newton's method solves $f(x) = 0$ by repeatedly replacing the curve with its tangent line and jumping to the tangent's root, converging fast when it works and diverging when the derivative is small. Antiderivatives reverse differentiation: every antiderivative of a function differs from another by a constant, so the general antiderivative is a family of parallel curves, pinned to one by an initial condition.\n",{"path":4643,"title":4644,"module":4645,"summary":4646},"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral","Area and the Definite Integral","Integrals","The area under a curve is defined as a limit of sums of rectangle areas. The same limit — a Riemann sum taken as the mesh shrinks to zero — defines the definite integral, a single number measuring signed area, total distance, and every accumulated quantity built the same way. Its properties, comparison bounds, and reading as net area follow directly from the limit.\n",{"path":4648,"title":4649,"module":4645,"summary":4650},"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus","The Fundamental Theorem of Calculus","Differentiation and integration are inverse operations. Part 1 says the derivative of an area-accumulation function is the integrand; Part 2 says a definite integral equals the change in any antiderivative across the interval. Together they replace limits of Riemann sums with antiderivative lookups, define the indefinite integral, and give the Net Change Theorem for rates.\n",{"path":4652,"title":4653,"module":4645,"summary":4654},"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule","The Substitution Rule","Substitution runs the Chain Rule backward: spotting an inner function whose derivative also appears in the integrand lets the variable change to $u$ and collapse a composite integral to a simple one. The rule applies to indefinite and definite integrals, with two ways to handle the limits, and it yields the symmetry shortcuts that double even integrands and vanish odd ones.\n",{"path":4656,"title":4657,"module":4658,"summary":4659},"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes","Areas Between Curves and Volumes","Applications of Integration","A definite integral computes any quantity that a limit of Riemann sums approximates. Applied to geometry it gives the area between two curves and the volume of a solid: by cross-sections, by disks and washers when the region is revolved, and by cylindrical shells when inverting the boundary is awkward.\n",{"path":4661,"title":4662,"module":4658,"summary":4663},"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length","Work, Average Value, Arc Length, and Surface Area","The work done by a force that varies with position, the average value of a function and the Mean Value Theorem it satisfies, the length of a curve, and the area of a surface swept out by revolving that curve. Each is a limit of Riemann sums, hence a definite integral.\n",{"path":4665,"title":4666,"module":4658,"summary":4667},"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability","Applications to Physics, Economics, and Probability","Definite integrals in physics, economics, and statistics: the force a fluid exerts on a submerged plate, the balance point of a plane region, the money consumers save at a market price, and the probability that a continuous random variable lands in an interval, together with its mean.\n",{"path":4669,"title":4670,"module":4671,"summary":4672},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials","Inverse Functions, Logarithms, and Exponentials","Exponential, Logarithmic, and Inverse Functions","A one-to-one function has an inverse that reverses it, with a graph mirrored across y = x and a derivative given by the reciprocal-slope rule. The exponential e^x is its own derivative and the natural logarithm has derivative 1\u002Fx; logarithmic differentiation turns products, quotients, and variable powers into sums.\n",{"path":4674,"title":4675,"module":4671,"summary":4676},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions","Growth, Decay, Inverse Trigonometric, and Hyperbolic Functions","Any quantity whose rate of change is proportional to its size grows or decays exponentially, the single equation y' = ky behind populations, radioactive decay, cooling, and continuously compounded interest. The inverse trigonometric functions have algebraic derivatives, and the hyperbolic functions, built from e^x and e^{-x}, describe the hanging cable.\n",{"path":4678,"title":4679,"module":4671,"summary":4680},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule","Indeterminate Forms and l'Hospital's Rule","When a limit produces 0\u002F0 or infinity over infinity, the value is undetermined by the forms alone. l'Hospital's Rule resolves both by replacing the ratio of functions with the ratio of their derivatives. Products, differences, and powers reduce to a quotient the rule can handle, and repeated use ranks the growth of logarithms, powers, and exponentials.\n",{"path":4682,"title":4683,"module":4684,"summary":4685},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts","Integration by Parts","Techniques of Integration","The product rule for derivatives reverses into integration by parts, trading the integral of $u\\,\\d v$ for the integral of $v\\,\\d u$ whenever the second is easier. The LIATE ordering fixes which factor to differentiate. Standard cases: a polynomial against a transcendental factor, repeated parts, cyclic integrals that solve for themselves, and reduction formulas that peel an exponent down by recursion.\n",{"path":4687,"title":4688,"module":4684,"summary":4689},"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution","Trigonometric Integrals and Substitution","Two related techniques. Trigonometric integrals evaluate powers and products of sine, cosine, tangent, and secant by splitting off one factor and converting the rest with a Pythagorean identity, or by dropping even powers with half-angle formulas. Trigonometric substitution runs the idea in reverse: replace x by a sine, tangent, or secant to clear a radical, integrate, then read the answer back off a reference triangle.\n",{"path":4691,"title":4692,"module":4684,"summary":4693},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy","Partial Fractions and Integration Strategy","Any rational function integrates in closed form: factor the denominator, split the fraction into simple pieces by partial fractions, and integrate each piece as a logarithm or an arctangent. Four denominator cases exhaust the possibilities. A four-step strategy then sorts an arbitrary integrand by its shape to the technique that fits it, and a short catalog records elementary functions whose antiderivatives are not elementary.\n",{"path":4695,"title":4696,"module":4684,"summary":4697},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals","Approximate and Improper Integrals","Two definite integrals the Fundamental Theorem cannot reach. With no antiderivative available, the Midpoint, Trapezoidal, and Simpson rules approximate the integral from sample values, each carrying a provable error bound. With an infinite interval or an integrand that blows up, the improper integral is defined as a limit that either converges or diverges; the Comparison Test settles which without evaluating it.\n",{"path":4699,"title":4700,"module":4701,"summary":4702},"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus","Parametric Curves and Their Calculus","Parametric Equations and Polar Coordinates","A parametric curve gives x and y separately as functions of a third variable, recording not only a path but the direction and timing with which it is traced. Eliminating the parameter recovers a Cartesian equation; the slope, area, arc-length, and surface-area formulas run directly on the parameter, with the cycloid and astroid as worked examples.\n",{"path":4704,"title":4705,"module":4701,"summary":4706},"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates","Polar Coordinates","Polar coordinates locate a point by a distance from the pole and an angle from the polar axis, giving circles, spirals, and flower-shaped curves short equations. Conversion between the two systems is right-triangle trigonometry, and treating a polar curve as a parametric curve in the angle yields the tangent, area, and arc-length formulas.\n",{"path":4708,"title":4709,"module":4701,"summary":4710},"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections","Conic Sections","Parabolas, ellipses, and hyperbolas are the plane curves cut from a double cone. Each has a focus-based geometric definition and a standard Cartesian equation. A single number, the eccentricity, ties the three together, and placing a focus at the pole gives all of them one polar equation that describes planetary orbits.\n",{"path":4712,"title":4713,"module":4714,"summary":4715},"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences","Sequences","Infinite Sequences and Series","A sequence is a function on the positive integers, and its limit is defined almost exactly like a limit at infinity. The Limit Laws and Squeeze Theorem carry over from functions, monotonic and bounded sequences give a convergence criterion, and the Monotonic Sequence Theorem guarantees a limit exists without naming it.\n",{"path":4717,"title":4718,"module":4714,"summary":4719},"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test","Series and the Integral Test","Adding infinitely many terms is made precise as the limit of partial sums. The two series with closed-form partial sums are geometric and telescoping; the harmonic series diverges even as its terms shrink to zero. The Integral Test compares a positive series to an improper integral, settling the p-series and supplying a remainder bound for estimating sums.\n",{"path":4721,"title":4722,"module":4714,"summary":4723},"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests","The Convergence Tests","The comparison, alternating-series, ratio, and root tests decide convergence without a closed-form partial sum. Absolute convergence is stronger than conditional convergence and is preserved under rearrangement; an alternating series errs by less than its first omitted term. A test is chosen from the shape of the general term.\n",{"path":4725,"title":4726,"module":4714,"summary":4727},"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series","Power Series","A power series is a polynomial of infinite degree whose convergence set is an interval centered at $a$, with a radius the Ratio Test finds and endpoints that must be tested by hand. Inside that interval the series represents a function that can be differentiated and integrated term by term, generating new representations from the geometric series.\n",{"path":4729,"title":4730,"module":4714,"summary":4731},"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series","Taylor and Maclaurin Series","If a function equals a power series, its coefficients are forced: the nth is the nth derivative at the center over n factorial. We derive that formula, use Taylor's Inequality to prove the standard series for the exponential, sine, and cosine, record the binomial series and a reference table, and bound the error when a Taylor polynomial replaces a function.\n",{"path":4733,"title":4734,"module":4735,"summary":4736},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product","Three-Dimensional Coordinates, Vectors, and the Dot Product","Vectors and the Geometry of Space","Space needs three coordinates, so we set up the rectangular system, the distance formula, and the equation of a sphere. Vectors then package magnitude and direction into a single algebraic object with its own arithmetic. The dot product turns two vectors into a number that measures the angle between them, gives a clean test for orthogonality, and produces the projection of one vector onto another.\n",{"path":4738,"title":4739,"module":4735,"summary":4740},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes","The Cross Product, Lines, and Planes","The cross product multiplies two vectors into a third perpendicular to both, with length equal to the area of the parallelogram they span. That one construction supplies the direction of a line, the normal of a plane, and, through the scalar triple product, the volume of a parallelepiped. Lines carry a point and a direction vector; planes carry a point and a normal, which fixes the angle between planes and the distance from a point to a plane.\n",{"path":4742,"title":4743,"module":4735,"summary":4744},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces","Cylinders and Quadric Surfaces","A surface whose equation omits one variable is a cylinder: the graph of a plane curve swept along the missing axis. A second-degree equation in three variables is a quadric, and translation and rotation reduce every one to a short standard list. Traces — the curves cut by planes parallel to the coordinate planes — sort the six quadrics into ellipsoid, the two paraboloids, the cone, and the two hyperboloids.\n",{"path":4746,"title":4747,"module":4735,"summary":4748},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves","Vector Functions and Space Curves","A vector function assigns a vector to each value of a parameter, and as the parameter runs its tip traces a space curve. Taking limits, derivatives, and integrals component by component carries all of single-variable calculus into three dimensions. The derivative of a vector function is the tangent vector to its curve, and normalizing it gives the unit tangent that points the way along the path.\n",{"path":4750,"title":4751,"module":4735,"summary":4752},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion","Arc Length, Curvature, and Motion in Space","Integrating the speed of a vector function gives the length of its curve and a natural parameter, arc length, that depends only on the curve's shape. Curvature measures how fast the unit tangent turns, and together with the normal and binormal it builds the moving TNB frame. Reading the same vector function as a trajectory, its first two derivatives are velocity and acceleration, and acceleration splits cleanly into tangential and normal parts.\n",{"path":4754,"title":4755,"module":4756,"summary":4757},"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables","Functions of Several Variables, Limits, and Continuity","Partial Derivatives","A function of several variables assigns one number to each point of a region in the plane or in space. Domain, graph, level curve, and level surface describe it; limits and continuity extend to two variables, where a limit must agree along every path of approach, not just from the left and the right.\n",{"path":4759,"title":4756,"module":4756,"summary":4760},"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives","A partial derivative holds every variable but one fixed and differentiates in the ordinary sense. Geometrically it is the slope of a trace curve cut from the surface by a coordinate plane. The freeze-and-differentiate rule computes the two first partials; the four second partials follow, and the two mixed ones agree under Clairaut's Theorem when they are continuous.\n",{"path":4762,"title":4763,"module":4756,"summary":4764},"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule","Tangent Planes, Linear Approximation, and the Chain Rule","Near a point, a smooth surface looks like its tangent plane, and the plane's equation is built from the two partial derivatives. That linearization defines the total differential and the meaning of differentiability in two variables. The chain rule then propagates derivatives through composed functions, tracked by a tree diagram, and yields clean formulas for implicit differentiation.\n",{"path":4766,"title":4767,"module":4756,"summary":4768},"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient","Directional Derivatives and the Gradient","The partial derivatives measure slope along the two axes; the directional derivative measures slope along any chosen direction, and equals the gradient dotted with a unit vector. The gradient points in the direction of steepest increase, its length is the greatest rate, and it stands perpendicular to level curves and surfaces, which fixes the tangent plane to a level surface.\n",{"path":4770,"title":4771,"module":4756,"summary":4772},"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers","Optimization and Lagrange Multipliers","Extrema of a two-variable function sit at critical points where the gradient vanishes; the Second Derivatives Test sorts them into peaks, valleys, and saddles by the sign of a discriminant. Absolute extrema on a closed region also need the boundary. When the domain is itself a constraint curve, Lagrange multipliers set the two gradients parallel and solve the constrained problem.\n",{"path":4774,"title":4775,"module":4776,"summary":4777},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals","Double Integrals","Multiple Integrals and Vector Calculus","The double integral extends the definite integral to functions of two variables: a limit of Riemann sums that measures signed volume under a surface. Fubini's Theorem turns it into two ordinary integrations done one after the other, general regions of type I and type II fix the inner limits, polar coordinates absorb circular symmetry through the factor r, and the same machine computes mass, center of mass, and moments of a lamina.\n",{"path":4779,"title":4780,"module":4776,"summary":4781},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems","Triple Integrals and Coordinate Systems","The triple integral integrates a function of three variables over a solid, as a limit of Riemann sums evaluated by three nested single integrations. Cylindrical coordinates add the factor r to handle axial symmetry, spherical coordinates add rho-squared sine-phi for radial symmetry, and the general change of variables shows both volume elements are Jacobian determinants of the coordinate map. Surface area for a graph completes the measurement toolkit.\n",{"path":4783,"title":4784,"module":4776,"summary":4785},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals","Vector Fields and Line Integrals","A vector field assigns a vector to every point of space; the line integral of a field along a curve accumulates its tangential component, measuring work. Conservative fields are gradients of a potential, and for them the Fundamental Theorem for Line Integrals makes the integral depend only on the endpoints. Path independence, closed-loop integrals of zero, and the component test for a potential are three faces of the same property.\n",{"path":4787,"title":4788,"module":4776,"summary":4789},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence","Green's Theorem, Curl, and Divergence","Green's Theorem equates the line integral of a field around a positively oriented closed curve with a double integral over the enclosed region, turning a boundary computation into an area computation and vice versa. Curl measures local circulation and divergence measures local outflow; the two vector forms of Green's Theorem express the boundary integral as the integrated curl or divergence, the planar case of Stokes' and the Divergence Theorem.\n",{"path":4791,"title":4792,"module":4776,"summary":4793},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals","Parametric Surfaces and Surface Integrals","A parametric surface is the image of a two-variable vector function; its area element is the magnitude of the cross product of the two tangent vectors. The surface integral of a scalar function sums it over that area, and the flux integral of a vector field sums the field's normal component, measuring flow through the surface. Orientation by a choice of unit normal makes flux well-defined, the integral Stokes' and the Divergence Theorem operate on.\n",{"path":4795,"title":4796,"module":4776,"summary":4797},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem","Stokes' Theorem and the Divergence Theorem","Stokes' Theorem lifts Green's Theorem into space: the line integral of a field around the boundary of a surface equals the flux of its curl through the surface. The Divergence Theorem relates the outward flux across a closed surface to the triple integral of divergence over the solid it encloses. Together with the Fundamental Theorem of Calculus and its line-integral and Green counterparts, they are one theorem: the integral of a derivative over a region equals the integral of the field over its oriented boundary.\n",{"path":4799,"title":4800,"module":6,"summary":6},"\u002Fcalculus","Calculus",{"path":4802,"title":4803,"module":4247,"summary":4804},"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions","Measurement and Dimensions","Every physical quantity is a number attached to a unit, and that pairing is what lets you check an equation before computing anything, since terms that add together must carry the same dimensions. We build the SI base units and the notion of dimension, then use dimensional analysis to test a proposed relation and form scaling groups — a method that fixes a formula's shape but never its numerical constants. The lesson also sets how precisely a result may be stated, through significant figures, propagated uncertainty, and order-of-magnitude checks that catch errors a raw calculator answer hides.\n",{"path":4806,"title":4807,"module":4247,"summary":4808},"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra","Vector Algebra","Force, velocity, and displacement all carry a direction, so mechanics needs an arithmetic that respects it; adding magnitudes alone gives the wrong answer the moment two arrows point different ways. We set up vectors and their components in a chosen basis, then build the two products that carry most of the physics — the dot product, which extracts the part of one vector along another and yields work and power, and the cross product, which measures oriented area and yields torque and angular momentum. Rotating the axes changes the components while leaving the vector itself untouched, and the same component method resolves a force along whatever directions a constraint picks out.\n",{"path":4810,"title":4811,"module":4812,"summary":4813},"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion","One-Dimensional Motion","Kinematics","Motion along a line already forces the two questions the whole of kinematics repeats: how fast is the object moving now, and where will it be next? Velocity and acceleration answer the first as derivatives of position; integrating them back — the signed area under a graph — answers the second. We derive the constant-acceleration equations, mark exactly where the \"constant\" assumption is load-bearing, and see why sign, not magnitude, is what carries direction.\n",{"path":4815,"title":4816,"module":4812,"summary":4817},"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs","Motion Graphs","Draw a motion as a graph and its two most useful facts turn geometric: the slope of the position curve is the velocity, and the area under the velocity curve is the displacement. We read motion in both directions — differentiating a graph for the next rate, integrating it back to recover position — and handle the curved, piecewise, and noisy graphs that real measurements produce. Along the way we see why a velocity estimated from two positions belongs to the midpoint of their interval, not its end.\n",{"path":4819,"title":4820,"module":4812,"summary":4821},"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion","Projectile Motion","Throw an object and it seems to trace one curved path, but the motion is really two independent one-dimensional motions running at once: constant velocity across the ground and free fall in the vertical. Splitting it that way turns every projectile question — how long it stays up, how far it lands, how high it climbs, whether it clears an obstacle — into a pair of equations you already know. We derive the parabolic trajectory, work both the forward and the inverse problems, and show why the familiar $45^\\circ$ range-maximizing angle holds only when launch and landing heights match.\n",{"path":4823,"title":4824,"module":4812,"summary":4825},"\u002Fmechanics\u002Fkinematics\u002Frelative-motion","Relative Motion","A velocity is only ever measured relative to some observer, so a boat's speed through the water, over the ground, and as seen from another boat are three different vectors. Choosing the right frame — and subtracting one motion from another — collapses river crossings, crosswind headings, pursuit, and closest-approach problems into a single vector equation. We build the relative-velocity and relative-position relations for uniformly moving frames, show why acceleration is the one quantity all such observers agree on, and note where rotating frames break the simple subtraction.\n",{"path":4827,"title":4828,"module":4812,"summary":4829},"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion","Circular Motion","An object going around a circle at a steady speed is still accelerating, because its velocity is forever changing direction — the fact that governs everything from a car on a curve to a satellite in orbit. We tie the angular description (angle, angular velocity, angular acceleration) to the linear one through $v=r\\omega$, split the acceleration into an inward part that turns the velocity and a tangential part that changes its speed, and extend the inward $v^2\u002Fr$ result to any curved path through its local radius of curvature. Constant angular acceleration then mirrors straight-line motion equation for equation.\n",{"path":4831,"title":4832,"module":4833,"summary":4834},"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws","Newton's Laws","Dynamics","What makes a body change its motion, and in which frames does the answer take its simplest form? Newton's three laws settle both: inertial frames are the ones where a force-free body coasts, force is whatever changes momentum, and every interaction pushes back on its source. We write the second law as $\\sum\\vec F=\\d\\vec p\u002F\\d t$, reduce it to $m\\vec a$ at constant mass, and separate what a scale actually reads — the support force — from the weight $m\\vec g$ it is so often mistaken for.\n",{"path":4836,"title":4837,"module":4833,"summary":4838},"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams","Free-Body Diagrams","Once several forces act on a body at once, the reliable way to predict its motion is to isolate that one body and draw every external push and pull on it — nothing more, nothing less. The free-body diagram is that discipline. We fix a system boundary, resolve $\\sum\\vec F=m\\vec a$ into components along axes chosen to fit the geometry, and solve for the unknowns a problem hands us — normal forces, tensions, friction, and the acceleration a constraint permits — seeing why internal forces drop out only when the boundary encloses both bodies that share them.\n",{"path":4840,"title":4841,"module":4833,"summary":4842},"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion","Friction and Curved Motion","Real surfaces grip before they slip, fluids push back harder the faster you move through them, and anything rounding a bend must be pulled toward the inside of the curve by something. This lesson supplies the force laws for those three cases. We bound static friction by $|f_s|\\leq\\mu_sN$ and switch to kinetic friction $\\mu_kN$ once sliding starts, model drag as a speed-dependent resistance that levels off at a terminal speed, and show that circular motion demands an inward net force $mv^2\u002Fr$ furnished by real interactions — friction, a banked normal force, tension — never by an invented outward one.\n",{"path":4844,"title":4845,"module":4833,"summary":4846},"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics","Numerical Dynamics","Most force laws — quadratic drag, coupled oscillators, anything nonlinear — admit no closed-form trajectory, so we advance the motion one small time step at a time and let arithmetic do what algebra cannot. This lesson turns $\\d\\vec y\u002F\\d t=f(t,\\vec y)$ into a marching rule. We derive the Euler, Euler--Cromer, midpoint, and Verlet updates, weigh their accuracy and stability, watch a drifting energy expose a bad scheme, and use step-halving and conserved quantities to separate the error of the method from the error of the model.\n",{"path":4848,"title":4849,"module":4833,"summary":4850},"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems","Center-of-Mass Systems","A firework bursts into a dozen fragments, yet one point keeps gliding along the original parabola as though nothing had happened. That point is the centre of mass, and following it collapses a many-body tangle into a single equation of motion. We define $\\vec R=\\frac1M\\sum_i m_i\\vec r_i$ and its continuous form, show that internal forces cancel so that only external ones move it, $M\\vec A_{\\rm cm}=\\sum\\vec F_{\\rm ext}$, and put the result to work on recoil, collisions viewed from the centre-of-mass frame, and rocket propulsion, where mass leaving the boundary carries momentum with it.\n",{"path":4852,"title":4853,"module":4854,"summary":4855},"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy","Work and Kinetic Energy","Energy","A constant push along a straight path is trivial to score, but real forces vary and bend along curved trajectories, and only the component along the motion transfers any energy. Work captures exactly that transfer as the line integral $W=\\int\\vec F\\cdot\\d\\vec r$, and the work-kinetic-energy theorem turns it into a statement about speed: the net work on a particle equals the change in its $\\tfrac12 mv^2$. We build work up from the dot product to the signed area under a force curve, derive the theorem from Newton's second law, and read power as its instantaneous rate $P=\\vec F\\cdot\\vec v$.\n",{"path":4857,"title":4858,"module":4854,"summary":4859},"\u002Fmechanics\u002Fenergy\u002Fpotential-energy","Potential Energy","When a force does the same work no matter which path a particle takes, that work can be stored as a function of position alone, and solving for the motion becomes bookkeeping instead of integration. We single out the forces that qualify — the conservative ones, for which $\\oint\\vec F\\cdot\\d\\vec r=0$ — define their potential energy through $\\vec F=-\\nabla U$, and use conservation of mechanical energy to read speeds, turning points, and equilibria straight off a potential curve. Friction breaks the shortcut, so we also track where mechanical energy leaks away as heat.\n",{"path":4861,"title":4862,"module":4854,"summary":4863},"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work","Multiparticle Work","A single particle has one velocity and one kinetic energy; a system of many can spin, deform, explode, and warm up while its centre of mass glides along as if nothing happened. Splitting the motion into a centre-of-mass part and an internal part separates the energy that momentum already fixes from the energy left free for relative motion, $K=\\tfrac12MV_{\\rm cm}^2+K'$. We derive the centre-of-mass work theorem, see why an explosion or a released spring can raise total kinetic energy with no external work at all, and use the reduced-mass and centre-of-mass frames to make collisions and internal transfers clean.\n",{"path":4865,"title":4866,"module":4854,"summary":4867},"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding","Mass-Energy and Binding","Relativity puts rest itself on the energy ledger: a mass $m$ carries energy $mc^2$ even when it sits still, so weighing a system's separated pieces and weighing the assembled whole give different answers, and the gap is binding energy. We convert freely between mass units and MeV, compute the energy that holds a nucleus together, and read the binding-energy-per-nucleon curve that explains why fusing light nuclei and splitting heavy ones both release energy. Reaction $Q$ values, thresholds, and recoil then follow from the same mass-difference accounting, once the frame and mass convention are fixed.\n",{"path":4869,"title":4870,"module":4854,"summary":4871},"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization","Photons and Quantization","Light delivers its energy in indivisible lumps: a photon of frequency $f$ carries exactly $hf$, and this one fact explains why a dim blue lamp ejects electrons that an intense red one cannot. We fix a photon's energy and momentum from its wavelength, follow the quanta through emission, absorption, and the photoelectric threshold $K_{\\rm max}=hf-\\phi$, and watch energy and momentum conservation together produce the Compton wavelength shift when a photon scatters from an electron. The recurring discipline is unit and frame care, where a stray factor of $10^9$ or a forgotten rest energy quietly ruins an answer.\n",{"path":4873,"title":4874,"module":4875,"summary":4876},"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions","Momentum and Collisions","Momentum","When two objects collide, the forces between them are too brief and too tangled to integrate directly, yet the result is fixed by one conserved quantity. Linear momentum $\\vec p=m\\vec v$ turns Newton's second law into the impulse-momentum theorem $\\vec J=\\Delta\\vec p$, and for an isolated system into a conservation law that holds through any internal collision, however dissipative. We use it to separate elastic from inelastic collisions, follow the centre of mass, and read impulse as the signed area under a force-time curve — always tracking which external impulses the chosen system and interval let us drop.\n",{"path":4878,"title":4879,"module":4875,"summary":4880},"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions","Center-of-Mass Collisions","A two-body collision that looks asymmetric in the laboratory becomes almost trivial in the frame that rides along with the centre of mass, where the total momentum is zero and the two momenta stay equal and opposite. We build that frame, reduce the pair to a single relative coordinate carrying the reduced mass $\\mu$, and show that an elastic collision there only rotates one momentum vector while its length holds fixed. Transforming back to the laboratory then handles elastic and inelastic collisions, scattering angles, and reaction thresholds with the same construction — and shows why relative speed, not laboratory kinetic energy, measures what a collision can convert.\n",{"path":4882,"title":4883,"module":4875,"summary":4884},"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion","Rocket Propulsion","A rocket speeds up by throwing mass backward, so its own mass drops as it flies and $\\vec F=m\\vec a$ no longer applies to a fixed body. Tracking the momentum the exhaust carries across the vehicle boundary gives thrust $T=Ru_e$ and, for a force-free burn, the rocket equation $\\Delta v=u_e\\ln(m_i\u002Fm_f)$ — a logarithm that makes large velocity changes expensive in propellant and forces staging. We then add the forces a real ascent cannot ignore, gravity, drag, and steering, and show how thrust and mass-flow records are cross-checked to infer the exhaust speed.\n",{"path":4886,"title":4887,"module":4888,"summary":4889},"\u002Fmechanics\u002Frotation\u002Frotational-inertia","Rotational Inertia","Rotation","Push a wheel and a merry-go-round with the same force and they speed up at wildly different rates: the same mass resists rotation differently depending on where it sits relative to the axis. That single fact is the moment of inertia, $I=\\int r_\\perp^2\\,\\d m$, and this lesson builds it from the ground up. We tie angular motion to linear through $s=r\\theta$, $v=r\\omega$, and $a_t=r\\alpha$, derive $I$ for rods, disks, and spheres, and use the parallel- and perpendicular-axis theorems to move between axes — always naming the axis, because the same body has as many moments of inertia as it has lines to spin about.\n",{"path":4891,"title":4892,"module":4888,"summary":4893},"\u002Fmechanics\u002Frotation\u002Frotational-dynamics","Rotational Dynamics","A force applied to a wheel does nothing unless it acts off the axis: what turns a rigid body is torque, force times lever arm. This lesson makes that precise and turns it into the rotational Newton's second law, $\\sum\\tau=I\\alpha$ about a fixed axis, the exact analogue of $\\sum F=ma$. From there we get rotational work $W=\\int\\tau\\,\\d\\theta$ and power $P=\\tau\\omega$, size a motor to a load, and solve pulleys and Atwood machines where the pulley's own inertia can no longer be ignored — always insisting that every torque be measured about the same axis.\n",{"path":4895,"title":4896,"module":4888,"summary":4897},"\u002Fmechanics\u002Frotation\u002Frolling-motion","Rolling Motion","A rolling wheel is doing two things at once — translating and spinning — but the no-slip condition $v_{cm}=R\\omega$ locks them together, and that single constraint is what makes rolling tractable. We use it to split the kinetic energy into $\\tfrac12Mv_{cm}^2+\\tfrac12I\\omega^2$, find how fast a cylinder reaches the bottom of an incline, and show why the contact point is instantaneously at rest. The static friction that enforces rolling does no work; we track its direction from the tendency to slip, and mark exactly where the model breaks once the required friction exceeds $\\mu_sN$.\n",{"path":4899,"title":4900,"module":4888,"summary":4901},"\u002Fmechanics\u002Frotation\u002Fangular-momentum","Angular Momentum","A skater pulls in her arms and spins faster, with no torque acting: that is angular momentum conservation, and it lets us answer questions that would be hopeless force by force. We build $\\vec L=\\vec r\\times\\vec p$, show it obeys $\\vec\\tau_{ext}=\\d\\vec L\u002F\\d t$, and use its conservation under zero external torque to link before and after in collisions, reconfigurations, and coupled rotors without ever resolving the internal forces. The catch is bookkeeping: the origin, the system boundary, and the frame must be fixed first, and a change in total $\\vec L$ always points to an external impulse someone forgot.\n",{"path":4903,"title":4904,"module":4888,"summary":4905},"\u002Fmechanics\u002Frotation\u002Frolling-resistance","Rolling Resistance","Ideal rolling should coast forever, yet every real wheel slows down. The reason is that a deformable tire and road do not press through a single point: the contact patch spreads, the normal-force resultant shifts ahead of the axle, and that offset is a resisting moment even with no gross sliding. We package it as an equivalent force $F_{rr}=C_{rr}N$, tie the coefficient to load, surface, speed, and temperature, and use coast-down, towing, and traction tests to separate this contact loss from aerodynamic drag, bearing friction, and the adhesion limit where rolling gives way to skidding.\n",{"path":4907,"title":4908,"module":4888,"summary":4909},"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession","Gyroscopic Precession","A spinning top leans over but does not fall — it swings its axis in a slow horizontal circle instead. The paradox dissolves once torque is read as the rate of change of a vector: gravity's torque is perpendicular to the spin angular momentum, so it turns $\\vec L$ rather than toppling it. We derive the steady precession rate $\\Omega\\simeq Mgr\u002F(I_s\\omega_s)$ in the fast-top limit, state the assumptions it leans on — dominant spin, slow tilt, negligible bearing torque — and read nutation, support motion, and a decaying spin as the ways real gyroscopes depart from it.\n",{"path":4911,"title":4912,"module":4913,"summary":4914},"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits","Keplerian Orbits","Gravitation and Matter","Why do the planets trace ellipses rather than any other curve? Newton's inverse-square law collapses the two-body problem onto a single conic section, and the answer falls out of two conserved quantities: a central force can exert no torque, so angular momentum is fixed, and gravity is conservative, so energy is fixed. We read an orbit's size and shape straight off those invariants, recover all three of Kepler's laws, and derive escape speed, the vis-viva relation, and the timing of a pass. We also mark where the ideal ellipse breaks down — drag, oblateness, and a third body slowly move a real orbit.\n",{"path":4916,"title":4917,"module":4913,"summary":4918},"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields","Gravitational Fields","Instead of tracking the force between every pair of masses, we attach a field to the source and ask a test mass to read it off locally. That move pays off because gravity is conservative: the field is the gradient of a single scalar potential, and potentials from many sources simply add. We build the field-potential picture, use spherical symmetry and the shell theorem to get the point-mass exterior field and the zero interior field of a shell, and read tides straight out of the field's gradient. Along the way we mark exactly when the constant-$g$ and point-mass shortcuts hold and when a shape correction is needed.\n",{"path":4920,"title":4921,"module":4913,"summary":4922},"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium","Static Equilibrium","What does it take for a loaded structure to stay put? A body at rest needs its forces to cancel and its turning effects to cancel — $\\sum\\vec F=0$ and $\\sum\\vec\\tau=0$ about any point — and almost all of statics is the craft of turning a physical setup into those equations. We build free-body diagrams, replace supports, cables, friction, couples, and distributed loads with their idealized reactions, and locate the centre of gravity that decides whether a body tips. We also count equations against unknowns to separate a determinate problem from one that needs the material's deformation to resolve, and read every negative or inconsistent reaction as a sign that a contact or a boundary was chosen wrong.\n",{"path":4924,"title":4925,"module":4913,"summary":4926},"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics","Fluid Statics","A fluid at rest cannot support a shear, so the only stress it carries is a pressure that must grow with depth to hold up the fluid above it. That single balance, $\\d p\u002F\\d z=-\\rho g$, runs the whole subject: it sets manometer readings, the force on a dam, and — integrated over a submerged boundary — Archimedes' buoyant force $F_B=\\rho g V_{\\rm disp}$. We derive these, use them to decide when a body floats and whether it floats upright, and mark where acceleration, rotation, compressibility, or capillarity forces a richer pressure model.\n",{"path":4928,"title":4929,"module":4913,"summary":4930},"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow","Fluid Flow","Two accounting rules carry most of steady flow: mass cannot pile up, so the same volume crosses every section each second, and mechanical energy is conserved along a streamline when the fluid is ideal. From those we get continuity, Bernoulli's relation between pressure, speed, and height, and the results that follow — Torricelli's efflux speed, the Venturi meter, the Pitot tube. We then let go of the ideal assumptions one at a time: viscosity adds wall shear and head loss, Reynolds number decides laminar versus turbulent, and Mach number marks where a gas stops behaving as incompressible.\n",{"path":4932,"title":4933,"module":4913,"summary":4934},"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion","Orbital Motion","A circular orbit is nothing but free fall with enough sideways speed to keep missing the ground, and setting gravity equal to the centripetal requirement fixes that speed and the period once and for all. From the same energy bookkeeping we read off escape speed, sort orbits into bound, parabolic, and hyperbolic by the sign of their specific energy, and see why a tangential burn is the efficient way to change an orbit. We build the Hohmann transfer and its launch window, work the numbers for a geostationary orbit and an escape burn, and mark where finite thrust, perturbations, and an uncertain initial state pull a real trajectory off the ideal.\n",{"path":4936,"title":4937,"module":4913,"summary":4938},"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity","Stress and Elasticity","Rigid bodies are a fiction; every real material stretches, shears, or squeezes under load, and the useful question is how much. We define stress as force per area and strain as fractional deformation, then find that for small deformations the two are simply proportional — Hooke's law — with Young's, shear, and bulk moduli as the constants for stretch, twist, and volume change. From these we compute extensions, torsional twist, and stored elastic energy, and read a tensile curve for the yield, ultimate, and fracture points where linear elasticity ends. We also mark the practical limits: stress concentrations, fatigue, and the multiaxial states a single uniaxial modulus cannot capture.\n",{"path":4940,"title":4941,"module":4942,"summary":4943},"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators","Damped Oscillators","Oscillations and Waves","Every real oscillator eventually stops: friction, drag, and internal loss drain its energy, so free motion is a decay rather than a permanent swing. Adding a velocity-proportional resistance to the spring-mass equation produces one dimensionless number, $b\u002F(2\\sqrt{mk})$, that decides whether the mass rings down through many cycles, returns once without overshoot, or crawls back slowly. We solve the three regimes, tie the observed decay to the power balance $b\\dot x^2$, and turn a measured ring-down into the decay rate and quality factor of the apparatus — reading damping off the data instead of assuming it.\n",{"path":4945,"title":4946,"module":4942,"summary":4947},"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves","Travelling Waves","A wave carries a shape, not the material: each element of a rope or air column oscillates in place while the disturbance travels through it. Writing that shape as $f(x\\mp vt)$ turns \"the pattern moves\" into a statement about the cosine's argument, and a local force balance on one string segment fixes the speed at $v=\\sqrt{T\u002F\\mu}$ — restoring stiffness over inertia, with amplitude nowhere in it. We build the sinusoidal wave and its phase, derive the wave equation from Newton's second law, and follow the energy a travelling wave transports, then check speed and power against those predictions.\n",{"path":4949,"title":4950,"module":4942,"summary":4951},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition","Wave Superposition","When two waves cross the same point, what does a probe read? In a linear medium the answer is arithmetic: the displacements add, $y=y_1+y_2$, and the pulses pass through each other unchanged. That one rule produces interference — reinforcement where the signs agree, cancellation where they oppose — and it guards against a common mistake, since displacement can vanish at an instant while the energy sits in transverse motion instead. We work out the signed sum, the phase bookkeeping for equal-frequency components, and why a null in the record is not a null in the wave.\n",{"path":4953,"title":4954,"module":4942,"summary":4955},"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves","Standing Waves","Clamp a string at both ends and only certain frequencies survive: the ends must be nodes, and that single geometric demand quantizes the wave into a discrete set of modes $f_n=nv\u002F(2L)$. The travelling wave becomes a fixed pattern of nodes and antinodes — standing, not moving — because equal waves running in opposite directions superpose. We build the standing wave from its counter-propagating pieces, read the harmonic sequence off the boundary conditions (half-wavelengths for a fixed-fixed string, odd quarter-wavelengths for a closed pipe), and test the ideal model against node scans and resonance peaks.\n",{"path":4957,"title":4958,"module":4942,"summary":4959},"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves","Sound Waves","Sound is a pressure wave so small that a loud tone displaces air molecules by less than the width of an atom, yet a microphone reads it easily — because pressure, not displacement, is what the ear and the instrument sense. The acoustic impedance $Z=\\rho c$ ties pressure, density, and particle velocity together, fixes the intensity a wave carries, and sets the reference for the decibel, a logarithm that tames a $10^{12}$ range in power. We derive the sound speed from the gas's stiffness, convert between pressure and intensity levels, and treat the measurement itself — calibration, geometry, background, averaging — as part of the physics.\n",{"path":4961,"title":4962,"module":4942,"summary":4963},"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect","Doppler Effect","A passing siren drops in pitch not because the source changes but because motion repacks the wavefronts: an approaching source crowds its crests, a receding one stretches them, and a moving listener samples them at a different rate. For mechanical waves every velocity is measured against the medium, and one signed ratio $f_r=f_s(v-u_r)\u002F(v-u_s)$ captures both effects at once. We separate source motion, which sets crest spacing, from receiver motion, which sets arrival rate, invert the shift to recover radial velocity, and mark where the model breaks — supersonic sources, moving air, and reflected paths that carry two shifts, not one.\n",{"path":4965,"title":4966,"module":4942,"summary":4967},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets","Wave Packets","No real signal is a single frequency: a disturbance that starts and stops is built from a band of wave numbers, and the width of that band is what makes it local. We ask how such a packet moves — carrier crests at the phase velocity $v_\\mathrm p=\\omega\u002Fk$, the envelope at the group velocity $v_\\mathrm g=\\d\\omega\u002F\\d k$ — and why the two differ once a medium is dispersive. Curvature $\\d^2\\omega\u002F\\d k^2$ spreads and chirps the packet as it travels, and the Fourier reciprocity that ties bandwidth to duration explains why a finite record, aliasing, or a coarse probe can imitate that spreading unless the sampling limits are respected.\n",{"path":4969,"title":4970,"module":4942,"summary":4971},"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling","Beats and Coupling","Add two tones a few hertz apart and the sum swells and fades at their difference frequency — a beat — though neither source is changing. We work out that envelope, then ask the mechanical version of the same question: join two oscillators and a single resonance splits into normal modes, with energy sloshing between the coordinates at their frequency difference. The lesson identifies when a slow amplitude envelope signals genuine coupling rather than two independent sources, drift, or deliberate modulation, reading it from envelope timing, spectral sidebands, and the mode shapes.\n",{"path":4973,"title":4974,"module":4942,"summary":4975},"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion","Simple Harmonic Motion","Any system pushed back toward equilibrium by a force proportional to its displacement obeys one equation, $\\ddot x+\\omega_0^2x=0$, and so moves sinusoidally at $\\omega_0=\\sqrt{k\u002Fm}$ whatever the amplitude. We derive that motion, follow its energy $E=mv^2\u002F2+kx^2\u002F2$ trading between kinetic and potential form at constant total, and read the elliptical phase-space orbit Hooke's law implies. Period, amplitude, velocity, and acceleration then supply redundant checks: an amplitude-dependent period or a curved force residual is the signature that the linear model has failed, and mass-loading and offset tests separate a calibration error from a real frequency shift.\n",{"path":4977,"title":4978,"module":4942,"summary":4979},"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion","Pendulum Motion","A pendulum keeps time only because, for small swings, gravity supplies a restoring torque proportional to the angle — and $T=2\\pi\\sqrt{L\u002Fg}$ then follows without the mass appearing at all. We derive that result, mark exactly which assumptions carry it (small angle, negligible pivot loss, a rigid support), then relax them: finite amplitude lengthens the period through an elliptic integral, and an extended body replaces $L$ with the ratio of its moment of inertia to its center-of-mass distance. How the period drifts with amplitude or pivot position is what diagnoses the geometric, damping, and distributed-mass corrections.\n",{"path":4981,"title":4982,"module":4942,"summary":4983},"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators","Driven Oscillators","Drive a damped oscillator at a frequency you control and it eventually forgets its own: $m\\ddot x+b\\dot x+kx=F_0\\cos\\omega t$ settles into a steady response whose amplitude and phase depend sharply on how close the drive sits to resonance. We solve for that response, show how damping alone fixes the resonance width, the peak power, and the settling time, and treat base excitation as the same problem with a different input. The steady-state formulas hold only for constant $m$, $b$, and $k$; level-dependent peaks or hysteresis between up- and down-sweeps are how nonlinearity or an extra mode announces itself.\n",{"path":4985,"title":4986,"module":4942,"summary":4987},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries","Wave Boundaries","A pulse traveling along a string does something abrupt where the string's properties change: part reflects, part transmits, and which is which is set by the impedance mismatch alone. We impose continuity of displacement and transverse force at the join to get the reflection and transmission coefficients in terms of $Z=\\sqrt{T\\mu}$, fix their signs and the polarity flip, and balance the energy. The clean result assumes linear, nondispersive segments meeting at a localized join; pulse polarity, return timing, and energy ratios are the measurements that expose a real connector's mass, loss, or distributed transition.\n",{"path":4989,"title":4990,"module":4991,"summary":4992},"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases","Kinetic Theory of Ideal Gases","Thermodynamics","A gas has no springs and no gears, yet it pushes on its container with a definite pressure and stores energy in a lawful way. Kinetic theory explains both from the motion of the molecules alone: pressure is the accumulated recoil of countless elastic impacts, and temperature is the average translational kinetic energy each molecule carries. We derive $pV=\\tfrac13Nm\\overline{v^2}$ from momentum transfer, read off $\\overline{K}_{\\rm tr}=\\tfrac32kT$, and use the Maxwell–Boltzmann distribution to separate the most probable, mean, and rms speeds — each the right average for a different question — while marking where the dilute, classical assumptions stop holding.\n",{"path":4994,"title":4995,"module":4991,"summary":4996},"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics","First Law of Thermodynamics","Heat a gas and it may warm, expand, or both; compress it and the same energy can reappear as a temperature rise. The first law settles the bookkeeping: internal energy is a state property whose change equals the heat added plus the work done on the system, $\\Delta E_{\\rm int}=Q_{\\rm in}+W_{\\rm on}$. We fix a system boundary and one sign convention, compute boundary work as $\\int p\\,\\d V$ along a path, and use calorimetry to measure heat and heat capacities. The recurring point is that heat and work are path-dependent transfers while their sum is not, so an energy ledger closes only once every boundary crossing is named.\n",{"path":4998,"title":4999,"module":4991,"summary":5000},"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law","Entropy and the Second Law","The first law lets energy flow either way; it never says which way heat actually goes. The second law supplies the missing arrow. Entropy, defined through the reversible transfer $\\d S=\\delta Q_{\\rm rev}\u002FT$, can only increase in an isolated system, and that single inequality fixes the direction of heat flow and caps every engine, refrigerator, and heat pump at its Carnot value. We build entropy ledgers for reservoirs and working substances, separate the entropy carried by heat from the entropy generated by irreversibility, and read the sign of the total as a hard check on any proposed thermal machine.\n",{"path":5002,"title":5003,"module":4991,"summary":5004},"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes","Thermal Processes","Heat rarely sits still: it stretches solids, pushes real gases off their ideal isotherms, and leaks across walls by conduction, convection, and radiation. Each behavior becomes a number a designer can use. Thermal expansion sets the gaps in a bridge and the stress in a clamped rod; the van der Waals equation and a phase diagram fix when $pV=nRT$ or a latent-heat term applies; Fourier's law, Newton cooling, and Stefan–Boltzmann radiation give the rate of heat flow. We assemble these into thermal-resistance networks and transient time constants, then mark where contact resistance, phase change, or a hidden thermal bridge breaks the simple model.\n",{"path":5006,"title":5007,"module":4991,"summary":5008},"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes","Phase Changes","Add heat to ice and its temperature climbs — until it reaches $0\\ ^\\circ\\mathrm C$, where the thermometer stalls while the ice melts. That plateau is the whole subject: at a phase boundary the energy rearranges molecules, $Q=mL$, instead of raising temperature, which resumes only once one phase is gone. We stage a heating path into sensible-heat legs ($Q=mc\\Delta T$) and latent plateaus, use the Clausius–Clapeyron relation to track how a boiling point moves with pressure, and solve calorimetry by testing each coexistence endpoint — so a melt fraction that lands outside $[0,1]$ flags a wrong final-state guess rather than a real state.\n",{"path":5010,"title":5011,"module":4991,"summary":5012},"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines","Thermal Machines","An engine, a refrigerator, and a heat pump are one machine read three ways: each shuttles heat between a hot and a cold reservoir while trading work at the boundary, and only the flow you call useful separates them. A heat engine turns part of $Q_h$ into work, $W=Q_h-Q_c$; a refrigerator spends work to pull $Q_c$ from the cold side; a heat pump counts the warm-side delivery instead. We measure each with its own ratio — efficiency or coefficient of performance — bound them all by the Carnot limit that reservoir temperatures alone set, and track how finite temperature differences, throttling, and friction generate entropy and pull real machines below that bound.\n",{"path":5014,"title":5015,"module":6,"summary":6},"\u002Fmechanics","Mechanics & Dynamics",{"path":5017,"title":5018,"module":5019,"summary":5020},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors","Charge and Conductors","Electric Fields","Rub two objects together and one pulls electrons from the other; nothing is created, only moved. We define what electric charge is — conserved, additive, and quantized in units of $e$ — and why a conductor's mobile carriers rearrange until its interior field vanishes and its surface sits at one potential. We follow charge through contact, induction, and grounding, treat the field-free cavity that turns a conductor into a shield, and mark where finite conductivity and leakage set the limits of the electrostatic picture.\n",{"path":5022,"title":5023,"module":5019,"summary":5024},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law","Coulomb's Law","Two charges at rest push or pull along the line joining them, and the whole of electrostatics is assembled by adding up such pairs. We measure that force — its inverse-square falloff, its linear dependence on each charge, the sign that says attract or repel — and write it as a vector so direction survives superposition. We work the magnitude and component forms on real numbers, check them against limiting cases and dimensions, and fix the point-charge approximation to source sizes small against every separation.\n",{"path":5026,"title":5027,"module":5019,"summary":5028},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force","Electric Field and Force","Rather than ask how one charge reaches across empty space to another, we credit the source with a field that fills the space and let a second charge respond to whatever field sits at its own location. Electric field is force per unit positive test charge, $\\vec E=kq\\hat r\u002Fr^2$ for a point source, and source fields add before any receiving charge is placed. We compute those fields and the force $\\vec F=q\\vec E$ they exert, then follow a charge along its parabolic path through a uniform field and into nonuniform fields where the dynamics turn position-dependent.\n",{"path":5030,"title":5031,"module":5019,"summary":5032},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps","Electric Field Maps","A field is a vector at every point of space, and the quickest way to grasp one is to draw it. We build the two standard pictures — continuous field lines tangent to $\\vec E$, and scaled vector arrows — and read direction, magnitude, and the location of nulls straight off them. We fix what a line drawing can and cannot say: density encodes magnitude only under a stated seeding rule, and integral curves never cross at a regular point. From there we work the topology near sources, sinks, and conductor surfaces, and state the step-size and interpolation checks a numerical map must pass.\n",{"path":5034,"title":5035,"module":5019,"summary":5036},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles","Electric Dipoles","Most neutral matter carries no net charge yet still responds to an electric field, because its positive and negative charge sit slightly apart. That separation is a dipole, moment $\\vec p=q\\vec d$ pointing from the negative to the positive charge, and it is the leading term in how any neutral distribution looks from far away. We derive the torque $\\vec p\\times\\vec E$ and energy $-\\vec p\\cdot\\vec E$ a uniform field imposes, the net force a field gradient adds, and the axial and equatorial $1\u002Fr^3$ fields the pair produces, then measure how far out the point-dipole approximation still holds.\n",{"path":5038,"title":5039,"module":5040,"summary":5041},"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields","Continuous Charge Fields","Continuous Charge Distributions","A charged rod, ring, or disk is not a point, yet its field is still nothing but Coulomb's law added up over the charge it carries. We replace the discrete sum by an integral, with $\\d q=\\lambda\\d\\ell$, $\\sigma\\d A$, or $\\rho\\d V$, so the real work becomes geometry: writing the vector from each source element to the field point, and letting symmetry cancel the components that must cancel before any integral is attempted. We carry the line, ring, and disk fields through in full, then check each result against its near field, its far field, and its dimensions.\n",{"path":5043,"title":5044,"module":5040,"summary":5045},"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors","Gauss's Law and Conductors","Adding up Coulomb's law over a whole distribution is laborious; Gauss's law trades that sum for a single statement, that the flux of $\\vec E$ out of any closed surface counts the charge inside, $\\oint\\vec E\\cdot\\d\\vec A=Q_{\\rm enc}\u002F\\varepsilon_0$. The law is always true, but it hands over the field only when the source is symmetric enough to pull $E$ outside the integral. We apply it to spheres, lines, and sheets, then turn it on conductors, where the zero interior field drives every excess charge to the surface and fixes the normal-field jump $\\sigma\u002F\\varepsilon_0$, the charge induced on a cavity wall, and electrostatic shielding.\n",{"path":5047,"title":5048,"module":5049,"summary":5050},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential","Point-Charge Potential","Electric Potential","The electrostatic force is conservative, so the work it does between two points\ndepends only on the endpoints. That lets us trade the vector field for a single\nscalar attached to each point, the electric potential, the potential energy a unit\ncharge would have there. We build potential from the work integral, fix the usual\nreference at infinity, and add point sources as scalars, $V=k\\sum_i q_i\u002Fr_i$,\navoiding the vector bookkeeping the field demands. Signed charges, the reference\nchoice, equipotential motion, and far-field expansions each give an independent\ncheck on a result.\n",{"path":5052,"title":5053,"module":5049,"summary":5054},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials","Potential Gradients and Equipotentials","Given the potential everywhere, how do we recover the field? The field is the\nnegative gradient, $\\vec E=-\\nabla V$: it points down the steepest local drop in\npotential, and its magnitude is set by how fast $V$ changes, not by the shape of a\ncontour. We read off components with directional derivatives, reconstruct fields\nfrom measured potential grids using centered differences, and use closed-loop\nintegrals and grid refinement to test whether a reconstructed field is physically\nconsistent.\n",{"path":5056,"title":5057,"module":5049,"summary":5058},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure","Electrostatic Energy and Pressure","Assembling a charge configuration takes work, and that work is stored, but where\nis it kept and how much is there? We total it two ways: as a sum over the charges,\n$U=\\tfrac12\\sum_i q_iV_i$, and as an integral over the field itself,\n$u_E=\\tfrac12\\varepsilon_0E^2$, energy the field carries in every region it fills.\nDifferentiating the stored energy at fixed charge or at fixed voltage recovers the\nmechanical force on a conductor, and at a charged surface the same field scale\nappears as an outward electrostatic pressure. We work the parallel-plate case in\nfull and mark where curvature and fringing make the pressure nonuniform.\n",{"path":5060,"title":5061,"module":5049,"summary":5062},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems","Laplace Boundary Problems","Often the charges are not given, only the conductors and the voltages held on\nthem, and the potential in the empty space between has to be found. There $V$ obeys\nLaplace's equation $\\nabla^2V=0$, and the boundary data alone determine a unique solution.\nWe solve it two ways: separation of variables into boundary-matched modes, whose\nhigher spatial frequencies die away with depth into the domain, and finite-difference\nrelaxation for boundaries no analytic mode fits. Residual norms, boundary error, and\nflux balance tell us when the computed potential and its field can be trusted.\n",{"path":5064,"title":5065,"module":5049,"summary":5066},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials","Continuous Charge Potentials","When charge is spread over a line, a surface, or a volume, the sum over point\nsources becomes an integral, $V(\\vec r)=k\\int \\d q\u002F|\\vec r-\\vec r'|$. Because\npotential is a scalar, this integral sidesteps the component algebra the field\nwould force, until the field is actually wanted through $\\vec E=-\\nabla V$. We set\nup the right density element for each geometry, choose a workable reference, handle\nthe integrable singularities that arise when the observation point sits on the\ncharge, and check every result against symmetry, dimensions, and the far-field\nmultipole limit.\n",{"path":5068,"title":5069,"module":5070,"summary":5071},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals","Capacitance Fundamentals","Capacitance","How much charge must you separate onto two conductors to hold a given voltage between\nthem? That ratio, $C=Q\u002F\\Delta V$, is fixed by the conductor geometry and the medium,\nnot by how much charge is presently stored. We compute it from the field for the\nparallel-plate, isolated-sphere, concentric-sphere, and coaxial geometries, trace how\nsurface charge and boundary conditions set each result, and see where fringing,\nguarding, and stray coupling separate the ideal formula from what a bridge measures.\n",{"path":5073,"title":5074,"module":5070,"summary":5075},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks","Capacitor Networks","Wire several capacitors together and the source sees one equivalent capacitance — but\nwhich? The answer comes not from how the symbols are drawn but from which conductors\nshare a node: parallel branches hold a common voltage and add, $C_{\\rm eq}=\\sum_iC_i$,\nwhile series branches share a common charge and add reciprocally. We derive both rules\nfrom charge conservation on the floating internal node, then extend the node-charge\nmethod to unequal, precharged, and stray-coupled branches and carry a worked reduction\nthrough to the charge and voltage on every element.\n",{"path":5077,"title":5078,"module":5070,"summary":5079},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force","Capacitor Energy and Force","Charging a capacitor takes work, because every increment of charge is pushed through\nthe voltage the earlier charge already established. We total that work three\nequivalent ways, $U=Q^2\u002F(2C)=Q\\Delta V\u002F2=C(\\Delta V)^2\u002F2$, locate it in the field as\na density $u=\\tfrac12\\epsilon_0E^2$, then let the plates move. Differentiating the\nstored energy at fixed charge, or the coenergy at fixed voltage, gives the mechanical\nforce; the two boundaries differ only by the work the source supplies. We work the\nparallel-plate attraction and its electrostatic pressure in full, and follow the same\ngradient into pull-in, tilt, comb drives, and traceable force calibration.\n",{"path":5081,"title":5082,"module":5070,"summary":5083},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown","Dielectric Polarization and Breakdown","Slide a dielectric between the plates and the capacitance rises — but why, and how\nhard can you drive it before the insulator fails? Bound charge answers the first:\npolarization $\\vec P$ sets up surface and volume charge that partly cancels the\napplied field, so $\\vec D=\\varepsilon_0\\vec E+\\vec P$ separates what the circuit\ncontrols from what the material contributes. We follow the field across layered\ndielectrics and interfaces, tie permittivity and loss to their frequency dependence,\nand treat dielectric strength as a measured, geometry-dependent limit rather than one\nmaterial number.\n",{"path":5085,"title":5086,"module":5087,"summary":5088},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance","Current and Resistance","Direct-Current Circuits","What does it mean, physically, for charge to flow, and what sets how hard a wire resists that flow? Current counts charge crossing a surface, $I=\\int\\vec J\\cdot\\d\\vec A$, and traces back to a slow drift of many carriers, $\\vec J=nq\\vec v_d$. We establish when the linear law $V=IR$ actually holds, how resistivity and geometry combine into bulk resistance, why real sources sag under load through their internal resistance, and how the three power forms $P=IV=I^2R=V^2\u002FR$ tie electrical work to heating and component ratings.\n",{"path":5090,"title":5091,"module":5087,"summary":5092},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis","Kirchhoff Network Analysis","Once a circuit has more than one loop, no amount of series-parallel folding will reduce it — you need the two conservation laws written as equations. Kirchhoff's junction law is charge conservation at a node; his loop law is energy conservation around a closed path. We turn a labelled network into a linear system in node voltages or mesh currents, fix the sign conventions so a negative answer just means a reversed arrow, and use power balance as an independent check that the algebra describes the circuit that was actually built.\n",{"path":5094,"title":5095,"module":5087,"summary":5096},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients","RC Transients","How does a circuit get from one steady state to the next when a capacitor refuses to change its voltage all at once? Because a jump would demand infinite current, an RC circuit slides between states exponentially, with a single time constant $\\tau=RC$ that sets the whole schedule: charging fills as $1-e^{-t\u002F\\tau}$, discharge empties as $e^{-t\u002F\\tau}$. We solve the first-order loop equation, read the response off three numbers — the switch-instant voltage, the final dc voltage, and the Thevenin resistance the capacitor sees — and mark where source and probe resistance shift $\\tau$ or where a second storage element hides a mode a one-$\\tau$ fit misses.\n",{"path":5098,"title":5099,"module":5100,"summary":5101},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories","Magnetic Trajectories","Magnetic Field","A charged particle in a magnetic field never speeds up or slows down, yet its path curves relentlessly. We work out why: the magnetic force is always perpendicular to velocity, so it does no work and bends the transverse motion into a circle of radius $r=mv_\\perp\u002F(|q|B)$ while leaving the parallel motion untouched, producing a helix. We derive the cyclotron frequency, show why it is independent of speed until relativity intervenes, and turn the geometry around: a measured curvature reads back a particle's momentum, which is how tracking detectors weigh what they cannot see.\n",{"path":5103,"title":5104,"module":5100,"summary":5105},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect","Hall Effect","Current tells you charge is moving, but not whether the movers are positive or negative, nor how many there are. A magnetic field settles both questions. Push current through a strip in a transverse field and the carriers pile up on one edge until a transverse electric field just balances the magnetic deflection; the sign of the resulting Hall voltage names the carrier's charge and its size counts the carriers per volume. We derive the balance $q\\vec E+q\\vec v_d\\times\\vec B=0$, read off $V_H=IB\u002F(nqt)$, and see why field-and-current reversal is what separates the real Hall signal from the offsets that mimic it.\n",{"path":5107,"title":5108,"module":5100,"summary":5109},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors","Magnetic Force on Conductors","A magnet pushes on a current-carrying wire even though the wire is electrically neutral. The reason is that each moving carrier feels the Lorentz force, and those microscopic pushes add up to a force the wire's supports must hold. We sum them into $\\d\\vec F=I\\,\\d\\vec\\ell\\times\\vec B$, collapse it to $\\vec F=I\\vec L\\times\\vec B$ for a straight segment in a uniform field, and see exactly when that shortcut fails and the full path integral is needed. The same law runs backward as a measurement: a force-versus-current slope weighs a magnetic field against a known length.\n",{"path":5111,"title":5112,"module":5100,"summary":5113},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles","Magnetic Dipoles","A compass needle turns to point north; a current loop in a field does the same thing, and for the same reason. Both are magnetic dipoles, and a uniform field cannot push a dipole anywhere, only twist it. We package a loop's response into one vector, the magnetic moment $\\vec\\mu=IA\\hat n$, from which torque $\\vec\\tau=\\vec\\mu\\times\\vec B$ and orientation energy $U=-\\vec\\mu\\cdot\\vec B$ both follow. Stable alignment sits at the energy minimum, a field gradient is what it takes to produce a net force $\\vec F=\\nabla(\\vec\\mu\\cdot\\vec B)$, and the same moment reappears whenever anything from an electron to a planet acts magnetic.\n",{"path":5115,"title":5116,"module":5100,"summary":5117},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry","Mass Spectrometry","To weigh a single atom you cannot use a scale, so you use a magnetic field instead. A charged ion of unknown mass bends in a field by an amount that depends on its momentum and charge, so if every ion enters with the same velocity, its landing position reads off its mass-to-charge ratio directly. We build the instrument in two stages: crossed electric and magnetic fields that pass only ions with $v=E\u002FB$, and a magnetic sector that bends the survivors along $r=mv\u002F(|q|B)$. Then we ask what blurs a spectral line and how reference ions turn a position into a calibrated mass.\n",{"path":5119,"title":5120,"module":5121,"summary":5122},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields","Moving-Charge Fields","Magnetic Sources","Every magnetic field comes from charge in motion, and the simplest source is a single point charge drifting past. We work out the field it produces — normal to both the velocity and the line of sight, falling off as the inverse square — and read off why it vanishes straight ahead of the charge and peaks broadside. Summing many such charges is the bridge to steady currents, valid while speeds stay far below $c$ and the motion changes little during the time its field takes to propagate outward.\n",{"path":5124,"title":5125,"module":5121,"summary":5126},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law","Biot–Savart Law","A steady current is a continuous stream of current elements, and the Biot–Savart law hands each one a magnetic contribution — a right-hand cross product that falls off as the inverse square of distance. Summing the contributions along a conductor is a vector line integral, which we carry out for the straight wire to get the endpoint-angle formula. The infinite-wire field $B=\\mu_0 I\u002F2\\pi s$ falls out as the limit where both ends recede, and we mark how fast a finite wire departs from it and when a thin-filament model is safe.\n",{"path":5128,"title":5129,"module":5121,"summary":5130},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops","Circular Current Loops","A ring of current is the simplest source with a well-defined magnetic axis, and it is the building block of every coil and electromagnet. Symmetry kills the transverse Biot–Savart contributions along that axis and leaves a single clean integral; we evaluate it to get $B_z=\\mu_0 I R^2\u002F[2(R^2+z^2)^{3\u002F2}]$, read off the centre field $\\mu_0 I\u002F2R$, and watch it fall into the $1\u002Fz^3$ tail of a magnetic dipole far away. Stacking turns just adds their axial contributions, which is what makes a solenoid out of a pile of loops.\n",{"path":5132,"title":5133,"module":5121,"summary":5134},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law","Ampère’s Law","When a current arrangement is symmetric enough, the Biot–Savart integral is overkill: Ampère's law, $\\oint_C\\vec B\\cdot\\d\\vec\\ell=\\mu_0 I_{\\rm enc}$, gets the field from a single line of reasoning about how much current a loop encloses. We see why the law holds for any steady current, then use cylindrical, planar, and toroidal symmetry to turn the circulation into simple algebra — the field inside and outside a wire, an infinite sheet, a solenoid, and a toroid. We also mark the catch: without symmetry the law still holds but no longer hands you the field pointwise.\n",{"path":5136,"title":5137,"module":5121,"summary":5138},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism","Gauss’s Law for Magnetism","Electric field lines start and end on charges; magnetic field lines do neither, because no one has ever found an isolated magnetic pole. That single experimental fact is Gauss's law for magnetism: the flux of $\\vec B$ through any closed surface is zero, $\\oint\\vec B\\cdot\\d\\vec A=0$, or in differential form $\\nabla\\cdot\\vec B=0$. We work through what it says — every field line that enters a closed surface must leave it, so field lines close on themselves — and, just as important, what it does not say, since flux through an open surface is generally nonzero.\n",{"path":5140,"title":5141,"module":5121,"summary":5142},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials","Magnetic Materials","Put matter in a magnetic field and its atoms respond, each acting as a tiny current loop; the aligned moments per unit volume are the magnetization $\\vec M$, whose bound currents add to the field. Separating what we control (the free current) from what the material supplies leads to $\\vec H$ and the relation $\\vec B=\\mu_0(\\vec H+\\vec M)$. We sort materials into diamagnets, paramagnets, and ferromagnets by how $\\vec M$ answers, follow a ferromagnet around its hysteresis loop, and see why the loop's area is the energy dissipated per cycle and why a sample's shape changes the field it actually feels.\n",{"path":5144,"title":5145,"module":5146,"summary":5147},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux","Magnetic Flux","Electromagnetic Induction","A magnetic field threading a loop collapses to one signed number, the flux, and every induced voltage in this module turns out to be a rate of change of that number — so defining the flux and its sign comes first. We define it as the surface integral of $\\vec B$ over an oriented surface, reduce it to $BA\\cos\\theta$ for a uniform field on a flat loop, and carry the flux linkage $N\\Phi_B$ of a coil. The chosen normal fixes the sign; reversing it flips the sign without touching the field. Nonuniform fields and curved surfaces force the integral, so we also build the numerical estimate and the checks that separate a reliable value from a nominal field-times-area product.\n",{"path":5149,"title":5150,"module":5146,"summary":5151},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law","Faraday's Law","Move a magnet toward a coil, or ramp the current in a nearby circuit, and a voltage appears with no battery in sight. Faraday's law names the cause: the emf around a loop equals minus the rate of change of the magnetic flux through it, so any change of field, area, orientation, or position that alters the flux drives an emf. We separate the emf, which lives around the boundary whether or not current can flow, from the current that follows only when the path is closed; fix the single sign convention that ties flux to loop orientation; and read the emf off rotating coils and off flux sampled at discrete times.\n",{"path":5153,"title":5154,"module":5146,"summary":5155},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law","Lenz's Law","The minus sign in Faraday's law is not decoration: it decides which way the induced current flows, and it always chooses the direction that fights the change that produced it. Lenz's law reads that sign off energy conservation — a current that aided the change would be free energy — and turns it into a repeatable procedure. We fix a surface normal and a positive loop direction so the sign is calculable, then work through approaching magnets, expanding loops, coupled coils, and rotating generators, using mechanical work and Joule heating as an independent check on every direction we draw.\n",{"path":5157,"title":5158,"module":5146,"summary":5159},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf","Motional EMF","Push a wire through a magnetic field and its free charges feel a sideways magnetic force that piles them up at the ends — a battery made of motion. Motional emf is that effect: the work per unit charge a moving conductor supplies is the line integral of $\\vec v\\times\\vec B$ along it, which for a rod moving perpendicular to both its length and the field collapses to $B\\ell v$. We chase where the energy comes from — the hand or motor fighting the magnetic drag, never the magnetic force itself — solve the sliding-rail circuit from both flux and carrier forces, and carry the idea into rotating rods, homopolar disks, generators, and the back emf of a motor.\n",{"path":5161,"title":5162,"module":5146,"summary":5163},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents","Eddy Currents","A wire carries current along one path; a solid block of metal offers a continuum of them, and any changing flux threading that block sets charge circulating in closed loops it chooses for itself. We ask what those eddy currents do — where they heat, where they drag, and how Lenz's law fixes their direction — and why the same circulation is a feature in an induction furnace and a loss to be suppressed in a transformer core. From a representative-loop estimate we get the scaling (heating grows with the square of frequency and flux rate) and the two design levers, lamination and resistivity, that break the paths a solid conductor would otherwise hand the current.\n",{"path":5165,"title":5166,"module":5146,"summary":5167},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance","Self-Inductance","A coil resists changes to its own current. Drive current through it and the flux it produces threads its own turns; change that current and Faraday's law turns the coil against the source with a back emf $\\mathcal E_L=-L\\,\\d I\u002F\\d t$. We define self-inductance as the flux linkage per ampere fixed by winding and core geometry, derive the long-solenoid value $L=\\mu_0 N^2A\u002F\\ell$, and follow the consequence that dominates circuits: because a finite voltage can only sustain a finite $\\d I\u002F\\d t$, an inductor's current cannot jump — which is why opening a switch on a live coil throws a spark.\n",{"path":5169,"title":5170,"module":5146,"summary":5171},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy","Magnetic Energy","Building current in a coil means working against its back emf, and that work does not vanish — it sits in the magnetic field as recoverable energy $U_B=\\tfrac12LI^2$, spread through space at density $u_B=B^2\u002F(2\\mu_0)$. We derive both forms, show they agree for a solenoid, and read a force out of the same energy: an armature is pulled toward higher inductance, and $B^2\u002F(2\\mu_0)$ doubles as a magnetic pressure. The lesson closes on the accounting a real switching event demands, where recoverable energy, copper heating, core loss, and clamp dissipation must balance a single ledger.\n",{"path":5173,"title":5174,"module":5146,"summary":5175},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits","RL Circuits","Put a resistor and an inductor in series and the current cannot switch on or off at will: it climbs to $V_0\u002FR$ and falls away exponentially on a single time scale $\\tau=L\u002FR$ set by how much flux the coil hoards against how fast the resistor bleeds it. We solve the turn-on and turn-off, then confront the practical sting — because the coil's current refuses to stop instantly, breaking its path throws up a large voltage, which is why real inductive circuits carry freewheel diodes and clamps that trade voltage stress against how quickly the current dies.\n",{"path":5177,"title":5178,"module":5179,"summary":5180},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals","AC Fundamentals","Alternating Current","A wall socket delivers a voltage that averages to zero over each cycle, yet it still heats a filament and runs a motor. The resolution is that dissipation follows the mean of the square, not the mean, so we define the root-mean-square value that makes an alternating source the equal of a DC one for resistive heating. We show a sinusoid's RMS is its peak divided by $\\sqrt2$, work out the average power an ideal resistor draws when its current stays in phase with the applied voltage, and separate the peak, average, and RMS descriptions that a single number cannot combine.\n",{"path":5182,"title":5183,"module":5179,"summary":5184},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance","Reactance","A resistor obeys Ohm's law instant by instant, but a capacitor responds to how fast its voltage changes and an inductor to how fast its current changes. Under a steady sinusoid that rate-dependence collapses to a fixed quarter-cycle phase shift and a frequency-dependent amplitude ratio, the reactance. We derive $X_C=1\u002F(\\omega C)$ and $X_L=\\omega L$, adopt phasors to turn the defining derivatives into multiplication by $j\\omega$ so a single complex impedance carries amplitude and phase together, and track the energy an ideal reactance stores and returns without dissipating it. Real windings and dielectrics add loss, leakage, and self-resonance that bound where the ideal formulas hold.\n",{"path":5186,"title":5187,"module":5179,"summary":5188},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance","RLC Resonance","Put a resistor, inductor, and capacitor in one loop and their reactances work against each other: inductive reactance grows with frequency while capacitive reactance shrinks, and at one frequency they cancel exactly. There the branch looks purely resistive, the current peaks, and the inductor and capacitor voltages can swing far above the source. We locate that resonance at $\\omega_0=1\u002F\\sqrt{LC}$, measure how sharp the peak is with the quality factor $Q=\\omega_0L\u002FR$, tie its half-power bandwidth $R\u002FL$ to the ringdown of the unforced circuit, and read the same poles off as bandpass and peaked filters at the R, L, or C terminals.\n",{"path":5190,"title":5191,"module":5179,"summary":5192},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power","AC Power","Multiply an AC load's RMS voltage by its RMS current and you get an answer in volt-amperes that the wiring must carry, but not in general the watts the load consumes. The phase between voltage and current splits that product into a part that does net work and a part that merely sloshes energy back and forth. We derive the average power $P=V_{\\rm rms}I_{\\rm rms}\\cos\\phi$, package amplitude and phase into complex power $S=P+jQ$ so that real, reactive, and apparent power form one right triangle, and see why a harmonic-rich current forces the time-domain definition $P=\\langle vi\\rangle$ in place of a single phase angle.\n",{"path":5194,"title":5195,"module":5179,"summary":5196},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers","Transformers","Two coils sharing an iron core exchange no charge, yet a changing current in one drives a voltage in the other, and the ratio of their turns sets how voltage and current trade off between the windings. That lets a transformer step a voltage up or down, isolate two circuits, and make a load look larger or smaller to the source by the square of the turns ratio. We build the ideal ratio element from Faraday's law and the dot convention, derive the reflected-impedance rule, then add the winding resistance, leakage, magnetizing current, and core loss that turn the ideal ratios into real regulation, efficiency, and a bounded voltage-frequency range.\n",{"path":5198,"title":5199,"module":5200,"summary":5201},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current","Displacement Current","Maxwell’s Equations and Electromagnetic Waves","Ampère's law asks for the current through a surface bounded by a loop, but a charging capacitor breaks it: slide the surface off the wire and into the gap and the enclosed conduction current drops to zero, while the magnetic field around the loop plainly does not. Maxwell's repair is to count a changing electric flux as itself a source of magnetic circulation. We derive the displacement-current term $\\varepsilon_0\\,\\d\\Phi_E\u002F\\d t$, show that charge continuity demands it, compute the magnetic field it produces inside a charging capacitor, and see how it closes the Ampère–Maxwell law so that electric and magnetic fields can sustain one another as a wave.\n",{"path":5203,"title":5204,"module":5200,"summary":5205},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves","Electromagnetic Waves","Once a changing electric flux can drive a magnetic field, the two curl laws feed each other: a disturbance in one regenerates the other, and the pair walks off through empty space with no medium holding it up. We take the curl of Faraday's law, land on a wave equation whose speed is fixed entirely by $\\mu_0$ and $\\varepsilon_0$, and find that $c=1\u002F\\sqrt{\\mu_0\\varepsilon_0}$ falls out of purely electric and magnetic constants. The plane-wave solution then fixes the geometry — $\\vec E$, $\\vec B$, and the propagation direction mutually perpendicular, oscillating in phase, with amplitudes locked at $E=cB$ — a set of independent predictions any real measurement must meet at once.\n",{"path":5207,"title":5208,"module":5200,"summary":5209},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum","Electromagnetic Momentum","A light beam carries no mass, yet it pushes: shine it on a surface and the surface feels a force. We trace that force back to the fields, which store energy with density $\\varepsilon_0E^2$ and carry it along the Poynting vector $\\vec S=\\vec E\\times\\vec B\u002F\\mu_0$. Because that energy also carries momentum $U\u002Fc$, an absorbed beam presses with $I\u002Fc$ and a mirror with $2I\u002Fc$. We derive the Poynting theorem as local energy conservation, tie intensity to field amplitude, and work the momentum balance carefully enough that oblique incidence, partial reflection, and finite beams all drop out of one accounting.\n",{"path":5211,"title":5212,"module":5200,"summary":5213},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation","Dipole Radiation","Only accelerating charge radiates, and the simplest accelerator is a charge sloshing back and forth: an oscillating electric dipole. We work out the field it throws off, keeping the part that survives to large distance — the $1\u002Fr$ radiation field whose intensity goes as $\\sin^2\\theta\u002Fr^2$, zero along the dipole axis and strongest broadside. From it follow the $\\omega^4$ scaling of total radiated power, radiation resistance as the feed's view of that escaping power, and, through reciprocity, the fact that a good transmitter receives well in the same directions. The near-zone terms that fall off faster carry no net power, and we mark carefully where each description is allowed to be used.\n",{"path":5215,"title":5216,"module":5200,"summary":5217},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization","Polarization","A plane wave still leaves one thing free: which way its electric field points as it oscillates. That freedom is polarization, set entirely by the relative amplitude and phase of the two transverse field components — in phase gives a line, equal amplitudes a quarter cycle apart give a circle, everything else an ellipse. We work out how a linear analyzer reads a state through Malus's law $I=I_0\\cos^2\\theta$, why that scan alone cannot tell circular light from unpolarized, and how a quarter-wave plate plus a few analyzer settings recover the full Stokes vector and the degree of polarization.\n",{"path":5219,"title":5220,"module":5221,"summary":5222},"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction","Reflection and Refraction","Geometrical Optics","Light meeting a boundary between two transparent media splits into a reflected ray and a bent transmitted one, and predicting where those rays go is the whole starting point of geometrical optics. Fixing one convention — every angle measured from the surface normal — we get reflection's equal angles and derive Snell's law $n_1\\sin\\theta_1=n_2\\sin\\theta_2$ from wavefront timing. That single relation, applied once or twice, yields the critical angle and total internal reflection, prism deviation, the lateral shift through a window, apparent depth, and a fiber's acceptance cone; a wavelength-dependent index then adds dispersion. We mark throughout where the ray picture is trustworthy: feature sizes large against the wavelength and clean interface geometry.\n",{"path":5224,"title":5225,"module":5221,"summary":5226},"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses","Thin Lenses","A lens gathers the light spreading from one point back onto another, and a single paraxial relation $1\u002Fs+1\u002Fs'=1\u002Ff$ predicts where that image lands and how large it is. We collapse two refractions into one bending plane, read image position and orientation off the three principal rays, and trace focal length back to glass and curvature through the lensmaker equation. Sign conventions carry the physics here — they separate real from virtual images and upright from inverted — so we drill them before chaining lenses in sequence and in contact. The lesson ends on how focal length is actually measured on a bench, and where finite thickness, aperture, and dispersion break the thin-lens picture.\n",{"path":5228,"title":5229,"module":5221,"summary":5230},"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors","Spherical Mirrors","Curve a mirror and it stops merely reflecting an image and starts forming one: the same $1\u002Fs+1\u002Fs'=1\u002Ff$ that governs lenses reappears, now with $f=R\u002F2$ and reflected rays and object sharing one side of the glass. We derive the mirror equation from the reflection geometry of a single paraxial ray, then let signed distances do the sorting — real inverted images on the near branch, virtual upright ones behind the surface — and check the concave, convex, and plane-mirror limits against each other. The second half turns to how focal length is actually measured on a bench, by finite conjugates, distant targets, return imaging, and sagitta, and to the aperture and off-axis aberrations the single paraxial focus cannot capture.\n",{"path":5232,"title":5233,"module":6,"summary":6},"\u002Felectricity-and-magnetism","Electricity & Magnetism",{"path":5235,"title":5236,"module":5237,"summary":5238},"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms","Systems of Linear Equations and Row Reduction","Linear Equations in Linear Algebra","A linear system is a finite set of linear equations in shared variables. Elementary row operations rewrite it without changing its solution set, and reducing the augmented matrix to echelon form decides both existence and uniqueness. Pivot positions say whether the solution set is empty, a single point, or infinite.\n",{"path":5240,"title":5241,"module":5237,"summary":5242},"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations","Vector Equations and the Matrix Equation Ax = b","The same linear system reads three equivalent ways: a system of equations, a vector equation asking whether b is a linear combination of fixed vectors, and a matrix equation Ax = b. Ax is the linear combination of A's columns weighted by x, so consistency for a given b means b lies in the span of the columns, and consistency for every b means the columns span all of R^m.\n",{"path":5244,"title":5245,"module":5237,"summary":5246},"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications","Solution Sets and Applied Linear Systems","A homogeneous system Ax = 0 has a solution set that is a span through the origin; a consistent Ax = b has that same span translated by any one particular solution. Parametric vector form writes both explicitly. The structure shows up in applied systems with many solutions: equilibrium prices, balanced chemical reactions, network flows, weight-loss diets, and migration models.\n",{"path":5248,"title":5249,"module":5237,"summary":5250},"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence","Linear Independence","A set of vectors is linearly independent when the only linear combination equal to zero is the trivial one; otherwise a dependence relation writes one vector in terms of the others. For the columns of A the question becomes whether Ax = 0 has only the trivial solution — a pivot in every column. Counting pivots settles independence, and any set with more vectors than entries is automatically dependent.\n",{"path":5252,"title":5253,"module":5237,"summary":5254},"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations","Linear Transformations and Their Matrices","Reading A as an action rather than an array, x maps to Ax is a transformation from R^n to R^m. The ones that preserve addition and scalar multiplication are the linear transformations, and every one is x maps to Ax for a unique standard matrix whose columns are the images of the standard basis vectors. Onto and one-to-one translate into the span and independence of those columns.\n",{"path":5256,"title":5257,"module":5258,"summary":5259},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations","Matrix Operations","Matrix Algebra","Matrices add and scale entrywise, but their product is defined so that multiplication corresponds to composition of linear maps: the columns of AB are A applied to the columns of B. From that requirement follow the row-column rule, the algebra of products (associative and distributive but not commutative), powers, and the transpose.\n",{"path":5261,"title":5262,"module":5258,"summary":5263},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility","The Inverse and the Invertible Matrix Theorem","The inverse of a square matrix is the matrix analogue of a reciprocal, defined by AA⁻¹ = I. A closed form settles the 2×2 case; the Gauss–Jordan algorithm row reduces [A | I] to [I | A⁻¹] in general; and elementary matrices record single row operations. The Invertible Matrix Theorem collects a dozen equivalent conditions for invertibility into one statement.\n",{"path":5265,"title":5266,"module":5258,"summary":5267},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu","Block Matrices and the LU Factorization","Partitioning a matrix into blocks lets sums, products, and inverses be computed block by block, as if the submatrices were scalars. Block structure also underlies the LU factorization A = LU, which splits solving Ax = b into two fast triangular solves and repays the cost whenever many systems share one coefficient matrix.\n",{"path":5269,"title":5270,"module":5258,"summary":5271},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank","Subspaces of Rⁿ, Dimension, and Rank","A subspace is a set closed under addition and scalar multiplication. Every matrix carries two: the column space of all attainable outputs Ax, and the null space of all solutions of Ax = 0. A basis measures each with a minimal spanning set, dimension counts it, and the Rank Theorem ties pivots and free variables together as rank + nullity = n.\n",{"path":5273,"title":5274,"module":5258,"summary":5275},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics","Applications: Leontief Economics and Computer Graphics","The Leontief input–output model balances an economy through (I − C)x = d and expands the inverse as a geometric series in the consumption matrix. Computer graphics moves figures with matrix products, using homogeneous coordinates so that translation and perspective projection become matrix multiplications too.\n",{"path":5277,"title":5278,"module":5279,"summary":5280},"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors","Introduction to Determinants","Determinants","The determinant of a square matrix is defined recursively by cofactor expansion: an n-by-n determinant is a signed sum of (n-1)-by-(n-1) determinants built from the first row. The expansion can equally run along any row or down any column, and a triangular matrix has determinant equal to the product of its diagonal.\n",{"path":5282,"title":5283,"module":5279,"summary":5284},"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants","Properties of Determinants","Row operations act on the determinant in three predictable ways, and this turns row reduction into a fast algorithm: the determinant is the product of the pivots times a sign for the interchanges. The same properties yield the invertibility test det A is nonzero, the transpose identity, and the multiplicative law det(AB) equals det A times det B.\n",{"path":5286,"title":5287,"module":5279,"summary":5288},"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area","Cramer's Rule, Volume, and Linear Transformations","Cramer's rule writes each unknown of an invertible system as a ratio of determinants, and the same idea gives a closed formula for the inverse through the adjugate. Geometrically the absolute determinant is the area of the parallelogram or the volume of the parallelepiped spanned by the columns, so a linear map scales every region's measure by that factor.\n",{"path":5290,"title":5291,"module":5292,"summary":5293},"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces","Vector Spaces and Subspaces","Vector Spaces","A vector space is any set closed under addition and scalar multiplication that obeys ten algebraic axioms. The same axioms that govern arrows in the plane govern polynomials, functions, matrices, and infinite signals, so one theory covers them all. A subspace is a subset that is a vector space in its own right, tested by three conditions, and the span of any set of vectors is the smallest subspace containing them.\n",{"path":5295,"title":5296,"module":5292,"summary":5297},"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces","Null Spaces, Column Spaces, and Linear Transformations","Two subspaces sit inside every matrix. The null space collects all solutions of $Ax = 0$ and lives in the domain; the column space collects every attainable $Ax$ and lives in the codomain. One is defined implicitly by a condition, the other explicitly by a spanning set, and the same pair appears for an abstract linear transformation as its kernel and range.\n",{"path":5299,"title":5300,"module":5292,"summary":5301},"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets","Linearly Independent Sets and Bases","A basis is a spanning set with no redundancy: linearly independent and still large enough to reach every vector. The spanning-set theorem shows any spanning set can be trimmed to a basis by discarding dependent vectors, and the pivot columns of a matrix give a basis for its column space. Independence and spanning are defined for abstract spaces exactly as in $\\mathbb{R}^n$.\n",{"path":5303,"title":5304,"module":5292,"summary":5305},"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems","Coordinate Systems","Fixing a basis assigns every vector a unique list of coordinates, turning an abstract space into $\\mathbb{R}^n$. The coordinate mapping is a one-to-one linear transformation onto $\\mathbb{R}^n$ — an isomorphism — so any $n$-dimensional space is indistinguishable from $\\mathbb{R}^n$ as far as vector-space computations go. In $\\mathbb{R}^n$ the change-of-coordinates matrix $P_B$ and its inverse convert between basis coordinates and standard coordinates.\n",{"path":5307,"title":5308,"module":5292,"summary":5309},"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank","The Dimension of a Vector Space and Rank","Every basis of a space has the same number of vectors, and that number is the dimension. Rank is the dimension of the column space, equal to the dimension of the row space and to the number of pivots. The Rank Theorem, rank plus nullity equals the number of columns, ties the four fundamental subspaces of a matrix together and adds six lines to the Invertible Matrix Theorem.\n",{"path":5311,"title":5312,"module":5292,"summary":5313},"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis","Change of Basis","Two bases give the same vector two different coordinate vectors, and a single invertible matrix converts between them. Its columns are the coordinate vectors of the old basis expressed in the new one, and its inverse reverses the conversion. In $\\mathbb{R}^n$ the change-of-coordinates matrix between two bases is found by one row reduction.\n",{"path":5315,"title":5316,"module":5292,"summary":5317},"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov","Applications: Difference Equations and Markov Chains","The solutions of an nth-order linear difference equation form an $n$-dimensional vector space, so finding $n$ independent solutions gives them all. A Markov chain evolves a probability distribution by repeated multiplication by a stochastic matrix, and a regular chain converges to a unique steady-state vector fixed by that matrix. Both applications turn a dynamic process into a subspace or a fixed-point question.\n",{"path":5319,"title":5320,"module":5321,"summary":5322},"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues","Eigenvectors and Eigenvalues","Eigenvalues and Eigenvectors","An eigenvector of a square matrix is a nonzero vector the matrix only stretches; its eigenvalue is the stretch factor. The eigenspace of an eigenvalue is the null space of A minus lambda times the identity, the eigenvalues of a triangular matrix are its diagonal entries, and eigenvectors for distinct eigenvalues are linearly independent.\n",{"path":5324,"title":5325,"module":5321,"summary":5326},"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation","The Characteristic Equation","The eigenvalues of a matrix are the roots of its characteristic polynomial det(A minus lambda I). This degree-n polynomial carries an algebraic multiplicity at each repeated root, a nonzero determinant is equivalent to zero not being an eigenvalue, and similar matrices share a characteristic polynomial and hence the same eigenvalues.\n",{"path":5328,"title":5329,"module":5321,"summary":5330},"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization","Diagonalization","A matrix is diagonalizable when it factors as A equals P D P inverse with D diagonal, which happens exactly when it has n linearly independent eigenvectors. The factorization computes matrix powers cheaply, distinct eigenvalues guarantee it, and a repeated eigenvalue permits it only when its eigenspace dimension equals its multiplicity.\n",{"path":5332,"title":5333,"module":5321,"summary":5334},"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations","Eigenvectors and Linear Transformations","Every linear transformation between finite-dimensional spaces has a matrix relative to chosen bases, built from the coordinate vectors of the images of the basis vectors. For a map from a space to itself, an eigenvector basis makes that matrix diagonal, and that change of basis is diagonalization; the matrices similar to A are the representations of the map in every basis.\n",{"path":5336,"title":5337,"module":5321,"summary":5338},"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues","Complex Eigenvalues","A real matrix with no real eigenvalues still has complex ones, occurring in conjugate pairs. A real 2-by-2 matrix with eigenvalue a plus b i is similar to a rotation-scaling matrix, whose rotation angle is the argument of the eigenvalue and whose scale factor is its modulus; the modulus decides whether the trajectories close up, spiral in, or spiral out.\n",{"path":5340,"title":5341,"module":5321,"summary":5342},"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems","Discrete and Continuous Dynamical Systems","Eigenvalues govern the long-term behavior of a system that evolves by x becomes A x or by x prime equals A x. An eigenvector basis decouples both kinds of system into independent scalar equations; the eigenvalues then classify the origin as attractor, repeller, saddle, or spiral, and the dominant eigenpair fixes the growth rate and limiting direction.\n",{"path":5344,"title":5345,"module":5321,"summary":5346},"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method","Iterative Estimates for Eigenvalues","When only a numerical eigenvalue is needed, iteration is preferred over the characteristic polynomial. The power method repeatedly multiplies by A to converge on the dominant eigenvalue and its eigenvector; the Rayleigh quotient sharpens the estimate for symmetric matrices; and the inverse power method targets any eigenvalue near a known guess.\n",{"path":5348,"title":5349,"module":5350,"summary":5351},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality","Inner Product, Length, and Orthogonality","Orthogonality and Least Squares","The dot product turns the algebra of vectors in R^n into geometry: length, distance, and perpendicularity. The inner product yields the norm, the Pythagorean theorem, and the orthogonal complement, and the null space of a matrix is the orthogonal complement of its row space.\n",{"path":5353,"title":5354,"module":5350,"summary":5355},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections","Orthogonal Sets and Orthogonal Projections","An orthogonal basis makes coordinates trivial: each weight is a single dot product, no linear system required. Orthogonal and orthonormal bases give a direct projection formula onto a line and onto a subspace, the orthogonal decomposition and best-approximation theorems, and the matrix form U U-transpose of a projection.\n",{"path":5357,"title":5358,"module":5350,"summary":5359},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr","The Gram-Schmidt Process and QR Factorization","Gram-Schmidt turns any basis into an orthogonal one by repeatedly subtracting off projections onto the span already built. Normalizing the result and recording the coefficients factors the matrix as A = QR, with Q orthonormal and R upper triangular, the factorization behind stable least-squares and eigenvalue algorithms.\n",{"path":5361,"title":5362,"module":5350,"summary":5363},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems","Least-Squares Problems","When Ax = b has no solution, the least-squares solution makes Ax as close to b as possible. The closest Ax is the projection of b onto the column space, and the vector that produces it solves the normal equations A-transpose A x = A-transpose b. Uniqueness, the residual error, and the stabler QR route follow.\n",{"path":5365,"title":5366,"module":5350,"summary":5367},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications","Applications to Linear Models","Curve fitting is a least-squares problem in statistical notation. The least-squares line, polynomial fits, and multiple regression all reduce to X beta = y with a design matrix X built from the data, solved by the same normal equations.\n",{"path":5369,"title":5370,"module":5350,"summary":5371},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces","Inner Product Spaces","Promoting the four properties of the dot product to axioms defines an inner product on any vector space, including spaces of functions. Length, distance, orthogonality, Gram-Schmidt, and best approximation all carry over, along with the Cauchy-Schwarz and triangle inequalities and the integral inner product behind Fourier approximation.\n",{"path":5373,"title":5374,"module":5375,"summary":5376},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices","Diagonalization of Symmetric Matrices","Symmetric Matrices, Quadratic Forms, and the SVD","A symmetric matrix is one that equals its own transpose. Every such matrix can be diagonalized by an orthogonal change of basis, A = PDPᵀ, with real eigenvalues and perpendicular eigenvectors. This is the Spectral Theorem, and it rewrites A as a weighted sum of rank-one projections onto its eigenvectors.\n",{"path":5378,"title":5379,"module":5375,"summary":5380},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms","Quadratic Forms","A quadratic form xᵀAx is the second-degree analogue of a linear map, attached to a symmetric matrix A. Orthogonal diagonalization changes variables to the eigenbasis, removing all cross-terms and rotating the form into standard position. The signs of the eigenvalues then classify it as definite or indefinite.\n",{"path":5382,"title":5383,"module":5375,"summary":5384},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization","Constrained Optimization","Maximizing a quadratic form xᵀAx over the unit sphere has an exact answer: the maximum is the largest eigenvalue of A, attained at its eigenvector, and the minimum is the smallest eigenvalue. Adding orthogonality constraints peels off the eigenvalues in order, characterizing the whole spectrum by optimization.\n",{"path":5386,"title":5387,"module":5375,"summary":5388},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition","The Singular Value Decomposition","The singular value decomposition factors any m×n matrix as A = UΣVᵀ, with orthogonal U and V and a nonnegative diagonal Σ of singular values. The singular values are the square roots of the eigenvalues of AᵀA, and they describe the matrix geometrically as a rotation, an axiswise stretch, and another rotation, exposing rank, the four fundamental subspaces, and a best low-rank approximation.\n",{"path":5390,"title":5391,"module":5375,"summary":5392},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging","Applications: Image Processing and Statistics","Principal component analysis diagonalizes the covariance matrix of a data set, producing uncorrelated variables ordered by variance. The leading components capture most of the variation, which reduces dimension, compresses images through low-rank SVD approximation, and connects directly to the singular values of the data matrix.\n",{"path":5394,"title":5395,"module":5396,"summary":5397},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation","Numerical Thinking and Matrix Computation","Numerical Linear Algebra","Numerical analysis builds efficient discrete algorithms for continuous problems, and its cost is dominated as much by memory traffic as by arithmetic. Block matrix calculus, flop counts, and the BLAS efficiency ratio fix the cost model; triangular and unitary matrices are the two computational building blocks every factorization rests on.\n",{"path":5399,"title":5400,"module":5396,"summary":5401},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky","LU and Cholesky Factorization in Practice","Gaussian elimination, read as a factorization A = LU, turns a linear system into two triangular solves. A single near-zero pivot wrecks it, so partial pivoting reorders rows to pick the largest available pivot and makes the method work for every invertible matrix. For symmetric positive-definite systems, Cholesky halves the cost and needs no pivoting.\n",{"path":5403,"title":5404,"module":5396,"summary":5405},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point","Conditioning and Floating-Point Arithmetic","A problem's condition number measures how much its answer moves when its data is perturbed, independent of any algorithm. Subtraction is ill-conditioned under cancellation, and for a linear system the amplifier is the matrix condition number κ(A). Floating-point arithmetic supplies the perturbation: every real number is rounded to within a relative machine precision, so even perfect computation inherits an error of order κ times the unit roundoff.\n",{"path":5407,"title":5408,"module":5396,"summary":5409},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis","Numerical Stability and Backward Error Analysis","An algorithm is backward stable when its computed answer is the exact answer to a slightly perturbed problem. Combined with the condition number this gives the governing rule of thumb: forward error is at most condition times stability. Three cancellation case studies make the point, then the residual-based backward error applies it to Ax = b and shows why partial pivoting keeps Gaussian elimination stable.\n",{"path":5411,"title":5412,"module":5396,"summary":5413},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares","QR, Householder, and Numerical Least Squares","The least-squares problem reduces to the normal equations, but forming AᵀA squares the condition number and can wreck accuracy. The stable route computes a QR factorization directly on A and solves Rx = Qᵀb. Householder reflectors build that QR one column at a time using length-preserving reflections, the unconditionally backward-stable building block behind every serious least-squares solver.\n",{"path":5415,"title":5416,"module":5396,"summary":5417},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd","Numerical Eigenvalue Problems and the SVD","Eigenvalues cannot be found by a formula for large matrices, so they are found by iteration. Power and inverse iteration converge to one eigenvector at a rate set by the eigenvalue gap; the QR algorithm sweeps a matrix to Schur form and, with a good shift and a Hessenberg reduction, computes the whole spectrum in cubic time. Singular values follow from the same machinery applied without ever forming AᵀA.\n",{"path":5419,"title":5420,"module":5421,"summary":5422},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations","Affine Combinations","Geometry of Vector Spaces","An affine combination is a linear combination whose weights sum to one. The affine hull of a set is the smallest flat containing it: a point, a line, a plane, or a translated subspace. Homogeneous coordinates turn every affine combination into an ordinary linear combination one dimension up.\n",{"path":5424,"title":5425,"module":5421,"summary":5426},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates","Affine Independence and Barycentric Coordinates","Affine independence is linear independence for the translated or lifted points, and it guarantees each point of an affine hull a unique weight vector. Those weights are barycentric coordinates: centers of mass, ratios of triangle areas, and the interpolation rule behind smooth shading in computer graphics.\n",{"path":5428,"title":5429,"module":5421,"summary":5430},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets","Convex Combinations and Convex Sets","A convex combination is an affine combination with nonnegative weights, and the convex hull of a set is the smallest convex set containing it. Convex sets are closed under intersection, and Carathéodory's theorem bounds how many points a convex combination in $\\mathbb{R}^n$ ever needs: at most $n+1$.\n",{"path":5432,"title":5433,"module":5421,"summary":5434},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes","Hyperplanes and Polytopes","A hyperplane is a level set of a linear functional, the set where an inner product equals a constant. Hyperplanes separate disjoint convex sets and support them at their boundaries. Polytopes are convex hulls of finite point sets; their vertices are the extreme points, and a linear functional attains its extremes there.\n",{"path":5436,"title":5437,"module":5421,"summary":5438},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces","Curves and Surfaces","Bézier curves are affine combinations of control points with polynomial weights, so they lie in the convex hull of those points and bend toward them. The de Casteljau algorithm evaluates them by repeated interpolation, a matrix form factors them for computation, and matching endpoints and tangents joins segments into smooth curves and surfaces.\n",{"path":5440,"title":5441,"module":6,"summary":6},"\u002Flinear-algebra","Linear Algebra",{"path":5443,"title":5444,"module":6,"summary":6},"\u002Ftheory-of-computation","Theory of Computation",{"path":5446,"title":5447,"module":4247,"summary":5448},"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words","Bits, Bytes, and Words","Everything a machine stores is a string of bits grouped into bytes. We set out binary and hexadecimal, the byte as the unit of addressing, the word as the machine's natural integer size, and byte ordering — why the same four bytes read as 0x01234567 on one machine and 0x67452301 on another.\n",{"path":5450,"title":5451,"module":4247,"summary":5452},"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation","Integer Representation","A fixed-width byte string is just a pattern; what makes it a number is the rule we read it by. We define unsigned encoding and two's complement — where the top bit carries a negative weight — derive the ranges UMax, TMin, and TMax, and show how the same bits reinterpret between signed and unsigned, how widening sign-extends, and what truncation throws away.\n",{"path":5454,"title":5455,"module":4247,"summary":5456},"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic","Integer Arithmetic","Fixed-width integer arithmetic is arithmetic modulo a power of two: add past the top and the result wraps. We work out unsigned and two's-complement addition and the rules that detect their overflow, why negation is a complement-plus-one, how multiplication truncates to the low-order bits and how compilers turn constant multiplies into shifts and adds, why C declares signed overflow undefined, and the bias fix that keeps shift-based signed division rounding toward zero.\n",{"path":5458,"title":5459,"module":4247,"summary":5460},"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point","Floating Point","IEEE-754 trades the exactness of integers for enormous range by storing numbers as sign, exponent, and fraction — scientific notation in binary. We lay out the single and double formats, the bias that encodes the exponent, the three regimes (normalized, denormalized, special), a worked encode\u002Fdecode, the four rounding modes and round-to-even at the bit level, why addition is not associative, the pitfalls of float-int conversion, and why 0.1 has no exact binary representation.\n",{"path":5462,"title":5463,"module":4247,"summary":5464},"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation","Boolean Algebra and Bit Manipulation","Treat a word as a vector of independent bits and the bitwise operators become an algebra. We define AND, OR, NOT, and XOR as bit vectors, build the masking idioms that set, clear, toggle, and test individual bits, extract fields with zero- and sign-extension, count set bits three ways, derive the classic x & (x - 1) family of tricks, and distinguish bitwise operators from C's short-circuiting logical operators.\n",{"path":5466,"title":5467,"module":5468,"summary":5469},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view","The Machine's View","Machine-Level Programming","The instruction set architecture is the contract a compiler writes against: the program counter, sixteen integer registers with their sub-register widths, and the condition codes. We follow one C function down through gcc to assembly, learn to read an instruction as operation plus operands, and fix the vocabulary the rest of the module uses.\n",{"path":5471,"title":5472,"module":5468,"summary":5473},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement","Data Movement","Most instructions a program runs simply move data. We cover the mov family and its size suffixes, the three operand forms, the full memory addressing mode D(Rb,Ri,S) and its special cases, lea for address arithmetic, and how push and pop manipulate the stack pointer %rsp on a stack that grows toward lower addresses.\n",{"path":5475,"title":5476,"module":5468,"summary":5477},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic","Arithmetic and Logic","The ALU instructions that compute on register and memory values: add, sub, and imul; the unary inc\u002Fdec\u002Fneg\u002Fnot; the shifts sal\u002Fshr\u002Fsar; the bitwise and\u002For\u002Fxor; and lea reused as a fast arithmetic trick. Each binary operation also sets the condition-code flags CF, ZF, SF, and OF, which cmp and test compute without keeping a result.\n",{"path":5479,"title":5480,"module":5468,"summary":5481},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow","Control Flow","How a flat instruction stream realizes branches and loops. The conditional jumps read the condition-code flags; set instructions turn flags into a 0\u002F1 byte. We translate if\u002Felse into the standard compare-and-branch pattern, while\u002Ffor loops into the guarded-do form, and dense switches into jump tables that index a target directly.\n",{"path":5483,"title":5484,"module":5468,"summary":5485},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures","Procedures","How a function call works at the machine level: the run-time stack, call and ret passing control through a saved return address, the System V convention that routes the first six arguments through %rdi..%r9 and the result through %rax, the caller-saved versus callee-saved split, the stack frame, and a recursive factorial traced through its frames.\n",{"path":5487,"title":5488,"module":5468,"summary":5489},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment","Arrays, Structs, and Alignment","How aggregate data lays out in memory. Arrays as base-plus-scaled-index, the row-major ordering of multidimensional arrays, pointer arithmetic in units of the pointed-to type, struct fields at fixed byte offsets, the overlapping storage of unions, and the alignment rules that force padding into a struct.\n",{"path":5491,"title":5492,"module":5468,"summary":5493},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows","Memory Layout and Buffer Overflows","The process address space — text, data, heap, and stack — and the classic vulnerability it enables. A stack buffer that is written past its end can overwrite the saved return address and redirect ret, so we sketch the mechanism defensively and then the three standard protections: stack canaries, a non-executable stack, and address-space layout randomization.\n",{"path":5495,"title":5496,"module":5497,"summary":5498},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is","What an ISA Is","Instruction Set Architecture","The instruction set architecture is the contract that lets a compiler and a chip be written by people who never meet: the stable interface software targets and hardware implements. We separate architecture from microarchitecture, read RISC and CISC as opposite answers to where complexity should live, price out what each choice costs in decode hardware, code density, and pipeline friendliness, and see how x86-64 endures by translating its instructions into RISC-like operations on the fly.\n",{"path":5500,"title":5501,"module":5497,"summary":5502},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands","Instruction Formats and Operands","An instruction is an opcode plus a way to name its operands. We count operands — 3-address, 2-address, 1-address accumulator, and 0-address stack machines — by writing the same C = A + B four ways, weigh register operands against memory operands, then lay out the same add byte by byte in x86-64 (REX prefix, opcode, ModRM) and in Y86-64, and what fixed versus variable length costs at fetch time.\n",{"path":5504,"title":5505,"module":5497,"summary":5506},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes","Addressing Modes","Once an operand field exists, it needs a rule for turning its bits into the data it names. That rule is the addressing mode. We walk the standard set — immediate, register, direct, register-indirect, displacement, scaled-indexed, and PC-relative — fixing the effective-address computation for each, run every mode against one concrete machine state, and price out what Y86-64 loses by keeping only base plus displacement.\n",{"path":5508,"title":5509,"module":5497,"summary":5510},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set","The Y86-64 Instruction Set","Y86-64 is a teaching ISA — a stripped-down x86-64 simple enough to implement by hand yet real enough to compile to. We fix its programmer-visible state (fifteen registers, three condition codes, the PC, memory, and a status code), give the instruction set with exact byte encodings, spell out how the condition codes decide every jXX and cmovXX, and run the encoding both directions: assembly to bytes and raw bytes back to meaning.\n",{"path":5512,"title":5513,"module":5497,"summary":5514},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming","Y86-64 Programming","With the encodings fixed, we write real Y86-64 assembly: the .pos, .align, and .quad directives, the calling convention borrowed from x86-64, a stack set up by hand, and complete programs — an array sum and a branch-free max. We watch the assembler turn the listing into the exact byte image the processor will execute, and trace the stack across the call.\n",{"path":5516,"title":5517,"module":5518,"summary":5519},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions","Transistors, Gates, and Boolean Functions","Digital Logic","A processor is built from millions of transistor switches. We start at the MOS transistor as a voltage-controlled switch, build the CMOS inverter and NAND transistor by transistor, meet the seven standard gates with their truth tables, show that NAND alone is functionally complete, price each gate in transistors and in time, and turn any truth table into a sum-of-products circuit.\n",{"path":5521,"title":5522,"module":5518,"summary":5523},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl","Combinational Logic and HCL","A combinational circuit is a pure Boolean function of its current inputs — no memory, no clock. We draw the line between combinational and sequential logic, do the gate-delay accounting that finds a circuit's critical path and bounds the clock, meet don't-cares, then introduce CS:APP's Hardware Control Language: bit-level operators, word-level signals, equality nets, and the case expression that compiles to a multiplexer tree.\n",{"path":5525,"title":5526,"module":5518,"summary":5527},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu","Multiplexers, Decoders, and the ALU","The combinational building blocks that make a datapath. We build the 2:1 and 4:1 multiplexer and tie it back to HCL's case expression, the n-to-2^n decoder, a one-bit full adder (sum is XOR, carry is majority), the ripple-carry adder that chains them, and finally the ALU — a function unit that selects among add, sub, and, and xor under a control input and exposes condition flags.\n",{"path":5529,"title":5530,"module":5518,"summary":5531},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking","Memory Elements: Latches, Flip-Flops, and Clocking","A combinational circuit holds no state; feeding a circuit's output back to its input creates memory. We build the SR latch from cross-coupled gates, the level-sensitive D latch, and the master\u002Fslave edge-triggered D flip-flop, then introduce the clock and the synchronous design discipline, the setup\u002Fhold timing window, clock skew, metastability, and the register as n flip-flops sharing one clock.\n",{"path":5533,"title":5534,"module":5518,"summary":5535},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory","Register Files and Random-Access Memory","Storage organized for access by address. We build the register file (a small bank of registers with addressed read ports and clocked write ports, the exact structure Y86-64's decode and write-back stages use), then descend to the SRAM and DRAM cells of main memory, why one is fast and dear and the other dense and slow, and how a row decoder picks a word out of a memory array.\n",{"path":5537,"title":5538,"module":5539,"summary":5540},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle","The Fetch-Decode-Execute Cycle","Processor Design","A processor is a machine that repeats one loop forever: read the next instruction from memory, figure out what it asks for, do it, and advance. We fix the stored-program idea, lay out the datapath at a high level — PC, instruction memory, register file, ALU, data memory — and the control unit that sequences them, break the work into the six stages the rest of the module builds in hardware, and work out exactly how fetch parses variable-length instructions and computes the next PC.\n",{"path":5542,"title":5543,"module":5539,"summary":5544},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages","The SEQ Stages","The six SEQ stages, made exact. For every Y86-64 instruction — halt, nop, the moves, OPq, the jumps, call and ret, pushq and popq — we write down what Fetch, Decode, Execute, Memory, Write-back, and PC update each compute, as per-instruction stage tables with every row justified. Once the tables are filled in, the processor is fully specified; the remaining lessons turn them into wires.\n",{"path":5546,"title":5547,"module":5539,"summary":5548},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing","Control Logic and Sequencing","The stage tables say what each instruction needs; the control logic computes it from icode. We write the HCL for the register-port selections (srcA, srcB, dstE, dstM), the ALU function and input selection, the memory read\u002Fwrite and address, the branch condition, and the next-PC mux — each a case expression on icode that compiles to a mux — and see how one blob of combinational logic serves every instruction at once. We close by contrasting hardwired control with the microprogrammed alternative.\n",{"path":5550,"title":5551,"module":5539,"summary":5552},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq","Assembling SEQ","We wire the whole thing together. The functional units from digital logic and the control signals from the last lesson assemble into the complete SEQ datapath, laid out the way CS:APP draws it — six stages stacked bottom to top, Fetch at the floor and PC update at the ceiling, signals flowing up the margins. Then the timing analysis: why everything must settle in one cycle, the no-reading-back principle that makes single-cycle execution consistent, and the critical path that sets the clock. We close by walking an OPq and a ret through the assembled machine.\n",{"path":5554,"title":5555,"module":5539,"summary":5556},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program","Tracing a Program","To close the module, we take a complete Y86-64 program — a loop that sums 1 through 3 — and run it through SEQ one cycle at a time, recording the PC, the fetched instruction, every stage computation, and the registers, condition codes, and memory after each cycle. Then we examine single cycles in detail: every named signal of an OPq in concrete hex, and a second program whose call and ret we trace through the stack. The traces confirm that the assembled datapath and control logic behave as a processor.\n",{"path":5558,"title":5559,"module":5560,"summary":5561},"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles","Pipelining Principles","Pipelining","A processor that runs one instruction to completion before starting the next wastes most of its hardware most of the time. Pipelining splits the work into stages separated by registers so several instructions are in flight at once. We separate throughput from latency, work the 300 ps example through one, two, and three stages, and derive the three ceilings on the gain: uneven stages, register overhead, and the dependencies between instructions.\n",{"path":5563,"title":5564,"module":5560,"summary":5565},"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe","From SEQ to PIPE","We turn the sequential Y86-64 processor into a pipelined one by inserting pipeline registers between its stages so each cycle holds one instruction per stage. Doing it correctly forces a rearrangement: the next-PC computation must move into Fetch as a prediction, because the later stages that used to compute it are now busy with other instructions. We walk SEQ to SEQ+ to PIPE, spell out exactly what each pipeline register carries, and fix the naming discipline (D_stat versus d_stat) that keeps five in-flight instructions straight.\n",{"path":5567,"title":5568,"module":5560,"summary":5569},"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding","Data Hazards: Stalling and Forwarding","Overlapping instructions collide when a later one needs a value an earlier one has not finished computing: a read-after-write data hazard. We map exactly which instruction distances are dangerous, fix hazards the slow way by stalling (three bubbles), then the fast way by forwarding from five distinct sources into Decode, in a priority order that sequential semantics forces. Forwarding handles almost everything; the load-use hazard still needs exactly one stall.\n",{"path":5571,"title":5572,"module":5560,"summary":5573},"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction","Control Hazards and Branch Prediction","A pipeline must fetch an instruction every cycle, but after a conditional jump or a ret the next address is not yet known: a control hazard. We measure the branch penalty, weigh predict-taken against its alternatives with real loop arithmetic, watch PIPE detect a misprediction in Execute and squash the two wrong-path instructions, and meet the ret hazard, which has nothing to predict and stalls three cycles. A 2-bit counter gives a taste of dynamic prediction.\n",{"path":5575,"title":5576,"module":5560,"summary":5577},"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor","The Complete PIPE Processor","We assemble the full pipelined Y86-64: five stages, five pipeline registers, forwarding paths, and a small control unit that decides, each cycle, whether to stall or bubble each register. The subtle part is when hazards combine: one pairing hides a genuine bug. A fourth control case reads stat and keeps exceptions precise. Performance reduces to CPI = 1 + lp + mp + rp, worked out to 1.27 with realistic frequencies, and PIPE beats SEQ by several times despite every penalty.\n",{"path":5579,"title":5580,"module":5581,"summary":5582},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap","Storage Technologies and the Latency Gap","The Memory Hierarchy","No single memory is both fast and large and cheap. We survey the technologies a machine can store bits in — SRAM, DRAM, flash, and rotating disk — open up a DRAM chip to find the row buffer, work a disk access down to the millisecond, and rank everything by speed, density, and cost per bit. Then we watch the processor outrun memory decade after decade. That widening gap is the whole reason a machine stacks fast small storage on top of slow large storage into a hierarchy.\n",{"path":5584,"title":5585,"module":5581,"summary":5586},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality","Locality","A hierarchy only pays off because programs do not touch memory at random. They reuse recently-used data (temporal locality) and touch nearby data soon after (spatial locality). We make both precise and then quantitative: miss rates for stride-1 and stride-k traversals against a concrete block size, and the loop-order pair on a 2-D array where the same sum misses 16 times one way and 64 times the other — why row-major versus column-major order can change a program's speed by an order of magnitude.\n",{"path":5588,"title":5589,"module":5581,"summary":5590},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped","Cache Memories and Direct Mapping","A cache is fast SRAM that holds copies of recently-used blocks of main memory. We fix its organization — S sets, E lines per set, B bytes per block — and the way it dissects an address into tag, set index, and block offset, worked bit by bit on a concrete 16-byte cache. Then we run the direct-mapped (E=1) access algorithm end to end on a seven-access trace: index to a set, compare the tag, hit or miss, evict. Cold and conflict misses fall out of the structure, and a two-array ping-pong shows conflict thrashing and its padding fix.\n",{"path":5592,"title":5593,"module":5581,"summary":5594},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies","Set-Associative Caches and Write Policies","Give each set several lines and a block has a choice of homes — fewer conflict misses, at the cost of comparing E tags in parallel and choosing a victim to evict. We re-run the direct-mapped ping-pong trace on a 2-way cache and watch the conflicts vanish, weigh LRU against random replacement, then turn to writes: write-through versus write-back with a dirty bit on a hit, write-allocate versus no-write-allocate on a miss, and a worked traffic count showing when each pairing wins.\n",{"path":5596,"title":5597,"module":5581,"summary":5598},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code","Cache Performance and Cache-Friendly Code","Turn the cache mechanism into a number. Hit time, miss rate, and miss penalty combine into the average memory access time; we compute AMAT for a two-level hierarchy with real numbers, weigh the design knobs against each other, and read the memory mountain. Then we write cache-friendly code — the matrix-multiply loop-order case study (ijk versus kij, misses counted per iteration) and loop blocking, where cache-sized tiles turn evicted reuse back into hits.\n",{"path":5600,"title":5601,"module":5602,"summary":5603},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation","Address Spaces and Translation","Virtual Memory","Every process runs as if it owns a private, contiguous span of memory — its virtual address space — while the hardware maps those addresses onto a single shared physical memory. We fix virtual memory's three jobs (a cache for disk, a memory manager, a protection boundary), the page as the unit of mapping, and the MMU replacing the virtual page number while the offset passes through untouched — then run one translation end to end at the bit level and trace the control flow of a page hit against a page fault.\n",{"path":5605,"title":5606,"module":5602,"summary":5607},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults","Page Tables and Page Faults","The page table is an array of page-table entries indexed by virtual page number; each entry's valid bit says whether the page is in DRAM, on disk, or unallocated, and its permission, reference, and dirty bits drive protection and replacement. We walk translation as a table lookup, the page fault and demand paging, the clock algorithm the OS uses to approximate LRU, memory mapping and copy-on-write (why fork is cheap), the taxonomy of bad references, and thrashing.\n",{"path":5609,"title":5610,"module":5602,"summary":5611},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables","The TLB and Multi-Level Page Tables","A page-table read on every access would double memory traffic; a flat table for a 48-bit space would occupy 512 GB per process. The TLB fixes the first: a small set-associative cache of PTEs inside the MMU whose tag and index come from the VPN. Multi-level page tables fix the second, allocating only the sub-tables a process uses; x86-64 walks four levels with a 9+9+9+9+12 split. We trace one reference end to end through TLB, walk, and cache, and close with the overlap trick that lets the L1 cache start before translation ends.\n",{"path":5613,"title":5614,"module":5615,"summary":5616},"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow","Exceptional Control Flow","Exceptions & I\u002FO","Beyond the sequential, branch, and call flow a program controls itself, the hardware can divert the processor in response to events. We sort these into four classes — interrupts (asynchronous, from devices), traps (intentional syscalls), faults (recoverable, like a page fault), and aborts (unrecoverable) — then take the mechanism apart: exception numbers and the table dispatch, what the hardware pushes and why it differs from a procedure call, the divide-error \u002F page-fault \u002F general-protection trio on x86-64, the full syscall round trip with a worked write in assembly, and processes and signals as the abstractions ECF makes possible.\n",{"path":5618,"title":5619,"module":5615,"summary":5620},"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel","Interrupts and the Kernel","An I\u002FO device signals completion by raising an interrupt, crossing the privilege boundary from user mode into the kernel. We fix that boundary, follow an interrupt from device through the interrupt controller to its vectored handler, and use the timer interrupt to drive preemptive scheduling and the context switch. Then the I\u002FO mechanics: polling versus interrupt-driven I\u002FO with a cycle count, device registers and memory-mapped I\u002FO versus port I\u002FO, DMA's full transfer walkthrough and its cache hazard, and a disk read traced end to end, from the read syscall to the completion interrupt.\n",{"path":5622,"title":5623,"module":5624,"summary":5625},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism","Processes, Threads, and Parallelism","Multithreading & Multicore","Around 2004 the single core stopped getting faster, and the industry's answer was to hand programmers more cores instead. This lesson builds the vocabulary that shift demands: process versus thread and exactly which hardware state each one owns, concurrency versus parallelism, the three kinds of parallelism a machine can exploit, why Dennard scaling ended and forced the multicore turn, and Amdahl's law — the arithmetic that bounds the speedup those cores can deliver.\n",{"path":5627,"title":5628,"module":5624,"summary":5629},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading","Hardware Multithreading","A pipeline spends much of its life waiting — on cache misses, on dependences, on branches. Hardware multithreading fills the dead cycles with instructions from another thread. We compare coarse-grained switching (change threads on a long stall), fine-grained interleaving (change every cycle), and simultaneous multithreading (mix threads inside a single cycle), work out exactly which hardware a second thread context duplicates and which it shares, and weigh when SMT pays off and when two threads just fight over one cache.\n",{"path":5631,"title":5632,"module":5624,"summary":5633},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence","Cache Coherence","Give each core its own cache and the same address can live in two places at once, with copies that disagree. We reproduce the stale-copy bug with a two-core trace, then fix it the way hardware does: snooping caches that watch a shared bus and keep every line in a protocol state. We build MSI in full, upgrade it to MESI, contrast invalidation with updating, add coherence misses as the fourth C, and end with false sharing: the performance bug where cores fight over a line while never touching the same byte.\n",{"path":5635,"title":5636,"module":5624,"summary":5637},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization","Memory Consistency and Synchronization","Coherence keeps cores agreeing about one location; consistency is the contract about many. We define sequential consistency, then watch real hardware break it: the store buffer lets a load slip ahead of an older store, and the classic two-thread litmus test ends with both sides reading zero. We state x86-TSO precisely, restore order with mfence, build atomic read-modify-write from the lock prefix, xchg, and cmpxchg, and write a spinlock twice — once naively, once bus-friendly — closing with what lock-free progress actually guarantees.\n",{"path":5639,"title":5640,"module":5624,"summary":5641},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization","Multicore Organization","Where everything sits on the die. A modern die gives each core private L1 and L2 caches, spreads a shared last-level cache across slices, and wires it all together with a ring or mesh; multi-socket servers add NUMA, where memory is local to one socket and every remote access pays a latency penalty. We walk the floorplan, put numbers on local versus remote latency, meet thread affinity, and account for the two shared resources — coherence traffic and LLC capacity — that decide how far a parallel program scales.\n",{"path":5643,"title":5644,"module":5645,"summary":5646},"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine","The Whole Machine","Capstone","We take one line of C down the whole tower the course built — compiler to assembly, assembly to machine-code bytes, the bytes into the fetch–decode–execute datapath — then trace one load and one add through the pipelined, cached, translated, interruptible machine, each step cross-linked to the lesson that built it. We close with the map of the course as a stack of layers and an accounting of what we simplified: out-of-order execution, superscalar issue, and speculation past the branch predictor.\n",{"path":5648,"title":5649,"module":5645,"summary":5650},"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu","Assembling a Complete CPU","We bolt the parts the course built — PC, instruction memory and its fetch logic, register file, ALU, condition codes, data memory, and the control unit — into one complete CPU, name the lesson that built each, wire them in a deliberate order, and power the machine on from reset. Then we assemble a real test program (sum a four-element array through a call\u002Fret procedure), give its exact bytes and memory layout, and trace it cycle by cycle to the answer 0xabcdabcdabcd. We close with how to validate such a machine, and what it takes to put two of them on one die.\n",{"path":5652,"title":5653,"module":6,"summary":6},"\u002Fcomputer-architecture","Computer Architecture",{"path":5655,"title":5656,"module":4247,"summary":5657},"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields","Models, Direction Fields, and Solution Curves","A differential equation relates an unknown function to its own rates of change. Three first-order models — a falling body, a cooling object, a population under predation — share the form dy\u002Fdt = ay - b; the slope field fixes their equilibria and long-run behavior before any formula is found. Solving the linear case gives the general solution, its integral curves, and the particular solution selected by an initial condition.\n",{"path":5659,"title":5660,"module":4247,"summary":5661},"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology","Classifying Equations: Order, Linearity, ODE vs. PDE","Every solution method targets a specific class of equation, so the first question about any differential equation is which classes it belongs to. Four independent axes sort them: ordinary versus partial, order, linear versus nonlinear, and homogeneous versus nonhomogeneous. Systems, verification of a solution by substitution, and the split between initial and boundary value problems complete the vocabulary.\n",{"path":5663,"title":5664,"module":5665,"summary":5666},"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors","Linear Equations and Integrating Factors","First-Order Equations","A first-order linear equation has the unknown and its derivative to the first power only. Multiplying by an integrating factor collapses the left side into a single derivative, and one integration gives the general solution in closed form. The solution exists wherever the coefficients are continuous, and for a constant coefficient it splits into a decaying transient and a steady state set by the forcing.\n",{"path":5668,"title":5669,"module":5665,"summary":5670},"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact","Separable and Exact Equations","Two nonlinear first-order classes solve by direct integration. A separable equation splits so that each variable can be integrated on its own side, giving an implicit relation. An exact equation is the total differential of a hidden potential function, recognized by a symmetry test on its coefficients; when the test fails, an integrating factor can sometimes restore exactness. A change of variable brings homogeneous equations into the separable class.\n",{"path":5672,"title":5673,"module":5665,"summary":5674},"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order","Modeling with First-Order Equations","A rate law is a differential equation. Each first-order model starts from one governing principle: conservation of mass for a mixing tank, proportional change for interest and radioactive decay, Newton's law of cooling, a force balance for a body falling against drag, and Kirchhoff's law for a series circuit. Setting the derivative to zero recovers the steady state, and the transient records how the initial condition relaxes toward it.\n",{"path":5676,"title":5677,"module":5665,"summary":5678},"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics","Autonomous Equations, Phase Lines, and Population Dynamics","An autonomous equation y' = f(y) can be analyzed qualitatively without being solved. Its constant solutions are the zeros of f, and the sign of f between them fixes whether nearby solutions rise or fall, which the phase line records as a column of arrows. The logistic and threshold models, constant- and effort-proportional harvesting, and the properties nonlinear equations lose all follow from this reading.\n",{"path":5680,"title":5681,"module":5665,"summary":5682},"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler","Existence, Uniqueness, and Euler's Method","Existence and uniqueness can be settled before any attempt to solve. The existence-uniqueness theorem gives sufficient conditions on f, and a standard example shows what fails when they do not hold. Picard's successive approximations build the solution as the limit of an iteration, and Euler's method turns the same tangent-line idea into a numerical procedure for the equations no formula reaches.\n",{"path":5684,"title":5685,"module":5665,"summary":5686},"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations","First-Order Difference Equations","A difference equation advances a sequence one index at a time by a rule y_{n+1} = f(y_n). The linear case y_{n+1} = rho*y_n + b solves in closed form and converges to its equilibrium exactly when the ratio has magnitude below one, which underlies compound-interest and loan calculations. The logistic difference equation shows the nonlinear counterpart: an exchange of stability, a cascade of period doublings, and the onset of chaos.\n",{"path":5688,"title":5689,"module":5690,"summary":5691},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients","Homogeneous Equations, the Wronskian, and Real Roots","Second-Order Linear Equations","A second-order linear homogeneous equation with constant coefficients is solved by guessing an exponential and reducing to the quadratic characteristic equation. Two solutions span every solution exactly when their Wronskian is nonzero; that condition, superposition, and Abel's formula give the full structure of the general solution for the case of two distinct real roots.\n",{"path":5693,"title":5694,"module":5690,"summary":5695},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots","Complex Roots, Repeated Roots, and Reduction of Order","When the characteristic equation has complex conjugate roots, Euler's formula converts the complex exponentials into a real fundamental set of decaying or growing oscillations. When it has a repeated root, one exponential is lost and reduction of order recovers the missing second solution as $t\\,e^{rt}$. The same substitution $y = v(t)y_1(t)$ finds a second solution from any known one.\n",{"path":5697,"title":5698,"module":5690,"summary":5699},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients","Nonhomogeneous Equations: Undetermined Coefficients","The general solution of a nonhomogeneous linear equation is a complementary solution plus any one particular solution. When the forcing term is a polynomial, exponential, sine, or cosine, a particular solution can be found by assuming a trial form of the same shape with unknown coefficients and solving for them. The one complication is resonance, handled by multiplying the trial by a power of $t$.\n",{"path":5701,"title":5702,"module":5690,"summary":5703},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters","Variation of Parameters","Variation of parameters finds a particular solution of any nonhomogeneous linear equation from a fundamental set of the homogeneous one. Replacing the constants in the complementary solution by functions and imposing one convenient constraint reduces the problem to a two-by-two linear system whose solution is expressed through the Wronskian, giving an integral formula that works for forcing terms undetermined coefficients cannot touch.\n",{"path":5705,"title":5706,"module":5690,"summary":5707},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations","Mechanical and Electrical Vibrations","A spring-mass-damper obeys a second-order linear equation, and so does a series RLC circuit, with the same mathematics governing both. Free undamped motion is a pure sinusoid; damping adds a decaying envelope with three regimes; periodic forcing produces a transient that dies out and a steady-state oscillation whose amplitude peaks sharply near the natural frequency, the phenomenon of resonance.\n",{"path":5709,"title":5710,"module":5690,"summary":5711},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear","Higher-Order Linear Equations","The second-order theory extends directly to order $n$: the solution space is $n$-dimensional, spanned by any $n$ solutions with nonzero Wronskian. For constant coefficients the characteristic polynomial has degree $n$, and its roots (counted with multiplicity, real and complex) build the basis by the same rules as before. Coupled oscillators are the natural application that raises the order.\n",{"path":5713,"title":5714,"module":5715,"summary":5716},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points","Power Series Solutions Near Ordinary Points","Series Solutions and Special Functions","A linear equation with variable coefficients has no characteristic equation. A power series substituted into the equation matches coefficients to a recurrence relation, which near an ordinary point yields two independent analytic solutions. The radius of convergence is at least the distance from the expansion point to the nearest singular point in the complex plane.\n",{"path":5718,"title":5719,"module":5715,"summary":5720},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius","Euler Equations, Regular Singular Points, and Frobenius","The Euler equation x^2 y'' + a x y' + b y = 0 is solved outright by y = x^r, and its three root cases fix the behavior at any regular singular point. The Frobenius method multiplies x^r by a power series; the indicial equation chooses the exponents, and equal or integer-separated roots force a logarithm in the second solution. Gauss's hypergeometric equation is the archetype containing most classical functions as special cases.\n",{"path":5722,"title":5723,"module":5715,"summary":5724},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions","Bessel's Equation, Legendre Polynomials, and Special Functions","Bessel's equation puts the Frobenius machinery through all three of its cases and produces the functions J and Y that govern anything vibrating or diffusing with circular symmetry. The gamma function extends the factorial so that Bessel functions of every order make sense; Legendre's equation, run through the hypergeometric form, yields the polynomials that play the same role in spherical geometry. Orthogonality ties both families to the eigenfunction expansions of Sturm–Liouville theory.\n",{"path":5726,"title":5727,"module":5728,"summary":5729},"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps","The Laplace Transform: Definition, Properties, and Solving IVPs","The Laplace Transform","The Laplace transform sends a function of time to a function of a complex frequency by integrating it against the kernel e^{-st}. Differentiation in t becomes multiplication by s, so a linear constant-coefficient initial value problem turns into an algebraic equation. Existence rests on piecewise continuity and exponential order; the derivative rule folds in the initial data; and inversion runs through a transform table and partial fractions.\n",{"path":5731,"title":5732,"module":5728,"summary":5733},"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution","Step Functions, Discontinuous Forcing, Impulses, and Convolution","The Heaviside step function and the second shifting theorem transform switches and discontinuous forcing into exponential factors on the transform. The Dirac delta idealizes an instantaneous impulse and transforms to a pure exponential. The convolution theorem inverts a product of transforms, writes the forced response as the impulse response convolved with the input, and solves Abel's tautochrone by transform.\n",{"path":5735,"title":5736,"module":5737,"summary":5738},"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review","Matrices, Linear Systems, and the Eigenvalue Toolkit","Systems of First-Order Linear Equations","Any nth-order linear equation, and any coupled collection of them, rewrites as a single first-order system x' = P(t)x + g(t). The matrix and vector algebra behind that form, the eigenvalue problem det(A - λI) = 0 that drives every solution method, and the fundamental theory — superposition, the Wronskian, Abel's theorem — together establish that n independent solutions span all solutions.\n",{"path":5740,"title":5741,"module":5737,"summary":5742},"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits","Homogeneous Constant-Coefficient Systems and Phase Portraits","For x' = Ax with A constant, the trial x = ξe^{rt} turns the differential equation into the eigenvalue problem Aξ = rξ. The eigenvalues fix the geometry of the phase plane: real opposite signs give a saddle, real same sign a node, complex a spiral, purely imaginary a center. Worked in the plane, these cases form the eigenvalue-type classification of equilibria.\n",{"path":5744,"title":5745,"module":5737,"summary":5746},"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices","Repeated Eigenvalues, Fundamental Matrices, and Nonhomogeneous Systems","When a repeated eigenvalue supplies too few eigenvectors, a generalized eigenvector supplies the missing solution as ξte^{ρt} + ηe^{ρt}, giving an improper node. A fundamental set packaged as a matrix Φ(t) yields the matrix exponential e^{At}, the propagator mapping initial states to later ones. Variation of parameters solves the nonhomogeneous system x' = Ax + g(t).\n",{"path":5748,"title":5749,"module":5750,"summary":5751},"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta","Euler, Improved Euler, and Runge–Kutta","Numerical Methods","Most initial value problems have no closed-form solution, so the solution is approximated on a grid. Euler's method steps along the tangent line, the improved Euler method averages two slopes, and the classical Runge–Kutta method averages four. Each added stage raises the order of accuracy at the cost of more evaluations per step, measured by how the local and global truncation errors scale with the step size.\n",{"path":5753,"title":5754,"module":5750,"summary":5755},"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability","Multistep Methods, Systems, and Stability","One-step methods discard everything but the last point. Multistep methods fit a polynomial to several past values and integrate it forward: the explicit Adams–Bashforth formulas, the implicit and more accurate Adams–Moulton formulas, and predictor–corrector pairs that combine them. The same rules extend verbatim to systems in vector form. A separate concern is stability: round-off can dominate truncation, and stiff equations force a tiny step for stability even when accuracy would allow a large one.\n",{"path":5757,"title":5758,"module":5759,"summary":5760},"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability","The Phase Plane, Critical Points, and Stability","Nonlinear Systems and Stability","Most nonlinear systems cannot be solved in closed form, so they are studied geometrically. The phase plane turns an autonomous planar system into a family of trajectories; the five archetypes of critical point follow from the eigenvalues of the coefficient matrix; the trace-determinant plane reads off type and stability directly; and epsilon-delta definitions make stability, asymptotic stability, and instability precise.\n",{"path":5762,"title":5763,"module":5759,"summary":5764},"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov","Locally Linear Systems and Liapunov's Method","Near a critical point a nonlinear system looks linear, and the linear part is the Jacobian. The linearization fixes the type and stability of the nonlinear critical point in every case except a center or a repeated eigenvalue. Liapunov's direct method settles those cases and bounds the basin of attraction by constructing an energy-like function, without solving the system.\n",{"path":5766,"title":5767,"module":5759,"summary":5768},"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles","Population Models, Limit Cycles, and Chaos","The phase-plane methods apply directly to interacting-population models. Competing species either coexist or drive one another to extinction, decided by a single inequality among the interaction constants; the Lotka-Volterra predator-prey system produces closed population cycles. Limit cycles and the Poincaré-Bendixson theorem, the van der Pol oscillator, and the Lorenz equations with their strange attractor carry the theory into chaos.\n",{"path":5770,"title":5771,"module":5772,"summary":5773},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series","Fourier Series and Convergence","PDEs, Fourier Series, and Boundary Value Problems","A two-point boundary value problem has nontrivial solutions only at a discrete set of eigenvalues, the same trichotomy that governs a singular linear system. For y'' + lambda y = 0 with zero endpoints the eigenfunctions are sines and cosines, and their orthogonality gives the Euler-Fourier coefficient formulas. The convergence theorem fixes when the series returns the function, the Gibbs phenomenon measures the overshoot at a jump, and even\u002Fodd symmetry produces half-range sine and cosine series.\n",{"path":5775,"title":5776,"module":5772,"summary":5777},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations","Separation of Variables: Heat, Wave, and Laplace Equations","Separation of variables replaces a partial differential equation by a pair of ordinary ones joined through a shared separation constant. Applied to the heat equation it produces the eigenvalue problem X'' + lambda X = 0, and the solution assembles as a Fourier series in the eigenfunctions. The same steps solve the wave equation, whose modes are standing waves, and Laplace's equation, the steady-state limit posed on a region rather than an interval.\n",{"path":5779,"title":5780,"module":5772,"summary":5781},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville","Sturm-Liouville Theory","The eigenvalue problem behind separation of variables generalizes to the self-adjoint Sturm-Liouville form. Lagrange's identity makes the operator symmetric, and from that one fact follow real eigenvalues, orthogonal eigenfunctions, and eigenfunction expansions that behave like Fourier series. Singular problems admit Bessel and Legendre functions, and Sturm's separation and comparison theorems describe how the eigenfunctions oscillate.\n",{"path":5783,"title":5784,"module":5785,"summary":5786},"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations","The Calculus of Variations","Historical Notes and the Calculus of Variations","Ordinary calculus finds the point where a function is stationary; the calculus of variations finds the whole curve where an integral is stationary. Euler's differential equation is the necessary condition for an extremal, and it becomes integrable in three cases, solving the shortest-path, minimal-surface, and brachistochrone problems. Lagrange multipliers extend the method to isoperimetric constraints, and Hamilton's principle recovers Newton's law from a single stationary integral.\n",{"path":5788,"title":5789,"module":5785,"summary":5790},"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes","Great Problems and the People Who Solved Them","Differential equations grew out of specific problems, not a plan: the invention of calculus by Newton and Leibniz, the Bernoulli brachistochrone challenge, Euler's flood of methods, Lagrange's analytical mechanics, Gauss and Riemann's rigor, Laplace's celestial mechanics, and Poincaré's qualitative theory. Each method descends from a named problem, and reading the subject forward from those problems explains why its parts fit together.\n",{"path":5792,"title":5793,"module":6,"summary":6},"\u002Fdifferential-equations","Differential Equations",{"path":5795,"title":5796,"module":5797,"summary":5798},"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates","The Postulates of Special Relativity","Foundations of Relativity","Newton's laws are the same in every inertial frame, but Maxwell's are not: the equations of electromagnetism single out one speed, c, and the nineteenth century read that as the speed of light relative to a medium, the ether. The Michelson-Morley experiment looked for Earth's motion through that medium and found nothing. Einstein's two postulates replace the ether, and their first consequence is that simultaneity is frame-dependent.\n",{"path":5800,"title":5801,"module":5797,"summary":5802},"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime","The Lorentz Transformation and Spacetime","Requiring that a light sphere stay a light sphere in every inertial frame fixes the coordinate change between frames uniquely: the Lorentz transformation, with its factor gamma. Differentiating it gives relativistic velocity addition, which caps composed speeds at c. Plotting the same events on skewed spacetime axes turns the algebra into geometry, with calibration hyperbolae, an invariant interval, and a light cone that sorts events into past, future, and elsewhere.\n",{"path":5804,"title":5805,"module":5797,"summary":5806},"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction","Time Dilation, Length Contraction, and Paradoxes","A light clock and the constancy of c give the two headline effects directly: a moving clock runs slow by gamma, and a moving rod is short by the same factor. Cosmic-ray muons reaching sea level are the standing experimental proof. The relativistic Doppler effect adds the time-dilation factor to the classical shift, and the twin and pole-barn paradoxes dissolve once the relativity of simultaneity is taken seriously.\n",{"path":5808,"title":5809,"module":5797,"summary":5810},"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy","Relativistic Momentum and Energy","Conserving momentum in every inertial frame forces the redefinition p = gamma m u, which diverges as the speed approaches c. Integrating the corresponding force gives the total energy E = gamma m c-squared, whose rest term m c-squared is Einstein's mass-energy equivalence. Energy and momentum join into a four-vector whose invariant length is the rest energy, giving E-squared = (pc)-squared + (m c-squared)-squared, massless particles, and nuclear binding energy.\n",{"path":5812,"title":5813,"module":5797,"summary":5814},"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity","A Taste of General Relativity","Einstein's happiest thought was that a freely falling observer feels no gravity: a uniform gravitational field is locally indistinguishable from an accelerating frame. That equivalence principle predicts that light bends near a mass, that clocks run slow deep in a gravitational well, that Mercury's orbit precesses, and that radar echoes are delayed. Every prediction has been confirmed, and pushing the redshift to its limit gives the black hole.\n",{"path":5816,"title":5817,"module":5818,"summary":5819},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval","Minkowski Spacetime and the Interval","Spacetime and the Lorentz Group","The Lorentz transformation of the foundations module is repackaged as the geometry of a four-dimensional space whose invariant is not a distance but the spacetime interval. Events, worldlines, and the metric signature define a causal structure that every observer shares. Proper time is the length of a timelike worldline, and the twin paradox becomes the statement that a straight worldline accumulates the most proper time.\n",{"path":5821,"title":5822,"module":5818,"summary":5823},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation","Four-Vectors and Index Notation","The index calculus that the rest of the course runs on. Contravariant and covariant components, the Minkowski metric as the machine that raises and lowers indices, and the Einstein summation convention are assembled into scalar products that are the same in every frame. The four-velocity and four-acceleration follow, together with the identity that the four-velocity has constant invariant length.\n",{"path":5825,"title":5826,"module":5818,"summary":5827},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity","The Lorentz Group and Rapidity","The Lorentz transformations are the linear maps that preserve the Minkowski metric, and they form the group O(1,3). Boosts are hyperbolic rotations parametrized by rapidity, which adds along a line where velocity does not. The boost and rotation generators fix the group's local structure; its four disconnected components are set by two signs; and two non-collinear boosts compose into a boost plus a rotation, the Wigner rotation behind Thomas precession.\n",{"path":5829,"title":5830,"module":5818,"summary":5831},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance","Doppler, Aberration, and Appearance","Light carries a null four-momentum, and boosting it produces every optical effect of relativity at once. The covariant Doppler formula follows from the transformation of frequency, aberration from the transformation of direction, and the headlight effect from the resulting concentration of light forward. The Terrell-Penrose result shows that a fast object photographs as rotated, not contracted.\n",{"path":5833,"title":5834,"module":5835,"summary":5836},"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion","Four-Momentum, Four-Force, and Accelerated Motion","Relativistic Dynamics","The four-momentum packages energy and momentum into a single vector whose invariant length is the rest mass. Its proper-time derivative is the four-force, always orthogonal to the four-velocity, and a constant orthogonal four-force produces hyperbolic motion. Constant proper acceleration gives rapidity linear in proper time, the relativistic rocket equation, and the Rindler horizon behind an eternally accelerating observer.\n",{"path":5838,"title":5839,"module":5835,"summary":5840},"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics","Particle Decays and Two-Body Kinematics","Conservation of four-momentum fixes the kinematics of a decay from the masses alone. In the center-of-momentum frame a parent breaks into two daughters with equal and opposite momenta and energies set by the Kallen triangle function. Boosting to the lab opens the decay into a cone, and the invariant mass built from the daughters reconstructs the parent as a peak. Worked cases: the two-photon decay of the neutral pion and a heavy two-body hadronic decay.\n",{"path":5842,"title":5843,"module":5835,"summary":5844},"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame","Relativistic Collisions and Threshold Energies","Two-body collisions run on the same conserved four-momentum as decays. The invariant s sets the total energy available in the center-of-momentum frame and therefore the threshold for producing new particles. Fixed-target energy grows only as the square root of beam energy while a collider grows linearly, which is why colliders reach high energy. Compton scattering follows as a worked photon-electron collision giving the wavelength shift.\n",{"path":5846,"title":5847,"module":5835,"summary":5848},"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants","Mandelstam Variables and Lorentz Invariants","For a two-to-two process the three Mandelstam invariants s, t, and u encode all the kinematics in frame-independent form. They obey a single linear constraint, the sum of the four squared masses, so only two are independent. s is the center-of-momentum energy squared, t and u are momentum transfers tied to the scattering angle, and crossing symmetry relates one amplitude across three channels through these variables.\n",{"path":5850,"title":5851,"module":5852,"summary":5853},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential","The Four-Current and Four-Potential","Covariant Electromagnetism","Charge density and current combine into a single four-vector whose divergence is charge conservation. The scalar and vector potentials combine likewise into the four-potential, whose gauge freedom fixes to the Lorenz condition, reducing Maxwell's equations for the potentials to a single wave equation sourced by the four-current.\n",{"path":5855,"title":5856,"module":5852,"summary":5857},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor","The Electromagnetic Field Tensor","The antisymmetric derivative of the four-potential is the field-strength tensor F, gauge invariant by construction, with the electric and magnetic fields as its components. Its dual exchanges E and B, and its two contractions form the Lorentz invariants that classify a field as electric, magnetic, or radiative in every frame.\n",{"path":5859,"title":5860,"module":5852,"summary":5861},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields","How E and B Transform","Transforming the field tensor under a boost gives explicit rules for the electric and magnetic fields: components along the motion are unchanged, transverse components mix and pick up a gamma. The field of a uniformly moving charge compresses transversely, and the force between a current and a moving charge shows that magnetism is the relativistic shadow of electrostatics.\n",{"path":5863,"title":5864,"module":5852,"summary":5865},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor","Covariant Maxwell and the Stress–Energy Tensor","Maxwell's four equations collapse into two tensor equations, one sourced by the four-current and one an identity on the field strength, with charge conservation automatic. The Lorentz force becomes a four-vector law, and the field's energy, momentum, and stress assemble into a symmetric, conserved stress–energy tensor — the object that will source gravity.\n",{"path":5867,"title":5868,"module":5869,"summary":5870},"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized","The Equivalence Principle","Curved Spacetime","The equality of gravitational and inertial mass promotes to a physical principle in three graded strengths — weak, Einstein, and strong. A freely falling laboratory is locally indistinguishable from an inertial frame, but the qualifier \"locally\" is essential: the size of the patch over which gravity vanishes is set by the tidal field, which no change of frame can remove. Tidal forces are the true, coordinate-independent signature of gravity, and they are what curvature will measure.\n",{"path":5872,"title":5873,"module":5869,"summary":5874},"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric","Manifolds, Vectors, and the Metric","A manifold is a space that looks locally like flat space, described by overlapping coordinate charts. Tangent vectors are directional derivatives with the coordinate basis vectors as partial-derivative operators; one-forms live in the dual space; and the metric tensor turns a coordinate line element into an invariant length. The 2-sphere and Rindler metrics serve as worked examples, including the coordinate singularities that are artefacts of the chart, not of the geometry.\n",{"path":5876,"title":5877,"module":5869,"summary":5878},"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols","Parallel Transport and the Covariant Derivative","The ordinary derivative of a vector field is not a tensor, because it subtracts vectors living in different tangent spaces. A connection supplies the missing comparison: the covariant derivative adds Christoffel-symbol correction terms that cancel the coordinate artefacts. Requiring the connection to be torsion-free and to preserve the metric fixes the Christoffel symbols uniquely in terms of derivatives of the metric, giving the Levi-Civita connection that general relativity uses.\n",{"path":5880,"title":5881,"module":5869,"summary":5882},"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation","Geodesics and the Newtonian Limit","Free fall is geodesic motion: a freely falling particle follows the straightest possible worldline, obtained either by parallel-transporting its own tangent vector or by extremizing proper time. Both routes give the geodesic equation. Affine parameters, and conserved quantities from symmetries via Killing vectors, make it solvable. In the weak-field slow-motion limit the geodesic equation reproduces Newton's law of gravity, fixing the time-time metric component as the Newtonian potential.\n",{"path":5884,"title":5885,"module":5869,"summary":5886},"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation","Curvature and the Riemann Tensor","Curvature is the failure of parallel transport to commute: carrying a vector around an infinitesimal loop returns it rotated, and the rotation per unit area is the Riemann tensor. Its symmetries cut the components to twenty in four dimensions. Geodesic deviation makes it the equation of tidal forces, and its contractions — the Ricci tensor, the Ricci scalar, and the divergence-free Einstein tensor — assemble the objects the field equation is built from.\n",{"path":5888,"title":5889,"module":5869,"summary":5890},"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations","The Einstein Field Equations","The field equation is assembled from a short list of requirements: a symmetric, divergence-free, second-order geometric tensor set proportional to the stress–energy tensor, with the coefficient fixed by the Newtonian limit. The cosmological constant is the one extra term the requirements allow. The Einstein–Hilbert action gives the same equation from a variational principle, and the coupled system closes the logic of the module: matter curves spacetime, and spacetime tells matter how to move.\n",{"path":5892,"title":5893,"module":5894,"summary":5895},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric","The Schwarzschild Metric","The Schwarzschild Solution","The first exact solution of Einstein's equation follows from two assumptions, staticity and spherical symmetry, imposed on the vacuum outside a mass. Solving the vacuum field equations fixes two metric functions and produces the Schwarzschild geometry, whose one length scale is the Schwarzschild radius $r_s = 2GM\u002Fc^2$. Birkhoff's theorem shows this is the only spherical vacuum, and the far field reduces to Newtonian gravity.\n",{"path":5897,"title":5898,"module":5894,"summary":5899},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild","Orbits in the Schwarzschild Geometry","The two Killing symmetries of the Schwarzschild metric give a conserved energy and angular momentum per unit mass, reducing geodesic motion to a one-dimensional problem in an effective potential. The potential carries an extra attractive $1\u002Fr^3$ term absent from Newton's, which caps the centrifugal barrier, produces an innermost stable circular orbit at $6GM\u002Fc^2$, and makes bound orbits precess instead of closing.\n",{"path":5901,"title":5902,"module":5894,"summary":5903},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics","Null Geodesics and the Photon Sphere","Light follows null geodesics, governed by a photon effective potential with a single unstable maximum at $3GM\u002Fc^2$, the photon sphere. The impact parameter sorts rays into those that escape with a deflection and those captured, with the critical value $b_c = 3\\sqrt{3}\\,GM\u002Fc^2$ dividing them. A grazing ray bends by $4GM\u002F(c^2 b)$, twice the naive Newtonian value, and the critical impact parameter sets the edge of a black hole's shadow.\n",{"path":5905,"title":5906,"module":5907,"summary":5908},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury","The Perihelion Precession of Mercury","Tests of General Relativity","A single extra term in the Schwarzschild orbit equation, cubic in the inverse radius, keeps a bound orbit from closing. The perturbation advances the perihelion by 6πGM\u002F(c²a(1−e²)) per revolution, which for Mercury is 43 arcseconds per century — exactly the anomaly left after Newtonian planetary perturbations are subtracted. A note on frame dragging closes the lesson.\n",{"path":5910,"title":5911,"module":5907,"summary":5912},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing","Light Deflection and Gravitational Lensing","A light ray grazing the Sun bends by 4GM\u002F(c²b), exactly twice the value a Newtonian corpuscle would give; the extra factor is the curvature of space. The 1919 eclipse confirmed it. The same bending focuses light from distant sources into Einstein rings, multiple images, and microlensing brightenings, making lensing a direct probe of mass, including mass that emits no light.\n",{"path":5914,"title":5915,"module":5907,"summary":5916},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay","Gravitational Redshift and the Shapiro Delay","A clock deeper in a gravitational well ticks slower, and a photon climbing out loses frequency by the ratio of the metric's time-time components. Pound and Rebka measured the 2.5×10⁻¹⁵ shift over a 22.5-metre tower. Radar signals grazing the Sun return late by about 250 microseconds, the Shapiro delay. Both probe the time part of the metric directly.\n",{"path":5918,"title":5919,"module":5907,"summary":5920},"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps","Relativity and the Global Positioning System","A GPS satellite clock runs slow by 7 microseconds a day from its orbital speed and fast by 46 from its higher gravitational potential, a net gain of about 38 microseconds a day. Left uncorrected, the timing error would grow into kilometres of position error within a day and exceed navigation tolerance within minutes. The satellites carry a pre-launch frequency offset to cancel it.\n",{"path":5922,"title":5923,"module":5924,"summary":5925},"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities","Horizons and Coordinate Singularities","Black Holes","The Schwarzschild radius is a coordinate singularity, not a curvature singularity: the metric blows up there only because the static coordinates fail, while the geometry stays finite. Eddington–Finkelstein and Kruskal– Szekeres coordinates cross the horizon smoothly and show the light cones tipping toward the center. A freely falling observer reaches the true singularity at r=0 in finite proper time, while a distant observer sees the infall freeze and redden at the horizon.\n",{"path":5927,"title":5928,"module":5924,"summary":5929},"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes","Rotating and Charged Black Holes","A stationary black hole is fixed by three numbers: mass, angular momentum, and charge. The Reissner–Nordström metric adds charge and splits the horizon in two; the Kerr metric adds rotation, drags inertial frames, and wraps the horizon in an ergosphere where nothing can stay still. Inside the ergosphere the Penrose process extracts rotational energy, and the no-hair theorem states that no other detail of the collapsed matter survives.\n",{"path":5931,"title":5932,"module":5924,"summary":5933},"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics","Black-Hole Thermodynamics","The four laws of black-hole mechanics mirror the four laws of thermodynamics term for term, with horizon area playing the role of entropy and surface gravity the role of temperature. Hawking's calculation makes the analogy literal: a black hole radiates at a temperature set by its surface gravity, carries a real entropy proportional to its horizon area, and slowly evaporates. The thermal spectrum raises the information paradox.\n",{"path":5935,"title":5936,"module":5937,"summary":5938},"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions","Linearized Gravity and Wave Solutions","Gravitational Waves","Weak gravity is a small perturbation of flat spacetime, and the linearized Einstein equation in the Lorenz gauge is an ordinary wave equation propagating at the speed of light. The trace-reversed perturbation carries the dynamics, residual gauge freedom fixes the transverse-traceless form, and the two physical polarizations deform a ring of freely falling masses into oscillating ellipses whose fractional size change is the strain.\n",{"path":5940,"title":5941,"module":5937,"summary":5942},"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula","The Quadrupole Formula","The retarded solution of the linearized field equation gives the field of a moving source, and conservation of mass and momentum forbids monopole and dipole radiation, leaving the mass quadrupole as the leading emitter. The quadrupole formula fixes the strain and the radiated luminosity, and applied to a compact binary it predicts the inspiral chirp of rising frequency and amplitude. The Hulse-Taylor pulsar's orbital decay confirmed it to a fraction of a percent.\n",{"path":5944,"title":5945,"module":5937,"summary":5946},"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events","LIGO and the First Detections","A gravitational wave is measured as a differential length change of the two arms of a kilometre-scale Michelson interferometer, a strain of order ten to the minus twenty-one that moves the mirrors by a fraction of a proton radius. GW150914 recorded the inspiral, merger, and ringdown of two black holes, fixing their masses and the energy radiated, and GW170817 with its coincident gamma-ray burst and kilonova opened multimessenger astronomy.\n",{"path":5948,"title":5949,"module":5950,"summary":5951},"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric","The Cosmological Principle and the FLRW Metric","A Bridge to Cosmology","Homogeneity and isotropy restrict the spacetime of the universe to a single family of metrics: a flat cosmic-time slicing of spatial sections of constant curvature, scaled by a time-dependent factor a(t). This lesson builds the Friedmann–Lemaître–Robertson–Walker metric from those symmetries, separates comoving from proper distance, and derives cosmological redshift as the stretching of wavelengths with the scale factor.\n",{"path":5953,"title":5954,"module":5950,"summary":5955},"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics","The Friedmann Equations and Cosmic Dynamics","The Einstein equation applied to the FLRW metric with a perfect-fluid source yields the two Friedmann equations and the conservation law that ties them together. This lesson derives them, defines the critical density and the density parameters that fix the spatial geometry, works out how matter, radiation, and a cosmological constant dilute and drive the expansion, and hands off to a dedicated cosmology subject.\n",{"path":5957,"title":5958,"module":6,"summary":6},"\u002Frelativity","Relativity",{"path":5960,"title":5961,"module":6,"summary":6},"\u002Fphysical-computing","Physical Computing",{"path":5963,"title":5964,"module":5965,"summary":5966},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum","Blackbody Radiation and the Planck Quantum","Origins of the Quantum","Millikan's oil-drop experiment fixed the electron charge as an indivisible unit, and the spectrum of thermal radiation forced a second, deeper quantum. Classical physics predicts an infinite energy density at short wavelengths; Planck removed the divergence by allowing a cavity oscillator to hold only energies that are integer multiples of hf, the first appearance of the quantum of action.\n",{"path":5968,"title":5969,"module":5965,"summary":5970},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon","The Photoelectric Effect and the Photon","Light shone on a clean metal ejects electrons, but the details defied the wave theory: the electrons' maximum energy depends on the light's frequency, not its brightness, and there is a sharp threshold frequency below which nothing happens. Einstein resolved every anomaly by treating light as a stream of energy quanta hf, each absorbed whole by one electron, and Millikan's measurement of the stopping-potential slope confirmed h to a decade before anyone expected.\n",{"path":5972,"title":5973,"module":5965,"summary":5974},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect","X-Rays and the Compton Effect","X-rays are short-wavelength electromagnetic waves produced when fast electrons are braked in a target, and their diffraction by crystals lets Bragg's law measure atomic spacings. Compton then scattered X-rays off electrons and found the wavelength shifted by an amount that only a photon carrying momentum hf\u002Fc could explain, closing the case for the particle nature of light.\n",{"path":5976,"title":5977,"module":5965,"summary":5978},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld","The Old Quantum Theory: Bohr, Sommerfeld, and Correspondence","Between Bohr's 1913 atom and Schrödinger's 1926 equation, physics ran on a provisional recipe: keep classical orbits, but admit only those whose action integral is a whole multiple of Planck's constant. This lesson develops the Wilson-Sommerfeld phase-integral rule, applies it to the oscillator and to the elliptical Kepler orbits of hydrogen, derives Sommerfeld's relativistic fine structure and the quantization of orbit orientation, and shows how the correspondence principle fixed intensities and selection rules. The systematic failures — helium, line intensities, the anomalous Zeeman effect — mark exactly where a theory of orbits had to give way to a theory of waves.\n",{"path":5980,"title":5981,"module":5982,"summary":5983},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction","De Broglie Waves and Electron Diffraction","The Wave Nature of Matter","In 1924 de Broglie proposed that every particle carries a wave of wavelength h\u002Fp. The hypothesis explains Bohr's quantized orbits as standing waves, and Davisson and Germer, then G. P. Thomson, confirmed it by diffracting electrons from crystals exactly as X-rays diffract. We derive the electron wavelength, work the Bragg analysis of the data, and give the relativistic form.\n",{"path":5985,"title":5986,"module":5982,"summary":5987},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation","Wave Packets and the Probabilistic Wave Function","A single de Broglie wave fills all space, but a particle is localized. Adding many waves of nearby wavelength builds a wave packet that is confined and moves at the group velocity, which equals the particle velocity. Born's rule reads the squared amplitude of the wave function as a probability density, the meaning confirmed by electron interference building up one detection at a time.\n",{"path":5989,"title":5990,"module":5982,"summary":5991},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle","The Uncertainty Principle and Wave-Particle Duality","The packet relations delta-k delta-x about 1 become Heisenberg's principle once momentum is hbar times wave number: position and momentum cannot both be sharp, nor energy and time. The gamma-ray microscope shows the limit is physical, not technical. It fixes the zero-point energy of a confined particle, the size of the hydrogen atom, and the natural width of spectral lines, and it frames the wave-particle duality of all matter and radiation.\n",{"path":5993,"title":5994,"module":5995,"summary":5996},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension","The Schrödinger Equation in One Dimension","Wave Mechanics in One Dimension","The wave equation for matter cannot be derived; it is postulated and judged by experiment. We build the time-dependent Schrödinger equation from the de Broglie relations, read Born's probability rule off the complex wave function, and separate the time and space dependence to get the time-independent equation whose bound-state solutions are the stationary states. The five acceptability conditions on the wave function are what force energy to be quantized.\n",{"path":5998,"title":5999,"module":5995,"summary":6000},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics","The Free Particle and Wave-Packet Dynamics","The free particle has no bound states: its stationary solutions are non-normalizable plane waves forming a continuum. Physical states are wave packets built by superposing them, and the superposition is a Fourier transform. We delta-normalize the plane waves, assemble a Gaussian packet, solve for its exact time evolution, and read off the two facts that reconcile the wave picture with mechanics: the packet moves at the group velocity ħk\u002Fm, the classical velocity, and it spreads because its component momenta travel at different speeds.\n",{"path":6002,"title":6003,"module":5995,"summary":6004},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells","Particle in Infinite and Finite Square Wells","The infinite square well is the simplest bound-state problem: two boundary conditions quantize the energy into a ladder E_n = n² E_1, and the eigenfunctions are the standing waves of a string fixed at both ends. Relaxing the walls to a finite depth lets the wave function leak into the classically forbidden region, keeps the number of bound states finite, and turns the eigenvalue condition into a transcendental equation solved graphically.\n",{"path":6006,"title":6007,"module":5995,"summary":6008},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator","Operators, Expectation Values, and the Harmonic Oscillator","Measurable quantities are extracted from the wave function as expectation values, and each observable is represented by an operator that acts between Ψ* and Ψ — position by multiplication, momentum by a derivative, energy by the Hamiltonian. Applied to the harmonic oscillator, the machinery yields evenly spaced levels E_n = (n+½)ℏω, Gaussian- times-Hermite eigenfunctions of definite parity, and the selection rule Δn = ±1.\n",{"path":6010,"title":6011,"module":5995,"summary":6012},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential","The Dirac-Delta Potential: A Single Bound State and Scattering","A potential concentrated at a single point is solvable in closed form and isolates the physics of matching a wave function across a discontinuity. Integrating the Schrödinger equation across the spike gives a jump condition on the derivative; the attractive delta well then supports exactly one bound state, of energy set by the strength alone, while the same spike scatters an incoming beam with a transmission that rises from zero to one. The attractive well and the repulsive barrier scatter identically yet only the well binds.\n",{"path":6014,"title":6015,"module":5995,"summary":6016},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling","Barrier Penetration and Quantum Tunneling","Unbound states scatter rather than bind. A particle meeting a step is partly reflected even when it has more than enough energy to pass, and a particle meeting a barrier taller than its energy has a nonzero chance of appearing on the far side. Matching the wave function across the boundaries gives the reflection and transmission coefficients and the exponential tunneling probability that explains alpha decay, the scanning tunneling microscope, and the ammonia clock.\n",{"path":6018,"title":6019,"module":6020,"summary":6021},"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation","Hilbert Space and Dirac Bra–Ket Notation","The Formalism of Quantum Mechanics","Wave mechanics is one representation of a deeper structure: quantum states are vectors in a complex inner-product space, and observables act on them as linear operators. We build that space from the axioms, introduce Dirac's kets and bras as vectors and the linear functionals that measure them, and identify the wavefunction as the components of an abstract state in the position basis. The resolution of the identity is the single algebraic tool that ties every basis, expansion, and matrix element together.\n",{"path":6023,"title":6024,"module":6020,"summary":6025},"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues","Observables, Hermitian Operators, and the Spectral Theorem","Every measurable quantity is represented by a Hermitian operator, and the reason is forced: a measurement needs real eigenvalues, orthogonal eigenvectors, and a complete eigenbasis, and Hermiticity delivers precisely those. We derive those properties from self-adjointness, state the spectral theorem, handle degeneracy, and show that two observables share an eigenbasis precisely when they commute — the algebraic condition behind compatible and incompatible measurements.\n",{"path":6027,"title":6028,"module":6020,"summary":6029},"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement","The Postulates and Quantum Measurement","With states as vectors and observables as Hermitian operators, the physical content of quantum mechanics reduces to a short list of postulates. We state them precisely, derive the Born probability rule for discrete and continuous spectra, work out projective collapse and its idempotence, compute expectation values and their variance, and state the measurement problem cleanly — the one place the postulates split unitary evolution from measurement without explaining the seam.\n",{"path":6031,"title":6032,"module":6020,"summary":6033},"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra","Position, Momentum, and Continuous Spectra","Position and momentum are the observables with no normalizable eigenstates: their spectra are continuous, their eigenkets are delta-normalized, and the two are Fourier conjugates. We derive the canonical commutator from the momentum operator, build the continuous-basis machinery (Dirac deltas replacing Kronecker deltas), show the position and momentum wavefunctions are a Fourier-transform pair, and compute expectation values in either representation.\n",{"path":6035,"title":6036,"module":6020,"summary":6037},"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle","Commutators and the Generalized Uncertainty Principle","The commutator of two observables measures the obstruction to sharing an eigenbasis, and it bounds how sharply both can be known at once. We derive the generalized uncertainty relation from the Schwarz inequality, recover the position–momentum bound as a special case, characterize the minimum-uncertainty states that saturate it as Gaussians, and give the energy–time relation its correct reading as a lifetime bound rather than a commutator relation.\n",{"path":6039,"title":6040,"module":6020,"summary":6041},"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures","Time Evolution, Propagators, and the Heisenberg Picture","Time evolution is generated by the Hamiltonian and implemented by a unitary operator that preserves probability. We build that operator, expand a state in stationary states to see why probability densities freeze while phases wind, introduce the propagator, transfer the time dependence onto operators in the Heisenberg picture, and derive Ehrenfest's theorem — which recovers classical equations of motion for expectation values and identifies conserved quantities as observables commuting with the Hamiltonian.\n",{"path":6043,"title":6044,"module":6045,"summary":6046},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states","Ladder Operators and the Number States","The Oscillator Algebraically, and Symmetry","The harmonic oscillator can be solved without touching a differential equation. Factoring the Hamiltonian into a lowering operator and its adjoint turns the spectrum into pure algebra: the commutator relation fixes the ladder, the vacuum condition fixes the ground state, and the energies fall out as equally spaced rungs. The same operators give the matrix elements of position and momentum for free.\n",{"path":6048,"title":6049,"module":6045,"summary":6050},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states","Coherent and Squeezed States","A single number state never moves — its position expectation is pinned at the origin. The superposition that oscillates like a classical particle is the eigenstate of the annihilation operator: the coherent state. It is a displaced vacuum, carries Poissonian photon statistics, saturates the uncertainty bound, and traces a rigid Gaussian orbit in phase space. Squeezing deforms that circle, trading precision in one quadrature for noise in the other.\n",{"path":6052,"title":6053,"module":6045,"summary":6054},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws","Symmetries, Generators, and Conservation Laws","Every continuous symmetry of a quantum system is a unitary operator built by exponentiating a Hermitian generator: momentum generates translations, angular momentum generates rotations, the Hamiltonian generates time evolution. When a generator commutes with the Hamiltonian, the transformation leaves the dynamics unchanged and the generator is conserved — the quantum form of Noether's theorem — and any symmetry that mixes states within a level forces degeneracy.\n",{"path":6056,"title":6057,"module":6045,"summary":6058},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries","Parity, Time Reversal, and Discrete Symmetries","Parity and time reversal are symmetries no continuous generator can reach. Parity is a unitary involution whose eigenvalues label states even or odd, fixing the dipole selection rules. Time reversal is antiunitary: it conjugates i, flips momenta and spins, and for half-integer spin squares to minus one, which by Kramers' theorem makes every level of a time-reversal-invariant Hamiltonian at least doubly degenerate.\n",{"path":6060,"title":6061,"module":4900,"summary":6062},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics","Orbital Angular Momentum and Spherical Harmonics","Orbital angular momentum is the operator triple built from position and momentum. Its components fail to commute, so no state carries sharp values of more than one of them, but each commutes with the total square. Solving the common eigenvalue problem in spherical coordinates quantizes both the magnitude and the projection and produces the spherical harmonics, the angular part of every central-force wavefunction.\n",{"path":6064,"title":6065,"module":4900,"summary":6066},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra","The Angular-Momentum Algebra and Ladder Operators","The eigenvalues of angular momentum follow from the commutation relations alone, with no reference to coordinates or wavefunctions. Raising and lowering operators built from the components generate finite multiplets, force the total quantum number to be a non-negative integer or half-integer, and fix the matrix elements of every component. The half-integer values excluded by orbital motion appear here, and they are what spin realizes.\n",{"path":6068,"title":6069,"module":4900,"summary":6070},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan","Addition of Angular Momenta and Clebsch–Gordan Coefficients","Two angular momenta combine into a total whose allowed magnitudes run from the difference to the sum of the parts in integer steps. The change from the uncoupled product basis to the coupled total-angular-momentum basis is carried out with the lowering operator and orthogonality, and its matrix of overlaps is the table of Clebsch–Gordan coefficients. Two spin-halves split into a triplet and a singlet, the prototype for every composite spin.\n",{"path":6072,"title":6073,"module":6074,"summary":6075},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions","The Schrödinger Equation in Three Dimensions","Central Potentials","A central potential depends only on the distance from a force center, so the three-dimensional Schrödinger equation separates in spherical coordinates. The angular factor is a spherical harmonic; the radial factor obeys a one-dimensional equation with an effective potential whose centrifugal barrier depends on the angular-momentum quantum number. The free particle and the spherical box fix the two limiting cases through the spherical Bessel functions.\n",{"path":6077,"title":6078,"module":6074,"summary":6079},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom","The Hydrogen Atom","The Coulomb potential turns the radial equation into one whose bound states exist only for a discrete set of energies. A power-series solution truncated to keep the wavefunction normalizable forces the principal quantum number, and the energy comes out proportional to minus one over its square, recovering the Rydberg spectrum. The bound states are the associated Laguerre functions times spherical harmonics, and their energy depends on the principal number alone, giving an n-squared degeneracy larger than rotational symmetry can explain.\n",{"path":6081,"title":6082,"module":6074,"summary":6083},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry","The Isotropic Oscillator and Hidden Symmetry","The three-dimensional isotropic harmonic oscillator solves in both Cartesian and spherical bases, and the two solutions must agree on the degeneracy of every level. That agreement, and the accidental degeneracy of hydrogen, both come from a symmetry larger than rotation: the oscillator carries an SU(3) invariance built from a conserved quadrupole tensor, and the Coulomb problem carries an SO(4) invariance built from the conserved Runge–Lenz vector. These hidden symmetries pin the degeneracies that rotational invariance alone leaves unexplained.\n",{"path":6085,"title":6086,"module":6087,"summary":6088},"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach","Spin-½, the Pauli Matrices, and Stern–Gerlach","Spin","A silver atom passing through an inhomogeneous magnetic field splits into two beams, not a smear. That single fact fixes the internal angular momentum of the electron to a two-valued quantity with no spatial wavefunction. We build the two-dimensional spin space, the Pauli matrices and their algebra, the spinor for measurement along an arbitrary axis, and the sequential Stern–Gerlach filters that expose measurement disturbance.\n",{"path":6090,"title":6091,"module":6087,"summary":6092},"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance","Spin in a Magnetic Field: Precession and Resonance","A spin coupled to a magnetic field is the simplest nontrivial quantum dynamics. A static field makes the spin expectation precess on a cone at the Larmor frequency while the energy levels split linearly. Adding a weak oscillating field and passing to the rotating frame produces Rabi oscillations and a resonance lineshape — the physics of NMR and ESR, and the driven qubit.\n",{"path":6094,"title":6095,"module":6087,"summary":6096},"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere","Two-Level Systems and the Bloch Sphere","Every two-state quantum system is a spin-½ in disguise. Its Hamiltonian is an effective magnetic field, its pure states are points on the Bloch sphere, and its unitary evolution is a rigid rotation of that sphere. The same structure produces avoided level crossings, the ammonia inversion doublet and its maser, and the qubit.\n",{"path":6098,"title":6099,"module":6100,"summary":6101},"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry","Identical Particles and Exchange Symmetry","Identical Particles","Two electrons carry no label that distinguishes one from the other, and that bare fact reshapes the state space. The exchange operator that swaps particle labels commutes with any Hamiltonian built from identical particles, so its eigenvalue is conserved, and nature admits only its two extremes: totally symmetric states for bosons and totally antisymmetric states for fermions. The antisymmetry forces a statistical correlation, the exchange \"force,\" that keeps fermions apart and draws bosons together even with no interaction between them.\n",{"path":6103,"title":6104,"module":6100,"summary":6105},"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table","The Pauli Principle, Atoms, and the Periodic Table","Antisymmetry packaged as a Slater determinant turns the exclusion principle into an operating rule for building atoms. Helium shows the machinery in full: the electron-electron repulsion splits into a direct Coulomb integral and an exchange integral, and the exchange term alone pushes the spin-triplet (orthohelium) below the spin-singlet (parahelium) with no magnetic interaction in sight. Screening, the aufbau order, and Hund's rules then assemble the whole periodic table from the same antisymmetry.\n",{"path":6107,"title":6108,"module":6109,"summary":6110},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory","Time-Independent Perturbation Theory","Approximation Methods for Bound States","Almost no realistic Hamiltonian can be solved exactly. Perturbation theory treats a hard Hamiltonian as a solvable one plus a small correction and expands the eigenvalues and eigenstates in powers of that correction. We derive the first- and second-order energy shifts and the first-order state correction for a nondegenerate level, expose the small-denominator failure that degeneracy forces, and fix it by diagonalizing the perturbation inside the degenerate subspace to find the \"good\" zeroth-order states.\n",{"path":6112,"title":6113,"module":6109,"summary":6114},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom","Fine Structure and the Real Hydrogen Atom","The Bohr spectrum is only the leading term. Two relativistic corrections of order alpha-squared — the relativistic kinetic-energy correction and spin–orbit coupling, joined by the Darwin term for s states — split the hydrogen levels into fine structure that depends on the total angular momentum j. We derive each shift as a first-order perturbation, combine them into a formula depending only on n and j, and continue down the energy ladder to the Lamb shift and the hyperfine 21 cm line.\n",{"path":6116,"title":6117,"module":6109,"summary":6118},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects","The Zeeman and Stark Effects","An atom in an external field is a perturbation problem whose good basis depends on which interaction wins. A magnetic field competes with the internal spin–orbit coupling: the weak-field limit gives the anomalous Zeeman splitting set by the Landé g-factor, the strong-field limit gives the Paschen–Back pattern in the uncoupled basis, and the intermediate regime is a matrix diagonalization. An electric field gives a quadratic shift for the nondegenerate ground state and a linear splitting for the degenerate n = 2 level.\n",{"path":6120,"title":6121,"module":6109,"summary":6122},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method","The Variational Method","The expectation of the Hamiltonian in any trial state is an upper bound on the true ground-state energy. Minimizing that expectation over a parametrized family of trial functions turns the ground-state problem into ordinary calculus and needs no small parameter. We prove the bound, apply it to the helium atom with a screened effective charge, use a two-center trial to predict binding in the hydrogen molecular ion, and extend the method to excited states through orthogonality.\n",{"path":6124,"title":6125,"module":6109,"summary":6126},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation","The WKB Approximation","When the potential varies slowly on the scale of the de Broglie wavelength, the wavefunction is locally a plane wave with a position-dependent wavelength. This semiclassical picture builds the wavefunction from the classical momentum, breaks down at the turning points where the momentum vanishes, and is repaired there by connection formulas. The result recovers the Bohr–Sommerfeld quantization rule with its half-integer correction and gives the exponential tunneling rate through a smooth barrier, the Gamow factor.\n",{"path":6128,"title":6129,"module":6,"summary":6},"\u002Fquantum-mechanics","Quantum Mechanics",{"path":6131,"title":6132,"module":6133,"summary":6134},"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions","Sets, Logic, and Functions","Foundations and the Real Number System","The working language of analysis: quantifiers and the proof patterns (contrapositive, contradiction, induction), sets and their operations, relations and equivalence classes, and functions with their images, injections, surjections, and bijections. Cardinality is measured by bijection, and Cantor's theorem that no set surjects onto its power set forces uncountable sets to exist.\n",{"path":6136,"title":6137,"module":6133,"summary":6138},"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness","Ordered Fields and the Completeness Axiom","The real numbers are the unique ordered field with the least-upper-bound property. The field and order axioms, the exact failure of the rationals (no supremum for the set of rationals below √2), and completeness as the defining axiom of ℝ lead to the first consequences: the existence of √2, the Archimedean property, and the density of ℚ in ℝ.\n",{"path":6140,"title":6141,"module":6133,"summary":6142},"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds","Absolute Value, Bounded Sets, and Inequalities","The absolute value turns the order on ℝ into a notion of distance, with the triangle inequality as the estimate underlying most later proofs. Covered: its algebra, the triangle and reverse-triangle inequalities, and the extension of the sup\u002Finf vocabulary from sets to bounded functions.\n",{"path":6144,"title":6145,"module":6133,"summary":6146},"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability","Intervals, Uncountability, and Decimals","Intervals are classified, and ℝ is proved uncountable two ways: a nested-interval construction and the decimal diagonal argument. Decimal expansions are built as suprema of truncations, which pins the source of their non-uniqueness (the 0.4999… equals 0.5000… identity) and the identification of the rationals with the eventually-repeating expansions. The middle-thirds Cantor set is an uncountable set of measure zero.\n",{"path":6148,"title":6149,"module":6150,"summary":6151},"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits","Sequences and Their Limits","Sequences and Series","A sequence is a function on the natural numbers; it converges to a limit when its terms eventually stay within any prescribed tolerance of that number. The epsilon-M definition fixes the order of the quantifiers, and from it the limit is unique, every convergent sequence is bounded, and only the tail matters. Divergence to plus or minus infinity records terms that outgrow every bound.\n",{"path":6153,"title":6154,"module":6150,"summary":6155},"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone","Limit Laws and Monotone Convergence","Limits commute with sums, products, quotients, roots, and absolute values and preserve non-strict inequalities, so a limit can be assembled from the limits of its parts without returning to epsilon and M. The squeeze lemma transfers a limit through two envelopes; the monotone convergence theorem produces a limit from boundedness alone; and the ratio test settles the geometric and factorial standard limits.\n",{"path":6157,"title":6158,"module":6150,"summary":6159},"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass","Subsequences, Limit Superior, and Bolzano–Weierstrass","A bounded sequence need not converge, but it always has convergent subsequences, and its terms cluster between two extreme values. The limit superior and inferior are the limits of the tail suprema and infima; they always exist for a bounded sequence, coincide exactly when it converges, and are its largest and smallest subsequential limits. Bolzano–Weierstrass extracts a convergent subsequence from boundedness alone.\n",{"path":6161,"title":6162,"module":6150,"summary":6163},"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness","Cauchy Sequences and the Completeness of the Reals","The Cauchy criterion tests convergence without knowing the limit: a sequence converges exactly when its terms eventually all lie within any tolerance of one another. Cauchy sequences are bounded, in the reals Cauchy and convergent are equivalent, and this completeness property is interchangeable with the least-upper-bound axiom — the single feature that separates the real line from the rationals.\n",{"path":6165,"title":6166,"module":6150,"summary":6167},"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence","Series and Convergence Tests","A series converges when its sequence of partial sums does, so every fact about sequences transfers. Geometric and telescoping series sum in closed form; the n-th term test rejects series whose terms miss zero, though the harmonic series shows the converse fails; and the comparison test against the geometric and p-series benchmarks settles most nonnegative-term series.\n",{"path":6169,"title":6170,"module":6150,"summary":6171},"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement","Absolute Convergence, the Ratio and Root Tests, and Rearrangements","Absolute convergence is the strong form of convergence that permits free manipulation; conditional convergence is fragile. Absolute convergence implies convergence, and the ratio and root tests detect it by comparison with the geometric series. The alternating series test supplies conditionally convergent series, Riemann's theorem rearranges any of them to any sum, and Mertens' theorem multiplies series when at least one converges absolutely.\n",{"path":6173,"title":6174,"module":6175,"summary":6176},"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms","Metric Spaces, Norms, and Examples","Metric Spaces and Topology","A metric is a function $d(x,y)$ obeying four axioms: nonnegativity, identity of indiscernibles, symmetry, and the triangle inequality. The Euclidean, taxicab, sup, discrete, and great-circle metrics all qualify, as does the sup metric on $C[a,b]$. Every norm induces a metric, and strongly equivalent metrics share the same open sets.\n",{"path":6178,"title":6179,"module":6175,"summary":6180},"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets","Open and Closed Sets, Interior, Closure","Open sets are those in which every point has room to move; closed sets are their complements. From the single ball construction come the topology axioms (arbitrary unions, finite intersections), the interior, closure, and boundary of a set, and the fact that openness is always relative to the ambient space.\n",{"path":6182,"title":6183,"module":6175,"summary":6184},"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness","Convergence, Cauchy Sequences, and Completeness","The $\\varepsilon$-$N$ definition of a limit transfers verbatim to any metric space once $|x-y|$ is replaced by $d(x,y)$. Convergent sequences characterize closed sets and closures; Cauchy sequences and completeness capture spaces with no missing limits, with $\\mathbb{R}^n$ and $C[a,b]$ complete and $\\mathbb{Q}$ and $(0,1]$ not.\n",{"path":6186,"title":6187,"module":6175,"summary":6188},"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness","Compactness","A set is compact if every open cover has a finite subcover. In a metric space this is equivalent to sequential compactness and to being complete and totally bounded. Compact sets are closed and bounded; the Heine–Borel theorem gives the converse in $\\mathbb{R}^n$ but nowhere else in general.\n",{"path":6190,"title":6191,"module":6175,"summary":6192},"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness","Connectedness","A space is connected when it cannot be split into two nonempty open pieces. The connected subsets of $\\mathbb{R}$ are precisely the intervals, path- connectedness gives a constructive sufficient condition, and connectedness is a topological invariant preserved by continuous maps, the fact behind the intermediate value theorem.\n",{"path":6194,"title":6195,"module":4594,"summary":6196},"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions","Limits of Functions","The limit of a function at a point is an epsilon–delta condition pinning one value L as the target of f(x) as x approaches c, mirroring the sequence definition with distance replacing index. It is stated only at cluster points of the domain, is unique when it exists, and reduces to sequential limits through the Heine criterion. The algebra of limits and one-sided limits follow from that reduction.\n",{"path":6198,"title":6199,"module":4594,"summary":6200},"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions","Continuous Functions","A function is continuous at c when its limit there equals its own value, lim f(x) = f(c). The epsilon–delta and sequential forms agree; sums, products, quotients, and compositions of continuous functions are continuous; and the failures split into jump, Dirichlet, popcorn, and removable types. The topological reading is that preimages of open sets are open.\n",{"path":6202,"title":6203,"module":4594,"summary":6204},"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt","Extreme and Intermediate Value Theorems","On a closed bounded interval a continuous function attains an absolute maximum and minimum (the extreme value theorem, compactness preserved by continuity) and takes every value between its endpoint values (the intermediate value theorem, connectedness preserved). Both proofs run through Bolzano–Weierstrass and bisection, and yield root-finding, existence of k-th roots, and fixed-point theorems.\n",{"path":6206,"title":6207,"module":4594,"summary":6208},"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity","Uniform Continuity","Uniform continuity strengthens continuity by demanding one delta that works at every point of the domain, not a delta re-chosen at each point. It separates x^2 on a compact interval from x^2 on the whole line and from 1\u002Fx near zero; continuity on a closed bounded interval is automatically uniform; uniformly continuous functions preserve Cauchy sequences and extend to endpoints; and Lipschitz continuity is the strongest of the three, through its secant-slope bound.\n",{"path":6210,"title":6211,"module":4594,"summary":6212},"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces","Continuity on Metric Spaces","The epsilon–delta definition used only distances, so continuity transfers to maps between metric spaces by replacing absolute values with the two metrics. In this generality continuity still admits a sequential form, preserves compactness and connectedness, is uniform on a compact domain, and reads topologically as preimages of open sets being open, the formulation that defines homeomorphisms.\n",{"path":6214,"title":6215,"module":4594,"summary":6216},"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone","Limits at Infinity and Monotone Functions","Treating infinity as a cluster point extends the epsilon–delta limit to x approaching plus or minus infinity, giving horizontal asymptotes and infinite limits. For monotone functions the one-sided limits always exist as suprema and infima, the discontinuities are jumps and at most countably many, the continuity is equivalent to the image being an interval, and a strictly monotone function always has a continuous inverse.\n",{"path":6218,"title":6219,"module":6220,"summary":6221},"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative","The Derivative","Differentiation","The derivative is the limit of the difference quotient, the slope the secant lines approach as the second point slides into the first. Differentiability forces continuity; linearity and the product, quotient, and chain rules follow from the definition; and a continuous function can fail to be differentiable, as the absolute value does at the origin.\n",{"path":6223,"title":6224,"module":6220,"summary":6225},"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem","The Mean Value Theorem","A relative extremum in the interior forces the derivative to vanish; Rolle's theorem and the mean value theorem turn that local fact into global control. The sign of the derivative fixes monotonicity, a bounded derivative yields a Lipschitz bound, and Darboux's theorem shows derivatives have the intermediate value property even where they are discontinuous.\n",{"path":6227,"title":6228,"module":6220,"summary":6229},"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem","Taylor's Theorem","Taylor's theorem generalizes the mean value theorem: an n-times differentiable function is matched near a point by a degree-n polynomial, with a Lagrange remainder that names the error exactly through one higher derivative. Iterating the mean value theorem proves it; the second-derivative test is the order-one case; and a smooth non-analytic bump separates a Taylor series from the function it fails to represent.\n",{"path":6231,"title":6232,"module":6220,"summary":6233},"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d","The Inverse Function Theorem in One Variable","A nonzero derivative certifies a local inverse and fixes its slope. A strictly monotone differentiable function has a differentiable inverse whose derivative is the reciprocal of the original; the inverse function theorem removes the monotonicity hypothesis, and the reciprocal formula constructs nth roots and the logarithm's derivative, failing exactly where the derivative vanishes.\n",{"path":6235,"title":6236,"module":6237,"summary":6238},"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral","Partitions, Darboux Sums, and Integrability","The Riemann Integral","The Riemann integral is defined by trapping the area under a bounded function between under- and over-estimates. Partitions cut the domain into strips; lower and upper Darboux sums bracket the area; refining a partition tightens the bracket. A function is integrable exactly when the bracket can be made arbitrarily thin, and the tagged Riemann-sum limit gives the same number.\n",{"path":6240,"title":6241,"module":6237,"summary":6242},"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes","Which Functions Are Integrable","The Cauchy criterion certifies whole classes of functions as integrable. Continuous functions are integrable because uniform continuity makes every oscillation cap small; monotone functions are integrable because their caps telescope to a single total jump; bounded functions with finitely many discontinuities are integrable by isolating the bad points. The Dirichlet function fails, and the Lebesgue criterion names the exact boundary.\n",{"path":6244,"title":6245,"module":6237,"summary":6246},"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral","Properties of the Integral","The integral is a linear, order-preserving, additive operator on the integrable functions. It splits across subintervals, respects inequalities, bounds the size of a function by the integral of its absolute value, and preserves products. The mean value theorem for integrals identifies the integral with an attained average height on a fixed rectangle.\n",{"path":6248,"title":4649,"module":6237,"summary":6249},"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem","The fundamental theorem ties the integral to the derivative in two forms. The evaluation form computes a definite integral from any antiderivative; the differentiation form shows the area function has derivative equal to the integrand at points of continuity. Together they make differentiation and integration inverse operations, and yield integration by parts and change of variables.\n",{"path":6251,"title":6252,"module":6237,"summary":6253},"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper","The Logarithm, Exponential, and Improper Integrals","The integral defines transcendental functions. The logarithm is the area under 1\u002Ft, the exponential is its inverse, and their calculus properties follow from the fundamental theorem. Improper integrals extend integration to unbounded intervals and unbounded integrands as limits of proper integrals, with a p-test, a comparison test, absolute versus conditional convergence, and the integral test linking integrals to series.\n",{"path":6255,"title":6256,"module":6257,"summary":6258},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence","Pointwise and Uniform Convergence","Sequences and Series of Functions","A sequence of functions has two natural notions of limit. Pointwise convergence fixes each input and takes the limit of numbers; uniform convergence demands one rate that works for every input at once. The uniform norm turns the second into a statement about a single sequence of numbers, and the uniform Cauchy criterion and the Weierstrass M-test let us certify it.\n",{"path":6260,"title":6261,"module":6257,"summary":6262},"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits","Interchange of Limits: Continuity, Integration, Differentiation","Passing to a limit inside a continuity statement, an integral, or a derivative is an interchange of two limits, and the two limits do not always commute. Uniform convergence licenses the first two swaps: the uniform limit of continuous functions is continuous, and the limit of the integrals is the integral of the limit. Differentiation needs uniform convergence of the derivatives, and counterexamples show why each hypothesis is required.\n",{"path":6264,"title":6265,"module":6257,"summary":6266},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass","Power Series and the Weierstrass Approximation Theorem","A power series converges uniformly on every closed subinterval inside its radius of convergence, together with all of its derivatives. That makes it continuous, differentiable, and integrable term by term, so a power series defines an infinitely differentiable function. The Weierstrass approximation theorem then shows that polynomials come uniformly close to any continuous function on a closed bounded interval.\n",{"path":6268,"title":6269,"module":6257,"summary":6270},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode","Picard's Existence and Uniqueness Theorem","The Banach fixed-point theorem says a contraction of a complete metric space has exactly one fixed point, found by iterating from any start. Applied to the space of continuous functions with the uniform norm, it proves Picard's theorem: a first-order differential equation with a Lipschitz right-hand side has a unique local solution. Picard iteration constructs that solution explicitly, and worked examples show the Lipschitz condition is not optional.\n",{"path":6272,"title":6273,"module":6274,"summary":6275},"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn","The Derivative of a Map ℝⁿ → ℝᵐ","Functions of Several Variables (Introduction)","The derivative of a map between Euclidean spaces is the linear transformation of vanishing relative error, unique when it exists and represented in coordinates by the Jacobian matrix of partial derivatives. Differentiability forces continuity through a local Lipschitz bound. Existence of the partial derivatives alone does not suffice; continuity of the partials does.\n",{"path":6277,"title":6278,"module":6274,"summary":6279},"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule","Directional Derivatives, the Gradient, and the Chain Rule","The directional derivative measures the rate of change of a scalar field along a chosen heading and equals the derivative applied to that direction. The gradient collects these into a vector that points along steepest ascent and sits orthogonal to level sets. The chain rule composes derivatives by multiplying Jacobians, and a mean value theorem holds for scalar fields but fails for vector-valued maps.\n",{"path":6281,"title":6282,"module":6274,"summary":6283},"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema","Higher Derivatives, Taylor's Theorem, and Extrema","Iterating the derivative gives a symmetric second derivative, the Hessian, whose mixed partials agree when they are continuous. Taylor's theorem expands a smooth map to any order with a Lagrange-type remainder, and at a critical point the definiteness of the Hessian decides between a local minimum, a local maximum, and a saddle.\n",{"path":6285,"title":6286,"module":6274,"summary":6287},"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems","The Inverse and Implicit Function Theorems","A nonlinear map with a nonsingular Jacobian is locally invertible, with the inverse's derivative given by the inverse matrix. The contraction mapping principle supplies the local inverse; the implicit function theorem then solves a system for some variables in terms of the rest whenever the relevant Jacobian block is invertible. Worked coordinate changes show both theorems in use.\n",{"path":6289,"title":6290,"module":6274,"summary":6291},"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals","Multiple Integrals","The Riemann integral of a bounded function over a closed rectangle in Euclidean space is built from Darboux upper and lower sums on a grid of subrectangles, with the same squeeze criterion that governs the one-variable integral. Continuous integrands are integrable, and a set of content zero can be ignored. Fubini's theorem evaluates a multiple integral as an iterated one in either order, and the indicator trick extends the theory to regions bounded by curves.\n",{"path":6293,"title":6294,"module":6,"summary":6},"\u002Freal-analysis","Real Analysis",{"path":6296,"title":6297,"module":4247,"summary":6298},"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations","Sets, Functions, and Equivalence Relations","Algebra is built on three prior notions: the set, the map between sets, and the equivalence relation that reorganizes a set into disjoint classes. Sets, maps (injective, surjective, bijective), fibers and preimages, and the correspondence between equivalence relations and partitions — the one structural fact reused in every later quotient construction.\n",{"path":6300,"title":6301,"module":4247,"summary":6302},"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic","The Integers and Modular Arithmetic","The integers carry the template every ring later imitates: well-ordering drives induction, induction drives the division algorithm, and division drives the Euclidean algorithm, gcd, Bézout's identity, and unique factorization into primes. Quotienting by congruence mod n builds the first finite arithmetic, Z\u002FnZ, whose invertible elements form the group of units.\n",{"path":6304,"title":6305,"module":6306,"summary":6307},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples","Group Axioms and First Examples","Groups and Symmetry","A group is a set with one associative operation that has an identity and inverses. We state the axioms, prove that the identity, inverses, and cancellation behave as expected, define the order of a group and of an element, and catalogue the running examples: the integers, the additive group of residues mod n, and the multiplicative group of units mod n.\n",{"path":6309,"title":6310,"module":6306,"summary":6311},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups","Dihedral and Symmetric Groups","The dihedral group D_{2n} is the symmetries of a regular n-gon, generated by a rotation r and a reflection s subject to three relations. The symmetric group S_n is all permutations of n objects, written in cycle notation. Orders, generators and relations, cycle decomposition, the order of a permutation from its cycle type, and the parity that splits S_n in half.\n",{"path":6313,"title":6314,"module":6306,"summary":6315},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups","Matrix and Quaternion Groups","Invertible matrices over a field form the general linear group GL_n(F), with the determinant-one matrices as the subgroup SL_n(F). Over a finite field the order of GL_n(F) has a clean product formula. The quaternion group Q_8 is a second small nonabelian group, distinct from the dihedral group of the same order; its multiplication and subgroup structure sharpen the contrast between the two.\n",{"path":6317,"title":6318,"module":6306,"summary":6319},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions","Homomorphisms, Isomorphisms, and Actions","A homomorphism is a map between groups that respects the operation; an isomorphism is a bijective one, making two groups the same up to relabeling. The kernel and image measure how far a homomorphism is from injective and surjective. A group action realizes a group as permutations of a set, and actions correspond exactly to homomorphisms into a symmetric group, with orbits and stabilizers as the first tools for counting.\n",{"path":6321,"title":6322,"module":6323,"summary":6324},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures","Subgroups and Their Substructures","Subgroups and Quotients","A subgroup is a subset that is a group under the inherited operation. One test decides it: nonempty and closed under the map $(x,y) \\mapsto xy^{-1}$. From an arbitrary subset $A$ we build the centralizer, normalizer, and center, and from an action the stabilizer and kernel, all of them subgroups nested in a fixed chain inside $G$.\n",{"path":6326,"title":6327,"module":6323,"summary":6328},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups","Cyclic Groups","A cyclic group is generated by one element. Two facts organize the whole theory: the order of an element equals the order of the subgroup it generates, and cyclic groups of equal order are isomorphic, so $\\mathbb{Z}$ and $\\mathbb{Z}\u002Fn\\mathbb{Z}$ are the only ones. From there the generators ($\\varphi(n)$ of them), the subgroups (one per divisor of $n$), and a fast exponentiation algorithm all follow.\n",{"path":6330,"title":6331,"module":6323,"summary":6332},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices","Generation and the Lattice of Subgroups","The subgroup generated by a subset $A$ is the smallest subgroup containing it, described top-down as an intersection and bottom-up as the set of words in $A$ and its inverses. Collecting all subgroups and ordering them by containment produces the subgroup lattice, whose Hasse diagram shows the joins, meets, and containment relations among all subgroups.\n",{"path":6334,"title":6335,"module":6323,"summary":6336},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups","Cosets, Lagrange, and Normal Subgroups","The left cosets of a subgroup partition a group into equal-sized blocks, so the order of a subgroup divides the order of the group: Lagrange's theorem. When the blocks can be multiplied consistently — exactly when the subgroup is normal — they form the quotient group $G\u002FN$. Fermat's and Euler's theorems fall out as index computations.\n",{"path":6338,"title":6339,"module":6323,"summary":6340},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems","The Isomorphism Theorems","Four theorems relate homomorphisms, quotients, and subgroup lattices. The first identifies the image of a homomorphism with the quotient by its kernel; the second and third compute quotients built from two subgroups and quotients of quotients; the fourth matches the subgroups of $G\u002FN$ with the subgroups of $G$ lying above $N$. Together they make quotient groups computable.\n",{"path":6342,"title":6343,"module":6323,"summary":6344},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group","Composition Series and the Alternating Group","A composition series breaks a finite group into simple quotient factors, and Jordan-Hölder says those factors are unique up to order. This turns classification into two problems: list the simple groups, and describe how to reassemble them. The sign homomorphism splits $S_n$ into even and odd permutations, defining the alternating group $A_n$, simple for $n \\ge 5$.\n",{"path":6346,"title":6347,"module":6348,"summary":6349},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem","Actions, Orbits, and Cayley's Theorem","Group Actions and Sylow Theory","A group action turns abstract elements into permutations of a set. The action splits the set into orbits, and the orbit-stabilizer theorem ties each orbit's size to the index of a stabilizer. Applied to a group acting on itself by left multiplication, this gives Cayley's theorem: every group is a group of permutations.\n",{"path":6351,"title":6352,"module":6348,"summary":6353},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation","Conjugation and the Class Equation","A group acts on itself by conjugation, and the orbits are the conjugacy classes. Orbit-stabilizer turns the resulting partition into the class equation, which forces every group of prime-power order to have a nontrivial center. Conjugacy in the symmetric group is cycle type, and Burnside's lemma counts orbits by averaging fixed points.\n",{"path":6355,"title":6356,"module":6348,"summary":6357},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems","The Sylow Theorems","Lagrange's theorem forbids subgroups whose order fails to divide the group order; Sylow's theorems supply a partial converse for prime powers. A Sylow p-subgroup always exists, all of them are conjugate, and their count satisfies two congruence-and-divisibility constraints tight enough to prove many groups non-simple from their order alone.\n",{"path":6359,"title":6360,"module":6348,"summary":6361},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups","Automorphisms and Simplicity of Aₙ","Conjugation makes a group act on itself and on its normal subgroups by automorphisms, giving the inner automorphism group G\u002FZ(G) and the embedding of N(H)\u002FC(H) into Aut(H). Characteristic subgroups are those every automorphism fixes, and the automorphism group of a cyclic group is its unit group. The lesson closes by proving the alternating group Aₙ is simple for n ≥ 5.\n",{"path":6363,"title":6364,"module":6365,"summary":6366},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups","Direct Products and Finite Abelian Groups","Products and Group Structure","The direct product assembles a larger group from componentwise copies of smaller ones, and a recognition theorem reverses the process when two normal subgroups meet trivially and span the group. The Fundamental Theorem of Finitely Generated Abelian Groups then classifies every such group by two equivalent invariants, invariant factors and elementary divisors.\n",{"path":6368,"title":6369,"module":6365,"summary":6370},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products","Semidirect Products","The semidirect product relaxes the direct product by requiring only one factor to be normal, with the other acting on it through a homomorphism into its automorphism group. This single twisting map lets abelian pieces assemble into non-abelian groups, realizes the dihedral groups as $\\mathbb{Z}_n \\rtimes \\mathbb{Z}_2$, and, with a recognition theorem, classifies groups of several small orders.\n",{"path":6372,"title":6373,"module":6365,"summary":6374},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups","p-Groups, Nilpotent, and Solvable Groups","Finite p-groups have nontrivial center, and iterating the center upward builds the nilpotent groups, which decompose as the direct product of their Sylow subgroups. Iterating the commutator downward builds the solvable groups, whose factors are abelian. The chain cyclic, abelian, nilpotent, solvable orders these classes, and A_5 breaks the last link.\n",{"path":6376,"title":6377,"module":6365,"summary":6378},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups","Classifying Groups of Small Order","With Sylow's theorem to force normal subgroups, direct and semidirect products to assemble them, and presentations to name the result, every group up to order fifteen can be listed explicitly. Free groups make presentations precise: generators with no relations, from which any group is a quotient by the normal closure of its relations.\n",{"path":6380,"title":6381,"module":6382,"summary":6383},"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples","Rings: Definitions and Examples","Ring Theory","A ring carries two operations: an abelian group under addition and an associative multiplication linked by the distributive laws. The named special cases — commutative rings, integral domains, division rings, and fields — differ only in how their multiplication behaves. Standard examples include quadratic integer rings, polynomial rings, matrix rings, and group rings.\n",{"path":6385,"title":6386,"module":6382,"summary":6387},"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms","Ideals, Quotient Rings, and Homomorphisms","Ring homomorphisms have kernels that absorb multiplication; such subsets are ideals, and every ideal is the kernel of the projection onto a quotient ring. The quotient construction yields the ring isomorphism theorems and classifies ideals by their quotients: R\u002FI is a field exactly when I is maximal, an integral domain exactly when I is prime.\n",{"path":6389,"title":6390,"module":6382,"summary":6391},"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem","Fields of Fractions and the CRT","Rings of fractions invert a multiplicatively closed set, enlarging an integral domain into its field of fractions the way Z becomes Q. The Chinese Remainder Theorem splits a quotient by comaximal ideals into a direct product, generalizing Z\u002FmnZ ≅ Z\u002FmZ × Z\u002FnZ and explaining why the Euler function is multiplicative.\n",{"path":6393,"title":6394,"module":6395,"summary":6396},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds","Euclidean Domains, PIDs, and UFDs","Factorization and Polynomial Rings","Three classes of integral domain, ordered by how much of elementary arithmetic survives: Euclidean domains carry a division algorithm, principal ideal domains make every ideal a single multiple, and unique factorization domains factor every element into irreducibles in one way. We prove the chain ED implies PID implies UFD, the classes are separated by explicit counterexamples, and irreducible and prime coincide exactly in a UFD.\n",{"path":6398,"title":6399,"module":6395,"summary":6400},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields","Polynomial Rings over Fields","When the coefficients form a field, polynomial long division works exactly as it does over the rationals, and it works with a unique quotient and remainder. That single fact makes F[x] a Euclidean domain, hence a PID and a UFD: every ideal is the multiples of one polynomial, roots correspond to linear factors, and F[x]\u002F(f) is a field precisely when f is irreducible.\n",{"path":6402,"title":6403,"module":6395,"summary":6404},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization","Gauss's Lemma and Unique Factorization","A UFD is not a field, so its polynomial ring is not a PID — yet unique factorization survives the passage from R to R[x]. Gauss's lemma supplies the passage: a polynomial that factors over the fraction field already factors over R, once content is factored out. This gives the theorem that R[x] is a UFD whenever R is, so Z[x] and Q[x,y] factor uniquely even though neither is a PID.\n",{"path":6406,"title":6407,"module":6395,"summary":6408},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner","Irreducibility Criteria and Gröbner Bases","Deciding whether a given polynomial is irreducible, and computing in multivariate polynomial rings. In one variable: the rational root test, reduction modulo a prime, and Eisenstein's criterion. In several variables, where division fails, a monomial order gives leading terms, a Gröbner basis restores a well-defined remainder, and Buchberger's algorithm computes it.\n",{"path":6410,"title":6411,"module":6412,"summary":6413},"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules","Introduction to Modules","Module Theory","A module is an abelian group on which a ring acts, generalizing both vector spaces (when the ring is a field) and abelian groups (when the ring is the integers). Submodules, homomorphisms, quotients, and the isomorphism theorems carry over from groups, and an F[x]-module is the same datum as a vector space with a chosen linear operator — the correspondence behind the canonical forms.\n",{"path":6415,"title":6416,"module":6412,"summary":6417},"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums","Generation, Direct Sums, and Free Modules","A generating set spans a module by R-linear combinations; a direct sum decomposes it into independent pieces; a free module has a basis and the universal property that a homomorphism is determined by arbitrary values on that basis. Rank is well defined over a commutative ring, torsion blocks a basis, and every module is a quotient of a free one — a presentation by generators and relations.\n",{"path":6419,"title":6420,"module":6412,"summary":6421},"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences","Tensor Products and Exact Sequences","The tensor product builds a module in which elements of two modules can be multiplied, characterized by a universal property turning bilinear maps into linear ones; extension of scalars is its guiding case. Exact sequences track how a module is assembled from a submodule and a quotient, when that assembly splits, and which modules — projective, injective, flat — make the Hom and tensor functors preserve exactness.\n",{"path":6423,"title":6424,"module":6412,"summary":6425},"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps","Vector Spaces and Linear Maps","A vector space is a module over a field, and the field hypothesis removes every pathology a general module can have: every vector space is free, so it has a basis, a well-defined dimension, and a coordinate isomorphism with F^n. Linear maps become matrices, change of basis becomes similarity, every space pairs with a dual of the same dimension, and the determinant is the unique alternating multilinear normalized form.\n",{"path":6427,"title":6428,"module":6429,"summary":6430},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids","The Structure Theorem for Modules over a PID","Modules over PIDs and Canonical Forms","Every finitely generated module over a principal ideal domain splits as a free part plus a direct sum of cyclic torsion pieces, in two canonical ways: invariant factors, tied together by a divisibility chain, and elementary divisors, one prime power at a time. Existence follows from the stacked-basis theorem, both lists are unique, and the case $R = \\mathbb{Z}$ is the classification of finitely generated abelian groups.\n",{"path":6432,"title":6433,"module":6429,"summary":6434},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form","Rational Canonical Form","A linear operator turns its vector space into a module over the polynomial ring $F[x]$, with $x$ acting as the operator. The structure theorem's invariant factors then become polynomials, each cyclic summand becomes a companion matrix, and the block-diagonal assembly is the rational canonical form. It is unique, it is computed inside the base field, and two matrices are similar exactly when their rational canonical forms agree.\n",{"path":6436,"title":6437,"module":6429,"summary":6438},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form","Jordan Canonical Form","When the base field contains all the eigenvalues, the elementary divisors of an operator are powers of linear polynomials, and each cyclic summand becomes a Jordan block: an eigenvalue on the diagonal with ones just above it. Stacking the blocks gives the Jordan canonical form, unique up to reordering, as close to diagonal as the operator allows. Diagonalizability reads off the minimal polynomial, and the block sizes are counted by ranks of powers of the operator minus the eigenvalue.\n",{"path":6440,"title":6441,"module":6442,"summary":6443},"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements","Field Extensions and Algebraic Elements","Field Theory","A field extension makes a larger field K into a vector space over a smaller field F, and its degree [K:F] is that dimension. Adjoining a root of an irreducible polynomial builds a simple extension F(α) isomorphic to F[x]\u002F(m), whose degree is the degree of the minimal polynomial. The tower law makes these degrees multiply, which turns algebra over fields into bookkeeping with integers.\n",{"path":6445,"title":6446,"module":6442,"summary":6447},"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions","Straightedge-and-Compass Constructions","The lengths a straightedge and compass can build from a unit form a field closed under square roots, and every constructible number lies in a tower of quadratic extensions. So its degree over the rationals is a power of two. That single obstruction settles three problems the Greeks left open: doubling the cube, trisecting a general angle, and squaring the circle are all impossible.\n",{"path":6449,"title":6450,"module":6442,"summary":6451},"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure","Splitting Fields and Algebraic Closure","The splitting field of a polynomial is the smallest extension in which it factors into linear pieces, obtained by adjoining all its roots. Every polynomial has one, its degree is at most n factorial, and any two splitting fields are isomorphic. Pushing this to all polynomials at once gives the algebraic closure, a field in which every polynomial splits and which is unique up to isomorphism.\n",{"path":6453,"title":6454,"module":6442,"summary":6455},"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions","Separable Extensions and Cyclotomic Fields","A polynomial is separable when its roots are distinct, detected by whether it shares a factor with its formal derivative. Over perfect fields — characteristic zero and finite fields — every irreducible is separable, and the existence and uniqueness of the finite fields follow. Cyclotomic polynomials package the roots of unity by order, are irreducible over the rationals, and give the cyclotomic field its degree phi(n).\n",{"path":6457,"title":6458,"module":6459,"summary":6460},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence","The Galois Correspondence","Galois Theory","Galois theory attaches to a field extension its group of symmetries and shows that, for the right extensions, the subgroups of that group are in exact order-reversing correspondence with the intermediate fields. The automorphism group, Artin's theorem, the characterization of Galois extensions, and the Fundamental Theorem together turn questions about fields into questions about finite groups.\n",{"path":6462,"title":6463,"module":6459,"summary":6464},"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields","Finite Fields","Every finite field has prime-power order, is the splitting field of $x^{p^n} - x$, and is unique up to isomorphism. Its extension over the prime field is Galois with cyclic group generated by the Frobenius map $x \\mapsto x^p$, so the Galois correspondence reduces the subfield lattice to the divisor lattice of $n$. Möbius inversion counts the irreducible polynomials of each degree, and cyclic error-correcting codes are one application.\n",{"path":6466,"title":6467,"module":6459,"summary":6468},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions","Cyclotomic and Abelian Extensions","The Galois group of the $n$th cyclotomic field over $\\mathbb{Q}$ is the unit group $(\\mathbb{Z}\u002Fn\\mathbb{Z})^\\times$, which makes cyclotomic fields the worked catalogue of abelian extensions of $\\mathbb{Q}$. The isomorphism identifies subfields with subgroups, realizes every finite abelian group as a Galois group over $\\mathbb{Q}$, and leads to Kronecker–Weber. Composites of Galois extensions and the primitive element theorem supply the machinery.\n",{"path":6470,"title":6471,"module":6459,"summary":6472},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials","Galois Groups of Polynomials","Ordering the roots of a separable polynomial embeds its Galois group in the symmetric group $S_n$, and the group is transitive exactly when the polynomial is irreducible. The discriminant decides membership in $A_n$; for cubics and quartics the resolvent cubic pins the group down; and reduction modulo a prime produces elements of prescribed cycle type, the standard tool for computing Galois groups over $\\mathbb{Q}$.\n",{"path":6474,"title":6475,"module":6459,"summary":6476},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic","Solvability by Radicals and the Quintic","A polynomial is solvable by radicals exactly when its Galois group is solvable. Cyclic extensions are radical extensions once roots of unity are present, which turns a radical tower into a solvable subnormal series. Since $S_n$ is solvable only for $n \\le 4$, the general quintic has no radical formula, and an explicit quintic with Galois group $S_5$ has roots provably not expressible in radicals.\n",{"path":6478,"title":6479,"module":6480,"summary":6481},"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry","A Glimpse of Commutative Algebra and Algebraic Geometry","Capstone: Where Algebra Goes Next","Commutative algebra reads geometry off the ring of polynomial functions. The dictionary runs through Noetherian rings and the ascending chain condition, Hilbert's Basis Theorem, affine algebraic sets and the two maps connecting ideals to zero sets, radicals, the Zariski topology, and Hilbert's Nullstellensatz, which over an algebraically closed field makes radical ideals and algebraic sets the same object.\n",{"path":6483,"title":6484,"module":6480,"summary":6485},"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory","A Glimpse of Representation and Character Theory","Representation theory studies a group by the ways it can act linearly on a vector space. Representations are equivalent to modules over the group ring; Maschke's theorem gives complete reducibility, the Wedderburn consequences bound the irreducible degrees, and character theory reduces a representation to a trace invariant governed by the orthogonality relations and displayed in the character table of a small group.\n",{"path":6487,"title":6488,"module":6,"summary":6},"\u002Fabstract-algebra","Abstract Algebra",{"path":6490,"title":6491,"module":6492,"summary":6493},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford","Atomic Spectra and Rutherford's Nucleus","Early Atomic Models and the Old Quantum Theory","Atoms emit light only at sharp, reproducible wavelengths, and by 1890 those wavelengths were captured by the Rydberg-Ritz formula. Neither empirical regularity had a mechanical explanation. Rutherford's alpha-scattering experiment supplied the missing structure: the atom's positive charge and nearly all its mass sit in a tiny central nucleus, with the electrons far outside.\n",{"path":6495,"title":6496,"module":6492,"summary":6497},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen","The Bohr Model of Hydrogen","Bohr grafted three quantum postulates onto Rutherford's nuclear atom: certain orbits do not radiate, radiation accompanies a jump between them, and quantization must match classical physics for large orbits. Quantizing the angular momentum fixes the orbit radii and energies, reproduces the Rydberg-Ritz formula, and predicts the Rydberg constant from fundamental constants alone.\n",{"path":6499,"title":6500,"module":6492,"summary":6501},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz","X-Ray Spectra and the Franck-Hertz Experiment","Two 1913-14 experiments confirmed the Bohr-Rutherford atom independently of optical spectra. Moseley found that the square root of a characteristic X-ray frequency is linear in atomic number, fixing Z as nuclear charge and ordering the periodic table. Franck and Hertz measured discrete atomic energy levels directly by scattering electrons through a mercury vapor.\n",{"path":6503,"title":6504,"module":6492,"summary":6505},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory","The Bohr-Sommerfeld Old Quantum Theory","Bohr fixed the hydrogen levels with a single quantum number by quantizing angular momentum. Sommerfeld replaced that ad hoc rule with a general prescription: quantize the action of each separable coordinate. The rule produces elliptical orbits, a second (azimuthal) quantum number, space quantization, and — once the relativistic mass variation is included — a fine-structure splitting that matches experiment to order alpha squared.\n",{"path":6507,"title":6508,"module":6492,"summary":6509},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb","Limits of the Old Quantum Theory and the WKB Bridge","The old quantum theory works only where the classical motion is separable into independent periodic coordinates. It fails for helium, forbids the correct zero angular momentum of the hydrogen ground state, and misses the half-integer in the oscillator and in molecular spectra. The WKB quantization condition, derived from the Schrodinger equation, is the modern descendant of the Sommerfeld rule and repairs the half-integer through the Maslov correction.\n",{"path":6511,"title":6512,"module":6513,"summary":6514},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen","The Schrödinger Equation in Three Dimensions and Hydrogen","The Quantum Hydrogen Atom","Extending the Schrödinger equation to three dimensions and separating it in spherical coordinates produces three ordinary differential equations, one per coordinate. Their boundary conditions generate the quantum numbers n, ℓ, and mℓ, quantize the angular momentum to √(ℓ(ℓ+1))ℏ with projections mℏ, and fix the bound-state energies of hydrogen at −Z²(13.6 eV)\u002Fn².\n",{"path":6516,"title":6517,"module":6513,"summary":6518},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions","Hydrogen Wave Functions and Orbitals","The hydrogen wave functions factor into a radial part Rₙℓ(r) and an angular spherical harmonic Yℓm(θ,φ). Squaring gives the probability cloud; the radial distribution P(r) = r²|ψ|² peaks at the Bohr radius for the ground state and at the Bohr orbits for excited states. The angular part fixes the s, p, and d orbital shapes that govern chemical bonding.\n",{"path":6520,"title":6521,"module":6513,"summary":6522},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full","Solving the Radial Equation in Full","The hydrogen radial equation is solved from the differential equation up. The substitution u = rR turns it into a one-dimensional problem with a centrifugal barrier; matching the asymptotic behaviour at the origin and at infinity peels off the factors r^(ℓ+1) and e^(−r\u002Fna₀); a Frobenius series for the remainder must terminate, and that termination condition yields the quantization n ≥ ℓ+1 with E = −Z²Ry\u002Fn². The surviving polynomials are the associated Laguerre functions, whose degree n−ℓ−1 counts the radial nodes.\n",{"path":6524,"title":6525,"module":6513,"summary":6526},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz","Accidental Degeneracy and the Runge-Lenz Symmetry","Hydrogen energies depend only on n, so states of different ℓ at the same n are degenerate. This is not a coincidence but the mark of a hidden symmetry: the quantum Runge-Lenz vector is conserved for the 1\u002Fr potential alone, and together with angular momentum it generates the group SO(4). The Casimir invariant of that group reproduces E = −Z²Ry\u002Fn² and its representations count the n² states. Any departure from 1\u002Fr breaks the symmetry and lifts the ℓ-degeneracy.\n",{"path":6528,"title":6529,"module":6513,"summary":6530},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial","Expectation Values, the Virial Theorem, and Scaling","The radial matrix elements ⟨r^k⟩ of hydrogenic states are the raw material of every later correction. This lesson derives ⟨1\u002Fr⟩ from the virial theorem, builds the full family ⟨r⟩, ⟨r²⟩, ⟨1\u002Fr²⟩, ⟨1\u002Fr³⟩ from Kramers' recursion and the Feynman-Hellmann theorem, and reads off their scaling with n, ℓ, and Z. The virial balance ⟨T⟩ = −½⟨V⟩ = −E fixes the energy budget of every bound state.\n",{"path":6532,"title":6533,"module":6513,"summary":6534},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra","Quantum Defects and Alkali Spectra","An alkali atom is one valence electron outside a closed-shell core, and to a good approximation it is hydrogen with a modified quantum number. Core penetration makes low-ℓ states more bound than the Coulomb formula predicts, and the shortfall is captured by a single number per ℓ, the quantum defect δℓ. The spectrum then follows the Rydberg formula with n replaced by the effective n − δℓ, and the sodium D-line doublet is the worked case.\n",{"path":6536,"title":6537,"module":6513,"summary":6538},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms","Rydberg Atoms","A Rydberg atom is an atom excited to a very high principal quantum number, and every hydrogenic property becomes exaggerated by a power of n. Size grows as n², binding falls as n⁻², radiative lifetime lengthens as n³, and the static polarizability explodes as n⁷. The levels crowd toward the ionization limit, and the enormous dipole interaction between two Rydberg atoms produces the blockade that underlies neutral-atom quantum computing.\n",{"path":6540,"title":6541,"module":6542,"summary":6543},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction","The Relativistic Kinetic-Energy Correction","Fine Structure and the Dirac Atom","The Bohr energies treat the electron as slowly moving, but its speed is of order αc, so the kinetic energy needs a relativistic correction. Expanding √(p²c²+m²c⁴) to order (v\u002Fc)² produces the perturbation −p⁴\u002F8m³c², whose first-order shift on a hydrogenic state is evaluated with the trick p²=2m(E−V). The result depends on n and ℓ, is smaller than the gross structure by α²≈5×10⁻⁵, and is one of the three pieces that combine into the fine-structure formula.\n",{"path":6545,"title":6546,"module":6542,"summary":6547},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession","Spin-Orbit Coupling and Thomas Precession","In the electron's rest frame the nucleus orbits it, and the resulting current produces a magnetic field that couples to the electron's spin moment. The interaction is ξ(r) L·S, with ξ built from the Coulomb potential and the radial expectation ⟨1\u002Fr³⟩. A relativistic subtlety, Thomas precession, halves the naive coefficient because the electron's rest frame is accelerating. The result splits each ℓ≥1 level into a j=ℓ±½ doublet and makes (n, ℓ, j, mⱼ) the good quantum numbers.\n",{"path":6549,"title":6550,"module":6542,"summary":6551},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula","The Darwin Term and the Fine-Structure Formula","The third fine-structure correction, the Darwin term, is a contact interaction proportional to ∇²V that acts only on s-states, physically a smearing of the electron over a Compton wavelength. Adding the relativistic, spin-orbit, and Darwin shifts, the ℓ-dependence cancels and the total collapses to a formula in n and j alone. The n=2 shell splits into 2S₁\u002F₂, 2P₁\u002F₂, 2P₃\u002F₂, with the two j=½ levels exactly degenerate, a coincidence the Dirac theory explains.\n",{"path":6553,"title":6554,"module":6542,"summary":6555},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen","The Dirac Equation for Hydrogen","The fine-structure formula was assembled from three perturbations; the Dirac equation produces it in one stroke and exactly. A first-order relativistic wave equation forces a four-component spinor, from which spin s=½, the g-factor of 2, the spin-orbit term, and antiparticles all emerge automatically. Its exact Coulomb spectrum depends only on n and j, and expanding in Zα reproduces the perturbative result, including the 2S₁\u002F₂–2P₁\u002F₂ degeneracy that sets up the Lamb shift.\n",{"path":6557,"title":6558,"module":6559,"summary":6560},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed","The Lamb Shift and QED Radiative Corrections","QED Corrections and Hyperfine Structure","The Dirac equation makes the 2S₁\u002F₂ and 2P₁\u002F₂ levels of hydrogen exactly degenerate. Lamb and Retherford measured a splitting of about 1058 MHz that the Dirac theory cannot produce. The gap comes from the electron's coupling to the quantized electromagnetic field: self-energy, vacuum polarization, and the anomalous magnetic moment. Welton's vacuum-fluctuation estimate reproduces the size and shows why the effect lands almost entirely on s-states, and the same radiative corrections make hydrogen the most stringent test of QED.\n",{"path":6562,"title":6563,"module":6559,"summary":6564},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm","Hyperfine Structure and the 21 cm Line","The proton carries a magnetic moment, and it interacts with the magnetic field the electron produces at the nucleus. For s-states that interaction is the Fermi contact term, proportional to the electron density at the origin and to the dot product of the nuclear and electronic spins. Coupling I and J into F = I + J splits each level by a Landé interval rule; in hydrogen's ground state it produces the F = 0\u002FF = 1 doublet whose 1420 MHz, 21 cm transition maps neutral hydrogen across the galaxy.\n",{"path":6566,"title":6567,"module":6559,"summary":6568},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift","Nuclear Size, Moments, and Isotope Shifts","A real nucleus has a finite size, a mass that changes between isotopes, and, when its spin is at least one, an electric quadrupole moment. Each leaves a fingerprint in the atomic spectrum: the volume shift from s-electrons sampling the charge distribution, the mass and field isotope shifts that separate on a King plot, the quadrupole interaction that breaks the Landé interval rule, and the hyperfine anomaly from the magnetization distribution. Atomic spectroscopy reads nuclear properties out of these shifts.\n",{"path":6570,"title":6571,"module":6572,"summary":6573},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra","The Periodic Table and Atomic Spectra","Many-Electron Atoms","Identical electrons demand antisymmetric wave functions, which is the Pauli exclusion principle: no two electrons share all four quantum numbers. Filling shells in order of increasing energy — shifted by penetration and shielding — builds the periodic table and its recurring ionization pattern. Selection rules govern optical spectra, and an external field splits lines by the Zeeman effect.\n",{"path":6575,"title":6576,"module":6572,"summary":6577},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent","The Central-Field Approximation and the Self-Consistent Field","The N-electron Hamiltonian does not separate because every pair of electrons repels. The central-field approximation replaces that pairwise repulsion with an averaged spherical potential each electron feels, restoring hydrogen-like orbitals labelled by n and ℓ. The Thomas-Fermi statistical model fixes the shape of the screened charge from Fermi-gas thermodynamics; the Hartree self-consistent field determines it exactly by iterating orbitals against the potential they generate until the two agree.\n",{"path":6579,"title":6580,"module":6572,"summary":6581},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock","Exchange, Slater Determinants, and Hartree-Fock","A product wave function ignores that electrons are identical fermions. Enforcing antisymmetry writes the state as a Slater determinant, which vanishes whenever two electrons share a spin-orbital — the exclusion principle made algebraic. The energy of a determinant carries a new term with no classical analogue, the exchange integral, nonzero only for parallel spins; it lowers the energy of aligned electrons and carves a Fermi hole around each one. Adding the exchange operator to the mean field gives the Hartree-Fock equations, and what they still miss defines the correlation energy.\n",{"path":6583,"title":6584,"module":6572,"summary":6585},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom","Helium: the Prototype Two-Electron Atom","Helium is the smallest atom the Schrödinger equation cannot solve exactly, and the smallest that shows every many-electron effect. Ignoring the electron repulsion overbinds the ground state by 30 eV; first-order perturbation theory and a one-parameter variational calculation with an effective charge close most of the gap. The excited configurations split into para (singlet) and ortho (triplet) states separated by the exchange integral, with the triplet lower — and the absence of a 1s² triplet is the Pauli principle in its plainest form.\n",{"path":6587,"title":6588,"module":6572,"summary":6589},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols","LS and jj Coupling; Term Symbols","A configuration is not a single energy level. The residual electrostatic repulsion and the spin-orbit interaction split it, and which one dominates fixes the coupling scheme. In light atoms the electrostatic term wins: orbital and spin angular momenta couple separately into L and S, then into J, giving Russell- Saunders term symbols. In heavy atoms spin-orbit wins and each electron's j forms first. The Pauli principle prunes the allowed terms of equivalent electrons, the Landé interval rule spaces the fine-structure multiplet, and the scheme crosses over from LS to jj down a column.\n",{"path":6591,"title":6592,"module":6572,"summary":6593},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms","Hund's Rules and Ground-State Terms","A configuration allows several terms; Hund's three rules pick the ground one. Maximize the spin S first, then the orbital L, then set J to |L−S| for a less-than-half shell and L+S for a more-than-half shell. The first two rules come from exchange lowering the energy of apart-kept electrons; the third comes from the sign of the spin-orbit coupling, which flips as a shell passes half-filling and turns the multiplet from normal to inverted. Worked ground terms for carbon, nitrogen, oxygen, and iron show the rules in action.\n",{"path":6595,"title":6596,"module":6597,"summary":6598},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect","The Zeeman Effect","Atoms in External Fields","A magnetic field couples to the atom through its magnetic moment, splitting each level into equally spaced sublevels labelled by the projection of the total angular momentum. When spin is present the spacing is not the classical one: it carries the Landé g-factor, a projection of the spin and orbital moments onto the total angular momentum. We derive the weak-field Hamiltonian from minimal coupling, evaluate the shift with the projection theorem, and read off the polarization of the emitted components.\n",{"path":6600,"title":6601,"module":6597,"summary":6602},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate","The Paschen-Back and Intermediate-Field Regimes","When the magnetic interaction grows past the fine-structure coupling, spin and orbital angular momentum decouple and precess independently about the field. The anomalous Zeeman pattern reverts to a simple triplet, the Paschen-Back effect. Between the two limits neither coupling dominates and the level positions follow from diagonalizing the combined spin-orbit and Zeeman Hamiltonian. We build the two-by-two problem for a single valence electron, solve it in closed form, and show both limits emerge from one expression.\n",{"path":6604,"title":6605,"module":6597,"summary":6606},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability","The Stark Effect and Field Ionization","An electric field shifts atomic levels by coupling to the electron's position. Parity forbids a first-order shift for a non-degenerate state, so most atoms respond only at second order through their polarizability, a quadratic Stark shift. Hydrogen is the exception: its accidental degeneracy admits a permanent dipole and a linear shift, cleanest in parabolic coordinates. At large fields the Coulomb well develops a saddle, and Rydberg states field-ionize at a threshold that falls as the fourth power of the principal quantum number.\n",{"path":6608,"title":6609,"module":6610,"summary":6611},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule","Time-Dependent Perturbation Theory and the Golden Rule","Radiative Transitions and Spectral Lines","An atom in a weak oscillating field makes transitions between its stationary states. First-order time-dependent perturbation theory gives the transition amplitude as a Fourier component of the perturbation at the Bohr frequency, and the resulting probability is a sinc-squared resonance that sharpens as the field acts longer. For a two-level system the same coupling produces Rabi oscillations; for a transition into a continuum the long-time limit collapses the sinc-squared into a delta function and yields Fermi's golden rule, a constant transition rate set by the coupling strength and the density of final states.\n",{"path":6613,"title":6614,"module":6610,"summary":6615},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients","The Dipole Approximation and Einstein Coefficients","The coupling between an atom and light is the interaction of the electron with the electromagnetic field. Because an optical wavelength dwarfs the atom, the spatial variation of the field across the atom can be dropped, leaving the electric-dipole interaction and its matrix element. That matrix element defines the oscillator strength, which obeys the Thomas-Reiche-Kuhn sum rule. Einstein's three rate coefficients (absorption, stimulated emission, spontaneous emission) follow from detailed balance with thermal radiation, fixing the ratio of spontaneous to stimulated rates and its steep growth with frequency.\n",{"path":6617,"title":6618,"module":6610,"summary":6619},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions","Selection Rules and Forbidden Transitions","The dipole matrix element vanishes for most pairs of states, and the pattern of which survive is the set of selection rules. Parity forces the orbital angular momentum to change by one; the angular integral of three spherical harmonics restricts the magnetic quantum number to change by zero or one; the photon's spin restricts the total angular momentum. When the dipole element vanishes, higher multipoles (magnetic dipole and electric quadrupole) can still drive the transition at rates smaller by powers of the fine-structure constant, and states with no allowed decay become metastable.\n",{"path":6621,"title":6622,"module":6610,"summary":6623},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes","Lifetimes, Line Widths, and Line Shapes","A spectral line is never infinitely sharp. The finite lifetime of the excited state gives every line a natural Lorentzian width set by the total decay rate, the Fourier transform of an exponentially damped emission. Thermal motion adds a Gaussian Doppler width that usually dominates in a gas; collisions add a further Lorentzian pressure width; the observed profile is the Voigt convolution of the Gaussian and Lorentzian parts. Strong driving fields broaden the line further through saturation. Each mechanism has a distinct dependence on temperature, density, and intensity that lets it be identified and, where possible, removed.\n",{"path":6625,"title":6626,"module":6627,"summary":6628},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles","Population Inversion, Gain, and the Laser","Lasers and Spectroscopy","A laser is an optical amplifier placed inside a resonant cavity. Amplification requires that stimulated emission outrun absorption, which requires more atoms in the upper level than the lower one — a population inversion that the Einstein relations forbid in thermal equilibrium and that no two-level pump can produce. Three- and four-level schemes reach it by routing atoms through auxiliary states. The gain coefficient sets how strongly a weak beam grows, the cavity fixes the threshold and selects a comb of longitudinal modes, and gain saturation clamps the steady-state inversion at its threshold value.\n",{"path":6630,"title":6631,"module":6627,"summary":6632},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques","Spectroscopic Techniques and Frequency Combs","A tunable laser turns spectroscopy from photographing a spectrum into interrogating a single transition, but at room temperature the Doppler width buries the natural linewidth under a thousandfold-broader Gaussian. Saturated absorption and two-photon spectroscopy defeat the first-order Doppler shift by selecting the zero-velocity class or cancelling the shift between counter-propagating photons, recovering natural-width features. Laser-induced fluorescence pushes sensitivity to single atoms, and the optical frequency comb converts an optical frequency into a countable radio-frequency beat, giving absolute frequency measurement across the visible spectrum.\n",{"path":6634,"title":6635,"module":6627,"summary":6636},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd","Reading Real Spectra with the NIST Database","Every quantity computed in this course — energy levels, transition frequencies, oscillator strengths, lifetimes — is tabulated for real atoms in the NIST Atomic Spectra Database. This lesson reads that data as physics: how levels are labelled by term symbols and energies in wavenumbers, how a transition list encodes wavelength, Einstein coefficient, and line strength, how a Grotrian diagram is reconstructed from the tables, and how a measured spectrum is matched to catalog lines. The residual between computed and tabulated positions is the running score of atomic theory.\n",{"path":6638,"title":6639,"module":6640,"summary":6641},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler","Laser Cooling and Optical Molasses","Modern Atomic Physics","A near-resonant laser beam pushes an atom because every absorbed photon delivers one unit of momentum and the subsequent spontaneous emission averages to zero. Two counter-propagating red-detuned beams turn that push into friction: the Doppler shift brings a moving atom closer to resonance with the beam it moves against, so the net force opposes the velocity. Six beams give optical molasses in three dimensions. The random recoil of spontaneous emission heats against the friction, and the balance sets the Doppler cooling limit. Adding a magnetic-field gradient makes the force position-dependent as well, giving the magneto-optical trap.\n",{"path":6643,"title":6644,"module":6640,"summary":6645},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping","Sub-Doppler Cooling and Atom Traps","Optical molasses cools multilevel atoms below the Doppler limit. A polarization gradient plus optical pumping makes an atom repeatedly climb a light-shift hill and be pumped to the valley, losing kinetic energy each cycle — Sisyphus cooling. The floor is the recoil limit, one photon momentum of residual motion. Below it, cooling must avoid scattering photons: conservative magnetic and optical-dipole traps hold the atoms while forced evaporation removes the hot tail, driving the phase-space density up toward quantum degeneracy.\n",{"path":6647,"title":6648,"module":6640,"summary":6649},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation","Bose-Einstein Condensation of Atomic Gases","Below a critical temperature a gas of identical bosons places a macroscopic fraction of its atoms in the single lowest-energy state. The transition occurs when the thermal de Broglie wavelength grows to the interparticle spacing, so the phase- space density reaches order unity. The critical temperature follows from the Bose-Einstein distribution and the density of states, the condensate fraction grows as one minus (T\u002FTc) to the three-halves, and the condensate reveals itself in time-of-flight as a sharp bimodal peak in the momentum distribution. The 1995 rubidium and sodium experiments realized it in dilute trapped gases.\n",{"path":6651,"title":6652,"module":6640,"summary":6653},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision","Optical Atomic Clocks and Precision Measurement","An atomic clock counts the oscillations of a field locked to an atomic transition. The cesium microwave standard defines the second through the 9.19 GHz ground-state hyperfine transition, interrogated by Ramsey's separated-oscillatory-field method whose fringe width is set by the free-precession time. Optical clocks replace the microwave transition with an optical one five orders of magnitude higher in frequency, raising the quality factor and the fractional stability in proportion. Lattice and single-ion clocks reach fractional uncertainties near ten-to-the-minus- eighteen by trapping the atoms at a magic wavelength that cancels the light shift, and at that level they measure the gravitational redshift over centimetres of height.\n",{"path":6655,"title":6656,"module":6,"summary":6},"\u002Fatomic-physics","Atomic Physics",{"path":6658,"title":6659,"module":6,"summary":6},"\u002Fdatabases","Databases",{"path":6661,"title":6662,"module":4247,"summary":6663},"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category","Categories, Objects, and Arrows","A category is objects, arrows between them, a rule for composing arrows, and an identity arrow on every object, subject to associativity and the unit laws. The axioms mention no elements: arrows need not be functions, and an object is known only through the arrows into and out of it. Isomorphism, commutative diagrams, duality, and the terminal object are the first consequences.\n",{"path":6665,"title":6666,"module":4247,"summary":6667},"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories","A Zoo of Categories","The axioms admit two very different kinds of model: large categories of structured sets and their structure-preserving maps (Set, Mon, Grp, Top, Vect), and small categories that are themselves single algebraic objects — a monoid as a one-object category, a poset as a thin category. The awkward cases Rel and Pfn have sets as objects but relations and partial functions as arrows, and a typed programming language presents its types and programs as a category.\n",{"path":6669,"title":6670,"module":4247,"summary":6671},"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms","Isomorphisms, Monos, and Epis","Injectivity and surjectivity mention elements, so a general category re-expresses them by cancellation: monomorphisms cancel on the left, epimorphisms on the right. Sections and retractions are the split versions with an explicit one-sided inverse. Mono plus epi does not force an isomorphism, and subobjects are equivalence classes of monos into a fixed object.\n",{"path":6673,"title":6674,"module":4247,"summary":6675},"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors","Functors: Maps Between Categories","A functor sends objects to objects and arrows to arrows while preserving composition and identities. Covariant and contravariant functors, the standard stock (forgetful, free, hom, and powerset), and the classification by faithfulness, fullness, and essential surjectivity all follow. Functors compose, so categories and functors form a category themselves.\n",{"path":6677,"title":6678,"module":4247,"summary":6679},"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations","Natural Transformations and Functor Categories","A natural transformation is a map between two parallel functors: one component arrow per object, subject to a commuting square for every arrow of the source. Naturality is verified for the determinant, the double dual, and list operations; functors and natural transformations form the functor category [C, D]; and vertical and horizontal composition satisfy the Godement interchange law.\n",{"path":6681,"title":6682,"module":4247,"summary":6683},"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory","Size: Small, Large, Locally Small","The objects of Set do not form a set, and pretending otherwise reproduces the classical paradoxes. Classes make the small\u002Flarge distinction precise, with locally small and essentially small as the intermediate notions. Cantor's theorem shows Set and its algebraic relatives are large, and the function-based axiomatization of sets is the one category theory prefers to ZFC.\n",{"path":6685,"title":6686,"module":6687,"summary":6688},"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties","Universal Properties, Initial and Terminal Objects","Universal Properties and Basic Constructions","A universal property characterizes an object by a for-all\u002Fexists-unique condition on the arrows into or out of it, and any two objects satisfying the same property are isomorphic by a unique isomorphism. Initial and terminal objects are the simplest cases; the free vector space, the discrete topology, and the ring of integers show the pattern at work.\n",{"path":6690,"title":6691,"module":6687,"summary":6692},"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts","Products and Coproducts","The product of two objects is a wedge of projections through which every other wedge factors uniquely; the coproduct is the dual, built from injections. In Set these are the cartesian product and the disjoint union, in a poset the meet and join, and in abelian groups the two coincide. The mediating-arrow discipline established here is the template for all limits.\n",{"path":6694,"title":6695,"module":6687,"summary":6696},"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories","Opposite, Product, Slice, and Comma Categories","Categories are themselves mathematical structures, and the standard algebraic constructions apply: opposites, products, subcategories, slices, and the comma category that subsumes them. The opposite category yields the duality principle, halving the subject's proofs; slice and comma categories repackage every universal property as an initial or terminal object.\n",{"path":6698,"title":6699,"module":6700,"summary":6701},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors","Hom-Functors and Representables","Representables and the Yoneda Lemma","Fixing an object A of a locally small category produces a set-valued functor, the hom-functor A(A,-), that records every map out of A. A functor is representable when it is naturally isomorphic to such a hom-functor. We define the covariant and contravariant hom-functors, collect the standard representables (identity, forgetful, powerset), and read maps as generalized elements of varying shape.\n",{"path":6703,"title":6704,"module":6700,"summary":6705},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma","The Yoneda Lemma","The Yoneda lemma computes the natural transformations out of a representable presheaf: they form a set in natural bijection with X(A). The proof fixes a single degree of freedom, the image of the identity arrow, and shows naturality forces everything else. We prove the bijection, verify naturality in both variables, and read off that a natural transformation out of a representable is just one element.\n",{"path":6707,"title":6708,"module":6700,"summary":6709},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences","The Yoneda Embedding and Its Uses","Three corollaries turn the Yoneda lemma into working machinery. A representation of a presheaf is the same thing as a universal element; the Yoneda embedding of a category into its presheaf category is full and faithful; and two objects are isomorphic exactly when their representables are. Together they justify constructing arrows by constructing natural transformations between hom-functors, and they contain Cayley's theorem as the one-object case.\n",{"path":6711,"title":6712,"module":6713,"summary":6714},"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits","Cones and Limits","Limits and Colimits","A diagram is a functor from a small shape category; a cone over it is an object with compatible legs to every node; and a limit is the terminal cone, the one every other cone factors through uniquely. Products and terminal objects reappear as limits over particular shapes, and the whole construction is unique up to a single isomorphism.\n",{"path":6716,"title":6717,"module":6713,"summary":6718},"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks","Equalizers and Pullbacks","The equalizer of a parallel pair is the universal arrow that makes the two composites agree; the pullback of a cospan is the universal commutative square. In Set they are solution sets and fibered products, every equalizer is monic, monics are stable under pullback, and products plus equalizers together generate all limits.\n",{"path":6720,"title":6721,"module":6713,"summary":6722},"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits","Colimits: Coproducts, Coequalizers, Pushouts","Colimits are limits in the opposite category: cocones replace cones, and the universal cocone is initial rather than terminal. Coproducts glue objects side by side, coequalizers impose relations and produce quotients, pushouts glue along a shared part, and in Set every colimit is a quotient of a disjoint union. Directed colimits admit a clean elementwise description.\n",{"path":6724,"title":6725,"module":6713,"summary":6726},"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits","Computing Limits in Concrete Categories","In Set the limit of any diagram is the set of threads: choice functions through the nodes that commute with every edge. In Pos, Mon, and Top the recipe is the same limit downstairs plus the unique structure that makes the projections structure-preserving — pointwise order, componentwise operations, the topology generated by the projections. The pattern is what \"the forgetful functor creates limits\" means concretely.\n",{"path":6728,"title":6729,"module":6713,"summary":6730},"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors","Preservation, Reflection, and Creation of Limits","A functor preserves limits if it sends limit cones to limit cones, reflects them if it recognizes them, and creates them if limits downstairs lift uniquely upstairs. Representable functors preserve all limits, forgetful functors from algebra create them, and limits in functor categories are computed pointwise, one evaluation at a time.\n",{"path":6732,"title":6733,"module":6734,"summary":6735},"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions","Adjoint Functors via Hom-Set Bijections","Adjunctions","An adjunction is a natural bijection between two hom-sets: maps out of $F(A)$ in one category correspond to maps into $G(B)$ in the other. We give the definition, spell out the naturality axioms that make the correspondence compatible with composition, and work the flagship examples — free vector spaces, free groups, discrete and indiscrete topologies, and currying.\n",{"path":6737,"title":6738,"module":6734,"summary":6739},"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits","Units, Counits, and the Triangle Identities","The whole hom-set bijection of an adjunction is generated by two natural transformations: the unit, obtained by transposing identity maps on one side, and the counit, by transposing them on the other. Two triangle identities are all they must satisfy, and any pair satisfying them determines a unique adjunction. The same correspondence specializes to order-preserving maps between posets and to free constructions.\n",{"path":6741,"title":6742,"module":6734,"summary":6743},"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows","Adjunctions from Universal Arrows","The unit component at a single object is an initial object of a comma category, and this universal property alone rebuilds the whole adjunction. A functor has a left adjoint exactly when every object admits such a universal arrow, and the left adjoint is assembled from them one object at a time. We prove the equivalence of all three formulations of adjointness.\n",{"path":6745,"title":6746,"module":6734,"summary":6747},"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions","Free Constructions and Free–Forgetful Adjunctions","Free monoids, free groups, and free vector spaces are left adjoints to forgetful functors, and the universal mapping property is all one needs to prove it. Some forgetful functors also have right adjoints (co-free constructions like the indiscrete topology), producing three-functor chains. Contravariant adjunctions, symmetric in their two functors, close the lesson with the pattern behind duality and representation theorems.\n",{"path":6749,"title":6750,"module":6751,"summary":6752},"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints","Limits as Adjoints and as Representables","Adjoints, Representables, and Limits Together","A cone on a diagram is a natural transformation from a constant diagram, so a limit is a representation of the cone functor and, equivalently, a value of the right adjoint to the diagonal functor. We prove both rephrasings, derive uniqueness and functoriality of limits from them, and record the dual statement that a colimit is the left adjoint to the diagonal.\n",{"path":6754,"title":6755,"module":6751,"summary":6756},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits","Limits and Colimits of Presheaves","Representables preserve limits, and limits in a functor category are computed one object at a time, so a presheaf category is complete and cocomplete with all its structure inherited pointwise from Set. The Yoneda embedding then preserves limits but not colimits, and the density theorem repairs the colimit side: every presheaf is a canonical colimit of representables.\n",{"path":6758,"title":6759,"module":6751,"summary":6760},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits","Right Adjoints Preserve Limits (RAPL)","A functor with a left adjoint preserves every limit that exists, and dually a functor with a right adjoint preserves colimits. The proof is a four-line chain of natural isomorphisms through the adjunction and the continuity of representables. The theorem yields product-and-exponential arithmetic in Set, another proof that limits commute with limits, and a standard test for proving that a functor has no adjoint.\n",{"path":6762,"title":6763,"module":6751,"summary":6764},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem","The Adjoint Functor Theorem","RAPL makes limit preservation necessary for having a left adjoint; the adjoint functor theorems identify when it is sufficient. For ordered sets no extra hypothesis is needed. In general the candidate adjoint is a limit over a comma category that may be large, and the general adjoint functor theorem tames it with a weakly initial set. We prove GAFT in full and apply it to free groups and, through the special adjoint functor theorem, the Stone–Čech compactification.\n",{"path":6766,"title":6767,"module":6768,"summary":6769},"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads","Monads from Adjunctions","Monads and Algebras","A monad on a category is an endofunctor equipped with a unit and a multiplication satisfying associativity and unit laws — the data of a monoid, written internally to the category of endofunctors. Every adjunction induces one, and the list, exception, and state constructions that model computational effects are all monads on Set.\n",{"path":6771,"title":6772,"module":6768,"summary":6773},"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore","Algebras for a Monad","An algebra for a monad is an object with a structure map that interacts correctly with the unit and multiplication. The algebras form the Eilenberg–Moore category, whose free–forgetful adjunction induces the monad back; a comparison functor relates any other inducing adjunction to it, and for the list monad the algebras are exactly monoids.\n",{"path":6775,"title":6776,"module":6768,"summary":6777},"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming","The Kleisli Category and Monads in Programming","The Kleisli category of a monad has the same objects as the base but takes arrows A to TB, composed by mapping and flattening. These arrows are effectful programs, Kleisli composition is the bind of functional programming, and the Kleisli adjunction is the initial resolution of the monad, with Eilenberg–Moore at the terminal end.\n",{"path":6779,"title":6780,"module":6768,"summary":6781},"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors","Algebras for an Endofunctor and Recursion","Dropping the monad laws leaves algebras for a bare endofunctor, whose initial objects are the least fixed points of the functor by Lambek's lemma. The natural numbers, lists, and trees are initial algebras; the unique map out of an initial algebra is the fold of functional programming; and the Smyth–Plotkin fixed-point technique builds Scott domains the same way.\n",{"path":6783,"title":6784,"module":6785,"summary":6786},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories","Cartesian Closed Categories","Cartesian Closed Categories and Typed Lambda Calculus","A cartesian closed category has a terminal object, binary products, and for every pair of objects an exponential object that internalizes the hom-set as an object of the category. The defining data is an evaluation arrow and a currying operation, packaged by the adjunction between product-with-A and exponential-by-A. Set, Boolean and Heyting algebras, functor categories, and Cat are all cartesian closed.\n",{"path":6788,"title":6789,"module":6785,"summary":6790},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence","Typed Lambda Calculus and CCCs","The typed lambda calculus and the cartesian closed category are two presentations of the same theory. Types become objects, terms with one free variable become arrows, product types become products, and function types become exponentials, with abstraction matching currying and application matching evaluation. Building the category of a lambda theory and the internal language of a category are mutually inverse up to equivalence.\n",{"path":6792,"title":6793,"module":6785,"summary":6794},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion","Fixed Points in Cartesian Closed Categories","The untyped lambda calculus has a fixed-point combinator; the typed calculus cannot, and Lawvere's fixed-point theorem explains why: any point-surjection onto an exponential forces every endomap to have a fixed point, which is the abstract form of Cantor's diagonal argument. Recursion is recovered instead by restricting to omega-complete partially ordered objects, where every continuous endomap has a least fixed point built by iterating from bottom. This gives While loops a semantics.\n",{"path":6796,"title":6797,"module":6,"summary":6},"\u002Fcategory-theory","Category Theory",{"path":6799,"title":5441,"module":6800,"summary":6801},"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning","Mathematical Background","Every quantity a network touches is a tensor, and every layer is a matrix acting on one. This lesson compiles the linear algebra deep learning actually uses: products and norms, the system $Ax=b$ and when it is solvable, the two decompositions (eigen and SVD) that diagonalize a transformation, and the pseudoinverse that solves what cannot be solved exactly. It then derives PCA as the worked example that ties it all together.\n",{"path":6803,"title":6804,"module":6800,"summary":6805},"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory","Probability & Information Theory","This lesson assembles the probabilistic vocabulary a network is trained in (random variables, densities, the chain rule, expectation and covariance, the handful of distributions that recur everywhere) and then the information theory that turns a probabilistic model into a loss: self-information, entropy, and the KL divergence whose asymmetry is the cross-entropy objective itself.\n",{"path":6807,"title":6808,"module":6800,"summary":6809},"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation","Numerical Computation","Machine learning runs on finite-precision arithmetic, where every number is approximated and every operation rounds. This lesson sets the numerical ground rules: overflow and underflow and the standard stabilizations, the condition number that measures how much a problem amplifies error, and the gradient-based optimization (first and second order, constrained and unconstrained) that every training loop runs.\n",{"path":6811,"title":4800,"module":6800,"summary":6812},"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus","This lesson assembles the differential calculus used in training networks: the gradient and directional derivative, the Jacobian and Hessian, and the chain rule in scalar, vector, and matrix form. From the chain rule it derives back-propagation as a single sweep over the computational graph, tabulates the matrix-calculus identities that recur in layer gradients, reads optimization off a second-order Taylor expansion, and ends with why reverse-mode automatic differentiation is the algorithm every framework runs.\n",{"path":6814,"title":6815,"module":4247,"summary":6816},"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning","What Is Deep Learning?","Deep learning is representation learning by composition: stack simple differentiable layers, define a loss, and let gradient descent discover the features a human would otherwise have to engineer by hand. We set up the whole vocabulary (model, loss, optimizer, data), the training loop that ties them together, and the three reasons the approach became practical.\n",{"path":6818,"title":6819,"module":4247,"summary":6820},"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher","A Machine-Learning Refresher","The statistical framework the networks live in: data drawn from an unknown distribution, a loss to minimize, and the central question of generalization: will it work on data we have not seen? We set up empirical risk, capacity, the bias–variance tradeoff, and maximum likelihood.\n",{"path":6822,"title":6823,"module":4247,"summary":6824},"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron","Linear Models & the Perceptron","The simplest learners (linear regression, logistic regression, the perceptron) already contain the whole template: a weighted sum, a loss, a gradient step. They also fail on the XOR problem, which no linear model can solve — the limitation that motivates deep learning.\n",{"path":6826,"title":6827,"module":6828,"summary":6829},"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron","The Multilayer Perceptron","Neural Networks","Stacking linear layers with a nonlinearity between them removes the limitation that stopped the perceptron. We build the multilayer perceptron in explicit matrix form (the forward pass, its dimensions, a worked XOR network with concrete weights) and prove why the nonlinearity is essential: without it the deepest stack collapses to a single hyperplane.\n",{"path":6831,"title":6832,"module":6828,"summary":6833},"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions","Activation Functions","The activation is the only nonlinear part of a layer, and the reason depth adds expressive power. We catalog the standard hidden units (sigmoid, tanh, ReLU and its descendants, plus GELU, softplus, swish and maxout), derive each unit's derivative in full, make the vanishing-gradient problem quantitative with the chain-rule product, work numeric examples, and explain why the saturating units gave way to ReLU and why ReLU's own dead-unit failure gave way to Leaky\u002FPReLU\u002FELU\u002FGELU.\n",{"path":6835,"title":6836,"module":6828,"summary":6837},"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation","Universal Approximation","One hidden layer with a non-polynomial activation can approximate any continuous function on a compact set to arbitrary accuracy: the universal approximation theorem. We prove it constructively (two sigmoids make a bump; sums of bumps make any curve), then show the limitation: existence is not efficiency. Depth-separation results exhibit functions a deep net represents with $O(n)$ units that a shallow net needs $\\exp(n)$ units to match.\n",{"path":6839,"title":6840,"module":6828,"summary":6841},"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation","Backpropagation","Backpropagation is the chain rule run backward over a computational graph. We formalize the graph, derive the four backprop equations for an MLP, present the forward and backward passes as algorithms, and work a tiny two-layer net by hand with explicit numbers. The result: one scalar loss, reverse-mode autodiff, and a gradient for every parameter at twice the cost of a forward pass.\n",{"path":6843,"title":6844,"module":6828,"summary":6845},"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units","Loss Functions & Output Units","The last layer is where a network's hidden representation meets the task. Choosing an output unit and a loss is not two independent choices; maximum likelihood fixes the pair. We derive the standard couplings (linear\u002FMSE, sigmoid\u002FBCE, softmax\u002Fcross-entropy), show why softmax and cross-entropy were built to cancel into the residual $\\hat y - y$, and prove why squared error is the wrong loss for a saturating classifier.\n",{"path":6847,"title":6848,"module":6849,"summary":6850},"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd","Gradient Descent & SGD","Optimization","Training is descent on the empirical risk: step the parameters against the gradient. We derive the minibatch gradient as an unbiased estimator whose variance falls as $1\u002FB$, derive the learning-rate ceiling from the smoothness-stability bound $\\eta \u003C 2\u002FL$, and lay out the schedules (step, exponential, cosine, warmup) that anneal it over training.\n",{"path":6852,"title":6853,"module":6849,"summary":6854},"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods","Momentum & Adaptive Methods","Plain gradient descent zig-zags across ravines and moves slowly along flat valleys, because one global learning rate cannot suit a surface with wildly different curvature in different directions. Two fixes address the two problems: momentum accumulates a velocity that damps the oscillation and accelerates the drift, and adaptive methods give every parameter its own learning rate scaled by the history of its gradients. Adam fuses both, and is the default optimizer of modern deep learning.\n",{"path":6856,"title":6857,"module":6849,"summary":6858},"\u002Fdeep-learning\u002Foptimization\u002Finitialization","Weight Initialization","The initial weights determine whether training can succeed before the first gradient step. Initialize every weight equal and all hidden units compute the same function forever; initialize too small or too large and the signal vanishes or explodes as it crosses depth. A single variance condition, $n_{\\text{in}}\\mathrm{Var}(W)=1$, fixes both, and reading it off the forward and backward passes yields Xavier and He initialization directly.\n",{"path":6860,"title":6861,"module":6849,"summary":6862},"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape","The Optimization Landscape","The loss of a deep network is a non-convex surface in millions of dimensions, so local search carries no global guarantee, yet it works. We classify critical points by the eigenvalues of the Hessian, show that in high dimension nearly all of them are saddle points rather than bad local minima, and read off the practical terrain — plateaus, cliffs, ill-conditioning, and the sharp-versus-flat distinction that ties the geometry of a minimum to how well it generalizes.\n",{"path":6864,"title":6865,"module":6849,"summary":6866},"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods","Second-Order & Approximate Methods","Newton's method reads the curvature of the loss off its Hessian and jumps to the minimum of the local quadratic in a single step, rescaling away the ill-conditioning that slows first-order descent. We derive it, then explain the three obstacles that keep it out of deep learning: a $d \\times d$ Hessian for $d$ in the billions, an attraction to saddle points, and minibatch noise. The alternative is approximation (conjugate gradients, BFGS and L-BFGS, the natural gradient and Hessian-free methods), each buying some of Newton's curvature information without ever forming or inverting $H$.\n",{"path":6868,"title":6869,"module":6870,"summary":6871},"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview","Regularization Overview","Regularization","Regularization is any modification to a learning algorithm meant to lower test error at the possible expense of training error. We derive the bias–variance decomposition that explains why it helps, set up the two parameter-norm penalties, $L^2$ weight decay and $L^1$, derive their update rules and eigenbasis shrinkage, show geometrically why $L^1$ alone produces sparse weights (soft-thresholding), distinguish weight decay from loss-added $L^2$ under AdamW, and read both penalties through the two lenses that recur across the chapter: a norm-ball constraint via KKT, and a prior via MAP estimation.\n",{"path":6873,"title":6874,"module":6870,"summary":6875},"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation","Dropout & Data Augmentation","Two of the most effective regularizers add no penalty term at all; they perturb the computation instead. Dropout multiplies hidden units by a random Bernoulli mask, training an exponential ensemble of thinned subnetworks that share weights; inverted scaling collapses that ensemble into one cheap forward pass at test time. Data augmentation enlarges the training set with label-preserving transforms, injecting the invariances the task demands, and noise injection (input, weight, label smoothing, Mixup) generalizes the same idea into a continuous family.\n",{"path":6877,"title":6878,"module":6870,"summary":6879},"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing","Early Stopping & Parameter Sharing","Two cheap regularizers that cost no extra term in the loss. Early stopping treats training time itself as a hyperparameter (watch the validation curve, halt at its minimum, keep the best checkpoint), and for a quadratic objective it is provably equivalent to $L^2$ weight decay. Parameter sharing goes the other way: it constrains many weights to be _equal_, the prior behind every convolution and every recurrent step, and the reason a CNN has orders of magnitude fewer parameters than the dense net it replaces.\n",{"path":6881,"title":6882,"module":6870,"summary":6883},"\u002Fdeep-learning\u002Fregularization\u002Fnormalization","Normalization","Normalization layers standardize activations to zero mean and unit variance inside the network, then hand the model a learnable scale and shift to undo the constraint when it pays to. Batch normalization does this across the batch and must keep separate train-time and test-time statistics; layer, instance, and group norm change only the axes they average over. The result is faster, better-conditioned optimization and a free dose of regularizing batch noise.\n",{"path":6885,"title":6886,"module":6887,"summary":6888},"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks","Convolutional Networks","Architectures","A convolutional network replaces the dense layer's all-to-all weight matrix with a small kernel slid across the input. Three structural commitments (sparse connectivity, parameter sharing, and translation equivariance) collapse the parameter count by orders of magnitude and bake the right prior for images directly into the architecture. We derive the convolution arithmetic, the output geometry, pooling, and the receptive field, then assemble the canonical stack.\n",{"path":6890,"title":6891,"module":6887,"summary":6892},"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures","CNN Architectures","Six landmark networks, each contributing exactly one idea: LeNet's conv-pool stack, AlexNet's ReLU-and-dropout scale, VGG's $3\\times3$ uniformity, Inception's multi-scale module, ResNet's residual skip, and DenseNet's dense connectivity. The common thread is the degradation problem (why plain deeper nets train worse, not just overfit) and the residual block that solved it by keeping a $+1$ path open for the gradient.\n",{"path":6894,"title":6895,"module":6887,"summary":6896},"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks","Recurrent Networks","A recurrent network folds a sequence into a fixed-size hidden state, reusing one set of weights at every time step, the architectural prior that the same rule applies wherever it lands in time. Unrolling the recurrence exposes a deep feed-forward graph; backpropagation through it sums gradient contributions across all steps and chains a product of Jacobians, and that product is why long-range gradients vanish or explode. That failure motivates gated architectures.\n",{"path":6898,"title":6899,"module":6887,"summary":6900},"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru","LSTM & GRU","A plain recurrent network propagates its hidden state through a repeated weight-matrix multiply, and the Jacobian product that results vanishes or explodes long before a useful gradient can reach the early steps. Gated RNNs fix this with an additive memory path: a cell state that is carried forward almost unchanged, past which the gradient flows along a near-identity highway. We derive that highway, give the full LSTM and GRU equations, and compare the two.\n",{"path":6902,"title":6903,"module":6887,"summary":6904},"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers","Attention & Transformers","Attention replaces fixed wiring with content-based routing: every position reads from every other through a soft, learned dot-product lookup. We derive scaled dot-product attention and its $\\sqrt{d_k}$ correction, build it into multi-head self-attention, inject order with positional encodings, and stack the whole thing into the Transformer block that displaced recurrence and convolution alike.\n",{"path":6906,"title":6907,"module":6887,"summary":6908},"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture","The Transformer Architecture","The Transformer is the architecture built around the attention mechanism. This first part assembles the full encoder–decoder of \"Attention Is All You Need\" — embeddings and positional encoding, stacked self-attention and feed-forward sublayers wrapped in residual connections and LayerNorm, masked decoding and cross-attention — works through causal masking and the three modern families (encoder-only, decoder-only, encoder–decoder), and accounts for where the parameters and the $O(n^2)$ compute actually go.\n",{"path":6910,"title":6911,"module":6887,"summary":6912},"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice","Transformers in Practice","The Transformer makes no assumption about what a token represents. This part follows the architecture out of language: image patches feed a plain encoder (the Vision Transformer), the decoder-only half scales into the GPT line of large language models, and one substrate covers translation, retrieval, and multimodal grounding. We work the ViT patch arithmetic and a GPT parameter count by hand, then close on the empirical scaling laws — power-law loss, the Chinchilla compute-optimal balance, and emergent behavior — that made scale the dominant lever.\n",{"path":6914,"title":6915,"module":6887,"summary":6916},"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks","Graph Neural Networks","A graph neural network learns on data with no grid and no canonical ordering: atoms in a molecule, users in a social network, road segments in a map. The unifying idea is message passing — each node repeatedly aggregates its neighbors' states and updates its own — built to respect the one symmetry graphs demand, permutation equivariance. We derive the message-passing framework, specialize it into GCN, GraphSAGE, GAT, and GIN, read off graph-level outputs, and bound what message passing can and cannot tell apart.\n",{"path":6918,"title":6919,"module":6887,"summary":6920},"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models","State-Space Models and Mamba","A state-space model carries a continuous linear hidden state through a sequence, and that linearity buys two equivalent algorithms from one set of weights: a recurrence that runs in linear time with constant memory, and a global convolution that trains in parallel. Long-range memory comes from how the transition matrix is initialized (HiPPO) and parameterized (S4's diagonal-plus-low-rank form). Mamba breaks the convolution on purpose, making the parameters input-dependent so the model can select what to remember, recovered at speed by a hardware-aware parallel scan.\n",{"path":6922,"title":6923,"module":6924,"summary":6925},"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory","Generalization Theory","Theory & Frontiers","Classical learning theory bounds the gap between training and test error by a model's capacity (VC dimension, Rademacher complexity), and predicts that a model with more parameters than data should overfit catastrophically. Modern networks do the opposite: they interpolate, even fit pure noise, and still generalize. We derive the classical bounds, work the bias-variance decomposition, show why the bounds go vacuous, and survey what replaced them: double descent, the interpolation threshold, margin and norm-based bounds, and the implicit bias of the optimizer itself.\n",{"path":6927,"title":6928,"module":6924,"summary":6929},"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness","Adversarial Robustness","A trained network can be fooled by a perturbation too small for a human to see: add a carefully aimed vector of magnitude $\\epsilon$ to a correctly classified image and the prediction flips. We derive the fast gradient sign method as the first-order-optimal step inside an $L_\\infty$ ball, explain the linearity hypothesis that makes high-dimensional models so easy to push around, build up to projected gradient descent, and frame adversarial training as a min-max robust-optimization problem with its own accuracy cost. Defenses beyond training continue in the next lesson.\n",{"path":6931,"title":6932,"module":6924,"summary":6933},"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses","Adversarial Defenses","Defending a network against an adversary is far harder than attacking one. This lesson covers the defense side: certified guarantees via randomized smoothing, the transferability that makes black-box attacks possible, and the recurring failure of gradient masking, where a defense hides the attacker's gradient instead of moving the decision boundary. It ends with the adaptive-attack discipline (BPDA, EOT, transfer) that every robustness claim must be tested against.\n",{"path":6935,"title":6936,"module":6924,"summary":6937},"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods","Bayesian & Ensemble Methods","A trained network returns a single point prediction and, with the softmax, a confidence, but that confidence is usually miscalibrated, collapsing to near- certainty even on inputs the model has never seen. This lesson covers uncertainty estimation for networks: the two kinds of uncertainty, the Bayesian posterior over weights and its tractable stand-ins (MC dropout, deep ensembles), and how to check whether a model's reported confidences match observed frequencies.\n",{"path":6939,"title":6940,"module":6924,"summary":6941},"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models","Deep Equilibrium Models","A deep network need not be a fixed stack of layers; it can be a single weight-tied layer iterated to convergence, its output defined implicitly as the fixed point $z^\\star = f_\\theta(z^\\star, x)$. The forward pass becomes root-finding and the backward pass becomes implicit differentiation, so training costs O(1) memory regardless of effective depth. We derive both passes from the implicit function theorem and close the course on defining a layer by a fixed-point condition rather than an explicit stack.\n",{"path":6943,"title":6944,"module":6945,"summary":6946},"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models","Linear Factor Models","Generative Models","The simplest generative models share one template: a latent variable drawn from a fixed prior, run through a linear decoder, plus noise. Probabilistic PCA, factor analysis, independent component analysis, and sparse coding are all this template with a different prior on the latents and a different noise model. We derive each marginal, see why ICA needs non-Gaussianity to identify its sources, and show how sparse coding learns Gabor-like dictionary atoms.\n",{"path":6948,"title":6949,"module":6945,"summary":6950},"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders","Autoencoders","An autoencoder is a network trained to copy its input to its output through a narrow channel; the useful product is the bottleneck representation $h$, not the reconstruction. We derive the undercomplete autoencoder and prove its linear case recovers PCA, then trade the bottleneck for explicit regularization (sparse, denoising, contractive) and show how a denoising autoencoder learns the low-dimensional manifold the data lives on.\n",{"path":6952,"title":6953,"module":6945,"summary":6954},"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders","Variational Autoencoders","An autoencoder compresses, but its latent space has gaps: sample a point between two encodings and the decoder produces noise. The variational autoencoder fixes this by training a probabilistic encoder against a prior, so the latent space becomes a smooth, samplable density. We derive the evidence lower bound it maximizes, the reparameterization trick that lets gradients flow through a random sample, and the closed-form Gaussian regularizer that pulls the posterior toward the prior.\n",{"path":6956,"title":6957,"module":6945,"summary":6958},"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks","Generative Adversarial Networks","A generative adversarial network trains two networks against each other: a generator that turns noise into samples, and a discriminator that tries to tell real data from forgeries. The game has a clean theory: the optimal discriminator is a likelihood ratio, and at equilibrium the generator minimizes the Jensen–Shannon divergence to the data, with a global optimum exactly when its distribution matches the data. We derive that result, fix the saturating loss that breaks training, and catalogue the failure modes (mode collapse, instability, vanishing gradients) and the architectural fixes.\n",{"path":6960,"title":6961,"module":6945,"summary":6962},"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows","Autoregressive Models & Normalizing Flows","Two families that provide exact likelihoods, each at a cost. Autoregressive models factor the joint by the probability chain rule and learn each conditional with a masked network: exact $\\log p(x)$, but sampling proceeds one coordinate at a time. Normalizing flows push a simple base density through an invertible map and read $\\log p(x)$ off the change-of-variables formula, trading architectural freedom for a cheap Jacobian determinant via triangular coupling layers.\n",{"path":6964,"title":6965,"module":6945,"summary":6966},"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines","Energy-Based & Boltzmann Machines","Energy-based models replace an explicit density with a scalar energy and a Boltzmann normalization, $p(x) = e^{-E(x)}\u002FZ$: simple to specify, but with an intractable partition function $Z$. The Boltzmann machine and its restricted variant make the energy bilinear so the hidden units factorize, and contrastive divergence sidesteps $Z$ by replacing the model expectation with a few Gibbs steps started at the data. We close on the undirected deep models (DBNs and DBMs) and how they differ from the directed VAE.\n",{"path":6968,"title":6969,"module":6945,"summary":6970},"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models","Diffusion and Score-Based Models","Corrupt a data point with Gaussian noise in small steps until only noise remains, then train a network to undo one step at a time. We derive the forward process and its closed-form marginal, reduce the variational bound to the single noise-prediction objective that makes diffusion trainable, and show the score-matching view that unifies it with Langevin sampling and the continuous SDE. The lesson closes with DDIM fast sampling, classifier-free guidance, and the latent diffusion that powers modern text-to-image systems.\n",{"path":6972,"title":6973,"module":6974,"summary":6975},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models","Structured Probabilistic Models","Probabilistic Methods","A joint distribution over $n$ variables is a table with exponentially many entries; nobody can store it, fit it, or sample from it directly. Structure fixes this: a graph whose missing edges encode conditional independencies that factor the joint into small local pieces. We build the two dialects, directed (Bayesian networks) and undirected (Markov random fields), read independence off the graph, and connect the machinery to the latent-variable and energy-based models that power deep generative learning.\n",{"path":6977,"title":6978,"module":6974,"summary":6979},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc","Monte Carlo & MCMC","Most quantities of interest in a probabilistic model are integrals nobody can compute in closed form: expectations, marginals, partition functions. Monte Carlo replaces the integral with an average over samples; importance sampling reweights samples from a tractable proposal; and when even sampling the target is hard, Markov-chain Monte Carlo builds a chain whose stationary distribution _is_ the target. We derive Metropolis–Hastings and Gibbs, analyze mixing, and close on the partition-function gradient that powers energy-based learning.\n",{"path":6981,"title":6982,"module":6974,"summary":6983},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference","Approximate Inference","In a latent-variable model the quantity we need, the posterior $p(h\\mid v)$ over hidden causes, is almost never computable, because its normalizer is an intractable sum over configurations. Approximate inference reframes the problem as optimization: maximize the evidence lower bound, a tractable functional whose gap to the true log-evidence equals a KL divergence. From that single bound fall expectation–maximization, mean-field variational inference, MAP, and the learned encoders behind variational autoencoders.\n",{"path":6985,"title":6986,"module":6987,"summary":6988},"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology","Practical Methodology","Practical Deep Learning","Knowing the algorithms is half the job; the other half is a disciplined loop. Fix a goal and a metric, stand up an end-to-end baseline, then read the train\u002Fvalidation gap to decide whether the next move is more data or a bigger model. We detail that loop: choosing metrics under class imbalance, default baselines by data type, extrapolating the data a target needs, and guarding the data pipeline against the leaks and label bugs that corrupt every gradient. Hyperparameter tuning, debugging, and deployment continue in the sequel.\n",{"path":6990,"title":6991,"module":6987,"summary":6992},"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging","Hyperparameters & Debugging","The tuning half of the methodology loop. The learning rate is the one hyperparameter that dominates, so we tune it first, on a log scale, coarse to fine, and prefer random search to grid when only a few dials matter. Then an ordered debugging playbook — overfit one batch, check the loss at initialization against ln C, watch the gradient norm, gradient-check against centered finite differences — and, after launch, monitoring for train-test skew and distribution drift with confidence-based abstention.\n",{"path":6994,"title":6995,"module":6987,"summary":6996},"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning","Representation Learning","A good representation makes a hard task easy by changing coordinates: it disentangles the factors of variation, spends its bits as a distributed code, and respects the low-dimensional manifold the data lives on. We make those three properties precise, recover the manifold hypothesis, and close on the first method that turned them into training practice — greedy layer-wise unsupervised pretraining — before the sequel picks up how the field learned to reuse those features.\n",{"path":6998,"title":6999,"module":6987,"summary":7000},"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning","Transfer Learning","A representation learned once can be reused everywhere. We cover the main mechanisms of reuse: feature extraction versus fine-tuning, the generic-to-specific gradient of features that sets the freeze boundary, the learning-rate discipline that keeps borrowed weights from being erased, domain adaptation when only the input distribution shifts, and the modern arc from supervised transfer to self-supervised foundation models.\n",{"path":7002,"title":7003,"module":6987,"summary":7004},"\u002Fdeep-learning\u002Fpractical\u002Fapplications","Applications","We survey large-scale training (the hardware, the two axes of parallelism, mixed precision, and the compression tricks that shrink a model after it is trained), then specialize the same gradient loop to vision, language, speech, and recommendation. Each domain is a different prior bolted onto one optimizer: convolutional invariance for pixels, distributed word vectors for tokens, sequence transduction for audio, low-rank factorization for the user–item matrix.\n",{"path":7006,"title":7007,"module":6987,"summary":7008},"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation","Model Compression and Distillation","A trained network and a deployable one are rarely the same object. This lesson is the toolkit for closing that gap: knowledge distillation transfers a large teacher's soft, information-rich logits into a small student; pruning deletes the weights that contribute least; quantization swaps 32-bit floats for 8- or 4-bit integers; and low-rank factorization replaces a fat matrix with two thin ones. We derive each method, show what it costs in accuracy, and lay out which combinations win on which hardware.\n",{"path":7010,"title":7011,"module":6987,"summary":7012},"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot","Meta-Learning and Few-Shot Learning","A deep network trained on one example per class overfits. Meta-learning targets this few-shot regime by training across a distribution of tasks so that a new task is learnable from a handful of examples. We formalize the $N$-way $K$-shot episode, then derive the two dominant families: metric methods that learn an embedding where distance classifies (Prototypical Networks), and optimization methods that learn an initialization a few gradient steps can adapt (MAML). We close on the link to transfer learning and to the in-context few-shot behavior of large language models.\n",{"path":7014,"title":7015,"module":7016,"summary":7017},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models","Large Language Models","Large Models & Agents","A large language model is a decoder-only Transformer trained on one objective, next-token prediction, then scaled until new behavior appears. This first part builds the object itself: the equivalence between next-token prediction and lossless compression, subword tokenization (BPE, WordPiece, Unigram, SentencePiece) worked on a real sentence, the four pretraining objectives and the attention masks that distinguish them, and the three model families (encoder-only, decoder-only, encoder--decoder) with their parameter budgets. Scaling, decoding, the KV cache, and alignment continue in part two.\n",{"path":7019,"title":7020,"module":7016,"summary":7021},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment","Scaling, Inference, and Alignment of Language Models","Once a language model is built, three questions remain: how does it improve as it grows, how is it decoded and served affordably, and how is a raw next-token predictor turned into an assistant. We derive the Kaplan power laws and the Chinchilla compute-optimal balance, trace emergent abilities and in-context learning, catalog the decoding strategies from greedy to nucleus sampling, work the KV cache that makes generation quadratic instead of cubic, cover parameter-efficient adaptation by low-rank updates (LoRA), and close on the alignment stack: instruction tuning, RLHF, and DPO.\n",{"path":7023,"title":7024,"module":7016,"summary":7025},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart","Denoising Sequence-to-Sequence Pretraining: BART","BERT corrupts and reconstructs; GPT predicts the next token. Sequence-to-sequence pretraining unifies both by training a full encoder–decoder as a denoising autoencoder: corrupt the text with a noise function, then reconstruct the original through a bidirectional encoder and an autoregressive decoder. This first part derives the denoising objective, catalogs BART's five noise functions (with a worked Poisson-infilling budget), proves BART specializes to both BERT and GPT, and traces a dimension-annotated forward pass through its encoder--decoder. T5, PEGASUS, fine-tuning, and decoding continue in part two.\n",{"path":7027,"title":7028,"module":7016,"summary":7029},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation","Text-to-Text Transfer and Conditional Generation","BART reconstructs a corrupted document; T5 pushes the same denoising idea into a single interface where every task is a string-to-string map. This second part covers T5's span corruption with sentinel tokens (with a worked token budget), PEGASUS's summarization-matched gap sentences and the MASS midpoint, supervised fine-tuning and beam-search decoding with a length penalty, the exposure-bias failure modes of autoregressive decoding, and a theorem showing why a bidirectional encoder--decoder strictly dominates a decoder-only model when the output is conditioned on a full input.\n",{"path":7031,"title":7032,"module":7016,"summary":7033},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models","Speech Recognition: Front-Ends and Alignment","Speech is a long, high-rate sequence whose label is short and unaligned, so the whole subject turns on bridging that mismatch. This first part builds the spectral front-ends that compress a waveform into frames (STFT, mel spectrogram, MFCC, with a worked frame-count), derives CTC's marginalization over alignments and its forward-backward recursion with a two-frame numeric example, and contrasts it with attention-based seq2seq (LAS) and the RNN transducer. Self-supervised and weakly-supervised models, and text-to-speech, continue in part two.\n",{"path":7035,"title":7036,"module":7016,"summary":7037},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis","Self-Supervised Speech Models and Synthesis","The recognition front-ends and alignment losses of part one all need transcribed audio, which is scarce. This second part removes that dependence: wav2vec 2.0 learns speech representations from unlabeled audio by a masked contrastive objective, HuBERT swaps the contrast for masked prediction of clustered units, and Whisper trades curation for scale with weakly-supervised web audio and a multitask token interface. We close with text-to-speech (the same length mismatch run backwards) and a tour of speech foundation models, discrete audio codecs, and neural TTS.\n",{"path":7039,"title":7040,"module":7016,"summary":7041},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents","AI Agents: Tools and Reasoning","A language model that only emits text is a function from prompt to prompt; an agent closes the loop, letting that model act on an environment, read back the result, and decide again. This first part formalizes the agent as a policy over interaction histories, builds out tool calling and the executor trust boundary, the ReAct interleaving of reasoning and action (with concrete traces), and search over thoughts: chain-of-thought, self-consistency, least-to-most, and Tree of Thoughts. Memory, retrieval, reflection, and multi-agent orchestration continue in part two.\n",{"path":7043,"title":7044,"module":7016,"summary":7045},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration","Agent Memory, Retrieval, and Orchestration","An agent's reasoning and tool use only matter if it can remember what it learned and coordinate work larger than one context window. This second part builds the systems around the loop: short-term scratchpad versus long-term vector store, retrieval-augmented generation with a worked softmax over passage scores, reflection (Reflexion, Self-Refine), and multi-agent orchestration. It closes on the failure modes that bound agents — invalid tool calls, horizon-error compounding, context overflow, non-terminating loops — and the benchmarks that score the full loop.\n",{"path":7047,"title":7048,"module":7016,"summary":7049},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts","Mixture-of-Experts","A mixture-of-experts layer replaces one feed-forward network with many and a router that sends each token to only a few of them, so the parameter count and the per-token compute become separate dials. We derive the gated output, sparse top-$k$ routing softmax, the load-balancing loss that stops the router from collapsing onto a single expert, and expert\u002Ftoken capacity with dropping, then work the dimension-annotated tensor shapes and FLOP arithmetic. We trace the architectures from the sparsely-gated LSTM through GShard, Switch Transformer, and Mixtral, cover distributed expert parallelism, and close on the training dynamics, failure modes, and serving costs of a sparse model.\n",{"path":7051,"title":7052,"module":7016,"summary":7053},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models","Multimodal Contrastive Learning","A multimodal model places images, text, and audio in one representation space, so a picture and its caption land close together. This first part builds the contrastive route: the shared embedding space and its residual modality gap, the Vision Transformer image encoder (patch embedding, CLS token, position embeddings, with shapes), the symmetric InfoNCE loss that trains the CLIP dual encoder from a batch similarity matrix (with a worked numeric step), and zero-shot classification as a softmax over class-prompt embeddings. Fusion and vision-language models continue in part two.\n",{"path":7055,"title":7056,"module":7016,"summary":7057},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models","Fusion and Vision-Language Models","A contrastive model compares modalities but never lets one read another. This second part builds the fusion route: early, late, and cross-attention fusion, then the three designs that connect a frozen vision encoder to a frozen language model — Flamingo's zero-initialized gated cross-attention, BLIP-2's Q-Former, and LLaVA's linear projector. We work the token-budget arithmetic that separates them, name the object-hallucination and fine-detail failure modes, cover the contrastive-then- instruction-tune recipe and its retrieval\u002Fcaptioning\u002FVQA benchmarks, and close on natively multimodal models.\n",{"path":7059,"title":7060,"module":7061,"summary":7062},"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning","Foundations of Reinforcement Learning","Reinforcement Learning","Reinforcement learning is the third paradigm: an agent learns to act by interacting with an environment that returns rewards, not labels. We formalize the interaction as a Markov decision process, define the value functions that rank states and actions, and derive the Bellman expectation and optimality equations that every method downstream solves. Dynamic programming gives the exact answer when the model is known, and its convergence rests on a single fact: the Bellman operator is a contraction.\n",{"path":7064,"title":7065,"module":7061,"summary":7066},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control","Model-Free Prediction and Control","When the dynamics are unknown, an agent cannot plan against a model; it must learn directly from sampled experience. We build prediction and control from two estimators of the same return: Monte Carlo averages whole episodes, while temporal-difference learning bootstraps from its own next estimate. We trace the bias-variance contrast between them, derive SARSA and Q-learning as the on-policy and off-policy forms of control, unify everything through n-step returns and eligibility traces, and close on the deadly triad that makes off-policy bootstrapping with function approximation diverge.\n",{"path":7068,"title":7069,"module":7061,"summary":7070},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks","Deep Q-Networks","A Deep Q-Network replaces the tabular action-value function with a neural approximator $Q(s,a;\\theta)$ and trains it by regression toward a bootstrapped target. Naive online Q-learning with a network diverges, so DQN adds two stabilizers: an experience-replay buffer that decorrelates samples, and a periodically-frozen target network that holds the regression target still. We derive the loss, give the full algorithm and the Atari pipeline, and then layer on Double DQN, the dueling split, prioritized replay, and the Rainbow combination.\n",{"path":7072,"title":7073,"module":7061,"summary":7074},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic","Policy Gradients and Actor-Critic Methods","Value-based reinforcement learning learns what each state is worth and acts greedily; policy-gradient methods skip the detour and optimize a parameterized policy directly by ascending the gradient of expected return. The policy gradient theorem makes this tractable through the log-derivative trick, turning an intractable gradient of an expectation into an expectation of a gradient. REINFORCE realizes the idea but suffers high variance; baselines, the advantage function, and actor-critic learning reduce it, and trust-region methods (TRPO, PPO) keep each update from destroying the policy it just learned.\n",{"path":7076,"title":7077,"module":7061,"summary":7078},"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback","Reinforcement Learning from Human Feedback","Many objectives we want from a model, that it be helpful and harmless, are hard to write down but easy to judge by comparison. RLHF turns that asymmetry into a training signal: fit a reward model to pairwise human preferences under the Bradley-Terry likelihood, then fine-tune the policy to maximize that reward under a KL penalty toward a reference. We derive the reward loss, the KL-regularized RL objective and its closed-form optimum, then show how DPO inverts that optimum to collapse the whole pipeline into one supervised log-sigmoid loss, and survey IPO, KTO, RLAIF, and GRPO.\n",{"path":7080,"title":7081,"module":6,"summary":6},"\u002Fdeep-learning","Deep Learning",{"path":7083,"title":7084,"module":4991,"summary":7085},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law","Equilibrium, State Variables, and the Zeroth Law","Thermodynamics describes a many-body system by a handful of macroscopic variables and the equilibrium relations among them. This lesson fixes the vocabulary: systems and the walls that separate them, state variables versus path-dependent process quantities, quasi-static and reversible idealizations, and the zeroth law, whose transitivity of thermal equilibrium is what lets temperature exist as a number. The ideal-gas thermometer turns that number into a scale, and an equation of state ties the variables into a surface.\n",{"path":7087,"title":7088,"module":4991,"summary":7089},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work","The First Law: Internal Energy, Heat, and Work","The first law is energy conservation for a system that exchanges energy as both heat and work. Internal energy is a state function with an exact differential; heat and work are path-dependent process quantities. This lesson states $\\d U=\\delta Q+\\delta W$, computes compression work as an area on the $P$–$V$ plane, defines the heat capacities $C_V$ and $C_P$ and the enthalpy that makes $C_P$ natural, and works the isothermal and adiabatic processes of an ideal gas, including the adiabat $PV^\\gamma=\\text{const}$.\n",{"path":7091,"title":7092,"module":4991,"summary":7093},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound","The Second Law, Carnot Cycles, and Entropy","The second law forbids the free conversion of heat into work. This lesson states the Kelvin and Clausius forms, proves them equivalent, and analyzes the Carnot cycle to get the efficiency bound $1-T_c\u002FT_h$. Carnot's theorem makes that bound universal and defines the thermodynamic temperature scale. The Clausius inequality $\\oint \\delta Q\u002FT\\le 0$ then constructs entropy as a state function, $\\d S=\\delta Q_{\\rm rev}\u002FT$, whose non-decrease in isolated systems is the arrow of time.\n",{"path":7095,"title":7096,"module":4991,"summary":7097},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations","Thermodynamic Potentials and Maxwell Relations","The fundamental relation $\\d U=T\\,\\d S-P\\,\\d V+\\mu\\,\\d N$ packages the first and second laws into one exact differential. Legendre transforms swap each conjugate pair to produce the Helmholtz, enthalpy, Gibbs, and grand potentials, each minimized under its own natural variables. Equality of mixed second partials of these potentials gives the Maxwell relations, which convert unmeasurable entropy derivatives into measurable ones from the equation of state.\n",{"path":7099,"title":7100,"module":4991,"summary":7101},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law","Response Functions, Stability, and the Third Law","Response functions — heat capacities, compressibilities, thermal expansion — are the second derivatives of the potentials and the quantities an experiment actually measures. This lesson derives the general relation $C_P-C_V=TV\\alpha^2\u002F\\kappa_T$, shows that convexity of the potentials forces the stability conditions $C_V>0$ and $\\kappa_T>0$, and states the third law: entropy approaches a constant as $T\\to0$, so heat capacities and expansion coefficients vanish there and absolute zero is unattainable.\n",{"path":7103,"title":7104,"module":7105,"summary":7106},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition","Classical Statistics and Equipartition","Microstates, Phase Space, and Statistical Entropy","A liter of gas holds on the order of a trillion trillion molecules, far too many to track by their equations of motion. Classical statistical mechanics replaces the trajectories with a single probability law, the Boltzmann distribution, and reads the measurable properties of matter off it: the Maxwell speed distribution, the average energy per degree of freedom, and the heat capacities of gases and solids — together with the low-temperature failures that forced the quantum revision.\n",{"path":7108,"title":7109,"module":7105,"summary":7110},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem","Phase Space, Trajectories, and Liouville's Theorem","A classical system of N particles is one point in a 6N-dimensional phase space, and its evolution is a single trajectory driven by Hamilton's equations. This lesson builds that geometric picture, introduces the phase-space density of an ensemble, and proves Liouville's theorem: the density is carried by the flow as an incompressible fluid, so phase-space volume is conserved. The stationary densities of equilibrium follow as functions of the conserved quantities alone.\n",{"path":7112,"title":7113,"module":7105,"summary":7114},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate","Ensembles and the Postulate of Equal a Priori Probabilities","An ensemble is a probability distribution over the microstates of a system. This lesson states the single postulate on which equilibrium statistical mechanics rests — that an isolated system in equilibrium is equally likely to be in any of its accessible microstates — and works out its consequences: the accessible phase-space volume, the overwhelming dominance of the most probable macrostate as the particle number grows, and the ergodic hypothesis that lets a time average be replaced by an ensemble average.\n",{"path":7116,"title":7117,"module":7105,"summary":7118},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs","Statistical Entropy: Boltzmann and Gibbs","Entropy is the logarithm of the number of accessible microstates. This lesson builds the two statistical entropies — Boltzmann's S = k ln Omega for an isolated system and Gibbs's S = -k sum p ln p for any ensemble — proves they agree for a uniform distribution, and connects both to Shannon's measure of missing information. The second law emerges as the drift toward maximum multiplicity, and maximizing the Gibbs entropy under constraints previews the canonical distribution.\n",{"path":7120,"title":7121,"module":7122,"summary":7123},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy","The Microcanonical Ensemble and Statistical Entropy","The Microcanonical Ensemble","An isolated system holds its energy, volume, and particle number fixed, and the fundamental postulate assigns equal probability to every microstate on its energy shell. This lesson builds the microcanonical distribution, defines the enclosed phase-space volume $\\Gamma(E)$, the surface density of states $\\omega(E)=\\d\\Gamma\u002F\\d E$, and the shell count $\\Omega(E)$, shows their logarithms agree to $O(\\ln N)$ for large $N$, and reads the Boltzmann entropy $S=k\\ln\\Omega$ off the count. The measure factors $h^{3N}$ and $N!$ enter here and make $S$ extensive.\n",{"path":7125,"title":7126,"module":7122,"summary":7127},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential","Thermal, Mechanical, and Diffusive Equilibrium","Two isolated subsystems that can exchange energy, volume, or particles reach equilibrium at the partition that maximizes their combined entropy. Setting the derivative of the total entropy to zero identifies the statistical definitions $1\u002FT=(\\partial S\u002F\\partial E)$, $P\u002FT=(\\partial S\u002F\\partial V)$, and $-\\mu\u002FT=(\\partial S\u002F\\partial N)$, shows heat flows from hot to cold as an entropy increase, and recovers the fundamental relation $\\d S=(\\d E+P\\,\\d V-\\mu\\,\\d N)\u002FT$ from pure counting.\n",{"path":7129,"title":7130,"module":7122,"summary":7131},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy","The Ideal Gas, Phase-Space Volume, and the Sackur–Tetrode Entropy","The monatomic ideal gas is the first system whose microcanonical count can be done in closed form. The momentum integral is the volume of a $3N$-dimensional ball of radius $\\sqrt{2mE}$, the configuration integral is $V^N$, and together they give the Sackur–Tetrode entropy $S=Nk[\\ln(V\u002FN\\lambda^3)+5\u002F2]$ with the thermal wavelength $\\lambda=h\u002F\\sqrt{2\\pi mkT}$. The formula matches the measured entropy of helium, fixes the classical regime $n\\ll n_Q$, and shows why the $N!$ is needed for extensivity.\n",{"path":7133,"title":7134,"module":7122,"summary":7135},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature","Two-State Systems, Paramagnets, and Negative Temperature","The ideal two-state paramagnet has a multiplicity counted by the binomial coefficient, an entropy that is an inverted dome in the energy, and a temperature read from the slope $1\u002FT=\\partial S\u002F\\partial E$. Because the energy is bounded above, the slope changes sign past the entropy maximum: a population-inverted spin system has a negative absolute temperature, which is hotter than any positive temperature. Nuclear-spin experiments and lasers realize the inverted state.\n",{"path":7137,"title":7138,"module":7139,"summary":7140},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution","The Canonical Ensemble and the Boltzmann Distribution","The Canonical Ensemble","A system held at fixed temperature by contact with a heat reservoir is described by the canonical ensemble. Expanding the reservoir entropy to first order in the system energy gives the Boltzmann distribution $p_i\\propto e^{-\\beta E_i}$, and the same law follows from maximizing the Gibbs entropy at fixed mean energy. Both routes identify $\\beta=1\u002Fk_BT$ and fix the probability of every microstate from the temperature alone.\n",{"path":7142,"title":7143,"module":7139,"summary":7144},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy","The Partition Function and the Helmholtz Free Energy","The normalizing sum of the Boltzmann distribution, the partition function $Z=\\sum_i e^{-\\beta E_i}$, is a generating function for the thermodynamics. The mean energy is $-\\partial\\ln Z\u002F\\partial\\beta$, and the Gibbs entropy of the canonical distribution collapses to the bridge relation $F=-k_BT\\ln Z$. From $F$ every thermodynamic quantity follows by differentiation, and $Z$ factorizes over independent degrees of freedom.\n",{"path":7146,"title":7147,"module":7139,"summary":7148},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence","Energy Fluctuations and the Equivalence of Ensembles","In the canonical ensemble the energy fluctuates, and the second derivative of $\\ln Z$ gives its variance. The fluctuation–response identity $\\langle\\Delta E^2\\rangle = k_BT^2C_V$ ties the spread of the energy to the heat capacity, and the relative fluctuation falls as $1\u002F\\sqrt{N}$. In the thermodynamic limit the canonical energy distribution is a sharp spike, and the canonical and microcanonical ensembles predict the same thermodynamics.\n",{"path":7150,"title":7151,"module":7139,"summary":7152},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems","Harmonic Systems: The Einstein Solid and Vibrational Heat Capacity","A quantum harmonic oscillator has a geometric partition function summed in closed form, giving a mean energy $\\hbar\\omega(\\tfrac12+\\langle n\\rangle)$ with the Bose occupation factor. Modeling a solid as $3N$ independent oscillators yields a heat capacity that rises from zero and saturates at the Dulong–Petit value $3Nk_B$. The Einstein temperature sets the crossover, and the model's exponential low-temperature falloff, too steep against the observed $T^3$, motivates the Debye theory.\n",{"path":7154,"title":7155,"module":7139,"summary":7156},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly","Paramagnetism, Two-Level Systems, and the Schottky Anomaly","A magnetic moment in a field is a two-level system whose partition function is a hyperbolic cosine. The magnetization of a spin-$\\tfrac12$ paramagnet is $N\\mu\\tanh(\\mu B\u002Fk_BT)$, generalizing to the Brillouin function for spin $J$; it gives Curie's law $\\chi\\propto 1\u002FT$ at high temperature and saturates at low temperature. A finite level gap produces the Schottky heat-capacity peak, and the temperature dependence of the entropy on the field is the basis of adiabatic demagnetization cooling.\n",{"path":7158,"title":7159,"module":7160,"summary":7161},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox","The Ideal Gas Partition Function and the Gibbs Paradox","The Classical Ideal Gas","The classical monatomic ideal gas built from the partition function. The single-particle sum is $z_1=V\u002F\\lambda^3$ with the thermal de Broglie wavelength $\\lambda$; the $N$-particle partition function is $z_1^N\u002FN!$, and the $N!$ is forced by indistinguishability. From $Z$ the ideal-gas law, $U=\\tfrac32 Nk_BT$, and the Sackur–Tetrode entropy follow. The $N!$ makes the entropy extensive and resolves the Gibbs paradox: mixing identical gases produces no entropy change.\n",{"path":7163,"title":7164,"module":7160,"summary":7165},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem","Equipartition and the Virial Theorem","The equipartition theorem derived from the canonical ensemble: every phase-space coordinate that enters the Hamiltonian quadratically carries a mean energy $\\tfrac12 k_BT$. The generalized form $\\langle x_i\\,\\partial H\u002F\\partial x_j\\rangle = k_BT\\,\\delta_{ij}$ contains equipartition and the classical virial theorem as special cases. Equipartition fixes the classical heat capacities, fails by quantum freeze-out when a level gap exceeds $k_BT$, and shifts for a relativistic gas whose energy is linear rather than quadratic in momentum.\n",{"path":7167,"title":7168,"module":7160,"summary":7169},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration","Molecular Gases: Rotational and Vibrational Degrees of Freedom","The internal partition function of a diatomic gas factorizes into translational, rotational, vibrational, and electronic parts. The rigid rotor gives a rotational temperature $\\theta_{\\rm rot}$; the harmonic bond gives a vibrational temperature $\\theta_{\\rm vib}$. Each mode contributes to the heat capacity only above its characteristic temperature, producing the diatomic $C_V$ staircase from $\\tfrac32 R$ to $\\tfrac52 R$ to $\\tfrac72 R$. Homonuclear molecules carry a symmetry number, and hydrogen splits into ortho and para species.\n",{"path":7171,"title":7172,"module":7173,"summary":7174},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function","The Grand Canonical Ensemble","Grand Canonical Ensemble","When a system exchanges both energy and particles with a reservoir, the reservoir fixes its temperature and its chemical potential. Expanding the reservoir entropy to first order in the exchanged energy and particle number gives the Gibbs factor $e^{-\\beta(E-\\mu N)}$, and summing it over every microstate of every particle number gives the grand partition function $\\Xi$. The grand potential $\\Phi = -k_BT\\ln\\Xi = -PV$ generates the mean particle number, energy, entropy, and pressure by differentiation.\n",{"path":7176,"title":7177,"module":7173,"summary":7178},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations","Chemical Potential, Fugacity, and Number Fluctuations","The chemical potential is the energy to add one particle at fixed entropy and volume, equal to the slope of the free energy in the particle number. For the classical ideal gas $\\mu=k_BT\\ln(n\\lambda^3)$ is large and negative, and the fugacity $z=n\\lambda^3$ is small. The grand ensemble makes the particle number fluctuate; its variance $\\langle\\Delta N^2\\rangle=k_BT(\\partial N\u002F\\partial\\mu)$ equals $k_BT\\,N^2\\kappa_T\u002FV$, tying density fluctuations to the isothermal compressibility. Equality of $\\mu$ is the condition for diffusive equilibrium and phase coexistence.\n",{"path":7180,"title":7181,"module":7173,"summary":7182},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web","The Three Ensembles and the Thermodynamic Web","The microcanonical, canonical, and grand canonical ensembles hold different variables fixed and generate different potentials — the entropy $S$, the Helmholtz free energy $F$, and the grand potential $\\Phi$ — linked by Legendre transforms that trade each fixed variable for its conjugate. Each successive ensemble lets one more quantity fluctuate. In the thermodynamic limit the three agree, the relative fluctuations vanishing as $1\u002F\\sqrt{N}$; the ideal gas gives the same equation of state in all three. The choice of ensemble is a matter of convenience, set by which sum is easiest.\n",{"path":7184,"title":7185,"module":7186,"summary":7187},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac","Quantum Statistics — Bose-Einstein and Fermi-Dirac","Quantum Statistics","Quantum particles of the same kind are genuinely indistinguishable: no label survives an overlap of their wave functions. Counting states with that constraint replaces the Boltzmann distribution with two quantum laws — the Bose-Einstein distribution for integer-spin particles, which clump into shared states, and the Fermi-Dirac distribution for half-integer-spin particles, which exclude one another. Both reduce to Boltzmann in the dilute, hot limit, and a de Broglie criterion says exactly when.\n",{"path":7189,"title":7190,"module":7186,"summary":7191},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions","Deriving the Quantum Distributions from the Grand Ensemble","The Bose-Einstein and Fermi-Dirac distributions follow from one observation: in the occupation-number representation the single-particle modes are independent, so the grand partition function factorizes into one factor per mode. A boson mode sums a geometric series over all occupancies; a fermion mode sums two terms. Differentiating each factor gives the mean occupation $1\u002F(e^{\\beta(\\varepsilon-\\mu)}\\mp 1)$, the Maxwell-Boltzmann limit when occupancies are small, and the occupation fluctuations that distinguish bunching from anti-bunching.\n",{"path":7193,"title":7194,"module":7186,"summary":7195},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration","The Classical Limit and Quantum Concentration","When every single-particle level is nearly empty, both quantum distributions collapse to the Maxwell-Boltzmann form, and the fugacity equals the ratio of the number density to the quantum concentration $n_Q = 1\u002F\\lambda^3$. The gas is classical when $n \\ll n_Q$, degenerate when $n \\gtrsim n_Q$. The chemical potential is large and negative in the classical regime and rises through zero as the gas degenerates. The leading quantum correction to the ideal-gas law is a second virial term that lowers the pressure for bosons and raises it for fermions — a statistical attraction and repulsion with no interaction behind it.\n",{"path":7197,"title":7198,"module":7186,"summary":7199},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework","Ideal Quantum Gases: The General Framework","Every ideal quantum gas is handled by one calculation. The sum over single-particle modes becomes an energy integral weighted by a density of states $g(\\varepsilon)\\propto\\varepsilon^{1\u002F2}$, and the number and pressure reduce to the Bose and Fermi functions $g_\\nu(z)$ and $f_\\nu(z)$ of the fugacity. An integration by parts fixes $PV=\\tfrac23 U$ for a nonrelativistic gas and $PV=\\tfrac13 U$ for an ultrarelativistic one, independent of statistics. Specializing the density of states and the chemical potential then produces the photon gas, phonons, the Bose gas, and the Fermi gas as four branches of the same framework.\n",{"path":7201,"title":7202,"module":7203,"summary":7204},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas","Bose-Einstein Condensation and the Fermion Gas","Bosonic Systems","Below a critical temperature a boson gas drops a macroscopic fraction of its particles into the single ground state — Bose-Einstein condensation, the mechanism behind superfluid helium and the dilute-atom condensates cooled to nanokelvin. The same statistics applied to a photon gas reproduces Planck's blackbody spectrum. Fermions do the opposite: forbidden from sharing states, they fill every level up to the Fermi energy, and that filled sea governs the electrons in metals and the pressure that holds up a white dwarf.\n",{"path":7206,"title":7207,"module":7203,"summary":7208},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law","The Photon Gas and Planck's Radiation Law","Electromagnetic radiation in equilibrium with cavity walls is a gas of non-conserved bosons, and non-conservation forces the chemical potential to zero. Counting standing-wave modes with two polarizations and weighting each by the Bose occupation gives the Planck spectral energy density. Its low-frequency tail reproduces the classical Rayleigh-Jeans law and the ultraviolet catastrophe; the Bose factor cuts the divergence off at high frequency and the peak obeys Wien's displacement law.\n",{"path":7210,"title":7211,"module":7203,"summary":7212},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure","Blackbody Thermodynamics and Radiation Pressure","Integrating the Planck spectrum over all frequencies gives the total energy density proportional to the fourth power of temperature — the Stefan-Boltzmann law — and the isotropy of a relativistic gas fixes the radiation pressure at one third of the energy density. From the free energy follow the entropy and heat capacity, both proportional to T cubed, and the adiabatic law for radiation. The results govern the pressure inside stars and the cooling of the cosmic microwave background as the universe expands.\n",{"path":7214,"title":7215,"module":7203,"summary":7216},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model","Phonons and the Debye Model","The vibrations of a crystal lattice are quantized into phonons — bosons of zero chemical potential, counted exactly like cavity photons but with three polarizations, a finite sound speed, and a total of 3N modes. The Debye model replaces the true dispersion by a linear one cut off at a frequency that enforces that count. It gives the correct low-temperature T-cubed heat capacity the Einstein model missed and recovers the Dulong-Petit value at high temperature.\n",{"path":7218,"title":7219,"module":7203,"summary":7220},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived","Bose-Einstein Condensation Derived","For a gas of conserved bosons the excited states can hold only a finite number of particles at fixed temperature, set by the Bose function at unit fugacity. When the total exceeds that ceiling the surplus collapses into the single ground state, which the continuum density-of-states integral misses and which must be restored by hand. This fixes the critical temperature, the condensate fraction, and the fact that a uniform gas condenses only in three or more dimensions.\n",{"path":7222,"title":7223,"module":7203,"summary":7224},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity","Thermodynamics of the Bose Gas and Superfluidity","The energy and pressure of the ideal Bose gas follow from the Bose function at the order above the density, and below the critical temperature the pressure depends on temperature alone because the condensate carries none. The heat capacity rises to a cusp at the transition. Real superfluid helium departs from the ideal gas because interactions matter: the Landau criterion ties frictionless flow to the phonon-roton excitation spectrum, and the two-fluid model carries a second sound.\n",{"path":7226,"title":7227,"module":7228,"summary":7229},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature","The Ideal Fermi Gas at Zero Temperature","Degenerate Fermi Gas","At absolute zero a gas of non-interacting fermions fills every single-particle state up to the Fermi energy and leaves the rest empty, a filled Fermi sphere in momentum space. This lesson computes the Fermi momentum, energy, and temperature from the density, the density of states, the total ground-state energy, and the degeneracy pressure that grows as $n^{5\u002F3}$. Numerical Fermi energies for metals set the scale: they are electron-volts, so room temperature is deep in the degenerate regime.\n",{"path":7231,"title":7232,"module":7228,"summary":7233},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals","The Sommerfeld Expansion and Electrons in Metals","Turning on a small temperature blurs the Fermi step over a shell of width $k_BT$ around $\\epsilon_F$. The Sommerfeld expansion turns integrals over the Fermi function into a power series in $(k_BT\u002F\\epsilon_F)^2$, giving the shift of the chemical potential and a heat capacity linear in $T$. This resolves the old puzzle of the missing electronic heat capacity, predicts the combined $C=\\gamma T+AT^3$ of a metal, and gives the temperature-independent Pauli paramagnetism of the electron gas.\n",{"path":7235,"title":7236,"module":7228,"summary":7237},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit","White Dwarfs and the Chandrasekhar Limit","A white dwarf is held up against its own gravity by the degeneracy pressure of its electrons. Balancing that pressure against gravity gives a mass-radius relation $R\\propto M^{-1\u002F3}$: heavier white dwarfs are smaller and denser. As the density rises the electrons turn relativistic, the pressure softens from $n^{5\u002F3}$ to $n^{4\u002F3}$, and the star can no longer support itself above a critical mass. This lesson derives that Chandrasekhar mass, about $1.4\\,M_\\odot$, and what lies beyond it.\n",{"path":7239,"title":7240,"module":7228,"summary":7241},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter","Neutron Stars and Dense Matter","When a collapsing core passes nuclear density, electron capture converts the matter to neutrons and their degeneracy pressure takes over. The same balance that fixes a white dwarf, rescaled by the neutron mass, gives a neutron star of a few solar masses in a ten-kilometre radius. General relativity is no longer a correction: the Tolman-Oppenheimer-Volkoff equation replaces the Newtonian balance and sets a maximum mass around two solar masses. This lesson rescales the Fermi-gas argument, states where it breaks, and places the compact objects in one stability sequence.\n",{"path":7243,"title":7244,"module":7245,"summary":7246},"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients","The Cluster Expansion and Virial Coefficients","Interacting Gases","A real gas departs from $PV=Nk_BT$ because its molecules interact. The configuration integral factors through the Mayer function $f_{ij}=e^{-\\beta u_{ij}}-1$, and expanding it in powers of density produces the virial expansion $PV\u002FNk_BT = 1 + B_2(T)n + B_3(T)n^2 + \\cdots$. The second virial coefficient $B_2(T)=-\\tfrac12\\int f\\,\\d^3r$ is a single integral over the pair potential; it is positive for a hard core, negative for an attractive well, and vanishes at the Boyle temperature where the two balance.\n",{"path":7248,"title":7249,"module":7245,"summary":7250},"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence","The van der Waals Gas and Liquid-Gas Coexistence","Resumming the second virial coefficient $B_2=b-a\u002Fk_BT$ into an equation of state gives the van der Waals model $(P+a\u002Fv^2)(v-b)=k_BT$, the simplest theory of a fluid that condenses. Below the critical temperature its isotherms develop a mechanically unstable loop; the Maxwell equal-area construction replaces the loop with a coexistence tie line. The critical point sits at $v_c=3b$, $k_BT_c=8a\u002F27b$, $P_c=a\u002F27b^2$, and the model predicts universal but incorrect critical exponents because it ignores fluctuations.\n",{"path":7252,"title":7253,"module":7245,"summary":7254},"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange","Quantum Gases with Interactions and Statistical Exchange","A quantum gas has a nonzero second virial coefficient even with no forces between the particles: symmetrization alone produces an effective statistical interaction, attractive for bosons and repulsive for fermions, with range the thermal wavelength $\\lambda$. This lesson derives that exchange contribution $B_2=\\mp\\lambda^3\u002F2^{5\u002F2}g$, writes it as a statistical potential $v_s(r)=-k_BT\\ln(1\\pm e^{-2\\pi r^2\u002F\\lambda^2})$, and shows how real interactions add on top through the Beth-Uhlenbeck phase-shift formula, reducing at low temperature to a single scattering length.\n",{"path":7256,"title":7257,"module":7258,"summary":7259},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification","Phases, Coexistence, and the Classification of Transitions","Phase Transitions","A phase transition is a point where the free energy of a substance loses analyticity, so a small change in temperature or pressure produces a qualitative change of state. This lesson maps the coexistence curves of a pure substance, derives the Clausius-Clapeyron relation between the slope of a coexistence line and its latent heat, and separates first-order transitions (discontinuous entropy and density) from continuous ones (a vanishing order parameter and divergent response). The Ehrenfest scheme, the order parameter, and the triple and critical points fix the vocabulary the rest of the module builds on.\n",{"path":7261,"title":7262,"module":7258,"summary":7263},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions","The Ising Model and Exact Results","The Ising model reduces cooperative ordering to spins on a lattice coupled to their neighbors, and the same Hamiltonian describes uniaxial magnets, the liquid-gas critical point through the lattice gas, and binary alloys. This lesson solves the one-dimensional chain exactly with the transfer matrix, shows by a domain-wall argument why one dimension has no ordered phase at any positive temperature, contrasts the survival of order in two dimensions, and quotes Onsager's exact two-dimensional results: the critical temperature, the logarithmically divergent heat capacity, and the magnetization exponent one eighth.\n",{"path":7265,"title":7266,"module":7258,"summary":7267},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model","Mean-Field Theory and Spontaneous Symmetry Breaking","Mean-field theory replaces the neighbors of each spin by their average, turning the interacting Ising model into a single spin in a self-consistent field. The resulting equation m = tanh(beta J z m + beta h) has only the zero solution above a critical temperature and gains a nonzero root below it, giving spontaneous magnetization and a mean-field critical temperature k T_c = J z. The Bragg-Williams free energy turns single-welled above T_c and double-welled below, the picture of spontaneous symmetry breaking. The approximation is exact in high dimension and fails below the upper critical dimension four, quantified by the Ginzburg criterion.\n",{"path":7269,"title":7270,"module":7258,"summary":7271},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory","Critical Exponents, Scaling, and Landau Theory","Near a continuous transition every singular quantity follows a power law in the reduced temperature, and the exponents alpha, beta, gamma, delta, nu, and eta encode the transition more sharply than T_c itself. Landau theory expands the free energy in the order parameter and delivers the mean-field exponents in a few lines. They disagree with experiment and with the exact two-dimensional Ising values, but the exponents are not independent: the scaling relations of Rushbrooke, Widom, Fisher, and Josephson tie them together, and the correlation length sets the length scale that organizes universality classes.\n",{"path":7273,"title":7274,"module":7258,"summary":7275},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea","Scaling and the Renormalization-Group Idea","At a critical point fluctuations exist on every length scale, so the system looks the same after coarse-graining. The renormalization group makes this self-similarity a computation: group spins into blocks, integrate out the short scales, and track how the couplings change. The transformation has fixed points, and the flow near a critical fixed point separates relevant couplings that grow from irrelevant ones that shrink, which is why only dimension and symmetry survive to set the exponents. The one-dimensional Ising decimation carries the whole scheme through in closed form and reproduces the absence of a finite-temperature transition.\n",{"path":7277,"title":7278,"module":7279,"summary":7280},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response","Thermodynamic Fluctuations and Response Functions","Fluctuations and Response","Thermodynamic variables are sharp only on average; a macroscopic system in equilibrium fluctuates about its mean values. Einstein inverted Boltzmann's $S=k_B\\ln\\Omega$ into a Gaussian probability for a fluctuation, $w\\propto e^{\\Delta S\u002Fk_B}$, and the second moments it predicts reproduce the response functions: $\\langle\\Delta E^2\\rangle=k_BT^2C_V$, $\\langle\\Delta V^2\\rangle=k_BTV\\kappa_T$, $\\langle\\Delta M^2\\rangle=k_BT\\chi_T$. The variances diverge where the responses diverge, at a critical point, producing critical opalescence and the breakdown of the thermodynamic description.\n",{"path":7282,"title":7283,"module":7279,"summary":7284},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation","Brownian Motion and the Langevin Equation","A pollen grain in water executes a random walk driven by molecular collisions. Einstein tied its diffusion constant to its mobility, $D=\\mu_{\\mathrm{mob}}k_BT$, turning a visible motion into a measurement of Avogadro's number. The Langevin equation splits the collisions into a systematic drag and a random force whose strength is fixed by the drag through $\\langle\\xi(t)\\xi(t')\\rangle=2\\gamma k_BT\\,\\delta(t-t')$ — the first fluctuation–dissipation relation. The mean-square displacement grows ballistically at short times and linearly, $\\langle r^2\\rangle=2dDt$, at long times, and the Stokes–Einstein relation $D=k_BT\u002F6\\pi\\eta a$ closes the loop to Perrin's experiments.\n",{"path":7286,"title":7287,"module":7279,"summary":7288},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem","Linear Response and the Fluctuation-Dissipation Theorem","A system driven by a weak external field responds through a generalized susceptibility $\\chi(\\omega)$ whose imaginary part measures dissipation. The Wiener–Khinchin theorem makes the power spectrum of equilibrium fluctuations the Fourier transform of their correlation function, and the fluctuation–dissipation theorem ties the two together: $S_x(\\omega)=(2k_BT\u002F\\omega)\\,\\chi''(\\omega)$, so the spectrum of spontaneous fluctuations is fixed by the dissipative response. The Johnson–Nyquist noise of a resistor, $\\langle V^2\\rangle=4k_BTR\\,\\Delta f$, is the canonical example, and Onsager reciprocity closes the subject.\n",{"path":7290,"title":7291,"module":6,"summary":6},"\u002Fstatistical-mechanics","Statistical Mechanics",{"path":7293,"title":7294,"module":7295,"summary":7296},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms","Bonding Mechanisms","Molecules and Chemical Bonding","A molecule forms when the total energy of two atoms drops below the energy of the separated pair. This lesson works through the four mechanisms that produce that minimum: the ionic bond from charge transfer, the covalent bond from shared electron wave functions, the metallic bond, and the weak dipole-dipole and hydrogen bonds, computing bond lengths and dissociation energies for NaCl, H₂, and H₂⁺.\n",{"path":7298,"title":7299,"module":7295,"summary":7300},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus","The Molecular-Orbital Method and H₂⁺","The hydrogen molecule ion is the two-center problem that fixes the language of chemical bonding. This lesson builds the molecular orbital as a linear combination of atomic orbitals, minimizes the energy through the variational secular equation, and reduces the result to three two-center integrals: the overlap, the Coulomb term, and the exchange (resonance) integral. The bonding and antibonding levels, their potential-energy curves, and the charge piled between the nuclei follow from those integrals.\n",{"path":7302,"title":7303,"module":7295,"summary":7304},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange","The Hydrogen Molecule, Exchange, and Hybridization","Adding the second electron turns the one-electron ion into the two-electron hydrogen molecule, where electron-electron repulsion and the Pauli principle govern the bond. This lesson contrasts the Heitler-London valence-bond and molecular-orbital wave functions, derives the singlet-triplet splitting as an exchange energy, shows why naive molecular orbitals fail at dissociation, and builds the sp, sp², and sp³ hybrids that fix the directed geometry of covalent bonds.\n",{"path":7306,"title":7307,"module":7295,"summary":7308},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces","Van der Waals Forces","The bond of last resort acts between all atoms, even closed-shell noble gases with no permanent moment. This lesson separates the three van der Waals contributions — Keesom orientation, Debye induction, and London dispersion — derives the London 1\u002Fr⁶ attraction from the coupled-oscillator and second-order perturbation pictures, and assembles the Lennard-Jones potential to compute the equilibrium spacing and cohesive energy of the noble-gas crystals, argon in particular.\n",{"path":7310,"title":7311,"module":7312,"summary":7313},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra","Rotational and Vibrational Spectra of Molecules","Molecular Spectra","A diatomic molecule stores energy in three well-separated ledgers: electronic, vibrational, and rotational. Quantizing the rigid rotor gives levels spaced as ℓ(ℓ+1); quantizing the bond as a harmonic oscillator gives equally spaced vibrational levels. Their combination produces the P and R branches of an infrared absorption band, from which the bond length and force constant are read directly.\n",{"path":7315,"title":7316,"module":7312,"summary":7317},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure","Anharmonicity and Rovibrational Structure","The rigid rotor and harmonic oscillator are first approximations. A real bond follows the Morse potential, whose levels converge toward dissociation; a real rotor stretches centrifugally; and vibration couples to rotation, so the rotational constant depends on the vibrational level. This lesson works out the anharmonic and centrifugal corrections, the Birge-Sponer route to the dissociation energy, the isotope shift, and the thermal band envelope.\n",{"path":7319,"title":7320,"module":7312,"summary":7321},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands","Raman Scattering and Electronic Bands","Not every vibration absorbs in the infrared. Raman scattering reaches modes that modulate the polarizability, giving Stokes and anti-Stokes lines whose intensity ratio measures temperature, and the mutual-exclusion rule pairs it with infrared absorption. Electronic transitions add the vibronic structure of band spectra, governed by the Franck-Condon principle, and the radiative fates of an excited state are sorted by the Jablonski diagram into fluorescence and phosphorescence.\n",{"path":7323,"title":7324,"module":7312,"summary":7325},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers","Lasers, Masers, and Stimulated Emission","Einstein's three radiative processes — absorption, spontaneous emission, and stimulated emission — and the coefficients that relate them. Stimulated emission produces coherent photons, and inverting the level populations turns it into net amplification. We build the ruby three-level laser and the helium-neon four-level laser, and show why the fourth level makes inversion easy.\n",{"path":7327,"title":7328,"module":7329,"summary":7330},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids","The Structure of Solids","Crystal Structure","A crystal is a unit cell repeated in three dimensions. We classify the common cubic lattices, compute the Coulomb energy of an ionic crystal through the Madelung constant, and show how the divergent naive lattice sum is tamed by cubic shells. The cohesive energy that results predicts melting points and connects the diatomic bond of an earlier lesson to the bulk solid.\n",{"path":7332,"title":7333,"module":7329,"summary":7334},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems","Bravais Lattices, Bases, and Crystal Structures","A crystal is a Bravais lattice decorated by a basis. This lesson separates the two, builds primitive and Wigner-Seitz cells, enumerates the seven crystal systems and fourteen Bravais lattices, and fixes the language of point and space groups. Miller indices label planes and directions, and the packing fractions of the close-packed, cubic, and diamond structures follow from the geometry.\n",{"path":7336,"title":7337,"module":7329,"summary":7338},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones","The Reciprocal Lattice and Brillouin Zones","Every periodic crystal has a dual lattice in wavevector space. This lesson defines the reciprocal lattice through the condition b_i dot a_j equals two pi delta, derives its properties, shows the reciprocal of fcc is bcc, links reciprocal vectors to families of lattice planes, and builds the first Brillouin zone as the Wigner-Seitz cell of the reciprocal lattice, including the higher zones.\n",{"path":7340,"title":7341,"module":7329,"summary":7342},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors","X-ray and Neutron Diffraction","A crystal diffracts radiation whose wavelength matches its atomic spacing. This lesson derives the Bragg condition, the equivalent Laue condition 2k dot G equals G squared, and the Ewald-sphere construction, then computes the geometric structure factor that produces systematic absences for bcc and fcc, the atomic form factor, and the powder method. It closes on why neutrons and electrons complement X-rays.\n",{"path":7344,"title":7345,"module":7346,"summary":7347},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion","The Harmonic Crystal and Phonon Dispersion","Lattice Dynamics","Atoms in a crystal vibrate about their equilibrium sites, and expanding the potential to second order turns the whole lattice into a set of coupled harmonic oscillators. This lesson sets up the harmonic approximation and the dynamical matrix, solves the monatomic linear chain for its dispersion omega(k) = 2 sqrt(K\u002FM) times the absolute sine of ka over two, explains why wavevectors outside the first Brillouin zone are redundant, and extends the chain to two atoms per cell to produce acoustic and optical branches with a frequency gap.\n",{"path":7349,"title":7350,"module":7346,"summary":7351},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos","Phonons, Density of States, and Crystal Momentum","Quantizing the normal modes of a harmonic crystal turns each vibrational mode into a quantum oscillator whose excitations are phonons. This lesson counts phonons with Bose-Einstein statistics, defines crystal momentum and the normal versus Umklapp distinction in momentum conservation, builds the density of states with its van Hove singularities, and shows how inelastic neutron scattering measures a dispersion curve point by point.\n",{"path":7353,"title":7354,"module":7346,"summary":7355},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity","Thermal Properties — Einstein and Debye Models","The lattice heat capacity follows the classical Dulong-Petit value at high temperature but collapses toward zero as T approaches zero, a purely quantum effect. This lesson derives that behavior from the Einstein model of a single frequency, then the Debye model of a linear phonon spectrum with a cutoff, obtaining the Debye T-cubed law at low temperature and the Debye interpolation across all temperatures, and closes with thermal expansion and the Gruneisen parameter.\n",{"path":7357,"title":7358,"module":7346,"summary":7359},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport","Anharmonicity, Thermal Expansion, and Heat Conduction","A perfectly harmonic crystal neither expands when heated nor resists heat flow. Both effects come from the cubic and higher terms the harmonic approximation discards. This lesson derives thermal expansion from an asymmetric interatomic potential, treats phonon-phonon scattering as the decay channel these terms open, shows why Umklapp processes are what make lattice thermal conductivity finite, and traces the temperature dependence of the conductivity and the phonon mean free path.\n",{"path":7361,"title":7362,"module":7363,"summary":7364},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction","Conduction and the Free-Electron Gas","Free-Electron Fermi Gas","Drude's classical free-electron model gets Ohm's law right but the resistivity, its temperature dependence, and the heat capacity wrong. Replacing the Maxwell-Boltzmann distribution with the Fermi-Dirac distribution and treating electron-lattice collisions as wave scattering repairs all three: the Fermi energy, Fermi speed, and a mean free path set by thermal lattice vibrations.\n",{"path":7366,"title":7367,"module":7363,"summary":7368},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity","The Sommerfeld Model: Ground State and Heat Capacity","Quantizing the free-electron gas in a box fills a Fermi sphere in k-space. The density of states grows as the square root of energy in three dimensions, and the Fermi energy, temperature, and wavevector follow for real metals. The Sommerfeld expansion shows only a thermal shell of width k_BT near E_F is excited, giving an electronic heat capacity linear in T that sits beneath the phonon T-cubed term.\n",{"path":7370,"title":7371,"module":7363,"summary":7372},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect","Transport, Wiedemann–Franz, and the Hall Effect","The relaxation-time picture displaces the Fermi sphere under an applied field and gives the electrical conductivity ne-squared-tau over m. The same electrons carry heat, and their ratio yields the Wiedemann–Franz law with the universal Lorenz number. A magnetic field bends the carriers into cyclotron orbits and produces the Hall voltage, whose sign reveals the charge of the carriers.\n",{"path":7374,"title":7375,"module":7363,"summary":7376},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons","Screening, Plasmons, and the Limits of Free Electrons","A mobile electron gas rearranges to screen any foreign charge, turning the bare Coulomb potential into a short-ranged Yukawa form over the Thomas–Fermi length. Displaced collectively, the gas rings at the plasma frequency, whose quantum is the plasmon and whose value sets the reflectivity edge of metals. A ledger of free-electron successes and failures then motivates band theory.\n",{"path":7378,"title":7379,"module":7380,"summary":7381},"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands","Bloch's Theorem and Energy Bands","Band Theory","An electron in a periodic potential has stationary states that are plane waves modulated by a lattice-periodic envelope. This lesson proves Bloch's theorem two ways, defines crystal momentum and the band index, counts the allowed wavevectors from Born–von Kármán boundary conditions, and sets up the extended, reduced, and repeated-zone descriptions of a band.\n",{"path":7383,"title":7384,"module":7380,"summary":7385},"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model","The Nearly-Free-Electron Model","A weak periodic potential leaves the free-electron parabola almost intact except near Brillouin-zone boundaries, where two nearly degenerate plane waves mix. This lesson solves the resulting two-by-two secular problem, shows the gap of size twice the potential component opening at each boundary, identifies the two standing waves that pile charge on and between the ions, and works the exactly solvable Kronig–Penney model.\n",{"path":7387,"title":7388,"module":7380,"summary":7389},"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method","The Tight-Binding Method","The opposite limit to nearly-free electrons builds bands from atomic orbitals. A Bloch sum of one orbital per site gives a dispersion set by the hopping integral between neighbours; the band widens from a sharp atomic level as the atoms approach. This lesson derives the s-band cosine dispersion, extends it to p-bands, and introduces Wannier functions as the localized dual of Bloch states.\n",{"path":7391,"title":7392,"module":7380,"summary":7393},"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics","Fermi Surfaces, Effective Mass, and Metals vs Insulators","Filling the bands settles which crystals conduct. A filled band carries no current, so a crystal with filled bands and a gap is an insulator, while a partly filled band makes a metal. This lesson derives the no-current theorem for a filled band, defines the Fermi surface and Harrison's construction, introduces holes and the effective mass from band curvature, and states the semiclassical equations of motion that lead to Bloch oscillations.\n",{"path":7395,"title":7396,"module":7397,"summary":7398},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions","Band Theory and Semiconductors","Semiconductors","The periodic lattice splits atomic levels into allowed energy bands separated by forbidden gaps. Whether the highest occupied band is full or partly full, and how wide the gap above it is, sorts every solid into conductor, insulator, or semiconductor. Doping adds donor or acceptor levels inside the gap, and a p-n junction built from doped regions gives the diode, the solar cell, the LED, and the transistor.\n",{"path":7400,"title":7401,"module":7397,"summary":7402},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors","Carrier Statistics: Intrinsic and Extrinsic Semiconductors","The number of mobile electrons and holes in a semiconductor follows from the density of states near each band edge and the Fermi-Dirac tail that reaches into it. This lesson derives the effective densities of states, the intrinsic concentration and its exponential gap dependence, the law of mass action, the temperature march of the Fermi level, and the freeze-out, saturation, and intrinsic regimes of a doped crystal.\n",{"path":7404,"title":7405,"module":7397,"summary":7406},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination","Carrier Transport and Recombination","Carriers move by drift in a field and by diffusion down a concentration gradient, the two tied together by the Einstein relation. This lesson derives mobility and its scattering-limited temperature dependence, the drift and diffusion currents, the continuity equations, band-to-band and trap-assisted recombination, and the minority-carrier lifetime and diffusion length that set the length scale of every junction device.\n",{"path":7408,"title":7409,"module":7397,"summary":7410},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction","The p-n Junction in Depth","Joining p-type and n-type silicon aligns their Fermi levels and leaves a depletion region of fixed charge with a built-in potential. This lesson derives the space-charge field and potential from Poisson's equation in the depletion approximation, the built-in voltage from Fermi-level alignment, the Shockley diode equation from minority-carrier diffusion, junction and diffusion capacitance, and the avalanche and Zener breakdown mechanisms.\n",{"path":7412,"title":7413,"module":7397,"summary":7414},"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics","Transistors and Optoelectronic Devices","Two junctions in series make a bipolar transistor whose thin base gives current gain; a gate over an oxide makes a MOSFET whose inversion channel switches digital logic. Run in reverse, a junction converts photons to current. This lesson derives the transistor current gain and the MOSFET channel current, then treats the LED, the diode laser, and the illuminated solar-cell characteristic.\n",{"path":7416,"title":7417,"module":7418,"summary":7419},"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization","Dielectrics, Polarization, and the Local Field","Dielectrics and Ferroelectrics","An insulator responds to an electric field by polarizing. This lesson builds the macroscopic polarization and the dielectric constant, sorts the microscopic response into electronic, ionic, and orientational polarizability, and corrects the field an atom actually feels to the Lorentz local field E + P\u002F3 epsilon-0. The Clausius-Mossotti relation links the measured permittivity to the atomic polarizability, and the frequency dependence of each mechanism explains why the static and optical dielectric constants differ.\n",{"path":7421,"title":7422,"module":7418,"summary":7423},"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics","Ferroelectrics, Piezoelectrics, and Structural Transitions","Some crystals carry a polarization with no applied field and switch it under a reversing field, tracing a hysteresis loop. This lesson develops the ferroelectric transition through the perovskite BaTiO3 displacive instability and its soft transverse-optical mode, builds the Landau free-energy theory of first- and second-order polar transitions, derives the Curie-Weiss divergence of the dielectric constant, and closes with piezoelectricity and pyroelectricity and their devices.\n",{"path":7425,"title":7426,"module":7427,"summary":7428},"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism","Diamagnetism and Paramagnetism","Magnetism in Solids","Every solid responds to a magnetic field. Filled shells give a small negative diamagnetic susceptibility from induced Larmor currents; localized moments give a positive Curie paramagnetism described by the Brillouin function, with the ground-state moment fixed by Hund's rules. The conduction electrons add a temperature-independent Pauli paramagnetism from the thermal shell near the Fermi surface, partly cancelled by Landau diamagnetism of their orbital motion.\n",{"path":7430,"title":7431,"module":7427,"summary":7432},"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism","Exchange and Ferromagnetism","Magnetic ordering at hundreds of kelvin cannot be dipolar; it is an exchange effect, the Coulomb repulsion sorted by the Pauli principle into a spin-dependent energy captured by the Heisenberg Hamiltonian. Weiss molecular-field theory replaces the exchange field by an average proportional to the magnetization, giving a self-consistent equation whose solution is spontaneous magnetization below a Curie temperature and a Curie–Weiss susceptibility above it. Itinerant ferromagnetism follows from the Stoner criterion on the band density of states.\n",{"path":7434,"title":7435,"module":7427,"summary":7436},"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains","Antiferromagnetism, Ferrimagnetism, and Domains","A negative exchange coupling orders neighboring spins antiparallel. Two-sublattice molecular-field theory gives a Néel temperature marked by a cusp in the susceptibility, and unequal sublattices leave a net moment — ferrimagnetism, the magnetism of the ferrites. A ferromagnet breaks into domains to reduce its magnetostatic energy, separated by Bloch walls whose width is set by the competition between exchange and magnetocrystalline anisotropy, and the irreversible motion of those walls produces the hysteresis loop.\n",{"path":7438,"title":7439,"module":7427,"summary":7440},"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons","Spin Waves and Magnons","The lowest excitations of a ferromagnet are not single flipped spins but collective precessions in which every moment tips slightly and its phase advances along the crystal. These spin waves have a quadratic dispersion at long wavelength, quantize into magnons obeying Bose statistics, and their thermal population removes magnetization as the Bloch T-to-the-three-halves law. Antiferromagnetic magnons disperse linearly, and inelastic neutron scattering measures both.\n",{"path":7442,"title":7443,"module":7444,"summary":7445},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology","Superconductivity: Phenomenology and BCS","Superconductivity","Below a critical temperature some materials lose all resistance and expel magnetic flux — the Meissner effect that defines the state. The isotope effect points to lattice vibrations, and BCS theory binds electrons into Cooper pairs through phonon exchange. The paired condensate opens an energy gap, quantizes magnetic flux, and drives the Josephson effects.\n",{"path":7447,"title":7448,"module":7444,"summary":7449},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect","London Theory and the Meissner Effect","A perfect conductor freezes the field it was cooled in; a superconductor expels it. The distinction needs a constitutive law beyond zero resistance — the two London equations — whose solution is exponential flux decay over the penetration depth. The same rigidity follows from a macroscopic condensate wave function, and the thermodynamics of the critical field fixes the condensation energy, the latent heat, and the specific-heat jump.\n",{"path":7451,"title":7452,"module":7444,"summary":7453},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory","Ginzburg–Landau Theory, Vortices, and Type-II","A complex order parameter and a free-energy expansion turn the superconducting transition into a Landau theory. Two lengths emerge — the coherence length and the penetration depth — whose ratio kappa sorts superconductors into type I and type II. Type-II materials admit flux as an Abrikosov lattice of vortices, each threading exactly one quantum h\u002F2e, between a lower and an upper critical field.\n",{"path":7455,"title":7456,"module":7444,"summary":7457},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory","Microscopic BCS Theory","A phonon-mediated attraction, however weak, binds two electrons above the Fermi sea — the Cooper problem shows the sea is unstable. The BCS variational ground state pairs all electrons near the Fermi surface and, through a self-consistent gap equation, opens an energy gap. Weak-coupling solution gives the exponential T_c and the universal ratios 2 Delta(0) = 3.53 k_B T_c and Delta C \u002F C_n = 1.43.\n",{"path":7459,"title":7460,"module":7444,"summary":7461},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc","Josephson Effects and Unconventional Superconductors","Two superconductors joined by a thin barrier carry a supercurrent set by their phase difference — the dc Josephson effect — and oscillate at 2eV\u002Fh under a voltage. A two-junction loop turns flux quantization into a magnetometer of single-quantum sensitivity. The cuprates superconduct in CuO2 planes with a doping-dependent dome, d-wave pairing, and a pseudogap that lie outside the phonon picture.\n",{"path":7463,"title":7464,"module":7465,"summary":7466},"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots","Quantum Wells, Wires, and Dots","Nanostructures","When a crystal is shrunk until one or more of its dimensions approaches the electron wavelength, the continuous bands of the bulk break into discrete subbands. Confining in one direction gives a quantum well with a step-like density of states, in two directions a quantum wire with inverse-square-root singularities, and in all three a quantum dot whose levels are sharp like an atom's. This lesson derives the density of states in each case and applies it to size-tunable dot emission and the Coulomb blockade of a single-electron transistor.\n",{"path":7468,"title":7469,"module":7465,"summary":7470},"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect","The 2D Electron Gas and the Integer Quantum Hall Effect","A two-dimensional electron gas in a strong perpendicular magnetic field has its continuous density of states collapse into macroscopically degenerate Landau levels. As the field is swept, the Hall resistance locks onto exact plateaus at h over an integer times e squared, while the longitudinal resistance drops to zero. This lesson derives the Landau levels and their degeneracy, explains the plateaus through disorder-localized states and current-carrying edge channels, and states why the von Klitzing constant is now a resistance standard.\n",{"path":7472,"title":7473,"module":7465,"summary":7474},"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology","The Fractional Quantum Hall Effect and Topological Order","When the lowest Landau level is only partly filled, the non-interacting theory predicts no gap, yet a plateau appears at filling one-third. It is a many-body effect: Coulomb repulsion selects a correlated ground state, the Laughlin wavefunction, whose excitations carry a fraction of the electron charge. This lesson builds the Laughlin state, introduces composite fermions that map the fractional effect onto an integer one, and explains how the quantum Hall effect brought the Chern number and topology into condensed-matter physics.\n",{"path":7476,"title":7477,"module":7465,"summary":7478},"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials","Graphene and Dirac Materials","Graphene is one atomic layer of carbon on a honeycomb lattice. A tight-binding calculation on its two-atom basis gives valence and conduction bands that touch at the corners of the Brillouin zone, where the dispersion is linear and the electrons behave as massless two-dimensional Dirac particles with a fixed speed. This lesson derives the Dirac cones, the Berry phase of pi and the sublattice chirality, the anomalous half-integer quantum Hall effect that follows, and how opening a gap in a Dirac cone points toward topological insulators.\n",{"path":7480,"title":7481,"module":6,"summary":6},"\u002Fcondensed-matter","Condensed Matter Physics",{"path":7483,"title":7484,"module":4247,"summary":7485},"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model","Logic as a Mathematical Model of Deduction","Symbolic logic models deductive reasoning the way probability theory models chance: it keeps the form of a correct deduction and discards its content. A deduction is valid when its conclusion follows from the form of the premises alone, independent of what the non-logical words mean. Two models carry the subject — coarse sentential logic and fine first-order logic — and four questions organize it: logical consequence, methods of proof, the gap between provable and true, and the link between logic and computability. Tuples, relations, functions, equivalence classes, and cardinality supply the set-theoretic vocabulary every later chapter uses.\n",{"path":7487,"title":7488,"module":7489,"summary":7490},"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas","Formal Languages and Well-Formed Formulas","Sentential Logic","The language of sentential logic has an alphabet of sentence symbols, five connectives, and two parentheses, with formation rules that pick out the well-formed formulas. The wffs are the least set of expressions closed under the five formula-building operations, and every such generated set carries an induction principle.\n",{"path":7492,"title":7493,"module":7489,"summary":7494},"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies","Truth Assignments, Tautologies, and Consequence","A truth assignment fixes the sentence symbols true or false, and a recursion extends it uniquely to every formula. Satisfaction, tautologies, and tautological implication — one formula following semantically from others — rest on that extension, and the truth-table procedure decides implication for finite premise sets.\n",{"path":7496,"title":7497,"module":7489,"summary":7498},"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing","Unique Readability and a Parsing Algorithm","Parentheses keep a formula from being read two ways. The parenthesis lemmas and a top-down parsing algorithm recover a formula's structure and yield unique readability: every wff has exactly one formation tree, which is what makes the truth recursion well defined.\n",{"path":7500,"title":7501,"module":7489,"summary":7502},"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion","Induction and Recursion on Formulas","Two principles govern any set generated from initial elements by operations: prove a property of all its members by covering the initial elements and the closure steps, and define a function on it by recursion on structure. The recursion theorem needs the set to be freely generated, and unique readability supplies that condition for the well-formed formulas.\n",{"path":7504,"title":7505,"module":7489,"summary":7506},"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms","Sentential Connectives and Normal Forms","Every formula computes a Boolean function of its atoms, and Post's theorem gives the converse: every Boolean function is realized by a wff in disjunctive normal form, so the five connectives are more than enough. Minimal complete sets follow, down to the single connectives NAND and NOR, together with a method for proving a set of connectives incomplete.\n",{"path":7508,"title":7509,"module":7489,"summary":7510},"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits","Switching Circuits","A memoryless two-valued circuit computes a Boolean function, so every formula names a gate network and every network a formula. Cost and delay are read off the formula by recursion, and tautological equivalence and normal forms design and simplify circuits realizing a given specification.\n",{"path":7512,"title":7513,"module":7489,"summary":7514},"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness","Compactness and Effectiveness","The compactness theorem reduces satisfiability of an infinite set of formulas to its finite subsets, proved by extension to a maximal finitely satisfiable set and applied to color infinite graphs. Effectiveness fixes what \"decidable\" and \"effectively enumerable\" mean and settles the decidability of tautologyhood.\n",{"path":7516,"title":7517,"module":7518,"summary":7519},"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages","First-Order Languages","First-Order Languages and Structures","Sentential logic cannot see inside a simple statement, so it misses valid arguments that turn on quantifiers and predicates. A first-order language adds a quantifier, variables, and a chosen vocabulary of predicate, function, and constant symbols. Terms and well-formed formulas are built by recursion over this alphabet, and a variable occurs free or bound according to the quantifiers that reach it.\n",{"path":7521,"title":7522,"module":7518,"summary":7523},"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction","Structures, Truth, and Satisfaction","A structure interprets a language: a nonempty universe plus a meaning for every predicate, function, and constant symbol. Tarski's recursion defines when a structure satisfies a formula under a variable assignment, and hence when a sentence is true. From satisfaction we recover logical implication, validity, and logical equivalence for first-order logic.\n",{"path":7525,"title":7526,"module":7518,"summary":7527},"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence","Definability and Elementary Equivalence","Fix a structure and ask which relations a formula can pick out: the definable ones. A set of sentences picks out a class of structures, the elementary classes. Homomorphisms and isomorphisms compare structures, and the homomorphism theorem shows isomorphic structures satisfy the same sentences. Automorphisms bound what first-order logic can distinguish, giving a tool for proving relations undefinable.\n",{"path":7529,"title":7530,"module":7518,"summary":7531},"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing","Parsing, Substitution, and Substitutability","Every recursion on first-order syntax rests on unique readability. A parenthesis-counting function proves that terms and formulas decompose in exactly one way, and a parsing algorithm recovers the decomposition. Substituting a term for a free variable can capture it under a quantifier; the substitutability condition rules that out, and the substitution lemma trades syntactic substitution for a change of assignment.\n",{"path":7533,"title":7534,"module":7535,"summary":7536},"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus","A Deductive Calculus for First-Order Logic","The Deductive Calculus and Its Metatheorems","A proof must be finite and mechanically checkable. A Hilbert-style calculus meets both demands: six schemas of logical axioms, a single rule of inference (modus ponens), and the syntactic consequence relation they generate. Substitution and substitutability are defined by recursion, and the bridge theorem reduces deducibility to tautological implication from the axioms.\n",{"path":7538,"title":7539,"module":7535,"summary":7540},"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules","The Deduction Theorem and Derived Rules","Raw deductions from axioms are unusable by hand. The generalization theorem, the deduction theorem, contraposition, reductio ad absurdum, and rule T reduce the calculus to the moves of ordinary mathematics, each proved once to license a block of axiom-level steps. Generalization on constants and alphabetic variants handle the quantifier and substitution bookkeeping.\n",{"path":7542,"title":7543,"module":7535,"summary":7544},"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness","The Soundness Theorem","Soundness is the easy half of the match between proof and truth. Whatever the calculus deduces is logically implied, by an induction on deduction length that rests on one lemma: every logical axiom is valid. The only hard case, quantifier instantiation, needs the substitution lemma. The contrapositive corollary states that every satisfiable set is consistent.\n",{"path":7546,"title":7547,"module":7535,"summary":7548},"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency","The Completeness Theorem","Gödel's completeness theorem is the deep converse of soundness: whatever is logically implied can be deduced. Equivalently, every consistent set has a model. The Henkin proof manufactures that model out of syntax alone: add witnessing constants, extend to a maximal consistent set, and read a term model off the formulas it contains. Compactness and the enumerability theorem drop out.\n",{"path":7550,"title":7551,"module":7552,"summary":7553},"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem","Compactness and the Löwenheim–Skolem Theorems","Models, Compactness, and Theories","A set of first-order sentences has a model whenever each of its finite subsets does. This compactness theorem follows from completeness and yields the finiteness limitation, the downward and upward Löwenheim–Skolem theorems, models of every infinite cardinality, and nonstandard models of arithmetic.\n",{"path":7555,"title":7556,"module":7552,"summary":7557},"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity","Theories, Elementary Classes, and Categoricity","A theory is a set of sentences closed under logical consequence. Theories correspond to classes of models; a theory may be complete, axiomatizable, or finitely axiomatizable, and completeness together with axiomatizability yields decidability. The Łoś–Vaught test derives completeness from categoricity in a cardinal, applied to dense linear orders and to algebraically closed fields.\n",{"path":7559,"title":7560,"module":7552,"summary":7561},"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories","Interpretations Between Theories","An interpretation translates the vocabulary of one theory into formulas of another, relativizing quantifiers to a definable domain and mapping symbols to defining formulas. Defined function symbols meet a noncreativity criterion; the syntactic translation of formulas carries theoremhood forward, and a faithful interpretation transfers decidability and undecidability between theories.\n",{"path":7563,"title":7564,"module":7552,"summary":7565},"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis","Nonstandard Analysis","Compactness builds a model of the real ordered field containing infinite elements and nonzero infinitesimals. The transfer principle carries every first-order truth from the reals to this extension, the standard-part map collapses finite hyperreals back onto the reals, and continuity and the derivative are rederived by working with infinitely small quantities directly.\n",{"path":7567,"title":7568,"module":7569,"summary":7570},"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic","The Structure of Arithmetic and Definability","Number Theory and Definability","Number theory is the theory of one fixed structure, the natural numbers under successor, order, addition, multiplication, and exponentiation. Every number is named by a numeral, and a relation is definable when a single formula picks out exactly its tuples. The central gap separates the sentences true in that structure from those any reasonable set of axioms can prove.\n",{"path":7572,"title":7573,"module":7569,"summary":7574},"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor","Natural Numbers with Successor","The weakest reduct keeps only zero and successor. Its models are a standard chain together with disjoint copies of the integers, which makes the theory categorical in every uncountable power, hence complete and decidable. A quantifier-elimination procedure gives a practical decision method and shows a subset is definable if and only if it is finite or cofinite.\n",{"path":7576,"title":7577,"module":7569,"summary":7578},"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts","Reducts: Order, Addition, and Multiplication","Adding order to the successor reduct keeps decidability and makes the theory finitely axiomatizable; adding addition gives Presburger arithmetic, still decidable by quantifier elimination once congruence predicates are included, with definable sets exactly the eventually periodic ones. Multiplication is the break point: neither addition nor order can define it, and once it joins addition the theory stops being decidable.\n",{"path":7580,"title":7581,"module":7569,"summary":7582},"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability","A Subtheory of Number Theory and Representability","A finite set of eleven axioms, the recursion equations for successor, order, addition, multiplication, and exponentiation, already proves every true quantifier-free and existential sentence. Representability asks a theory to prove the right instances of a formula rather than merely make them true, and a relation is defined to be recursive exactly when some consistent finite theory represents it. Church's thesis identifies that with decidability, and closure under composition, minimization, and primitive recursion builds the catalog the incompleteness proofs need.\n",{"path":7584,"title":7585,"module":7586,"summary":7587},"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax","Arithmetization of Syntax","Arithmetization and the Incompleteness Theorems","Gödel numbering assigns a natural number to every symbol, expression, formula, and deduction, turning statements about syntax into statements about numbers. The syntactic operations — substitution, \"is a wff\", \"is an axiom\", \"d codes a deduction of a\" — come out primitive recursive and hence representable in the subtheory, which lets a formula of arithmetic talk about formulas, including itself.\n",{"path":7589,"title":7590,"module":7586,"summary":7591},"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability","Incompleteness, Undecidability, and Church's Theorem","The fixed-point lemma manufactures a sentence that talks about its own Gödel number. Pointed at truth it gives Tarski's theorem — arithmetic truth is not arithmetically definable; pointed at provability it gives Gödel's first incompleteness theorem and the undecidability of the theory of the natural numbers, and, applied to validity, Church's theorem that first-order logic is undecidable. The set of theorems of a recursive theory is only recursively enumerable — the gap between provable and true.\n",{"path":7593,"title":7594,"module":7586,"summary":7595},"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem","The Second Incompleteness Theorem","Consistency of a recursively axiomatized theory is itself an arithmetic sentence, built from a provability predicate. When the theory is strong enough to formalize its own reflection and modus ponens — the Hilbert–Bernays–Löb derivability conditions — it cannot prove that sentence unless it is inconsistent. Löb's theorem is the companion result, and set theory is the case that closes Hilbert's program.\n",{"path":7597,"title":7598,"module":7599,"summary":7600},"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions","Recursive Functions and Church's Thesis","Recursive Functions and Representability","The recursive functions are the formal counterpart of the effectively computable ones: built from three initial functions by composition, primitive recursion, and minimization, and equivalently the functions representable in a finitely axiomatized arithmetic. Church's thesis identifies the class with effective calculability; Kleene's normal form theorem and the unsolvable halting problem place the recursive sets strictly inside the recursively enumerable ones.\n",{"path":7602,"title":7603,"module":7599,"summary":7604},"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation","Representing Exponentiation and the β-Function","Coding finite sequences by prime-power exponents already assumes exponentiation, so representing exponentiation from addition and multiplication alone needs a different encoder. Gödel's β-function, built from a pairing function and the Chinese remainder theorem, reads back arbitrary finite sequences using only plus and times. This represents exponentiation in the addition-multiplication arithmetic and closes the last gap in the representability of every recursive syntactic operation.\n",{"path":7606,"title":7607,"module":7608,"summary":7609},"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages","Second-Order Languages","Second-Order Logic and Beyond","Second-order logic quantifies over relations and functions, not just individuals. Second-order Peano arithmetic and the second-order theory of the reals become categorical, and finiteness is definable by a single sentence. Compactness, completeness, and the Löwenheim–Skolem theorems all fail for the standard semantics.\n",{"path":7611,"title":7612,"module":7608,"summary":7613},"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic","Skolem Functions and Many-Sorted Logic","Skolem functions replace existential quantifiers with named witnesses, putting any first-order formula into a prenex form with all existentials — now over functions — pulled to the front. The Skolemized formula is equisatisfiable with the original, which reduces satisfiability to universal sentences and, through Herbrand expansions, to sentential logic. Many-sorted logic then adds several universes at once and reduces cleanly to ordinary one-sorted logic.\n",{"path":7615,"title":7616,"module":7608,"summary":7617},"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures","General (Henkin) Structures","General semantics reinterprets second-order logic by letting the predicate and function quantifiers range over a designated collection of relations and functions rather than all of them. Recast as many-sorted first-order logic with comprehension axioms, general second-order logic recovers a sound and complete calculus together with compactness and Löwenheim–Skolem, giving up the categoricity of the standard semantics. The ω-models of analysis show the trade.\n",{"path":7619,"title":7620,"module":6,"summary":6},"\u002Flogic","Logic",{"path":7622,"title":7623,"module":4247,"summary":7624},"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning","What Is Reinforcement Learning?","Reinforcement learning is learning what to do — how to map situations to actions — so as to maximize a numerical reward signal, discovered by trial and error rather than told. We set up the agent–environment loop, separate it from supervised and unsupervised learning, name the four elements (policy, reward, value, and an optional model), and train a tic-tac-toe player with a temporal-difference value update.\n",{"path":7626,"title":7627,"module":4247,"summary":7628},"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl","A Brief History of Reinforcement Learning","The origins of reinforcement learning. Three threads — trial-and-error learning from animal psychology, optimal control and dynamic programming, and temporal-difference learning — ran independently for decades and merged around 1989 into the modern field. Replacing the lookup table with a neural network then produced deep reinforcement learning: DQN, AlphaGo, AlphaZero, MuZero, and RLHF.\n",{"path":7630,"title":7631,"module":4247,"summary":7632},"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits","Multi-Armed Bandits","A bandit is reinforcement learning stripped to a single decision, repeated: no state, no consequences, only the tension between exploiting the arm that looks best and exploring the ones that might be better. We build up the whole toolkit — sample-average value estimates, the incremental update rule, ε-greedy, optimistic initialization, UCB, and gradient bandits — and use it to study exploration in isolation, the one problem that carries over to the full setting.\n",{"path":7634,"title":7635,"module":4247,"summary":7636},"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms","Bandit Exploration Algorithms","Better ways to explore than picking at random. Upper-confidence-bound selection explores by optimism about what it hasn't measured; gradient bandits learn action preferences by stochastic gradient ascent on reward. We then add context to get the contextual bandit, the bridge to full RL, and measure everything by regret — where UCB1 and Thompson sampling reach the logarithmic optimum that fixed-ε greedy cannot.\n",{"path":7638,"title":7639,"module":4247,"summary":7640},"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes","Markov Decision Processes","A Markov decision process is the formal interface between an agent and its environment: at each step the agent reads a state, chooses an action, and receives a reward and a next state. We fix that loop, the dynamics function that governs it, and the Markov property that makes the state sufficient; then turn goals into a scalar reward and rewards into a discounted return, with one notation that covers both episodic and continuing tasks.\n",{"path":7642,"title":7643,"module":4247,"summary":7644},"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality","Value Functions and Optimality","A value function scores how good a state (or state–action pair) is under a policy: the expected return from there onward. Its defining property is the Bellman equation, a self-consistency condition linking a state's value to its successors' values, which we derive from the return and the dynamics. Pushing the same idea to the best-achievable value gives the Bellman optimality equations, whose solution yields an optimal policy — and whose intractability is what the rest of the course is about.\n",{"path":7646,"title":4466,"module":7647,"summary":7648},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming","Tabular Solution Methods","Dynamic programming computes optimal policies when a perfect model of the MDP is given, by turning the Bellman equations into assignment statements. We build up iterative policy evaluation (the expected update), the policy improvement theorem, and the two classic algorithms that alternate them — policy iteration and value iteration — worked on the gridworld, a two-state MDP, Jack's car rental, and the gambler's problem.\n",{"path":7650,"title":7651,"module":7647,"summary":7652},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi","Dynamic Programming: Asynchronous DP and Generalized Policy Iteration","Policy and value iteration both sweep the entire state set on every pass, which is impossible once the state space is huge. This lesson loosens the schedule: asynchronous DP updates states in any order, generalized policy iteration names the alternation of evaluation and improvement that underlies nearly every RL method, and a look at efficiency and the curse of dimensionality places DP among the alternatives. We close past Sutton & Barto with prioritized sweeping, neuro-dynamic programming, value-iteration networks, and MuZero.\n",{"path":7654,"title":7655,"module":7647,"summary":7656},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods","Monte Carlo Methods","Monte Carlo methods learn value functions and optimal policies from complete sampled episodes, with no model of the environment: they simply average the returns that actually followed each state. We build prediction (first-visit and every-visit averaging), see why estimating action values forces the exploration question, and answer it two ways on-policy — exploring starts and epsilon-soft control. Throughout, Monte Carlo samples one whole trajectory to termination and never bootstraps.\n",{"path":7658,"title":7659,"module":7647,"summary":7660},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy","Monte Carlo Methods: Off-Policy Learning","On-policy Monte Carlo can only reach the best exploring policy, not the true optimum. Off-policy methods remove that ceiling by learning about a greedy target policy from data generated by a soft behavior policy, corrected with importance sampling. We derive the importance-sampling ratio, weigh ordinary against weighted estimators on real numbers, give the incremental off-policy algorithm, sharpen it with discounting-aware sampling, and close by placing Monte Carlo on the model\u002Fbootstrap map beside DP and temporal-difference learning.\n",{"path":7662,"title":7663,"module":7647,"summary":7664},"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning","Temporal-Difference Learning","Temporal-difference learning is the one idea most central to reinforcement learning: learn a value directly from experience, like Monte Carlo, but update each guess toward the next guess before the episode ends, like dynamic programming. We derive the TD(0) prediction rule and its reward-prediction error, contrast its one-step backup with MC and DP, work the driving-home and random-walk examples, and show the batch-updating optimality that makes TD approximate the certainty-equivalence estimate.\n",{"path":7666,"title":7667,"module":7647,"summary":7668},"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning","TD Control: Sarsa, Q-learning, and Double Learning","With TD prediction in hand, control follows the generalized-policy-iteration pattern with TD as the evaluation step. We build Sarsa (on-policy), Q-learning (off-policy, targeting the optimal policy), and Expected Sarsa that spans the two, then confront the maximization bias every max-based method inherits and fix it with Double Q-learning. We close past Sutton & Barto, following each one-step tabular update into its deep-RL descendant — DQN, Double DQN, and Rainbow.\n",{"path":7670,"title":7671,"module":7647,"summary":7672},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping","n-Step Bootstrapping","Monte Carlo waits for the full return; one-step TD bootstraps after a single reward. Between them lies a whole spectrum, indexed by one integer n: look ahead n real rewards, then bootstrap from the value n steps out. The n-step return unifies the previous two lessons, and — on the random walk — an intermediate n beats both extremes. We build the n-step return, the n-step TD update, the backup-diagram spectrum, and n-step Sarsa for control.\n",{"path":7674,"title":7675,"module":7647,"summary":7676},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods","n-Step Bootstrapping: Off-Policy Methods","Taking the n-step family off-policy raises the same importance-sampling questions Monte Carlo did, now over a window of exactly n actions. We reweight n-step returns by the policy ratio, watch the ratio product inflate variance on real numbers, then build the tree-backup algorithm that learns off-policy with no ratios at all — and finally n-step Q(sigma), one algorithm whose per-step switch recovers Sarsa, tree backup, and Expected Sarsa as special cases.\n",{"path":7678,"title":7679,"module":7647,"summary":7680},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning","Planning and Learning","Planning and learning are the same operation run on two kinds of experience. A model turns states and actions into simulated transitions; planning backs up values over that simulated experience exactly as learning backs them up over real experience. We build the Dyna architecture that interleaves acting, model-learning, direct RL, and planning in one loop, trace a single Dyna-Q step by hand, and patch the architecture for when the model goes stale.\n",{"path":7682,"title":7683,"module":7647,"summary":7684},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time","Planning: Focusing Updates and Decision-Time Search","Dyna plans by replaying remembered transitions, but sampling them uniformly wastes most of the effort. This lesson sharpens planning: prioritized sweeping works backward from states whose value just changed, expected versus sample updates weigh thoroughness against cost, and trajectory sampling and real-time DP focus updates on the states the policy actually visits. We trace Dyna forward to model-based deep RL, then turn to decision-time planning — heuristic search, rollouts, and Monte Carlo Tree Search.\n",{"path":7686,"title":7687,"module":7647,"summary":7688},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning","Decision-Time Planning","Planning need not build a global policy. Decision-time planning runs a fresh lookahead every time a state arrives and returns just one action, then throws the work away. We start from real-time dynamic programming — asynchronous value iteration on the states the agent actually visits — then move through heuristic search and rollout algorithms, each a one-step policy improvement applied on the fly to the current state.\n",{"path":7690,"title":7691,"module":7647,"summary":7692},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search","Monte Carlo Tree Search","Monte Carlo Tree Search is a rollout algorithm with memory: it accumulates value estimates across simulations and steers later ones toward promising branches. We work through the four steps — selection, expansion, simulation, backup — the UCT selection rule computed on real numbers, the asymmetric growing tree, and the full pseudocode. We close past Sutton & Barto with the lineage from UCT to AlphaGo, AlphaZero, and MuZero, where a learned network stands in for the leaf value and the rollout.\n",{"path":7694,"title":7695,"module":7696,"summary":7697},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction","On-Policy Prediction with Approximation","Approximate Solution Methods","Every tabular method so far stored one number per state, which fails once the state space is large or continuous. We replace the table with a parameterized value function $\\hat v(s,\\mathbf{w})$, define the mean squared value error it should minimize under the on-policy distribution, and derive stochastic- and semi-gradient learning rules — the semi-gradient TD(0) update that bootstraps and so is not a true gradient. Linear methods make the analysis clean and give the TD fixed point; feature construction (polynomials, Fourier basis, coarse and tile coding, RBFs) supplies the vectors $\\mathbf{x}(s)$, and neural networks are the nonlinear bridge to deep RL.\n",{"path":7699,"title":7700,"module":7696,"summary":7701},"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear","Feature Construction and Nonlinear Approximation","Linear methods are only as good as the feature vectors $\\mathbf{x}(s)$ fed to them, and this lesson builds those vectors. Polynomials and the Fourier basis turn a state's coordinates into smooth global features; coarse coding, tile coding, and radial basis functions cover a continuous space with overlapping local receptive fields whose size sets the reach of generalization. Then we stop designing features by hand: a neural network learns the representation itself by gradient descent, trading the convergence guarantees of the linear case for expressiveness — the bridge to deep reinforcement learning.\n",{"path":7703,"title":7704,"module":7696,"summary":7705},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control","On-Policy Control with Approximation","Prediction learned a value function from features; control learns to act. We carry semi-gradient methods over to action values $\\hat q(s,a,\\mathbf{w})$, giving episodic semi-gradient Sarsa and its n-step form, and solve Mountain Car by descending a cost-to-go surface. In the continuing case, function approximation makes discounting unable to affect which policy is best, so we replace it with the average-reward setting — the differential return, differential value functions, and differential semi-gradient Sarsa.\n",{"path":7707,"title":7708,"module":7696,"summary":7709},"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control","Average-Reward Control for Continuing Tasks","With function approximation, discounting has no effect on a continuing task: averaged over the on-policy distribution, the discounted objective equals the average reward times a policy-independent constant, so $\\gamma$ cannot change which policy is best. This lesson replaces discounting with the average-reward setting — the long-run reward rate $r(\\pi)$, the differential return that measures each state's transient advantage over that rate, differential value functions and TD error, and differential semi-gradient Sarsa, the control method for continuing tasks that never invokes a discount factor.\n",{"path":7711,"title":7712,"module":7696,"summary":7713},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad","Off-Policy Methods and the Deadly Triad","Off-policy learning with function approximation is where the convergence guarantees of reinforcement learning fail. We extend the tabular off-policy updates to semi-gradient form with per-step importance sampling, show Baird's counterexample driving the weights to infinity, and identify the cause: the deadly triad of function approximation, bootstrapping, and off-policy training — any two are safe, all three can diverge. The divergence is not caused by sampling noise: a fully synchronous dynamic-programming update blows up just the same, which is what makes the triad a structural hazard rather than a fluke.\n",{"path":7715,"title":7716,"module":7696,"summary":7717},"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td","Value-Function Geometry and Gradient-TD Methods","Why does the deadly triad diverge, and how do you stop it? This lesson develops the geometry that explains the failure: value functions as vectors, the projection operator onto the representable subspace, and the split between the Bellman error, the value error, and the projected Bellman error: the three objectives have different minimizers. The projected Bellman error is the learnable one, and Gradient-TD methods (GTD2, TDC) do true stochastic gradient descent on it, staying stable even off-policy at $O(d)$ cost. Emphatic TD reweights states instead, and a survey of variance-reduction techniques closes the gap between stability and usable learning.\n",{"path":7719,"title":7720,"module":7696,"summary":7721},"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces","Eligibility Traces","n-step methods unify TD and Monte Carlo by storing the last n feature vectors; eligibility traces do the same job with a single short-term memory vector. The λ-return averages every n-step return under a geometric weighting; the forward view looks ahead to that average, and the backward view produces nearly the same updates online through a decaying trace vector. We build the λ-return, TD(λ) with its trace, the two ways λ recovers TD(0) and Monte Carlo, a note on the exact equivalence of true online TD(λ), and Sarsa(λ) for control.\n",{"path":7723,"title":7724,"module":7696,"summary":7725},"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda","True Online TD(λ) and Sarsa(λ)","Plain TD(λ) makes the forward and backward views nearly agree; this lesson closes the gap. True online TD(λ) uses a dutch trace and a small correction term to produce exactly the same weight sequence as the online λ-return algorithm, at the same memory and only a constant factor more compute — the sharpest statement of the forward\u002Fbackward duality. The whole apparatus then lifts to control unchanged: Sarsa(λ) threads a single delayed reward back along an entire trajectory in one sweep, and the λ-weighting reappears in modern deep RL as generalized advantage estimation.\n",{"path":7727,"title":7728,"module":7696,"summary":7729},"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods","Policy Gradient Methods","Every method so far learned values and read a policy off them. Policy gradient methods drop the intermediary: parameterize the policy directly and climb the performance gradient. We build the softmax-in-preferences parameterization, prove the policy gradient theorem that makes the gradient computable without the unknown state distribution, and derive REINFORCE and its variance-cutting state-value baseline — the launch point for the bootstrapping actor-critic that follows.\n",{"path":7731,"title":7732,"module":7696,"summary":7733},"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions","Actor-Critic Methods and Continuous Actions","REINFORCE with a baseline learns a value function but never bootstraps; this lesson adds the bootstrapping critic that completes the actor-critic architecture. The critic scores each transition into a single TD error that steers both the actor's policy step and its own value step, trading a little bias for much lower variance and fully online, continuing-task learning. The policy gradient theorem carries over unchanged to the average-reward setting, a Gaussian policy handles real-valued actions with self-tuning exploration, and the natural policy gradient leads straight to TRPO, PPO, and the deep actor-critic methods that train today's agents.\n",{"path":7735,"title":7736,"module":7696,"summary":7737},"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods","Least-Squares TD","Semi-gradient TD spends one cheap step per example and needs many examples; this lesson makes the opposite tradeoff. Least-Squares TD (LSTD) accumulates the matrices $\\mathbf{A}$ and $\\mathbf{b}$ and solves the TD fixed point $\\mathbf{w} = \\mathbf{A}^{-1}\\mathbf{b}$ directly, using the Sherman-Morrison identity to maintain the inverse in $O(d^2)$ — the most data-efficient linear TD method, at a quadratic cost. We work a solve by hand, weigh the quadratic cost against semi-gradient TD's cheap steps, and note that LSTD never forgets — a problem in control, where least-squares policy iteration is the natural extension.\n",{"path":7739,"title":7740,"module":7696,"summary":7741},"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods","Memory-Based and Kernel Methods","Least-squares TD spent more compute to extract more from each example; this lesson drops the parametric form entirely. Memory-based methods store training examples untouched and answer a query locally at retrieval time — nearest neighbor, weighted average, locally weighted regression — so accuracy grows with the data and effort concentrates where the agent actually goes. Kernel-based methods weight stored examples by a similarity kernel $k(s,s')$, and every linear method turns out to be a kernel method. Interest and emphasis, finally, make the on-policy weighting itself a design choice, aiming scarce approximation capacity at the states that matter.\n",{"path":7743,"title":7744,"module":7696,"summary":7745},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces","Off-Policy Eligibility Traces","Eligibility traces meet off-policy learning and function approximation — the corner where stability gets hard. We first let the bootstrapping and discounting parameters vary with state, so a single generalized return covers episodic and continuing tasks and folds termination into the discount. Then we fold the per-decision importance ratio into the trace with a control-variate correction, and build Watkins's Q(λ) and its importance-sampling-free successor Tree-Backup(λ) — all correct in expectation, but still semi-gradient, so the deadly triad and its fixes wait for the next lesson.\n",{"path":7747,"title":7748,"module":7696,"summary":7749},"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces","Stable Off-Policy Methods with Traces","Off-policy traces get the expected target right, but with $\\lambda \u003C 1$ they bootstrap, so off-policy plus bootstrapping plus function approximation is the deadly triad and the weights can diverge. This lesson carries the two one-step fixes to traces: GTD(λ) and GQ(λ) add a second weight vector and a gradient correction for true gradient descent on the projected Bellman error, while Emphatic TD(λ) reweights updates through a followon trace and interest to recover the on-policy stability. It closes with the implementation reality that traces are cheap because they are sparse, and with Retrace and V-trace — the clipped-ratio descendants that make off-policy traces work at deep-RL scale.\n",{"path":7751,"title":7069,"module":7752,"summary":7753},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks","Deep Reinforcement Learning","Deep Q-networks replace the linear value function with a neural network $Q(s,a;\\mathbf{w})$ and confront the fact that a nonlinear approximator, off-policy bootstrapping, and correlated online data — the deadly triad — make naive Q-learning diverge. DQN counters this empirically with two stabilizers: an experience replay buffer that decorrelates and reuses samples, and a periodically-frozen target network that fixes the bootstrap target. We derive the DQN loss and gradient, walk through the Atari convolutional architecture and its results, and then add the three refinements that define modern value-based deep RL — Double DQN, dueling networks, and prioritized experience replay.\n",{"path":7755,"title":7756,"module":7752,"summary":7757},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements","DQN Improvements: Double, Dueling, and Prioritized Replay","Three refinements that turn plain DQN into the standard modern value-based agent, each touching a different part of the system. Double DQN fixes the maximization bias in the target by splitting action selection from evaluation; dueling networks restructure the network around a state value and per-action advantages; prioritized replay changes which transitions are learned from. We close with Rainbow, which combines them, and the distributional view that predicts the whole return distribution rather than its mean.\n",{"path":7759,"title":7760,"module":7752,"summary":7761},"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo","Actor–Critic and GAE","Make the actor and the critic deep networks and the policy-gradient architecture becomes modern deep RL. We build the neural actor-critic, the advantage estimate that replaces the raw return, and Generalized Advantage Estimation as a λ-blend of n-step advantages, then the parallel-worker methods A3C and A2C that decorrelate on-policy data. The step-size constraints — trust regions, PPO, and the continuous-control family — follow in the next lesson.\n",{"path":7763,"title":7764,"module":7752,"summary":7765},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control","PPO and Continuous Control","Keeping the policy-gradient step from destroying the policy, and the algorithms that result. Trust-region optimization bounds each update by a KL constraint; PPO keeps that goal but replaces the second-order machinery with a first-order clip on the probability ratio, which is why it is the modern default and the optimizer inside RLHF. We then tour the off-policy continuous-control family — DDPG, TD3, and SAC — and where actor-critic went at scale, from OpenAI Five to language-model alignment.\n",{"path":7767,"title":7768,"module":7752,"summary":7769},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies","Case Studies: Learning to Play","The game-playing systems that turned reinforcement learning from a theory into a track record: Samuel's checkers player, TD-Gammon, Watson's Daily-Double wagering, a reinforcement-learning memory controller, DQN, and AlphaGo through AlphaGo Zero. Read as a set they draw one line — a value function, learned by self-play or interaction, refined by search, carried by a deep network — that runs from a 1959 checkers program to superhuman Go.\n",{"path":7771,"title":7772,"module":7752,"summary":7773},"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games","Reinforcement Learning Beyond Games","The same value-and-reward machinery, pointed at problems with no opponent. Web personalization as a contextual bandit and then a full MDP for life-time value; thermal soaring, where a glider learns to climb on turbulent air and reward design does most of the work; and the industrial-scale systems that carried the same design past Sutton & Barto — AlphaStar, OpenAI Five, GT Sophy, and RLHF, where the reward itself is learned from human preference.\n",{"path":7775,"title":7776,"module":7752,"summary":7777},"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers","Frontiers: Beyond the Standard MDP","The standard MDP fixes three things — state, reward, and single-step actions — and this lesson loosens two of them. We generalize the value function into a general value function that predicts any signal, and use those predictions as auxiliary tasks that shape representations; we extend actions in time with the options framework; and we treat state as a construction the agent builds from a stream of observations. Reward design and the open problems follow in the next lesson.\n",{"path":7779,"title":7780,"module":7752,"summary":7781},"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems","Reward Design and Open Problems","How to design a reward signal that encodes the intended goal — sparse reward, shaping, and reward hacking — and the problems the whole tabular, approximate, and deep arc leaves unsolved. We close with how the frontiers were pushed after Sutton & Barto: auxiliary tasks, learned options, intrinsic-motivation bonuses, learned world models, and offline RL, then the two concerns of reward hacking and safety that any real-world agent must address.\n",{"path":7783,"title":7784,"module":7785,"summary":7786},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow","Sharpening DQN: Improvements and the Distributional Idea","Modern Deep Reinforcement Learning","In the years after the 2015 DQN paper, a stream of focused improvements each fixed one weakness of the baseline without disturbing its frame. This lesson recaps five that keep the scalar $Q$-value — Double DQN, multi-step returns, dueling networks, prioritized replay, and NoisyNets, each changing a different slot of the same Q-learning loop — then develops the sixth, distributional RL, which changes the objective itself: learn the whole return distribution $Z(s,a)$. We build the distributional Bellman equation and the C51 categorical algorithm, projection step and all, worked end to end on real numbers. A companion lesson takes up QR-DQN, Rainbow, and the modern distributional line.\n",{"path":7788,"title":7789,"module":7785,"summary":7790},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2","Distributional RL and Rainbow","A companion to the DQN improvements lesson. C51 fixed the return atoms and learned their probabilities; QR-DQN does the reverse — fix the probabilities, learn the values — which removes the projection and trains with a quantile loss. We cover why the distribution helps even when you act on the mean, then assemble Rainbow: all six improvements in one Q-learning loop, with the component ablation that shows each one's real weight. The distributional line then runs on through IQN, FQF, and Agent57, the first agent to beat the human baseline on all 57 Atari games.\n",{"path":7792,"title":7793,"module":7785,"summary":7794},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control","Continuous Control: DDPG and TD3","When actions are real-valued, the $\\arg\\max_a Q(s,a)$ in Q-learning becomes an optimization problem on every step. This lesson builds the off-policy actor-critic family that sidesteps it: the deterministic policy gradient and DDPG, which replaces the max with a learned actor, and the three fixes of TD3 that counter the value overestimation DDPG inherits. A companion lesson takes up SAC's maximum-entropy objective and the methods built on this template.\n",{"path":7796,"title":7797,"module":7785,"summary":7798},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2","Continuous Control: SAC and Beyond","A companion to the DDPG and TD3 lesson. Where those actors are deterministic and explore with bolted-on noise, soft actor-critic (SAC) changes the objective itself: maximize return plus the entropy of the policy, so exploration becomes intrinsic and the agent stays robust. We develop the maximum-entropy objective, the reparameterized squashed-Gaussian actor, and automatic temperature tuning, then survey the methods built on this off-policy template — distributional critics (D4PG), critic ensembles (REDQ), and control from pixels (DrQ, RAD).\n",{"path":7800,"title":7801,"module":7785,"summary":7802},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl","Model-Based Deep RL: Sample Efficiency and PETS","A model turns experience into imagined planning. This lesson makes the sample-efficiency case for learning a dynamics model, works through why a learned model's errors compound over the planning horizon, and builds the most direct model-based method: PETS plans online with a probabilistic ensemble under model-predictive control, distrusting the model exactly where its members disagree. A companion lesson takes up latent world models (Dreamer) and MuZero.\n",{"path":7804,"title":7805,"module":7785,"summary":7806},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2","Model-Based Deep RL: World Models, Dreamer, and MuZero","A companion to the PETS lesson. PETS plans in the environment's native state space; these methods change what the model represents. World Models and Dreamer learn a compact latent state and do almost all their learning by imagining inside it, with value gradients flowing through the differentiable dynamics. MuZero predicts neither states nor pixels — only the reward, value, and policy that MCTS reads — and plans with search against that learned model, AlphaZero without the rules. We close with MBPO, TD-MPC, and EfficientZero.\n",{"path":7808,"title":7809,"module":7785,"summary":7810},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration","Exploration in Deep RL: Novelty as Reward","When the state space is enormous and reward is rare, ε-greedy amounts to a random walk that almost never reaches the first reward. This lesson scales the bandit's exploration ideas up to deep RL through the dominant approach — manufacture a reward for novelty and let the agent chase it: optimism and pseudo-counts from density models, and intrinsic motivation and curiosity (the Intrinsic Curiosity Module and Random Network Distillation). A companion lesson takes up posterior sampling, Go-Explore, and the modern methods.\n",{"path":7812,"title":7813,"module":7785,"summary":7814},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2","Exploration in Deep RL: Posterior Sampling and Go-Explore","A companion to the novelty-as-reward lesson. Pseudo-counts and curiosity reward the unfamiliar after the agent stumbles into it; this lesson covers two ideas that go further. Bootstrapped DQN keeps an ensemble that approximates a posterior over value functions and explores by committing to one sampled hypothesis per episode — the deep, directed exploration ε-greedy cannot manage. Go-Explore remembers and returns to the frontier, defeating detachment and derailment to solve Montezuma's Revenge. We close with episodic memory (Never Give Up), Agent57, and model-based exploration.\n",{"path":7816,"title":7817,"module":7785,"summary":7818},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl","Offline RL: The Problem and Value-Based Fixes","Offline reinforcement learning learns a policy from a fixed logged dataset with no further environment interaction — off-policy learning pushed to the extreme, and it breaks for the extreme version of the same reason. Bootstrapping queries the value function at out-of-distribution actions the data never covers, those errors are optimistic, and with no online feedback to correct them they compound through the Bellman backup. This lesson sets up the failure and off-policy evaluation, then builds the first two families of pessimistic fixes: policy constraint (BCQ) and conservative value estimation (CQL). A companion lesson takes up implicit methods, model-based offline RL, and Decision Transformer.\n",{"path":7820,"title":7821,"module":7785,"summary":7822},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2","Offline RL: Implicit Methods, Sequence Models, and Beyond","A companion to the offline-RL problem lesson. Policy constraint and conservative value estimation both still query a learned value function; implicit methods (IQL) avoid querying it off the data at all, using an in-sample expectile backup. We then build pessimism into a learned model (MOPO, COMBO) and drop bootstrapping entirely with Decision Transformer's return-conditioned sequence modeling, closing with offline-to-online fine-tuning, diffusion planners, and the offline view of RLHF. The one rule throughout: without online correction, be pessimistic about what you cannot verify.\n",{"path":7824,"title":7825,"module":7785,"summary":7826},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl","Imitation Learning: Cloning, DAgger, and Inverse RL","When a reward is hard to specify but an expert is easy to watch, learn from demonstrations instead. Behavioral cloning treats control as supervised learning of the expert's state-to-action map, and fails through compounding error: small mistakes carry the agent off the expert's distribution, where it was never trained. DAgger fixes the mismatch by querying the expert on the learner's own states. Inverse RL instead recovers the reward the expert seems to optimize — an ill-posed problem that maximum-entropy IRL disambiguates. A companion lesson casts imitation as adversarial occupancy matching (GAIL, AIRL).\n",{"path":7828,"title":7829,"module":7785,"summary":7830},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2","Imitation as Adversarial Matching: GAIL and AIRL","A companion to the imitation-learning lesson. If the point of recovering a reward is only to re-run RL and match the expert, you can skip the reward and match the behavior directly. GAIL casts imitation as a GAN — a discriminator separating expert from learner state-action pairs supplies the reward a policy-gradient method optimizes — matching occupancy measures without ever naming a reward. AIRL reads a transferable reward back out of the discriminator. We compare all four methods and close with reward models in RLHF, scaled cloning, and diffusion policies.\n",{"path":7832,"title":7833,"module":7785,"summary":7834},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl","Multi-Agent RL: Markov Games and Centralized Training","With more than one learning agent in an environment, each agent's world becomes non-stationary because the others are changing too. This lesson builds the Markov-game generalization of the MDP, diagnoses non-stationarity as the central obstacle, shows why the naive baselines fail, and develops the dominant fix — centralized training with decentralized execution (MADDPG, VDN, QMIX). A companion lesson takes up self-play, the landmark game-playing systems, and the equilibrium concepts that define what \"solved\" means.\n",{"path":7836,"title":7837,"module":7785,"summary":7838},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2","Multi-Agent RL: Self-Play and Solution Concepts","A companion to the Markov-games lesson. In the purely competitive setting, an agent can generate its own training curriculum by playing against copies of itself — self-play, the method behind AlphaGo, OpenAI Five, and AlphaStar. We develop why self-play produces an ever-improving opponent, the systems it built, and then the equilibrium solution concepts (Nash, correlated, coarse-correlated) that define what \"solved\" means once there is an opponent, closing with PSRO, MAPPO, and the language-model-agent frontier.\n",{"path":7840,"title":7841,"module":7785,"summary":7842},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl","Hierarchical RL: Options and the Option-Critic","Flat RL cannot explore a long horizon: reaching reward through hundreds of primitive actions is exponentially unlikely, and every credit-assignment update crawls one step at a time. Hierarchy breaks one hard long-horizon problem into many short ones. This lesson develops temporal abstraction — the options framework and its semi-Markov view, and learning options end to end with the option-critic. A companion lesson takes up goal-conditioned manager\u002Fworker hierarchies (FeUdal Networks and HIRO), hindsight relabeling, and unsupervised skill discovery.\n",{"path":7844,"title":7845,"module":7785,"summary":7846},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2","Hierarchical RL: Goal-Conditioned Hierarchies and Skills","A companion to the options lesson. Options package a behavior; goal-conditioned hierarchies instead give the top level an explicit language of goals — a manager proposes a target state or a latent direction, and a worker is rewarded for reaching it (FeUdal Networks, HIRO). We develop that architecture, the hindsight relabeling that lets it learn from sparse reward, and unsupervised skill discovery (DIAYN) that learns a repertoire of behaviors with no reward at all. The shared idea throughout: shorten the horizon by inserting a level that decides less often.\n",{"path":7848,"title":7849,"module":7785,"summary":7850},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models","RLHF and Language Models","A language model trained to predict the next token is fluent but not helpful, honest, or harmless — the objective it was optimized for is not the objective we want. RLHF closes that gap by turning the one thing humans do reliably, comparing two outputs, into a reward. We build the three-stage pipeline: supervised fine-tuning, a Bradley-Terry reward model fit to preference pairs, then PPO against that reward with a KL penalty keeping it near the reference policy. We then cover reward hacking and why the KL penalty matters, Direct Preference Optimization, which folds the reward model into a single classification loss, and the RLAIF and verifiable-reward variants. This pipeline is what makes the largest models usable as assistants.\n",{"path":7852,"title":7853,"module":7785,"summary":7854},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps","Partial Observability: POMDPs and the Belief State","Drop the assumption that the agent sees the state. It sees an observation, a partial and noisy function of a hidden state, and one observation is no longer a Markov signal. This lesson builds the POMDP tuple, shows that the belief state — the posterior over hidden states — is a sufficient statistic that turns a POMDP back into an MDP over beliefs, and works the Bayes-filter belief update step by step. A companion lesson explains why exact planning is intractable and develops the deep-RL answer of recurrent, history-based policies.\n",{"path":7856,"title":7857,"module":7785,"summary":7858},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2","Partial Observability: Planning and Recurrent Policies","A companion to the belief-state lesson. In principle a POMDP reduces to an MDP over beliefs; in practice two obstacles block that. Exact planning over the belief simplex is intractable — the value function is piecewise-linear-and-convex with a number of pieces that can explode — and computing the belief needs a model the agent rarely has. This lesson develops the intractability, the point-based approximations that address it, and the deep-RL answer: make the policy a function of history with a recurrent network (DRQN, R2D2), with frame-stacking, attention, and world-model latents as learned beliefs.\n",{"path":7860,"title":7861,"module":7785,"summary":7862},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl","Safe and Constrained RL: The CMDP and Policy Methods","Maximizing a scalar reward is not the same as behaving well: a capable optimizer will find and exploit any gap between the reward and what its designer actually meant, a failure called specification gaming or reward hacking. The remedy is to add explicit cost constraints — the constrained MDP — maximizing return subject to an expected-cost budget. This lesson builds the core toolkit: the CMDP itself, Lagrangian primal-dual methods that learn a multiplier on the constraint (RCPO), and constrained policy optimization (CPO) with its trust-region cost bound. A companion lesson covers risk-sensitivity, safe exploration, and the alignment framing.\n",{"path":7864,"title":7865,"module":7785,"summary":7866},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2","Safe RL: Risk, Safe Exploration, and Alignment","A companion to the constrained-MDP lesson. Constraining the mean cost is not enough: a policy safe on average can be catastrophic in the tail, and a policy safe at convergence can violate its limits wildly while learning. This lesson optimizes the tail with risk-sensitive objectives (CVaR), then makes exploration itself safe with shields, Lyapunov methods, and safety layers that project unsafe actions onto the feasible set — closing with benchmarks, safe RLHF, robustness, and the alignment framing that ties safety back to the problem of incompletely specified reward.\n",{"path":7868,"title":7869,"module":7785,"summary":7870},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization","Meta-RL and Generalization","An agent that masters one task often fails on the next; it has overfit to a single environment. This lesson treats fast adaptation as a meta-problem over a distribution of tasks: meta-train so that a few episodes at meta-test time suffice. We cover the two families — optimization-based (MAML learns an initialization) and context-based (RL-squared and PEARL infer a latent task) — the exploration cost of adaptation, and the parallel problem of generalization: why deep RL memorizes environments and what fixes it (domain randomization, procedural generation, augmentation, regularization). It closes on foundation models and sequence-model agents as the generalist endpoint.\n",{"path":7872,"title":7873,"module":7874,"summary":7875},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement","The Psychology of Reinforcement","Reinforcement Learning in Minds and Brains","Reinforcement learning is both an engineering method and a theory of how animals learn. The prediction\u002Fcontrol split of the algorithms mirrors the psychologist's split between classical and instrumental conditioning. We trace the correspondence: the Rescorla–Wagner model as a prediction-error rule that explains blocking, its real-time TD extension, Thorndike's Law of Effect behind trial-and-error control, and the habitual\u002Fgoal-directed distinction that maps onto model-free versus model-based learning.\n",{"path":7877,"title":7878,"module":7874,"summary":7879},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control","The Psychology of Reinforcement: Instrumental Control","Classical conditioning was prediction; instrumental conditioning is control. Thorndike's Law of Effect is trial-and-error control — selection plus association, search plus memory — and Skinner's shaping and schedules are reward engineering. The habitual\u002Fgoal-directed distinction maps onto model-free versus model-based control, dissociated by outcome devaluation and arbitrated by uncertainty. Delayed reinforcement is the credit-assignment problem, and the stimulus traces and secondary reinforcers of animal-learning theory are eligibility traces and value functions.\n",{"path":7881,"title":7882,"module":7874,"summary":7883},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error","Dopamine and the TD Error","The TD error was invented as an algorithm; a decade later it turned out to closely describe the firing of the brain's dopamine neurons. We follow Schultz's experiments — dopamine fires at an unpredicted reward, shifts to the earliest predictive cue, and dips below baseline when a predicted reward is withheld — and match each result to the TD error term by term. We then read the basal ganglia as a neural actor–critic with dopamine as its shared training signal, and close on addiction as a hijacking of that signal.\n",{"path":7885,"title":7886,"module":7874,"summary":7887},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain","Dopamine in the Brain: The Neural Actor–Critic","If phasic dopamine is a TD error, where does it go and what does it change? We follow the axons into the basal ganglia, read the corticostriatal synapse as the place where state, action, and error meet, and map the ventral and dorsal striatum onto the critic and the actor of an actor–critic. Addiction becomes a broken cancellation in the same learning signal, and distributional dopamine extends the scalar RPE into a population code.\n",{"path":7889,"title":7890,"module":7874,"summary":7891},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition","Animal Learning and Cognition","Three classic associative phenomena turn out to be reinforcement-learning mechanisms seen in behavior. Blocking says learning is driven by prediction error, not co-occurrence, and reduces to least-squares regression fitting a collinear feature. Higher-order conditioning and conditioned reinforcement make a value estimate a secondary reinforcer — bootstrapping in an animal. Delayed reinforcement is the credit-assignment problem, and the stimulus traces and goal gradients of Pavlov and Hull are eligibility traces and TD-learned value functions.\n",{"path":7893,"title":7894,"module":7874,"summary":7895},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning","Cognitive Maps and Model-Based Learning","Tolman's rats learned the layout of a maze with no reward, then used it the moment food appeared — latent learning, a cognitive map, and the behavioral face of model-based reinforcement learning. The map is learned by system identification (stimulus–stimulus associations), which fills in whether or not reward is present, and queried by planning, which re-solves a route from a single changed reward. The successor representation sits between cache and model, and hippocampal predictive maps and scaled-up world models carry the same idea into brain and machine.\n",{"path":7897,"title":7898,"module":7874,"summary":7899},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement","The Neuroscience of Reinforcement","The dopamine story is one contact point between reinforcement learning and the brain; this lesson fills in the surrounding neuroscience so the mapping stands on its own. We build a working primer of neurons, synapses, and neuromodulation; separate four signals that casual usage conflates — reward, reinforcement, value, and prediction error; and read the actor and critic as corticostriatal synapses updated by two- and three-factor rules, grounded in spike-timing-dependent and reward-modulated plasticity.\n",{"path":7901,"title":7902,"module":7874,"summary":7903},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems","The Brain's Several Learning Systems","The actor's three-factor rule has an ancestor in Klopf's hedonistic neuron — a single cell as a reinforcement-seeking agent — and a bacterium's run-and-twiddle shows the Law of Effect with no synapses at all. Teams of such neurons implement policy gradient collectively, the broadcast reward replacing backpropagation. And the brain is not only model-free: outcome devaluation, prefrontal value coding, and hippocampal forward sweeps localize a model-based system. The recurring conclusion is that the brain is several interacting learning systems, not one algorithm.\n",{"path":7905,"title":7061,"module":6,"summary":6},"\u002Freinforcement-learning",{"path":7907,"title":7908,"module":4247,"summary":7909},"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai","What Is Artificial Intelligence?","Eight definitions of AI fall into a two-by-two grid: think versus act, and measure success against human performance versus an ideal standard of rationality. We work through all four schools — the Turing test, cognitive modelling, the laws of thought, and the rational agent — and adopt the last as the frame for the whole course: AI is the study and design of rational agents.\n",{"path":7911,"title":7912,"module":4247,"summary":7913},"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai","The Foundations of AI","Where the rational-agent idea came from and what surrounds it. AI inherited its core tools from eight older disciplines — philosophy, mathematics, economics, neuroscience, psychology, computer engineering, control theory, and linguistics. Its history runs in cycles of boom and winter, from the 1956 Dartmouth workshop through expert systems to the statistical turn. And the deep-learning era — AlexNet, the Transformer, GPT-3, AlphaGo — is a new way of computing the agent function at scale, not a new definition of AI.\n",{"path":7915,"title":7916,"module":4247,"summary":7917},"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents","Intelligent Agents","An agent perceives an environment through sensors and acts on it through actuators; its behavior is an agent function mapping percept sequences to actions. A rational agent chooses, for each percept sequence, the action that maximizes its expected performance measure given its knowledge. We build the first half of the vocabulary the whole course rests on — the agent function, rationality, PEAS task specifications, and the six axes along which task environments vary.\n",{"path":7919,"title":7920,"module":4247,"summary":7921},"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures","Agent Architectures","How to build a program that computes a good agent function without storing an astronomically large lookup table. Four skeleton architectures in order of increasing power — simple reflex, model-based, goal-based, and utility-based — plus the learning agent that improves any of them, the scale of world representations (atomic, factored, structured) they rest on, and how a modern language-model agent fits the same frame.\n",{"path":7923,"title":7924,"module":7925,"summary":7926},"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search","Uninformed Search","Search","A goal-based agent that cannot see which action is best turns the problem into a state space — an initial state, a set of actions, a transition model, a goal test, and a path cost — and searches for a sequence of actions reaching the goal. We build the state-space formulation on the 8-puzzle and route-finding, give the one TREE-SEARCH \u002F GRAPH-SEARCH skeleton every algorithm specializes, and measure strategies by completeness, optimality, and complexity. This lesson develops the first two frontier disciplines — breadth-first and uniform-cost search; the rest follow in the next lesson.\n",{"path":7928,"title":7929,"module":7925,"summary":7930},"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared","Search Strategies Compared","Breadth-first and uniform-cost search pay for optimality in memory. This lesson develops the strategies that trade memory for depth: depth-first search, which keeps only the current path; depth-limited and iterative-deepening search, which fix DFS's failure on infinite paths; and bidirectional search, which meets in the middle for a square-root saving. It closes by lining up all six uninformed strategies against completeness, optimality, and complexity, and tracing where the algorithms came from and where they went.\n",{"path":7932,"title":7933,"module":7925,"summary":7934},"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search","Informed Search and A*","An informed search uses a heuristic $h(n)$, an estimate of the cost from a node to the goal, to decide what to expand next. Greedy best-first search follows the heuristic blindly and gives up optimality; A* corrects it by ranking nodes on $f(n) = g(n) + h(n)$, and is optimal when the heuristic is admissible (tree search) or consistent (graph search). This lesson defines the heuristic, builds best-first search, and proves why A* is optimal, with the contour picture that explains its pruning. Where good heuristics come from is the next lesson.\n",{"path":7936,"title":7937,"module":7925,"summary":7938},"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions","Heuristic Functions and Memory-Bounded Search","A* is only as good as its heuristic, so this lesson answers where good heuristics come from: relaxed problems, whose exact solution cost is an admissible heuristic, and pattern databases, which precompute subproblem costs. It measures heuristic quality with dominance and the effective branching factor, then tackles A*'s memory problem with IDA*, RBFS, and SMA*. It closes with modern heuristic search — weighted A*, learned and disjoint pattern-database heuristics, and bidirectional A*.\n",{"path":7940,"title":7941,"module":7925,"summary":7942},"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search","Local Search and Optimization","When the path to a goal is irrelevant and only the final state matters, we can discard the search tree entirely and keep just the current state, moving to a better neighbor at each step. This lesson builds the state-space landscape metaphor, works through hill climbing and the three obstacles that defeat it (local maxima, ridges, plateaus), then develops the first escapes: random restarts and simulated annealing with its temperature schedule. The population-based methods and continuous-space calculus follow in the next lesson.\n",{"path":7944,"title":7945,"module":7925,"summary":7946},"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search","Population and Continuous Search","Single-state local search escapes a trap by restarting or tolerating downhill moves. This lesson develops the alternatives that keep several states at once — local beam search, which shares successors across parallel threads, and genetic algorithms, which recombine two parents through crossover and mutation — then crosses into continuous spaces, where calculus replaces the finite neighbor set: gradient ascent, line search, and Newton's method. It closes with the industrial descendants of these methods and the loop they all share.\n",{"path":7948,"title":7949,"module":7925,"summary":7950},"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search","Adversarial Search and Games","When another agent plans against you, search becomes a game. We formalize two-player, zero-sum, perfect-information games as search problems, define the minimax value that optimal play backs up through the game tree, and give the MINIMAX algorithm that computes it. Alpha–beta pruning then cuts the cost of that search roughly in half in the exponent without changing the answer, and a heuristic evaluation function plus a cutoff test turns the exact algorithm into a real-time player that copes with the horizon effect.\n",{"path":7952,"title":7953,"module":7925,"summary":7954},"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information","Games of Chance and Imperfect Information","Minimax and alpha–beta assume a deterministic game both players can see in full. Drop either assumption and search must change. This lesson adds chance nodes and the expectiminimax value for games with dice, then belief-state reasoning for partially observable games — Kriegspiel and card games — where averaging over clairvoyance both helps and misleads. It closes with the line from Deep Blue's alpha–beta to AlphaGo's learned evaluation and Monte Carlo tree search, and the provable-pruning and self-play research around each end of that story.\n",{"path":7956,"title":7957,"module":7925,"summary":7958},"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction","Constraint Satisfaction Problems","A constraint satisfaction problem replaces the black-box state with a factored one: variables, domains, and constraints. That structure supports inference before any search runs. This lesson defines the CSP on map coloring, Sudoku, and scheduling, then develops constraint propagation: node and arc consistency, the AC-3 algorithm that makes a whole network arc-consistent, and the way one deleted value cascades across the graph to prune impossible options ahead of search.\n",{"path":7960,"title":7961,"module":7925,"summary":7962},"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure","CSP Search and Structure","Propagation prunes a CSP but rarely finishes it, so we search. This lesson builds backtracking search over partial assignments and the general-purpose heuristics that make it fast — MRV, degree, least-constraining-value, forward checking, MAC, and intelligent backtracking. It then shows how the shape of the constraint graph controls difficulty: tree-structured problems fall in linear time, cutset conditioning handles the rest, and min-conflicts local search solves a million queens in a constant number of steps.\n",{"path":7964,"title":7965,"module":7925,"summary":7966},"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty","Search Under Uncertainty","Classical search assumes the agent knows the state it is in and exactly what each action does. Drop the second assumption and a plan can no longer be a fixed sequence of actions. This lesson develops the first response: AND-OR search over nondeterministic actions, which returns a branching contingency plan rather than a straight line. We build it on the erratic vacuum world, show how OR nodes (the agent's choices) alternate with AND nodes (nature's outcomes), trace the recursion that finds a plan, and handle the case where the only solution is a cyclic \"try, try again.\"\n",{"path":7968,"title":7969,"module":7925,"summary":7970},"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search","Belief-State and Online Search","When the agent cannot see the full state, a plan can no longer test where it actually is — it must reason over the set of states it might be in. This lesson develops belief-state search, from sensorless (conformant) planning that coerces an unknown world into a goal, through the predict-observe-update cycle of contingent planning with percepts, to online search in unknown environments, where the agent must act in order to learn. It closes with LRTA*, which refines its own heuristic as it explores, one step from reinforcement learning.\n",{"path":7972,"title":7973,"module":7974,"summary":7975},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic","Logical Agents and Propositional Logic","Logic and Planning","A knowledge-based agent keeps a store of sentences and acts by asking it what to do. To make \"asking\" mean something we need entailment — the relation $KB \\models \\alpha$ that holds when every model of the knowledge base is a model of the query. Propositional logic gives a syntax and a truth-table semantics for which entailment is decidable. This first part builds the foundations: the agent loop, the Wumpus World, models and entailment, the connectives and truth tables, theorem proving by refutation, and the resolution rule with its CNF conversion — a single complete inference procedure for all of propositional logic.\n",{"path":7977,"title":7978,"module":7974,"summary":7979},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference","Propositional Inference and Logical Agents","Model checking and resolution decide entailment, but both can blow up. This part turns propositional logic into a practical engine and a working agent. Horn clauses give linear-time forward and backward chaining — the basis of logic programming. DPLL and WalkSAT make satisfiability testing fast in the common case. Then we make the agent situated: time-indexed fluents, the frame problem and its solution by successor-state axioms, a hybrid agent that deduces a safe map and plans a route through it, and SATPlan, which finds a plan by asking a SAT solver for a satisfying model.\n",{"path":7981,"title":7982,"module":7974,"summary":7983},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic","First-Order Logic","Propositional logic can only say that facts hold; it cannot talk about the objects a fact is about, or state a rule once and have it cover every object. First-order logic fixes this by committing to a world of objects, relations, and functions. This first part builds the language from the ground up: the ontology it commits to, the model that gives a sentence a truth value, the syntax of terms and sentences, the two quantifiers with their standard mistakes, and equality.\n",{"path":7985,"title":7986,"module":7974,"summary":7987},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use","First-Order Logic in Use","With the language of first-order logic in hand, this part is about using it well. Database semantics trades expressive power for the convenience of a single intended model; higher-order logic shows what first-order logic gives up for decidability. Then we put the language to work: the Tell\u002FAsk interface, the kinship domain axiomatized from scratch, and the seven-step knowledge-engineering process applied to a digital circuit.\n",{"path":7989,"title":7990,"module":7974,"summary":7991},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution","Inference in First-Order Logic","Propositional inference lifts to first-order logic once we can make terms match. Unification is that machinery: the algorithm that finds the substitution making two expressions identical, and the basis of generalized modus ponens. This first part builds the lifted inference rules and the two chaining algorithms they drive — forward chaining, the data-driven procedure behind production systems and Datalog, and backward chaining, the goal-driven procedure behind Prolog.\n",{"path":7993,"title":7994,"module":7974,"summary":7995},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution","First-Order Resolution","Chaining is complete only for Horn knowledge bases. General first-order sentences — with disjunctive conclusions and negations — need a single sound and complete rule: resolution. This part converts arbitrary sentences to CNF by skolemizing away the existentials, lifts the resolution rule with unification, and proves entailment by refuting the negated goal. The result is the proof procedure Gödel's completeness theorem guarantees will find any entailment, together with the search strategies that make it usable.\n",{"path":7997,"title":7998,"module":7974,"summary":7999},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning","Classical Planning","Classical planning represents a problem in a factored language, PDDL: states are sets of ground fluents, and actions are lifted schemas with a precondition and an effect. That structure turns planning into search — forward through states or backward through goals — and lets a program read heuristics straight off the schemas by relaxing the problem. This first part develops the representation, the two search directions, and the domain-independent heuristics that come from ignoring preconditions or delete lists.\n",{"path":8001,"title":8002,"module":7974,"summary":8003},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan","Planning Heuristics and GraphPlan","Every relaxation heuristic can be inaccurate, and none can tell how far apart subgoals sit. The planning graph is a polynomial-size structure that does better: leveled off the problem, it yields admissible distance estimates and a record of which actions and fluents cannot coexist. This part builds the graph, reads heuristics from it, extracts plans with GraphPlan, and closes with the other classical approaches — SATPlan and partial-order planning — and the representational trade that makes all of it work.\n",{"path":8005,"title":8006,"module":7974,"summary":8007},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world","Planning and Acting in the Real World","Classical planning's clean theory rests on four assumptions: time is ignored, actions are atomic, the world is deterministic and fully observable, and the agent is alone. This first part drops the first two. We add durations and resource constraints — turning a plan into a schedule, solved by the critical-path method and, once resources contend, by NP-hard job-shop scheduling — and let a planner reason at multiple levels of abstraction through high-level actions and their angelic reachable sets.\n",{"path":8009,"title":8010,"module":7974,"summary":8011},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty","Planning Under Uncertainty","Classical planning assumed the world was deterministic, fully observable, and the agent alone. This part drops the last two assumptions. When the agent cannot see or predict the world, planning moves into belief-state space: sensorless plans that coerce the world into the goal without sensing, contingent plans that branch on what is sensed, and online agents that monitor and replan when execution diverges. Then we add other agents — joint plans, the coordination problem, and the conventions that let a team act without constant negotiation.\n",{"path":8013,"title":8014,"module":7974,"summary":8015},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation","Knowledge Representation","First-order logic gives you the language; this lesson is about what to say in it. This first part builds the content: a general upper ontology from the top down, categories as first-class objects with taxonomies and inheritance, physical composition and the count-noun\u002Fmass-noun split, events and time reified through the event calculus, and belief modeled with modal logic — the machinery for representing the world an agent reasons about.\n",{"path":8017,"title":8018,"module":7974,"summary":8019},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults","Reasoning Systems and Default Logic","Having represented the world, this part is about reasoning with it at scale. Semantic networks give a graphical notation with fast inheritance; description logics keep subsumption and classification tractable by design. Then we confront the fact that most useful rules hold only by default: circumscription and default logic give a logical account of nonmonotonic reasoning, and truth maintenance systems retract conclusions cleanly when the beliefs beneath them change.\n",{"path":8021,"title":8022,"module":8023,"summary":8024},"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes","Quantifying Uncertainty","Uncertainty","Logic breaks down in any domain where the rules have exceptions you cannot enumerate — the qualification problem. Probability replaces truth values with degrees of belief that obey Kolmogorov's axioms, and the full joint distribution becomes a knowledge base from which any query is answered by summing entries: marginalization, conditioning, and normalization. Independence factors that joint into smaller pieces — the first step toward a calculus of rational belief that an agent can actually compute with.\n",{"path":8026,"title":8027,"module":8023,"summary":8028},"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes","Bayes' Rule and Naive Bayes","Bayes' rule inverts a causal model into a diagnostic one, turning \"how a cause produces its symptoms\" into \"which cause explains what I observed.\" Ignoring the prior is the base-rate fallacy behind overconfident test results. Conditional independence then lets several pieces of evidence combine by multiplying likelihood ratios instead of building an exponential joint, giving the naive Bayes model and pointing directly at Bayesian networks.\n",{"path":8030,"title":8031,"module":8023,"summary":8032},"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks","Bayesian Networks","A Bayesian network is a directed acyclic graph of random variables in which each node carries a conditional probability table for itself given its parents. That structure factors the full joint distribution into a product of local terms, turning an exponential table into a linear one, and it makes the conditional independences of the domain explicit. We build the canonical burglary–alarm network, read compactness and d-separation off the graph, run exact inference by variable elimination, and, where that is intractable, estimate answers by sampling.\n",{"path":8034,"title":8035,"module":8023,"summary":8036},"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks","Bayesian Networks: Inference and Relational Models","When exact inference is intractable, sampling estimates the posterior instead: prior and rejection sampling, likelihood weighting, and Gibbs\u002FMCMC, whose error shrinks as one over the square root of the sample count. The same graphical idea then lifts from a fixed set of variables to whole populations — relational and open-universe probability models write dependencies once and unroll them over objects — and we close by placing probability against the rule-based, Dempster–Shafer, and fuzzy alternatives it displaced.\n",{"path":8038,"title":8039,"module":8023,"summary":8040},"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time","Probabilistic Reasoning over Time","A world that changes needs a state variable at every point in time. The Markov assumption cuts the dependence on history down to the previous slice, leaving a transition model and a sensor model that define a temporal Bayesian network. Four recursive tasks fall out — filtering, prediction, smoothing, and the most likely explanation — each a message passed along the sequence. We ground them in hidden Markov models and their matrix form, sketch the Kalman filter for continuous state, and reach dynamic Bayesian networks with particle filtering as the general approximate method.\n",{"path":8042,"title":8043,"module":8023,"summary":8044},"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association","Reasoning over Time: Tracking and Data Association","Dynamic Bayesian networks generalize HMMs and Kalman filters to arbitrarily many state variables per slice, and when exact inference blows up, particle filtering approximates the belief state with a population of weighted samples that propagate, reweight, and resample. Tracking several objects at once adds the data-association problem — which observation came from which object — whose combinatorics defeat any exact filter, so particle filters and MCMC keep many hypotheses alive. We close with SLAM and learned state-space models.\n",{"path":8046,"title":8047,"module":8023,"summary":8048},"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions","Making Decisions: Utility Theory","A rational agent chooses the action that maximizes expected utility — the probability of each outcome weighted by how much the agent wants it. We derive the utility function from six axioms on preferences, so maximizing expected utility is forced by consistency rather than assumed; look at risk aversion in the utility-of-money curve; package one-shot choices into decision networks; and quantify what an observation is worth with the value of information.\n",{"path":8050,"title":7639,"module":8023,"summary":8051},"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes","When an agent must act repeatedly in a stochastic world, a fixed plan is useless — it needs a policy, an action for every state. The Markov decision process makes this precise with a transition model, a reward, and a discount factor; the Bellman equation characterizes the optimal state utilities, and value iteration and policy iteration solve it. Partial observability lifts the problem to belief states, and bandits, Monte-Carlo tree search, and scalable POMDP solvers extend it — this is the model-known half of reinforcement learning.\n",{"path":8053,"title":8054,"module":8023,"summary":8055},"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory","Decision Analysis: Multi-Attribute Utility and Decision Networks","Decision analysis takes the single-agent utility framework and makes it practical: utility over several attributes, dominance and additive value functions, influence diagrams that fold Bayesian networks together with decision and utility nodes, and the value of information that tells an agent which questions are worth asking. Structure in an agent's preferences — dominance, preferential and utility independence — collapses an exponential utility table into a few one-dimensional functions, the same move that made Bayesian networks compact.\n",{"path":8057,"title":8058,"module":8023,"summary":8059},"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design","Game Theory and Mechanism Design","When outcomes depend on other rational agents, single-agent utility maximization no longer suffices. Game theory studies decisions among agents — normal-form games, dominant strategies, Nash and maximin equilibria, and repeated games — and mechanism design runs the logic backwards, engineering rules (auctions, VCG) so that self-interested play produces a good collective outcome. Algorithmic game theory then asks whether equilibria can be computed, what selfishness costs society, and how the mechanisms deployed at internet scale actually behave.\n",{"path":8061,"title":8062,"module":8063,"summary":8064},"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples","Learning from Examples","Learning","An agent that improves with experience does not need its designer to anticipate every situation. Inductive learning takes that ambition and narrows it to one tractable problem: from labelled input-output pairs, recover a function that predicts the output for inputs never seen. This first part builds the foundation around a single organizing question — generalization — through decision trees and information gain, and the training\u002Fvalidation\u002Ftest discipline for evaluating and choosing hypotheses. A second part takes up the theory of learning and the main model families.\n",{"path":8066,"title":8067,"module":8063,"summary":8068},"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families","The Theory of Learning and Model Families","Cross-validation measures generalization but does not explain it. This part supplies the theory — PAC learning, sample complexity, and the VC dimension — that says when a hypothesis consistent with enough data is probably approximately correct, and why an unrestricted hypothesis space can never generalize. It then surveys the model families a practitioner reaches for: linear regression and gradient descent, the perceptron and logistic regression, support vector machines and the kernel trick, and ensembles by bagging and boosting — closing with what deep learning changed about the classical picture.\n",{"path":8070,"title":8071,"module":8063,"summary":8072},"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning","Learning Probabilistic Models","A [Bayesian network](\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks) is useless until its numbers are filled in, and those numbers come from data. This first part casts learning itself as probabilistic inference: hypotheses carry a prior, data update it to a posterior, and predictions average over what remains. From that frame fall the standard estimators — maximum likelihood by counting, MAP with a conjugate prior, full Bayesian updating — for the case where every variable is observed. A second part takes up the harder case of hidden variables and the EM algorithm.\n",{"path":8074,"title":8075,"module":8063,"summary":8076},"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization","Learning with Hidden Variables: The EM Algorithm","Complete data can be learned by counting; real data usually hide some variables — the disease behind the symptoms, the cluster behind the points. This part develops the expectation-maximization algorithm, which learns those models by alternating an expected completion of the missing data with a re-estimation of the parameters. It works the idea through mixtures of Gaussians, Bayesian networks, and hidden Markov models, proves the monotone-likelihood guarantee from the evidence lower bound, and traces the line from EM to variational inference and the variational autoencoder.\n",{"path":8078,"title":7061,"module":8063,"summary":8079},"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning","Reinforcement learning is an MDP with the model unknown: the agent knows neither how its actions move the world nor which states are rewarded, and must recover good behaviour from experienced transitions and rewards alone. This first part builds the classical tabular theory — passive learning (fix a policy, learn its value, by direct estimation, adaptive dynamic programming, and temporal differences) and active learning (choose actions, trade exploration against exploitation, and learn control with Q-learning and SARSA). A second part lifts it off the lookup table with function approximation and policy search.\n",{"path":8081,"title":8082,"module":8063,"summary":8083},"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search","Reinforcement Learning: Generalization and Policy Search","Tabular reinforcement learning stores one number per state, which is hopeless for backgammon or chess. This part lifts RL off the lookup table with function approximation, so that updating one state generalizes to related ones, then turns to policy search — representing and optimizing the policy directly, up to the REINFORCE policy gradient and correlated sampling. It closes with the bridge to deep reinforcement learning (deep Q-networks, actor-critic, PPO), the classic applications, and the hand-off to the dedicated RL subject.\n",{"path":8085,"title":8086,"module":8063,"summary":8087},"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning","Knowledge in Learning","Pure induction learns a function from labelled examples while knowing almost nothing to begin with. This first part brings prior knowledge into the loop by recasting learning as logical inference — hypotheses, examples, and classifications as sentences. It develops current-best-hypothesis search, the version space and its general\u002Fspecific boundary maintained by candidate elimination, and states the three entailment constraints that fix how background knowledge enters. A second part builds the three knowledge-based methods those constraints define.\n",{"path":8089,"title":8090,"module":8063,"summary":8091},"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods","Knowledge-Based Learning: EBL, Relevance, and ILP","Once learning is cast as logical inference, three methods follow from the three ways prior knowledge can enter. Explanation-based learning generalizes a single example by explaining it with the domain theory, gaining speed but nothing new. Relevance-based learning uses determinations to shrink the hypothesis space and converge from fewer examples. Inductive logic programming learns genuinely new first-order rules — top-down with FOIL, bottom-up by inverting resolution, even inventing new predicates — and connects to modern statistical relational and neuro-symbolic learning.\n",{"path":8093,"title":8094,"module":8095,"summary":8096},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception","Vision and Perception","Frontiers","Perception connects an agent to the physical world. We follow one modality — vision — from the physics of image formation (the pinhole camera, perspective projection, lenses, shading, color) through the early operations that turn a pixel array into edges, texture, and motion, and into recognition by appearance. The recurring problem is inversion: a camera collapses a 3-D world onto a 2-D grid, and an agent that wants to act must build the scene back up. Rebuilding the scene is the subject of the companion lesson.\n",{"path":8098,"title":8099,"module":8095,"summary":8100},"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world","Vision: Reconstructing the 3D World","A camera collapses a three-dimensional world onto a flat grid; this lesson inverts that collapse. We build the camera projection matrix (intrinsics and extrinsics), triangulate a point from two views, then work through the toolbox of depth cues — motion parallax, binocular stereopsis, multiple views, texture, shading, and contour — that turn an ambiguous image back into a scene. We add structural recognition (pictorial-structure \"cardboard people\"), the task-driven use of vision in cars and robots, and the shift from hand-built pipelines to learned deep-vision networks.\n",{"path":8102,"title":8103,"module":8095,"summary":8104},"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics","Robotics","A robot is an agent with a body: sensors that read the physical world and effectors that push back on it. This lesson grounds the abstract AI machinery in that body. We build up the hardware (range finders, proprioception, degrees of freedom), then cast perception as probabilistic filtering — the kinematic motion and sensor models, Monte Carlo localization, the extended Kalman filter, and simultaneous localization and mapping (SLAM). The companion lesson takes the estimated pose forward into planning and control.\n",{"path":8106,"title":8107,"module":8095,"summary":8108},"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control","Robotics: Planning and Control","A robot that knows where it is still has to decide how to move, and then make a slipping, sensing-imperfect body actually go there. This lesson takes the pose estimate forward: planning motion in configuration space with cell decomposition and sampling-based roadmaps (PRMs and RRTs), planning under uncertainty with most-likely-state and online replanning, closing the loop with P\u002FPD\u002FPID control and potential fields, and finally the software architectures — subsumption, three-layer, and pipeline — that assemble it all, plus the learning-based turn in modern robotics.\n",{"path":8110,"title":8111,"module":8095,"summary":8112},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai","Natural Language for AI Agents","Language is how agents acquire the knowledge already written down and how they communicate with the humans they serve. This lesson gives the classical AI account of language as a source of information: n-gram language models and the information-seeking tasks built on them — text classification, information retrieval (BM25, the inverted index, PageRank), and information extraction with finite-state templates and hidden Markov models. Throughout, we point to the dedicated NLP subject for the modern deep-learning treatment; the companion lesson takes up grammar, translation, and speech.\n",{"path":8114,"title":8115,"module":8095,"summary":8116},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech","Language for AI Agents: Grammar, Translation, and Speech","N-gram models see only a local window; they cannot say why \"black dog\" is well-formed English and \"dog black\" is not, because that is a fact about structure. This lesson takes up structure: phrase-structure and probabilistic context-free grammars, syntactic analysis by chart parsing and CYK, augmented grammars and compositional semantics, then the two major statistical successes — machine translation and speech recognition — cast as noisy-channel problems. It closes with the bridge from n-grams to transformers and where the classical account sits relative to modern NLP.\n",{"path":8118,"title":8119,"module":8095,"summary":8120},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future","Philosophy, Ethics, and the Future of AI","Two questions have shadowed the field since its founding: can machines act intelligently (weak AI), and can they really think (strong AI)? We work through Turing's objections and their rebuttals — the arguments from disability, mathematics, and informality — then the strong-AI debate: the mind-body problem, functionalism and the brain prosthesis, Searle's Chinese Room and the systems reply, and consciousness and qualia. The companion lesson turns from what AI can do to what it should, and closes the course.\n",{"path":8122,"title":8123,"module":8095,"summary":8124},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future","The Ethics and Future of AI","Having asked whether machines can act intelligently and really think, we turn to whether we should build them at all. This lesson works through the six ethical risks — lost jobs, autonomous weapons, surveillance and privacy, biased decisions, the safety of superintelligence, and the erosion of accountability — then the value-alignment problem in the LLM era, and where the classical agent components could go next. It closes the course by tying search, logic, probability, and learning into a single picture of intelligence as rational agency.\n",{"path":8126,"title":8127,"module":6,"summary":6},"\u002Fartificial-intelligence","Artificial Intelligence",{"path":8129,"title":8130,"module":8131,"summary":8132},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart","Nuclear Composition and Ground-State Properties","Nuclear Properties","The nucleus is a bound assembly of Z protons and N neutrons packed to a radius R = R0 A^(1\u002F3) at a nearly constant density of about 10^17 kg\u002Fm^3. We fix the vocabulary of nuclides, derive nuclear size from mirror-nuclide and electron-scattering data, read the binding-energy-per-nucleon curve, and model it with the liquid-drop semiempirical mass formula.\n",{"path":8134,"title":8135,"module":8131,"summary":8136},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions","Nuclear Size, Shape, and Charge Distributions","Elastic electron scattering resolves the nucleus by its de Broglie wavelength. The measured cross section is the Mott point-charge cross section modulated by a form factor, and that form factor is the Fourier transform of the charge density. Diffraction minima fix the radius, the small-angle slope fixes the mean-square radius, and the fitted Woods-Saxon profile gives a central density and a skin thickness. Mirror-nucleus Coulomb energies, muonic-atom X-rays, and optical isotope shifts give independent radii that all track R = R0 A^(1\u002F3).\n",{"path":8138,"title":8139,"module":8131,"summary":8140},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy","Nuclear Masses, Mass Excess, and Separation Energies","The atomic mass unit fixes the scale, and the mass excess collects the small binding-driven deviation from the integer mass number. Penning-trap cyclotron frequencies now measure masses to parts in a billion, and every decay and reaction Q-value is a difference of these masses. One- and two-nucleon separation energies read the binding difference between neighbouring nuclides directly, showing the even-odd pairing stagger and the sharp drops at magic numbers, and their vanishing marks the neutron and proton drip lines that bound the chart of the nuclides.\n",{"path":8142,"title":8143,"module":8131,"summary":8144},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula","The Semi-Empirical Mass Formula and the Valley of Stability","Five physical terms reproduce nuclear binding across the chart: a volume term from saturation, a surface term from the deficit of edge neighbours, a Coulomb term from the electrostatic self-energy of a charged sphere, an asymmetry term from the Pauli cost of unequal proton and neutron filling, and a pairing term. The formula is quadratic in Z at fixed A, so isobars lie on a mass parabola whose minimum sets the most stable charge and whose slope dictates the direction of beta decay. The same competition between surface and Coulomb energy defines the fissility parameter and the onset of fission.\n",{"path":8146,"title":8147,"module":8131,"summary":8148},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles","Nuclear Spin, Magnetic Dipole, and Electric Quadrupole Moments","The ground state of a nucleus carries a definite spin and parity, a magnetic dipole moment of order the nuclear magneton, and, when its spin exceeds one-half, an electric quadrupole moment that measures its shape. The single-particle Schmidt lines predict the magnetic moment of an odd-A nucleus from the last unpaired nucleon, and the measured moments fall between them. The quadrupole moment distinguishes prolate from oblate deformation, and hyperfine structure is the experimental handle that fixes the spin and the moments from an atomic spectrum.\n",{"path":8150,"title":8151,"module":8152,"summary":8153},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview","The Nuclear Force and the Shell Model","The Nuclear Force","The strong force between nucleons is short-range, charge-independent, saturated, and repulsive at its core, about a hundred times stronger than Coulomb. Yukawa explained it as an exchange of massive mesons, tying the force's range to the meson mass through the uncertainty principle. Layered on top, an independent-particle shell model with strong spin-orbit coupling reproduces the magic numbers 2, 8, 20, 28, 50, 82, 126.\n",{"path":8155,"title":8156,"module":8152,"summary":8157},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron","The Deuteron and the Tensor Force","The deuteron is the only bound two-nucleon state: one shallow level at 2.22 MeV, no excited states. A square-well fit fixes a depth near 35 MeV over a 2 fm range, yet the wavefunction leaks so far past the edge that most of the probability lies outside the force. Its spin-1 ground state, magnetic moment close to the sum of the free-nucleon moments, and small but nonzero electric quadrupole moment together force a D-state admixture and a non-central tensor force.\n",{"path":8159,"title":8160,"module":8152,"summary":8161},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering","Nucleon-Nucleon Scattering and the Interaction's Structure","Scattering probes the nuclear force above threshold. Partial-wave analysis reduces low-energy data to a single s-wave phase shift, and the effective-range expansion packages that into a scattering length and an effective range. The triplet channel binds (the deuteron) while the singlet is only virtual, which together explain the anomalously large free neutron-proton cross section. Comparing pp, nn, and np results establishes charge symmetry and charge independence, and polarization experiments expose the spin-orbit and tensor pieces.\n",{"path":8163,"title":8164,"module":8152,"summary":8165},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin","Meson Exchange, the Yukawa Potential, and Isospin","Yukawa's massive-field propagator turns the range of the nuclear force into a meson mass: the exchanged quantum's Compton wavelength is the range. One-pion exchange fixes the long-range tail, complete with the tensor structure the deuteron demanded, while heavier mesons build the intermediate attraction and the repulsive core. Charge independence becomes an isospin symmetry, the force is diagonalized by the total isospin through a tau-dot-tau interaction, and the whole picture sits inside QCD as a residual color force between color-neutral nucleons.\n",{"path":8167,"title":8168,"module":8169,"summary":8170},"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model","The Fermi Gas Model","Nuclear Models","Treating the nucleus as two degenerate Fermi gases of protons and neutrons confined in a common well fixes the Fermi momentum near 250 MeV\u002Fc and the Fermi energy near 33 MeV from the nuclear density alone. The average kinetic energy per nucleon is about 20 MeV, the well depth is the Fermi energy plus the separation energy, and unequal proton and neutron Fermi levels reproduce the asymmetry term of the mass formula.\n",{"path":8172,"title":8173,"module":8169,"summary":8174},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates","The Liquid-Drop Model and Collective Deformation","Deforming a charged liquid drop into a spheroid raises its surface energy and lowers its Coulomb energy; the two effects compete through the deformation parameter to set a stability minimum and a fission barrier. The ratio of Coulomb to twice the surface energy is the fissility Z-squared over A, which crosses one near 49 and marks the point where the sphere is unstable. The same surface tension that restores small deformations quantizes into collective vibrations, carrying the static mass formula into dynamic collective motion.\n",{"path":8176,"title":8177,"module":8169,"summary":8178},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle","The Shell Model: Single-Particle States and Spin-Orbit Coupling","A harmonic-oscillator well reproduces the first three magic numbers but fails above twenty; adding a strong inverted spin-orbit term that drives the stretched j equals l plus one-half level down closes the gaps at 28, 50, 82, and 126. The filled shells couple to zero, so the last unpaired nucleon fixes the ground-state spin and parity, and its single-particle magnetic moment falls on the Schmidt lines. Configuration mixing sets the limits of the extreme single-particle model.\n",{"path":8180,"title":8181,"module":8169,"summary":8182},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations","The Collective Model: Rotations, Vibrations, and Deformed Nuclei","Deformed nuclei rotate with energies proportional to I times I plus one, giving the ground-state band its characteristic level ratios, while near-spherical nuclei vibrate in quantized surface phonons that build one- and two-phonon multiplets. The Nilsson model tracks single-particle levels as the well deforms, moments of inertia fall between the rigid and irrotational limits, backbending marks the sudden alignment of a broken pair, and giant resonances are the bulk dipole and quadrupole modes of the whole nucleus.\n",{"path":8184,"title":8185,"module":8186,"summary":8187},"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes","Radioactivity and Decay Modes","Radioactive Decay","Unstable nuclei decay at a rate proportional to how many remain, giving the exponential law N(t) = N0 e^(-lambda t) with half-life t = 0.693\u002Flambda. We work through the three common modes: alpha decay as Coulomb-barrier tunneling with the Geiger-Nuttall rule, beta decay whose continuous spectrum demands the neutrino, and gamma de-excitation, and follow a decay chain across the chart of nuclides.\n",{"path":8189,"title":8190,"module":8186,"summary":8191},"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium","Serial Decay, the Bateman Equations, and Radioactive Equilibrium","A radioactive parent that decays into a radioactive daughter obeys a coupled pair of rate equations whose solution is the Bateman formula. Depending on the half-life ordering the chain settles into secular equilibrium (equal activities), transient equilibrium (a fixed activity ratio), or no equilibrium. Constant production under irradiation drives the activity toward a saturation value equal to the production rate, competing decay modes split the total decay constant into partial constants, and the natural decay series in secular equilibrium underpin radiometric dating.\n",{"path":8193,"title":8194,"module":8195,"summary":8196},"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory","Alpha Decay and the Gamow Theory of Tunneling","Alpha Decay","The alpha Q-value turns positive above mass number 150 because the emitted helium-4 is exceptionally tightly bound. Emission proceeds by quantum tunneling through the Coulomb barrier: a WKB integral from the nuclear surface to the outer turning point gives the Gamow factor, and multiplying its penetrability by the assault frequency yields half-lives spanning more than twenty orders of magnitude. The leading term reproduces the Geiger-Nuttall relation, log t½ proportional to the daughter charge over the square root of Q.\n",{"path":8198,"title":8199,"module":8195,"summary":8200},"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance","Fine Structure, Angular Momentum, and Hindrance Factors","A single parent emits several alpha groups of slightly different energy, each feeding a distinct level of the daughter, so the alpha spectrum maps the daughter's low-lying states. Emission with orbital angular momentum L raises the barrier by a centrifugal term and is allowed only when angular-momentum and parity selection rules permit. Comparing the measured partial half-life to the Gamow estimate defines a hindrance factor near unity for even-even ground-state transitions and large for odd-A decays that must rearrange the unpaired nucleon.\n",{"path":8202,"title":8203,"module":8204,"summary":8205},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino","Beta Decay Energetics and the Neutrino","Beta Decay and the Weak Interaction","Beta decay converts a neutron into a proton or the reverse, adjusting Z at fixed A along an isobaric mass parabola. We write the three processes (beta-minus, beta-plus, electron capture), reduce every Q-value to a difference of neutral atomic masses, and read the continuous electron spectrum as the fingerprint of a third, nearly massless particle. Pauli's neutrino, its detection by Reines and Cowan, and the endpoint bound on its mass close the lesson.\n",{"path":8207,"title":8208,"module":8204,"summary":8209},"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay","Fermi's Theory: Kurie Plots and ft Values","Fermi treated beta decay as a point-contact weak transition and read its rate from the golden rule. The electron spectrum then follows from phase space and the Coulomb Fermi function; the Kurie plot straightens it to a line whose intercept is the endpoint. Integrating the spectrum gives the comparative half-life ft, whose logarithm sorts transitions into superallowed, allowed, and forbidden classes governed by the Fermi and Gamow-Teller selection rules.\n",{"path":8211,"title":8212,"module":8204,"summary":8213},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation","The Weak Interaction and Parity Violation","Beta decay violates mirror symmetry. The Wu experiment on polarized cobalt-60 showed electrons emitted preferentially against the nuclear spin, a pseudoscalar correlation forbidden if parity were conserved. The result fixes the weak charged current as left-handed V minus A, forces neutrinos to be left-handed and antineutrinos right-handed (measured by Goldhaber), and places beta decay within the electroweak theory as W-boson exchange turning a down quark into an up quark.\n",{"path":8215,"title":8216,"module":8204,"summary":8217},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass","Double Beta Decay and Neutrino Mass","For even-A isobars the pairing term splits the mass parabola into two curves, and a handful of even-even nuclides sit below their odd-odd neighbor yet above the next even-even one: single beta decay is forbidden but second-order double beta decay is allowed. The two-neutrino mode is a standard-model process with the longest measured lifetimes in nature; the neutrinoless mode would require the neutrino to be its own antiparticle and its rate measures the effective Majorana mass, the sharpest probe of the absolute neutrino mass scale.\n",{"path":8219,"title":8220,"module":8221,"summary":8222},"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation","Multipole Radiation and Selection Rules","Gamma Decay","Gamma decay carries a nucleus from an excited state to a lower one by emitting a photon of definite angular momentum and parity. We correct the photon energy for nuclear recoil, expand the radiation field into electric and magnetic multipoles, and read off how the transition rate collapses with each increase in multipole order. The Weisskopf single-particle estimates set the scale, and angular-momentum and parity conservation fix which multipole dominates.\n",{"path":8224,"title":8225,"module":8221,"summary":8226},"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers","Internal Conversion and Isomers","A nucleus can shed excitation energy without emitting a photon by handing it directly to an atomic electron. We define the internal-conversion coefficient, trace its growth with atomic number, multipole order, and decreasing energy, and treat the electron-only E0 transitions and internal pair formation. When the lowest allowed multipole is high and the energy low, the gamma rate falls so far that the excited state survives as a metastable isomer.\n",{"path":8228,"title":8229,"module":8221,"summary":8230},"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer","Angular Correlations and the Mössbauer Effect","Two gammas emitted in cascade are not independent in direction: detecting the first selects magnetic substates of the intermediate level and makes the second anisotropic, so the correlation function fixes the intermediate spin. The same nuclear resonance that recoil normally destroys is recovered when the emitter is locked in a lattice, giving the Mössbauer effect and its part-in-a-trillion resolution of isomer shifts and hyperfine fields.\n",{"path":8232,"title":8233,"module":8234,"summary":8235},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections","Nuclear Reactions, Fission, and Fusion","Nuclear Reactions","A nuclear reaction X(x, y)Y is governed by its Q value and its cross section, the effective target area for a given process. Splitting the curve of binding energy near iron in either direction releases energy: fission of heavy nuclei by neutron capture and a chain reaction, and fusion of light nuclei that powers the Sun and needs Lawson's density-confinement criterion to be practical.\n",{"path":8237,"title":8238,"module":8234,"summary":8239},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances","The Compound Nucleus and Resonance Reactions","Low-energy reactions proceed through a long-lived intermediate state whose decay forgets how it formed. Bohr's independence hypothesis factorizes the cross section into a formation step and a branching ratio, an isolated level gives the single-level Breit-Wigner line shape with total width Γ tied to the lifetime by Γτ = ħ, and at high excitation overlapping levels merge into a statistical continuum described by evaporation spectra and the Hauser-Feshbach average.\n",{"path":8241,"title":8242,"module":8234,"summary":8243},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model","Direct Reactions and the Optical Model","A complex optical potential replaces the many-body target by a single particle moving in an average field whose imaginary part removes flux into non-elastic channels, reproducing the diffraction pattern of elastic scattering. Direct reactions bypass the compound nucleus, transferring a nucleon in one step: stripping and pickup deposit or remove a single nucleon, the angle of the first peak in the distorted-wave angular distribution fixes the transferred orbital angular momentum, and its magnitude gives the spectroscopic factor.\n",{"path":8245,"title":8246,"module":8247,"summary":8248},"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics","The Fission Barrier and Fragment Energetics","Nuclear Fission","Fission is the large-amplitude collective deformation of a heavy nucleus into two fragments. The liquid-drop model sets a barrier from the competition between rising surface energy and falling Coulomb energy under quadrupole deformation, with the fissility parameter Z²\u002FA measuring how close a nucleus is to instability. Bohr-Wheeler theory separates spontaneous from neutron-induced fission, the fragment mass yield is double-humped and asymmetric, about 200 MeV is released per event, and shell corrections add a second minimum that produces fission isomers.\n",{"path":8250,"title":8251,"module":8247,"summary":8252},"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics","Chain Reactions and Reactor Physics","A self-sustaining chain reaction is a fixed point of neutron bookkeeping: the multiplication factor k counts the neutrons in one generation per neutron in the last, and criticality is k = 1. The four-factor formula tracks a neutron through fast fission, resonance escape, thermal utilization, and reproduction; moderation slows fission neutrons to the thermal energies where the fission cross section is largest; and the small delayed-neutron fraction sets the timescale that makes a reactor controllable. Breeding converts fertile U-238 and Th-232 into new fissile fuel.\n",{"path":8254,"title":8255,"module":8256,"summary":8257},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement","Fusion Reactions and Confinement","Fusion and Nucleosynthesis","Light nuclei release energy when they fuse because binding per nucleon rises steeply toward the iron peak, but the Coulomb barrier suppresses the rate at reactor temperatures. The thermonuclear rate is a convolution of the Maxwell distribution with the tunneling probability, sharply peaked at the Gamow energy. The deuterium-tritium reaction has the lowest barrier and largest cross section; sustained energy gain requires the Lawson triple product of density, temperature, and confinement time, reached by magnetic or inertial confinement.\n",{"path":8259,"title":8260,"module":8256,"summary":8261},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis","Stellar Nucleosynthesis","Main-sequence stars burn hydrogen to helium through the proton-proton chain and the CNO cycle, both releasing 26.7 MeV per helium nucleus. Helium burning bridges the mass-5 and mass-8 gaps by the triple-alpha process through the Beryllium-8 and Hoyle resonances, and successive carbon-to-silicon burning stages climb to the iron peak, where fusion stops. The elements beyond iron are built by slow and rapid neutron capture, and the solar neutrino flux confirms the reactions directly.\n",{"path":8263,"title":8264,"module":8256,"summary":8265},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis","Big-Bang Nucleosynthesis","In the first three minutes the expanding universe forged the light elements. The weak interaction froze the neutron-to-proton ratio near one in six when the reaction rate fell below the expansion rate, and free-neutron decay lowered it to about one in seven before the deuterium bottleneck broke. Almost every surviving neutron ended in helium-4, fixing the primordial helium mass fraction near 0.25, with trace deuterium, helium-3, and lithium-7. The deuterium abundance measures the cosmic baryon density.\n",{"path":8267,"title":8268,"module":8269,"summary":8270},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power","Stopping Power and the Range of Charged Particles","Radiation and Applications","A heavy charged particle loses energy in a dense sequence of small Coulomb collisions with atomic electrons, at a rate the Bethe-Bloch formula fixes from the particle's charge and speed and the medium's electron density and mean excitation energy. The rate scales as the inverse square of the speed, so most energy is deposited at the end of the track in the Bragg peak, and integrating the reciprocal rate gives a sharp range. Electrons differ: they also radiate, and above a critical energy bremsstrahlung dominates. Fast particles above the phase velocity of light in the medium emit Cherenkov radiation.\n",{"path":8272,"title":8273,"module":8269,"summary":8274},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions","Interactions of Photons and Neutrons","Photons are removed from a beam in single events, so their intensity falls exponentially with a linear attenuation coefficient built from three processes: the photoelectric effect at low energy, Compton scattering at intermediate energy, and pair production above twice the electron rest energy, each with its own atomic-number and energy dependence. Neutrons carry no charge and interact only with nuclei, moderating by elastic scattering and being captured with a cross section that rises as one over speed away from resonances.\n",{"path":8276,"title":8277,"module":8269,"summary":8278},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors","Radiation Detectors and Nuclear Spectroscopy","Every detector converts the energy a radiation deposits into a measurable electrical signal. Gas counters read the ionization directly, in three operating regions set by the applied voltage; scintillators convert the energy to light read out by a photomultiplier; semiconductor detectors collect electron-hole pairs and give the best energy resolution because so many carriers are made per event. The resolution is governed by the number of independent charge carriers, and the pulse-height spectrum of a gamma line shows a full-energy photopeak, a Compton continuum with its edge, and escape peaks.\n",{"path":8280,"title":8281,"module":8269,"summary":8282},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology","Dosimetry, Radiation Biology, and Protection","Absorbed dose is the energy deposited per unit mass, measured in gray. Equal absorbed doses do unequal biological damage because densely ionizing radiation deposits its energy along short tracks: weighting the dose by a radiation factor gives the equivalent dose, and weighting by tissue sensitivity gives the effective dose, both in sieverts. Deterministic effects have a threshold and a severity that grows with dose; stochastic effects are assumed to follow a linear-no-threshold probability. Natural background dominates the dose to the population, and protection rests on time, distance, and shielding.\n",{"path":8284,"title":8285,"module":8269,"summary":8286},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine","Applications — Dating, Analysis, and Nuclear Medicine","Charged particles lose energy continuously and stop at a well-defined range with a Bragg peak, while gamma rays are attenuated exponentially. These interactions define radiation detectors and dosimetry (gray and sievert) and drive the applications: neutron activation analysis, magnetic resonance imaging, PET, and radiometric dating with carbon-14 and long-lived rock clocks.\n",{"path":8288,"title":8289,"module":6,"summary":6},"\u002Fnuclear-physics","Nuclear Physics",{"path":8291,"title":8292,"module":4247,"summary":8293},"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp","What Is Natural Language Processing?","Natural language processing is the computational treatment of human language: reading it, representing it, and generating it. We set up why the problem is hard — ambiguity at every level, from sound to intent — trace the field from ELIZA's pattern-matching through statistical methods to today's neural models, lay out the linguistic levels and task families the course covers, and fix the vocabulary of tokens, types, and corpora the rest of the notes rely on.\n",{"path":8295,"title":8296,"module":4247,"summary":8297},"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization","Regular Expressions and Text Normalization","Before any model touches text, the text has to be found and cleaned. Regular expressions give an algebra for describing string patterns; tokenization, case folding, and stemming turn raw characters into the units a model counts; and byte-pair encoding builds a subword vocabulary that spells out any word. Measuring how far apart two strings are — minimum edit distance — is the next lesson.\n",{"path":8299,"title":8300,"module":4247,"summary":8301},"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance","Minimum Edit Distance","Much of language processing needs to measure how similar two strings are — a speller ranking corrections, a diff tool, a coreference resolver. Minimum edit distance counts the insertions, deletions, and substitutions that turn one string into another, computed by a dynamic-programming table. We fill the table for intention to execution, backtrace to recover the alignment, and see how the same machinery generalizes to weighted edits, Viterbi, and biological sequence alignment.\n",{"path":8303,"title":8304,"module":4247,"summary":8305},"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models","N-Gram Language Models","A language model assigns a probability to a sequence of words and, equivalently, predicts the next word from its history. The n-gram model makes this tractable by truncating the history to the last few words, estimates the resulting conditional probabilities by counting, and is scored by perplexity. We build the model from the chain rule, work a bigram example on a small corpus, and read perplexity as a branching factor. The next lesson covers the zero counts that break this model and the smoothing that repairs them.\n",{"path":8307,"title":8308,"module":4247,"summary":8309},"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff","Smoothing and Backoff","Every finite corpus is missing good word sequences it simply never saw, so a raw n-gram model assigns them probability zero and breaks. Smoothing repairs the zeros: add-one and add-k shave mass off seen events, backoff and interpolation fall back on shorter contexts, and Kneser-Ney — worked here by hand — replaces raw frequency with how many contexts a word completes. We close on web-scale stupid backoff and the neural models that dissolve the zero problem rather than patch it.\n",{"path":8311,"title":8312,"module":8313,"summary":8314},"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment","Naive Bayes and Sentiment Classification","Text Classification","Text classification assigns a category to a document — positive or negative, spam or not, one topic among many. Naive Bayes is a generative solution: apply Bayes' rule, assume the words are conditionally independent given the class, and the winning class is the one maximizing the product of a prior and per-word likelihoods. We train it by counting with add-one smoothing, work a full sentiment example by hand, sharpen it for sentiment (binary counts, negation, lexicons), and place it among the transformer classifiers that came after.\n",{"path":8316,"title":8317,"module":8313,"summary":8318},"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers","Evaluating Classifiers","A trained classifier is only useful once we can measure how good it is. We build the confusion matrix, see why accuracy misleads on unbalanced data, and define precision, recall, and the F-measure that balances them. Multi-class tasks need macro- versus micro-averaging; reliable estimates need cross-validation. We close on statistical significance — the paired bootstrap test for whether one system's lead over another is significant.\n",{"path":8320,"title":8321,"module":8313,"summary":8322},"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression","Logistic Regression","Logistic regression is the discriminative counterpart to naive Bayes: instead of modelling how a document is generated, it learns weights that directly separate the classes. We build it from the sigmoid, derive the cross-entropy loss from maximum likelihood, learn the weights by stochastic gradient descent, regularize to curb overfitting, and generalize to many classes with the softmax. The two-class model is already a one-neuron network, so this is the bridge to neural language models.\n",{"path":8324,"title":8325,"module":8313,"summary":8326},"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons","Sentiment and Affect Lexicons","A sentiment lexicon is a list of words annotated with the affective meaning they carry — positive or negative, or scores along valence, arousal, and dominance. We fix what \"emotion\" means (basic-emotion versus dimensional models), survey the standard lexicons, and then build lexicons three ways: by human labeling with best-worst scaling, by semi-supervised induction from seed words over an embedding space, and by supervised learning from starred reviews. We close on connotation frames, which record the sentiment a verb implies about each of its arguments.\n",{"path":8328,"title":8329,"module":8330,"summary":8331},"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings","Vector Semantics and Embeddings","Semantics","Vector semantics represents a word's meaning as a point in space, derived from the company the word keeps. This first part builds the count-based side: the distributional hypothesis, co-occurrence matrices in their term-document and word-word forms, cosine as the similarity measure, and the two weightings — tf-idf and PPMI — that fix what raw counts get wrong. The result is a sparse, interpretable vector for every word, and the setup for the dense embeddings of the next lesson.\n",{"path":8333,"title":8334,"module":8330,"summary":8335},"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings","Static Word Embeddings: word2vec and After","Count-based vectors are long and sparse; embeddings are the short, dense alternative. This lesson builds them with word2vec's skip-gram and negative sampling — a classifier whose learned weights are the vectors — derives its gradient, and works one update by hand. It then reads relations off the analogy parallelogram, surveys the papers that framed the static-embedding era (word2vec, GloVe, the SGNS-as-PPMI equivalence, fastText, ELMo), and closes on the biases embeddings inherit and the single-vector-per-word ceiling that contextual models break.\n",{"path":8337,"title":8338,"module":8330,"summary":8339},"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models","Neural Networks and Neural Language Models","A neural network is a stack of units, each a weighted sum passed through a non-linearity — a single unit on its own is logistic regression. We build the network up from that unit: the activation functions that give it power, the XOR problem that forces a hidden layer, the feedforward forward pass in matrix form, and the Bengio-style feedforward neural language model that concatenates word embeddings and predicts the next word with a softmax. Training is cross-entropy minimized by gradient descent, with backpropagation supplying the gradient. Embeddings let the model share statistical strength across similar words, avoiding the sparsity that limits n-gram models.\n",{"path":17,"title":8341,"module":4713,"summary":8342},"Sequence Labeling: POS and NER","Sequence labeling assigns one tag to every token in a sentence. This first part sets up the task through its two canonical cases — part-of-speech tagging over the Penn Treebank tagset, and named-entity recognition reframed as token labeling with the BIO scheme — then builds the hidden Markov model, the classic probabilistic tagger. The HMM tags by Bayesian inference: transition and emission probabilities under two Markov assumptions, reducing tagging to an argmax over tag sequences. That argmax is exponential to enumerate, which sets up the Viterbi decoder, the CRF, and neural taggers of the next lesson.\n",{"path":8344,"title":8345,"module":4713,"summary":8346},"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers","Viterbi Decoding, CRFs, and Neural Taggers","The HMM reduced tagging to an argmax over exponentially many tag sequences. This lesson builds the decoder that makes it tractable — the Viterbi dynamic program, worked through a full numeric trace on real WSJ probabilities — then keeps that same decoder while replacing the HMM's rigid tables. The linear-chain conditional random field is a discriminative log-linear model whose global feature functions can inspect any part of the input, which is why CRFs win for NER. Finally it traces the shift to neural taggers (biLSTM-CRF, character-aware NER, ELMo), where hand-built features become learned representations while the Viterbi decoder carries over unchanged.\n",{"path":8348,"title":8349,"module":4713,"summary":8350},"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms","RNNs and LSTMs","A feedforward neural language model sees a fixed window of words and can look no further back. The recurrent neural network removes that limit: it carries a hidden state across time, so each word is read in the context of everything before it. We build the RNN from its one recurrent equation, use it as a language model, train it by backpropagation through time, and diagnose the vanishing-gradient problem that makes plain RNNs forget. The LSTM fixes the forgetting with a cell state and three gates, and the encoder-decoder stacks two RNNs into a sequence-to-sequence model — and its single-vector bottleneck is the problem attention was invented to remove.\n",{"path":8352,"title":8353,"module":5195,"summary":8354},"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention","Transformers and Self-Attention","Recurrence forced language models to read one word at a time and to squeeze every dependency through a chain of hidden states. Self-attention removes the recurrence: at every layer each position compares itself to every other and reads a weighted mixture of them, in a single parallel step. This first part builds the attention operation from the ground up — the soft lookup, queries and keys and values, the scaled dot-product, the numeric trace, the matrix form, and the causal mask — and sets up the full transformer architecture that follows.\n",{"path":8356,"title":6907,"module":5195,"summary":8357},"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture","This part takes the scaled dot-product attention of the previous lesson and assembles the full transformer architecture around it: multi-head attention so several relations can be read at once, the transformer block of residual connections and layer norm that makes deep stacks trainable, positional embeddings that restore word order, the decoder-only language model, and the encoder, decoder, and encoder-decoder shapes — closing with the 2017 paper and the pre-norm, FlashAttention, and RoPE refinements that scaled it up.\n",{"path":8359,"title":7015,"module":5195,"summary":8360},"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models","A large language model is a decoder-only transformer trained on one objective — predict the next token. This first part assembles the inference side: the language-modeling head that turns a hidden state into a distribution over the vocabulary, autoregressive generation, and the decoding strategies — greedy, beam, and sampling with temperature, top-k, and nucleus — that read text back out of that distribution. Training the distribution at web scale comes next.\n",{"path":8362,"title":8363,"module":5195,"summary":8364},"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling","Large Language Models: Pretraining and Scaling","A language model's next-token distribution is only as good as the parameters behind it. This part is where those parameters come from: self-supervised pretraining on web-scale text with teacher forcing and cross-entropy, the scaling laws that make test loss a predictable power law in parameters, data, and compute, the KV cache that keeps long-context inference affordable, and how a finished model is evaluated by perplexity and benchmarks — closing with the Kaplan, Chinchilla, GPT-3, and emergence papers behind the scaling story.\n",{"path":8366,"title":8367,"module":5195,"summary":8368},"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting","Fine-Tuning and Prompting","A pretrained transformer is a general-purpose knowledge source; a task is what you do with it. There are two ways to adapt one, and this first part covers the one that updates the weights: fine-tuning. A bidirectional encoder like BERT is pretrained by masked language modeling, then a small task head is bolted on and the whole thing is trained on labelled data for classification, sequence labeling, or span-based question answering — with parameter-efficient variants (adapters, LoRA) that touch only a sliver of the weights. Prompting, the family that leaves the weights frozen, comes next.\n",{"path":8370,"title":8371,"module":5195,"summary":8372},"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment","Prompting and Alignment","Fine-tuning adapts a model by changing its weights. The second family of adaptation changes nothing: a large frozen model performs a task from an instruction and a few examples placed in its context. This part covers prompting and in-context learning, chain-of-thought that elicits reasoning, and the two training stages — instruction tuning and RLHF — that turn a fluent base predictor into an aligned assistant, closing with the BERT, LoRA, chain-of-thought, InstructGPT, and retrieval-augmentation papers behind the modern adaptation pipeline.\n",{"path":8374,"title":8375,"module":3311,"summary":8376},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing","Constituency Parsing","A constituency parse groups a sentence into nested phrases described by a context-free grammar. We build the CFG formalism, read the phrase structure of English off a treebank, confront the structural ambiguity that makes parsing hard, convert to Chomsky normal form, and then solve it with CKY — the dynamic-programming chart that fills a triangular table bottom-up. Probabilistic and neural span parsers, evaluation, and shallow parsing follow in the companion lesson.\n",{"path":8378,"title":8379,"module":3311,"summary":8380},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation","CKY Scoring, Evaluation, and Shallow Parsing","The CKY chart returns every parse but does not say which is correct. Disambiguation needs a score on trees. This lesson attaches probabilities to a grammar (the PCFG and lexicalization), replaces the grammar with a neural span scorer over a pretrained encoder, states the self-attentive results that made it the state of the art, evaluates parsers against a treebank with PARSEVAL, and closes with chunking and shallow parsing for tasks that need only the flat phrases.\n",{"path":8382,"title":8383,"module":3311,"summary":8384},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing","Dependency Parsing","A dependency parse throws away phrases and keeps only directed, labeled arcs from heads to their dependents, so the subject and object of a verb hang off the verb directly. We fix the formalism (rooted trees, typed Universal-Dependency relations, projectivity), then build the first parser family: transition-based arc-standard and arc-eager parsing, a greedy stack-and-buffer machine trained from an oracle. Graph-based and neural dependency parsing follow in the companion lesson.\n",{"path":8386,"title":8387,"module":3311,"summary":8388},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing","Graph-Based and Neural Dependency Parsing","Greedy transition parsing commits locally; the graph-based family scores whole trees instead. This lesson scores every candidate head-dependent edge and extracts the maximum spanning tree with Chu-Liu\u002FEdmonds, develops the biaffine neural scorer that made graph-based parsing the accuracy leader, evaluates parsers with the unlabeled and labeled attachment scores (UAS and LAS), and closes on where the two parser families sit and what they feed downstream.\n",{"path":8390,"title":8391,"module":3311,"summary":8392},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd","Word Senses and Disambiguation","A word is not an atom of meaning: \"bass\" names a fish, a voice, and an instrument, and one static embedding blurs them into a single point. This lesson pulls those senses apart. We define polysemy and the relations that organize senses — synonymy, antonymy, hyponymy, meronymy — build them into WordNet's synset graph, measure similarity along that graph, and then solve the core of word sense disambiguation: the most-frequent-sense baseline, the Lesk gloss-overlap algorithm, feature-based classifiers, and the nearest-neighbor method over BERT embeddings. WSD variants, embeddings, and evaluation follow in the companion lesson.\n",{"path":8394,"title":8395,"module":3311,"summary":8396},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction","WSD in Practice and Word Sense Induction","Beyond core word sense disambiguation lie the variants and loose ends: the sense-inventory-free Word-in-Context task, retrofitting static embeddings to a thesaurus, discovering senses without a fixed inventory (word sense induction), the gloss-aware and bi-encoder neural systems that hold the state of the art, and how WSD and its cousins are evaluated. Together they connect one-vector-per-word embeddings to sense-aware contextual representations.\n",{"path":3313,"title":5,"module":3311,"summary":3328},{"path":48,"title":8399,"module":3311,"summary":8400},"Relations, Events, and Templates","Semantic roles answer \"who did what\" for one predicate; information extraction scales the idea to a whole corpus. This lesson turns unstructured text into structured data: relation extraction pulls entity-relation-entity triples out of sentences by patterns, supervision, and distant supervision; event and temporal extraction place those facts on a timeline; and template filling and knowledge-base population assemble them into a database a downstream system can query.\n",{"path":8402,"title":8403,"module":3311,"summary":8404},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse","Coreference and Discourse","A text is more than a bag of sentences: entities recur under different names. Coreference resolution links every mention to the discourse entity it evokes — the linguistic background of pronouns, definite NPs, and names; mention detection; the mention-pair, mention-ranking, and entity-based architectures; a neural end-to-end span model that scores candidate antecedents; features, evaluation by the CoNLL F1, gender bias, and the neural coreference lineage. Discourse coherence follows in the companion lesson.\n",{"path":8406,"title":8407,"module":3311,"summary":8408},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure","Coherence and Discourse Structure","Coherence is what makes a run of sentences a discourse rather than an arbitrary collection. This lesson develops coherence relations and Rhetorical Structure Theory trees, discourse-structure parsing, Centering and the entity grid for entity-based coherence, and representation-learning models of local coherence, measured in part over the coreference chains recovered in the companion lesson.\n",{"path":8410,"title":8411,"module":3311,"summary":8412},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics","Logical Representations of Meaning","A meaning representation turns a sentence into a formal structure a machine can check against a world and reason over. We set the desiderata a good representation must meet, ground truth in a model, build up first-order logic for sentences with its connectives, quantifiers, and inference, and reify events with the neo-Davidsonian event variable to escape fixed predicate arity. The compositional lambda calculus, quantifier scope, and description logics follow in the companion lesson.\n",{"path":8414,"title":8415,"module":3311,"summary":8416},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics","Compositional Semantics and Description Logics","How do you compute a logical form from a sentence automatically? This lesson builds the compositional machinery: the lambda calculus that assembles a formula from a parse tree one beta-reduction at a time, the quantifier-scope ambiguity a single syntax tree leaves open, and the decidable description logics — TBox, ABox, subsumption, role restrictions — behind the Web Ontology Language, closing with how the map from string to logical form can be learned.\n",{"path":8418,"title":8419,"module":3311,"summary":8420},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing","Semantic Parsing","Turning a sentence into a structured, executable meaning, the grammar-based way. We take the logical forms defined earlier and build them compositionally: a rule-based parser that walks a syntax tree applying lambda terms, then Combinatory Categorial Grammar (CCG), which fuses syntax and semantics so one lexicalized derivation produces both — including supertagging and A* parsing. Learned and neural semantic parsers follow in the companion lesson.\n",{"path":8422,"title":8423,"module":3311,"summary":8424},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing","Learned and Neural Semantic Parsing","Hand-writing a lexicon of lambda terms does not scale, so this lesson learns the parser instead. We cover the two supervision regimes (from logical forms and from denotations), Abstract Meaning Representation as a rooted concept graph, neural sequence-to-sequence parsing with constrained decoding and copy mechanisms, executable text-to-SQL and knowledge-based question answering, the practical systems that made learned parsers accurate, and how the task is evaluated.\n",{"path":8426,"title":8427,"module":3311,"summary":8428},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction","Information Extraction","Information extraction turns free text into a database, and the first step is relation extraction: pulling entity-relation-entity triples out of sentences. We cover all five families — hand-built patterns, supervised classifiers, semi-supervised bootstrapping, distant supervision, and unsupervised Open IE — with worked bootstrapping and distant-supervision traces, then the neural and LLM systems that extended them. Times, events, and templates follow in the companion lesson.\n",{"path":8430,"title":8431,"module":3311,"summary":8432},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates","Extracting Times, Events, and Templates","Once relation extraction has produced typed triples, the information-extraction pipeline still has to place facts in time and assemble them into records. This lesson detects and normalizes temporal expressions to ISO 8601 values, detects events and orders them on a timeline with the 13 Allen relations, and fills slot-and-filler templates — flat and hierarchical — for stereotyped situations, closing the loop from text to a queryable database.\n",{"path":8434,"title":8435,"module":3311,"summary":8436},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence","Discourse Coherence","A text is more than a set of sentences. What binds a run of sentences into a discourse is coherence, and one of its sources is structured relations between clauses. This lesson develops relational coherence — RST and the PDTB models of coherence relations — and discourse-structure parsing: EDU segmentation and shift-reduce RST parsing, then PDTB relation classification. Entity-based and global coherence follow in the companion lesson.\n",{"path":8438,"title":8439,"module":3311,"summary":8440},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence","Entity-Based and Global Coherence","A text coheres not only through relations between clauses but by staying about the same entities and the same topic, and by obeying the macro-structure of its genre. This lesson develops Centering Theory and the entity grid for entity-based coherence, representation-learning models of local coherence, and global coherence — topic segmentation, narrative and argumentation structure, and scientific discourse — then the neural models that learn each.\n",{"path":8442,"title":8443,"module":3311,"summary":8444},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars","Constituency Grammars","A constituency grammar is the declarative theory of sentence structure that a parser operates on. We build the context-free grammar formalism from its four parts, show how derivations become parse trees, and work through the phrase structure of English — noun phrases, verb phrases and their subcategorization frames, agreement, coordination, and long-distance dependencies. The treebank, normal-form, and lexicalized views follow in the companion lesson.\n",{"path":8446,"title":8447,"module":3311,"summary":8448},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars","Treebanks and Lexicalized Grammars","Where does a grammar come from, and how is it prepared for a parser? We read a context-free grammar off the Penn Treebank, normalize it to Chomsky Normal Form for the CKY chart, then invert the phrase-structure emphasis with lexicalized grammars — Combinatory Categorial Grammar and its slash categories — and close with the grammar's fate in the neural era: span scoring, self-attention, and grammar induction.\n",{"path":8450,"title":8451,"module":7003,"summary":8452},"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation","Machine Translation","Machine translation is the task that built the modern toolkit: the encoder-decoder was invented for it, attention was invented to fix its fixed-context bottleneck, and both were later folded into the general transformer. We work through why translation is hard (word order, morphology, lexical and structural divergences), the sequence-to-sequence model and its attention mechanism, transformer-based NMT with cross-attention, subword tokenization with a shared vocabulary, beam-search decoding, and evaluation by BLEU and its successors chrF, BERTScore, and COMET — closing on multilingual and low-resource translation and backtranslation.\n",{"path":8454,"title":8455,"module":7003,"summary":8456},"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation","Machine Translation: Decoding, Evaluation, and Scale","Having built the transformer translation model, we now decode from it and measure the output. Beam search turns the decoder's per-step distributions into a single output string; length normalization keeps it from favoring short translations. We then score translations automatically — BLEU with its n-gram precision, clipping, and brevity penalty, worked through by hand, then its successors chrF, BERTScore, and COMET — and close on the parts of MT that scale beyond one language pair: multilingual and low-resource translation, backtranslation, gender bias, and the lineage from the Transformer to massively multilingual models like NLLB-200.\n",{"path":8458,"title":8459,"module":7003,"summary":8460},"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering","Question Answering","A question-answering system takes a natural-language question and returns an answer, not a ranked list of documents. Almost every modern system is built on one pattern: retrieve then read. We start with the information-retrieval machinery that finds candidate text — tf-idf and BM25 term weighting, a worked ranking example, the inverted index, and dense embedding retrieval — then build the retriever-reader pipeline that extracts an answer span with BERT and trace a full retrieve-and-read example end to end.\n",{"path":8462,"title":8463,"module":7003,"summary":8464},"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms","Question Answering: Knowledge Bases and Language Models","The retrieve-and-read pipeline extracts an answer span from prose, but not all knowledge lives in prose. This part covers the rest of the QA stack: entity linking (Wikification) that grounds a question's entities to a knowledge base, knowledge-based QA by semantic parsing a question into an executable query, and the modern default — closed-book QA and retrieval-augmented generation with a large language model — closing on the DPR\u002FRAG\u002Ffusion-in-decoder lineage and how factoid answers are scored by exact match and F1.\n",{"path":8466,"title":8467,"module":7003,"summary":8468},"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots","Dialogue and Chatbots","Conversation is the most natural interface to a machine and one of the hardest to build. We set up what makes human dialogue work — turns, speech acts, grounding, and the local structure of adjacency pairs — then trace the two traditions that answer it: chatbots built to chat (ELIZA's pattern-matching, corpus retrieval, and seq2seq generation with its blandness problem) and task-oriented systems built to get something done (the GUS frame-and-slot architecture and the modern NLU \u002F state-tracker \u002F policy \u002F NLG pipeline that accumulates a frame across turns).\n",{"path":8470,"title":8471,"module":7003,"summary":8472},"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants","Dialogue Systems: LLM Assistants, Evaluation, and Design","Two dialogue traditions — chatbots built to chat and task-oriented frame systems built to get something done — met in the aligned LLM assistant. Instruction tuning plus RLHF fold chit-chat and task dialogue into one model; the LaMDA \u002F InstructGPT \u002F ChatGPT lineage fills in how. The lesson then turns to evaluation (human ratings and acute-eval for chatbots, task success and slot error rate for task systems), user-centered design with Wizard-of-Oz prototyping, and the ethical stakes of building agents people talk to.\n",{"path":8474,"title":8475,"module":7003,"summary":8476},"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization","Text Summarization","Summarization compresses a document to its essential meaning, by either selecting sentences to keep (extractive) or writing new ones (abstractive). This part fixes the task and its flavors — single vs. multi-document, generic vs. query-focused, extractive vs. abstractive — then works through extractive summarization in full: scoring by position and centrality, the TextRank\u002FLexRank graph algorithm run as PageRank over a sentence-similarity graph with a worked iteration, and supervised sentence selection.\n",{"path":8478,"title":8479,"module":7003,"summary":8480},"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation","Abstractive Summarization and Evaluation","Extractive methods can only reuse the source's own sentences; to compress within a sentence or paraphrase, a summarizer has to generate. This part covers abstractive summarization: the sequence-to-sequence approach, the pointer-generator's copy switch and coverage mechanism, pretrained summarizers (BART, PEGASUS) and zero-shot LLM prompting, the long-document and factuality problems, and ROUGE evaluation with a worked example and its limits — closing on the abstractive lineage from See 2017 through faithfulness metrics.\n",{"path":8482,"title":8483,"module":8484,"summary":8485},"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics","Phonetics","Speech","Before a recognizer can read speech it has to know what speech is. This first part covers the linguistic substrate: phones and their transcription in the IPA and ARPAbet; articulatory phonetics — how the vocal tract shapes airflow into consonants and vowels; and prosody — stress, tune, and the F0 contour. The acoustic side — the waveform, its spectrum, formants, and the spectrogram — is the second part.\n",{"path":8487,"title":8488,"module":8484,"summary":8489},"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics","Acoustic Phonetics","Articulation is the cause; the acoustic signal is the effect, and the effect is all a microphone ever gets. This part follows the sound out of the mouth: waves, sampling and the Nyquist limit, F0 and the pitch track, the mel scale, the spectrum and Fourier analysis, the source-filter model that explains why each vowel carries its own formants, and the spectrogram the log-mel front end of every ASR system sits directly on top of — closing with neural TTS, wav2vec, HuBERT, and Whisper, where phonetics went in neural speech.\n",{"path":8491,"title":8492,"module":8484,"summary":8493},"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition","Automatic Speech Recognition","Speech recognition maps an acoustic waveform to a string of words, and once the waveform is turned into a sequence of log-mel spectrogram frames the problem is the same sequence-to-sequence transduction the rest of the course already solved. This first part builds the feature front end (framing, the DFT, the mel filterbank, the log), then the modern architectures: the attention-based encoder-decoder, the CTC alignment trick that collapses repeated and blank frames, and RNN-T for streaming. Training-data advances, evaluation, TTS, and the other speech tasks come next.\n",{"path":8495,"title":8496,"module":8484,"summary":8497},"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications","ASR Evaluation and Speech Applications","A recognizer turns a waveform into text; this part scores that text and puts the same machinery to other uses. It opens with the self-supervised and weakly- supervised systems (wav2vec 2.0, HuBERT, Whisper) that made ASR error rates fall. Word error rate reuses the edit distance from the first module, run over words. Text-to-speech runs the whole pipeline in reverse — text to mel spectrogram to waveform. And a family of smaller tasks — wake-word detection, speaker recognition and diarization, language identification — reuse the same log-mel front end without the decoder.\n",{"path":8499,"title":8500,"module":6,"summary":6},"\u002Fnatural-language-processing","Natural Language Processing",{"path":8502,"title":8503,"module":4247,"summary":8504},"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo","From the Electron to the Particle Zoo","A timeline of the subject, from J. J. Thomson's electron in 1897 to the Higgs boson in 2012. The electron, photon, nucleus, proton, and neutron gave a tidy picture that Yukawa's meson prediction and the muon–pion confusion complicated; strange particles in cosmic rays and the accelerator-era flood of hadrons then produced a \"particle zoo\" that only the quark model organized.\n",{"path":8506,"title":8507,"module":4247,"summary":8508},"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts","Basic Concepts and Particle Classification","Every particle has an antiparticle of equal mass and opposite charge, a consequence of the Dirac equation confirmed by the positron. Feynman diagrams track interactions in spacetime; the material particles sort into leptons and the composite hadrons built from quarks, with baryons carrying three quarks and mesons a quark-antiquark pair.\n",{"path":8510,"title":8511,"module":4247,"summary":8512},"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers","Fundamental Interactions and Force Carriers","Four interactions account for every force in nature: strong, electromagnetic, weak, and gravitational, in decreasing strength. Each is carried by a boson — the gluon, photon, W and Z, and the graviton — with a range fixed by the carrier's mass through the Yukawa relation, and a coupling constant that itself varies with distance.\n",{"path":8514,"title":8515,"module":8516,"summary":8517},"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales","Natural Units and Scales","Units and Kinematics","Setting $\\hbar = c = 1$ collapses mass, momentum, and energy into a single unit, the GeV, and turns lengths and times into inverse energies through the conversion $\\hbar c = 197.3$ MeV·fm. This lesson fixes the natural-unit conventions used for the rest of the course, converts cross sections between barns and GeV$^{-2}$, and shows how to restore factors of $\\hbar$ and $c$ by dimensional analysis.\n",{"path":8519,"title":8520,"module":8516,"summary":8521},"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass","Four-Vectors and Invariant Mass","The energy and momentum of a particle form a four-vector whose square is the frame-independent quantity $p^2 = m^2$. This lesson develops the metric and four-vector products, the invariant mass of a multiparticle system, the center-of-momentum and laboratory frames, and the description of collinear boosts by rapidity, whose additivity replaces the awkward velocity-addition law.\n",{"path":8523,"title":8524,"module":8516,"summary":8525},"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam","Decay, Scattering, and Mandelstam Variables","Two-body decay in the rest frame fixes the daughter momenta from the three masses alone; production thresholds follow from the minimum invariant mass. This lesson works both, then introduces the Mandelstam invariants $s$, $t$, $u$ for $2\\to2$ scattering, proves the identity $s+t+u=\\sum m_i^2$, and maps the physical regions and the crossing that relates channels.\n",{"path":8527,"title":8528,"module":8516,"summary":8529},"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule","Cross Sections and the Golden Rule","The cross section measures how often a scattering happens and the decay width how fast a particle disintegrates. This lesson defines both, relates event rate to luminosity through $R=\\mathcal L\\,\\sigma$ and lifetime to width through $\\tau=\\hbar\u002F\\Gamma$, and states Fermi's golden rule with Lorentz-invariant phase space, giving the master formulas that turn an amplitude $\\mathcal M$ into a measurable rate for $1\\to2$ decay and $2\\to2$ scattering.\n",{"path":8531,"title":8532,"module":8533,"summary":8534},"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries","Conservation Laws and Symmetries","Symmetries and Conservation Laws","Which decays occur is decided by conservation laws, each tied by Noether's theorem to a symmetry of physical law. Energy, charge, baryon number, and lepton number are conserved universally; strangeness, isospin, and parity hold in the strong and electromagnetic interactions but break in the weak one, whose parity and CP violation distinguish matter from antimatter.\n",{"path":8536,"title":8537,"module":8533,"summary":8538},"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt","Discrete Symmetries — C, P, T, and CPT","Parity reflects space, charge conjugation swaps particle for antiparticle, and time reversal runs the clock backward. Each assigns multiplicative quantum numbers that act as selection rules — intrinsic parities, the photon's C = −1, the C-parity argument fixing the pion's two-photon decay. Their product CPT is a theorem of any local relativistic field theory, forcing particle and antiparticle to share mass and lifetime.\n",{"path":8540,"title":8541,"module":8533,"summary":8542},"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak","Parity Violation and the Weak Force","The tau–theta puzzle forced a choice: two particles with identical mass but opposite parity, or one particle whose decay violates parity. Lee and Yang proposed the latter, Wu's polarized cobalt-60 confirmed it, and the violation proved maximal. The charged weak force couples only to left-handed chirality — the Goldhaber experiment showed the neutrino is left-handed — which is why the mirror image of a weak decay is something nature never produces.\n",{"path":8544,"title":8545,"module":8533,"summary":8546},"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry","Isospin, SU(2), and Flavor SU(3)","The near-equal masses of the proton and neutron, and of the three pions, signal a continuous internal symmetry of the strong force: isospin, an SU(2) whose ladder operators move between the members of a multiplet. Adding strangeness enlarges it to an approximate SU(3) flavor symmetry, and the Gell-Mann–Nishijima relation Q = I3 + Y\u002F2 places every hadron on a weight diagram in the isospin–hypercharge plane — the language in which the quark model is written.\n",{"path":8548,"title":8549,"module":8550,"summary":8551},"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3","The Eightfold Way and SU(3) Flavor","The Quark Model","Gell-Mann and Ne'eman's classification of the hadrons into geometric multiplets, read as representations of an approximate flavor SU(3). The fundamental triplet (u, d, s) and its antitriplet combine into the meson nonet from 3⊗3̄ = 8⊕1 and the baryon octet and decuplet from 3⊗3⊗3, and the empty corner of the decuplet forecast the Ω⁻.\n",{"path":8553,"title":8554,"module":8550,"summary":8555},"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy","Meson Multiplets and Quantum Numbers","Mesons as quark–antiquark bound states. The spin singlet and triplet, orbital excitations, and the assignment of J^PC from the quark spins and orbital angular momentum, giving the pseudoscalar and vector nonets. The η–η' and ω–φ mixing problems, and the charmonium and bottomonium spectra read as heavy-quark positronium.\n",{"path":8557,"title":8558,"module":8550,"summary":8559},"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy","Baryon Multiplets, Spin, and the Color Puzzle","Baryons as three-quark states, with a wavefunction factored into space, spin, flavor, and color. The spin-3\u002F2 Δ⁺⁺ = uuu forces a totally symmetric state that the Pauli principle forbids, and the resolution is an antisymmetric color factor — the first evidence for color. The octet and decuplet spin content, and baryon magnetic moments as a quantitative test of the model.\n",{"path":8561,"title":8562,"module":8550,"summary":8563},"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics","Color, Confinement, and Exotic Hadrons","Color as the gauged SU(3) charge, and the requirement that every physical hadron be a color singlet — which selects q-qbar mesons and qqq baryons as the simplest states. The R-ratio of e⁺e⁻ annihilation measures three colors directly. Beyond the simplest singlets lie glueballs, tetraquarks, and pentaquarks, and the recent XYZ states, read as either compact multiquarks or loose hadronic molecules.\n",{"path":8565,"title":8566,"module":8567,"summary":8568},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation","The Klein-Gordon Equation","Relativistic Wave Equations","Quantizing the relativistic energy relation $E^2 = p^2 + m^2$ produces the Klein-Gordon equation for a scalar field. Its plane-wave solutions come in positive- and negative-energy branches, and the conserved density it supplies is not positive-definite — the two difficulties that first drove physicists to seek a first-order equation. The static Klein-Gordon equation with a point source gives the Yukawa potential, and the free equation gives the scalar propagator that later modules attach to exchanged lines.\n",{"path":8570,"title":8571,"module":8567,"summary":8572},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors","The Dirac Equation and Spinors","Dirac demanded a wave equation first order in time to fix the Klein-Gordon density problem. Factorizing $E^2 = p^2 + m^2$ into a linear form forces the coefficients to be anticommuting matrices — the gamma matrices of the Clifford algebra — so the wavefunction becomes a four-component spinor. The plane-wave solutions split into two particle and two antiparticle states, spin appears automatically with the correct $g = 2$ magnetic moment, and the chirality projectors that the weak interaction later needs fall straight out of the fifth gamma matrix.\n",{"path":8574,"title":8575,"module":8567,"summary":8576},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory","Antiparticles and Hole Theory","The negative-energy solutions of the Dirac equation refuse to go away, so they must mean something. Dirac read them as a filled sea of occupied negative-energy states whose holes are positive-energy antiparticles, predicting the positron before its discovery. The picture works for fermions but not bosons, and the Feynman-Stückelberg interpretation replaces it: an antiparticle is a negative-energy solution propagating backward in time, equivalent to a positive-energy antiparticle going forward. Crossing symmetry ties incoming particles to outgoing antiparticles in a single amplitude.\n",{"path":8578,"title":8579,"module":8580,"summary":8581},"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed","Feynman Rules for QED","Quantum Electrodynamics","Quantum electrodynamics computes a process by summing diagrams, each a term in a power series in the coupling. Every diagram translates into an amplitude by a fixed dictionary: spinors and polarization vectors for external lines, propagators for internal lines, and the vertex factor $ie\\gamma^\\mu$ for each photon-fermion junction. Squaring the amplitude and feeding it to Fermi's golden rule produces a cross section or decay rate, with each extra vertex costing one power of $\\alpha$.\n",{"path":8583,"title":8584,"module":8580,"summary":8585},"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes","Tree-Level QED Processes","The Feynman rules become numbers on the reference reactions of QED. Muon pair production $e^+e^-\\to\\mu^+\\mu^-$ sets the scale with its $1+\\cos^2\\theta$ distribution and $4\\pi\\alpha^2\u002F3s$ total cross section, and its ratio to hadron production counts colors. Compton scattering gives the Klein-Nishina formula and the Thomson limit; Bhabha scattering shows $s$- and $t$-channel interference. Casimir's trick turns every spin-averaged square into a trace of gamma matrices.\n",{"path":8587,"title":8588,"module":8580,"summary":8589},"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling","Renormalization and the Running Coupling","Beyond tree level, QED loops diverge. The three primitive one-loop diagrams — vacuum polarization, electron self-energy, and vertex correction — carry ultraviolet divergences that regularization exposes as logarithms of a cutoff. Renormalization absorbs them into the measured mass, charge, and field normalization, leaving finite predictions. The surviving physical content is that the coupling runs: vacuum polarization screens charge, so $\\alpha$ grows from $1\u002F137$ at low energy to about $1\u002F128$ at the $Z$ mass.\n",{"path":8591,"title":8592,"module":8580,"summary":8593},"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2","The Anomalous Magnetic Moment","The Dirac equation predicts $g=2$; loops shift it. Schwinger's one-loop vertex correction gives the anomaly $a=(g-2)\u002F2=\\alpha\u002F2\\pi$, and the QED series continues to five loops. The electron $a_e$ agrees with theory to better than a part in a billion, the most precise confrontation of theory and experiment in physics. The muon $a_\\mu$, heavier and so more sensitive to virtual heavy states, is dominated by hadronic uncertainty and sits at the center of a long-running comparison with the Standard Model prediction.\n",{"path":8595,"title":8596,"module":8597,"summary":8598},"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak","The V–A Charged Weak Current","The Weak Interaction","Fermi modelled beta decay as a four-fermion contact interaction, but a coupling with dimensions of inverse mass squared makes cross sections grow without bound and the theory fails near 300 GeV. The cure is a heavy mediator: the $W$ boson, whose propagator collapses to Fermi's contact term at low energy and fixes $G_F\u002F\\sqrt2 = g^2\u002F8M_W^2$. Parity violation dictates the current's form — vector minus axial-vector, coupling only to left-chiral fields — and universality of the coupling ties muon decay, beta decay, and pion decay to one constant. Pion decay's helicity suppression of the electron channel is the sharpest test.\n",{"path":8600,"title":8601,"module":8597,"summary":8602},"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays","The W and Z Bosons","The contact theory hides a massive mediator. The charged $W^\\pm$ carries the current that changes flavour; the neutral $Z^0$ carries a current that does not. Both were found at CERN's proton–antiproton collider in 1983 at the masses the electroweak theory demanded. Their decay widths partition into leptonic and hadronic channels, and the $Z$ carries a decisive extra: an invisible width from decays to neutrinos that counts the number of light generations at exactly three. Beta decay and muon decay are re-read at the parton level as $W$ exchange.\n",{"path":8604,"title":8605,"module":8597,"summary":8606},"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix","Quark Mixing and the CKM Matrix","The quark eigenstates the weak force acts on are not the mass eigenstates. Cabibbo captured this with one rotation angle; the GIM mechanism added a fourth quark to cancel dangerous flavour-changing neutral currents and predicted charm before its discovery. Three generations promote the rotation to the unitary Cabibbo–Kobayashi–Maskawa matrix — three angles and one irreducible complex phase, the sole source of Standard-Model CP violation. The Wolfenstein parametrization exposes its steep hierarchy, and unitarity closes into a triangle whose area measures the phase.\n",{"path":8608,"title":8609,"module":8597,"summary":8610},"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons","CP Violation in Kaons and B Mesons","The neutral kaon is its own laboratory for CP. Weak box diagrams mix $K^0$ and its antiparticle into short- and long-lived states that should be pure CP eigenstates decaying to two and three pions. In 1964 Cronin and Fitch caught the long-lived kaon decaying to two pions — CP is violated, at the two-per-mille level of $\\epsilon$. Direct violation ($\\epsilon'$) followed, and the $B$ factories turned the CKM phase into a large, clean time-dependent asymmetry measuring $\\sin 2\\beta$. The effect is real but far too small to explain why the universe is made of matter.\n",{"path":8612,"title":8613,"module":8614,"summary":8615},"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons","Color SU(3), Gluons, and the QCD Lagrangian","Quantum Chromodynamics","Color is the exact gauged SU(3) charge of the strong force. Gauging it forces eight massless gluons in the adjoint representation and, because the gauge group is non-abelian, three- and four-gluon self-couplings absent from QED. This lesson builds the QCD Lagrangian from the covariant derivative and the non-abelian field strength, states the Feynman rules with their color factors, and computes the Casimir invariants that set the strength of quark-gluon and gluon-gluon coupling.\n",{"path":8617,"title":8618,"module":8614,"summary":8619},"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement","Asymptotic Freedom and Confinement","The QCD beta function is negative: gluon self-interaction antiscreens color, so the coupling weakens at short distance (asymptotic freedom) and strengthens at long distance (confinement). This lesson computes the one-loop beta coefficient, solves for the running of alpha_s and the emergent scale Lambda_QCD, and reads the strong-coupling regime as the linear quark-antiquark potential of a color flux tube that breaks by pair creation.\n",{"path":8621,"title":8622,"module":8614,"summary":8623},"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons","Deep Inelastic Scattering and the Parton Model","Scattering electrons hard off a proton resolves pointlike constituents. This lesson sets up the deep-inelastic kinematics, defines the structure functions F1 and F2, and reads Bjorken scaling as the signature of free spin-half partons. The Callan-Gross relation fixes the parton spin, the structure function becomes a charge-weighted sum of parton distributions, and the slow logarithmic scaling violations expose the gluon through DGLAP evolution.\n",{"path":8625,"title":8626,"module":8614,"summary":8627},"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization","Jets, Hadronization, and Testing QCD","Quarks and gluons produced in a collision fragment into collimated sprays of hadrons — jets — whose directions track the underlying partons. This lesson reads two-jet events as the quark and antiquark of electron-positron annihilation, three-jet events as direct evidence of the radiated gluon, and the hadronization step as the flux tube breaking into color singlets. Jet algorithms and event-shape variables turn the pattern into precision measurements of alpha_s.\n",{"path":8629,"title":8630,"module":8631,"summary":8632},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1","The Electroweak Theory","Electroweak Unification and the Higgs","The electromagnetic and weak interactions are two faces of a single gauge theory built on $SU(2)_L \\times U(1)_Y$. Left-handed fermions sit in weak-isospin doublets and right-handed fermions in singlets, each carrying a hypercharge fixed by the Gell-Mann–Nishijima relation $Q = T_3 + Y\u002F2$. The four gauge fields $W^{1,2,3}$ and $B$ mix: the charged combinations $W^\\pm$ mediate the charged current, while $W^3$ and $B$ rotate through the Weinberg angle into the massless photon and the massive $Z$. The single angle $\\theta_W$ ties the couplings, the boson masses, and the neutral-current strengths together.\n",{"path":8634,"title":8635,"module":8631,"summary":8636},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking","Spontaneous Symmetry Breaking","A symmetry of the Lagrangian need not be a symmetry of the ground state. When the lowest-energy configuration sits away from the symmetric point, the symmetry is spontaneously broken and the vacuum is one of a degenerate family. Breaking a continuous global symmetry produces one massless scalar — a Goldstone boson — for every broken generator, the flat direction along the vacuum manifold. The Mexican-hat potential and the ferromagnet below its Curie point are the working pictures.\n",{"path":8638,"title":8639,"module":8631,"summary":8640},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism","The Higgs Mechanism","Gauging a spontaneously broken symmetry converts the would-be Goldstone bosons into the longitudinal polarizations of the gauge fields, which thereby acquire mass. Applied to $SU(2)_L \\times U(1)_Y$ with a single Higgs doublet, three of the four scalar degrees of freedom are eaten by the $W^\\pm$ and $Z$; the fourth survives as the physical Higgs boson, and the photon stays massless. Fermion masses come from Yukawa couplings to the same field, each mass proportional to its coupling times the vacuum expectation value $v \\approx 246$ GeV.\n",{"path":8642,"title":8643,"module":8631,"summary":8644},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery","The Higgs Boson","The Higgs boson is produced at the LHC chiefly through gluon fusion, with vector-boson fusion and associated production as cleaner but rarer channels. It decays most often to $b\\bar b$ and $WW^\\ast$, but the discovery rested on two rare clean modes, $H \\to \\gamma\\gamma$ and $H \\to ZZ^\\ast \\to 4\\ell$, whose narrow invariant-mass peaks emerged over smooth backgrounds. ATLAS and CMS announced a boson near 125 GeV in 2012; its measured spin-parity $0^+$ and its couplings, which scale with particle mass, identify it as the Standard Model Higgs.\n",{"path":8646,"title":8647,"module":8631,"summary":8648},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model","The Standard Model","The Standard Model combines the quark model, quantum chromodynamics, and the electroweak theory. SU(3) symmetry sorts the hadrons and predicted the omega; color explains why only colorless quark combinations exist; QCD gives asymptotic freedom and confinement; and spontaneous symmetry breaking through the Higgs field gives the weak bosons their mass.\n",{"path":8650,"title":8651,"module":8652,"summary":8653},"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations","Neutrino Oscillations","Neutrino Physics","Neutrinos are produced and detected in flavour states, but they propagate as mass states, and the two bases are misaligned. A flavour therefore evolves coherently into a superposition of other flavours with a probability set by the mass-squared splitting and the ratio L\u002FE. This lesson derives the two-flavour oscillation formula, applies it to the solar and atmospheric neutrino deficits, shows how the SNO neutral-current measurement resolved the solar problem, and works out the MSW resonance that amplifies mixing inside the Sun.\n",{"path":8655,"title":8656,"module":8652,"summary":8657},"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns","Neutrino Mass and the PMNS Matrix","Three-flavour mixing promotes the single oscillation angle to the unitary Pontecorvo–Maki–Nakagawa–Sakata matrix, parametrised by three angles and a Dirac CP phase. This lesson decomposes the PMNS matrix into three rotations, records the measured angles and mass-squared splittings, lays out the normal and inverted mass orderings, contrasts the large leptonic mixing with the near-diagonal CKM matrix, and collects the absolute-mass bounds from beta decay and cosmology.\n",{"path":8659,"title":8660,"module":8652,"summary":8661},"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments","Dirac, Majorana, and Neutrino Experiments","A neutral fermion can carry a mass term forbidden to every charged particle, so the neutrino may be its own antiparticle. This lesson contrasts the Dirac and Majorana mass terms and their state content, derives the seesaw mechanism that ties a tiny light mass to a heavy right-handed partner, presents neutrinoless double-beta decay as the decisive lepton-number test, surveys the reactor, accelerator, solar, and atmospheric sources on a baseline–energy map, and explains why neutrino mass is physics beyond the original Standard Model.\n",{"path":8663,"title":8664,"module":8665,"summary":8666},"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity","Accelerators, Colliders, and Luminosity","Accelerators and Detectors","Fixed-target machines waste energy in the center-of-mass motion of the whole system, so the reachable $\\sqrt s$ grows only as the square root of the beam energy, while colliders put the full beam energy into the collision. Circular electron machines are limited by synchrotron radiation scaling as $E^4\u002Fm^4R$; proton machines are limited by bending fields. Luminosity, set by beam current and focusing, converts a cross section into an event rate through $R=\\mathcal L\\,\\sigma$, and integrated luminosity sets the total event count.\n",{"path":8668,"title":8669,"module":8665,"summary":8670},"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems","Particle Detectors and Subsystems","A detector reads a collision by the energy particles deposit as they cross matter. Charged particles ionize at the Bethe-Bloch rate, radiate in the field of nuclei above a critical energy, and emit Cherenkov light above a velocity threshold; electrons and photons build electromagnetic showers over a radiation length, and hadrons build wider showers over a nuclear interaction length. The onion of tracker, electromagnetic and hadronic calorimeters, and outer muon chambers turns these processes into momentum, energy, and identity, with neutrinos inferred from missing transverse momentum.\n",{"path":8672,"title":8673,"module":8665,"summary":8674},"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made","From Collisions to Discoveries","A discovery is a peak that survives statistics. Events are reconstructed into invariant masses, a signal accumulates as a bump over a smooth background, and its significance is judged by a p-value; the field's threshold is five sigma. The expected yield is a product — luminosity times cross section times branching ratio times acceptance and efficiency — that must be balanced by a trigger and data-reduction chain against an overwhelming rate. Worked reconstructions of $Z\\to\\ell\\ell$, the $J\u002F\\psi$, and the Higgs show the same peak-over-background logic at three scales.\n",{"path":8676,"title":8677,"module":8677,"summary":8678},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model","Beyond the Standard Model","The Standard Model leaves the four interactions ununified and the neutrinos massless, both now known to be wrong. Grand unification predicts the couplings merge near ten-to-the-sixteen GeV and the proton decays; supersymmetry pairs each particle with a superpartner; and the confirmed oscillation of neutrinos proves they carry mass, the first crack in the model.\n",{"path":8680,"title":8681,"module":8677,"summary":8682},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories","Grand Unified Theories and Proton Decay","The Standard Model gauge group is a product of three factors with three independent couplings. A grand unified theory embeds them in a single simple group — SU(5) is the minimal choice — so that one coupling runs into all three and the fractional quark charges follow from a tracelessness condition. The same embedding places quarks and leptons in shared multiplets, mediates baryon-number violation through superheavy gauge bosons, and predicts the proton decays with a lifetime that Super-Kamiokande has pushed past ten-to-the-thirty-four years.\n",{"path":8684,"title":8685,"module":8677,"summary":8686},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry","Supersymmetry","Supersymmetry relates fermions and bosons, pairing every Standard Model particle with a superpartner whose spin differs by one half. The pairing makes the scalar and fermion loop corrections to the Higgs mass cancel, removing the quadratic sensitivity to high scales; it sharpens the meeting of the three gauge couplings; and, when R-parity is conserved, it leaves the lightest superpartner stable and neutral, a natural dark-matter candidate. The LHC has excluded gluinos and light squarks below roughly two TeV.\n",{"path":8688,"title":8689,"module":8677,"summary":8690},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness","The Hierarchy Problem and Naturalness","The electroweak scale sits sixteen orders of magnitude below the Planck scale, and nothing in the Standard Model protects that gap. The Higgs mass squared picks up quadratic corrections proportional to the highest scale in the theory, so keeping it at the observed value requires the bare mass and its counterterm to cancel to some thirty significant figures. Naturalness treats that cancellation as a symptom of missing physics. Supersymmetry, compositeness, and extra dimensions each remove the quadratic sensitivity, but the LHC has found none of them at the predicted scale.\n",{"path":8692,"title":8693,"module":8677,"summary":8694},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates","Dark Matter and Particle Candidates","Flat galactic rotation curves, gravitational lensing, the cosmic microwave background, and structure formation all require about five times more matter than the visible baryons, none of it interacting electromagnetically. A stable weakly interacting particle of roughly weak-scale mass freezes out of the early universe with close to the observed abundance — the WIMP miracle — and is the leading candidate, with axions and sterile neutrinos as alternatives. Direct, indirect, and collider searches have so far only tightened the limits.\n",{"path":8696,"title":8697,"module":8677,"summary":8698},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions","Matter-Antimatter Asymmetry and Open Questions","The universe is made of matter, with about one extra baryon for every billion photons and no antimatter regions. Sakharov identified the three conditions any dynamical explanation must meet: baryon-number violation, C and CP violation, and a departure from thermal equilibrium. The Standard Model contains all three in principle, but its CP violation falls short by some ten orders of magnitude, so baryogenesis requires new physics — leptogenesis being the leading route. A closing survey collects the open questions and the experiments aimed at them.\n",{"path":8700,"title":8701,"module":6,"summary":6},"\u002Fparticle-physics","Particle Physics",{"path":8703,"title":8704,"module":8705,"summary":8706},"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars","The Sun and the Life of Stars","Orientation","The Sun is the one star close enough to study in detail: its luminosity fixes a surface temperature of 5780 K, and the proton-proton fusion cycle in its 1.5-million-kelvin core supplies its power. Measuring other stars needs the magnitude scale, parallax, and the distance ladder; plotting luminosity against temperature builds the Hertzsprung-Russell diagram, on which a star's mass sets its lifetime and its evolutionary track off the main sequence.\n",{"path":8708,"title":8709,"module":8705,"summary":8710},"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states","Cataclysmic Events and the Final States of Stars","A star's death is set by its mass. In close binaries, matter poured across the Roche lobe onto a white dwarf produces novae and, at the Chandrasekhar limit of 1.4 solar masses, a Type Ia supernova; a massive star fusing to an iron core collapses into a Type II supernova. The remnant is a white dwarf held by electron degeneracy, a neutron star held by neutron degeneracy, or, above the neutron-star limit, a black hole inside its Schwarzschild radius.\n",{"path":8712,"title":8713,"module":8705,"summary":8714},"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology","Galaxies, Cosmology, and the Evolving Universe","Galaxies come in elliptical, spiral, and irregular forms, and their redshifts obey Hubble's law, evidence that space itself is expanding. The critical density and the density parameter decide whether the universe is open, flat, or closed; baryons, dark matter, and dark energy each contribute. The cosmic microwave background and primordial helium anchor the Big Bang, whose thermal history runs from inflation through nucleosynthesis to the atoms of today.\n",{"path":8716,"title":8717,"module":8718,"summary":8719},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus","Magnitudes, Fluxes, and the Distance Modulus","Observational Foundations","The brightness of a star reaches us as a radiant flux that falls off as the inverse square of distance. The magnitude scale encodes flux logarithmically through the Pogson ratio; the apparent and absolute magnitudes differ by the distance modulus, which converts a measured brightness into a distance. The bolometric correction folds a filtered magnitude into a total luminosity, and the difference of two magnitudes in different bands, the color index, measures surface temperature.\n",{"path":8721,"title":8722,"module":8718,"summary":8723},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification","Stellar Spectra and Spectral Classification","A stellar spectrum is a continuum crossed by absorption lines whose strengths are set by the temperature of the atmosphere. The Boltzmann factor governs how atoms populate excited states, and the Saha equation governs how they ionize; their product explains why each line, such as the hydrogen Balmer series, peaks in strength at a characteristic temperature. This behavior orders stars into the OBAFGKM sequence, and the luminosity classes of the MK system add a second dimension for surface gravity.\n",{"path":8725,"title":8726,"module":8718,"summary":8727},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum","Telescopes and Detectors Across the Spectrum","A telescope collects light in proportion to its collecting area and resolves detail down to the diffraction limit set by its aperture and the observing wavelength. The atmosphere blurs and blocks large parts of the spectrum, which drives the choice between ground and space and between refractors, reflectors, and radio dishes. CCDs record the light with high quantum efficiency, and interferometry synthesizes an aperture as large as the separation of two telescopes.\n",{"path":8729,"title":8730,"module":8718,"summary":8731},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder","The Cosmic Distance Ladder","No single method measures distances from the nearest stars to the far reaches of the universe. Instead a ladder of overlapping techniques, each calibrated by the one below it, extends the scale rung by rung: trigonometric parallax, main-sequence fitting, pulsating variables, the tip of the red-giant branch, the Tully-Fisher relation, and Type Ia supernovae. Each rung inherits the uncertainty of every rung beneath it, so the whole chain sets the accuracy of the Hubble constant.\n",{"path":8733,"title":8734,"module":8735,"summary":8736},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity","Blackbody Radiation and Specific Intensity","Radiation and Matter","Specific intensity is the fundamental measure of a radiation field: energy per unit area, time, frequency, and solid angle. It is conserved along a ray in empty space, and its angular moments give the mean intensity, flux, and radiation pressure. In thermal equilibrium the intensity equals the Planck function, whose limits and integrals reproduce the Rayleigh-Jeans law, the Wien law, Stefan-Boltzmann, and Wien's displacement law.\n",{"path":8738,"title":8739,"module":8735,"summary":8740},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation","Radiative Transfer and the Transfer Equation","Along a ray, matter adds intensity through emission and removes it through absorption. Measuring path length in optical depth turns this into the transfer equation, whose formal solution superposes an attenuated background on the source function integrated along the line of sight. In local thermodynamic equilibrium the source function is the Planck function, and the Eddington-Barbier relation shows that the emergent intensity samples the source function at optical depth of order unity, explaining absorption lines and solar limb darkening.\n",{"path":8742,"title":8743,"module":8735,"summary":8744},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening","Spectral-Line Formation and Broadening","A spectral line is a bound-bound transition whose strength is set by an oscillator strength and whose shape is set by three broadening mechanisms: the Lorentzian natural and collisional wings, the Gaussian thermal Doppler core, and their Voigt convolution. Equivalent width measures the total absorption, and the curve of growth relates it to the number of absorbers through a linear, saturated, and damping regime, turning line strengths into abundances.\n",{"path":8746,"title":8747,"module":8735,"summary":8748},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean","Opacity Sources and the Rosseland Mean","Stellar opacity comes from four processes: bound-bound line absorption, bound-free photoionization, free-free absorption, and electron scattering. The bound-free and free-free terms follow a Kramers law, electron scattering sets a frequency-flat floor, and the negative hydrogen ion dominates cool photospheres. The Rosseland mean averages these harmonically, weighting transparent frequencies because they carry the flux, and its value fixes the radiative temperature gradient and decides where a star becomes convective.\n",{"path":8750,"title":8751,"module":8752,"summary":8753},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem","Hydrostatic Equilibrium and the Virial Theorem","Stellar Structure","A star holds itself up by balancing the inward pull of gravity against an outward pressure gradient. This balance, hydrostatic equilibrium, fixes a lower bound on the central pressure and, combined with the gravitational potential energy, yields the virial theorem. The virial relation gives a star a negative heat capacity, so that losing energy makes it hotter, and sets the Kelvin-Helmholtz timescale over which contraction alone can power the Sun.\n",{"path":8755,"title":8756,"module":8752,"summary":8757},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure","The Equations of Stellar Structure","A static star is described by four coupled first-order differential equations in the interior mass or radius: mass conservation, hydrostatic equilibrium, energy generation, and energy transport. Closed with an equation of state, opacity, and reaction rates, and subject to central and surface boundary conditions, they determine the structure uniquely from mass and composition, the Vogt-Russell theorem. Energy moves by radiation until the temperature gradient exceeds the Schwarzschild limit, where convection takes over.\n",{"path":8759,"title":8760,"module":8752,"summary":8761},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes","The Equation of State and Polytropes","Stellar pressure comes from gas, radiation, and, at high density, degenerate electrons. When pressure depends on density as a power law, hydrostatic equilibrium reduces to the Lane-Emden equation, whose solutions describe polytropes of index n. The relativistic degenerate case, n equal to three, gives a mass independent of radius, the Chandrasekhar mass. Eddington's standard model treats a radiation-supported star as an n equal to three polytrope and yields the quartic relating radiation fraction to mass.\n",{"path":8763,"title":8764,"module":8752,"summary":8765},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model","The Standard Solar Model","The standard solar model integrates the structure equations for one solar mass and calibrates the composition and convection parameter to reproduce the Sun's observed luminosity, radius, and age. Helioseismology tests the model's sound speed through the Sun's acoustic p-mode oscillations, and the model predicts a neutrino flux by production channel. The measured deficit, the solar-neutrino problem, is resolved by matter-enhanced flavor oscillation, confirmed when SNO measured the total flux across all flavors.\n",{"path":8767,"title":8768,"module":8769,"summary":8770},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak","Thermonuclear Reaction Rates and the Gamow Peak","Nuclear Astrophysics","Stellar fusion proceeds only by quantum tunneling through the Coulomb barrier, because thermal energies are a thousand times smaller than the barrier height. The reaction rate is an integral over the Maxwell–Boltzmann distribution and the tunneling probability, whose product is sharply peaked at the Gamow energy. The astrophysical S-factor isolates the nuclear physics from the barrier penetration, and the steep temperature dependence follows from the width and position of the Gamow peak.\n",{"path":8772,"title":8773,"module":8769,"summary":8774},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno","Hydrogen Burning: pp Chains and the CNO Cycle","Four protons fuse into one helium-4 nucleus, releasing 26.7 MeV, through two competing networks. The pp chain begins with a weak-interaction bottleneck and branches three ways; the CNO cycle uses carbon, nitrogen, and oxygen as catalysts and is limited by nitrogen-14 proton capture. Their steep and gentle temperature dependences cross near 1.8e7 K, which divides pp-powered lower-main-sequence stars from CNO-powered upper-main-sequence stars.\n",{"path":8776,"title":8777,"module":8769,"summary":8778},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process","Helium Burning and the Triple-Alpha Process","Helium fuses to carbon in two steps through the unbound beryllium-8 nucleus and a resonant excited state of carbon-12, the Hoyle state, whose existence was predicted from the observed carbon abundance. The rate scales as roughly the fortieth power of temperature, and in a degenerate low-mass core this drives the runaway helium flash. A competing alpha capture on carbon-12 sets the carbon-to-oxygen ratio and the composition of the resulting white dwarf.\n",{"path":8780,"title":8781,"module":8769,"summary":8782},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis","Advanced Burning, the Iron Peak, and the s\u002Fr Processes","Massive stars burn carbon, neon, oxygen, and silicon in ever-shorter stages, building an onion-shell interior and reaching nuclear statistical equilibrium at the iron peak, where the binding-energy-per-nucleon curve turns over and fusion can release no more energy. Elements beyond iron form by neutron capture: the slow s-process in AGB stars tracks the valley of stability, while the rapid r-process in supernovae and neutron-star mergers builds the heaviest nuclei far from it.\n",{"path":8784,"title":8785,"module":8786,"summary":8787},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium","The Phases of the Interstellar Medium","The Interstellar Medium","The gas between the stars separates into distinct thermal phases, from cold molecular clouds at 10 K to a diffuse million-degree corona, held near a common pressure by a balance of photoelectric heating and radiative cooling. Neutral hydrogen is traced by the 21-cm hyperfine line, dust reddens and extinguishes starlight along a characteristic wavelength law, and the ultraviolet output of hot stars carves ionized Strömgren spheres out of the surrounding gas.\n",{"path":8789,"title":8790,"module":8786,"summary":8791},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse","Molecular Clouds and Gravitational Collapse","Stars form in cold, dense molecular clouds when self-gravity overcomes thermal and magnetic support. The virial theorem fixes the Jeans mass and length at which a clump becomes unstable, the free-fall time sets how fast it collapses, and a fragmentation cascade — cut off at a minimum mass by the onset of opacity — turns one cloud into a whole cluster, imprinting the stellar initial mass function.\n",{"path":8793,"title":8794,"module":8786,"summary":8795},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence","Protostars and Pre-Main-Sequence Evolution","A collapsing core becomes optically thick and forms a protostar that grows by accretion through a disk while driving bipolar outflows. The newborn star appears on the birthline and contracts down the fully convective Hayashi track, then crosses the radiative Henyey track to the zero-age main sequence, powered by gravitational contraction until hydrogen ignites. Below about 0.08 solar masses degeneracy halts contraction before ignition, dividing stars from brown dwarfs.\n",{"path":8797,"title":8798,"module":8799,"summary":8800},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure","The Main Sequence and Its Structure","Stellar Evolution","A star settles onto the zero-age main sequence when core hydrogen ignition halts contraction. Homology scaling of the structure equations reproduces the mass–luminosity relation, and the burning mode splits the sequence into an upper branch with a convective core and a lower branch with a convective envelope. The main-sequence lifetime falls steeply with mass, and the turnoff of a coeval cluster serves as a clock.\n",{"path":8802,"title":8803,"module":8799,"summary":8804},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution","Post-Main-Sequence Evolution of Low-Mass Stars","When a low-mass star exhausts core hydrogen, burning moves to a shell, the core contracts, and the envelope swells into a red giant. A degenerate helium core ignites in a flash, settles onto the horizontal branch, and after a second contraction the star climbs the asymptotic giant branch with two burning shells. Thermal pulses and dredge-up enrich the surface, and mass loss ejects a planetary nebula, leaving a carbon–oxygen white dwarf.\n",{"path":8806,"title":8807,"module":8799,"summary":8808},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars","The Evolution of Massive Stars","Stars above about eight solar masses burn through hydrogen, helium, carbon, neon, oxygen, and silicon in stages that grow shorter as neutrino losses accelerate contraction. The interior becomes an onion of concentric burning shells around an inert iron core. Radiation pressure near the Eddington limit drives fierce winds that can strip the hydrogen envelope entirely, and silicon burning builds an iron core toward the threshold of collapse.\n",{"path":8810,"title":8811,"module":8799,"summary":8812},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip","Stellar Pulsation and the Instability Strip","Radial pulsation is a standing sound wave whose period scales inversely with the square root of the mean density. The kappa mechanism, an opacity valve seated in the helium partial-ionization zone, turns a star into a heat engine that pumps the oscillation. Stars in the instability strip pulsate as Cepheids, RR Lyrae, and Mira variables, and the Cepheid period–luminosity relation calibrates the distance ladder.\n",{"path":8814,"title":7236,"module":8815,"summary":8816},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit","Stellar Death and Compact Remnants","A white dwarf is held up by the degeneracy pressure of its electrons, a quantum-mechanical stiffness that survives to zero temperature. Filling the Fermi sea sets a pressure that scales as density to the five-thirds power when the electrons are slow and only four-thirds when they are relativistic. The softer relativistic law produces the inverted mass-radius relation and a maximum mass, the Chandrasekhar limit near 1.4 solar masses, above which no cold equilibrium exists. Cooling and crystallization then turn the white-dwarf population into a clock for the Galactic disk.\n",{"path":8818,"title":8819,"module":8815,"summary":8820},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae","Core-Collapse Supernovae","When a massive star builds an iron core past the Chandrasekhar mass, degeneracy fails and the core collapses in less than a second. Photodisintegration and electron capture remove pressure support and neutronize the matter; the collapse halts abruptly at nuclear density, launching a shock that stalls and is revived by neutrino heating. The event is a Type II or stripped-envelope Ib\u002FIc supernova, and the neutrinos from SN 1987A confirmed the picture directly.\n",{"path":8822,"title":8823,"module":8815,"summary":8824},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia","Thermonuclear Supernovae","A carbon-oxygen white dwarf driven toward the Chandrasekhar mass ignites its degenerate fuel and unbinds itself in a thermonuclear runaway, the Type Ia supernova. The light curve is powered by the radioactive decay of nickel-56 to cobalt-56 to iron-56, and the Phillips relation between peak brightness and decline rate makes these events standardizable candles. Their near-uniform luminosity turns them into the distance indicators that revealed cosmic acceleration.\n",{"path":8826,"title":8827,"module":8815,"summary":8828},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars","Neutron Stars and Pulsars","A neutron star is held up by neutron degeneracy and the repulsive nuclear force, with a maximum mass, the Tolman-Oppenheimer-Volkoff limit, set by an uncertain dense-matter equation of state. Its rotating magnetic dipole sweeps a beam past Earth as a pulsar, and magnetic braking traces a track across the period-period- derivative diagram. Millisecond pulsars, magnetars, glitches, and the orbital decay of the Hulse-Taylor binary follow from the same structure.\n",{"path":8830,"title":8831,"module":8815,"summary":8832},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr","Black Holes, Schwarzschild and Kerr","Above the neutron-star mass limit gravity wins completely and the remnant is a black hole. The Schwarzschild solution gives the event horizon, gravitational redshift, and time dilation; the innermost stable circular orbit sets the efficiency of accretion. Rotating Kerr black holes drag spacetime and carry an ergosphere. Stellar-mass black holes are found in X-ray binaries, and the Event Horizon Telescope has imaged the shadow of a supermassive one.\n",{"path":8834,"title":8835,"module":8836,"summary":8837},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer","Binary Systems and Mass Transfer","Binaries and Gravitational Waves","Most stars are born in pairs, and a binary is the only setting where a stellar mass can be measured directly. Visual, spectroscopic, and eclipsing binaries each expose a different combination of the orbital elements, and together they calibrate the mass-luminosity relation. When one star swells to fill its Roche lobe, gas streams through the inner Lagrange point onto its companion. Conservative transfer widens or shrinks the orbit depending on the mass ratio, and the sign of that response explains the Algol paradox.\n",{"path":8839,"title":8840,"module":8836,"summary":8841},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects","Accreting Compact Objects","Gas falling onto a compact object converts gravitational binding energy into radiation with an efficiency set by the depth of the potential well, up to tens of percent of the rest mass for a neutron star or black hole. Angular momentum forces the flow into a disk, and viscous dissipation gives a temperature profile that falls as radius to the minus three-quarters, producing a multicolor blackbody spectrum. Radiation pressure caps the steady luminosity at the Eddington limit. Unstable nuclear burning of the accreted fuel powers classical novae on white dwarfs and Type I X-ray bursts on neutron stars.\n",{"path":8843,"title":8844,"module":8836,"summary":8845},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries","Gravitational Waves from Inspiraling Binaries","A time-varying mass quadrupole radiates gravitational waves, ripples in spacetime that stretch and squeeze a ring of free masses along two polarizations. The radiated power drains a binary's orbital energy, shrinking the orbit and sweeping the wave frequency upward in a chirp whose rate fixes the chirp mass. Laser interferometers with kilometre arms measure the resulting strain of order ten to the minus twenty-one. The first detection, GW150914, matched a template for two merging black holes near thirty solar masses each.\n",{"path":8847,"title":8848,"module":8836,"summary":8849},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts","Multimessenger Astronomy and Gamma-Ray Bursts","Gamma-ray bursts split into two populations: long bursts from the collapse of massive stars and short bursts from merging compact objects. The compactness problem forces the emitting plasma to move at ultra-relativistic speed, beaming the radiation into a narrow jet. The neutron-star merger GW170817 tied a gravitational chirp to a short gamma-ray burst, a radioactive kilonova, and a broadband afterglow, confirming that mergers forge r-process elements. A merger with a measured redshift is a standard siren that reads the Hubble constant from gravitational data alone.\n",{"path":8851,"title":8852,"module":8853,"summary":8854},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way","The Milky Way Galaxy","Galaxies and Dark Matter","The Galaxy resolves into a thin disk of gas and young stars, a central bar and bulge, and a diffuse old halo studded with globular clusters. Star counts and the reddening of distant light map these components, while the differential rotation of the disk — encoded in the Oort constants and the flat rotation curve — measures the enclosed mass and reveals more than the stars can account for. Spiral arms are density waves, not material structures, and the innermost stellar orbits around Sgr A* weigh a four-million-solar-mass black hole.\n",{"path":8856,"title":8857,"module":8853,"summary":8858},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification","Galaxy Morphology and Classification","Galaxies sort along the Hubble tuning fork from smooth ellipticals through lenticulars to grand-design and barred spirals, with irregulars off the end. The light of a spheroid follows the de Vaucouleurs quarter-power law while a disk fades exponentially, and the general Sérsic profile interpolates between them. Virial scaling relations — Tully–Fisher for disks, Faber–Jackson and the fundamental plane for spheroids — tie luminosity to internal motions, and the Schechter function fixes the abundance of galaxies as a function of luminosity.\n",{"path":8860,"title":8861,"module":8853,"summary":8862},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter","Galaxy Rotation Curves and Dark Matter","The rotation curves of disk galaxies stay flat far beyond the light, demanding an extended halo whose density falls as the inverse square of radius. Decomposing the curve into disk, bulge, and halo, and fitting isothermal or NFW profiles, quantifies the missing mass. Gravitational lensing weighs the same mass without dynamics, the mass-to-light ratio climbs from stars to clusters, and the Bullet Cluster separates the collisionless dark matter from the colliding gas — evidence that MOND strains to match.\n",{"path":8864,"title":8865,"module":8853,"summary":8866},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes","Active Galactic Nuclei","A small fraction of galaxies pour out enormous luminosity from a region smaller than the solar system. Accretion onto a supermassive black hole, limited by the Eddington balance of radiation pressure and gravity, powers the Seyferts, quasars, radio galaxies, and blazars — one engine seen from different angles through an obscuring torus. Relativistic jets produce apparent superluminal motion, reverberation mapping and stellar dynamics weigh the central mass, and the M–sigma relation ties that mass to the host bulge.\n",{"path":8868,"title":8869,"module":8853,"summary":8870},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure","Galaxy Clusters and Large-Scale Structure","Galaxies gather into groups and rich clusters bound by a common dark halo and filled with hot X-ray gas. Three independent probes — the virial theorem, the hydrostatic X-ray temperature, and gravitational lensing — agree on a mass that dwarfs the stars. On the largest scales galaxies trace a cosmic web of filaments, walls, and voids, quantified by the two-point correlation function, whose baryon acoustic oscillation bump provides a standard ruler for cosmology.\n",{"path":8872,"title":8873,"module":8874,"summary":8875},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law","The Expanding Universe and Hubble's Law","Cosmic Expansion and Dynamics","The universe is homogeneous and isotropic on large scales, so its expansion is captured by a single function of time, the scale factor. Comoving coordinates stay fixed while proper distances grow in proportion to the scale factor, producing Hubble's law and a cosmological redshift that measures stretched space rather than a Doppler shift. A Newtonian energy argument reproduces the dynamics, and the same finite, expanding cosmos resolves Olbers' paradox.\n",{"path":8877,"title":8878,"module":8874,"summary":8879},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift","The FRW Metric and Cosmological Redshift","The geometry of a homogeneous, isotropic universe is fixed by symmetry to the Robertson-Walker metric, with the entire freedom reduced to a scale factor and a single curvature constant selecting an open, flat, or closed space. From the metric the null geodesic of light gives comoving distance, the exact cosmological redshift, and the distinction between the proper distance we cannot measure and the redshift we can.\n",{"path":8881,"title":5954,"module":8874,"summary":8882},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics","The scale factor obeys the Friedmann equation, the acceleration equation, and the fluid equation, only two of which are independent. An equation of state fixes how each component behaves under expansion, so radiation dilutes as the inverse fourth power of the scale factor, matter as the inverse cube, and vacuum energy not at all. The critical density defines the density parameters, and the deceleration parameter encodes whether gravity or dark energy is winning.\n",{"path":8884,"title":8885,"module":8874,"summary":8886},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances","Cosmological Models and Distances","Integrating the Friedmann equation for particular mixtures gives the benchmark models, from the matter-only Einstein-de Sitter universe to the concordance Lambda-CDM, each with its own scale-factor history and age. Because the redshift is the only direct observable, several distance measures diverge at high redshift, and the angular-diameter distance even turns over so that the most distant objects look larger. The horizon and lookback time set what is causally and observationally reachable.\n",{"path":8888,"title":8889,"module":8874,"summary":8890},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe","Dark Energy and the Accelerating Universe","In 1998 two teams found that distant Type Ia supernovae are fainter than a decelerating universe predicts, revealing that the expansion is accelerating and that a component with negative pressure dominates the energy budget. The simplest candidate is the cosmological constant, or vacuum energy, with an equation of state near minus one. It works observationally but leaves two deep puzzles: why the vacuum energy is a hundred and twenty orders of magnitude smaller than expected, and why it is comparable to the matter density just now.\n",{"path":8892,"title":8893,"module":8894,"summary":8895},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe","The Thermal History of the Universe","The Hot Big Bang","Running the expansion backward compresses and heats the universe, so its past is a sequence of thermal epochs set by temperature. Temperature scales as the inverse scale factor; species stay in equilibrium while their interaction rate exceeds the expansion rate and freeze out when it drops below. The effective degrees of freedom count the relativistic species and step down through mass thresholds, and neutrino decoupling just before electron-positron annihilation leaves a relic neutrino background slightly cooler than the photons.\n",{"path":8897,"title":8898,"module":8894,"summary":8899},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis","Big Bang Nucleosynthesis","In the first three minutes the weak interactions freeze out the neutron-to-proton ratio, and once deuterium survives photodissociation a fast reaction network converts nearly all free neutrons into helium-4. The primordial abundances of deuterium, helium-3, helium-4, and lithium-7 depend on a single free parameter, the baryon-to-photon ratio, so measuring them fixes the baryon density. The predictions match observation across nine decades of abundance, with a persistent discrepancy in lithium-7.\n",{"path":8901,"title":8902,"module":8894,"summary":8903},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background","Recombination and the Cosmic Microwave Background","As the universe cooled through a few thousand kelvin the free electrons bound to protons, and the Saha equation tracks the falling ionization fraction. Once the plasma neutralized, photons stopped scattering and streamed freely from a spherical surface of last scattering at redshift about 1100. Those photons are the cosmic microwave background, an almost perfect blackbody at 2.725 kelvin with a dipole from our motion through it.\n",{"path":8905,"title":8906,"module":8894,"summary":8907},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters","CMB Anisotropies and Cosmological Parameters","The cosmic microwave background carries temperature fluctuations at the ten-parts-per-million level, imprinted by sound waves in the photon-baryon plasma before recombination. Decomposed into spherical harmonics, the fluctuations form an angular power spectrum whose acoustic peaks encode the geometry and contents of the universe: the first peak fixes spatial flatness, the odd-even peak ratio the baryon density, and the third peak the dark-matter density. Polarization adds an independent channel, and the Planck measurements pin the concordance parameters.\n",{"path":8909,"title":8910,"module":8894,"summary":8911},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation","Cosmic Inflation","The hot Big Bang leaves three initial-condition puzzles unexplained: why causally disconnected patches share a temperature, why the geometry is so nearly flat, and why no magnetic monopoles are seen. A brief epoch of accelerated expansion driven by a slowly rolling scalar field solves all three by stretching a small causal patch across the observable universe. The same accelerated expansion freezes quantum fluctuations into a near-scale-invariant spectrum of density perturbations, seeding all later structure.\n",{"path":8913,"title":8914,"module":8894,"summary":8915},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations","Structure Formation and the Growth of Perturbations","The near-uniform early universe grew its galaxies and clusters by gravitational instability acting on the tiny inflationary perturbations. In an expanding background the growth is slowed to a power law rather than the exponential of a static medium; perturbations stall during radiation domination and grow with the scale factor once matter dominates. The transfer function turns the primordial spectrum into the processed matter power spectrum, and cold dark matter builds structure from the bottom up.\n",{"path":8917,"title":8918,"module":8894,"summary":8919},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions","Dark Matter, Dark Energy, and Open Questions","Five independent lines of evidence converge on a universe whose energy budget is dominated by dark energy and dark matter, with ordinary baryons a small remainder. The candidate particles for dark matter range from WIMPs to axions to sterile neutrinos, each with its own detection strategy. The concordance model fits the data with six parameters but leaves the nature of dark energy, the Hubble tension, small-scale structure, and the matter-antimatter asymmetry unexplained.\n",{"path":8921,"title":8922,"module":6,"summary":6},"\u002Fastrophysics-cosmology","Astrophysics & Cosmology",{"path":8924,"title":8925,"module":6,"summary":6},"\u002Fcolophon","Colophon",{"path":3143,"title":8927,"module":6,"summary":6},"Study Notes",[8929,8942,8954,8963,8972,8987,9043,9062],{"module":4247,"moduleNumber":1092,"slug":8930,"lessons":8931},"foundations",[8932,8934,8936,8938,8940],{"title":8292,"path":8291,"lessonNumber":1092,"topics":8933,"summary":8293},[4247],{"title":8296,"path":8295,"lessonNumber":1098,"topics":8935,"summary":8297},[4247],{"title":8300,"path":8299,"lessonNumber":1104,"topics":8937,"summary":8301},[4247],{"title":8304,"path":8303,"lessonNumber":1110,"topics":8939,"summary":8305},[4247],{"title":8308,"path":8307,"lessonNumber":1116,"topics":8941,"summary":8309},[4247],{"module":8313,"moduleNumber":1098,"slug":8943,"lessons":8944},"classification",[8945,8948,8950,8952],{"title":8312,"path":8311,"lessonNumber":1092,"topics":8946,"summary":8314},[8947],"Classification",{"title":8317,"path":8316,"lessonNumber":1098,"topics":8949,"summary":8318},[8947],{"title":8321,"path":8320,"lessonNumber":1104,"topics":8951,"summary":8322},[8947],{"title":8325,"path":8324,"lessonNumber":1110,"topics":8953,"summary":8326},[8947],{"module":8330,"moduleNumber":1104,"slug":8955,"lessons":8956},"semantics",[8957,8959,8961],{"title":8329,"path":8328,"lessonNumber":1092,"topics":8958,"summary":8331},[8330],{"title":8334,"path":8333,"lessonNumber":1098,"topics":8960,"summary":8335},[8330],{"title":8338,"path":8337,"lessonNumber":1104,"topics":8962,"summary":8339},[8330],{"module":4713,"moduleNumber":1110,"slug":8964,"lessons":8965},"sequences",[8966,8968,8970],{"title":8341,"path":17,"lessonNumber":1092,"topics":8967,"summary":8342},[4713],{"title":8345,"path":8344,"lessonNumber":1098,"topics":8969,"summary":8346},[4713],{"title":8349,"path":8348,"lessonNumber":1104,"topics":8971,"summary":8350},[4713],{"module":5195,"moduleNumber":1116,"slug":8973,"lessons":8974},"transformers",[8975,8977,8979,8981,8983,8985],{"title":8353,"path":8352,"lessonNumber":1092,"topics":8976,"summary":8354},[5195],{"title":6907,"path":8356,"lessonNumber":1098,"topics":8978,"summary":8357},[5195],{"title":7015,"path":8359,"lessonNumber":1104,"topics":8980,"summary":8360},[5195],{"title":8363,"path":8362,"lessonNumber":1110,"topics":8982,"summary":8364},[5195],{"title":8367,"path":8366,"lessonNumber":1116,"topics":8984,"summary":8368},[5195],{"title":8371,"path":8370,"lessonNumber":1122,"topics":8986,"summary":8372},[5195],{"module":3311,"moduleNumber":1122,"slug":8988,"lessons":8989},"linguistic-structure",[8990,8992,8994,8996,8998,9000,9002,9004,9007,9010,9013,9016,9019,9022,9025,9028,9031,9034,9037,9040],{"title":8375,"path":8374,"lessonNumber":1092,"topics":8991,"summary":8376},[3330],{"title":8379,"path":8378,"lessonNumber":1098,"topics":8993,"summary":8380},[3330],{"title":8383,"path":8382,"lessonNumber":1104,"topics":8995,"summary":8384},[3330],{"title":8387,"path":8386,"lessonNumber":1110,"topics":8997,"summary":8388},[3330],{"title":8391,"path":8390,"lessonNumber":1116,"topics":8999,"summary":8392},[3330],{"title":8395,"path":8394,"lessonNumber":1122,"topics":9001,"summary":8396},[3330],{"title":5,"path":3313,"lessonNumber":3309,"topics":9003,"summary":3328},[3330],{"title":8399,"path":48,"lessonNumber":9005,"topics":9006,"summary":8400},8,[3330],{"title":8403,"path":8402,"lessonNumber":9008,"topics":9009,"summary":8404},9,[3330],{"title":8407,"path":8406,"lessonNumber":9011,"topics":9012,"summary":8408},10,[3330],{"title":8411,"path":8410,"lessonNumber":9014,"topics":9015,"summary":8412},11,[3330],{"title":8415,"path":8414,"lessonNumber":9017,"topics":9018,"summary":8416},12,[3330],{"title":8419,"path":8418,"lessonNumber":9020,"topics":9021,"summary":8420},13,[3330],{"title":8423,"path":8422,"lessonNumber":9023,"topics":9024,"summary":8424},14,[3330],{"title":8427,"path":8426,"lessonNumber":9026,"topics":9027,"summary":8428},15,[3330],{"title":8431,"path":8430,"lessonNumber":9029,"topics":9030,"summary":8432},16,[3330],{"title":8435,"path":8434,"lessonNumber":9032,"topics":9033,"summary":8436},17,[3330],{"title":8439,"path":8438,"lessonNumber":9035,"topics":9036,"summary":8440},18,[3330],{"title":8443,"path":8442,"lessonNumber":9038,"topics":9039,"summary":8444},19,[3330],{"title":8447,"path":8446,"lessonNumber":9041,"topics":9042,"summary":8448},20,[3330],{"module":7003,"moduleNumber":3309,"slug":9044,"lessons":9045},"applications",[9046,9048,9050,9052,9054,9056,9058,9060],{"title":8451,"path":8450,"lessonNumber":1092,"topics":9047,"summary":8452},[7003],{"title":8455,"path":8454,"lessonNumber":1098,"topics":9049,"summary":8456},[7003],{"title":8459,"path":8458,"lessonNumber":1104,"topics":9051,"summary":8460},[7003],{"title":8463,"path":8462,"lessonNumber":1110,"topics":9053,"summary":8464},[7003],{"title":8467,"path":8466,"lessonNumber":1116,"topics":9055,"summary":8468},[7003],{"title":8471,"path":8470,"lessonNumber":1122,"topics":9057,"summary":8472},[7003],{"title":8475,"path":8474,"lessonNumber":3309,"topics":9059,"summary":8476},[7003],{"title":8479,"path":8478,"lessonNumber":9005,"topics":9061,"summary":8480},[7003],{"module":8484,"moduleNumber":9005,"slug":9063,"lessons":9064},"speech",[9065,9067,9069,9071],{"title":8483,"path":8482,"lessonNumber":1092,"topics":9066,"summary":8485},[8484],{"title":8488,"path":8487,"lessonNumber":1098,"topics":9068,"summary":8489},[8484],{"title":8492,"path":8491,"lessonNumber":1104,"topics":9070,"summary":8493},[8484],{"title":8496,"path":8495,"lessonNumber":1110,"topics":9072,"summary":8497},[8484],"\u003Csvg style=\"width:100%;max-width:415.494px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 311.621 128.747\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-65.403-52.153H82.55V-72.07H-65.403Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(32.326 -82.928)\">\u003Cpath d=\"M-64.735 22.854Q-64.451 23.162-63.952 23.162Q-63.727 23.162-63.557 23.025Q-63.388 22.888-63.299 22.673Q-63.210 22.457-63.210 22.232L-63.210 18.957Q-63.210 18.817-63.515 18.781Q-63.819 18.746-64.147 18.746L-64.147 18.465L-62.004 18.465L-62.004 18.746Q-62.233 18.746-62.388 18.781Q-62.544 18.817-62.544 18.957L-62.544 22.252Q-62.544 22.591-62.756 22.852Q-62.968 23.114-63.292 23.250Q-63.617 23.387-63.952 23.387Q-64.414 23.387-64.791 23.138Q-65.169 22.888-65.169 22.451Q-65.169 22.283-65.053 22.167Q-64.936 22.051-64.762 22.051Q-64.653 22.051-64.561 22.105Q-64.468 22.160-64.417 22.251Q-64.366 22.341-64.366 22.451Q-64.366 22.550-64.414 22.645Q-64.461 22.741-64.549 22.798Q-64.636 22.854-64.735 22.854M-61.249 21.764Q-61.249 21.422-61.113 21.123Q-60.978 20.824-60.739 20.600Q-60.500 20.376-60.182 20.251Q-59.864 20.126-59.533 20.126Q-59.088 20.126-58.688 20.342Q-58.289 20.557-58.054 20.935Q-57.820 21.312-57.820 21.764Q-57.820 22.105-57.962 22.389Q-58.104 22.673-58.348 22.880Q-58.593 23.086-58.902 23.201Q-59.211 23.315-59.533 23.315Q-59.963 23.315-60.365 23.114Q-60.767 22.912-61.008 22.560Q-61.249 22.208-61.249 21.764M-59.533 23.066Q-58.931 23.066-58.707 22.688Q-58.483 22.310-58.483 21.678Q-58.483 21.066-58.718 20.707Q-58.952 20.349-59.533 20.349Q-60.585 20.349-60.585 21.678Q-60.585 22.310-60.360 22.688Q-60.134 23.066-59.533 23.066M-55.544 23.247L-57.178 23.247L-57.178 22.967Q-56.949 22.967-56.800 22.933Q-56.651 22.898-56.651 22.758L-56.651 19.139Q-56.651 18.869-56.759 18.807Q-56.867 18.746-57.178 18.746L-57.178 18.465L-56.098 18.390L-56.098 20.776Q-55.992 20.591-55.814 20.449Q-55.636 20.308-55.428 20.234Q-55.219 20.161-54.994 20.161Q-54.488 20.161-54.204 20.384Q-53.920 20.608-53.920 21.104L-53.920 22.758Q-53.920 22.895-53.772 22.931Q-53.623 22.967-53.397 22.967L-53.397 23.247L-55.028 23.247L-55.028 22.967Q-54.799 22.967-54.650 22.933Q-54.501 22.898-54.501 22.758L-54.501 21.118Q-54.501 20.783-54.621 20.583Q-54.741 20.383-55.055 20.383Q-55.325 20.383-55.559 20.519Q-55.793 20.656-55.932 20.890Q-56.070 21.124-56.070 21.398L-56.070 22.758Q-56.070 22.895-55.920 22.931Q-55.770 22.967-55.544 22.967L-55.544 23.247M-51.128 23.247L-52.762 23.247L-52.762 22.967Q-52.533 22.967-52.384 22.933Q-52.235 22.898-52.235 22.758L-52.235 20.909Q-52.235 20.639-52.343 20.578Q-52.451 20.516-52.762 20.516L-52.762 20.236L-51.702 20.161L-51.702 20.810Q-51.531 20.502-51.227 20.331Q-50.923 20.161-50.578 20.161Q-50.072 20.161-49.788 20.384Q-49.504 20.608-49.504 21.104L-49.504 22.758Q-49.504 22.895-49.356 22.931Q-49.207 22.967-48.981 22.967L-48.981 23.247L-50.612 23.247L-50.612 22.967Q-50.383 22.967-50.234 22.933Q-50.085 22.898-50.085 22.758L-50.085 21.118Q-50.085 20.783-50.205 20.583Q-50.325 20.383-50.639 20.383Q-50.909 20.383-51.143 20.519Q-51.377 20.656-51.516 20.890Q-51.654 21.124-51.654 21.398L-51.654 22.758Q-51.654 22.895-51.504 22.931Q-51.353 22.967-51.128 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(32.326 -82.928)\">\u003Cpath d=\"M-44.885 23.247L-45.152 23.247L-45.152 19.139Q-45.152 18.869-45.259 18.807Q-45.367 18.746-45.678 18.746L-45.678 18.465L-44.598 18.390L-44.598 20.560Q-44.389 20.369-44.104 20.265Q-43.819 20.161-43.521 20.161Q-43.203 20.161-42.906 20.282Q-42.609 20.403-42.386 20.619Q-42.164 20.834-42.038 21.119Q-41.911 21.405-41.911 21.736Q-41.911 22.181-42.151 22.545Q-42.390 22.909-42.783 23.112Q-43.176 23.315-43.620 23.315Q-43.815 23.315-44.005 23.259Q-44.194 23.203-44.355 23.098Q-44.516 22.994-44.656 22.833L-44.885 23.247M-44.570 20.902L-44.570 22.519Q-44.434 22.779-44.193 22.936Q-43.952 23.093-43.675 23.093Q-43.381 23.093-43.169 22.986Q-42.957 22.878-42.824 22.686Q-42.691 22.495-42.632 22.256Q-42.574 22.017-42.574 21.736Q-42.574 21.377-42.668 21.073Q-42.762 20.769-42.990 20.576Q-43.217 20.383-43.583 20.383Q-43.883 20.383-44.150 20.519Q-44.417 20.656-44.570 20.902M-39.526 23.247L-41.262 23.247L-41.262 22.967Q-41.033 22.967-40.884 22.933Q-40.735 22.898-40.735 22.758L-40.735 20.909Q-40.735 20.639-40.843 20.578Q-40.951 20.516-41.262 20.516L-41.262 20.236L-40.233 20.161L-40.233 20.868Q-40.103 20.560-39.860 20.361Q-39.618 20.161-39.300 20.161Q-39.081 20.161-38.910 20.285Q-38.739 20.410-38.739 20.622Q-38.739 20.759-38.839 20.858Q-38.938 20.957-39.071 20.957Q-39.208 20.957-39.307 20.858Q-39.406 20.759-39.406 20.622Q-39.406 20.482-39.307 20.383Q-39.597 20.383-39.797 20.579Q-39.997 20.776-40.089 21.070Q-40.182 21.364-40.182 21.644L-40.182 22.758Q-40.182 22.967-39.526 22.967L-39.526 23.247M-38.196 21.764Q-38.196 21.422-38.061 21.123Q-37.926 20.824-37.687 20.600Q-37.447 20.376-37.130 20.251Q-36.812 20.126-36.480 20.126Q-36.036 20.126-35.636 20.342Q-35.236 20.557-35.002 20.935Q-34.768 21.312-34.768 21.764Q-34.768 22.105-34.910 22.389Q-35.051 22.673-35.296 22.880Q-35.540 23.086-35.850 23.201Q-36.159 23.315-36.480 23.315Q-36.911 23.315-37.312 23.114Q-37.714 22.912-37.955 22.560Q-38.196 22.208-38.196 21.764M-36.480 23.066Q-35.879 23.066-35.655 22.688Q-35.431 22.310-35.431 21.678Q-35.431 21.066-35.665 20.707Q-35.899 20.349-36.480 20.349Q-37.533 20.349-37.533 21.678Q-37.533 22.310-37.307 22.688Q-37.082 23.066-36.480 23.066M-32.577 23.247L-34.159 23.247L-34.159 22.967Q-33.930 22.967-33.782 22.933Q-33.633 22.898-33.633 22.758L-33.633 19.139Q-33.633 18.869-33.741 18.807Q-33.848 18.746-34.159 18.746L-34.159 18.465L-33.079 18.390L-33.079 21.678L-32.095 20.909Q-31.890 20.772-31.890 20.622Q-31.890 20.578-31.931 20.543Q-31.972 20.509-32.016 20.509L-32.016 20.229L-30.652 20.229L-30.652 20.509Q-31.141 20.509-31.661 20.909L-32.218 21.343L-31.240 22.567Q-31.039 22.813-30.905 22.890Q-30.772 22.967-30.485 22.967L-30.485 23.247L-31.917 23.247L-31.917 22.967Q-31.729 22.967-31.729 22.854Q-31.729 22.758-31.883 22.567L-32.618 21.658L-33.100 22.037L-33.100 22.758Q-33.100 22.895-32.951 22.931Q-32.802 22.967-32.577 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(32.326 -82.928)\">\u003Cpath d=\"M-30.219 21.712Q-30.219 21.391-30.094 21.102Q-29.969 20.813-29.743 20.590Q-29.518 20.366-29.222 20.246Q-28.927 20.126-28.609 20.126Q-28.281 20.126-28.019 20.226Q-27.758 20.325-27.582 20.507Q-27.406 20.690-27.312 20.948Q-27.218 21.206-27.218 21.538Q-27.218 21.630-27.300 21.651L-29.555 21.651L-29.555 21.712Q-29.555 22.300-29.272 22.683Q-28.988 23.066-28.421 23.066Q-28.099 23.066-27.831 22.873Q-27.563 22.680-27.474 22.365Q-27.467 22.324-27.392 22.310L-27.300 22.310Q-27.218 22.334-27.218 22.406Q-27.218 22.413-27.224 22.440Q-27.337 22.837-27.708 23.076Q-28.079 23.315-28.503 23.315Q-28.940 23.315-29.340 23.107Q-29.740 22.898-29.979 22.531Q-30.219 22.164-30.219 21.712M-29.549 21.442L-27.734 21.442Q-27.734 21.165-27.831 20.913Q-27.929 20.660-28.127 20.504Q-28.325 20.349-28.609 20.349Q-28.886 20.349-29.099 20.507Q-29.313 20.666-29.431 20.921Q-29.549 21.176-29.549 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(32.326 -82.928)\">\u003Cpath d=\"M-23.401 22.406L-23.401 20.509L-24.040 20.509L-24.040 20.287Q-23.722 20.287-23.505 20.077Q-23.288 19.867-23.188 19.557Q-23.087 19.248-23.087 18.940L-22.820 18.940L-22.820 20.229L-21.743 20.229L-21.743 20.509L-22.820 20.509L-22.820 22.393Q-22.820 22.669-22.716 22.868Q-22.612 23.066-22.352 23.066Q-22.195 23.066-22.089 22.962Q-21.983 22.857-21.933 22.704Q-21.884 22.550-21.884 22.393L-21.884 21.979L-21.617 21.979L-21.617 22.406Q-21.617 22.632-21.716 22.842Q-21.815 23.052-22 23.184Q-22.184 23.315-22.413 23.315Q-22.851 23.315-23.126 23.078Q-23.401 22.840-23.401 22.406M-19.125 23.247L-20.759 23.247L-20.759 22.967Q-20.530 22.967-20.381 22.933Q-20.233 22.898-20.233 22.758L-20.233 19.139Q-20.233 18.869-20.340 18.807Q-20.448 18.746-20.759 18.746L-20.759 18.465L-19.679 18.390L-19.679 20.776Q-19.573 20.591-19.395 20.449Q-19.218 20.308-19.009 20.234Q-18.801 20.161-18.575 20.161Q-18.069 20.161-17.785 20.384Q-17.502 20.608-17.502 21.104L-17.502 22.758Q-17.502 22.895-17.353 22.931Q-17.204 22.967-16.979 22.967L-16.979 23.247L-18.609 23.247L-18.609 22.967Q-18.380 22.967-18.232 22.933Q-18.083 22.898-18.083 22.758L-18.083 21.118Q-18.083 20.783-18.202 20.583Q-18.322 20.383-18.637 20.383Q-18.907 20.383-19.141 20.519Q-19.375 20.656-19.513 20.890Q-19.652 21.124-19.652 21.398L-19.652 22.758Q-19.652 22.895-19.501 22.931Q-19.351 22.967-19.125 22.967L-19.125 23.247M-16.432 21.712Q-16.432 21.391-16.307 21.102Q-16.182 20.813-15.957 20.590Q-15.731 20.366-15.436 20.246Q-15.140 20.126-14.822 20.126Q-14.494 20.126-14.232 20.226Q-13.971 20.325-13.795 20.507Q-13.619 20.690-13.525 20.948Q-13.431 21.206-13.431 21.538Q-13.431 21.630-13.513 21.651L-15.769 21.651L-15.769 21.712Q-15.769 22.300-15.485 22.683Q-15.201 23.066-14.634 23.066Q-14.313 23.066-14.044 22.873Q-13.776 22.680-13.687 22.365Q-13.680 22.324-13.605 22.310L-13.513 22.310Q-13.431 22.334-13.431 22.406Q-13.431 22.413-13.438 22.440Q-13.551 22.837-13.921 23.076Q-14.292 23.315-14.716 23.315Q-15.154 23.315-15.554 23.107Q-15.953 22.898-16.193 22.531Q-16.432 22.164-16.432 21.712M-15.762 21.442L-13.947 21.442Q-13.947 21.165-14.044 20.913Q-14.142 20.660-14.340 20.504Q-14.538 20.349-14.822 20.349Q-15.099 20.349-15.313 20.507Q-15.526 20.666-15.644 20.921Q-15.762 21.176-15.762 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(32.326 -82.928)\">\u003Cpath d=\"M-8.748 23.220L-9.729 20.721Q-9.790 20.578-9.908 20.543Q-10.026 20.509-10.242 20.509L-10.242 20.229L-8.762 20.229L-8.762 20.509Q-9.141 20.509-9.141 20.670Q-9.141 20.680-9.127 20.721L-8.413 22.553L-7.740 20.848Q-7.770 20.776-7.770 20.748Q-7.770 20.721-7.798 20.721Q-7.859 20.574-7.977 20.542Q-8.095 20.509-8.307 20.509L-8.307 20.229L-6.909 20.229L-6.909 20.509Q-7.285 20.509-7.285 20.670Q-7.285 20.701-7.278 20.721L-6.523 22.659L-5.836 20.909Q-5.815 20.858-5.815 20.803Q-5.815 20.663-5.928 20.586Q-6.041 20.509-6.181 20.509L-6.181 20.229L-4.961 20.229L-4.961 20.509Q-5.166 20.509-5.321 20.615Q-5.477 20.721-5.549 20.909L-6.454 23.220Q-6.489 23.315-6.601 23.315L-6.670 23.315Q-6.779 23.315-6.817 23.220L-7.599 21.217L-8.386 23.220Q-8.420 23.315-8.533 23.315L-8.601 23.315Q-8.710 23.315-8.748 23.220M-2.814 23.247L-4.366 23.247L-4.366 22.967Q-4.140 22.967-3.992 22.933Q-3.843 22.898-3.843 22.758L-3.843 20.909Q-3.843 20.721-3.891 20.637Q-3.939 20.554-4.036 20.535Q-4.134 20.516-4.346 20.516L-4.346 20.236L-3.289 20.161L-3.289 22.758Q-3.289 22.898-3.158 22.933Q-3.026 22.967-2.814 22.967L-2.814 23.247M-4.086 18.940Q-4.086 18.769-3.963 18.650Q-3.840 18.530-3.669 18.530Q-3.501 18.530-3.378 18.650Q-3.255 18.769-3.255 18.940Q-3.255 19.115-3.378 19.238Q-3.501 19.361-3.669 19.361Q-3.840 19.361-3.963 19.238Q-4.086 19.115-4.086 18.940M-0.487 23.247L-2.120 23.247L-2.120 22.967Q-1.891 22.967-1.743 22.933Q-1.594 22.898-1.594 22.758L-1.594 20.909Q-1.594 20.639-1.702 20.578Q-1.809 20.516-2.120 20.516L-2.120 20.236L-1.061 20.161L-1.061 20.810Q-0.890 20.502-0.586 20.331Q-0.282 20.161 0.064 20.161Q0.570 20.161 0.853 20.384Q1.137 20.608 1.137 21.104L1.137 22.758Q1.137 22.895 1.286 22.931Q1.434 22.967 1.660 22.967L1.660 23.247L0.029 23.247L0.029 22.967Q0.258 22.967 0.407 22.933Q0.556 22.898 0.556 22.758L0.556 21.118Q0.556 20.783 0.436 20.583Q0.317 20.383 0.002 20.383Q-0.268 20.383-0.502 20.519Q-0.736 20.656-0.875 20.890Q-1.013 21.124-1.013 21.398L-1.013 22.758Q-1.013 22.895-0.863 22.931Q-0.712 22.967-0.487 22.967L-0.487 23.247M2.248 21.736Q2.248 21.398 2.388 21.107Q2.528 20.817 2.772 20.603Q3.017 20.390 3.321 20.275Q3.625 20.161 3.950 20.161Q4.220 20.161 4.483 20.260Q4.746 20.359 4.938 20.537L4.938 19.139Q4.938 18.869 4.830 18.807Q4.722 18.746 4.411 18.746L4.411 18.465L5.488 18.390L5.488 22.574Q5.488 22.762 5.543 22.845Q5.597 22.929 5.698 22.948Q5.799 22.967 6.014 22.967L6.014 23.247L4.907 23.315L4.907 22.898Q4.490 23.315 3.864 23.315Q3.434 23.315 3.061 23.103Q2.689 22.892 2.468 22.531Q2.248 22.170 2.248 21.736M3.923 23.093Q4.131 23.093 4.317 23.021Q4.504 22.950 4.657 22.813Q4.811 22.676 4.907 22.498L4.907 20.889Q4.821 20.742 4.676 20.622Q4.531 20.502 4.362 20.443Q4.193 20.383 4.011 20.383Q3.451 20.383 3.183 20.772Q2.914 21.162 2.914 21.743Q2.914 22.314 3.148 22.704Q3.383 23.093 3.923 23.093M6.623 21.764Q6.623 21.422 6.758 21.123Q6.893 20.824 7.132 20.600Q7.371 20.376 7.689 20.251Q8.007 20.126 8.339 20.126Q8.783 20.126 9.183 20.342Q9.583 20.557 9.817 20.935Q10.051 21.312 10.051 21.764Q10.051 22.105 9.909 22.389Q9.767 22.673 9.523 22.880Q9.279 23.086 8.969 23.201Q8.660 23.315 8.339 23.315Q7.908 23.315 7.506 23.114Q7.105 22.912 6.864 22.560Q6.623 22.208 6.623 21.764M8.339 23.066Q8.940 23.066 9.164 22.688Q9.388 22.310 9.388 21.678Q9.388 21.066 9.154 20.707Q8.920 20.349 8.339 20.349Q7.286 20.349 7.286 21.678Q7.286 22.310 7.511 22.688Q7.737 23.066 8.339 23.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(32.326 -82.928)\">\u003Cpath d=\"M11.828 23.220L10.847 20.721Q10.786 20.578 10.668 20.543Q10.550 20.509 10.334 20.509L10.334 20.229L11.814 20.229L11.814 20.509Q11.435 20.509 11.435 20.670Q11.435 20.680 11.449 20.721L12.163 22.553L12.836 20.848Q12.806 20.776 12.806 20.748Q12.806 20.721 12.778 20.721Q12.717 20.574 12.599 20.542Q12.481 20.509 12.269 20.509L12.269 20.229L13.667 20.229L13.667 20.509Q13.291 20.509 13.291 20.670Q13.291 20.701 13.298 20.721L14.053 22.659L14.740 20.909Q14.761 20.858 14.761 20.803Q14.761 20.663 14.648 20.586Q14.535 20.509 14.395 20.509L14.395 20.229L15.615 20.229L15.615 20.509Q15.410 20.509 15.255 20.615Q15.099 20.721 15.027 20.909L14.122 23.220Q14.087 23.315 13.975 23.315L13.906 23.315Q13.797 23.315 13.759 23.220L12.977 21.217L12.190 23.220Q12.156 23.315 12.043 23.315L11.975 23.315Q11.866 23.315 11.828 23.220M16.545 22.827Q16.545 22.659 16.668 22.536Q16.791 22.413 16.965 22.413Q17.133 22.413 17.256 22.536Q17.379 22.659 17.379 22.827Q17.379 23.001 17.256 23.124Q17.133 23.247 16.965 23.247Q16.791 23.247 16.668 23.124Q16.545 23.001 16.545 22.827\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-65.403-26.546H82.55v-19.917H-65.403Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M-64.735 22.854Q-64.451 23.162-63.952 23.162Q-63.727 23.162-63.557 23.025Q-63.388 22.888-63.299 22.673Q-63.210 22.457-63.210 22.232L-63.210 18.957Q-63.210 18.817-63.515 18.781Q-63.819 18.746-64.147 18.746L-64.147 18.465L-62.004 18.465L-62.004 18.746Q-62.233 18.746-62.388 18.781Q-62.544 18.817-62.544 18.957L-62.544 22.252Q-62.544 22.591-62.756 22.852Q-62.968 23.114-63.292 23.250Q-63.617 23.387-63.952 23.387Q-64.414 23.387-64.791 23.138Q-65.169 22.888-65.169 22.451Q-65.169 22.283-65.053 22.167Q-64.936 22.051-64.762 22.051Q-64.653 22.051-64.561 22.105Q-64.468 22.160-64.417 22.251Q-64.366 22.341-64.366 22.451Q-64.366 22.550-64.414 22.645Q-64.461 22.741-64.549 22.798Q-64.636 22.854-64.735 22.854M-61.249 21.764Q-61.249 21.422-61.113 21.123Q-60.978 20.824-60.739 20.600Q-60.500 20.376-60.182 20.251Q-59.864 20.126-59.533 20.126Q-59.088 20.126-58.688 20.342Q-58.289 20.557-58.054 20.935Q-57.820 21.312-57.820 21.764Q-57.820 22.105-57.962 22.389Q-58.104 22.673-58.348 22.880Q-58.593 23.086-58.902 23.201Q-59.211 23.315-59.533 23.315Q-59.963 23.315-60.365 23.114Q-60.767 22.912-61.008 22.560Q-61.249 22.208-61.249 21.764M-59.533 23.066Q-58.931 23.066-58.707 22.688Q-58.483 22.310-58.483 21.678Q-58.483 21.066-58.718 20.707Q-58.952 20.349-59.533 20.349Q-60.585 20.349-60.585 21.678Q-60.585 22.310-60.360 22.688Q-60.134 23.066-59.533 23.066M-55.544 23.247L-57.178 23.247L-57.178 22.967Q-56.949 22.967-56.800 22.933Q-56.651 22.898-56.651 22.758L-56.651 19.139Q-56.651 18.869-56.759 18.807Q-56.867 18.746-57.178 18.746L-57.178 18.465L-56.098 18.390L-56.098 20.776Q-55.992 20.591-55.814 20.449Q-55.636 20.308-55.428 20.234Q-55.219 20.161-54.994 20.161Q-54.488 20.161-54.204 20.384Q-53.920 20.608-53.920 21.104L-53.920 22.758Q-53.920 22.895-53.772 22.931Q-53.623 22.967-53.397 22.967L-53.397 23.247L-55.028 23.247L-55.028 22.967Q-54.799 22.967-54.650 22.933Q-54.501 22.898-54.501 22.758L-54.501 21.118Q-54.501 20.783-54.621 20.583Q-54.741 20.383-55.055 20.383Q-55.325 20.383-55.559 20.519Q-55.793 20.656-55.932 20.890Q-56.070 21.124-56.070 21.398L-56.070 22.758Q-56.070 22.895-55.920 22.931Q-55.770 22.967-55.544 22.967L-55.544 23.247M-51.128 23.247L-52.762 23.247L-52.762 22.967Q-52.533 22.967-52.384 22.933Q-52.235 22.898-52.235 22.758L-52.235 20.909Q-52.235 20.639-52.343 20.578Q-52.451 20.516-52.762 20.516L-52.762 20.236L-51.702 20.161L-51.702 20.810Q-51.531 20.502-51.227 20.331Q-50.923 20.161-50.578 20.161Q-50.072 20.161-49.788 20.384Q-49.504 20.608-49.504 21.104L-49.504 22.758Q-49.504 22.895-49.356 22.931Q-49.207 22.967-48.981 22.967L-48.981 23.247L-50.612 23.247L-50.612 22.967Q-50.383 22.967-50.234 22.933Q-50.085 22.898-50.085 22.758L-50.085 21.118Q-50.085 20.783-50.205 20.583Q-50.325 20.383-50.639 20.383Q-50.909 20.383-51.143 20.519Q-51.377 20.656-51.516 20.890Q-51.654 21.124-51.654 21.398L-51.654 22.758Q-51.654 22.895-51.504 22.931Q-51.353 22.967-51.128 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M-44.885 23.247L-45.152 23.247L-45.152 19.139Q-45.152 18.869-45.259 18.807Q-45.367 18.746-45.678 18.746L-45.678 18.465L-44.598 18.390L-44.598 20.560Q-44.389 20.369-44.104 20.265Q-43.819 20.161-43.521 20.161Q-43.203 20.161-42.906 20.282Q-42.609 20.403-42.386 20.619Q-42.164 20.834-42.038 21.119Q-41.911 21.405-41.911 21.736Q-41.911 22.181-42.151 22.545Q-42.390 22.909-42.783 23.112Q-43.176 23.315-43.620 23.315Q-43.815 23.315-44.005 23.259Q-44.194 23.203-44.355 23.098Q-44.516 22.994-44.656 22.833L-44.885 23.247M-44.570 20.902L-44.570 22.519Q-44.434 22.779-44.193 22.936Q-43.952 23.093-43.675 23.093Q-43.381 23.093-43.169 22.986Q-42.957 22.878-42.824 22.686Q-42.691 22.495-42.632 22.256Q-42.574 22.017-42.574 21.736Q-42.574 21.377-42.668 21.073Q-42.762 20.769-42.990 20.576Q-43.217 20.383-43.583 20.383Q-43.883 20.383-44.150 20.519Q-44.417 20.656-44.570 20.902M-39.526 23.247L-41.262 23.247L-41.262 22.967Q-41.033 22.967-40.884 22.933Q-40.735 22.898-40.735 22.758L-40.735 20.909Q-40.735 20.639-40.843 20.578Q-40.951 20.516-41.262 20.516L-41.262 20.236L-40.233 20.161L-40.233 20.868Q-40.103 20.560-39.860 20.361Q-39.618 20.161-39.300 20.161Q-39.081 20.161-38.910 20.285Q-38.739 20.410-38.739 20.622Q-38.739 20.759-38.839 20.858Q-38.938 20.957-39.071 20.957Q-39.208 20.957-39.307 20.858Q-39.406 20.759-39.406 20.622Q-39.406 20.482-39.307 20.383Q-39.597 20.383-39.797 20.579Q-39.997 20.776-40.089 21.070Q-40.182 21.364-40.182 21.644L-40.182 22.758Q-40.182 22.967-39.526 22.967L-39.526 23.247M-38.196 21.764Q-38.196 21.422-38.061 21.123Q-37.926 20.824-37.687 20.600Q-37.447 20.376-37.130 20.251Q-36.812 20.126-36.480 20.126Q-36.036 20.126-35.636 20.342Q-35.236 20.557-35.002 20.935Q-34.768 21.312-34.768 21.764Q-34.768 22.105-34.910 22.389Q-35.051 22.673-35.296 22.880Q-35.540 23.086-35.850 23.201Q-36.159 23.315-36.480 23.315Q-36.911 23.315-37.312 23.114Q-37.714 22.912-37.955 22.560Q-38.196 22.208-38.196 21.764M-36.480 23.066Q-35.879 23.066-35.655 22.688Q-35.431 22.310-35.431 21.678Q-35.431 21.066-35.665 20.707Q-35.899 20.349-36.480 20.349Q-37.533 20.349-37.533 21.678Q-37.533 22.310-37.307 22.688Q-37.082 23.066-36.480 23.066M-32.577 23.247L-34.159 23.247L-34.159 22.967Q-33.930 22.967-33.782 22.933Q-33.633 22.898-33.633 22.758L-33.633 19.139Q-33.633 18.869-33.741 18.807Q-33.848 18.746-34.159 18.746L-34.159 18.465L-33.079 18.390L-33.079 21.678L-32.095 20.909Q-31.890 20.772-31.890 20.622Q-31.890 20.578-31.931 20.543Q-31.972 20.509-32.016 20.509L-32.016 20.229L-30.652 20.229L-30.652 20.509Q-31.141 20.509-31.661 20.909L-32.218 21.343L-31.240 22.567Q-31.039 22.813-30.905 22.890Q-30.772 22.967-30.485 22.967L-30.485 23.247L-31.917 23.247L-31.917 22.967Q-31.729 22.967-31.729 22.854Q-31.729 22.758-31.883 22.567L-32.618 21.658L-33.100 22.037L-33.100 22.758Q-33.100 22.895-32.951 22.931Q-32.802 22.967-32.577 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M-30.219 21.712Q-30.219 21.391-30.094 21.102Q-29.969 20.813-29.743 20.590Q-29.518 20.366-29.222 20.246Q-28.927 20.126-28.609 20.126Q-28.281 20.126-28.019 20.226Q-27.758 20.325-27.582 20.507Q-27.406 20.690-27.312 20.948Q-27.218 21.206-27.218 21.538Q-27.218 21.630-27.300 21.651L-29.555 21.651L-29.555 21.712Q-29.555 22.300-29.272 22.683Q-28.988 23.066-28.421 23.066Q-28.099 23.066-27.831 22.873Q-27.563 22.680-27.474 22.365Q-27.467 22.324-27.392 22.310L-27.300 22.310Q-27.218 22.334-27.218 22.406Q-27.218 22.413-27.224 22.440Q-27.337 22.837-27.708 23.076Q-28.079 23.315-28.503 23.315Q-28.940 23.315-29.340 23.107Q-29.740 22.898-29.979 22.531Q-30.219 22.164-30.219 21.712M-29.549 21.442L-27.734 21.442Q-27.734 21.165-27.831 20.913Q-27.929 20.660-28.127 20.504Q-28.325 20.349-28.609 20.349Q-28.886 20.349-29.099 20.507Q-29.313 20.666-29.431 20.921Q-29.549 21.176-29.549 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M-23.401 22.406L-23.401 20.509L-24.040 20.509L-24.040 20.287Q-23.722 20.287-23.505 20.077Q-23.288 19.867-23.188 19.557Q-23.087 19.248-23.087 18.940L-22.820 18.940L-22.820 20.229L-21.743 20.229L-21.743 20.509L-22.820 20.509L-22.820 22.393Q-22.820 22.669-22.716 22.868Q-22.612 23.066-22.352 23.066Q-22.195 23.066-22.089 22.962Q-21.983 22.857-21.933 22.704Q-21.884 22.550-21.884 22.393L-21.884 21.979L-21.617 21.979L-21.617 22.406Q-21.617 22.632-21.716 22.842Q-21.815 23.052-22 23.184Q-22.184 23.315-22.413 23.315Q-22.851 23.315-23.126 23.078Q-23.401 22.840-23.401 22.406M-19.125 23.247L-20.759 23.247L-20.759 22.967Q-20.530 22.967-20.381 22.933Q-20.233 22.898-20.233 22.758L-20.233 19.139Q-20.233 18.869-20.340 18.807Q-20.448 18.746-20.759 18.746L-20.759 18.465L-19.679 18.390L-19.679 20.776Q-19.573 20.591-19.395 20.449Q-19.218 20.308-19.009 20.234Q-18.801 20.161-18.575 20.161Q-18.069 20.161-17.785 20.384Q-17.502 20.608-17.502 21.104L-17.502 22.758Q-17.502 22.895-17.353 22.931Q-17.204 22.967-16.979 22.967L-16.979 23.247L-18.609 23.247L-18.609 22.967Q-18.380 22.967-18.232 22.933Q-18.083 22.898-18.083 22.758L-18.083 21.118Q-18.083 20.783-18.202 20.583Q-18.322 20.383-18.637 20.383Q-18.907 20.383-19.141 20.519Q-19.375 20.656-19.513 20.890Q-19.652 21.124-19.652 21.398L-19.652 22.758Q-19.652 22.895-19.501 22.931Q-19.351 22.967-19.125 22.967L-19.125 23.247M-16.432 21.712Q-16.432 21.391-16.307 21.102Q-16.182 20.813-15.957 20.590Q-15.731 20.366-15.436 20.246Q-15.140 20.126-14.822 20.126Q-14.494 20.126-14.232 20.226Q-13.971 20.325-13.795 20.507Q-13.619 20.690-13.525 20.948Q-13.431 21.206-13.431 21.538Q-13.431 21.630-13.513 21.651L-15.769 21.651L-15.769 21.712Q-15.769 22.300-15.485 22.683Q-15.201 23.066-14.634 23.066Q-14.313 23.066-14.044 22.873Q-13.776 22.680-13.687 22.365Q-13.680 22.324-13.605 22.310L-13.513 22.310Q-13.431 22.334-13.431 22.406Q-13.431 22.413-13.438 22.440Q-13.551 22.837-13.921 23.076Q-14.292 23.315-14.716 23.315Q-15.154 23.315-15.554 23.107Q-15.953 22.898-16.193 22.531Q-16.432 22.164-16.432 21.712M-15.762 21.442L-13.947 21.442Q-13.947 21.165-14.044 20.913Q-14.142 20.660-14.340 20.504Q-14.538 20.349-14.822 20.349Q-15.099 20.349-15.313 20.507Q-15.526 20.666-15.644 20.921Q-15.762 21.176-15.762 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M-8.748 23.220L-9.729 20.721Q-9.790 20.578-9.908 20.543Q-10.026 20.509-10.242 20.509L-10.242 20.229L-8.762 20.229L-8.762 20.509Q-9.141 20.509-9.141 20.670Q-9.141 20.680-9.127 20.721L-8.413 22.553L-7.740 20.848Q-7.770 20.776-7.770 20.748Q-7.770 20.721-7.798 20.721Q-7.859 20.574-7.977 20.542Q-8.095 20.509-8.307 20.509L-8.307 20.229L-6.909 20.229L-6.909 20.509Q-7.285 20.509-7.285 20.670Q-7.285 20.701-7.278 20.721L-6.523 22.659L-5.836 20.909Q-5.815 20.858-5.815 20.803Q-5.815 20.663-5.928 20.586Q-6.041 20.509-6.181 20.509L-6.181 20.229L-4.961 20.229L-4.961 20.509Q-5.166 20.509-5.321 20.615Q-5.477 20.721-5.549 20.909L-6.454 23.220Q-6.489 23.315-6.601 23.315L-6.670 23.315Q-6.779 23.315-6.817 23.220L-7.599 21.217L-8.386 23.220Q-8.420 23.315-8.533 23.315L-8.601 23.315Q-8.710 23.315-8.748 23.220M-2.814 23.247L-4.366 23.247L-4.366 22.967Q-4.140 22.967-3.992 22.933Q-3.843 22.898-3.843 22.758L-3.843 20.909Q-3.843 20.721-3.891 20.637Q-3.939 20.554-4.036 20.535Q-4.134 20.516-4.346 20.516L-4.346 20.236L-3.289 20.161L-3.289 22.758Q-3.289 22.898-3.158 22.933Q-3.026 22.967-2.814 22.967L-2.814 23.247M-4.086 18.940Q-4.086 18.769-3.963 18.650Q-3.840 18.530-3.669 18.530Q-3.501 18.530-3.378 18.650Q-3.255 18.769-3.255 18.940Q-3.255 19.115-3.378 19.238Q-3.501 19.361-3.669 19.361Q-3.840 19.361-3.963 19.238Q-4.086 19.115-4.086 18.940M-0.487 23.247L-2.120 23.247L-2.120 22.967Q-1.891 22.967-1.743 22.933Q-1.594 22.898-1.594 22.758L-1.594 20.909Q-1.594 20.639-1.702 20.578Q-1.809 20.516-2.120 20.516L-2.120 20.236L-1.061 20.161L-1.061 20.810Q-0.890 20.502-0.586 20.331Q-0.282 20.161 0.064 20.161Q0.570 20.161 0.853 20.384Q1.137 20.608 1.137 21.104L1.137 22.758Q1.137 22.895 1.286 22.931Q1.434 22.967 1.660 22.967L1.660 23.247L0.029 23.247L0.029 22.967Q0.258 22.967 0.407 22.933Q0.556 22.898 0.556 22.758L0.556 21.118Q0.556 20.783 0.436 20.583Q0.317 20.383 0.002 20.383Q-0.268 20.383-0.502 20.519Q-0.736 20.656-0.875 20.890Q-1.013 21.124-1.013 21.398L-1.013 22.758Q-1.013 22.895-0.863 22.931Q-0.712 22.967-0.487 22.967L-0.487 23.247M2.248 21.736Q2.248 21.398 2.388 21.107Q2.528 20.817 2.772 20.603Q3.017 20.390 3.321 20.275Q3.625 20.161 3.950 20.161Q4.220 20.161 4.483 20.260Q4.746 20.359 4.938 20.537L4.938 19.139Q4.938 18.869 4.830 18.807Q4.722 18.746 4.411 18.746L4.411 18.465L5.488 18.390L5.488 22.574Q5.488 22.762 5.543 22.845Q5.597 22.929 5.698 22.948Q5.799 22.967 6.014 22.967L6.014 23.247L4.907 23.315L4.907 22.898Q4.490 23.315 3.864 23.315Q3.434 23.315 3.061 23.103Q2.689 22.892 2.468 22.531Q2.248 22.170 2.248 21.736M3.923 23.093Q4.131 23.093 4.317 23.021Q4.504 22.950 4.657 22.813Q4.811 22.676 4.907 22.498L4.907 20.889Q4.821 20.742 4.676 20.622Q4.531 20.502 4.362 20.443Q4.193 20.383 4.011 20.383Q3.451 20.383 3.183 20.772Q2.914 21.162 2.914 21.743Q2.914 22.314 3.148 22.704Q3.383 23.093 3.923 23.093M6.623 21.764Q6.623 21.422 6.758 21.123Q6.893 20.824 7.132 20.600Q7.371 20.376 7.689 20.251Q8.007 20.126 8.339 20.126Q8.783 20.126 9.183 20.342Q9.583 20.557 9.817 20.935Q10.051 21.312 10.051 21.764Q10.051 22.105 9.909 22.389Q9.767 22.673 9.523 22.880Q9.279 23.086 8.969 23.201Q8.660 23.315 8.339 23.315Q7.908 23.315 7.506 23.114Q7.105 22.912 6.864 22.560Q6.623 22.208 6.623 21.764M8.339 23.066Q8.940 23.066 9.164 22.688Q9.388 22.310 9.388 21.678Q9.388 21.066 9.154 20.707Q8.920 20.349 8.339 20.349Q7.286 20.349 7.286 21.678Q7.286 22.310 7.511 22.688Q7.737 23.066 8.339 23.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M11.828 23.220L10.847 20.721Q10.786 20.578 10.668 20.543Q10.550 20.509 10.334 20.509L10.334 20.229L11.814 20.229L11.814 20.509Q11.435 20.509 11.435 20.670Q11.435 20.680 11.449 20.721L12.163 22.553L12.836 20.848Q12.806 20.776 12.806 20.748Q12.806 20.721 12.778 20.721Q12.717 20.574 12.599 20.542Q12.481 20.509 12.269 20.509L12.269 20.229L13.667 20.229L13.667 20.509Q13.291 20.509 13.291 20.670Q13.291 20.701 13.298 20.721L14.053 22.659L14.740 20.909Q14.761 20.858 14.761 20.803Q14.761 20.663 14.648 20.586Q14.535 20.509 14.395 20.509L14.395 20.229L15.615 20.229L15.615 20.509Q15.410 20.509 15.255 20.615Q15.099 20.721 15.027 20.909L14.122 23.220Q14.087 23.315 13.975 23.315L13.906 23.315Q13.797 23.315 13.759 23.220L12.977 21.217L12.190 23.220Q12.156 23.315 12.043 23.315L11.975 23.315Q11.866 23.315 11.828 23.220\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M20.231 23.220L19.250 20.721Q19.189 20.578 19.071 20.543Q18.953 20.509 18.737 20.509L18.737 20.229L20.217 20.229L20.217 20.509Q19.838 20.509 19.838 20.670Q19.838 20.680 19.852 20.721L20.566 22.553L21.239 20.848Q21.209 20.776 21.209 20.748Q21.209 20.721 21.181 20.721Q21.120 20.574 21.002 20.542Q20.884 20.509 20.672 20.509L20.672 20.229L22.070 20.229L22.070 20.509Q21.694 20.509 21.694 20.670Q21.694 20.701 21.701 20.721L22.456 22.659L23.143 20.909Q23.164 20.858 23.164 20.803Q23.164 20.663 23.051 20.586Q22.938 20.509 22.798 20.509L22.798 20.229L24.018 20.229L24.018 20.509Q23.813 20.509 23.658 20.615Q23.502 20.721 23.430 20.909L22.525 23.220Q22.490 23.315 22.378 23.315L22.309 23.315Q22.200 23.315 22.162 23.220L21.380 21.217L20.593 23.220Q20.559 23.315 20.446 23.315L20.378 23.315Q20.269 23.315 20.231 23.220M26.165 23.247L24.613 23.247L24.613 22.967Q24.839 22.967 24.987 22.933Q25.136 22.898 25.136 22.758L25.136 20.909Q25.136 20.721 25.088 20.637Q25.040 20.554 24.943 20.535Q24.845 20.516 24.633 20.516L24.633 20.236L25.690 20.161L25.690 22.758Q25.690 22.898 25.821 22.933Q25.953 22.967 26.165 22.967L26.165 23.247M24.893 18.940Q24.893 18.769 25.016 18.650Q25.139 18.530 25.310 18.530Q25.478 18.530 25.601 18.650Q25.724 18.769 25.724 18.940Q25.724 19.115 25.601 19.238Q25.478 19.361 25.310 19.361Q25.139 19.361 25.016 19.238Q24.893 19.115 24.893 18.940M27.337 22.406L27.337 20.509L26.698 20.509L26.698 20.287Q27.016 20.287 27.233 20.077Q27.450 19.867 27.551 19.557Q27.652 19.248 27.652 18.940L27.918 18.940L27.918 20.229L28.995 20.229L28.995 20.509L27.918 20.509L27.918 22.393Q27.918 22.669 28.022 22.868Q28.127 23.066 28.386 23.066Q28.544 23.066 28.650 22.962Q28.756 22.857 28.805 22.704Q28.855 22.550 28.855 22.393L28.855 21.979L29.121 21.979L29.121 22.406Q29.121 22.632 29.022 22.842Q28.923 23.052 28.738 23.184Q28.554 23.315 28.325 23.315Q27.887 23.315 27.612 23.078Q27.337 22.840 27.337 22.406M31.613 23.247L29.979 23.247L29.979 22.967Q30.208 22.967 30.357 22.933Q30.506 22.898 30.506 22.758L30.506 19.139Q30.506 18.869 30.398 18.807Q30.290 18.746 29.979 18.746L29.979 18.465L31.059 18.390L31.059 20.776Q31.165 20.591 31.343 20.449Q31.521 20.308 31.729 20.234Q31.938 20.161 32.163 20.161Q32.669 20.161 32.953 20.384Q33.237 20.608 33.237 21.104L33.237 22.758Q33.237 22.895 33.385 22.931Q33.534 22.967 33.759 22.967L33.759 23.247L32.129 23.247L32.129 22.967Q32.358 22.967 32.507 22.933Q32.655 22.898 32.655 22.758L32.655 21.118Q32.655 20.783 32.536 20.583Q32.416 20.383 32.102 20.383Q31.832 20.383 31.598 20.519Q31.363 20.656 31.225 20.890Q31.087 21.124 31.087 21.398L31.087 22.758Q31.087 22.895 31.237 22.931Q31.387 22.967 31.613 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M37.110 22.519Q37.110 22.187 37.333 21.960Q37.557 21.733 37.901 21.605Q38.244 21.476 38.617 21.424Q38.989 21.371 39.294 21.371L39.294 21.118Q39.294 20.913 39.186 20.733Q39.078 20.554 38.897 20.451Q38.716 20.349 38.508 20.349Q38.101 20.349 37.865 20.441Q37.954 20.478 38 20.562Q38.046 20.646 38.046 20.748Q38.046 20.844 38 20.923Q37.954 21.001 37.873 21.046Q37.793 21.090 37.704 21.090Q37.554 21.090 37.453 20.993Q37.352 20.895 37.352 20.748Q37.352 20.126 38.508 20.126Q38.719 20.126 38.969 20.190Q39.218 20.253 39.420 20.372Q39.622 20.492 39.748 20.677Q39.875 20.861 39.875 21.104L39.875 22.680Q39.875 22.796 39.936 22.892Q39.998 22.987 40.111 22.987Q40.220 22.987 40.285 22.893Q40.350 22.799 40.350 22.680L40.350 22.232L40.616 22.232L40.616 22.680Q40.616 22.950 40.389 23.115Q40.162 23.281 39.882 23.281Q39.673 23.281 39.536 23.127Q39.400 22.974 39.376 22.758Q39.229 23.025 38.947 23.170Q38.665 23.315 38.340 23.315Q38.063 23.315 37.779 23.240Q37.496 23.165 37.303 22.986Q37.110 22.806 37.110 22.519M37.725 22.519Q37.725 22.693 37.826 22.823Q37.926 22.953 38.082 23.023Q38.237 23.093 38.402 23.093Q38.620 23.093 38.829 22.996Q39.037 22.898 39.165 22.717Q39.294 22.536 39.294 22.310L39.294 21.582Q38.969 21.582 38.603 21.673Q38.237 21.764 37.981 21.976Q37.725 22.187 37.725 22.519\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M45.482 23.247L43.746 23.247L43.746 22.967Q43.975 22.967 44.124 22.933Q44.272 22.898 44.272 22.758L44.272 20.909Q44.272 20.639 44.165 20.578Q44.057 20.516 43.746 20.516L43.746 20.236L44.775 20.161L44.775 20.868Q44.905 20.560 45.147 20.361Q45.390 20.161 45.708 20.161Q45.927 20.161 46.098 20.285Q46.269 20.410 46.269 20.622Q46.269 20.759 46.169 20.858Q46.070 20.957 45.937 20.957Q45.800 20.957 45.701 20.858Q45.602 20.759 45.602 20.622Q45.602 20.482 45.701 20.383Q45.411 20.383 45.211 20.579Q45.011 20.776 44.918 21.070Q44.826 21.364 44.826 21.644L44.826 22.758Q44.826 22.967 45.482 22.967L45.482 23.247M46.812 21.764Q46.812 21.422 46.947 21.123Q47.082 20.824 47.321 20.600Q47.561 20.376 47.878 20.251Q48.196 20.126 48.528 20.126Q48.972 20.126 49.372 20.342Q49.772 20.557 50.006 20.935Q50.240 21.312 50.240 21.764Q50.240 22.105 50.098 22.389Q49.957 22.673 49.712 22.880Q49.468 23.086 49.158 23.201Q48.849 23.315 48.528 23.315Q48.097 23.315 47.696 23.114Q47.294 22.912 47.053 22.560Q46.812 22.208 46.812 21.764M48.528 23.066Q49.129 23.066 49.353 22.688Q49.577 22.310 49.577 21.678Q49.577 21.066 49.343 20.707Q49.109 20.349 48.528 20.349Q47.475 20.349 47.475 21.678Q47.475 22.310 47.701 22.688Q47.926 23.066 48.528 23.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M51.058 21.736Q51.058 21.408 51.193 21.107Q51.328 20.807 51.564 20.586Q51.800 20.366 52.104 20.246Q52.409 20.126 52.733 20.126Q53.239 20.126 53.588 20.229Q53.936 20.331 53.936 20.707Q53.936 20.854 53.839 20.955Q53.742 21.056 53.595 21.056Q53.441 21.056 53.342 20.957Q53.243 20.858 53.243 20.707Q53.243 20.519 53.383 20.427Q53.181 20.376 52.740 20.376Q52.385 20.376 52.156 20.572Q51.927 20.769 51.826 21.078Q51.725 21.388 51.725 21.736Q51.725 22.085 51.851 22.391Q51.978 22.697 52.233 22.881Q52.487 23.066 52.843 23.066Q53.065 23.066 53.249 22.982Q53.434 22.898 53.569 22.743Q53.704 22.587 53.762 22.379Q53.776 22.324 53.830 22.324L53.943 22.324Q53.974 22.324 53.996 22.348Q54.018 22.372 54.018 22.406L54.018 22.427Q53.933 22.714 53.745 22.912Q53.557 23.110 53.292 23.213Q53.027 23.315 52.733 23.315Q52.303 23.315 51.915 23.109Q51.527 22.902 51.293 22.539Q51.058 22.177 51.058 21.736\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.1 -57.32)\">\u003Cpath d=\"M55.996 23.247L54.413 23.247L54.413 22.967Q54.642 22.967 54.791 22.933Q54.939 22.898 54.939 22.758L54.939 19.139Q54.939 18.869 54.832 18.807Q54.724 18.746 54.413 18.746L54.413 18.465L55.493 18.390L55.493 21.678L56.478 20.909Q56.683 20.772 56.683 20.622Q56.683 20.578 56.642 20.543Q56.601 20.509 56.556 20.509L56.556 20.229L57.920 20.229L57.920 20.509Q57.431 20.509 56.912 20.909L56.355 21.343L57.332 22.567Q57.534 22.813 57.667 22.890Q57.800 22.967 58.087 22.967L58.087 23.247L56.655 23.247L56.655 22.967Q56.843 22.967 56.843 22.854Q56.843 22.758 56.689 22.567L55.955 21.658L55.473 22.037L55.473 22.758Q55.473 22.895 55.621 22.931Q55.770 22.967 55.996 22.967L55.996 23.247M59 22.827Q59 22.659 59.123 22.536Q59.246 22.413 59.420 22.413Q59.588 22.413 59.711 22.536Q59.834 22.659 59.834 22.827Q59.834 23.001 59.711 23.124Q59.588 23.247 59.420 23.247Q59.246 23.247 59.123 23.124Q59 23.001 59 22.827\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-65.403-.938H82.55v-19.917H-65.403Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(25.156 -31.713)\">\u003Cpath d=\"M-61.382 23.247L-64.120 23.247L-64.120 22.967Q-63.771 22.967-63.434 22.931Q-63.098 22.895-63.098 22.758L-63.098 18.957Q-63.098 18.814-63.186 18.780Q-63.275 18.746-63.460 18.746L-63.819 18.746Q-64.120 18.746-64.335 18.793Q-64.550 18.841-64.707 18.998Q-64.844 19.132-64.904 19.410Q-64.964 19.689-65.001 20.102L-65.268 20.102L-65.121 18.465L-60.387 18.465L-60.240 20.102L-60.507 20.102Q-60.544 19.689-60.601 19.412Q-60.657 19.135-60.801 18.998Q-60.961 18.838-61.173 18.792Q-61.385 18.746-61.689 18.746L-62.041 18.746Q-62.226 18.746-62.315 18.780Q-62.404 18.814-62.404 18.957L-62.404 22.758Q-62.404 22.895-62.067 22.931Q-61.730 22.967-61.382 22.967L-61.382 23.247M-57.902 23.247L-59.536 23.247L-59.536 22.967Q-59.307 22.967-59.158 22.933Q-59.010 22.898-59.010 22.758L-59.010 19.139Q-59.010 18.869-59.117 18.807Q-59.225 18.746-59.536 18.746L-59.536 18.465L-58.456 18.390L-58.456 20.776Q-58.350 20.591-58.172 20.449Q-57.995 20.308-57.786 20.234Q-57.578 20.161-57.352 20.161Q-56.846 20.161-56.562 20.384Q-56.279 20.608-56.279 21.104L-56.279 22.758Q-56.279 22.895-56.130 22.931Q-55.981 22.967-55.756 22.967L-55.756 23.247L-57.386 23.247L-57.386 22.967Q-57.157 22.967-57.009 22.933Q-56.860 22.898-56.860 22.758L-56.860 21.118Q-56.860 20.783-56.979 20.583Q-57.099 20.383-57.414 20.383Q-57.684 20.383-57.918 20.519Q-58.152 20.656-58.290 20.890Q-58.429 21.124-58.429 21.398L-58.429 22.758Q-58.429 22.895-58.278 22.931Q-58.128 22.967-57.902 22.967L-57.902 23.247M-55.209 21.712Q-55.209 21.391-55.084 21.102Q-54.959 20.813-54.734 20.590Q-54.508 20.366-54.213 20.246Q-53.917 20.126-53.599 20.126Q-53.271 20.126-53.009 20.226Q-52.748 20.325-52.572 20.507Q-52.396 20.690-52.302 20.948Q-52.208 21.206-52.208 21.538Q-52.208 21.630-52.290 21.651L-54.546 21.651L-54.546 21.712Q-54.546 22.300-54.262 22.683Q-53.978 23.066-53.411 23.066Q-53.090 23.066-52.822 22.873Q-52.553 22.680-52.464 22.365Q-52.457 22.324-52.382 22.310L-52.290 22.310Q-52.208 22.334-52.208 22.406Q-52.208 22.413-52.215 22.440Q-52.328 22.837-52.698 23.076Q-53.069 23.315-53.493 23.315Q-53.931 23.315-54.331 23.107Q-54.730 22.898-54.970 22.531Q-55.209 22.164-55.209 21.712M-54.539 21.442L-52.724 21.442Q-52.724 21.165-52.822 20.913Q-52.919 20.660-53.117 20.504Q-53.315 20.349-53.599 20.349Q-53.876 20.349-54.090 20.507Q-54.303 20.666-54.421 20.921Q-54.539 21.176-54.539 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.156 -31.713)\">\u003Cpath d=\"M-47.164 23.247L-48.900 23.247L-48.900 22.967Q-48.671 22.967-48.522 22.933Q-48.374 22.898-48.374 22.758L-48.374 20.909Q-48.374 20.639-48.481 20.578Q-48.589 20.516-48.900 20.516L-48.900 20.236L-47.871 20.161L-47.871 20.868Q-47.741 20.560-47.499 20.361Q-47.256 20.161-46.938 20.161Q-46.719 20.161-46.548 20.285Q-46.377 20.410-46.377 20.622Q-46.377 20.759-46.477 20.858Q-46.576 20.957-46.709 20.957Q-46.846 20.957-46.945 20.858Q-47.044 20.759-47.044 20.622Q-47.044 20.482-46.945 20.383Q-47.235 20.383-47.435 20.579Q-47.635 20.776-47.728 21.070Q-47.820 21.364-47.820 21.644L-47.820 22.758Q-47.820 22.967-47.164 22.967L-47.164 23.247M-45.834 21.764Q-45.834 21.422-45.699 21.123Q-45.564 20.824-45.325 20.600Q-45.085 20.376-44.768 20.251Q-44.450 20.126-44.118 20.126Q-43.674 20.126-43.274 20.342Q-42.874 20.557-42.640 20.935Q-42.406 21.312-42.406 21.764Q-42.406 22.105-42.548 22.389Q-42.689 22.673-42.934 22.880Q-43.178 23.086-43.488 23.201Q-43.797 23.315-44.118 23.315Q-44.549 23.315-44.950 23.114Q-45.352 22.912-45.593 22.560Q-45.834 22.208-45.834 21.764M-44.118 23.066Q-43.517 23.066-43.293 22.688Q-43.069 22.310-43.069 21.678Q-43.069 21.066-43.303 20.707Q-43.537 20.349-44.118 20.349Q-45.171 20.349-45.171 21.678Q-45.171 22.310-44.945 22.688Q-44.720 23.066-44.118 23.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.156 -31.713)\">\u003Cpath d=\"M-41.588 21.736Q-41.588 21.408-41.453 21.107Q-41.318 20.807-41.082 20.586Q-40.846 20.366-40.542 20.246Q-40.237 20.126-39.913 20.126Q-39.407 20.126-39.058 20.229Q-38.710 20.331-38.710 20.707Q-38.710 20.854-38.807 20.955Q-38.904 21.056-39.051 21.056Q-39.205 21.056-39.304 20.957Q-39.403 20.858-39.403 20.707Q-39.403 20.519-39.263 20.427Q-39.465 20.376-39.906 20.376Q-40.261 20.376-40.490 20.572Q-40.719 20.769-40.820 21.078Q-40.921 21.388-40.921 21.736Q-40.921 22.085-40.795 22.391Q-40.668 22.697-40.413 22.881Q-40.159 23.066-39.803 23.066Q-39.581 23.066-39.397 22.982Q-39.212 22.898-39.077 22.743Q-38.942 22.587-38.884 22.379Q-38.870 22.324-38.816 22.324L-38.703 22.324Q-38.672 22.324-38.650 22.348Q-38.628 22.372-38.628 22.406L-38.628 22.427Q-38.713 22.714-38.901 22.912Q-39.089 23.110-39.354 23.213Q-39.619 23.315-39.913 23.315Q-40.343 23.315-40.731 23.109Q-41.119 22.902-41.353 22.539Q-41.588 22.177-41.588 21.736\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.156 -31.713)\">\u003Cpath d=\"M-36.651 23.247L-38.234 23.247L-38.234 22.967Q-38.005 22.967-37.856 22.933Q-37.708 22.898-37.708 22.758L-37.708 19.139Q-37.708 18.869-37.815 18.807Q-37.923 18.746-38.234 18.746L-38.234 18.465L-37.154 18.390L-37.154 21.678L-36.169 20.909Q-35.964 20.772-35.964 20.622Q-35.964 20.578-36.005 20.543Q-36.046 20.509-36.091 20.509L-36.091 20.229L-34.727 20.229L-34.727 20.509Q-35.216 20.509-35.735 20.909L-36.292 21.343L-35.315 22.567Q-35.113 22.813-34.980 22.890Q-34.847 22.967-34.560 22.967L-34.560 23.247L-35.992 23.247L-35.992 22.967Q-35.804 22.967-35.804 22.854Q-35.804 22.758-35.958 22.567L-36.692 21.658L-37.174 22.037L-37.174 22.758Q-37.174 22.895-37.026 22.931Q-36.877 22.967-36.651 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.156 -31.713)\">\u003Cpath d=\"M-30.545 23.247L-30.812 23.247L-30.812 19.139Q-30.812 18.869-30.919 18.807Q-31.027 18.746-31.338 18.746L-31.338 18.465L-30.258 18.390L-30.258 20.560Q-30.049 20.369-29.764 20.265Q-29.479 20.161-29.181 20.161Q-28.863 20.161-28.566 20.282Q-28.269 20.403-28.046 20.619Q-27.824 20.834-27.698 21.119Q-27.571 21.405-27.571 21.736Q-27.571 22.181-27.811 22.545Q-28.050 22.909-28.443 23.112Q-28.836 23.315-29.280 23.315Q-29.475 23.315-29.665 23.259Q-29.854 23.203-30.015 23.098Q-30.176 22.994-30.316 22.833L-30.545 23.247M-30.230 20.902L-30.230 22.519Q-30.094 22.779-29.853 22.936Q-29.612 23.093-29.335 23.093Q-29.041 23.093-28.829 22.986Q-28.617 22.878-28.484 22.686Q-28.351 22.495-28.292 22.256Q-28.234 22.017-28.234 21.736Q-28.234 21.377-28.328 21.073Q-28.422 20.769-28.650 20.576Q-28.877 20.383-29.243 20.383Q-29.543 20.383-29.810 20.519Q-30.077 20.656-30.230 20.902M-25.186 23.247L-26.922 23.247L-26.922 22.967Q-26.693 22.967-26.544 22.933Q-26.395 22.898-26.395 22.758L-26.395 20.909Q-26.395 20.639-26.503 20.578Q-26.611 20.516-26.922 20.516L-26.922 20.236L-25.893 20.161L-25.893 20.868Q-25.763 20.560-25.520 20.361Q-25.278 20.161-24.960 20.161Q-24.741 20.161-24.570 20.285Q-24.399 20.410-24.399 20.622Q-24.399 20.759-24.499 20.858Q-24.598 20.957-24.731 20.957Q-24.868 20.957-24.967 20.858Q-25.066 20.759-25.066 20.622Q-25.066 20.482-24.967 20.383Q-25.257 20.383-25.457 20.579Q-25.657 20.776-25.749 21.070Q-25.842 21.364-25.842 21.644L-25.842 22.758Q-25.842 22.967-25.186 22.967L-25.186 23.247M-23.856 21.764Q-23.856 21.422-23.721 21.123Q-23.586 20.824-23.347 20.600Q-23.107 20.376-22.790 20.251Q-22.472 20.126-22.140 20.126Q-21.696 20.126-21.296 20.342Q-20.896 20.557-20.662 20.935Q-20.428 21.312-20.428 21.764Q-20.428 22.105-20.570 22.389Q-20.711 22.673-20.956 22.880Q-21.200 23.086-21.510 23.201Q-21.819 23.315-22.140 23.315Q-22.571 23.315-22.972 23.114Q-23.374 22.912-23.615 22.560Q-23.856 22.208-23.856 21.764M-22.140 23.066Q-21.539 23.066-21.315 22.688Q-21.091 22.310-21.091 21.678Q-21.091 21.066-21.325 20.707Q-21.559 20.349-22.140 20.349Q-23.193 20.349-23.193 21.678Q-23.193 22.310-22.967 22.688Q-22.742 23.066-22.140 23.066M-18.237 23.247L-19.819 23.247L-19.819 22.967Q-19.590 22.967-19.442 22.933Q-19.293 22.898-19.293 22.758L-19.293 19.139Q-19.293 18.869-19.401 18.807Q-19.508 18.746-19.819 18.746L-19.819 18.465L-18.739 18.390L-18.739 21.678L-17.755 20.909Q-17.550 20.772-17.550 20.622Q-17.550 20.578-17.591 20.543Q-17.632 20.509-17.676 20.509L-17.676 20.229L-16.312 20.229L-16.312 20.509Q-16.801 20.509-17.321 20.909L-17.878 21.343L-16.900 22.567Q-16.699 22.813-16.565 22.890Q-16.432 22.967-16.145 22.967L-16.145 23.247L-17.577 23.247L-17.577 22.967Q-17.389 22.967-17.389 22.854Q-17.389 22.758-17.543 22.567L-18.278 21.658L-18.760 22.037L-18.760 22.758Q-18.760 22.895-18.611 22.931Q-18.462 22.967-18.237 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.156 -31.713)\">\u003Cpath d=\"M-15.879 21.712Q-15.879 21.391-15.754 21.102Q-15.629 20.813-15.403 20.590Q-15.178 20.366-14.882 20.246Q-14.587 20.126-14.269 20.126Q-13.941 20.126-13.679 20.226Q-13.418 20.325-13.242 20.507Q-13.066 20.690-12.972 20.948Q-12.878 21.206-12.878 21.538Q-12.878 21.630-12.960 21.651L-15.215 21.651L-15.215 21.712Q-15.215 22.300-14.932 22.683Q-14.648 23.066-14.081 23.066Q-13.759 23.066-13.491 22.873Q-13.223 22.680-13.134 22.365Q-13.127 22.324-13.052 22.310L-12.960 22.310Q-12.878 22.334-12.878 22.406Q-12.878 22.413-12.884 22.440Q-12.997 22.837-13.368 23.076Q-13.739 23.315-14.163 23.315Q-14.600 23.315-15 23.107Q-15.400 22.898-15.639 22.531Q-15.879 22.164-15.879 21.712M-15.209 21.442L-13.394 21.442Q-13.394 21.165-13.491 20.913Q-13.589 20.660-13.787 20.504Q-13.985 20.349-14.269 20.349Q-14.546 20.349-14.759 20.507Q-14.973 20.666-15.091 20.921Q-15.209 21.176-15.209 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.156 -31.713)\">\u003Cpath d=\"M-9.061 22.406L-9.061 20.509L-9.700 20.509L-9.700 20.287Q-9.382 20.287-9.165 20.077Q-8.948 19.867-8.848 19.557Q-8.747 19.248-8.747 18.940L-8.480 18.940L-8.480 20.229L-7.403 20.229L-7.403 20.509L-8.480 20.509L-8.480 22.393Q-8.480 22.669-8.376 22.868Q-8.272 23.066-8.012 23.066Q-7.855 23.066-7.749 22.962Q-7.643 22.857-7.593 22.704Q-7.544 22.550-7.544 22.393L-7.544 21.979L-7.277 21.979L-7.277 22.406Q-7.277 22.632-7.376 22.842Q-7.475 23.052-7.660 23.184Q-7.844 23.315-8.073 23.315Q-8.511 23.315-8.786 23.078Q-9.061 22.840-9.061 22.406M-4.785 23.247L-6.419 23.247L-6.419 22.967Q-6.190 22.967-6.041 22.933Q-5.893 22.898-5.893 22.758L-5.893 19.139Q-5.893 18.869-6 18.807Q-6.108 18.746-6.419 18.746L-6.419 18.465L-5.339 18.390L-5.339 20.776Q-5.233 20.591-5.055 20.449Q-4.878 20.308-4.669 20.234Q-4.461 20.161-4.235 20.161Q-3.729 20.161-3.445 20.384Q-3.162 20.608-3.162 21.104L-3.162 22.758Q-3.162 22.895-3.013 22.931Q-2.864 22.967-2.639 22.967L-2.639 23.247L-4.269 23.247L-4.269 22.967Q-4.040 22.967-3.892 22.933Q-3.743 22.898-3.743 22.758L-3.743 21.118Q-3.743 20.783-3.862 20.583Q-3.982 20.383-4.297 20.383Q-4.567 20.383-4.801 20.519Q-5.035 20.656-5.173 20.890Q-5.312 21.124-5.312 21.398L-5.312 22.758Q-5.312 22.895-5.161 22.931Q-5.011 22.967-4.785 22.967L-4.785 23.247M-2.092 21.712Q-2.092 21.391-1.967 21.102Q-1.842 20.813-1.617 20.590Q-1.391 20.366-1.096 20.246Q-0.800 20.126-0.482 20.126Q-0.154 20.126 0.108 20.226Q0.369 20.325 0.545 20.507Q0.721 20.690 0.815 20.948Q0.909 21.206 0.909 21.538Q0.909 21.630 0.827 21.651L-1.429 21.651L-1.429 21.712Q-1.429 22.300-1.145 22.683Q-0.861 23.066-0.294 23.066Q0.027 23.066 0.296 22.873Q0.564 22.680 0.653 22.365Q0.660 22.324 0.735 22.310L0.827 22.310Q0.909 22.334 0.909 22.406Q0.909 22.413 0.902 22.440Q0.789 22.837 0.419 23.076Q0.048 23.315-0.376 23.315Q-0.814 23.315-1.214 23.107Q-1.613 22.898-1.853 22.531Q-2.092 22.164-2.092 21.712M-1.422 21.442L0.393 21.442Q0.393 21.165 0.296 20.913Q0.198 20.6600 20.504Q-0.198 20.349-0.482 20.349Q-0.759 20.349-0.973 20.507Q-1.186 20.666-1.304 20.921Q-1.422 21.176-1.422 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.156 -31.713)\">\u003Cpath d=\"M5.592 23.220L4.611 20.721Q4.550 20.578 4.432 20.543Q4.314 20.509 4.098 20.509L4.098 20.229L5.578 20.229L5.578 20.509Q5.199 20.509 5.199 20.670Q5.199 20.680 5.213 20.721L5.927 22.553L6.600 20.848Q6.570 20.776 6.570 20.748Q6.570 20.721 6.542 20.721Q6.481 20.574 6.363 20.542Q6.245 20.509 6.033 20.509L6.033 20.229L7.431 20.229L7.431 20.509Q7.055 20.509 7.055 20.670Q7.055 20.701 7.062 20.721L7.817 22.659L8.504 20.909Q8.525 20.858 8.525 20.803Q8.525 20.663 8.412 20.586Q8.299 20.509 8.159 20.509L8.159 20.229L9.379 20.229L9.379 20.509Q9.174 20.509 9.019 20.615Q8.863 20.721 8.791 20.909L7.886 23.220Q7.851 23.315 7.739 23.315L7.670 23.315Q7.561 23.315 7.523 23.220L6.741 21.217L5.954 23.220Q5.920 23.315 5.807 23.315L5.739 23.315Q5.630 23.315 5.592 23.220M11.526 23.247L9.974 23.247L9.974 22.967Q10.200 22.967 10.348 22.933Q10.497 22.898 10.497 22.758L10.497 20.909Q10.497 20.721 10.449 20.637Q10.401 20.554 10.304 20.535Q10.206 20.516 9.994 20.516L9.994 20.236L11.051 20.161L11.051 22.758Q11.051 22.898 11.182 22.933Q11.314 22.967 11.526 22.967L11.526 23.247M10.254 18.940Q10.254 18.769 10.377 18.650Q10.500 18.530 10.671 18.530Q10.839 18.530 10.962 18.650Q11.085 18.769 11.085 18.940Q11.085 19.115 10.962 19.238Q10.839 19.361 10.671 19.361Q10.500 19.361 10.377 19.238Q10.254 19.115 10.254 18.940M13.853 23.247L12.220 23.247L12.220 22.967Q12.449 22.967 12.597 22.933Q12.746 22.898 12.746 22.758L12.746 20.909Q12.746 20.639 12.638 20.578Q12.531 20.516 12.220 20.516L12.220 20.236L13.279 20.161L13.279 20.810Q13.450 20.502 13.754 20.331Q14.058 20.161 14.404 20.161Q14.910 20.161 15.193 20.384Q15.477 20.608 15.477 21.104L15.477 22.758Q15.477 22.895 15.626 22.931Q15.774 22.967 16 22.967L16 23.247L14.369 23.247L14.369 22.967Q14.598 22.967 14.747 22.933Q14.896 22.898 14.896 22.758L14.896 21.118Q14.896 20.783 14.776 20.583Q14.657 20.383 14.342 20.383Q14.072 20.383 13.838 20.519Q13.604 20.656 13.465 20.890Q13.327 21.124 13.327 21.398L13.327 22.758Q13.327 22.895 13.477 22.931Q13.628 22.967 13.853 22.967L13.853 23.247M16.588 21.736Q16.588 21.398 16.728 21.107Q16.868 20.817 17.112 20.603Q17.357 20.390 17.661 20.275Q17.965 20.161 18.290 20.161Q18.560 20.161 18.823 20.260Q19.086 20.359 19.278 20.537L19.278 19.139Q19.278 18.869 19.170 18.807Q19.062 18.746 18.751 18.746L18.751 18.465L19.828 18.390L19.828 22.574Q19.828 22.762 19.883 22.845Q19.937 22.929 20.038 22.948Q20.139 22.967 20.354 22.967L20.354 23.247L19.247 23.315L19.247 22.898Q18.830 23.315 18.204 23.315Q17.774 23.315 17.401 23.103Q17.029 22.892 16.808 22.531Q16.588 22.170 16.588 21.736M18.263 23.093Q18.471 23.093 18.657 23.021Q18.844 22.950 18.997 22.813Q19.151 22.676 19.247 22.498L19.247 20.889Q19.161 20.742 19.016 20.622Q18.871 20.502 18.702 20.443Q18.533 20.383 18.351 20.383Q17.791 20.383 17.523 20.772Q17.254 21.162 17.254 21.743Q17.254 22.314 17.488 22.704Q17.723 23.093 18.263 23.093M20.963 21.764Q20.963 21.422 21.098 21.123Q21.233 20.824 21.472 20.600Q21.711 20.376 22.029 20.251Q22.347 20.126 22.679 20.126Q23.123 20.126 23.523 20.342Q23.923 20.557 24.157 20.935Q24.391 21.312 24.391 21.764Q24.391 22.105 24.249 22.389Q24.107 22.673 23.863 22.880Q23.619 23.086 23.309 23.201Q23 23.315 22.679 23.315Q22.248 23.315 21.846 23.114Q21.445 22.912 21.204 22.560Q20.963 22.208 20.963 21.764M22.679 23.066Q23.280 23.066 23.504 22.688Q23.728 22.310 23.728 21.678Q23.728 21.066 23.494 20.707Q23.260 20.349 22.679 20.349Q21.626 20.349 21.626 21.678Q21.626 22.310 21.851 22.688Q22.077 23.066 22.679 23.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.156 -31.713)\">\u003Cpath d=\"M26.169 23.220L25.188 20.721Q25.127 20.578 25.009 20.543Q24.891 20.509 24.675 20.509L24.675 20.229L26.155 20.229L26.155 20.509Q25.776 20.509 25.776 20.670Q25.776 20.680 25.790 20.721L26.504 22.553L27.177 20.848Q27.147 20.776 27.147 20.748Q27.147 20.721 27.119 20.721Q27.058 20.574 26.940 20.542Q26.822 20.509 26.610 20.509L26.610 20.229L28.008 20.229L28.008 20.509Q27.632 20.509 27.632 20.670Q27.632 20.701 27.639 20.721L28.394 22.659L29.081 20.909Q29.102 20.858 29.102 20.803Q29.102 20.663 28.989 20.586Q28.876 20.509 28.736 20.509L28.736 20.229L29.956 20.229L29.956 20.509Q29.751 20.509 29.596 20.615Q29.440 20.721 29.368 20.909L28.463 23.220Q28.428 23.315 28.316 23.315L28.247 23.315Q28.138 23.315 28.100 23.220L27.318 21.217L26.531 23.220Q26.497 23.315 26.384 23.315L26.316 23.315Q26.207 23.315 26.169 23.220M30.886 22.827Q30.886 22.659 31.009 22.536Q31.132 22.413 31.306 22.413Q31.474 22.413 31.597 22.536Q31.720 22.659 31.720 22.827Q31.720 23.001 31.597 23.124Q31.474 23.247 31.306 23.247Q31.132 23.247 31.009 23.124Q30.886 23.001 30.886 22.827\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-65.403 24.67H82.55V4.751H-65.403Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(40.833 -6.105)\">\u003Cpath d=\"M-61.382 23.247L-64.120 23.247L-64.120 22.967Q-63.771 22.967-63.434 22.931Q-63.098 22.895-63.098 22.758L-63.098 18.957Q-63.098 18.814-63.186 18.780Q-63.275 18.746-63.460 18.746L-63.819 18.746Q-64.120 18.746-64.335 18.793Q-64.550 18.841-64.707 18.998Q-64.844 19.132-64.904 19.410Q-64.964 19.689-65.001 20.102L-65.268 20.102L-65.121 18.465L-60.387 18.465L-60.240 20.102L-60.507 20.102Q-60.544 19.689-60.601 19.412Q-60.657 19.135-60.801 18.998Q-60.961 18.838-61.173 18.792Q-61.385 18.746-61.689 18.746L-62.041 18.746Q-62.226 18.746-62.315 18.780Q-62.404 18.814-62.404 18.957L-62.404 22.758Q-62.404 22.895-62.067 22.931Q-61.730 22.967-61.382 22.967L-61.382 23.247M-57.902 23.247L-59.536 23.247L-59.536 22.967Q-59.307 22.967-59.158 22.933Q-59.010 22.898-59.010 22.758L-59.010 19.139Q-59.010 18.869-59.117 18.807Q-59.225 18.746-59.536 18.746L-59.536 18.465L-58.456 18.390L-58.456 20.776Q-58.350 20.591-58.172 20.449Q-57.995 20.308-57.786 20.234Q-57.578 20.161-57.352 20.161Q-56.846 20.161-56.562 20.384Q-56.279 20.608-56.279 21.104L-56.279 22.758Q-56.279 22.895-56.130 22.931Q-55.981 22.967-55.756 22.967L-55.756 23.247L-57.386 23.247L-57.386 22.967Q-57.157 22.967-57.009 22.933Q-56.860 22.898-56.860 22.758L-56.860 21.118Q-56.860 20.783-56.979 20.583Q-57.099 20.383-57.414 20.383Q-57.684 20.383-57.918 20.519Q-58.152 20.656-58.290 20.890Q-58.429 21.124-58.429 21.398L-58.429 22.758Q-58.429 22.895-58.278 22.931Q-58.128 22.967-57.902 22.967L-57.902 23.247M-55.209 21.712Q-55.209 21.391-55.084 21.102Q-54.959 20.813-54.734 20.590Q-54.508 20.366-54.213 20.246Q-53.917 20.126-53.599 20.126Q-53.271 20.126-53.009 20.226Q-52.748 20.325-52.572 20.507Q-52.396 20.690-52.302 20.948Q-52.208 21.206-52.208 21.538Q-52.208 21.630-52.290 21.651L-54.546 21.651L-54.546 21.712Q-54.546 22.300-54.262 22.683Q-53.978 23.066-53.411 23.066Q-53.090 23.066-52.822 22.873Q-52.553 22.680-52.464 22.365Q-52.457 22.324-52.382 22.310L-52.290 22.310Q-52.208 22.334-52.208 22.406Q-52.208 22.413-52.215 22.440Q-52.328 22.837-52.698 23.076Q-53.069 23.315-53.493 23.315Q-53.931 23.315-54.331 23.107Q-54.730 22.898-54.970 22.531Q-55.209 22.164-55.209 21.712M-54.539 21.442L-52.724 21.442Q-52.724 21.165-52.822 20.913Q-52.919 20.660-53.117 20.504Q-53.315 20.349-53.599 20.349Q-53.876 20.349-54.090 20.507Q-54.303 20.666-54.421 20.921Q-54.539 21.176-54.539 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(40.833 -6.105)\">\u003Cpath d=\"M-47.526 23.220L-48.507 20.721Q-48.568 20.578-48.686 20.543Q-48.804 20.509-49.020 20.509L-49.020 20.229L-47.540 20.229L-47.540 20.509Q-47.919 20.509-47.919 20.670Q-47.919 20.680-47.905 20.721L-47.191 22.553L-46.518 20.848Q-46.548 20.776-46.548 20.748Q-46.548 20.721-46.576 20.721Q-46.637 20.574-46.755 20.542Q-46.873 20.509-47.085 20.509L-47.085 20.229L-45.687 20.229L-45.687 20.509Q-46.063 20.509-46.063 20.670Q-46.063 20.701-46.056 20.721L-45.301 22.659L-44.614 20.909Q-44.593 20.858-44.593 20.803Q-44.593 20.663-44.706 20.586Q-44.819 20.509-44.959 20.509L-44.959 20.229L-43.739 20.229L-43.739 20.509Q-43.944 20.509-44.099 20.615Q-44.255 20.721-44.327 20.909L-45.232 23.220Q-45.267 23.315-45.379 23.315L-45.448 23.315Q-45.557 23.315-45.595 23.220L-46.377 21.217L-47.164 23.220Q-47.198 23.315-47.311 23.315L-47.379 23.315Q-47.488 23.315-47.526 23.220M-41.592 23.247L-43.144 23.247L-43.144 22.967Q-42.918 22.967-42.770 22.933Q-42.621 22.898-42.621 22.758L-42.621 20.909Q-42.621 20.721-42.669 20.637Q-42.717 20.554-42.814 20.535Q-42.912 20.516-43.124 20.516L-43.124 20.236L-42.067 20.161L-42.067 22.758Q-42.067 22.898-41.936 22.933Q-41.804 22.967-41.592 22.967L-41.592 23.247M-42.864 18.940Q-42.864 18.769-42.741 18.650Q-42.618 18.530-42.447 18.530Q-42.279 18.530-42.156 18.650Q-42.033 18.769-42.033 18.940Q-42.033 19.115-42.156 19.238Q-42.279 19.361-42.447 19.361Q-42.618 19.361-42.741 19.238Q-42.864 19.115-42.864 18.940M-39.265 23.247L-40.898 23.247L-40.898 22.967Q-40.669 22.967-40.521 22.933Q-40.372 22.898-40.372 22.758L-40.372 20.909Q-40.372 20.639-40.480 20.578Q-40.587 20.516-40.898 20.516L-40.898 20.236L-39.839 20.161L-39.839 20.810Q-39.668 20.502-39.364 20.331Q-39.060 20.161-38.714 20.161Q-38.208 20.161-37.925 20.384Q-37.641 20.608-37.641 21.104L-37.641 22.758Q-37.641 22.895-37.492 22.931Q-37.344 22.967-37.118 22.967L-37.118 23.247L-38.749 23.247L-38.749 22.967Q-38.520 22.967-38.371 22.933Q-38.222 22.898-38.222 22.758L-38.222 21.118Q-38.222 20.783-38.342 20.583Q-38.461 20.383-38.776 20.383Q-39.046 20.383-39.280 20.519Q-39.514 20.656-39.653 20.890Q-39.791 21.124-39.791 21.398L-39.791 22.758Q-39.791 22.895-39.641 22.931Q-39.490 22.967-39.265 22.967L-39.265 23.247M-36.530 21.736Q-36.530 21.398-36.390 21.107Q-36.250 20.817-36.006 20.603Q-35.761 20.390-35.457 20.275Q-35.153 20.161-34.828 20.161Q-34.558 20.161-34.295 20.260Q-34.032 20.359-33.840 20.537L-33.840 19.139Q-33.840 18.869-33.948 18.807Q-34.056 18.746-34.367 18.746L-34.367 18.465L-33.290 18.390L-33.290 22.574Q-33.290 22.762-33.235 22.845Q-33.181 22.929-33.080 22.948Q-32.979 22.967-32.764 22.967L-32.764 23.247L-33.871 23.315L-33.871 22.898Q-34.288 23.315-34.914 23.315Q-35.344 23.315-35.717 23.103Q-36.089 22.892-36.310 22.531Q-36.530 22.170-36.530 21.736M-34.855 23.093Q-34.647 23.093-34.461 23.021Q-34.274 22.950-34.121 22.813Q-33.967 22.676-33.871 22.498L-33.871 20.889Q-33.957 20.742-34.102 20.622Q-34.247 20.502-34.416 20.443Q-34.585 20.383-34.767 20.383Q-35.327 20.383-35.595 20.772Q-35.864 21.162-35.864 21.743Q-35.864 22.314-35.630 22.704Q-35.395 23.093-34.855 23.093M-32.155 21.764Q-32.155 21.422-32.020 21.123Q-31.885 20.824-31.646 20.600Q-31.407 20.376-31.089 20.251Q-30.771 20.126-30.439 20.126Q-29.995 20.126-29.595 20.342Q-29.195 20.557-28.961 20.935Q-28.727 21.312-28.727 21.764Q-28.727 22.105-28.869 22.389Q-29.011 22.673-29.255 22.880Q-29.499 23.086-29.809 23.201Q-30.118 23.315-30.439 23.315Q-30.870 23.315-31.272 23.114Q-31.673 22.912-31.914 22.560Q-32.155 22.208-32.155 21.764M-30.439 23.066Q-29.838 23.066-29.614 22.688Q-29.390 22.310-29.390 21.678Q-29.390 21.066-29.624 20.707Q-29.858 20.349-30.439 20.349Q-31.492 20.349-31.492 21.678Q-31.492 22.310-31.267 22.688Q-31.041 23.066-30.439 23.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(40.833 -6.105)\">\u003Cpath d=\"M-26.950 23.220L-27.931 20.721Q-27.992 20.578-28.110 20.543Q-28.228 20.509-28.444 20.509L-28.444 20.229L-26.964 20.229L-26.964 20.509Q-27.343 20.509-27.343 20.670Q-27.343 20.680-27.329 20.721L-26.615 22.553L-25.942 20.848Q-25.972 20.776-25.972 20.748Q-25.972 20.721-26 20.721Q-26.061 20.574-26.179 20.542Q-26.297 20.509-26.509 20.509L-26.509 20.229L-25.111 20.229L-25.111 20.509Q-25.487 20.509-25.487 20.670Q-25.487 20.701-25.480 20.721L-24.725 22.659L-24.038 20.909Q-24.017 20.858-24.017 20.803Q-24.017 20.663-24.130 20.586Q-24.243 20.509-24.383 20.509L-24.383 20.229L-23.163 20.229L-23.163 20.509Q-23.368 20.509-23.523 20.615Q-23.679 20.721-23.751 20.909L-24.656 23.220Q-24.691 23.315-24.803 23.315L-24.872 23.315Q-24.981 23.315-25.019 23.220L-25.801 21.217L-26.588 23.220Q-26.622 23.315-26.735 23.315L-26.803 23.315Q-26.912 23.315-26.950 23.220\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(40.833 -6.105)\">\u003Cpath d=\"M-19.128 23.247L-19.395 23.247L-19.395 19.139Q-19.395 18.869-19.502 18.807Q-19.610 18.746-19.921 18.746L-19.921 18.465L-18.841 18.390L-18.841 20.560Q-18.632 20.369-18.347 20.265Q-18.061 20.161-17.764 20.161Q-17.446 20.161-17.149 20.282Q-16.852 20.403-16.629 20.619Q-16.407 20.834-16.281 21.119Q-16.154 21.405-16.154 21.736Q-16.154 22.181-16.394 22.545Q-16.633 22.909-17.026 23.112Q-17.419 23.315-17.863 23.315Q-18.058 23.315-18.248 23.259Q-18.437 23.203-18.598 23.098Q-18.759 22.994-18.899 22.833L-19.128 23.247M-18.813 20.902L-18.813 22.519Q-18.677 22.779-18.436 22.936Q-18.195 23.093-17.918 23.093Q-17.624 23.093-17.412 22.986Q-17.200 22.878-17.067 22.686Q-16.934 22.495-16.875 22.256Q-16.817 22.017-16.817 21.736Q-16.817 21.377-16.911 21.073Q-17.005 20.769-17.233 20.576Q-17.460 20.383-17.826 20.383Q-18.126 20.383-18.393 20.519Q-18.660 20.656-18.813 20.902M-13.769 23.247L-15.505 23.247L-15.505 22.967Q-15.276 22.967-15.127 22.933Q-14.978 22.898-14.978 22.758L-14.978 20.909Q-14.978 20.639-15.086 20.578Q-15.194 20.516-15.505 20.516L-15.505 20.236L-14.476 20.161L-14.476 20.868Q-14.346 20.560-14.103 20.361Q-13.861 20.161-13.543 20.161Q-13.324 20.161-13.153 20.285Q-12.982 20.410-12.982 20.622Q-12.982 20.759-13.082 20.858Q-13.181 20.957-13.314 20.957Q-13.451 20.957-13.550 20.858Q-13.649 20.759-13.649 20.622Q-13.649 20.482-13.550 20.383Q-13.840 20.383-14.040 20.579Q-14.240 20.776-14.332 21.070Q-14.425 21.364-14.425 21.644L-14.425 22.758Q-14.425 22.967-13.769 22.967L-13.769 23.247M-12.439 21.764Q-12.439 21.422-12.304 21.123Q-12.169 20.824-11.930 20.600Q-11.690 20.376-11.373 20.251Q-11.055 20.126-10.723 20.126Q-10.279 20.126-9.879 20.342Q-9.479 20.557-9.245 20.935Q-9.011 21.312-9.011 21.764Q-9.011 22.105-9.153 22.389Q-9.294 22.673-9.539 22.880Q-9.783 23.086-10.093 23.201Q-10.402 23.315-10.723 23.315Q-11.154 23.315-11.555 23.114Q-11.957 22.912-12.198 22.560Q-12.439 22.208-12.439 21.764M-10.723 23.066Q-10.122 23.066-9.898 22.688Q-9.674 22.310-9.674 21.678Q-9.674 21.066-9.908 20.707Q-10.142 20.349-10.723 20.349Q-11.776 20.349-11.776 21.678Q-11.776 22.310-11.550 22.688Q-11.325 23.066-10.723 23.066M-6.820 23.247L-8.402 23.247L-8.402 22.967Q-8.173 22.967-8.025 22.933Q-7.876 22.898-7.876 22.758L-7.876 19.139Q-7.876 18.869-7.984 18.807Q-8.091 18.746-8.402 18.746L-8.402 18.465L-7.322 18.390L-7.322 21.678L-6.338 20.909Q-6.133 20.772-6.133 20.622Q-6.133 20.578-6.174 20.543Q-6.215 20.509-6.259 20.509L-6.259 20.229L-4.895 20.229L-4.895 20.509Q-5.384 20.509-5.904 20.909L-6.461 21.343L-5.483 22.567Q-5.282 22.813-5.148 22.890Q-5.015 22.967-4.728 22.967L-4.728 23.247L-6.160 23.247L-6.160 22.967Q-5.972 22.967-5.972 22.854Q-5.972 22.758-6.126 22.567L-6.861 21.658L-7.343 22.037L-7.343 22.758Q-7.343 22.895-7.194 22.931Q-7.045 22.967-6.820 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(40.833 -6.105)\">\u003Cpath d=\"M-4.462 21.712Q-4.462 21.391-4.337 21.102Q-4.212 20.813-3.986 20.590Q-3.761 20.366-3.465 20.246Q-3.170 20.126-2.852 20.126Q-2.524 20.126-2.262 20.226Q-2.001 20.325-1.825 20.507Q-1.649 20.690-1.555 20.948Q-1.461 21.206-1.461 21.538Q-1.461 21.630-1.543 21.651L-3.798 21.651L-3.798 21.712Q-3.798 22.300-3.515 22.683Q-3.231 23.066-2.664 23.066Q-2.342 23.066-2.074 22.873Q-1.806 22.680-1.717 22.365Q-1.710 22.324-1.635 22.310L-1.543 22.310Q-1.461 22.334-1.461 22.406Q-1.461 22.413-1.467 22.440Q-1.580 22.837-1.951 23.076Q-2.322 23.315-2.746 23.315Q-3.183 23.315-3.583 23.107Q-3.983 22.898-4.222 22.531Q-4.462 22.164-4.462 21.712M-3.792 21.442L-1.977 21.442Q-1.977 21.165-2.074 20.913Q-2.172 20.660-2.370 20.504Q-2.568 20.349-2.852 20.349Q-3.129 20.349-3.342 20.507Q-3.556 20.666-3.674 20.921Q-3.792 21.176-3.792 21.442M-0.473 22.827Q-0.473 22.659-0.350 22.536Q-0.227 22.413-0.052 22.413Q0.115 22.413 0.238 22.536Q0.361 22.659 0.361 22.827Q0.361 23.001 0.238 23.124Q0.115 23.247-0.052 23.247Q-0.227 23.247-0.350 23.124Q-0.473 23.001-0.473 22.827\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-65.403 50.277H82.55V30.36H-65.403Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M-61.382 23.247L-64.120 23.247L-64.120 22.967Q-63.771 22.967-63.434 22.931Q-63.098 22.895-63.098 22.758L-63.098 18.957Q-63.098 18.814-63.186 18.780Q-63.275 18.746-63.460 18.746L-63.819 18.746Q-64.120 18.746-64.335 18.793Q-64.550 18.841-64.707 18.998Q-64.844 19.132-64.904 19.410Q-64.964 19.689-65.001 20.102L-65.268 20.102L-65.121 18.465L-60.387 18.465L-60.240 20.102L-60.507 20.102Q-60.544 19.689-60.601 19.412Q-60.657 19.135-60.801 18.998Q-60.961 18.838-61.173 18.792Q-61.385 18.746-61.689 18.746L-62.041 18.746Q-62.226 18.746-62.315 18.780Q-62.404 18.814-62.404 18.957L-62.404 22.758Q-62.404 22.895-62.067 22.931Q-61.730 22.967-61.382 22.967L-61.382 23.247M-57.902 23.247L-59.536 23.247L-59.536 22.967Q-59.307 22.967-59.158 22.933Q-59.010 22.898-59.010 22.758L-59.010 19.139Q-59.010 18.869-59.117 18.807Q-59.225 18.746-59.536 18.746L-59.536 18.465L-58.456 18.390L-58.456 20.776Q-58.350 20.591-58.172 20.449Q-57.995 20.308-57.786 20.234Q-57.578 20.161-57.352 20.161Q-56.846 20.161-56.562 20.384Q-56.279 20.608-56.279 21.104L-56.279 22.758Q-56.279 22.895-56.130 22.931Q-55.981 22.967-55.756 22.967L-55.756 23.247L-57.386 23.247L-57.386 22.967Q-57.157 22.967-57.009 22.933Q-56.860 22.898-56.860 22.758L-56.860 21.118Q-56.860 20.783-56.979 20.583Q-57.099 20.383-57.414 20.383Q-57.684 20.383-57.918 20.519Q-58.152 20.656-58.290 20.890Q-58.429 21.124-58.429 21.398L-58.429 22.758Q-58.429 22.895-58.278 22.931Q-58.128 22.967-57.902 22.967L-57.902 23.247M-55.209 21.712Q-55.209 21.391-55.084 21.102Q-54.959 20.813-54.734 20.590Q-54.508 20.366-54.213 20.246Q-53.917 20.126-53.599 20.126Q-53.271 20.126-53.009 20.226Q-52.748 20.325-52.572 20.507Q-52.396 20.690-52.302 20.948Q-52.208 21.206-52.208 21.538Q-52.208 21.630-52.290 21.651L-54.546 21.651L-54.546 21.712Q-54.546 22.300-54.262 22.683Q-53.978 23.066-53.411 23.066Q-53.090 23.066-52.822 22.873Q-52.553 22.680-52.464 22.365Q-52.457 22.324-52.382 22.310L-52.290 22.310Q-52.208 22.334-52.208 22.406Q-52.208 22.413-52.215 22.440Q-52.328 22.837-52.698 23.076Q-53.069 23.315-53.493 23.315Q-53.931 23.315-54.331 23.107Q-54.730 22.898-54.970 22.531Q-55.209 22.164-55.209 21.712M-54.539 21.442L-52.724 21.442Q-52.724 21.165-52.822 20.913Q-52.919 20.660-53.117 20.504Q-53.315 20.349-53.599 20.349Q-53.876 20.349-54.090 20.507Q-54.303 20.666-54.421 20.921Q-54.539 21.176-54.539 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M-47.526 23.220L-48.507 20.721Q-48.568 20.578-48.686 20.543Q-48.804 20.509-49.020 20.509L-49.020 20.229L-47.540 20.229L-47.540 20.509Q-47.919 20.509-47.919 20.670Q-47.919 20.680-47.905 20.721L-47.191 22.553L-46.518 20.848Q-46.548 20.776-46.548 20.748Q-46.548 20.721-46.576 20.721Q-46.637 20.574-46.755 20.542Q-46.873 20.509-47.085 20.509L-47.085 20.229L-45.687 20.229L-45.687 20.509Q-46.063 20.509-46.063 20.670Q-46.063 20.701-46.056 20.721L-45.301 22.659L-44.614 20.909Q-44.593 20.858-44.593 20.803Q-44.593 20.663-44.706 20.586Q-44.819 20.509-44.959 20.509L-44.959 20.229L-43.739 20.229L-43.739 20.509Q-43.944 20.509-44.099 20.615Q-44.255 20.721-44.327 20.909L-45.232 23.220Q-45.267 23.315-45.379 23.315L-45.448 23.315Q-45.557 23.315-45.595 23.220L-46.377 21.217L-47.164 23.220Q-47.198 23.315-47.311 23.315L-47.379 23.315Q-47.488 23.315-47.526 23.220M-41.592 23.247L-43.144 23.247L-43.144 22.967Q-42.918 22.967-42.770 22.933Q-42.621 22.898-42.621 22.758L-42.621 20.909Q-42.621 20.721-42.669 20.637Q-42.717 20.554-42.814 20.535Q-42.912 20.516-43.124 20.516L-43.124 20.236L-42.067 20.161L-42.067 22.758Q-42.067 22.898-41.936 22.933Q-41.804 22.967-41.592 22.967L-41.592 23.247M-42.864 18.940Q-42.864 18.769-42.741 18.650Q-42.618 18.530-42.447 18.530Q-42.279 18.530-42.156 18.650Q-42.033 18.769-42.033 18.940Q-42.033 19.115-42.156 19.238Q-42.279 19.361-42.447 19.361Q-42.618 19.361-42.741 19.238Q-42.864 19.115-42.864 18.940M-39.265 23.247L-40.898 23.247L-40.898 22.967Q-40.669 22.967-40.521 22.933Q-40.372 22.898-40.372 22.758L-40.372 20.909Q-40.372 20.639-40.480 20.578Q-40.587 20.516-40.898 20.516L-40.898 20.236L-39.839 20.161L-39.839 20.810Q-39.668 20.502-39.364 20.331Q-39.060 20.161-38.714 20.161Q-38.208 20.161-37.925 20.384Q-37.641 20.608-37.641 21.104L-37.641 22.758Q-37.641 22.895-37.492 22.931Q-37.344 22.967-37.118 22.967L-37.118 23.247L-38.749 23.247L-38.749 22.967Q-38.520 22.967-38.371 22.933Q-38.222 22.898-38.222 22.758L-38.222 21.118Q-38.222 20.783-38.342 20.583Q-38.461 20.383-38.776 20.383Q-39.046 20.383-39.280 20.519Q-39.514 20.656-39.653 20.890Q-39.791 21.124-39.791 21.398L-39.791 22.758Q-39.791 22.895-39.641 22.931Q-39.490 22.967-39.265 22.967L-39.265 23.247M-36.530 21.736Q-36.530 21.398-36.390 21.107Q-36.250 20.817-36.006 20.603Q-35.761 20.390-35.457 20.275Q-35.153 20.161-34.828 20.161Q-34.558 20.161-34.295 20.260Q-34.032 20.359-33.840 20.537L-33.840 19.139Q-33.840 18.869-33.948 18.807Q-34.056 18.746-34.367 18.746L-34.367 18.465L-33.290 18.390L-33.290 22.574Q-33.290 22.762-33.235 22.845Q-33.181 22.929-33.080 22.948Q-32.979 22.967-32.764 22.967L-32.764 23.247L-33.871 23.315L-33.871 22.898Q-34.288 23.315-34.914 23.315Q-35.344 23.315-35.717 23.103Q-36.089 22.892-36.310 22.531Q-36.530 22.170-36.530 21.736M-34.855 23.093Q-34.647 23.093-34.461 23.021Q-34.274 22.950-34.121 22.813Q-33.967 22.676-33.871 22.498L-33.871 20.889Q-33.957 20.742-34.102 20.622Q-34.247 20.502-34.416 20.443Q-34.585 20.383-34.767 20.383Q-35.327 20.383-35.595 20.772Q-35.864 21.162-35.864 21.743Q-35.864 22.314-35.630 22.704Q-35.395 23.093-34.855 23.093M-32.155 21.764Q-32.155 21.422-32.020 21.123Q-31.885 20.824-31.646 20.600Q-31.407 20.376-31.089 20.251Q-30.771 20.126-30.439 20.126Q-29.995 20.126-29.595 20.342Q-29.195 20.557-28.961 20.935Q-28.727 21.312-28.727 21.764Q-28.727 22.105-28.869 22.389Q-29.011 22.673-29.255 22.880Q-29.499 23.086-29.809 23.201Q-30.118 23.315-30.439 23.315Q-30.870 23.315-31.272 23.114Q-31.673 22.912-31.914 22.560Q-32.155 22.208-32.155 21.764M-30.439 23.066Q-29.838 23.066-29.614 22.688Q-29.390 22.310-29.390 21.678Q-29.390 21.066-29.624 20.707Q-29.858 20.349-30.439 20.349Q-31.492 20.349-31.492 21.678Q-31.492 22.310-31.267 22.688Q-31.041 23.066-30.439 23.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M-26.950 23.220L-27.931 20.721Q-27.992 20.578-28.110 20.543Q-28.228 20.509-28.444 20.509L-28.444 20.229L-26.964 20.229L-26.964 20.509Q-27.343 20.509-27.343 20.670Q-27.343 20.680-27.329 20.721L-26.615 22.553L-25.942 20.848Q-25.972 20.776-25.972 20.748Q-25.972 20.721-26 20.721Q-26.061 20.574-26.179 20.542Q-26.297 20.509-26.509 20.509L-26.509 20.229L-25.111 20.229L-25.111 20.509Q-25.487 20.509-25.487 20.670Q-25.487 20.701-25.480 20.721L-24.725 22.659L-24.038 20.909Q-24.017 20.858-24.017 20.803Q-24.017 20.663-24.130 20.586Q-24.243 20.509-24.383 20.509L-24.383 20.229L-23.163 20.229L-23.163 20.509Q-23.368 20.509-23.523 20.615Q-23.679 20.721-23.751 20.909L-24.656 23.220Q-24.691 23.315-24.803 23.315L-24.872 23.315Q-24.981 23.315-25.019 23.220L-25.801 21.217L-26.588 23.220Q-26.622 23.315-26.735 23.315L-26.803 23.315Q-26.912 23.315-26.950 23.220\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M-18.547 23.220L-19.528 20.721Q-19.589 20.578-19.707 20.543Q-19.825 20.509-20.041 20.509L-20.041 20.229L-18.561 20.229L-18.561 20.509Q-18.940 20.509-18.940 20.670Q-18.940 20.680-18.926 20.721L-18.212 22.553L-17.539 20.848Q-17.569 20.776-17.569 20.748Q-17.569 20.721-17.597 20.721Q-17.658 20.574-17.776 20.542Q-17.894 20.509-18.106 20.509L-18.106 20.229L-16.708 20.229L-16.708 20.509Q-17.084 20.509-17.084 20.670Q-17.084 20.701-17.077 20.721L-16.322 22.659L-15.635 20.909Q-15.614 20.858-15.614 20.803Q-15.614 20.663-15.727 20.586Q-15.840 20.509-15.980 20.509L-15.980 20.229L-14.760 20.229L-14.760 20.509Q-14.965 20.509-15.120 20.615Q-15.276 20.721-15.348 20.909L-16.253 23.220Q-16.288 23.315-16.400 23.315L-16.469 23.315Q-16.578 23.315-16.616 23.220L-17.398 21.217L-18.185 23.220Q-18.219 23.315-18.332 23.315L-18.400 23.315Q-18.509 23.315-18.547 23.220\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M-14.383 22.519Q-14.383 22.187-14.160 21.960Q-13.936 21.733-13.592 21.605Q-13.249 21.476-12.876 21.424Q-12.504 21.371-12.199 21.371L-12.199 21.118Q-12.199 20.913-12.307 20.733Q-12.415 20.554-12.596 20.451Q-12.777 20.349-12.985 20.349Q-13.392 20.349-13.628 20.441Q-13.539 20.478-13.493 20.562Q-13.447 20.646-13.447 20.748Q-13.447 20.844-13.493 20.923Q-13.539 21.001-13.620 21.046Q-13.700 21.090-13.789 21.090Q-13.939 21.090-14.040 20.993Q-14.141 20.895-14.141 20.748Q-14.141 20.126-12.985 20.126Q-12.774 20.126-12.524 20.190Q-12.275 20.253-12.073 20.372Q-11.871 20.492-11.745 20.677Q-11.618 20.861-11.618 21.104L-11.618 22.680Q-11.618 22.796-11.557 22.892Q-11.495 22.987-11.382 22.987Q-11.273 22.987-11.208 22.893Q-11.143 22.799-11.143 22.680L-11.143 22.232L-10.877 22.232L-10.877 22.680Q-10.877 22.950-11.104 23.115Q-11.331 23.281-11.611 23.281Q-11.820 23.281-11.957 23.127Q-12.093 22.974-12.117 22.758Q-12.264 23.025-12.546 23.170Q-12.828 23.315-13.153 23.315Q-13.430 23.315-13.714 23.240Q-13.997 23.165-14.190 22.986Q-14.383 22.806-14.383 22.519M-13.768 22.519Q-13.768 22.693-13.667 22.823Q-13.567 22.953-13.411 23.023Q-13.256 23.093-13.091 23.093Q-12.873 23.093-12.664 22.996Q-12.456 22.898-12.328 22.717Q-12.199 22.536-12.199 22.310L-12.199 21.582Q-12.524 21.582-12.890 21.673Q-13.256 21.764-13.512 21.976Q-13.768 22.187-13.768 22.519M-10.460 23.240L-10.460 22.177Q-10.460 22.153-10.432 22.126Q-10.405 22.099-10.381 22.099L-10.272 22.099Q-10.207 22.099-10.193 22.157Q-10.097 22.591-9.851 22.842Q-9.605 23.093-9.192 23.093Q-8.850 23.093-8.597 22.960Q-8.344 22.827-8.344 22.519Q-8.344 22.362-8.438 22.247Q-8.532 22.133-8.670 22.064Q-8.809 21.996-8.976 21.958L-9.557 21.859Q-9.913 21.791-10.186 21.570Q-10.460 21.350-10.460 21.008Q-10.460 20.759-10.349 20.584Q-10.237 20.410-10.051 20.311Q-9.865 20.212-9.650 20.169Q-9.434 20.126-9.192 20.126Q-8.778 20.126-8.498 20.308L-8.282 20.133Q-8.272 20.130-8.265 20.128Q-8.258 20.126-8.248 20.126L-8.197 20.126Q-8.170 20.126-8.146 20.150Q-8.122 20.174-8.122 20.202L-8.122 21.049Q-8.122 21.070-8.146 21.097Q-8.170 21.124-8.197 21.124L-8.310 21.124Q-8.337 21.124-8.363 21.099Q-8.388 21.073-8.388 21.049Q-8.388 20.813-8.494 20.649Q-8.600 20.485-8.783 20.403Q-8.966 20.321-9.198 20.321Q-9.527 20.321-9.783 20.424Q-10.039 20.526-10.039 20.803Q-10.039 20.998-9.856 21.107Q-9.673 21.217-9.444 21.258L-8.870 21.364Q-8.624 21.412-8.411 21.540Q-8.197 21.668-8.060 21.871Q-7.923 22.075-7.923 22.324Q-7.923 22.837-8.289 23.076Q-8.655 23.315-9.192 23.315Q-9.687 23.315-10.019 23.021L-10.285 23.295Q-10.306 23.315-10.333 23.315L-10.381 23.315Q-10.405 23.315-10.432 23.288Q-10.460 23.261-10.460 23.240\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M-3.786 23.247L-4.053 23.247L-4.053 19.139Q-4.053 18.869-4.160 18.807Q-4.268 18.746-4.579 18.746L-4.579 18.465L-3.499 18.390L-3.499 20.560Q-3.290 20.369-3.005 20.265Q-2.720 20.161-2.422 20.161Q-2.104 20.161-1.807 20.282Q-1.510 20.403-1.287 20.619Q-1.065 20.834-0.939 21.119Q-0.812 21.405-0.812 21.736Q-0.812 22.181-1.052 22.545Q-1.291 22.909-1.684 23.112Q-2.077 23.315-2.521 23.315Q-2.716 23.315-2.906 23.259Q-3.095 23.203-3.256 23.098Q-3.417 22.994-3.557 22.833L-3.786 23.247M-3.471 20.902L-3.471 22.519Q-3.335 22.779-3.094 22.936Q-2.853 23.093-2.576 23.093Q-2.282 23.093-2.070 22.986Q-1.858 22.878-1.725 22.686Q-1.592 22.495-1.533 22.256Q-1.475 22.017-1.475 21.736Q-1.475 21.377-1.569 21.073Q-1.663 20.769-1.891 20.576Q-2.118 20.383-2.484 20.383Q-2.784 20.383-3.051 20.519Q-3.318 20.656-3.471 20.902M1.573 23.247L-0.163 23.247L-0.163 22.967Q0.066 22.967 0.215 22.933Q0.364 22.898 0.364 22.758L0.364 20.909Q0.364 20.639 0.256 20.578Q0.148 20.516-0.163 20.516L-0.163 20.236L0.866 20.161L0.866 20.868Q0.996 20.560 1.239 20.361Q1.481 20.161 1.799 20.161Q2.018 20.161 2.189 20.285Q2.360 20.410 2.360 20.622Q2.360 20.759 2.260 20.858Q2.161 20.957 2.028 20.957Q1.891 20.957 1.792 20.858Q1.693 20.759 1.693 20.622Q1.693 20.482 1.792 20.383Q1.502 20.383 1.302 20.579Q1.102 20.776 1.010 21.070Q0.917 21.364 0.917 21.644L0.917 22.758Q0.917 22.967 1.573 22.967L1.573 23.247M2.903 21.764Q2.903 21.422 3.038 21.123Q3.173 20.824 3.412 20.600Q3.652 20.376 3.969 20.251Q4.287 20.126 4.619 20.126Q5.063 20.126 5.463 20.342Q5.863 20.557 6.097 20.935Q6.331 21.312 6.331 21.764Q6.331 22.105 6.189 22.389Q6.048 22.673 5.803 22.880Q5.559 23.086 5.249 23.201Q4.940 23.315 4.619 23.315Q4.188 23.315 3.787 23.114Q3.385 22.912 3.144 22.560Q2.903 22.208 2.903 21.764M4.619 23.066Q5.220 23.066 5.444 22.688Q5.668 22.310 5.668 21.678Q5.668 21.066 5.434 20.707Q5.200 20.349 4.619 20.349Q3.566 20.349 3.566 21.678Q3.566 22.310 3.792 22.688Q4.017 23.066 4.619 23.066M8.522 23.247L6.940 23.247L6.940 22.967Q7.169 22.967 7.317 22.933Q7.466 22.898 7.466 22.758L7.466 19.139Q7.466 18.869 7.358 18.807Q7.251 18.746 6.940 18.746L6.940 18.465L8.020 18.390L8.020 21.678L9.004 20.909Q9.209 20.772 9.209 20.622Q9.209 20.578 9.168 20.543Q9.127 20.509 9.083 20.509L9.083 20.229L10.447 20.229L10.447 20.509Q9.958 20.509 9.438 20.909L8.881 21.343L9.859 22.567Q10.060 22.813 10.194 22.890Q10.327 22.967 10.614 22.967L10.614 23.247L9.182 23.247L9.182 22.967Q9.370 22.967 9.370 22.854Q9.370 22.758 9.216 22.567L8.481 21.658L7.999 22.037L7.999 22.758Q7.999 22.895 8.148 22.931Q8.297 22.967 8.522 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M10.880 21.712Q10.880 21.391 11.005 21.102Q11.130 20.813 11.356 20.590Q11.581 20.366 11.877 20.246Q12.172 20.126 12.490 20.126Q12.818 20.126 13.080 20.226Q13.341 20.325 13.517 20.507Q13.693 20.690 13.787 20.948Q13.881 21.206 13.881 21.538Q13.881 21.630 13.799 21.651L11.544 21.651L11.544 21.712Q11.544 22.300 11.827 22.683Q12.111 23.066 12.678 23.066Q13 23.066 13.268 22.873Q13.536 22.680 13.625 22.365Q13.632 22.324 13.707 22.310L13.799 22.310Q13.881 22.334 13.881 22.406Q13.881 22.413 13.875 22.440Q13.762 22.837 13.391 23.076Q13.020 23.315 12.596 23.315Q12.159 23.315 11.759 23.107Q11.359 22.898 11.120 22.531Q10.880 22.164 10.880 21.712M11.550 21.442L13.365 21.442Q13.365 21.165 13.268 20.913Q13.170 20.660 12.972 20.504Q12.774 20.349 12.490 20.349Q12.213 20.349 12 20.507Q11.786 20.666 11.668 20.921Q11.550 21.176 11.550 21.442M16.151 23.247L14.517 23.247L14.517 22.967Q14.746 22.967 14.895 22.933Q15.044 22.898 15.044 22.758L15.044 20.909Q15.044 20.639 14.936 20.578Q14.828 20.516 14.517 20.516L14.517 20.236L15.577 20.161L15.577 20.810Q15.748 20.502 16.052 20.331Q16.356 20.161 16.701 20.161Q17.207 20.161 17.491 20.384Q17.774 20.608 17.774 21.104L17.774 22.758Q17.774 22.895 17.923 22.931Q18.072 22.967 18.297 22.967L18.297 23.247L16.667 23.247L16.667 22.967Q16.896 22.967 17.045 22.933Q17.193 22.898 17.193 22.758L17.193 21.118Q17.193 20.783 17.074 20.583Q16.954 20.383 16.640 20.383Q16.370 20.383 16.136 20.519Q15.901 20.656 15.763 20.890Q15.625 21.124 15.625 21.398L15.625 22.758Q15.625 22.895 15.775 22.931Q15.925 22.967 16.151 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M22.394 23.247L22.127 23.247L22.127 19.139Q22.127 18.869 22.020 18.807Q21.912 18.746 21.601 18.746L21.601 18.465L22.681 18.390L22.681 20.560Q22.890 20.369 23.175 20.265Q23.460 20.161 23.758 20.161Q24.076 20.161 24.373 20.282Q24.670 20.403 24.893 20.619Q25.115 20.834 25.241 21.119Q25.368 21.405 25.368 21.736Q25.368 22.181 25.128 22.545Q24.889 22.909 24.496 23.112Q24.103 23.315 23.659 23.315Q23.464 23.315 23.274 23.259Q23.085 23.203 22.924 23.098Q22.763 22.994 22.623 22.833L22.394 23.247M22.709 20.902L22.709 22.519Q22.845 22.779 23.086 22.936Q23.327 23.093 23.604 23.093Q23.898 23.093 24.110 22.986Q24.322 22.878 24.455 22.686Q24.588 22.495 24.647 22.256Q24.705 22.017 24.705 21.736Q24.705 21.377 24.611 21.073Q24.517 20.769 24.289 20.576Q24.062 20.383 23.696 20.383Q23.396 20.383 23.129 20.519Q22.862 20.656 22.709 20.902\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M26.124 24.382Q26.254 24.450 26.391 24.450Q26.562 24.450 26.712 24.361Q26.863 24.272 26.974 24.127Q27.085 23.982 27.163 23.814L27.427 23.247L26.258 20.721Q26.183 20.574 26.053 20.542Q25.923 20.509 25.690 20.509L25.690 20.229L27.211 20.229L27.211 20.509Q26.863 20.509 26.863 20.656Q26.866 20.677 26.868 20.694Q26.870 20.711 26.870 20.721L27.727 22.580L28.500 20.909Q28.534 20.841 28.534 20.762Q28.534 20.649 28.450 20.579Q28.367 20.509 28.254 20.509L28.254 20.229L29.450 20.229L29.450 20.509Q29.231 20.509 29.059 20.613Q28.886 20.718 28.794 20.909L27.457 23.814Q27.287 24.184 27.017 24.430Q26.746 24.676 26.391 24.676Q26.121 24.676 25.902 24.510Q25.683 24.344 25.683 24.081Q25.683 23.944 25.776 23.855Q25.868 23.767 26.008 23.767Q26.145 23.767 26.234 23.855Q26.323 23.944 26.323 24.081Q26.323 24.184 26.270 24.262Q26.217 24.341 26.124 24.382\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.607 18.822)\">\u003Cpath d=\"M33.239 22.854Q33.523 23.162 34.022 23.162Q34.247 23.162 34.417 23.025Q34.586 22.888 34.675 22.673Q34.764 22.457 34.764 22.232L34.764 18.957Q34.764 18.817 34.459 18.781Q34.155 18.746 33.827 18.746L33.827 18.465L35.970 18.465L35.970 18.746Q35.741 18.746 35.586 18.781Q35.430 18.817 35.430 18.957L35.430 22.252Q35.430 22.591 35.218 22.852Q35.006 23.114 34.682 23.250Q34.357 23.387 34.022 23.387Q33.560 23.387 33.183 23.138Q32.805 22.888 32.805 22.451Q32.805 22.283 32.921 22.167Q33.038 22.051 33.212 22.051Q33.321 22.051 33.413 22.105Q33.506 22.160 33.557 22.251Q33.608 22.341 33.608 22.451Q33.608 22.550 33.560 22.645Q33.513 22.741 33.425 22.798Q33.338 22.854 33.239 22.854M36.725 21.764Q36.725 21.422 36.861 21.123Q36.996 20.824 37.235 20.600Q37.474 20.376 37.792 20.251Q38.110 20.126 38.441 20.126Q38.886 20.126 39.286 20.342Q39.685 20.557 39.920 20.935Q40.154 21.312 40.154 21.764Q40.154 22.105 40.012 22.389Q39.870 22.673 39.626 22.880Q39.381 23.086 39.072 23.201Q38.763 23.315 38.441 23.315Q38.011 23.315 37.609 23.114Q37.207 22.912 36.966 22.560Q36.725 22.208 36.725 21.764M38.441 23.066Q39.043 23.066 39.267 22.688Q39.491 22.310 39.491 21.678Q39.491 21.066 39.256 20.707Q39.022 20.349 38.441 20.349Q37.389 20.349 37.389 21.678Q37.389 22.310 37.614 22.688Q37.840 23.066 38.441 23.066M42.430 23.247L40.796 23.247L40.796 22.967Q41.025 22.967 41.174 22.933Q41.323 22.898 41.323 22.758L41.323 19.139Q41.323 18.869 41.215 18.807Q41.107 18.746 40.796 18.746L40.796 18.465L41.876 18.390L41.876 20.776Q41.982 20.591 42.160 20.449Q42.338 20.308 42.546 20.234Q42.755 20.161 42.980 20.161Q43.486 20.161 43.770 20.384Q44.054 20.608 44.054 21.104L44.054 22.758Q44.054 22.895 44.202 22.931Q44.351 22.967 44.577 22.967L44.577 23.247L42.946 23.247L42.946 22.967Q43.175 22.967 43.324 22.933Q43.473 22.898 43.473 22.758L43.473 21.118Q43.473 20.783 43.353 20.583Q43.233 20.383 42.919 20.383Q42.649 20.383 42.415 20.519Q42.181 20.656 42.042 20.890Q41.904 21.124 41.904 21.398L41.904 22.758Q41.904 22.895 42.054 22.931Q42.204 22.967 42.430 22.967L42.430 23.247M46.846 23.247L45.212 23.247L45.212 22.967Q45.441 22.967 45.590 22.933Q45.739 22.898 45.739 22.758L45.739 20.909Q45.739 20.639 45.631 20.578Q45.523 20.516 45.212 20.516L45.212 20.236L46.272 20.161L46.272 20.810Q46.443 20.502 46.747 20.331Q47.051 20.161 47.396 20.161Q47.902 20.161 48.186 20.384Q48.470 20.608 48.470 21.104L48.470 22.758Q48.470 22.895 48.618 22.931Q48.767 22.967 48.993 22.967L48.993 23.247L47.362 23.247L47.362 22.967Q47.591 22.967 47.740 22.933Q47.889 22.898 47.889 22.758L47.889 21.118Q47.889 20.783 47.769 20.583Q47.649 20.383 47.335 20.383Q47.065 20.383 46.831 20.519Q46.597 20.656 46.458 20.890Q46.320 21.124 46.320 21.398L46.320 22.758Q46.320 22.895 46.470 22.931Q46.621 22.967 46.846 22.967L46.846 23.247M49.980 22.827Q49.980 22.659 50.103 22.536Q50.226 22.413 50.401 22.413Q50.568 22.413 50.691 22.536Q50.814 22.659 50.814 22.827Q50.814 23.001 50.691 23.124Q50.568 23.247 50.401 23.247Q50.226 23.247 50.103 23.124Q49.980 23.001 49.980 22.827\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M164.864-33.659h68.287V-56.42h-68.287Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(250.18 -65.895)\">\u003Cpath d=\"M-63.699 23.247L-65.289 23.247L-65.289 22.967Q-64.646 22.967-64.489 22.567L-62.845 18.352Q-62.811 18.257-62.698 18.257L-62.616 18.257Q-62.506 18.257-62.465 18.352L-60.746 22.758Q-60.678 22.898-60.488 22.933Q-60.298 22.967-60.025 22.967L-60.025 23.247L-62.024 23.247L-62.024 22.967Q-61.460 22.967-61.460 22.792Q-61.460 22.775-61.462 22.768Q-61.464 22.762-61.467 22.758L-61.888 21.692L-63.846 21.692L-64.188 22.567Q-64.202 22.567-64.202 22.645Q-64.202 22.806-64.039 22.886Q-63.877 22.967-63.699 22.967L-63.699 23.247M-62.865 19.173L-63.733 21.412L-61.990 21.412\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(250.18 -65.895)\">\u003Cpath d=\"M-59.427 20.854Q-59.427 20.328-59.210 19.860Q-58.993 19.392-58.610 19.046Q-58.228 18.701-57.744 18.513Q-57.260 18.325-56.730 18.325Q-56.460 18.325-56.204 18.397Q-55.948 18.469-55.719 18.609Q-55.490 18.749-55.309 18.934L-54.881 18.352Q-54.854 18.325-54.827 18.325L-54.779 18.325Q-54.748 18.325-54.724 18.349Q-54.700 18.373-54.700 18.404L-54.700 20.267Q-54.700 20.290-54.726 20.316Q-54.751 20.342-54.779 20.342L-54.905 20.342Q-54.967 20.342-54.980 20.267Q-55.011 19.952-55.146 19.648Q-55.281 19.344-55.497 19.110Q-55.712 18.875-56.001 18.740Q-56.290 18.605-56.618 18.605Q-57.264 18.605-57.723 18.901Q-58.183 19.197-58.416 19.708Q-58.648 20.219-58.648 20.854Q-58.648 21.504-58.402 22.017Q-58.156 22.529-57.682 22.818Q-57.209 23.107-56.556 23.107Q-56.296 23.107-56.030 23.040Q-55.763 22.974-55.579 22.813Q-55.394 22.652-55.394 22.393L-55.394 21.805Q-55.394 21.596-56.361 21.596L-56.361 21.316L-54.164 21.316L-54.164 21.596Q-54.393 21.596-54.546 21.632Q-54.700 21.668-54.700 21.805L-54.700 23.168Q-54.700 23.203-54.729 23.225Q-54.758 23.247-54.786 23.247Q-54.847 23.247-55.018 23.086Q-55.189 22.926-55.247 22.840Q-55.449 23.141-55.855 23.264Q-56.262 23.387-56.730 23.387Q-57.250 23.387-57.742 23.197Q-58.234 23.008-58.614 22.664Q-58.993 22.321-59.210 21.852Q-59.427 21.384-59.427 20.854M-48.955 23.247L-53.357 23.247L-53.357 22.967Q-52.636 22.967-52.636 22.758L-52.636 18.957Q-52.636 18.746-53.357 18.746L-53.357 18.465L-49.067 18.465L-48.859 20.102L-49.122 20.102Q-49.180 19.631-49.283 19.366Q-49.385 19.101-49.570 18.968Q-49.754 18.834-50.026 18.790Q-50.298 18.746-50.797 18.746L-51.580 18.746Q-51.768 18.746-51.856 18.780Q-51.945 18.814-51.945 18.957L-51.945 20.622L-51.371 20.622Q-50.981 20.622-50.799 20.571Q-50.616 20.519-50.534 20.347Q-50.452 20.174-50.452 19.802L-50.188 19.802L-50.188 21.723L-50.452 21.723Q-50.452 21.350-50.534 21.177Q-50.616 21.005-50.799 20.954Q-50.981 20.902-51.371 20.902L-51.945 20.902L-51.945 22.758Q-51.945 22.898-51.856 22.933Q-51.768 22.967-51.580 22.967L-50.732 22.967Q-50.202 22.967-49.893 22.898Q-49.583 22.830-49.395 22.663Q-49.208 22.495-49.100 22.193Q-48.992 21.890-48.907 21.377L-48.640 21.377L-48.955 23.247M-46.254 23.247L-47.987 23.247L-47.987 22.967Q-47.266 22.967-47.266 22.567L-47.266 18.780Q-47.499 18.746-47.987 18.746L-47.987 18.465L-46.630 18.465Q-46.589 18.479-46.569 18.493L-43.865 22.140L-43.865 19.145Q-43.865 18.746-44.586 18.746L-44.586 18.465L-42.850 18.465L-42.850 18.746Q-43.571 18.746-43.571 19.145L-43.571 23.155Q-43.588 23.230-43.657 23.247L-43.776 23.247Q-43.824 23.237-43.838 23.213L-46.972 18.992L-46.972 22.567Q-46.972 22.967-46.254 22.967L-46.254 23.247M-38.246 23.247L-40.984 23.247L-40.984 22.967Q-40.635 22.967-40.299 22.931Q-39.962 22.895-39.962 22.758L-39.962 18.957Q-39.962 18.814-40.051 18.780Q-40.140 18.746-40.324 18.746L-40.683 18.746Q-40.984 18.746-41.199 18.793Q-41.415 18.841-41.572 18.998Q-41.708 19.132-41.768 19.410Q-41.828 19.689-41.866 20.102L-42.132 20.102L-41.985 18.465L-37.251 18.465L-37.104 20.102L-37.371 20.102Q-37.409 19.689-37.465 19.412Q-37.521 19.135-37.665 18.998Q-37.826 18.838-38.038 18.792Q-38.249 18.746-38.554 18.746L-38.906 18.746Q-39.090 18.746-39.179 18.780Q-39.268 18.814-39.268 18.957L-39.268 22.758Q-39.268 22.895-38.931 22.931Q-38.595 22.967-38.246 22.967\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M164.864.485h68.287v-22.763h-68.287Z\"\u002F>\u003Cg transform=\"translate(249.833 -31.752)\">\u003Cpath d=\"M-61.382 23.247L-64.120 23.247L-64.120 22.967Q-63.771 22.967-63.434 22.931Q-63.098 22.895-63.098 22.758L-63.098 18.957Q-63.098 18.814-63.186 18.780Q-63.275 18.746-63.460 18.746L-63.819 18.746Q-64.120 18.746-64.335 18.793Q-64.550 18.841-64.707 18.998Q-64.844 19.132-64.904 19.410Q-64.964 19.689-65.001 20.102L-65.268 20.102L-65.121 18.465L-60.387 18.465L-60.240 20.102L-60.507 20.102Q-60.544 19.689-60.601 19.412Q-60.657 19.135-60.801 18.998Q-60.961 18.838-61.173 18.792Q-61.385 18.746-61.689 18.746L-62.041 18.746Q-62.226 18.746-62.315 18.780Q-62.404 18.814-62.404 18.957L-62.404 22.758Q-62.404 22.895-62.067 22.931Q-61.730 22.967-61.382 22.967L-61.382 23.247M-57.386 23.247L-59.519 23.247L-59.519 22.967Q-58.798 22.967-58.798 22.758L-58.798 18.957Q-58.798 18.746-59.519 18.746L-59.519 18.465L-57.386 18.465L-57.386 18.746Q-58.107 18.746-58.107 18.957L-58.107 20.622L-55.797 20.622L-55.797 18.957Q-55.797 18.746-56.518 18.746L-56.518 18.465L-54.382 18.465L-54.382 18.746Q-55.103 18.746-55.103 18.957L-55.103 22.758Q-55.103 22.967-54.382 22.967L-54.382 23.247L-56.518 23.247L-56.518 22.967Q-55.797 22.967-55.797 22.758L-55.797 20.902L-58.107 20.902L-58.107 22.758Q-58.107 22.967-57.386 22.967L-57.386 23.247M-49.217 23.247L-53.620 23.247L-53.620 22.967Q-52.898 22.967-52.898 22.758L-52.898 18.957Q-52.898 18.746-53.620 18.746L-53.620 18.465L-49.330 18.465L-49.122 20.102L-49.385 20.102Q-49.443 19.631-49.545 19.366Q-49.648 19.101-49.832 18.968Q-50.017 18.834-50.289 18.790Q-50.561 18.746-51.060 18.746L-51.842 18.746Q-52.030 18.746-52.119 18.780Q-52.208 18.814-52.208 18.957L-52.208 20.622L-51.634 20.622Q-51.244 20.622-51.061 20.571Q-50.878 20.519-50.796 20.347Q-50.714 20.174-50.714 19.802L-50.451 19.802L-50.451 21.723L-50.714 21.723Q-50.714 21.350-50.796 21.177Q-50.878 21.005-51.061 20.954Q-51.244 20.902-51.634 20.902L-52.208 20.902L-52.208 22.758Q-52.208 22.898-52.119 22.933Q-52.030 22.967-51.842 22.967L-50.995 22.967Q-50.465 22.967-50.155 22.898Q-49.846 22.830-49.658 22.663Q-49.470 22.495-49.363 22.193Q-49.255 21.890-49.169 21.377L-48.903 21.377L-49.217 23.247M-46.473 23.247L-48.209 23.247L-48.209 22.967Q-47.488 22.967-47.488 22.567L-47.488 18.957Q-47.488 18.746-48.209 18.746L-48.209 18.465L-46.852 18.465Q-46.756 18.465-46.705 18.564L-45.030 22.539L-43.359 18.564Q-43.311 18.465-43.212 18.465L-41.862 18.465L-41.862 18.746Q-42.583 18.746-42.583 18.957L-42.583 22.758Q-42.583 22.967-41.862 22.967L-41.862 23.247L-43.919 23.247L-43.919 22.967Q-43.198 22.967-43.198 22.758L-43.198 18.746L-45.051 23.148Q-45.099 23.247-45.208 23.247Q-45.321 23.247-45.369 23.148L-47.194 18.817L-47.194 22.567Q-47.194 22.967-46.473 22.967L-46.473 23.247M-36.660 23.247L-41.062 23.247L-41.062 22.967Q-40.341 22.967-40.341 22.758L-40.341 18.957Q-40.341 18.746-41.062 18.746L-41.062 18.465L-36.772 18.465L-36.564 20.102L-36.827 20.102Q-36.885 19.631-36.988 19.366Q-37.090 19.101-37.275 18.968Q-37.459 18.834-37.731 18.790Q-38.003 18.746-38.502 18.746L-39.285 18.746Q-39.473 18.746-39.561 18.780Q-39.650 18.814-39.650 18.957L-39.650 20.622L-39.076 20.622Q-38.686 20.622-38.504 20.571Q-38.321 20.519-38.239 20.347Q-38.157 20.174-38.157 19.802L-37.894 19.802L-37.894 21.723L-38.157 21.723Q-38.157 21.350-38.239 21.177Q-38.321 21.005-38.504 20.954Q-38.686 20.902-39.076 20.902L-39.650 20.902L-39.650 22.758Q-39.650 22.898-39.561 22.933Q-39.473 22.967-39.285 22.967L-38.437 22.967Q-37.907 22.967-37.598 22.898Q-37.289 22.830-37.101 22.663Q-36.913 22.495-36.805 22.193Q-36.697 21.890-36.612 21.377L-36.345 21.377\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M164.864 34.628h68.287V11.866h-68.287Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(237.315 2.392)\">\u003Cpath d=\"M-63.057 23.247L-65.261 23.247L-65.261 22.967Q-64.502 22.967-64.502 22.758L-64.502 18.957Q-64.502 18.746-65.261 18.746L-65.261 18.465L-63.057 18.465L-63.057 18.746Q-63.812 18.746-63.812 18.957L-63.812 22.758Q-63.812 22.967-63.057 22.967L-63.057 23.247M-60.606 23.247L-62.339 23.247L-62.339 22.967Q-61.618 22.967-61.618 22.567L-61.618 18.780Q-61.850 18.746-62.339 18.746L-62.339 18.465L-60.982 18.465Q-60.941 18.479-60.920 18.493L-58.217 22.140L-58.217 19.145Q-58.217 18.746-58.938 18.746L-58.938 18.465L-57.202 18.465L-57.202 18.746Q-57.923 18.746-57.923 19.145L-57.923 23.155Q-57.940 23.230-58.008 23.247L-58.128 23.247Q-58.176 23.237-58.189 23.213L-61.324 18.992L-61.324 22.567Q-61.324 22.967-60.606 22.967L-60.606 23.247M-56.330 23.309L-56.330 21.736Q-56.330 21.709-56.304 21.683Q-56.279 21.658-56.251 21.658L-56.139 21.658Q-56.111 21.658-56.087 21.685Q-56.063 21.712-56.063 21.736Q-56.063 22.081-55.932 22.345Q-55.800 22.608-55.571 22.777Q-55.342 22.946-55.040 23.027Q-54.737 23.107-54.395 23.107Q-54.129 23.107-53.893 22.979Q-53.657 22.851-53.512 22.628Q-53.367 22.406-53.367 22.140Q-53.367 21.917-53.473 21.721Q-53.579 21.524-53.760 21.389Q-53.941 21.254-54.166 21.203L-55.195 20.971Q-55.506 20.899-55.766 20.713Q-56.026 20.526-56.178 20.255Q-56.330 19.983-56.330 19.668Q-56.330 19.282-56.116 18.975Q-55.903 18.667-55.556 18.496Q-55.209 18.325-54.830 18.325Q-54.601 18.325-54.372 18.378Q-54.143 18.431-53.944 18.539Q-53.746 18.646-53.592 18.810L-53.298 18.370Q-53.274 18.325-53.233 18.325L-53.186 18.325Q-53.155 18.325-53.133 18.351Q-53.110 18.376-53.110 18.404L-53.110 19.979Q-53.110 20-53.134 20.027Q-53.158 20.055-53.186 20.055L-53.298 20.055Q-53.360 20.055-53.374 19.979Q-53.415 19.566-53.596 19.246Q-53.777 18.927-54.088 18.752Q-54.399 18.578-54.830 18.578Q-55.079 18.578-55.318 18.689Q-55.558 18.800-55.708 18.998Q-55.858 19.197-55.858 19.460Q-55.858 19.672-55.751 19.853Q-55.643 20.034-55.467 20.154Q-55.291 20.273-55.082 20.314L-54.054 20.543Q-53.736 20.615-53.469 20.820Q-53.203 21.025-53.051 21.319Q-52.898 21.613-52.898 21.945Q-52.898 22.338-53.103 22.673Q-53.309 23.008-53.654 23.197Q-53.999 23.387-54.395 23.387Q-54.816 23.387-55.195 23.274Q-55.575 23.162-55.845 22.912L-56.139 23.346Q-56.166 23.387-56.204 23.387L-56.251 23.387Q-56.279 23.387-56.304 23.362Q-56.330 23.336-56.330 23.309M-48.182 23.247L-50.919 23.247L-50.919 22.967Q-50.571 22.967-50.234 22.931Q-49.897 22.895-49.897 22.758L-49.897 18.957Q-49.897 18.814-49.986 18.780Q-50.075 18.746-50.260 18.746L-50.619 18.746Q-50.919 18.746-51.135 18.793Q-51.350 18.841-51.507 18.998Q-51.644 19.132-51.704 19.410Q-51.764 19.689-51.801 20.102L-52.068 20.102L-51.921 18.465L-47.187 18.465L-47.040 20.102L-47.307 20.102Q-47.344 19.689-47.401 19.412Q-47.457 19.135-47.601 18.998Q-47.761 18.838-47.973 18.792Q-48.185 18.746-48.489 18.746L-48.841 18.746Q-49.026 18.746-49.115 18.780Q-49.204 18.814-49.204 18.957L-49.204 22.758Q-49.204 22.895-48.867 22.931Q-48.530 22.967-48.182 22.967L-48.182 23.247M-44.200 23.247L-46.305 23.247L-46.305 22.967Q-45.584 22.967-45.584 22.758L-45.584 18.957Q-45.584 18.746-46.305 18.746L-46.305 18.465L-43.967 18.465Q-43.656 18.465-43.313 18.539Q-42.969 18.612-42.648 18.768Q-42.327 18.923-42.125 19.169Q-41.923 19.415-41.923 19.740Q-41.923 20.027-42.111 20.258Q-42.299 20.489-42.576 20.637Q-42.853 20.786-43.144 20.868Q-42.809 20.971-42.574 21.203Q-42.340 21.435-42.296 21.764L-42.210 22.372Q-42.183 22.584-42.137 22.753Q-42.091 22.922-41.987 23.042Q-41.882 23.162-41.694 23.162Q-41.479 23.162-41.363 22.977Q-41.247 22.792-41.247 22.560Q-41.229 22.495-41.154 22.478L-41.062 22.478Q-40.980 22.498-40.980 22.580Q-40.980 22.786-41.071 22.972Q-41.161 23.158-41.327 23.273Q-41.493 23.387-41.694 23.387Q-42.033 23.387-42.327 23.286Q-42.621 23.185-42.805 22.963Q-42.990 22.741-42.990 22.393L-42.990 21.784Q-42.990 21.535-43.133 21.348Q-43.277 21.162-43.501 21.063Q-43.725 20.964-43.974 20.964L-44.921 20.964L-44.921 22.758Q-44.921 22.967-44.200 22.967L-44.200 23.247M-44.921 18.957L-44.921 20.742L-44.066 20.742Q-43.779 20.742-43.540 20.699Q-43.301 20.656-43.113 20.547Q-42.925 20.437-42.814 20.239Q-42.703 20.041-42.703 19.740Q-42.703 19.163-43.070 18.954Q-43.437 18.746-44.066 18.746L-44.555 18.746Q-44.743 18.746-44.832 18.780Q-44.921 18.814-44.921 18.957\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(237.315 2.392)\">\u003Cpath d=\"M-39.995 21.664L-39.995 18.957Q-39.995 18.746-40.717 18.746L-40.717 18.465L-38.584 18.465L-38.584 18.746Q-39.305 18.746-39.305 18.957L-39.305 21.644Q-39.305 22.061-39.168 22.389Q-39.032 22.717-38.750 22.912Q-38.468 23.107-38.044 23.107Q-37.740 23.107-37.471 22.997Q-37.203 22.888-37.003 22.688Q-36.803 22.488-36.692 22.222Q-36.581 21.955-36.581 21.644L-36.581 19.145Q-36.581 18.746-37.302 18.746L-37.302 18.465L-35.579 18.465L-35.579 18.746Q-36.301 18.746-36.301 19.145L-36.301 21.664Q-36.301 22.126-36.538 22.526Q-36.776 22.926-37.179 23.156Q-37.582 23.387-38.044 23.387Q-38.529 23.387-38.982 23.168Q-39.435 22.950-39.715 22.555Q-39.995 22.160-39.995 21.664M-33.040 23.247L-34.776 23.247L-34.776 22.967Q-34.055 22.967-34.055 22.567L-34.055 18.957Q-34.055 18.746-34.776 18.746L-34.776 18.465L-33.419 18.465Q-33.324 18.465-33.272 18.564L-31.597 22.539L-29.926 18.564Q-29.878 18.465-29.779 18.465L-28.429 18.465L-28.429 18.746Q-29.150 18.746-29.150 18.957L-29.150 22.758Q-29.150 22.967-28.429 22.967L-28.429 23.247L-30.487 23.247L-30.487 22.967Q-29.765 22.967-29.765 22.758L-29.765 18.746L-31.618 23.148Q-31.666 23.247-31.775 23.247Q-31.888 23.247-31.936 23.148L-33.761 18.817L-33.761 22.567Q-33.761 22.967-33.040 22.967L-33.040 23.247M-23.227 23.247L-27.629 23.247L-27.629 22.967Q-26.908 22.967-26.908 22.758L-26.908 18.957Q-26.908 18.746-27.629 18.746L-27.629 18.465L-23.340 18.465L-23.131 20.102L-23.394 20.102Q-23.452 19.631-23.555 19.366Q-23.658 19.101-23.842 18.968Q-24.027 18.834-24.298 18.790Q-24.570 18.746-25.069 18.746L-25.852 18.746Q-26.040 18.746-26.129 18.780Q-26.218 18.814-26.218 18.957L-26.218 20.622L-25.643 20.622Q-25.254 20.622-25.071 20.571Q-24.888 20.519-24.806 20.347Q-24.724 20.174-24.724 19.802L-24.461 19.802L-24.461 21.723L-24.724 21.723Q-24.724 21.350-24.806 21.177Q-24.888 21.005-25.071 20.954Q-25.254 20.902-25.643 20.902L-26.218 20.902L-26.218 22.758Q-26.218 22.898-26.129 22.933Q-26.040 22.967-25.852 22.967L-25.004 22.967Q-24.474 22.967-24.165 22.898Q-23.856 22.830-23.668 22.663Q-23.480 22.495-23.372 22.193Q-23.264 21.890-23.179 21.377L-22.912 21.377L-23.227 23.247M-20.527 23.247L-22.260 23.247L-22.260 22.967Q-21.538 22.967-21.538 22.567L-21.538 18.780Q-21.771 18.746-22.260 18.746L-22.260 18.465L-20.903 18.465Q-20.862 18.479-20.841 18.493L-18.138 22.140L-18.138 19.145Q-18.138 18.746-18.859 18.746L-18.859 18.465L-17.122 18.465L-17.122 18.746Q-17.844 18.746-17.844 19.145L-17.844 23.155Q-17.861 23.230-17.929 23.247L-18.049 23.247Q-18.096 23.237-18.110 23.213L-21.244 18.992L-21.244 22.567Q-21.244 22.967-20.527 22.967L-20.527 23.247M-12.518 23.247L-15.256 23.247L-15.256 22.967Q-14.908 22.967-14.571 22.931Q-14.234 22.895-14.234 22.758L-14.234 18.957Q-14.234 18.814-14.323 18.780Q-14.412 18.746-14.596 18.746L-14.955 18.746Q-15.256 18.746-15.471 18.793Q-15.687 18.841-15.844 18.998Q-15.981 19.132-16.041 19.410Q-16.100 19.689-16.138 20.102L-16.405 20.102L-16.258 18.465L-11.524 18.465L-11.377 20.102L-11.643 20.102Q-11.681 19.689-11.737 19.412Q-11.794 19.135-11.937 18.998Q-12.098 18.838-12.310 18.792Q-12.522 18.746-12.826 18.746L-13.178 18.746Q-13.363 18.746-13.451 18.780Q-13.540 18.814-13.540 18.957L-13.540 22.758Q-13.540 22.895-13.204 22.931Q-12.867 22.967-12.518 22.967\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"m82.751-62.112 79.955 16.664\"\u002F>\u003Cpath stroke=\"none\" d=\"m164.664-45.04-2.806-2.219.848 1.811-1.501 1.322\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"m82.751-36.504 79.924-8.329\"\u002F>\u003Cpath stroke=\"none\" d=\"m164.664-45.04-3.348-1.26 1.359 1.467-1.028 1.716\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M82.751 40.318c46.242 0 38.46-69.542 80.034-84.674\"\u002F>\u003Cpath stroke=\"none\" d=\"m164.664-45.04-3.554-.409 1.675 1.093-.58 1.914\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M82.751-62.112c37.832 0 44.655 44.646 79.943 50.868\"\u002F>\u003Cpath stroke=\"none\" d=\"m164.664-10.897-2.874-2.13.904 1.783-1.46 1.368\"\u002F>\u003Cpath fill=\"none\" d=\"M82.751-10.897h79.913\"\u002F>\u003Cpath stroke=\"none\" d=\"m164.664-10.897-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003Cpath fill=\"none\" d=\"m82.751 14.71 80.004-25.01\"\u002F>\u003Cpath stroke=\"none\" d=\"m164.664-10.897-3.531-.572 1.622 1.17-.668 1.884\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M82.751-36.504c37.268 13.564 47.567 39.92 80.181 58.75\"\u002F>\u003Cpath stroke=\"none\" d=\"m164.664 23.247-1.971-2.986.239 1.986-1.84.785\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M82.751-10.897c32.55 11.848 47.8 28.129 79.943 33.796\"\u002F>\u003Cpath stroke=\"none\" d=\"m164.664 23.247-2.874-2.132.904 1.784-1.46 1.368\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Five syntactic realizations of one \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6944em;\">\u003C\u002Fspan>\u003Cspan class=\"enclosing textsc\">\u003Cspan class=\"mord text\">\u003Cspan class=\"mord\">break\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> event all map to the same small set of thematic roles. The syntactic position of an argument (subject, object, PP) varies; its role (AGENT, THEME, INSTRUMENT) does not.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:430.077px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 322.558 107.407\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-14.861-39.35H110.33V-62.11H-14.861Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-40.719 -31.713)\">\u003Cpath d=\"M48.603-16.980Q48.887-16.672 49.386-16.672Q49.611-16.672 49.781-16.809Q49.950-16.946 50.039-17.161Q50.128-17.377 50.128-17.602L50.128-20.877Q50.128-21.017 49.823-21.053Q49.519-21.088 49.191-21.088L49.191-21.369L51.334-21.369L51.334-21.088Q51.105-21.088 50.950-21.053Q50.794-21.017 50.794-20.877L50.794-17.582Q50.794-17.243 50.582-16.982Q50.370-16.720 50.046-16.584Q49.721-16.447 49.386-16.447Q48.924-16.447 48.547-16.696Q48.169-16.946 48.169-17.383Q48.169-17.551 48.285-17.667Q48.402-17.783 48.576-17.783Q48.685-17.783 48.777-17.729Q48.870-17.674 48.921-17.583Q48.972-17.493 48.972-17.383Q48.972-17.284 48.924-17.189Q48.877-17.093 48.789-17.036Q48.702-16.980 48.603-16.980M52.089-18.070Q52.089-18.412 52.225-18.711Q52.360-19.010 52.599-19.234Q52.838-19.458 53.156-19.583Q53.474-19.708 53.805-19.708Q54.250-19.708 54.650-19.492Q55.049-19.277 55.284-18.899Q55.518-18.522 55.518-18.070Q55.518-17.729 55.376-17.445Q55.234-17.161 54.990-16.954Q54.745-16.748 54.436-16.633Q54.127-16.519 53.805-16.519Q53.375-16.519 52.973-16.720Q52.571-16.922 52.330-17.274Q52.089-17.626 52.089-18.070M53.805-16.768Q54.407-16.768 54.631-17.146Q54.855-17.524 54.855-18.156Q54.855-18.768 54.620-19.127Q54.386-19.485 53.805-19.485Q52.753-19.485 52.753-18.156Q52.753-17.524 52.978-17.146Q53.204-16.768 53.805-16.768M57.794-16.587L56.160-16.587L56.160-16.867Q56.389-16.867 56.538-16.901Q56.687-16.936 56.687-17.076L56.687-20.695Q56.687-20.965 56.579-21.027Q56.471-21.088 56.160-21.088L56.160-21.369L57.240-21.444L57.240-19.058Q57.346-19.243 57.524-19.385Q57.702-19.526 57.910-19.600Q58.119-19.673 58.344-19.673Q58.850-19.673 59.134-19.450Q59.418-19.226 59.418-18.730L59.418-17.076Q59.418-16.939 59.566-16.903Q59.715-16.867 59.941-16.867L59.941-16.587L58.310-16.587L58.310-16.867Q58.539-16.867 58.688-16.901Q58.837-16.936 58.837-17.076L58.837-18.716Q58.837-19.051 58.717-19.251Q58.597-19.451 58.283-19.451Q58.013-19.451 57.779-19.315Q57.545-19.178 57.406-18.944Q57.268-18.710 57.268-18.436L57.268-17.076Q57.268-16.939 57.418-16.903Q57.568-16.867 57.794-16.867L57.794-16.587M62.210-16.587L60.576-16.587L60.576-16.867Q60.805-16.867 60.954-16.901Q61.103-16.936 61.103-17.076L61.103-18.925Q61.103-19.195 60.995-19.256Q60.887-19.318 60.576-19.318L60.576-19.598L61.636-19.673L61.636-19.024Q61.807-19.332 62.111-19.503Q62.415-19.673 62.760-19.673Q63.266-19.673 63.550-19.450Q63.834-19.226 63.834-18.730L63.834-17.076Q63.834-16.939 63.982-16.903Q64.131-16.867 64.357-16.867L64.357-16.587L62.726-16.587L62.726-16.867Q62.955-16.867 63.104-16.901Q63.253-16.936 63.253-17.076L63.253-18.716Q63.253-19.051 63.133-19.251Q63.013-19.451 62.699-19.451Q62.429-19.451 62.195-19.315Q61.961-19.178 61.822-18.944Q61.684-18.710 61.684-18.436L61.684-17.076Q61.684-16.939 61.834-16.903Q61.985-16.867 62.210-16.867\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-40.719 -31.713)\">\u003Cpath d=\"M68.453-16.587L68.186-16.587L68.186-20.695Q68.186-20.965 68.079-21.027Q67.971-21.088 67.660-21.088L67.660-21.369L68.740-21.444L68.740-19.274Q68.949-19.465 69.234-19.569Q69.519-19.673 69.817-19.673Q70.135-19.673 70.432-19.552Q70.729-19.431 70.952-19.215Q71.174-19 71.300-18.715Q71.427-18.429 71.427-18.098Q71.427-17.653 71.187-17.289Q70.948-16.925 70.555-16.722Q70.162-16.519 69.718-16.519Q69.523-16.519 69.333-16.575Q69.144-16.631 68.983-16.736Q68.822-16.840 68.682-17.001L68.453-16.587M68.768-18.932L68.768-17.315Q68.904-17.055 69.145-16.898Q69.386-16.741 69.663-16.741Q69.957-16.741 70.169-16.848Q70.381-16.956 70.514-17.148Q70.647-17.339 70.706-17.578Q70.764-17.817 70.764-18.098Q70.764-18.457 70.670-18.761Q70.576-19.065 70.348-19.258Q70.121-19.451 69.755-19.451Q69.455-19.451 69.188-19.315Q68.921-19.178 68.768-18.932M73.812-16.587L72.076-16.587L72.076-16.867Q72.305-16.867 72.454-16.901Q72.603-16.936 72.603-17.076L72.603-18.925Q72.603-19.195 72.495-19.256Q72.387-19.318 72.076-19.318L72.076-19.598L73.105-19.673L73.105-18.966Q73.235-19.274 73.478-19.473Q73.720-19.673 74.038-19.673Q74.257-19.673 74.428-19.549Q74.599-19.424 74.599-19.212Q74.599-19.075 74.499-18.976Q74.400-18.877 74.267-18.877Q74.130-18.877 74.031-18.976Q73.932-19.075 73.932-19.212Q73.932-19.352 74.031-19.451Q73.741-19.451 73.541-19.255Q73.341-19.058 73.249-18.764Q73.156-18.470 73.156-18.190L73.156-17.076Q73.156-16.867 73.812-16.867L73.812-16.587M75.142-18.070Q75.142-18.412 75.277-18.711Q75.412-19.010 75.651-19.234Q75.891-19.458 76.208-19.583Q76.526-19.708 76.858-19.708Q77.302-19.708 77.702-19.492Q78.102-19.277 78.336-18.899Q78.570-18.522 78.570-18.070Q78.570-17.729 78.428-17.445Q78.287-17.161 78.042-16.954Q77.798-16.748 77.488-16.633Q77.179-16.519 76.858-16.519Q76.427-16.519 76.026-16.720Q75.624-16.922 75.383-17.274Q75.142-17.626 75.142-18.070M76.858-16.768Q77.459-16.768 77.683-17.146Q77.907-17.524 77.907-18.156Q77.907-18.768 77.673-19.127Q77.439-19.485 76.858-19.485Q75.805-19.485 75.805-18.156Q75.805-17.524 76.031-17.146Q76.256-16.768 76.858-16.768M80.761-16.587L79.179-16.587L79.179-16.867Q79.408-16.867 79.556-16.901Q79.705-16.936 79.705-17.076L79.705-20.695Q79.705-20.965 79.597-21.027Q79.490-21.088 79.179-21.088L79.179-21.369L80.259-21.444L80.259-18.156L81.243-18.925Q81.448-19.062 81.448-19.212Q81.448-19.256 81.407-19.291Q81.366-19.325 81.322-19.325L81.322-19.605L82.686-19.605L82.686-19.325Q82.197-19.325 81.677-18.925L81.120-18.491L82.098-17.267Q82.299-17.021 82.433-16.944Q82.566-16.867 82.853-16.867L82.853-16.587L81.421-16.587L81.421-16.867Q81.609-16.867 81.609-16.980Q81.609-17.076 81.455-17.267L80.720-18.176L80.238-17.797L80.238-17.076Q80.238-16.939 80.387-16.903Q80.536-16.867 80.761-16.867\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-40.719 -31.713)\">\u003Cpath d=\"M83.119-18.122Q83.119-18.443 83.244-18.732Q83.369-19.021 83.595-19.244Q83.820-19.468 84.116-19.588Q84.411-19.708 84.729-19.708Q85.057-19.708 85.319-19.608Q85.580-19.509 85.756-19.327Q85.932-19.144 86.026-18.886Q86.120-18.628 86.120-18.296Q86.120-18.204 86.038-18.183L83.783-18.183L83.783-18.122Q83.783-17.534 84.066-17.151Q84.350-16.768 84.917-16.768Q85.239-16.768 85.507-16.961Q85.775-17.154 85.864-17.469Q85.871-17.510 85.946-17.524L86.038-17.524Q86.120-17.500 86.120-17.428Q86.120-17.421 86.114-17.394Q86.001-16.997 85.630-16.758Q85.259-16.519 84.835-16.519Q84.398-16.519 83.998-16.727Q83.598-16.936 83.359-17.303Q83.119-17.670 83.119-18.122M83.789-18.392L85.604-18.392Q85.604-18.669 85.507-18.921Q85.409-19.174 85.211-19.330Q85.013-19.485 84.729-19.485Q84.452-19.485 84.239-19.327Q84.025-19.168 83.907-18.913Q83.789-18.658 83.789-18.392\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-40.719 -31.713)\">\u003Cpath d=\"M89.937-17.428L89.937-19.325L89.298-19.325L89.298-19.547Q89.616-19.547 89.833-19.757Q90.050-19.967 90.150-20.277Q90.251-20.586 90.251-20.894L90.518-20.894L90.518-19.605L91.595-19.605L91.595-19.325L90.518-19.325L90.518-17.441Q90.518-17.165 90.622-16.966Q90.726-16.768 90.986-16.768Q91.143-16.768 91.249-16.872Q91.355-16.977 91.405-17.130Q91.454-17.284 91.454-17.441L91.454-17.855L91.721-17.855L91.721-17.428Q91.721-17.202 91.622-16.992Q91.523-16.782 91.338-16.650Q91.154-16.519 90.925-16.519Q90.487-16.519 90.212-16.756Q89.937-16.994 89.937-17.428M94.213-16.587L92.579-16.587L92.579-16.867Q92.808-16.867 92.957-16.901Q93.105-16.936 93.105-17.076L93.105-20.695Q93.105-20.965 92.998-21.027Q92.890-21.088 92.579-21.088L92.579-21.369L93.659-21.444L93.659-19.058Q93.765-19.243 93.943-19.385Q94.120-19.526 94.329-19.600Q94.537-19.673 94.763-19.673Q95.269-19.673 95.553-19.450Q95.836-19.226 95.836-18.730L95.836-17.076Q95.836-16.939 95.985-16.903Q96.134-16.867 96.359-16.867L96.359-16.587L94.729-16.587L94.729-16.867Q94.958-16.867 95.106-16.901Q95.255-16.936 95.255-17.076L95.255-18.716Q95.255-19.051 95.136-19.251Q95.016-19.451 94.701-19.451Q94.431-19.451 94.197-19.315Q93.963-19.178 93.825-18.944Q93.686-18.710 93.686-18.436L93.686-17.076Q93.686-16.939 93.837-16.903Q93.987-16.867 94.213-16.867L94.213-16.587M96.906-18.122Q96.906-18.443 97.031-18.732Q97.156-19.021 97.381-19.244Q97.607-19.468 97.902-19.588Q98.198-19.708 98.516-19.708Q98.844-19.708 99.106-19.608Q99.367-19.509 99.543-19.327Q99.719-19.144 99.813-18.886Q99.907-18.628 99.907-18.296Q99.907-18.204 99.825-18.183L97.569-18.183L97.569-18.122Q97.569-17.534 97.853-17.151Q98.137-16.768 98.704-16.768Q99.025-16.768 99.294-16.961Q99.562-17.154 99.651-17.469Q99.658-17.510 99.733-17.524L99.825-17.524Q99.907-17.500 99.907-17.428Q99.907-17.421 99.900-17.394Q99.787-16.997 99.417-16.758Q99.046-16.519 98.622-16.519Q98.184-16.519 97.784-16.727Q97.385-16.936 97.145-17.303Q96.906-17.670 96.906-18.122M97.576-18.392L99.391-18.392Q99.391-18.669 99.294-18.921Q99.196-19.174 98.998-19.330Q98.800-19.485 98.516-19.485Q98.239-19.485 98.025-19.327Q97.812-19.168 97.694-18.913Q97.576-18.658 97.576-18.392\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-40.719 -31.713)\">\u003Cpath d=\"M104.590-16.614L103.609-19.113Q103.548-19.256 103.430-19.291Q103.312-19.325 103.096-19.325L103.096-19.605L104.576-19.605L104.576-19.325Q104.197-19.325 104.197-19.164Q104.197-19.154 104.211-19.113L104.925-17.281L105.598-18.986Q105.568-19.058 105.568-19.086Q105.568-19.113 105.540-19.113Q105.479-19.260 105.361-19.292Q105.243-19.325 105.031-19.325L105.031-19.605L106.429-19.605L106.429-19.325Q106.053-19.325 106.053-19.164Q106.053-19.133 106.060-19.113L106.815-17.175L107.502-18.925Q107.523-18.976 107.523-19.031Q107.523-19.171 107.410-19.248Q107.297-19.325 107.157-19.325L107.157-19.605L108.377-19.605L108.377-19.325Q108.172-19.325 108.017-19.219Q107.861-19.113 107.789-18.925L106.884-16.614Q106.849-16.519 106.737-16.519L106.668-16.519Q106.559-16.519 106.521-16.614L105.739-18.617L104.952-16.614Q104.918-16.519 104.805-16.519L104.737-16.519Q104.628-16.519 104.590-16.614M110.524-16.587L108.972-16.587L108.972-16.867Q109.198-16.867 109.346-16.901Q109.495-16.936 109.495-17.076L109.495-18.925Q109.495-19.113 109.447-19.197Q109.399-19.280 109.302-19.299Q109.204-19.318 108.992-19.318L108.992-19.598L110.049-19.673L110.049-17.076Q110.049-16.936 110.180-16.901Q110.312-16.867 110.524-16.867L110.524-16.587M109.252-20.894Q109.252-21.065 109.375-21.184Q109.498-21.304 109.669-21.304Q109.837-21.304 109.960-21.184Q110.083-21.065 110.083-20.894Q110.083-20.719 109.960-20.596Q109.837-20.473 109.669-20.473Q109.498-20.473 109.375-20.596Q109.252-20.719 109.252-20.894M112.851-16.587L111.218-16.587L111.218-16.867Q111.447-16.867 111.595-16.901Q111.744-16.936 111.744-17.076L111.744-18.925Q111.744-19.195 111.636-19.256Q111.529-19.318 111.218-19.318L111.218-19.598L112.277-19.673L112.277-19.024Q112.448-19.332 112.752-19.503Q113.056-19.673 113.402-19.673Q113.908-19.673 114.191-19.450Q114.475-19.226 114.475-18.730L114.475-17.076Q114.475-16.939 114.624-16.903Q114.772-16.867 114.998-16.867L114.998-16.587L113.367-16.587L113.367-16.867Q113.596-16.867 113.745-16.901Q113.894-16.936 113.894-17.076L113.894-18.716Q113.894-19.051 113.774-19.251Q113.655-19.451 113.340-19.451Q113.070-19.451 112.836-19.315Q112.602-19.178 112.463-18.944Q112.325-18.710 112.325-18.436L112.325-17.076Q112.325-16.939 112.475-16.903Q112.626-16.867 112.851-16.867L112.851-16.587M115.586-18.098Q115.586-18.436 115.726-18.727Q115.866-19.017 116.110-19.231Q116.355-19.444 116.659-19.559Q116.963-19.673 117.288-19.673Q117.558-19.673 117.821-19.574Q118.084-19.475 118.276-19.297L118.276-20.695Q118.276-20.965 118.168-21.027Q118.060-21.088 117.749-21.088L117.749-21.369L118.826-21.444L118.826-17.260Q118.826-17.072 118.881-16.989Q118.935-16.905 119.036-16.886Q119.137-16.867 119.352-16.867L119.352-16.587L118.245-16.519L118.245-16.936Q117.828-16.519 117.202-16.519Q116.772-16.519 116.399-16.731Q116.027-16.942 115.806-17.303Q115.586-17.664 115.586-18.098M117.261-16.741Q117.469-16.741 117.655-16.813Q117.842-16.884 117.995-17.021Q118.149-17.158 118.245-17.336L118.245-18.945Q118.159-19.092 118.014-19.212Q117.869-19.332 117.700-19.391Q117.531-19.451 117.349-19.451Q116.789-19.451 116.521-19.062Q116.252-18.672 116.252-18.091Q116.252-17.520 116.486-17.130Q116.721-16.741 117.261-16.741M119.961-18.070Q119.961-18.412 120.096-18.711Q120.231-19.010 120.470-19.234Q120.709-19.458 121.027-19.583Q121.345-19.708 121.677-19.708Q122.121-19.708 122.521-19.492Q122.921-19.277 123.155-18.899Q123.389-18.522 123.389-18.070Q123.389-17.729 123.247-17.445Q123.105-17.161 122.861-16.954Q122.617-16.748 122.307-16.633Q121.998-16.519 121.677-16.519Q121.246-16.519 120.844-16.720Q120.443-16.922 120.202-17.274Q119.961-17.626 119.961-18.070M121.677-16.768Q122.278-16.768 122.502-17.146Q122.726-17.524 122.726-18.156Q122.726-18.768 122.492-19.127Q122.258-19.485 121.677-19.485Q120.624-19.485 120.624-18.156Q120.624-17.524 120.849-17.146Q121.075-16.768 121.677-16.768\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-40.719 -31.713)\">\u003Cpath d=\"M125.166-16.614L124.185-19.113Q124.124-19.256 124.006-19.291Q123.888-19.325 123.672-19.325L123.672-19.605L125.152-19.605L125.152-19.325Q124.773-19.325 124.773-19.164Q124.773-19.154 124.787-19.113L125.501-17.281L126.174-18.986Q126.144-19.058 126.144-19.086Q126.144-19.113 126.116-19.113Q126.055-19.260 125.937-19.292Q125.819-19.325 125.607-19.325L125.607-19.605L127.005-19.605L127.005-19.325Q126.629-19.325 126.629-19.164Q126.629-19.133 126.636-19.113L127.391-17.175L128.078-18.925Q128.099-18.976 128.099-19.031Q128.099-19.171 127.986-19.248Q127.873-19.325 127.733-19.325L127.733-19.605L128.953-19.605L128.953-19.325Q128.748-19.325 128.593-19.219Q128.437-19.113 128.365-18.925L127.460-16.614Q127.425-16.519 127.313-16.519L127.244-16.519Q127.135-16.519 127.097-16.614L126.315-18.617L125.528-16.614Q125.494-16.519 125.381-16.519L125.313-16.519Q125.204-16.519 125.166-16.614\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-106.708 -31.789)\">\u003Cpath d=\"M48.049-18.098Q48.049-18.426 48.184-18.727Q48.319-19.027 48.555-19.248Q48.791-19.468 49.095-19.588Q49.400-19.708 49.724-19.708Q50.230-19.708 50.579-19.605Q50.927-19.503 50.927-19.127Q50.927-18.980 50.830-18.879Q50.733-18.778 50.586-18.778Q50.432-18.778 50.333-18.877Q50.234-18.976 50.234-19.127Q50.234-19.315 50.374-19.407Q50.172-19.458 49.731-19.458Q49.376-19.458 49.147-19.262Q48.918-19.065 48.817-18.756Q48.716-18.446 48.716-18.098Q48.716-17.749 48.842-17.443Q48.969-17.137 49.224-16.953Q49.478-16.768 49.834-16.768Q50.056-16.768 50.240-16.852Q50.425-16.936 50.560-17.091Q50.695-17.247 50.753-17.455Q50.767-17.510 50.821-17.510L50.934-17.510Q50.965-17.510 50.987-17.486Q51.009-17.462 51.009-17.428L51.009-17.407Q50.924-17.120 50.736-16.922Q50.548-16.724 50.283-16.621Q50.018-16.519 49.724-16.519Q49.294-16.519 48.906-16.725Q48.518-16.932 48.284-17.295Q48.049-17.657 48.049-18.098M51.655-17.315Q51.655-17.647 51.879-17.874Q52.103-18.101 52.447-18.229Q52.790-18.358 53.163-18.410Q53.535-18.463 53.839-18.463L53.839-18.716Q53.839-18.921 53.732-19.101Q53.624-19.280 53.443-19.383Q53.262-19.485 53.053-19.485Q52.647-19.485 52.411-19.393Q52.500-19.356 52.546-19.272Q52.592-19.188 52.592-19.086Q52.592-18.990 52.546-18.911Q52.500-18.833 52.419-18.788Q52.339-18.744 52.250-18.744Q52.100-18.744 51.999-18.841Q51.898-18.939 51.898-19.086Q51.898-19.708 53.053-19.708Q53.265-19.708 53.515-19.644Q53.764-19.581 53.966-19.462Q54.168-19.342 54.294-19.157Q54.421-18.973 54.421-18.730L54.421-17.154Q54.421-17.038 54.482-16.942Q54.544-16.847 54.656-16.847Q54.766-16.847 54.831-16.941Q54.896-17.035 54.896-17.154L54.896-17.602L55.162-17.602L55.162-17.154Q55.162-16.884 54.935-16.719Q54.708-16.553 54.427-16.553Q54.219-16.553 54.082-16.707Q53.945-16.860 53.922-17.076Q53.775-16.809 53.493-16.664Q53.211-16.519 52.886-16.519Q52.609-16.519 52.325-16.594Q52.042-16.669 51.849-16.848Q51.655-17.028 51.655-17.315M52.271-17.315Q52.271-17.141 52.371-17.011Q52.472-16.881 52.628-16.811Q52.783-16.741 52.947-16.741Q53.166-16.741 53.375-16.838Q53.583-16.936 53.711-17.117Q53.839-17.298 53.839-17.524L53.839-18.252Q53.515-18.252 53.149-18.161Q52.783-18.070 52.527-17.858Q52.271-17.647 52.271-17.315M56.153-17.421L56.153-18.925Q56.153-19.195 56.046-19.256Q55.938-19.318 55.627-19.318L55.627-19.598L56.735-19.673L56.735-17.441L56.735-17.421Q56.735-17.141 56.786-16.997Q56.837-16.854 56.979-16.797Q57.121-16.741 57.408-16.741Q57.661-16.741 57.866-16.881Q58.071-17.021 58.187-17.247Q58.303-17.472 58.303-17.722L58.303-18.925Q58.303-19.195 58.196-19.256Q58.088-19.318 57.777-19.318L57.777-19.598L58.884-19.673L58.884-17.260Q58.884-17.069 58.937-16.987Q58.990-16.905 59.091-16.886Q59.192-16.867 59.407-16.867L59.407-16.587L58.331-16.519L58.331-17.083Q58.221-16.901 58.076-16.778Q57.931-16.655 57.745-16.587Q57.558-16.519 57.357-16.519Q56.153-16.519 56.153-17.421M59.995-16.594L59.995-17.657Q59.995-17.681 60.023-17.708Q60.050-17.735 60.074-17.735L60.183-17.735Q60.248-17.735 60.262-17.677Q60.358-17.243 60.604-16.992Q60.850-16.741 61.263-16.741Q61.605-16.741 61.858-16.874Q62.111-17.007 62.111-17.315Q62.111-17.472 62.017-17.587Q61.923-17.701 61.785-17.770Q61.646-17.838 61.479-17.876L60.898-17.975Q60.542-18.043 60.269-18.264Q59.995-18.484 59.995-18.826Q59.995-19.075 60.106-19.250Q60.217-19.424 60.404-19.523Q60.590-19.622 60.805-19.665Q61.021-19.708 61.263-19.708Q61.677-19.708 61.957-19.526L62.172-19.701Q62.183-19.704 62.190-19.706Q62.196-19.708 62.207-19.708L62.258-19.708Q62.285-19.708 62.309-19.684Q62.333-19.660 62.333-19.632L62.333-18.785Q62.333-18.764 62.309-18.737Q62.285-18.710 62.258-18.710L62.145-18.710Q62.118-18.710 62.092-18.735Q62.067-18.761 62.067-18.785Q62.067-19.021 61.961-19.185Q61.855-19.349 61.672-19.431Q61.489-19.513 61.256-19.513Q60.928-19.513 60.672-19.410Q60.416-19.308 60.416-19.031Q60.416-18.836 60.599-18.727Q60.781-18.617 61.010-18.576L61.585-18.470Q61.831-18.422 62.044-18.294Q62.258-18.166 62.395-17.963Q62.531-17.759 62.531-17.510Q62.531-16.997 62.166-16.758Q61.800-16.519 61.263-16.519Q60.768-16.519 60.436-16.813L60.170-16.539Q60.149-16.519 60.122-16.519L60.074-16.519Q60.050-16.519 60.023-16.546Q59.995-16.573 59.995-16.594M63.218-17.315Q63.218-17.647 63.442-17.874Q63.666-18.101 64.010-18.229Q64.353-18.358 64.726-18.410Q65.098-18.463 65.402-18.463L65.402-18.716Q65.402-18.921 65.295-19.101Q65.187-19.280 65.006-19.383Q64.825-19.485 64.616-19.485Q64.210-19.485 63.974-19.393Q64.063-19.356 64.109-19.272Q64.155-19.188 64.155-19.086Q64.155-18.990 64.109-18.911Q64.063-18.833 63.982-18.788Q63.902-18.744 63.813-18.744Q63.663-18.744 63.562-18.841Q63.461-18.939 63.461-19.086Q63.461-19.708 64.616-19.708Q64.828-19.708 65.078-19.644Q65.327-19.581 65.529-19.462Q65.731-19.342 65.857-19.157Q65.984-18.973 65.984-18.730L65.984-17.154Q65.984-17.038 66.045-16.942Q66.107-16.847 66.219-16.847Q66.329-16.847 66.394-16.941Q66.459-17.035 66.459-17.154L66.459-17.602L66.725-17.602L66.725-17.154Q66.725-16.884 66.498-16.719Q66.271-16.553 65.990-16.553Q65.782-16.553 65.645-16.707Q65.508-16.860 65.485-17.076Q65.338-16.809 65.056-16.664Q64.774-16.519 64.449-16.519Q64.172-16.519 63.888-16.594Q63.605-16.669 63.412-16.848Q63.218-17.028 63.218-17.315M63.834-17.315Q63.834-17.141 63.934-17.011Q64.035-16.881 64.191-16.811Q64.346-16.741 64.510-16.741Q64.729-16.741 64.938-16.838Q65.146-16.936 65.274-17.117Q65.402-17.298 65.402-17.524L65.402-18.252Q65.078-18.252 64.712-18.161Q64.346-18.070 64.090-17.858Q63.834-17.647 63.834-17.315M67.669-17.428L67.669-19.325L67.029-19.325L67.029-19.547Q67.347-19.547 67.564-19.757Q67.781-19.967 67.882-20.277Q67.983-20.586 67.983-20.894L68.250-20.894L68.250-19.605L69.326-19.605L69.326-19.325L68.250-19.325L68.250-17.441Q68.250-17.165 68.354-16.966Q68.458-16.768 68.718-16.768Q68.875-16.768 68.981-16.872Q69.087-16.977 69.137-17.130Q69.186-17.284 69.186-17.441L69.186-17.855L69.453-17.855L69.453-17.428Q69.453-17.202 69.354-16.992Q69.255-16.782 69.070-16.650Q68.885-16.519 68.656-16.519Q68.219-16.519 67.944-16.756Q67.669-16.994 67.669-17.428M71.880-16.587L70.328-16.587L70.328-16.867Q70.553-16.867 70.702-16.901Q70.851-16.936 70.851-17.076L70.851-18.925Q70.851-19.113 70.803-19.197Q70.755-19.280 70.658-19.299Q70.560-19.318 70.348-19.318L70.348-19.598L71.404-19.673L71.404-17.076Q71.404-16.936 71.536-16.901Q71.668-16.867 71.880-16.867L71.880-16.587M70.608-20.894Q70.608-21.065 70.731-21.184Q70.854-21.304 71.025-21.304Q71.193-21.304 71.316-21.184Q71.439-21.065 71.439-20.894Q71.439-20.719 71.316-20.596Q71.193-20.473 71.025-20.473Q70.854-20.473 70.731-20.596Q70.608-20.719 70.608-20.894M74.115-16.614L72.987-19.113Q72.915-19.260 72.785-19.292Q72.655-19.325 72.426-19.325L72.426-19.605L73.941-19.605L73.941-19.325Q73.589-19.325 73.589-19.178Q73.589-19.133 73.599-19.113L74.464-17.195L75.243-18.925Q75.277-18.993 75.277-19.072Q75.277-19.185 75.193-19.255Q75.110-19.325 74.990-19.325L74.990-19.605L76.186-19.605L76.186-19.325Q75.967-19.325 75.797-19.222Q75.626-19.120 75.537-18.925L74.501-16.614Q74.453-16.519 74.347-16.519L74.269-16.519Q74.163-16.519 74.115-16.614\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-106.708 -31.789)\">\u003Cpath d=\"M76.496-18.122Q76.496-18.443 76.621-18.732Q76.746-19.021 76.972-19.244Q77.197-19.468 77.493-19.588Q77.788-19.708 78.106-19.708Q78.434-19.708 78.696-19.608Q78.957-19.509 79.133-19.327Q79.309-19.144 79.403-18.886Q79.497-18.628 79.497-18.296Q79.497-18.204 79.415-18.183L77.160-18.183L77.160-18.122Q77.160-17.534 77.443-17.151Q77.727-16.768 78.294-16.768Q78.616-16.768 78.884-16.961Q79.152-17.154 79.241-17.469Q79.248-17.510 79.323-17.524L79.415-17.524Q79.497-17.500 79.497-17.428Q79.497-17.421 79.491-17.394Q79.378-16.997 79.007-16.758Q78.636-16.519 78.212-16.519Q77.775-16.519 77.375-16.727Q76.975-16.936 76.736-17.303Q76.496-17.670 76.496-18.122M77.166-18.392L78.981-18.392Q78.981-18.669 78.884-18.921Q78.786-19.174 78.588-19.330Q78.390-19.485 78.106-19.485Q77.829-19.485 77.616-19.327Q77.402-19.168 77.284-18.913Q77.166-18.658 77.166-18.392\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-14.861 28.937H110.33V6.175H-14.861Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-32.212 36.574)\">\u003Cpath d=\"M51.956-16.587L49.218-16.587L49.218-16.867Q49.567-16.867 49.904-16.903Q50.240-16.939 50.240-17.076L50.240-20.877Q50.240-21.020 50.152-21.054Q50.063-21.088 49.878-21.088L49.519-21.088Q49.218-21.088 49.003-21.041Q48.788-20.993 48.631-20.836Q48.494-20.702 48.434-20.424Q48.374-20.145 48.337-19.732L48.070-19.732L48.217-21.369L52.951-21.369L53.098-19.732L52.831-19.732Q52.794-20.145 52.737-20.422Q52.681-20.699 52.537-20.836Q52.377-20.996 52.165-21.042Q51.953-21.088 51.649-21.088L51.297-21.088Q51.112-21.088 51.023-21.054Q50.934-21.020 50.934-20.877L50.934-17.076Q50.934-16.939 51.271-16.903Q51.608-16.867 51.956-16.867L51.956-16.587M55.436-16.587L53.802-16.587L53.802-16.867Q54.031-16.867 54.180-16.901Q54.328-16.936 54.328-17.076L54.328-20.695Q54.328-20.965 54.221-21.027Q54.113-21.088 53.802-21.088L53.802-21.369L54.882-21.444L54.882-19.058Q54.988-19.243 55.166-19.385Q55.343-19.526 55.552-19.600Q55.760-19.673 55.986-19.673Q56.492-19.673 56.776-19.450Q57.059-19.226 57.059-18.730L57.059-17.076Q57.059-16.939 57.208-16.903Q57.357-16.867 57.582-16.867L57.582-16.587L55.952-16.587L55.952-16.867Q56.181-16.867 56.329-16.901Q56.478-16.936 56.478-17.076L56.478-18.716Q56.478-19.051 56.359-19.251Q56.239-19.451 55.924-19.451Q55.654-19.451 55.420-19.315Q55.186-19.178 55.048-18.944Q54.909-18.710 54.909-18.436L54.909-17.076Q54.909-16.939 55.060-16.903Q55.210-16.867 55.436-16.867L55.436-16.587M58.129-18.122Q58.129-18.443 58.254-18.732Q58.379-19.021 58.604-19.244Q58.830-19.468 59.125-19.588Q59.421-19.708 59.739-19.708Q60.067-19.708 60.329-19.608Q60.590-19.509 60.766-19.327Q60.942-19.144 61.036-18.886Q61.130-18.628 61.130-18.296Q61.130-18.204 61.048-18.183L58.792-18.183L58.792-18.122Q58.792-17.534 59.076-17.151Q59.360-16.768 59.927-16.768Q60.248-16.768 60.516-16.961Q60.785-17.154 60.874-17.469Q60.881-17.510 60.956-17.524L61.048-17.524Q61.130-17.500 61.130-17.428Q61.130-17.421 61.123-17.394Q61.010-16.997 60.640-16.758Q60.269-16.519 59.845-16.519Q59.407-16.519 59.007-16.727Q58.608-16.936 58.368-17.303Q58.129-17.670 58.129-18.122M58.799-18.392L60.614-18.392Q60.614-18.669 60.516-18.921Q60.419-19.174 60.221-19.330Q60.023-19.485 59.739-19.485Q59.462-19.485 59.248-19.327Q59.035-19.168 58.917-18.913Q58.799-18.658 58.799-18.392\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.212 36.574)\">\u003Cpath d=\"M65.812-16.614L64.831-19.113Q64.770-19.256 64.652-19.291Q64.534-19.325 64.318-19.325L64.318-19.605L65.798-19.605L65.798-19.325Q65.419-19.325 65.419-19.164Q65.419-19.154 65.433-19.113L66.147-17.281L66.820-18.986Q66.790-19.058 66.790-19.086Q66.790-19.113 66.762-19.113Q66.701-19.260 66.583-19.292Q66.465-19.325 66.253-19.325L66.253-19.605L67.651-19.605L67.651-19.325Q67.275-19.325 67.275-19.164Q67.275-19.133 67.282-19.113L68.037-17.175L68.724-18.925Q68.745-18.976 68.745-19.031Q68.745-19.171 68.632-19.248Q68.519-19.325 68.379-19.325L68.379-19.605L69.599-19.605L69.599-19.325Q69.394-19.325 69.239-19.219Q69.083-19.113 69.011-18.925L68.106-16.614Q68.071-16.519 67.959-16.519L67.890-16.519Q67.781-16.519 67.743-16.614L66.961-18.617L66.174-16.614Q66.140-16.519 66.027-16.519L65.959-16.519Q65.850-16.519 65.812-16.614M71.746-16.587L70.194-16.587L70.194-16.867Q70.420-16.867 70.568-16.901Q70.717-16.936 70.717-17.076L70.717-18.925Q70.717-19.113 70.669-19.197Q70.621-19.280 70.524-19.299Q70.426-19.318 70.214-19.318L70.214-19.598L71.271-19.673L71.271-17.076Q71.271-16.936 71.402-16.901Q71.534-16.867 71.746-16.867L71.746-16.587M70.474-20.894Q70.474-21.065 70.597-21.184Q70.720-21.304 70.891-21.304Q71.059-21.304 71.182-21.184Q71.305-21.065 71.305-20.894Q71.305-20.719 71.182-20.596Q71.059-20.473 70.891-20.473Q70.720-20.473 70.597-20.596Q70.474-20.719 70.474-20.894M74.073-16.587L72.440-16.587L72.440-16.867Q72.669-16.867 72.817-16.901Q72.966-16.936 72.966-17.076L72.966-18.925Q72.966-19.195 72.858-19.256Q72.751-19.318 72.440-19.318L72.440-19.598L73.499-19.673L73.499-19.024Q73.670-19.332 73.974-19.503Q74.278-19.673 74.624-19.673Q75.130-19.673 75.413-19.450Q75.697-19.226 75.697-18.730L75.697-17.076Q75.697-16.939 75.846-16.903Q75.994-16.867 76.220-16.867L76.220-16.587L74.589-16.587L74.589-16.867Q74.818-16.867 74.967-16.901Q75.116-16.936 75.116-17.076L75.116-18.716Q75.116-19.051 74.996-19.251Q74.877-19.451 74.562-19.451Q74.292-19.451 74.058-19.315Q73.824-19.178 73.685-18.944Q73.547-18.710 73.547-18.436L73.547-17.076Q73.547-16.939 73.697-16.903Q73.848-16.867 74.073-16.867L74.073-16.587M76.808-18.098Q76.808-18.436 76.948-18.727Q77.088-19.017 77.332-19.231Q77.577-19.444 77.881-19.559Q78.185-19.673 78.510-19.673Q78.780-19.673 79.043-19.574Q79.306-19.475 79.498-19.297L79.498-20.695Q79.498-20.965 79.390-21.027Q79.282-21.088 78.971-21.088L78.971-21.369L80.048-21.444L80.048-17.260Q80.048-17.072 80.103-16.989Q80.157-16.905 80.258-16.886Q80.359-16.867 80.574-16.867L80.574-16.587L79.467-16.519L79.467-16.936Q79.050-16.519 78.424-16.519Q77.994-16.519 77.621-16.731Q77.249-16.942 77.028-17.303Q76.808-17.664 76.808-18.098M78.483-16.741Q78.691-16.741 78.877-16.813Q79.064-16.884 79.217-17.021Q79.371-17.158 79.467-17.336L79.467-18.945Q79.381-19.092 79.236-19.212Q79.091-19.332 78.922-19.391Q78.753-19.451 78.571-19.451Q78.011-19.451 77.743-19.062Q77.474-18.672 77.474-18.091Q77.474-17.520 77.708-17.130Q77.943-16.741 78.483-16.741M81.183-18.070Q81.183-18.412 81.318-18.711Q81.453-19.010 81.692-19.234Q81.931-19.458 82.249-19.583Q82.567-19.708 82.899-19.708Q83.343-19.708 83.743-19.492Q84.143-19.277 84.377-18.899Q84.611-18.522 84.611-18.070Q84.611-17.729 84.469-17.445Q84.327-17.161 84.083-16.954Q83.839-16.748 83.529-16.633Q83.220-16.519 82.899-16.519Q82.468-16.519 82.066-16.720Q81.665-16.922 81.424-17.274Q81.183-17.626 81.183-18.070M82.899-16.768Q83.500-16.768 83.724-17.146Q83.948-17.524 83.948-18.156Q83.948-18.768 83.714-19.127Q83.480-19.485 82.899-19.485Q81.846-19.485 81.846-18.156Q81.846-17.524 82.071-17.146Q82.297-16.768 82.899-16.768\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.212 36.574)\">\u003Cpath d=\"M86.388-16.614L85.407-19.113Q85.346-19.256 85.228-19.291Q85.110-19.325 84.894-19.325L84.894-19.605L86.374-19.605L86.374-19.325Q85.995-19.325 85.995-19.164Q85.995-19.154 86.009-19.113L86.723-17.281L87.396-18.986Q87.366-19.058 87.366-19.086Q87.366-19.113 87.338-19.113Q87.277-19.260 87.159-19.292Q87.041-19.325 86.829-19.325L86.829-19.605L88.227-19.605L88.227-19.325Q87.851-19.325 87.851-19.164Q87.851-19.133 87.858-19.113L88.613-17.175L89.300-18.925Q89.321-18.976 89.321-19.031Q89.321-19.171 89.208-19.248Q89.095-19.325 88.955-19.325L88.955-19.605L90.175-19.605L90.175-19.325Q89.970-19.325 89.815-19.219Q89.659-19.113 89.587-18.925L88.682-16.614Q88.647-16.519 88.535-16.519L88.466-16.519Q88.357-16.519 88.319-16.614L87.537-18.617L86.750-16.614Q86.716-16.519 86.603-16.519L86.535-16.519Q86.426-16.519 86.388-16.614\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.212 36.574)\">\u003Cpath d=\"M94.210-16.587L93.943-16.587L93.943-20.695Q93.943-20.965 93.836-21.027Q93.728-21.088 93.417-21.088L93.417-21.369L94.497-21.444L94.497-19.274Q94.706-19.465 94.991-19.569Q95.276-19.673 95.574-19.673Q95.892-19.673 96.189-19.552Q96.486-19.431 96.709-19.215Q96.931-19 97.057-18.715Q97.184-18.429 97.184-18.098Q97.184-17.653 96.944-17.289Q96.705-16.925 96.312-16.722Q95.919-16.519 95.475-16.519Q95.280-16.519 95.090-16.575Q94.901-16.631 94.740-16.736Q94.579-16.840 94.439-17.001L94.210-16.587M94.525-18.932L94.525-17.315Q94.661-17.055 94.902-16.898Q95.143-16.741 95.420-16.741Q95.714-16.741 95.926-16.848Q96.138-16.956 96.271-17.148Q96.404-17.339 96.463-17.578Q96.521-17.817 96.521-18.098Q96.521-18.457 96.427-18.761Q96.333-19.065 96.105-19.258Q95.878-19.451 95.512-19.451Q95.212-19.451 94.945-19.315Q94.678-19.178 94.525-18.932M99.569-16.587L97.833-16.587L97.833-16.867Q98.062-16.867 98.211-16.901Q98.360-16.936 98.360-17.076L98.360-18.925Q98.360-19.195 98.252-19.256Q98.144-19.318 97.833-19.318L97.833-19.598L98.862-19.673L98.862-18.966Q98.992-19.274 99.235-19.473Q99.477-19.673 99.795-19.673Q100.014-19.673 100.185-19.549Q100.356-19.424 100.356-19.212Q100.356-19.075 100.256-18.976Q100.157-18.877 100.024-18.877Q99.887-18.877 99.788-18.976Q99.689-19.075 99.689-19.212Q99.689-19.352 99.788-19.451Q99.498-19.451 99.298-19.255Q99.098-19.058 99.006-18.764Q98.913-18.470 98.913-18.190L98.913-17.076Q98.913-16.867 99.569-16.867L99.569-16.587M100.899-18.070Q100.899-18.412 101.034-18.711Q101.169-19.010 101.408-19.234Q101.648-19.458 101.965-19.583Q102.283-19.708 102.615-19.708Q103.059-19.708 103.459-19.492Q103.859-19.277 104.093-18.899Q104.327-18.522 104.327-18.070Q104.327-17.729 104.185-17.445Q104.044-17.161 103.799-16.954Q103.555-16.748 103.245-16.633Q102.936-16.519 102.615-16.519Q102.184-16.519 101.783-16.720Q101.381-16.922 101.140-17.274Q100.899-17.626 100.899-18.070M102.615-16.768Q103.216-16.768 103.440-17.146Q103.664-17.524 103.664-18.156Q103.664-18.768 103.430-19.127Q103.196-19.485 102.615-19.485Q101.562-19.485 101.562-18.156Q101.562-17.524 101.788-17.146Q102.013-16.768 102.615-16.768M106.518-16.587L104.936-16.587L104.936-16.867Q105.165-16.867 105.313-16.901Q105.462-16.936 105.462-17.076L105.462-20.695Q105.462-20.965 105.354-21.027Q105.247-21.088 104.936-21.088L104.936-21.369L106.016-21.444L106.016-18.156L107-18.925Q107.205-19.062 107.205-19.212Q107.205-19.256 107.164-19.291Q107.123-19.325 107.079-19.325L107.079-19.605L108.443-19.605L108.443-19.325Q107.954-19.325 107.434-18.925L106.877-18.491L107.855-17.267Q108.056-17.021 108.190-16.944Q108.323-16.867 108.610-16.867L108.610-16.587L107.178-16.587L107.178-16.867Q107.366-16.867 107.366-16.980Q107.366-17.076 107.212-17.267L106.477-18.176L105.995-17.797L105.995-17.076Q105.995-16.939 106.144-16.903Q106.293-16.867 106.518-16.867\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.212 36.574)\">\u003Cpath d=\"M108.876-18.122Q108.876-18.443 109.001-18.732Q109.126-19.021 109.352-19.244Q109.577-19.468 109.873-19.588Q110.168-19.708 110.486-19.708Q110.814-19.708 111.076-19.608Q111.337-19.509 111.513-19.327Q111.689-19.144 111.783-18.886Q111.877-18.628 111.877-18.296Q111.877-18.204 111.795-18.183L109.540-18.183L109.540-18.122Q109.540-17.534 109.823-17.151Q110.107-16.768 110.674-16.768Q110.996-16.768 111.264-16.961Q111.532-17.154 111.621-17.469Q111.628-17.510 111.703-17.524L111.795-17.524Q111.877-17.500 111.877-17.428Q111.877-17.421 111.871-17.394Q111.758-16.997 111.387-16.758Q111.016-16.519 110.592-16.519Q110.155-16.519 109.755-16.727Q109.355-16.936 109.116-17.303Q108.876-17.670 108.876-18.122M109.546-18.392L111.361-18.392Q111.361-18.669 111.264-18.921Q111.166-19.174 110.968-19.330Q110.770-19.485 110.486-19.485Q110.209-19.485 109.996-19.327Q109.782-19.168 109.664-18.913Q109.546-18.658 109.546-18.392\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-110.005 36.574)\">\u003Cpath d=\"M49.666-16.587L48.114-16.587L48.114-16.867Q48.340-16.867 48.489-16.901Q48.637-16.936 48.637-17.076L48.637-18.925Q48.637-19.113 48.589-19.197Q48.542-19.280 48.444-19.299Q48.347-19.318 48.135-19.318L48.135-19.598L49.191-19.673L49.191-17.076Q49.191-16.936 49.323-16.901Q49.454-16.867 49.666-16.867L49.666-16.587M48.395-20.894Q48.395-21.065 48.518-21.184Q48.641-21.304 48.812-21.304Q48.979-21.304 49.102-21.184Q49.225-21.065 49.225-20.894Q49.225-20.719 49.102-20.596Q48.979-20.473 48.812-20.473Q48.641-20.473 48.518-20.596Q48.395-20.719 48.395-20.894M51.994-16.587L50.360-16.587L50.360-16.867Q50.589-16.867 50.738-16.901Q50.886-16.936 50.886-17.076L50.886-18.925Q50.886-19.195 50.779-19.256Q50.671-19.318 50.360-19.318L50.360-19.598L51.420-19.673L51.420-19.024Q51.590-19.332 51.895-19.503Q52.199-19.673 52.544-19.673Q53.050-19.673 53.334-19.450Q53.617-19.226 53.617-18.730L53.617-17.076Q53.617-16.939 53.766-16.903Q53.915-16.867 54.140-16.867L54.140-16.587L52.510-16.587L52.510-16.867Q52.739-16.867 52.888-16.901Q53.036-16.936 53.036-17.076L53.036-18.716Q53.036-19.051 52.917-19.251Q52.797-19.451 52.483-19.451Q52.213-19.451 51.978-19.315Q51.744-19.178 51.606-18.944Q51.467-18.710 51.467-18.436L51.467-17.076Q51.467-16.939 51.618-16.903Q51.768-16.867 51.994-16.867L51.994-16.587M54.728-18.098Q54.728-18.426 54.863-18.727Q54.998-19.027 55.234-19.248Q55.470-19.468 55.774-19.588Q56.078-19.708 56.403-19.708Q56.909-19.708 57.257-19.605Q57.606-19.503 57.606-19.127Q57.606-18.980 57.509-18.879Q57.411-18.778 57.264-18.778Q57.110-18.778 57.011-18.877Q56.912-18.976 56.912-19.127Q56.912-19.315 57.052-19.407Q56.851-19.458 56.410-19.458Q56.054-19.458 55.825-19.262Q55.596-19.065 55.495-18.756Q55.395-18.446 55.395-18.098Q55.395-17.749 55.521-17.443Q55.648-17.137 55.902-16.953Q56.157-16.768 56.512-16.768Q56.735-16.768 56.919-16.852Q57.104-16.936 57.239-17.091Q57.374-17.247 57.432-17.455Q57.445-17.510 57.500-17.510L57.613-17.510Q57.644-17.510 57.666-17.486Q57.688-17.462 57.688-17.428L57.688-17.407Q57.603-17.120 57.415-16.922Q57.227-16.724 56.962-16.621Q56.697-16.519 56.403-16.519Q55.972-16.519 55.584-16.725Q55.196-16.932 54.962-17.295Q54.728-17.657 54.728-18.098\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-110.005 36.574)\">\u003Cpath d=\"M59.752-16.587L58.118-16.587L58.118-16.867Q58.347-16.867 58.496-16.901Q58.645-16.936 58.645-17.076L58.645-20.695Q58.645-20.965 58.537-21.027Q58.429-21.088 58.118-21.088L58.118-21.369L59.198-21.444L59.198-19.058Q59.304-19.243 59.482-19.385Q59.660-19.526 59.868-19.600Q60.077-19.673 60.302-19.673Q60.808-19.673 61.092-19.450Q61.376-19.226 61.376-18.730L61.376-17.076Q61.376-16.939 61.524-16.903Q61.673-16.867 61.899-16.867L61.899-16.587L60.268-16.587L60.268-16.867Q60.497-16.867 60.646-16.901Q60.795-16.936 60.795-17.076L60.795-18.716Q60.795-19.051 60.675-19.251Q60.555-19.451 60.241-19.451Q59.971-19.451 59.737-19.315Q59.503-19.178 59.364-18.944Q59.226-18.710 59.226-18.436L59.226-17.076Q59.226-16.939 59.376-16.903Q59.527-16.867 59.752-16.867L59.752-16.587M62.445-18.070Q62.445-18.412 62.580-18.711Q62.715-19.010 62.955-19.234Q63.194-19.458 63.512-19.583Q63.830-19.708 64.161-19.708Q64.606-19.708 65.006-19.492Q65.405-19.277 65.640-18.899Q65.874-18.522 65.874-18.070Q65.874-17.729 65.732-17.445Q65.590-17.161 65.346-16.954Q65.101-16.748 64.792-16.633Q64.483-16.519 64.161-16.519Q63.731-16.519 63.329-16.720Q62.927-16.922 62.686-17.274Q62.445-17.626 62.445-18.070M64.161-16.768Q64.763-16.768 64.987-17.146Q65.211-17.524 65.211-18.156Q65.211-18.768 64.976-19.127Q64.742-19.485 64.161-19.485Q63.109-19.485 63.109-18.156Q63.109-17.524 63.334-17.146Q63.560-16.768 64.161-16.768M66.527-17.315Q66.527-17.647 66.750-17.874Q66.974-18.101 67.318-18.229Q67.661-18.358 68.034-18.410Q68.406-18.463 68.711-18.463L68.711-18.716Q68.711-18.921 68.603-19.101Q68.495-19.280 68.314-19.383Q68.133-19.485 67.924-19.485Q67.518-19.485 67.282-19.393Q67.371-19.356 67.417-19.272Q67.463-19.188 67.463-19.086Q67.463-18.990 67.417-18.911Q67.371-18.833 67.290-18.788Q67.210-18.744 67.121-18.744Q66.971-18.744 66.870-18.841Q66.769-18.939 66.769-19.086Q66.769-19.708 67.924-19.708Q68.136-19.708 68.386-19.644Q68.635-19.581 68.837-19.462Q69.039-19.342 69.165-19.157Q69.292-18.973 69.292-18.730L69.292-17.154Q69.292-17.038 69.353-16.942Q69.415-16.847 69.527-16.847Q69.637-16.847 69.702-16.941Q69.767-17.035 69.767-17.154L69.767-17.602L70.033-17.602L70.033-17.154Q70.033-16.884 69.806-16.719Q69.579-16.553 69.298-16.553Q69.090-16.553 68.953-16.707Q68.817-16.860 68.793-17.076Q68.646-16.809 68.364-16.664Q68.082-16.519 67.757-16.519Q67.480-16.519 67.196-16.594Q66.913-16.669 66.720-16.848Q66.527-17.028 66.527-17.315M67.142-17.315Q67.142-17.141 67.243-17.011Q67.343-16.881 67.499-16.811Q67.654-16.741 67.819-16.741Q68.037-16.741 68.246-16.838Q68.454-16.936 68.582-17.117Q68.711-17.298 68.711-17.524L68.711-18.252Q68.386-18.252 68.020-18.161Q67.654-18.070 67.398-17.858Q67.142-17.647 67.142-17.315M70.977-17.428L70.977-19.325L70.338-19.325L70.338-19.547Q70.655-19.547 70.872-19.757Q71.089-19.967 71.190-20.277Q71.291-20.586 71.291-20.894L71.558-20.894L71.558-19.605L72.634-19.605L72.634-19.325L71.558-19.325L71.558-17.441Q71.558-17.165 71.662-16.966Q71.766-16.768 72.026-16.768Q72.183-16.768 72.289-16.872Q72.395-16.977 72.445-17.130Q72.494-17.284 72.494-17.441L72.494-17.855L72.761-17.855L72.761-17.428Q72.761-17.202 72.662-16.992Q72.563-16.782 72.378-16.650Q72.194-16.519 71.964-16.519Q71.527-16.519 71.252-16.756Q70.977-16.994 70.977-17.428M75.188-16.587L73.636-16.587L73.636-16.867Q73.861-16.867 74.010-16.901Q74.159-16.936 74.159-17.076L74.159-18.925Q74.159-19.113 74.111-19.197Q74.063-19.280 73.966-19.299Q73.868-19.318 73.656-19.318L73.656-19.598L74.713-19.673L74.713-17.076Q74.713-16.936 74.844-16.901Q74.976-16.867 75.188-16.867L75.188-16.587M73.916-20.894Q73.916-21.065 74.039-21.184Q74.162-21.304 74.333-21.304Q74.501-21.304 74.624-21.184Q74.747-21.065 74.747-20.894Q74.747-20.719 74.624-20.596Q74.501-20.473 74.333-20.473Q74.162-20.473 74.039-20.596Q73.916-20.719 73.916-20.894M77.423-16.614L76.295-19.113Q76.223-19.260 76.093-19.292Q75.964-19.325 75.735-19.325L75.735-19.605L77.249-19.605L77.249-19.325Q76.897-19.325 76.897-19.178Q76.897-19.133 76.907-19.113L77.772-17.195L78.551-18.925Q78.585-18.993 78.585-19.072Q78.585-19.185 78.501-19.255Q78.418-19.325 78.298-19.325L78.298-19.605L79.494-19.605L79.494-19.325Q79.276-19.325 79.105-19.222Q78.934-19.120 78.845-18.925L77.809-16.614Q77.761-16.519 77.655-16.519L77.577-16.519Q77.471-16.519 77.423-16.614\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-110.005 36.574)\">\u003Cpath d=\"M79.793-18.122Q79.793-18.443 79.918-18.732Q80.043-19.021 80.269-19.244Q80.494-19.468 80.790-19.588Q81.085-19.708 81.403-19.708Q81.731-19.708 81.993-19.608Q82.254-19.509 82.430-19.327Q82.606-19.144 82.700-18.886Q82.794-18.628 82.794-18.296Q82.794-18.204 82.712-18.183L80.457-18.183L80.457-18.122Q80.457-17.534 80.740-17.151Q81.024-16.768 81.591-16.768Q81.913-16.768 82.181-16.961Q82.449-17.154 82.538-17.469Q82.545-17.510 82.620-17.524L82.712-17.524Q82.794-17.500 82.794-17.428Q82.794-17.421 82.788-17.394Q82.675-16.997 82.304-16.758Q81.933-16.519 81.509-16.519Q81.072-16.519 80.672-16.727Q80.272-16.936 80.033-17.303Q79.793-17.670 79.793-18.122M80.463-18.392L82.278-18.392Q82.278-18.669 82.181-18.921Q82.083-19.174 81.885-19.330Q81.687-19.485 81.403-19.485Q81.126-19.485 80.913-19.327Q80.699-19.168 80.581-18.913Q80.463-18.658 80.463-18.392\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M170.053-6.629h74.035v-19.916h-74.035Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(125.651 2.43)\">\u003Cpath d=\"M51.956-16.587L49.218-16.587L49.218-16.867Q49.567-16.867 49.904-16.903Q50.240-16.939 50.240-17.076L50.240-20.877Q50.240-21.020 50.152-21.054Q50.063-21.088 49.878-21.088L49.519-21.088Q49.218-21.088 49.003-21.041Q48.788-20.993 48.631-20.836Q48.494-20.702 48.434-20.424Q48.374-20.145 48.337-19.732L48.070-19.732L48.217-21.369L52.951-21.369L53.098-19.732L52.831-19.732Q52.794-20.145 52.737-20.422Q52.681-20.699 52.537-20.836Q52.377-20.996 52.165-21.042Q51.953-21.088 51.649-21.088L51.297-21.088Q51.112-21.088 51.023-21.054Q50.934-21.020 50.934-20.877L50.934-17.076Q50.934-16.939 51.271-16.903Q51.608-16.867 51.956-16.867L51.956-16.587M55.952-16.587L53.819-16.587L53.819-16.867Q54.540-16.867 54.540-17.076L54.540-20.877Q54.540-21.088 53.819-21.088L53.819-21.369L55.952-21.369L55.952-21.088Q55.231-21.088 55.231-20.877L55.231-19.212L57.541-19.212L57.541-20.877Q57.541-21.088 56.820-21.088L56.820-21.369L58.956-21.369L58.956-21.088Q58.235-21.088 58.235-20.877L58.235-17.076Q58.235-16.867 58.956-16.867L58.956-16.587L56.820-16.587L56.820-16.867Q57.541-16.867 57.541-17.076L57.541-18.932L55.231-18.932L55.231-17.076Q55.231-16.867 55.952-16.867L55.952-16.587M64.121-16.587L59.718-16.587L59.718-16.867Q60.440-16.867 60.440-17.076L60.440-20.877Q60.440-21.088 59.718-21.088L59.718-21.369L64.008-21.369L64.216-19.732L63.953-19.732Q63.895-20.203 63.793-20.468Q63.690-20.733 63.506-20.866Q63.321-21 63.049-21.044Q62.777-21.088 62.278-21.088L61.496-21.088Q61.308-21.088 61.219-21.054Q61.130-21.020 61.130-20.877L61.130-19.212L61.704-19.212Q62.094-19.212 62.277-19.263Q62.460-19.315 62.542-19.487Q62.624-19.660 62.624-20.032L62.887-20.032L62.887-18.111L62.624-18.111Q62.624-18.484 62.542-18.657Q62.460-18.829 62.277-18.880Q62.094-18.932 61.704-18.932L61.130-18.932L61.130-17.076Q61.130-16.936 61.219-16.901Q61.308-16.867 61.496-16.867L62.343-16.867Q62.873-16.867 63.183-16.936Q63.492-17.004 63.680-17.171Q63.868-17.339 63.975-17.641Q64.083-17.944 64.169-18.457L64.435-18.457L64.121-16.587M66.865-16.587L65.129-16.587L65.129-16.867Q65.850-16.867 65.850-17.267L65.850-20.877Q65.850-21.088 65.129-21.088L65.129-21.369L66.486-21.369Q66.582-21.369 66.633-21.270L68.308-17.295L69.979-21.270Q70.027-21.369 70.126-21.369L71.476-21.369L71.476-21.088Q70.755-21.088 70.755-20.877L70.755-17.076Q70.755-16.867 71.476-16.867L71.476-16.587L69.419-16.587L69.419-16.867Q70.140-16.867 70.140-17.076L70.140-21.088L68.287-16.686Q68.239-16.587 68.130-16.587Q68.017-16.587 67.969-16.686L66.144-21.017L66.144-17.267Q66.144-16.867 66.865-16.867L66.865-16.587M76.678-16.587L72.276-16.587L72.276-16.867Q72.997-16.867 72.997-17.076L72.997-20.877Q72.997-21.088 72.276-21.088L72.276-21.369L76.566-21.369L76.774-19.732L76.511-19.732Q76.453-20.203 76.350-20.468Q76.248-20.733 76.063-20.866Q75.879-21 75.607-21.044Q75.335-21.088 74.836-21.088L74.053-21.088Q73.865-21.088 73.777-21.054Q73.688-21.020 73.688-20.877L73.688-19.212L74.262-19.212Q74.652-19.212 74.834-19.263Q75.017-19.315 75.099-19.487Q75.181-19.660 75.181-20.032L75.444-20.032L75.444-18.111L75.181-18.111Q75.181-18.484 75.099-18.657Q75.017-18.829 74.834-18.880Q74.652-18.932 74.262-18.932L73.688-18.932L73.688-17.076Q73.688-16.936 73.777-16.901Q73.865-16.867 74.053-16.867L74.901-16.867Q75.431-16.867 75.740-16.936Q76.049-17.004 76.237-17.171Q76.425-17.339 76.533-17.641Q76.641-17.944 76.726-18.457L76.993-18.457\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.651 2.43)\">\u003Cpath d=\"M85.467-17.394L80.634-17.394Q80.566-17.404 80.520-17.450Q80.474-17.496 80.474-17.568Q80.474-17.633 80.520-17.679Q80.566-17.725 80.634-17.735L85.467-17.735Q85.536-17.725 85.582-17.679Q85.628-17.633 85.628-17.568Q85.628-17.496 85.582-17.450Q85.536-17.404 85.467-17.394M85.467-18.932L80.634-18.932Q80.566-18.942 80.520-18.988Q80.474-19.034 80.474-19.106Q80.474-19.250 80.634-19.274L85.467-19.274Q85.628-19.250 85.628-19.106Q85.628-19.034 85.582-18.988Q85.536-18.942 85.467-18.932\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.651 2.43)\">\u003Cpath d=\"M90.520-16.614L89.539-19.113Q89.478-19.256 89.360-19.291Q89.242-19.325 89.026-19.325L89.026-19.605L90.506-19.605L90.506-19.325Q90.127-19.325 90.127-19.164Q90.127-19.154 90.141-19.113L90.855-17.281L91.528-18.986Q91.498-19.058 91.498-19.086Q91.498-19.113 91.470-19.113Q91.409-19.260 91.291-19.292Q91.173-19.325 90.961-19.325L90.961-19.605L92.359-19.605L92.359-19.325Q91.983-19.325 91.983-19.164Q91.983-19.133 91.990-19.113L92.745-17.175L93.432-18.925Q93.453-18.976 93.453-19.031Q93.453-19.171 93.340-19.248Q93.227-19.325 93.087-19.325L93.087-19.605L94.307-19.605L94.307-19.325Q94.102-19.325 93.947-19.219Q93.791-19.113 93.719-18.925L92.814-16.614Q92.779-16.519 92.667-16.519L92.598-16.519Q92.489-16.519 92.451-16.614L91.669-18.617L90.882-16.614Q90.848-16.519 90.735-16.519L90.667-16.519Q90.558-16.519 90.520-16.614M96.454-16.587L94.902-16.587L94.902-16.867Q95.128-16.867 95.276-16.901Q95.425-16.936 95.425-17.076L95.425-18.925Q95.425-19.113 95.377-19.197Q95.329-19.280 95.232-19.299Q95.134-19.318 94.922-19.318L94.922-19.598L95.979-19.673L95.979-17.076Q95.979-16.936 96.110-16.901Q96.242-16.867 96.454-16.867L96.454-16.587M95.182-20.894Q95.182-21.065 95.305-21.184Q95.428-21.304 95.599-21.304Q95.767-21.304 95.890-21.184Q96.013-21.065 96.013-20.894Q96.013-20.719 95.890-20.596Q95.767-20.473 95.599-20.473Q95.428-20.473 95.305-20.596Q95.182-20.719 95.182-20.894M98.781-16.587L97.148-16.587L97.148-16.867Q97.377-16.867 97.525-16.901Q97.674-16.936 97.674-17.076L97.674-18.925Q97.674-19.195 97.566-19.256Q97.459-19.318 97.148-19.318L97.148-19.598L98.207-19.673L98.207-19.024Q98.378-19.332 98.682-19.503Q98.986-19.673 99.332-19.673Q99.838-19.673 100.121-19.450Q100.405-19.226 100.405-18.730L100.405-17.076Q100.405-16.939 100.554-16.903Q100.702-16.867 100.928-16.867L100.928-16.587L99.297-16.587L99.297-16.867Q99.526-16.867 99.675-16.901Q99.824-16.936 99.824-17.076L99.824-18.716Q99.824-19.051 99.704-19.251Q99.585-19.451 99.270-19.451Q99-19.451 98.766-19.315Q98.532-19.178 98.393-18.944Q98.255-18.710 98.255-18.436L98.255-17.076Q98.255-16.939 98.405-16.903Q98.556-16.867 98.781-16.867L98.781-16.587M101.516-18.098Q101.516-18.436 101.656-18.727Q101.796-19.017 102.040-19.231Q102.285-19.444 102.589-19.559Q102.893-19.673 103.218-19.673Q103.488-19.673 103.751-19.574Q104.014-19.475 104.206-19.297L104.206-20.695Q104.206-20.965 104.098-21.027Q103.990-21.088 103.679-21.088L103.679-21.369L104.756-21.444L104.756-17.260Q104.756-17.072 104.811-16.989Q104.865-16.905 104.966-16.886Q105.067-16.867 105.282-16.867L105.282-16.587L104.175-16.519L104.175-16.936Q103.758-16.519 103.132-16.519Q102.702-16.519 102.329-16.731Q101.957-16.942 101.736-17.303Q101.516-17.664 101.516-18.098M103.191-16.741Q103.399-16.741 103.585-16.813Q103.772-16.884 103.925-17.021Q104.079-17.158 104.175-17.336L104.175-18.945Q104.089-19.092 103.944-19.212Q103.799-19.332 103.630-19.391Q103.461-19.451 103.279-19.451Q102.719-19.451 102.451-19.062Q102.182-18.672 102.182-18.091Q102.182-17.520 102.416-17.130Q102.651-16.741 103.191-16.741M105.891-18.070Q105.891-18.412 106.026-18.711Q106.161-19.010 106.400-19.234Q106.639-19.458 106.957-19.583Q107.275-19.708 107.607-19.708Q108.051-19.708 108.451-19.492Q108.851-19.277 109.085-18.899Q109.319-18.522 109.319-18.070Q109.319-17.729 109.177-17.445Q109.035-17.161 108.791-16.954Q108.547-16.748 108.237-16.633Q107.928-16.519 107.607-16.519Q107.176-16.519 106.774-16.720Q106.373-16.922 106.132-17.274Q105.891-17.626 105.891-18.070M107.607-16.768Q108.208-16.768 108.432-17.146Q108.656-17.524 108.656-18.156Q108.656-18.768 108.422-19.127Q108.188-19.485 107.607-19.485Q106.554-19.485 106.554-18.156Q106.554-17.524 106.779-17.146Q107.005-16.768 107.607-16.768\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.651 2.43)\">\u003Cpath d=\"M111.097-16.614L110.116-19.113Q110.055-19.256 109.937-19.291Q109.819-19.325 109.603-19.325L109.603-19.605L111.083-19.605L111.083-19.325Q110.704-19.325 110.704-19.164Q110.704-19.154 110.718-19.113L111.432-17.281L112.105-18.986Q112.075-19.058 112.075-19.086Q112.075-19.113 112.047-19.113Q111.986-19.260 111.868-19.292Q111.750-19.325 111.538-19.325L111.538-19.605L112.936-19.605L112.936-19.325Q112.560-19.325 112.560-19.164Q112.560-19.133 112.567-19.113L113.322-17.175L114.009-18.925Q114.030-18.976 114.030-19.031Q114.030-19.171 113.917-19.248Q113.804-19.325 113.664-19.325L113.664-19.605L114.884-19.605L114.884-19.325Q114.679-19.325 114.524-19.219Q114.368-19.113 114.296-18.925L113.391-16.614Q113.356-16.519 113.244-16.519L113.175-16.519Q113.066-16.519 113.028-16.614L112.246-18.617L111.459-16.614Q111.425-16.519 111.312-16.519L111.244-16.519Q111.135-16.519 111.097-16.614\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M175.091-52.153h63.958V-72.07h-63.958Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(130.69 -43.094)\">\u003Cpath d=\"M49.639-16.587L48.049-16.587L48.049-16.867Q48.692-16.867 48.849-17.267L50.493-21.482Q50.527-21.577 50.640-21.577L50.722-21.577Q50.832-21.577 50.873-21.482L52.592-17.076Q52.660-16.936 52.850-16.901Q53.040-16.867 53.313-16.867L53.313-16.587L51.314-16.587L51.314-16.867Q51.878-16.867 51.878-17.042Q51.878-17.059 51.876-17.066Q51.874-17.072 51.871-17.076L51.450-18.142L49.492-18.142L49.150-17.267Q49.136-17.267 49.136-17.189Q49.136-17.028 49.299-16.948Q49.461-16.867 49.639-16.867L49.639-16.587M50.473-20.661L49.605-18.422L51.348-18.422\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(130.69 -43.094)\">\u003Cpath d=\"M53.911-18.980Q53.911-19.506 54.128-19.974Q54.345-20.442 54.728-20.788Q55.110-21.133 55.594-21.321Q56.078-21.509 56.608-21.509Q56.878-21.509 57.134-21.437Q57.390-21.365 57.619-21.225Q57.848-21.085 58.029-20.900L58.457-21.482Q58.484-21.509 58.511-21.509L58.559-21.509Q58.590-21.509 58.614-21.485Q58.638-21.461 58.638-21.430L58.638-19.567Q58.638-19.544 58.612-19.518Q58.587-19.492 58.559-19.492L58.433-19.492Q58.371-19.492 58.358-19.567Q58.327-19.882 58.192-20.186Q58.057-20.490 57.841-20.724Q57.626-20.959 57.337-21.094Q57.048-21.229 56.720-21.229Q56.074-21.229 55.615-20.933Q55.155-20.637 54.922-20.126Q54.690-19.615 54.690-18.980Q54.690-18.330 54.936-17.817Q55.182-17.305 55.656-17.016Q56.129-16.727 56.782-16.727Q57.042-16.727 57.308-16.794Q57.575-16.860 57.759-17.021Q57.944-17.182 57.944-17.441L57.944-18.029Q57.944-18.238 56.977-18.238L56.977-18.518L59.174-18.518L59.174-18.238Q58.945-18.238 58.792-18.202Q58.638-18.166 58.638-18.029L58.638-16.666Q58.638-16.631 58.609-16.609Q58.580-16.587 58.552-16.587Q58.491-16.587 58.320-16.748Q58.149-16.908 58.091-16.994Q57.889-16.693 57.483-16.570Q57.076-16.447 56.608-16.447Q56.088-16.447 55.596-16.637Q55.104-16.826 54.724-17.170Q54.345-17.513 54.128-17.982Q53.911-18.450 53.911-18.980M64.383-16.587L59.981-16.587L59.981-16.867Q60.702-16.867 60.702-17.076L60.702-20.877Q60.702-21.088 59.981-21.088L59.981-21.369L64.271-21.369L64.479-19.732L64.216-19.732Q64.158-20.203 64.055-20.468Q63.953-20.733 63.768-20.866Q63.584-21 63.312-21.044Q63.040-21.088 62.541-21.088L61.758-21.088Q61.570-21.088 61.482-21.054Q61.393-21.020 61.393-20.877L61.393-19.212L61.967-19.212Q62.357-19.212 62.539-19.263Q62.722-19.315 62.804-19.487Q62.886-19.660 62.886-20.032L63.150-20.032L63.150-18.111L62.886-18.111Q62.886-18.484 62.804-18.657Q62.722-18.829 62.539-18.880Q62.357-18.932 61.967-18.932L61.393-18.932L61.393-17.076Q61.393-16.936 61.482-16.901Q61.570-16.867 61.758-16.867L62.606-16.867Q63.136-16.867 63.445-16.936Q63.755-17.004 63.943-17.171Q64.130-17.339 64.238-17.641Q64.346-17.944 64.431-18.457L64.698-18.457L64.383-16.587M67.084-16.587L65.351-16.587L65.351-16.867Q66.072-16.867 66.072-17.267L66.072-21.054Q65.839-21.088 65.351-21.088L65.351-21.369L66.708-21.369Q66.749-21.355 66.769-21.341L69.473-17.694L69.473-20.689Q69.473-21.088 68.752-21.088L68.752-21.369L70.488-21.369L70.488-21.088Q69.767-21.088 69.767-20.689L69.767-16.679Q69.750-16.604 69.681-16.587L69.562-16.587Q69.514-16.597 69.500-16.621L66.366-20.842L66.366-17.267Q66.366-16.867 67.084-16.867L67.084-16.587M75.092-16.587L72.354-16.587L72.354-16.867Q72.703-16.867 73.039-16.903Q73.376-16.939 73.376-17.076L73.376-20.877Q73.376-21.020 73.287-21.054Q73.198-21.088 73.014-21.088L72.655-21.088Q72.354-21.088 72.139-21.041Q71.923-20.993 71.766-20.836Q71.630-20.702 71.570-20.424Q71.510-20.145 71.472-19.732L71.206-19.732L71.353-21.369L76.087-21.369L76.234-19.732L75.967-19.732Q75.929-20.145 75.873-20.422Q75.817-20.699 75.673-20.836Q75.512-20.996 75.300-21.042Q75.089-21.088 74.784-21.088L74.432-21.088Q74.248-21.088 74.159-21.054Q74.070-21.020 74.070-20.877L74.070-17.076Q74.070-16.939 74.407-16.903Q74.743-16.867 75.092-16.867\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(130.69 -43.094)\">\u003Cpath d=\"M84.773-17.394L79.940-17.394Q79.872-17.404 79.826-17.450Q79.780-17.496 79.780-17.568Q79.780-17.633 79.826-17.679Q79.872-17.725 79.940-17.735L84.773-17.735Q84.842-17.725 84.888-17.679Q84.934-17.633 84.934-17.568Q84.934-17.496 84.888-17.450Q84.842-17.404 84.773-17.394M84.773-18.932L79.940-18.932Q79.872-18.942 79.826-18.988Q79.780-19.034 79.780-19.106Q79.780-19.250 79.940-19.274L84.773-19.274Q84.934-19.250 84.934-19.106Q84.934-19.034 84.888-18.988Q84.842-18.942 84.773-18.932\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(130.69 -43.094)\">\u003Cpath d=\"M88.992-16.980Q89.276-16.672 89.775-16.672Q90-16.672 90.170-16.809Q90.339-16.946 90.428-17.161Q90.517-17.377 90.517-17.602L90.517-20.877Q90.517-21.017 90.212-21.053Q89.908-21.088 89.580-21.088L89.580-21.369L91.723-21.369L91.723-21.088Q91.494-21.088 91.339-21.053Q91.183-21.017 91.183-20.877L91.183-17.582Q91.183-17.243 90.971-16.982Q90.759-16.720 90.435-16.584Q90.110-16.447 89.775-16.447Q89.313-16.447 88.936-16.696Q88.558-16.946 88.558-17.383Q88.558-17.551 88.674-17.667Q88.791-17.783 88.965-17.783Q89.074-17.783 89.166-17.729Q89.259-17.674 89.310-17.583Q89.361-17.493 89.361-17.383Q89.361-17.284 89.313-17.189Q89.266-17.093 89.178-17.036Q89.091-16.980 88.992-16.980M92.478-18.070Q92.478-18.412 92.614-18.711Q92.749-19.010 92.988-19.234Q93.227-19.458 93.545-19.583Q93.863-19.708 94.194-19.708Q94.639-19.708 95.039-19.492Q95.438-19.277 95.673-18.899Q95.907-18.522 95.907-18.070Q95.907-17.729 95.765-17.445Q95.623-17.161 95.379-16.954Q95.134-16.748 94.825-16.633Q94.516-16.519 94.194-16.519Q93.764-16.519 93.362-16.720Q92.960-16.922 92.719-17.274Q92.478-17.626 92.478-18.070M94.194-16.768Q94.796-16.768 95.020-17.146Q95.244-17.524 95.244-18.156Q95.244-18.768 95.009-19.127Q94.775-19.485 94.194-19.485Q93.142-19.485 93.142-18.156Q93.142-17.524 93.367-17.146Q93.593-16.768 94.194-16.768M98.183-16.587L96.549-16.587L96.549-16.867Q96.778-16.867 96.927-16.901Q97.076-16.936 97.076-17.076L97.076-20.695Q97.076-20.965 96.968-21.027Q96.860-21.088 96.549-21.088L96.549-21.369L97.629-21.444L97.629-19.058Q97.735-19.243 97.913-19.385Q98.091-19.526 98.299-19.600Q98.508-19.673 98.733-19.673Q99.239-19.673 99.523-19.450Q99.807-19.226 99.807-18.730L99.807-17.076Q99.807-16.939 99.955-16.903Q100.104-16.867 100.330-16.867L100.330-16.587L98.699-16.587L98.699-16.867Q98.928-16.867 99.077-16.901Q99.226-16.936 99.226-17.076L99.226-18.716Q99.226-19.051 99.106-19.251Q98.986-19.451 98.672-19.451Q98.402-19.451 98.168-19.315Q97.934-19.178 97.795-18.944Q97.657-18.710 97.657-18.436L97.657-17.076Q97.657-16.939 97.807-16.903Q97.957-16.867 98.183-16.867L98.183-16.587M102.599-16.587L100.965-16.587L100.965-16.867Q101.194-16.867 101.343-16.901Q101.492-16.936 101.492-17.076L101.492-18.925Q101.492-19.195 101.384-19.256Q101.276-19.318 100.965-19.318L100.965-19.598L102.025-19.673L102.025-19.024Q102.196-19.332 102.500-19.503Q102.804-19.673 103.149-19.673Q103.655-19.673 103.939-19.450Q104.223-19.226 104.223-18.730L104.223-17.076Q104.223-16.939 104.371-16.903Q104.520-16.867 104.746-16.867L104.746-16.587L103.115-16.587L103.115-16.867Q103.344-16.867 103.493-16.901Q103.642-16.936 103.642-17.076L103.642-18.716Q103.642-19.051 103.522-19.251Q103.402-19.451 103.088-19.451Q102.818-19.451 102.584-19.315Q102.350-19.178 102.211-18.944Q102.073-18.710 102.073-18.436L102.073-17.076Q102.073-16.939 102.223-16.903Q102.374-16.867 102.599-16.867\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M110.53-50.73c26.782 0 32.949 29.493 57.354 33.796\"\u002F>\u003Cpath stroke=\"none\" d=\"m169.853-16.587-2.873-2.131.904 1.784-1.46 1.367\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(86.782 -18.921)\">\u003Cpath d=\"M48.008-18.070Q48.008-18.412 48.143-18.711Q48.278-19.010 48.518-19.234Q48.757-19.458 49.075-19.583Q49.393-19.708 49.724-19.708Q50.169-19.708 50.568-19.492Q50.968-19.277 51.203-18.899Q51.437-18.522 51.437-18.070Q51.437-17.729 51.295-17.445Q51.153-17.161 50.909-16.954Q50.664-16.748 50.355-16.633Q50.046-16.519 49.724-16.519Q49.294-16.519 48.892-16.720Q48.490-16.922 48.249-17.274Q48.008-17.626 48.008-18.070M49.724-16.768Q50.326-16.768 50.550-17.146Q50.774-17.524 50.774-18.156Q50.774-18.768 50.539-19.127Q50.305-19.485 49.724-19.485Q48.672-19.485 48.672-18.156Q48.672-17.524 48.897-17.146Q49.123-16.768 49.724-16.768M52.838-16.587L52.571-16.587L52.571-20.695Q52.571-20.965 52.464-21.027Q52.356-21.088 52.045-21.088L52.045-21.369L53.125-21.444L53.125-19.274Q53.334-19.465 53.619-19.569Q53.904-19.673 54.202-19.673Q54.520-19.673 54.817-19.552Q55.114-19.431 55.337-19.215Q55.559-19 55.685-18.715Q55.812-18.429 55.812-18.098Q55.812-17.653 55.572-17.289Q55.333-16.925 54.940-16.722Q54.547-16.519 54.103-16.519Q53.908-16.519 53.718-16.575Q53.528-16.631 53.368-16.736Q53.207-16.840 53.067-17.001L52.838-16.587M53.152-18.932L53.152-17.315Q53.289-17.055 53.530-16.898Q53.771-16.741 54.048-16.741Q54.342-16.741 54.554-16.848Q54.766-16.956 54.899-17.148Q55.032-17.339 55.090-17.578Q55.149-17.817 55.149-18.098Q55.149-18.457 55.055-18.761Q54.961-19.065 54.733-19.258Q54.506-19.451 54.140-19.451Q53.839-19.451 53.573-19.315Q53.306-19.178 53.152-18.932\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(86.782 -18.921)\">\u003Cpath d=\"M56.353-15.739Q56.353-15.890 56.453-15.987Q56.554-16.085 56.701-16.085Q56.790-16.085 56.870-16.040Q56.951-15.996 56.997-15.917Q57.043-15.838 57.043-15.739Q57.043-15.538 56.882-15.439Q57.023-15.384 57.228-15.384Q57.498-15.384 57.614-15.657Q57.730-15.931 57.730-16.245L57.730-18.925Q57.730-19.191 57.604-19.255Q57.477-19.318 57.149-19.318L57.149-19.598L58.284-19.673L58.284-16.225Q58.284-15.938 58.137-15.693Q57.990-15.449 57.739-15.304Q57.487-15.158 57.211-15.158Q56.882-15.158 56.618-15.300Q56.353-15.442 56.353-15.739M57.450-20.894Q57.450-21.065 57.573-21.184Q57.696-21.304 57.870-21.304Q58.038-21.304 58.161-21.184Q58.284-21.065 58.284-20.894Q58.284-20.719 58.161-20.596Q58.038-20.473 57.870-20.473Q57.696-20.473 57.573-20.596Q57.450-20.719 57.450-20.894M59.319-18.122Q59.319-18.443 59.444-18.732Q59.569-19.021 59.795-19.244Q60.020-19.468 60.316-19.588Q60.611-19.708 60.929-19.708Q61.257-19.708 61.519-19.608Q61.780-19.509 61.956-19.327Q62.132-19.144 62.226-18.886Q62.320-18.628 62.320-18.296Q62.320-18.204 62.238-18.183L59.983-18.183L59.983-18.122Q59.983-17.534 60.266-17.151Q60.550-16.768 61.117-16.768Q61.439-16.768 61.707-16.961Q61.975-17.154 62.064-17.469Q62.071-17.510 62.146-17.524L62.238-17.524Q62.320-17.500 62.320-17.428Q62.320-17.421 62.314-17.394Q62.201-16.997 61.830-16.758Q61.459-16.519 61.035-16.519Q60.598-16.519 60.198-16.727Q59.798-16.936 59.559-17.303Q59.319-17.670 59.319-18.122M59.989-18.392L61.804-18.392Q61.804-18.669 61.707-18.921Q61.610-19.174 61.411-19.330Q61.213-19.485 60.929-19.485Q60.652-19.485 60.439-19.327Q60.225-19.168 60.107-18.913Q59.989-18.658 59.989-18.392M62.908-18.098Q62.908-18.426 63.043-18.727Q63.178-19.027 63.414-19.248Q63.650-19.468 63.954-19.588Q64.258-19.708 64.583-19.708Q65.089-19.708 65.438-19.605Q65.786-19.503 65.786-19.127Q65.786-18.980 65.689-18.879Q65.591-18.778 65.444-18.778Q65.291-18.778 65.192-18.877Q65.092-18.976 65.092-19.127Q65.092-19.315 65.233-19.407Q65.031-19.458 64.590-19.458Q64.235-19.458 64.005-19.262Q63.776-19.065 63.676-18.756Q63.575-18.446 63.575-18.098Q63.575-17.749 63.701-17.443Q63.828-17.137 64.082-16.953Q64.337-16.768 64.693-16.768Q64.915-16.768 65.099-16.852Q65.284-16.936 65.419-17.091Q65.554-17.247 65.612-17.455Q65.626-17.510 65.680-17.510L65.793-17.510Q65.824-17.510 65.846-17.486Q65.868-17.462 65.868-17.428L65.868-17.407Q65.783-17.120 65.595-16.922Q65.407-16.724 65.142-16.621Q64.877-16.519 64.583-16.519Q64.152-16.519 63.765-16.725Q63.377-16.932 63.142-17.295Q62.908-17.657 62.908-18.098M66.983-17.428L66.983-19.325L66.343-19.325L66.343-19.547Q66.661-19.547 66.878-19.757Q67.095-19.967 67.196-20.277Q67.297-20.586 67.297-20.894L67.564-20.894L67.564-19.605L68.640-19.605L68.640-19.325L67.564-19.325L67.564-17.441Q67.564-17.165 67.668-16.966Q67.772-16.768 68.032-16.768Q68.189-16.768 68.295-16.872Q68.401-16.977 68.451-17.130Q68.500-17.284 68.500-17.441L68.500-17.855L68.767-17.855L68.767-17.428Q68.767-17.202 68.668-16.992Q68.568-16.782 68.384-16.650Q68.199-16.519 67.970-16.519Q67.533-16.519 67.258-16.756Q66.983-16.994 66.983-17.428\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M110.53 17.556c26.782 0 32.949-29.493 57.354-33.796\"\u002F>\u003Cpath stroke=\"none\" d=\"m169.853-16.587-3.429-1.02 1.46 1.367-.904 1.784\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(84.983 22.421)\">\u003Cpath d=\"M48.049-16.594L48.049-17.657Q48.049-17.681 48.077-17.708Q48.104-17.735 48.128-17.735L48.237-17.735Q48.302-17.735 48.316-17.677Q48.412-17.243 48.658-16.992Q48.904-16.741 49.318-16.741Q49.659-16.741 49.912-16.874Q50.165-17.007 50.165-17.315Q50.165-17.472 50.071-17.587Q49.977-17.701 49.839-17.770Q49.700-17.838 49.533-17.876L48.952-17.975Q48.596-18.043 48.323-18.264Q48.049-18.484 48.049-18.826Q48.049-19.075 48.161-19.250Q48.272-19.424 48.458-19.523Q48.644-19.622 48.860-19.665Q49.075-19.708 49.318-19.708Q49.731-19.708 50.011-19.526L50.227-19.701Q50.237-19.704 50.244-19.706Q50.251-19.708 50.261-19.708L50.312-19.708Q50.339-19.708 50.363-19.684Q50.387-19.660 50.387-19.632L50.387-18.785Q50.387-18.764 50.363-18.737Q50.339-18.710 50.312-18.710L50.199-18.710Q50.172-18.710 50.146-18.735Q50.121-18.761 50.121-18.785Q50.121-19.021 50.015-19.185Q49.909-19.349 49.726-19.431Q49.543-19.513 49.311-19.513Q48.983-19.513 48.726-19.410Q48.470-19.308 48.470-19.031Q48.470-18.836 48.653-18.727Q48.836-18.617 49.065-18.576L49.639-18.470Q49.885-18.422 50.099-18.294Q50.312-18.166 50.449-17.963Q50.586-17.759 50.586-17.510Q50.586-16.997 50.220-16.758Q49.854-16.519 49.318-16.519Q48.822-16.519 48.490-16.813L48.224-16.539Q48.203-16.519 48.176-16.519L48.128-16.519Q48.104-16.519 48.077-16.546Q48.049-16.573 48.049-16.594M51.789-17.421L51.789-18.925Q51.789-19.195 51.681-19.256Q51.573-19.318 51.262-19.318L51.262-19.598L52.370-19.673L52.370-17.441L52.370-17.421Q52.370-17.141 52.421-16.997Q52.472-16.854 52.614-16.797Q52.756-16.741 53.043-16.741Q53.296-16.741 53.501-16.881Q53.706-17.021 53.822-17.247Q53.939-17.472 53.939-17.722L53.939-18.925Q53.939-19.195 53.831-19.256Q53.723-19.318 53.412-19.318L53.412-19.598L54.520-19.673L54.520-17.260Q54.520-17.069 54.573-16.987Q54.626-16.905 54.726-16.886Q54.827-16.867 55.043-16.867L55.043-16.587L53.966-16.519L53.966-17.083Q53.857-16.901 53.711-16.778Q53.566-16.655 53.380-16.587Q53.193-16.519 52.992-16.519Q51.789-16.519 51.789-17.421M56.437-16.587L56.171-16.587L56.171-20.695Q56.171-20.965 56.063-21.027Q55.955-21.088 55.644-21.088L55.644-21.369L56.724-21.444L56.724-19.274Q56.933-19.465 57.218-19.569Q57.504-19.673 57.801-19.673Q58.119-19.673 58.416-19.552Q58.714-19.431 58.936-19.215Q59.158-19 59.284-18.715Q59.411-18.429 59.411-18.098Q59.411-17.653 59.172-17.289Q58.932-16.925 58.539-16.722Q58.146-16.519 57.702-16.519Q57.507-16.519 57.317-16.575Q57.128-16.631 56.967-16.736Q56.806-16.840 56.666-17.001L56.437-16.587M56.752-18.932L56.752-17.315Q56.888-17.055 57.129-16.898Q57.370-16.741 57.647-16.741Q57.941-16.741 58.153-16.848Q58.365-16.956 58.498-17.148Q58.631-17.339 58.690-17.578Q58.748-17.817 58.748-18.098Q58.748-18.457 58.654-18.761Q58.560-19.065 58.332-19.258Q58.105-19.451 57.739-19.451Q57.439-19.451 57.172-19.315Q56.905-19.178 56.752-18.932\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(84.983 22.421)\">\u003Cpath d=\"M59.952-15.739Q59.952-15.890 60.052-15.987Q60.153-16.085 60.300-16.085Q60.389-16.085 60.469-16.040Q60.550-15.996 60.596-15.917Q60.642-15.838 60.642-15.739Q60.642-15.538 60.481-15.439Q60.622-15.384 60.827-15.384Q61.097-15.384 61.213-15.657Q61.329-15.931 61.329-16.245L61.329-18.925Q61.329-19.191 61.203-19.255Q61.076-19.318 60.748-19.318L60.748-19.598L61.883-19.673L61.883-16.225Q61.883-15.938 61.736-15.693Q61.589-15.449 61.338-15.304Q61.086-15.158 60.810-15.158Q60.481-15.158 60.217-15.300Q59.952-15.442 59.952-15.739M61.049-20.894Q61.049-21.065 61.172-21.184Q61.295-21.304 61.469-21.304Q61.637-21.304 61.760-21.184Q61.883-21.065 61.883-20.894Q61.883-20.719 61.760-20.596Q61.637-20.473 61.469-20.473Q61.295-20.473 61.172-20.596Q61.049-20.719 61.049-20.894M62.918-18.122Q62.918-18.443 63.043-18.732Q63.168-19.021 63.394-19.244Q63.619-19.468 63.915-19.588Q64.210-19.708 64.528-19.708Q64.856-19.708 65.118-19.608Q65.379-19.509 65.555-19.327Q65.731-19.144 65.825-18.886Q65.919-18.628 65.919-18.296Q65.919-18.204 65.837-18.183L63.582-18.183L63.582-18.122Q63.582-17.534 63.865-17.151Q64.149-16.768 64.716-16.768Q65.038-16.768 65.306-16.961Q65.574-17.154 65.663-17.469Q65.670-17.510 65.745-17.524L65.837-17.524Q65.919-17.500 65.919-17.428Q65.919-17.421 65.913-17.394Q65.800-16.997 65.429-16.758Q65.058-16.519 64.634-16.519Q64.197-16.519 63.797-16.727Q63.397-16.936 63.158-17.303Q62.918-17.670 62.918-18.122M63.588-18.392L65.403-18.392Q65.403-18.669 65.306-18.921Q65.209-19.174 65.010-19.330Q64.812-19.485 64.528-19.485Q64.251-19.485 64.038-19.327Q63.824-19.168 63.706-18.913Q63.588-18.658 63.588-18.392M66.507-18.098Q66.507-18.426 66.642-18.727Q66.777-19.027 67.013-19.248Q67.249-19.468 67.553-19.588Q67.857-19.708 68.182-19.708Q68.688-19.708 69.037-19.605Q69.385-19.503 69.385-19.127Q69.385-18.980 69.288-18.879Q69.190-18.778 69.043-18.778Q68.890-18.778 68.791-18.877Q68.691-18.976 68.691-19.127Q68.691-19.315 68.832-19.407Q68.630-19.458 68.189-19.458Q67.834-19.458 67.605-19.262Q67.375-19.065 67.275-18.756Q67.174-18.446 67.174-18.098Q67.174-17.749 67.300-17.443Q67.427-17.137 67.681-16.953Q67.936-16.768 68.292-16.768Q68.514-16.768 68.698-16.852Q68.883-16.936 69.018-17.091Q69.153-17.247 69.211-17.455Q69.225-17.510 69.279-17.510L69.392-17.510Q69.423-17.510 69.445-17.486Q69.467-17.462 69.467-17.428L69.467-17.407Q69.382-17.120 69.194-16.922Q69.006-16.724 68.741-16.621Q68.476-16.519 68.182-16.519Q67.751-16.519 67.364-16.725Q66.976-16.932 66.741-17.295Q66.507-17.657 66.507-18.098M70.582-17.428L70.582-19.325L69.942-19.325L69.942-19.547Q70.260-19.547 70.477-19.757Q70.694-19.967 70.795-20.277Q70.896-20.586 70.896-20.894L71.163-20.894L71.163-19.605L72.239-19.605L72.239-19.325L71.163-19.325L71.163-17.441Q71.163-17.165 71.267-16.966Q71.371-16.768 71.631-16.768Q71.788-16.768 71.894-16.872Q72-16.977 72.050-17.130Q72.099-17.284 72.099-17.441L72.099-17.855L72.366-17.855L72.366-17.428Q72.366-17.202 72.267-16.992Q72.167-16.782 71.983-16.650Q71.798-16.519 71.569-16.519Q71.132-16.519 70.857-16.756Q70.582-16.994 70.582-17.428\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M110.53-50.73c25.496 0 40.403-2.661 62.482-10.698\"\u002F>\u003Cpath stroke=\"none\" d=\"m174.891-62.112-3.554-.409 1.675 1.093-.58 1.914\"\u002F>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The causative\u002Finchoative alternation of \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6944em;\">\u003C\u002Fspan>\u003Cspan class=\"enclosing textsc\">\u003Cspan class=\"mord text\">\u003Cspan class=\"mord\">break\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>. The same THEME (the window) surfaces as object in the causative frame (an AGENT breaks it) and as subject in the inchoative frame (it just breaks); the role is constant, the syntactic slot is not.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:548.105px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 411.079 76.571\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-31.58-59.865h51.632v-11.144H-31.58Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-23.316 -55.194)\">\u003Cpath d=\"M-2.384-8.532L-5.357-8.532L-5.357-8.812Q-4.636-8.812-4.636-9.021L-4.636-12.822Q-4.636-13.033-5.357-13.033L-5.357-13.314L-2.599-13.314Q-2.332-13.314-2.026-13.239Q-1.721-13.163-1.461-13.016Q-1.201-12.869-1.039-12.640Q-0.876-12.411-0.876-12.117Q-0.876-11.687-1.263-11.405Q-1.649-11.123-2.131-11.031Q-1.823-11.031-1.474-10.866Q-1.126-10.702-0.897-10.424Q-0.668-10.145-0.668-9.827Q-0.668-9.421-0.931-9.127Q-1.194-8.833-1.592-8.682Q-1.991-8.532-2.384-8.532M-3.993-10.904L-3.993-9.021Q-3.993-8.881-3.905-8.846Q-3.816-8.812-3.628-8.812L-2.599-8.812Q-2.312-8.812-2.035-8.939Q-1.758-9.065-1.587-9.299Q-1.416-9.533-1.416-9.827Q-1.416-10.043-1.498-10.239Q-1.580-10.436-1.731-10.586Q-1.881-10.737-2.078-10.820Q-2.274-10.904-2.490-10.904L-3.993-10.904M-3.993-12.822L-3.993-11.130L-2.811-11.130Q-2.524-11.130-2.243-11.249Q-1.963-11.369-1.784-11.596Q-1.604-11.824-1.604-12.117Q-1.604-12.367-1.743-12.581Q-1.881-12.794-2.110-12.914Q-2.339-13.033-2.599-13.033L-3.628-13.033Q-3.816-13.033-3.905-12.999Q-3.993-12.965-3.993-12.822M1.752-8.532L0.200-8.532L0.200-8.812Q0.426-8.812 0.575-8.846Q0.723-8.881 0.723-9.021L0.723-10.870Q0.723-11.058 0.675-11.142Q0.628-11.225 0.530-11.244Q0.433-11.263 0.221-11.263L0.221-11.543L1.277-11.618L1.277-9.021Q1.277-8.881 1.409-8.846Q1.540-8.812 1.752-8.812L1.752-8.532M0.481-12.839Q0.481-13.010 0.604-13.129Q0.727-13.249 0.898-13.249Q1.065-13.249 1.188-13.129Q1.311-13.010 1.311-12.839Q1.311-12.664 1.188-12.541Q1.065-12.418 0.898-12.418Q0.727-12.418 0.604-12.541Q0.481-12.664 0.481-12.839M2.357-7.999Q2.357-8.245 2.554-8.429Q2.750-8.614 3.007-8.693Q2.870-8.805 2.798-8.966Q2.726-9.127 2.726-9.308Q2.726-9.629 2.938-9.875Q2.603-10.173 2.603-10.583Q2.603-11.044 2.993-11.331Q3.382-11.618 3.861-11.618Q4.333-11.618 4.668-11.372Q4.842-11.526 5.052-11.608Q5.262-11.690 5.491-11.690Q5.655-11.690 5.777-11.583Q5.898-11.475 5.898-11.311Q5.898-11.215 5.826-11.143Q5.755-11.072 5.662-11.072Q5.563-11.072 5.493-11.145Q5.423-11.219 5.423-11.318Q5.423-11.372 5.437-11.403L5.444-11.417Q5.450-11.437 5.459-11.448Q5.467-11.458 5.471-11.465Q5.115-11.465 4.828-11.242Q5.115-10.949 5.115-10.583Q5.115-10.268 4.931-10.036Q4.746-9.803 4.457-9.675Q4.169-9.547 3.861-9.547Q3.659-9.547 3.468-9.597Q3.277-9.646 3.099-9.756Q3.007-9.629 3.007-9.486Q3.007-9.304 3.135-9.169Q3.263-9.034 3.447-9.034L4.080-9.034Q4.528-9.034 4.897-8.963Q5.266-8.891 5.526-8.662Q5.785-8.433 5.785-7.999Q5.785-7.678 5.490-7.476Q5.194-7.274 4.791-7.185Q4.387-7.096 4.073-7.096Q3.755-7.096 3.352-7.185Q2.948-7.274 2.653-7.476Q2.357-7.678 2.357-7.999M2.812-7.999Q2.812-7.770 3.030-7.621Q3.249-7.472 3.541-7.404Q3.834-7.336 4.073-7.336Q4.237-7.336 4.445-7.372Q4.654-7.407 4.861-7.488Q5.068-7.568 5.199-7.696Q5.331-7.824 5.331-7.999Q5.331-8.351 4.950-8.445Q4.569-8.539 4.066-8.539L3.447-8.539Q3.208-8.539 3.010-8.388Q2.812-8.238 2.812-7.999M3.861-9.786Q4.528-9.786 4.528-10.583Q4.528-11.383 3.861-11.383Q3.191-11.383 3.191-10.583Q3.191-9.786 3.861-9.786\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-23.316 -55.194)\">\u003Cpath d=\"M11.464-8.532L9.150-8.532L9.150-8.812Q9.872-8.812 9.872-9.021L9.872-12.822Q9.872-13.033 9.150-13.033L9.150-13.314L13.334-13.314L13.546-11.677L13.279-11.677Q13.201-12.288 13.049-12.567Q12.896-12.845 12.592-12.939Q12.288-13.033 11.663-13.033L10.928-13.033Q10.740-13.033 10.651-12.999Q10.562-12.965 10.562-12.822L10.562-11.065L11.116-11.065Q11.485-11.065 11.669-11.119Q11.854-11.174 11.933-11.347Q12.011-11.519 12.011-11.885L12.278-11.885L12.278-9.968L12.011-9.968Q12.011-10.333 11.933-10.506Q11.854-10.678 11.669-10.731Q11.485-10.784 11.116-10.784L10.562-10.784L10.562-9.021Q10.562-8.812 11.464-8.812\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-23.316 -55.194)\">\u003Cpath d=\"M15.349-8.532L13.613-8.532L13.613-8.812Q13.842-8.812 13.991-8.846Q14.139-8.881 14.139-9.021L14.139-10.870Q14.139-11.140 14.032-11.201Q13.924-11.263 13.613-11.263L13.613-11.543L14.642-11.618L14.642-10.911Q14.772-11.219 15.014-11.418Q15.257-11.618 15.575-11.618Q15.794-11.618 15.965-11.494Q16.136-11.369 16.136-11.157Q16.136-11.020 16.036-10.921Q15.937-10.822 15.804-10.822Q15.667-10.822 15.568-10.921Q15.469-11.020 15.469-11.157Q15.469-11.297 15.568-11.396Q15.278-11.396 15.078-11.200Q14.878-11.003 14.785-10.709Q14.693-10.415 14.693-10.135L14.693-9.021Q14.693-8.812 15.349-8.812L15.349-8.532M17.294-9.366L17.294-10.870Q17.294-11.140 17.187-11.201Q17.079-11.263 16.768-11.263L16.768-11.543L17.875-11.618L17.875-9.386L17.875-9.366Q17.875-9.086 17.927-8.942Q17.978-8.799 18.120-8.742Q18.262-8.686 18.549-8.686Q18.802-8.686 19.007-8.826Q19.212-8.966 19.328-9.192Q19.444-9.417 19.444-9.667L19.444-10.870Q19.444-11.140 19.337-11.201Q19.229-11.263 18.918-11.263L18.918-11.543L20.025-11.618L20.025-9.205Q20.025-9.014 20.078-8.932Q20.131-8.850 20.232-8.831Q20.333-8.812 20.548-8.812L20.548-8.532L19.472-8.464L19.472-9.028Q19.362-8.846 19.217-8.723Q19.072-8.600 18.885-8.532Q18.699-8.464 18.497-8.464Q17.294-8.464 17.294-9.366M22.753-8.532L21.201-8.532L21.201-8.812Q21.427-8.812 21.575-8.846Q21.724-8.881 21.724-9.021L21.724-10.870Q21.724-11.058 21.676-11.142Q21.628-11.225 21.531-11.244Q21.433-11.263 21.222-11.263L21.222-11.543L22.278-11.618L22.278-9.021Q22.278-8.881 22.409-8.846Q22.541-8.812 22.753-8.812L22.753-8.532M21.481-12.839Q21.481-13.010 21.604-13.129Q21.727-13.249 21.898-13.249Q22.066-13.249 22.189-13.129Q22.312-13.010 22.312-12.839Q22.312-12.664 22.189-12.541Q22.066-12.418 21.898-12.418Q21.727-12.418 21.604-12.541Q21.481-12.664 21.481-12.839M23.925-9.373L23.925-11.270L23.286-11.270L23.286-11.492Q23.604-11.492 23.821-11.702Q24.038-11.912 24.139-12.222Q24.240-12.531 24.240-12.839L24.506-12.839L24.506-11.550L25.583-11.550L25.583-11.270L24.506-11.270L24.506-9.386Q24.506-9.110 24.610-8.911Q24.715-8.713 24.974-8.713Q25.132-8.713 25.238-8.817Q25.344-8.922 25.393-9.075Q25.443-9.229 25.443-9.386L25.443-9.800L25.709-9.800L25.709-9.373Q25.709-9.147 25.610-8.937Q25.511-8.727 25.327-8.595Q25.142-8.464 24.913-8.464Q24.475-8.464 24.200-8.701Q23.925-8.939 23.925-9.373\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-23.316 -55.194)\">\u003Cpath d=\"M29.399-10.925Q29.399-11.451 29.616-11.919Q29.833-12.387 30.216-12.733Q30.598-13.078 31.082-13.266Q31.566-13.454 32.096-13.454Q32.499-13.454 32.863-13.297Q33.227-13.139 33.511-12.845L33.934-13.427Q33.969-13.454 33.993-13.454L34.040-13.454Q34.071-13.454 34.095-13.430Q34.119-13.406 34.119-13.375L34.119-11.512Q34.119-11.489 34.093-11.463Q34.068-11.437 34.040-11.437L33.914-11.437Q33.852-11.437 33.839-11.512Q33.808-11.827 33.673-12.131Q33.538-12.435 33.323-12.669Q33.107-12.904 32.818-13.039Q32.530-13.174 32.202-13.174Q31.559-13.174 31.101-12.880Q30.643-12.586 30.410-12.073Q30.178-11.560 30.178-10.925Q30.178-10.453 30.308-10.044Q30.438-9.636 30.698-9.323Q30.957-9.011 31.337-8.841Q31.716-8.672 32.208-8.672Q32.536-8.672 32.830-8.788Q33.124-8.905 33.358-9.120Q33.593-9.335 33.722-9.624Q33.852-9.913 33.852-10.241Q33.852-10.268 33.880-10.292Q33.907-10.316 33.928-10.316L34.040-10.316Q34.078-10.316 34.098-10.291Q34.119-10.265 34.119-10.227Q34.119-9.831 33.953-9.494Q33.787-9.157 33.500-8.910Q33.213-8.662 32.844-8.527Q32.475-8.392 32.096-8.392Q31.576-8.392 31.084-8.582Q30.592-8.771 30.212-9.115Q29.833-9.458 29.616-9.927Q29.399-10.395 29.399-10.925M34.888-10.015Q34.888-10.357 35.023-10.656Q35.158-10.955 35.397-11.179Q35.637-11.403 35.954-11.528Q36.272-11.653 36.604-11.653Q37.048-11.653 37.448-11.437Q37.848-11.222 38.082-10.844Q38.316-10.467 38.316-10.015Q38.316-9.674 38.174-9.390Q38.033-9.106 37.788-8.899Q37.544-8.693 37.234-8.578Q36.925-8.464 36.604-8.464Q36.173-8.464 35.772-8.665Q35.370-8.867 35.129-9.219Q34.888-9.571 34.888-10.015M36.604-8.713Q37.205-8.713 37.429-9.091Q37.653-9.469 37.653-10.101Q37.653-10.713 37.419-11.072Q37.185-11.430 36.604-11.430Q35.551-11.430 35.551-10.101Q35.551-9.469 35.777-9.091Q36.002-8.713 36.604-8.713M39.311-8.952Q39.311-9.120 39.434-9.243Q39.557-9.366 39.731-9.366Q39.899-9.366 40.022-9.243Q40.145-9.120 40.145-8.952Q40.145-8.778 40.022-8.655Q39.899-8.532 39.731-8.532Q39.557-8.532 39.434-8.655Q39.311-8.778 39.311-8.952\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmti7\" font-size=\"7\">\u003Cg transform=\"translate(38.085 -54.475)\">\u003Cpath d=\"M-4.715-9.058Q-4.715-9.181-4.663-9.308L-4.076-10.822Q-4-11.024-4-11.178Q-4-11.396-4.161-11.396Q-4.417-11.396-4.583-11.131Q-4.749-10.866-4.848-10.521Q-4.858-10.456-4.916-10.456L-5.084-10.456Q-5.115-10.456-5.139-10.487Q-5.162-10.518-5.162-10.542L-5.162-10.569Q-5.094-10.829-4.954-11.066Q-4.814-11.304-4.604-11.461Q-4.393-11.618-4.140-11.618Q-3.877-11.618-3.686-11.454Q-3.494-11.290-3.494-11.024Q-3.494-10.918-3.546-10.771L-4.134-9.260Q-4.209-9.055-4.209-8.905Q-4.209-8.686-4.055-8.686Q-3.788-8.686-3.619-8.959Q-3.450-9.233-3.371-9.561Q-3.341-9.622-3.293-9.622L-3.125-9.622Q-3.091-9.622-3.069-9.593Q-3.047-9.564-3.047-9.540Q-3.047-9.527-3.054-9.513Q-3.115-9.263-3.257-9.021Q-3.399-8.778-3.607-8.621Q-3.816-8.464-4.069-8.464Q-4.339-8.464-4.527-8.628Q-4.715-8.792-4.715-9.058M-3.874-12.781Q-3.874-12.921-3.764-13.030Q-3.655-13.139-3.512-13.139Q-3.402-13.139-3.327-13.068Q-3.252-12.996-3.252-12.886Q-3.252-12.743-3.366-12.635Q-3.481-12.528-3.621-12.528Q-3.727-12.528-3.800-12.598Q-3.874-12.668-3.874-12.781M-2.131-8.679Q-2.131-8.720-2.124-8.740L-1.604-10.822Q-1.570-10.959-1.570-11.078Q-1.570-11.208-1.616-11.302Q-1.662-11.396-1.779-11.396Q-1.885-11.396-1.965-11.304Q-2.045-11.212-2.105-11.066Q-2.165-10.921-2.206-10.766Q-2.247-10.610-2.271-10.521Q-2.281-10.456-2.339-10.456L-2.507-10.456Q-2.537-10.456-2.561-10.487Q-2.585-10.518-2.585-10.542L-2.585-10.569Q-2.466-11.017-2.285-11.318Q-2.103-11.618-1.765-11.618Q-1.591-11.618-1.430-11.547Q-1.269-11.475-1.170-11.343Q-1.071-11.212-1.051-11.037Q-0.832-11.304-0.540-11.461Q-0.247-11.618 0.081-11.618Q0.330-11.618 0.530-11.533Q0.730-11.448 0.843-11.275Q0.956-11.102 0.956-10.843Q0.956-10.682 0.910-10.477Q0.863-10.272 0.795-10.062Q0.727-9.851 0.624-9.583Q0.522-9.315 0.501-9.260Q0.426-9.055 0.426-8.905Q0.426-8.686 0.580-8.686Q0.764-8.686 0.903-8.828Q1.041-8.970 1.128-9.168Q1.215-9.366 1.267-9.561Q1.291-9.622 1.342-9.622L1.509-9.622Q1.544-9.622 1.566-9.593Q1.588-9.564 1.588-9.540Q1.588-9.527 1.581-9.513Q1.520-9.263 1.378-9.021Q1.236-8.778 1.028-8.621Q0.819-8.464 0.566-8.464Q0.293-8.464 0.106-8.628Q-0.080-8.792-0.080-9.058Q-0.080-9.205-0.029-9.308Q0.183-9.872 0.308-10.258Q0.433-10.644 0.433-10.931Q0.433-11.136 0.344-11.266Q0.255-11.396 0.060-11.396Q-0.695-11.396-1.177-10.337L-1.584-8.706Q-1.611-8.600-1.702-8.532Q-1.792-8.464-1.898-8.464Q-1.991-8.464-2.061-8.525Q-2.131-8.587-2.131-8.679M2.911-9.421Q2.911-9.110 3.085-8.898Q3.259-8.686 3.564-8.686Q3.830-8.686 4.099-8.766Q4.367-8.846 4.592-8.995Q4.818-9.144 4.982-9.352Q5.009-9.380 5.047-9.380Q5.102-9.380 5.165-9.313Q5.228-9.246 5.228-9.199Q5.228-9.161 5.208-9.140Q5.013-8.901 4.743-8.749Q4.473-8.597 4.169-8.530Q3.864-8.464 3.547-8.464Q3.027-8.464 2.682-8.805Q2.337-9.147 2.337-9.667Q2.337-10.029 2.497-10.381Q2.658-10.733 2.943-11.019Q3.229-11.304 3.579-11.461Q3.929-11.618 4.298-11.618Q4.630-11.618 4.898-11.471Q5.167-11.324 5.167-11.017Q5.167-10.843 5.064-10.713Q4.962-10.583 4.794-10.583Q4.688-10.583 4.611-10.651Q4.534-10.720 4.534-10.822Q4.534-10.945 4.608-11.042Q4.681-11.140 4.801-11.178Q4.729-11.297 4.584-11.347Q4.439-11.396 4.281-11.396Q3.957-11.396 3.699-11.203Q3.441-11.010 3.265-10.702Q3.089-10.395 3-10.050Q2.911-9.704 2.911-9.421M6.305-8.679Q6.305-8.720 6.312-8.740L6.831-10.822Q6.865-10.959 6.865-11.078Q6.865-11.208 6.819-11.302Q6.773-11.396 6.657-11.396Q6.551-11.396 6.471-11.304Q6.390-11.212 6.330-11.066Q6.271-10.921 6.230-10.766Q6.189-10.610 6.165-10.521Q6.154-10.456 6.096-10.456L5.929-10.456Q5.898-10.456 5.874-10.487Q5.850-10.518 5.850-10.542L5.850-10.569Q5.970-11.017 6.151-11.318Q6.332-11.618 6.671-11.618Q6.906-11.618 7.101-11.499Q7.296-11.379 7.361-11.157Q7.546-11.376 7.785-11.497Q8.024-11.618 8.301-11.618Q8.632-11.618 8.897-11.504Q9.162-11.389 9.162-11.109Q9.162-10.942 9.058-10.819Q8.954-10.696 8.790-10.696Q8.684-10.696 8.609-10.767Q8.533-10.839 8.533-10.942Q8.533-11.041 8.593-11.135Q8.653-11.229 8.749-11.270Q8.602-11.396 8.287-11.396Q7.706-11.396 7.299-10.508L6.852-8.706Q6.824-8.600 6.734-8.532Q6.643-8.464 6.537-8.464Q6.445-8.464 6.375-8.525Q6.305-8.587 6.305-8.679\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(38.085 -54.475)\">\u003Cpath d=\"M9.847-9.475Q9.847-9.157 10.008-8.922Q10.168-8.686 10.473-8.686Q10.739-8.686 11.007-8.766Q11.276-8.846 11.501-8.995Q11.727-9.144 11.891-9.352Q11.918-9.380 11.956-9.380Q12.011-9.380 12.074-9.313Q12.137-9.246 12.137-9.199Q12.137-9.161 12.117-9.140Q11.922-8.901 11.652-8.749Q11.382-8.597 11.078-8.530Q10.773-8.464 10.455-8.464Q10.100-8.464 9.832-8.638Q9.563-8.812 9.422-9.108Q9.280-9.404 9.280-9.756Q9.280-10.268 9.548-10.696Q9.816-11.123 10.257-11.371Q10.698-11.618 11.207-11.618Q11.529-11.618 11.790-11.465Q12.052-11.311 12.052-11.003Q12.052-10.600 11.698-10.403Q11.344-10.207 10.908-10.161Q10.473-10.115 9.960-10.115L9.939-10.115Q9.847-9.704 9.847-9.475M9.994-10.337Q10.394-10.337 10.744-10.371Q11.095-10.405 11.392-10.550Q11.689-10.696 11.689-10.996Q11.689-11.181 11.536-11.289Q11.382-11.396 11.190-11.396Q10.890-11.396 10.647-11.251Q10.404-11.106 10.242-10.868Q10.079-10.631 9.994-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(38.085 -54.475)\">\u003Cpath d=\"M13.654-8.464Q13.350-8.464 13.115-8.621Q12.881-8.778 12.760-9.041Q12.639-9.304 12.639-9.609Q12.639-10.060 12.881-10.533Q13.124-11.007 13.531-11.313Q13.938-11.618 14.402-11.618Q14.611-11.618 14.790-11.521Q14.970-11.424 15.083-11.249Q15.106-11.355 15.197-11.420Q15.288-11.485 15.390-11.485Q15.493-11.485 15.558-11.424Q15.623-11.362 15.623-11.270Q15.623-11.260 15.605-11.191L15.124-9.260Q15.096-9.089 15.096-9Q15.096-8.686 15.305-8.686Q15.493-8.686 15.594-8.935Q15.694-9.185 15.790-9.561Q15.814-9.622 15.865-9.622L16.033-9.622Q16.067-9.622 16.089-9.597Q16.111-9.571 16.111-9.540Q16.111-9.527 16.104-9.513Q15.845-8.464 15.291-8.464Q15.059-8.464 14.862-8.587Q14.666-8.710 14.601-8.925Q14.139-8.464 13.654-8.464M13.667-8.686Q13.941-8.686 14.190-8.898Q14.440-9.110 14.621-9.400L14.949-10.723Q14.918-10.986 14.777-11.191Q14.635-11.396 14.389-11.396Q14.026-11.396 13.755-11.031Q13.483-10.665 13.341-10.167Q13.199-9.670 13.199-9.322Q13.199-9.069 13.315-8.877Q13.432-8.686 13.667-8.686M16.959-8.993Q17.120-8.686 17.687-8.686Q17.919-8.686 18.145-8.759Q18.371-8.833 18.523-8.990Q18.675-9.147 18.675-9.380Q18.675-9.544 18.535-9.655Q18.395-9.766 18.210-9.807L17.820-9.882Q17.543-9.937 17.359-10.121Q17.174-10.306 17.174-10.576Q17.174-10.819 17.279-11.012Q17.383-11.205 17.562-11.343Q17.742-11.482 17.966-11.550Q18.189-11.618 18.415-11.618Q18.750-11.618 19.020-11.471Q19.290-11.324 19.290-11.017Q19.290-10.918 19.252-10.825Q19.215-10.733 19.140-10.675Q19.064-10.617 18.958-10.617Q18.863-10.617 18.796-10.680Q18.729-10.743 18.729-10.836Q18.729-10.897 18.757-10.959Q18.784-11.020 18.834-11.066Q18.883-11.113 18.945-11.136Q18.876-11.277 18.724-11.336Q18.572-11.396 18.401-11.396Q18.224-11.396 18.049-11.333Q17.875-11.270 17.764-11.143Q17.653-11.017 17.653-10.829Q17.653-10.699 17.747-10.614Q17.841-10.528 17.988-10.490L18.381-10.415Q18.596-10.371 18.769-10.268Q18.941-10.166 19.046-10.003Q19.150-9.841 19.150-9.633Q19.150-9.386 19.018-9.149Q18.887-8.911 18.682-8.758Q18.275-8.464 17.673-8.464Q17.431-8.464 17.183-8.529Q16.935-8.594 16.768-8.744Q16.600-8.894 16.600-9.140Q16.600-9.322 16.701-9.455Q16.802-9.588 16.979-9.588Q17.089-9.588 17.164-9.522Q17.239-9.455 17.239-9.352Q17.239-9.229 17.159-9.127Q17.079-9.024 16.959-8.993M20.862-9.475Q20.862-9.157 21.023-8.922Q21.184-8.686 21.488-8.686Q21.754-8.686 22.023-8.766Q22.291-8.846 22.517-8.995Q22.742-9.144 22.906-9.352Q22.934-9.380 22.971-9.380Q23.026-9.380 23.089-9.313Q23.152-9.246 23.152-9.199Q23.152-9.161 23.132-9.140Q22.937-8.901 22.667-8.749Q22.397-8.597 22.093-8.530Q21.789-8.464 21.471-8.464Q21.115-8.464 20.847-8.638Q20.579-8.812 20.437-9.108Q20.295-9.404 20.295-9.756Q20.295-10.268 20.563-10.696Q20.832-11.123 21.272-11.371Q21.713-11.618 22.223-11.618Q22.544-11.618 22.805-11.465Q23.067-11.311 23.067-11.003Q23.067-10.600 22.713-10.403Q22.359-10.207 21.924-10.161Q21.488-10.115 20.975-10.115L20.955-10.115Q20.862-9.704 20.862-9.475M21.009-10.337Q21.409-10.337 21.760-10.371Q22.110-10.405 22.407-10.550Q22.705-10.696 22.705-10.996Q22.705-11.181 22.551-11.289Q22.397-11.396 22.206-11.396Q21.905-11.396 21.662-11.251Q21.419-11.106 21.257-10.868Q21.095-10.631 21.009-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(38.085 -54.475)\">\u003Cpath d=\"M24.676-8.464Q24.372-8.464 24.137-8.621Q23.903-8.778 23.782-9.041Q23.661-9.304 23.661-9.609Q23.661-10.060 23.903-10.533Q24.146-11.007 24.553-11.313Q24.959-11.618 25.424-11.618Q25.633-11.618 25.812-11.521Q25.992-11.424 26.105-11.249L26.474-12.753Q26.511-12.849 26.511-12.941Q26.511-13.033 26.077-13.033Q25.992-13.061 25.992-13.146L26.019-13.256Q26.046-13.303 26.098-13.314L27.048-13.389Q27.085-13.389 27.120-13.362Q27.154-13.334 27.154-13.286L26.146-9.260Q26.118-9.089 26.118-9Q26.118-8.686 26.327-8.686Q26.515-8.686 26.616-8.935Q26.716-9.185 26.812-9.561Q26.836-9.622 26.887-9.622L27.055-9.622Q27.089-9.622 27.111-9.597Q27.133-9.571 27.133-9.540Q27.133-9.527 27.126-9.513Q26.867-8.464 26.313-8.464Q26.081-8.464 25.884-8.587Q25.688-8.710 25.623-8.925Q25.161-8.464 24.676-8.464M24.689-8.686Q24.963-8.686 25.212-8.898Q25.462-9.110 25.643-9.400L25.971-10.723Q25.940-10.986 25.799-11.191Q25.657-11.396 25.411-11.396Q25.048-11.396 24.777-11.031Q24.505-10.665 24.363-10.167Q24.221-9.670 24.221-9.322Q24.221-9.069 24.337-8.877Q24.454-8.686 24.689-8.686\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M77.348-59.826h75.94v-11.222h-75.94Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(85.612 -55.155)\">\u003Cpath d=\"M-4.923-9.373L-4.923-11.270L-5.562-11.270L-5.562-11.492Q-5.244-11.492-5.027-11.702Q-4.810-11.912-4.710-12.222Q-4.609-12.531-4.609-12.839L-4.342-12.839L-4.342-11.550L-3.265-11.550L-3.265-11.270L-4.342-11.270L-4.342-9.386Q-4.342-9.110-4.238-8.911Q-4.134-8.713-3.874-8.713Q-3.717-8.713-3.611-8.817Q-3.505-8.922-3.455-9.075Q-3.406-9.229-3.406-9.386L-3.406-9.800L-3.139-9.800L-3.139-9.373Q-3.139-9.147-3.238-8.937Q-3.337-8.727-3.522-8.595Q-3.706-8.464-3.935-8.464Q-4.373-8.464-4.648-8.701Q-4.923-8.939-4.923-9.373M-0.647-8.532L-2.281-8.532L-2.281-8.812Q-2.052-8.812-1.903-8.846Q-1.755-8.881-1.755-9.021L-1.755-12.640Q-1.755-12.910-1.862-12.972Q-1.970-13.033-2.281-13.033L-2.281-13.314L-1.201-13.389L-1.201-11.003Q-1.095-11.188-0.917-11.330Q-0.740-11.471-0.531-11.545Q-0.323-11.618-0.097-11.618Q0.409-11.618 0.693-11.395Q0.976-11.171 0.976-10.675L0.976-9.021Q0.976-8.884 1.125-8.848Q1.274-8.812 1.499-8.812L1.499-8.532L-0.131-8.532L-0.131-8.812Q0.098-8.812 0.246-8.846Q0.395-8.881 0.395-9.021L0.395-10.661Q0.395-10.996 0.276-11.196Q0.156-11.396-0.159-11.396Q-0.429-11.396-0.663-11.260Q-0.897-11.123-1.035-10.889Q-1.174-10.655-1.174-10.381L-1.174-9.021Q-1.174-8.884-1.023-8.848Q-0.873-8.812-0.647-8.812L-0.647-8.532M2.046-10.067Q2.046-10.388 2.171-10.677Q2.296-10.966 2.521-11.189Q2.747-11.413 3.042-11.533Q3.338-11.653 3.656-11.653Q3.984-11.653 4.246-11.553Q4.507-11.454 4.683-11.272Q4.859-11.089 4.953-10.831Q5.047-10.573 5.047-10.241Q5.047-10.149 4.965-10.128L2.709-10.128L2.709-10.067Q2.709-9.479 2.993-9.096Q3.277-8.713 3.844-8.713Q4.165-8.713 4.434-8.906Q4.702-9.099 4.791-9.414Q4.798-9.455 4.873-9.469L4.965-9.469Q5.047-9.445 5.047-9.373Q5.047-9.366 5.040-9.339Q4.927-8.942 4.557-8.703Q4.186-8.464 3.762-8.464Q3.324-8.464 2.924-8.672Q2.525-8.881 2.285-9.248Q2.046-9.615 2.046-10.067M2.716-10.337L4.531-10.337Q4.531-10.614 4.434-10.866Q4.336-11.119 4.138-11.275Q3.940-11.430 3.656-11.430Q3.379-11.430 3.165-11.272Q2.952-11.113 2.834-10.858Q2.716-10.603 2.716-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(85.612 -55.155)\">\u003Cpath d=\"M9.986-7.175L8.356-7.175L8.356-7.455Q8.585-7.455 8.734-7.490Q8.882-7.524 8.882-7.664L8.882-11.010Q8.882-11.181 8.746-11.222Q8.609-11.263 8.356-11.263L8.356-11.543L9.436-11.618L9.436-11.212Q9.658-11.413 9.945-11.516Q10.233-11.618 10.540-11.618Q10.967-11.618 11.331-11.405Q11.695-11.191 11.909-10.827Q12.123-10.463 12.123-10.043Q12.123-9.598 11.883-9.234Q11.644-8.870 11.251-8.667Q10.858-8.464 10.414-8.464Q10.147-8.464 9.899-8.564Q9.652-8.665 9.464-8.846L9.464-7.664Q9.464-7.527 9.612-7.491Q9.761-7.455 9.986-7.455L9.986-7.175M9.464-10.863L9.464-9.253Q9.597-9 9.840-8.843Q10.082-8.686 10.359-8.686Q10.687-8.686 10.940-8.887Q11.193-9.089 11.326-9.407Q11.460-9.725 11.460-10.043Q11.460-10.272 11.395-10.501Q11.330-10.730 11.202-10.928Q11.073-11.126 10.879-11.246Q10.684-11.365 10.451-11.365Q10.157-11.365 9.889-11.236Q9.621-11.106 9.464-10.863M14.508-8.532L12.772-8.532L12.772-8.812Q13.001-8.812 13.150-8.846Q13.299-8.881 13.299-9.021L13.299-10.870Q13.299-11.140 13.191-11.201Q13.083-11.263 12.772-11.263L12.772-11.543L13.801-11.618L13.801-10.911Q13.931-11.219 14.174-11.418Q14.416-11.618 14.734-11.618Q14.953-11.618 15.124-11.494Q15.295-11.369 15.295-11.157Q15.295-11.020 15.195-10.921Q15.096-10.822 14.963-10.822Q14.826-10.822 14.727-10.921Q14.628-11.020 14.628-11.157Q14.628-11.297 14.727-11.396Q14.437-11.396 14.237-11.200Q14.037-11.003 13.945-10.709Q13.852-10.415 13.852-10.135L13.852-9.021Q13.852-8.812 14.508-8.812L14.508-8.532M17.496-8.532L15.944-8.532L15.944-8.812Q16.170-8.812 16.318-8.846Q16.467-8.881 16.467-9.021L16.467-10.870Q16.467-11.058 16.419-11.142Q16.371-11.225 16.274-11.244Q16.176-11.263 15.965-11.263L15.965-11.543L17.021-11.618L17.021-9.021Q17.021-8.881 17.152-8.846Q17.284-8.812 17.496-8.812L17.496-8.532M16.224-12.839Q16.224-13.010 16.347-13.129Q16.470-13.249 16.641-13.249Q16.809-13.249 16.932-13.129Q17.055-13.010 17.055-12.839Q17.055-12.664 16.932-12.541Q16.809-12.418 16.641-12.418Q16.470-12.418 16.347-12.541Q16.224-12.664 16.224-12.839M18.142-10.043Q18.142-10.371 18.277-10.672Q18.412-10.972 18.648-11.193Q18.883-11.413 19.188-11.533Q19.492-11.653 19.817-11.653Q20.322-11.653 20.671-11.550Q21.020-11.448 21.020-11.072Q21.020-10.925 20.922-10.824Q20.825-10.723 20.678-10.723Q20.524-10.723 20.425-10.822Q20.326-10.921 20.326-11.072Q20.326-11.260 20.466-11.352Q20.264-11.403 19.823-11.403Q19.468-11.403 19.239-11.207Q19.010-11.010 18.909-10.701Q18.808-10.391 18.808-10.043Q18.808-9.694 18.935-9.388Q19.061-9.082 19.316-8.898Q19.570-8.713 19.926-8.713Q20.148-8.713 20.333-8.797Q20.517-8.881 20.652-9.036Q20.787-9.192 20.845-9.400Q20.859-9.455 20.914-9.455L21.027-9.455Q21.057-9.455 21.080-9.431Q21.102-9.407 21.102-9.373L21.102-9.352Q21.016-9.065 20.828-8.867Q20.640-8.669 20.375-8.566Q20.111-8.464 19.817-8.464Q19.386-8.464 18.998-8.670Q18.610-8.877 18.376-9.240Q18.142-9.602 18.142-10.043M21.649-10.067Q21.649-10.388 21.773-10.677Q21.898-10.966 22.124-11.189Q22.349-11.413 22.645-11.533Q22.941-11.653 23.258-11.653Q23.587-11.653 23.848-11.553Q24.110-11.454 24.286-11.272Q24.462-11.089 24.556-10.831Q24.650-10.573 24.650-10.241Q24.650-10.149 24.568-10.128L22.312-10.128L22.312-10.067Q22.312-9.479 22.595-9.096Q22.879-8.713 23.446-8.713Q23.768-8.713 24.036-8.906Q24.304-9.099 24.393-9.414Q24.400-9.455 24.475-9.469L24.568-9.469Q24.650-9.445 24.650-9.373Q24.650-9.366 24.643-9.339Q24.530-8.942 24.159-8.703Q23.788-8.464 23.364-8.464Q22.927-8.464 22.527-8.672Q22.127-8.881 21.888-9.248Q21.649-9.615 21.649-10.067M22.319-10.337L24.133-10.337Q24.133-10.614 24.036-10.866Q23.939-11.119 23.740-11.275Q23.542-11.430 23.258-11.430Q22.982-11.430 22.768-11.272Q22.554-11.113 22.436-10.858Q22.319-10.603 22.319-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(85.612 -55.155)\">\u003Cpath d=\"M27.912-10.015Q27.912-10.357 28.047-10.656Q28.182-10.955 28.422-11.179Q28.661-11.403 28.979-11.528Q29.297-11.653 29.628-11.653Q30.073-11.653 30.472-11.437Q30.872-11.222 31.107-10.844Q31.341-10.467 31.341-10.015Q31.341-9.674 31.199-9.390Q31.057-9.106 30.813-8.899Q30.568-8.693 30.259-8.578Q29.950-8.464 29.628-8.464Q29.198-8.464 28.796-8.665Q28.394-8.867 28.153-9.219Q27.912-9.571 27.912-10.015M29.628-8.713Q30.230-8.713 30.454-9.091Q30.678-9.469 30.678-10.101Q30.678-10.713 30.443-11.072Q30.209-11.430 29.628-11.430Q28.576-11.430 28.576-10.101Q28.576-9.469 28.801-9.091Q29.027-8.713 29.628-8.713M33.733-8.532L32-8.532L32-8.812Q32.226-8.812 32.375-8.846Q32.523-8.881 32.523-9.021L32.523-11.270L31.935-11.270L31.935-11.550L32.523-11.550L32.523-12.367Q32.523-12.685 32.701-12.933Q32.879-13.180 33.169-13.321Q33.460-13.461 33.771-13.461Q34.027-13.461 34.231-13.319Q34.434-13.177 34.434-12.934Q34.434-12.798 34.335-12.699Q34.236-12.599 34.099-12.599Q33.962-12.599 33.863-12.699Q33.764-12.798 33.764-12.934Q33.764-13.115 33.904-13.208Q33.826-13.235 33.726-13.235Q33.518-13.235 33.364-13.102Q33.210-12.969 33.130-12.765Q33.050-12.562 33.050-12.353L33.050-11.550L33.938-11.550L33.938-11.270L33.077-11.270L33.077-9.021Q33.077-8.812 33.733-8.812\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(85.612 -55.155)\">\u003Cpath d=\"M37.920-8.532L37.653-8.532L37.653-12.640Q37.653-12.910 37.546-12.972Q37.438-13.033 37.127-13.033L37.127-13.314L38.207-13.389L38.207-11.219Q38.416-11.410 38.701-11.514Q38.986-11.618 39.284-11.618Q39.602-11.618 39.899-11.497Q40.196-11.376 40.419-11.160Q40.641-10.945 40.767-10.660Q40.894-10.374 40.894-10.043Q40.894-9.598 40.654-9.234Q40.415-8.870 40.022-8.667Q39.629-8.464 39.185-8.464Q38.990-8.464 38.800-8.520Q38.611-8.576 38.450-8.681Q38.289-8.785 38.149-8.946L37.920-8.532M38.235-10.877L38.235-9.260Q38.371-9 38.612-8.843Q38.853-8.686 39.130-8.686Q39.424-8.686 39.636-8.793Q39.848-8.901 39.981-9.093Q40.114-9.284 40.173-9.523Q40.231-9.762 40.231-10.043Q40.231-10.402 40.137-10.706Q40.043-11.010 39.815-11.203Q39.588-11.396 39.222-11.396Q38.922-11.396 38.655-11.260Q38.388-11.123 38.235-10.877M41.588-9.260Q41.588-9.592 41.811-9.819Q42.035-10.046 42.379-10.174Q42.722-10.303 43.095-10.355Q43.467-10.408 43.772-10.408L43.772-10.661Q43.772-10.866 43.664-11.046Q43.556-11.225 43.375-11.328Q43.194-11.430 42.986-11.430Q42.579-11.430 42.343-11.338Q42.432-11.301 42.478-11.217Q42.524-11.133 42.524-11.031Q42.524-10.935 42.478-10.856Q42.432-10.778 42.351-10.733Q42.271-10.689 42.182-10.689Q42.032-10.689 41.931-10.786Q41.830-10.884 41.830-11.031Q41.830-11.653 42.986-11.653Q43.197-11.653 43.447-11.589Q43.696-11.526 43.898-11.407Q44.100-11.287 44.226-11.102Q44.353-10.918 44.353-10.675L44.353-9.099Q44.353-8.983 44.414-8.887Q44.476-8.792 44.589-8.792Q44.698-8.792 44.763-8.886Q44.828-8.980 44.828-9.099L44.828-9.547L45.094-9.547L45.094-9.099Q45.094-8.829 44.867-8.664Q44.640-8.498 44.360-8.498Q44.151-8.498 44.014-8.652Q43.878-8.805 43.854-9.021Q43.707-8.754 43.425-8.609Q43.143-8.464 42.818-8.464Q42.541-8.464 42.257-8.539Q41.974-8.614 41.781-8.793Q41.588-8.973 41.588-9.260M42.203-9.260Q42.203-9.086 42.304-8.956Q42.404-8.826 42.560-8.756Q42.716-8.686 42.880-8.686Q43.098-8.686 43.307-8.783Q43.515-8.881 43.643-9.062Q43.772-9.243 43.772-9.469L43.772-10.197Q43.447-10.197 43.081-10.106Q42.716-10.015 42.459-9.803Q42.203-9.592 42.203-9.260M47.193-8.532L45.559-8.532L45.559-8.812Q45.788-8.812 45.937-8.846Q46.086-8.881 46.086-9.021L46.086-10.870Q46.086-11.140 45.978-11.201Q45.870-11.263 45.559-11.263L45.559-11.543L46.619-11.618L46.619-10.969Q46.790-11.277 47.094-11.448Q47.398-11.618 47.743-11.618Q48.249-11.618 48.533-11.395Q48.817-11.171 48.817-10.675L48.817-9.021Q48.817-8.884 48.965-8.848Q49.114-8.812 49.340-8.812L49.340-8.532L47.709-8.532L47.709-8.812Q47.938-8.812 48.087-8.846Q48.236-8.881 48.236-9.021L48.236-10.661Q48.236-10.996 48.116-11.196Q47.996-11.396 47.682-11.396Q47.412-11.396 47.178-11.260Q46.944-11.123 46.805-10.889Q46.667-10.655 46.667-10.381L46.667-9.021Q46.667-8.884 46.817-8.848Q46.967-8.812 47.193-8.812L47.193-8.532M49.986-9.260Q49.986-9.592 50.209-9.819Q50.433-10.046 50.777-10.174Q51.120-10.303 51.493-10.355Q51.865-10.408 52.170-10.408L52.170-10.661Q52.170-10.866 52.062-11.046Q51.954-11.225 51.773-11.328Q51.592-11.430 51.383-11.430Q50.977-11.430 50.741-11.338Q50.830-11.301 50.876-11.217Q50.922-11.133 50.922-11.031Q50.922-10.935 50.876-10.856Q50.830-10.778 50.749-10.733Q50.669-10.689 50.580-10.689Q50.430-10.689 50.329-10.786Q50.228-10.884 50.228-11.031Q50.228-11.653 51.383-11.653Q51.595-11.653 51.845-11.589Q52.094-11.526 52.296-11.407Q52.498-11.287 52.624-11.102Q52.751-10.918 52.751-10.675L52.751-9.099Q52.751-8.983 52.812-8.887Q52.874-8.792 52.986-8.792Q53.096-8.792 53.161-8.886Q53.226-8.980 53.226-9.099L53.226-9.547L53.492-9.547L53.492-9.099Q53.492-8.829 53.265-8.664Q53.038-8.498 52.757-8.498Q52.549-8.498 52.412-8.652Q52.276-8.805 52.252-9.021Q52.105-8.754 51.823-8.609Q51.541-8.464 51.216-8.464Q50.939-8.464 50.655-8.539Q50.372-8.614 50.179-8.793Q49.986-8.973 49.986-9.260M50.601-9.260Q50.601-9.086 50.702-8.956Q50.802-8.826 50.958-8.756Q51.113-8.686 51.278-8.686Q51.496-8.686 51.705-8.783Q51.913-8.881 52.041-9.062Q52.170-9.243 52.170-9.469L52.170-10.197Q51.845-10.197 51.479-10.106Q51.113-10.015 50.857-9.803Q50.601-9.592 50.601-9.260M55.591-8.532L53.957-8.532L53.957-8.812Q54.186-8.812 54.335-8.846Q54.484-8.881 54.484-9.021L54.484-10.870Q54.484-11.140 54.376-11.201Q54.268-11.263 53.957-11.263L53.957-11.543L55.017-11.618L55.017-10.969Q55.188-11.277 55.492-11.448Q55.796-11.618 56.141-11.618Q56.647-11.618 56.931-11.395Q57.215-11.171 57.215-10.675L57.215-9.021Q57.215-8.884 57.363-8.848Q57.512-8.812 57.737-8.812L57.737-8.532L56.107-8.532L56.107-8.812Q56.336-8.812 56.485-8.846Q56.633-8.881 56.633-9.021L56.633-10.661Q56.633-10.996 56.514-11.196Q56.394-11.396 56.080-11.396Q55.810-11.396 55.576-11.260Q55.341-11.123 55.203-10.889Q55.065-10.655 55.065-10.381L55.065-9.021Q55.065-8.884 55.215-8.848Q55.365-8.812 55.591-8.812L55.591-8.532M58.383-9.260Q58.383-9.592 58.607-9.819Q58.831-10.046 59.175-10.174Q59.518-10.303 59.891-10.355Q60.263-10.408 60.568-10.408L60.568-10.661Q60.568-10.866 60.460-11.046Q60.352-11.225 60.171-11.328Q59.990-11.430 59.781-11.430Q59.375-11.430 59.139-11.338Q59.228-11.301 59.274-11.217Q59.320-11.133 59.320-11.031Q59.320-10.935 59.274-10.856Q59.228-10.778 59.147-10.733Q59.067-10.689 58.978-10.689Q58.828-10.689 58.727-10.786Q58.626-10.884 58.626-11.031Q58.626-11.653 59.781-11.653Q59.993-11.653 60.243-11.589Q60.492-11.526 60.694-11.407Q60.896-11.287 61.022-11.102Q61.149-10.918 61.149-10.675L61.149-9.099Q61.149-8.983 61.210-8.887Q61.272-8.792 61.384-8.792Q61.494-8.792 61.559-8.886Q61.624-8.980 61.624-9.099L61.624-9.547L61.890-9.547L61.890-9.099Q61.890-8.829 61.663-8.664Q61.436-8.498 61.155-8.498Q60.947-8.498 60.810-8.652Q60.674-8.805 60.650-9.021Q60.503-8.754 60.221-8.609Q59.939-8.464 59.614-8.464Q59.337-8.464 59.053-8.539Q58.770-8.614 58.577-8.793Q58.383-8.973 58.383-9.260M58.999-9.260Q58.999-9.086 59.100-8.956Q59.200-8.826 59.356-8.756Q59.511-8.686 59.675-8.686Q59.894-8.686 60.103-8.783Q60.311-8.881 60.439-9.062Q60.568-9.243 60.568-9.469L60.568-10.197Q60.243-10.197 59.877-10.106Q59.511-10.015 59.255-9.803Q58.999-9.592 58.999-9.260M62.307-8.539L62.307-9.602Q62.307-9.626 62.335-9.653Q62.362-9.680 62.386-9.680L62.495-9.680Q62.560-9.680 62.574-9.622Q62.670-9.188 62.916-8.937Q63.162-8.686 63.575-8.686Q63.917-8.686 64.170-8.819Q64.423-8.952 64.423-9.260Q64.423-9.417 64.329-9.532Q64.235-9.646 64.097-9.715Q63.958-9.783 63.791-9.821L63.210-9.920Q62.854-9.988 62.581-10.209Q62.307-10.429 62.307-10.771Q62.307-11.020 62.418-11.195Q62.529-11.369 62.716-11.468Q62.902-11.567 63.117-11.610Q63.333-11.653 63.575-11.653Q63.989-11.653 64.269-11.471L64.485-11.646Q64.495-11.649 64.502-11.651Q64.508-11.653 64.519-11.653L64.570-11.653Q64.597-11.653 64.621-11.629Q64.645-11.605 64.645-11.577L64.645-10.730Q64.645-10.709 64.621-10.682Q64.597-10.655 64.570-10.655L64.457-10.655Q64.430-10.655 64.404-10.680Q64.379-10.706 64.379-10.730Q64.379-10.966 64.273-11.130Q64.167-11.294 63.984-11.376Q63.801-11.458 63.569-11.458Q63.240-11.458 62.984-11.355Q62.728-11.253 62.728-10.976Q62.728-10.781 62.911-10.672Q63.093-10.562 63.322-10.521L63.897-10.415Q64.143-10.367 64.356-10.239Q64.570-10.111 64.707-9.908Q64.843-9.704 64.843-9.455Q64.843-8.942 64.478-8.703Q64.112-8.464 63.575-8.464Q63.080-8.464 62.748-8.758L62.482-8.484Q62.461-8.464 62.434-8.464L62.386-8.464Q62.362-8.464 62.335-8.491Q62.307-8.518 62.307-8.539\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-42.63 -55.155)\">\u003Cpath d=\"M-3.320-6.782Q-3.870-7.182-4.241-7.737Q-4.612-8.293-4.793-8.939Q-4.974-9.585-4.974-10.282Q-4.974-10.795-4.874-11.290Q-4.773-11.786-4.568-12.237Q-4.363-12.688-4.050-13.080Q-3.737-13.471-3.320-13.775Q-3.310-13.779-3.303-13.780Q-3.296-13.782-3.286-13.782L-3.218-13.782Q-3.183-13.782-3.161-13.758Q-3.139-13.734-3.139-13.697Q-3.139-13.652-3.166-13.635Q-3.515-13.334-3.768-12.950Q-4.021-12.565-4.173-12.124Q-4.325-11.683-4.397-11.227Q-4.469-10.771-4.469-10.282Q-4.469-9.281-4.159-8.394Q-3.850-7.507-3.166-6.922Q-3.139-6.905-3.139-6.861Q-3.139-6.823-3.161-6.799Q-3.183-6.775-3.218-6.775L-3.286-6.775Q-3.293-6.779-3.301-6.780Q-3.310-6.782-3.320-6.782M-2.271-9.260Q-2.271-9.592-2.047-9.819Q-1.823-10.046-1.480-10.174Q-1.136-10.303-0.764-10.355Q-0.391-10.408-0.087-10.408L-0.087-10.661Q-0.087-10.866-0.194-11.046Q-0.302-11.225-0.483-11.328Q-0.664-11.430-0.873-11.430Q-1.280-11.430-1.515-11.338Q-1.427-11.301-1.380-11.217Q-1.334-11.133-1.334-11.031Q-1.334-10.935-1.380-10.856Q-1.427-10.778-1.507-10.733Q-1.587-10.689-1.676-10.689Q-1.827-10.689-1.927-10.786Q-2.028-10.884-2.028-11.031Q-2.028-11.653-0.873-11.653Q-0.661-11.653-0.411-11.589Q-0.162-11.526 0.040-11.407Q0.241-11.287 0.368-11.102Q0.494-10.918 0.494-10.675L0.494-9.099Q0.494-8.983 0.556-8.887Q0.617-8.792 0.730-8.792Q0.840-8.792 0.904-8.886Q0.969-8.980 0.969-9.099L0.969-9.547L1.236-9.547L1.236-9.099Q1.236-8.829 1.009-8.664Q0.781-8.498 0.501-8.498Q0.293-8.498 0.156-8.652Q0.019-8.805-0.005-9.021Q-0.152-8.754-0.434-8.609Q-0.716-8.464-1.040-8.464Q-1.317-8.464-1.601-8.539Q-1.885-8.614-2.078-8.793Q-2.271-8.973-2.271-9.260M-1.656-9.260Q-1.656-9.086-1.555-8.956Q-1.454-8.826-1.298-8.756Q-1.143-8.686-0.979-8.686Q-0.760-8.686-0.552-8.783Q-0.343-8.881-0.215-9.062Q-0.087-9.243-0.087-9.469L-0.087-10.197Q-0.411-10.197-0.777-10.106Q-1.143-10.015-1.399-9.803Q-1.656-9.592-1.656-9.260M1.974-6.775L1.906-6.775Q1.872-6.775 1.850-6.801Q1.827-6.826 1.827-6.861Q1.827-6.905 1.858-6.922Q2.214-7.226 2.463-7.616Q2.713-8.006 2.865-8.438Q3.017-8.870 3.087-9.339Q3.157-9.807 3.157-10.282Q3.157-10.761 3.087-11.227Q3.017-11.694 2.863-12.129Q2.709-12.565 2.458-12.953Q2.207-13.341 1.858-13.635Q1.827-13.652 1.827-13.697Q1.827-13.731 1.850-13.756Q1.872-13.782 1.906-13.782L1.974-13.782Q1.985-13.782 1.993-13.780Q2.002-13.779 2.012-13.775Q2.555-13.375 2.928-12.822Q3.300-12.268 3.482-11.622Q3.663-10.976 3.663-10.282Q3.663-9.581 3.482-8.934Q3.300-8.286 2.926-7.732Q2.552-7.178 2.012-6.782Q2.002-6.782 1.993-6.780Q1.985-6.779 1.974-6.775\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-45.025-31.373h78.522v-11.222h-78.522Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-36.761 -26.703)\">\u003Cpath d=\"M-1.543-8.532L-4.281-8.532L-4.281-8.812Q-3.932-8.812-3.595-8.848Q-3.259-8.884-3.259-9.021L-3.259-12.822Q-3.259-12.965-3.347-12.999Q-3.436-13.033-3.621-13.033L-3.980-13.033Q-4.281-13.033-4.496-12.986Q-4.711-12.938-4.868-12.781Q-5.005-12.647-5.065-12.369Q-5.125-12.090-5.162-11.677L-5.429-11.677L-5.282-13.314L-0.548-13.314L-0.401-11.677L-0.668-11.677Q-0.705-12.090-0.762-12.367Q-0.818-12.644-0.962-12.781Q-1.122-12.941-1.334-12.987Q-1.546-13.033-1.850-13.033L-2.202-13.033Q-2.387-13.033-2.476-12.999Q-2.565-12.965-2.565-12.822L-2.565-9.021Q-2.565-8.884-2.228-8.848Q-1.891-8.812-1.543-8.812L-1.543-8.532M1.937-8.532L0.303-8.532L0.303-8.812Q0.532-8.812 0.681-8.846Q0.829-8.881 0.829-9.021L0.829-12.640Q0.829-12.910 0.722-12.972Q0.614-13.033 0.303-13.033L0.303-13.314L1.383-13.389L1.383-11.003Q1.489-11.188 1.667-11.330Q1.844-11.471 2.053-11.545Q2.261-11.618 2.487-11.618Q2.993-11.618 3.277-11.395Q3.560-11.171 3.560-10.675L3.560-9.021Q3.560-8.884 3.709-8.848Q3.858-8.812 4.083-8.812L4.083-8.532L2.453-8.532L2.453-8.812Q2.682-8.812 2.830-8.846Q2.979-8.881 2.979-9.021L2.979-10.661Q2.979-10.996 2.860-11.196Q2.740-11.396 2.425-11.396Q2.155-11.396 1.921-11.260Q1.687-11.123 1.549-10.889Q1.410-10.655 1.410-10.381L1.410-9.021Q1.410-8.884 1.561-8.848Q1.711-8.812 1.937-8.812L1.937-8.532M4.630-10.067Q4.630-10.388 4.755-10.677Q4.880-10.966 5.105-11.189Q5.331-11.413 5.626-11.533Q5.922-11.653 6.240-11.653Q6.568-11.653 6.830-11.553Q7.091-11.454 7.267-11.272Q7.443-11.089 7.537-10.831Q7.631-10.573 7.631-10.241Q7.631-10.149 7.549-10.128L5.293-10.128L5.293-10.067Q5.293-9.479 5.577-9.096Q5.861-8.713 6.428-8.713Q6.749-8.713 7.017-8.906Q7.286-9.099 7.375-9.414Q7.382-9.455 7.457-9.469L7.549-9.469Q7.631-9.445 7.631-9.373Q7.631-9.366 7.624-9.339Q7.511-8.942 7.141-8.703Q6.770-8.464 6.346-8.464Q5.908-8.464 5.508-8.672Q5.109-8.881 4.869-9.248Q4.630-9.615 4.630-10.067M5.300-10.337L7.115-10.337Q7.115-10.614 7.017-10.866Q6.920-11.119 6.722-11.275Q6.524-11.430 6.240-11.430Q5.963-11.430 5.749-11.272Q5.536-11.113 5.418-10.858Q5.300-10.603 5.300-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-36.761 -26.703)\">\u003Cpath d=\"M12.569-7.175L10.939-7.175L10.939-7.455Q11.168-7.455 11.317-7.490Q11.465-7.524 11.465-7.664L11.465-11.010Q11.465-11.181 11.329-11.222Q11.192-11.263 10.939-11.263L10.939-11.543L12.019-11.618L12.019-11.212Q12.241-11.413 12.528-11.516Q12.816-11.618 13.123-11.618Q13.550-11.618 13.914-11.405Q14.278-11.191 14.492-10.827Q14.706-10.463 14.706-10.043Q14.706-9.598 14.466-9.234Q14.227-8.870 13.834-8.667Q13.441-8.464 12.997-8.464Q12.730-8.464 12.482-8.564Q12.235-8.665 12.047-8.846L12.047-7.664Q12.047-7.527 12.195-7.491Q12.344-7.455 12.569-7.455L12.569-7.175M12.047-10.863L12.047-9.253Q12.180-9 12.423-8.843Q12.665-8.686 12.942-8.686Q13.270-8.686 13.523-8.887Q13.776-9.089 13.909-9.407Q14.043-9.725 14.043-10.043Q14.043-10.272 13.978-10.501Q13.913-10.730 13.785-10.928Q13.656-11.126 13.462-11.246Q13.267-11.365 13.034-11.365Q12.740-11.365 12.472-11.236Q12.204-11.106 12.047-10.863M17.091-8.532L15.355-8.532L15.355-8.812Q15.584-8.812 15.733-8.846Q15.882-8.881 15.882-9.021L15.882-10.870Q15.882-11.140 15.774-11.201Q15.666-11.263 15.355-11.263L15.355-11.543L16.384-11.618L16.384-10.911Q16.514-11.219 16.757-11.418Q16.999-11.618 17.317-11.618Q17.536-11.618 17.707-11.494Q17.878-11.369 17.878-11.157Q17.878-11.020 17.778-10.921Q17.679-10.822 17.546-10.822Q17.409-10.822 17.310-10.921Q17.211-11.020 17.211-11.157Q17.211-11.297 17.310-11.396Q17.020-11.396 16.820-11.200Q16.620-11.003 16.528-10.709Q16.435-10.415 16.435-10.135L16.435-9.021Q16.435-8.812 17.091-8.812L17.091-8.532M20.079-8.532L18.527-8.532L18.527-8.812Q18.753-8.812 18.901-8.846Q19.050-8.881 19.050-9.021L19.050-10.870Q19.050-11.058 19.002-11.142Q18.954-11.225 18.857-11.244Q18.759-11.263 18.548-11.263L18.548-11.543L19.604-11.618L19.604-9.021Q19.604-8.881 19.735-8.846Q19.867-8.812 20.079-8.812L20.079-8.532M18.807-12.839Q18.807-13.010 18.930-13.129Q19.053-13.249 19.224-13.249Q19.392-13.249 19.515-13.129Q19.638-13.010 19.638-12.839Q19.638-12.664 19.515-12.541Q19.392-12.418 19.224-12.418Q19.053-12.418 18.930-12.541Q18.807-12.664 18.807-12.839M20.725-10.043Q20.725-10.371 20.860-10.672Q20.995-10.972 21.231-11.193Q21.466-11.413 21.771-11.533Q22.075-11.653 22.400-11.653Q22.905-11.653 23.254-11.550Q23.603-11.448 23.603-11.072Q23.603-10.925 23.505-10.824Q23.408-10.723 23.261-10.723Q23.107-10.723 23.008-10.822Q22.909-10.921 22.909-11.072Q22.909-11.260 23.049-11.352Q22.847-11.403 22.406-11.403Q22.051-11.403 21.822-11.207Q21.593-11.010 21.492-10.701Q21.391-10.391 21.391-10.043Q21.391-9.694 21.518-9.388Q21.644-9.082 21.899-8.898Q22.153-8.713 22.509-8.713Q22.731-8.713 22.916-8.797Q23.100-8.881 23.235-9.036Q23.370-9.192 23.428-9.400Q23.442-9.455 23.497-9.455L23.610-9.455Q23.640-9.455 23.663-9.431Q23.685-9.407 23.685-9.373L23.685-9.352Q23.599-9.065 23.411-8.867Q23.223-8.669 22.958-8.566Q22.694-8.464 22.400-8.464Q21.969-8.464 21.581-8.670Q21.193-8.877 20.959-9.240Q20.725-9.602 20.725-10.043M24.232-10.067Q24.232-10.388 24.356-10.677Q24.481-10.966 24.707-11.189Q24.932-11.413 25.228-11.533Q25.524-11.653 25.841-11.653Q26.170-11.653 26.431-11.553Q26.693-11.454 26.869-11.272Q27.045-11.089 27.139-10.831Q27.233-10.573 27.233-10.241Q27.233-10.149 27.151-10.128L24.895-10.128L24.895-10.067Q24.895-9.479 25.178-9.096Q25.462-8.713 26.029-8.713Q26.351-8.713 26.619-8.906Q26.887-9.099 26.976-9.414Q26.983-9.455 27.058-9.469L27.151-9.469Q27.233-9.445 27.233-9.373Q27.233-9.366 27.226-9.339Q27.113-8.942 26.742-8.703Q26.371-8.464 25.947-8.464Q25.510-8.464 25.110-8.672Q24.710-8.881 24.471-9.248Q24.232-9.615 24.232-10.067M24.902-10.337L26.716-10.337Q26.716-10.614 26.619-10.866Q26.522-11.119 26.323-11.275Q26.125-11.430 25.841-11.430Q25.565-11.430 25.351-11.272Q25.137-11.113 25.019-10.858Q24.902-10.603 24.902-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-36.761 -26.703)\">\u003Cpath d=\"M30.495-10.015Q30.495-10.357 30.630-10.656Q30.765-10.955 31.005-11.179Q31.244-11.403 31.562-11.528Q31.880-11.653 32.211-11.653Q32.656-11.653 33.055-11.437Q33.455-11.222 33.690-10.844Q33.924-10.467 33.924-10.015Q33.924-9.674 33.782-9.390Q33.640-9.106 33.396-8.899Q33.151-8.693 32.842-8.578Q32.533-8.464 32.211-8.464Q31.781-8.464 31.379-8.665Q30.977-8.867 30.736-9.219Q30.495-9.571 30.495-10.015M32.211-8.713Q32.813-8.713 33.037-9.091Q33.261-9.469 33.261-10.101Q33.261-10.713 33.026-11.072Q32.792-11.430 32.211-11.430Q31.159-11.430 31.159-10.101Q31.159-9.469 31.384-9.091Q31.610-8.713 32.211-8.713M36.316-8.532L34.583-8.532L34.583-8.812Q34.809-8.812 34.958-8.846Q35.106-8.881 35.106-9.021L35.106-11.270L34.518-11.270L34.518-11.550L35.106-11.550L35.106-12.367Q35.106-12.685 35.284-12.933Q35.462-13.180 35.752-13.321Q36.043-13.461 36.354-13.461Q36.610-13.461 36.814-13.319Q37.017-13.177 37.017-12.934Q37.017-12.798 36.918-12.699Q36.819-12.599 36.682-12.599Q36.545-12.599 36.446-12.699Q36.347-12.798 36.347-12.934Q36.347-13.115 36.487-13.208Q36.409-13.235 36.309-13.235Q36.101-13.235 35.947-13.102Q35.793-12.969 35.713-12.765Q35.633-12.562 35.633-12.353L35.633-11.550L36.521-11.550L36.521-11.270L35.660-11.270L35.660-9.021Q35.660-8.812 36.316-8.812\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-36.761 -26.703)\">\u003Cpath d=\"M40.503-8.532L40.236-8.532L40.236-12.640Q40.236-12.910 40.129-12.972Q40.021-13.033 39.710-13.033L39.710-13.314L40.790-13.389L40.790-11.219Q40.999-11.410 41.284-11.514Q41.569-11.618 41.867-11.618Q42.185-11.618 42.482-11.497Q42.779-11.376 43.002-11.160Q43.224-10.945 43.350-10.660Q43.477-10.374 43.477-10.043Q43.477-9.598 43.237-9.234Q42.998-8.870 42.605-8.667Q42.212-8.464 41.768-8.464Q41.573-8.464 41.383-8.520Q41.194-8.576 41.033-8.681Q40.872-8.785 40.732-8.946L40.503-8.532M40.818-10.877L40.818-9.260Q40.954-9 41.195-8.843Q41.436-8.686 41.713-8.686Q42.007-8.686 42.219-8.793Q42.431-8.901 42.564-9.093Q42.697-9.284 42.756-9.523Q42.814-9.762 42.814-10.043Q42.814-10.402 42.720-10.706Q42.626-11.010 42.398-11.203Q42.171-11.396 41.805-11.396Q41.505-11.396 41.238-11.260Q40.971-11.123 40.818-10.877M44.171-9.260Q44.171-9.592 44.394-9.819Q44.618-10.046 44.962-10.174Q45.305-10.303 45.678-10.355Q46.050-10.408 46.355-10.408L46.355-10.661Q46.355-10.866 46.247-11.046Q46.139-11.225 45.958-11.328Q45.777-11.430 45.569-11.430Q45.162-11.430 44.926-11.338Q45.015-11.301 45.061-11.217Q45.107-11.133 45.107-11.031Q45.107-10.935 45.061-10.856Q45.015-10.778 44.934-10.733Q44.854-10.689 44.765-10.689Q44.615-10.689 44.514-10.786Q44.413-10.884 44.413-11.031Q44.413-11.653 45.569-11.653Q45.780-11.653 46.030-11.589Q46.279-11.526 46.481-11.407Q46.683-11.287 46.809-11.102Q46.936-10.918 46.936-10.675L46.936-9.099Q46.936-8.983 46.997-8.887Q47.059-8.792 47.172-8.792Q47.281-8.792 47.346-8.886Q47.411-8.980 47.411-9.099L47.411-9.547L47.677-9.547L47.677-9.099Q47.677-8.829 47.450-8.664Q47.223-8.498 46.943-8.498Q46.734-8.498 46.597-8.652Q46.461-8.805 46.437-9.021Q46.290-8.754 46.008-8.609Q45.726-8.464 45.401-8.464Q45.124-8.464 44.840-8.539Q44.557-8.614 44.364-8.793Q44.171-8.973 44.171-9.260M44.786-9.260Q44.786-9.086 44.887-8.956Q44.987-8.826 45.143-8.756Q45.299-8.686 45.463-8.686Q45.681-8.686 45.890-8.783Q46.098-8.881 46.226-9.062Q46.355-9.243 46.355-9.469L46.355-10.197Q46.030-10.197 45.664-10.106Q45.299-10.015 45.042-9.803Q44.786-9.592 44.786-9.260M49.776-8.532L48.142-8.532L48.142-8.812Q48.371-8.812 48.520-8.846Q48.669-8.881 48.669-9.021L48.669-10.870Q48.669-11.140 48.561-11.201Q48.453-11.263 48.142-11.263L48.142-11.543L49.202-11.618L49.202-10.969Q49.373-11.277 49.677-11.448Q49.981-11.618 50.326-11.618Q50.832-11.618 51.116-11.395Q51.400-11.171 51.400-10.675L51.400-9.021Q51.400-8.884 51.548-8.848Q51.697-8.812 51.923-8.812L51.923-8.532L50.292-8.532L50.292-8.812Q50.521-8.812 50.670-8.846Q50.819-8.881 50.819-9.021L50.819-10.661Q50.819-10.996 50.699-11.196Q50.579-11.396 50.265-11.396Q49.995-11.396 49.761-11.260Q49.527-11.123 49.388-10.889Q49.250-10.655 49.250-10.381L49.250-9.021Q49.250-8.884 49.400-8.848Q49.550-8.812 49.776-8.812L49.776-8.532M52.569-9.260Q52.569-9.592 52.792-9.819Q53.016-10.046 53.360-10.174Q53.703-10.303 54.076-10.355Q54.448-10.408 54.753-10.408L54.753-10.661Q54.753-10.866 54.645-11.046Q54.537-11.225 54.356-11.328Q54.175-11.430 53.966-11.430Q53.560-11.430 53.324-11.338Q53.413-11.301 53.459-11.217Q53.505-11.133 53.505-11.031Q53.505-10.935 53.459-10.856Q53.413-10.778 53.332-10.733Q53.252-10.689 53.163-10.689Q53.013-10.689 52.912-10.786Q52.811-10.884 52.811-11.031Q52.811-11.653 53.966-11.653Q54.178-11.653 54.428-11.589Q54.677-11.526 54.879-11.407Q55.081-11.287 55.207-11.102Q55.334-10.918 55.334-10.675L55.334-9.099Q55.334-8.983 55.395-8.887Q55.457-8.792 55.569-8.792Q55.679-8.792 55.744-8.886Q55.809-8.980 55.809-9.099L55.809-9.547L56.075-9.547L56.075-9.099Q56.075-8.829 55.848-8.664Q55.621-8.498 55.340-8.498Q55.132-8.498 54.995-8.652Q54.859-8.805 54.835-9.021Q54.688-8.754 54.406-8.609Q54.124-8.464 53.799-8.464Q53.522-8.464 53.238-8.539Q52.955-8.614 52.762-8.793Q52.569-8.973 52.569-9.260M53.184-9.260Q53.184-9.086 53.285-8.956Q53.385-8.826 53.541-8.756Q53.696-8.686 53.861-8.686Q54.079-8.686 54.288-8.783Q54.496-8.881 54.624-9.062Q54.753-9.243 54.753-9.469L54.753-10.197Q54.428-10.197 54.062-10.106Q53.696-10.015 53.440-9.803Q53.184-9.592 53.184-9.260M58.174-8.532L56.540-8.532L56.540-8.812Q56.769-8.812 56.918-8.846Q57.067-8.881 57.067-9.021L57.067-10.870Q57.067-11.140 56.959-11.201Q56.851-11.263 56.540-11.263L56.540-11.543L57.600-11.618L57.600-10.969Q57.771-11.277 58.075-11.448Q58.379-11.618 58.724-11.618Q59.230-11.618 59.514-11.395Q59.798-11.171 59.798-10.675L59.798-9.021Q59.798-8.884 59.946-8.848Q60.095-8.812 60.320-8.812L60.320-8.532L58.690-8.532L58.690-8.812Q58.919-8.812 59.068-8.846Q59.216-8.881 59.216-9.021L59.216-10.661Q59.216-10.996 59.097-11.196Q58.977-11.396 58.663-11.396Q58.393-11.396 58.159-11.260Q57.924-11.123 57.786-10.889Q57.648-10.655 57.648-10.381L57.648-9.021Q57.648-8.884 57.798-8.848Q57.948-8.812 58.174-8.812L58.174-8.532M60.966-9.260Q60.966-9.592 61.190-9.819Q61.414-10.046 61.758-10.174Q62.101-10.303 62.474-10.355Q62.846-10.408 63.151-10.408L63.151-10.661Q63.151-10.866 63.043-11.046Q62.935-11.225 62.754-11.328Q62.573-11.430 62.364-11.430Q61.958-11.430 61.722-11.338Q61.811-11.301 61.857-11.217Q61.903-11.133 61.903-11.031Q61.903-10.935 61.857-10.856Q61.811-10.778 61.730-10.733Q61.650-10.689 61.561-10.689Q61.411-10.689 61.310-10.786Q61.209-10.884 61.209-11.031Q61.209-11.653 62.364-11.653Q62.576-11.653 62.826-11.589Q63.075-11.526 63.277-11.407Q63.479-11.287 63.605-11.102Q63.732-10.918 63.732-10.675L63.732-9.099Q63.732-8.983 63.793-8.887Q63.855-8.792 63.967-8.792Q64.077-8.792 64.142-8.886Q64.207-8.980 64.207-9.099L64.207-9.547L64.473-9.547L64.473-9.099Q64.473-8.829 64.246-8.664Q64.019-8.498 63.738-8.498Q63.530-8.498 63.393-8.652Q63.257-8.805 63.233-9.021Q63.086-8.754 62.804-8.609Q62.522-8.464 62.197-8.464Q61.920-8.464 61.636-8.539Q61.353-8.614 61.160-8.793Q60.966-8.973 60.966-9.260M61.582-9.260Q61.582-9.086 61.683-8.956Q61.783-8.826 61.939-8.756Q62.094-8.686 62.258-8.686Q62.477-8.686 62.686-8.783Q62.894-8.881 63.022-9.062Q63.151-9.243 63.151-9.469L63.151-10.197Q62.826-10.197 62.460-10.106Q62.094-10.015 61.838-9.803Q61.582-9.592 61.582-9.260M64.890-8.539L64.890-9.602Q64.890-9.626 64.918-9.653Q64.945-9.680 64.969-9.680L65.078-9.680Q65.143-9.680 65.157-9.622Q65.253-9.188 65.499-8.937Q65.745-8.686 66.158-8.686Q66.500-8.686 66.753-8.819Q67.006-8.952 67.006-9.260Q67.006-9.417 66.912-9.532Q66.818-9.646 66.680-9.715Q66.541-9.783 66.374-9.821L65.793-9.920Q65.437-9.988 65.164-10.209Q64.890-10.429 64.890-10.771Q64.890-11.020 65.001-11.195Q65.112-11.369 65.299-11.468Q65.485-11.567 65.700-11.610Q65.916-11.653 66.158-11.653Q66.572-11.653 66.852-11.471L67.068-11.646Q67.078-11.649 67.085-11.651Q67.091-11.653 67.102-11.653L67.153-11.653Q67.180-11.653 67.204-11.629Q67.228-11.605 67.228-11.577L67.228-10.730Q67.228-10.709 67.204-10.682Q67.180-10.655 67.153-10.655L67.040-10.655Q67.013-10.655 66.987-10.680Q66.962-10.706 66.962-10.730Q66.962-10.966 66.856-11.130Q66.750-11.294 66.567-11.376Q66.384-11.458 66.152-11.458Q65.823-11.458 65.567-11.355Q65.311-11.253 65.311-10.976Q65.311-10.781 65.494-10.672Q65.676-10.562 65.905-10.521L66.480-10.415Q66.726-10.367 66.939-10.239Q67.153-10.111 67.290-9.908Q67.426-9.704 67.426-9.455Q67.426-8.942 67.061-8.703Q66.695-8.464 66.158-8.464Q65.663-8.464 65.331-8.758L65.065-8.484Q65.044-8.464 65.017-8.464L64.969-8.464Q64.945-8.464 64.918-8.491Q64.890-8.518 64.890-8.539\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmti7\" font-size=\"7\">\u003Cg transform=\"translate(51.53 -26.703)\">\u003Cpath d=\"M-4.496-9.380Q-4.496-9.527-4.457-9.715Q-4.417-9.903-4.380-10.017Q-4.342-10.132-4.253-10.366Q-4.164-10.600-4.076-10.822Q-4-11.024-4-11.178Q-4-11.396-4.154-11.396Q-4.417-11.396-4.583-11.131Q-4.749-10.866-4.848-10.521Q-4.858-10.456-4.916-10.456L-5.084-10.456Q-5.115-10.456-5.139-10.487Q-5.162-10.518-5.162-10.542L-5.162-10.569Q-5.094-10.829-4.954-11.066Q-4.814-11.304-4.604-11.461Q-4.393-11.618-4.140-11.618Q-3.877-11.618-3.686-11.454Q-3.494-11.290-3.494-11.024Q-3.494-10.890-3.546-10.771Q-3.628-10.566-3.739-10.277Q-3.850-9.988-3.911-9.751Q-3.973-9.513-3.973-9.301Q-3.973-9.017-3.816-8.852Q-3.659-8.686-3.378-8.686Q-3.153-8.686-3.011-8.860Q-2.869-9.034-2.753-9.308L-2.753-9.359Q-2.753-9.561-2.698-9.769L-2.312-11.304Q-2.285-11.413-2.197-11.482Q-2.110-11.550-2.004-11.550Q-1.912-11.550-1.844-11.490Q-1.775-11.430-1.775-11.331Q-1.775-11.307-1.777-11.292Q-1.779-11.277-1.782-11.256L-2.165-9.721Q-2.230-9.469-2.230-9.274Q-2.230-9.004-2.095-8.845Q-1.960-8.686-1.697-8.686Q-1.427-8.686-1.247-8.887Q-1.068-9.089-0.934-9.407Q-0.846-9.629-0.743-9.997Q-0.640-10.364-0.640-10.542Q-0.640-10.730-0.695-10.834Q-0.750-10.938-0.842-11.060Q-0.934-11.181-0.934-11.256Q-0.934-11.396-0.816-11.511Q-0.699-11.625-0.555-11.625Q-0.374-11.625-0.294-11.458Q-0.213-11.290-0.213-11.078Q-0.213-10.877-0.271-10.588Q-0.329-10.299-0.413-10.024Q-0.497-9.749-0.593-9.513Q-1.006-8.464-1.710-8.464Q-2.008-8.464-2.264-8.566Q-2.520-8.669-2.650-8.905Q-2.784-8.710-2.975-8.587Q-3.166-8.464-3.392-8.464Q-3.881-8.464-4.188-8.686Q-4.496-8.908-4.496-9.380M1.591-8.464Q1.287-8.464 1.053-8.621Q0.819-8.778 0.698-9.041Q0.576-9.304 0.576-9.609Q0.576-10.060 0.819-10.533Q1.062-11.007 1.468-11.313Q1.875-11.618 2.340-11.618Q2.548-11.618 2.728-11.521Q2.907-11.424 3.020-11.249Q3.044-11.355 3.135-11.420Q3.225-11.485 3.328-11.485Q3.430-11.485 3.495-11.424Q3.560-11.362 3.560-11.270Q3.560-11.260 3.543-11.191L3.061-9.260Q3.034-9.089 3.034-9Q3.034-8.686 3.242-8.686Q3.430-8.686 3.531-8.935Q3.632-9.185 3.728-9.561Q3.752-9.622 3.803-9.622L3.970-9.622Q4.005-9.622 4.027-9.597Q4.049-9.571 4.049-9.540Q4.049-9.527 4.042-9.513Q3.782-8.464 3.229-8.464Q2.996-8.464 2.800-8.587Q2.603-8.710 2.538-8.925Q2.077-8.464 1.591-8.464M1.605-8.686Q1.879-8.686 2.128-8.898Q2.378-9.110 2.559-9.400L2.887-10.723Q2.856-10.986 2.714-11.191Q2.572-11.396 2.326-11.396Q1.964-11.396 1.692-11.031Q1.421-10.665 1.279-10.167Q1.137-9.670 1.137-9.322Q1.137-9.069 1.253-8.877Q1.369-8.686 1.605-8.686M4.897-8.993Q5.057-8.686 5.625-8.686Q5.857-8.686 6.083-8.759Q6.308-8.833 6.460-8.990Q6.612-9.147 6.612-9.380Q6.612-9.544 6.472-9.655Q6.332-9.766 6.148-9.807L5.758-9.882Q5.481-9.937 5.297-10.121Q5.112-10.306 5.112-10.576Q5.112-10.819 5.216-11.012Q5.320-11.205 5.500-11.343Q5.679-11.482 5.903-11.550Q6.127-11.618 6.353-11.618Q6.688-11.618 6.958-11.471Q7.228-11.324 7.228-11.017Q7.228-10.918 7.190-10.825Q7.153-10.733 7.077-10.675Q7.002-10.617 6.896-10.617Q6.800-10.617 6.734-10.680Q6.667-10.743 6.667-10.836Q6.667-10.897 6.694-10.959Q6.722-11.020 6.771-11.066Q6.821-11.113 6.882-11.136Q6.814-11.277 6.662-11.336Q6.510-11.396 6.339-11.396Q6.161-11.396 5.987-11.333Q5.813-11.270 5.702-11.143Q5.590-11.017 5.590-10.829Q5.590-10.699 5.684-10.614Q5.778-10.528 5.925-10.490L6.319-10.415Q6.534-10.371 6.706-10.268Q6.879-10.166 6.983-10.003Q7.088-9.841 7.088-9.633Q7.088-9.386 6.956-9.149Q6.824-8.911 6.619-8.758Q6.213-8.464 5.611-8.464Q5.368-8.464 5.121-8.529Q4.873-8.594 4.705-8.744Q4.538-8.894 4.538-9.140Q4.538-9.322 4.639-9.455Q4.739-9.588 4.917-9.588Q5.027-9.588 5.102-9.522Q5.177-9.455 5.177-9.352Q5.177-9.229 5.097-9.127Q5.016-9.024 4.897-8.993\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.53 -26.703)\">\u003Cpath d=\"M11.352-9.058Q11.352-9.181 11.404-9.308L11.991-10.822Q12.067-11.024 12.067-11.178Q12.067-11.396 11.906-11.396Q11.650-11.396 11.484-11.131Q11.318-10.866 11.219-10.521Q11.209-10.456 11.151-10.456L10.983-10.456Q10.952-10.456 10.928-10.487Q10.905-10.518 10.905-10.542L10.905-10.569Q10.973-10.829 11.113-11.066Q11.253-11.304 11.463-11.461Q11.674-11.618 11.927-11.618Q12.190-11.618 12.381-11.454Q12.573-11.290 12.573-11.024Q12.573-10.918 12.521-10.771L11.933-9.260Q11.858-9.055 11.858-8.905Q11.858-8.686 12.012-8.686Q12.279-8.686 12.448-8.959Q12.617-9.233 12.696-9.561Q12.726-9.622 12.774-9.622L12.942-9.622Q12.976-9.622 12.998-9.593Q13.020-9.564 13.020-9.540Q13.020-9.527 13.013-9.513Q12.952-9.263 12.810-9.021Q12.668-8.778 12.460-8.621Q12.251-8.464 11.998-8.464Q11.728-8.464 11.540-8.628Q11.352-8.792 11.352-9.058M12.193-12.781Q12.193-12.921 12.303-13.030Q12.412-13.139 12.555-13.139Q12.665-13.139 12.740-13.068Q12.815-12.996 12.815-12.886Q12.815-12.743 12.701-12.635Q12.586-12.528 12.446-12.528Q12.340-12.528 12.267-12.598Q12.193-12.668 12.193-12.781M13.936-8.679Q13.936-8.720 13.943-8.740L14.463-10.822Q14.497-10.959 14.497-11.078Q14.497-11.208 14.451-11.302Q14.405-11.396 14.288-11.396Q14.182-11.396 14.102-11.304Q14.022-11.212 13.962-11.066Q13.902-10.921 13.861-10.766Q13.820-10.610 13.796-10.521Q13.786-10.456 13.728-10.456L13.560-10.456Q13.530-10.456 13.506-10.487Q13.482-10.518 13.482-10.542L13.482-10.569Q13.601-11.017 13.782-11.318Q13.964-11.618 14.302-11.618Q14.476-11.618 14.637-11.547Q14.798-11.475 14.897-11.343Q14.996-11.212 15.016-11.037Q15.235-11.304 15.527-11.461Q15.820-11.618 16.148-11.618Q16.397-11.618 16.597-11.533Q16.797-11.448 16.910-11.275Q17.023-11.102 17.023-10.843Q17.023-10.682 16.977-10.477Q16.930-10.272 16.862-10.062Q16.794-9.851 16.691-9.583Q16.589-9.315 16.568-9.260Q16.493-9.055 16.493-8.905Q16.493-8.686 16.647-8.686Q16.831-8.686 16.970-8.828Q17.108-8.970 17.195-9.168Q17.282-9.366 17.334-9.561Q17.358-9.622 17.409-9.622L17.576-9.622Q17.611-9.622 17.633-9.593Q17.655-9.564 17.655-9.540Q17.655-9.527 17.648-9.513Q17.587-9.263 17.445-9.021Q17.303-8.778 17.095-8.621Q16.886-8.464 16.633-8.464Q16.360-8.464 16.173-8.628Q15.987-8.792 15.987-9.058Q15.987-9.205 16.038-9.308Q16.250-9.872 16.375-10.258Q16.500-10.644 16.500-10.931Q16.500-11.136 16.411-11.266Q16.322-11.396 16.127-11.396Q15.372-11.396 14.890-10.337L14.483-8.706Q14.456-8.600 14.365-8.532Q14.275-8.464 14.169-8.464Q14.076-8.464 14.006-8.525Q13.936-8.587 13.936-8.679M18.978-9.421Q18.978-9.110 19.152-8.898Q19.326-8.686 19.631-8.686Q19.897-8.686 20.166-8.766Q20.434-8.846 20.659-8.995Q20.885-9.144 21.049-9.352Q21.076-9.380 21.114-9.380Q21.169-9.380 21.232-9.313Q21.295-9.246 21.295-9.199Q21.295-9.161 21.275-9.140Q21.080-8.901 20.810-8.749Q20.540-8.597 20.236-8.530Q19.931-8.464 19.614-8.464Q19.094-8.464 18.749-8.805Q18.404-9.147 18.404-9.667Q18.404-10.029 18.564-10.381Q18.725-10.733 19.010-11.019Q19.296-11.304 19.646-11.461Q19.996-11.618 20.366-11.618Q20.697-11.618 20.965-11.471Q21.234-11.324 21.234-11.017Q21.234-10.843 21.131-10.713Q21.029-10.583 20.861-10.583Q20.755-10.583 20.678-10.651Q20.601-10.720 20.601-10.822Q20.601-10.945 20.675-11.042Q20.748-11.140 20.868-11.178Q20.796-11.297 20.651-11.347Q20.506-11.396 20.348-11.396Q20.024-11.396 19.766-11.203Q19.508-11.010 19.332-10.702Q19.156-10.395 19.067-10.050Q18.978-9.704 18.978-9.421M22.372-8.679Q22.372-8.720 22.379-8.740L22.898-10.822Q22.932-10.959 22.932-11.078Q22.932-11.208 22.886-11.302Q22.840-11.396 22.724-11.396Q22.618-11.396 22.538-11.304Q22.457-11.212 22.397-11.066Q22.338-10.921 22.297-10.766Q22.256-10.610 22.232-10.521Q22.221-10.456 22.163-10.456L21.996-10.456Q21.965-10.456 21.941-10.487Q21.917-10.518 21.917-10.542L21.917-10.569Q22.037-11.017 22.218-11.318Q22.399-11.618 22.738-11.618Q22.973-11.618 23.168-11.499Q23.363-11.379 23.428-11.157Q23.613-11.376 23.852-11.497Q24.091-11.618 24.368-11.618Q24.699-11.618 24.964-11.504Q25.229-11.389 25.229-11.109Q25.229-10.942 25.125-10.819Q25.021-10.696 24.857-10.696Q24.751-10.696 24.676-10.767Q24.600-10.839 24.600-10.942Q24.600-11.041 24.660-11.135Q24.720-11.229 24.816-11.270Q24.669-11.396 24.354-11.396Q23.773-11.396 23.366-10.508L22.919-8.706Q22.891-8.600 22.801-8.532Q22.710-8.464 22.604-8.464Q22.512-8.464 22.442-8.525Q22.372-8.587 22.372-8.679\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.53 -26.703)\">\u003Cpath d=\"M25.914-9.475Q25.914-9.157 26.075-8.922Q26.235-8.686 26.540-8.686Q26.806-8.686 27.074-8.766Q27.343-8.846 27.568-8.995Q27.794-9.144 27.958-9.352Q27.985-9.380 28.023-9.380Q28.078-9.380 28.141-9.313Q28.204-9.246 28.204-9.199Q28.204-9.161 28.184-9.140Q27.989-8.901 27.719-8.749Q27.449-8.597 27.145-8.530Q26.840-8.464 26.522-8.464Q26.167-8.464 25.899-8.638Q25.630-8.812 25.489-9.108Q25.347-9.404 25.347-9.756Q25.347-10.268 25.615-10.696Q25.883-11.123 26.324-11.371Q26.765-11.618 27.274-11.618Q27.596-11.618 27.857-11.465Q28.119-11.311 28.119-11.003Q28.119-10.600 27.765-10.403Q27.411-10.207 26.975-10.161Q26.540-10.115 26.027-10.115L26.006-10.115Q25.914-9.704 25.914-9.475M26.061-10.337Q26.461-10.337 26.811-10.371Q27.162-10.405 27.459-10.550Q27.756-10.696 27.756-10.996Q27.756-11.181 27.603-11.289Q27.449-11.396 27.257-11.396Q26.957-11.396 26.714-11.251Q26.471-11.106 26.309-10.868Q26.146-10.631 26.061-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.53 -26.703)\">\u003Cpath d=\"M29.721-8.464Q29.417-8.464 29.182-8.621Q28.948-8.778 28.827-9.041Q28.706-9.304 28.706-9.609Q28.706-10.060 28.948-10.533Q29.191-11.007 29.598-11.313Q30.005-11.618 30.469-11.618Q30.678-11.618 30.857-11.521Q31.037-11.424 31.150-11.249Q31.173-11.355 31.264-11.420Q31.355-11.485 31.457-11.485Q31.560-11.485 31.625-11.424Q31.690-11.362 31.690-11.270Q31.690-11.260 31.672-11.191L31.191-9.260Q31.163-9.089 31.163-9Q31.163-8.686 31.372-8.686Q31.560-8.686 31.661-8.935Q31.761-9.185 31.857-9.561Q31.881-9.622 31.932-9.622L32.100-9.622Q32.134-9.622 32.156-9.597Q32.178-9.571 32.178-9.540Q32.178-9.527 32.171-9.513Q31.912-8.464 31.358-8.464Q31.126-8.464 30.929-8.587Q30.733-8.710 30.668-8.925Q30.206-8.464 29.721-8.464M29.734-8.686Q30.008-8.686 30.257-8.898Q30.507-9.110 30.688-9.400L31.016-10.723Q30.985-10.986 30.844-11.191Q30.702-11.396 30.456-11.396Q30.093-11.396 29.822-11.031Q29.550-10.665 29.408-10.167Q29.266-9.670 29.266-9.322Q29.266-9.069 29.382-8.877Q29.499-8.686 29.734-8.686M33.026-8.993Q33.187-8.686 33.754-8.686Q33.986-8.686 34.212-8.759Q34.438-8.833 34.590-8.990Q34.742-9.147 34.742-9.380Q34.742-9.544 34.602-9.655Q34.462-9.766 34.277-9.807L33.887-9.882Q33.610-9.937 33.426-10.121Q33.241-10.306 33.241-10.576Q33.241-10.819 33.346-11.012Q33.450-11.205 33.629-11.343Q33.809-11.482 34.033-11.550Q34.256-11.618 34.482-11.618Q34.817-11.618 35.087-11.471Q35.357-11.324 35.357-11.017Q35.357-10.918 35.319-10.825Q35.282-10.733 35.207-10.675Q35.131-10.617 35.025-10.617Q34.930-10.617 34.863-10.680Q34.796-10.743 34.796-10.836Q34.796-10.897 34.824-10.959Q34.851-11.020 34.901-11.066Q34.950-11.113 35.012-11.136Q34.943-11.277 34.791-11.336Q34.639-11.396 34.468-11.396Q34.291-11.396 34.116-11.333Q33.942-11.270 33.831-11.143Q33.720-11.017 33.720-10.829Q33.720-10.699 33.814-10.614Q33.908-10.528 34.055-10.490L34.448-10.415Q34.663-10.371 34.836-10.268Q35.008-10.166 35.113-10.003Q35.217-9.841 35.217-9.633Q35.217-9.386 35.085-9.149Q34.954-8.911 34.749-8.758Q34.342-8.464 33.740-8.464Q33.498-8.464 33.250-8.529Q33.002-8.594 32.835-8.744Q32.667-8.894 32.667-9.140Q32.667-9.322 32.768-9.455Q32.869-9.588 33.046-9.588Q33.156-9.588 33.231-9.522Q33.306-9.455 33.306-9.352Q33.306-9.229 33.226-9.127Q33.146-9.024 33.026-8.993M36.929-9.475Q36.929-9.157 37.090-8.922Q37.251-8.686 37.555-8.686Q37.821-8.686 38.090-8.766Q38.358-8.846 38.584-8.995Q38.809-9.144 38.973-9.352Q39.001-9.380 39.038-9.380Q39.093-9.380 39.156-9.313Q39.219-9.246 39.219-9.199Q39.219-9.161 39.199-9.140Q39.004-8.901 38.734-8.749Q38.464-8.597 38.160-8.530Q37.856-8.464 37.538-8.464Q37.182-8.464 36.914-8.638Q36.646-8.812 36.504-9.108Q36.362-9.404 36.362-9.756Q36.362-10.268 36.630-10.696Q36.899-11.123 37.339-11.371Q37.780-11.618 38.290-11.618Q38.611-11.618 38.872-11.465Q39.134-11.311 39.134-11.003Q39.134-10.600 38.780-10.403Q38.426-10.207 37.991-10.161Q37.555-10.115 37.042-10.115L37.022-10.115Q36.929-9.704 36.929-9.475M37.076-10.337Q37.476-10.337 37.827-10.371Q38.177-10.405 38.474-10.550Q38.772-10.696 38.772-10.996Q38.772-11.181 38.618-11.289Q38.464-11.396 38.273-11.396Q37.972-11.396 37.729-11.251Q37.486-11.106 37.324-10.868Q37.162-10.631 37.076-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.53 -26.703)\">\u003Cpath d=\"M40.743-8.464Q40.439-8.464 40.204-8.621Q39.970-8.778 39.849-9.041Q39.728-9.304 39.728-9.609Q39.728-10.060 39.970-10.533Q40.213-11.007 40.620-11.313Q41.026-11.618 41.491-11.618Q41.700-11.618 41.879-11.521Q42.059-11.424 42.172-11.249L42.541-12.753Q42.578-12.849 42.578-12.941Q42.578-13.033 42.144-13.033Q42.059-13.061 42.059-13.146L42.086-13.256Q42.113-13.303 42.165-13.314L43.115-13.389Q43.152-13.389 43.187-13.362Q43.221-13.334 43.221-13.286L42.213-9.260Q42.185-9.089 42.185-9Q42.185-8.686 42.394-8.686Q42.582-8.686 42.683-8.935Q42.783-9.185 42.879-9.561Q42.903-9.622 42.954-9.622L43.122-9.622Q43.156-9.622 43.178-9.597Q43.200-9.571 43.200-9.540Q43.200-9.527 43.193-9.513Q42.934-8.464 42.380-8.464Q42.148-8.464 41.951-8.587Q41.755-8.710 41.690-8.925Q41.228-8.464 40.743-8.464M40.756-8.686Q41.030-8.686 41.279-8.898Q41.529-9.110 41.710-9.400L42.038-10.723Q42.007-10.986 41.866-11.191Q41.724-11.396 41.478-11.396Q41.115-11.396 40.844-11.031Q40.572-10.665 40.430-10.167Q40.288-9.670 40.288-9.322Q40.288-9.069 40.404-8.877Q40.521-8.686 40.756-8.686\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.53 -26.703)\">\u003Cpath d=\"M47.954-8.464Q47.650-8.464 47.427-8.621Q47.205-8.778 47.092-9.040Q46.980-9.301 46.980-9.595Q46.980-9.800 47.038-10.050L47.694-12.699Q47.745-12.886 47.745-12.941Q47.745-13.033 47.311-13.033Q47.226-13.061 47.226-13.146L47.253-13.256Q47.260-13.297 47.332-13.314L48.282-13.389Q48.320-13.389 48.354-13.362Q48.388-13.334 48.388-13.286L47.892-11.283Q48.289-11.618 48.696-11.618Q49.007-11.618 49.237-11.461Q49.468-11.304 49.589-11.039Q49.711-10.774 49.711-10.470Q49.711-10.125 49.572-9.769Q49.434-9.414 49.189-9.118Q48.945-8.823 48.627-8.643Q48.309-8.464 47.954-8.464M47.961-8.686Q48.323-8.686 48.595-9.053Q48.866-9.421 49.008-9.921Q49.150-10.422 49.150-10.764Q49.150-11.013 49.034-11.205Q48.918-11.396 48.682-11.396Q48.405-11.396 48.161-11.184Q47.916-10.972 47.738-10.682L47.568-10.015Q47.523-9.810 47.498-9.651Q47.472-9.492 47.472-9.359Q47.472-9.089 47.592-8.887Q47.711-8.686 47.961-8.686M50.753-7.712Q50.753-7.889 50.856-8.021Q50.958-8.153 51.133-8.153Q51.245-8.153 51.319-8.088Q51.392-8.023 51.392-7.917Q51.392-7.797 51.312-7.695Q51.232-7.592 51.112-7.558Q51.167-7.445 51.283-7.387Q51.399-7.329 51.539-7.329Q51.864-7.329 52.115-7.544Q52.366-7.760 52.524-8.083Q52.681-8.406 52.763-8.734Q52.448-8.464 52.069-8.464Q51.632-8.464 51.375-8.684Q51.119-8.905 51.119-9.328Q51.119-9.489 51.156-9.682Q51.194-9.875 51.257-10.062Q51.321-10.248 51.396-10.443Q51.471-10.637 51.546-10.822Q51.621-11.024 51.621-11.178Q51.621-11.396 51.467-11.396Q51.204-11.396 51.039-11.131Q50.873-10.866 50.774-10.521Q50.763-10.456 50.705-10.456L50.538-10.456Q50.507-10.456 50.483-10.487Q50.459-10.518 50.459-10.542L50.459-10.569Q50.528-10.829 50.668-11.066Q50.808-11.304 51.018-11.461Q51.228-11.618 51.481-11.618Q51.744-11.618 51.936-11.454Q52.127-11.290 52.127-11.024Q52.127-10.890 52.076-10.771Q51.997-10.569 51.908-10.337Q51.820-10.104 51.770-9.945Q51.720-9.786 51.681-9.598Q51.642-9.410 51.642-9.240Q51.642-9 51.749-8.843Q51.857-8.686 52.083-8.686Q52.571-8.686 52.910-9.339L53.405-11.304Q53.440-11.417 53.523-11.483Q53.607-11.550 53.713-11.550Q53.809-11.550 53.877-11.489Q53.946-11.427 53.946-11.331Q53.946-11.290 53.939-11.270L53.252-8.505Q53.187-8.231 53.019-7.975Q52.852-7.719 52.611-7.520Q52.370-7.322 52.090-7.213Q51.809-7.103 51.522-7.103Q51.225-7.103 50.989-7.266Q50.753-7.428 50.753-7.712\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M117.677-31.412h51.632v-11.144h-51.632Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(125.941 -26.742)\">\u003Cpath d=\"M-2.384-8.532L-5.357-8.532L-5.357-8.812Q-4.636-8.812-4.636-9.021L-4.636-12.822Q-4.636-13.033-5.357-13.033L-5.357-13.314L-2.599-13.314Q-2.332-13.314-2.026-13.239Q-1.721-13.163-1.461-13.016Q-1.201-12.869-1.039-12.640Q-0.876-12.411-0.876-12.117Q-0.876-11.687-1.263-11.405Q-1.649-11.123-2.131-11.031Q-1.823-11.031-1.474-10.866Q-1.126-10.702-0.897-10.424Q-0.668-10.145-0.668-9.827Q-0.668-9.421-0.931-9.127Q-1.194-8.833-1.592-8.682Q-1.991-8.532-2.384-8.532M-3.993-10.904L-3.993-9.021Q-3.993-8.881-3.905-8.846Q-3.816-8.812-3.628-8.812L-2.599-8.812Q-2.312-8.812-2.035-8.939Q-1.758-9.065-1.587-9.299Q-1.416-9.533-1.416-9.827Q-1.416-10.043-1.498-10.239Q-1.580-10.436-1.731-10.586Q-1.881-10.737-2.078-10.820Q-2.274-10.904-2.490-10.904L-3.993-10.904M-3.993-12.822L-3.993-11.130L-2.811-11.130Q-2.524-11.130-2.243-11.249Q-1.963-11.369-1.784-11.596Q-1.604-11.824-1.604-12.117Q-1.604-12.367-1.743-12.581Q-1.881-12.794-2.110-12.914Q-2.339-13.033-2.599-13.033L-3.628-13.033Q-3.816-13.033-3.905-12.999Q-3.993-12.965-3.993-12.822M1.752-8.532L0.200-8.532L0.200-8.812Q0.426-8.812 0.575-8.846Q0.723-8.881 0.723-9.021L0.723-10.870Q0.723-11.058 0.675-11.142Q0.628-11.225 0.530-11.244Q0.433-11.263 0.221-11.263L0.221-11.543L1.277-11.618L1.277-9.021Q1.277-8.881 1.409-8.846Q1.540-8.812 1.752-8.812L1.752-8.532M0.481-12.839Q0.481-13.010 0.604-13.129Q0.727-13.249 0.898-13.249Q1.065-13.249 1.188-13.129Q1.311-13.010 1.311-12.839Q1.311-12.664 1.188-12.541Q1.065-12.418 0.898-12.418Q0.727-12.418 0.604-12.541Q0.481-12.664 0.481-12.839M2.357-7.999Q2.357-8.245 2.554-8.429Q2.750-8.614 3.007-8.693Q2.870-8.805 2.798-8.966Q2.726-9.127 2.726-9.308Q2.726-9.629 2.938-9.875Q2.603-10.173 2.603-10.583Q2.603-11.044 2.993-11.331Q3.382-11.618 3.861-11.618Q4.333-11.618 4.668-11.372Q4.842-11.526 5.052-11.608Q5.262-11.690 5.491-11.690Q5.655-11.690 5.777-11.583Q5.898-11.475 5.898-11.311Q5.898-11.215 5.826-11.143Q5.755-11.072 5.662-11.072Q5.563-11.072 5.493-11.145Q5.423-11.219 5.423-11.318Q5.423-11.372 5.437-11.403L5.444-11.417Q5.450-11.437 5.459-11.448Q5.467-11.458 5.471-11.465Q5.115-11.465 4.828-11.242Q5.115-10.949 5.115-10.583Q5.115-10.268 4.931-10.036Q4.746-9.803 4.457-9.675Q4.169-9.547 3.861-9.547Q3.659-9.547 3.468-9.597Q3.277-9.646 3.099-9.756Q3.007-9.629 3.007-9.486Q3.007-9.304 3.135-9.169Q3.263-9.034 3.447-9.034L4.080-9.034Q4.528-9.034 4.897-8.963Q5.266-8.891 5.526-8.662Q5.785-8.433 5.785-7.999Q5.785-7.678 5.490-7.476Q5.194-7.274 4.791-7.185Q4.387-7.096 4.073-7.096Q3.755-7.096 3.352-7.185Q2.948-7.274 2.653-7.476Q2.357-7.678 2.357-7.999M2.812-7.999Q2.812-7.770 3.030-7.621Q3.249-7.472 3.541-7.404Q3.834-7.336 4.073-7.336Q4.237-7.336 4.445-7.372Q4.654-7.407 4.861-7.488Q5.068-7.568 5.199-7.696Q5.331-7.824 5.331-7.999Q5.331-8.351 4.950-8.445Q4.569-8.539 4.066-8.539L3.447-8.539Q3.208-8.539 3.010-8.388Q2.812-8.238 2.812-7.999M3.861-9.786Q4.528-9.786 4.528-10.583Q4.528-11.383 3.861-11.383Q3.191-11.383 3.191-10.583Q3.191-9.786 3.861-9.786\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.941 -26.742)\">\u003Cpath d=\"M11.464-8.532L9.150-8.532L9.150-8.812Q9.872-8.812 9.872-9.021L9.872-12.822Q9.872-13.033 9.150-13.033L9.150-13.314L13.334-13.314L13.546-11.677L13.279-11.677Q13.201-12.288 13.049-12.567Q12.896-12.845 12.592-12.939Q12.288-13.033 11.663-13.033L10.928-13.033Q10.740-13.033 10.651-12.999Q10.562-12.965 10.562-12.822L10.562-11.065L11.116-11.065Q11.485-11.065 11.669-11.119Q11.854-11.174 11.933-11.347Q12.011-11.519 12.011-11.885L12.278-11.885L12.278-9.968L12.011-9.968Q12.011-10.333 11.933-10.506Q11.854-10.678 11.669-10.731Q11.485-10.784 11.116-10.784L10.562-10.784L10.562-9.021Q10.562-8.812 11.464-8.812\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.941 -26.742)\">\u003Cpath d=\"M15.349-8.532L13.613-8.532L13.613-8.812Q13.842-8.812 13.991-8.846Q14.139-8.881 14.139-9.021L14.139-10.870Q14.139-11.140 14.032-11.201Q13.924-11.263 13.613-11.263L13.613-11.543L14.642-11.618L14.642-10.911Q14.772-11.219 15.014-11.418Q15.257-11.618 15.575-11.618Q15.794-11.618 15.965-11.494Q16.136-11.369 16.136-11.157Q16.136-11.020 16.036-10.921Q15.937-10.822 15.804-10.822Q15.667-10.822 15.568-10.921Q15.469-11.020 15.469-11.157Q15.469-11.297 15.568-11.396Q15.278-11.396 15.078-11.200Q14.878-11.003 14.785-10.709Q14.693-10.415 14.693-10.135L14.693-9.021Q14.693-8.812 15.349-8.812L15.349-8.532M17.294-9.366L17.294-10.870Q17.294-11.140 17.187-11.201Q17.079-11.263 16.768-11.263L16.768-11.543L17.875-11.618L17.875-9.386L17.875-9.366Q17.875-9.086 17.927-8.942Q17.978-8.799 18.120-8.742Q18.262-8.686 18.549-8.686Q18.802-8.686 19.007-8.826Q19.212-8.966 19.328-9.192Q19.444-9.417 19.444-9.667L19.444-10.870Q19.444-11.140 19.337-11.201Q19.229-11.263 18.918-11.263L18.918-11.543L20.025-11.618L20.025-9.205Q20.025-9.014 20.078-8.932Q20.131-8.850 20.232-8.831Q20.333-8.812 20.548-8.812L20.548-8.532L19.472-8.464L19.472-9.028Q19.362-8.846 19.217-8.723Q19.072-8.600 18.885-8.532Q18.699-8.464 18.497-8.464Q17.294-8.464 17.294-9.366M22.753-8.532L21.201-8.532L21.201-8.812Q21.427-8.812 21.575-8.846Q21.724-8.881 21.724-9.021L21.724-10.870Q21.724-11.058 21.676-11.142Q21.628-11.225 21.531-11.244Q21.433-11.263 21.222-11.263L21.222-11.543L22.278-11.618L22.278-9.021Q22.278-8.881 22.409-8.846Q22.541-8.812 22.753-8.812L22.753-8.532M21.481-12.839Q21.481-13.010 21.604-13.129Q21.727-13.249 21.898-13.249Q22.066-13.249 22.189-13.129Q22.312-13.010 22.312-12.839Q22.312-12.664 22.189-12.541Q22.066-12.418 21.898-12.418Q21.727-12.418 21.604-12.541Q21.481-12.664 21.481-12.839M23.925-9.373L23.925-11.270L23.286-11.270L23.286-11.492Q23.604-11.492 23.821-11.702Q24.038-11.912 24.139-12.222Q24.240-12.531 24.240-12.839L24.506-12.839L24.506-11.550L25.583-11.550L25.583-11.270L24.506-11.270L24.506-9.386Q24.506-9.110 24.610-8.911Q24.715-8.713 24.974-8.713Q25.132-8.713 25.238-8.817Q25.344-8.922 25.393-9.075Q25.443-9.229 25.443-9.386L25.443-9.800L25.709-9.800L25.709-9.373Q25.709-9.147 25.610-8.937Q25.511-8.727 25.327-8.595Q25.142-8.464 24.913-8.464Q24.475-8.464 24.200-8.701Q23.925-8.939 23.925-9.373\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.941 -26.742)\">\u003Cpath d=\"M29.399-10.925Q29.399-11.451 29.616-11.919Q29.833-12.387 30.216-12.733Q30.598-13.078 31.082-13.266Q31.566-13.454 32.096-13.454Q32.499-13.454 32.863-13.297Q33.227-13.139 33.511-12.845L33.934-13.427Q33.969-13.454 33.993-13.454L34.040-13.454Q34.071-13.454 34.095-13.430Q34.119-13.406 34.119-13.375L34.119-11.512Q34.119-11.489 34.093-11.463Q34.068-11.437 34.040-11.437L33.914-11.437Q33.852-11.437 33.839-11.512Q33.808-11.827 33.673-12.131Q33.538-12.435 33.323-12.669Q33.107-12.904 32.818-13.039Q32.530-13.174 32.202-13.174Q31.559-13.174 31.101-12.880Q30.643-12.586 30.410-12.073Q30.178-11.560 30.178-10.925Q30.178-10.453 30.308-10.044Q30.438-9.636 30.698-9.323Q30.957-9.011 31.337-8.841Q31.716-8.672 32.208-8.672Q32.536-8.672 32.830-8.788Q33.124-8.905 33.358-9.120Q33.593-9.335 33.722-9.624Q33.852-9.913 33.852-10.241Q33.852-10.268 33.880-10.292Q33.907-10.316 33.928-10.316L34.040-10.316Q34.078-10.316 34.098-10.291Q34.119-10.265 34.119-10.227Q34.119-9.831 33.953-9.494Q33.787-9.157 33.500-8.910Q33.213-8.662 32.844-8.527Q32.475-8.392 32.096-8.392Q31.576-8.392 31.084-8.582Q30.592-8.771 30.212-9.115Q29.833-9.458 29.616-9.927Q29.399-10.395 29.399-10.925M34.888-10.015Q34.888-10.357 35.023-10.656Q35.158-10.955 35.397-11.179Q35.637-11.403 35.954-11.528Q36.272-11.653 36.604-11.653Q37.048-11.653 37.448-11.437Q37.848-11.222 38.082-10.844Q38.316-10.467 38.316-10.015Q38.316-9.674 38.174-9.390Q38.033-9.106 37.788-8.899Q37.544-8.693 37.234-8.578Q36.925-8.464 36.604-8.464Q36.173-8.464 35.772-8.665Q35.370-8.867 35.129-9.219Q34.888-9.571 34.888-10.015M36.604-8.713Q37.205-8.713 37.429-9.091Q37.653-9.469 37.653-10.101Q37.653-10.713 37.419-11.072Q37.185-11.430 36.604-11.430Q35.551-11.430 35.551-10.101Q35.551-9.469 35.777-9.091Q36.002-8.713 36.604-8.713M39.311-8.952Q39.311-9.120 39.434-9.243Q39.557-9.366 39.731-9.366Q39.899-9.366 40.022-9.243Q40.145-9.120 40.145-8.952Q40.145-8.778 40.022-8.655Q39.899-8.532 39.731-8.532Q39.557-8.532 39.434-8.655Q39.311-8.778 39.311-8.952\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-56.506 -26.703)\">\u003Cpath d=\"M-3.320-6.782Q-3.870-7.182-4.241-7.737Q-4.612-8.293-4.793-8.939Q-4.974-9.585-4.974-10.282Q-4.974-10.795-4.874-11.290Q-4.773-11.786-4.568-12.237Q-4.363-12.688-4.050-13.080Q-3.737-13.471-3.320-13.775Q-3.310-13.779-3.303-13.780Q-3.296-13.782-3.286-13.782L-3.218-13.782Q-3.183-13.782-3.161-13.758Q-3.139-13.734-3.139-13.697Q-3.139-13.652-3.166-13.635Q-3.515-13.334-3.768-12.950Q-4.021-12.565-4.173-12.124Q-4.325-11.683-4.397-11.227Q-4.469-10.771-4.469-10.282Q-4.469-9.281-4.159-8.394Q-3.850-7.507-3.166-6.922Q-3.139-6.905-3.139-6.861Q-3.139-6.823-3.161-6.799Q-3.183-6.775-3.218-6.775L-3.286-6.775Q-3.293-6.779-3.301-6.780Q-3.310-6.782-3.320-6.782M-1.522-8.532L-1.789-8.532L-1.789-12.640Q-1.789-12.910-1.897-12.972Q-2.004-13.033-2.315-13.033L-2.315-13.314L-1.235-13.389L-1.235-11.219Q-1.027-11.410-0.741-11.514Q-0.456-11.618-0.159-11.618Q0.159-11.618 0.457-11.497Q0.754-11.376 0.976-11.160Q1.198-10.945 1.325-10.660Q1.451-10.374 1.451-10.043Q1.451-9.598 1.212-9.234Q0.973-8.870 0.580-8.667Q0.187-8.464-0.258-8.464Q-0.452-8.464-0.642-8.520Q-0.832-8.576-0.993-8.681Q-1.153-8.785-1.293-8.946L-1.522-8.532M-1.208-10.877L-1.208-9.260Q-1.071-9-0.830-8.843Q-0.589-8.686-0.312-8.686Q-0.018-8.686 0.194-8.793Q0.405-8.901 0.539-9.093Q0.672-9.284 0.730-9.523Q0.788-9.762 0.788-10.043Q0.788-10.402 0.694-10.706Q0.600-11.010 0.373-11.203Q0.146-11.396-0.220-11.396Q-0.521-11.396-0.787-11.260Q-1.054-11.123-1.208-10.877M2.408-6.775L2.340-6.775Q2.306-6.775 2.284-6.801Q2.261-6.826 2.261-6.861Q2.261-6.905 2.292-6.922Q2.648-7.226 2.897-7.616Q3.147-8.006 3.299-8.438Q3.451-8.870 3.521-9.339Q3.591-9.807 3.591-10.282Q3.591-10.761 3.521-11.227Q3.451-11.694 3.297-12.129Q3.143-12.565 2.892-12.953Q2.641-13.341 2.292-13.635Q2.261-13.652 2.261-13.697Q2.261-13.731 2.284-13.756Q2.306-13.782 2.340-13.782L2.408-13.782Q2.419-13.782 2.427-13.780Q2.436-13.779 2.446-13.775Q2.989-13.375 3.362-12.822Q3.735-12.268 3.916-11.622Q4.097-10.976 4.097-10.282Q4.097-9.581 3.916-8.934Q3.735-8.286 3.360-7.732Q2.986-7.178 2.446-6.782Q2.436-6.782 2.427-6.780Q2.419-6.779 2.408-6.775\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-45.025-2.92h78.522v-11.223h-78.522Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-36.761 1.75)\">\u003Cpath d=\"M-1.543-8.532L-4.281-8.532L-4.281-8.812Q-3.932-8.812-3.595-8.848Q-3.259-8.884-3.259-9.021L-3.259-12.822Q-3.259-12.965-3.347-12.999Q-3.436-13.033-3.621-13.033L-3.980-13.033Q-4.281-13.033-4.496-12.986Q-4.711-12.938-4.868-12.781Q-5.005-12.647-5.065-12.369Q-5.125-12.090-5.162-11.677L-5.429-11.677L-5.282-13.314L-0.548-13.314L-0.401-11.677L-0.668-11.677Q-0.705-12.090-0.762-12.367Q-0.818-12.644-0.962-12.781Q-1.122-12.941-1.334-12.987Q-1.546-13.033-1.850-13.033L-2.202-13.033Q-2.387-13.033-2.476-12.999Q-2.565-12.965-2.565-12.822L-2.565-9.021Q-2.565-8.884-2.228-8.848Q-1.891-8.812-1.543-8.812L-1.543-8.532M1.937-8.532L0.303-8.532L0.303-8.812Q0.532-8.812 0.681-8.846Q0.829-8.881 0.829-9.021L0.829-12.640Q0.829-12.910 0.722-12.972Q0.614-13.033 0.303-13.033L0.303-13.314L1.383-13.389L1.383-11.003Q1.489-11.188 1.667-11.330Q1.844-11.471 2.053-11.545Q2.261-11.618 2.487-11.618Q2.993-11.618 3.277-11.395Q3.560-11.171 3.560-10.675L3.560-9.021Q3.560-8.884 3.709-8.848Q3.858-8.812 4.083-8.812L4.083-8.532L2.453-8.532L2.453-8.812Q2.682-8.812 2.830-8.846Q2.979-8.881 2.979-9.021L2.979-10.661Q2.979-10.996 2.860-11.196Q2.740-11.396 2.425-11.396Q2.155-11.396 1.921-11.260Q1.687-11.123 1.549-10.889Q1.410-10.655 1.410-10.381L1.410-9.021Q1.410-8.884 1.561-8.848Q1.711-8.812 1.937-8.812L1.937-8.532M4.630-10.067Q4.630-10.388 4.755-10.677Q4.880-10.966 5.105-11.189Q5.331-11.413 5.626-11.533Q5.922-11.653 6.240-11.653Q6.568-11.653 6.830-11.553Q7.091-11.454 7.267-11.272Q7.443-11.089 7.537-10.831Q7.631-10.573 7.631-10.241Q7.631-10.149 7.549-10.128L5.293-10.128L5.293-10.067Q5.293-9.479 5.577-9.096Q5.861-8.713 6.428-8.713Q6.749-8.713 7.017-8.906Q7.286-9.099 7.375-9.414Q7.382-9.455 7.457-9.469L7.549-9.469Q7.631-9.445 7.631-9.373Q7.631-9.366 7.624-9.339Q7.511-8.942 7.141-8.703Q6.770-8.464 6.346-8.464Q5.908-8.464 5.508-8.672Q5.109-8.881 4.869-9.248Q4.630-9.615 4.630-10.067M5.300-10.337L7.115-10.337Q7.115-10.614 7.017-10.866Q6.920-11.119 6.722-11.275Q6.524-11.430 6.240-11.430Q5.963-11.430 5.749-11.272Q5.536-11.113 5.418-10.858Q5.300-10.603 5.300-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-36.761 1.75)\">\u003Cpath d=\"M12.569-7.175L10.939-7.175L10.939-7.455Q11.168-7.455 11.317-7.490Q11.465-7.524 11.465-7.664L11.465-11.010Q11.465-11.181 11.329-11.222Q11.192-11.263 10.939-11.263L10.939-11.543L12.019-11.618L12.019-11.212Q12.241-11.413 12.528-11.516Q12.816-11.618 13.123-11.618Q13.550-11.618 13.914-11.405Q14.278-11.191 14.492-10.827Q14.706-10.463 14.706-10.043Q14.706-9.598 14.466-9.234Q14.227-8.870 13.834-8.667Q13.441-8.464 12.997-8.464Q12.730-8.464 12.482-8.564Q12.235-8.665 12.047-8.846L12.047-7.664Q12.047-7.527 12.195-7.491Q12.344-7.455 12.569-7.455L12.569-7.175M12.047-10.863L12.047-9.253Q12.180-9 12.423-8.843Q12.665-8.686 12.942-8.686Q13.270-8.686 13.523-8.887Q13.776-9.089 13.909-9.407Q14.043-9.725 14.043-10.043Q14.043-10.272 13.978-10.501Q13.913-10.730 13.785-10.928Q13.656-11.126 13.462-11.246Q13.267-11.365 13.034-11.365Q12.740-11.365 12.472-11.236Q12.204-11.106 12.047-10.863M17.091-8.532L15.355-8.532L15.355-8.812Q15.584-8.812 15.733-8.846Q15.882-8.881 15.882-9.021L15.882-10.870Q15.882-11.140 15.774-11.201Q15.666-11.263 15.355-11.263L15.355-11.543L16.384-11.618L16.384-10.911Q16.514-11.219 16.757-11.418Q16.999-11.618 17.317-11.618Q17.536-11.618 17.707-11.494Q17.878-11.369 17.878-11.157Q17.878-11.020 17.778-10.921Q17.679-10.822 17.546-10.822Q17.409-10.822 17.310-10.921Q17.211-11.020 17.211-11.157Q17.211-11.297 17.310-11.396Q17.020-11.396 16.820-11.200Q16.620-11.003 16.528-10.709Q16.435-10.415 16.435-10.135L16.435-9.021Q16.435-8.812 17.091-8.812L17.091-8.532M20.079-8.532L18.527-8.532L18.527-8.812Q18.753-8.812 18.901-8.846Q19.050-8.881 19.050-9.021L19.050-10.870Q19.050-11.058 19.002-11.142Q18.954-11.225 18.857-11.244Q18.759-11.263 18.548-11.263L18.548-11.543L19.604-11.618L19.604-9.021Q19.604-8.881 19.735-8.846Q19.867-8.812 20.079-8.812L20.079-8.532M18.807-12.839Q18.807-13.010 18.930-13.129Q19.053-13.249 19.224-13.249Q19.392-13.249 19.515-13.129Q19.638-13.010 19.638-12.839Q19.638-12.664 19.515-12.541Q19.392-12.418 19.224-12.418Q19.053-12.418 18.930-12.541Q18.807-12.664 18.807-12.839M20.725-10.043Q20.725-10.371 20.860-10.672Q20.995-10.972 21.231-11.193Q21.466-11.413 21.771-11.533Q22.075-11.653 22.400-11.653Q22.905-11.653 23.254-11.550Q23.603-11.448 23.603-11.072Q23.603-10.925 23.505-10.824Q23.408-10.723 23.261-10.723Q23.107-10.723 23.008-10.822Q22.909-10.921 22.909-11.072Q22.909-11.260 23.049-11.352Q22.847-11.403 22.406-11.403Q22.051-11.403 21.822-11.207Q21.593-11.010 21.492-10.701Q21.391-10.391 21.391-10.043Q21.391-9.694 21.518-9.388Q21.644-9.082 21.899-8.898Q22.153-8.713 22.509-8.713Q22.731-8.713 22.916-8.797Q23.100-8.881 23.235-9.036Q23.370-9.192 23.428-9.400Q23.442-9.455 23.497-9.455L23.610-9.455Q23.640-9.455 23.663-9.431Q23.685-9.407 23.685-9.373L23.685-9.352Q23.599-9.065 23.411-8.867Q23.223-8.669 22.958-8.566Q22.694-8.464 22.400-8.464Q21.969-8.464 21.581-8.670Q21.193-8.877 20.959-9.240Q20.725-9.602 20.725-10.043M24.232-10.067Q24.232-10.388 24.356-10.677Q24.481-10.966 24.707-11.189Q24.932-11.413 25.228-11.533Q25.524-11.653 25.841-11.653Q26.170-11.653 26.431-11.553Q26.693-11.454 26.869-11.272Q27.045-11.089 27.139-10.831Q27.233-10.573 27.233-10.241Q27.233-10.149 27.151-10.128L24.895-10.128L24.895-10.067Q24.895-9.479 25.178-9.096Q25.462-8.713 26.029-8.713Q26.351-8.713 26.619-8.906Q26.887-9.099 26.976-9.414Q26.983-9.455 27.058-9.469L27.151-9.469Q27.233-9.445 27.233-9.373Q27.233-9.366 27.226-9.339Q27.113-8.942 26.742-8.703Q26.371-8.464 25.947-8.464Q25.510-8.464 25.110-8.672Q24.710-8.881 24.471-9.248Q24.232-9.615 24.232-10.067M24.902-10.337L26.716-10.337Q26.716-10.614 26.619-10.866Q26.522-11.119 26.323-11.275Q26.125-11.430 25.841-11.430Q25.565-11.430 25.351-11.272Q25.137-11.113 25.019-10.858Q24.902-10.603 24.902-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-36.761 1.75)\">\u003Cpath d=\"M30.495-10.015Q30.495-10.357 30.630-10.656Q30.765-10.955 31.005-11.179Q31.244-11.403 31.562-11.528Q31.880-11.653 32.211-11.653Q32.656-11.653 33.055-11.437Q33.455-11.222 33.690-10.844Q33.924-10.467 33.924-10.015Q33.924-9.674 33.782-9.390Q33.640-9.106 33.396-8.899Q33.151-8.693 32.842-8.578Q32.533-8.464 32.211-8.464Q31.781-8.464 31.379-8.665Q30.977-8.867 30.736-9.219Q30.495-9.571 30.495-10.015M32.211-8.713Q32.813-8.713 33.037-9.091Q33.261-9.469 33.261-10.101Q33.261-10.713 33.026-11.072Q32.792-11.430 32.211-11.430Q31.159-11.430 31.159-10.101Q31.159-9.469 31.384-9.091Q31.610-8.713 32.211-8.713M36.316-8.532L34.583-8.532L34.583-8.812Q34.809-8.812 34.958-8.846Q35.106-8.881 35.106-9.021L35.106-11.270L34.518-11.270L34.518-11.550L35.106-11.550L35.106-12.367Q35.106-12.685 35.284-12.933Q35.462-13.180 35.752-13.321Q36.043-13.461 36.354-13.461Q36.610-13.461 36.814-13.319Q37.017-13.177 37.017-12.934Q37.017-12.798 36.918-12.699Q36.819-12.599 36.682-12.599Q36.545-12.599 36.446-12.699Q36.347-12.798 36.347-12.934Q36.347-13.115 36.487-13.208Q36.409-13.235 36.309-13.235Q36.101-13.235 35.947-13.102Q35.793-12.969 35.713-12.765Q35.633-12.562 35.633-12.353L35.633-11.550L36.521-11.550L36.521-11.270L35.660-11.270L35.660-9.021Q35.660-8.812 36.316-8.812\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-36.761 1.75)\">\u003Cpath d=\"M40.503-8.532L40.236-8.532L40.236-12.640Q40.236-12.910 40.129-12.972Q40.021-13.033 39.710-13.033L39.710-13.314L40.790-13.389L40.790-11.219Q40.999-11.410 41.284-11.514Q41.569-11.618 41.867-11.618Q42.185-11.618 42.482-11.497Q42.779-11.376 43.002-11.160Q43.224-10.945 43.350-10.660Q43.477-10.374 43.477-10.043Q43.477-9.598 43.237-9.234Q42.998-8.870 42.605-8.667Q42.212-8.464 41.768-8.464Q41.573-8.464 41.383-8.520Q41.194-8.576 41.033-8.681Q40.872-8.785 40.732-8.946L40.503-8.532M40.818-10.877L40.818-9.260Q40.954-9 41.195-8.843Q41.436-8.686 41.713-8.686Q42.007-8.686 42.219-8.793Q42.431-8.901 42.564-9.093Q42.697-9.284 42.756-9.523Q42.814-9.762 42.814-10.043Q42.814-10.402 42.720-10.706Q42.626-11.010 42.398-11.203Q42.171-11.396 41.805-11.396Q41.505-11.396 41.238-11.260Q40.971-11.123 40.818-10.877M44.171-9.260Q44.171-9.592 44.394-9.819Q44.618-10.046 44.962-10.174Q45.305-10.303 45.678-10.355Q46.050-10.408 46.355-10.408L46.355-10.661Q46.355-10.866 46.247-11.046Q46.139-11.225 45.958-11.328Q45.777-11.430 45.569-11.430Q45.162-11.430 44.926-11.338Q45.015-11.301 45.061-11.217Q45.107-11.133 45.107-11.031Q45.107-10.935 45.061-10.856Q45.015-10.778 44.934-10.733Q44.854-10.689 44.765-10.689Q44.615-10.689 44.514-10.786Q44.413-10.884 44.413-11.031Q44.413-11.653 45.569-11.653Q45.780-11.653 46.030-11.589Q46.279-11.526 46.481-11.407Q46.683-11.287 46.809-11.102Q46.936-10.918 46.936-10.675L46.936-9.099Q46.936-8.983 46.997-8.887Q47.059-8.792 47.172-8.792Q47.281-8.792 47.346-8.886Q47.411-8.980 47.411-9.099L47.411-9.547L47.677-9.547L47.677-9.099Q47.677-8.829 47.450-8.664Q47.223-8.498 46.943-8.498Q46.734-8.498 46.597-8.652Q46.461-8.805 46.437-9.021Q46.290-8.754 46.008-8.609Q45.726-8.464 45.401-8.464Q45.124-8.464 44.840-8.539Q44.557-8.614 44.364-8.793Q44.171-8.973 44.171-9.260M44.786-9.260Q44.786-9.086 44.887-8.956Q44.987-8.826 45.143-8.756Q45.299-8.686 45.463-8.686Q45.681-8.686 45.890-8.783Q46.098-8.881 46.226-9.062Q46.355-9.243 46.355-9.469L46.355-10.197Q46.030-10.197 45.664-10.106Q45.299-10.015 45.042-9.803Q44.786-9.592 44.786-9.260M49.776-8.532L48.142-8.532L48.142-8.812Q48.371-8.812 48.520-8.846Q48.669-8.881 48.669-9.021L48.669-10.870Q48.669-11.140 48.561-11.201Q48.453-11.263 48.142-11.263L48.142-11.543L49.202-11.618L49.202-10.969Q49.373-11.277 49.677-11.448Q49.981-11.618 50.326-11.618Q50.832-11.618 51.116-11.395Q51.400-11.171 51.400-10.675L51.400-9.021Q51.400-8.884 51.548-8.848Q51.697-8.812 51.923-8.812L51.923-8.532L50.292-8.532L50.292-8.812Q50.521-8.812 50.670-8.846Q50.819-8.881 50.819-9.021L50.819-10.661Q50.819-10.996 50.699-11.196Q50.579-11.396 50.265-11.396Q49.995-11.396 49.761-11.260Q49.527-11.123 49.388-10.889Q49.250-10.655 49.250-10.381L49.250-9.021Q49.250-8.884 49.400-8.848Q49.550-8.812 49.776-8.812L49.776-8.532M52.569-9.260Q52.569-9.592 52.792-9.819Q53.016-10.046 53.360-10.174Q53.703-10.303 54.076-10.355Q54.448-10.408 54.753-10.408L54.753-10.661Q54.753-10.866 54.645-11.046Q54.537-11.225 54.356-11.328Q54.175-11.430 53.966-11.430Q53.560-11.430 53.324-11.338Q53.413-11.301 53.459-11.217Q53.505-11.133 53.505-11.031Q53.505-10.935 53.459-10.856Q53.413-10.778 53.332-10.733Q53.252-10.689 53.163-10.689Q53.013-10.689 52.912-10.786Q52.811-10.884 52.811-11.031Q52.811-11.653 53.966-11.653Q54.178-11.653 54.428-11.589Q54.677-11.526 54.879-11.407Q55.081-11.287 55.207-11.102Q55.334-10.918 55.334-10.675L55.334-9.099Q55.334-8.983 55.395-8.887Q55.457-8.792 55.569-8.792Q55.679-8.792 55.744-8.886Q55.809-8.980 55.809-9.099L55.809-9.547L56.075-9.547L56.075-9.099Q56.075-8.829 55.848-8.664Q55.621-8.498 55.340-8.498Q55.132-8.498 54.995-8.652Q54.859-8.805 54.835-9.021Q54.688-8.754 54.406-8.609Q54.124-8.464 53.799-8.464Q53.522-8.464 53.238-8.539Q52.955-8.614 52.762-8.793Q52.569-8.973 52.569-9.260M53.184-9.260Q53.184-9.086 53.285-8.956Q53.385-8.826 53.541-8.756Q53.696-8.686 53.861-8.686Q54.079-8.686 54.288-8.783Q54.496-8.881 54.624-9.062Q54.753-9.243 54.753-9.469L54.753-10.197Q54.428-10.197 54.062-10.106Q53.696-10.015 53.440-9.803Q53.184-9.592 53.184-9.260M58.174-8.532L56.540-8.532L56.540-8.812Q56.769-8.812 56.918-8.846Q57.067-8.881 57.067-9.021L57.067-10.870Q57.067-11.140 56.959-11.201Q56.851-11.263 56.540-11.263L56.540-11.543L57.600-11.618L57.600-10.969Q57.771-11.277 58.075-11.448Q58.379-11.618 58.724-11.618Q59.230-11.618 59.514-11.395Q59.798-11.171 59.798-10.675L59.798-9.021Q59.798-8.884 59.946-8.848Q60.095-8.812 60.320-8.812L60.320-8.532L58.690-8.532L58.690-8.812Q58.919-8.812 59.068-8.846Q59.216-8.881 59.216-9.021L59.216-10.661Q59.216-10.996 59.097-11.196Q58.977-11.396 58.663-11.396Q58.393-11.396 58.159-11.260Q57.924-11.123 57.786-10.889Q57.648-10.655 57.648-10.381L57.648-9.021Q57.648-8.884 57.798-8.848Q57.948-8.812 58.174-8.812L58.174-8.532M60.966-9.260Q60.966-9.592 61.190-9.819Q61.414-10.046 61.758-10.174Q62.101-10.303 62.474-10.355Q62.846-10.408 63.151-10.408L63.151-10.661Q63.151-10.866 63.043-11.046Q62.935-11.225 62.754-11.328Q62.573-11.430 62.364-11.430Q61.958-11.430 61.722-11.338Q61.811-11.301 61.857-11.217Q61.903-11.133 61.903-11.031Q61.903-10.935 61.857-10.856Q61.811-10.778 61.730-10.733Q61.650-10.689 61.561-10.689Q61.411-10.689 61.310-10.786Q61.209-10.884 61.209-11.031Q61.209-11.653 62.364-11.653Q62.576-11.653 62.826-11.589Q63.075-11.526 63.277-11.407Q63.479-11.287 63.605-11.102Q63.732-10.918 63.732-10.675L63.732-9.099Q63.732-8.983 63.793-8.887Q63.855-8.792 63.967-8.792Q64.077-8.792 64.142-8.886Q64.207-8.980 64.207-9.099L64.207-9.547L64.473-9.547L64.473-9.099Q64.473-8.829 64.246-8.664Q64.019-8.498 63.738-8.498Q63.530-8.498 63.393-8.652Q63.257-8.805 63.233-9.021Q63.086-8.754 62.804-8.609Q62.522-8.464 62.197-8.464Q61.920-8.464 61.636-8.539Q61.353-8.614 61.160-8.793Q60.966-8.973 60.966-9.260M61.582-9.260Q61.582-9.086 61.683-8.956Q61.783-8.826 61.939-8.756Q62.094-8.686 62.258-8.686Q62.477-8.686 62.686-8.783Q62.894-8.881 63.022-9.062Q63.151-9.243 63.151-9.469L63.151-10.197Q62.826-10.197 62.460-10.106Q62.094-10.015 61.838-9.803Q61.582-9.592 61.582-9.260M64.890-8.539L64.890-9.602Q64.890-9.626 64.918-9.653Q64.945-9.680 64.969-9.680L65.078-9.680Q65.143-9.680 65.157-9.622Q65.253-9.188 65.499-8.937Q65.745-8.686 66.158-8.686Q66.500-8.686 66.753-8.819Q67.006-8.952 67.006-9.260Q67.006-9.417 66.912-9.532Q66.818-9.646 66.680-9.715Q66.541-9.783 66.374-9.821L65.793-9.920Q65.437-9.988 65.164-10.209Q64.890-10.429 64.890-10.771Q64.890-11.020 65.001-11.195Q65.112-11.369 65.299-11.468Q65.485-11.567 65.700-11.610Q65.916-11.653 66.158-11.653Q66.572-11.653 66.852-11.471L67.068-11.646Q67.078-11.649 67.085-11.651Q67.091-11.653 67.102-11.653L67.153-11.653Q67.180-11.653 67.204-11.629Q67.228-11.605 67.228-11.577L67.228-10.730Q67.228-10.709 67.204-10.682Q67.180-10.655 67.153-10.655L67.040-10.655Q67.013-10.655 66.987-10.680Q66.962-10.706 66.962-10.730Q66.962-10.966 66.856-11.130Q66.750-11.294 66.567-11.376Q66.384-11.458 66.152-11.458Q65.823-11.458 65.567-11.355Q65.311-11.253 65.311-10.976Q65.311-10.781 65.494-10.672Q65.676-10.562 65.905-10.521L66.480-10.415Q66.726-10.367 66.939-10.239Q67.153-10.111 67.290-9.908Q67.426-9.704 67.426-9.455Q67.426-8.942 67.061-8.703Q66.695-8.464 66.158-8.464Q65.663-8.464 65.331-8.758L65.065-8.484Q65.044-8.464 65.017-8.464L64.969-8.464Q64.945-8.464 64.918-8.491Q64.890-8.518 64.890-8.539\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmti7\" font-size=\"7\">\u003Cg transform=\"translate(51.53 2.43)\">\u003Cpath d=\"M-4.715-9.058Q-4.715-9.181-4.663-9.308L-4.076-10.822Q-4-11.024-4-11.178Q-4-11.396-4.161-11.396Q-4.417-11.396-4.583-11.131Q-4.749-10.866-4.848-10.521Q-4.858-10.456-4.916-10.456L-5.084-10.456Q-5.115-10.456-5.139-10.487Q-5.162-10.518-5.162-10.542L-5.162-10.569Q-5.094-10.829-4.954-11.066Q-4.814-11.304-4.604-11.461Q-4.393-11.618-4.140-11.618Q-3.877-11.618-3.686-11.454Q-3.494-11.290-3.494-11.024Q-3.494-10.918-3.546-10.771L-4.134-9.260Q-4.209-9.055-4.209-8.905Q-4.209-8.686-4.055-8.686Q-3.788-8.686-3.619-8.959Q-3.450-9.233-3.371-9.561Q-3.341-9.622-3.293-9.622L-3.125-9.622Q-3.091-9.622-3.069-9.593Q-3.047-9.564-3.047-9.540Q-3.047-9.527-3.054-9.513Q-3.115-9.263-3.257-9.021Q-3.399-8.778-3.607-8.621Q-3.816-8.464-4.069-8.464Q-4.339-8.464-4.527-8.628Q-4.715-8.792-4.715-9.058M-3.874-12.781Q-3.874-12.921-3.764-13.030Q-3.655-13.139-3.512-13.139Q-3.402-13.139-3.327-13.068Q-3.252-12.996-3.252-12.886Q-3.252-12.743-3.366-12.635Q-3.481-12.528-3.621-12.528Q-3.727-12.528-3.800-12.598Q-3.874-12.668-3.874-12.781M-2.131-8.679Q-2.131-8.720-2.124-8.740L-1.604-10.822Q-1.570-10.959-1.570-11.078Q-1.570-11.208-1.616-11.302Q-1.662-11.396-1.779-11.396Q-1.885-11.396-1.965-11.304Q-2.045-11.212-2.105-11.066Q-2.165-10.921-2.206-10.766Q-2.247-10.610-2.271-10.521Q-2.281-10.456-2.339-10.456L-2.507-10.456Q-2.537-10.456-2.561-10.487Q-2.585-10.518-2.585-10.542L-2.585-10.569Q-2.466-11.017-2.285-11.318Q-2.103-11.618-1.765-11.618Q-1.591-11.618-1.430-11.547Q-1.269-11.475-1.170-11.343Q-1.071-11.212-1.051-11.037Q-0.832-11.304-0.540-11.461Q-0.247-11.618 0.081-11.618Q0.330-11.618 0.530-11.533Q0.730-11.448 0.843-11.275Q0.956-11.102 0.956-10.843Q0.956-10.682 0.910-10.477Q0.863-10.272 0.795-10.062Q0.727-9.851 0.624-9.583Q0.522-9.315 0.501-9.260Q0.426-9.055 0.426-8.905Q0.426-8.686 0.580-8.686Q0.764-8.686 0.903-8.828Q1.041-8.970 1.128-9.168Q1.215-9.366 1.267-9.561Q1.291-9.622 1.342-9.622L1.509-9.622Q1.544-9.622 1.566-9.593Q1.588-9.564 1.588-9.540Q1.588-9.527 1.581-9.513Q1.520-9.263 1.378-9.021Q1.236-8.778 1.028-8.621Q0.819-8.464 0.566-8.464Q0.293-8.464 0.106-8.628Q-0.080-8.792-0.080-9.058Q-0.080-9.205-0.029-9.308Q0.183-9.872 0.308-10.258Q0.433-10.644 0.433-10.931Q0.433-11.136 0.344-11.266Q0.255-11.396 0.060-11.396Q-0.695-11.396-1.177-10.337L-1.584-8.706Q-1.611-8.600-1.702-8.532Q-1.792-8.464-1.898-8.464Q-1.991-8.464-2.061-8.525Q-2.131-8.587-2.131-8.679M2.911-9.421Q2.911-9.110 3.085-8.898Q3.259-8.686 3.564-8.686Q3.830-8.686 4.099-8.766Q4.367-8.846 4.592-8.995Q4.818-9.144 4.982-9.352Q5.009-9.380 5.047-9.380Q5.102-9.380 5.165-9.313Q5.228-9.246 5.228-9.199Q5.228-9.161 5.208-9.140Q5.013-8.901 4.743-8.749Q4.473-8.597 4.169-8.530Q3.864-8.464 3.547-8.464Q3.027-8.464 2.682-8.805Q2.337-9.147 2.337-9.667Q2.337-10.029 2.497-10.381Q2.658-10.733 2.943-11.019Q3.229-11.304 3.579-11.461Q3.929-11.618 4.298-11.618Q4.630-11.618 4.898-11.471Q5.167-11.324 5.167-11.017Q5.167-10.843 5.064-10.713Q4.962-10.583 4.794-10.583Q4.688-10.583 4.611-10.651Q4.534-10.720 4.534-10.822Q4.534-10.945 4.608-11.042Q4.681-11.140 4.801-11.178Q4.729-11.297 4.584-11.347Q4.439-11.396 4.281-11.396Q3.957-11.396 3.699-11.203Q3.441-11.010 3.265-10.702Q3.089-10.395 3-10.050Q2.911-9.704 2.911-9.421M6.305-8.679Q6.305-8.720 6.312-8.740L6.831-10.822Q6.865-10.959 6.865-11.078Q6.865-11.208 6.819-11.302Q6.773-11.396 6.657-11.396Q6.551-11.396 6.471-11.304Q6.390-11.212 6.330-11.066Q6.271-10.921 6.230-10.766Q6.189-10.610 6.165-10.521Q6.154-10.456 6.096-10.456L5.929-10.456Q5.898-10.456 5.874-10.487Q5.850-10.518 5.850-10.542L5.850-10.569Q5.970-11.017 6.151-11.318Q6.332-11.618 6.671-11.618Q6.906-11.618 7.101-11.499Q7.296-11.379 7.361-11.157Q7.546-11.376 7.785-11.497Q8.024-11.618 8.301-11.618Q8.632-11.618 8.897-11.504Q9.162-11.389 9.162-11.109Q9.162-10.942 9.058-10.819Q8.954-10.696 8.790-10.696Q8.684-10.696 8.609-10.767Q8.533-10.839 8.533-10.942Q8.533-11.041 8.593-11.135Q8.653-11.229 8.749-11.270Q8.602-11.396 8.287-11.396Q7.706-11.396 7.299-10.508L6.852-8.706Q6.824-8.600 6.734-8.532Q6.643-8.464 6.537-8.464Q6.445-8.464 6.375-8.525Q6.305-8.587 6.305-8.679\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.53 2.43)\">\u003Cpath d=\"M9.847-9.475Q9.847-9.157 10.008-8.922Q10.168-8.686 10.473-8.686Q10.739-8.686 11.007-8.766Q11.276-8.846 11.501-8.995Q11.727-9.144 11.891-9.352Q11.918-9.380 11.956-9.380Q12.011-9.380 12.074-9.313Q12.137-9.246 12.137-9.199Q12.137-9.161 12.117-9.140Q11.922-8.901 11.652-8.749Q11.382-8.597 11.078-8.530Q10.773-8.464 10.455-8.464Q10.100-8.464 9.832-8.638Q9.563-8.812 9.422-9.108Q9.280-9.404 9.280-9.756Q9.280-10.268 9.548-10.696Q9.816-11.123 10.257-11.371Q10.698-11.618 11.207-11.618Q11.529-11.618 11.790-11.465Q12.052-11.311 12.052-11.003Q12.052-10.600 11.698-10.403Q11.344-10.207 10.908-10.161Q10.473-10.115 9.960-10.115L9.939-10.115Q9.847-9.704 9.847-9.475M9.994-10.337Q10.394-10.337 10.744-10.371Q11.095-10.405 11.392-10.550Q11.689-10.696 11.689-10.996Q11.689-11.181 11.536-11.289Q11.382-11.396 11.190-11.396Q10.890-11.396 10.647-11.251Q10.404-11.106 10.242-10.868Q10.079-10.631 9.994-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.53 2.43)\">\u003Cpath d=\"M13.654-8.464Q13.350-8.464 13.115-8.621Q12.881-8.778 12.760-9.041Q12.639-9.304 12.639-9.609Q12.639-10.060 12.881-10.533Q13.124-11.007 13.531-11.313Q13.938-11.618 14.402-11.618Q14.611-11.618 14.790-11.521Q14.970-11.424 15.083-11.249Q15.106-11.355 15.197-11.420Q15.288-11.485 15.390-11.485Q15.493-11.485 15.558-11.424Q15.623-11.362 15.623-11.270Q15.623-11.260 15.605-11.191L15.124-9.260Q15.096-9.089 15.096-9Q15.096-8.686 15.305-8.686Q15.493-8.686 15.594-8.935Q15.694-9.185 15.790-9.561Q15.814-9.622 15.865-9.622L16.033-9.622Q16.067-9.622 16.089-9.597Q16.111-9.571 16.111-9.540Q16.111-9.527 16.104-9.513Q15.845-8.464 15.291-8.464Q15.059-8.464 14.862-8.587Q14.666-8.710 14.601-8.925Q14.139-8.464 13.654-8.464M13.667-8.686Q13.941-8.686 14.190-8.898Q14.440-9.110 14.621-9.400L14.949-10.723Q14.918-10.986 14.777-11.191Q14.635-11.396 14.389-11.396Q14.026-11.396 13.755-11.031Q13.483-10.665 13.341-10.167Q13.199-9.670 13.199-9.322Q13.199-9.069 13.315-8.877Q13.432-8.686 13.667-8.686M16.959-8.993Q17.120-8.686 17.687-8.686Q17.919-8.686 18.145-8.759Q18.371-8.833 18.523-8.990Q18.675-9.147 18.675-9.380Q18.675-9.544 18.535-9.655Q18.395-9.766 18.210-9.807L17.820-9.882Q17.543-9.937 17.359-10.121Q17.174-10.306 17.174-10.576Q17.174-10.819 17.279-11.012Q17.383-11.205 17.562-11.343Q17.742-11.482 17.966-11.550Q18.189-11.618 18.415-11.618Q18.750-11.618 19.020-11.471Q19.290-11.324 19.290-11.017Q19.290-10.918 19.252-10.825Q19.215-10.733 19.140-10.675Q19.064-10.617 18.958-10.617Q18.863-10.617 18.796-10.680Q18.729-10.743 18.729-10.836Q18.729-10.897 18.757-10.959Q18.784-11.020 18.834-11.066Q18.883-11.113 18.945-11.136Q18.876-11.277 18.724-11.336Q18.572-11.396 18.401-11.396Q18.224-11.396 18.049-11.333Q17.875-11.270 17.764-11.143Q17.653-11.017 17.653-10.829Q17.653-10.699 17.747-10.614Q17.841-10.528 17.988-10.490L18.381-10.415Q18.596-10.371 18.769-10.268Q18.941-10.166 19.046-10.003Q19.150-9.841 19.150-9.633Q19.150-9.386 19.018-9.149Q18.887-8.911 18.682-8.758Q18.275-8.464 17.673-8.464Q17.431-8.464 17.183-8.529Q16.935-8.594 16.768-8.744Q16.600-8.894 16.600-9.140Q16.600-9.322 16.701-9.455Q16.802-9.588 16.979-9.588Q17.089-9.588 17.164-9.522Q17.239-9.455 17.239-9.352Q17.239-9.229 17.159-9.127Q17.079-9.024 16.959-8.993M20.862-9.475Q20.862-9.157 21.023-8.922Q21.184-8.686 21.488-8.686Q21.754-8.686 22.023-8.766Q22.291-8.846 22.517-8.995Q22.742-9.144 22.906-9.352Q22.934-9.380 22.971-9.380Q23.026-9.380 23.089-9.313Q23.152-9.246 23.152-9.199Q23.152-9.161 23.132-9.140Q22.937-8.901 22.667-8.749Q22.397-8.597 22.093-8.530Q21.789-8.464 21.471-8.464Q21.115-8.464 20.847-8.638Q20.579-8.812 20.437-9.108Q20.295-9.404 20.295-9.756Q20.295-10.268 20.563-10.696Q20.832-11.123 21.272-11.371Q21.713-11.618 22.223-11.618Q22.544-11.618 22.805-11.465Q23.067-11.311 23.067-11.003Q23.067-10.600 22.713-10.403Q22.359-10.207 21.924-10.161Q21.488-10.115 20.975-10.115L20.955-10.115Q20.862-9.704 20.862-9.475M21.009-10.337Q21.409-10.337 21.760-10.371Q22.110-10.405 22.407-10.550Q22.705-10.696 22.705-10.996Q22.705-11.181 22.551-11.289Q22.397-11.396 22.206-11.396Q21.905-11.396 21.662-11.251Q21.419-11.106 21.257-10.868Q21.095-10.631 21.009-10.337\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.53 2.43)\">\u003Cpath d=\"M24.676-8.464Q24.372-8.464 24.137-8.621Q23.903-8.778 23.782-9.041Q23.661-9.304 23.661-9.609Q23.661-10.060 23.903-10.533Q24.146-11.007 24.553-11.313Q24.959-11.618 25.424-11.618Q25.633-11.618 25.812-11.521Q25.992-11.424 26.105-11.249L26.474-12.753Q26.511-12.849 26.511-12.941Q26.511-13.033 26.077-13.033Q25.992-13.061 25.992-13.146L26.019-13.256Q26.046-13.303 26.098-13.314L27.048-13.389Q27.085-13.389 27.120-13.362Q27.154-13.334 27.154-13.286L26.146-9.260Q26.118-9.089 26.118-9Q26.118-8.686 26.327-8.686Q26.515-8.686 26.616-8.935Q26.716-9.185 26.812-9.561Q26.836-9.622 26.887-9.622L27.055-9.622Q27.089-9.622 27.111-9.597Q27.133-9.571 27.133-9.540Q27.133-9.527 27.126-9.513Q26.867-8.464 26.313-8.464Q26.081-8.464 25.884-8.587Q25.688-8.710 25.623-8.925Q25.161-8.464 24.676-8.464M24.689-8.686Q24.963-8.686 25.212-8.898Q25.462-9.110 25.643-9.400L25.971-10.723Q25.940-10.986 25.799-11.191Q25.657-11.396 25.411-11.396Q25.048-11.396 24.777-11.031Q24.505-10.665 24.363-10.167Q24.221-9.670 24.221-9.322Q24.221-9.069 24.337-8.877Q24.454-8.686 24.689-8.686\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M90.793-3.212h15.556v-10.639H90.793Z\"\u002F>\u003Cg transform=\"translate(99.057 2.43)\">\u003Cpath d=\"M-4.957-9.294L-4.988-9.294Q-4.851-8.997-4.554-8.821Q-4.257-8.645-3.929-8.645Q-3.566-8.645-3.339-8.823Q-3.112-9-3.018-9.289Q-2.924-9.578-2.924-9.940Q-2.924-10.255-2.978-10.540Q-3.033-10.825-3.206-11.031Q-3.378-11.236-3.693-11.236Q-3.966-11.236-4.149-11.169Q-4.332-11.102-4.436-11.013Q-4.540-10.925-4.636-10.815Q-4.732-10.706-4.776-10.696L-4.855-10.696Q-4.927-10.713-4.944-10.784L-4.944-13.102Q-4.944-13.136-4.920-13.158Q-4.896-13.180-4.862-13.180L-4.834-13.180Q-4.547-13.064-4.279-13.010Q-4.011-12.955-3.734-12.955Q-3.457-12.955-3.187-13.010Q-2.917-13.064-2.637-13.180L-2.613-13.180Q-2.578-13.180-2.555-13.157Q-2.531-13.133-2.531-13.102L-2.531-13.033Q-2.531-13.006-2.551-12.986Q-2.825-12.671-3.209-12.495Q-3.594-12.319-4.007-12.319Q-4.346-12.319-4.663-12.405L-4.663-11.123Q-4.267-11.458-3.693-11.458Q-3.289-11.458-2.953-11.248Q-2.616-11.037-2.423-10.685Q-2.230-10.333-2.230-9.933Q-2.230-9.602-2.370-9.316Q-2.510-9.031-2.754-8.821Q-2.999-8.611-3.301-8.501Q-3.604-8.392-3.922-8.392Q-4.281-8.392-4.607-8.556Q-4.933-8.720-5.128-9.012Q-5.323-9.304-5.323-9.667Q-5.323-9.817-5.217-9.923Q-5.111-10.029-4.957-10.029Q-4.804-10.029-4.699-9.925Q-4.595-9.821-4.595-9.667Q-4.595-9.510-4.699-9.402Q-4.804-9.294-4.957-9.294M-0.647-8.306Q-0.647-8.351-0.620-8.406L2.788-12.986Q2.347-12.781 1.872-12.781Q1.284-12.781 0.716-13.068Q0.850-12.757 0.850-12.374Q0.850-12.059 0.737-11.731Q0.624-11.403 0.395-11.183Q0.166-10.962-0.159-10.962Q-0.500-10.962-0.762-11.172Q-1.023-11.383-1.158-11.711Q-1.293-12.039-1.293-12.374Q-1.293-12.705-1.158-13.033Q-1.023-13.362-0.762-13.572Q-0.500-13.782-0.159-13.782Q0.125-13.782 0.375-13.574Q0.696-13.300 1.074-13.153Q1.451-13.006 1.865-13.006Q2.302-13.006 2.692-13.187Q3.082-13.368 3.335-13.714Q3.393-13.782 3.475-13.782Q3.543-13.782 3.593-13.732Q3.642-13.683 3.642-13.615Q3.642-13.570 3.615-13.515L-0.333-8.218Q-0.388-8.139-0.473-8.139Q-0.545-8.139-0.596-8.190Q-0.647-8.241-0.647-8.306M-0.159-11.184Q0.084-11.184 0.253-11.379Q0.423-11.574 0.503-11.856Q0.583-12.138 0.583-12.374Q0.583-12.541 0.539-12.751Q0.494-12.962 0.409-13.136Q0.323-13.310 0.176-13.433Q0.029-13.556-0.159-13.556Q-0.514-13.556-0.640-13.186Q-0.767-12.815-0.767-12.374Q-0.767-11.929-0.640-11.557Q-0.514-11.184-0.159-11.184M3.280-8.139Q2.938-8.139 2.677-8.351Q2.415-8.563 2.280-8.891Q2.145-9.219 2.145-9.554Q2.145-9.886 2.280-10.212Q2.415-10.538 2.677-10.750Q2.938-10.962 3.280-10.962Q3.601-10.962 3.830-10.742Q4.059-10.521 4.174-10.193Q4.288-9.865 4.288-9.554Q4.288-9.240 4.174-8.910Q4.059-8.580 3.830-8.359Q3.601-8.139 3.280-8.139M3.280-8.365Q3.523-8.365 3.694-8.561Q3.864-8.758 3.943-9.036Q4.022-9.315 4.022-9.554Q4.022-9.721 3.977-9.932Q3.933-10.142 3.847-10.316Q3.762-10.490 3.615-10.614Q3.468-10.737 3.280-10.737Q2.924-10.737 2.798-10.366Q2.672-9.995 2.672-9.554Q2.672-9.110 2.798-8.737Q2.924-8.365 3.280-8.365\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-55.645 1.75)\">\u003Cpath d=\"M-3.320-6.782Q-3.870-7.182-4.241-7.737Q-4.612-8.293-4.793-8.939Q-4.974-9.585-4.974-10.282Q-4.974-10.795-4.874-11.290Q-4.773-11.786-4.568-12.237Q-4.363-12.688-4.050-13.080Q-3.737-13.471-3.320-13.775Q-3.310-13.779-3.303-13.780Q-3.296-13.782-3.286-13.782L-3.218-13.782Q-3.183-13.782-3.161-13.758Q-3.139-13.734-3.139-13.697Q-3.139-13.652-3.166-13.635Q-3.515-13.334-3.768-12.950Q-4.021-12.565-4.173-12.124Q-4.325-11.683-4.397-11.227Q-4.469-10.771-4.469-10.282Q-4.469-9.281-4.159-8.394Q-3.850-7.507-3.166-6.922Q-3.139-6.905-3.139-6.861Q-3.139-6.823-3.161-6.799Q-3.183-6.775-3.218-6.775L-3.286-6.775Q-3.293-6.779-3.301-6.780Q-3.310-6.782-3.320-6.782M-2.329-10.043Q-2.329-10.371-2.194-10.672Q-2.059-10.972-1.823-11.193Q-1.587-11.413-1.283-11.533Q-0.979-11.653-0.654-11.653Q-0.148-11.653 0.200-11.550Q0.549-11.448 0.549-11.072Q0.549-10.925 0.452-10.824Q0.354-10.723 0.207-10.723Q0.053-10.723-0.046-10.822Q-0.145-10.921-0.145-11.072Q-0.145-11.260-0.005-11.352Q-0.206-11.403-0.647-11.403Q-1.003-11.403-1.232-11.207Q-1.461-11.010-1.562-10.701Q-1.662-10.391-1.662-10.043Q-1.662-9.694-1.536-9.388Q-1.410-9.082-1.155-8.898Q-0.900-8.713-0.545-8.713Q-0.323-8.713-0.138-8.797Q0.047-8.881 0.182-9.036Q0.317-9.192 0.375-9.400Q0.388-9.455 0.443-9.455L0.556-9.455Q0.587-9.455 0.609-9.431Q0.631-9.407 0.631-9.373L0.631-9.352Q0.546-9.065 0.358-8.867Q0.170-8.669-0.095-8.566Q-0.360-8.464-0.654-8.464Q-1.085-8.464-1.473-8.670Q-1.861-8.877-2.095-9.240Q-2.329-9.602-2.329-10.043M1.540-6.775L1.472-6.775Q1.438-6.775 1.415-6.801Q1.393-6.826 1.393-6.861Q1.393-6.905 1.424-6.922Q1.779-7.226 2.029-7.616Q2.278-8.006 2.431-8.438Q2.583-8.870 2.653-9.339Q2.723-9.807 2.723-10.282Q2.723-10.761 2.653-11.227Q2.583-11.694 2.429-12.129Q2.275-12.565 2.024-12.953Q1.773-13.341 1.424-13.635Q1.393-13.652 1.393-13.697Q1.393-13.731 1.415-13.756Q1.438-13.782 1.472-13.782L1.540-13.782Q1.550-13.782 1.559-13.780Q1.568-13.779 1.578-13.775Q2.121-13.375 2.494-12.822Q2.866-12.268 3.048-11.622Q3.229-10.976 3.229-10.282Q3.229-9.581 3.048-8.934Q2.866-8.286 2.492-7.732Q2.118-7.178 1.578-6.782Q1.568-6.782 1.559-6.780Q1.550-6.779 1.540-6.775\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(251.072 -55.194)\">\u003Cpath d=\"M-3.860-8.532L-5.450-8.532L-5.450-8.812Q-4.807-8.812-4.650-9.212L-3.006-13.427Q-2.972-13.522-2.859-13.522L-2.777-13.522Q-2.667-13.522-2.626-13.427L-0.907-9.021Q-0.839-8.881-0.649-8.846Q-0.459-8.812-0.186-8.812L-0.186-8.532L-2.185-8.532L-2.185-8.812Q-1.621-8.812-1.621-8.987Q-1.621-9.004-1.623-9.011Q-1.625-9.017-1.628-9.021L-2.049-10.087L-4.007-10.087L-4.349-9.212Q-4.363-9.212-4.363-9.134Q-4.363-8.973-4.200-8.893Q-4.038-8.812-3.860-8.812L-3.860-8.532M-3.026-12.606L-3.894-10.367L-2.151-10.367L-3.026-12.606M2.200-8.532L0.464-8.532L0.464-8.812Q0.693-8.812 0.841-8.846Q0.990-8.881 0.990-9.021L0.990-10.870Q0.990-11.140 0.882-11.201Q0.775-11.263 0.464-11.263L0.464-11.543L1.492-11.618L1.492-10.911Q1.622-11.219 1.865-11.418Q2.108-11.618 2.425-11.618Q2.644-11.618 2.815-11.494Q2.986-11.369 2.986-11.157Q2.986-11.020 2.887-10.921Q2.788-10.822 2.654-10.822Q2.518-10.822 2.419-10.921Q2.319-11.020 2.319-11.157Q2.319-11.297 2.419-11.396Q2.128-11.396 1.928-11.200Q1.728-11.003 1.636-10.709Q1.544-10.415 1.544-10.135L1.544-9.021Q1.544-8.812 2.200-8.812L2.200-8.532M3.529-7.999Q3.529-8.245 3.726-8.429Q3.923-8.614 4.179-8.693Q4.042-8.805 3.970-8.966Q3.899-9.127 3.899-9.308Q3.899-9.629 4.111-9.875Q3.776-10.173 3.776-10.583Q3.776-11.044 4.165-11.331Q4.555-11.618 5.033-11.618Q5.505-11.618 5.840-11.372Q6.014-11.526 6.225-11.608Q6.435-11.690 6.664-11.690Q6.828-11.690 6.949-11.583Q7.070-11.475 7.070-11.311Q7.070-11.215 6.999-11.143Q6.927-11.072 6.835-11.072Q6.736-11.072 6.665-11.145Q6.595-11.219 6.595-11.318Q6.595-11.372 6.609-11.403L6.616-11.417Q6.623-11.437 6.631-11.448Q6.640-11.458 6.643-11.465Q6.288-11.465 6.001-11.242Q6.288-10.949 6.288-10.583Q6.288-10.268 6.103-10.036Q5.919-9.803 5.630-9.675Q5.341-9.547 5.033-9.547Q4.832-9.547 4.640-9.597Q4.449-9.646 4.271-9.756Q4.179-9.629 4.179-9.486Q4.179-9.304 4.307-9.169Q4.435-9.034 4.620-9.034L5.252-9.034Q5.700-9.034 6.069-8.963Q6.438-8.891 6.698-8.662Q6.958-8.433 6.958-7.999Q6.958-7.678 6.662-7.476Q6.366-7.274 5.963-7.185Q5.560-7.096 5.245-7.096Q4.927-7.096 4.524-7.185Q4.121-7.274 3.825-7.476Q3.529-7.678 3.529-7.999M3.984-7.999Q3.984-7.770 4.203-7.621Q4.422-7.472 4.714-7.404Q5.006-7.336 5.245-7.336Q5.409-7.336 5.618-7.372Q5.826-7.407 6.033-7.488Q6.240-7.568 6.371-7.696Q6.503-7.824 6.503-7.999Q6.503-8.351 6.122-8.445Q5.741-8.539 5.238-8.539L4.620-8.539Q4.381-8.539 4.182-8.388Q3.984-8.238 3.984-7.999M5.033-9.786Q5.700-9.786 5.700-10.583Q5.700-11.383 5.033-11.383Q4.363-11.383 4.363-10.583Q4.363-9.786 5.033-9.786M9.227-8.392Q8.591-8.392 8.227-8.737Q7.863-9.082 7.728-9.607Q7.593-10.132 7.593-10.757Q7.593-11.782 7.949-12.481Q8.304-13.180 9.227-13.180Q10.153-13.180 10.506-12.481Q10.858-11.782 10.858-10.757Q10.858-10.132 10.723-9.607Q10.588-9.082 10.225-8.737Q9.863-8.392 9.227-8.392M9.227-8.617Q9.665-8.617 9.878-8.992Q10.092-9.366 10.142-9.833Q10.191-10.299 10.191-10.877Q10.191-11.430 10.142-11.858Q10.092-12.285 9.880-12.620Q9.668-12.955 9.227-12.955Q8.885-12.955 8.682-12.748Q8.479-12.541 8.392-12.229Q8.304-11.916 8.282-11.600Q8.260-11.283 8.260-10.877Q8.260-10.460 8.282-10.118Q8.304-9.776 8.393-9.428Q8.482-9.079 8.687-8.848Q8.892-8.617 9.227-8.617\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(251.072 -55.194)\">\u003Cpath d=\"M19.412-9.339L14.579-9.339Q14.511-9.349 14.465-9.395Q14.419-9.441 14.419-9.513Q14.419-9.578 14.465-9.624Q14.511-9.670 14.579-9.680L19.412-9.680Q19.481-9.670 19.527-9.624Q19.573-9.578 19.573-9.513Q19.573-9.441 19.527-9.395Q19.481-9.349 19.412-9.339M19.412-10.877L14.579-10.877Q14.511-10.887 14.465-10.933Q14.419-10.979 14.419-11.051Q14.419-11.195 14.579-11.219L19.412-11.219Q19.573-11.195 19.573-11.051Q19.573-10.979 19.527-10.933Q19.481-10.887 19.412-10.877\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(251.072 -55.194)\">\u003Cpath d=\"M23.078-10.043Q23.078-10.371 23.213-10.672Q23.348-10.972 23.584-11.193Q23.820-11.413 24.124-11.533Q24.429-11.653 24.753-11.653Q25.259-11.653 25.608-11.550Q25.956-11.448 25.956-11.072Q25.956-10.925 25.859-10.824Q25.762-10.723 25.615-10.723Q25.461-10.723 25.362-10.822Q25.263-10.921 25.263-11.072Q25.263-11.260 25.403-11.352Q25.201-11.403 24.760-11.403Q24.405-11.403 24.176-11.207Q23.947-11.010 23.846-10.701Q23.745-10.391 23.745-10.043Q23.745-9.694 23.871-9.388Q23.998-9.082 24.253-8.898Q24.507-8.713 24.863-8.713Q25.085-8.713 25.269-8.797Q25.454-8.881 25.589-9.036Q25.724-9.192 25.782-9.400Q25.796-9.455 25.850-9.455L25.963-9.455Q25.994-9.455 26.016-9.431Q26.038-9.407 26.038-9.373L26.038-9.352Q25.953-9.065 25.765-8.867Q25.577-8.669 25.312-8.566Q25.047-8.464 24.753-8.464Q24.323-8.464 23.935-8.670Q23.547-8.877 23.313-9.240Q23.078-9.602 23.078-10.043M26.684-9.260Q26.684-9.592 26.908-9.819Q27.132-10.046 27.476-10.174Q27.819-10.303 28.192-10.355Q28.564-10.408 28.868-10.408L28.868-10.661Q28.868-10.866 28.761-11.046Q28.653-11.225 28.472-11.328Q28.291-11.430 28.082-11.430Q27.676-11.430 27.440-11.338Q27.529-11.301 27.575-11.217Q27.621-11.133 27.621-11.031Q27.621-10.935 27.575-10.856Q27.529-10.778 27.448-10.733Q27.368-10.689 27.279-10.689Q27.129-10.689 27.028-10.786Q26.927-10.884 26.927-11.031Q26.927-11.653 28.082-11.653Q28.294-11.653 28.544-11.589Q28.793-11.526 28.995-11.407Q29.197-11.287 29.323-11.102Q29.450-10.918 29.450-10.675L29.450-9.099Q29.450-8.983 29.511-8.887Q29.573-8.792 29.685-8.792Q29.795-8.792 29.860-8.886Q29.925-8.980 29.925-9.099L29.925-9.547L30.191-9.547L30.191-9.099Q30.191-8.829 29.964-8.664Q29.737-8.498 29.456-8.498Q29.248-8.498 29.111-8.652Q28.974-8.805 28.951-9.021Q28.804-8.754 28.522-8.609Q28.240-8.464 27.915-8.464Q27.638-8.464 27.354-8.539Q27.071-8.614 26.878-8.793Q26.684-8.973 26.684-9.260M27.300-9.260Q27.300-9.086 27.400-8.956Q27.501-8.826 27.657-8.756Q27.812-8.686 27.976-8.686Q28.195-8.686 28.404-8.783Q28.612-8.881 28.740-9.062Q28.868-9.243 28.868-9.469L28.868-10.197Q28.544-10.197 28.178-10.106Q27.812-10.015 27.556-9.803Q27.300-9.592 27.300-9.260M31.182-9.366L31.182-10.870Q31.182-11.140 31.075-11.201Q30.967-11.263 30.656-11.263L30.656-11.543L31.764-11.618L31.764-9.386L31.764-9.366Q31.764-9.086 31.815-8.942Q31.866-8.799 32.008-8.742Q32.150-8.686 32.437-8.686Q32.690-8.686 32.895-8.826Q33.100-8.966 33.216-9.192Q33.332-9.417 33.332-9.667L33.332-10.870Q33.332-11.140 33.225-11.201Q33.117-11.263 32.806-11.263L32.806-11.543L33.913-11.618L33.913-9.205Q33.913-9.014 33.966-8.932Q34.019-8.850 34.120-8.831Q34.221-8.812 34.436-8.812L34.436-8.532L33.360-8.464L33.360-9.028Q33.250-8.846 33.105-8.723Q32.960-8.600 32.774-8.532Q32.587-8.464 32.386-8.464Q31.182-8.464 31.182-9.366M35.024-8.539L35.024-9.602Q35.024-9.626 35.052-9.653Q35.079-9.680 35.103-9.680L35.212-9.680Q35.277-9.680 35.291-9.622Q35.387-9.188 35.633-8.937Q35.879-8.686 36.292-8.686Q36.634-8.686 36.887-8.819Q37.140-8.952 37.140-9.260Q37.140-9.417 37.046-9.532Q36.952-9.646 36.814-9.715Q36.675-9.783 36.508-9.821L35.927-9.920Q35.571-9.988 35.298-10.209Q35.024-10.429 35.024-10.771Q35.024-11.020 35.135-11.195Q35.246-11.369 35.433-11.468Q35.619-11.567 35.834-11.610Q36.050-11.653 36.292-11.653Q36.706-11.653 36.986-11.471L37.201-11.646Q37.212-11.649 37.219-11.651Q37.225-11.653 37.236-11.653L37.287-11.653Q37.314-11.653 37.338-11.629Q37.362-11.605 37.362-11.577L37.362-10.730Q37.362-10.709 37.338-10.682Q37.314-10.655 37.287-10.655L37.174-10.655Q37.147-10.655 37.121-10.680Q37.096-10.706 37.096-10.730Q37.096-10.966 36.990-11.130Q36.884-11.294 36.701-11.376Q36.518-11.458 36.285-11.458Q35.957-11.458 35.701-11.355Q35.445-11.253 35.445-10.976Q35.445-10.781 35.628-10.672Q35.810-10.562 36.039-10.521L36.614-10.415Q36.860-10.367 37.073-10.239Q37.287-10.111 37.424-9.908Q37.560-9.704 37.560-9.455Q37.560-8.942 37.195-8.703Q36.829-8.464 36.292-8.464Q35.797-8.464 35.465-8.758L35.199-8.484Q35.178-8.464 35.151-8.464L35.103-8.464Q35.079-8.464 35.052-8.491Q35.024-8.518 35.024-8.539M38.148-10.067Q38.148-10.388 38.273-10.677Q38.398-10.966 38.623-11.189Q38.849-11.413 39.145-11.533Q39.440-11.653 39.758-11.653Q40.086-11.653 40.348-11.553Q40.609-11.454 40.785-11.272Q40.961-11.089 41.055-10.831Q41.149-10.573 41.149-10.241Q41.149-10.149 41.067-10.128L38.811-10.128L38.811-10.067Q38.811-9.479 39.095-9.096Q39.379-8.713 39.946-8.713Q40.267-8.713 40.536-8.906Q40.804-9.099 40.893-9.414Q40.900-9.455 40.975-9.469L41.067-9.469Q41.149-9.445 41.149-9.373Q41.149-9.366 41.142-9.339Q41.030-8.942 40.659-8.703Q40.288-8.464 39.864-8.464Q39.427-8.464 39.027-8.672Q38.627-8.881 38.388-9.248Q38.148-9.615 38.148-10.067M38.818-10.337L40.633-10.337Q40.633-10.614 40.536-10.866Q40.438-11.119 40.240-11.275Q40.042-11.430 39.758-11.430Q39.481-11.430 39.268-11.272Q39.054-11.113 38.936-10.858Q38.818-10.603 38.818-10.337M43.487-8.532L41.751-8.532L41.751-8.812Q41.980-8.812 42.129-8.846Q42.277-8.881 42.277-9.021L42.277-10.870Q42.277-11.140 42.170-11.201Q42.062-11.263 41.751-11.263L41.751-11.543L42.780-11.618L42.780-10.911Q42.910-11.219 43.152-11.418Q43.395-11.618 43.713-11.618Q43.931-11.618 44.102-11.494Q44.273-11.369 44.273-11.157Q44.273-11.020 44.174-10.921Q44.075-10.822 43.942-10.822Q43.805-10.822 43.706-10.921Q43.607-11.020 43.607-11.157Q43.607-11.297 43.706-11.396Q43.415-11.396 43.215-11.200Q43.015-11.003 42.923-10.709Q42.831-10.415 42.831-10.135L42.831-9.021Q42.831-8.812 43.487-8.812\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(251.072 -26.703)\">\u003Cpath d=\"M-3.860-8.532L-5.450-8.532L-5.450-8.812Q-4.807-8.812-4.650-9.212L-3.006-13.427Q-2.972-13.522-2.859-13.522L-2.777-13.522Q-2.667-13.522-2.626-13.427L-0.907-9.021Q-0.839-8.881-0.649-8.846Q-0.459-8.812-0.186-8.812L-0.186-8.532L-2.185-8.532L-2.185-8.812Q-1.621-8.812-1.621-8.987Q-1.621-9.004-1.623-9.011Q-1.625-9.017-1.628-9.021L-2.049-10.087L-4.007-10.087L-4.349-9.212Q-4.363-9.212-4.363-9.134Q-4.363-8.973-4.200-8.893Q-4.038-8.812-3.860-8.812L-3.860-8.532M-3.026-12.606L-3.894-10.367L-2.151-10.367L-3.026-12.606M2.200-8.532L0.464-8.532L0.464-8.812Q0.693-8.812 0.841-8.846Q0.990-8.881 0.990-9.021L0.990-10.870Q0.990-11.140 0.882-11.201Q0.775-11.263 0.464-11.263L0.464-11.543L1.492-11.618L1.492-10.911Q1.622-11.219 1.865-11.418Q2.108-11.618 2.425-11.618Q2.644-11.618 2.815-11.494Q2.986-11.369 2.986-11.157Q2.986-11.020 2.887-10.921Q2.788-10.822 2.654-10.822Q2.518-10.822 2.419-10.921Q2.319-11.020 2.319-11.157Q2.319-11.297 2.419-11.396Q2.128-11.396 1.928-11.200Q1.728-11.003 1.636-10.709Q1.544-10.415 1.544-10.135L1.544-9.021Q1.544-8.812 2.200-8.812L2.200-8.532M3.529-7.999Q3.529-8.245 3.726-8.429Q3.923-8.614 4.179-8.693Q4.042-8.805 3.970-8.966Q3.899-9.127 3.899-9.308Q3.899-9.629 4.111-9.875Q3.776-10.173 3.776-10.583Q3.776-11.044 4.165-11.331Q4.555-11.618 5.033-11.618Q5.505-11.618 5.840-11.372Q6.014-11.526 6.225-11.608Q6.435-11.690 6.664-11.690Q6.828-11.690 6.949-11.583Q7.070-11.475 7.070-11.311Q7.070-11.215 6.999-11.143Q6.927-11.072 6.835-11.072Q6.736-11.072 6.665-11.145Q6.595-11.219 6.595-11.318Q6.595-11.372 6.609-11.403L6.616-11.417Q6.623-11.437 6.631-11.448Q6.640-11.458 6.643-11.465Q6.288-11.465 6.001-11.242Q6.288-10.949 6.288-10.583Q6.288-10.268 6.103-10.036Q5.919-9.803 5.630-9.675Q5.341-9.547 5.033-9.547Q4.832-9.547 4.640-9.597Q4.449-9.646 4.271-9.756Q4.179-9.629 4.179-9.486Q4.179-9.304 4.307-9.169Q4.435-9.034 4.620-9.034L5.252-9.034Q5.700-9.034 6.069-8.963Q6.438-8.891 6.698-8.662Q6.958-8.433 6.958-7.999Q6.958-7.678 6.662-7.476Q6.366-7.274 5.963-7.185Q5.560-7.096 5.245-7.096Q4.927-7.096 4.524-7.185Q4.121-7.274 3.825-7.476Q3.529-7.678 3.529-7.999M3.984-7.999Q3.984-7.770 4.203-7.621Q4.422-7.472 4.714-7.404Q5.006-7.336 5.245-7.336Q5.409-7.336 5.618-7.372Q5.826-7.407 6.033-7.488Q6.240-7.568 6.371-7.696Q6.503-7.824 6.503-7.999Q6.503-8.351 6.122-8.445Q5.741-8.539 5.238-8.539L4.620-8.539Q4.381-8.539 4.182-8.388Q3.984-8.238 3.984-7.999M5.033-9.786Q5.700-9.786 5.700-10.583Q5.700-11.383 5.033-11.383Q4.363-11.383 4.363-10.583Q4.363-9.786 5.033-9.786M10.564-8.532L8.034-8.532L8.034-8.812Q9.002-8.812 9.002-9.021L9.002-12.640Q8.609-12.452 7.986-12.452L7.986-12.733Q8.403-12.733 8.767-12.834Q9.132-12.934 9.388-13.180L9.514-13.180Q9.579-13.163 9.596-13.095L9.596-9.021Q9.596-8.812 10.564-8.812\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(251.072 -26.703)\">\u003Cpath d=\"M19.412-9.339L14.579-9.339Q14.511-9.349 14.465-9.395Q14.419-9.441 14.419-9.513Q14.419-9.578 14.465-9.624Q14.511-9.670 14.579-9.680L19.412-9.680Q19.481-9.670 19.527-9.624Q19.573-9.578 19.573-9.513Q19.573-9.441 19.527-9.395Q19.481-9.349 19.412-9.339M19.412-10.877L14.579-10.877Q14.511-10.887 14.465-10.933Q14.419-10.979 14.419-11.051Q14.419-11.195 14.579-11.219L19.412-11.219Q19.573-11.195 19.573-11.051Q19.573-10.979 19.527-10.933Q19.481-10.887 19.412-10.877\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(251.072 -26.703)\">\u003Cpath d=\"M23.605-9.373L23.605-11.270L22.966-11.270L22.966-11.492Q23.284-11.492 23.501-11.702Q23.718-11.912 23.818-12.222Q23.919-12.531 23.919-12.839L24.186-12.839L24.186-11.550L25.263-11.550L25.263-11.270L24.186-11.270L24.186-9.386Q24.186-9.110 24.290-8.911Q24.394-8.713 24.654-8.713Q24.811-8.713 24.917-8.817Q25.023-8.922 25.073-9.075Q25.122-9.229 25.122-9.386L25.122-9.800L25.389-9.800L25.389-9.373Q25.389-9.147 25.290-8.937Q25.191-8.727 25.006-8.595Q24.822-8.464 24.593-8.464Q24.155-8.464 23.880-8.701Q23.605-8.939 23.605-9.373M27.881-8.532L26.247-8.532L26.247-8.812Q26.476-8.812 26.625-8.846Q26.773-8.881 26.773-9.021L26.773-12.640Q26.773-12.910 26.666-12.972Q26.558-13.033 26.247-13.033L26.247-13.314L27.327-13.389L27.327-11.003Q27.433-11.188 27.611-11.330Q27.788-11.471 27.997-11.545Q28.205-11.618 28.431-11.618Q28.937-11.618 29.221-11.395Q29.504-11.171 29.504-10.675L29.504-9.021Q29.504-8.884 29.653-8.848Q29.802-8.812 30.027-8.812L30.027-8.532L28.397-8.532L28.397-8.812Q28.626-8.812 28.774-8.846Q28.923-8.881 28.923-9.021L28.923-10.661Q28.923-10.996 28.804-11.196Q28.684-11.396 28.369-11.396Q28.099-11.396 27.865-11.260Q27.631-11.123 27.493-10.889Q27.354-10.655 27.354-10.381L27.354-9.021Q27.354-8.884 27.505-8.848Q27.655-8.812 27.881-8.812L27.881-8.532M32.232-8.532L30.680-8.532L30.680-8.812Q30.906-8.812 31.054-8.846Q31.203-8.881 31.203-9.021L31.203-10.870Q31.203-11.058 31.155-11.142Q31.107-11.225 31.010-11.244Q30.912-11.263 30.701-11.263L30.701-11.543L31.757-11.618L31.757-9.021Q31.757-8.881 31.888-8.846Q32.020-8.812 32.232-8.812L32.232-8.532M30.960-12.839Q30.960-13.010 31.083-13.129Q31.206-13.249 31.377-13.249Q31.545-13.249 31.668-13.129Q31.791-13.010 31.791-12.839Q31.791-12.664 31.668-12.541Q31.545-12.418 31.377-12.418Q31.206-12.418 31.083-12.541Q30.960-12.664 30.960-12.839M34.559-8.532L32.926-8.532L32.926-8.812Q33.155-8.812 33.303-8.846Q33.452-8.881 33.452-9.021L33.452-10.870Q33.452-11.140 33.344-11.201Q33.237-11.263 32.926-11.263L32.926-11.543L33.985-11.618L33.985-10.969Q34.156-11.277 34.460-11.448Q34.764-11.618 35.110-11.618Q35.616-11.618 35.899-11.395Q36.183-11.171 36.183-10.675L36.183-9.021Q36.183-8.884 36.332-8.848Q36.480-8.812 36.706-8.812L36.706-8.532L35.076-8.532L35.076-8.812Q35.305-8.812 35.453-8.846Q35.602-8.881 35.602-9.021L35.602-10.661Q35.602-10.996 35.482-11.196Q35.363-11.396 35.048-11.396Q34.778-11.396 34.544-11.260Q34.310-11.123 34.171-10.889Q34.033-10.655 34.033-10.381L34.033-9.021Q34.033-8.884 34.183-8.848Q34.334-8.812 34.559-8.812L34.559-8.532M37.253-7.999Q37.253-8.245 37.449-8.429Q37.646-8.614 37.902-8.693Q37.765-8.805 37.694-8.966Q37.622-9.127 37.622-9.308Q37.622-9.629 37.834-9.875Q37.499-10.173 37.499-10.583Q37.499-11.044 37.889-11.331Q38.278-11.618 38.757-11.618Q39.228-11.618 39.563-11.372Q39.738-11.526 39.948-11.608Q40.158-11.690 40.387-11.690Q40.551-11.690 40.672-11.583Q40.794-11.475 40.794-11.311Q40.794-11.215 40.722-11.143Q40.650-11.072 40.558-11.072Q40.459-11.072 40.389-11.145Q40.319-11.219 40.319-11.318Q40.319-11.372 40.332-11.403L40.339-11.417Q40.346-11.437 40.355-11.448Q40.363-11.458 40.367-11.465Q40.011-11.465 39.724-11.242Q40.011-10.949 40.011-10.583Q40.011-10.268 39.826-10.036Q39.642-9.803 39.353-9.675Q39.064-9.547 38.757-9.547Q38.555-9.547 38.364-9.597Q38.172-9.646 37.994-9.756Q37.902-9.629 37.902-9.486Q37.902-9.304 38.030-9.169Q38.159-9.034 38.343-9.034L38.975-9.034Q39.423-9.034 39.792-8.963Q40.161-8.891 40.421-8.662Q40.681-8.433 40.681-7.999Q40.681-7.678 40.385-7.476Q40.090-7.274 39.686-7.185Q39.283-7.096 38.969-7.096Q38.651-7.096 38.247-7.185Q37.844-7.274 37.548-7.476Q37.253-7.678 37.253-7.999M37.707-7.999Q37.707-7.770 37.926-7.621Q38.145-7.472 38.437-7.404Q38.729-7.336 38.969-7.336Q39.133-7.336 39.341-7.372Q39.550-7.407 39.756-7.488Q39.963-7.568 40.095-7.696Q40.226-7.824 40.226-7.999Q40.226-8.351 39.845-8.445Q39.464-8.539 38.962-8.539L38.343-8.539Q38.104-8.539 37.906-8.388Q37.707-8.238 37.707-7.999M38.757-9.786Q39.423-9.786 39.423-10.583Q39.423-11.383 38.757-11.383Q38.087-11.383 38.087-10.583Q38.087-9.786 38.757-9.786\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(251.072 -26.703)\">\u003Cpath d=\"M45.598-8.532L44.046-8.532L44.046-8.812Q44.272-8.812 44.421-8.846Q44.569-8.881 44.569-9.021L44.569-10.870Q44.569-11.058 44.521-11.142Q44.474-11.225 44.376-11.244Q44.279-11.263 44.067-11.263L44.067-11.543L45.123-11.618L45.123-9.021Q45.123-8.881 45.255-8.846Q45.386-8.812 45.598-8.812L45.598-8.532M44.327-12.839Q44.327-13.010 44.450-13.129Q44.573-13.249 44.744-13.249Q44.911-13.249 45.034-13.129Q45.157-13.010 45.157-12.839Q45.157-12.664 45.034-12.541Q44.911-12.418 44.744-12.418Q44.573-12.418 44.450-12.541Q44.327-12.664 44.327-12.839M47.926-8.532L46.292-8.532L46.292-8.812Q46.521-8.812 46.670-8.846Q46.818-8.881 46.818-9.021L46.818-10.870Q46.818-11.140 46.711-11.201Q46.603-11.263 46.292-11.263L46.292-11.543L47.352-11.618L47.352-10.969Q47.522-11.277 47.827-11.448Q48.131-11.618 48.476-11.618Q48.982-11.618 49.266-11.395Q49.549-11.171 49.549-10.675L49.549-9.021Q49.549-8.884 49.698-8.848Q49.847-8.812 50.072-8.812L50.072-8.532L48.442-8.532L48.442-8.812Q48.671-8.812 48.820-8.846Q48.968-8.881 48.968-9.021L48.968-10.661Q48.968-10.996 48.849-11.196Q48.729-11.396 48.415-11.396Q48.145-11.396 47.910-11.260Q47.676-11.123 47.538-10.889Q47.399-10.655 47.399-10.381L47.399-9.021Q47.399-8.884 47.550-8.848Q47.700-8.812 47.926-8.812L47.926-8.532M50.660-10.043Q50.660-10.371 50.795-10.672Q50.930-10.972 51.166-11.193Q51.402-11.413 51.706-11.533Q52.010-11.653 52.335-11.653Q52.841-11.653 53.189-11.550Q53.538-11.448 53.538-11.072Q53.538-10.925 53.441-10.824Q53.343-10.723 53.196-10.723Q53.042-10.723 52.943-10.822Q52.844-10.921 52.844-11.072Q52.844-11.260 52.984-11.352Q52.783-11.403 52.342-11.403Q51.986-11.403 51.757-11.207Q51.528-11.010 51.427-10.701Q51.327-10.391 51.327-10.043Q51.327-9.694 51.453-9.388Q51.580-9.082 51.834-8.898Q52.089-8.713 52.444-8.713Q52.667-8.713 52.851-8.797Q53.036-8.881 53.171-9.036Q53.306-9.192 53.364-9.400Q53.377-9.455 53.432-9.455L53.545-9.455Q53.576-9.455 53.598-9.431Q53.620-9.407 53.620-9.373L53.620-9.352Q53.535-9.065 53.347-8.867Q53.159-8.669 52.894-8.566Q52.629-8.464 52.335-8.464Q51.904-8.464 51.516-8.670Q51.128-8.877 50.894-9.240Q50.660-9.602 50.660-10.043M55.958-8.532L54.222-8.532L54.222-8.812Q54.451-8.812 54.599-8.846Q54.748-8.881 54.748-9.021L54.748-10.870Q54.748-11.140 54.640-11.201Q54.533-11.263 54.222-11.263L54.222-11.543L55.250-11.618L55.250-10.911Q55.380-11.219 55.623-11.418Q55.866-11.618 56.184-11.618Q56.402-11.618 56.573-11.494Q56.744-11.369 56.744-11.157Q56.744-11.020 56.645-10.921Q56.546-10.822 56.413-10.822Q56.276-10.822 56.177-10.921Q56.078-11.020 56.078-11.157Q56.078-11.297 56.177-11.396Q55.886-11.396 55.686-11.200Q55.486-11.003 55.394-10.709Q55.302-10.415 55.302-10.135L55.302-9.021Q55.302-8.812 55.958-8.812L55.958-8.532M57.288-10.067Q57.288-10.388 57.412-10.677Q57.537-10.966 57.763-11.189Q57.988-11.413 58.284-11.533Q58.580-11.653 58.897-11.653Q59.226-11.653 59.487-11.553Q59.749-11.454 59.925-11.272Q60.101-11.089 60.195-10.831Q60.289-10.573 60.289-10.241Q60.289-10.149 60.207-10.128L57.951-10.128L57.951-10.067Q57.951-9.479 58.234-9.096Q58.518-8.713 59.085-8.713Q59.407-8.713 59.675-8.906Q59.943-9.099 60.032-9.414Q60.039-9.455 60.114-9.469L60.207-9.469Q60.289-9.445 60.289-9.373Q60.289-9.366 60.282-9.339Q60.169-8.942 59.798-8.703Q59.427-8.464 59.003-8.464Q58.566-8.464 58.166-8.672Q57.766-8.881 57.527-9.248Q57.288-9.615 57.288-10.067M57.958-10.337L59.772-10.337Q59.772-10.614 59.675-10.866Q59.578-11.119 59.379-11.275Q59.181-11.430 58.897-11.430Q58.621-11.430 58.407-11.272Q58.193-11.113 58.075-10.858Q57.958-10.603 57.958-10.337M60.935-9.260Q60.935-9.592 61.158-9.819Q61.382-10.046 61.726-10.174Q62.069-10.303 62.442-10.355Q62.814-10.408 63.119-10.408L63.119-10.661Q63.119-10.866 63.011-11.046Q62.903-11.225 62.722-11.328Q62.541-11.430 62.333-11.430Q61.926-11.430 61.690-11.338Q61.779-11.301 61.825-11.217Q61.871-11.133 61.871-11.031Q61.871-10.935 61.825-10.856Q61.779-10.778 61.698-10.733Q61.618-10.689 61.529-10.689Q61.379-10.689 61.278-10.786Q61.177-10.884 61.177-11.031Q61.177-11.653 62.333-11.653Q62.544-11.653 62.794-11.589Q63.043-11.526 63.245-11.407Q63.447-11.287 63.573-11.102Q63.700-10.918 63.700-10.675L63.700-9.099Q63.700-8.983 63.761-8.887Q63.823-8.792 63.936-8.792Q64.045-8.792 64.110-8.886Q64.175-8.980 64.175-9.099L64.175-9.547L64.441-9.547L64.441-9.099Q64.441-8.829 64.214-8.664Q63.987-8.498 63.707-8.498Q63.498-8.498 63.361-8.652Q63.225-8.805 63.201-9.021Q63.054-8.754 62.772-8.609Q62.490-8.464 62.165-8.464Q61.888-8.464 61.605-8.539Q61.321-8.614 61.128-8.793Q60.935-8.973 60.935-9.260M61.550-9.260Q61.550-9.086 61.651-8.956Q61.751-8.826 61.907-8.756Q62.063-8.686 62.227-8.686Q62.445-8.686 62.654-8.783Q62.862-8.881 62.990-9.062Q63.119-9.243 63.119-9.469L63.119-10.197Q62.794-10.197 62.428-10.106Q62.063-10.015 61.806-9.803Q61.550-9.592 61.550-9.260M64.858-8.539L64.858-9.602Q64.858-9.626 64.886-9.653Q64.913-9.680 64.937-9.680L65.046-9.680Q65.111-9.680 65.125-9.622Q65.221-9.188 65.467-8.937Q65.713-8.686 66.126-8.686Q66.468-8.686 66.721-8.819Q66.974-8.952 66.974-9.260Q66.974-9.417 66.880-9.532Q66.786-9.646 66.648-9.715Q66.509-9.783 66.342-9.821L65.761-9.920Q65.405-9.988 65.132-10.209Q64.858-10.429 64.858-10.771Q64.858-11.020 64.969-11.195Q65.081-11.369 65.267-11.468Q65.453-11.567 65.668-11.610Q65.884-11.653 66.126-11.653Q66.540-11.653 66.820-11.471L67.036-11.646Q67.046-11.649 67.053-11.651Q67.060-11.653 67.070-11.653L67.121-11.653Q67.148-11.653 67.172-11.629Q67.196-11.605 67.196-11.577L67.196-10.730Q67.196-10.709 67.172-10.682Q67.148-10.655 67.121-10.655L67.008-10.655Q66.981-10.655 66.955-10.680Q66.930-10.706 66.930-10.730Q66.930-10.966 66.824-11.130Q66.718-11.294 66.535-11.376Q66.352-11.458 66.120-11.458Q65.792-11.458 65.535-11.355Q65.279-11.253 65.279-10.976Q65.279-10.781 65.462-10.672Q65.645-10.562 65.874-10.521L66.448-10.415Q66.694-10.367 66.907-10.239Q67.121-10.111 67.258-9.908Q67.395-9.704 67.395-9.455Q67.395-8.942 67.029-8.703Q66.663-8.464 66.126-8.464Q65.631-8.464 65.299-8.758L65.033-8.484Q65.012-8.464 64.985-8.464L64.937-8.464Q64.913-8.464 64.886-8.491Q64.858-8.518 64.858-8.539M69.640-8.532L68.088-8.532L68.088-8.812Q68.314-8.812 68.463-8.846Q68.611-8.881 68.611-9.021L68.611-10.870Q68.611-11.058 68.563-11.142Q68.516-11.225 68.418-11.244Q68.321-11.263 68.109-11.263L68.109-11.543L69.165-11.618L69.165-9.021Q69.165-8.881 69.297-8.846Q69.428-8.812 69.640-8.812L69.640-8.532M68.369-12.839Q68.369-13.010 68.492-13.129Q68.615-13.249 68.786-13.249Q68.953-13.249 69.076-13.129Q69.199-13.010 69.199-12.839Q69.199-12.664 69.076-12.541Q68.953-12.418 68.786-12.418Q68.615-12.418 68.492-12.541Q68.369-12.664 68.369-12.839M71.968-8.532L70.334-8.532L70.334-8.812Q70.563-8.812 70.712-8.846Q70.860-8.881 70.860-9.021L70.860-10.870Q70.860-11.140 70.753-11.201Q70.645-11.263 70.334-11.263L70.334-11.543L71.394-11.618L71.394-10.969Q71.564-11.277 71.869-11.448Q72.173-11.618 72.518-11.618Q73.024-11.618 73.308-11.395Q73.591-11.171 73.591-10.675L73.591-9.021Q73.591-8.884 73.740-8.848Q73.889-8.812 74.114-8.812L74.114-8.532L72.484-8.532L72.484-8.812Q72.713-8.812 72.862-8.846Q73.010-8.881 73.010-9.021L73.010-10.661Q73.010-10.996 72.891-11.196Q72.771-11.396 72.457-11.396Q72.187-11.396 71.952-11.260Q71.718-11.123 71.580-10.889Q71.441-10.655 71.441-10.381L71.441-9.021Q71.441-8.884 71.592-8.848Q71.742-8.812 71.968-8.812L71.968-8.532M74.661-7.999Q74.661-8.245 74.858-8.429Q75.054-8.614 75.311-8.693Q75.174-8.805 75.102-8.966Q75.030-9.127 75.030-9.308Q75.030-9.629 75.242-9.875Q74.907-10.173 74.907-10.583Q74.907-11.044 75.297-11.331Q75.687-11.618 76.165-11.618Q76.637-11.618 76.972-11.372Q77.146-11.526 77.356-11.608Q77.566-11.690 77.795-11.690Q77.959-11.690 78.081-11.583Q78.202-11.475 78.202-11.311Q78.202-11.215 78.130-11.143Q78.059-11.072 77.966-11.072Q77.867-11.072 77.797-11.145Q77.727-11.219 77.727-11.318Q77.727-11.372 77.741-11.403L77.748-11.417Q77.754-11.437 77.763-11.448Q77.771-11.458 77.775-11.465Q77.419-11.465 77.132-11.242Q77.419-10.949 77.419-10.583Q77.419-10.268 77.235-10.036Q77.050-9.803 76.761-9.675Q76.473-9.547 76.165-9.547Q75.963-9.547 75.772-9.597Q75.581-9.646 75.403-9.756Q75.311-9.629 75.311-9.486Q75.311-9.304 75.439-9.169Q75.567-9.034 75.751-9.034L76.384-9.034Q76.832-9.034 77.201-8.963Q77.570-8.891 77.830-8.662Q78.089-8.433 78.089-7.999Q78.089-7.678 77.794-7.476Q77.498-7.274 77.095-7.185Q76.691-7.096 76.377-7.096Q76.059-7.096 75.656-7.185Q75.252-7.274 74.957-7.476Q74.661-7.678 74.661-7.999M75.116-7.999Q75.116-7.770 75.334-7.621Q75.553-7.472 75.845-7.404Q76.138-7.336 76.377-7.336Q76.541-7.336 76.750-7.372Q76.958-7.407 77.165-7.488Q77.372-7.568 77.503-7.696Q77.635-7.824 77.635-7.999Q77.635-8.351 77.254-8.445Q76.873-8.539 76.370-8.539L75.751-8.539Q75.512-8.539 75.314-8.388Q75.116-8.238 75.116-7.999M76.165-9.786Q76.832-9.786 76.832-10.583Q76.832-11.383 76.165-11.383Q75.495-11.383 75.495-10.583Q75.495-9.786 76.165-9.786\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(251.072 1.711)\">\u003Cpath d=\"M-3.860-8.532L-5.450-8.532L-5.450-8.812Q-4.807-8.812-4.650-9.212L-3.006-13.427Q-2.972-13.522-2.859-13.522L-2.777-13.522Q-2.667-13.522-2.626-13.427L-0.907-9.021Q-0.839-8.881-0.649-8.846Q-0.459-8.812-0.186-8.812L-0.186-8.532L-2.185-8.532L-2.185-8.812Q-1.621-8.812-1.621-8.987Q-1.621-9.004-1.623-9.011Q-1.625-9.017-1.628-9.021L-2.049-10.087L-4.007-10.087L-4.349-9.212Q-4.363-9.212-4.363-9.134Q-4.363-8.973-4.200-8.893Q-4.038-8.812-3.860-8.812L-3.860-8.532M-3.026-12.606L-3.894-10.367L-2.151-10.367L-3.026-12.606M2.200-8.532L0.464-8.532L0.464-8.812Q0.693-8.812 0.841-8.846Q0.990-8.881 0.990-9.021L0.990-10.870Q0.990-11.140 0.882-11.201Q0.775-11.263 0.464-11.263L0.464-11.543L1.492-11.618L1.492-10.911Q1.622-11.219 1.865-11.418Q2.108-11.618 2.425-11.618Q2.644-11.618 2.815-11.494Q2.986-11.369 2.986-11.157Q2.986-11.020 2.887-10.921Q2.788-10.822 2.654-10.822Q2.518-10.822 2.419-10.921Q2.319-11.020 2.319-11.157Q2.319-11.297 2.419-11.396Q2.128-11.396 1.928-11.200Q1.728-11.003 1.636-10.709Q1.544-10.415 1.544-10.135L1.544-9.021Q1.544-8.812 2.200-8.812L2.200-8.532M3.529-7.999Q3.529-8.245 3.726-8.429Q3.923-8.614 4.179-8.693Q4.042-8.805 3.970-8.966Q3.899-9.127 3.899-9.308Q3.899-9.629 4.111-9.875Q3.776-10.173 3.776-10.583Q3.776-11.044 4.165-11.331Q4.555-11.618 5.033-11.618Q5.505-11.618 5.840-11.372Q6.014-11.526 6.225-11.608Q6.435-11.690 6.664-11.690Q6.828-11.690 6.949-11.583Q7.070-11.475 7.070-11.311Q7.070-11.215 6.999-11.143Q6.927-11.072 6.835-11.072Q6.736-11.072 6.665-11.145Q6.595-11.219 6.595-11.318Q6.595-11.372 6.609-11.403L6.616-11.417Q6.623-11.437 6.631-11.448Q6.640-11.458 6.643-11.465Q6.288-11.465 6.001-11.242Q6.288-10.949 6.288-10.583Q6.288-10.268 6.103-10.036Q5.919-9.803 5.630-9.675Q5.341-9.547 5.033-9.547Q4.832-9.547 4.640-9.597Q4.449-9.646 4.271-9.756Q4.179-9.629 4.179-9.486Q4.179-9.304 4.307-9.169Q4.435-9.034 4.620-9.034L5.252-9.034Q5.700-9.034 6.069-8.963Q6.438-8.891 6.698-8.662Q6.958-8.433 6.958-7.999Q6.958-7.678 6.662-7.476Q6.366-7.274 5.963-7.185Q5.560-7.096 5.245-7.096Q4.927-7.096 4.524-7.185Q4.121-7.274 3.825-7.476Q3.529-7.678 3.529-7.999M3.984-7.999Q3.984-7.770 4.203-7.621Q4.422-7.472 4.714-7.404Q5.006-7.336 5.245-7.336Q5.409-7.336 5.618-7.372Q5.826-7.407 6.033-7.488Q6.240-7.568 6.371-7.696Q6.503-7.824 6.503-7.999Q6.503-8.351 6.122-8.445Q5.741-8.539 5.238-8.539L4.620-8.539Q4.381-8.539 4.182-8.388Q3.984-8.238 3.984-7.999M5.033-9.786Q5.700-9.786 5.700-10.583Q5.700-11.383 5.033-11.383Q4.363-11.383 4.363-10.583Q4.363-9.786 5.033-9.786M10.564-8.532L7.679-8.532L7.679-8.734Q7.679-8.764 7.706-8.792L8.954-10.009Q9.026-10.084 9.068-10.126Q9.111-10.169 9.190-10.248Q9.603-10.661 9.834-11.019Q10.065-11.376 10.065-11.800Q10.065-12.032 9.986-12.235Q9.907-12.439 9.766-12.589Q9.624-12.740 9.429-12.820Q9.234-12.900 9.002-12.900Q8.691-12.900 8.433-12.741Q8.174-12.582 8.045-12.305L8.065-12.305Q8.233-12.305 8.340-12.194Q8.448-12.083 8.448-11.919Q8.448-11.762 8.339-11.649Q8.229-11.536 8.065-11.536Q7.904-11.536 7.792-11.649Q7.679-11.762 7.679-11.919Q7.679-12.295 7.887-12.582Q8.096-12.869 8.431-13.025Q8.766-13.180 9.121-13.180Q9.545-13.180 9.924-13.022Q10.304-12.863 10.538-12.546Q10.772-12.230 10.772-11.800Q10.772-11.489 10.632-11.220Q10.492-10.952 10.287-10.747Q10.082-10.542 9.719-10.260Q9.357-9.978 9.248-9.882L8.393-9.154L9.036-9.154Q9.299-9.154 9.588-9.156Q9.877-9.157 10.095-9.166Q10.314-9.175 10.331-9.192Q10.393-9.257 10.430-9.424Q10.468-9.592 10.506-9.834L10.772-9.834\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(251.072 1.711)\">\u003Cpath d=\"M19.412-9.339L14.579-9.339Q14.511-9.349 14.465-9.395Q14.419-9.441 14.419-9.513Q14.419-9.578 14.465-9.624Q14.511-9.670 14.579-9.680L19.412-9.680Q19.481-9.670 19.527-9.624Q19.573-9.578 19.573-9.513Q19.573-9.441 19.527-9.395Q19.481-9.349 19.412-9.339M19.412-10.877L14.579-10.877Q14.511-10.887 14.465-10.933Q14.419-10.979 14.419-11.051Q14.419-11.195 14.579-11.219L19.412-11.219Q19.573-11.195 19.573-11.051Q19.573-10.979 19.527-10.933Q19.481-10.887 19.412-10.877\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(251.072 1.711)\">\u003Cpath d=\"M23.137-9.260Q23.137-9.592 23.360-9.819Q23.584-10.046 23.928-10.174Q24.271-10.303 24.644-10.355Q25.016-10.408 25.321-10.408L25.321-10.661Q25.321-10.866 25.213-11.046Q25.105-11.225 24.924-11.328Q24.743-11.430 24.535-11.430Q24.128-11.430 23.892-11.338Q23.981-11.301 24.027-11.217Q24.073-11.133 24.073-11.031Q24.073-10.935 24.027-10.856Q23.981-10.778 23.900-10.733Q23.820-10.689 23.731-10.689Q23.581-10.689 23.480-10.786Q23.379-10.884 23.379-11.031Q23.379-11.653 24.535-11.653Q24.746-11.653 24.996-11.589Q25.245-11.526 25.447-11.407Q25.649-11.287 25.775-11.102Q25.902-10.918 25.902-10.675L25.902-9.099Q25.902-8.983 25.963-8.887Q26.025-8.792 26.138-8.792Q26.247-8.792 26.312-8.886Q26.377-8.980 26.377-9.099L26.377-9.547L26.643-9.547L26.643-9.099Q26.643-8.829 26.416-8.664Q26.189-8.498 25.909-8.498Q25.700-8.498 25.563-8.652Q25.427-8.805 25.403-9.021Q25.256-8.754 24.974-8.609Q24.692-8.464 24.367-8.464Q24.090-8.464 23.806-8.539Q23.523-8.614 23.330-8.793Q23.137-8.973 23.137-9.260M23.752-9.260Q23.752-9.086 23.853-8.956Q23.953-8.826 24.109-8.756Q24.264-8.686 24.429-8.686Q24.647-8.686 24.856-8.783Q25.064-8.881 25.192-9.062Q25.321-9.243 25.321-9.469L25.321-10.197Q24.996-10.197 24.630-10.106Q24.264-10.015 24.008-9.803Q23.752-9.592 23.752-9.260M28.742-8.532L27.108-8.532L27.108-8.812Q27.337-8.812 27.486-8.846Q27.635-8.881 27.635-9.021L27.635-10.870Q27.635-11.140 27.527-11.201Q27.419-11.263 27.108-11.263L27.108-11.543L28.168-11.618L28.168-10.969Q28.339-11.277 28.643-11.448Q28.947-11.618 29.292-11.618Q29.692-11.618 29.969-11.478Q30.246-11.338 30.331-10.990Q30.499-11.283 30.798-11.451Q31.097-11.618 31.442-11.618Q31.948-11.618 32.232-11.395Q32.515-11.171 32.515-10.675L32.515-9.021Q32.515-8.884 32.664-8.848Q32.813-8.812 33.038-8.812L33.038-8.532L31.408-8.532L31.408-8.812Q31.634-8.812 31.784-8.848Q31.934-8.884 31.934-9.021L31.934-10.661Q31.934-10.996 31.815-11.196Q31.695-11.396 31.381-11.396Q31.111-11.396 30.877-11.260Q30.642-11.123 30.504-10.889Q30.366-10.655 30.366-10.381L30.366-9.021Q30.366-8.884 30.514-8.848Q30.663-8.812 30.889-8.812L30.889-8.532L29.258-8.532L29.258-8.812Q29.487-8.812 29.636-8.846Q29.785-8.881 29.785-9.021L29.785-10.661Q29.785-10.996 29.665-11.196Q29.545-11.396 29.231-11.396Q28.961-11.396 28.727-11.260Q28.493-11.123 28.354-10.889Q28.216-10.655 28.216-10.381L28.216-9.021Q28.216-8.884 28.366-8.848Q28.516-8.812 28.742-8.812L28.742-8.532M33.585-10.015Q33.585-10.357 33.720-10.656Q33.855-10.955 34.095-11.179Q34.334-11.403 34.652-11.528Q34.970-11.653 35.301-11.653Q35.745-11.653 36.145-11.437Q36.545-11.222 36.779-10.844Q37.014-10.467 37.014-10.015Q37.014-9.674 36.872-9.390Q36.730-9.106 36.485-8.899Q36.241-8.693 35.932-8.578Q35.622-8.464 35.301-8.464Q34.870-8.464 34.469-8.665Q34.067-8.867 33.826-9.219Q33.585-9.571 33.585-10.015M35.301-8.713Q35.903-8.713 36.127-9.091Q36.350-9.469 36.350-10.101Q36.350-10.713 36.116-11.072Q35.882-11.430 35.301-11.430Q34.248-11.430 34.248-10.101Q34.248-9.469 34.474-9.091Q34.700-8.713 35.301-8.713M38.182-9.366L38.182-10.870Q38.182-11.140 38.075-11.201Q37.967-11.263 37.656-11.263L37.656-11.543L38.764-11.618L38.764-9.386L38.764-9.366Q38.764-9.086 38.815-8.942Q38.866-8.799 39.008-8.742Q39.150-8.686 39.437-8.686Q39.690-8.686 39.895-8.826Q40.100-8.966 40.216-9.192Q40.332-9.417 40.332-9.667L40.332-10.870Q40.332-11.140 40.225-11.201Q40.117-11.263 39.806-11.263L39.806-11.543L40.913-11.618L40.913-9.205Q40.913-9.014 40.966-8.932Q41.019-8.850 41.120-8.831Q41.221-8.812 41.436-8.812L41.436-8.532L40.360-8.464L40.360-9.028Q40.250-8.846 40.105-8.723Q39.960-8.600 39.774-8.532Q39.587-8.464 39.386-8.464Q38.182-8.464 38.182-9.366M43.706-8.532L42.072-8.532L42.072-8.812Q42.301-8.812 42.450-8.846Q42.598-8.881 42.598-9.021L42.598-10.870Q42.598-11.140 42.491-11.201Q42.383-11.263 42.072-11.263L42.072-11.543L43.132-11.618L43.132-10.969Q43.303-11.277 43.607-11.448Q43.911-11.618 44.256-11.618Q44.762-11.618 45.046-11.395Q45.329-11.171 45.329-10.675L45.329-9.021Q45.329-8.884 45.478-8.848Q45.627-8.812 45.852-8.812L45.852-8.532L44.222-8.532L44.222-8.812Q44.451-8.812 44.600-8.846Q44.748-8.881 44.748-9.021L44.748-10.661Q44.748-10.996 44.629-11.196Q44.509-11.396 44.195-11.396Q43.925-11.396 43.691-11.260Q43.456-11.123 43.318-10.889Q43.180-10.655 43.180-10.381L43.180-9.021Q43.180-8.884 43.330-8.848Q43.480-8.812 43.706-8.812\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(251.072 1.711)\">\u003Cpath d=\"M46.765-9.373L46.765-11.270L46.126-11.270L46.126-11.492Q46.444-11.492 46.661-11.702Q46.878-11.912 46.978-12.222Q47.079-12.531 47.079-12.839L47.346-12.839L47.346-11.550L48.423-11.550L48.423-11.270L47.346-11.270L47.346-9.386Q47.346-9.110 47.450-8.911Q47.554-8.713 47.814-8.713Q47.971-8.713 48.077-8.817Q48.183-8.922 48.233-9.075Q48.282-9.229 48.282-9.386L48.282-9.800L48.549-9.800L48.549-9.373Q48.549-9.147 48.450-8.937Q48.351-8.727 48.166-8.595Q47.982-8.464 47.753-8.464Q47.315-8.464 47.040-8.701Q46.765-8.939 46.765-9.373\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">PropBank labels three surface forms of the same \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6679em;\">\u003C\u002Fspan>\u003Cspan class=\"enclosing textsc\">\u003Cspan class=\"mord text\">\u003Cspan class=\"mord\">increase.01\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> event. In each, Big Fruit Co. is \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8778em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord text\">\u003Cspan class=\"mord\">Arg0\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> (the proto-agent) and the price of bananas is \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8778em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord text\">\u003Cspan class=\"mord\">Arg1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> (the proto-patient), regardless of active\u002Fpassive voice or which argument surfaces as subject.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:452.601px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 339.451 30.633\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-62.07-61.528H43.578v-9.861H-62.07Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-50.324 2.43)\">\u003Cpath d=\"M-5.025-66.459L-7.763-66.459L-7.763-66.739Q-7.414-66.739-7.077-66.775Q-6.741-66.811-6.741-66.948L-6.741-70.749Q-6.741-70.892-6.829-70.926Q-6.918-70.960-7.103-70.960L-7.462-70.960Q-7.763-70.960-7.978-70.913Q-8.193-70.865-8.350-70.708Q-8.487-70.574-8.547-70.296Q-8.607-70.017-8.644-69.604L-8.911-69.604L-8.764-71.241L-4.030-71.241L-3.883-69.604L-4.150-69.604Q-4.187-70.017-4.244-70.294Q-4.300-70.571-4.444-70.708Q-4.604-70.868-4.816-70.914Q-5.028-70.960-5.332-70.960L-5.684-70.960Q-5.869-70.960-5.958-70.926Q-6.047-70.892-6.047-70.749L-6.047-66.948Q-6.047-66.811-5.710-66.775Q-5.373-66.739-5.025-66.739L-5.025-66.459M-1.545-66.459L-3.179-66.459L-3.179-66.739Q-2.950-66.739-2.801-66.773Q-2.653-66.808-2.653-66.948L-2.653-70.567Q-2.653-70.837-2.760-70.899Q-2.868-70.960-3.179-70.960L-3.179-71.241L-2.099-71.316L-2.099-68.930Q-1.993-69.115-1.815-69.257Q-1.638-69.398-1.429-69.472Q-1.221-69.545-0.995-69.545Q-0.489-69.545-0.205-69.322Q0.078-69.098 0.078-68.602L0.078-66.948Q0.078-66.811 0.227-66.775Q0.376-66.739 0.601-66.739L0.601-66.459L-1.029-66.459L-1.029-66.739Q-0.800-66.739-0.652-66.773Q-0.503-66.808-0.503-66.948L-0.503-68.588Q-0.503-68.923-0.622-69.123Q-0.742-69.323-1.057-69.323Q-1.327-69.323-1.561-69.187Q-1.795-69.050-1.933-68.816Q-2.072-68.582-2.072-68.308L-2.072-66.948Q-2.072-66.811-1.921-66.775Q-1.771-66.739-1.545-66.739L-1.545-66.459M1.148-67.994Q1.148-68.315 1.273-68.604Q1.398-68.893 1.623-69.116Q1.849-69.340 2.144-69.460Q2.440-69.580 2.758-69.580Q3.086-69.580 3.348-69.480Q3.609-69.381 3.785-69.199Q3.961-69.016 4.055-68.758Q4.149-68.500 4.149-68.168Q4.149-68.076 4.067-68.055L1.811-68.055L1.811-67.994Q1.811-67.406 2.095-67.023Q2.379-66.640 2.946-66.640Q3.267-66.640 3.535-66.833Q3.804-67.026 3.893-67.341Q3.900-67.382 3.975-67.396L4.067-67.396Q4.149-67.372 4.149-67.300Q4.149-67.293 4.142-67.266Q4.029-66.869 3.659-66.630Q3.288-66.391 2.864-66.391Q2.426-66.391 2.026-66.599Q1.627-66.808 1.387-67.175Q1.148-67.542 1.148-67.994M1.818-68.264L3.633-68.264Q3.633-68.541 3.535-68.793Q3.438-69.046 3.240-69.202Q3.042-69.357 2.758-69.357Q2.481-69.357 2.267-69.199Q2.054-69.040 1.936-68.785Q1.818-68.530 1.818-68.264\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-50.324 2.43)\">\u003Cpath d=\"M7.618-66.397L7.618-67.970Q7.618-67.997 7.643-68.023Q7.669-68.048 7.696-68.048L7.809-68.048Q7.837-68.048 7.860-68.021Q7.884-67.994 7.884-67.970Q7.884-67.625 8.016-67.361Q8.148-67.098 8.377-66.929Q8.606-66.760 8.908-66.679Q9.211-66.599 9.552-66.599Q9.819-66.599 10.055-66.727Q10.291-66.855 10.436-67.078Q10.581-67.300 10.581-67.566Q10.581-67.789 10.475-67.985Q10.369-68.182 10.188-68.317Q10.007-68.452 9.781-68.503L8.753-68.735Q8.441-68.807 8.182-68.993Q7.922-69.180 7.770-69.451Q7.618-69.723 7.618-70.038Q7.618-70.424 7.831-70.731Q8.045-71.039 8.392-71.210Q8.739-71.381 9.118-71.381Q9.347-71.381 9.576-71.328Q9.805-71.275 10.004-71.167Q10.202-71.060 10.356-70.896L10.650-71.336Q10.673-71.381 10.714-71.381L10.762-71.381Q10.793-71.381 10.815-71.355Q10.837-71.330 10.837-71.302L10.837-69.727Q10.837-69.706 10.814-69.679Q10.790-69.651 10.762-69.651L10.650-69.651Q10.588-69.651 10.574-69.727Q10.533-70.140 10.352-70.460Q10.171-70.779 9.860-70.954Q9.549-71.128 9.118-71.128Q8.869-71.128 8.629-71.017Q8.390-70.906 8.240-70.708Q8.089-70.509 8.089-70.246Q8.089-70.034 8.197-69.853Q8.305-69.672 8.481-69.552Q8.657-69.433 8.865-69.392L9.894-69.163Q10.212-69.091 10.479-68.886Q10.745-68.681 10.897-68.387Q11.049-68.093 11.049-67.761Q11.049-67.368 10.844-67.033Q10.639-66.698 10.294-66.509Q9.949-66.319 9.552-66.319Q9.132-66.319 8.753-66.432Q8.373-66.544 8.103-66.794L7.809-66.360Q7.782-66.319 7.744-66.319L7.696-66.319Q7.669-66.319 7.643-66.344Q7.618-66.370 7.618-66.397M11.918-67.187Q11.918-67.519 12.141-67.746Q12.365-67.973 12.709-68.101Q13.052-68.230 13.425-68.282Q13.797-68.335 14.102-68.335L14.102-68.588Q14.102-68.793 13.994-68.973Q13.886-69.152 13.705-69.255Q13.524-69.357 13.316-69.357Q12.909-69.357 12.673-69.265Q12.762-69.228 12.808-69.144Q12.854-69.060 12.854-68.958Q12.854-68.862 12.808-68.783Q12.762-68.705 12.681-68.660Q12.601-68.616 12.512-68.616Q12.362-68.616 12.261-68.713Q12.160-68.811 12.160-68.958Q12.160-69.580 13.316-69.580Q13.527-69.580 13.777-69.516Q14.026-69.453 14.228-69.334Q14.430-69.214 14.556-69.029Q14.683-68.845 14.683-68.602L14.683-67.026Q14.683-66.910 14.744-66.814Q14.806-66.719 14.919-66.719Q15.028-66.719 15.093-66.813Q15.158-66.907 15.158-67.026L15.158-67.474L15.424-67.474L15.424-67.026Q15.424-66.756 15.197-66.591Q14.970-66.425 14.690-66.425Q14.481-66.425 14.344-66.579Q14.208-66.732 14.184-66.948Q14.037-66.681 13.755-66.536Q13.473-66.391 13.148-66.391Q12.871-66.391 12.587-66.466Q12.304-66.541 12.111-66.720Q11.918-66.900 11.918-67.187M12.533-67.187Q12.533-67.013 12.634-66.883Q12.734-66.753 12.890-66.683Q13.046-66.613 13.210-66.613Q13.428-66.613 13.637-66.710Q13.845-66.808 13.973-66.989Q14.102-67.170 14.102-67.396L14.102-68.124Q13.777-68.124 13.411-68.033Q13.046-67.942 12.789-67.730Q12.533-67.519 12.533-67.187M17.523-66.459L15.889-66.459L15.889-66.739Q16.118-66.739 16.267-66.773Q16.416-66.808 16.416-66.948L16.416-68.797Q16.416-69.067 16.308-69.128Q16.200-69.190 15.889-69.190L15.889-69.470L16.949-69.545L16.949-68.896Q17.120-69.204 17.424-69.375Q17.728-69.545 18.073-69.545Q18.579-69.545 18.863-69.322Q19.147-69.098 19.147-68.602L19.147-66.948Q19.147-66.811 19.295-66.775Q19.444-66.739 19.670-66.739L19.670-66.459L18.039-66.459L18.039-66.739Q18.268-66.739 18.417-66.773Q18.566-66.808 18.566-66.948L18.566-68.588Q18.566-68.923 18.446-69.123Q18.326-69.323 18.012-69.323Q17.742-69.323 17.508-69.187Q17.274-69.050 17.135-68.816Q16.997-68.582 16.997-68.308L16.997-66.948Q16.997-66.811 17.147-66.775Q17.297-66.739 17.523-66.739\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-50.324 2.43)\">\u003Cpath d=\"M25.336-66.459L23.022-66.459L23.022-66.739Q23.744-66.739 23.744-66.948L23.744-70.749Q23.744-70.960 23.022-70.960L23.022-71.241L27.206-71.241L27.418-69.604L27.151-69.604Q27.073-70.215 26.921-70.494Q26.768-70.772 26.464-70.866Q26.160-70.960 25.535-70.960L24.800-70.960Q24.612-70.960 24.523-70.926Q24.434-70.892 24.434-70.749L24.434-68.992L24.988-68.992Q25.357-68.992 25.541-69.046Q25.726-69.101 25.805-69.274Q25.883-69.446 25.883-69.812L26.150-69.812L26.150-67.895L25.883-67.895Q25.883-68.260 25.805-68.433Q25.726-68.605 25.541-68.658Q25.357-68.711 24.988-68.711L24.434-68.711L24.434-66.948Q24.434-66.739 25.336-66.739\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-50.324 2.43)\">\u003Cpath d=\"M29.221-66.459L27.485-66.459L27.485-66.739Q27.714-66.739 27.863-66.773Q28.011-66.808 28.011-66.948L28.011-68.797Q28.011-69.067 27.904-69.128Q27.796-69.190 27.485-69.190L27.485-69.470L28.514-69.545L28.514-68.838Q28.644-69.146 28.886-69.345Q29.129-69.545 29.447-69.545Q29.666-69.545 29.837-69.421Q30.008-69.296 30.008-69.084Q30.008-68.947 29.908-68.848Q29.809-68.749 29.676-68.749Q29.539-68.749 29.440-68.848Q29.341-68.947 29.341-69.084Q29.341-69.224 29.440-69.323Q29.150-69.323 28.950-69.127Q28.750-68.930 28.657-68.636Q28.565-68.342 28.565-68.062L28.565-66.948Q28.565-66.739 29.221-66.739L29.221-66.459M30.650-67.187Q30.650-67.519 30.874-67.746Q31.098-67.973 31.441-68.101Q31.785-68.230 32.157-68.282Q32.530-68.335 32.834-68.335L32.834-68.588Q32.834-68.793 32.727-68.973Q32.619-69.152 32.438-69.255Q32.257-69.357 32.048-69.357Q31.641-69.357 31.406-69.265Q31.494-69.228 31.541-69.144Q31.587-69.060 31.587-68.958Q31.587-68.862 31.541-68.783Q31.494-68.705 31.414-68.660Q31.334-68.616 31.245-68.616Q31.095-68.616 30.994-68.713Q30.893-68.811 30.893-68.958Q30.893-69.580 32.048-69.580Q32.260-69.580 32.510-69.516Q32.759-69.453 32.961-69.334Q33.162-69.214 33.289-69.029Q33.415-68.845 33.415-68.602L33.415-67.026Q33.415-66.910 33.477-66.814Q33.538-66.719 33.651-66.719Q33.761-66.719 33.825-66.813Q33.890-66.907 33.890-67.026L33.890-67.474L34.157-67.474L34.157-67.026Q34.157-66.756 33.930-66.591Q33.702-66.425 33.422-66.425Q33.214-66.425 33.077-66.579Q32.940-66.732 32.916-66.948Q32.769-66.681 32.487-66.536Q32.205-66.391 31.881-66.391Q31.604-66.391 31.320-66.466Q31.036-66.541 30.843-66.720Q30.650-66.900 30.650-67.187M31.265-67.187Q31.265-67.013 31.366-66.883Q31.467-66.753 31.623-66.683Q31.778-66.613 31.942-66.613Q32.161-66.613 32.369-66.710Q32.578-66.808 32.706-66.989Q32.834-67.170 32.834-67.396L32.834-68.124Q32.510-68.124 32.144-68.033Q31.778-67.942 31.522-67.730Q31.265-67.519 31.265-67.187M36.256-66.459L34.622-66.459L34.622-66.739Q34.851-66.739 35-66.773Q35.148-66.808 35.148-66.948L35.148-68.797Q35.148-69.067 35.041-69.128Q34.933-69.190 34.622-69.190L34.622-69.470L35.681-69.545L35.681-68.896Q35.852-69.204 36.157-69.375Q36.461-69.545 36.806-69.545Q37.312-69.545 37.595-69.322Q37.879-69.098 37.879-68.602L37.879-66.948Q37.879-66.811 38.028-66.775Q38.177-66.739 38.402-66.739L38.402-66.459L36.772-66.459L36.772-66.739Q37.001-66.739 37.149-66.773Q37.298-66.808 37.298-66.948L37.298-68.588Q37.298-68.923 37.178-69.123Q37.059-69.323 36.744-69.323Q36.474-69.323 36.240-69.187Q36.006-69.050 35.868-68.816Q35.729-68.582 35.729-68.308L35.729-66.948Q35.729-66.811 35.880-66.775Q36.030-66.739 36.256-66.739L36.256-66.459M38.990-67.970Q38.990-68.298 39.125-68.599Q39.260-68.899 39.496-69.120Q39.732-69.340 40.036-69.460Q40.340-69.580 40.665-69.580Q41.171-69.580 41.519-69.477Q41.868-69.375 41.868-68.999Q41.868-68.852 41.771-68.751Q41.673-68.650 41.526-68.650Q41.372-68.650 41.273-68.749Q41.174-68.848 41.174-68.999Q41.174-69.187 41.314-69.279Q41.113-69.330 40.672-69.330Q40.316-69.330 40.087-69.134Q39.858-68.937 39.757-68.628Q39.657-68.318 39.657-67.970Q39.657-67.621 39.783-67.315Q39.909-67.009 40.164-66.825Q40.419-66.640 40.774-66.640Q40.996-66.640 41.181-66.724Q41.365-66.808 41.501-66.963Q41.636-67.119 41.694-67.327Q41.707-67.382 41.762-67.382L41.875-67.382Q41.906-67.382 41.928-67.358Q41.950-67.334 41.950-67.300L41.950-67.279Q41.865-66.992 41.677-66.794Q41.489-66.596 41.224-66.493Q40.959-66.391 40.665-66.391Q40.234-66.391 39.846-66.597Q39.458-66.804 39.224-67.167Q38.990-67.529 38.990-67.970M44.155-66.459L42.603-66.459L42.603-66.739Q42.828-66.739 42.977-66.773Q43.126-66.808 43.126-66.948L43.126-68.797Q43.126-68.985 43.078-69.069Q43.030-69.152 42.933-69.171Q42.835-69.190 42.623-69.190L42.623-69.470L43.679-69.545L43.679-66.948Q43.679-66.808 43.811-66.773Q43.943-66.739 44.155-66.739L44.155-66.459M42.883-70.766Q42.883-70.937 43.006-71.056Q43.129-71.176 43.300-71.176Q43.468-71.176 43.591-71.056Q43.714-70.937 43.714-70.766Q43.714-70.591 43.591-70.468Q43.468-70.345 43.300-70.345Q43.129-70.345 43.006-70.468Q42.883-70.591 42.883-70.766M44.801-66.466L44.801-67.529Q44.801-67.553 44.828-67.580Q44.855-67.607 44.879-67.607L44.989-67.607Q45.053-67.607 45.067-67.549Q45.163-67.115 45.409-66.864Q45.655-66.613 46.069-66.613Q46.410-66.613 46.663-66.746Q46.916-66.879 46.916-67.187Q46.916-67.344 46.822-67.459Q46.728-67.573 46.590-67.642Q46.451-67.710 46.284-67.748L45.703-67.847Q45.347-67.915 45.074-68.136Q44.801-68.356 44.801-68.698Q44.801-68.947 44.912-69.122Q45.023-69.296 45.209-69.395Q45.395-69.494 45.611-69.537Q45.826-69.580 46.069-69.580Q46.482-69.580 46.762-69.398L46.978-69.573Q46.988-69.576 46.995-69.578Q47.002-69.580 47.012-69.580L47.063-69.580Q47.091-69.580 47.115-69.556Q47.138-69.532 47.138-69.504L47.138-68.657Q47.138-68.636 47.115-68.609Q47.091-68.582 47.063-68.582L46.950-68.582Q46.923-68.582 46.897-68.607Q46.872-68.633 46.872-68.657Q46.872-68.893 46.766-69.057Q46.660-69.221 46.477-69.303Q46.294-69.385 46.062-69.385Q45.734-69.385 45.477-69.282Q45.221-69.180 45.221-68.903Q45.221-68.708 45.404-68.599Q45.587-68.489 45.816-68.448L46.390-68.342Q46.636-68.294 46.850-68.166Q47.063-68.038 47.200-67.835Q47.337-67.631 47.337-67.382Q47.337-66.869 46.971-66.630Q46.605-66.391 46.069-66.391Q45.573-66.391 45.241-66.685L44.975-66.411Q44.954-66.391 44.927-66.391L44.879-66.391Q44.855-66.391 44.828-66.418Q44.801-66.445 44.801-66.466M47.966-67.970Q47.966-68.298 48.101-68.599Q48.236-68.899 48.471-69.120Q48.707-69.340 49.011-69.460Q49.316-69.580 49.640-69.580Q50.146-69.580 50.495-69.477Q50.844-69.375 50.844-68.999Q50.844-68.852 50.746-68.751Q50.649-68.650 50.502-68.650Q50.348-68.650 50.249-68.749Q50.150-68.848 50.150-68.999Q50.150-69.187 50.290-69.279Q50.088-69.330 49.647-69.330Q49.292-69.330 49.063-69.134Q48.834-68.937 48.733-68.628Q48.632-68.318 48.632-67.970Q48.632-67.621 48.759-67.315Q48.885-67.009 49.140-66.825Q49.394-66.640 49.750-66.640Q49.972-66.640 50.157-66.724Q50.341-66.808 50.476-66.963Q50.611-67.119 50.669-67.327Q50.683-67.382 50.738-67.382L50.850-67.382Q50.881-67.382 50.903-67.358Q50.926-67.334 50.926-67.300L50.926-67.279Q50.840-66.992 50.652-66.794Q50.464-66.596 50.199-66.493Q49.934-66.391 49.640-66.391Q49.210-66.391 48.822-66.597Q48.434-66.804 48.200-67.167Q47.966-67.529 47.966-67.970M51.472-67.942Q51.472-68.284 51.607-68.583Q51.742-68.882 51.982-69.106Q52.221-69.330 52.539-69.455Q52.857-69.580 53.188-69.580Q53.633-69.580 54.032-69.364Q54.432-69.149 54.667-68.771Q54.901-68.394 54.901-67.942Q54.901-67.601 54.759-67.317Q54.617-67.033 54.373-66.826Q54.128-66.620 53.819-66.505Q53.510-66.391 53.188-66.391Q52.758-66.391 52.356-66.592Q51.954-66.794 51.713-67.146Q51.472-67.498 51.472-67.942M53.188-66.640Q53.790-66.640 54.014-67.018Q54.238-67.396 54.238-68.028Q54.238-68.640 54.003-68.999Q53.769-69.357 53.188-69.357Q52.136-69.357 52.136-68.028Q52.136-67.396 52.361-67.018Q52.587-66.640 53.188-66.640\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-50.324 2.43)\">\u003Cpath d=\"M62.690-66.459L58.287-66.459L58.287-66.739Q59.009-66.739 59.009-66.948L59.009-70.749Q59.009-70.960 58.287-70.960L58.287-71.241L62.577-71.241L62.785-69.604L62.522-69.604Q62.464-70.075 62.362-70.340Q62.259-70.605 62.075-70.738Q61.890-70.872 61.618-70.916Q61.346-70.960 60.847-70.960L60.065-70.960Q59.877-70.960 59.788-70.926Q59.699-70.892 59.699-70.749L59.699-69.084L60.273-69.084Q60.663-69.084 60.846-69.135Q61.029-69.187 61.111-69.359Q61.193-69.532 61.193-69.904L61.456-69.904L61.456-67.983L61.193-67.983Q61.193-68.356 61.111-68.529Q61.029-68.701 60.846-68.752Q60.663-68.804 60.273-68.804L59.699-68.804L59.699-66.948Q59.699-66.808 59.788-66.773Q59.877-66.739 60.065-66.739L60.912-66.739Q61.442-66.739 61.752-66.808Q62.061-66.876 62.249-67.043Q62.437-67.211 62.544-67.513Q62.652-67.816 62.738-68.329L63.004-68.329L62.690-66.459M64.775-66.459L63.452-66.459L63.452-66.739Q64.012-66.739 64.392-67.139L65.106-67.936L64.194-68.985Q64.057-69.132 63.908-69.164Q63.760-69.197 63.493-69.197L63.493-69.477L64.993-69.477L64.993-69.197Q64.802-69.197 64.802-69.063Q64.802-69.033 64.833-68.985L65.428-68.301L65.868-68.797Q65.981-68.927 65.981-69.043Q65.981-69.105 65.944-69.151Q65.906-69.197 65.848-69.197L65.848-69.477L67.164-69.477L67.164-69.197Q66.603-69.197 66.224-68.797L65.602-68.096L66.596-66.948Q66.696-66.849 66.796-66.804Q66.897-66.760 67.008-66.750Q67.119-66.739 67.297-66.739L67.297-66.459L65.804-66.459L65.804-66.739Q65.868-66.739 65.928-66.773Q65.988-66.808 65.988-66.873Q65.988-66.920 65.957-66.948L65.281-67.734L64.747-67.139Q64.635-67.009 64.635-66.893Q64.635-66.828 64.676-66.784Q64.717-66.739 64.775-66.739L64.775-66.459M67.851-67.187Q67.851-67.519 68.075-67.746Q68.299-67.973 68.642-68.101Q68.986-68.230 69.358-68.282Q69.731-68.335 70.035-68.335L70.035-68.588Q70.035-68.793 69.927-68.973Q69.820-69.152 69.638-69.255Q69.457-69.357 69.249-69.357Q68.842-69.357 68.606-69.265Q68.695-69.228 68.741-69.144Q68.787-69.060 68.787-68.958Q68.787-68.862 68.741-68.783Q68.695-68.705 68.615-68.660Q68.534-68.616 68.446-68.616Q68.295-68.616 68.194-68.713Q68.094-68.811 68.094-68.958Q68.094-69.580 69.249-69.580Q69.461-69.580 69.710-69.516Q69.960-69.453 70.161-69.334Q70.363-69.214 70.490-69.029Q70.616-68.845 70.616-68.602L70.616-67.026Q70.616-66.910 70.678-66.814Q70.739-66.719 70.852-66.719Q70.961-66.719 71.026-66.813Q71.091-66.907 71.091-67.026L71.091-67.474L71.358-67.474L71.358-67.026Q71.358-66.756 71.130-66.591Q70.903-66.425 70.623-66.425Q70.414-66.425 70.278-66.579Q70.141-66.732 70.117-66.948Q69.970-66.681 69.688-66.536Q69.406-66.391 69.081-66.391Q68.804-66.391 68.521-66.466Q68.237-66.541 68.044-66.720Q67.851-66.900 67.851-67.187M68.466-67.187Q68.466-67.013 68.567-66.883Q68.668-66.753 68.823-66.683Q68.979-66.613 69.143-66.613Q69.362-66.613 69.570-66.710Q69.779-66.808 69.907-66.989Q70.035-67.170 70.035-67.396L70.035-68.124Q69.710-68.124 69.345-68.033Q68.979-67.942 68.722-67.730Q68.466-67.519 68.466-67.187M73.456-66.459L71.823-66.459L71.823-66.739Q72.052-66.739 72.200-66.773Q72.349-66.808 72.349-66.948L72.349-68.797Q72.349-69.067 72.241-69.128Q72.134-69.190 71.823-69.190L71.823-69.470L72.882-69.545L72.882-68.896Q73.053-69.204 73.357-69.375Q73.661-69.545 74.007-69.545Q74.407-69.545 74.683-69.405Q74.960-69.265 75.046-68.917Q75.213-69.210 75.512-69.378Q75.811-69.545 76.157-69.545Q76.662-69.545 76.946-69.322Q77.230-69.098 77.230-68.602L77.230-66.948Q77.230-66.811 77.378-66.775Q77.527-66.739 77.753-66.739L77.753-66.459L76.122-66.459L76.122-66.739Q76.348-66.739 76.498-66.775Q76.649-66.811 76.649-66.948L76.649-68.588Q76.649-68.923 76.529-69.123Q76.409-69.323 76.095-69.323Q75.825-69.323 75.591-69.187Q75.357-69.050 75.218-68.816Q75.080-68.582 75.080-68.308L75.080-66.948Q75.080-66.811 75.229-66.775Q75.377-66.739 75.603-66.739L75.603-66.459L73.972-66.459L73.972-66.739Q74.201-66.739 74.350-66.773Q74.499-66.808 74.499-66.948L74.499-68.588Q74.499-68.923 74.379-69.123Q74.260-69.323 73.945-69.323Q73.675-69.323 73.441-69.187Q73.207-69.050 73.068-68.816Q72.930-68.582 72.930-68.308L72.930-66.948Q72.930-66.811 73.080-66.775Q73.231-66.739 73.456-66.739L73.456-66.459M79.957-66.459L78.406-66.459L78.406-66.739Q78.631-66.739 78.780-66.773Q78.929-66.808 78.929-66.948L78.929-68.797Q78.929-68.985 78.881-69.069Q78.833-69.152 78.735-69.171Q78.638-69.190 78.426-69.190L78.426-69.470L79.482-69.545L79.482-66.948Q79.482-66.808 79.614-66.773Q79.745-66.739 79.957-66.739L79.957-66.459M78.686-70.766Q78.686-70.937 78.809-71.056Q78.932-71.176 79.103-71.176Q79.270-71.176 79.393-71.056Q79.516-70.937 79.516-70.766Q79.516-70.591 79.393-70.468Q79.270-70.345 79.103-70.345Q78.932-70.345 78.809-70.468Q78.686-70.591 78.686-70.766M82.285-66.459L80.651-66.459L80.651-66.739Q80.880-66.739 81.029-66.773Q81.178-66.808 81.178-66.948L81.178-68.797Q81.178-69.067 81.070-69.128Q80.962-69.190 80.651-69.190L80.651-69.470L81.711-69.545L81.711-68.896Q81.882-69.204 82.186-69.375Q82.490-69.545 82.835-69.545Q83.341-69.545 83.625-69.322Q83.908-69.098 83.908-68.602L83.908-66.948Q83.908-66.811 84.057-66.775Q84.206-66.739 84.431-66.739L84.431-66.459L82.801-66.459L82.801-66.739Q83.030-66.739 83.179-66.773Q83.327-66.808 83.327-66.948L83.327-68.588Q83.327-68.923 83.208-69.123Q83.088-69.323 82.774-69.323Q82.504-69.323 82.270-69.187Q82.035-69.050 81.897-68.816Q81.759-68.582 81.759-68.308L81.759-66.948Q81.759-66.811 81.909-66.775Q82.059-66.739 82.285-66.739L82.285-66.459M84.978-67.994Q84.978-68.315 85.103-68.604Q85.228-68.893 85.453-69.116Q85.679-69.340 85.975-69.460Q86.270-69.580 86.588-69.580Q86.916-69.580 87.178-69.480Q87.439-69.381 87.615-69.199Q87.791-69.016 87.885-68.758Q87.979-68.500 87.979-68.168Q87.979-68.076 87.897-68.055L85.641-68.055L85.641-67.994Q85.641-67.406 85.925-67.023Q86.209-66.640 86.776-66.640Q87.097-66.640 87.366-66.833Q87.634-67.026 87.723-67.341Q87.730-67.382 87.805-67.396L87.897-67.396Q87.979-67.372 87.979-67.300Q87.979-67.293 87.972-67.266Q87.860-66.869 87.489-66.630Q87.118-66.391 86.694-66.391Q86.257-66.391 85.857-66.599Q85.457-66.808 85.218-67.175Q84.978-67.542 84.978-67.994M85.648-68.264L87.463-68.264Q87.463-68.541 87.366-68.793Q87.268-69.046 87.070-69.202Q86.872-69.357 86.588-69.357Q86.311-69.357 86.098-69.199Q85.884-69.040 85.766-68.785Q85.648-68.530 85.648-68.264M90.317-66.459L88.581-66.459L88.581-66.739Q88.810-66.739 88.959-66.773Q89.107-66.808 89.107-66.948L89.107-68.797Q89.107-69.067 89-69.128Q88.892-69.190 88.581-69.190L88.581-69.470L89.610-69.545L89.610-68.838Q89.740-69.146 89.982-69.345Q90.225-69.545 90.543-69.545Q90.762-69.545 90.932-69.421Q91.103-69.296 91.103-69.084Q91.103-68.947 91.004-68.848Q90.905-68.749 90.772-68.749Q90.635-68.749 90.536-68.848Q90.437-68.947 90.437-69.084Q90.437-69.224 90.536-69.323Q90.245-69.323 90.045-69.127Q89.846-68.930 89.753-68.636Q89.661-68.342 89.661-68.062L89.661-66.948Q89.661-66.739 90.317-66.739\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmti7\" font-size=\"7\">\u003Cg transform=\"translate(65.093 2.43)\">\u003Cpath d=\"M-8.197-66.985Q-8.197-67.108-8.145-67.235L-7.558-68.749Q-7.482-68.951-7.482-69.105Q-7.482-69.323-7.643-69.323Q-7.899-69.323-8.065-69.058Q-8.231-68.793-8.330-68.448Q-8.340-68.383-8.398-68.383L-8.566-68.383Q-8.597-68.383-8.621-68.414Q-8.644-68.445-8.644-68.469L-8.644-68.496Q-8.576-68.756-8.436-68.993Q-8.296-69.231-8.086-69.388Q-7.875-69.545-7.622-69.545Q-7.359-69.545-7.168-69.381Q-6.976-69.217-6.976-68.951Q-6.976-68.845-7.028-68.698L-7.616-67.187Q-7.691-66.982-7.691-66.832Q-7.691-66.613-7.537-66.613Q-7.270-66.613-7.101-66.886Q-6.932-67.160-6.853-67.488Q-6.823-67.549-6.775-67.549L-6.607-67.549Q-6.573-67.549-6.551-67.520Q-6.529-67.491-6.529-67.467Q-6.529-67.454-6.536-67.440Q-6.597-67.190-6.739-66.948Q-6.881-66.705-7.089-66.548Q-7.298-66.391-7.551-66.391Q-7.821-66.391-8.009-66.555Q-8.197-66.719-8.197-66.985M-7.356-70.708Q-7.356-70.848-7.246-70.957Q-7.137-71.066-6.994-71.066Q-6.884-71.066-6.809-70.995Q-6.734-70.923-6.734-70.813Q-6.734-70.670-6.848-70.562Q-6.963-70.455-7.103-70.455Q-7.209-70.455-7.282-70.525Q-7.356-70.595-7.356-70.708M-5.681-66.920Q-5.520-66.613-4.953-66.613Q-4.721-66.613-4.495-66.686Q-4.269-66.760-4.117-66.917Q-3.965-67.074-3.965-67.307Q-3.965-67.471-4.105-67.582Q-4.246-67.693-4.430-67.734L-4.820-67.809Q-5.097-67.864-5.281-68.048Q-5.466-68.233-5.466-68.503Q-5.466-68.746-5.361-68.939Q-5.257-69.132-5.078-69.270Q-4.898-69.409-4.674-69.477Q-4.451-69.545-4.225-69.545Q-3.890-69.545-3.620-69.398Q-3.350-69.251-3.350-68.944Q-3.350-68.845-3.388-68.752Q-3.425-68.660-3.500-68.602Q-3.576-68.544-3.682-68.544Q-3.777-68.544-3.844-68.607Q-3.911-68.670-3.911-68.763Q-3.911-68.824-3.883-68.886Q-3.856-68.947-3.806-68.993Q-3.757-69.040-3.695-69.063Q-3.764-69.204-3.916-69.263Q-4.068-69.323-4.239-69.323Q-4.416-69.323-4.591-69.260Q-4.765-69.197-4.876-69.070Q-4.987-68.944-4.987-68.756Q-4.987-68.626-4.893-68.541Q-4.799-68.455-4.652-68.417L-4.259-68.342Q-4.044-68.298-3.871-68.195Q-3.699-68.093-3.594-67.930Q-3.490-67.768-3.490-67.560Q-3.490-67.313-3.622-67.076Q-3.753-66.838-3.958-66.685Q-4.365-66.391-4.967-66.391Q-5.209-66.391-5.457-66.456Q-5.705-66.521-5.872-66.671Q-6.040-66.821-6.040-67.067Q-6.040-67.249-5.939-67.382Q-5.838-67.515-5.661-67.515Q-5.551-67.515-5.476-67.449Q-5.401-67.382-5.401-67.279Q-5.401-67.156-5.481-67.054Q-5.561-66.951-5.681-66.920M-2.287-66.920Q-2.126-66.613-1.559-66.613Q-1.327-66.613-1.101-66.686Q-0.875-66.760-0.723-66.917Q-0.571-67.074-0.571-67.307Q-0.571-67.471-0.711-67.582Q-0.851-67.693-1.036-67.734L-1.426-67.809Q-1.703-67.864-1.887-68.048Q-2.072-68.233-2.072-68.503Q-2.072-68.746-1.967-68.939Q-1.863-69.132-1.684-69.270Q-1.504-69.409-1.280-69.477Q-1.057-69.545-0.831-69.545Q-0.496-69.545-0.226-69.398Q0.044-69.251 0.044-68.944Q0.044-68.845 0.006-68.752Q-0.031-68.660-0.106-68.602Q-0.182-68.544-0.288-68.544Q-0.383-68.544-0.450-68.607Q-0.517-68.670-0.517-68.763Q-0.517-68.824-0.489-68.886Q-0.462-68.947-0.412-68.993Q-0.363-69.040-0.301-69.063Q-0.370-69.204-0.522-69.263Q-0.674-69.323-0.845-69.323Q-1.022-69.323-1.197-69.260Q-1.371-69.197-1.482-69.070Q-1.593-68.944-1.593-68.756Q-1.593-68.626-1.499-68.541Q-1.405-68.455-1.258-68.417L-0.865-68.342Q-0.650-68.298-0.477-68.195Q-0.305-68.093-0.200-67.930Q-0.096-67.768-0.096-67.560Q-0.096-67.313-0.228-67.076Q-0.359-66.838-0.564-66.685Q-0.971-66.391-1.573-66.391Q-1.815-66.391-2.063-66.456Q-2.311-66.521-2.478-66.671Q-2.646-66.821-2.646-67.067Q-2.646-67.249-2.545-67.382Q-2.444-67.515-2.267-67.515Q-2.157-67.515-2.082-67.449Q-2.007-67.382-2.007-67.279Q-2.007-67.156-2.087-67.054Q-2.167-66.951-2.287-66.920M1.380-67.255Q1.380-67.416 1.418-67.609Q1.456-67.802 1.519-67.989Q1.582-68.175 1.657-68.370Q1.733-68.564 1.808-68.749Q1.883-68.951 1.883-69.105Q1.883-69.323 1.729-69.323Q1.466-69.323 1.300-69.058Q1.134-68.793 1.035-68.448Q1.025-68.383 0.967-68.383L0.799-68.383Q0.769-68.383 0.745-68.414Q0.721-68.445 0.721-68.469L0.721-68.496Q0.789-68.756 0.929-68.993Q1.069-69.231 1.280-69.388Q1.490-69.545 1.743-69.545Q2.006-69.545 2.197-69.381Q2.389-69.217 2.389-68.951Q2.389-68.817 2.337-68.698Q2.259-68.496 2.170-68.264Q2.081-68.031 2.032-67.872Q1.982-67.713 1.943-67.525Q1.903-67.337 1.903-67.167Q1.903-66.927 2.011-66.770Q2.119-66.613 2.344-66.613Q2.833-66.613 3.178-67.266L3.674-69.231Q3.708-69.344 3.792-69.410Q3.876-69.477 3.982-69.477Q4.077-69.477 4.146-69.416Q4.214-69.354 4.214-69.258Q4.214-69.234 4.212-69.219Q4.211-69.204 4.207-69.183L3.705-67.187Q3.674-67.033 3.674-66.927Q3.674-66.613 3.886-66.613Q4.023-66.613 4.120-66.770Q4.217-66.927 4.270-67.112Q4.323-67.296 4.368-67.488Q4.392-67.549 4.446-67.549L4.614-67.549Q4.648-67.549 4.669-67.524Q4.689-67.498 4.689-67.467Q4.689-67.454 4.682-67.440Q4.624-67.184 4.527-66.951Q4.429-66.719 4.265-66.555Q4.101-66.391 3.872-66.391Q3.643-66.391 3.457-66.500Q3.271-66.609 3.185-66.814Q2.809-66.391 2.331-66.391Q1.900-66.391 1.640-66.611Q1.380-66.832 1.380-67.255M6.039-67.402Q6.039-67.084 6.200-66.849Q6.360-66.613 6.665-66.613Q6.931-66.613 7.200-66.693Q7.468-66.773 7.693-66.922Q7.919-67.071 8.083-67.279Q8.110-67.307 8.148-67.307Q8.203-67.307 8.266-67.240Q8.329-67.173 8.329-67.126Q8.329-67.088 8.309-67.067Q8.114-66.828 7.844-66.676Q7.574-66.524 7.270-66.457Q6.965-66.391 6.648-66.391Q6.292-66.391 6.024-66.565Q5.755-66.739 5.614-67.035Q5.472-67.331 5.472-67.683Q5.472-68.195 5.740-68.623Q6.008-69.050 6.449-69.298Q6.890-69.545 7.400-69.545Q7.721-69.545 7.982-69.392Q8.244-69.238 8.244-68.930Q8.244-68.527 7.890-68.330Q7.536-68.134 7.100-68.088Q6.665-68.042 6.152-68.042L6.131-68.042Q6.039-67.631 6.039-67.402M6.186-68.264Q6.586-68.264 6.936-68.298Q7.287-68.332 7.584-68.477Q7.881-68.623 7.881-68.923Q7.881-69.108 7.728-69.216Q7.574-69.323 7.382-69.323Q7.082-69.323 6.839-69.178Q6.596-69.033 6.434-68.795Q6.272-68.558 6.186-68.264\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(65.093 2.43)\">\u003Cpath d=\"M9.864-66.391Q9.560-66.391 9.325-66.548Q9.091-66.705 8.970-66.968Q8.849-67.231 8.849-67.536Q8.849-67.987 9.091-68.460Q9.334-68.934 9.741-69.240Q10.148-69.545 10.612-69.545Q10.821-69.545 11-69.448Q11.180-69.351 11.293-69.176L11.662-70.680Q11.699-70.776 11.699-70.868Q11.699-70.960 11.265-70.960Q11.180-70.988 11.180-71.073L11.207-71.183Q11.234-71.230 11.286-71.241L12.236-71.316Q12.273-71.316 12.308-71.289Q12.342-71.261 12.342-71.213L11.334-67.187Q11.306-67.016 11.306-66.927Q11.306-66.613 11.515-66.613Q11.703-66.613 11.804-66.862Q11.904-67.112 12-67.488Q12.024-67.549 12.075-67.549L12.243-67.549Q12.277-67.549 12.299-67.524Q12.321-67.498 12.321-67.467Q12.321-67.454 12.314-67.440Q12.055-66.391 11.501-66.391Q11.269-66.391 11.072-66.514Q10.876-66.637 10.811-66.852Q10.349-66.391 9.864-66.391M9.877-66.613Q10.151-66.613 10.400-66.825Q10.650-67.037 10.831-67.327L11.159-68.650Q11.128-68.913 10.987-69.118Q10.845-69.323 10.599-69.323Q10.236-69.323 9.965-68.958Q9.693-68.592 9.551-68.094Q9.409-67.597 9.409-67.249Q9.409-66.996 9.525-66.804Q9.642-66.613 9.877-66.613\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M89.543-60.848h61.828V-72.07H89.543Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(101.29 1.75)\">\u003Cpath d=\"M-8.873-67.187Q-8.873-67.519-8.650-67.746Q-8.426-67.973-8.082-68.101Q-7.739-68.230-7.366-68.282Q-6.994-68.335-6.689-68.335L-6.689-68.588Q-6.689-68.793-6.797-68.973Q-6.905-69.152-7.086-69.255Q-7.267-69.357-7.475-69.357Q-7.882-69.357-8.118-69.265Q-8.029-69.228-7.983-69.144Q-7.937-69.060-7.937-68.958Q-7.937-68.862-7.983-68.783Q-8.029-68.705-8.110-68.660Q-8.190-68.616-8.279-68.616Q-8.429-68.616-8.530-68.713Q-8.631-68.811-8.631-68.958Q-8.631-69.580-7.475-69.580Q-7.264-69.580-7.014-69.516Q-6.765-69.453-6.563-69.334Q-6.361-69.214-6.235-69.029Q-6.108-68.845-6.108-68.602L-6.108-67.026Q-6.108-66.910-6.047-66.814Q-5.985-66.719-5.872-66.719Q-5.763-66.719-5.698-66.813Q-5.633-66.907-5.633-67.026L-5.633-67.474L-5.367-67.474L-5.367-67.026Q-5.367-66.756-5.594-66.591Q-5.821-66.425-6.101-66.425Q-6.310-66.425-6.447-66.579Q-6.583-66.732-6.607-66.948Q-6.754-66.681-7.036-66.536Q-7.318-66.391-7.643-66.391Q-7.920-66.391-8.204-66.466Q-8.487-66.541-8.680-66.720Q-8.873-66.900-8.873-67.187M-8.258-67.187Q-8.258-67.013-8.157-66.883Q-8.057-66.753-7.901-66.683Q-7.746-66.613-7.581-66.613Q-7.363-66.613-7.154-66.710Q-6.946-66.808-6.818-66.989Q-6.689-67.170-6.689-67.396L-6.689-68.124Q-7.014-68.124-7.380-68.033Q-7.746-67.942-8.002-67.730Q-8.258-67.519-8.258-67.187\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(101.29 1.75)\">\u003Cpath d=\"M-2.252-66.466L-2.252-67.529Q-2.252-67.553-2.224-67.580Q-2.197-67.607-2.173-67.607L-2.064-67.607Q-1.999-67.607-1.985-67.549Q-1.889-67.115-1.643-66.864Q-1.397-66.613-0.983-66.613Q-0.642-66.613-0.389-66.746Q-0.136-66.879-0.136-67.187Q-0.136-67.344-0.230-67.459Q-0.324-67.573-0.462-67.642Q-0.601-67.710-0.768-67.748L-1.349-67.847Q-1.705-67.915-1.978-68.136Q-2.252-68.356-2.252-68.698Q-2.252-68.947-2.140-69.122Q-2.029-69.296-1.843-69.395Q-1.657-69.494-1.441-69.537Q-1.226-69.580-0.983-69.580Q-0.570-69.580-0.290-69.398L-0.074-69.573Q-0.064-69.576-0.057-69.578Q-0.050-69.580-0.040-69.580L0.011-69.580Q0.038-69.580 0.062-69.556Q0.086-69.532 0.086-69.504L0.086-68.657Q0.086-68.636 0.062-68.609Q0.038-68.582 0.011-68.582L-0.102-68.582Q-0.129-68.582-0.155-68.607Q-0.180-68.633-0.180-68.657Q-0.180-68.893-0.286-69.057Q-0.392-69.221-0.575-69.303Q-0.758-69.385-0.990-69.385Q-1.318-69.385-1.575-69.282Q-1.831-69.180-1.831-68.903Q-1.831-68.708-1.648-68.599Q-1.465-68.489-1.236-68.448L-0.662-68.342Q-0.416-68.294-0.202-68.166Q0.011-68.038 0.148-67.835Q0.285-67.631 0.285-67.382Q0.285-66.869-0.081-66.630Q-0.447-66.391-0.983-66.391Q-1.479-66.391-1.811-66.685L-2.077-66.411Q-2.098-66.391-2.125-66.391L-2.173-66.391Q-2.197-66.391-2.224-66.418Q-2.252-66.445-2.252-66.466M2.558-65.102L0.927-65.102L0.927-65.382Q1.156-65.382 1.305-65.417Q1.454-65.451 1.454-65.591L1.454-68.937Q1.454-69.108 1.317-69.149Q1.180-69.190 0.927-69.190L0.927-69.470L2.007-69.545L2.007-69.139Q2.229-69.340 2.517-69.443Q2.804-69.545 3.111-69.545Q3.538-69.545 3.903-69.332Q4.267-69.118 4.480-68.754Q4.694-68.390 4.694-67.970Q4.694-67.525 4.455-67.161Q4.215-66.797 3.822-66.594Q3.429-66.391 2.985-66.391Q2.718-66.391 2.470-66.491Q2.223-66.592 2.035-66.773L2.035-65.591Q2.035-65.454 2.183-65.418Q2.332-65.382 2.558-65.382L2.558-65.102M2.035-68.790L2.035-67.180Q2.168-66.927 2.411-66.770Q2.653-66.613 2.930-66.613Q3.258-66.613 3.511-66.814Q3.764-67.016 3.897-67.334Q4.031-67.652 4.031-67.970Q4.031-68.199 3.966-68.428Q3.901-68.657 3.773-68.855Q3.644-69.053 3.450-69.173Q3.255-69.292 3.022-69.292Q2.728-69.292 2.460-69.163Q2.192-69.033 2.035-68.790\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(101.29 1.75)\">\u003Cpath d=\"M5.507-67.994Q5.507-68.315 5.632-68.604Q5.757-68.893 5.983-69.116Q6.208-69.340 6.504-69.460Q6.799-69.580 7.117-69.580Q7.445-69.580 7.707-69.480Q7.968-69.381 8.144-69.199Q8.320-69.016 8.414-68.758Q8.508-68.500 8.508-68.168Q8.508-68.076 8.426-68.055L6.171-68.055L6.171-67.994Q6.171-67.406 6.454-67.023Q6.738-66.640 7.305-66.640Q7.627-66.640 7.895-66.833Q8.163-67.026 8.252-67.341Q8.259-67.382 8.334-67.396L8.426-67.396Q8.508-67.372 8.508-67.300Q8.508-67.293 8.502-67.266Q8.389-66.869 8.018-66.630Q7.647-66.391 7.223-66.391Q6.786-66.391 6.386-66.599Q5.986-66.808 5.747-67.175Q5.507-67.542 5.507-67.994M6.177-68.264L7.992-68.264Q7.992-68.541 7.895-68.793Q7.797-69.046 7.599-69.202Q7.401-69.357 7.117-69.357Q6.840-69.357 6.627-69.199Q6.413-69.040 6.295-68.785Q6.177-68.530 6.177-68.264M9.096-67.970Q9.096-68.298 9.231-68.599Q9.366-68.899 9.602-69.120Q9.838-69.340 10.142-69.460Q10.446-69.580 10.771-69.580Q11.277-69.580 11.626-69.477Q11.974-69.375 11.974-68.999Q11.974-68.852 11.877-68.751Q11.779-68.650 11.632-68.650Q11.479-68.650 11.380-68.749Q11.280-68.848 11.280-68.999Q11.280-69.187 11.421-69.279Q11.219-69.330 10.778-69.330Q10.422-69.330 10.193-69.134Q9.964-68.937 9.864-68.628Q9.763-68.318 9.763-67.970Q9.763-67.621 9.889-67.315Q10.016-67.009 10.270-66.825Q10.525-66.640 10.880-66.640Q11.103-66.640 11.287-66.724Q11.472-66.808 11.607-66.963Q11.742-67.119 11.800-67.327Q11.814-67.382 11.868-67.382L11.981-67.382Q12.012-67.382 12.034-67.358Q12.056-67.334 12.056-67.300L12.056-67.279Q11.971-66.992 11.783-66.794Q11.595-66.596 11.330-66.493Q11.065-66.391 10.771-66.391Q10.340-66.391 9.953-66.597Q9.565-66.804 9.330-67.167Q9.096-67.529 9.096-67.970M14.261-66.459L12.709-66.459L12.709-66.739Q12.935-66.739 13.083-66.773Q13.232-66.808 13.232-66.948L13.232-68.797Q13.232-68.985 13.184-69.069Q13.136-69.152 13.039-69.171Q12.942-69.190 12.730-69.190L12.730-69.470L13.786-69.545L13.786-66.948Q13.786-66.808 13.917-66.773Q14.049-66.739 14.261-66.739L14.261-66.459M12.989-70.766Q12.989-70.937 13.112-71.056Q13.235-71.176 13.406-71.176Q13.574-71.176 13.697-71.056Q13.820-70.937 13.820-70.766Q13.820-70.591 13.697-70.468Q13.574-70.345 13.406-70.345Q13.235-70.345 13.112-70.468Q12.989-70.591 12.989-70.766M14.965-67.187Q14.965-67.519 15.189-67.746Q15.413-67.973 15.756-68.101Q16.100-68.230 16.472-68.282Q16.845-68.335 17.149-68.335L17.149-68.588Q17.149-68.793 17.041-68.973Q16.934-69.152 16.753-69.255Q16.571-69.357 16.363-69.357Q15.956-69.357 15.720-69.265Q15.809-69.228 15.855-69.144Q15.901-69.060 15.901-68.958Q15.901-68.862 15.855-68.783Q15.809-68.705 15.729-68.660Q15.649-68.616 15.560-68.616Q15.409-68.616 15.308-68.713Q15.208-68.811 15.208-68.958Q15.208-69.580 16.363-69.580Q16.575-69.580 16.824-69.516Q17.074-69.453 17.276-69.334Q17.477-69.214 17.604-69.029Q17.730-68.845 17.730-68.602L17.730-67.026Q17.730-66.910 17.792-66.814Q17.853-66.719 17.966-66.719Q18.075-66.719 18.140-66.813Q18.205-66.907 18.205-67.026L18.205-67.474L18.472-67.474L18.472-67.026Q18.472-66.756 18.244-66.591Q18.017-66.425 17.737-66.425Q17.528-66.425 17.392-66.579Q17.255-66.732 17.231-66.948Q17.084-66.681 16.802-66.536Q16.520-66.391 16.195-66.391Q15.919-66.391 15.635-66.466Q15.351-66.541 15.158-66.720Q14.965-66.900 14.965-67.187M15.580-67.187Q15.580-67.013 15.681-66.883Q15.782-66.753 15.937-66.683Q16.093-66.613 16.257-66.613Q16.476-66.613 16.684-66.710Q16.893-66.808 17.021-66.989Q17.149-67.170 17.149-67.396L17.149-68.124Q16.824-68.124 16.459-68.033Q16.093-67.942 15.837-67.730Q15.580-67.519 15.580-67.187M20.557-66.459L18.954-66.459L18.954-66.739Q19.179-66.739 19.328-66.773Q19.477-66.808 19.477-66.948L19.477-70.567Q19.477-70.837 19.369-70.899Q19.261-70.960 18.954-70.960L18.954-71.241L20.030-71.316L20.030-66.948Q20.030-66.811 20.181-66.775Q20.331-66.739 20.557-66.739\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(101.29 1.75)\">\u003Cpath d=\"M23.827-67.994Q23.827-68.315 23.952-68.604Q24.077-68.893 24.303-69.116Q24.528-69.340 24.824-69.460Q25.119-69.580 25.437-69.580Q25.765-69.580 26.027-69.480Q26.288-69.381 26.464-69.199Q26.640-69.016 26.734-68.758Q26.828-68.500 26.828-68.168Q26.828-68.076 26.746-68.055L24.491-68.055L24.491-67.994Q24.491-67.406 24.774-67.023Q25.058-66.640 25.625-66.640Q25.947-66.640 26.215-66.833Q26.483-67.026 26.572-67.341Q26.579-67.382 26.654-67.396L26.746-67.396Q26.828-67.372 26.828-67.300Q26.828-67.293 26.822-67.266Q26.709-66.869 26.338-66.630Q25.967-66.391 25.543-66.391Q25.106-66.391 24.706-66.599Q24.306-66.808 24.067-67.175Q23.827-67.542 23.827-67.994M24.497-68.264L26.312-68.264Q26.312-68.541 26.215-68.793Q26.117-69.046 25.919-69.202Q25.721-69.357 25.437-69.357Q25.160-69.357 24.947-69.199Q24.733-69.040 24.615-68.785Q24.497-68.530 24.497-68.264M27.416-67.970Q27.416-68.308 27.556-68.599Q27.697-68.889 27.941-69.103Q28.185-69.316 28.490-69.431Q28.794-69.545 29.118-69.545Q29.388-69.545 29.652-69.446Q29.915-69.347 30.106-69.169L30.106-70.567Q30.106-70.837 29.999-70.899Q29.891-70.960 29.580-70.960L29.580-71.241L30.657-71.316L30.657-67.132Q30.657-66.944 30.711-66.861Q30.766-66.777 30.867-66.758Q30.968-66.739 31.183-66.739L31.183-66.459L30.075-66.391L30.075-66.808Q29.658-66.391 29.033-66.391Q28.602-66.391 28.230-66.603Q27.857-66.814 27.637-67.175Q27.416-67.536 27.416-67.970M29.091-66.613Q29.300-66.613 29.486-66.685Q29.672-66.756 29.826-66.893Q29.980-67.030 30.075-67.208L30.075-68.817Q29.990-68.964 29.845-69.084Q29.700-69.204 29.530-69.263Q29.361-69.323 29.180-69.323Q28.619-69.323 28.351-68.934Q28.083-68.544 28.083-67.963Q28.083-67.392 28.317-67.002Q28.551-66.613 29.091-66.613M33.449-66.459L31.897-66.459L31.897-66.739Q32.123-66.739 32.272-66.773Q32.420-66.808 32.420-66.948L32.420-68.797Q32.420-68.985 32.372-69.069Q32.325-69.152 32.227-69.171Q32.130-69.190 31.918-69.190L31.918-69.470L32.974-69.545L32.974-66.948Q32.974-66.808 33.106-66.773Q33.237-66.739 33.449-66.739L33.449-66.459M32.178-70.766Q32.178-70.937 32.301-71.056Q32.424-71.176 32.595-71.176Q32.762-71.176 32.885-71.056Q33.008-70.937 33.008-70.766Q33.008-70.591 32.885-70.468Q32.762-70.345 32.595-70.345Q32.424-70.345 32.301-70.468Q32.178-70.591 32.178-70.766M34.621-67.300L34.621-69.197L33.982-69.197L33.982-69.419Q34.300-69.419 34.517-69.629Q34.734-69.839 34.835-70.149Q34.936-70.458 34.936-70.766L35.202-70.766L35.202-69.477L36.279-69.477L36.279-69.197L35.202-69.197L35.202-67.313Q35.202-67.037 35.307-66.838Q35.411-66.640 35.671-66.640Q35.828-66.640 35.934-66.744Q36.040-66.849 36.089-67.002Q36.139-67.156 36.139-67.313L36.139-67.727L36.406-67.727L36.406-67.300Q36.406-67.074 36.306-66.864Q36.207-66.654 36.023-66.522Q35.838-66.391 35.609-66.391Q35.172-66.391 34.897-66.628Q34.621-66.866 34.621-67.300M38.832-66.459L37.281-66.459L37.281-66.739Q37.506-66.739 37.655-66.773Q37.804-66.808 37.804-66.948L37.804-68.797Q37.804-68.985 37.756-69.069Q37.708-69.152 37.610-69.171Q37.513-69.190 37.301-69.190L37.301-69.470L38.357-69.545L38.357-66.948Q38.357-66.808 38.489-66.773Q38.620-66.739 38.832-66.739L38.832-66.459M37.561-70.766Q37.561-70.937 37.684-71.056Q37.807-71.176 37.978-71.176Q38.145-71.176 38.268-71.056Q38.391-70.937 38.391-70.766Q38.391-70.591 38.268-70.468Q38.145-70.345 37.978-70.345Q37.807-70.345 37.684-70.468Q37.561-70.591 37.561-70.766M39.437-67.942Q39.437-68.284 39.572-68.583Q39.707-68.882 39.947-69.106Q40.186-69.330 40.504-69.455Q40.822-69.580 41.153-69.580Q41.597-69.580 41.997-69.364Q42.397-69.149 42.631-68.771Q42.866-68.394 42.866-67.942Q42.866-67.601 42.724-67.317Q42.582-67.033 42.337-66.826Q42.093-66.620 41.784-66.505Q41.474-66.391 41.153-66.391Q40.722-66.391 40.321-66.592Q39.919-66.794 39.678-67.146Q39.437-67.498 39.437-67.942M41.153-66.640Q41.755-66.640 41.979-67.018Q42.202-67.396 42.202-68.028Q42.202-68.640 41.968-68.999Q41.734-69.357 41.153-69.357Q40.100-69.357 40.100-68.028Q40.100-67.396 40.326-67.018Q40.552-66.640 41.153-66.640M45.142-66.459L43.508-66.459L43.508-66.739Q43.737-66.739 43.886-66.773Q44.034-66.808 44.034-66.948L44.034-68.797Q44.034-69.067 43.927-69.128Q43.819-69.190 43.508-69.190L43.508-69.470L44.568-69.545L44.568-68.896Q44.739-69.204 45.043-69.375Q45.347-69.545 45.692-69.545Q46.198-69.545 46.482-69.322Q46.765-69.098 46.765-68.602L46.765-66.948Q46.765-66.811 46.914-66.775Q47.063-66.739 47.288-66.739L47.288-66.459L45.658-66.459L45.658-66.739Q45.887-66.739 46.036-66.773Q46.184-66.808 46.184-66.948L46.184-68.588Q46.184-68.923 46.065-69.123Q45.945-69.323 45.631-69.323Q45.361-69.323 45.127-69.187Q44.892-69.050 44.754-68.816Q44.616-68.582 44.616-68.308L44.616-66.948Q44.616-66.811 44.766-66.775Q44.916-66.739 45.142-66.739\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M160.307-61.528h49.063v-9.861h-49.063Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(172.053 2.43)\">\u003Cpath d=\"M-8.873-67.187Q-8.873-67.519-8.650-67.746Q-8.426-67.973-8.082-68.101Q-7.739-68.230-7.366-68.282Q-6.994-68.335-6.689-68.335L-6.689-68.588Q-6.689-68.793-6.797-68.973Q-6.905-69.152-7.086-69.255Q-7.267-69.357-7.475-69.357Q-7.882-69.357-8.118-69.265Q-8.029-69.228-7.983-69.144Q-7.937-69.060-7.937-68.958Q-7.937-68.862-7.983-68.783Q-8.029-68.705-8.110-68.660Q-8.190-68.616-8.279-68.616Q-8.429-68.616-8.530-68.713Q-8.631-68.811-8.631-68.958Q-8.631-69.580-7.475-69.580Q-7.264-69.580-7.014-69.516Q-6.765-69.453-6.563-69.334Q-6.361-69.214-6.235-69.029Q-6.108-68.845-6.108-68.602L-6.108-67.026Q-6.108-66.910-6.047-66.814Q-5.985-66.719-5.872-66.719Q-5.763-66.719-5.698-66.813Q-5.633-66.907-5.633-67.026L-5.633-67.474L-5.367-67.474L-5.367-67.026Q-5.367-66.756-5.594-66.591Q-5.821-66.425-6.101-66.425Q-6.310-66.425-6.447-66.579Q-6.583-66.732-6.607-66.948Q-6.754-66.681-7.036-66.536Q-7.318-66.391-7.643-66.391Q-7.920-66.391-8.204-66.466Q-8.487-66.541-8.680-66.720Q-8.873-66.900-8.873-67.187M-8.258-67.187Q-8.258-67.013-8.157-66.883Q-8.057-66.753-7.901-66.683Q-7.746-66.613-7.581-66.613Q-7.363-66.613-7.154-66.710Q-6.946-66.808-6.818-66.989Q-6.689-67.170-6.689-67.396L-6.689-68.124Q-7.014-68.124-7.380-68.033Q-7.746-67.942-8.002-67.730Q-8.258-67.519-8.258-67.187M-3.200-66.459L-4.936-66.459L-4.936-66.739Q-4.707-66.739-4.558-66.773Q-4.410-66.808-4.410-66.948L-4.410-68.797Q-4.410-69.067-4.517-69.128Q-4.625-69.190-4.936-69.190L-4.936-69.470L-3.907-69.545L-3.907-68.838Q-3.777-69.146-3.535-69.345Q-3.292-69.545-2.974-69.545Q-2.755-69.545-2.584-69.421Q-2.413-69.296-2.413-69.084Q-2.413-68.947-2.513-68.848Q-2.612-68.749-2.745-68.749Q-2.882-68.749-2.981-68.848Q-3.080-68.947-3.080-69.084Q-3.080-69.224-2.981-69.323Q-3.271-69.323-3.471-69.127Q-3.671-68.930-3.764-68.636Q-3.856-68.342-3.856-68.062L-3.856-66.948Q-3.856-66.739-3.200-66.739L-3.200-66.459M-1.870-67.942Q-1.870-68.284-1.735-68.583Q-1.600-68.882-1.361-69.106Q-1.121-69.330-0.804-69.455Q-0.486-69.580-0.154-69.580Q0.290-69.580 0.690-69.364Q1.090-69.149 1.324-68.771Q1.558-68.394 1.558-67.942Q1.558-67.601 1.416-67.317Q1.275-67.033 1.030-66.826Q0.786-66.620 0.476-66.505Q0.167-66.391-0.154-66.391Q-0.585-66.391-0.986-66.592Q-1.388-66.794-1.629-67.146Q-1.870-67.498-1.870-67.942M-0.154-66.640Q0.447-66.640 0.671-67.018Q0.895-67.396 0.895-68.028Q0.895-68.640 0.661-68.999Q0.427-69.357-0.154-69.357Q-1.207-69.357-1.207-68.028Q-1.207-67.396-0.981-67.018Q-0.756-66.640-0.154-66.640M2.727-67.293L2.727-68.797Q2.727-69.067 2.619-69.128Q2.512-69.190 2.201-69.190L2.201-69.470L3.308-69.545L3.308-67.313L3.308-67.293Q3.308-67.013 3.359-66.869Q3.411-66.726 3.553-66.669Q3.694-66.613 3.982-66.613Q4.234-66.613 4.440-66.753Q4.645-66.893 4.761-67.119Q4.877-67.344 4.877-67.594L4.877-68.797Q4.877-69.067 4.769-69.128Q4.662-69.190 4.351-69.190L4.351-69.470L5.458-69.545L5.458-67.132Q5.458-66.941 5.511-66.859Q5.564-66.777 5.665-66.758Q5.766-66.739 5.981-66.739L5.981-66.459L4.904-66.391L4.904-66.955Q4.795-66.773 4.650-66.650Q4.504-66.527 4.318-66.459Q4.132-66.391 3.930-66.391Q2.727-66.391 2.727-67.293M8.251-66.459L6.617-66.459L6.617-66.739Q6.846-66.739 6.994-66.773Q7.143-66.808 7.143-66.948L7.143-68.797Q7.143-69.067 7.035-69.128Q6.928-69.190 6.617-69.190L6.617-69.470L7.676-69.545L7.676-68.896Q7.847-69.204 8.151-69.375Q8.456-69.545 8.801-69.545Q9.307-69.545 9.590-69.322Q9.874-69.098 9.874-68.602L9.874-66.948Q9.874-66.811 10.023-66.775Q10.171-66.739 10.397-66.739L10.397-66.459L8.767-66.459L8.767-66.739Q8.996-66.739 9.144-66.773Q9.293-66.808 9.293-66.948L9.293-68.588Q9.293-68.923 9.173-69.123Q9.054-69.323 8.739-69.323Q8.469-69.323 8.235-69.187Q8.001-69.050 7.863-68.816Q7.724-68.582 7.724-68.308L7.724-66.948Q7.724-66.811 7.875-66.775Q8.025-66.739 8.251-66.739L8.251-66.459M10.985-67.970Q10.985-68.308 11.125-68.599Q11.265-68.889 11.510-69.103Q11.754-69.316 12.058-69.431Q12.362-69.545 12.687-69.545Q12.957-69.545 13.220-69.446Q13.483-69.347 13.675-69.169L13.675-70.567Q13.675-70.837 13.567-70.899Q13.460-70.960 13.149-70.960L13.149-71.241L14.225-71.316L14.225-67.132Q14.225-66.944 14.280-66.861Q14.335-66.777 14.435-66.758Q14.536-66.739 14.752-66.739L14.752-66.459L13.644-66.391L13.644-66.808Q13.227-66.391 12.602-66.391Q12.171-66.391 11.798-66.603Q11.426-66.814 11.205-67.175Q10.985-67.536 10.985-67.970M12.660-66.613Q12.868-66.613 13.055-66.685Q13.241-66.756 13.395-66.893Q13.548-67.030 13.644-67.208L13.644-68.817Q13.559-68.964 13.413-69.084Q13.268-69.204 13.099-69.263Q12.930-69.323 12.749-69.323Q12.188-69.323 11.920-68.934Q11.651-68.544 11.651-67.963Q11.651-67.392 11.886-67.002Q12.120-66.613 12.660-66.613\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(172.053 2.43)\">\u003Cpath d=\"M19.792-66.459L18.158-66.459L18.158-66.739Q18.387-66.739 18.536-66.773Q18.685-66.808 18.685-66.948L18.685-68.797Q18.685-69.067 18.577-69.128Q18.469-69.190 18.158-69.190L18.158-69.470L19.218-69.545L19.218-68.896Q19.389-69.204 19.693-69.375Q19.997-69.545 20.342-69.545Q20.848-69.545 21.132-69.322Q21.416-69.098 21.416-68.602L21.416-66.948Q21.416-66.811 21.564-66.775Q21.713-66.739 21.939-66.739L21.939-66.459L20.308-66.459L20.308-66.739Q20.537-66.739 20.686-66.773Q20.835-66.808 20.835-66.948L20.835-68.588Q20.835-68.923 20.715-69.123Q20.595-69.323 20.281-69.323Q20.011-69.323 19.777-69.187Q19.543-69.050 19.404-68.816Q19.266-68.582 19.266-68.308L19.266-66.948Q19.266-66.811 19.416-66.775Q19.567-66.739 19.792-66.739L19.792-66.459M22.485-67.942Q22.485-68.284 22.620-68.583Q22.755-68.882 22.995-69.106Q23.234-69.330 23.552-69.455Q23.870-69.580 24.201-69.580Q24.646-69.580 25.046-69.364Q25.445-69.149 25.680-68.771Q25.914-68.394 25.914-67.942Q25.914-67.601 25.772-67.317Q25.630-67.033 25.386-66.826Q25.141-66.620 24.832-66.505Q24.523-66.391 24.201-66.391Q23.771-66.391 23.369-66.592Q22.967-66.794 22.726-67.146Q22.485-67.498 22.485-67.942M24.201-66.640Q24.803-66.640 25.027-67.018Q25.251-67.396 25.251-68.028Q25.251-68.640 25.016-68.999Q24.782-69.357 24.201-69.357Q23.149-69.357 23.149-68.028Q23.149-67.396 23.374-67.018Q23.600-66.640 24.201-66.640\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(172.053 2.43)\">\u003Cpath d=\"M26.687-67.942Q26.687-68.284 26.822-68.583Q26.957-68.882 27.197-69.106Q27.436-69.330 27.754-69.455Q28.072-69.580 28.403-69.580Q28.848-69.580 29.247-69.364Q29.647-69.149 29.882-68.771Q30.116-68.394 30.116-67.942Q30.116-67.601 29.974-67.317Q29.832-67.033 29.588-66.826Q29.343-66.620 29.034-66.505Q28.725-66.391 28.403-66.391Q27.973-66.391 27.571-66.592Q27.169-66.794 26.928-67.146Q26.687-67.498 26.687-67.942M28.403-66.640Q29.005-66.640 29.229-67.018Q29.453-67.396 29.453-68.028Q29.453-68.640 29.218-68.999Q28.984-69.357 28.403-69.357Q27.351-69.357 27.351-68.028Q27.351-67.396 27.576-67.018Q27.802-66.640 28.403-66.640M32.392-66.459L30.758-66.459L30.758-66.739Q30.987-66.739 31.136-66.773Q31.285-66.808 31.285-66.948L31.285-68.797Q31.285-69.067 31.177-69.128Q31.069-69.190 30.758-69.190L30.758-69.470L31.818-69.545L31.818-68.896Q31.989-69.204 32.293-69.375Q32.597-69.545 32.942-69.545Q33.448-69.545 33.732-69.322Q34.016-69.098 34.016-68.602L34.016-66.948Q34.016-66.811 34.164-66.775Q34.313-66.739 34.539-66.739L34.539-66.459L32.908-66.459L32.908-66.739Q33.137-66.739 33.286-66.773Q33.435-66.808 33.435-66.948L33.435-68.588Q33.435-68.923 33.315-69.123Q33.195-69.323 32.881-69.323Q32.611-69.323 32.377-69.187Q32.143-69.050 32.004-68.816Q31.866-68.582 31.866-68.308L31.866-66.948Q31.866-66.811 32.016-66.775Q32.166-66.739 32.392-66.739\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M218.305-60.848h37.905V-72.07h-37.905Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(230.052 1.75)\">\u003Cpath d=\"M-8.597-65.324Q-8.467-65.256-8.330-65.256Q-8.159-65.256-8.009-65.345Q-7.858-65.434-7.747-65.579Q-7.636-65.724-7.558-65.892L-7.294-66.459L-8.463-68.985Q-8.538-69.132-8.668-69.164Q-8.798-69.197-9.031-69.197L-9.031-69.477L-7.510-69.477L-7.510-69.197Q-7.858-69.197-7.858-69.050Q-7.855-69.029-7.853-69.012Q-7.851-68.995-7.851-68.985L-6.994-67.126L-6.221-68.797Q-6.187-68.865-6.187-68.944Q-6.187-69.057-6.271-69.127Q-6.354-69.197-6.467-69.197L-6.467-69.477L-5.271-69.477L-5.271-69.197Q-5.490-69.197-5.662-69.093Q-5.835-68.988-5.927-68.797L-7.264-65.892Q-7.434-65.522-7.704-65.276Q-7.975-65.030-8.330-65.030Q-8.600-65.030-8.819-65.196Q-9.038-65.362-9.038-65.625Q-9.038-65.762-8.945-65.851Q-8.853-65.939-8.713-65.939Q-8.576-65.939-8.487-65.851Q-8.398-65.762-8.398-65.625Q-8.398-65.522-8.451-65.444Q-8.504-65.365-8.597-65.324\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(230.052 1.75)\">\u003Cpath d=\"M-4.987-67.994Q-4.987-68.315-4.862-68.604Q-4.737-68.893-4.511-69.116Q-4.286-69.340-3.990-69.460Q-3.695-69.580-3.377-69.580Q-3.049-69.580-2.787-69.480Q-2.526-69.381-2.350-69.199Q-2.174-69.016-2.080-68.758Q-1.986-68.500-1.986-68.168Q-1.986-68.076-2.068-68.055L-4.323-68.055L-4.323-67.994Q-4.323-67.406-4.040-67.023Q-3.756-66.640-3.189-66.640Q-2.867-66.640-2.599-66.833Q-2.331-67.026-2.242-67.341Q-2.235-67.382-2.160-67.396L-2.068-67.396Q-1.986-67.372-1.986-67.300Q-1.986-67.293-1.992-67.266Q-2.105-66.869-2.476-66.630Q-2.847-66.391-3.271-66.391Q-3.708-66.391-4.108-66.599Q-4.508-66.808-4.747-67.175Q-4.987-67.542-4.987-67.994M-4.317-68.264L-2.502-68.264Q-2.502-68.541-2.599-68.793Q-2.697-69.046-2.895-69.202Q-3.093-69.357-3.377-69.357Q-3.654-69.357-3.867-69.199Q-4.081-69.040-4.199-68.785Q-4.317-68.530-4.317-68.264M-1.398-66.466L-1.398-67.529Q-1.398-67.553-1.370-67.580Q-1.343-67.607-1.319-67.607L-1.210-67.607Q-1.145-67.607-1.131-67.549Q-1.035-67.115-0.789-66.864Q-0.543-66.613-0.130-66.613Q0.212-66.613 0.465-66.746Q0.718-66.879 0.718-67.187Q0.718-67.344 0.624-67.459Q0.530-67.573 0.392-67.642Q0.253-67.710 0.086-67.748L-0.495-67.847Q-0.851-67.915-1.124-68.136Q-1.398-68.356-1.398-68.698Q-1.398-68.947-1.287-69.122Q-1.176-69.296-0.989-69.395Q-0.803-69.494-0.588-69.537Q-0.372-69.580-0.130-69.580Q0.284-69.580 0.564-69.398L0.780-69.573Q0.790-69.576 0.797-69.578Q0.803-69.580 0.814-69.580L0.865-69.580Q0.892-69.580 0.916-69.556Q0.940-69.532 0.940-69.504L0.940-68.657Q0.940-68.636 0.916-68.609Q0.892-68.582 0.865-68.582L0.752-68.582Q0.725-68.582 0.699-68.607Q0.674-68.633 0.674-68.657Q0.674-68.893 0.568-69.057Q0.462-69.221 0.279-69.303Q0.096-69.385-0.136-69.385Q-0.465-69.385-0.721-69.282Q-0.977-69.180-0.977-68.903Q-0.977-68.708-0.794-68.599Q-0.612-68.489-0.383-68.448L0.192-68.342Q0.438-68.294 0.651-68.166Q0.865-68.038 1.002-67.835Q1.138-67.631 1.138-67.382Q1.138-66.869 0.773-66.630Q0.407-66.391-0.130-66.391Q-0.625-66.391-0.957-66.685L-1.223-66.411Q-1.244-66.391-1.271-66.391L-1.319-66.391Q-1.343-66.391-1.370-66.418Q-1.398-66.445-1.398-66.466M2.294-67.300L2.294-69.197L1.655-69.197L1.655-69.419Q1.972-69.419 2.189-69.629Q2.407-69.839 2.507-70.149Q2.608-70.458 2.608-70.766L2.875-70.766L2.875-69.477L3.951-69.477L3.951-69.197L2.875-69.197L2.875-67.313Q2.875-67.037 2.979-66.838Q3.083-66.640 3.343-66.640Q3.500-66.640 3.606-66.744Q3.712-66.849 3.762-67.002Q3.811-67.156 3.811-67.313L3.811-67.727L4.078-67.727L4.078-67.300Q4.078-67.074 3.979-66.864Q3.880-66.654 3.695-66.522Q3.511-66.391 3.282-66.391Q2.844-66.391 2.569-66.628Q2.294-66.866 2.294-67.300M4.847-67.994Q4.847-68.315 4.972-68.604Q5.096-68.893 5.322-69.116Q5.548-69.340 5.843-69.460Q6.139-69.580 6.457-69.580Q6.785-69.580 7.046-69.480Q7.308-69.381 7.484-69.199Q7.660-69.016 7.754-68.758Q7.848-68.500 7.848-68.168Q7.848-68.076 7.766-68.055L5.510-68.055L5.510-67.994Q5.510-67.406 5.794-67.023Q6.077-66.640 6.645-66.640Q6.966-66.640 7.234-66.833Q7.503-67.026 7.592-67.341Q7.598-67.382 7.674-67.396L7.766-67.396Q7.848-67.372 7.848-67.300Q7.848-67.293 7.841-67.266Q7.728-66.869 7.357-66.630Q6.987-66.391 6.563-66.391Q6.125-66.391 5.725-66.599Q5.325-66.808 5.086-67.175Q4.847-67.542 4.847-67.994M5.517-68.264L7.332-68.264Q7.332-68.541 7.234-68.793Q7.137-69.046 6.939-69.202Q6.740-69.357 6.457-69.357Q6.180-69.357 5.966-69.199Q5.753-69.040 5.635-68.785Q5.517-68.530 5.517-68.264M10.186-66.459L8.449-66.459L8.449-66.739Q8.678-66.739 8.827-66.773Q8.976-66.808 8.976-66.948L8.976-68.797Q8.976-69.067 8.868-69.128Q8.761-69.190 8.449-69.190L8.449-69.470L9.478-69.545L9.478-68.838Q9.608-69.146 9.851-69.345Q10.094-69.545 10.411-69.545Q10.630-69.545 10.801-69.421Q10.972-69.296 10.972-69.084Q10.972-68.947 10.873-68.848Q10.774-68.749 10.640-68.749Q10.504-68.749 10.405-68.848Q10.305-68.947 10.305-69.084Q10.305-69.224 10.405-69.323Q10.114-69.323 9.914-69.127Q9.714-68.930 9.622-68.636Q9.530-68.342 9.530-68.062L9.530-66.948Q9.530-66.739 10.186-66.739L10.186-66.459M11.556-67.970Q11.556-68.308 11.697-68.599Q11.837-68.889 12.081-69.103Q12.325-69.316 12.630-69.431Q12.934-69.545 13.259-69.545Q13.529-69.545 13.792-69.446Q14.055-69.347 14.246-69.169L14.246-70.567Q14.246-70.837 14.139-70.899Q14.031-70.960 13.720-70.960L13.720-71.241L14.797-71.316L14.797-67.132Q14.797-66.944 14.851-66.861Q14.906-66.777 15.007-66.758Q15.108-66.739 15.323-66.739L15.323-66.459L14.216-66.391L14.216-66.808Q13.799-66.391 13.173-66.391Q12.742-66.391 12.370-66.603Q11.997-66.814 11.777-67.175Q11.556-67.536 11.556-67.970M13.231-66.613Q13.440-66.613 13.626-66.685Q13.812-66.756 13.966-66.893Q14.120-67.030 14.216-67.208L14.216-68.817Q14.130-68.964 13.985-69.084Q13.840-69.204 13.670-69.263Q13.501-69.323 13.320-69.323Q12.760-69.323 12.491-68.934Q12.223-68.544 12.223-67.963Q12.223-67.392 12.457-67.002Q12.691-66.613 13.231-66.613M16.031-67.187Q16.031-67.519 16.254-67.746Q16.478-67.973 16.822-68.101Q17.165-68.230 17.538-68.282Q17.910-68.335 18.215-68.335L18.215-68.588Q18.215-68.793 18.107-68.973Q17.999-69.152 17.818-69.255Q17.637-69.357 17.428-69.357Q17.022-69.357 16.786-69.265Q16.875-69.228 16.921-69.144Q16.967-69.060 16.967-68.958Q16.967-68.862 16.921-68.783Q16.875-68.705 16.794-68.660Q16.714-68.616 16.625-68.616Q16.475-68.616 16.374-68.713Q16.273-68.811 16.273-68.958Q16.273-69.580 17.428-69.580Q17.640-69.580 17.890-69.516Q18.139-69.453 18.341-69.334Q18.543-69.214 18.669-69.029Q18.796-68.845 18.796-68.602L18.796-67.026Q18.796-66.910 18.857-66.814Q18.919-66.719 19.032-66.719Q19.141-66.719 19.206-66.813Q19.271-66.907 19.271-67.026L19.271-67.474L19.537-67.474L19.537-67.026Q19.537-66.756 19.310-66.591Q19.083-66.425 18.803-66.425Q18.594-66.425 18.457-66.579Q18.321-66.732 18.297-66.948Q18.150-66.681 17.868-66.536Q17.586-66.391 17.261-66.391Q16.984-66.391 16.700-66.466Q16.417-66.541 16.224-66.720Q16.031-66.900 16.031-67.187M16.646-67.187Q16.646-67.013 16.747-66.883Q16.847-66.753 17.003-66.683Q17.158-66.613 17.323-66.613Q17.541-66.613 17.750-66.710Q17.958-66.808 18.086-66.989Q18.215-67.170 18.215-67.396L18.215-68.124Q17.890-68.124 17.524-68.033Q17.158-67.942 16.902-67.730Q16.646-67.519 16.646-67.187\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(230.052 1.75)\">\u003Cpath d=\"M20.106-65.324Q20.236-65.256 20.373-65.256Q20.544-65.256 20.694-65.345Q20.845-65.434 20.956-65.579Q21.067-65.724 21.145-65.892L21.409-66.459L20.240-68.985Q20.165-69.132 20.035-69.164Q19.905-69.197 19.672-69.197L19.672-69.477L21.193-69.477L21.193-69.197Q20.845-69.197 20.845-69.050Q20.848-69.029 20.850-69.012Q20.852-68.995 20.852-68.985L21.709-67.126L22.482-68.797Q22.516-68.865 22.516-68.944Q22.516-69.057 22.432-69.127Q22.349-69.197 22.236-69.197L22.236-69.477L23.432-69.477L23.432-69.197Q23.213-69.197 23.041-69.093Q22.868-68.988 22.776-68.797L21.439-65.892Q21.269-65.522 20.999-65.276Q20.728-65.030 20.373-65.030Q20.103-65.030 19.884-65.196Q19.665-65.362 19.665-65.625Q19.665-65.762 19.758-65.851Q19.850-65.939 19.990-65.939Q20.127-65.939 20.216-65.851Q20.305-65.762 20.305-65.625Q20.305-65.522 20.252-65.444Q20.199-65.365 20.106-65.324\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(-8.5 13.447)\">\u003Cpath d=\"M-7.342-66.459L-8.932-66.459L-8.932-66.739Q-8.289-66.739-8.132-67.139L-6.488-71.354Q-6.454-71.449-6.341-71.449L-6.259-71.449Q-6.149-71.449-6.108-71.354L-4.389-66.948Q-4.321-66.808-4.131-66.773Q-3.941-66.739-3.668-66.739L-3.668-66.459L-5.667-66.459L-5.667-66.739Q-5.103-66.739-5.103-66.914Q-5.103-66.931-5.105-66.938Q-5.107-66.944-5.110-66.948L-5.531-68.014L-7.489-68.014L-7.831-67.139Q-7.845-67.139-7.845-67.061Q-7.845-66.900-7.682-66.820Q-7.520-66.739-7.342-66.739L-7.342-66.459M-6.508-70.533L-7.376-68.294L-5.633-68.294L-6.508-70.533M-1.282-66.459L-3.018-66.459L-3.018-66.739Q-2.789-66.739-2.641-66.773Q-2.492-66.808-2.492-66.948L-2.492-68.797Q-2.492-69.067-2.600-69.128Q-2.707-69.190-3.018-69.190L-3.018-69.470L-1.990-69.545L-1.990-68.838Q-1.860-69.146-1.617-69.345Q-1.374-69.545-1.057-69.545Q-0.838-69.545-0.667-69.421Q-0.496-69.296-0.496-69.084Q-0.496-68.947-0.595-68.848Q-0.694-68.749-0.828-68.749Q-0.964-68.749-1.063-68.848Q-1.163-68.947-1.163-69.084Q-1.163-69.224-1.063-69.323Q-1.354-69.323-1.554-69.127Q-1.754-68.930-1.846-68.636Q-1.938-68.342-1.938-68.062L-1.938-66.948Q-1.938-66.739-1.282-66.739L-1.282-66.459M0.047-65.926Q0.047-66.172 0.244-66.356Q0.441-66.541 0.697-66.620Q0.560-66.732 0.488-66.893Q0.417-67.054 0.417-67.235Q0.417-67.556 0.629-67.802Q0.294-68.100 0.294-68.510Q0.294-68.971 0.683-69.258Q1.073-69.545 1.551-69.545Q2.023-69.545 2.358-69.299Q2.532-69.453 2.743-69.535Q2.953-69.617 3.182-69.617Q3.346-69.617 3.467-69.510Q3.588-69.402 3.588-69.238Q3.588-69.142 3.517-69.070Q3.445-68.999 3.353-68.999Q3.254-68.999 3.183-69.072Q3.113-69.146 3.113-69.245Q3.113-69.299 3.127-69.330L3.134-69.344Q3.141-69.364 3.149-69.375Q3.158-69.385 3.161-69.392Q2.806-69.392 2.519-69.169Q2.806-68.876 2.806-68.510Q2.806-68.195 2.621-67.963Q2.437-67.730 2.148-67.602Q1.859-67.474 1.551-67.474Q1.350-67.474 1.158-67.524Q0.967-67.573 0.789-67.683Q0.697-67.556 0.697-67.413Q0.697-67.231 0.825-67.096Q0.953-66.961 1.138-66.961L1.770-66.961Q2.218-66.961 2.587-66.890Q2.956-66.818 3.216-66.589Q3.476-66.360 3.476-65.926Q3.476-65.605 3.180-65.403Q2.884-65.201 2.481-65.112Q2.078-65.023 1.763-65.023Q1.445-65.023 1.042-65.112Q0.639-65.201 0.343-65.403Q0.047-65.605 0.047-65.926M0.502-65.926Q0.502-65.697 0.721-65.548Q0.940-65.399 1.232-65.331Q1.524-65.263 1.763-65.263Q1.927-65.263 2.136-65.299Q2.344-65.334 2.551-65.415Q2.758-65.495 2.889-65.623Q3.021-65.751 3.021-65.926Q3.021-66.278 2.640-66.372Q2.259-66.466 1.756-66.466L1.138-66.466Q0.899-66.466 0.700-66.315Q0.502-66.165 0.502-65.926M1.551-67.713Q2.218-67.713 2.218-68.510Q2.218-69.310 1.551-69.310Q0.881-69.310 0.881-68.510Q0.881-67.713 1.551-67.713M5.745-66.319Q5.109-66.319 4.745-66.664Q4.381-67.009 4.246-67.534Q4.111-68.059 4.111-68.684Q4.111-69.709 4.467-70.408Q4.822-71.107 5.745-71.107Q6.671-71.107 7.024-70.408Q7.376-69.709 7.376-68.684Q7.376-68.059 7.241-67.534Q7.106-67.009 6.743-66.664Q6.381-66.319 5.745-66.319M5.745-66.544Q6.183-66.544 6.396-66.919Q6.610-67.293 6.660-67.760Q6.709-68.226 6.709-68.804Q6.709-69.357 6.660-69.785Q6.610-70.212 6.398-70.547Q6.186-70.882 5.745-70.882Q5.403-70.882 5.200-70.675Q4.997-70.468 4.910-70.156Q4.822-69.843 4.800-69.527Q4.778-69.210 4.778-68.804Q4.778-68.387 4.800-68.045Q4.822-67.703 4.911-67.355Q5-67.006 5.205-66.775Q5.410-66.544 5.745-66.544\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(121.203 14.127)\">\u003Cpath d=\"M-7.342-66.459L-8.932-66.459L-8.932-66.739Q-8.289-66.739-8.132-67.139L-6.488-71.354Q-6.454-71.449-6.341-71.449L-6.259-71.449Q-6.149-71.449-6.108-71.354L-4.389-66.948Q-4.321-66.808-4.131-66.773Q-3.941-66.739-3.668-66.739L-3.668-66.459L-5.667-66.459L-5.667-66.739Q-5.103-66.739-5.103-66.914Q-5.103-66.931-5.105-66.938Q-5.107-66.944-5.110-66.948L-5.531-68.014L-7.489-68.014L-7.831-67.139Q-7.845-67.139-7.845-67.061Q-7.845-66.900-7.682-66.820Q-7.520-66.739-7.342-66.739L-7.342-66.459M-6.508-70.533L-7.376-68.294L-5.633-68.294L-6.508-70.533M-1.282-66.459L-3.018-66.459L-3.018-66.739Q-2.789-66.739-2.641-66.773Q-2.492-66.808-2.492-66.948L-2.492-68.797Q-2.492-69.067-2.600-69.128Q-2.707-69.190-3.018-69.190L-3.018-69.470L-1.990-69.545L-1.990-68.838Q-1.860-69.146-1.617-69.345Q-1.374-69.545-1.057-69.545Q-0.838-69.545-0.667-69.421Q-0.496-69.296-0.496-69.084Q-0.496-68.947-0.595-68.848Q-0.694-68.749-0.828-68.749Q-0.964-68.749-1.063-68.848Q-1.163-68.947-1.163-69.084Q-1.163-69.224-1.063-69.323Q-1.354-69.323-1.554-69.127Q-1.754-68.930-1.846-68.636Q-1.938-68.342-1.938-68.062L-1.938-66.948Q-1.938-66.739-1.282-66.739L-1.282-66.459M0.047-65.926Q0.047-66.172 0.244-66.356Q0.441-66.541 0.697-66.620Q0.560-66.732 0.488-66.893Q0.417-67.054 0.417-67.235Q0.417-67.556 0.629-67.802Q0.294-68.100 0.294-68.510Q0.294-68.971 0.683-69.258Q1.073-69.545 1.551-69.545Q2.023-69.545 2.358-69.299Q2.532-69.453 2.743-69.535Q2.953-69.617 3.182-69.617Q3.346-69.617 3.467-69.510Q3.588-69.402 3.588-69.238Q3.588-69.142 3.517-69.070Q3.445-68.999 3.353-68.999Q3.254-68.999 3.183-69.072Q3.113-69.146 3.113-69.245Q3.113-69.299 3.127-69.330L3.134-69.344Q3.141-69.364 3.149-69.375Q3.158-69.385 3.161-69.392Q2.806-69.392 2.519-69.169Q2.806-68.876 2.806-68.510Q2.806-68.195 2.621-67.963Q2.437-67.730 2.148-67.602Q1.859-67.474 1.551-67.474Q1.350-67.474 1.158-67.524Q0.967-67.573 0.789-67.683Q0.697-67.556 0.697-67.413Q0.697-67.231 0.825-67.096Q0.953-66.961 1.138-66.961L1.770-66.961Q2.218-66.961 2.587-66.890Q2.956-66.818 3.216-66.589Q3.476-66.360 3.476-65.926Q3.476-65.605 3.180-65.403Q2.884-65.201 2.481-65.112Q2.078-65.023 1.763-65.023Q1.445-65.023 1.042-65.112Q0.639-65.201 0.343-65.403Q0.047-65.605 0.047-65.926M0.502-65.926Q0.502-65.697 0.721-65.548Q0.940-65.399 1.232-65.331Q1.524-65.263 1.763-65.263Q1.927-65.263 2.136-65.299Q2.344-65.334 2.551-65.415Q2.758-65.495 2.889-65.623Q3.021-65.751 3.021-65.926Q3.021-66.278 2.640-66.372Q2.259-66.466 1.756-66.466L1.138-66.466Q0.899-66.466 0.700-66.315Q0.502-66.165 0.502-65.926M1.551-67.713Q2.218-67.713 2.218-68.510Q2.218-69.310 1.551-69.310Q0.881-69.310 0.881-68.510Q0.881-67.713 1.551-67.713M7.082-66.459L4.552-66.459L4.552-66.739Q5.520-66.739 5.520-66.948L5.520-70.567Q5.127-70.379 4.504-70.379L4.504-70.660Q4.921-70.660 5.285-70.761Q5.650-70.861 5.906-71.107L6.032-71.107Q6.097-71.090 6.114-71.022L6.114-66.948Q6.114-66.739 7.082-66.739\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg transform=\"translate(173.494 13.447)\">\u003Cpath d=\"M-7.342-66.459L-8.932-66.459L-8.932-66.739Q-8.289-66.739-8.132-67.139L-6.488-71.354Q-6.454-71.449-6.341-71.449L-6.259-71.449Q-6.149-71.449-6.108-71.354L-4.389-66.948Q-4.321-66.808-4.131-66.773Q-3.941-66.739-3.668-66.739L-3.668-66.459L-5.667-66.459L-5.667-66.739Q-5.103-66.739-5.103-66.914Q-5.103-66.931-5.105-66.938Q-5.107-66.944-5.110-66.948L-5.531-68.014L-7.489-68.014L-7.831-67.139Q-7.845-67.139-7.845-67.061Q-7.845-66.900-7.682-66.820Q-7.520-66.739-7.342-66.739L-7.342-66.459M-6.508-70.533L-7.376-68.294L-5.633-68.294L-6.508-70.533M-1.282-66.459L-3.018-66.459L-3.018-66.739Q-2.789-66.739-2.641-66.773Q-2.492-66.808-2.492-66.948L-2.492-68.797Q-2.492-69.067-2.600-69.128Q-2.707-69.190-3.018-69.190L-3.018-69.470L-1.990-69.545L-1.990-68.838Q-1.860-69.146-1.617-69.345Q-1.374-69.545-1.057-69.545Q-0.838-69.545-0.667-69.421Q-0.496-69.296-0.496-69.084Q-0.496-68.947-0.595-68.848Q-0.694-68.749-0.828-68.749Q-0.964-68.749-1.063-68.848Q-1.163-68.947-1.163-69.084Q-1.163-69.224-1.063-69.323Q-1.354-69.323-1.554-69.127Q-1.754-68.930-1.846-68.636Q-1.938-68.342-1.938-68.062L-1.938-66.948Q-1.938-66.739-1.282-66.739L-1.282-66.459M0.047-65.926Q0.047-66.172 0.244-66.356Q0.441-66.541 0.697-66.620Q0.560-66.732 0.488-66.893Q0.417-67.054 0.417-67.235Q0.417-67.556 0.629-67.802Q0.294-68.100 0.294-68.510Q0.294-68.971 0.683-69.258Q1.073-69.545 1.551-69.545Q2.023-69.545 2.358-69.299Q2.532-69.453 2.743-69.535Q2.953-69.617 3.182-69.617Q3.346-69.617 3.467-69.510Q3.588-69.402 3.588-69.238Q3.588-69.142 3.517-69.070Q3.445-68.999 3.353-68.999Q3.254-68.999 3.183-69.072Q3.113-69.146 3.113-69.245Q3.113-69.299 3.127-69.330L3.134-69.344Q3.141-69.364 3.149-69.375Q3.158-69.385 3.161-69.392Q2.806-69.392 2.519-69.169Q2.806-68.876 2.806-68.510Q2.806-68.195 2.621-67.963Q2.437-67.730 2.148-67.602Q1.859-67.474 1.551-67.474Q1.350-67.474 1.158-67.524Q0.967-67.573 0.789-67.683Q0.697-67.556 0.697-67.413Q0.697-67.231 0.825-67.096Q0.953-66.961 1.138-66.961L1.770-66.961Q2.218-66.961 2.587-66.890Q2.956-66.818 3.216-66.589Q3.476-66.360 3.476-65.926Q3.476-65.605 3.180-65.403Q2.884-65.201 2.481-65.112Q2.078-65.023 1.763-65.023Q1.445-65.023 1.042-65.112Q0.639-65.201 0.343-65.403Q0.047-65.605 0.047-65.926M0.502-65.926Q0.502-65.697 0.721-65.548Q0.940-65.399 1.232-65.331Q1.524-65.263 1.763-65.263Q1.927-65.263 2.136-65.299Q2.344-65.334 2.551-65.415Q2.758-65.495 2.889-65.623Q3.021-65.751 3.021-65.926Q3.021-66.278 2.640-66.372Q2.259-66.466 1.756-66.466L1.138-66.466Q0.899-66.466 0.700-66.315Q0.502-66.165 0.502-65.926M1.551-67.713Q2.218-67.713 2.218-68.510Q2.218-69.310 1.551-69.310Q0.881-69.310 0.881-68.510Q0.881-67.713 1.551-67.713M5.913-66.459L4.176-66.459L4.176-66.739Q4.898-66.739 4.898-67.139L4.898-70.749Q4.898-70.960 4.176-70.960L4.176-71.241L5.533-71.241Q5.629-71.241 5.680-71.142L7.355-67.167L9.026-71.142Q9.074-71.241 9.173-71.241L10.524-71.241L10.524-70.960Q9.802-70.960 9.802-70.749L9.802-66.948Q9.802-66.739 10.524-66.739L10.524-66.459L8.466-66.459L8.466-66.739Q9.187-66.739 9.187-66.948L9.187-70.960L7.335-66.558Q7.287-66.459 7.177-66.459Q7.065-66.459 7.017-66.558L5.191-70.889L5.191-67.139Q5.191-66.739 5.913-66.739L5.913-66.459M13.142-67.713L11.084-67.713L11.084-68.216L13.142-68.216L13.142-67.713M17.852-66.459L15.114-66.459L15.114-66.739Q15.462-66.739 15.799-66.775Q16.136-66.811 16.136-66.948L16.136-70.749Q16.136-70.892 16.047-70.926Q15.958-70.960 15.774-70.960L15.415-70.960Q15.114-70.960 14.899-70.913Q14.683-70.865 14.526-70.708Q14.389-70.574 14.329-70.296Q14.270-70.017 14.232-69.604L13.965-69.604L14.112-71.241L18.846-71.241L18.993-69.604L18.727-69.604Q18.689-70.017 18.633-70.294Q18.576-70.571 18.433-70.708Q18.272-70.868 18.060-70.914Q17.848-70.960 17.544-70.960L17.192-70.960Q17.007-70.960 16.919-70.926Q16.830-70.892 16.830-70.749L16.830-66.948Q16.830-66.811 17.166-66.775Q17.503-66.739 17.852-66.739L17.852-66.459M21.492-66.459L19.755-66.459L19.755-66.739Q20.477-66.739 20.477-67.139L20.477-70.749Q20.477-70.960 19.755-70.960L19.755-71.241L21.112-71.241Q21.208-71.241 21.259-71.142L22.934-67.167L24.606-71.142Q24.653-71.241 24.753-71.241L26.103-71.241L26.103-70.960Q25.381-70.960 25.381-70.749L25.381-66.948Q25.381-66.739 26.103-66.739L26.103-66.459L24.045-66.459L24.045-66.739Q24.766-66.739 24.766-66.948L24.766-70.960L22.914-66.558Q22.866-66.459 22.756-66.459Q22.644-66.459 22.596-66.558L20.771-70.889L20.771-67.139Q20.771-66.739 21.492-66.739L21.492-66.459M29.049-66.459L26.916-66.459L26.916-66.739Q27.637-66.739 27.637-66.948L27.637-70.749Q27.637-70.960 26.916-70.960L26.916-71.241L29.582-71.241Q29.992-71.241 30.413-71.087Q30.833-70.933 31.117-70.629Q31.400-70.325 31.400-69.911Q31.400-69.593 31.233-69.347Q31.066-69.101 30.789-68.935Q30.512-68.770 30.191-68.686Q29.869-68.602 29.582-68.602L28.328-68.602L28.328-66.948Q28.328-66.739 29.049-66.739L29.049-66.459M28.300-70.749L28.300-68.852L29.387-68.852Q29.996-68.852 30.310-69.089Q30.625-69.327 30.625-69.911Q30.625-70.304 30.479-70.538Q30.334-70.772 30.062-70.866Q29.791-70.960 29.387-70.960L28.666-70.960Q28.478-70.960 28.389-70.926Q28.300-70.892 28.300-70.749\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg transform=\"translate(225.913 14.127)\">\u003Cpath d=\"M-7.342-66.459L-8.932-66.459L-8.932-66.739Q-8.289-66.739-8.132-67.139L-6.488-71.354Q-6.454-71.449-6.341-71.449L-6.259-71.449Q-6.149-71.449-6.108-71.354L-4.389-66.948Q-4.321-66.808-4.131-66.773Q-3.941-66.739-3.668-66.739L-3.668-66.459L-5.667-66.459L-5.667-66.739Q-5.103-66.739-5.103-66.914Q-5.103-66.931-5.105-66.938Q-5.107-66.944-5.110-66.948L-5.531-68.014L-7.489-68.014L-7.831-67.139Q-7.845-67.139-7.845-67.061Q-7.845-66.900-7.682-66.820Q-7.520-66.739-7.342-66.739L-7.342-66.459M-6.508-70.533L-7.376-68.294L-5.633-68.294L-6.508-70.533M-1.282-66.459L-3.018-66.459L-3.018-66.739Q-2.789-66.739-2.641-66.773Q-2.492-66.808-2.492-66.948L-2.492-68.797Q-2.492-69.067-2.600-69.128Q-2.707-69.190-3.018-69.190L-3.018-69.470L-1.990-69.545L-1.990-68.838Q-1.860-69.146-1.617-69.345Q-1.374-69.545-1.057-69.545Q-0.838-69.545-0.667-69.421Q-0.496-69.296-0.496-69.084Q-0.496-68.947-0.595-68.848Q-0.694-68.749-0.828-68.749Q-0.964-68.749-1.063-68.848Q-1.163-68.947-1.163-69.084Q-1.163-69.224-1.063-69.323Q-1.354-69.323-1.554-69.127Q-1.754-68.930-1.846-68.636Q-1.938-68.342-1.938-68.062L-1.938-66.948Q-1.938-66.739-1.282-66.739L-1.282-66.459M0.047-65.926Q0.047-66.172 0.244-66.356Q0.441-66.541 0.697-66.620Q0.560-66.732 0.488-66.893Q0.417-67.054 0.417-67.235Q0.417-67.556 0.629-67.802Q0.294-68.100 0.294-68.510Q0.294-68.971 0.683-69.258Q1.073-69.545 1.551-69.545Q2.023-69.545 2.358-69.299Q2.532-69.453 2.743-69.535Q2.953-69.617 3.182-69.617Q3.346-69.617 3.467-69.510Q3.588-69.402 3.588-69.238Q3.588-69.142 3.517-69.070Q3.445-68.999 3.353-68.999Q3.254-68.999 3.183-69.072Q3.113-69.146 3.113-69.245Q3.113-69.299 3.127-69.330L3.134-69.344Q3.141-69.364 3.149-69.375Q3.158-69.385 3.161-69.392Q2.806-69.392 2.519-69.169Q2.806-68.876 2.806-68.510Q2.806-68.195 2.621-67.963Q2.437-67.730 2.148-67.602Q1.859-67.474 1.551-67.474Q1.350-67.474 1.158-67.524Q0.967-67.573 0.789-67.683Q0.697-67.556 0.697-67.413Q0.697-67.231 0.825-67.096Q0.953-66.961 1.138-66.961L1.770-66.961Q2.218-66.961 2.587-66.890Q2.956-66.818 3.216-66.589Q3.476-66.360 3.476-65.926Q3.476-65.605 3.180-65.403Q2.884-65.201 2.481-65.112Q2.078-65.023 1.763-65.023Q1.445-65.023 1.042-65.112Q0.639-65.201 0.343-65.403Q0.047-65.605 0.047-65.926M0.502-65.926Q0.502-65.697 0.721-65.548Q0.940-65.399 1.232-65.331Q1.524-65.263 1.763-65.263Q1.927-65.263 2.136-65.299Q2.344-65.334 2.551-65.415Q2.758-65.495 2.889-65.623Q3.021-65.751 3.021-65.926Q3.021-66.278 2.640-66.372Q2.259-66.466 1.756-66.466L1.138-66.466Q0.899-66.466 0.700-66.315Q0.502-66.165 0.502-65.926M1.551-67.713Q2.218-67.713 2.218-68.510Q2.218-69.310 1.551-69.310Q0.881-69.310 0.881-68.510Q0.881-67.713 1.551-67.713M5.913-66.459L4.176-66.459L4.176-66.739Q4.898-66.739 4.898-67.139L4.898-70.749Q4.898-70.960 4.176-70.960L4.176-71.241L5.533-71.241Q5.629-71.241 5.680-71.142L7.355-67.167L9.026-71.142Q9.074-71.241 9.173-71.241L10.524-71.241L10.524-70.960Q9.802-70.960 9.802-70.749L9.802-66.948Q9.802-66.739 10.524-66.739L10.524-66.459L8.466-66.459L8.466-66.739Q9.187-66.739 9.187-66.948L9.187-70.960L7.335-66.558Q7.287-66.459 7.177-66.459Q7.065-66.459 7.017-66.558L5.191-70.889L5.191-67.139Q5.191-66.739 5.913-66.739L5.913-66.459M13.142-67.713L11.084-67.713L11.084-68.216L13.142-68.216L13.142-67.713M17.852-66.459L15.114-66.459L15.114-66.739Q15.462-66.739 15.799-66.775Q16.136-66.811 16.136-66.948L16.136-70.749Q16.136-70.892 16.047-70.926Q15.958-70.960 15.774-70.960L15.415-70.960Q15.114-70.960 14.899-70.913Q14.683-70.865 14.526-70.708Q14.389-70.574 14.329-70.296Q14.270-70.017 14.232-69.604L13.965-69.604L14.112-71.241L18.846-71.241L18.993-69.604L18.727-69.604Q18.689-70.017 18.633-70.294Q18.576-70.571 18.433-70.708Q18.272-70.868 18.060-70.914Q17.848-70.960 17.544-70.960L17.192-70.960Q17.007-70.960 16.919-70.926Q16.830-70.892 16.830-70.749L16.830-66.948Q16.830-66.811 17.166-66.775Q17.503-66.739 17.852-66.739L17.852-66.459M21.492-66.459L19.755-66.459L19.755-66.739Q20.477-66.739 20.477-67.139L20.477-70.749Q20.477-70.960 19.755-70.960L19.755-71.241L21.112-71.241Q21.208-71.241 21.259-71.142L22.934-67.167L24.606-71.142Q24.653-71.241 24.753-71.241L26.103-71.241L26.103-70.960Q25.381-70.960 25.381-70.749L25.381-66.948Q25.381-66.739 26.103-66.739L26.103-66.459L24.045-66.459L24.045-66.739Q24.766-66.739 24.766-66.948L24.766-70.960L22.914-66.558Q22.866-66.459 22.756-66.459Q22.644-66.459 22.596-66.558L20.771-70.889L20.771-67.139Q20.771-66.739 21.492-66.739L21.492-66.459M29.049-66.459L26.916-66.459L26.916-66.739Q27.637-66.739 27.637-66.948L27.637-70.749Q27.637-70.960 26.916-70.960L26.916-71.241L29.582-71.241Q29.992-71.241 30.413-71.087Q30.833-70.933 31.117-70.629Q31.400-70.325 31.400-69.911Q31.400-69.593 31.233-69.347Q31.066-69.101 30.789-68.935Q30.512-68.770 30.191-68.686Q29.869-68.602 29.582-68.602L28.328-68.602L28.328-66.948Q28.328-66.739 29.049-66.739L29.049-66.459M28.300-70.749L28.300-68.852L29.387-68.852Q29.996-68.852 30.310-69.089Q30.625-69.327 30.625-69.911Q30.625-70.304 30.479-70.538Q30.334-70.772 30.062-70.866Q29.791-70.960 29.387-70.960L28.666-70.960Q28.478-70.960 28.389-70.926Q28.300-70.892 28.300-70.749\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">A full PropBank labeling of one sentence. The two numbered arguments (Arg0 publisher, Arg1 thing published) attach to the subject and object; the temporal phrases are non-numbered ArgM-TMP modifiers, stable across predicates.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:468.221px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 351.166 200.825\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M8.726 38.98H166.78V13.373H8.726Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr9\" font-size=\"9\">\u003Cg transform=\"translate(-75.694 8.625)\">\u003Cpath d=\"M153.256 15.176L151.024 15.176L151.024 14.860Q151.331 14.860 151.522 14.807Q151.714 14.754 151.714 14.565L151.714 11.612L151.024 11.612L151.024 11.296L151.714 11.296L151.714 10.228Q151.714 9.845 151.927 9.522Q152.140 9.199 152.494 9.015Q152.847 8.830 153.225 8.830Q153.546 8.830 153.797 9.008Q154.047 9.186 154.047 9.498Q154.047 9.674 153.928 9.793Q153.810 9.911 153.634 9.911Q153.454 9.911 153.331 9.793Q153.208 9.674 153.208 9.498Q153.208 9.257 153.423 9.129Q153.318 9.094 153.181 9.094Q152.913 9.094 152.731 9.276Q152.549 9.459 152.456 9.729Q152.364 9.999 152.364 10.263L152.364 11.296L153.414 11.296L153.414 11.612L152.390 11.612L152.390 14.565Q152.390 14.754 152.647 14.807Q152.904 14.860 153.256 14.860L153.256 15.176M156.025 15.176L153.792 15.176L153.792 14.860Q154.104 14.860 154.295 14.807Q154.487 14.754 154.487 14.565L154.487 12.117Q154.487 11.876 154.416 11.768Q154.346 11.660 154.212 11.636Q154.078 11.612 153.792 11.612L153.792 11.296L155.106 11.199L155.106 12.060Q155.269 11.669 155.537 11.434Q155.805 11.199 156.196 11.199Q156.468 11.199 156.684 11.362Q156.899 11.524 156.899 11.783Q156.899 11.959 156.780 12.078Q156.662 12.197 156.486 12.197Q156.306 12.197 156.187 12.078Q156.069 11.959 156.069 11.783Q156.069 11.568 156.222 11.458L156.205 11.458Q155.827 11.458 155.594 11.720Q155.361 11.981 155.262 12.368Q155.163 12.755 155.163 13.115L155.163 14.565Q155.163 14.754 155.420 14.807Q155.677 14.860 156.025 14.860L156.025 15.176M157.528 14.266Q157.528 13.726 157.960 13.392Q158.393 13.058 159 12.919Q159.606 12.781 160.138 12.781L160.138 12.447Q160.138 12.188 160.019 11.944Q159.901 11.700 159.692 11.553Q159.483 11.405 159.211 11.405Q158.648 11.405 158.336 11.603Q158.486 11.630 158.578 11.748Q158.670 11.867 158.670 12.025Q158.670 12.201 158.545 12.331Q158.420 12.460 158.239 12.460Q158.050 12.460 157.923 12.333Q157.796 12.205 157.796 12.025Q157.796 11.555 158.235 11.348Q158.674 11.142 159.211 11.142Q159.501 11.142 159.789 11.230Q160.076 11.318 160.309 11.478Q160.542 11.638 160.692 11.878Q160.841 12.117 160.841 12.412L160.841 14.447Q160.841 14.600 160.916 14.739Q160.990 14.877 161.135 14.877Q161.289 14.877 161.362 14.741Q161.434 14.605 161.434 14.447L161.434 13.871L161.720 13.871L161.720 14.447Q161.720 14.780 161.472 15.005Q161.223 15.229 160.894 15.229Q160.634 15.229 160.452 15.035Q160.270 14.842 160.226 14.565Q160.059 14.886 159.725 15.082Q159.391 15.277 159.022 15.277Q158.468 15.277 157.998 15.029Q157.528 14.780 157.528 14.266M158.283 14.266Q158.283 14.578 158.525 14.796Q158.767 15.013 159.083 15.013Q159.518 15.013 159.828 14.704Q160.138 14.394 160.138 13.963L160.138 13.036Q159.720 13.036 159.294 13.163Q158.868 13.291 158.576 13.568Q158.283 13.844 158.283 14.266M164.163 15.176L162.076 15.176L162.076 14.860Q162.383 14.860 162.575 14.807Q162.766 14.754 162.766 14.565L162.766 12.117Q162.766 11.876 162.695 11.768Q162.625 11.660 162.491 11.636Q162.357 11.612 162.076 11.612L162.076 11.296L163.416 11.199L163.416 12.034Q163.614 11.656 163.974 11.427Q164.335 11.199 164.757 11.199Q165.802 11.199 165.987 12.008Q166.189 11.638 166.547 11.419Q166.905 11.199 167.323 11.199Q167.947 11.199 168.272 11.493Q168.597 11.788 168.597 12.412L168.597 14.565Q168.597 14.754 168.791 14.807Q168.984 14.860 169.292 14.860L169.292 15.176L167.204 15.176L167.204 14.860Q167.512 14.860 167.705 14.807Q167.899 14.754 167.899 14.565L167.899 12.447Q167.899 12.016 167.771 11.737Q167.644 11.458 167.257 11.458Q166.914 11.458 166.631 11.647Q166.347 11.836 166.191 12.148Q166.035 12.460 166.035 12.807L166.035 14.565Q166.035 14.754 166.226 14.807Q166.418 14.860 166.725 14.860L166.725 15.176L164.638 15.176L164.638 14.860Q164.950 14.860 165.141 14.807Q165.332 14.754 165.332 14.565L165.332 12.447Q165.332 12.188 165.288 11.966Q165.244 11.744 165.099 11.601Q164.954 11.458 164.695 11.458Q164.159 11.458 163.814 11.865Q163.469 12.271 163.469 12.807L163.469 14.565Q163.469 14.754 163.662 14.807Q163.856 14.860 164.163 14.860L164.163 15.176M171.792 15.277Q171.234 15.277 170.762 14.994Q170.289 14.710 170.015 14.233Q169.740 13.757 169.740 13.203Q169.740 12.807 169.883 12.432Q170.026 12.056 170.283 11.768Q170.540 11.480 170.898 11.311Q171.256 11.142 171.660 11.142Q172.205 11.142 172.577 11.379Q172.948 11.616 173.135 12.034Q173.321 12.451 173.321 12.988Q173.321 13.040 173.297 13.078Q173.273 13.115 173.225 13.115L170.553 13.115L170.553 13.194Q170.553 13.941 170.865 14.464Q171.177 14.987 171.876 14.987Q172.280 14.987 172.601 14.730Q172.922 14.473 173.045 14.069Q173.062 13.989 173.146 13.989L173.225 13.989Q173.264 13.989 173.293 14.020Q173.321 14.051 173.321 14.095L173.321 14.130Q173.216 14.473 172.994 14.732Q172.772 14.991 172.458 15.134Q172.144 15.277 171.792 15.277M170.562 12.864L172.675 12.864Q172.675 12.596 172.623 12.350Q172.570 12.104 172.449 11.882Q172.328 11.660 172.131 11.533Q171.933 11.405 171.660 11.405Q171.318 11.405 171.065 11.630Q170.812 11.854 170.687 12.192Q170.562 12.530 170.562 12.864M174.367 14.671Q174.367 14.543 174.435 14.427Q174.504 14.310 174.620 14.240Q174.737 14.170 174.873 14.170Q175.075 14.170 175.226 14.317Q175.378 14.464 175.378 14.671Q175.378 14.877 175.229 15.027Q175.079 15.176 174.873 15.176Q174.662 15.176 174.515 15.024Q174.367 14.873 174.367 14.671M174.367 11.801Q174.367 11.603 174.512 11.449Q174.657 11.296 174.873 11.296Q175.009 11.296 175.125 11.364Q175.242 11.432 175.310 11.548Q175.378 11.665 175.378 11.801Q175.378 12.003 175.226 12.155Q175.075 12.306 174.873 12.306Q174.666 12.306 174.517 12.153Q174.367 11.999 174.367 11.801\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-75.694 8.625)\">\u003Cpath d=\"M89.832 25.214Q90.152 25.605 90.627 25.831Q91.102 26.057 91.616 26.057Q92.178 26.057 92.635 25.774Q93.092 25.490 93.356 25.007Q93.620 24.524 93.620 23.979Q93.620 23.948 93.650 23.924Q93.681 23.900 93.712 23.900L93.817 23.900Q93.910 23.900 93.910 24.014Q93.910 24.655 93.580 25.198Q93.251 25.741 92.692 26.057Q92.134 26.374 91.497 26.374Q90.618 26.374 89.876 25.930Q89.133 25.486 88.700 24.730Q88.267 23.974 88.267 23.100Q88.267 22.454 88.515 21.854Q88.764 21.254 89.212 20.797Q89.660 20.340 90.249 20.085Q90.838 19.830 91.497 19.830Q91.972 19.830 92.413 20.037Q92.855 20.243 93.180 20.604L93.703 19.865Q93.721 19.830 93.765 19.830L93.817 19.830Q93.853 19.830 93.881 19.859Q93.910 19.887 93.910 19.914L93.910 22.344Q93.910 22.366 93.877 22.395Q93.844 22.423 93.817 22.423L93.686 22.423Q93.659 22.423 93.626 22.395Q93.593 22.366 93.593 22.344Q93.593 22.058 93.453 21.665Q93.312 21.272 93.145 21.030Q92.868 20.626 92.471 20.386Q92.073 20.147 91.607 20.147Q91.269 20.147 90.939 20.248Q90.609 20.349 90.326 20.542Q90.043 20.736 89.832 20.990Q89.221 21.742 89.221 23.100Q89.221 23.719 89.357 24.258Q89.493 24.796 89.832 25.214M97.439 26.176L94.758 26.176L94.758 25.860Q95.676 25.860 95.676 25.565L95.676 20.639Q95.676 20.344 94.758 20.344L94.758 20.028L97.439 20.028L97.439 20.344Q96.520 20.344 96.520 20.639L96.520 22.819L99.275 22.819L99.275 20.639Q99.275 20.344 98.357 20.344L98.357 20.028L101.038 20.028L101.038 20.344Q100.119 20.344 100.119 20.639L100.119 25.565Q100.119 25.860 101.038 25.860L101.038 26.176L98.357 26.176L98.357 25.860Q99.275 25.860 99.275 25.565L99.275 23.135L96.520 23.135L96.520 25.565Q96.520 25.860 97.439 25.860L97.439 26.176M103.639 26.176L101.670 26.176L101.670 25.860Q101.895 25.860 102.090 25.809Q102.286 25.759 102.437 25.638Q102.589 25.517 102.659 25.310L104.619 19.839Q104.672 19.734 104.782 19.734L104.874 19.734Q104.984 19.734 105.037 19.839L107.089 25.565Q107.168 25.754 107.401 25.807Q107.634 25.860 107.985 25.860L107.985 26.176L105.485 26.176L105.485 25.860Q106.223 25.860 106.223 25.609Q106.223 25.583 106.214 25.565L105.709 24.150L103.415 24.150L103.002 25.310Q102.976 25.367 102.976 25.420Q102.976 25.644 103.182 25.752Q103.389 25.860 103.639 25.860L103.639 26.176M104.558 20.947L103.525 23.838L105.595 23.838L104.558 20.947M110.767 26.176L108.618 26.176L108.618 25.860Q109.537 25.860 109.537 25.310L109.537 20.397Q109.255 20.344 108.618 20.344L108.618 20.028L110.310 20.028Q110.376 20.028 110.389 20.072L113.668 24.761L113.668 20.894Q113.668 20.344 112.749 20.344L112.749 20.028L114.898 20.028L114.898 20.344Q113.980 20.344 113.980 20.894L113.980 26.066Q113.980 26.110 113.951 26.143Q113.922 26.176 113.883 26.176L113.773 26.176Q113.707 26.176 113.694 26.132L109.849 20.630L109.849 25.310Q109.849 25.860 110.767 25.860L110.767 26.176M117.311 25.214Q117.649 25.613 118.126 25.835Q118.603 26.057 119.130 26.057Q119.451 26.057 119.776 25.952Q120.101 25.846 120.316 25.624Q120.532 25.403 120.532 25.069L120.532 24.322Q120.532 24.027 119.380 24.027L119.380 23.711L122.017 23.711L122.017 24.027Q121.723 24.027 121.551 24.080Q121.380 24.133 121.380 24.322L121.380 26.097Q121.380 26.123 121.345 26.150Q121.310 26.176 121.279 26.176Q121.222 26.176 121.112 26.079Q121.002 25.983 120.879 25.846Q120.756 25.710 120.703 25.627Q120.532 25.899 120.251 26.064Q119.969 26.229 119.627 26.301Q119.284 26.374 118.967 26.374Q118.088 26.374 117.346 25.930Q116.603 25.486 116.170 24.730Q115.737 23.974 115.737 23.100Q115.737 22.454 115.986 21.854Q116.234 21.254 116.682 20.797Q117.130 20.340 117.719 20.085Q118.308 19.830 118.967 19.830Q119.442 19.830 119.884 20.037Q120.325 20.243 120.650 20.604L121.173 19.865Q121.191 19.830 121.235 19.830L121.288 19.830Q121.323 19.830 121.351 19.859Q121.380 19.887 121.380 19.914L121.380 22.344Q121.380 22.366 121.347 22.395Q121.314 22.423 121.288 22.423L121.156 22.423Q121.129 22.423 121.097 22.395Q121.064 22.366 121.064 22.344Q121.064 22.058 120.923 21.665Q120.782 21.272 120.615 21.030Q120.338 20.626 119.941 20.386Q119.543 20.147 119.077 20.147Q118.739 20.147 118.409 20.248Q118.080 20.349 117.796 20.542Q117.513 20.736 117.302 20.990Q116.691 21.742 116.691 23.100Q116.691 23.719 116.832 24.262Q116.972 24.805 117.311 25.214M128.112 26.176L122.804 26.176L122.804 25.860Q123.722 25.860 123.722 25.565L123.722 20.639Q123.722 20.344 122.804 20.344L122.804 20.028L127.994 20.028L128.249 22.089L127.959 22.089Q127.888 21.496 127.774 21.164Q127.660 20.832 127.451 20.656Q127.242 20.481 126.897 20.413Q126.552 20.344 125.941 20.344L125.027 20.344Q124.777 20.344 124.671 20.393Q124.566 20.441 124.566 20.639L124.566 22.827L125.252 22.827Q125.731 22.827 125.952 22.753Q126.174 22.678 126.267 22.463Q126.359 22.247 126.359 21.777L126.645 21.777L126.645 24.194L126.359 24.194Q126.359 23.724 126.267 23.509Q126.174 23.293 125.952 23.218Q125.731 23.144 125.252 23.144L124.566 23.144L124.566 25.565Q124.566 25.759 124.671 25.809Q124.777 25.860 125.027 25.860L126.007 25.860Q126.645 25.860 127.034 25.763Q127.422 25.666 127.642 25.444Q127.862 25.222 127.983 24.844Q128.104 24.467 128.213 23.816L128.499 23.816L128.112 26.176M131.338 24.528L128.873 24.528L128.873 23.935L131.338 23.935L131.338 24.528M134.871 26.176L132.190 26.176L132.190 25.860Q133.109 25.860 133.109 25.565L133.109 20.639Q133.109 20.344 132.190 20.344L132.190 20.028L135.438 20.028Q135.935 20.028 136.444 20.226Q136.954 20.424 137.286 20.815Q137.618 21.206 137.618 21.720Q137.618 22.238 137.286 22.619Q136.954 22.999 136.449 23.192Q135.943 23.385 135.438 23.385L133.953 23.385L133.953 25.565Q133.953 25.860 134.871 25.860L134.871 26.176M133.926 20.639L133.926 23.100L135.196 23.100Q135.943 23.100 136.304 22.777Q136.664 22.454 136.664 21.720Q136.664 21.223 136.506 20.920Q136.348 20.617 136.027 20.481Q135.706 20.344 135.196 20.344L134.388 20.344Q134.137 20.344 134.032 20.393Q133.926 20.441 133.926 20.639M141.731 26.374Q141.085 26.374 140.525 26.114Q139.964 25.855 139.543 25.398Q139.121 24.941 138.888 24.350Q138.655 23.759 138.655 23.135Q138.655 22.502 138.886 21.896Q139.116 21.289 139.534 20.828Q139.951 20.366 140.516 20.098Q141.081 19.830 141.731 19.830Q142.386 19.830 142.955 20.098Q143.524 20.366 143.939 20.832Q144.355 21.298 144.583 21.894Q144.812 22.489 144.812 23.135Q144.812 23.759 144.583 24.350Q144.355 24.941 143.930 25.398Q143.506 25.855 142.944 26.114Q142.381 26.374 141.731 26.374M140.175 25.187Q140.356 25.451 140.597 25.646Q140.839 25.842 141.129 25.954Q141.419 26.066 141.731 26.066Q142.043 26.066 142.335 25.954Q142.628 25.842 142.871 25.644Q143.115 25.447 143.287 25.187Q143.493 24.897 143.621 24.535Q143.748 24.172 143.801 23.785Q143.854 23.399 143.854 22.981Q143.854 21.698 143.287 20.947Q143.111 20.696 142.865 20.509Q142.619 20.322 142.329 20.221Q142.039 20.120 141.731 20.120Q141.278 20.120 140.865 20.340Q140.452 20.560 140.175 20.947Q139.877 21.346 139.743 21.869Q139.608 22.392 139.608 22.981Q139.608 23.399 139.661 23.785Q139.714 24.172 139.841 24.535Q139.969 24.897 140.175 25.187M145.844 26.295L145.844 24.216Q145.844 24.190 145.873 24.161Q145.901 24.133 145.932 24.133L146.042 24.133Q146.073 24.133 146.101 24.161Q146.130 24.190 146.130 24.216Q146.130 24.818 146.387 25.229Q146.644 25.640 147.106 25.849Q147.567 26.057 148.147 26.057Q148.481 26.057 148.753 25.882Q149.026 25.706 149.180 25.414Q149.334 25.121 149.334 24.801Q149.334 24.585 149.265 24.383Q149.197 24.181 149.079 24.016Q148.960 23.851 148.780 23.730Q148.600 23.610 148.398 23.566L147.202 23.280Q146.820 23.188 146.510 22.939Q146.200 22.691 146.022 22.329Q145.844 21.966 145.844 21.575Q145.844 21.105 146.088 20.700Q146.332 20.296 146.745 20.063Q147.158 19.830 147.633 19.830Q148.072 19.830 148.452 19.986Q148.833 20.142 149.109 20.450L149.479 19.865Q149.496 19.830 149.540 19.830L149.597 19.830Q149.628 19.830 149.657 19.859Q149.685 19.887 149.685 19.914L149.685 21.992Q149.685 22.014 149.652 22.043Q149.619 22.072 149.597 22.072L149.487 22.072Q149.465 22.072 149.432 22.043Q149.399 22.014 149.399 21.992Q149.399 21.808 149.358 21.619Q149.316 21.430 149.232 21.230Q149.149 21.030 149.046 20.856Q148.942 20.683 148.824 20.569Q148.582 20.331 148.285 20.226Q147.989 20.120 147.642 20.120Q147.338 20.120 147.062 20.272Q146.785 20.424 146.620 20.687Q146.455 20.951 146.455 21.272Q146.455 21.527 146.574 21.764Q146.692 22.001 146.895 22.159Q147.097 22.318 147.365 22.388L148.560 22.674Q148.969 22.770 149.285 23.045Q149.602 23.320 149.775 23.704Q149.949 24.089 149.949 24.502Q149.949 24.985 149.711 25.420Q149.474 25.855 149.061 26.114Q148.648 26.374 148.156 26.374Q147.659 26.374 147.200 26.220Q146.741 26.066 146.429 25.754L146.051 26.339Q146.033 26.374 145.989 26.374L145.932 26.374Q145.910 26.374 145.877 26.345Q145.844 26.317 145.844 26.295M153.517 26.176L150.744 26.176L150.744 25.860Q151.711 25.860 151.711 25.565L151.711 20.639Q151.711 20.344 150.744 20.344L150.744 20.028L153.517 20.028L153.517 20.344Q152.555 20.344 152.555 20.639L152.555 25.565Q152.555 25.860 153.517 25.860L153.517 26.176M158.865 26.176L155.429 26.176L155.429 25.860Q156.290 25.860 156.505 25.807Q156.593 25.794 156.659 25.723Q156.725 25.653 156.725 25.565L156.725 20.639Q156.725 20.446 156.620 20.395Q156.514 20.344 156.264 20.344L155.859 20.344Q155.503 20.344 155.244 20.408Q154.985 20.472 154.787 20.670Q154.620 20.832 154.556 21.142Q154.493 21.452 154.427 22.089L154.141 22.089L154.321 20.028L159.964 20.028L160.144 22.089L159.854 22.089Q159.832 21.808 159.795 21.522Q159.757 21.237 159.687 21.012Q159.617 20.788 159.494 20.670Q159.182 20.344 158.426 20.344L158.030 20.344Q157.780 20.344 157.674 20.393Q157.569 20.441 157.569 20.639L157.569 25.565Q157.569 25.653 157.635 25.723Q157.701 25.794 157.784 25.807Q158 25.860 158.865 25.860L158.865 26.176M163.537 26.176L160.764 26.176L160.764 25.860Q161.731 25.860 161.731 25.565L161.731 20.639Q161.731 20.344 160.764 20.344L160.764 20.028L163.537 20.028L163.537 20.344Q162.574 20.344 162.574 20.639L162.574 25.565Q162.574 25.860 163.537 25.860L163.537 26.176M167.417 26.374Q166.771 26.374 166.211 26.114Q165.650 25.855 165.229 25.398Q164.807 24.941 164.574 24.350Q164.341 23.759 164.341 23.135Q164.341 22.502 164.572 21.896Q164.802 21.289 165.220 20.828Q165.637 20.366 166.202 20.098Q166.767 19.830 167.417 19.830Q168.072 19.830 168.641 20.098Q169.210 20.366 169.625 20.832Q170.041 21.298 170.269 21.894Q170.498 22.489 170.498 23.135Q170.498 23.759 170.269 24.350Q170.041 24.941 169.617 25.398Q169.192 25.855 168.630 26.114Q168.067 26.374 167.417 26.374M165.861 25.187Q166.042 25.451 166.283 25.646Q166.525 25.842 166.815 25.954Q167.105 26.066 167.417 26.066Q167.729 26.066 168.021 25.954Q168.314 25.842 168.557 25.644Q168.801 25.447 168.973 25.187Q169.179 24.897 169.307 24.535Q169.434 24.172 169.487 23.785Q169.540 23.399 169.540 22.981Q169.540 21.698 168.973 20.947Q168.797 20.696 168.551 20.509Q168.305 20.322 168.015 20.221Q167.725 20.120 167.417 20.120Q166.964 20.120 166.551 20.340Q166.138 20.560 165.861 20.947Q165.563 21.346 165.429 21.869Q165.295 22.392 165.295 22.981Q165.295 23.399 165.347 23.785Q165.400 24.172 165.527 24.535Q165.655 24.897 165.861 25.187M173.490 26.176L171.341 26.176L171.341 25.860Q172.260 25.860 172.260 25.310L172.260 20.397Q171.979 20.344 171.341 20.344L171.341 20.028L173.033 20.028Q173.099 20.028 173.112 20.072L176.391 24.761L176.391 20.894Q176.391 20.344 175.472 20.344L175.472 20.028L177.621 20.028L177.621 20.344Q176.703 20.344 176.703 20.894L176.703 26.066Q176.703 26.110 176.674 26.143Q176.646 26.176 176.606 26.176L176.496 26.176Q176.430 26.176 176.417 26.132L172.572 20.630L172.572 25.310Q172.572 25.860 173.490 25.860L173.490 26.176M180.513 24.528L178.047 24.528L178.047 23.935L180.513 23.935L180.513 24.528M184.613 26.374Q183.967 26.374 183.407 26.114Q182.846 25.855 182.424 25.398Q182.003 24.941 181.770 24.350Q181.537 23.759 181.537 23.135Q181.537 22.502 181.767 21.896Q181.998 21.289 182.416 20.828Q182.833 20.366 183.398 20.098Q183.962 19.830 184.613 19.830Q185.268 19.830 185.837 20.098Q186.406 20.366 186.821 20.832Q187.236 21.298 187.465 21.894Q187.693 22.489 187.693 23.135Q187.693 23.759 187.465 24.350Q187.236 24.941 186.812 25.398Q186.388 25.855 185.826 26.114Q185.263 26.374 184.613 26.374M183.057 25.187Q183.237 25.451 183.479 25.646Q183.721 25.842 184.011 25.954Q184.301 26.066 184.613 26.066Q184.925 26.066 185.217 25.954Q185.509 25.842 185.753 25.644Q185.997 25.447 186.169 25.187Q186.375 24.897 186.503 24.535Q186.630 24.172 186.683 23.785Q186.735 23.399 186.735 22.981Q186.735 21.698 186.169 20.947Q185.993 20.696 185.747 20.509Q185.501 20.322 185.211 20.221Q184.920 20.120 184.613 20.120Q184.160 20.120 183.747 20.340Q183.334 20.560 183.057 20.947Q182.758 21.346 182.624 21.869Q182.490 22.392 182.490 22.981Q182.490 23.399 182.543 23.785Q182.596 24.172 182.723 24.535Q182.851 24.897 183.057 25.187M190.686 26.176L188.537 26.176L188.537 25.860Q189.456 25.860 189.456 25.310L189.456 20.397Q189.174 20.344 188.537 20.344L188.537 20.028L190.229 20.028Q190.295 20.028 190.308 20.072L193.586 24.761L193.586 20.894Q193.586 20.344 192.668 20.344L192.668 20.028L194.817 20.028L194.817 20.344Q193.899 20.344 193.899 20.894L193.899 26.066Q193.899 26.110 193.870 26.143Q193.841 26.176 193.802 26.176L193.692 26.176Q193.626 26.176 193.613 26.132L189.768 20.630L189.768 25.310Q189.768 25.860 190.686 25.860L190.686 26.176M197.709 24.528L195.243 24.528L195.243 23.935L197.709 23.935L197.709 24.528M200.495 26.176L198.526 26.176L198.526 25.860Q198.750 25.860 198.946 25.809Q199.141 25.759 199.293 25.638Q199.444 25.517 199.515 25.310L201.475 19.839Q201.527 19.734 201.637 19.734L201.730 19.734Q201.839 19.734 201.892 19.839L203.944 25.565Q204.024 25.754 204.256 25.807Q204.489 25.860 204.841 25.860L204.841 26.176L202.340 26.176L202.340 25.860Q203.079 25.860 203.079 25.609Q203.079 25.583 203.070 25.565L202.565 24.150L200.271 24.150L199.857 25.310Q199.831 25.367 199.831 25.420Q199.831 25.644 200.038 25.752Q200.244 25.860 200.495 25.860L200.495 26.176M201.413 20.947L200.380 23.838L202.450 23.838L201.413 20.947M207.715 24.528L205.250 24.528L205.250 23.935L207.715 23.935L207.715 24.528M208.739 26.295L208.739 24.216Q208.739 24.190 208.767 24.161Q208.796 24.133 208.827 24.133L208.937 24.133Q208.967 24.133 208.996 24.161Q209.024 24.190 209.024 24.216Q209.024 24.818 209.282 25.229Q209.539 25.640 210 25.849Q210.461 26.057 211.042 26.057Q211.376 26.057 211.648 25.882Q211.920 25.706 212.074 25.414Q212.228 25.121 212.228 24.801Q212.228 24.585 212.160 24.383Q212.092 24.181 211.973 24.016Q211.855 23.851 211.674 23.730Q211.494 23.610 211.292 23.566L210.097 23.280Q209.714 23.188 209.405 22.939Q209.095 22.691 208.917 22.329Q208.739 21.966 208.739 21.575Q208.739 21.105 208.983 20.700Q209.227 20.296 209.640 20.063Q210.053 19.830 210.527 19.830Q210.967 19.830 211.347 19.986Q211.727 20.142 212.004 20.450L212.373 19.865Q212.391 19.830 212.435 19.830L212.492 19.830Q212.523 19.830 212.551 19.859Q212.580 19.887 212.580 19.914L212.580 21.992Q212.580 22.014 212.547 22.043Q212.514 22.072 212.492 22.072L212.382 22.072Q212.360 22.072 212.327 22.043Q212.294 22.014 212.294 21.992Q212.294 21.808 212.252 21.619Q212.211 21.430 212.127 21.230Q212.044 21.030 211.940 20.856Q211.837 20.683 211.718 20.569Q211.477 20.331 211.180 20.226Q210.883 20.120 210.536 20.120Q210.233 20.120 209.956 20.272Q209.679 20.424 209.514 20.687Q209.350 20.951 209.350 21.272Q209.350 21.527 209.468 21.764Q209.587 22.001 209.789 22.159Q209.991 22.318 210.259 22.388L211.455 22.674Q211.863 22.770 212.180 23.045Q212.496 23.320 212.670 23.704Q212.843 24.089 212.843 24.502Q212.843 24.985 212.606 25.420Q212.369 25.855 211.956 26.114Q211.543 26.374 211.050 26.374Q210.554 26.374 210.095 26.220Q209.635 26.066 209.323 25.754L208.945 26.339Q208.928 26.374 208.884 26.374L208.827 26.374Q208.805 26.374 208.772 26.345Q208.739 26.317 208.739 26.295M215.440 25.214Q215.761 25.605 216.236 25.831Q216.711 26.057 217.225 26.057Q217.787 26.057 218.244 25.774Q218.701 25.490 218.965 25.007Q219.229 24.524 219.229 23.979Q219.229 23.948 219.259 23.924Q219.290 23.900 219.321 23.900L219.426 23.900Q219.519 23.900 219.519 24.014Q219.519 24.655 219.189 25.198Q218.859 25.741 218.301 26.057Q217.743 26.374 217.106 26.374Q216.227 26.374 215.484 25.930Q214.742 25.486 214.309 24.730Q213.876 23.974 213.876 23.100Q213.876 22.454 214.124 21.854Q214.373 21.254 214.821 20.797Q215.269 20.340 215.858 20.085Q216.447 19.830 217.106 19.830Q217.581 19.830 218.022 20.037Q218.464 20.243 218.789 20.604L219.312 19.865Q219.330 19.830 219.374 19.830L219.426 19.830Q219.461 19.830 219.490 19.859Q219.519 19.887 219.519 19.914L219.519 22.344Q219.519 22.366 219.486 22.395Q219.453 22.423 219.426 22.423L219.295 22.423Q219.268 22.423 219.235 22.395Q219.202 22.366 219.202 22.344Q219.202 22.058 219.062 21.665Q218.921 21.272 218.754 21.030Q218.477 20.626 218.079 20.386Q217.682 20.147 217.216 20.147Q216.878 20.147 216.548 20.248Q216.218 20.349 215.935 20.542Q215.651 20.736 215.440 20.990Q214.830 21.742 214.830 23.100Q214.830 23.719 214.966 24.258Q215.102 24.796 215.440 25.214M222.318 26.176L220.349 26.176L220.349 25.860Q220.573 25.860 220.769 25.809Q220.964 25.759 221.116 25.638Q221.268 25.517 221.338 25.310L223.298 19.839Q223.351 19.734 223.461 19.734L223.553 19.734Q223.663 19.734 223.715 19.839L225.768 25.565Q225.847 25.754 226.080 25.807Q226.313 25.860 226.664 25.860L226.664 26.176L224.164 26.176L224.164 25.860Q224.902 25.860 224.902 25.609Q224.902 25.583 224.893 25.565L224.388 24.150L222.094 24.150L221.681 25.310Q221.654 25.367 221.654 25.420Q221.654 25.644 221.861 25.752Q222.067 25.860 222.318 25.860L222.318 26.176M223.236 20.947L222.204 23.838L224.274 23.838L223.236 20.947M232.100 26.176L227.297 26.176L227.297 25.860Q228.215 25.860 228.215 25.565L228.215 20.639Q228.215 20.344 227.297 20.344L227.297 20.028L230.202 20.028L230.202 20.344Q229.059 20.344 229.059 20.639L229.059 25.565Q229.059 25.759 229.165 25.809Q229.270 25.860 229.521 25.860L230.237 25.860Q230.914 25.860 231.294 25.616Q231.674 25.372 231.832 24.943Q231.990 24.515 232.065 23.816L232.355 23.816L232.100 26.176M238.384 26.176L233.076 26.176L233.076 25.860Q233.994 25.860 233.994 25.565L233.994 20.639Q233.994 20.344 233.076 20.344L233.076 20.028L238.266 20.028L238.521 22.089L238.231 22.089Q238.160 21.496 238.046 21.164Q237.932 20.832 237.723 20.656Q237.514 20.481 237.169 20.413Q236.824 20.344 236.213 20.344L235.299 20.344Q235.049 20.344 234.943 20.393Q234.838 20.441 234.838 20.639L234.838 22.827L235.524 22.827Q236.003 22.827 236.224 22.753Q236.446 22.678 236.539 22.463Q236.631 22.247 236.631 21.777L236.917 21.777L236.917 24.194L236.631 24.194Q236.631 23.724 236.539 23.509Q236.446 23.293 236.224 23.218Q236.003 23.144 235.524 23.144L234.838 23.144L234.838 25.565Q234.838 25.759 234.943 25.809Q235.049 25.860 235.299 25.860L236.279 25.860Q236.917 25.860 237.305 25.763Q237.694 25.666 237.914 25.444Q238.134 25.222 238.255 24.844Q238.376 24.467 238.485 23.816L238.771 23.816\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-64.47-33.574h42.68v-17.072h-42.68Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-143.512 -66.536)\">\u003Cpath d=\"M89.817 26.176L88.081 26.176L88.081 25.896Q88.310 25.896 88.459 25.862Q88.607 25.827 88.607 25.687L88.607 23.838Q88.607 23.568 88.500 23.507Q88.392 23.445 88.081 23.445L88.081 23.165L89.110 23.090L89.110 23.797Q89.240 23.489 89.482 23.290Q89.725 23.090 90.043 23.090Q90.262 23.090 90.433 23.214Q90.604 23.339 90.604 23.551Q90.604 23.688 90.504 23.787Q90.405 23.886 90.272 23.886Q90.135 23.886 90.036 23.787Q89.937 23.688 89.937 23.551Q89.937 23.411 90.036 23.312Q89.746 23.312 89.546 23.508Q89.346 23.705 89.253 23.999Q89.161 24.293 89.161 24.573L89.161 25.687Q89.161 25.896 89.817 25.896L89.817 26.176M92.805 26.176L91.253 26.176L91.253 25.896Q91.479 25.896 91.627 25.862Q91.776 25.827 91.776 25.687L91.776 23.838Q91.776 23.650 91.728 23.566Q91.680 23.483 91.583 23.464Q91.485 23.445 91.274 23.445L91.274 23.165L92.330 23.090L92.330 25.687Q92.330 25.827 92.461 25.862Q92.593 25.896 92.805 25.896L92.805 26.176M91.533 21.869Q91.533 21.698 91.656 21.579Q91.779 21.459 91.950 21.459Q92.118 21.459 92.241 21.579Q92.364 21.698 92.364 21.869Q92.364 22.044 92.241 22.167Q92.118 22.290 91.950 22.290Q91.779 22.290 91.656 22.167Q91.533 22.044 91.533 21.869M93.451 26.169L93.451 25.106Q93.451 25.082 93.478 25.055Q93.505 25.028 93.529 25.028L93.639 25.028Q93.704 25.028 93.717 25.086Q93.813 25.520 94.059 25.771Q94.305 26.022 94.719 26.022Q95.061 26.022 95.314 25.889Q95.566 25.756 95.566 25.448Q95.566 25.291 95.472 25.176Q95.378 25.062 95.240 24.993Q95.102 24.925 94.934 24.887L94.353 24.788Q93.998 24.720 93.724 24.499Q93.451 24.279 93.451 23.937Q93.451 23.688 93.562 23.513Q93.673 23.339 93.859 23.240Q94.045 23.141 94.261 23.098Q94.476 23.055 94.719 23.055Q95.132 23.055 95.413 23.237L95.628 23.062Q95.638 23.059 95.645 23.057Q95.652 23.055 95.662 23.055L95.713 23.055Q95.741 23.055 95.765 23.079Q95.789 23.103 95.789 23.131L95.789 23.978Q95.789 23.999 95.765 24.026Q95.741 24.053 95.713 24.053L95.601 24.053Q95.573 24.053 95.548 24.028Q95.522 24.002 95.522 23.978Q95.522 23.742 95.416 23.578Q95.310 23.414 95.127 23.332Q94.944 23.250 94.712 23.250Q94.384 23.250 94.128 23.353Q93.871 23.455 93.871 23.732Q93.871 23.927 94.054 24.036Q94.237 24.146 94.466 24.187L95.040 24.293Q95.286 24.341 95.500 24.469Q95.713 24.597 95.850 24.800Q95.987 25.004 95.987 25.253Q95.987 25.766 95.621 26.005Q95.255 26.244 94.719 26.244Q94.223 26.244 93.892 25.950L93.625 26.224Q93.605 26.244 93.577 26.244L93.529 26.244Q93.505 26.244 93.478 26.217Q93.451 26.190 93.451 26.169M96.575 24.641Q96.575 24.320 96.700 24.031Q96.824 23.742 97.050 23.519Q97.275 23.295 97.571 23.175Q97.867 23.055 98.185 23.055Q98.513 23.055 98.774 23.155Q99.036 23.254 99.212 23.436Q99.388 23.619 99.482 23.877Q99.576 24.135 99.576 24.467Q99.576 24.559 99.494 24.580L97.238 24.580L97.238 24.641Q97.238 25.229 97.522 25.612Q97.805 25.995 98.373 25.995Q98.694 25.995 98.962 25.802Q99.231 25.609 99.319 25.294Q99.326 25.253 99.401 25.239L99.494 25.239Q99.576 25.263 99.576 25.335Q99.576 25.342 99.569 25.369Q99.456 25.766 99.085 26.005Q98.714 26.244 98.291 26.244Q97.853 26.244 97.453 26.036Q97.053 25.827 96.814 25.460Q96.575 25.093 96.575 24.641M97.245 24.371L99.060 24.371Q99.060 24.094 98.962 23.842Q98.865 23.589 98.667 23.433Q98.468 23.278 98.185 23.278Q97.908 23.278 97.694 23.436Q97.481 23.595 97.363 23.850Q97.245 24.105 97.245 24.371\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-143.512 -66.536)\">\u003Cpath d=\"M105.004 27.926Q104.454 27.526 104.083 26.971Q103.712 26.415 103.531 25.769Q103.350 25.123 103.350 24.426Q103.350 23.913 103.450 23.418Q103.551 22.922 103.756 22.471Q103.961 22.020 104.274 21.628Q104.587 21.237 105.004 20.933Q105.014 20.929 105.021 20.928Q105.028 20.926 105.038 20.926L105.106 20.926Q105.141 20.926 105.163 20.950Q105.185 20.974 105.185 21.011Q105.185 21.056 105.158 21.073Q104.809 21.374 104.556 21.758Q104.303 22.143 104.151 22.584Q103.999 23.025 103.927 23.481Q103.855 23.937 103.855 24.426Q103.855 25.427 104.165 26.314Q104.474 27.201 105.158 27.786Q105.185 27.803 105.185 27.847Q105.185 27.885 105.163 27.909Q105.141 27.933 105.106 27.933L105.038 27.933Q105.031 27.929 105.023 27.928Q105.014 27.926 105.004 27.926M107.584 26.149L106.456 23.650Q106.385 23.503 106.255 23.471Q106.125 23.438 105.896 23.438L105.896 23.158L107.410 23.158L107.410 23.438Q107.058 23.438 107.058 23.585Q107.058 23.630 107.068 23.650L107.933 25.568L108.712 23.838Q108.747 23.770 108.747 23.691Q108.747 23.578 108.663 23.508Q108.579 23.438 108.459 23.438L108.459 23.158L109.656 23.158L109.656 23.438Q109.437 23.438 109.266 23.541Q109.095 23.643 109.006 23.838L107.971 26.149Q107.923 26.244 107.817 26.244L107.738 26.244Q107.632 26.244 107.584 26.149M110.517 27.933L110.449 27.933Q110.414 27.933 110.392 27.907Q110.370 27.882 110.370 27.847Q110.370 27.803 110.401 27.786Q110.756 27.482 111.006 27.092Q111.255 26.702 111.407 26.270Q111.560 25.838 111.630 25.369Q111.700 24.901 111.700 24.426Q111.700 23.947 111.630 23.481Q111.560 23.014 111.406 22.579Q111.252 22.143 111.001 21.755Q110.749 21.367 110.401 21.073Q110.370 21.056 110.370 21.011Q110.370 20.977 110.392 20.952Q110.414 20.926 110.449 20.926L110.517 20.926Q110.527 20.926 110.536 20.928Q110.544 20.929 110.555 20.933Q111.098 21.333 111.471 21.886Q111.843 22.440 112.024 23.086Q112.206 23.732 112.206 24.426Q112.206 25.127 112.024 25.774Q111.843 26.422 111.469 26.976Q111.095 27.530 110.555 27.926Q110.544 27.926 110.536 27.928Q110.527 27.929 110.517 27.933\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M.972-33.574h42.68v-17.072H.971Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-77.51 -66.536)\">\u003Cpath d=\"M89.865 26.176L88.132 26.176L88.132 25.896Q88.358 25.896 88.507 25.862Q88.655 25.827 88.655 25.687L88.655 23.438L88.067 23.438L88.067 23.158L88.655 23.158L88.655 22.341Q88.655 22.023 88.833 21.775Q89.011 21.528 89.301 21.387Q89.592 21.247 89.903 21.247Q90.159 21.247 90.363 21.389Q90.566 21.531 90.566 21.774Q90.566 21.910 90.467 22.009Q90.368 22.109 90.231 22.109Q90.094 22.109 89.995 22.009Q89.896 21.910 89.896 21.774Q89.896 21.593 90.036 21.500Q89.958 21.473 89.858 21.473Q89.650 21.473 89.496 21.606Q89.342 21.739 89.262 21.943Q89.182 22.146 89.182 22.355L89.182 23.158L90.070 23.158L90.070 23.438L89.209 23.438L89.209 25.687Q89.209 25.896 89.865 25.896L89.865 26.176M90.604 25.448Q90.604 25.116 90.827 24.889Q91.051 24.662 91.395 24.534Q91.738 24.405 92.111 24.353Q92.483 24.300 92.788 24.300L92.788 24.047Q92.788 23.842 92.680 23.662Q92.572 23.483 92.391 23.380Q92.210 23.278 92.002 23.278Q91.595 23.278 91.359 23.370Q91.448 23.407 91.494 23.491Q91.540 23.575 91.540 23.677Q91.540 23.773 91.494 23.852Q91.448 23.930 91.368 23.975Q91.287 24.019 91.198 24.019Q91.048 24.019 90.947 23.922Q90.846 23.824 90.846 23.677Q90.846 23.055 92.002 23.055Q92.213 23.055 92.463 23.119Q92.712 23.182 92.914 23.301Q93.116 23.421 93.242 23.606Q93.369 23.790 93.369 24.033L93.369 25.609Q93.369 25.725 93.430 25.821Q93.492 25.916 93.605 25.916Q93.714 25.916 93.779 25.822Q93.844 25.728 93.844 25.609L93.844 25.161L94.110 25.161L94.110 25.609Q94.110 25.879 93.883 26.044Q93.656 26.210 93.376 26.210Q93.167 26.210 93.030 26.056Q92.894 25.903 92.870 25.687Q92.723 25.954 92.441 26.099Q92.159 26.244 91.834 26.244Q91.557 26.244 91.274 26.169Q90.990 26.094 90.797 25.915Q90.604 25.735 90.604 25.448M91.219 25.448Q91.219 25.622 91.320 25.752Q91.420 25.882 91.576 25.952Q91.732 26.022 91.896 26.022Q92.114 26.022 92.323 25.925Q92.531 25.827 92.659 25.646Q92.788 25.465 92.788 25.239L92.788 24.511Q92.463 24.511 92.097 24.602Q91.732 24.693 91.475 24.905Q91.219 25.116 91.219 25.448M96.195 26.176L94.592 26.176L94.592 25.896Q94.818 25.896 94.967 25.862Q95.115 25.827 95.115 25.687L95.115 22.068Q95.115 21.798 95.008 21.736Q94.900 21.675 94.592 21.675L94.592 21.394L95.669 21.319L95.669 25.687Q95.669 25.824 95.819 25.860Q95.970 25.896 96.195 25.896L96.195 26.176M98.458 26.176L96.855 26.176L96.855 25.896Q97.081 25.896 97.229 25.862Q97.378 25.827 97.378 25.687L97.378 22.068Q97.378 21.798 97.270 21.736Q97.163 21.675 96.855 21.675L96.855 21.394L97.932 21.319L97.932 25.687Q97.932 25.824 98.082 25.860Q98.232 25.896 98.458 25.896\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-77.51 -66.536)\">\u003Cpath d=\"M103.885 27.926Q103.335 27.526 102.964 26.971Q102.593 26.415 102.412 25.769Q102.231 25.123 102.231 24.426Q102.231 23.913 102.331 23.418Q102.432 22.922 102.637 22.471Q102.842 22.020 103.155 21.628Q103.468 21.237 103.885 20.933Q103.895 20.929 103.902 20.928Q103.909 20.926 103.919 20.926L103.987 20.926Q104.022 20.926 104.044 20.950Q104.066 20.974 104.066 21.011Q104.066 21.056 104.039 21.073Q103.690 21.374 103.437 21.758Q103.184 22.143 103.032 22.584Q102.880 23.025 102.808 23.481Q102.736 23.937 102.736 24.426Q102.736 25.427 103.046 26.314Q103.355 27.201 104.039 27.786Q104.066 27.803 104.066 27.847Q104.066 27.885 104.044 27.909Q104.022 27.933 103.987 27.933L103.919 27.933Q103.912 27.929 103.904 27.928Q103.895 27.926 103.885 27.926M106.465 26.149L105.337 23.650Q105.266 23.503 105.136 23.471Q105.006 23.438 104.777 23.438L104.777 23.158L106.291 23.158L106.291 23.438Q105.939 23.438 105.939 23.585Q105.939 23.630 105.949 23.650L106.814 25.568L107.593 23.838Q107.628 23.770 107.628 23.691Q107.628 23.578 107.544 23.508Q107.460 23.438 107.340 23.438L107.340 23.158L108.537 23.158L108.537 23.438Q108.318 23.438 108.147 23.541Q107.976 23.643 107.887 23.838L106.852 26.149Q106.804 26.244 106.698 26.244L106.619 26.244Q106.513 26.244 106.465 26.149M109.398 27.933L109.330 27.933Q109.295 27.933 109.273 27.907Q109.251 27.882 109.251 27.847Q109.251 27.803 109.282 27.786Q109.637 27.482 109.887 27.092Q110.136 26.702 110.288 26.270Q110.441 25.838 110.511 25.369Q110.581 24.901 110.581 24.426Q110.581 23.947 110.511 23.481Q110.441 23.014 110.287 22.579Q110.133 22.143 109.882 21.755Q109.630 21.367 109.282 21.073Q109.251 21.056 109.251 21.011Q109.251 20.977 109.273 20.952Q109.295 20.926 109.330 20.926L109.398 20.926Q109.408 20.926 109.417 20.928Q109.425 20.929 109.436 20.933Q109.979 21.333 110.352 21.886Q110.724 22.440 110.905 23.086Q111.087 23.732 111.087 24.426Q111.087 25.127 110.905 25.774Q110.724 26.422 110.350 26.976Q109.976 27.530 109.436 27.926Q109.425 27.926 109.417 27.928Q109.408 27.929 109.398 27.933\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M64.034-33.574h47.438v-17.072H64.034Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-20.386 -66.536)\">\u003Cpath d=\"M89.684 26.176L88.132 26.176L88.132 25.896Q88.358 25.896 88.507 25.862Q88.655 25.827 88.655 25.687L88.655 23.838Q88.655 23.650 88.607 23.566Q88.560 23.483 88.462 23.464Q88.365 23.445 88.153 23.445L88.153 23.165L89.209 23.090L89.209 25.687Q89.209 25.827 89.341 25.862Q89.472 25.896 89.684 25.896L89.684 26.176M88.413 21.869Q88.413 21.698 88.536 21.579Q88.659 21.459 88.830 21.459Q88.997 21.459 89.120 21.579Q89.243 21.698 89.243 21.869Q89.243 22.044 89.120 22.167Q88.997 22.290 88.830 22.290Q88.659 22.290 88.536 22.167Q88.413 22.044 88.413 21.869M92.012 26.176L90.378 26.176L90.378 25.896Q90.607 25.896 90.756 25.862Q90.904 25.827 90.904 25.687L90.904 23.838Q90.904 23.568 90.797 23.507Q90.689 23.445 90.378 23.445L90.378 23.165L91.438 23.090L91.438 23.739Q91.608 23.431 91.913 23.260Q92.217 23.090 92.562 23.090Q93.068 23.090 93.352 23.313Q93.635 23.537 93.635 24.033L93.635 25.687Q93.635 25.824 93.784 25.860Q93.933 25.896 94.158 25.896L94.158 26.176L92.528 26.176L92.528 25.896Q92.757 25.896 92.906 25.862Q93.054 25.827 93.054 25.687L93.054 24.047Q93.054 23.712 92.935 23.512Q92.815 23.312 92.501 23.312Q92.231 23.312 91.996 23.448Q91.762 23.585 91.624 23.819Q91.485 24.053 91.485 24.327L91.485 25.687Q91.485 25.824 91.636 25.860Q91.786 25.896 92.012 25.896L92.012 26.176M94.746 24.665Q94.746 24.337 94.881 24.036Q95.016 23.736 95.252 23.515Q95.488 23.295 95.792 23.175Q96.096 23.055 96.421 23.055Q96.927 23.055 97.275 23.158Q97.624 23.260 97.624 23.636Q97.624 23.783 97.527 23.884Q97.429 23.985 97.282 23.985Q97.128 23.985 97.029 23.886Q96.930 23.787 96.930 23.636Q96.930 23.448 97.070 23.356Q96.869 23.305 96.428 23.305Q96.072 23.305 95.843 23.501Q95.614 23.698 95.513 24.007Q95.413 24.317 95.413 24.665Q95.413 25.014 95.539 25.320Q95.666 25.626 95.920 25.810Q96.175 25.995 96.530 25.995Q96.753 25.995 96.937 25.911Q97.122 25.827 97.257 25.672Q97.392 25.516 97.450 25.308Q97.463 25.253 97.518 25.253L97.631 25.253Q97.662 25.253 97.684 25.277Q97.706 25.301 97.706 25.335L97.706 25.356Q97.621 25.643 97.433 25.841Q97.245 26.039 96.980 26.142Q96.715 26.244 96.421 26.244Q95.990 26.244 95.602 26.038Q95.214 25.831 94.980 25.468Q94.746 25.106 94.746 24.665M100.044 26.176L98.308 26.176L98.308 25.896Q98.537 25.896 98.685 25.862Q98.834 25.827 98.834 25.687L98.834 23.838Q98.834 23.568 98.726 23.507Q98.619 23.445 98.308 23.445L98.308 23.165L99.336 23.090L99.336 23.797Q99.466 23.489 99.709 23.290Q99.952 23.090 100.270 23.090Q100.488 23.090 100.659 23.214Q100.830 23.339 100.830 23.551Q100.830 23.688 100.731 23.787Q100.632 23.886 100.499 23.886Q100.362 23.886 100.263 23.787Q100.164 23.688 100.164 23.551Q100.164 23.411 100.263 23.312Q99.972 23.312 99.772 23.508Q99.572 23.705 99.480 23.999Q99.388 24.293 99.388 24.573L99.388 25.687Q99.388 25.896 100.044 25.896L100.044 26.176M101.374 24.641Q101.374 24.320 101.498 24.031Q101.623 23.742 101.849 23.519Q102.074 23.295 102.370 23.175Q102.666 23.055 102.983 23.055Q103.312 23.055 103.573 23.155Q103.835 23.254 104.011 23.436Q104.187 23.619 104.281 23.877Q104.375 24.135 104.375 24.467Q104.375 24.559 104.293 24.580L102.037 24.580L102.037 24.641Q102.037 25.229 102.320 25.612Q102.604 25.995 103.171 25.995Q103.493 25.995 103.761 25.802Q104.029 25.609 104.118 25.294Q104.125 25.253 104.200 25.239L104.293 25.239Q104.375 25.263 104.375 25.335Q104.375 25.342 104.368 25.369Q104.255 25.766 103.884 26.005Q103.513 26.244 103.089 26.244Q102.652 26.244 102.252 26.036Q101.852 25.827 101.613 25.460Q101.374 25.093 101.374 24.641M102.044 24.371L103.858 24.371Q103.858 24.094 103.761 23.842Q103.664 23.589 103.465 23.433Q103.267 23.278 102.983 23.278Q102.707 23.278 102.493 23.436Q102.279 23.595 102.161 23.850Q102.044 24.105 102.044 24.371M105.021 25.448Q105.021 25.116 105.244 24.889Q105.468 24.662 105.812 24.534Q106.155 24.405 106.528 24.353Q106.900 24.300 107.205 24.300L107.205 24.047Q107.205 23.842 107.097 23.662Q106.989 23.483 106.808 23.380Q106.627 23.278 106.419 23.278Q106.012 23.278 105.776 23.370Q105.865 23.407 105.911 23.491Q105.957 23.575 105.957 23.677Q105.957 23.773 105.911 23.852Q105.865 23.930 105.784 23.975Q105.704 24.019 105.615 24.019Q105.465 24.019 105.364 23.922Q105.263 23.824 105.263 23.677Q105.263 23.055 106.419 23.055Q106.630 23.055 106.880 23.119Q107.129 23.182 107.331 23.301Q107.533 23.421 107.659 23.606Q107.786 23.790 107.786 24.033L107.786 25.609Q107.786 25.725 107.847 25.821Q107.909 25.916 108.022 25.916Q108.131 25.916 108.196 25.822Q108.261 25.728 108.261 25.609L108.261 25.161L108.527 25.161L108.527 25.609Q108.527 25.879 108.300 26.044Q108.073 26.210 107.793 26.210Q107.584 26.210 107.447 26.056Q107.311 25.903 107.287 25.687Q107.140 25.954 106.858 26.099Q106.576 26.244 106.251 26.244Q105.974 26.244 105.691 26.169Q105.407 26.094 105.214 25.915Q105.021 25.735 105.021 25.448M105.636 25.448Q105.636 25.622 105.737 25.752Q105.837 25.882 105.993 25.952Q106.149 26.022 106.313 26.022Q106.531 26.022 106.740 25.925Q106.948 25.827 107.076 25.646Q107.205 25.465 107.205 25.239L107.205 24.511Q106.880 24.511 106.514 24.602Q106.149 24.693 105.892 24.905Q105.636 25.116 105.636 25.448M108.944 26.169L108.944 25.106Q108.944 25.082 108.972 25.055Q108.999 25.028 109.023 25.028L109.132 25.028Q109.197 25.028 109.211 25.086Q109.307 25.520 109.553 25.771Q109.799 26.022 110.212 26.022Q110.554 26.022 110.807 25.889Q111.060 25.756 111.060 25.448Q111.060 25.291 110.966 25.176Q110.872 25.062 110.734 24.993Q110.595 24.925 110.428 24.887L109.847 24.788Q109.491 24.720 109.218 24.499Q108.944 24.279 108.944 23.937Q108.944 23.688 109.055 23.513Q109.167 23.339 109.353 23.240Q109.539 23.141 109.754 23.098Q109.970 23.055 110.212 23.055Q110.626 23.055 110.906 23.237L111.122 23.062Q111.132 23.059 111.139 23.057Q111.146 23.055 111.156 23.055L111.207 23.055Q111.234 23.055 111.258 23.079Q111.282 23.103 111.282 23.131L111.282 23.978Q111.282 23.999 111.258 24.026Q111.234 24.053 111.207 24.053L111.094 24.053Q111.067 24.053 111.041 24.028Q111.016 24.002 111.016 23.978Q111.016 23.742 110.910 23.578Q110.804 23.414 110.621 23.332Q110.438 23.250 110.206 23.250Q109.878 23.250 109.621 23.353Q109.365 23.455 109.365 23.732Q109.365 23.927 109.548 24.036Q109.731 24.146 109.960 24.187L110.534 24.293Q110.780 24.341 110.993 24.469Q111.207 24.597 111.344 24.800Q111.481 25.004 111.481 25.253Q111.481 25.766 111.115 26.005Q110.749 26.244 110.212 26.244Q109.717 26.244 109.385 25.950L109.119 26.224Q109.098 26.244 109.071 26.244L109.023 26.244Q108.999 26.244 108.972 26.217Q108.944 26.190 108.944 26.169M112.068 24.641Q112.068 24.320 112.193 24.031Q112.318 23.742 112.544 23.519Q112.769 23.295 113.065 23.175Q113.360 23.055 113.678 23.055Q114.006 23.055 114.268 23.155Q114.529 23.254 114.705 23.436Q114.881 23.619 114.975 23.877Q115.069 24.135 115.069 24.467Q115.069 24.559 114.987 24.580L112.732 24.580L112.732 24.641Q112.732 25.229 113.015 25.612Q113.299 25.995 113.866 25.995Q114.188 25.995 114.456 25.802Q114.724 25.609 114.813 25.294Q114.820 25.253 114.895 25.239L114.987 25.239Q115.069 25.263 115.069 25.335Q115.069 25.342 115.063 25.369Q114.950 25.766 114.579 26.005Q114.208 26.244 113.784 26.244Q113.347 26.244 112.947 26.036Q112.547 25.827 112.308 25.460Q112.068 25.093 112.068 24.641M112.738 24.371L114.553 24.371Q114.553 24.094 114.456 23.842Q114.358 23.589 114.160 23.433Q113.962 23.278 113.678 23.278Q113.401 23.278 113.188 23.436Q112.974 23.595 112.856 23.850Q112.738 24.105 112.738 24.371\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-20.386 -66.536)\">\u003Cpath d=\"M120.518 27.926Q119.968 27.526 119.597 26.971Q119.226 26.415 119.045 25.769Q118.864 25.123 118.864 24.426Q118.864 23.913 118.964 23.418Q119.065 22.922 119.270 22.471Q119.475 22.020 119.788 21.628Q120.101 21.237 120.518 20.933Q120.528 20.929 120.535 20.928Q120.542 20.926 120.552 20.926L120.620 20.926Q120.655 20.926 120.677 20.950Q120.699 20.974 120.699 21.011Q120.699 21.056 120.672 21.073Q120.323 21.374 120.070 21.758Q119.817 22.143 119.665 22.584Q119.513 23.025 119.441 23.481Q119.369 23.937 119.369 24.426Q119.369 25.427 119.679 26.314Q119.988 27.201 120.672 27.786Q120.699 27.803 120.699 27.847Q120.699 27.885 120.677 27.909Q120.655 27.933 120.620 27.933L120.552 27.933Q120.545 27.929 120.537 27.928Q120.528 27.926 120.518 27.926M123.098 26.149L121.970 23.650Q121.899 23.503 121.769 23.471Q121.639 23.438 121.410 23.438L121.410 23.158L122.924 23.158L122.924 23.438Q122.572 23.438 122.572 23.585Q122.572 23.630 122.582 23.650L123.447 25.568L124.226 23.838Q124.261 23.770 124.261 23.691Q124.261 23.578 124.177 23.508Q124.093 23.438 123.973 23.438L123.973 23.158L125.170 23.158L125.170 23.438Q124.951 23.438 124.780 23.541Q124.609 23.643 124.520 23.838L123.485 26.149Q123.437 26.244 123.331 26.244L123.252 26.244Q123.146 26.244 123.098 26.149M126.031 27.933L125.963 27.933Q125.928 27.933 125.906 27.907Q125.884 27.882 125.884 27.847Q125.884 27.803 125.915 27.786Q126.270 27.482 126.520 27.092Q126.769 26.702 126.921 26.270Q127.074 25.838 127.144 25.369Q127.214 24.901 127.214 24.426Q127.214 23.947 127.144 23.481Q127.074 23.014 126.920 22.579Q126.766 22.143 126.515 21.755Q126.263 21.367 125.915 21.073Q125.884 21.056 125.884 21.011Q125.884 20.977 125.906 20.952Q125.928 20.926 125.963 20.926L126.031 20.926Q126.041 20.926 126.050 20.928Q126.058 20.929 126.069 20.933Q126.612 21.333 126.985 21.886Q127.357 22.440 127.538 23.086Q127.720 23.732 127.720 24.426Q127.720 25.127 127.538 25.774Q127.357 26.422 126.983 26.976Q126.609 27.530 126.069 27.926Q126.058 27.926 126.050 27.928Q126.041 27.929 126.031 27.933\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M135.058-33.574h47.654v-17.072h-47.654Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(50.638 -66.536)\">\u003Cpath d=\"M89.684 26.176L88.132 26.176L88.132 25.896Q88.358 25.896 88.507 25.862Q88.655 25.827 88.655 25.687L88.655 23.838Q88.655 23.650 88.607 23.566Q88.560 23.483 88.462 23.464Q88.365 23.445 88.153 23.445L88.153 23.165L89.209 23.090L89.209 25.687Q89.209 25.827 89.341 25.862Q89.472 25.896 89.684 25.896L89.684 26.176M88.413 21.869Q88.413 21.698 88.536 21.579Q88.659 21.459 88.830 21.459Q88.997 21.459 89.120 21.579Q89.243 21.698 89.243 21.869Q89.243 22.044 89.120 22.167Q88.997 22.290 88.830 22.290Q88.659 22.290 88.536 22.167Q88.413 22.044 88.413 21.869M92.012 26.176L90.378 26.176L90.378 25.896Q90.607 25.896 90.756 25.862Q90.904 25.827 90.904 25.687L90.904 23.838Q90.904 23.568 90.797 23.507Q90.689 23.445 90.378 23.445L90.378 23.165L91.438 23.090L91.438 23.739Q91.608 23.431 91.913 23.260Q92.217 23.090 92.562 23.090Q93.068 23.090 93.352 23.313Q93.635 23.537 93.635 24.033L93.635 25.687Q93.635 25.824 93.784 25.860Q93.933 25.896 94.158 25.896L94.158 26.176L92.528 26.176L92.528 25.896Q92.757 25.896 92.906 25.862Q93.054 25.827 93.054 25.687L93.054 24.047Q93.054 23.712 92.935 23.512Q92.815 23.312 92.501 23.312Q92.231 23.312 91.996 23.448Q91.762 23.585 91.624 23.819Q91.485 24.053 91.485 24.327L91.485 25.687Q91.485 25.824 91.636 25.860Q91.786 25.896 92.012 25.896L92.012 26.176M94.746 24.665Q94.746 24.337 94.881 24.036Q95.016 23.736 95.252 23.515Q95.488 23.295 95.792 23.175Q96.096 23.055 96.421 23.055Q96.927 23.055 97.275 23.158Q97.624 23.260 97.624 23.636Q97.624 23.783 97.527 23.884Q97.429 23.985 97.282 23.985Q97.128 23.985 97.029 23.886Q96.930 23.787 96.930 23.636Q96.930 23.448 97.070 23.356Q96.869 23.305 96.428 23.305Q96.072 23.305 95.843 23.501Q95.614 23.698 95.513 24.007Q95.413 24.317 95.413 24.665Q95.413 25.014 95.539 25.320Q95.666 25.626 95.920 25.810Q96.175 25.995 96.530 25.995Q96.753 25.995 96.937 25.911Q97.122 25.827 97.257 25.672Q97.392 25.516 97.450 25.308Q97.463 25.253 97.518 25.253L97.631 25.253Q97.662 25.253 97.684 25.277Q97.706 25.301 97.706 25.335L97.706 25.356Q97.621 25.643 97.433 25.841Q97.245 26.039 96.980 26.142Q96.715 26.244 96.421 26.244Q95.990 26.244 95.602 26.038Q95.214 25.831 94.980 25.468Q94.746 25.106 94.746 24.665M100.044 26.176L98.308 26.176L98.308 25.896Q98.537 25.896 98.685 25.862Q98.834 25.827 98.834 25.687L98.834 23.838Q98.834 23.568 98.726 23.507Q98.619 23.445 98.308 23.445L98.308 23.165L99.336 23.090L99.336 23.797Q99.466 23.489 99.709 23.290Q99.952 23.090 100.270 23.090Q100.488 23.090 100.659 23.214Q100.830 23.339 100.830 23.551Q100.830 23.688 100.731 23.787Q100.632 23.886 100.499 23.886Q100.362 23.886 100.263 23.787Q100.164 23.688 100.164 23.551Q100.164 23.411 100.263 23.312Q99.972 23.312 99.772 23.508Q99.572 23.705 99.480 23.999Q99.388 24.293 99.388 24.573L99.388 25.687Q99.388 25.896 100.044 25.896L100.044 26.176M101.374 24.641Q101.374 24.320 101.498 24.031Q101.623 23.742 101.849 23.519Q102.074 23.295 102.370 23.175Q102.666 23.055 102.983 23.055Q103.312 23.055 103.573 23.155Q103.835 23.254 104.011 23.436Q104.187 23.619 104.281 23.877Q104.375 24.135 104.375 24.467Q104.375 24.559 104.293 24.580L102.037 24.580L102.037 24.641Q102.037 25.229 102.320 25.612Q102.604 25.995 103.171 25.995Q103.493 25.995 103.761 25.802Q104.029 25.609 104.118 25.294Q104.125 25.253 104.200 25.239L104.293 25.239Q104.375 25.263 104.375 25.335Q104.375 25.342 104.368 25.369Q104.255 25.766 103.884 26.005Q103.513 26.244 103.089 26.244Q102.652 26.244 102.252 26.036Q101.852 25.827 101.613 25.460Q101.374 25.093 101.374 24.641M102.044 24.371L103.858 24.371Q103.858 24.094 103.761 23.842Q103.664 23.589 103.465 23.433Q103.267 23.278 102.983 23.278Q102.707 23.278 102.493 23.436Q102.279 23.595 102.161 23.850Q102.044 24.105 102.044 24.371M105.021 25.448Q105.021 25.116 105.244 24.889Q105.468 24.662 105.812 24.534Q106.155 24.405 106.528 24.353Q106.900 24.300 107.205 24.300L107.205 24.047Q107.205 23.842 107.097 23.662Q106.989 23.483 106.808 23.380Q106.627 23.278 106.419 23.278Q106.012 23.278 105.776 23.370Q105.865 23.407 105.911 23.491Q105.957 23.575 105.957 23.677Q105.957 23.773 105.911 23.852Q105.865 23.930 105.784 23.975Q105.704 24.019 105.615 24.019Q105.465 24.019 105.364 23.922Q105.263 23.824 105.263 23.677Q105.263 23.055 106.419 23.055Q106.630 23.055 106.880 23.119Q107.129 23.182 107.331 23.301Q107.533 23.421 107.659 23.606Q107.786 23.790 107.786 24.033L107.786 25.609Q107.786 25.725 107.847 25.821Q107.909 25.916 108.022 25.916Q108.131 25.916 108.196 25.822Q108.261 25.728 108.261 25.609L108.261 25.161L108.527 25.161L108.527 25.609Q108.527 25.879 108.300 26.044Q108.073 26.210 107.793 26.210Q107.584 26.210 107.447 26.056Q107.311 25.903 107.287 25.687Q107.140 25.954 106.858 26.099Q106.576 26.244 106.251 26.244Q105.974 26.244 105.691 26.169Q105.407 26.094 105.214 25.915Q105.021 25.735 105.021 25.448M105.636 25.448Q105.636 25.622 105.737 25.752Q105.837 25.882 105.993 25.952Q106.149 26.022 106.313 26.022Q106.531 26.022 106.740 25.925Q106.948 25.827 107.076 25.646Q107.205 25.465 107.205 25.239L107.205 24.511Q106.880 24.511 106.514 24.602Q106.149 24.693 105.892 24.905Q105.636 25.116 105.636 25.448M108.944 26.169L108.944 25.106Q108.944 25.082 108.972 25.055Q108.999 25.028 109.023 25.028L109.132 25.028Q109.197 25.028 109.211 25.086Q109.307 25.520 109.553 25.771Q109.799 26.022 110.212 26.022Q110.554 26.022 110.807 25.889Q111.060 25.756 111.060 25.448Q111.060 25.291 110.966 25.176Q110.872 25.062 110.734 24.993Q110.595 24.925 110.428 24.887L109.847 24.788Q109.491 24.720 109.218 24.499Q108.944 24.279 108.944 23.937Q108.944 23.688 109.055 23.513Q109.167 23.339 109.353 23.240Q109.539 23.141 109.754 23.098Q109.970 23.055 110.212 23.055Q110.626 23.055 110.906 23.237L111.122 23.062Q111.132 23.059 111.139 23.057Q111.146 23.055 111.156 23.055L111.207 23.055Q111.234 23.055 111.258 23.079Q111.282 23.103 111.282 23.131L111.282 23.978Q111.282 23.999 111.258 24.026Q111.234 24.053 111.207 24.053L111.094 24.053Q111.067 24.053 111.041 24.028Q111.016 24.002 111.016 23.978Q111.016 23.742 110.910 23.578Q110.804 23.414 110.621 23.332Q110.438 23.250 110.206 23.250Q109.878 23.250 109.621 23.353Q109.365 23.455 109.365 23.732Q109.365 23.927 109.548 24.036Q109.731 24.146 109.960 24.187L110.534 24.293Q110.780 24.341 110.993 24.469Q111.207 24.597 111.344 24.800Q111.481 25.004 111.481 25.253Q111.481 25.766 111.115 26.005Q110.749 26.244 110.212 26.244Q109.717 26.244 109.385 25.950L109.119 26.224Q109.098 26.244 109.071 26.244L109.023 26.244Q108.999 26.244 108.972 26.217Q108.944 26.190 108.944 26.169M112.068 24.641Q112.068 24.320 112.193 24.031Q112.318 23.742 112.544 23.519Q112.769 23.295 113.065 23.175Q113.360 23.055 113.678 23.055Q114.006 23.055 114.268 23.155Q114.529 23.254 114.705 23.436Q114.881 23.619 114.975 23.877Q115.069 24.135 115.069 24.467Q115.069 24.559 114.987 24.580L112.732 24.580L112.732 24.641Q112.732 25.229 113.015 25.612Q113.299 25.995 113.866 25.995Q114.188 25.995 114.456 25.802Q114.724 25.609 114.813 25.294Q114.820 25.253 114.895 25.239L114.987 25.239Q115.069 25.263 115.069 25.335Q115.069 25.342 115.063 25.369Q114.950 25.766 114.579 26.005Q114.208 26.244 113.784 26.244Q113.347 26.244 112.947 26.036Q112.547 25.827 112.308 25.460Q112.068 25.093 112.068 24.641M112.738 24.371L114.553 24.371Q114.553 24.094 114.456 23.842Q114.358 23.589 114.160 23.433Q113.962 23.278 113.678 23.278Q113.401 23.278 113.188 23.436Q112.974 23.595 112.856 23.850Q112.738 24.105 112.738 24.371\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(50.638 -66.536)\">\u003Cpath d=\"M120.518 27.926Q119.968 27.526 119.597 26.971Q119.226 26.415 119.045 25.769Q118.864 25.123 118.864 24.426Q118.864 23.913 118.964 23.418Q119.065 22.922 119.270 22.471Q119.475 22.020 119.788 21.628Q120.101 21.237 120.518 20.933Q120.528 20.929 120.535 20.928Q120.542 20.926 120.552 20.926L120.620 20.926Q120.655 20.926 120.677 20.950Q120.699 20.974 120.699 21.011Q120.699 21.056 120.672 21.073Q120.323 21.374 120.070 21.758Q119.817 22.143 119.665 22.584Q119.513 23.025 119.441 23.481Q119.369 23.937 119.369 24.426Q119.369 25.427 119.679 26.314Q119.988 27.201 120.672 27.786Q120.699 27.803 120.699 27.847Q120.699 27.885 120.677 27.909Q120.655 27.933 120.620 27.933L120.552 27.933Q120.545 27.929 120.537 27.928Q120.528 27.926 120.518 27.926M123.191 26.176L121.557 26.176L121.557 25.896Q121.786 25.896 121.935 25.862Q122.083 25.827 122.083 25.687L122.083 23.838Q122.083 23.568 121.976 23.507Q121.868 23.445 121.557 23.445L121.557 23.165L122.616 23.090L122.616 23.739Q122.787 23.431 123.092 23.260Q123.396 23.090 123.741 23.090Q124.247 23.090 124.531 23.313Q124.814 23.537 124.814 24.033L124.814 25.687Q124.814 25.824 124.963 25.860Q125.112 25.896 125.337 25.896L125.337 26.176L123.707 26.176L123.707 25.896Q123.936 25.896 124.084 25.862Q124.233 25.827 124.233 25.687L124.233 24.047Q124.233 23.712 124.114 23.512Q123.994 23.312 123.679 23.312Q123.409 23.312 123.175 23.448Q122.941 23.585 122.803 23.819Q122.664 24.053 122.664 24.327L122.664 25.687Q122.664 25.824 122.815 25.860Q122.965 25.896 123.191 25.896L123.191 26.176M126.246 27.933L126.178 27.933Q126.144 27.933 126.122 27.907Q126.099 27.882 126.099 27.847Q126.099 27.803 126.130 27.786Q126.486 27.482 126.735 27.092Q126.985 26.702 127.137 26.270Q127.289 25.838 127.359 25.369Q127.429 24.901 127.429 24.426Q127.429 23.947 127.359 23.481Q127.289 23.014 127.135 22.579Q126.981 22.143 126.730 21.755Q126.479 21.367 126.130 21.073Q126.099 21.056 126.099 21.011Q126.099 20.977 126.122 20.952Q126.144 20.926 126.178 20.926L126.246 20.926Q126.257 20.926 126.265 20.928Q126.274 20.929 126.284 20.933Q126.827 21.333 127.200 21.886Q127.573 22.440 127.754 23.086Q127.935 23.732 127.935 24.426Q127.935 25.127 127.754 25.774Q127.573 26.422 127.198 26.976Q126.824 27.530 126.284 27.926Q126.274 27.926 126.265 27.928Q126.257 27.929 126.246 27.933\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M202.299-33.574h44.055v-17.072h-44.055Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(117.879 -66.536)\">\u003Cpath d=\"M88.067 24.665Q88.067 24.327 88.208 24.036Q88.348 23.746 88.592 23.532Q88.836 23.319 89.141 23.204Q89.445 23.090 89.770 23.090Q90.040 23.090 90.303 23.189Q90.566 23.288 90.757 23.466L90.757 22.068Q90.757 21.798 90.650 21.736Q90.542 21.675 90.231 21.675L90.231 21.394L91.308 21.319L91.308 25.503Q91.308 25.691 91.362 25.774Q91.417 25.858 91.518 25.877Q91.619 25.896 91.834 25.896L91.834 26.176L90.727 26.244L90.727 25.827Q90.310 26.244 89.684 26.244Q89.253 26.244 88.881 26.032Q88.508 25.821 88.288 25.460Q88.067 25.099 88.067 24.665M89.742 26.022Q89.951 26.022 90.137 25.950Q90.323 25.879 90.477 25.742Q90.631 25.605 90.727 25.427L90.727 23.818Q90.641 23.671 90.496 23.551Q90.351 23.431 90.181 23.372Q90.012 23.312 89.831 23.312Q89.271 23.312 89.002 23.701Q88.734 24.091 88.734 24.672Q88.734 25.243 88.968 25.633Q89.202 26.022 89.742 26.022M92.442 24.641Q92.442 24.320 92.567 24.031Q92.692 23.742 92.918 23.519Q93.143 23.295 93.439 23.175Q93.734 23.055 94.052 23.055Q94.380 23.055 94.642 23.155Q94.903 23.254 95.079 23.436Q95.255 23.619 95.349 23.877Q95.443 24.135 95.443 24.467Q95.443 24.559 95.361 24.580L93.106 24.580L93.106 24.641Q93.106 25.229 93.389 25.612Q93.673 25.995 94.240 25.995Q94.562 25.995 94.830 25.802Q95.098 25.609 95.187 25.294Q95.194 25.253 95.269 25.239L95.361 25.239Q95.443 25.263 95.443 25.335Q95.443 25.342 95.437 25.369Q95.324 25.766 94.953 26.005Q94.582 26.244 94.158 26.244Q93.721 26.244 93.321 26.036Q92.921 25.827 92.682 25.460Q92.442 25.093 92.442 24.641M93.112 24.371L94.927 24.371Q94.927 24.094 94.830 23.842Q94.732 23.589 94.534 23.433Q94.336 23.278 94.052 23.278Q93.775 23.278 93.562 23.436Q93.348 23.595 93.230 23.850Q93.112 24.105 93.112 24.371M96.031 24.665Q96.031 24.337 96.166 24.036Q96.301 23.736 96.537 23.515Q96.773 23.295 97.077 23.175Q97.381 23.055 97.706 23.055Q98.212 23.055 98.561 23.158Q98.909 23.260 98.909 23.636Q98.909 23.783 98.812 23.884Q98.714 23.985 98.567 23.985Q98.414 23.985 98.315 23.886Q98.215 23.787 98.215 23.636Q98.215 23.448 98.356 23.356Q98.154 23.305 97.713 23.305Q97.357 23.305 97.128 23.501Q96.899 23.698 96.799 24.007Q96.698 24.317 96.698 24.665Q96.698 25.014 96.824 25.320Q96.951 25.626 97.205 25.810Q97.460 25.995 97.816 25.995Q98.038 25.995 98.222 25.911Q98.407 25.827 98.542 25.672Q98.677 25.516 98.735 25.308Q98.749 25.253 98.803 25.253L98.916 25.253Q98.947 25.253 98.969 25.277Q98.991 25.301 98.991 25.335L98.991 25.356Q98.906 25.643 98.718 25.841Q98.530 26.039 98.265 26.142Q98 26.244 97.706 26.244Q97.275 26.244 96.888 26.038Q96.500 25.831 96.265 25.468Q96.031 25.106 96.031 24.665M101.247 26.176L99.644 26.176L99.644 25.896Q99.870 25.896 100.018 25.862Q100.167 25.827 100.167 25.687L100.167 22.068Q100.167 21.798 100.059 21.736Q99.952 21.675 99.644 21.675L99.644 21.394L100.721 21.319L100.721 25.687Q100.721 25.824 100.871 25.860Q101.022 25.896 101.247 25.896L101.247 26.176M103.459 26.176L101.907 26.176L101.907 25.896Q102.132 25.896 102.281 25.862Q102.430 25.827 102.430 25.687L102.430 23.838Q102.430 23.650 102.382 23.566Q102.334 23.483 102.237 23.464Q102.139 23.445 101.927 23.445L101.927 23.165L102.983 23.090L102.983 25.687Q102.983 25.827 103.115 25.862Q103.247 25.896 103.459 25.896L103.459 26.176M102.187 21.869Q102.187 21.698 102.310 21.579Q102.433 21.459 102.604 21.459Q102.772 21.459 102.895 21.579Q103.018 21.698 103.018 21.869Q103.018 22.044 102.895 22.167Q102.772 22.290 102.604 22.290Q102.433 22.290 102.310 22.167Q102.187 22.044 102.187 21.869M105.786 26.176L104.152 26.176L104.152 25.896Q104.381 25.896 104.530 25.862Q104.679 25.827 104.679 25.687L104.679 23.838Q104.679 23.568 104.571 23.507Q104.463 23.445 104.152 23.445L104.152 23.165L105.212 23.090L105.212 23.739Q105.383 23.431 105.687 23.260Q105.991 23.090 106.336 23.090Q106.842 23.090 107.126 23.313Q107.410 23.537 107.410 24.033L107.410 25.687Q107.410 25.824 107.558 25.860Q107.707 25.896 107.933 25.896L107.933 26.176L106.302 26.176L106.302 25.896Q106.531 25.896 106.680 25.862Q106.829 25.827 106.829 25.687L106.829 24.047Q106.829 23.712 106.709 23.512Q106.589 23.312 106.275 23.312Q106.005 23.312 105.771 23.448Q105.537 23.585 105.398 23.819Q105.260 24.053 105.260 24.327L105.260 25.687Q105.260 25.824 105.410 25.860Q105.561 25.896 105.786 25.896L105.786 26.176M108.480 24.641Q108.480 24.320 108.604 24.031Q108.729 23.742 108.955 23.519Q109.180 23.295 109.476 23.175Q109.772 23.055 110.089 23.055Q110.418 23.055 110.679 23.155Q110.941 23.254 111.117 23.436Q111.293 23.619 111.387 23.877Q111.481 24.135 111.481 24.467Q111.481 24.559 111.399 24.580L109.143 24.580L109.143 24.641Q109.143 25.229 109.426 25.612Q109.710 25.995 110.277 25.995Q110.599 25.995 110.867 25.802Q111.135 25.609 111.224 25.294Q111.231 25.253 111.306 25.239L111.399 25.239Q111.481 25.263 111.481 25.335Q111.481 25.342 111.474 25.369Q111.361 25.766 110.990 26.005Q110.619 26.244 110.195 26.244Q109.758 26.244 109.358 26.036Q108.958 25.827 108.719 25.460Q108.480 25.093 108.480 24.641M109.149 24.371L110.964 24.371Q110.964 24.094 110.867 23.842Q110.770 23.589 110.571 23.433Q110.373 23.278 110.089 23.278Q109.813 23.278 109.599 23.436Q109.385 23.595 109.267 23.850Q109.149 24.105 109.149 24.371\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(117.879 -66.536)\">\u003Cpath d=\"M116.920 27.926Q116.370 27.526 115.999 26.971Q115.628 26.415 115.447 25.769Q115.266 25.123 115.266 24.426Q115.266 23.913 115.366 23.418Q115.467 22.922 115.672 22.471Q115.877 22.020 116.190 21.628Q116.503 21.237 116.920 20.933Q116.930 20.929 116.937 20.928Q116.944 20.926 116.954 20.926L117.022 20.926Q117.057 20.926 117.079 20.950Q117.101 20.974 117.101 21.011Q117.101 21.056 117.074 21.073Q116.725 21.374 116.472 21.758Q116.219 22.143 116.067 22.584Q115.915 23.025 115.843 23.481Q115.771 23.937 115.771 24.426Q115.771 25.427 116.081 26.314Q116.390 27.201 117.074 27.786Q117.101 27.803 117.101 27.847Q117.101 27.885 117.079 27.909Q117.057 27.933 117.022 27.933L116.954 27.933Q116.947 27.929 116.939 27.928Q116.930 27.926 116.920 27.926M119.593 26.176L117.959 26.176L117.959 25.896Q118.188 25.896 118.337 25.862Q118.485 25.827 118.485 25.687L118.485 23.838Q118.485 23.568 118.378 23.507Q118.270 23.445 117.959 23.445L117.959 23.165L119.018 23.090L119.018 23.739Q119.189 23.431 119.494 23.260Q119.798 23.090 120.143 23.090Q120.649 23.090 120.933 23.313Q121.216 23.537 121.216 24.033L121.216 25.687Q121.216 25.824 121.365 25.860Q121.514 25.896 121.739 25.896L121.739 26.176L120.109 26.176L120.109 25.896Q120.338 25.896 120.486 25.862Q120.635 25.827 120.635 25.687L120.635 24.047Q120.635 23.712 120.516 23.512Q120.396 23.312 120.081 23.312Q119.811 23.312 119.577 23.448Q119.343 23.585 119.205 23.819Q119.066 24.053 119.066 24.327L119.066 25.687Q119.066 25.824 119.217 25.860Q119.367 25.896 119.593 25.896L119.593 26.176M122.648 27.933L122.580 27.933Q122.546 27.933 122.524 27.907Q122.501 27.882 122.501 27.847Q122.501 27.803 122.532 27.786Q122.888 27.482 123.137 27.092Q123.387 26.702 123.539 26.270Q123.691 25.838 123.761 25.369Q123.831 24.901 123.831 24.426Q123.831 23.947 123.761 23.481Q123.691 23.014 123.537 22.579Q123.383 22.143 123.132 21.755Q122.881 21.367 122.532 21.073Q122.501 21.056 122.501 21.011Q122.501 20.977 122.524 20.952Q122.546 20.926 122.580 20.926L122.648 20.926Q122.659 20.926 122.667 20.928Q122.676 20.929 122.686 20.933Q123.229 21.333 123.602 21.886Q123.975 22.440 124.156 23.086Q124.337 23.732 124.337 24.426Q124.337 25.127 124.156 25.774Q123.975 26.422 123.600 26.976Q123.226 27.530 122.686 27.926Q122.676 27.926 122.667 27.928Q122.659 27.929 122.648 27.933\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-22.386-33.374 85.91 12.197\"\u002F>\u003Cpath stroke=\"none\" d=\"m87.753 12.973-2.329-2.716.486 1.94-1.727 1.01\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"m32.684-33.374 53.54 45.059\"\u002F>\u003Cpath stroke=\"none\" d=\"m87.753 12.973-1.418-3.285-.112 1.997-1.948.451\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M87.753-33.374v44.347\"\u002F>\u003Cpath stroke=\"none\" d=\"m87.753 12.973 1.6-3.2-1.6 1.2-1.6-1.2\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M147.611-33.374 89.335 11.748\"\u002F>\u003Cpath stroke=\"none\" d=\"m87.753 12.973 3.51-.694-1.928-.53-.031-2\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M202.68-33.374 89.609 12.225\"\u002F>\u003Cpath stroke=\"none\" d=\"m87.753 12.973 3.566.287-1.711-1.035.515-1.933\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-46.567 -90.252)\">\u003Cpath d=\"M89.711 27.533L88.081 27.533L88.081 27.253Q88.310 27.253 88.459 27.218Q88.607 27.184 88.607 27.044L88.607 23.698Q88.607 23.527 88.471 23.486Q88.334 23.445 88.081 23.445L88.081 23.165L89.161 23.090L89.161 23.496Q89.383 23.295 89.670 23.192Q89.958 23.090 90.265 23.090Q90.692 23.090 91.056 23.303Q91.420 23.517 91.634 23.881Q91.848 24.245 91.848 24.665Q91.848 25.110 91.608 25.474Q91.369 25.838 90.976 26.041Q90.583 26.244 90.139 26.244Q89.872 26.244 89.624 26.144Q89.377 26.043 89.189 25.862L89.189 27.044Q89.189 27.181 89.337 27.217Q89.486 27.253 89.711 27.253L89.711 27.533M89.189 23.845L89.189 25.455Q89.322 25.708 89.565 25.865Q89.807 26.022 90.084 26.022Q90.412 26.022 90.665 25.821Q90.918 25.619 91.051 25.301Q91.185 24.983 91.185 24.665Q91.185 24.436 91.120 24.207Q91.055 23.978 90.927 23.780Q90.798 23.582 90.604 23.462Q90.409 23.343 90.176 23.343Q89.882 23.343 89.614 23.472Q89.346 23.602 89.189 23.845M94.233 26.176L92.497 26.176L92.497 25.896Q92.726 25.896 92.875 25.862Q93.024 25.827 93.024 25.687L93.024 23.838Q93.024 23.568 92.916 23.507Q92.808 23.445 92.497 23.445L92.497 23.165L93.526 23.090L93.526 23.797Q93.656 23.489 93.899 23.290Q94.141 23.090 94.459 23.090Q94.678 23.090 94.849 23.214Q95.020 23.339 95.020 23.551Q95.020 23.688 94.920 23.787Q94.821 23.886 94.688 23.886Q94.551 23.886 94.452 23.787Q94.353 23.688 94.353 23.551Q94.353 23.411 94.452 23.312Q94.162 23.312 93.962 23.508Q93.762 23.705 93.670 23.999Q93.577 24.293 93.577 24.573L93.577 25.687Q93.577 25.896 94.233 25.896L94.233 26.176M95.563 24.641Q95.563 24.320 95.688 24.031Q95.813 23.742 96.038 23.519Q96.264 23.295 96.559 23.175Q96.855 23.055 97.173 23.055Q97.501 23.055 97.763 23.155Q98.024 23.254 98.200 23.436Q98.376 23.619 98.470 23.877Q98.564 24.135 98.564 24.467Q98.564 24.559 98.482 24.580L96.226 24.580L96.226 24.641Q96.226 25.229 96.510 25.612Q96.794 25.995 97.361 25.995Q97.682 25.995 97.951 25.802Q98.219 25.609 98.308 25.294Q98.315 25.253 98.390 25.239L98.482 25.239Q98.564 25.263 98.564 25.335Q98.564 25.342 98.557 25.369Q98.444 25.766 98.074 26.005Q97.703 26.244 97.279 26.244Q96.841 26.244 96.441 26.036Q96.042 25.827 95.802 25.460Q95.563 25.093 95.563 24.641M96.233 24.371L98.048 24.371Q98.048 24.094 97.951 23.842Q97.853 23.589 97.655 23.433Q97.457 23.278 97.173 23.278Q96.896 23.278 96.682 23.436Q96.469 23.595 96.351 23.850Q96.233 24.105 96.233 24.371M99.152 24.665Q99.152 24.327 99.292 24.036Q99.432 23.746 99.677 23.532Q99.921 23.319 100.225 23.204Q100.529 23.090 100.854 23.090Q101.124 23.090 101.387 23.189Q101.650 23.288 101.842 23.466L101.842 22.068Q101.842 21.798 101.734 21.736Q101.627 21.675 101.316 21.675L101.316 21.394L102.392 21.319L102.392 25.503Q102.392 25.691 102.447 25.774Q102.502 25.858 102.602 25.877Q102.703 25.896 102.919 25.896L102.919 26.176L101.811 26.244L101.811 25.827Q101.394 26.244 100.769 26.244Q100.338 26.244 99.965 26.032Q99.593 25.821 99.372 25.460Q99.152 25.099 99.152 24.665M100.827 26.022Q101.035 26.022 101.222 25.950Q101.408 25.879 101.562 25.742Q101.715 25.605 101.811 25.427L101.811 23.818Q101.726 23.671 101.580 23.551Q101.435 23.431 101.266 23.372Q101.097 23.312 100.916 23.312Q100.355 23.312 100.087 23.701Q99.818 24.091 99.818 24.672Q99.818 25.243 100.053 25.633Q100.287 26.022 100.827 26.022M105.185 26.176L103.633 26.176L103.633 25.896Q103.858 25.896 104.007 25.862Q104.156 25.827 104.156 25.687L104.156 23.838Q104.156 23.650 104.108 23.566Q104.060 23.483 103.963 23.464Q103.865 23.445 103.653 23.445L103.653 23.165L104.710 23.090L104.710 25.687Q104.710 25.827 104.841 25.862Q104.973 25.896 105.185 25.896L105.185 26.176M103.913 21.869Q103.913 21.698 104.036 21.579Q104.159 21.459 104.330 21.459Q104.498 21.459 104.621 21.579Q104.744 21.698 104.744 21.869Q104.744 22.044 104.621 22.167Q104.498 22.290 104.330 22.290Q104.159 22.290 104.036 22.167Q103.913 22.044 103.913 21.869M105.831 24.665Q105.831 24.337 105.966 24.036Q106.101 23.736 106.336 23.515Q106.572 23.295 106.877 23.175Q107.181 23.055 107.505 23.055Q108.011 23.055 108.360 23.158Q108.709 23.260 108.709 23.636Q108.709 23.783 108.611 23.884Q108.514 23.985 108.367 23.985Q108.213 23.985 108.114 23.886Q108.015 23.787 108.015 23.636Q108.015 23.448 108.155 23.356Q107.953 23.305 107.512 23.305Q107.157 23.305 106.928 23.501Q106.699 23.698 106.598 24.007Q106.497 24.317 106.497 24.665Q106.497 25.014 106.624 25.320Q106.750 25.626 107.005 25.810Q107.259 25.995 107.615 25.995Q107.837 25.995 108.022 25.911Q108.206 25.827 108.341 25.672Q108.476 25.516 108.534 25.308Q108.548 25.253 108.603 25.253L108.715 25.253Q108.746 25.253 108.768 25.277Q108.791 25.301 108.791 25.335L108.791 25.356Q108.705 25.643 108.517 25.841Q108.329 26.039 108.064 26.142Q107.799 26.244 107.505 26.244Q107.075 26.244 106.687 26.038Q106.299 25.831 106.065 25.468Q105.831 25.106 105.831 24.665M109.437 25.448Q109.437 25.116 109.660 24.889Q109.884 24.662 110.228 24.534Q110.571 24.405 110.944 24.353Q111.316 24.300 111.621 24.300L111.621 24.047Q111.621 23.842 111.513 23.662Q111.405 23.483 111.224 23.380Q111.043 23.278 110.835 23.278Q110.428 23.278 110.192 23.370Q110.281 23.407 110.327 23.491Q110.373 23.575 110.373 23.677Q110.373 23.773 110.327 23.852Q110.281 23.930 110.201 23.975Q110.120 24.019 110.031 24.019Q109.881 24.019 109.780 23.922Q109.679 23.824 109.679 23.677Q109.679 23.055 110.835 23.055Q111.046 23.055 111.296 23.119Q111.545 23.182 111.747 23.301Q111.949 23.421 112.075 23.606Q112.202 23.790 112.202 24.033L112.202 25.609Q112.202 25.725 112.263 25.821Q112.325 25.916 112.438 25.916Q112.547 25.916 112.612 25.822Q112.677 25.728 112.677 25.609L112.677 25.161L112.943 25.161L112.943 25.609Q112.943 25.879 112.716 26.044Q112.489 26.210 112.209 26.210Q112 26.210 111.863 26.056Q111.727 25.903 111.703 25.687Q111.556 25.954 111.274 26.099Q110.992 26.244 110.667 26.244Q110.390 26.244 110.107 26.169Q109.823 26.094 109.630 25.915Q109.437 25.735 109.437 25.448M110.052 25.448Q110.052 25.622 110.153 25.752Q110.253 25.882 110.409 25.952Q110.565 26.022 110.729 26.022Q110.947 26.022 111.156 25.925Q111.364 25.827 111.493 25.646Q111.621 25.465 111.621 25.239L111.621 24.511Q111.296 24.511 110.930 24.602Q110.565 24.693 110.308 24.905Q110.052 25.116 110.052 25.448M113.887 25.335L113.887 23.438L113.248 23.438L113.248 23.216Q113.566 23.216 113.783 23.006Q114 22.796 114.100 22.486Q114.201 22.177 114.201 21.869L114.468 21.869L114.468 23.158L115.545 23.158L115.545 23.438L114.468 23.438L114.468 25.322Q114.468 25.598 114.572 25.797Q114.676 25.995 114.936 25.995Q115.093 25.995 115.199 25.891Q115.305 25.786 115.355 25.633Q115.404 25.479 115.404 25.322L115.404 24.908L115.671 24.908L115.671 25.335Q115.671 25.561 115.572 25.771Q115.473 25.981 115.288 26.113Q115.104 26.244 114.875 26.244Q114.437 26.244 114.162 26.007Q113.887 25.769 113.887 25.335M116.440 24.641Q116.440 24.320 116.565 24.031Q116.690 23.742 116.915 23.519Q117.141 23.295 117.436 23.175Q117.732 23.055 118.050 23.055Q118.378 23.055 118.639 23.155Q118.901 23.254 119.077 23.436Q119.253 23.619 119.347 23.877Q119.441 24.135 119.441 24.467Q119.441 24.559 119.359 24.580L117.103 24.580L117.103 24.641Q117.103 25.229 117.387 25.612Q117.670 25.995 118.238 25.995Q118.559 25.995 118.827 25.802Q119.096 25.609 119.185 25.294Q119.191 25.253 119.267 25.239L119.359 25.239Q119.441 25.263 119.441 25.335Q119.441 25.342 119.434 25.369Q119.321 25.766 118.951 26.005Q118.580 26.244 118.156 26.244Q117.718 26.244 117.318 26.036Q116.919 25.827 116.679 25.460Q116.440 25.093 116.440 24.641M117.110 24.371L118.925 24.371Q118.925 24.094 118.827 23.842Q118.730 23.589 118.532 23.433Q118.334 23.278 118.050 23.278Q117.773 23.278 117.559 23.436Q117.346 23.595 117.228 23.850Q117.110 24.105 117.110 24.371M120.029 26.169L120.029 25.106Q120.029 25.082 120.056 25.055Q120.084 25.028 120.107 25.028L120.217 25.028Q120.282 25.028 120.295 25.086Q120.391 25.520 120.637 25.771Q120.883 26.022 121.297 26.022Q121.639 26.022 121.892 25.889Q122.145 25.756 122.145 25.448Q122.145 25.291 122.051 25.176Q121.957 25.062 121.818 24.993Q121.680 24.925 121.512 24.887L120.931 24.788Q120.576 24.720 120.302 24.499Q120.029 24.279 120.029 23.937Q120.029 23.688 120.140 23.513Q120.251 23.339 120.437 23.240Q120.624 23.141 120.839 23.098Q121.054 23.055 121.297 23.055Q121.711 23.055 121.991 23.237L122.206 23.062Q122.216 23.059 122.223 23.057Q122.230 23.055 122.240 23.055L122.292 23.055Q122.319 23.055 122.343 23.079Q122.367 23.103 122.367 23.131L122.367 23.978Q122.367 23.999 122.343 24.026Q122.319 24.053 122.292 24.053L122.179 24.053Q122.151 24.053 122.126 24.028Q122.100 24.002 122.100 23.978Q122.100 23.742 121.994 23.578Q121.888 23.414 121.705 23.332Q121.523 23.250 121.290 23.250Q120.962 23.250 120.706 23.353Q120.449 23.455 120.449 23.732Q120.449 23.927 120.632 24.036Q120.815 24.146 121.044 24.187L121.618 24.293Q121.864 24.341 122.078 24.469Q122.292 24.597 122.428 24.800Q122.565 25.004 122.565 25.253Q122.565 25.766 122.199 26.005Q121.834 26.244 121.297 26.244Q120.801 26.244 120.470 25.950L120.203 26.224Q120.183 26.244 120.155 26.244L120.107 26.244Q120.084 26.244 120.056 26.217Q120.029 26.190 120.029 26.169\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.567 -90.252)\">\u003Cpath d=\"M125.889 24.641Q125.889 24.320 126.014 24.031Q126.139 23.742 126.365 23.519Q126.590 23.295 126.886 23.175Q127.181 23.055 127.499 23.055Q127.827 23.055 128.089 23.155Q128.350 23.254 128.526 23.436Q128.702 23.619 128.796 23.877Q128.890 24.135 128.890 24.467Q128.890 24.559 128.808 24.580L126.553 24.580L126.553 24.641Q126.553 25.229 126.836 25.612Q127.120 25.995 127.687 25.995Q128.009 25.995 128.277 25.802Q128.545 25.609 128.634 25.294Q128.641 25.253 128.716 25.239L128.808 25.239Q128.890 25.263 128.890 25.335Q128.890 25.342 128.884 25.369Q128.771 25.766 128.400 26.005Q128.029 26.244 127.605 26.244Q127.168 26.244 126.768 26.036Q126.368 25.827 126.129 25.460Q125.889 25.093 125.889 24.641M126.559 24.371L128.374 24.371Q128.374 24.094 128.277 23.842Q128.179 23.589 127.981 23.433Q127.783 23.278 127.499 23.278Q127.222 23.278 127.009 23.436Q126.795 23.595 126.677 23.850Q126.559 24.105 126.559 24.371M131.068 26.149L129.940 23.650Q129.868 23.503 129.738 23.471Q129.608 23.438 129.379 23.438L129.379 23.158L130.893 23.158L130.893 23.438Q130.541 23.438 130.541 23.585Q130.541 23.630 130.552 23.650L131.416 25.568L132.196 23.838Q132.230 23.770 132.230 23.691Q132.230 23.578 132.146 23.508Q132.062 23.438 131.943 23.438L131.943 23.158L133.139 23.158L133.139 23.438Q132.920 23.438 132.749 23.541Q132.578 23.643 132.490 23.838L131.454 26.149Q131.406 26.244 131.300 26.244L131.221 26.244Q131.116 26.244 131.068 26.149\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.567 -90.252)\">\u003Cpath d=\"M133.431 24.693Q133.431 24.351 133.566 24.052Q133.701 23.753 133.941 23.529Q134.180 23.305 134.498 23.180Q134.816 23.055 135.147 23.055Q135.592 23.055 135.991 23.271Q136.391 23.486 136.626 23.864Q136.860 24.241 136.860 24.693Q136.860 25.034 136.718 25.318Q136.576 25.602 136.332 25.809Q136.087 26.015 135.778 26.130Q135.469 26.244 135.147 26.244Q134.717 26.244 134.315 26.043Q133.913 25.841 133.672 25.489Q133.431 25.137 133.431 24.693M135.147 25.995Q135.749 25.995 135.973 25.617Q136.197 25.239 136.197 24.607Q136.197 23.995 135.962 23.636Q135.728 23.278 135.147 23.278Q134.095 23.278 134.095 24.607Q134.095 25.239 134.320 25.617Q134.546 25.995 135.147 25.995M139.051 26.176L137.468 26.176L137.468 25.896Q137.697 25.896 137.846 25.862Q137.994 25.827 137.994 25.687L137.994 22.068Q137.994 21.798 137.887 21.736Q137.779 21.675 137.468 21.675L137.468 21.394L138.548 21.319L138.548 24.607L139.533 23.838Q139.738 23.701 139.738 23.551Q139.738 23.507 139.697 23.472Q139.656 23.438 139.611 23.438L139.611 23.158L140.975 23.158L140.975 23.438Q140.486 23.438 139.967 23.838L139.409 24.272L140.387 25.496Q140.589 25.742 140.722 25.819Q140.855 25.896 141.142 25.896L141.142 26.176L139.710 26.176L139.710 25.896Q139.898 25.896 139.898 25.783Q139.898 25.687 139.744 25.496L139.010 24.587L138.528 24.966L138.528 25.687Q138.528 25.824 138.676 25.860Q138.825 25.896 139.051 25.896\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.567 -90.252)\">\u003Cpath d=\"M141.403 24.641Q141.403 24.320 141.528 24.031Q141.653 23.742 141.879 23.519Q142.104 23.295 142.400 23.175Q142.695 23.055 143.013 23.055Q143.341 23.055 143.603 23.155Q143.864 23.254 144.040 23.436Q144.216 23.619 144.310 23.877Q144.404 24.135 144.404 24.467Q144.404 24.559 144.322 24.580L142.067 24.580L142.067 24.641Q142.067 25.229 142.350 25.612Q142.634 25.995 143.201 25.995Q143.523 25.995 143.791 25.802Q144.059 25.609 144.148 25.294Q144.155 25.253 144.230 25.239L144.322 25.239Q144.404 25.263 144.404 25.335Q144.404 25.342 144.398 25.369Q144.285 25.766 143.914 26.005Q143.543 26.244 143.119 26.244Q142.682 26.244 142.282 26.036Q141.882 25.827 141.643 25.460Q141.403 25.093 141.403 24.641M142.073 24.371L143.888 24.371Q143.888 24.094 143.791 23.842Q143.693 23.589 143.495 23.433Q143.297 23.278 143.013 23.278Q142.736 23.278 142.523 23.436Q142.309 23.595 142.191 23.850Q142.073 24.105 142.073 24.371\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.567 -90.252)\">\u003Cpath d=\"M148.221 25.335L148.221 23.438L147.582 23.438L147.582 23.216Q147.900 23.216 148.117 23.006Q148.334 22.796 148.434 22.486Q148.535 22.177 148.535 21.869L148.802 21.869L148.802 23.158L149.879 23.158L149.879 23.438L148.802 23.438L148.802 25.322Q148.802 25.598 148.906 25.797Q149.010 25.995 149.270 25.995Q149.427 25.995 149.533 25.891Q149.639 25.786 149.689 25.633Q149.738 25.479 149.738 25.322L149.738 24.908L150.005 24.908L150.005 25.335Q150.005 25.561 149.906 25.771Q149.807 25.981 149.622 26.113Q149.438 26.244 149.209 26.244Q148.771 26.244 148.496 26.007Q148.221 25.769 148.221 25.335M152.497 26.176L150.863 26.176L150.863 25.896Q151.092 25.896 151.241 25.862Q151.389 25.827 151.389 25.687L151.389 22.068Q151.389 21.798 151.282 21.736Q151.174 21.675 150.863 21.675L150.863 21.394L151.943 21.319L151.943 23.705Q152.049 23.520 152.227 23.378Q152.404 23.237 152.613 23.163Q152.821 23.090 153.047 23.090Q153.553 23.090 153.837 23.313Q154.120 23.537 154.120 24.033L154.120 25.687Q154.120 25.824 154.269 25.860Q154.418 25.896 154.643 25.896L154.643 26.176L153.013 26.176L153.013 25.896Q153.242 25.896 153.390 25.862Q153.539 25.827 153.539 25.687L153.539 24.047Q153.539 23.712 153.420 23.512Q153.300 23.312 152.985 23.312Q152.715 23.312 152.481 23.448Q152.247 23.585 152.109 23.819Q151.970 24.053 151.970 24.327L151.970 25.687Q151.970 25.824 152.121 25.860Q152.271 25.896 152.497 25.896L152.497 26.176M155.190 24.641Q155.190 24.320 155.315 24.031Q155.440 23.742 155.665 23.519Q155.891 23.295 156.186 23.175Q156.482 23.055 156.800 23.055Q157.128 23.055 157.390 23.155Q157.651 23.254 157.827 23.436Q158.003 23.619 158.097 23.877Q158.191 24.135 158.191 24.467Q158.191 24.559 158.109 24.580L155.853 24.580L155.853 24.641Q155.853 25.229 156.137 25.612Q156.421 25.995 156.988 25.995Q157.309 25.995 157.578 25.802Q157.846 25.609 157.935 25.294Q157.942 25.253 158.017 25.239L158.109 25.239Q158.191 25.263 158.191 25.335Q158.191 25.342 158.184 25.369Q158.071 25.766 157.701 26.005Q157.330 26.244 156.906 26.244Q156.468 26.244 156.068 26.036Q155.669 25.827 155.429 25.460Q155.190 25.093 155.190 24.641M155.860 24.371L157.675 24.371Q157.675 24.094 157.578 23.842Q157.480 23.589 157.282 23.433Q157.084 23.278 156.800 23.278Q156.523 23.278 156.309 23.436Q156.096 23.595 155.978 23.850Q155.860 24.105 155.860 24.371\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.567 -90.252)\">\u003Cpath d=\"M163.284 26.176L161.551 26.176L161.551 25.896Q161.777 25.896 161.926 25.862Q162.074 25.827 162.074 25.687L162.074 23.438L161.486 23.438L161.486 23.158L162.074 23.158L162.074 22.341Q162.074 22.023 162.252 21.775Q162.430 21.528 162.720 21.387Q163.011 21.247 163.322 21.247Q163.578 21.247 163.782 21.389Q163.985 21.531 163.985 21.774Q163.985 21.910 163.886 22.009Q163.787 22.109 163.650 22.109Q163.513 22.109 163.414 22.009Q163.315 21.910 163.315 21.774Q163.315 21.593 163.455 21.500Q163.377 21.473 163.277 21.473Q163.069 21.473 162.915 21.606Q162.761 21.739 162.681 21.943Q162.601 22.146 162.601 22.355L162.601 23.158L163.489 23.158L163.489 23.438L162.628 23.438L162.628 25.687Q162.628 25.896 163.284 25.896L163.284 26.176M165.714 26.176L163.978 26.176L163.978 25.896Q164.207 25.896 164.356 25.862Q164.505 25.827 164.505 25.687L164.505 23.838Q164.505 23.568 164.397 23.507Q164.289 23.445 163.978 23.445L163.978 23.165L165.007 23.090L165.007 23.797Q165.137 23.489 165.380 23.290Q165.622 23.090 165.940 23.090Q166.159 23.090 166.330 23.214Q166.501 23.339 166.501 23.551Q166.501 23.688 166.401 23.787Q166.302 23.886 166.169 23.886Q166.032 23.886 165.933 23.787Q165.834 23.688 165.834 23.551Q165.834 23.411 165.933 23.312Q165.643 23.312 165.443 23.508Q165.243 23.705 165.151 23.999Q165.058 24.293 165.058 24.573L165.058 25.687Q165.058 25.896 165.714 25.896L165.714 26.176M167.143 25.448Q167.143 25.116 167.367 24.889Q167.591 24.662 167.934 24.534Q168.278 24.405 168.651 24.353Q169.023 24.300 169.327 24.300L169.327 24.047Q169.327 23.842 169.220 23.662Q169.112 23.483 168.931 23.380Q168.750 23.278 168.541 23.278Q168.134 23.278 167.899 23.370Q167.987 23.407 168.034 23.491Q168.080 23.575 168.080 23.677Q168.080 23.773 168.034 23.852Q167.987 23.930 167.907 23.975Q167.827 24.019 167.738 24.019Q167.588 24.019 167.487 23.922Q167.386 23.824 167.386 23.677Q167.386 23.055 168.541 23.055Q168.753 23.055 169.003 23.119Q169.252 23.182 169.454 23.301Q169.655 23.421 169.782 23.606Q169.908 23.790 169.908 24.033L169.908 25.609Q169.908 25.725 169.970 25.821Q170.031 25.916 170.144 25.916Q170.254 25.916 170.318 25.822Q170.383 25.728 170.383 25.609L170.383 25.161L170.650 25.161L170.650 25.609Q170.650 25.879 170.423 26.044Q170.195 26.210 169.915 26.210Q169.707 26.210 169.570 26.056Q169.433 25.903 169.409 25.687Q169.262 25.954 168.980 26.099Q168.698 26.244 168.374 26.244Q168.097 26.244 167.813 26.169Q167.529 26.094 167.336 25.915Q167.143 25.735 167.143 25.448M167.758 25.448Q167.758 25.622 167.859 25.752Q167.960 25.882 168.116 25.952Q168.271 26.022 168.435 26.022Q168.654 26.022 168.862 25.925Q169.071 25.827 169.199 25.646Q169.327 25.465 169.327 25.239L169.327 24.511Q169.003 24.511 168.637 24.602Q168.271 24.693 168.015 24.905Q167.758 25.116 167.758 25.448M172.749 26.176L171.115 26.176L171.115 25.896Q171.344 25.896 171.493 25.862Q171.641 25.827 171.641 25.687L171.641 23.838Q171.641 23.568 171.534 23.507Q171.426 23.445 171.115 23.445L171.115 23.165L172.174 23.090L172.174 23.739Q172.345 23.431 172.650 23.260Q172.954 23.090 173.299 23.090Q173.699 23.090 173.976 23.230Q174.253 23.370 174.338 23.718Q174.505 23.425 174.805 23.257Q175.104 23.090 175.449 23.090Q175.955 23.090 176.238 23.313Q176.522 23.537 176.522 24.033L176.522 25.687Q176.522 25.824 176.671 25.860Q176.819 25.896 177.045 25.896L177.045 26.176L175.415 26.176L175.415 25.896Q175.640 25.896 175.791 25.860Q175.941 25.824 175.941 25.687L175.941 24.047Q175.941 23.712 175.821 23.512Q175.702 23.312 175.387 23.312Q175.117 23.312 174.883 23.448Q174.649 23.585 174.511 23.819Q174.372 24.053 174.372 24.327L174.372 25.687Q174.372 25.824 174.521 25.860Q174.670 25.896 174.895 25.896L174.895 26.176L173.265 26.176L173.265 25.896Q173.494 25.896 173.642 25.862Q173.791 25.827 173.791 25.687L173.791 24.047Q173.791 23.712 173.672 23.512Q173.552 23.312 173.237 23.312Q172.967 23.312 172.733 23.448Q172.499 23.585 172.361 23.819Q172.222 24.053 172.222 24.327L172.222 25.687Q172.222 25.824 172.373 25.860Q172.523 25.896 172.749 25.896L172.749 26.176M177.592 24.641Q177.592 24.320 177.717 24.031Q177.841 23.742 178.067 23.519Q178.293 23.295 178.588 23.175Q178.884 23.055 179.202 23.055Q179.530 23.055 179.791 23.155Q180.053 23.254 180.229 23.436Q180.405 23.619 180.499 23.877Q180.593 24.135 180.593 24.467Q180.593 24.559 180.511 24.580L178.255 24.580L178.255 24.641Q178.255 25.229 178.539 25.612Q178.822 25.995 179.390 25.995Q179.711 25.995 179.979 25.802Q180.248 25.609 180.337 25.294Q180.343 25.253 180.419 25.239L180.511 25.239Q180.593 25.263 180.593 25.335Q180.593 25.342 180.586 25.369Q180.473 25.766 180.102 26.005Q179.732 26.244 179.308 26.244Q178.870 26.244 178.470 26.036Q178.070 25.827 177.831 25.460Q177.592 25.093 177.592 24.641M178.262 24.371L180.077 24.371Q180.077 24.094 179.979 23.842Q179.882 23.589 179.684 23.433Q179.485 23.278 179.202 23.278Q178.925 23.278 178.711 23.436Q178.498 23.595 178.380 23.850Q178.262 24.105 178.262 24.371\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M-68.737 97.308H-6.14V80.237h-62.596Z\"\u002F>\u003Cg transform=\"translate(-135.775 64.988)\">\u003Cpath d=\"M90.299 26.176L88.095 26.176L88.095 25.896Q88.854 25.896 88.854 25.687L88.854 21.886Q88.854 21.675 88.095 21.675L88.095 21.394L90.299 21.394L90.299 21.675Q89.544 21.675 89.544 21.886L89.544 25.687Q89.544 25.896 90.299 25.896L90.299 26.176M94.859 26.176L92.121 26.176L92.121 25.896Q92.470 25.896 92.806 25.860Q93.143 25.824 93.143 25.687L93.143 21.886Q93.143 21.743 93.054 21.709Q92.965 21.675 92.781 21.675L92.422 21.675Q92.121 21.675 91.906 21.722Q91.691 21.770 91.533 21.927Q91.397 22.061 91.337 22.339Q91.277 22.618 91.239 23.031L90.973 23.031L91.120 21.394L95.854 21.394L96.001 23.031L95.734 23.031Q95.696 22.618 95.640 22.341Q95.584 22.064 95.440 21.927Q95.279 21.767 95.067 21.721Q94.856 21.675 94.551 21.675L94.199 21.675Q94.015 21.675 93.926 21.709Q93.837 21.743 93.837 21.886L93.837 25.687Q93.837 25.824 94.174 25.860Q94.510 25.896 94.859 25.896L94.859 26.176M101.124 26.176L96.722 26.176L96.722 25.896Q97.443 25.896 97.443 25.687L97.443 21.886Q97.443 21.675 96.722 21.675L96.722 21.394L101.011 21.394L101.220 23.031L100.957 23.031Q100.899 22.560 100.796 22.295Q100.693 22.030 100.509 21.897Q100.324 21.763 100.053 21.719Q99.781 21.675 99.282 21.675L98.499 21.675Q98.311 21.675 98.222 21.709Q98.133 21.743 98.133 21.886L98.133 23.551L98.708 23.551Q99.097 23.551 99.280 23.500Q99.463 23.448 99.545 23.276Q99.627 23.103 99.627 22.731L99.890 22.731L99.890 24.652L99.627 24.652Q99.627 24.279 99.545 24.106Q99.463 23.934 99.280 23.883Q99.097 23.831 98.708 23.831L98.133 23.831L98.133 25.687Q98.133 25.827 98.222 25.862Q98.311 25.896 98.499 25.896L99.347 25.896Q99.877 25.896 100.186 25.827Q100.495 25.759 100.683 25.592Q100.871 25.424 100.979 25.122Q101.086 24.819 101.172 24.306L101.439 24.306L101.124 26.176M103.869 26.176L102.132 26.176L102.132 25.896Q102.854 25.896 102.854 25.496L102.854 21.886Q102.854 21.675 102.132 21.675L102.132 21.394L103.489 21.394Q103.585 21.394 103.636 21.493L105.311 25.468L106.982 21.493Q107.030 21.394 107.129 21.394L108.480 21.394L108.480 21.675Q107.758 21.675 107.758 21.886L107.758 25.687Q107.758 25.896 108.480 25.896L108.480 26.176L106.422 26.176L106.422 25.896Q107.143 25.896 107.143 25.687L107.143 21.675L105.291 26.077Q105.243 26.176 105.133 26.176Q105.021 26.176 104.973 26.077L103.148 21.746L103.148 25.496Q103.148 25.896 103.869 25.896\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M2.395 97.308h62.596V80.237H2.395Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-78.032 64.988)\">\u003Cpath d=\"M89.657 26.176L88.067 26.176L88.067 25.896Q88.710 25.896 88.867 25.496L90.511 21.281Q90.545 21.186 90.658 21.186L90.740 21.186Q90.850 21.186 90.891 21.281L92.610 25.687Q92.678 25.827 92.868 25.862Q93.058 25.896 93.331 25.896L93.331 26.176L91.332 26.176L91.332 25.896Q91.896 25.896 91.896 25.721Q91.896 25.704 91.894 25.697Q91.892 25.691 91.889 25.687L91.468 24.621L89.510 24.621L89.168 25.496Q89.154 25.496 89.154 25.574Q89.154 25.735 89.317 25.815Q89.479 25.896 89.657 25.896L89.657 26.176M90.491 22.102L89.623 24.341L91.366 24.341\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-78.032 64.988)\">\u003Cpath d=\"M97.231 26.176L94.493 26.176L94.493 25.896Q94.842 25.896 95.179 25.860Q95.515 25.824 95.515 25.687L95.515 21.886Q95.515 21.743 95.427 21.709Q95.338 21.675 95.153 21.675L94.794 21.675Q94.493 21.675 94.278 21.722Q94.063 21.770 93.906 21.927Q93.769 22.061 93.709 22.339Q93.649 22.618 93.612 23.031L93.345 23.031L93.492 21.394L98.226 21.394L98.373 23.031L98.106 23.031Q98.069 22.618 98.012 22.341Q97.956 22.064 97.812 21.927Q97.652 21.767 97.440 21.721Q97.228 21.675 96.924 21.675L96.572 21.675Q96.387 21.675 96.298 21.709Q96.209 21.743 96.209 21.886L96.209 25.687Q96.209 25.824 96.546 25.860Q96.883 25.896 97.231 25.896L97.231 26.176M102.936 26.176L100.198 26.176L100.198 25.896Q100.547 25.896 100.883 25.860Q101.220 25.824 101.220 25.687L101.220 21.886Q101.220 21.743 101.131 21.709Q101.042 21.675 100.858 21.675L100.499 21.675Q100.198 21.675 99.983 21.722Q99.767 21.770 99.610 21.927Q99.473 22.061 99.414 22.339Q99.354 22.618 99.316 23.031L99.050 23.031L99.197 21.394L103.930 21.394L104.077 23.031L103.811 23.031Q103.773 22.618 103.717 22.341Q103.660 22.064 103.517 21.927Q103.356 21.767 103.144 21.721Q102.932 21.675 102.628 21.675L102.276 21.675Q102.092 21.675 102.003 21.709Q101.914 21.743 101.914 21.886L101.914 25.687Q101.914 25.824 102.250 25.860Q102.587 25.896 102.936 25.896L102.936 26.176M106.918 26.176L104.812 26.176L104.812 25.896Q105.533 25.896 105.533 25.687L105.533 21.886Q105.533 21.675 104.812 21.675L104.812 21.394L107.150 21.394Q107.461 21.394 107.805 21.468Q108.148 21.541 108.469 21.697Q108.791 21.852 108.992 22.098Q109.194 22.344 109.194 22.669Q109.194 22.956 109.006 23.187Q108.818 23.418 108.541 23.566Q108.264 23.715 107.974 23.797Q108.309 23.900 108.543 24.132Q108.777 24.364 108.822 24.693L108.907 25.301Q108.934 25.513 108.980 25.682Q109.027 25.851 109.131 25.971Q109.235 26.091 109.423 26.091Q109.638 26.091 109.755 25.906Q109.871 25.721 109.871 25.489Q109.888 25.424 109.963 25.407L110.055 25.407Q110.137 25.427 110.137 25.509Q110.137 25.715 110.047 25.901Q109.956 26.087 109.791 26.202Q109.625 26.316 109.423 26.316Q109.085 26.316 108.791 26.215Q108.497 26.114 108.312 25.892Q108.128 25.670 108.128 25.322L108.128 24.713Q108.128 24.464 107.984 24.277Q107.841 24.091 107.617 23.992Q107.393 23.893 107.143 23.893L106.197 23.893L106.197 25.687Q106.197 25.896 106.918 25.896L106.918 26.176M106.197 21.886L106.197 23.671L107.051 23.671Q107.338 23.671 107.577 23.628Q107.817 23.585 108.005 23.476Q108.193 23.366 108.304 23.168Q108.415 22.970 108.415 22.669Q108.415 22.092 108.047 21.883Q107.680 21.675 107.051 21.675L106.562 21.675Q106.374 21.675 106.285 21.709Q106.197 21.743 106.197 21.886M112.769 26.176L110.565 26.176L110.565 25.896Q111.323 25.896 111.323 25.687L111.323 21.886Q111.323 21.675 110.565 21.675L110.565 21.394L112.769 21.394L112.769 21.675Q112.014 21.675 112.014 21.886L112.014 25.687Q112.014 25.896 112.769 25.896L112.769 26.176M116.488 26.176L113.514 26.176L113.514 25.896Q114.236 25.896 114.236 25.687L114.236 21.886Q114.236 21.675 113.514 21.675L113.514 21.394L116.273 21.394Q116.539 21.394 116.845 21.469Q117.151 21.545 117.411 21.692Q117.671 21.839 117.833 22.068Q117.995 22.297 117.995 22.591Q117.995 23.021 117.609 23.303Q117.223 23.585 116.741 23.677Q117.049 23.677 117.397 23.842Q117.746 24.006 117.975 24.284Q118.204 24.563 118.204 24.881Q118.204 25.287 117.941 25.581Q117.677 25.875 117.279 26.026Q116.881 26.176 116.488 26.176M114.878 23.804L114.878 25.687Q114.878 25.827 114.967 25.862Q115.056 25.896 115.244 25.896L116.273 25.896Q116.560 25.896 116.837 25.769Q117.114 25.643 117.284 25.409Q117.455 25.175 117.455 24.881Q117.455 24.665 117.373 24.469Q117.291 24.272 117.141 24.122Q116.990 23.971 116.794 23.888Q116.597 23.804 116.382 23.804L114.878 23.804M114.878 21.886L114.878 23.578L116.061 23.578Q116.348 23.578 116.628 23.459Q116.908 23.339 117.088 23.112Q117.267 22.884 117.267 22.591Q117.267 22.341 117.129 22.127Q116.990 21.914 116.761 21.794Q116.532 21.675 116.273 21.675L115.244 21.675Q115.056 21.675 114.967 21.709Q114.878 21.743 114.878 21.886M119.793 24.593L119.793 21.886Q119.793 21.675 119.072 21.675L119.072 21.394L121.205 21.394L121.205 21.675Q120.484 21.675 120.484 21.886L120.484 24.573Q120.484 24.990 120.620 25.318Q120.757 25.646 121.039 25.841Q121.321 26.036 121.745 26.036Q122.049 26.036 122.317 25.926Q122.586 25.817 122.786 25.617Q122.986 25.417 123.097 25.151Q123.208 24.884 123.208 24.573L123.208 22.074Q123.208 21.675 122.487 21.675L122.487 21.394L124.209 21.394L124.209 21.675Q123.488 21.675 123.488 22.074L123.488 24.593Q123.488 25.055 123.250 25.455Q123.013 25.855 122.610 26.085Q122.206 26.316 121.745 26.316Q121.260 26.316 120.807 26.097Q120.354 25.879 120.073 25.484Q119.793 25.089 119.793 24.593M128.813 26.176L126.075 26.176L126.075 25.896Q126.424 25.896 126.761 25.860Q127.097 25.824 127.097 25.687L127.097 21.886Q127.097 21.743 127.009 21.709Q126.920 21.675 126.735 21.675L126.376 21.675Q126.075 21.675 125.860 21.722Q125.645 21.770 125.488 21.927Q125.351 22.061 125.291 22.339Q125.231 22.618 125.194 23.031L124.927 23.031L125.074 21.394L129.808 21.394L129.955 23.031L129.688 23.031Q129.651 22.618 129.594 22.341Q129.538 22.064 129.394 21.927Q129.234 21.767 129.022 21.721Q128.810 21.675 128.506 21.675L128.154 21.675Q127.969 21.675 127.880 21.709Q127.791 21.743 127.791 21.886L127.791 25.687Q127.791 25.824 128.128 25.860Q128.465 25.896 128.813 25.896L128.813 26.176M135.078 26.176L130.676 26.176L130.676 25.896Q131.397 25.896 131.397 25.687L131.397 21.886Q131.397 21.675 130.676 21.675L130.676 21.394L134.966 21.394L135.174 23.031L134.911 23.031Q134.853 22.560 134.750 22.295Q134.648 22.030 134.463 21.897Q134.279 21.763 134.007 21.719Q133.735 21.675 133.236 21.675L132.453 21.675Q132.265 21.675 132.177 21.709Q132.088 21.743 132.088 21.886L132.088 23.551L132.662 23.551Q133.052 23.551 133.234 23.500Q133.417 23.448 133.499 23.276Q133.581 23.103 133.581 22.731L133.844 22.731L133.844 24.652L133.581 24.652Q133.581 24.279 133.499 24.106Q133.417 23.934 133.234 23.883Q133.052 23.831 132.662 23.831L132.088 23.831L132.088 25.687Q132.088 25.827 132.177 25.862Q132.265 25.896 132.453 25.896L133.301 25.896Q133.831 25.896 134.140 25.827Q134.449 25.759 134.637 25.592Q134.825 25.424 134.933 25.122Q135.041 24.819 135.126 24.306L135.393 24.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M70.999 97.308h67.652V80.237H71Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-13.421 64.988)\">\u003Cpath d=\"M90.299 26.176L88.095 26.176L88.095 25.896Q88.854 25.896 88.854 25.687L88.854 21.886Q88.854 21.675 88.095 21.675L88.095 21.394L90.299 21.394L90.299 21.675Q89.544 21.675 89.544 21.886L89.544 25.687Q89.544 25.896 90.299 25.896L90.299 26.176M92.750 26.176L91.017 26.176L91.017 25.896Q91.738 25.896 91.738 25.496L91.738 21.709Q91.506 21.675 91.017 21.675L91.017 21.394L92.374 21.394Q92.415 21.408 92.436 21.422L95.139 25.069L95.139 22.074Q95.139 21.675 94.418 21.675L94.418 21.394L96.154 21.394L96.154 21.675Q95.433 21.675 95.433 22.074L95.433 26.084Q95.416 26.159 95.348 26.176L95.228 26.176Q95.180 26.166 95.167 26.142L92.032 21.921L92.032 25.496Q92.032 25.896 92.750 25.896L92.750 26.176M99.084 26.176L96.879 26.176L96.879 25.896Q97.638 25.896 97.638 25.687L97.638 21.886Q97.638 21.675 96.879 21.675L96.879 21.394L99.084 21.394L99.084 21.675Q98.328 21.675 98.328 21.886L98.328 25.687Q98.328 25.896 99.084 25.896L99.084 26.176M103.643 26.176L100.905 26.176L100.905 25.896Q101.254 25.896 101.591 25.860Q101.927 25.824 101.927 25.687L101.927 21.886Q101.927 21.743 101.838 21.709Q101.750 21.675 101.565 21.675L101.206 21.675Q100.905 21.675 100.690 21.722Q100.475 21.770 100.317 21.927Q100.181 22.061 100.121 22.339Q100.061 22.618 100.024 23.031L99.757 23.031L99.904 21.394L104.638 21.394L104.785 23.031L104.518 23.031Q104.481 22.618 104.424 22.341Q104.368 22.064 104.224 21.927Q104.064 21.767 103.852 21.721Q103.640 21.675 103.336 21.675L102.983 21.675Q102.799 21.675 102.710 21.709Q102.621 21.743 102.621 21.886L102.621 25.687Q102.621 25.824 102.958 25.860Q103.295 25.896 103.643 25.896L103.643 26.176M107.673 26.176L105.468 26.176L105.468 25.896Q106.227 25.896 106.227 25.687L106.227 21.886Q106.227 21.675 105.468 21.675L105.468 21.394L107.673 21.394L107.673 21.675Q106.918 21.675 106.918 21.886L106.918 25.687Q106.918 25.896 107.673 25.896L107.673 26.176M109.915 26.176L108.326 26.176L108.326 25.896Q108.968 25.896 109.126 25.496L110.770 21.281Q110.804 21.186 110.917 21.186L110.999 21.186Q111.108 21.186 111.149 21.281L112.868 25.687Q112.937 25.827 113.126 25.862Q113.316 25.896 113.589 25.896L113.589 26.176L111.590 26.176L111.590 25.896Q112.154 25.896 112.154 25.721Q112.154 25.704 112.152 25.697Q112.150 25.691 112.147 25.687L111.727 24.621L109.768 24.621L109.426 25.496Q109.413 25.496 109.413 25.574Q109.413 25.735 109.575 25.815Q109.737 25.896 109.915 25.896L109.915 26.176M110.749 22.102L109.881 24.341L111.624 24.341L110.749 22.102M118.258 26.176L114.290 26.176L114.290 25.896Q115.011 25.896 115.011 25.687L115.011 21.886Q115.011 21.675 114.290 21.675L114.290 21.394L116.604 21.394L116.604 21.675Q116.286 21.675 115.994 21.710Q115.702 21.746 115.702 21.886L115.702 25.687Q115.702 25.827 115.791 25.862Q115.879 25.896 116.067 25.896L116.690 25.896Q117.103 25.896 117.382 25.793Q117.660 25.691 117.826 25.489Q117.992 25.287 118.074 25Q118.156 24.713 118.200 24.306L118.467 24.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-13.421 64.988)\">\u003Cpath d=\"M124.324 26.217L122.482 21.886Q122.414 21.743 122.233 21.709Q122.052 21.675 121.788 21.675L121.788 21.394L123.757 21.394L123.757 21.675Q123.203 21.675 123.203 21.849Q123.207 21.859 123.208 21.869Q123.210 21.880 123.210 21.886L124.731 25.462L126.163 22.074Q126.187 22.037 126.187 21.982Q126.187 21.822 126.037 21.748Q125.886 21.675 125.702 21.675L125.702 21.394L127.250 21.394L127.250 21.675Q126.990 21.675 126.780 21.769Q126.570 21.863 126.474 22.074L124.718 26.217Q124.666 26.316 124.571 26.316L124.471 26.316Q124.372 26.316 124.324 26.217\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-13.421 64.988)\">\u003Cpath d=\"M128.519 26.176L126.929 26.176L126.929 25.896Q127.572 25.896 127.729 25.496L129.373 21.281Q129.407 21.186 129.520 21.186L129.602 21.186Q129.712 21.186 129.753 21.281L131.472 25.687Q131.540 25.827 131.730 25.862Q131.920 25.896 132.193 25.896L132.193 26.176L130.194 26.176L130.194 25.896Q130.758 25.896 130.758 25.721Q130.758 25.704 130.756 25.697Q130.754 25.691 130.751 25.687L130.330 24.621L128.372 24.621L128.030 25.496Q128.016 25.496 128.016 25.574Q128.016 25.735 128.179 25.815Q128.341 25.896 128.519 25.896L128.519 26.176M129.353 22.102L128.485 24.341L130.228 24.341L129.353 22.102M136.862 26.176L132.894 26.176L132.894 25.896Q133.615 25.896 133.615 25.687L133.615 21.886Q133.615 21.675 132.894 21.675L132.894 21.394L135.208 21.394L135.208 21.675Q134.890 21.675 134.598 21.710Q134.305 21.746 134.305 21.886L134.305 25.687Q134.305 25.827 134.394 25.862Q134.483 25.896 134.671 25.896L135.293 25.896Q135.707 25.896 135.985 25.793Q136.264 25.691 136.430 25.489Q136.595 25.287 136.678 25Q136.760 24.713 136.804 24.306L137.071 24.306L136.862 26.176M138.557 24.593L138.557 21.886Q138.557 21.675 137.836 21.675L137.836 21.394L139.969 21.394L139.969 21.675Q139.248 21.675 139.248 21.886L139.248 24.573Q139.248 24.990 139.385 25.318Q139.521 25.646 139.803 25.841Q140.085 26.036 140.509 26.036Q140.813 26.036 141.082 25.926Q141.350 25.817 141.550 25.617Q141.750 25.417 141.861 25.151Q141.972 24.884 141.972 24.573L141.972 22.074Q141.972 21.675 141.251 21.675L141.251 21.394L142.973 21.394L142.973 21.675Q142.252 21.675 142.252 22.074L142.252 24.593Q142.252 25.055 142.015 25.455Q141.777 25.855 141.374 26.085Q140.970 26.316 140.509 26.316Q140.024 26.316 139.571 26.097Q139.118 25.879 138.838 25.484Q138.557 25.089 138.557 24.593M148.138 26.176L143.736 26.176L143.736 25.896Q144.457 25.896 144.457 25.687L144.457 21.886Q144.457 21.675 143.736 21.675L143.736 21.394L148.025 21.394L148.234 23.031L147.970 23.031Q147.912 22.560 147.810 22.295Q147.707 22.030 147.523 21.897Q147.338 21.763 147.066 21.719Q146.795 21.675 146.296 21.675L145.513 21.675Q145.325 21.675 145.236 21.709Q145.147 21.743 145.147 21.886L145.147 23.551L145.721 23.551Q146.111 23.551 146.294 23.500Q146.477 23.448 146.559 23.276Q146.641 23.103 146.641 22.731L146.904 22.731L146.904 24.652L146.641 24.652Q146.641 24.279 146.559 24.106Q146.477 23.934 146.294 23.883Q146.111 23.831 145.721 23.831L145.147 23.831L145.147 25.687Q145.147 25.827 145.236 25.862Q145.325 25.896 145.513 25.896L146.361 25.896Q146.890 25.896 147.200 25.827Q147.509 25.759 147.697 25.592Q147.885 25.424 147.993 25.122Q148.100 24.819 148.186 24.306L148.452 24.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M144.659 97.308h62.596V80.237h-62.596Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(60.874 64.988)\">\u003Cpath d=\"M90.446 26.176L88.132 26.176L88.132 25.896Q88.854 25.896 88.854 25.687L88.854 21.886Q88.854 21.675 88.132 21.675L88.132 21.394L92.316 21.394L92.528 23.031L92.261 23.031Q92.183 22.420 92.031 22.141Q91.878 21.863 91.574 21.769Q91.270 21.675 90.645 21.675L89.910 21.675Q89.722 21.675 89.633 21.709Q89.544 21.743 89.544 21.886L89.544 23.643L90.098 23.643Q90.467 23.643 90.651 23.589Q90.836 23.534 90.915 23.361Q90.993 23.189 90.993 22.823L91.260 22.823L91.260 24.740L90.993 24.740Q90.993 24.375 90.915 24.202Q90.836 24.030 90.651 23.977Q90.467 23.924 90.098 23.924L89.544 23.924L89.544 25.687Q89.544 25.896 90.446 25.896L90.446 26.176M95.457 26.176L93.253 26.176L93.253 25.896Q94.011 25.896 94.011 25.687L94.011 21.886Q94.011 21.675 93.253 21.675L93.253 21.394L95.457 21.394L95.457 21.675Q94.702 21.675 94.702 21.886L94.702 25.687Q94.702 25.896 95.457 25.896L95.457 26.176M97.908 26.176L96.175 26.176L96.175 25.896Q96.896 25.896 96.896 25.496L96.896 21.709Q96.664 21.675 96.175 21.675L96.175 21.394L97.532 21.394Q97.573 21.408 97.593 21.422L100.297 25.069L100.297 22.074Q100.297 21.675 99.576 21.675L99.576 21.394L101.312 21.394L101.312 21.675Q100.591 21.675 100.591 22.074L100.591 26.084Q100.574 26.159 100.505 26.176L100.386 26.176Q100.338 26.166 100.324 26.142L97.190 21.921L97.190 25.496Q97.190 25.896 97.908 25.896L97.908 26.176M103.599 26.176L102.009 26.176L102.009 25.896Q102.652 25.896 102.809 25.496L104.453 21.281Q104.487 21.186 104.600 21.186L104.682 21.186Q104.792 21.186 104.833 21.281L106.552 25.687Q106.620 25.827 106.810 25.862Q107 25.896 107.273 25.896L107.273 26.176L105.274 26.176L105.274 25.896Q105.837 25.896 105.837 25.721Q105.837 25.704 105.836 25.697Q105.834 25.691 105.831 25.687L105.410 24.621L103.452 24.621L103.110 25.496Q103.096 25.496 103.096 25.574Q103.096 25.735 103.259 25.815Q103.421 25.896 103.599 25.896L103.599 26.176M104.433 22.102L103.565 24.341L105.308 24.341L104.433 22.102M111.942 26.176L107.974 26.176L107.974 25.896Q108.695 25.896 108.695 25.687L108.695 21.886Q108.695 21.675 107.974 21.675L107.974 21.394L110.288 21.394L110.288 21.675Q109.970 21.675 109.678 21.710Q109.385 21.746 109.385 21.886L109.385 25.687Q109.385 25.827 109.474 25.862Q109.563 25.896 109.751 25.896L110.373 25.896Q110.787 25.896 111.065 25.793Q111.344 25.691 111.510 25.489Q111.675 25.287 111.757 25Q111.839 24.713 111.884 24.306L112.150 24.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(60.874 64.988)\">\u003Cpath d=\"M117.997 26.217L116.155 21.886Q116.087 21.743 115.906 21.709Q115.725 21.675 115.461 21.675L115.461 21.394L117.430 21.394L117.430 21.675Q116.876 21.675 116.876 21.849Q116.880 21.859 116.881 21.869Q116.883 21.880 116.883 21.886L118.404 25.462L119.836 22.074Q119.860 22.037 119.860 21.982Q119.860 21.822 119.710 21.748Q119.559 21.675 119.375 21.675L119.375 21.394L120.923 21.394L120.923 21.675Q120.663 21.675 120.453 21.769Q120.243 21.863 120.147 22.074L118.391 26.217Q118.339 26.316 118.244 26.316L118.144 26.316Q118.045 26.316 117.997 26.217\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(60.874 64.988)\">\u003Cpath d=\"M122.192 26.176L120.602 26.176L120.602 25.896Q121.245 25.896 121.402 25.496L123.046 21.281Q123.080 21.186 123.193 21.186L123.275 21.186Q123.385 21.186 123.426 21.281L125.145 25.687Q125.213 25.827 125.403 25.862Q125.593 25.896 125.866 25.896L125.866 26.176L123.867 26.176L123.867 25.896Q124.431 25.896 124.431 25.721Q124.431 25.704 124.429 25.697Q124.427 25.691 124.424 25.687L124.003 24.621L122.045 24.621L121.703 25.496Q121.689 25.496 121.689 25.574Q121.689 25.735 121.852 25.815Q122.014 25.896 122.192 25.896L122.192 26.176M123.026 22.102L122.158 24.341L123.901 24.341L123.026 22.102M130.535 26.176L126.567 26.176L126.567 25.896Q127.288 25.896 127.288 25.687L127.288 21.886Q127.288 21.675 126.567 21.675L126.567 21.394L128.881 21.394L128.881 21.675Q128.563 21.675 128.271 21.710Q127.978 21.746 127.978 21.886L127.978 25.687Q127.978 25.827 128.067 25.862Q128.156 25.896 128.344 25.896L128.966 25.896Q129.380 25.896 129.658 25.793Q129.937 25.691 130.103 25.489Q130.268 25.287 130.351 25Q130.433 24.713 130.477 24.306L130.744 24.306L130.535 26.176M132.230 24.593L132.230 21.886Q132.230 21.675 131.509 21.675L131.509 21.394L133.642 21.394L133.642 21.675Q132.921 21.675 132.921 21.886L132.921 24.573Q132.921 24.990 133.058 25.318Q133.194 25.646 133.476 25.841Q133.758 26.036 134.182 26.036Q134.486 26.036 134.755 25.926Q135.023 25.817 135.223 25.617Q135.423 25.417 135.534 25.151Q135.645 24.884 135.645 24.573L135.645 22.074Q135.645 21.675 134.924 21.675L134.924 21.394L136.646 21.394L136.646 21.675Q135.925 21.675 135.925 22.074L135.925 24.593Q135.925 25.055 135.688 25.455Q135.450 25.855 135.047 26.085Q134.643 26.316 134.182 26.316Q133.697 26.316 133.244 26.097Q132.791 25.879 132.511 25.484Q132.230 25.089 132.230 24.593M141.811 26.176L137.409 26.176L137.409 25.896Q138.130 25.896 138.130 25.687L138.130 21.886Q138.130 21.675 137.409 21.675L137.409 21.394L141.698 21.394L141.907 23.031L141.643 23.031Q141.585 22.560 141.483 22.295Q141.380 22.030 141.196 21.897Q141.011 21.763 140.739 21.719Q140.468 21.675 139.969 21.675L139.186 21.675Q138.998 21.675 138.909 21.709Q138.820 21.743 138.820 21.886L138.820 23.551L139.394 23.551Q139.784 23.551 139.967 23.500Q140.150 23.448 140.232 23.276Q140.314 23.103 140.314 22.731L140.577 22.731L140.577 24.652L140.314 24.652Q140.314 24.279 140.232 24.106Q140.150 23.934 139.967 23.883Q139.784 23.831 139.394 23.831L138.820 23.831L138.820 25.687Q138.820 25.827 138.909 25.862Q138.998 25.896 139.186 25.896L140.034 25.896Q140.563 25.896 140.873 25.827Q141.182 25.759 141.370 25.592Q141.558 25.424 141.666 25.122Q141.773 24.819 141.859 24.306L142.125 24.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M210.1 97.308h62.596V80.237H210.1Z\"\u002F>\u003Cg transform=\"translate(127.26 64.988)\">\u003Cpath d=\"M90.918 26.176L88.146 26.176L88.146 25.896Q88.867 25.896 88.867 25.687L88.867 21.886Q88.867 21.675 88.146 21.675L88.146 21.394L90.918 21.394Q91.403 21.394 91.839 21.589Q92.275 21.784 92.598 22.126Q92.921 22.468 93.099 22.908Q93.276 23.349 93.276 23.831Q93.276 24.317 93.092 24.740Q92.907 25.164 92.584 25.486Q92.261 25.807 91.829 25.991Q91.397 26.176 90.918 26.176M89.530 21.886L89.530 25.687Q89.530 25.827 89.619 25.862Q89.708 25.896 89.896 25.896L90.720 25.896Q91.345 25.896 91.749 25.634Q92.152 25.373 92.340 24.906Q92.528 24.440 92.528 23.831Q92.528 23.353 92.436 22.960Q92.343 22.567 92.094 22.269Q91.855 21.982 91.491 21.828Q91.127 21.675 90.720 21.675L89.896 21.675Q89.708 21.675 89.619 21.709Q89.530 21.743 89.530 21.886M96.318 26.176L94.114 26.176L94.114 25.896Q94.873 25.896 94.873 25.687L94.873 21.886Q94.873 21.675 94.114 21.675L94.114 21.394L96.318 21.394L96.318 21.675Q95.563 21.675 95.563 21.886L95.563 25.687Q95.563 25.896 96.318 25.896L96.318 26.176M99.350 26.176L97.036 26.176L97.036 25.896Q97.757 25.896 97.757 25.687L97.757 21.886Q97.757 21.675 97.036 21.675L97.036 21.394L101.220 21.394L101.432 23.031L101.165 23.031Q101.086 22.420 100.934 22.141Q100.782 21.863 100.478 21.769Q100.174 21.675 99.548 21.675L98.814 21.675Q98.626 21.675 98.537 21.709Q98.448 21.743 98.448 21.886L98.448 23.643L99.002 23.643Q99.371 23.643 99.555 23.589Q99.740 23.534 99.818 23.361Q99.897 23.189 99.897 22.823L100.164 22.823L100.164 24.740L99.897 24.740Q99.897 24.375 99.818 24.202Q99.740 24.030 99.555 23.977Q99.371 23.924 99.002 23.924L98.448 23.924L98.448 25.687Q98.448 25.896 99.350 25.896L99.350 26.176M104.508 26.176L102.194 26.176L102.194 25.896Q102.915 25.896 102.915 25.687L102.915 21.886Q102.915 21.675 102.194 21.675L102.194 21.394L106.378 21.394L106.589 23.031L106.323 23.031Q106.244 22.420 106.092 22.141Q105.940 21.863 105.636 21.769Q105.332 21.675 104.706 21.675L103.971 21.675Q103.783 21.675 103.694 21.709Q103.606 21.743 103.606 21.886L103.606 23.643L104.159 23.643Q104.528 23.643 104.713 23.589Q104.898 23.534 104.976 23.361Q105.055 23.189 105.055 22.823L105.321 22.823L105.321 24.740L105.055 24.740Q105.055 24.375 104.976 24.202Q104.898 24.030 104.713 23.977Q104.528 23.924 104.159 23.924L103.606 23.924L103.606 25.687Q103.606 25.896 104.508 25.896L104.508 26.176M111.754 26.176L107.352 26.176L107.352 25.896Q108.073 25.896 108.073 25.687L108.073 21.886Q108.073 21.675 107.352 21.675L107.352 21.394L111.641 21.394L111.850 23.031L111.586 23.031Q111.528 22.560 111.426 22.295Q111.323 22.030 111.139 21.897Q110.954 21.763 110.682 21.719Q110.411 21.675 109.912 21.675L109.129 21.675Q108.941 21.675 108.852 21.709Q108.763 21.743 108.763 21.886L108.763 23.551L109.337 23.551Q109.727 23.551 109.910 23.500Q110.093 23.448 110.175 23.276Q110.257 23.103 110.257 22.731L110.520 22.731L110.520 24.652L110.257 24.652Q110.257 24.279 110.175 24.106Q110.093 23.934 109.910 23.883Q109.727 23.831 109.337 23.831L108.763 23.831L108.763 25.687Q108.763 25.827 108.852 25.862Q108.941 25.896 109.129 25.896L109.977 25.896Q110.506 25.896 110.816 25.827Q111.125 25.759 111.313 25.592Q111.501 25.424 111.609 25.122Q111.716 24.819 111.802 24.306L112.068 24.306L111.754 26.176M114.840 26.176L112.735 26.176L112.735 25.896Q113.456 25.896 113.456 25.687L113.456 21.886Q113.456 21.675 112.735 21.675L112.735 21.394L115.073 21.394Q115.384 21.394 115.727 21.468Q116.071 21.541 116.392 21.697Q116.713 21.852 116.915 22.098Q117.117 22.344 117.117 22.669Q117.117 22.956 116.929 23.187Q116.741 23.418 116.464 23.566Q116.187 23.715 115.897 23.797Q116.232 23.900 116.466 24.132Q116.700 24.364 116.744 24.693L116.830 25.301Q116.857 25.513 116.903 25.682Q116.949 25.851 117.054 25.971Q117.158 26.091 117.346 26.091Q117.561 26.091 117.677 25.906Q117.794 25.721 117.794 25.489Q117.811 25.424 117.886 25.407L117.978 25.407Q118.060 25.427 118.060 25.509Q118.060 25.715 117.970 25.901Q117.879 26.087 117.713 26.202Q117.547 26.316 117.346 26.316Q117.007 26.316 116.713 26.215Q116.420 26.114 116.235 25.892Q116.050 25.670 116.050 25.322L116.050 24.713Q116.050 24.464 115.907 24.277Q115.763 24.091 115.539 23.992Q115.316 23.893 115.066 23.893L114.119 23.893L114.119 25.687Q114.119 25.896 114.840 25.896L114.840 26.176M114.119 21.886L114.119 23.671L114.974 23.671Q115.261 23.671 115.500 23.628Q115.739 23.585 115.927 23.476Q116.115 23.366 116.226 23.168Q116.337 22.970 116.337 22.669Q116.337 22.092 115.970 21.883Q115.603 21.675 114.974 21.675L114.485 21.675Q114.297 21.675 114.208 21.709Q114.119 21.743 114.119 21.886M122.927 26.176L118.525 26.176L118.525 25.896Q119.246 25.896 119.246 25.687L119.246 21.886Q119.246 21.675 118.525 21.675L118.525 21.394L122.815 21.394L123.023 23.031L122.760 23.031Q122.702 22.560 122.599 22.295Q122.497 22.030 122.312 21.897Q122.128 21.763 121.856 21.719Q121.584 21.675 121.085 21.675L120.302 21.675Q120.114 21.675 120.025 21.709Q119.937 21.743 119.937 21.886L119.937 23.551L120.511 23.551Q120.900 23.551 121.083 23.500Q121.266 23.448 121.348 23.276Q121.430 23.103 121.430 22.731L121.693 22.731L121.693 24.652L121.430 24.652Q121.430 24.279 121.348 24.106Q121.266 23.934 121.083 23.883Q120.900 23.831 120.511 23.831L119.937 23.831L119.937 25.687Q119.937 25.827 120.025 25.862Q120.114 25.896 120.302 25.896L121.150 25.896Q121.680 25.896 121.989 25.827Q122.298 25.759 122.486 25.592Q122.674 25.424 122.782 25.122Q122.890 24.819 122.975 24.306L123.242 24.306L122.927 26.176M125.628 26.176L123.895 26.176L123.895 25.896Q124.616 25.896 124.616 25.496L124.616 21.709Q124.383 21.675 123.895 21.675L123.895 21.394L125.252 21.394Q125.293 21.408 125.313 21.422L128.017 25.069L128.017 22.074Q128.017 21.675 127.295 21.675L127.295 21.394L129.032 21.394L129.032 21.675Q128.311 21.675 128.311 22.074L128.311 26.084Q128.294 26.159 128.225 26.176L128.106 26.176Q128.058 26.166 128.044 26.142L124.910 21.921L124.910 25.496Q124.910 25.896 125.628 25.896L125.628 26.176M129.903 23.783Q129.903 23.257 130.120 22.789Q130.337 22.321 130.720 21.975Q131.103 21.630 131.587 21.442Q132.070 21.254 132.600 21.254Q133.003 21.254 133.368 21.411Q133.732 21.569 134.015 21.863L134.439 21.281Q134.473 21.254 134.497 21.254L134.545 21.254Q134.576 21.254 134.600 21.278Q134.624 21.302 134.624 21.333L134.624 23.196Q134.624 23.219 134.598 23.245Q134.572 23.271 134.545 23.271L134.419 23.271Q134.357 23.271 134.343 23.196Q134.313 22.881 134.178 22.577Q134.043 22.273 133.827 22.039Q133.612 21.804 133.323 21.669Q133.034 21.534 132.706 21.534Q132.064 21.534 131.606 21.828Q131.148 22.122 130.915 22.635Q130.683 23.148 130.683 23.783Q130.683 24.255 130.813 24.664Q130.942 25.072 131.202 25.385Q131.462 25.697 131.841 25.867Q132.221 26.036 132.713 26.036Q133.041 26.036 133.335 25.920Q133.629 25.803 133.863 25.588Q134.097 25.373 134.227 25.084Q134.357 24.795 134.357 24.467Q134.357 24.440 134.384 24.416Q134.412 24.392 134.432 24.392L134.545 24.392Q134.583 24.392 134.603 24.417Q134.624 24.443 134.624 24.481Q134.624 24.877 134.458 25.214Q134.292 25.551 134.005 25.798Q133.718 26.046 133.349 26.181Q132.980 26.316 132.600 26.316Q132.081 26.316 131.588 26.126Q131.096 25.937 130.717 25.593Q130.337 25.250 130.120 24.781Q129.903 24.313 129.903 23.783M139.901 26.176L135.499 26.176L135.499 25.896Q136.220 25.896 136.220 25.687L136.220 21.886Q136.220 21.675 135.499 21.675L135.499 21.394L139.788 21.394L139.997 23.031L139.733 23.031Q139.675 22.560 139.573 22.295Q139.470 22.030 139.286 21.897Q139.101 21.763 138.829 21.719Q138.558 21.675 138.059 21.675L137.276 21.675Q137.088 21.675 136.999 21.709Q136.910 21.743 136.910 21.886L136.910 23.551L137.484 23.551Q137.874 23.551 138.057 23.500Q138.240 23.448 138.322 23.276Q138.404 23.103 138.404 22.731L138.667 22.731L138.667 24.652L138.404 24.652Q138.404 24.279 138.322 24.106Q138.240 23.934 138.057 23.883Q137.874 23.831 137.484 23.831L136.910 23.831L136.910 25.687Q136.910 25.827 136.999 25.862Q137.088 25.896 137.276 25.896L138.124 25.896Q138.653 25.896 138.963 25.827Q139.272 25.759 139.460 25.592Q139.648 25.424 139.756 25.122Q139.863 24.819 139.949 24.306L140.215 24.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M87.753 39.38-13.45 79.303\"\u002F>\u003Cpath stroke=\"none\" d=\"m-15.31 80.037 3.563.314-1.703-1.048.529-1.929\"\u002F>\u003Cpath fill=\"none\" d=\"M87.753 39.38 44.725 78.688\"\u002F>\u003Cpath stroke=\"none\" d=\"m43.248 80.037 3.442-.977-1.965-.372-.193-1.99\"\u002F>\u003Cpath fill=\"none\" d=\"m87.753 39.38 13.401 38.766\"\u002F>\u003Cpath stroke=\"none\" d=\"m101.808 80.037.466-3.548-1.12 1.657-1.904-.611\"\u002F>\u003Cpath fill=\"none\" d=\"m87.753 39.38 70.869 39.68\"\u002F>\u003Cpath stroke=\"none\" d=\"m160.367 80.037-2.01-2.96.265 1.982-1.829.81\"\u002F>\u003Cpath fill=\"none\" d=\"m87.753 39.38 124.584 40.045\"\u002F>\u003Cpath stroke=\"none\" d=\"m214.24 80.037-2.556-2.503.653 1.89-1.632 1.157\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-61.938 91.296)\">\u003Cpath d=\"M89.865 26.176L88.132 26.176L88.132 25.896Q88.358 25.896 88.507 25.862Q88.655 25.827 88.655 25.687L88.655 23.438L88.067 23.438L88.067 23.158L88.655 23.158L88.655 22.341Q88.655 22.023 88.833 21.775Q89.011 21.528 89.301 21.387Q89.592 21.247 89.903 21.247Q90.159 21.247 90.363 21.389Q90.566 21.531 90.566 21.774Q90.566 21.910 90.467 22.009Q90.368 22.109 90.231 22.109Q90.094 22.109 89.995 22.009Q89.896 21.910 89.896 21.774Q89.896 21.593 90.036 21.500Q89.958 21.473 89.858 21.473Q89.650 21.473 89.496 21.606Q89.342 21.739 89.262 21.943Q89.182 22.146 89.182 22.355L89.182 23.158L90.070 23.158L90.070 23.438L89.209 23.438L89.209 25.687Q89.209 25.896 89.865 25.896L89.865 26.176M92.295 26.176L90.559 26.176L90.559 25.896Q90.788 25.896 90.937 25.862Q91.086 25.827 91.086 25.687L91.086 23.838Q91.086 23.568 90.978 23.507Q90.870 23.445 90.559 23.445L90.559 23.165L91.588 23.090L91.588 23.797Q91.718 23.489 91.961 23.290Q92.203 23.090 92.521 23.090Q92.740 23.090 92.911 23.214Q93.082 23.339 93.082 23.551Q93.082 23.688 92.982 23.787Q92.883 23.886 92.750 23.886Q92.613 23.886 92.514 23.787Q92.415 23.688 92.415 23.551Q92.415 23.411 92.514 23.312Q92.224 23.312 92.024 23.508Q91.824 23.705 91.732 23.999Q91.639 24.293 91.639 24.573L91.639 25.687Q91.639 25.896 92.295 25.896L92.295 26.176M93.724 25.448Q93.724 25.116 93.948 24.889Q94.172 24.662 94.515 24.534Q94.859 24.405 95.232 24.353Q95.604 24.300 95.908 24.300L95.908 24.047Q95.908 23.842 95.801 23.662Q95.693 23.483 95.512 23.380Q95.331 23.278 95.122 23.278Q94.715 23.278 94.480 23.370Q94.568 23.407 94.615 23.491Q94.661 23.575 94.661 23.677Q94.661 23.773 94.615 23.852Q94.568 23.930 94.488 23.975Q94.408 24.019 94.319 24.019Q94.169 24.019 94.068 23.922Q93.967 23.824 93.967 23.677Q93.967 23.055 95.122 23.055Q95.334 23.055 95.584 23.119Q95.833 23.182 96.035 23.301Q96.236 23.421 96.363 23.606Q96.489 23.790 96.489 24.033L96.489 25.609Q96.489 25.725 96.551 25.821Q96.612 25.916 96.725 25.916Q96.835 25.916 96.899 25.822Q96.964 25.728 96.964 25.609L96.964 25.161L97.231 25.161L97.231 25.609Q97.231 25.879 97.004 26.044Q96.776 26.210 96.496 26.210Q96.288 26.210 96.151 26.056Q96.014 25.903 95.990 25.687Q95.843 25.954 95.561 26.099Q95.279 26.244 94.955 26.244Q94.678 26.244 94.394 26.169Q94.110 26.094 93.917 25.915Q93.724 25.735 93.724 25.448M94.339 25.448Q94.339 25.622 94.440 25.752Q94.541 25.882 94.697 25.952Q94.852 26.022 95.016 26.022Q95.235 26.022 95.443 25.925Q95.652 25.827 95.780 25.646Q95.908 25.465 95.908 25.239L95.908 24.511Q95.584 24.511 95.218 24.602Q94.852 24.693 94.596 24.905Q94.339 25.116 94.339 25.448M99.330 26.176L97.696 26.176L97.696 25.896Q97.925 25.896 98.074 25.862Q98.222 25.827 98.222 25.687L98.222 23.838Q98.222 23.568 98.115 23.507Q98.007 23.445 97.696 23.445L97.696 23.165L98.755 23.090L98.755 23.739Q98.926 23.431 99.231 23.260Q99.535 23.090 99.880 23.090Q100.280 23.090 100.557 23.230Q100.834 23.370 100.919 23.718Q101.086 23.425 101.386 23.257Q101.685 23.090 102.030 23.090Q102.536 23.090 102.819 23.313Q103.103 23.537 103.103 24.033L103.103 25.687Q103.103 25.824 103.252 25.860Q103.400 25.896 103.626 25.896L103.626 26.176L101.996 26.176L101.996 25.896Q102.221 25.896 102.372 25.860Q102.522 25.824 102.522 25.687L102.522 24.047Q102.522 23.712 102.402 23.512Q102.283 23.312 101.968 23.312Q101.698 23.312 101.464 23.448Q101.230 23.585 101.092 23.819Q100.953 24.053 100.953 24.327L100.953 25.687Q100.953 25.824 101.102 25.860Q101.251 25.896 101.476 25.896L101.476 26.176L99.846 26.176L99.846 25.896Q100.075 25.896 100.223 25.862Q100.372 25.827 100.372 25.687L100.372 24.047Q100.372 23.712 100.253 23.512Q100.133 23.312 99.818 23.312Q99.548 23.312 99.314 23.448Q99.080 23.585 98.942 23.819Q98.803 24.053 98.803 24.327L98.803 25.687Q98.803 25.824 98.954 25.860Q99.104 25.896 99.330 25.896L99.330 26.176M104.173 24.641Q104.173 24.320 104.298 24.031Q104.422 23.742 104.648 23.519Q104.874 23.295 105.169 23.175Q105.465 23.055 105.783 23.055Q106.111 23.055 106.372 23.155Q106.634 23.254 106.810 23.436Q106.986 23.619 107.080 23.877Q107.174 24.135 107.174 24.467Q107.174 24.559 107.092 24.580L104.836 24.580L104.836 24.641Q104.836 25.229 105.120 25.612Q105.403 25.995 105.971 25.995Q106.292 25.995 106.560 25.802Q106.829 25.609 106.918 25.294Q106.924 25.253 107 25.239L107.092 25.239Q107.174 25.263 107.174 25.335Q107.174 25.342 107.167 25.369Q107.054 25.766 106.683 26.005Q106.313 26.244 105.889 26.244Q105.451 26.244 105.051 26.036Q104.651 25.827 104.412 25.460Q104.173 25.093 104.173 24.641M104.843 24.371L106.658 24.371Q106.658 24.094 106.560 23.842Q106.463 23.589 106.265 23.433Q106.066 23.278 105.783 23.278Q105.506 23.278 105.292 23.436Q105.079 23.595 104.961 23.850Q104.843 24.105 104.843 24.371\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-61.938 91.296)\">\u003Cpath d=\"M110.477 24.665Q110.477 24.327 110.618 24.036Q110.758 23.746 111.002 23.532Q111.246 23.319 111.551 23.204Q111.855 23.090 112.180 23.090Q112.450 23.090 112.713 23.189Q112.976 23.288 113.167 23.466L113.167 22.068Q113.167 21.798 113.060 21.736Q112.952 21.675 112.641 21.675L112.641 21.394L113.718 21.319L113.718 25.503Q113.718 25.691 113.772 25.774Q113.827 25.858 113.928 25.877Q114.029 25.896 114.244 25.896L114.244 26.176L113.137 26.244L113.137 25.827Q112.720 26.244 112.094 26.244Q111.663 26.244 111.291 26.032Q110.918 25.821 110.698 25.460Q110.477 25.099 110.477 24.665M112.152 26.022Q112.361 26.022 112.547 25.950Q112.733 25.879 112.887 25.742Q113.041 25.605 113.137 25.427L113.137 23.818Q113.051 23.671 112.906 23.551Q112.761 23.431 112.591 23.372Q112.422 23.312 112.241 23.312Q111.681 23.312 111.412 23.701Q111.144 24.091 111.144 24.672Q111.144 25.243 111.378 25.633Q111.612 26.022 112.152 26.022M114.852 24.641Q114.852 24.320 114.977 24.031Q115.102 23.742 115.328 23.519Q115.553 23.295 115.849 23.175Q116.144 23.055 116.462 23.055Q116.790 23.055 117.052 23.155Q117.313 23.254 117.489 23.436Q117.665 23.619 117.759 23.877Q117.853 24.135 117.853 24.467Q117.853 24.559 117.771 24.580L115.516 24.580L115.516 24.641Q115.516 25.229 115.799 25.612Q116.083 25.995 116.650 25.995Q116.972 25.995 117.240 25.802Q117.508 25.609 117.597 25.294Q117.604 25.253 117.679 25.239L117.771 25.239Q117.853 25.263 117.853 25.335Q117.853 25.342 117.847 25.369Q117.734 25.766 117.363 26.005Q116.992 26.244 116.568 26.244Q116.131 26.244 115.731 26.036Q115.331 25.827 115.092 25.460Q114.852 25.093 114.852 24.641M115.522 24.371L117.337 24.371Q117.337 24.094 117.240 23.842Q117.142 23.589 116.944 23.433Q116.746 23.278 116.462 23.278Q116.185 23.278 115.972 23.436Q115.758 23.595 115.640 23.850Q115.522 24.105 115.522 24.371M120.239 26.176L118.506 26.176L118.506 25.896Q118.732 25.896 118.881 25.862Q119.029 25.827 119.029 25.687L119.029 23.438L118.441 23.438L118.441 23.158L119.029 23.158L119.029 22.341Q119.029 22.023 119.207 21.775Q119.385 21.528 119.675 21.387Q119.966 21.247 120.277 21.247Q120.533 21.247 120.736 21.389Q120.940 21.531 120.940 21.774Q120.940 21.910 120.841 22.009Q120.742 22.109 120.605 22.109Q120.468 22.109 120.369 22.009Q120.270 21.910 120.270 21.774Q120.270 21.593 120.410 21.500Q120.331 21.473 120.232 21.473Q120.024 21.473 119.870 21.606Q119.716 21.739 119.636 21.943Q119.556 22.146 119.556 22.355L119.556 23.158L120.444 23.158L120.444 23.438L119.583 23.438L119.583 25.687Q119.583 25.896 120.239 25.896\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-61.938 91.296)\">\u003Cpath d=\"M123.105 26.176L121.553 26.176L121.553 25.896Q121.779 25.896 121.928 25.862Q122.076 25.827 122.076 25.687L122.076 23.838Q122.076 23.650 122.028 23.566Q121.981 23.483 121.883 23.464Q121.786 23.445 121.574 23.445L121.574 23.165L122.630 23.090L122.630 25.687Q122.630 25.827 122.762 25.862Q122.893 25.896 123.105 25.896L123.105 26.176M121.834 21.869Q121.834 21.698 121.957 21.579Q122.080 21.459 122.251 21.459Q122.418 21.459 122.541 21.579Q122.664 21.698 122.664 21.869Q122.664 22.044 122.541 22.167Q122.418 22.290 122.251 22.290Q122.080 22.290 121.957 22.167Q121.834 22.044 121.834 21.869M125.433 26.176L123.799 26.176L123.799 25.896Q124.028 25.896 124.177 25.862Q124.325 25.827 124.325 25.687L124.325 23.838Q124.325 23.568 124.218 23.507Q124.110 23.445 123.799 23.445L123.799 23.165L124.859 23.090L124.859 23.739Q125.029 23.431 125.334 23.260Q125.638 23.090 125.983 23.090Q126.489 23.090 126.773 23.313Q127.056 23.537 127.056 24.033L127.056 25.687Q127.056 25.824 127.205 25.860Q127.354 25.896 127.579 25.896L127.579 26.176L125.949 26.176L125.949 25.896Q126.178 25.896 126.327 25.862Q126.475 25.827 126.475 25.687L126.475 24.047Q126.475 23.712 126.356 23.512Q126.236 23.312 125.922 23.312Q125.652 23.312 125.417 23.448Q125.183 23.585 125.045 23.819Q124.906 24.053 124.906 24.327L124.906 25.687Q124.906 25.824 125.057 25.860Q125.207 25.896 125.433 25.896L125.433 26.176M128.126 24.641Q128.126 24.320 128.251 24.031Q128.376 23.742 128.601 23.519Q128.827 23.295 129.122 23.175Q129.418 23.055 129.736 23.055Q130.064 23.055 130.326 23.155Q130.587 23.254 130.763 23.436Q130.939 23.619 131.033 23.877Q131.127 24.135 131.127 24.467Q131.127 24.559 131.045 24.580L128.789 24.580L128.789 24.641Q128.789 25.229 129.073 25.612Q129.357 25.995 129.924 25.995Q130.245 25.995 130.514 25.802Q130.782 25.609 130.871 25.294Q130.878 25.253 130.953 25.239L131.045 25.239Q131.127 25.263 131.127 25.335Q131.127 25.342 131.120 25.369Q131.007 25.766 130.637 26.005Q130.266 26.244 129.842 26.244Q129.404 26.244 129.005 26.036Q128.605 25.827 128.365 25.460Q128.126 25.093 128.126 24.641M128.796 24.371L130.611 24.371Q130.611 24.094 130.514 23.842Q130.416 23.589 130.218 23.433Q130.020 23.278 129.736 23.278Q129.459 23.278 129.246 23.436Q129.032 23.595 128.914 23.850Q128.796 24.105 128.796 24.371M131.715 26.169L131.715 25.106Q131.715 25.082 131.742 25.055Q131.770 25.028 131.794 25.028L131.903 25.028Q131.968 25.028 131.982 25.086Q132.077 25.520 132.323 25.771Q132.570 26.022 132.983 26.022Q133.325 26.022 133.578 25.889Q133.831 25.756 133.831 25.448Q133.831 25.291 133.737 25.176Q133.643 25.062 133.504 24.993Q133.366 24.925 133.198 24.887L132.617 24.788Q132.262 24.720 131.988 24.499Q131.715 24.279 131.715 23.937Q131.715 23.688 131.826 23.513Q131.937 23.339 132.123 23.240Q132.310 23.141 132.525 23.098Q132.740 23.055 132.983 23.055Q133.397 23.055 133.677 23.237L133.892 23.062Q133.903 23.059 133.909 23.057Q133.916 23.055 133.926 23.055L133.978 23.055Q134.005 23.055 134.029 23.079Q134.053 23.103 134.053 23.131L134.053 23.978Q134.053 23.999 134.029 24.026Q134.005 24.053 133.978 24.053L133.865 24.053Q133.838 24.053 133.812 24.028Q133.786 24.002 133.786 23.978Q133.786 23.742 133.680 23.578Q133.574 23.414 133.392 23.332Q133.209 23.250 132.976 23.250Q132.648 23.250 132.392 23.353Q132.135 23.455 132.135 23.732Q132.135 23.927 132.318 24.036Q132.501 24.146 132.730 24.187L133.304 24.293Q133.550 24.341 133.764 24.469Q133.978 24.597 134.114 24.800Q134.251 25.004 134.251 25.253Q134.251 25.766 133.885 26.005Q133.520 26.244 132.983 26.244Q132.487 26.244 132.156 25.950L131.889 26.224Q131.869 26.244 131.841 26.244L131.794 26.244Q131.770 26.244 131.742 26.217Q131.715 26.190 131.715 26.169\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-61.938 91.296)\">\u003Cpath d=\"M137.586 26.169L137.586 25.106Q137.586 25.082 137.614 25.055Q137.641 25.028 137.665 25.028L137.774 25.028Q137.839 25.028 137.853 25.086Q137.949 25.520 138.195 25.771Q138.441 26.022 138.855 26.022Q139.196 26.022 139.449 25.889Q139.702 25.756 139.702 25.448Q139.702 25.291 139.608 25.176Q139.514 25.062 139.376 24.993Q139.237 24.925 139.070 24.887L138.489 24.788Q138.133 24.720 137.860 24.499Q137.586 24.279 137.586 23.937Q137.586 23.688 137.698 23.513Q137.809 23.339 137.995 23.240Q138.181 23.141 138.397 23.098Q138.612 23.055 138.855 23.055Q139.268 23.055 139.548 23.237L139.764 23.062Q139.774 23.059 139.781 23.057Q139.788 23.055 139.798 23.055L139.849 23.055Q139.876 23.055 139.900 23.079Q139.924 23.103 139.924 23.131L139.924 23.978Q139.924 23.999 139.900 24.026Q139.876 24.053 139.849 24.053L139.736 24.053Q139.709 24.053 139.683 24.028Q139.658 24.002 139.658 23.978Q139.658 23.742 139.552 23.578Q139.446 23.414 139.263 23.332Q139.080 23.250 138.848 23.250Q138.520 23.250 138.263 23.353Q138.007 23.455 138.007 23.732Q138.007 23.927 138.190 24.036Q138.373 24.146 138.602 24.187L139.176 24.293Q139.422 24.341 139.636 24.469Q139.849 24.597 139.986 24.800Q140.123 25.004 140.123 25.253Q140.123 25.766 139.757 26.005Q139.391 26.244 138.855 26.244Q138.359 26.244 138.027 25.950L137.761 26.224Q137.740 26.244 137.713 26.244L137.665 26.244Q137.641 26.244 137.614 26.217Q137.586 26.190 137.586 26.169M142.433 26.176L140.799 26.176L140.799 25.896Q141.028 25.896 141.177 25.862Q141.326 25.827 141.326 25.687L141.326 22.068Q141.326 21.798 141.218 21.736Q141.110 21.675 140.799 21.675L140.799 21.394L141.879 21.319L141.879 23.705Q141.985 23.520 142.163 23.378Q142.341 23.237 142.549 23.163Q142.758 23.090 142.983 23.090Q143.489 23.090 143.773 23.313Q144.057 23.537 144.057 24.033L144.057 25.687Q144.057 25.824 144.205 25.860Q144.354 25.896 144.580 25.896L144.580 26.176L142.949 26.176L142.949 25.896Q143.178 25.896 143.327 25.862Q143.476 25.827 143.476 25.687L143.476 24.047Q143.476 23.712 143.356 23.512Q143.236 23.312 142.922 23.312Q142.652 23.312 142.418 23.448Q142.184 23.585 142.045 23.819Q141.907 24.053 141.907 24.327L141.907 25.687Q141.907 25.824 142.057 25.860Q142.208 25.896 142.433 25.896L142.433 26.176M145.226 25.448Q145.226 25.116 145.449 24.889Q145.673 24.662 146.017 24.534Q146.360 24.405 146.733 24.353Q147.105 24.300 147.410 24.300L147.410 24.047Q147.410 23.842 147.302 23.662Q147.194 23.483 147.013 23.380Q146.832 23.278 146.624 23.278Q146.217 23.278 145.981 23.370Q146.070 23.407 146.116 23.491Q146.162 23.575 146.162 23.677Q146.162 23.773 146.116 23.852Q146.070 23.930 145.990 23.975Q145.909 24.019 145.820 24.019Q145.670 24.019 145.569 23.922Q145.468 23.824 145.468 23.677Q145.468 23.055 146.624 23.055Q146.835 23.055 147.085 23.119Q147.334 23.182 147.536 23.301Q147.738 23.421 147.864 23.606Q147.991 23.790 147.991 24.033L147.991 25.609Q147.991 25.725 148.052 25.821Q148.114 25.916 148.227 25.916Q148.336 25.916 148.401 25.822Q148.466 25.728 148.466 25.609L148.466 25.161L148.732 25.161L148.732 25.609Q148.732 25.879 148.505 26.044Q148.278 26.210 147.998 26.210Q147.789 26.210 147.652 26.056Q147.516 25.903 147.492 25.687Q147.345 25.954 147.063 26.099Q146.781 26.244 146.456 26.244Q146.179 26.244 145.896 26.169Q145.612 26.094 145.419 25.915Q145.226 25.735 145.226 25.448M145.841 25.448Q145.841 25.622 145.942 25.752Q146.043 25.882 146.198 25.952Q146.354 26.022 146.518 26.022Q146.736 26.022 146.945 25.925Q147.153 25.827 147.282 25.646Q147.410 25.465 147.410 25.239L147.410 24.511Q147.085 24.511 146.719 24.602Q146.354 24.693 146.097 24.905Q145.841 25.116 145.841 25.448M150.899 26.176L149.163 26.176L149.163 25.896Q149.392 25.896 149.541 25.862Q149.689 25.827 149.689 25.687L149.689 23.838Q149.689 23.568 149.582 23.507Q149.474 23.445 149.163 23.445L149.163 23.165L150.192 23.090L150.192 23.797Q150.322 23.489 150.564 23.290Q150.807 23.090 151.125 23.090Q151.344 23.090 151.515 23.214Q151.686 23.339 151.686 23.551Q151.686 23.688 151.586 23.787Q151.487 23.886 151.354 23.886Q151.217 23.886 151.118 23.787Q151.019 23.688 151.019 23.551Q151.019 23.411 151.118 23.312Q150.828 23.312 150.628 23.508Q150.428 23.705 150.335 23.999Q150.243 24.293 150.243 24.573L150.243 25.687Q150.243 25.896 150.899 25.896L150.899 26.176M152.229 24.641Q152.229 24.320 152.354 24.031Q152.479 23.742 152.704 23.519Q152.930 23.295 153.225 23.175Q153.521 23.055 153.839 23.055Q154.167 23.055 154.428 23.155Q154.690 23.254 154.866 23.436Q155.042 23.619 155.136 23.877Q155.230 24.135 155.230 24.467Q155.230 24.559 155.148 24.580L152.892 24.580L152.892 24.641Q152.892 25.229 153.176 25.612Q153.459 25.995 154.027 25.995Q154.348 25.995 154.616 25.802Q154.885 25.609 154.974 25.294Q154.980 25.253 155.056 25.239L155.148 25.239Q155.230 25.263 155.230 25.335Q155.230 25.342 155.223 25.369Q155.110 25.766 154.740 26.005Q154.369 26.244 153.945 26.244Q153.507 26.244 153.107 26.036Q152.708 25.827 152.468 25.460Q152.229 25.093 152.229 24.641M152.899 24.371L154.714 24.371Q154.714 24.094 154.616 23.842Q154.519 23.589 154.321 23.433Q154.123 23.278 153.839 23.278Q153.562 23.278 153.348 23.436Q153.135 23.595 153.017 23.850Q152.899 24.105 152.899 24.371M155.818 24.665Q155.818 24.327 155.958 24.036Q156.098 23.746 156.343 23.532Q156.587 23.319 156.891 23.204Q157.195 23.090 157.520 23.090Q157.790 23.090 158.053 23.189Q158.316 23.288 158.508 23.466L158.508 22.068Q158.508 21.798 158.400 21.736Q158.293 21.675 157.981 21.675L157.981 21.394L159.058 21.319L159.058 25.503Q159.058 25.691 159.113 25.774Q159.168 25.858 159.268 25.877Q159.369 25.896 159.584 25.896L159.584 26.176L158.477 26.244L158.477 25.827Q158.060 26.244 157.435 26.244Q157.004 26.244 156.631 26.032Q156.259 25.821 156.038 25.460Q155.818 25.099 155.818 24.665M157.493 26.022Q157.701 26.022 157.887 25.950Q158.074 25.879 158.228 25.742Q158.381 25.605 158.477 25.427L158.477 23.818Q158.392 23.671 158.246 23.551Q158.101 23.431 157.932 23.372Q157.763 23.312 157.582 23.312Q157.021 23.312 156.753 23.701Q156.484 24.091 156.484 24.672Q156.484 25.243 156.719 25.633Q156.953 26.022 157.493 26.022\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-61.938 91.296)\">\u003Cpath d=\"M164.699 26.176L162.963 26.176L162.963 25.896Q163.192 25.896 163.341 25.862Q163.489 25.827 163.489 25.687L163.489 23.838Q163.489 23.568 163.382 23.507Q163.274 23.445 162.963 23.445L162.963 23.165L163.992 23.090L163.992 23.797Q164.122 23.489 164.364 23.290Q164.607 23.090 164.925 23.090Q165.144 23.090 165.315 23.214Q165.486 23.339 165.486 23.551Q165.486 23.688 165.386 23.787Q165.287 23.886 165.154 23.886Q165.017 23.886 164.918 23.787Q164.819 23.688 164.819 23.551Q164.819 23.411 164.918 23.312Q164.628 23.312 164.428 23.508Q164.228 23.705 164.135 23.999Q164.043 24.293 164.043 24.573L164.043 25.687Q164.043 25.896 164.699 25.896L164.699 26.176M166.029 24.693Q166.029 24.351 166.164 24.052Q166.299 23.753 166.538 23.529Q166.778 23.305 167.095 23.180Q167.413 23.055 167.745 23.055Q168.189 23.055 168.589 23.271Q168.989 23.486 169.223 23.864Q169.457 24.241 169.457 24.693Q169.457 25.034 169.315 25.318Q169.174 25.602 168.929 25.809Q168.685 26.015 168.375 26.130Q168.066 26.244 167.745 26.244Q167.314 26.244 166.913 26.043Q166.511 25.841 166.270 25.489Q166.029 25.137 166.029 24.693M167.745 25.995Q168.346 25.995 168.570 25.617Q168.794 25.239 168.794 24.607Q168.794 23.995 168.560 23.636Q168.326 23.278 167.745 23.278Q166.692 23.278 166.692 24.607Q166.692 25.239 166.918 25.617Q167.143 25.995 167.745 25.995M171.720 26.176L170.117 26.176L170.117 25.896Q170.343 25.896 170.491 25.862Q170.640 25.827 170.640 25.687L170.640 22.068Q170.640 21.798 170.532 21.736Q170.425 21.675 170.117 21.675L170.117 21.394L171.194 21.319L171.194 25.687Q171.194 25.824 171.344 25.860Q171.494 25.896 171.720 25.896L171.720 26.176M172.274 24.641Q172.274 24.320 172.398 24.031Q172.523 23.742 172.749 23.519Q172.974 23.295 173.270 23.175Q173.566 23.055 173.884 23.055Q174.212 23.055 174.473 23.155Q174.735 23.254 174.911 23.436Q175.087 23.619 175.181 23.877Q175.275 24.135 175.275 24.467Q175.275 24.559 175.193 24.580L172.937 24.580L172.937 24.641Q172.937 25.229 173.220 25.612Q173.504 25.995 174.072 25.995Q174.393 25.995 174.661 25.802Q174.929 25.609 175.018 25.294Q175.025 25.253 175.100 25.239L175.193 25.239Q175.275 25.263 175.275 25.335Q175.275 25.342 175.268 25.369Q175.155 25.766 174.784 26.005Q174.413 26.244 173.989 26.244Q173.552 26.244 173.152 26.036Q172.752 25.827 172.513 25.460Q172.274 25.093 172.274 24.641M172.944 24.371L174.759 24.371Q174.759 24.094 174.661 23.842Q174.564 23.589 174.365 23.433Q174.167 23.278 173.884 23.278Q173.607 23.278 173.393 23.436Q173.179 23.595 173.062 23.850Q172.944 24.105 172.944 24.371M175.863 26.169L175.863 25.106Q175.863 25.082 175.890 25.055Q175.917 25.028 175.941 25.028L176.051 25.028Q176.115 25.028 176.129 25.086Q176.225 25.520 176.471 25.771Q176.717 26.022 177.131 26.022Q177.472 26.022 177.725 25.889Q177.978 25.756 177.978 25.448Q177.978 25.291 177.884 25.176Q177.790 25.062 177.652 24.993Q177.513 24.925 177.346 24.887L176.765 24.788Q176.409 24.720 176.136 24.499Q175.863 24.279 175.863 23.937Q175.863 23.688 175.974 23.513Q176.085 23.339 176.271 23.240Q176.457 23.141 176.673 23.098Q176.888 23.055 177.131 23.055Q177.544 23.055 177.824 23.237L178.040 23.062Q178.050 23.059 178.057 23.057Q178.064 23.055 178.074 23.055L178.125 23.055Q178.153 23.055 178.177 23.079Q178.200 23.103 178.200 23.131L178.200 23.978Q178.200 23.999 178.177 24.026Q178.153 24.053 178.125 24.053L178.012 24.053Q177.985 24.053 177.959 24.028Q177.934 24.002 177.934 23.978Q177.934 23.742 177.828 23.578Q177.722 23.414 177.539 23.332Q177.356 23.250 177.124 23.250Q176.796 23.250 176.539 23.353Q176.283 23.455 176.283 23.732Q176.283 23.927 176.466 24.036Q176.649 24.146 176.878 24.187L177.452 24.293Q177.698 24.341 177.912 24.469Q178.125 24.597 178.262 24.800Q178.399 25.004 178.399 25.253Q178.399 25.766 178.033 26.005Q177.667 26.244 177.131 26.244Q176.635 26.244 176.303 25.950L176.037 26.224Q176.016 26.244 175.989 26.244L175.941 26.244Q175.917 26.244 175.890 26.217Q175.863 26.190 175.863 26.169\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-61.938 91.296)\">\u003Cpath d=\"M183.872 27.926Q183.322 27.526 182.951 26.971Q182.580 26.415 182.399 25.769Q182.218 25.123 182.218 24.426Q182.218 23.913 182.318 23.418Q182.419 22.922 182.624 22.471Q182.829 22.020 183.142 21.628Q183.455 21.237 183.872 20.933Q183.882 20.929 183.889 20.928Q183.896 20.926 183.906 20.926L183.974 20.926Q184.009 20.926 184.031 20.950Q184.053 20.974 184.053 21.011Q184.053 21.056 184.026 21.073Q183.677 21.374 183.424 21.758Q183.171 22.143 183.019 22.584Q182.867 23.025 182.795 23.481Q182.723 23.937 182.723 24.426Q182.723 25.427 183.033 26.314Q183.342 27.201 184.026 27.786Q184.053 27.803 184.053 27.847Q184.053 27.885 184.031 27.909Q184.009 27.933 183.974 27.933L183.906 27.933Q183.899 27.929 183.891 27.928Q183.882 27.926 183.872 27.926M186.661 26.176L184.928 26.176L184.928 25.896Q185.154 25.896 185.302 25.862Q185.451 25.827 185.451 25.687L185.451 23.438L184.863 23.438L184.863 23.158L185.451 23.158L185.451 22.341Q185.451 22.023 185.629 21.775Q185.806 21.528 186.097 21.387Q186.387 21.247 186.699 21.247Q186.955 21.247 187.158 21.389Q187.362 21.531 187.362 21.774Q187.362 21.910 187.262 22.009Q187.163 22.109 187.027 22.109Q186.890 22.109 186.791 22.009Q186.692 21.910 186.692 21.774Q186.692 21.593 186.832 21.500Q186.753 21.473 186.654 21.473Q186.446 21.473 186.292 21.606Q186.138 21.739 186.058 21.943Q185.977 22.146 185.977 22.355L185.977 23.158L186.866 23.158L186.866 23.438L186.005 23.438L186.005 25.687Q186.005 25.896 186.661 25.896L186.661 26.176M189.091 26.176L187.355 26.176L187.355 25.896Q187.584 25.896 187.732 25.862Q187.881 25.827 187.881 25.687L187.881 23.838Q187.881 23.568 187.773 23.507Q187.666 23.445 187.355 23.445L187.355 23.165L188.384 23.090L188.384 23.797Q188.513 23.489 188.756 23.290Q188.999 23.090 189.317 23.090Q189.535 23.090 189.706 23.214Q189.877 23.339 189.877 23.551Q189.877 23.688 189.778 23.787Q189.679 23.886 189.546 23.886Q189.409 23.886 189.310 23.787Q189.211 23.688 189.211 23.551Q189.211 23.411 189.310 23.312Q189.019 23.312 188.819 23.508Q188.619 23.705 188.527 23.999Q188.435 24.293 188.435 24.573L188.435 25.687Q188.435 25.896 189.091 25.896L189.091 26.176M190.520 25.448Q190.520 25.116 190.744 24.889Q190.968 24.662 191.311 24.534Q191.655 24.405 192.027 24.353Q192.400 24.300 192.704 24.300L192.704 24.047Q192.704 23.842 192.596 23.662Q192.489 23.483 192.307 23.380Q192.126 23.278 191.918 23.278Q191.511 23.278 191.275 23.370Q191.364 23.407 191.410 23.491Q191.456 23.575 191.456 23.677Q191.456 23.773 191.410 23.852Q191.364 23.930 191.284 23.975Q191.203 24.019 191.115 24.019Q190.964 24.019 190.863 23.922Q190.762 23.824 190.762 23.677Q190.762 23.055 191.918 23.055Q192.130 23.055 192.379 23.119Q192.629 23.182 192.830 23.301Q193.032 23.421 193.158 23.606Q193.285 23.790 193.285 24.033L193.285 25.609Q193.285 25.725 193.346 25.821Q193.408 25.916 193.521 25.916Q193.630 25.916 193.695 25.822Q193.760 25.728 193.760 25.609L193.760 25.161L194.027 25.161L194.027 25.609Q194.027 25.879 193.799 26.044Q193.572 26.210 193.292 26.210Q193.083 26.210 192.947 26.056Q192.810 25.903 192.786 25.687Q192.639 25.954 192.357 26.099Q192.075 26.244 191.750 26.244Q191.473 26.244 191.190 26.169Q190.906 26.094 190.713 25.915Q190.520 25.735 190.520 25.448M191.135 25.448Q191.135 25.622 191.236 25.752Q191.337 25.882 191.492 25.952Q191.648 26.022 191.812 26.022Q192.031 26.022 192.239 25.925Q192.448 25.827 192.576 25.646Q192.704 25.465 192.704 25.239L192.704 24.511Q192.379 24.511 192.013 24.602Q191.648 24.693 191.391 24.905Q191.135 25.116 191.135 25.448M196.125 26.176L194.491 26.176L194.491 25.896Q194.720 25.896 194.869 25.862Q195.018 25.827 195.018 25.687L195.018 23.838Q195.018 23.568 194.910 23.507Q194.803 23.445 194.491 23.445L194.491 23.165L195.551 23.090L195.551 23.739Q195.722 23.431 196.026 23.260Q196.330 23.090 196.676 23.090Q197.075 23.090 197.352 23.230Q197.629 23.370 197.715 23.718Q197.882 23.425 198.181 23.257Q198.480 23.090 198.825 23.090Q199.331 23.090 199.615 23.313Q199.899 23.537 199.899 24.033L199.899 25.687Q199.899 25.824 200.047 25.860Q200.196 25.896 200.422 25.896L200.422 26.176L198.791 26.176L198.791 25.896Q199.017 25.896 199.167 25.860Q199.318 25.824 199.318 25.687L199.318 24.047Q199.318 23.712 199.198 23.512Q199.078 23.312 198.764 23.312Q198.494 23.312 198.260 23.448Q198.026 23.585 197.887 23.819Q197.749 24.053 197.749 24.327L197.749 25.687Q197.749 25.824 197.897 25.860Q198.046 25.896 198.272 25.896L198.272 26.176L196.641 26.176L196.641 25.896Q196.870 25.896 197.019 25.862Q197.168 25.827 197.168 25.687L197.168 24.047Q197.168 23.712 197.048 23.512Q196.928 23.312 196.614 23.312Q196.344 23.312 196.110 23.448Q195.876 23.585 195.737 23.819Q195.599 24.053 195.599 24.327L195.599 25.687Q195.599 25.824 195.749 25.860Q195.900 25.896 196.125 25.896L196.125 26.176M200.969 24.641Q200.969 24.320 201.093 24.031Q201.218 23.742 201.444 23.519Q201.669 23.295 201.965 23.175Q202.261 23.055 202.578 23.055Q202.907 23.055 203.168 23.155Q203.429 23.254 203.605 23.436Q203.782 23.619 203.876 23.877Q203.970 24.135 203.970 24.467Q203.970 24.559 203.887 24.580L201.632 24.580L201.632 24.641Q201.632 25.229 201.915 25.612Q202.199 25.995 202.766 25.995Q203.088 25.995 203.356 25.802Q203.624 25.609 203.713 25.294Q203.720 25.253 203.795 25.239L203.887 25.239Q203.970 25.263 203.970 25.335Q203.970 25.342 203.963 25.369Q203.850 25.766 203.479 26.005Q203.108 26.244 202.684 26.244Q202.247 26.244 201.847 26.036Q201.447 25.827 201.208 25.460Q200.969 25.093 200.969 24.641M201.638 24.371L203.453 24.371Q203.453 24.094 203.356 23.842Q203.259 23.589 203.060 23.433Q202.862 23.278 202.578 23.278Q202.302 23.278 202.088 23.436Q201.874 23.595 201.756 23.850Q201.638 24.105 201.638 24.371\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-61.938 91.296)\">\u003Cpath d=\"M207.236 24.641Q207.236 24.320 207.361 24.031Q207.486 23.742 207.712 23.519Q207.937 23.295 208.233 23.175Q208.528 23.055 208.846 23.055Q209.174 23.055 209.436 23.155Q209.697 23.254 209.873 23.436Q210.049 23.619 210.143 23.877Q210.237 24.135 210.237 24.467Q210.237 24.559 210.155 24.580L207.900 24.580L207.900 24.641Q207.900 25.229 208.183 25.612Q208.467 25.995 209.034 25.995Q209.356 25.995 209.624 25.802Q209.892 25.609 209.981 25.294Q209.988 25.253 210.063 25.239L210.155 25.239Q210.237 25.263 210.237 25.335Q210.237 25.342 210.231 25.369Q210.118 25.766 209.747 26.005Q209.376 26.244 208.952 26.244Q208.515 26.244 208.115 26.036Q207.715 25.827 207.476 25.460Q207.236 25.093 207.236 24.641M207.906 24.371L209.721 24.371Q209.721 24.094 209.624 23.842Q209.526 23.589 209.328 23.433Q209.130 23.278 208.846 23.278Q208.569 23.278 208.356 23.436Q208.142 23.595 208.024 23.850Q207.906 24.105 207.906 24.371M212.493 26.176L210.890 26.176L210.890 25.896Q211.116 25.896 211.265 25.862Q211.413 25.827 211.413 25.687L211.413 22.068Q211.413 21.798 211.306 21.736Q211.198 21.675 210.890 21.675L210.890 21.394L211.967 21.319L211.967 25.687Q211.967 25.824 212.117 25.860Q212.268 25.896 212.493 25.896L212.493 26.176M213.047 24.641Q213.047 24.320 213.172 24.031Q213.296 23.742 213.522 23.519Q213.748 23.295 214.043 23.175Q214.339 23.055 214.657 23.055Q214.985 23.055 215.246 23.155Q215.508 23.254 215.684 23.436Q215.860 23.619 215.954 23.877Q216.048 24.135 216.048 24.467Q216.048 24.559 215.966 24.580L213.710 24.580L213.710 24.641Q213.710 25.229 213.994 25.612Q214.277 25.995 214.845 25.995Q215.166 25.995 215.434 25.802Q215.703 25.609 215.792 25.294Q215.798 25.253 215.874 25.239L215.966 25.239Q216.048 25.263 216.048 25.335Q216.048 25.342 216.041 25.369Q215.928 25.766 215.557 26.005Q215.187 26.244 214.763 26.244Q214.325 26.244 213.925 26.036Q213.525 25.827 213.286 25.460Q213.047 25.093 213.047 24.641M213.717 24.371L215.532 24.371Q215.532 24.094 215.434 23.842Q215.337 23.589 215.139 23.433Q214.941 23.278 214.657 23.278Q214.380 23.278 214.166 23.436Q213.953 23.595 213.835 23.850Q213.717 24.105 213.717 24.371M218.317 26.176L216.684 26.176L216.684 25.896Q216.913 25.896 217.061 25.862Q217.210 25.827 217.210 25.687L217.210 23.838Q217.210 23.568 217.102 23.507Q216.995 23.445 216.684 23.445L216.684 23.165L217.743 23.090L217.743 23.739Q217.914 23.431 218.218 23.260Q218.523 23.090 218.868 23.090Q219.268 23.090 219.545 23.230Q219.821 23.370 219.907 23.718Q220.074 23.425 220.373 23.257Q220.672 23.090 221.018 23.090Q221.524 23.090 221.807 23.313Q222.091 23.537 222.091 24.033L222.091 25.687Q222.091 25.824 222.240 25.860Q222.388 25.896 222.614 25.896L222.614 26.176L220.984 26.176L220.984 25.896Q221.209 25.896 221.359 25.860Q221.510 25.824 221.510 25.687L221.510 24.047Q221.510 23.712 221.390 23.512Q221.271 23.312 220.956 23.312Q220.686 23.312 220.452 23.448Q220.218 23.585 220.079 23.819Q219.941 24.053 219.941 24.327L219.941 25.687Q219.941 25.824 220.090 25.860Q220.238 25.896 220.464 25.896L220.464 26.176L218.834 26.176L218.834 25.896Q219.063 25.896 219.211 25.862Q219.360 25.827 219.360 25.687L219.360 24.047Q219.360 23.712 219.240 23.512Q219.121 23.312 218.806 23.312Q218.536 23.312 218.302 23.448Q218.068 23.585 217.930 23.819Q217.791 24.053 217.791 24.327L217.791 25.687Q217.791 25.824 217.942 25.860Q218.092 25.896 218.317 25.896L218.317 26.176M223.161 24.641Q223.161 24.320 223.286 24.031Q223.410 23.742 223.636 23.519Q223.861 23.295 224.157 23.175Q224.453 23.055 224.771 23.055Q225.099 23.055 225.360 23.155Q225.622 23.254 225.798 23.436Q225.974 23.619 226.068 23.877Q226.162 24.135 226.162 24.467Q226.162 24.559 226.080 24.580L223.824 24.580L223.824 24.641Q223.824 25.229 224.108 25.612Q224.391 25.995 224.959 25.995Q225.280 25.995 225.548 25.802Q225.817 25.609 225.905 25.294Q225.912 25.253 225.987 25.239L226.080 25.239Q226.162 25.263 226.162 25.335Q226.162 25.342 226.155 25.369Q226.042 25.766 225.671 26.005Q225.300 26.244 224.877 26.244Q224.439 26.244 224.039 26.036Q223.639 25.827 223.400 25.460Q223.161 25.093 223.161 24.641M223.831 24.371L225.646 24.371Q225.646 24.094 225.548 23.842Q225.451 23.589 225.253 23.433Q225.054 23.278 224.771 23.278Q224.494 23.278 224.280 23.436Q224.067 23.595 223.949 23.850Q223.831 24.105 223.831 24.371M228.431 26.176L226.797 26.176L226.797 25.896Q227.026 25.896 227.175 25.862Q227.324 25.827 227.324 25.687L227.324 23.838Q227.324 23.568 227.216 23.507Q227.109 23.445 226.797 23.445L226.797 23.165L227.857 23.090L227.857 23.739Q228.028 23.431 228.332 23.260Q228.636 23.090 228.982 23.090Q229.487 23.090 229.771 23.313Q230.055 23.537 230.055 24.033L230.055 25.687Q230.055 25.824 230.203 25.860Q230.352 25.896 230.578 25.896L230.578 26.176L228.947 26.176L228.947 25.896Q229.176 25.896 229.325 25.862Q229.474 25.827 229.474 25.687L229.474 24.047Q229.474 23.712 229.354 23.512Q229.234 23.312 228.920 23.312Q228.650 23.312 228.416 23.448Q228.182 23.585 228.043 23.819Q227.905 24.053 227.905 24.327L227.905 25.687Q227.905 25.824 228.055 25.860Q228.206 25.896 228.431 25.896\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-61.938 91.296)\">\u003Cpath d=\"M231.505 25.335L231.505 23.438L230.866 23.438L230.866 23.216Q231.184 23.216 231.401 23.006Q231.618 22.796 231.718 22.486Q231.819 22.177 231.819 21.869L232.086 21.869L232.086 23.158L233.163 23.158L233.163 23.438L232.086 23.438L232.086 25.322Q232.086 25.598 232.190 25.797Q232.294 25.995 232.554 25.995Q232.711 25.995 232.817 25.891Q232.923 25.786 232.973 25.633Q233.022 25.479 233.022 25.322L233.022 24.908L233.289 24.908L233.289 25.335Q233.289 25.561 233.190 25.771Q233.091 25.981 232.906 26.113Q232.722 26.244 232.493 26.244Q232.055 26.244 231.780 26.007Q231.505 25.769 231.505 25.335M234.099 26.169L234.099 25.106Q234.099 25.082 234.126 25.055Q234.154 25.028 234.178 25.028L234.287 25.028Q234.352 25.028 234.366 25.086Q234.461 25.520 234.707 25.771Q234.954 26.022 235.367 26.022Q235.709 26.022 235.962 25.889Q236.215 25.756 236.215 25.448Q236.215 25.291 236.121 25.176Q236.027 25.062 235.888 24.993Q235.750 24.925 235.582 24.887L235.001 24.788Q234.646 24.720 234.372 24.499Q234.099 24.279 234.099 23.937Q234.099 23.688 234.210 23.513Q234.321 23.339 234.508 23.240Q234.694 23.141 234.909 23.098Q235.124 23.055 235.367 23.055Q235.781 23.055 236.061 23.237L236.276 23.062Q236.287 23.059 236.293 23.057Q236.300 23.055 236.310 23.055L236.362 23.055Q236.389 23.055 236.413 23.079Q236.437 23.103 236.437 23.131L236.437 23.978Q236.437 23.999 236.413 24.026Q236.389 24.053 236.362 24.053L236.249 24.053Q236.222 24.053 236.196 24.028Q236.170 24.002 236.170 23.978Q236.170 23.742 236.064 23.578Q235.958 23.414 235.776 23.332Q235.593 23.250 235.360 23.250Q235.032 23.250 234.776 23.353Q234.519 23.455 234.519 23.732Q234.519 23.927 234.702 24.036Q234.885 24.146 235.114 24.187L235.688 24.293Q235.935 24.341 236.148 24.469Q236.362 24.597 236.498 24.800Q236.635 25.004 236.635 25.253Q236.635 25.766 236.269 26.005Q235.904 26.244 235.367 26.244Q234.872 26.244 234.540 25.950L234.273 26.224Q234.253 26.244 234.226 26.244L234.178 26.244Q234.154 26.244 234.126 26.217Q234.099 26.190 234.099 26.169M237.585 27.933L237.517 27.933Q237.483 27.933 237.461 27.907Q237.438 27.882 237.438 27.847Q237.438 27.803 237.469 27.786Q237.825 27.482 238.074 27.092Q238.324 26.702 238.476 26.270Q238.628 25.838 238.698 25.369Q238.768 24.901 238.768 24.426Q238.768 23.947 238.698 23.481Q238.628 23.014 238.474 22.579Q238.320 22.143 238.069 21.755Q237.818 21.367 237.469 21.073Q237.438 21.056 237.438 21.011Q237.438 20.977 237.461 20.952Q237.483 20.926 237.517 20.926L237.585 20.926Q237.596 20.926 237.604 20.928Q237.613 20.929 237.623 20.933Q238.166 21.333 238.539 21.886Q238.912 22.440 239.093 23.086Q239.274 23.732 239.274 24.426Q239.274 25.127 239.093 25.774Q238.912 26.422 238.537 26.976Q238.163 27.530 237.623 27.926Q237.613 27.926 237.604 27.928Q237.596 27.929 237.585 27.933\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8889em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"enclosing textsc\">\u003Cspan class=\"mord text\">\u003Cspan class=\"mord\">change-position-on-a-scale\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> frame. A single frame is evoked by many predicates (verbs and nouns alike) and defines shared core roles (frame elements) — ITEM, ATTRIBUTE, INITIAL\u002FFINAL VALUE, DIFFERENCE — plus non-core roles for time and group.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:449.904px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 337.428 66.235\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-65.403-35.081h85.358V-72.07h-85.358Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-34.23 5.711)\">\u003Cpath d=\"M-4.071-61.576L-6.601-61.576L-6.601-61.856Q-5.633-61.856-5.633-62.065L-5.633-65.684Q-6.026-65.496-6.648-65.496L-6.648-65.777Q-6.231-65.777-5.867-65.878Q-5.503-65.978-5.247-66.224L-5.121-66.224Q-5.056-66.207-5.039-66.139L-5.039-62.065Q-5.039-61.856-4.071-61.856L-4.071-61.576M-2.701-61.996Q-2.701-62.164-2.578-62.287Q-2.455-62.410-2.280-62.410Q-2.113-62.410-1.990-62.287Q-1.867-62.164-1.867-61.996Q-1.867-61.822-1.990-61.699Q-2.113-61.576-2.280-61.576Q-2.455-61.576-2.578-61.699Q-2.701-61.822-2.701-61.996\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-34.23 5.711)\">\u003Cpath d=\"M4.935-61.576L2.802-61.576L2.802-61.856Q3.523-61.856 3.523-62.065L3.523-65.866Q3.523-66.077 2.802-66.077L2.802-66.358L5.468-66.358Q5.878-66.358 6.299-66.204Q6.719-66.050 7.003-65.746Q7.286-65.442 7.286-65.028Q7.286-64.710 7.119-64.464Q6.951-64.218 6.675-64.052Q6.398-63.887 6.076-63.803Q5.755-63.719 5.468-63.719L4.214-63.719L4.214-62.065Q4.214-61.856 4.935-61.856L4.935-61.576M4.186-65.866L4.186-63.969L5.273-63.969Q5.882-63.969 6.196-64.206Q6.511-64.444 6.511-65.028Q6.511-65.421 6.365-65.655Q6.220-65.889 5.948-65.983Q5.677-66.077 5.273-66.077L4.552-66.077Q4.364-66.077 4.275-66.043Q4.186-66.009 4.186-65.866M9.843-61.576L8.107-61.576L8.107-61.856Q8.336-61.856 8.484-61.890Q8.633-61.925 8.633-62.065L8.633-63.914Q8.633-64.184 8.525-64.245Q8.418-64.307 8.107-64.307L8.107-64.587L9.136-64.662L9.136-63.955Q9.265-64.263 9.508-64.462Q9.751-64.662 10.069-64.662Q10.287-64.662 10.458-64.538Q10.629-64.413 10.629-64.201Q10.629-64.064 10.530-63.965Q10.431-63.866 10.298-63.866Q10.161-63.866 10.062-63.965Q9.963-64.064 9.963-64.201Q9.963-64.341 10.062-64.440Q9.771-64.440 9.571-64.244Q9.371-64.047 9.279-63.753Q9.187-63.459 9.187-63.179L9.187-62.065Q9.187-61.856 9.843-61.856L9.843-61.576M11.788-62.410L11.788-63.914Q11.788-64.184 11.680-64.245Q11.573-64.307 11.262-64.307L11.262-64.587L12.369-64.662L12.369-62.430L12.369-62.410Q12.369-62.130 12.420-61.986Q12.471-61.843 12.613-61.786Q12.755-61.730 13.042-61.730Q13.295-61.730 13.500-61.870Q13.705-62.010 13.822-62.236Q13.938-62.461 13.938-62.711L13.938-63.914Q13.938-64.184 13.830-64.245Q13.722-64.307 13.411-64.307L13.411-64.587L14.519-64.662L14.519-62.249Q14.519-62.058 14.572-61.976Q14.625-61.894 14.726-61.875Q14.826-61.856 15.042-61.856L15.042-61.576L13.965-61.508L13.965-62.072Q13.856-61.890 13.711-61.767Q13.565-61.644 13.379-61.576Q13.193-61.508 12.991-61.508Q11.788-61.508 11.788-62.410M17.311-61.576L15.678-61.576L15.678-61.856Q15.907-61.856 16.055-61.890Q16.204-61.925 16.204-62.065L16.204-63.914Q16.204-64.184 16.096-64.245Q15.989-64.307 15.678-64.307L15.678-64.587L16.737-64.662L16.737-64.013Q16.908-64.321 17.212-64.492Q17.516-64.662 17.862-64.662Q18.367-64.662 18.651-64.439Q18.935-64.215 18.935-63.719L18.935-62.065Q18.935-61.928 19.084-61.892Q19.232-61.856 19.458-61.856L19.458-61.576L17.827-61.576L17.827-61.856Q18.056-61.856 18.205-61.890Q18.354-61.925 18.354-62.065L18.354-63.705Q18.354-64.040 18.234-64.240Q18.115-64.440 17.800-64.440Q17.530-64.440 17.296-64.304Q17.062-64.167 16.923-63.933Q16.785-63.699 16.785-63.425L16.785-62.065Q16.785-61.928 16.935-61.892Q17.086-61.856 17.311-61.856L17.311-61.576M21.662-61.576L20.111-61.576L20.111-61.856Q20.336-61.856 20.485-61.890Q20.634-61.925 20.634-62.065L20.634-63.914Q20.634-64.102 20.586-64.186Q20.538-64.269 20.440-64.288Q20.343-64.307 20.131-64.307L20.131-64.587L21.187-64.662L21.187-62.065Q21.187-61.925 21.319-61.890Q21.451-61.856 21.662-61.856L21.662-61.576M20.391-65.883Q20.391-66.054 20.514-66.173Q20.637-66.293 20.808-66.293Q20.975-66.293 21.098-66.173Q21.221-66.054 21.221-65.883Q21.221-65.708 21.098-65.585Q20.975-65.462 20.808-65.462Q20.637-65.462 20.514-65.585Q20.391-65.708 20.391-65.883M23.990-61.576L22.356-61.576L22.356-61.856Q22.585-61.856 22.734-61.890Q22.883-61.925 22.883-62.065L22.883-63.914Q22.883-64.184 22.775-64.245Q22.667-64.307 22.356-64.307L22.356-64.587L23.416-64.662L23.416-64.013Q23.587-64.321 23.891-64.492Q24.195-64.662 24.540-64.662Q25.046-64.662 25.330-64.439Q25.614-64.215 25.614-63.719L25.614-62.065Q25.614-61.928 25.762-61.892Q25.911-61.856 26.137-61.856L26.137-61.576L24.506-61.576L24.506-61.856Q24.735-61.856 24.884-61.890Q25.033-61.925 25.033-62.065L25.033-63.705Q25.033-64.040 24.913-64.240Q24.793-64.440 24.479-64.440Q24.209-64.440 23.975-64.304Q23.741-64.167 23.602-63.933Q23.464-63.699 23.464-63.425L23.464-62.065Q23.464-61.928 23.614-61.892Q23.764-61.856 23.990-61.856L23.990-61.576M26.683-61.043Q26.683-61.289 26.880-61.473Q27.076-61.658 27.333-61.737Q27.196-61.849 27.124-62.010Q27.053-62.171 27.053-62.352Q27.053-62.673 27.264-62.919Q26.930-63.217 26.930-63.627Q26.930-64.088 27.319-64.375Q27.709-64.662 28.187-64.662Q28.659-64.662 28.994-64.416Q29.168-64.570 29.378-64.652Q29.589-64.734 29.818-64.734Q29.982-64.734 30.103-64.627Q30.224-64.519 30.224-64.355Q30.224-64.259 30.153-64.187Q30.081-64.116 29.989-64.116Q29.889-64.116 29.819-64.189Q29.749-64.263 29.749-64.362Q29.749-64.416 29.763-64.447L29.770-64.461Q29.777-64.481 29.785-64.492Q29.794-64.502 29.797-64.509Q29.442-64.509 29.155-64.286Q29.442-63.993 29.442-63.627Q29.442-63.312 29.257-63.080Q29.073-62.847 28.784-62.719Q28.495-62.591 28.187-62.591Q27.986-62.591 27.794-62.641Q27.603-62.690 27.425-62.800Q27.333-62.673 27.333-62.530Q27.333-62.348 27.461-62.213Q27.589-62.078 27.774-62.078L28.406-62.078Q28.854-62.078 29.223-62.007Q29.592-61.935 29.852-61.706Q30.112-61.477 30.112-61.043Q30.112-60.722 29.816-60.520Q29.520-60.318 29.117-60.229Q28.714-60.140 28.399-60.140Q28.081-60.140 27.678-60.229Q27.275-60.318 26.979-60.520Q26.683-60.722 26.683-61.043M27.138-61.043Q27.138-60.814 27.357-60.665Q27.576-60.516 27.868-60.448Q28.160-60.380 28.399-60.380Q28.563-60.380 28.772-60.416Q28.980-60.451 29.187-60.532Q29.394-60.612 29.525-60.740Q29.657-60.868 29.657-61.043Q29.657-61.395 29.276-61.489Q28.895-61.583 28.392-61.583L27.774-61.583Q27.534-61.583 27.336-61.432Q27.138-61.282 27.138-61.043M28.187-62.830Q28.854-62.830 28.854-63.627Q28.854-64.427 28.187-64.427Q27.517-64.427 27.517-63.627Q27.517-62.830 28.187-62.830\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-34.23 5.711)\">\u003Cpath d=\"M-22.410-55.087Q-22.410-55.425-22.269-55.716Q-22.129-56.006-21.885-56.220Q-21.641-56.433-21.336-56.548Q-21.032-56.662-20.707-56.662Q-20.437-56.662-20.174-56.563Q-19.911-56.464-19.720-56.286L-19.720-57.684Q-19.720-57.954-19.827-58.016Q-19.935-58.077-20.246-58.077L-20.246-58.358L-19.169-58.433L-19.169-54.249Q-19.169-54.061-19.115-53.978Q-19.060-53.894-18.959-53.875Q-18.858-53.856-18.643-53.856L-18.643-53.576L-19.750-53.508L-19.750-53.925Q-20.167-53.508-20.793-53.508Q-21.224-53.508-21.596-53.720Q-21.969-53.931-22.189-54.292Q-22.410-54.653-22.410-55.087M-20.735-53.730Q-20.526-53.730-20.340-53.802Q-20.154-53.873-20-54.010Q-19.846-54.147-19.750-54.325L-19.750-55.934Q-19.836-56.081-19.981-56.201Q-20.126-56.321-20.296-56.380Q-20.465-56.440-20.646-56.440Q-21.206-56.440-21.475-56.051Q-21.743-55.661-21.743-55.080Q-21.743-54.509-21.509-54.119Q-21.275-53.730-20.735-53.730M-16.244-53.576L-17.980-53.576L-17.980-53.856Q-17.751-53.856-17.602-53.890Q-17.453-53.925-17.453-54.065L-17.453-55.914Q-17.453-56.184-17.561-56.245Q-17.669-56.307-17.980-56.307L-17.980-56.587L-16.951-56.662L-16.951-55.955Q-16.821-56.263-16.578-56.462Q-16.336-56.662-16.018-56.662Q-15.799-56.662-15.628-56.538Q-15.457-56.413-15.457-56.201Q-15.457-56.064-15.557-55.965Q-15.656-55.866-15.789-55.866Q-15.926-55.866-16.025-55.965Q-16.124-56.064-16.124-56.201Q-16.124-56.341-16.025-56.440Q-16.315-56.440-16.515-56.244Q-16.715-56.047-16.807-55.753Q-16.900-55.459-16.900-55.179L-16.900-54.065Q-16.900-53.856-16.244-53.856L-16.244-53.576M-14.914-55.059Q-14.914-55.401-14.779-55.700Q-14.644-55.999-14.405-56.223Q-14.165-56.447-13.848-56.572Q-13.530-56.697-13.198-56.697Q-12.754-56.697-12.354-56.481Q-11.954-56.266-11.720-55.888Q-11.486-55.511-11.486-55.059Q-11.486-54.718-11.628-54.434Q-11.769-54.150-12.014-53.943Q-12.258-53.737-12.568-53.622Q-12.877-53.508-13.198-53.508Q-13.629-53.508-14.030-53.709Q-14.432-53.911-14.673-54.263Q-14.914-54.615-14.914-55.059M-13.198-53.757Q-12.597-53.757-12.373-54.135Q-12.149-54.513-12.149-55.145Q-12.149-55.757-12.383-56.116Q-12.617-56.474-13.198-56.474Q-14.251-56.474-14.251-55.145Q-14.251-54.513-14.025-54.135Q-13.800-53.757-13.198-53.757M-9.247-52.219L-10.877-52.219L-10.877-52.499Q-10.648-52.499-10.500-52.534Q-10.351-52.568-10.351-52.708L-10.351-56.054Q-10.351-56.225-10.488-56.266Q-10.624-56.307-10.877-56.307L-10.877-56.587L-9.797-56.662L-9.797-56.256Q-9.575-56.457-9.288-56.560Q-9.001-56.662-8.693-56.662Q-8.266-56.662-7.902-56.449Q-7.538-56.235-7.324-55.871Q-7.111-55.507-7.111-55.087Q-7.111-54.642-7.350-54.278Q-7.589-53.914-7.982-53.711Q-8.375-53.508-8.820-53.508Q-9.086-53.508-9.334-53.608Q-9.582-53.709-9.770-53.890L-9.770-52.708Q-9.770-52.571-9.621-52.535Q-9.473-52.499-9.247-52.499L-9.247-52.219M-9.770-55.907L-9.770-54.297Q-9.637-54.044-9.394-53.887Q-9.151-53.730-8.874-53.730Q-8.546-53.730-8.293-53.931Q-8.040-54.133-7.907-54.451Q-7.774-54.769-7.774-55.087Q-7.774-55.316-7.839-55.545Q-7.904-55.774-8.032-55.972Q-8.160-56.170-8.355-56.290Q-8.550-56.409-8.782-56.409Q-9.076-56.409-9.344-56.280Q-9.613-56.150-9.770-55.907\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-34.23 5.711)\">\u003Cpath d=\"M-3.196-54.410L-3.196-55.914Q-3.196-56.184-3.304-56.245Q-3.412-56.307-3.723-56.307L-3.723-56.587L-2.615-56.662L-2.615-54.430L-2.615-54.410Q-2.615-54.130-2.564-53.986Q-2.513-53.843-2.371-53.786Q-2.229-53.730-1.942-53.730Q-1.689-53.730-1.484-53.870Q-1.279-54.010-1.163-54.236Q-1.046-54.461-1.046-54.711L-1.046-55.914Q-1.046-56.184-1.154-56.245Q-1.262-56.307-1.573-56.307L-1.573-56.587L-0.465-56.662L-0.465-54.249Q-0.465-54.058-0.412-53.976Q-0.359-53.894-0.259-53.875Q-0.158-53.856 0.058-53.856L0.058-53.576L-1.019-53.508L-1.019-54.072Q-1.128-53.890-1.274-53.767Q-1.419-53.644-1.605-53.576Q-1.792-53.508-1.993-53.508Q-3.196-53.508-3.196-54.410M2.327-53.576L0.693-53.576L0.693-53.856Q0.922-53.856 1.071-53.890Q1.220-53.925 1.220-54.065L1.220-55.914Q1.220-56.184 1.112-56.245Q1.004-56.307 0.693-56.307L0.693-56.587L1.753-56.662L1.753-56.013Q1.924-56.321 2.228-56.492Q2.532-56.662 2.877-56.662Q3.383-56.662 3.667-56.439Q3.951-56.215 3.951-55.719L3.951-54.065Q3.951-53.928 4.099-53.892Q4.248-53.856 4.474-53.856L4.474-53.576L2.843-53.576L2.843-53.856Q3.072-53.856 3.221-53.890Q3.370-53.925 3.370-54.065L3.370-55.705Q3.370-56.040 3.250-56.240Q3.130-56.440 2.816-56.440Q2.546-56.440 2.312-56.304Q2.078-56.167 1.939-55.933Q1.801-55.699 1.801-55.425L1.801-54.065Q1.801-53.928 1.951-53.892Q2.102-53.856 2.327-53.856L2.327-53.576M6.729-53.576L5.126-53.576L5.126-53.856Q5.352-53.856 5.501-53.890Q5.649-53.925 5.649-54.065L5.649-57.684Q5.649-57.954 5.542-58.016Q5.434-58.077 5.126-58.077L5.126-58.358L6.203-58.433L6.203-54.065Q6.203-53.928 6.353-53.892Q6.504-53.856 6.729-53.856L6.729-53.576M8.941-53.576L7.389-53.576L7.389-53.856Q7.615-53.856 7.763-53.890Q7.912-53.925 7.912-54.065L7.912-55.914Q7.912-56.102 7.864-56.186Q7.816-56.269 7.719-56.288Q7.622-56.307 7.410-56.307L7.410-56.587L8.466-56.662L8.466-54.065Q8.466-53.925 8.597-53.890Q8.729-53.856 8.941-53.856L8.941-53.576M7.669-57.883Q7.669-58.054 7.792-58.173Q7.915-58.293 8.086-58.293Q8.254-58.293 8.377-58.173Q8.500-58.054 8.500-57.883Q8.500-57.708 8.377-57.585Q8.254-57.462 8.086-57.462Q7.915-57.462 7.792-57.585Q7.669-57.708 7.669-57.883M11.183-53.576L9.601-53.576L9.601-53.856Q9.830-53.856 9.978-53.890Q10.127-53.925 10.127-54.065L10.127-57.684Q10.127-57.954 10.019-58.016Q9.912-58.077 9.601-58.077L9.601-58.358L10.681-58.433L10.681-55.145L11.665-55.914Q11.870-56.051 11.870-56.201Q11.870-56.245 11.829-56.280Q11.788-56.314 11.744-56.314L11.744-56.594L13.107-56.594L13.107-56.314Q12.619-56.314 12.099-55.914L11.542-55.480L12.519-54.256Q12.721-54.010 12.854-53.933Q12.988-53.856 13.275-53.856L13.275-53.576L11.843-53.576L11.843-53.856Q12.031-53.856 12.031-53.969Q12.031-54.065 11.877-54.256L11.142-55.165L10.660-54.786L10.660-54.065Q10.660-53.928 10.809-53.892Q10.957-53.856 11.183-53.856\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-34.23 5.711)\">\u003Cpath d=\"M13.535-55.111Q13.535-55.432 13.660-55.721Q13.785-56.010 14.011-56.233Q14.236-56.457 14.532-56.577Q14.827-56.697 15.145-56.697Q15.473-56.697 15.735-56.597Q15.996-56.498 16.172-56.316Q16.348-56.133 16.442-55.875Q16.536-55.617 16.536-55.285Q16.536-55.193 16.454-55.172L14.199-55.172L14.199-55.111Q14.199-54.523 14.482-54.140Q14.766-53.757 15.333-53.757Q15.655-53.757 15.923-53.950Q16.191-54.143 16.280-54.458Q16.287-54.499 16.362-54.513L16.454-54.513Q16.536-54.489 16.536-54.417Q16.536-54.410 16.530-54.383Q16.417-53.986 16.046-53.747Q15.675-53.508 15.251-53.508Q14.814-53.508 14.414-53.716Q14.014-53.925 13.775-54.292Q13.535-54.659 13.535-55.111M14.205-55.381L16.020-55.381Q16.020-55.658 15.923-55.910Q15.825-56.163 15.627-56.319Q15.429-56.474 15.145-56.474Q14.868-56.474 14.655-56.316Q14.441-56.157 14.323-55.902Q14.205-55.647 14.205-55.381M18.792-53.576L17.189-53.576L17.189-53.856Q17.415-53.856 17.564-53.890Q17.712-53.925 17.712-54.065L17.712-57.684Q17.712-57.954 17.605-58.016Q17.497-58.077 17.189-58.077L17.189-58.358L18.266-58.433L18.266-54.065Q18.266-53.928 18.416-53.892Q18.567-53.856 18.792-53.856L18.792-53.576M19.722-52.441Q19.852-52.373 19.989-52.373Q20.159-52.373 20.310-52.462Q20.460-52.551 20.571-52.696Q20.682-52.841 20.761-53.009L21.024-53.576L19.855-56.102Q19.780-56.249 19.650-56.281Q19.520-56.314 19.288-56.314L19.288-56.594L20.809-56.594L20.809-56.314Q20.460-56.314 20.460-56.167Q20.464-56.146 20.465-56.129Q20.467-56.112 20.467-56.102L21.325-54.243L22.097-55.914Q22.132-55.982 22.132-56.061Q22.132-56.174 22.048-56.244Q21.964-56.314 21.851-56.314L21.851-56.594L23.048-56.594L23.048-56.314Q22.829-56.314 22.656-56.210Q22.484-56.105 22.391-55.914L21.055-53.009Q20.884-52.639 20.614-52.393Q20.344-52.147 19.989-52.147Q19.719-52.147 19.500-52.313Q19.281-52.479 19.281-52.742Q19.281-52.879 19.373-52.968Q19.466-53.056 19.606-53.056Q19.742-53.056 19.831-52.968Q19.920-52.879 19.920-52.742Q19.920-52.639 19.867-52.561Q19.814-52.482 19.722-52.441\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-34.23 5.711)\">\u003Cpath d=\"M27.973-53.576L26.339-53.576L26.339-53.856Q26.568-53.856 26.717-53.890Q26.866-53.925 26.866-54.065L26.866-55.914Q26.866-56.184 26.758-56.245Q26.650-56.307 26.339-56.307L26.339-56.587L27.399-56.662L27.399-56.013Q27.570-56.321 27.874-56.492Q28.178-56.662 28.523-56.662Q29.029-56.662 29.313-56.439Q29.597-56.215 29.597-55.719L29.597-54.065Q29.597-53.928 29.745-53.892Q29.894-53.856 30.120-53.856L30.120-53.576L28.489-53.576L28.489-53.856Q28.718-53.856 28.867-53.890Q29.016-53.925 29.016-54.065L29.016-55.705Q29.016-56.040 28.896-56.240Q28.776-56.440 28.462-56.440Q28.192-56.440 27.958-56.304Q27.724-56.167 27.585-55.933Q27.447-55.699 27.447-55.425L27.447-54.065Q27.447-53.928 27.597-53.892Q27.748-53.856 27.973-53.856L27.973-53.576M30.666-55.059Q30.666-55.401 30.801-55.700Q30.936-55.999 31.176-56.223Q31.415-56.447 31.733-56.572Q32.051-56.697 32.382-56.697Q32.827-56.697 33.227-56.481Q33.626-56.266 33.861-55.888Q34.095-55.511 34.095-55.059Q34.095-54.718 33.953-54.434Q33.811-54.150 33.567-53.943Q33.322-53.737 33.013-53.622Q32.704-53.508 32.382-53.508Q31.952-53.508 31.550-53.709Q31.148-53.911 30.907-54.263Q30.666-54.615 30.666-55.059M32.382-53.757Q32.984-53.757 33.208-54.135Q33.432-54.513 33.432-55.145Q33.432-55.757 33.197-56.116Q32.963-56.474 32.382-56.474Q31.330-56.474 31.330-55.145Q31.330-54.513 31.555-54.135Q31.781-53.757 32.382-53.757\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-34.23 5.711)\">\u003Cpath d=\"M34.910-55.087Q34.910-55.425 35.051-55.716Q35.191-56.006 35.435-56.220Q35.679-56.433 35.984-56.548Q36.288-56.662 36.613-56.662Q36.883-56.662 37.146-56.563Q37.409-56.464 37.600-56.286L37.600-57.684Q37.600-57.954 37.493-58.016Q37.385-58.077 37.074-58.077L37.074-58.358L38.151-58.433L38.151-54.249Q38.151-54.061 38.205-53.978Q38.260-53.894 38.361-53.875Q38.462-53.856 38.677-53.856L38.677-53.576L37.570-53.508L37.570-53.925Q37.153-53.508 36.527-53.508Q36.096-53.508 35.724-53.720Q35.351-53.931 35.131-54.292Q34.910-54.653 34.910-55.087M36.585-53.730Q36.794-53.730 36.980-53.802Q37.166-53.873 37.320-54.010Q37.474-54.147 37.570-54.325L37.570-55.934Q37.484-56.081 37.339-56.201Q37.194-56.321 37.024-56.380Q36.855-56.440 36.674-56.440Q36.114-56.440 35.845-56.051Q35.577-55.661 35.577-55.080Q35.577-54.509 35.811-54.119Q36.045-53.730 36.585-53.730M39.285-55.111Q39.285-55.432 39.410-55.721Q39.535-56.010 39.761-56.233Q39.986-56.457 40.282-56.577Q40.577-56.697 40.895-56.697Q41.223-56.697 41.485-56.597Q41.746-56.498 41.922-56.316Q42.098-56.133 42.192-55.875Q42.286-55.617 42.286-55.285Q42.286-55.193 42.204-55.172L39.949-55.172L39.949-55.111Q39.949-54.523 40.232-54.140Q40.516-53.757 41.083-53.757Q41.405-53.757 41.673-53.950Q41.941-54.143 42.030-54.458Q42.037-54.499 42.112-54.513L42.204-54.513Q42.286-54.489 42.286-54.417Q42.286-54.410 42.280-54.383Q42.167-53.986 41.796-53.747Q41.425-53.508 41.001-53.508Q40.564-53.508 40.164-53.716Q39.764-53.925 39.525-54.292Q39.285-54.659 39.285-55.111M39.955-55.381L41.770-55.381Q41.770-55.658 41.673-55.910Q41.575-56.163 41.377-56.319Q41.179-56.474 40.895-56.474Q40.618-56.474 40.405-56.316Q40.191-56.157 40.073-55.902Q39.955-55.647 39.955-55.381M42.874-53.583L42.874-54.646Q42.874-54.670 42.902-54.697Q42.929-54.724 42.953-54.724L43.062-54.724Q43.127-54.724 43.141-54.666Q43.237-54.232 43.483-53.981Q43.729-53.730 44.142-53.730Q44.484-53.730 44.737-53.863Q44.990-53.996 44.990-54.304Q44.990-54.461 44.896-54.576Q44.802-54.690 44.664-54.759Q44.525-54.827 44.358-54.865L43.777-54.964Q43.421-55.032 43.148-55.253Q42.874-55.473 42.874-55.815Q42.874-56.064 42.985-56.239Q43.096-56.413 43.283-56.512Q43.469-56.611 43.684-56.654Q43.900-56.697 44.142-56.697Q44.556-56.697 44.836-56.515L45.052-56.690Q45.062-56.693 45.069-56.695Q45.075-56.697 45.086-56.697L45.137-56.697Q45.164-56.697 45.188-56.673Q45.212-56.649 45.212-56.621L45.212-55.774Q45.212-55.753 45.188-55.726Q45.164-55.699 45.137-55.699L45.024-55.699Q44.997-55.699 44.971-55.724Q44.946-55.750 44.946-55.774Q44.946-56.010 44.840-56.174Q44.734-56.338 44.551-56.420Q44.368-56.502 44.136-56.502Q43.807-56.502 43.551-56.399Q43.295-56.297 43.295-56.020Q43.295-55.825 43.478-55.716Q43.660-55.606 43.889-55.565L44.464-55.459Q44.710-55.411 44.923-55.283Q45.137-55.155 45.274-54.952Q45.410-54.748 45.410-54.499Q45.410-53.986 45.045-53.747Q44.679-53.508 44.142-53.508Q43.647-53.508 43.315-53.802L43.049-53.528Q43.028-53.508 43.001-53.508L42.953-53.508Q42.929-53.508 42.902-53.535Q42.874-53.562 42.874-53.583\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M54.098-35.081h85.358V-72.07H54.098Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(83.417 5.75)\">\u003Cpath d=\"M-11.760-61.576L-14.645-61.576L-14.645-61.778Q-14.645-61.808-14.618-61.836L-13.370-63.053Q-13.298-63.128-13.256-63.170Q-13.213-63.213-13.134-63.292Q-12.721-63.705-12.490-64.063Q-12.259-64.420-12.259-64.844Q-12.259-65.076-12.338-65.279Q-12.417-65.483-12.558-65.633Q-12.700-65.784-12.895-65.864Q-13.090-65.944-13.322-65.944Q-13.633-65.944-13.891-65.785Q-14.149-65.626-14.279-65.349L-14.259-65.349Q-14.091-65.349-13.984-65.238Q-13.876-65.127-13.876-64.963Q-13.876-64.806-13.985-64.693Q-14.095-64.580-14.259-64.580Q-14.419-64.580-14.532-64.693Q-14.645-64.806-14.645-64.963Q-14.645-65.339-14.437-65.626Q-14.228-65.913-13.893-66.069Q-13.558-66.224-13.203-66.224Q-12.779-66.224-12.399-66.066Q-12.020-65.907-11.786-65.590Q-11.552-65.274-11.552-64.844Q-11.552-64.533-11.692-64.264Q-11.832-63.996-12.037-63.791Q-12.242-63.586-12.605-63.304Q-12.967-63.022-13.076-62.926L-13.931-62.198L-13.288-62.198Q-13.025-62.198-12.736-62.200Q-12.447-62.201-12.229-62.210Q-12.010-62.219-11.993-62.236Q-11.931-62.301-11.894-62.468Q-11.856-62.636-11.818-62.878L-11.552-62.878L-11.760-61.576M-10.390-61.996Q-10.390-62.164-10.267-62.287Q-10.144-62.410-9.969-62.410Q-9.802-62.410-9.679-62.287Q-9.556-62.164-9.556-61.996Q-9.556-61.822-9.679-61.699Q-9.802-61.576-9.969-61.576Q-10.144-61.576-10.267-61.699Q-10.390-61.822-10.390-61.996\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(83.417 5.75)\">\u003Cpath d=\"M-2.735-61.576L-4.939-61.576L-4.939-61.856Q-4.180-61.856-4.180-62.065L-4.180-65.866Q-4.180-66.077-4.939-66.077L-4.939-66.358L-2.735-66.358L-2.735-66.077Q-3.490-66.077-3.490-65.866L-3.490-62.065Q-3.490-61.856-2.735-61.856L-2.735-61.576M-2.082-63.087Q-2.082-63.425-1.942-63.716Q-1.802-64.006-1.557-64.220Q-1.313-64.433-1.009-64.548Q-0.704-64.662-0.380-64.662Q-0.110-64.662 0.154-64.563Q0.417-64.464 0.608-64.286L0.608-65.684Q0.608-65.954 0.500-66.016Q0.393-66.077 0.082-66.077L0.082-66.358L1.158-66.433L1.158-62.249Q1.158-62.061 1.213-61.978Q1.268-61.894 1.369-61.875Q1.469-61.856 1.685-61.856L1.685-61.576L0.577-61.508L0.577-61.925Q0.160-61.508-0.465-61.508Q-0.896-61.508-1.268-61.720Q-1.641-61.931-1.861-62.292Q-2.082-62.653-2.082-63.087M-0.407-61.730Q-0.198-61.730-0.012-61.802Q0.174-61.873 0.328-62.010Q0.482-62.147 0.577-62.325L0.577-63.934Q0.492-64.081 0.347-64.201Q0.201-64.321 0.032-64.380Q-0.137-64.440-0.318-64.440Q-0.879-64.440-1.147-64.051Q-1.415-63.661-1.415-63.080Q-1.415-62.509-1.181-62.119Q-0.947-61.730-0.407-61.730M2.293-63.111Q2.293-63.432 2.418-63.721Q2.543-64.010 2.768-64.233Q2.994-64.457 3.290-64.577Q3.585-64.697 3.903-64.697Q4.231-64.697 4.493-64.597Q4.754-64.498 4.930-64.316Q5.106-64.133 5.200-63.875Q5.294-63.617 5.294-63.285Q5.294-63.193 5.212-63.172L2.956-63.172L2.956-63.111Q2.956-62.523 3.240-62.140Q3.524-61.757 4.091-61.757Q4.412-61.757 4.681-61.950Q4.949-62.143 5.038-62.458Q5.045-62.499 5.120-62.513L5.212-62.513Q5.294-62.489 5.294-62.417Q5.294-62.410 5.287-62.383Q5.175-61.986 4.804-61.747Q4.433-61.508 4.009-61.508Q3.572-61.508 3.172-61.716Q2.772-61.925 2.532-62.292Q2.293-62.659 2.293-63.111M2.963-63.381L4.778-63.381Q4.778-63.658 4.681-63.910Q4.583-64.163 4.385-64.319Q4.187-64.474 3.903-64.474Q3.626-64.474 3.413-64.316Q3.199-64.157 3.081-63.902Q2.963-63.647 2.963-63.381M7.564-61.576L5.930-61.576L5.930-61.856Q6.159-61.856 6.308-61.890Q6.456-61.925 6.456-62.065L6.456-63.914Q6.456-64.184 6.349-64.245Q6.241-64.307 5.930-64.307L5.930-64.587L6.990-64.662L6.990-64.013Q7.160-64.321 7.465-64.492Q7.769-64.662 8.114-64.662Q8.620-64.662 8.904-64.439Q9.187-64.215 9.187-63.719L9.187-62.065Q9.187-61.928 9.336-61.892Q9.485-61.856 9.710-61.856L9.710-61.576L8.080-61.576L8.080-61.856Q8.309-61.856 8.458-61.890Q8.606-61.925 8.606-62.065L8.606-63.705Q8.606-64.040 8.487-64.240Q8.367-64.440 8.052-64.440Q7.782-64.440 7.548-64.304Q7.314-64.167 7.176-63.933Q7.037-63.699 7.037-63.425L7.037-62.065Q7.037-61.928 7.188-61.892Q7.338-61.856 7.564-61.856\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(83.417 5.75)\">\u003Cpath d=\"M10.623-62.417L10.623-64.314L9.984-64.314L9.984-64.536Q10.302-64.536 10.519-64.746Q10.736-64.956 10.836-65.266Q10.937-65.575 10.937-65.883L11.204-65.883L11.204-64.594L12.281-64.594L12.281-64.314L11.204-64.314L11.204-62.430Q11.204-62.154 11.308-61.955Q11.412-61.757 11.672-61.757Q11.829-61.757 11.935-61.861Q12.041-61.966 12.091-62.119Q12.140-62.273 12.140-62.430L12.140-62.844L12.407-62.844L12.407-62.417Q12.407-62.191 12.308-61.981Q12.209-61.771 12.024-61.639Q11.840-61.508 11.611-61.508Q11.173-61.508 10.898-61.745Q10.623-61.983 10.623-62.417M14.834-61.576L13.282-61.576L13.282-61.856Q13.508-61.856 13.656-61.890Q13.805-61.925 13.805-62.065L13.805-63.914Q13.805-64.102 13.757-64.186Q13.709-64.269 13.612-64.288Q13.514-64.307 13.303-64.307L13.303-64.587L14.359-64.662L14.359-62.065Q14.359-61.925 14.490-61.890Q14.622-61.856 14.834-61.856L14.834-61.576M13.562-65.883Q13.562-66.054 13.685-66.173Q13.808-66.293 13.979-66.293Q14.147-66.293 14.270-66.173Q14.393-66.054 14.393-65.883Q14.393-65.708 14.270-65.585Q14.147-65.462 13.979-65.462Q13.808-65.462 13.685-65.585Q13.562-65.708 13.562-65.883M17.278-61.576L15.545-61.576L15.545-61.856Q15.770-61.856 15.919-61.890Q16.068-61.925 16.068-62.065L16.068-64.314L15.480-64.314L15.480-64.594L16.068-64.594L16.068-65.411Q16.068-65.729 16.245-65.977Q16.423-66.224 16.714-66.365Q17.004-66.505 17.315-66.505Q17.572-66.505 17.775-66.363Q17.978-66.221 17.978-65.978Q17.978-65.842 17.879-65.743Q17.780-65.643 17.643-65.643Q17.507-65.643 17.407-65.743Q17.308-65.842 17.308-65.978Q17.308-66.159 17.449-66.252Q17.370-66.279 17.271-66.279Q17.062-66.279 16.908-66.146Q16.755-66.013 16.674-65.809Q16.594-65.606 16.594-65.397L16.594-64.594L17.483-64.594L17.483-64.314L16.621-64.314L16.621-62.065Q16.621-61.856 17.278-61.856\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(83.417 5.75)\">\u003Cpath d=\"M20.140-61.576L18.588-61.576L18.588-61.856Q18.814-61.856 18.963-61.890Q19.111-61.925 19.111-62.065L19.111-63.914Q19.111-64.102 19.063-64.186Q19.016-64.269 18.918-64.288Q18.821-64.307 18.609-64.307L18.609-64.587L19.665-64.662L19.665-62.065Q19.665-61.925 19.797-61.890Q19.928-61.856 20.140-61.856L20.140-61.576M18.869-65.883Q18.869-66.054 18.992-66.173Q19.115-66.293 19.286-66.293Q19.453-66.293 19.576-66.173Q19.699-66.054 19.699-65.883Q19.699-65.708 19.576-65.585Q19.453-65.462 19.286-65.462Q19.115-65.462 18.992-65.585Q18.869-65.708 18.869-65.883M20.786-63.087Q20.786-63.415 20.921-63.716Q21.056-64.016 21.292-64.237Q21.528-64.457 21.832-64.577Q22.136-64.697 22.461-64.697Q22.967-64.697 23.315-64.594Q23.664-64.492 23.664-64.116Q23.664-63.969 23.567-63.868Q23.469-63.767 23.322-63.767Q23.168-63.767 23.069-63.866Q22.970-63.965 22.970-64.116Q22.970-64.304 23.110-64.396Q22.909-64.447 22.468-64.447Q22.112-64.447 21.883-64.251Q21.654-64.054 21.553-63.745Q21.453-63.435 21.453-63.087Q21.453-62.738 21.579-62.432Q21.706-62.126 21.960-61.942Q22.215-61.757 22.570-61.757Q22.792-61.757 22.977-61.841Q23.162-61.925 23.297-62.080Q23.432-62.236 23.490-62.444Q23.503-62.499 23.558-62.499L23.671-62.499Q23.702-62.499 23.724-62.475Q23.746-62.451 23.746-62.417L23.746-62.396Q23.661-62.109 23.473-61.911Q23.285-61.713 23.020-61.610Q22.755-61.508 22.461-61.508Q22.030-61.508 21.642-61.714Q21.254-61.921 21.020-62.284Q20.786-62.646 20.786-63.087M24.392-62.304Q24.392-62.636 24.616-62.863Q24.840-63.090 25.183-63.218Q25.527-63.347 25.899-63.399Q26.272-63.452 26.576-63.452L26.576-63.705Q26.576-63.910 26.469-64.090Q26.361-64.269 26.180-64.372Q25.999-64.474 25.790-64.474Q25.383-64.474 25.147-64.382Q25.236-64.345 25.282-64.261Q25.329-64.177 25.329-64.075Q25.329-63.979 25.282-63.900Q25.236-63.822 25.156-63.777Q25.076-63.733 24.987-63.733Q24.836-63.733 24.736-63.830Q24.635-63.928 24.635-64.075Q24.635-64.697 25.790-64.697Q26.002-64.697 26.251-64.633Q26.501-64.570 26.703-64.451Q26.904-64.331 27.031-64.146Q27.157-63.962 27.157-63.719L27.157-62.143Q27.157-62.027 27.219-61.931Q27.280-61.836 27.393-61.836Q27.502-61.836 27.567-61.930Q27.632-62.024 27.632-62.143L27.632-62.591L27.899-62.591L27.899-62.143Q27.899-61.873 27.672-61.708Q27.444-61.542 27.164-61.542Q26.956-61.542 26.819-61.696Q26.682-61.849 26.658-62.065Q26.511-61.798 26.229-61.653Q25.947-61.508 25.623-61.508Q25.346-61.508 25.062-61.583Q24.778-61.658 24.585-61.837Q24.392-62.017 24.392-62.304M25.007-62.304Q25.007-62.130 25.108-62Q25.209-61.870 25.365-61.800Q25.520-61.730 25.684-61.730Q25.903-61.730 26.111-61.827Q26.320-61.925 26.448-62.106Q26.576-62.287 26.576-62.513L26.576-63.241Q26.251-63.241 25.886-63.150Q25.520-63.059 25.264-62.847Q25.007-62.636 25.007-62.304M28.842-62.417L28.842-64.314L28.203-64.314L28.203-64.536Q28.521-64.536 28.738-64.746Q28.955-64.956 29.056-65.266Q29.157-65.575 29.157-65.883L29.423-65.883L29.423-64.594L30.500-64.594L30.500-64.314L29.423-64.314L29.423-62.430Q29.423-62.154 29.528-61.955Q29.632-61.757 29.892-61.757Q30.049-61.757 30.155-61.861Q30.261-61.966 30.310-62.119Q30.360-62.273 30.360-62.430L30.360-62.844L30.626-62.844L30.626-62.417Q30.626-62.191 30.527-61.981Q30.428-61.771 30.244-61.639Q30.059-61.508 29.830-61.508Q29.393-61.508 29.117-61.745Q28.842-61.983 28.842-62.417M33.053-61.576L31.501-61.576L31.501-61.856Q31.727-61.856 31.876-61.890Q32.024-61.925 32.024-62.065L32.024-63.914Q32.024-64.102 31.977-64.186Q31.929-64.269 31.831-64.288Q31.734-64.307 31.522-64.307L31.522-64.587L32.578-64.662L32.578-62.065Q32.578-61.925 32.710-61.890Q32.841-61.856 33.053-61.856L33.053-61.576M31.782-65.883Q31.782-66.054 31.905-66.173Q32.028-66.293 32.199-66.293Q32.366-66.293 32.489-66.173Q32.612-66.054 32.612-65.883Q32.612-65.708 32.489-65.585Q32.366-65.462 32.199-65.462Q32.028-65.462 31.905-65.585Q31.782-65.708 31.782-65.883M33.658-63.059Q33.658-63.401 33.793-63.700Q33.928-63.999 34.167-64.223Q34.407-64.447 34.725-64.572Q35.042-64.697 35.374-64.697Q35.818-64.697 36.218-64.481Q36.618-64.266 36.852-63.888Q37.086-63.511 37.086-63.059Q37.086-62.718 36.945-62.434Q36.803-62.150 36.558-61.943Q36.314-61.737 36.005-61.622Q35.695-61.508 35.374-61.508Q34.943-61.508 34.542-61.709Q34.140-61.911 33.899-62.263Q33.658-62.615 33.658-63.059M35.374-61.757Q35.976-61.757 36.199-62.135Q36.423-62.513 36.423-63.145Q36.423-63.757 36.189-64.116Q35.955-64.474 35.374-64.474Q34.321-64.474 34.321-63.145Q34.321-62.513 34.547-62.135Q34.772-61.757 35.374-61.757M39.363-61.576L37.729-61.576L37.729-61.856Q37.958-61.856 38.107-61.890Q38.255-61.925 38.255-62.065L38.255-63.914Q38.255-64.184 38.148-64.245Q38.040-64.307 37.729-64.307L37.729-64.587L38.789-64.662L38.789-64.013Q38.959-64.321 39.264-64.492Q39.568-64.662 39.913-64.662Q40.419-64.662 40.703-64.439Q40.986-64.215 40.986-63.719L40.986-62.065Q40.986-61.928 41.135-61.892Q41.284-61.856 41.509-61.856L41.509-61.576L39.879-61.576L39.879-61.856Q40.108-61.856 40.257-61.890Q40.405-61.925 40.405-62.065L40.405-63.705Q40.405-64.040 40.286-64.240Q40.166-64.440 39.852-64.440Q39.582-64.440 39.347-64.304Q39.113-64.167 38.975-63.933Q38.836-63.699 38.836-63.425L38.836-62.065Q38.836-61.928 38.987-61.892Q39.137-61.856 39.363-61.856\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(83.417 5.75)\">\u003Cpath d=\"M-22.351-54.304Q-22.351-54.636-22.128-54.863Q-21.904-55.090-21.560-55.218Q-21.217-55.347-20.844-55.399Q-20.472-55.452-20.167-55.452L-20.167-55.705Q-20.167-55.910-20.275-56.090Q-20.383-56.269-20.564-56.372Q-20.745-56.474-20.953-56.474Q-21.360-56.474-21.596-56.382Q-21.507-56.345-21.461-56.261Q-21.415-56.177-21.415-56.075Q-21.415-55.979-21.461-55.900Q-21.507-55.822-21.588-55.777Q-21.668-55.733-21.757-55.733Q-21.907-55.733-22.008-55.830Q-22.109-55.928-22.109-56.075Q-22.109-56.697-20.953-56.697Q-20.742-56.697-20.492-56.633Q-20.243-56.570-20.041-56.451Q-19.839-56.331-19.713-56.146Q-19.586-55.962-19.586-55.719L-19.586-54.143Q-19.586-54.027-19.525-53.931Q-19.463-53.836-19.350-53.836Q-19.241-53.836-19.176-53.930Q-19.111-54.024-19.111-54.143L-19.111-54.591L-18.845-54.591L-18.845-54.143Q-18.845-53.873-19.072-53.708Q-19.299-53.542-19.579-53.542Q-19.788-53.542-19.925-53.696Q-20.061-53.849-20.085-54.065Q-20.232-53.798-20.514-53.653Q-20.796-53.508-21.121-53.508Q-21.398-53.508-21.682-53.583Q-21.965-53.658-22.158-53.837Q-22.351-54.017-22.351-54.304M-21.736-54.304Q-21.736-54.130-21.635-54Q-21.535-53.870-21.379-53.800Q-21.224-53.730-21.059-53.730Q-20.841-53.730-20.632-53.827Q-20.424-53.925-20.296-54.106Q-20.167-54.287-20.167-54.513L-20.167-55.241Q-20.492-55.241-20.858-55.150Q-21.224-55.059-21.480-54.847Q-21.736-54.636-21.736-54.304M-16.678-53.576L-18.414-53.576L-18.414-53.856Q-18.185-53.856-18.036-53.890Q-17.888-53.925-17.888-54.065L-17.888-55.914Q-17.888-56.184-17.995-56.245Q-18.103-56.307-18.414-56.307L-18.414-56.587L-17.385-56.662L-17.385-55.955Q-17.255-56.263-17.013-56.462Q-16.770-56.662-16.452-56.662Q-16.233-56.662-16.062-56.538Q-15.891-56.413-15.891-56.201Q-15.891-56.064-15.991-55.965Q-16.090-55.866-16.223-55.866Q-16.360-55.866-16.459-55.965Q-16.558-56.064-16.558-56.201Q-16.558-56.341-16.459-56.440Q-16.749-56.440-16.949-56.244Q-17.149-56.047-17.242-55.753Q-17.334-55.459-17.334-55.179L-17.334-54.065Q-17.334-53.856-16.678-53.856L-16.678-53.576M-15.348-53.043Q-15.348-53.289-15.151-53.473Q-14.955-53.658-14.699-53.737Q-14.835-53.849-14.907-54.010Q-14.979-54.171-14.979-54.352Q-14.979-54.673-14.767-54.919Q-15.102-55.217-15.102-55.627Q-15.102-56.088-14.712-56.375Q-14.323-56.662-13.844-56.662Q-13.372-56.662-13.037-56.416Q-12.863-56.570-12.653-56.652Q-12.443-56.734-12.214-56.734Q-12.050-56.734-11.928-56.627Q-11.807-56.519-11.807-56.355Q-11.807-56.259-11.879-56.187Q-11.951-56.116-12.043-56.116Q-12.142-56.116-12.212-56.189Q-12.282-56.263-12.282-56.362Q-12.282-56.416-12.268-56.447L-12.262-56.461Q-12.255-56.481-12.246-56.492Q-12.238-56.502-12.234-56.509Q-12.590-56.509-12.877-56.286Q-12.590-55.993-12.590-55.627Q-12.590-55.312-12.774-55.080Q-12.959-54.847-13.248-54.719Q-13.537-54.591-13.844-54.591Q-14.046-54.591-14.237-54.641Q-14.429-54.690-14.606-54.800Q-14.699-54.673-14.699-54.530Q-14.699-54.348-14.570-54.213Q-14.442-54.078-14.258-54.078L-13.625-54.078Q-13.178-54.078-12.808-54.007Q-12.439-53.935-12.180-53.706Q-11.920-53.477-11.920-53.043Q-11.920-52.722-12.215-52.520Q-12.511-52.318-12.914-52.229Q-13.318-52.140-13.632-52.140Q-13.950-52.140-14.353-52.229Q-14.757-52.318-15.052-52.520Q-15.348-52.722-15.348-53.043M-14.893-53.043Q-14.893-52.814-14.675-52.665Q-14.456-52.516-14.164-52.448Q-13.871-52.380-13.632-52.380Q-13.468-52.380-13.260-52.416Q-13.051-52.451-12.844-52.532Q-12.638-52.612-12.506-52.740Q-12.374-52.868-12.374-53.043Q-12.374-53.395-12.755-53.489Q-13.137-53.583-13.639-53.583L-14.258-53.583Q-14.497-53.583-14.695-53.432Q-14.893-53.282-14.893-53.043M-13.844-54.830Q-13.178-54.830-13.178-55.627Q-13.178-56.427-13.844-56.427Q-14.514-56.427-14.514-55.627Q-14.514-54.830-13.844-54.830M-10.751-54.410L-10.751-55.914Q-10.751-56.184-10.859-56.245Q-10.966-56.307-11.277-56.307L-11.277-56.587L-10.170-56.662L-10.170-54.430L-10.170-54.410Q-10.170-54.130-10.119-53.986Q-10.067-53.843-9.925-53.786Q-9.784-53.730-9.496-53.730Q-9.244-53.730-9.038-53.870Q-8.833-54.010-8.717-54.236Q-8.601-54.461-8.601-54.711L-8.601-55.914Q-8.601-56.184-8.709-56.245Q-8.816-56.307-9.127-56.307L-9.127-56.587L-8.020-56.662L-8.020-54.249Q-8.020-54.058-7.967-53.976Q-7.914-53.894-7.813-53.875Q-7.712-53.856-7.497-53.856L-7.497-53.576L-8.574-53.508L-8.574-54.072Q-8.683-53.890-8.828-53.767Q-8.974-53.644-9.160-53.576Q-9.346-53.508-9.548-53.508Q-10.751-53.508-10.751-54.410M-5.227-53.576L-6.861-53.576L-6.861-53.856Q-6.632-53.856-6.484-53.890Q-6.335-53.925-6.335-54.065L-6.335-55.914Q-6.335-56.184-6.443-56.245Q-6.550-56.307-6.861-56.307L-6.861-56.587L-5.802-56.662L-5.802-56.013Q-5.631-56.321-5.327-56.492Q-5.022-56.662-4.677-56.662Q-4.277-56.662-4-56.522Q-3.724-56.382-3.638-56.034Q-3.471-56.327-3.172-56.495Q-2.872-56.662-2.527-56.662Q-2.021-56.662-1.738-56.439Q-1.454-56.215-1.454-55.719L-1.454-54.065Q-1.454-53.928-1.305-53.892Q-1.157-53.856-0.931-53.856L-0.931-53.576L-2.561-53.576L-2.561-53.856Q-2.336-53.856-2.185-53.892Q-2.035-53.928-2.035-54.065L-2.035-55.705Q-2.035-56.040-2.155-56.240Q-2.274-56.440-2.589-56.440Q-2.859-56.440-3.093-56.304Q-3.327-56.167-3.465-55.933Q-3.604-55.699-3.604-55.425L-3.604-54.065Q-3.604-53.928-3.455-53.892Q-3.307-53.856-3.081-53.856L-3.081-53.576L-4.711-53.576L-4.711-53.856Q-4.482-53.856-4.334-53.890Q-4.185-53.925-4.185-54.065L-4.185-55.705Q-4.185-56.040-4.305-56.240Q-4.424-56.440-4.739-56.440Q-5.009-56.440-5.243-56.304Q-5.477-56.167-5.615-55.933Q-5.754-55.699-5.754-55.425L-5.754-54.065Q-5.754-53.928-5.603-53.892Q-5.453-53.856-5.227-53.856L-5.227-53.576M-0.384-55.111Q-0.384-55.432-0.259-55.721Q-0.135-56.010 0.091-56.233Q0.317-56.457 0.612-56.577Q0.908-56.697 1.226-56.697Q1.554-56.697 1.815-56.597Q2.077-56.498 2.253-56.316Q2.429-56.133 2.523-55.875Q2.617-55.617 2.617-55.285Q2.617-55.193 2.535-55.172L0.279-55.172L0.279-55.111Q0.279-54.523 0.563-54.140Q0.846-53.757 1.414-53.757Q1.735-53.757 2.003-53.950Q2.272-54.143 2.360-54.458Q2.367-54.499 2.443-54.513L2.535-54.513Q2.617-54.489 2.617-54.417Q2.617-54.410 2.610-54.383Q2.497-53.986 2.126-53.747Q1.755-53.508 1.332-53.508Q0.894-53.508 0.494-53.716Q0.094-53.925-0.145-54.292Q-0.384-54.659-0.384-55.111M0.286-55.381L2.101-55.381Q2.101-55.658 2.003-55.910Q1.906-56.163 1.708-56.319Q1.509-56.474 1.226-56.474Q0.949-56.474 0.735-56.316Q0.522-56.157 0.404-55.902Q0.286-55.647 0.286-55.381M4.886-53.576L3.253-53.576L3.253-53.856Q3.482-53.856 3.630-53.890Q3.779-53.925 3.779-54.065L3.779-55.914Q3.779-56.184 3.671-56.245Q3.564-56.307 3.253-56.307L3.253-56.587L4.312-56.662L4.312-56.013Q4.483-56.321 4.787-56.492Q5.091-56.662 5.437-56.662Q5.943-56.662 6.226-56.439Q6.510-56.215 6.510-55.719L6.510-54.065Q6.510-53.928 6.659-53.892Q6.807-53.856 7.033-53.856L7.033-53.576L5.402-53.576L5.402-53.856Q5.631-53.856 5.780-53.890Q5.929-53.925 5.929-54.065L5.929-55.705Q5.929-56.040 5.809-56.240Q5.690-56.440 5.375-56.440Q5.105-56.440 4.871-56.304Q4.637-56.167 4.498-55.933Q4.360-55.699 4.360-55.425L4.360-54.065Q4.360-53.928 4.510-53.892Q4.661-53.856 4.886-53.856\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(83.417 5.75)\">\u003Cpath d=\"M7.957-54.417L7.957-56.314L7.318-56.314L7.318-56.536Q7.636-56.536 7.853-56.746Q8.070-56.956 8.170-57.266Q8.271-57.575 8.271-57.883L8.538-57.883L8.538-56.594L9.615-56.594L9.615-56.314L8.538-56.314L8.538-54.430Q8.538-54.154 8.642-53.955Q8.746-53.757 9.006-53.757Q9.163-53.757 9.269-53.861Q9.375-53.966 9.425-54.119Q9.474-54.273 9.474-54.430L9.474-54.844L9.741-54.844L9.741-54.417Q9.741-54.191 9.642-53.981Q9.543-53.771 9.358-53.639Q9.174-53.508 8.945-53.508Q8.507-53.508 8.232-53.745Q7.957-53.983 7.957-54.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(83.417 5.75)\">\u003Cpath d=\"M14.840-53.603L13.712-56.102Q13.640-56.249 13.510-56.281Q13.380-56.314 13.151-56.314L13.151-56.594L14.665-56.594L14.665-56.314Q14.313-56.314 14.313-56.167Q14.313-56.122 14.324-56.102L15.188-54.184L15.968-55.914Q16.002-55.982 16.002-56.061Q16.002-56.174 15.918-56.244Q15.834-56.314 15.715-56.314L15.715-56.594L16.911-56.594L16.911-56.314Q16.692-56.314 16.521-56.211Q16.351-56.109 16.262-55.914L15.226-53.603Q15.178-53.508 15.072-53.508L14.994-53.508Q14.888-53.508 14.840-53.603M17.451-53.583L17.451-54.646Q17.451-54.670 17.478-54.697Q17.506-54.724 17.530-54.724L17.639-54.724Q17.704-54.724 17.718-54.666Q17.813-54.232 18.060-53.981Q18.306-53.730 18.719-53.730Q19.061-53.730 19.314-53.863Q19.567-53.996 19.567-54.304Q19.567-54.461 19.473-54.576Q19.379-54.690 19.240-54.759Q19.102-54.827 18.935-54.865L18.353-54.964Q17.998-55.032 17.725-55.253Q17.451-55.473 17.451-55.815Q17.451-56.064 17.562-56.239Q17.673-56.413 17.860-56.512Q18.046-56.611 18.261-56.654Q18.477-56.697 18.719-56.697Q19.133-56.697 19.413-56.515L19.628-56.690Q19.639-56.693 19.645-56.695Q19.652-56.697 19.663-56.697L19.714-56.697Q19.741-56.697 19.765-56.673Q19.789-56.649 19.789-56.621L19.789-55.774Q19.789-55.753 19.765-55.726Q19.741-55.699 19.714-55.699L19.601-55.699Q19.574-55.699 19.548-55.724Q19.522-55.750 19.522-55.774Q19.522-56.010 19.416-56.174Q19.311-56.338 19.128-56.420Q18.945-56.502 18.712-56.502Q18.384-56.502 18.128-56.399Q17.872-56.297 17.872-56.020Q17.872-55.825 18.054-55.716Q18.237-55.606 18.466-55.565L19.040-55.459Q19.287-55.411 19.500-55.283Q19.714-55.155 19.851-54.952Q19.987-54.748 19.987-54.499Q19.987-53.986 19.622-53.747Q19.256-53.508 18.719-53.508Q18.224-53.508 17.892-53.802L17.625-53.528Q17.605-53.508 17.578-53.508L17.530-53.508Q17.506-53.508 17.478-53.535Q17.451-53.562 17.451-53.583M21.016-53.996Q21.016-54.164 21.139-54.287Q21.262-54.410 21.436-54.410Q21.604-54.410 21.727-54.287Q21.850-54.164 21.850-53.996Q21.850-53.822 21.727-53.699Q21.604-53.576 21.436-53.576Q21.262-53.576 21.139-53.699Q21.016-53.822 21.016-53.996\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(83.417 5.75)\">\u003Cpath d=\"M28.237-53.576L26.504-53.576L26.504-53.856Q27.226-53.856 27.226-54.256L27.226-58.043Q26.993-58.077 26.504-58.077L26.504-58.358L27.861-58.358Q27.902-58.344 27.923-58.330L30.626-54.683L30.626-57.678Q30.626-58.077 29.905-58.077L29.905-58.358L31.642-58.358L31.642-58.077Q30.920-58.077 30.920-57.678L30.920-53.668Q30.903-53.593 30.835-53.576L30.715-53.576Q30.667-53.586 30.654-53.610L27.520-57.831L27.520-54.256Q27.520-53.856 28.237-53.856L28.237-53.576M32.513-55.941Q32.513-56.628 32.862-57.218Q33.210-57.807 33.805-58.153Q34.400-58.498 35.090-58.498Q35.781-58.498 36.375-58.153Q36.970-57.807 37.319-57.218Q37.667-56.628 37.667-55.941Q37.667-55.254 37.315-54.680Q36.963-54.106 36.370-53.771Q35.777-53.436 35.090-53.436Q34.578-53.436 34.109-53.629Q33.641-53.822 33.282-54.164Q32.923-54.506 32.718-54.967Q32.513-55.429 32.513-55.941M35.090-53.696Q35.695-53.696 36.102-54.041Q36.509-54.386 36.698-54.924Q36.888-55.463 36.888-56.061Q36.888-56.495 36.777-56.883Q36.666-57.271 36.440-57.578Q36.215-57.886 35.873-58.066Q35.531-58.245 35.090-58.245Q34.653-58.245 34.314-58.069Q33.976-57.893 33.747-57.578Q33.518-57.264 33.405-56.871Q33.292-56.478 33.292-56.061Q33.292-55.473 33.484-54.930Q33.675-54.386 34.082-54.041Q34.489-53.696 35.090-53.696M40.275-53.576L38.542-53.576L38.542-53.856Q39.264-53.856 39.264-54.256L39.264-58.043Q39.031-58.077 38.542-58.077L38.542-58.358L39.899-58.358Q39.940-58.344 39.961-58.330L42.665-54.683L42.665-57.678Q42.665-58.077 41.943-58.077L41.943-58.358L43.680-58.358L43.680-58.077Q42.958-58.077 42.958-57.678L42.958-53.668Q42.941-53.593 42.873-53.576L42.753-53.576Q42.706-53.586 42.692-53.610L39.558-57.831L39.558-54.256Q39.558-53.856 40.275-53.856L40.275-53.576M48.844-53.576L44.442-53.576L44.442-53.856Q45.163-53.856 45.163-54.065L45.163-57.866Q45.163-58.077 44.442-58.077L44.442-58.358L48.731-58.358L48.940-56.721L48.677-56.721Q48.619-57.192 48.516-57.457Q48.414-57.722 48.229-57.855Q48.044-57.989 47.773-58.033Q47.501-58.077 47.002-58.077L46.219-58.077Q46.031-58.077 45.942-58.043Q45.854-58.009 45.854-57.866L45.854-56.201L46.428-56.201Q46.817-56.201 47-56.252Q47.183-56.304 47.265-56.476Q47.347-56.649 47.347-57.021L47.610-57.021L47.610-55.100L47.347-55.100Q47.347-55.473 47.265-55.646Q47.183-55.818 47-55.869Q46.817-55.921 46.428-55.921L45.854-55.921L45.854-54.065Q45.854-53.925 45.942-53.890Q46.031-53.856 46.219-53.856L47.067-53.856Q47.597-53.856 47.906-53.925Q48.215-53.993 48.403-54.160Q48.591-54.328 48.699-54.630Q48.807-54.933 48.892-55.446L49.159-55.446\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M173.6-35.081h85.358V-72.07H173.6Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(210.503 6.43)\">\u003Cpath d=\"M-21.928-62.123Q-21.808-61.966-21.617-61.867Q-21.425-61.767-21.210-61.728Q-20.995-61.689-20.772-61.689Q-20.475-61.689-20.280-61.844Q-20.085-62-19.995-62.254Q-19.904-62.509-19.904-62.793Q-19.904-63.087-19.996-63.338Q-20.089-63.589-20.287-63.745Q-20.485-63.900-20.779-63.900L-21.295-63.900Q-21.323-63.900-21.348-63.926Q-21.374-63.951-21.374-63.975L-21.374-64.047Q-21.374-64.078-21.348-64.100Q-21.323-64.122-21.295-64.122L-20.854-64.153Q-20.492-64.153-20.272-64.510Q-20.051-64.868-20.051-65.257Q-20.051-65.585-20.246-65.789Q-20.441-65.992-20.772-65.992Q-21.059-65.992-21.312-65.908Q-21.565-65.825-21.729-65.637Q-21.582-65.637-21.482-65.522Q-21.381-65.408-21.381-65.257Q-21.381-65.107-21.487-64.997Q-21.593-64.888-21.750-64.888Q-21.911-64.888-22.020-64.997Q-22.129-65.107-22.129-65.257Q-22.129-65.582-21.921-65.801Q-21.712-66.019-21.396-66.122Q-21.080-66.224-20.772-66.224Q-20.454-66.224-20.126-66.120Q-19.798-66.016-19.571-65.794Q-19.344-65.572-19.344-65.257Q-19.344-64.823-19.631-64.498Q-19.918-64.174-20.352-64.027Q-20.041-63.962-19.761-63.796Q-19.480-63.630-19.303-63.372Q-19.125-63.114-19.125-62.793Q-19.125-62.383-19.369-62.073Q-19.614-61.764-19.995-61.600Q-20.376-61.436-20.772-61.436Q-21.141-61.436-21.499-61.549Q-21.856-61.661-22.100-61.911Q-22.345-62.160-22.345-62.530Q-22.345-62.701-22.228-62.813Q-22.112-62.926-21.941-62.926Q-21.832-62.926-21.741-62.875Q-21.651-62.824-21.596-62.731Q-21.541-62.639-21.541-62.530Q-21.541-62.362-21.654-62.243Q-21.767-62.123-21.928-62.123M-18.028-61.996Q-18.028-62.164-17.905-62.287Q-17.782-62.410-17.607-62.410Q-17.440-62.410-17.317-62.287Q-17.194-62.164-17.194-61.996Q-17.194-61.822-17.317-61.699Q-17.440-61.576-17.607-61.576Q-17.782-61.576-17.905-61.699Q-18.028-61.822-18.028-61.996\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(210.503 6.43)\">\u003Cpath d=\"M-12.430-63.969Q-12.430-64.495-12.213-64.963Q-11.996-65.431-11.613-65.777Q-11.231-66.122-10.747-66.310Q-10.263-66.498-9.733-66.498Q-9.330-66.498-8.966-66.341Q-8.602-66.183-8.318-65.889L-7.895-66.471Q-7.860-66.498-7.836-66.498L-7.789-66.498Q-7.758-66.498-7.734-66.474Q-7.710-66.450-7.710-66.419L-7.710-64.556Q-7.710-64.533-7.736-64.507Q-7.761-64.481-7.789-64.481L-7.915-64.481Q-7.977-64.481-7.990-64.556Q-8.021-64.871-8.156-65.175Q-8.291-65.479-8.506-65.713Q-8.722-65.948-9.011-66.083Q-9.299-66.218-9.627-66.218Q-10.270-66.218-10.728-65.924Q-11.186-65.630-11.419-65.117Q-11.651-64.604-11.651-63.969Q-11.651-63.497-11.521-63.088Q-11.391-62.680-11.131-62.367Q-10.872-62.055-10.492-61.885Q-10.113-61.716-9.621-61.716Q-9.293-61.716-8.999-61.832Q-8.705-61.949-8.471-62.164Q-8.236-62.379-8.107-62.668Q-7.977-62.957-7.977-63.285Q-7.977-63.312-7.949-63.336Q-7.922-63.360-7.901-63.360L-7.789-63.360Q-7.751-63.360-7.731-63.335Q-7.710-63.309-7.710-63.271Q-7.710-62.875-7.876-62.538Q-8.042-62.201-8.329-61.954Q-8.616-61.706-8.985-61.571Q-9.354-61.436-9.733-61.436Q-10.253-61.436-10.745-61.626Q-11.237-61.815-11.617-62.159Q-11.996-62.502-12.213-62.971Q-12.430-63.439-12.430-63.969M-5.232-61.576L-6.835-61.576L-6.835-61.856Q-6.609-61.856-6.461-61.890Q-6.312-61.925-6.312-62.065L-6.312-65.684Q-6.312-65.954-6.420-66.016Q-6.527-66.077-6.835-66.077L-6.835-66.358L-5.758-66.433L-5.758-62.065Q-5.758-61.928-5.608-61.892Q-5.458-61.856-5.232-61.856L-5.232-61.576M-4.579-62.304Q-4.579-62.636-4.355-62.863Q-4.131-63.090-3.788-63.218Q-3.444-63.347-3.072-63.399Q-2.699-63.452-2.395-63.452L-2.395-63.705Q-2.395-63.910-2.503-64.090Q-2.610-64.269-2.792-64.372Q-2.973-64.474-3.181-64.474Q-3.588-64.474-3.824-64.382Q-3.735-64.345-3.689-64.261Q-3.643-64.177-3.643-64.075Q-3.643-63.979-3.689-63.900Q-3.735-63.822-3.815-63.777Q-3.896-63.733-3.984-63.733Q-4.135-63.733-4.236-63.830Q-4.336-63.928-4.336-64.075Q-4.336-64.697-3.181-64.697Q-2.969-64.697-2.720-64.633Q-2.470-64.570-2.269-64.451Q-2.067-64.331-1.940-64.146Q-1.814-63.962-1.814-63.719L-1.814-62.143Q-1.814-62.027-1.752-61.931Q-1.691-61.836-1.578-61.836Q-1.469-61.836-1.404-61.930Q-1.339-62.024-1.339-62.143L-1.339-62.591L-1.072-62.591L-1.072-62.143Q-1.072-61.873-1.300-61.708Q-1.527-61.542-1.807-61.542Q-2.016-61.542-2.152-61.696Q-2.289-61.849-2.313-62.065Q-2.460-61.798-2.742-61.653Q-3.024-61.508-3.349-61.508Q-3.626-61.508-3.909-61.583Q-4.193-61.658-4.386-61.837Q-4.579-62.017-4.579-62.304M-3.964-62.304Q-3.964-62.130-3.863-62Q-3.762-61.870-3.607-61.800Q-3.451-61.730-3.287-61.730Q-3.068-61.730-2.860-61.827Q-2.651-61.925-2.523-62.106Q-2.395-62.287-2.395-62.513L-2.395-63.241Q-2.720-63.241-3.086-63.150Q-3.451-63.059-3.708-62.847Q-3.964-62.636-3.964-62.304M-0.655-61.583L-0.655-62.646Q-0.655-62.670-0.628-62.697Q-0.601-62.724-0.577-62.724L-0.467-62.724Q-0.402-62.724-0.389-62.666Q-0.293-62.232-0.047-61.981Q0.199-61.730 0.613-61.730Q0.955-61.730 1.207-61.863Q1.460-61.996 1.460-62.304Q1.460-62.461 1.366-62.576Q1.272-62.690 1.134-62.759Q0.996-62.827 0.828-62.865L0.247-62.964Q-0.108-63.032-0.382-63.253Q-0.655-63.473-0.655-63.815Q-0.655-64.064-0.544-64.239Q-0.433-64.413-0.247-64.512Q-0.061-64.611 0.155-64.654Q0.370-64.697 0.613-64.697Q1.026-64.697 1.307-64.515L1.522-64.690Q1.532-64.693 1.539-64.695Q1.546-64.697 1.556-64.697L1.607-64.697Q1.635-64.697 1.659-64.673Q1.683-64.649 1.683-64.621L1.683-63.774Q1.683-63.753 1.659-63.726Q1.635-63.699 1.607-63.699L1.495-63.699Q1.467-63.699 1.442-63.724Q1.416-63.750 1.416-63.774Q1.416-64.010 1.310-64.174Q1.204-64.338 1.021-64.420Q0.838-64.502 0.606-64.502Q0.278-64.502 0.021-64.399Q-0.235-64.297-0.235-64.020Q-0.235-63.825-0.052-63.716Q0.131-63.606 0.360-63.565L0.934-63.459Q1.180-63.411 1.394-63.283Q1.607-63.155 1.744-62.952Q1.881-62.748 1.881-62.499Q1.881-61.986 1.515-61.747Q1.149-61.508 0.613-61.508Q0.117-61.508-0.214-61.802L-0.481-61.528Q-0.502-61.508-0.529-61.508L-0.577-61.508Q-0.601-61.508-0.628-61.535Q-0.655-61.562-0.655-61.583M2.510-61.583L2.510-62.646Q2.510-62.670 2.537-62.697Q2.564-62.724 2.588-62.724L2.698-62.724Q2.763-62.724 2.776-62.666Q2.872-62.232 3.118-61.981Q3.364-61.730 3.778-61.730Q4.120-61.730 4.373-61.863Q4.625-61.996 4.625-62.304Q4.625-62.461 4.531-62.576Q4.437-62.690 4.299-62.759Q4.161-62.827 3.993-62.865L3.412-62.964Q3.057-63.032 2.783-63.253Q2.510-63.473 2.510-63.815Q2.510-64.064 2.621-64.239Q2.732-64.413 2.918-64.512Q3.104-64.611 3.320-64.654Q3.535-64.697 3.778-64.697Q4.191-64.697 4.472-64.515L4.687-64.690Q4.697-64.693 4.704-64.695Q4.711-64.697 4.721-64.697L4.772-64.697Q4.800-64.697 4.824-64.673Q4.848-64.649 4.848-64.621L4.848-63.774Q4.848-63.753 4.824-63.726Q4.800-63.699 4.772-63.699L4.660-63.699Q4.632-63.699 4.607-63.724Q4.581-63.750 4.581-63.774Q4.581-64.010 4.475-64.174Q4.369-64.338 4.186-64.420Q4.003-64.502 3.771-64.502Q3.443-64.502 3.186-64.399Q2.930-64.297 2.930-64.020Q2.930-63.825 3.113-63.716Q3.296-63.606 3.525-63.565L4.099-63.459Q4.345-63.411 4.559-63.283Q4.772-63.155 4.909-62.952Q5.046-62.748 5.046-62.499Q5.046-61.986 4.680-61.747Q4.314-61.508 3.778-61.508Q3.282-61.508 2.951-61.802L2.684-61.528Q2.664-61.508 2.636-61.508L2.588-61.508Q2.564-61.508 2.537-61.535Q2.510-61.562 2.510-61.583M7.291-61.576L5.740-61.576L5.740-61.856Q5.965-61.856 6.114-61.890Q6.263-61.925 6.263-62.065L6.263-63.914Q6.263-64.102 6.215-64.186Q6.167-64.269 6.070-64.288Q5.972-64.307 5.760-64.307L5.760-64.587L6.816-64.662L6.816-62.065Q6.816-61.925 6.948-61.890Q7.080-61.856 7.291-61.856L7.291-61.576M6.020-65.883Q6.020-66.054 6.143-66.173Q6.266-66.293 6.437-66.293Q6.604-66.293 6.727-66.173Q6.851-66.054 6.851-65.883Q6.851-65.708 6.727-65.585Q6.604-65.462 6.437-65.462Q6.266-65.462 6.143-65.585Q6.020-65.708 6.020-65.883M9.735-61.576L8.002-61.576L8.002-61.856Q8.228-61.856 8.377-61.890Q8.525-61.925 8.525-62.065L8.525-64.314L7.937-64.314L7.937-64.594L8.525-64.594L8.525-65.411Q8.525-65.729 8.703-65.977Q8.881-66.224 9.171-66.365Q9.462-66.505 9.773-66.505Q10.029-66.505 10.233-66.363Q10.436-66.221 10.436-65.978Q10.436-65.842 10.337-65.743Q10.238-65.643 10.101-65.643Q9.964-65.643 9.865-65.743Q9.766-65.842 9.766-65.978Q9.766-66.159 9.906-66.252Q9.828-66.279 9.728-66.279Q9.520-66.279 9.366-66.146Q9.212-66.013 9.132-65.809Q9.052-65.606 9.052-65.397L9.052-64.594L9.940-64.594L9.940-64.314L9.079-64.314L9.079-62.065Q9.079-61.856 9.735-61.856\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(210.503 6.43)\">\u003Cpath d=\"M12.609-61.576L11.057-61.576L11.057-61.856Q11.283-61.856 11.432-61.890Q11.580-61.925 11.580-62.065L11.580-63.914Q11.580-64.102 11.532-64.186Q11.485-64.269 11.387-64.288Q11.290-64.307 11.078-64.307L11.078-64.587L12.134-64.662L12.134-62.065Q12.134-61.925 12.266-61.890Q12.397-61.856 12.609-61.856L12.609-61.576M11.338-65.883Q11.338-66.054 11.461-66.173Q11.584-66.293 11.755-66.293Q11.922-66.293 12.045-66.173Q12.168-66.054 12.168-65.883Q12.168-65.708 12.045-65.585Q11.922-65.462 11.755-65.462Q11.584-65.462 11.461-65.585Q11.338-65.708 11.338-65.883M13.255-63.087Q13.255-63.415 13.390-63.716Q13.525-64.016 13.761-64.237Q13.997-64.457 14.301-64.577Q14.605-64.697 14.930-64.697Q15.436-64.697 15.784-64.594Q16.133-64.492 16.133-64.116Q16.133-63.969 16.036-63.868Q15.938-63.767 15.791-63.767Q15.637-63.767 15.538-63.866Q15.439-63.965 15.439-64.116Q15.439-64.304 15.579-64.396Q15.378-64.447 14.937-64.447Q14.581-64.447 14.352-64.251Q14.123-64.054 14.022-63.745Q13.922-63.435 13.922-63.087Q13.922-62.738 14.048-62.432Q14.175-62.126 14.429-61.942Q14.684-61.757 15.039-61.757Q15.261-61.757 15.446-61.841Q15.631-61.925 15.766-62.080Q15.901-62.236 15.959-62.444Q15.972-62.499 16.027-62.499L16.140-62.499Q16.171-62.499 16.193-62.475Q16.215-62.451 16.215-62.417L16.215-62.396Q16.130-62.109 15.942-61.911Q15.754-61.713 15.489-61.610Q15.224-61.508 14.930-61.508Q14.499-61.508 14.111-61.714Q13.723-61.921 13.489-62.284Q13.255-62.646 13.255-63.087M16.861-62.304Q16.861-62.636 17.085-62.863Q17.309-63.090 17.652-63.218Q17.996-63.347 18.368-63.399Q18.741-63.452 19.045-63.452L19.045-63.705Q19.045-63.910 18.938-64.090Q18.830-64.269 18.649-64.372Q18.468-64.474 18.259-64.474Q17.852-64.474 17.616-64.382Q17.705-64.345 17.751-64.261Q17.798-64.177 17.798-64.075Q17.798-63.979 17.751-63.900Q17.705-63.822 17.625-63.777Q17.545-63.733 17.456-63.733Q17.305-63.733 17.205-63.830Q17.104-63.928 17.104-64.075Q17.104-64.697 18.259-64.697Q18.471-64.697 18.720-64.633Q18.970-64.570 19.172-64.451Q19.373-64.331 19.500-64.146Q19.626-63.962 19.626-63.719L19.626-62.143Q19.626-62.027 19.688-61.931Q19.749-61.836 19.862-61.836Q19.971-61.836 20.036-61.930Q20.101-62.024 20.101-62.143L20.101-62.591L20.368-62.591L20.368-62.143Q20.368-61.873 20.141-61.708Q19.913-61.542 19.633-61.542Q19.425-61.542 19.288-61.696Q19.151-61.849 19.127-62.065Q18.980-61.798 18.698-61.653Q18.416-61.508 18.092-61.508Q17.815-61.508 17.531-61.583Q17.247-61.658 17.054-61.837Q16.861-62.017 16.861-62.304M17.476-62.304Q17.476-62.130 17.577-62Q17.678-61.870 17.834-61.800Q17.989-61.730 18.153-61.730Q18.372-61.730 18.580-61.827Q18.789-61.925 18.917-62.106Q19.045-62.287 19.045-62.513L19.045-63.241Q18.720-63.241 18.355-63.150Q17.989-63.059 17.733-62.847Q17.476-62.636 17.476-62.304M21.311-62.417L21.311-64.314L20.672-64.314L20.672-64.536Q20.990-64.536 21.207-64.746Q21.424-64.956 21.525-65.266Q21.626-65.575 21.626-65.883L21.892-65.883L21.892-64.594L22.969-64.594L22.969-64.314L21.892-64.314L21.892-62.430Q21.892-62.154 21.997-61.955Q22.101-61.757 22.361-61.757Q22.518-61.757 22.624-61.861Q22.730-61.966 22.779-62.119Q22.829-62.273 22.829-62.430L22.829-62.844L23.095-62.844L23.095-62.417Q23.095-62.191 22.996-61.981Q22.897-61.771 22.713-61.639Q22.528-61.508 22.299-61.508Q21.862-61.508 21.586-61.745Q21.311-61.983 21.311-62.417M25.522-61.576L23.970-61.576L23.970-61.856Q24.196-61.856 24.345-61.890Q24.493-61.925 24.493-62.065L24.493-63.914Q24.493-64.102 24.446-64.186Q24.398-64.269 24.300-64.288Q24.203-64.307 23.991-64.307L23.991-64.587L25.047-64.662L25.047-62.065Q25.047-61.925 25.179-61.890Q25.310-61.856 25.522-61.856L25.522-61.576M24.251-65.883Q24.251-66.054 24.374-66.173Q24.497-66.293 24.668-66.293Q24.835-66.293 24.958-66.173Q25.081-66.054 25.081-65.883Q25.081-65.708 24.958-65.585Q24.835-65.462 24.668-65.462Q24.497-65.462 24.374-65.585Q24.251-65.708 24.251-65.883M26.127-63.059Q26.127-63.401 26.262-63.700Q26.397-63.999 26.636-64.223Q26.876-64.447 27.194-64.572Q27.511-64.697 27.843-64.697Q28.287-64.697 28.687-64.481Q29.087-64.266 29.321-63.888Q29.555-63.511 29.555-63.059Q29.555-62.718 29.414-62.434Q29.272-62.150 29.027-61.943Q28.783-61.737 28.474-61.622Q28.164-61.508 27.843-61.508Q27.412-61.508 27.011-61.709Q26.609-61.911 26.368-62.263Q26.127-62.615 26.127-63.059M27.843-61.757Q28.445-61.757 28.668-62.135Q28.892-62.513 28.892-63.145Q28.892-63.757 28.658-64.116Q28.424-64.474 27.843-64.474Q26.790-64.474 26.790-63.145Q26.790-62.513 27.016-62.135Q27.241-61.757 27.843-61.757M31.832-61.576L30.198-61.576L30.198-61.856Q30.427-61.856 30.576-61.890Q30.724-61.925 30.724-62.065L30.724-63.914Q30.724-64.184 30.617-64.245Q30.509-64.307 30.198-64.307L30.198-64.587L31.258-64.662L31.258-64.013Q31.428-64.321 31.733-64.492Q32.037-64.662 32.382-64.662Q32.888-64.662 33.172-64.439Q33.455-64.215 33.455-63.719L33.455-62.065Q33.455-61.928 33.604-61.892Q33.753-61.856 33.978-61.856L33.978-61.576L32.348-61.576L32.348-61.856Q32.577-61.856 32.726-61.890Q32.874-61.925 32.874-62.065L32.874-63.705Q32.874-64.040 32.755-64.240Q32.635-64.440 32.321-64.440Q32.051-64.440 31.816-64.304Q31.582-64.167 31.444-63.933Q31.305-63.699 31.305-63.425L31.305-62.065Q31.305-61.928 31.456-61.892Q31.606-61.856 31.832-61.856\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(210.503 6.43)\">\u003Cpath d=\"M-19.281-53.576L-21.811-53.576L-21.811-53.856Q-20.843-53.856-20.843-54.065L-20.843-57.684Q-21.236-57.496-21.858-57.496L-21.858-57.777Q-21.441-57.777-21.077-57.878Q-20.713-57.978-20.457-58.224L-20.331-58.224Q-20.266-58.207-20.249-58.139L-20.249-54.065Q-20.249-53.856-19.281-53.856L-19.281-53.576M-16.427-54.830L-18.485-54.830L-18.485-55.333L-16.427-55.333L-16.427-54.830M-15.665-55.059Q-15.665-55.401-15.530-55.700Q-15.395-55.999-15.156-56.223Q-14.917-56.447-14.599-56.572Q-14.281-56.697-13.949-56.697Q-13.505-56.697-13.105-56.481Q-12.705-56.266-12.471-55.888Q-12.237-55.511-12.237-55.059Q-12.237-54.718-12.379-54.434Q-12.521-54.150-12.765-53.943Q-13.009-53.737-13.319-53.622Q-13.628-53.508-13.949-53.508Q-14.380-53.508-14.782-53.709Q-15.183-53.911-15.424-54.263Q-15.665-54.615-15.665-55.059M-13.949-53.757Q-13.348-53.757-13.124-54.135Q-12.900-54.513-12.900-55.145Q-12.900-55.757-13.134-56.116Q-13.368-56.474-13.949-56.474Q-15.002-56.474-15.002-55.145Q-15.002-54.513-14.776-54.135Q-14.551-53.757-13.949-53.757M-9.844-53.576L-11.577-53.576L-11.577-53.856Q-11.352-53.856-11.203-53.890Q-11.054-53.925-11.054-54.065L-11.054-56.314L-11.642-56.314L-11.642-56.594L-11.054-56.594L-11.054-57.411Q-11.054-57.729-10.877-57.977Q-10.699-58.224-10.408-58.365Q-10.118-58.505-9.807-58.505Q-9.550-58.505-9.347-58.363Q-9.144-58.221-9.144-57.978Q-9.144-57.842-9.243-57.743Q-9.342-57.643-9.479-57.643Q-9.615-57.643-9.714-57.743Q-9.814-57.842-9.814-57.978Q-9.814-58.159-9.673-58.252Q-9.752-58.279-9.851-58.279Q-10.060-58.279-10.213-58.146Q-10.367-58.013-10.448-57.809Q-10.528-57.606-10.528-57.397L-10.528-56.594L-9.639-56.594L-9.639-56.314L-10.501-56.314L-10.501-54.065Q-10.501-53.856-9.844-53.856L-9.844-53.576M-7.281-54.830L-9.338-54.830L-9.338-55.333L-7.281-55.333L-7.281-54.830M-4.680-53.576L-6.413-53.576L-6.413-53.856Q-5.691-53.856-5.691-54.256L-5.691-58.043Q-5.924-58.077-6.413-58.077L-6.413-58.358L-5.056-58.358Q-5.015-58.344-4.994-58.330L-2.291-54.683L-2.291-57.678Q-2.291-58.077-3.012-58.077L-3.012-58.358L-1.275-58.358L-1.275-58.077Q-1.997-58.077-1.997-57.678L-1.997-53.668Q-2.014-53.593-2.082-53.576L-2.202-53.576Q-2.250-53.586-2.263-53.610L-5.398-57.831L-5.398-54.256Q-5.398-53.856-4.680-53.856\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(210.503 6.43)\">\u003Cpath d=\"M3.895-53.576L2.159-53.576L2.159-53.856Q2.388-53.856 2.537-53.890Q2.685-53.925 2.685-54.065L2.685-55.914Q2.685-56.184 2.578-56.245Q2.470-56.307 2.159-56.307L2.159-56.587L3.188-56.662L3.188-55.955Q3.318-56.263 3.560-56.462Q3.803-56.662 4.121-56.662Q4.340-56.662 4.511-56.538Q4.682-56.413 4.682-56.201Q4.682-56.064 4.582-55.965Q4.483-55.866 4.350-55.866Q4.213-55.866 4.114-55.965Q4.015-56.064 4.015-56.201Q4.015-56.341 4.114-56.440Q3.824-56.440 3.624-56.244Q3.424-56.047 3.331-55.753Q3.239-55.459 3.239-55.179L3.239-54.065Q3.239-53.856 3.895-53.856L3.895-53.576M5.225-55.059Q5.225-55.401 5.360-55.700Q5.495-55.999 5.734-56.223Q5.974-56.447 6.291-56.572Q6.609-56.697 6.941-56.697Q7.385-56.697 7.785-56.481Q8.185-56.266 8.419-55.888Q8.653-55.511 8.653-55.059Q8.653-54.718 8.511-54.434Q8.370-54.150 8.125-53.943Q7.881-53.737 7.571-53.622Q7.262-53.508 6.941-53.508Q6.510-53.508 6.109-53.709Q5.707-53.911 5.466-54.263Q5.225-54.615 5.225-55.059M6.941-53.757Q7.542-53.757 7.766-54.135Q7.990-54.513 7.990-55.145Q7.990-55.757 7.756-56.116Q7.522-56.474 6.941-56.474Q5.888-56.474 5.888-55.145Q5.888-54.513 6.114-54.135Q6.339-53.757 6.941-53.757M10.916-53.576L9.313-53.576L9.313-53.856Q9.539-53.856 9.687-53.890Q9.836-53.925 9.836-54.065L9.836-57.684Q9.836-57.954 9.728-58.016Q9.621-58.077 9.313-58.077L9.313-58.358L10.390-58.433L10.390-54.065Q10.390-53.928 10.540-53.892Q10.690-53.856 10.916-53.856L10.916-53.576M11.470-55.111Q11.470-55.432 11.594-55.721Q11.719-56.010 11.945-56.233Q12.170-56.457 12.466-56.577Q12.762-56.697 13.080-56.697Q13.408-56.697 13.669-56.597Q13.931-56.498 14.107-56.316Q14.283-56.133 14.377-55.875Q14.471-55.617 14.471-55.285Q14.471-55.193 14.389-55.172L12.133-55.172L12.133-55.111Q12.133-54.523 12.416-54.140Q12.700-53.757 13.268-53.757Q13.589-53.757 13.857-53.950Q14.125-54.143 14.214-54.458Q14.221-54.499 14.296-54.513L14.389-54.513Q14.471-54.489 14.471-54.417Q14.471-54.410 14.464-54.383Q14.351-53.986 13.980-53.747Q13.609-53.508 13.185-53.508Q12.748-53.508 12.348-53.716Q11.948-53.925 11.709-54.292Q11.470-54.659 11.470-55.111M12.140-55.381L13.955-55.381Q13.955-55.658 13.857-55.910Q13.760-56.163 13.561-56.319Q13.363-56.474 13.080-56.474Q12.803-56.474 12.589-56.316Q12.375-56.157 12.258-55.902Q12.140-55.647 12.140-55.381\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(210.503 6.43)\">\u003Cpath d=\"M19.438-53.576L17.835-53.576L17.835-53.856Q18.061-53.856 18.210-53.890Q18.358-53.925 18.358-54.065L18.358-57.684Q18.358-57.954 18.251-58.016Q18.143-58.077 17.835-58.077L17.835-58.358L18.912-58.433L18.912-54.065Q18.912-53.928 19.062-53.892Q19.213-53.856 19.438-53.856L19.438-53.576M20.091-54.304Q20.091-54.636 20.315-54.863Q20.539-55.090 20.883-55.218Q21.226-55.347 21.599-55.399Q21.971-55.452 22.275-55.452L22.275-55.705Q22.275-55.910 22.168-56.090Q22.060-56.269 21.879-56.372Q21.698-56.474 21.489-56.474Q21.082-56.474 20.847-56.382Q20.935-56.345 20.982-56.261Q21.028-56.177 21.028-56.075Q21.028-55.979 20.982-55.900Q20.935-55.822 20.855-55.777Q20.775-55.733 20.686-55.733Q20.536-55.733 20.435-55.830Q20.334-55.928 20.334-56.075Q20.334-56.697 21.489-56.697Q21.701-56.697 21.951-56.633Q22.200-56.570 22.402-56.451Q22.603-56.331 22.730-56.146Q22.856-55.962 22.856-55.719L22.856-54.143Q22.856-54.027 22.918-53.931Q22.979-53.836 23.092-53.836Q23.202-53.836 23.267-53.930Q23.331-54.024 23.331-54.143L23.331-54.591L23.598-54.591L23.598-54.143Q23.598-53.873 23.371-53.708Q23.143-53.542 22.863-53.542Q22.655-53.542 22.518-53.696Q22.381-53.849 22.357-54.065Q22.210-53.798 21.928-53.653Q21.646-53.508 21.322-53.508Q21.045-53.508 20.761-53.583Q20.477-53.658 20.284-53.837Q20.091-54.017 20.091-54.304M20.706-54.304Q20.706-54.130 20.807-54Q20.908-53.870 21.064-53.800Q21.219-53.730 21.383-53.730Q21.602-53.730 21.810-53.827Q22.019-53.925 22.147-54.106Q22.275-54.287 22.275-54.513L22.275-55.241Q21.951-55.241 21.585-55.150Q21.219-55.059 20.963-54.847Q20.706-54.636 20.706-54.304M24.822-53.576L24.555-53.576L24.555-57.684Q24.555-57.954 24.447-58.016Q24.340-58.077 24.029-58.077L24.029-58.358L25.109-58.433L25.109-56.263Q25.317-56.454 25.603-56.558Q25.888-56.662 26.185-56.662Q26.503-56.662 26.801-56.541Q27.098-56.420 27.320-56.204Q27.542-55.989 27.669-55.704Q27.795-55.418 27.795-55.087Q27.795-54.642 27.556-54.278Q27.317-53.914 26.924-53.711Q26.531-53.508 26.086-53.508Q25.892-53.508 25.702-53.564Q25.512-53.620 25.352-53.725Q25.191-53.829 25.051-53.990L24.822-53.576M25.136-55.921L25.136-54.304Q25.273-54.044 25.514-53.887Q25.755-53.730 26.032-53.730Q26.326-53.730 26.538-53.837Q26.749-53.945 26.883-54.137Q27.016-54.328 27.074-54.567Q27.132-54.806 27.132-55.087Q27.132-55.446 27.038-55.750Q26.944-56.054 26.717-56.247Q26.490-56.440 26.124-56.440Q25.823-56.440 25.557-56.304Q25.290-56.167 25.136-55.921\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(210.503 6.43)\">\u003Cpath d=\"M28.611-55.111Q28.611-55.432 28.736-55.721Q28.861-56.010 29.087-56.233Q29.312-56.457 29.608-56.577Q29.903-56.697 30.221-56.697Q30.549-56.697 30.811-56.597Q31.072-56.498 31.248-56.316Q31.424-56.133 31.518-55.875Q31.612-55.617 31.612-55.285Q31.612-55.193 31.530-55.172L29.275-55.172L29.275-55.111Q29.275-54.523 29.558-54.140Q29.842-53.757 30.409-53.757Q30.731-53.757 30.999-53.950Q31.267-54.143 31.356-54.458Q31.363-54.499 31.438-54.513L31.530-54.513Q31.612-54.489 31.612-54.417Q31.612-54.410 31.606-54.383Q31.493-53.986 31.122-53.747Q30.751-53.508 30.327-53.508Q29.890-53.508 29.490-53.716Q29.090-53.925 28.851-54.292Q28.611-54.659 28.611-55.111M29.281-55.381L31.096-55.381Q31.096-55.658 30.999-55.910Q30.901-56.163 30.703-56.319Q30.505-56.474 30.221-56.474Q29.944-56.474 29.731-56.316Q29.517-56.157 29.399-55.902Q29.281-55.647 29.281-55.381M33.868-53.576L32.265-53.576L32.265-53.856Q32.491-53.856 32.640-53.890Q32.788-53.925 32.788-54.065L32.788-57.684Q32.788-57.954 32.681-58.016Q32.573-58.077 32.265-58.077L32.265-58.358L33.342-58.433L33.342-54.065Q33.342-53.928 33.492-53.892Q33.643-53.856 33.868-53.856\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M20.155-53.576h31.143\"\u002F>\u003Cpath stroke=\"none\" d=\"m53.898-53.576-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M139.656-53.576H170.8\"\u002F>\u003Cpath stroke=\"none\" d=\"m173.4-53.576-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-14.945 36.847)\">\u003Cpath d=\"M-20.728-53.576L-22.362-53.576L-22.362-53.856Q-22.133-53.856-21.984-53.890Q-21.835-53.925-21.835-54.065L-21.835-57.684Q-21.835-57.954-21.943-58.016Q-22.051-58.077-22.362-58.077L-22.362-58.358L-21.282-58.433L-21.282-56.047Q-21.176-56.232-20.998-56.374Q-20.820-56.515-20.612-56.589Q-20.403-56.662-20.178-56.662Q-19.672-56.662-19.388-56.439Q-19.104-56.215-19.104-55.719L-19.104-54.065Q-19.104-53.928-18.956-53.892Q-18.807-53.856-18.581-53.856L-18.581-53.576L-20.212-53.576L-20.212-53.856Q-19.983-53.856-19.834-53.890Q-19.685-53.925-19.685-54.065L-19.685-55.705Q-19.685-56.040-19.805-56.240Q-19.925-56.440-20.239-56.440Q-20.509-56.440-20.743-56.304Q-20.977-56.167-21.116-55.933Q-21.254-55.699-21.254-55.425L-21.254-54.065Q-21.254-53.928-21.104-53.892Q-20.953-53.856-20.728-53.856L-20.728-53.576M-18.035-55.111Q-18.035-55.432-17.910-55.721Q-17.785-56.010-17.559-56.233Q-17.334-56.457-17.038-56.577Q-16.743-56.697-16.425-56.697Q-16.097-56.697-15.835-56.597Q-15.574-56.498-15.398-56.316Q-15.222-56.133-15.128-55.875Q-15.034-55.617-15.034-55.285Q-15.034-55.193-15.116-55.172L-17.371-55.172L-17.371-55.111Q-17.371-54.523-17.088-54.140Q-16.804-53.757-16.237-53.757Q-15.915-53.757-15.647-53.950Q-15.379-54.143-15.290-54.458Q-15.283-54.499-15.208-54.513L-15.116-54.513Q-15.034-54.489-15.034-54.417Q-15.034-54.410-15.040-54.383Q-15.153-53.986-15.524-53.747Q-15.895-53.508-16.319-53.508Q-16.756-53.508-17.156-53.716Q-17.556-53.925-17.795-54.292Q-18.035-54.659-18.035-55.111M-17.365-55.381L-15.550-55.381Q-15.550-55.658-15.647-55.910Q-15.745-56.163-15.943-56.319Q-16.141-56.474-16.425-56.474Q-16.702-56.474-16.915-56.316Q-17.129-56.157-17.247-55.902Q-17.365-55.647-17.365-55.381M-13.871-54.410L-13.871-55.914Q-13.871-56.184-13.979-56.245Q-14.087-56.307-14.398-56.307L-14.398-56.587L-13.290-56.662L-13.290-54.430L-13.290-54.410Q-13.290-54.130-13.239-53.986Q-13.188-53.843-13.046-53.786Q-12.904-53.730-12.617-53.730Q-12.364-53.730-12.159-53.870Q-11.954-54.010-11.838-54.236Q-11.722-54.461-11.722-54.711L-11.722-55.914Q-11.722-56.184-11.829-56.245Q-11.937-56.307-12.248-56.307L-12.248-56.587L-11.141-56.662L-11.141-54.249Q-11.141-54.058-11.088-53.976Q-11.035-53.894-10.934-53.875Q-10.833-53.856-10.618-53.856L-10.618-53.576L-11.694-53.508L-11.694-54.072Q-11.804-53.890-11.949-53.767Q-12.094-53.644-12.280-53.576Q-12.467-53.508-12.668-53.508Q-13.871-53.508-13.871-54.410M-8.280-53.576L-10.016-53.576L-10.016-53.856Q-9.787-53.856-9.638-53.890Q-9.490-53.925-9.490-54.065L-9.490-55.914Q-9.490-56.184-9.597-56.245Q-9.705-56.307-10.016-56.307L-10.016-56.587L-8.987-56.662L-8.987-55.955Q-8.857-56.263-8.615-56.462Q-8.372-56.662-8.054-56.662Q-7.835-56.662-7.664-56.538Q-7.494-56.413-7.494-56.201Q-7.494-56.064-7.593-55.965Q-7.692-55.866-7.825-55.866Q-7.962-55.866-8.061-55.965Q-8.160-56.064-8.160-56.201Q-8.160-56.341-8.061-56.440Q-8.351-56.440-8.551-56.244Q-8.751-56.047-8.844-55.753Q-8.936-55.459-8.936-55.179L-8.936-54.065Q-8.936-53.856-8.280-53.856L-8.280-53.576M-5.292-53.576L-6.844-53.576L-6.844-53.856Q-6.619-53.856-6.470-53.890Q-6.321-53.925-6.321-54.065L-6.321-55.914Q-6.321-56.102-6.369-56.186Q-6.417-56.269-6.514-56.288Q-6.612-56.307-6.824-56.307L-6.824-56.587L-5.767-56.662L-5.767-54.065Q-5.767-53.925-5.636-53.890Q-5.504-53.856-5.292-53.856L-5.292-53.576M-6.564-57.883Q-6.564-58.054-6.441-58.173Q-6.318-58.293-6.147-58.293Q-5.979-58.293-5.856-58.173Q-5.733-58.054-5.733-57.883Q-5.733-57.708-5.856-57.585Q-5.979-57.462-6.147-57.462Q-6.318-57.462-6.441-57.585Q-6.564-57.708-6.564-57.883M-4.646-53.583L-4.646-54.646Q-4.646-54.670-4.619-54.697Q-4.592-54.724-4.568-54.724L-4.458-54.724Q-4.393-54.724-4.380-54.666Q-4.284-54.232-4.038-53.981Q-3.792-53.730-3.378-53.730Q-3.037-53.730-2.784-53.863Q-2.531-53.996-2.531-54.304Q-2.531-54.461-2.625-54.576Q-2.719-54.690-2.857-54.759Q-2.995-54.827-3.163-54.865L-3.744-54.964Q-4.099-55.032-4.373-55.253Q-4.646-55.473-4.646-55.815Q-4.646-56.064-4.535-56.239Q-4.424-56.413-4.238-56.512Q-4.052-56.611-3.836-56.654Q-3.621-56.697-3.378-56.697Q-2.965-56.697-2.684-56.515L-2.469-56.690Q-2.459-56.693-2.452-56.695Q-2.445-56.697-2.435-56.697L-2.384-56.697Q-2.356-56.697-2.332-56.673Q-2.308-56.649-2.308-56.621L-2.308-55.774Q-2.308-55.753-2.332-55.726Q-2.356-55.699-2.384-55.699L-2.496-55.699Q-2.524-55.699-2.549-55.724Q-2.575-55.750-2.575-55.774Q-2.575-56.010-2.681-56.174Q-2.787-56.338-2.970-56.420Q-3.153-56.502-3.385-56.502Q-3.713-56.502-3.970-56.399Q-4.226-56.297-4.226-56.020Q-4.226-55.825-4.043-55.716Q-3.860-55.606-3.631-55.565L-3.057-55.459Q-2.811-55.411-2.597-55.283Q-2.384-55.155-2.247-54.952Q-2.110-54.748-2.110-54.499Q-2.110-53.986-2.476-53.747Q-2.842-53.508-3.378-53.508Q-3.874-53.508-4.205-53.802L-4.472-53.528Q-4.493-53.508-4.520-53.508L-4.568-53.508Q-4.592-53.508-4.619-53.535Q-4.646-53.562-4.646-53.583M-0.955-54.417L-0.955-56.314L-1.594-56.314L-1.594-56.536Q-1.276-56.536-1.059-56.746Q-0.842-56.956-0.741-57.266Q-0.641-57.575-0.641-57.883L-0.374-57.883L-0.374-56.594L0.703-56.594L0.703-56.314L-0.374-56.314L-0.374-54.430Q-0.374-54.154-0.270-53.955Q-0.165-53.757 0.094-53.757Q0.252-53.757 0.358-53.861Q0.463-53.966 0.513-54.119Q0.563-54.273 0.563-54.430L0.563-54.844L0.829-54.844L0.829-54.417Q0.829-54.191 0.730-53.981Q0.631-53.771 0.446-53.639Q0.262-53.508 0.033-53.508Q-0.405-53.508-0.680-53.745Q-0.955-53.983-0.955-54.417M3.256-53.576L1.704-53.576L1.704-53.856Q1.930-53.856 2.078-53.890Q2.227-53.925 2.227-54.065L2.227-55.914Q2.227-56.102 2.179-56.186Q2.131-56.269 2.034-56.288Q1.937-56.307 1.725-56.307L1.725-56.587L2.781-56.662L2.781-54.065Q2.781-53.925 2.912-53.890Q3.044-53.856 3.256-53.856L3.256-53.576M1.984-57.883Q1.984-58.054 2.108-58.173Q2.231-58.293 2.401-58.293Q2.569-58.293 2.692-58.173Q2.815-58.054 2.815-57.883Q2.815-57.708 2.692-57.585Q2.569-57.462 2.401-57.462Q2.231-57.462 2.108-57.585Q1.984-57.708 1.984-57.883M3.902-55.087Q3.902-55.415 4.037-55.716Q4.172-56.016 4.408-56.237Q4.644-56.457 4.948-56.577Q5.252-56.697 5.577-56.697Q6.083-56.697 6.431-56.594Q6.780-56.492 6.780-56.116Q6.780-55.969 6.682-55.868Q6.585-55.767 6.438-55.767Q6.284-55.767 6.185-55.866Q6.086-55.965 6.086-56.116Q6.086-56.304 6.226-56.396Q6.025-56.447 5.584-56.447Q5.228-56.447 4.999-56.251Q4.770-56.054 4.669-55.745Q4.568-55.435 4.568-55.087Q4.568-54.738 4.695-54.432Q4.821-54.126 5.076-53.942Q5.331-53.757 5.686-53.757Q5.908-53.757 6.093-53.841Q6.277-53.925 6.412-54.080Q6.547-54.236 6.606-54.444Q6.619-54.499 6.674-54.499L6.787-54.499Q6.818-54.499 6.840-54.475Q6.862-54.451 6.862-54.417L6.862-54.396Q6.776-54.109 6.588-53.911Q6.401-53.713 6.136-53.610Q5.871-53.508 5.577-53.508Q5.146-53.508 4.758-53.714Q4.370-53.921 4.136-54.284Q3.902-54.646 3.902-55.087\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(91.755 36.847)\">\u003Cpath d=\"M-21.603-53.576L-21.870-53.576L-21.870-57.684Q-21.870-57.954-21.977-58.016Q-22.085-58.077-22.396-58.077L-22.396-58.358L-21.316-58.433L-21.316-56.263Q-21.107-56.454-20.822-56.558Q-20.537-56.662-20.239-56.662Q-19.921-56.662-19.624-56.541Q-19.327-56.420-19.104-56.204Q-18.882-55.989-18.756-55.704Q-18.629-55.418-18.629-55.087Q-18.629-54.642-18.869-54.278Q-19.108-53.914-19.501-53.711Q-19.894-53.508-20.338-53.508Q-20.533-53.508-20.723-53.564Q-20.912-53.620-21.073-53.725Q-21.234-53.829-21.374-53.990L-21.603-53.576M-21.288-55.921L-21.288-54.304Q-21.152-54.044-20.911-53.887Q-20.670-53.730-20.393-53.730Q-20.099-53.730-19.887-53.837Q-19.675-53.945-19.542-54.137Q-19.409-54.328-19.350-54.567Q-19.292-54.806-19.292-55.087Q-19.292-55.446-19.386-55.750Q-19.480-56.054-19.708-56.247Q-19.935-56.440-20.301-56.440Q-20.601-56.440-20.868-56.304Q-21.135-56.167-21.288-55.921M-16.377-53.576L-17.929-53.576L-17.929-53.856Q-17.703-53.856-17.554-53.890Q-17.406-53.925-17.406-54.065L-17.406-55.914Q-17.406-56.102-17.453-56.186Q-17.501-56.269-17.599-56.288Q-17.696-56.307-17.908-56.307L-17.908-56.587L-16.852-56.662L-16.852-54.065Q-16.852-53.925-16.720-53.890Q-16.589-53.856-16.377-53.856L-16.377-53.576M-17.648-57.883Q-17.648-58.054-17.525-58.173Q-17.402-58.293-17.231-58.293Q-17.064-58.293-16.941-58.173Q-16.818-58.054-16.818-57.883Q-16.818-57.708-16.941-57.585Q-17.064-57.462-17.231-57.462Q-17.402-57.462-17.525-57.585Q-17.648-57.708-17.648-57.883M-14.049-53.576L-15.683-53.576L-15.683-53.856Q-15.454-53.856-15.305-53.890Q-15.157-53.925-15.157-54.065L-15.157-55.914Q-15.157-56.184-15.264-56.245Q-15.372-56.307-15.683-56.307L-15.683-56.587L-14.623-56.662L-14.623-56.013Q-14.453-56.321-14.148-56.492Q-13.844-56.662-13.499-56.662Q-12.993-56.662-12.709-56.439Q-12.426-56.215-12.426-55.719L-12.426-54.065Q-12.426-53.928-12.277-53.892Q-12.128-53.856-11.903-53.856L-11.903-53.576L-13.533-53.576L-13.533-53.856Q-13.304-53.856-13.155-53.890Q-13.007-53.925-13.007-54.065L-13.007-55.705Q-13.007-56.040-13.126-56.240Q-13.246-56.440-13.560-56.440Q-13.830-56.440-14.065-56.304Q-14.299-56.167-14.437-55.933Q-14.576-55.699-14.576-55.425L-14.576-54.065Q-14.576-53.928-14.425-53.892Q-14.275-53.856-14.049-53.856L-14.049-53.576M-11.257-54.304Q-11.257-54.636-11.033-54.863Q-10.809-55.090-10.465-55.218Q-10.122-55.347-9.749-55.399Q-9.377-55.452-9.073-55.452L-9.073-55.705Q-9.073-55.910-9.180-56.090Q-9.288-56.269-9.469-56.372Q-9.650-56.474-9.859-56.474Q-10.266-56.474-10.501-56.382Q-10.412-56.345-10.366-56.261Q-10.320-56.177-10.320-56.075Q-10.320-55.979-10.366-55.900Q-10.412-55.822-10.493-55.777Q-10.573-55.733-10.662-55.733Q-10.812-55.733-10.913-55.830Q-11.014-55.928-11.014-56.075Q-11.014-56.697-9.859-56.697Q-9.647-56.697-9.397-56.633Q-9.148-56.570-8.946-56.451Q-8.745-56.331-8.618-56.146Q-8.492-55.962-8.492-55.719L-8.492-54.143Q-8.492-54.027-8.430-53.931Q-8.369-53.836-8.256-53.836Q-8.146-53.836-8.081-53.930Q-8.016-54.024-8.016-54.143L-8.016-54.591L-7.750-54.591L-7.750-54.143Q-7.750-53.873-7.977-53.708Q-8.204-53.542-8.485-53.542Q-8.693-53.542-8.830-53.696Q-8.967-53.849-8.991-54.065Q-9.138-53.798-9.420-53.653Q-9.702-53.508-10.026-53.508Q-10.303-53.508-10.587-53.583Q-10.870-53.658-11.064-53.837Q-11.257-54.017-11.257-54.304M-10.641-54.304Q-10.641-54.130-10.541-54Q-10.440-53.870-10.284-53.800Q-10.129-53.730-9.965-53.730Q-9.746-53.730-9.537-53.827Q-9.329-53.925-9.201-54.106Q-9.073-54.287-9.073-54.513L-9.073-55.241Q-9.397-55.241-9.763-55.150Q-10.129-55.059-10.385-54.847Q-10.641-54.636-10.641-54.304M-5.583-53.576L-7.319-53.576L-7.319-53.856Q-7.090-53.856-6.942-53.890Q-6.793-53.925-6.793-54.065L-6.793-55.914Q-6.793-56.184-6.901-56.245Q-7.008-56.307-7.319-56.307L-7.319-56.587L-6.290-56.662L-6.290-55.955Q-6.161-56.263-5.918-56.462Q-5.675-56.662-5.357-56.662Q-5.139-56.662-4.968-56.538Q-4.797-56.413-4.797-56.201Q-4.797-56.064-4.896-55.965Q-4.995-55.866-5.128-55.866Q-5.265-55.866-5.364-55.965Q-5.463-56.064-5.463-56.201Q-5.463-56.341-5.364-56.440Q-5.655-56.440-5.855-56.244Q-6.055-56.047-6.147-55.753Q-6.239-55.459-6.239-55.179L-6.239-54.065Q-6.239-53.856-5.583-53.856L-5.583-53.576M-3.877-52.441Q-3.747-52.373-3.611-52.373Q-3.440-52.373-3.289-52.462Q-3.139-52.551-3.028-52.696Q-2.917-52.841-2.838-53.009L-2.575-53.576L-3.744-56.102Q-3.819-56.249-3.949-56.281Q-4.079-56.314-4.311-56.314L-4.311-56.594L-2.790-56.594L-2.790-56.314Q-3.139-56.314-3.139-56.167Q-3.136-56.146-3.134-56.129Q-3.132-56.112-3.132-56.102L-2.274-54.243L-1.502-55.914Q-1.468-55.982-1.468-56.061Q-1.468-56.174-1.551-56.244Q-1.635-56.314-1.748-56.314L-1.748-56.594L-0.552-56.594L-0.552-56.314Q-0.770-56.314-0.943-56.210Q-1.116-56.105-1.208-55.914L-2.544-53.009Q-2.715-52.639-2.985-52.393Q-3.255-52.147-3.611-52.147Q-3.881-52.147-4.099-52.313Q-4.318-52.479-4.318-52.742Q-4.318-52.879-4.226-52.968Q-4.134-53.056-3.994-53.056Q-3.857-53.056-3.768-52.968Q-3.679-52.879-3.679-52.742Q-3.679-52.639-3.732-52.561Q-3.785-52.482-3.877-52.441\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(91.755 36.847)\">\u003Cpath d=\"M2.694-55.087Q2.694-55.415 2.829-55.716Q2.964-56.016 3.200-56.237Q3.436-56.457 3.740-56.577Q4.045-56.697 4.369-56.697Q4.875-56.697 5.224-56.594Q5.572-56.492 5.572-56.116Q5.572-55.969 5.475-55.868Q5.378-55.767 5.231-55.767Q5.077-55.767 4.978-55.866Q4.879-55.965 4.879-56.116Q4.879-56.304 5.019-56.396Q4.817-56.447 4.376-56.447Q4.021-56.447 3.792-56.251Q3.563-56.054 3.462-55.745Q3.361-55.435 3.361-55.087Q3.361-54.738 3.487-54.432Q3.614-54.126 3.869-53.942Q4.123-53.757 4.479-53.757Q4.701-53.757 4.885-53.841Q5.070-53.925 5.205-54.080Q5.340-54.236 5.398-54.444Q5.412-54.499 5.466-54.499L5.579-54.499Q5.610-54.499 5.632-54.475Q5.654-54.451 5.654-54.417L5.654-54.396Q5.569-54.109 5.381-53.911Q5.193-53.713 4.928-53.610Q4.663-53.508 4.369-53.508Q3.939-53.508 3.551-53.714Q3.163-53.921 2.929-54.284Q2.694-54.646 2.694-55.087M7.910-53.576L6.307-53.576L6.307-53.856Q6.533-53.856 6.682-53.890Q6.830-53.925 6.830-54.065L6.830-57.684Q6.830-57.954 6.723-58.016Q6.615-58.077 6.307-58.077L6.307-58.358L7.384-58.433L7.384-54.065Q7.384-53.928 7.534-53.892Q7.685-53.856 7.910-53.856L7.910-53.576M8.563-54.304Q8.563-54.636 8.787-54.863Q9.011-55.090 9.354-55.218Q9.698-55.347 10.070-55.399Q10.443-55.452 10.747-55.452L10.747-55.705Q10.747-55.910 10.640-56.090Q10.532-56.269 10.351-56.372Q10.170-56.474 9.961-56.474Q9.554-56.474 9.318-56.382Q9.407-56.345 9.453-56.261Q9.500-56.177 9.500-56.075Q9.500-55.979 9.453-55.900Q9.407-55.822 9.327-55.777Q9.247-55.733 9.158-55.733Q9.007-55.733 8.907-55.830Q8.806-55.928 8.806-56.075Q8.806-56.697 9.961-56.697Q10.173-56.697 10.422-56.633Q10.672-56.570 10.874-56.451Q11.075-56.331 11.202-56.146Q11.328-55.962 11.328-55.719L11.328-54.143Q11.328-54.027 11.390-53.931Q11.451-53.836 11.564-53.836Q11.673-53.836 11.738-53.930Q11.803-54.024 11.803-54.143L11.803-54.591L12.070-54.591L12.070-54.143Q12.070-53.873 11.843-53.708Q11.615-53.542 11.335-53.542Q11.127-53.542 10.990-53.696Q10.853-53.849 10.829-54.065Q10.682-53.798 10.400-53.653Q10.118-53.508 9.794-53.508Q9.517-53.508 9.233-53.583Q8.949-53.658 8.756-53.837Q8.563-54.017 8.563-54.304M9.178-54.304Q9.178-54.130 9.279-54Q9.380-53.870 9.536-53.800Q9.691-53.730 9.855-53.730Q10.074-53.730 10.282-53.827Q10.491-53.925 10.619-54.106Q10.747-54.287 10.747-54.513L10.747-55.241Q10.422-55.241 10.057-55.150Q9.691-55.059 9.435-54.847Q9.178-54.636 9.178-54.304M12.487-53.583L12.487-54.646Q12.487-54.670 12.514-54.697Q12.542-54.724 12.566-54.724L12.675-54.724Q12.740-54.724 12.754-54.666Q12.849-54.232 13.095-53.981Q13.341-53.730 13.755-53.730Q14.097-53.730 14.350-53.863Q14.603-53.996 14.603-54.304Q14.603-54.461 14.509-54.576Q14.415-54.690 14.276-54.759Q14.138-54.827 13.970-54.865L13.389-54.964Q13.034-55.032 12.760-55.253Q12.487-55.473 12.487-55.815Q12.487-56.064 12.598-56.239Q12.709-56.413 12.895-56.512Q13.082-56.611 13.297-56.654Q13.512-56.697 13.755-56.697Q14.169-56.697 14.449-56.515L14.664-56.690Q14.674-56.693 14.681-56.695Q14.688-56.697 14.698-56.697L14.750-56.697Q14.777-56.697 14.801-56.673Q14.825-56.649 14.825-56.621L14.825-55.774Q14.825-55.753 14.801-55.726Q14.777-55.699 14.750-55.699L14.637-55.699Q14.609-55.699 14.584-55.724Q14.558-55.750 14.558-55.774Q14.558-56.010 14.452-56.174Q14.346-56.338 14.163-56.420Q13.981-56.502 13.748-56.502Q13.420-56.502 13.164-56.399Q12.907-56.297 12.907-56.020Q12.907-55.825 13.090-55.716Q13.273-55.606 13.502-55.565L14.076-55.459Q14.322-55.411 14.536-55.283Q14.750-55.155 14.886-54.952Q15.023-54.748 15.023-54.499Q15.023-53.986 14.657-53.747Q14.292-53.508 13.755-53.508Q13.259-53.508 12.928-53.802L12.661-53.528Q12.641-53.508 12.613-53.508L12.566-53.508Q12.542-53.508 12.514-53.535Q12.487-53.562 12.487-53.583M15.652-53.583L15.652-54.646Q15.652-54.670 15.679-54.697Q15.707-54.724 15.731-54.724L15.840-54.724Q15.905-54.724 15.919-54.666Q16.014-54.232 16.260-53.981Q16.506-53.730 16.920-53.730Q17.262-53.730 17.515-53.863Q17.768-53.996 17.768-54.304Q17.768-54.461 17.674-54.576Q17.580-54.690 17.441-54.759Q17.303-54.827 17.135-54.865L16.554-54.964Q16.199-55.032 15.925-55.253Q15.652-55.473 15.652-55.815Q15.652-56.064 15.763-56.239Q15.874-56.413 16.060-56.512Q16.247-56.611 16.462-56.654Q16.677-56.697 16.920-56.697Q17.334-56.697 17.614-56.515L17.829-56.690Q17.839-56.693 17.846-56.695Q17.853-56.697 17.863-56.697L17.915-56.697Q17.942-56.697 17.966-56.673Q17.990-56.649 17.990-56.621L17.990-55.774Q17.990-55.753 17.966-55.726Q17.942-55.699 17.915-55.699L17.802-55.699Q17.775-55.699 17.749-55.724Q17.723-55.750 17.723-55.774Q17.723-56.010 17.617-56.174Q17.511-56.338 17.328-56.420Q17.146-56.502 16.913-56.502Q16.585-56.502 16.329-56.399Q16.072-56.297 16.072-56.020Q16.072-55.825 16.255-55.716Q16.438-55.606 16.667-55.565L17.241-55.459Q17.487-55.411 17.701-55.283Q17.915-55.155 18.051-54.952Q18.188-54.748 18.188-54.499Q18.188-53.986 17.822-53.747Q17.457-53.508 16.920-53.508Q16.424-53.508 16.093-53.802L15.826-53.528Q15.806-53.508 15.778-53.508L15.731-53.508Q15.707-53.508 15.679-53.535Q15.652-53.562 15.652-53.583M20.434-53.576L18.882-53.576L18.882-53.856Q19.108-53.856 19.256-53.890Q19.405-53.925 19.405-54.065L19.405-55.914Q19.405-56.102 19.357-56.186Q19.309-56.269 19.212-56.288Q19.114-56.307 18.902-56.307L18.902-56.587L19.959-56.662L19.959-54.065Q19.959-53.925 20.090-53.890Q20.222-53.856 20.434-53.856L20.434-53.576M19.162-57.883Q19.162-58.054 19.285-58.173Q19.408-58.293 19.579-58.293Q19.747-58.293 19.870-58.173Q19.993-58.054 19.993-57.883Q19.993-57.708 19.870-57.585Q19.747-57.462 19.579-57.462Q19.408-57.462 19.285-57.585Q19.162-57.708 19.162-57.883M22.878-53.576L21.145-53.576L21.145-53.856Q21.370-53.856 21.519-53.890Q21.668-53.925 21.668-54.065L21.668-56.314L21.080-56.314L21.080-56.594L21.668-56.594L21.668-57.411Q21.668-57.729 21.845-57.977Q22.023-58.224 22.314-58.365Q22.604-58.505 22.915-58.505Q23.172-58.505 23.375-58.363Q23.578-58.221 23.578-57.978Q23.578-57.842 23.479-57.743Q23.380-57.643 23.243-57.643Q23.107-57.643 23.007-57.743Q22.908-57.842 22.908-57.978Q22.908-58.159 23.048-58.252Q22.970-58.279 22.871-58.279Q22.662-58.279 22.508-58.146Q22.355-58.013 22.274-57.809Q22.194-57.606 22.194-57.397L22.194-56.594L23.083-56.594L23.083-56.314L22.221-56.314L22.221-54.065Q22.221-53.856 22.878-53.856\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(91.755 36.847)\">\u003Cpath d=\"M25.755-53.576L24.203-53.576L24.203-53.856Q24.429-53.856 24.578-53.890Q24.726-53.925 24.726-54.065L24.726-55.914Q24.726-56.102 24.678-56.186Q24.631-56.269 24.533-56.288Q24.436-56.307 24.224-56.307L24.224-56.587L25.280-56.662L25.280-54.065Q25.280-53.925 25.412-53.890Q25.543-53.856 25.755-53.856L25.755-53.576M24.484-57.883Q24.484-58.054 24.607-58.173Q24.730-58.293 24.901-58.293Q25.068-58.293 25.191-58.173Q25.314-58.054 25.314-57.883Q25.314-57.708 25.191-57.585Q25.068-57.462 24.901-57.462Q24.730-57.462 24.607-57.585Q24.484-57.708 24.484-57.883M26.360-55.111Q26.360-55.432 26.485-55.721Q26.610-56.010 26.835-56.233Q27.061-56.457 27.356-56.577Q27.652-56.697 27.970-56.697Q28.298-56.697 28.560-56.597Q28.821-56.498 28.997-56.316Q29.173-56.133 29.267-55.875Q29.361-55.617 29.361-55.285Q29.361-55.193 29.279-55.172L27.023-55.172L27.023-55.111Q27.023-54.523 27.307-54.140Q27.591-53.757 28.158-53.757Q28.479-53.757 28.748-53.950Q29.016-54.143 29.105-54.458Q29.112-54.499 29.187-54.513L29.279-54.513Q29.361-54.489 29.361-54.417Q29.361-54.410 29.354-54.383Q29.241-53.986 28.871-53.747Q28.500-53.508 28.076-53.508Q27.638-53.508 27.239-53.716Q26.839-53.925 26.599-54.292Q26.360-54.659 26.360-55.111M27.030-55.381L28.845-55.381Q28.845-55.658 28.748-55.910Q28.650-56.163 28.452-56.319Q28.254-56.474 27.970-56.474Q27.693-56.474 27.480-56.316Q27.266-56.157 27.148-55.902Q27.030-55.647 27.030-55.381M31.699-53.576L29.963-53.576L29.963-53.856Q30.192-53.856 30.340-53.890Q30.489-53.925 30.489-54.065L30.489-55.914Q30.489-56.184 30.381-56.245Q30.274-56.307 29.963-56.307L29.963-56.587L30.991-56.662L30.991-55.955Q31.121-56.263 31.364-56.462Q31.607-56.662 31.925-56.662Q32.143-56.662 32.314-56.538Q32.485-56.413 32.485-56.201Q32.485-56.064 32.386-55.965Q32.287-55.866 32.154-55.866Q32.017-55.866 31.918-55.965Q31.819-56.064 31.819-56.201Q31.819-56.341 31.918-56.440Q31.627-56.440 31.427-56.244Q31.227-56.047 31.135-55.753Q31.043-55.459 31.043-55.179L31.043-54.065Q31.043-53.856 31.699-53.856\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(211.43 36.847)\">\u003Cpath d=\"M-20.612-53.576L-22.345-53.576L-22.345-53.856Q-21.623-53.856-21.623-54.256L-21.623-58.043Q-21.856-58.077-22.345-58.077L-22.345-58.358L-20.988-58.358Q-20.947-58.344-20.926-58.330L-18.223-54.683L-18.223-57.678Q-18.223-58.077-18.944-58.077L-18.944-58.358L-17.207-58.358L-17.207-58.077Q-17.929-58.077-17.929-57.678L-17.929-53.668Q-17.946-53.593-18.014-53.576L-18.134-53.576Q-18.182-53.586-18.195-53.610L-21.329-57.831L-21.329-54.256Q-21.329-53.856-20.612-53.856L-20.612-53.576M-14.627-54.830L-16.684-54.830L-16.684-55.333L-14.627-55.333L-14.627-54.830M-12.436-53.603L-13.417-56.102Q-13.478-56.245-13.596-56.280Q-13.714-56.314-13.930-56.314L-13.930-56.594L-12.450-56.594L-12.450-56.314Q-12.829-56.314-12.829-56.153Q-12.829-56.143-12.815-56.102L-12.101-54.270L-11.428-55.975Q-11.458-56.047-11.458-56.075Q-11.458-56.102-11.486-56.102Q-11.547-56.249-11.665-56.281Q-11.783-56.314-11.995-56.314L-11.995-56.594L-10.597-56.594L-10.597-56.314Q-10.973-56.314-10.973-56.153Q-10.973-56.122-10.966-56.102L-10.211-54.164L-9.524-55.914Q-9.503-55.965-9.503-56.020Q-9.503-56.160-9.616-56.237Q-9.729-56.314-9.869-56.314L-9.869-56.594L-8.649-56.594L-8.649-56.314Q-8.854-56.314-9.009-56.208Q-9.165-56.102-9.237-55.914L-10.142-53.603Q-10.177-53.508-10.289-53.508L-10.358-53.508Q-10.467-53.508-10.505-53.603L-11.287-55.606L-12.074-53.603Q-12.108-53.508-12.221-53.508L-12.289-53.508Q-12.398-53.508-12.436-53.603\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(211.43 36.847)\">\u003Cpath d=\"M-8.261-54.304Q-8.261-54.636-8.038-54.863Q-7.814-55.090-7.470-55.218Q-7.127-55.347-6.754-55.399Q-6.382-55.452-6.077-55.452L-6.077-55.705Q-6.077-55.910-6.185-56.090Q-6.293-56.269-6.474-56.372Q-6.655-56.474-6.863-56.474Q-7.270-56.474-7.506-56.382Q-7.417-56.345-7.371-56.261Q-7.325-56.177-7.325-56.075Q-7.325-55.979-7.371-55.900Q-7.417-55.822-7.498-55.777Q-7.578-55.733-7.667-55.733Q-7.817-55.733-7.918-55.830Q-8.019-55.928-8.019-56.075Q-8.019-56.697-6.863-56.697Q-6.652-56.697-6.402-56.633Q-6.153-56.570-5.951-56.451Q-5.749-56.331-5.623-56.146Q-5.496-55.962-5.496-55.719L-5.496-54.143Q-5.496-54.027-5.435-53.931Q-5.373-53.836-5.260-53.836Q-5.151-53.836-5.086-53.930Q-5.021-54.024-5.021-54.143L-5.021-54.591L-4.755-54.591L-4.755-54.143Q-4.755-53.873-4.982-53.708Q-5.209-53.542-5.489-53.542Q-5.698-53.542-5.835-53.696Q-5.971-53.849-5.995-54.065Q-6.142-53.798-6.424-53.653Q-6.706-53.508-7.031-53.508Q-7.308-53.508-7.592-53.583Q-7.875-53.658-8.068-53.837Q-8.261-54.017-8.261-54.304M-7.646-54.304Q-7.646-54.130-7.545-54Q-7.445-53.870-7.289-53.800Q-7.134-53.730-6.969-53.730Q-6.751-53.730-6.542-53.827Q-6.334-53.925-6.206-54.106Q-6.077-54.287-6.077-54.513L-6.077-55.241Q-6.402-55.241-6.768-55.150Q-7.134-55.059-7.390-54.847Q-7.646-54.636-7.646-54.304\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(211.43 36.847)\">\u003Cpath d=\"M-4.214-52.441Q-4.084-52.373-3.947-52.373Q-3.776-52.373-3.626-52.462Q-3.475-52.551-3.364-52.696Q-3.253-52.841-3.175-53.009L-2.911-53.576L-4.080-56.102Q-4.155-56.249-4.285-56.281Q-4.415-56.314-4.648-56.314L-4.648-56.594L-3.127-56.594L-3.127-56.314Q-3.475-56.314-3.475-56.167Q-3.472-56.146-3.470-56.129Q-3.468-56.112-3.468-56.102L-2.611-54.243L-1.838-55.914Q-1.804-55.982-1.804-56.061Q-1.804-56.174-1.888-56.244Q-1.971-56.314-2.084-56.314L-2.084-56.594L-0.888-56.594L-0.888-56.314Q-1.107-56.314-1.279-56.210Q-1.452-56.105-1.544-55.914L-2.881-53.009Q-3.051-52.639-3.321-52.393Q-3.592-52.147-3.947-52.147Q-4.217-52.147-4.436-52.313Q-4.655-52.479-4.655-52.742Q-4.655-52.879-4.562-52.968Q-4.470-53.056-4.330-53.056Q-4.193-53.056-4.104-52.968Q-4.015-52.879-4.015-52.742Q-4.015-52.639-4.068-52.561Q-4.121-52.482-4.214-52.441\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(211.43 36.847)\">\u003Cpath d=\"M2.347-55.087Q2.347-55.415 2.482-55.716Q2.617-56.016 2.853-56.237Q3.089-56.457 3.393-56.577Q3.698-56.697 4.022-56.697Q4.528-56.697 4.877-56.594Q5.225-56.492 5.225-56.116Q5.225-55.969 5.128-55.868Q5.031-55.767 4.884-55.767Q4.730-55.767 4.631-55.866Q4.532-55.965 4.532-56.116Q4.532-56.304 4.672-56.396Q4.470-56.447 4.029-56.447Q3.674-56.447 3.445-56.251Q3.216-56.054 3.115-55.745Q3.014-55.435 3.014-55.087Q3.014-54.738 3.140-54.432Q3.267-54.126 3.522-53.942Q3.776-53.757 4.132-53.757Q4.354-53.757 4.538-53.841Q4.723-53.925 4.858-54.080Q4.993-54.236 5.051-54.444Q5.065-54.499 5.119-54.499L5.232-54.499Q5.263-54.499 5.285-54.475Q5.307-54.451 5.307-54.417L5.307-54.396Q5.222-54.109 5.034-53.911Q4.846-53.713 4.581-53.610Q4.316-53.508 4.022-53.508Q3.592-53.508 3.204-53.714Q2.816-53.921 2.582-54.284Q2.347-54.646 2.347-55.087M7.563-53.576L5.960-53.576L5.960-53.856Q6.186-53.856 6.335-53.890Q6.483-53.925 6.483-54.065L6.483-57.684Q6.483-57.954 6.376-58.016Q6.268-58.077 5.960-58.077L5.960-58.358L7.037-58.433L7.037-54.065Q7.037-53.928 7.187-53.892Q7.338-53.856 7.563-53.856L7.563-53.576M8.216-54.304Q8.216-54.636 8.440-54.863Q8.664-55.090 9.007-55.218Q9.351-55.347 9.723-55.399Q10.096-55.452 10.400-55.452L10.400-55.705Q10.400-55.910 10.293-56.090Q10.185-56.269 10.004-56.372Q9.823-56.474 9.614-56.474Q9.207-56.474 8.971-56.382Q9.060-56.345 9.106-56.261Q9.153-56.177 9.153-56.075Q9.153-55.979 9.106-55.900Q9.060-55.822 8.980-55.777Q8.900-55.733 8.811-55.733Q8.660-55.733 8.560-55.830Q8.459-55.928 8.459-56.075Q8.459-56.697 9.614-56.697Q9.826-56.697 10.075-56.633Q10.325-56.570 10.527-56.451Q10.728-56.331 10.855-56.146Q10.981-55.962 10.981-55.719L10.981-54.143Q10.981-54.027 11.043-53.931Q11.104-53.836 11.217-53.836Q11.326-53.836 11.391-53.930Q11.456-54.024 11.456-54.143L11.456-54.591L11.723-54.591L11.723-54.143Q11.723-53.873 11.496-53.708Q11.268-53.542 10.988-53.542Q10.780-53.542 10.643-53.696Q10.506-53.849 10.482-54.065Q10.335-53.798 10.053-53.653Q9.771-53.508 9.447-53.508Q9.170-53.508 8.886-53.583Q8.602-53.658 8.409-53.837Q8.216-54.017 8.216-54.304M8.831-54.304Q8.831-54.130 8.932-54Q9.033-53.870 9.189-53.800Q9.344-53.730 9.508-53.730Q9.727-53.730 9.935-53.827Q10.144-53.925 10.272-54.106Q10.400-54.287 10.400-54.513L10.400-55.241Q10.075-55.241 9.710-55.150Q9.344-55.059 9.088-54.847Q8.831-54.636 8.831-54.304M12.140-53.583L12.140-54.646Q12.140-54.670 12.167-54.697Q12.195-54.724 12.219-54.724L12.328-54.724Q12.393-54.724 12.407-54.666Q12.502-54.232 12.748-53.981Q12.994-53.730 13.408-53.730Q13.750-53.730 14.003-53.863Q14.256-53.996 14.256-54.304Q14.256-54.461 14.162-54.576Q14.068-54.690 13.929-54.759Q13.791-54.827 13.623-54.865L13.042-54.964Q12.687-55.032 12.413-55.253Q12.140-55.473 12.140-55.815Q12.140-56.064 12.251-56.239Q12.362-56.413 12.548-56.512Q12.735-56.611 12.950-56.654Q13.165-56.697 13.408-56.697Q13.822-56.697 14.102-56.515L14.317-56.690Q14.327-56.693 14.334-56.695Q14.341-56.697 14.351-56.697L14.403-56.697Q14.430-56.697 14.454-56.673Q14.478-56.649 14.478-56.621L14.478-55.774Q14.478-55.753 14.454-55.726Q14.430-55.699 14.403-55.699L14.290-55.699Q14.262-55.699 14.237-55.724Q14.211-55.750 14.211-55.774Q14.211-56.010 14.105-56.174Q13.999-56.338 13.816-56.420Q13.634-56.502 13.401-56.502Q13.073-56.502 12.817-56.399Q12.560-56.297 12.560-56.020Q12.560-55.825 12.743-55.716Q12.926-55.606 13.155-55.565L13.729-55.459Q13.975-55.411 14.189-55.283Q14.403-55.155 14.539-54.952Q14.676-54.748 14.676-54.499Q14.676-53.986 14.310-53.747Q13.945-53.508 13.408-53.508Q12.912-53.508 12.581-53.802L12.314-53.528Q12.294-53.508 12.266-53.508L12.219-53.508Q12.195-53.508 12.167-53.535Q12.140-53.562 12.140-53.583M15.305-53.583L15.305-54.646Q15.305-54.670 15.332-54.697Q15.360-54.724 15.384-54.724L15.493-54.724Q15.558-54.724 15.572-54.666Q15.667-54.232 15.913-53.981Q16.159-53.730 16.573-53.730Q16.915-53.730 17.168-53.863Q17.421-53.996 17.421-54.304Q17.421-54.461 17.327-54.576Q17.233-54.690 17.094-54.759Q16.956-54.827 16.788-54.865L16.207-54.964Q15.852-55.032 15.578-55.253Q15.305-55.473 15.305-55.815Q15.305-56.064 15.416-56.239Q15.527-56.413 15.713-56.512Q15.900-56.611 16.115-56.654Q16.330-56.697 16.573-56.697Q16.987-56.697 17.267-56.515L17.482-56.690Q17.492-56.693 17.499-56.695Q17.506-56.697 17.516-56.697L17.568-56.697Q17.595-56.697 17.619-56.673Q17.643-56.649 17.643-56.621L17.643-55.774Q17.643-55.753 17.619-55.726Q17.595-55.699 17.568-55.699L17.455-55.699Q17.428-55.699 17.402-55.724Q17.376-55.750 17.376-55.774Q17.376-56.010 17.270-56.174Q17.164-56.338 16.981-56.420Q16.799-56.502 16.566-56.502Q16.238-56.502 15.982-56.399Q15.725-56.297 15.725-56.020Q15.725-55.825 15.908-55.716Q16.091-55.606 16.320-55.565L16.894-55.459Q17.140-55.411 17.354-55.283Q17.568-55.155 17.704-54.952Q17.841-54.748 17.841-54.499Q17.841-53.986 17.475-53.747Q17.110-53.508 16.573-53.508Q16.077-53.508 15.746-53.802L15.479-53.528Q15.459-53.508 15.431-53.508L15.384-53.508Q15.360-53.508 15.332-53.535Q15.305-53.562 15.305-53.583M20.087-53.576L18.535-53.576L18.535-53.856Q18.761-53.856 18.909-53.890Q19.058-53.925 19.058-54.065L19.058-55.914Q19.058-56.102 19.010-56.186Q18.962-56.269 18.865-56.288Q18.767-56.307 18.555-56.307L18.555-56.587L19.612-56.662L19.612-54.065Q19.612-53.925 19.743-53.890Q19.875-53.856 20.087-53.856L20.087-53.576M18.815-57.883Q18.815-58.054 18.938-58.173Q19.061-58.293 19.232-58.293Q19.400-58.293 19.523-58.173Q19.646-58.054 19.646-57.883Q19.646-57.708 19.523-57.585Q19.400-57.462 19.232-57.462Q19.061-57.462 18.938-57.585Q18.815-57.708 18.815-57.883M22.531-53.576L20.798-53.576L20.798-53.856Q21.023-53.856 21.172-53.890Q21.321-53.925 21.321-54.065L21.321-56.314L20.733-56.314L20.733-56.594L21.321-56.594L21.321-57.411Q21.321-57.729 21.498-57.977Q21.676-58.224 21.967-58.365Q22.257-58.505 22.568-58.505Q22.825-58.505 23.028-58.363Q23.231-58.221 23.231-57.978Q23.231-57.842 23.132-57.743Q23.033-57.643 22.896-57.643Q22.760-57.643 22.660-57.743Q22.561-57.842 22.561-57.978Q22.561-58.159 22.701-58.252Q22.623-58.279 22.524-58.279Q22.315-58.279 22.161-58.146Q22.008-58.013 21.927-57.809Q21.847-57.606 21.847-57.397L21.847-56.594L22.736-56.594L22.736-56.314L21.874-56.314L21.874-54.065Q21.874-53.856 22.531-53.856\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(211.43 36.847)\">\u003Cpath d=\"M25.408-53.576L23.856-53.576L23.856-53.856Q24.082-53.856 24.231-53.890Q24.379-53.925 24.379-54.065L24.379-55.914Q24.379-56.102 24.331-56.186Q24.284-56.269 24.186-56.288Q24.089-56.307 23.877-56.307L23.877-56.587L24.933-56.662L24.933-54.065Q24.933-53.925 25.065-53.890Q25.196-53.856 25.408-53.856L25.408-53.576M24.137-57.883Q24.137-58.054 24.260-58.173Q24.383-58.293 24.554-58.293Q24.721-58.293 24.844-58.173Q24.967-58.054 24.967-57.883Q24.967-57.708 24.844-57.585Q24.721-57.462 24.554-57.462Q24.383-57.462 24.260-57.585Q24.137-57.708 24.137-57.883M26.013-55.111Q26.013-55.432 26.138-55.721Q26.263-56.010 26.488-56.233Q26.714-56.457 27.009-56.577Q27.305-56.697 27.623-56.697Q27.951-56.697 28.213-56.597Q28.474-56.498 28.650-56.316Q28.826-56.133 28.920-55.875Q29.014-55.617 29.014-55.285Q29.014-55.193 28.932-55.172L26.676-55.172L26.676-55.111Q26.676-54.523 26.960-54.140Q27.244-53.757 27.811-53.757Q28.132-53.757 28.401-53.950Q28.669-54.143 28.758-54.458Q28.765-54.499 28.840-54.513L28.932-54.513Q29.014-54.489 29.014-54.417Q29.014-54.410 29.007-54.383Q28.894-53.986 28.524-53.747Q28.153-53.508 27.729-53.508Q27.291-53.508 26.892-53.716Q26.492-53.925 26.252-54.292Q26.013-54.659 26.013-55.111M26.683-55.381L28.498-55.381Q28.498-55.658 28.401-55.910Q28.303-56.163 28.105-56.319Q27.907-56.474 27.623-56.474Q27.346-56.474 27.133-56.316Q26.919-56.157 26.801-55.902Q26.683-55.647 26.683-55.381M31.352-53.576L29.616-53.576L29.616-53.856Q29.845-53.856 29.993-53.890Q30.142-53.925 30.142-54.065L30.142-55.914Q30.142-56.184 30.034-56.245Q29.927-56.307 29.616-56.307L29.616-56.587L30.644-56.662L30.644-55.955Q30.774-56.263 31.017-56.462Q31.260-56.662 31.578-56.662Q31.796-56.662 31.967-56.538Q32.138-56.413 32.138-56.201Q32.138-56.064 32.039-55.965Q31.940-55.866 31.807-55.866Q31.670-55.866 31.571-55.965Q31.472-56.064 31.472-56.201Q31.472-56.341 31.571-56.440Q31.280-56.440 31.080-56.244Q30.880-56.047 30.788-55.753Q30.696-55.459 30.696-55.179L30.696-54.065Q30.696-53.856 31.352-53.856\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The three-stage SRL pipeline for a fixed predicate. Pruning drops unlikely constituents by heuristic; identification is a binary argument\u002FNONE decision; classification is a 1-of-N assignment of a role label to each surviving argument.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:325.094px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 243.821 131.592\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-65.403 53.122h34.143V36.05h-34.143Z\"\u002F>\u003Cg transform=\"translate(-5.549 2.43)\">\u003Cpath d=\"M-47.491 43.745L-47.491 41.848L-48.130 41.848L-48.130 41.626Q-47.812 41.626-47.595 41.416Q-47.378 41.206-47.278 40.896Q-47.177 40.587-47.177 40.279L-46.910 40.279L-46.910 41.568L-45.833 41.568L-45.833 41.848L-46.910 41.848L-46.910 43.732Q-46.910 44.008-46.806 44.207Q-46.702 44.405-46.442 44.405Q-46.285 44.405-46.179 44.301Q-46.073 44.196-46.023 44.043Q-45.974 43.889-45.974 43.732L-45.974 43.318L-45.707 43.318L-45.707 43.745Q-45.707 43.971-45.806 44.181Q-45.905 44.391-46.090 44.523Q-46.274 44.654-46.503 44.654Q-46.941 44.654-47.216 44.417Q-47.491 44.179-47.491 43.745M-43.215 44.586L-44.849 44.586L-44.849 44.306Q-44.620 44.306-44.471 44.272Q-44.323 44.237-44.323 44.097L-44.323 40.478Q-44.323 40.208-44.430 40.146Q-44.538 40.085-44.849 40.085L-44.849 39.804L-43.769 39.729L-43.769 42.115Q-43.663 41.930-43.485 41.788Q-43.308 41.647-43.099 41.573Q-42.891 41.500-42.665 41.500Q-42.159 41.500-41.875 41.723Q-41.592 41.947-41.592 42.443L-41.592 44.097Q-41.592 44.234-41.443 44.270Q-41.294 44.306-41.069 44.306L-41.069 44.586L-42.699 44.586L-42.699 44.306Q-42.470 44.306-42.322 44.272Q-42.173 44.237-42.173 44.097L-42.173 42.457Q-42.173 42.122-42.292 41.922Q-42.412 41.722-42.727 41.722Q-42.997 41.722-43.231 41.858Q-43.465 41.995-43.603 42.229Q-43.742 42.463-43.742 42.737L-43.742 44.097Q-43.742 44.234-43.591 44.270Q-43.441 44.306-43.215 44.306L-43.215 44.586M-40.522 43.051Q-40.522 42.730-40.397 42.441Q-40.272 42.152-40.047 41.929Q-39.821 41.705-39.526 41.585Q-39.230 41.465-38.912 41.465Q-38.584 41.465-38.322 41.565Q-38.061 41.664-37.885 41.846Q-37.709 42.029-37.615 42.287Q-37.521 42.545-37.521 42.877Q-37.521 42.969-37.603 42.990L-39.859 42.990L-39.859 43.051Q-39.859 43.639-39.575 44.022Q-39.291 44.405-38.724 44.405Q-38.403 44.405-38.134 44.212Q-37.866 44.019-37.777 43.704Q-37.770 43.663-37.695 43.649L-37.603 43.649Q-37.521 43.673-37.521 43.745Q-37.521 43.752-37.528 43.779Q-37.641 44.176-38.011 44.415Q-38.382 44.654-38.806 44.654Q-39.244 44.654-39.644 44.446Q-40.043 44.237-40.283 43.870Q-40.522 43.503-40.522 43.051M-39.852 42.781L-38.037 42.781Q-38.037 42.504-38.134 42.252Q-38.232 41.999-38.430 41.843Q-38.628 41.688-38.912 41.688Q-39.189 41.688-39.403 41.846Q-39.616 42.005-39.734 42.260Q-39.852 42.515-39.852 42.781\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-28.415 53.122H5.73V36.05h-34.144Z\"\u002F>\u003Cg transform=\"translate(30.071 2.153)\">\u003Cpath d=\"M-48.018 43.075Q-48.018 42.747-47.883 42.446Q-47.748 42.146-47.512 41.925Q-47.276 41.705-46.972 41.585Q-46.667 41.465-46.343 41.465Q-45.837 41.465-45.488 41.568Q-45.140 41.670-45.140 42.046Q-45.140 42.193-45.237 42.294Q-45.334 42.395-45.481 42.395Q-45.635 42.395-45.734 42.296Q-45.833 42.197-45.833 42.046Q-45.833 41.858-45.693 41.766Q-45.895 41.715-46.336 41.715Q-46.691 41.715-46.920 41.911Q-47.149 42.108-47.250 42.417Q-47.351 42.727-47.351 43.075Q-47.351 43.424-47.225 43.730Q-47.098 44.036-46.843 44.220Q-46.589 44.405-46.233 44.405Q-46.011 44.405-45.827 44.321Q-45.642 44.237-45.507 44.082Q-45.372 43.926-45.314 43.718Q-45.300 43.663-45.246 43.663L-45.133 43.663Q-45.102 43.663-45.080 43.687Q-45.058 43.711-45.058 43.745L-45.058 43.766Q-45.143 44.053-45.331 44.251Q-45.519 44.449-45.784 44.552Q-46.049 44.654-46.343 44.654Q-46.773 44.654-47.161 44.448Q-47.549 44.241-47.783 43.878Q-48.018 43.516-48.018 43.075M-44.412 43.858Q-44.412 43.526-44.188 43.299Q-43.964 43.072-43.620 42.944Q-43.277 42.815-42.904 42.763Q-42.532 42.710-42.228 42.710L-42.228 42.457Q-42.228 42.252-42.335 42.072Q-42.443 41.893-42.624 41.790Q-42.805 41.688-43.014 41.688Q-43.420 41.688-43.656 41.780Q-43.567 41.817-43.521 41.901Q-43.475 41.985-43.475 42.087Q-43.475 42.183-43.521 42.262Q-43.567 42.340-43.648 42.385Q-43.728 42.429-43.817 42.429Q-43.967 42.429-44.068 42.332Q-44.169 42.234-44.169 42.087Q-44.169 41.465-43.014 41.465Q-42.802 41.465-42.552 41.529Q-42.303 41.592-42.101 41.711Q-41.899 41.831-41.773 42.016Q-41.646 42.200-41.646 42.443L-41.646 44.019Q-41.646 44.135-41.585 44.231Q-41.523 44.326-41.411 44.326Q-41.301 44.326-41.236 44.232Q-41.171 44.138-41.171 44.019L-41.171 43.571L-40.905 43.571L-40.905 44.019Q-40.905 44.289-41.132 44.454Q-41.359 44.620-41.640 44.620Q-41.848 44.620-41.985 44.466Q-42.122 44.313-42.145 44.097Q-42.292 44.364-42.574 44.509Q-42.856 44.654-43.181 44.654Q-43.458 44.654-43.742 44.579Q-44.025 44.504-44.218 44.325Q-44.412 44.145-44.412 43.858M-43.796 43.858Q-43.796 44.032-43.696 44.162Q-43.595 44.292-43.439 44.362Q-43.284 44.432-43.120 44.432Q-42.901 44.432-42.692 44.335Q-42.484 44.237-42.356 44.056Q-42.228 43.875-42.228 43.649L-42.228 42.921Q-42.552 42.921-42.918 43.012Q-43.284 43.103-43.540 43.315Q-43.796 43.526-43.796 43.858M-39.961 43.745L-39.961 41.848L-40.601 41.848L-40.601 41.626Q-40.283 41.626-40.066 41.416Q-39.849 41.206-39.748 40.896Q-39.647 40.587-39.647 40.279L-39.380 40.279L-39.380 41.568L-38.304 41.568L-38.304 41.848L-39.380 41.848L-39.380 43.732Q-39.380 44.008-39.276 44.207Q-39.172 44.405-38.912 44.405Q-38.755 44.405-38.649 44.301Q-38.543 44.196-38.493 44.043Q-38.444 43.889-38.444 43.732L-38.444 43.318L-38.177 43.318L-38.177 43.745Q-38.177 43.971-38.276 44.181Q-38.375 44.391-38.560 44.523Q-38.745 44.654-38.974 44.654Q-39.411 44.654-39.686 44.417Q-39.961 44.179-39.961 43.745M-37.367 44.579L-37.367 43.516Q-37.367 43.492-37.340 43.465Q-37.312 43.438-37.289 43.438L-37.179 43.438Q-37.114 43.438-37.101 43.496Q-37.005 43.930-36.759 44.181Q-36.513 44.432-36.099 44.432Q-35.757 44.432-35.504 44.299Q-35.251 44.166-35.251 43.858Q-35.251 43.701-35.345 43.586Q-35.439 43.472-35.578 43.403Q-35.716 43.335-35.884 43.297L-36.465 43.198Q-36.820 43.130-37.094 42.909Q-37.367 42.689-37.367 42.347Q-37.367 42.098-37.256 41.923Q-37.145 41.749-36.959 41.650Q-36.772 41.551-36.557 41.508Q-36.342 41.465-36.099 41.465Q-35.686 41.465-35.405 41.647L-35.190 41.472Q-35.180 41.469-35.173 41.467Q-35.166 41.465-35.156 41.465L-35.104 41.465Q-35.077 41.465-35.053 41.489Q-35.029 41.513-35.029 41.541L-35.029 42.388Q-35.029 42.409-35.053 42.436Q-35.077 42.463-35.104 42.463L-35.217 42.463Q-35.245 42.463-35.270 42.438Q-35.296 42.412-35.296 42.388Q-35.296 42.152-35.402 41.988Q-35.508 41.824-35.691 41.742Q-35.874 41.660-36.106 41.660Q-36.434 41.660-36.690 41.763Q-36.947 41.865-36.947 42.142Q-36.947 42.337-36.764 42.446Q-36.581 42.556-36.352 42.597L-35.778 42.703Q-35.532 42.751-35.318 42.879Q-35.104 43.007-34.968 43.210Q-34.831 43.414-34.831 43.663Q-34.831 44.176-35.197 44.415Q-35.562 44.654-36.099 44.654Q-36.595 44.654-36.926 44.360L-37.193 44.634Q-37.213 44.654-37.241 44.654L-37.289 44.654Q-37.312 44.654-37.340 44.627Q-37.367 44.600-37.367 44.579\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M8.574 53.122h34.143V36.05H8.574Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(67.19 2.43)\">\u003Cpath d=\"M-46.350 44.586L-47.953 44.586L-47.953 44.306Q-47.727 44.306-47.578 44.272Q-47.430 44.237-47.430 44.097L-47.430 40.478Q-47.430 40.208-47.537 40.146Q-47.645 40.085-47.953 40.085L-47.953 39.804L-46.876 39.729L-46.876 44.097Q-46.876 44.234-46.726 44.270Q-46.575 44.306-46.350 44.306L-46.350 44.586M-45.796 43.103Q-45.796 42.761-45.661 42.462Q-45.526 42.163-45.287 41.939Q-45.047 41.715-44.729 41.590Q-44.412 41.465-44.080 41.465Q-43.636 41.465-43.236 41.681Q-42.836 41.896-42.602 42.274Q-42.368 42.651-42.368 43.103Q-42.368 43.444-42.509 43.728Q-42.651 44.012-42.896 44.219Q-43.140 44.425-43.449 44.540Q-43.759 44.654-44.080 44.654Q-44.511 44.654-44.912 44.453Q-45.314 44.251-45.555 43.899Q-45.796 43.547-45.796 43.103M-44.080 44.405Q-43.478 44.405-43.255 44.027Q-43.031 43.649-43.031 43.017Q-43.031 42.405-43.265 42.046Q-43.499 41.688-44.080 41.688Q-45.133 41.688-45.133 43.017Q-45.133 43.649-44.907 44.027Q-44.682 44.405-44.080 44.405\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(67.19 2.43)\">\u003Cpath d=\"M-40.393 44.559L-41.521 42.060Q-41.593 41.913-41.723 41.881Q-41.853 41.848-42.082 41.848L-42.082 41.568L-40.568 41.568L-40.568 41.848Q-40.920 41.848-40.920 41.995Q-40.920 42.040-40.909 42.060L-40.045 43.978L-39.265 42.248Q-39.231 42.180-39.231 42.101Q-39.231 41.988-39.315 41.918Q-39.399 41.848-39.518 41.848L-39.518 41.568L-38.322 41.568L-38.322 41.848Q-38.541 41.848-38.712 41.951Q-38.882 42.053-38.971 42.248L-40.007 44.559Q-40.055 44.654-40.161 44.654L-40.239 44.654Q-40.345 44.654-40.393 44.559\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(67.19 2.43)\">\u003Cpath d=\"M-38.038 43.051Q-38.038 42.730-37.913 42.441Q-37.788 42.152-37.562 41.929Q-37.337 41.705-37.041 41.585Q-36.746 41.465-36.428 41.465Q-36.100 41.465-35.838 41.565Q-35.577 41.664-35.401 41.846Q-35.225 42.029-35.131 42.287Q-35.037 42.545-35.037 42.877Q-35.037 42.969-35.119 42.990L-37.374 42.990L-37.374 43.051Q-37.374 43.639-37.091 44.022Q-36.807 44.405-36.240 44.405Q-35.918 44.405-35.650 44.212Q-35.382 44.019-35.293 43.704Q-35.286 43.663-35.211 43.649L-35.119 43.649Q-35.037 43.673-35.037 43.745Q-35.037 43.752-35.043 43.779Q-35.156 44.176-35.527 44.415Q-35.898 44.654-36.322 44.654Q-36.759 44.654-37.159 44.446Q-37.559 44.237-37.798 43.870Q-38.038 43.503-38.038 43.051M-37.368 42.781L-35.553 42.781Q-35.553 42.504-35.650 42.252Q-35.748 41.999-35.946 41.843Q-36.144 41.688-36.428 41.688Q-36.705 41.688-36.918 41.846Q-37.132 42.005-37.250 42.260Q-37.368 42.515-37.368 42.781\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M45.562 53.122h34.143V36.05H45.562Z\"\u002F>\u003Cg transform=\"translate(103.618 2.43)\">\u003Cpath d=\"M-46.336 44.586L-47.970 44.586L-47.970 44.306Q-47.741 44.306-47.592 44.272Q-47.443 44.237-47.443 44.097L-47.443 40.478Q-47.443 40.208-47.551 40.146Q-47.659 40.085-47.970 40.085L-47.970 39.804L-46.890 39.729L-46.890 42.115Q-46.784 41.930-46.606 41.788Q-46.428 41.647-46.220 41.573Q-46.011 41.500-45.786 41.500Q-45.280 41.500-44.996 41.723Q-44.712 41.947-44.712 42.443L-44.712 44.097Q-44.712 44.234-44.564 44.270Q-44.415 44.306-44.189 44.306L-44.189 44.586L-45.820 44.586L-45.820 44.306Q-45.591 44.306-45.442 44.272Q-45.293 44.237-45.293 44.097L-45.293 42.457Q-45.293 42.122-45.413 41.922Q-45.533 41.722-45.847 41.722Q-46.117 41.722-46.351 41.858Q-46.585 41.995-46.724 42.229Q-46.862 42.463-46.862 42.737L-46.862 44.097Q-46.862 44.234-46.712 44.270Q-46.561 44.306-46.336 44.306L-46.336 44.586M-43.543 43.858Q-43.543 43.526-43.320 43.299Q-43.096 43.072-42.752 42.944Q-42.409 42.815-42.036 42.763Q-41.664 42.710-41.359 42.710L-41.359 42.457Q-41.359 42.252-41.467 42.072Q-41.575 41.893-41.756 41.790Q-41.937 41.688-42.145 41.688Q-42.552 41.688-42.788 41.780Q-42.699 41.817-42.653 41.901Q-42.607 41.985-42.607 42.087Q-42.607 42.183-42.653 42.262Q-42.699 42.340-42.780 42.385Q-42.860 42.429-42.949 42.429Q-43.099 42.429-43.200 42.332Q-43.301 42.234-43.301 42.087Q-43.301 41.465-42.145 41.465Q-41.934 41.465-41.684 41.529Q-41.435 41.592-41.233 41.711Q-41.031 41.831-40.905 42.016Q-40.778 42.200-40.778 42.443L-40.778 44.019Q-40.778 44.135-40.717 44.231Q-40.655 44.326-40.542 44.326Q-40.433 44.326-40.368 44.232Q-40.303 44.138-40.303 44.019L-40.303 43.571L-40.037 43.571L-40.037 44.019Q-40.037 44.289-40.264 44.454Q-40.491 44.620-40.771 44.620Q-40.980 44.620-41.117 44.466Q-41.253 44.313-41.277 44.097Q-41.424 44.364-41.706 44.509Q-41.988 44.654-42.313 44.654Q-42.590 44.654-42.874 44.579Q-43.157 44.504-43.350 44.325Q-43.543 44.145-43.543 43.858M-42.928 43.858Q-42.928 44.032-42.827 44.162Q-42.727 44.292-42.571 44.362Q-42.415 44.432-42.251 44.432Q-42.033 44.432-41.824 44.335Q-41.616 44.237-41.488 44.056Q-41.359 43.875-41.359 43.649L-41.359 42.921Q-41.684 42.921-42.050 43.012Q-42.415 43.103-42.672 43.315Q-42.928 43.526-42.928 43.858M-39.093 43.745L-39.093 41.848L-39.732 41.848L-39.732 41.626Q-39.415 41.626-39.197 41.416Q-38.980 41.206-38.880 40.896Q-38.779 40.587-38.779 40.279L-38.512 40.279L-38.512 41.568L-37.436 41.568L-37.436 41.848L-38.512 41.848L-38.512 43.732Q-38.512 44.008-38.408 44.207Q-38.304 44.405-38.044 44.405Q-37.887 44.405-37.781 44.301Q-37.675 44.196-37.625 44.043Q-37.576 43.889-37.576 43.732L-37.576 43.318L-37.309 43.318L-37.309 43.745Q-37.309 43.971-37.408 44.181Q-37.507 44.391-37.692 44.523Q-37.876 44.654-38.105 44.654Q-38.543 44.654-38.818 44.417Q-39.093 44.179-39.093 43.745M-36.499 44.579L-36.499 43.516Q-36.499 43.492-36.472 43.465Q-36.444 43.438-36.420 43.438L-36.311 43.438Q-36.246 43.438-36.232 43.496Q-36.137 43.930-35.891 44.181Q-35.645 44.432-35.231 44.432Q-34.889 44.432-34.636 44.299Q-34.383 44.166-34.383 43.858Q-34.383 43.701-34.477 43.586Q-34.571 43.472-34.710 43.403Q-34.848 43.335-35.016 43.297L-35.597 43.198Q-35.952 43.130-36.226 42.909Q-36.499 42.689-36.499 42.347Q-36.499 42.098-36.388 41.923Q-36.277 41.749-36.091 41.650Q-35.904 41.551-35.689 41.508Q-35.474 41.465-35.231 41.465Q-34.817 41.465-34.537 41.647L-34.322 41.472Q-34.311 41.469-34.305 41.467Q-34.298 41.465-34.288 41.465L-34.236 41.465Q-34.209 41.465-34.185 41.489Q-34.161 41.513-34.161 41.541L-34.161 42.388Q-34.161 42.409-34.185 42.436Q-34.209 42.463-34.236 42.463L-34.349 42.463Q-34.376 42.463-34.402 42.438Q-34.428 42.412-34.428 42.388Q-34.428 42.152-34.534 41.988Q-34.640 41.824-34.822 41.742Q-35.005 41.660-35.238 41.660Q-35.566 41.660-35.822 41.763Q-36.079 41.865-36.079 42.142Q-36.079 42.337-35.896 42.446Q-35.713 42.556-35.484 42.597L-34.910 42.703Q-34.664 42.751-34.450 42.879Q-34.236 43.007-34.100 43.210Q-33.963 43.414-33.963 43.663Q-33.963 44.176-34.329 44.415Q-34.694 44.654-35.231 44.654Q-35.727 44.654-36.058 44.360L-36.325 44.634Q-36.345 44.654-36.373 44.654L-36.420 44.654Q-36.444 44.654-36.472 44.627Q-36.499 44.600-36.499 44.579\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M90.056 53.122h41.895V36.05H90.056Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(141.72 1.75)\">\u003Cpath d=\"M-46.350 44.586L-47.953 44.586L-47.953 44.306Q-47.727 44.306-47.578 44.272Q-47.430 44.237-47.430 44.097L-47.430 40.478Q-47.430 40.208-47.537 40.146Q-47.645 40.085-47.953 40.085L-47.953 39.804L-46.876 39.729L-46.876 44.097Q-46.876 44.234-46.726 44.270Q-46.575 44.306-46.350 44.306L-46.350 44.586M-45.796 43.103Q-45.796 42.761-45.661 42.462Q-45.526 42.163-45.287 41.939Q-45.047 41.715-44.729 41.590Q-44.412 41.465-44.080 41.465Q-43.636 41.465-43.236 41.681Q-42.836 41.896-42.602 42.274Q-42.368 42.651-42.368 43.103Q-42.368 43.444-42.509 43.728Q-42.651 44.012-42.896 44.219Q-43.140 44.425-43.449 44.540Q-43.759 44.654-44.080 44.654Q-44.511 44.654-44.912 44.453Q-45.314 44.251-45.555 43.899Q-45.796 43.547-45.796 43.103M-44.080 44.405Q-43.478 44.405-43.255 44.027Q-43.031 43.649-43.031 43.017Q-43.031 42.405-43.265 42.046Q-43.499 41.688-44.080 41.688Q-45.133 41.688-45.133 43.017Q-45.133 43.649-44.907 44.027Q-44.682 44.405-44.080 44.405\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(141.72 1.75)\">\u003Cpath d=\"M-40.393 44.559L-41.521 42.060Q-41.593 41.913-41.723 41.881Q-41.853 41.848-42.082 41.848L-42.082 41.568L-40.568 41.568L-40.568 41.848Q-40.920 41.848-40.920 41.995Q-40.920 42.040-40.909 42.060L-40.045 43.978L-39.265 42.248Q-39.231 42.180-39.231 42.101Q-39.231 41.988-39.315 41.918Q-39.399 41.848-39.518 41.848L-39.518 41.568L-38.322 41.568L-38.322 41.848Q-38.541 41.848-38.712 41.951Q-38.882 42.053-38.971 42.248L-40.007 44.559Q-40.055 44.654-40.161 44.654L-40.239 44.654Q-40.345 44.654-40.393 44.559\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(141.72 1.75)\">\u003Cpath d=\"M-38.038 43.051Q-38.038 42.730-37.913 42.441Q-37.788 42.152-37.562 41.929Q-37.337 41.705-37.041 41.585Q-36.746 41.465-36.428 41.465Q-36.100 41.465-35.838 41.565Q-35.577 41.664-35.401 41.846Q-35.225 42.029-35.131 42.287Q-35.037 42.545-35.037 42.877Q-35.037 42.969-35.119 42.990L-37.374 42.990L-37.374 43.051Q-37.374 43.639-37.091 44.022Q-36.807 44.405-36.240 44.405Q-35.918 44.405-35.650 44.212Q-35.382 44.019-35.293 43.704Q-35.286 43.663-35.211 43.649L-35.119 43.649Q-35.037 43.673-35.037 43.745Q-35.037 43.752-35.043 43.779Q-35.156 44.176-35.527 44.415Q-35.898 44.654-36.322 44.654Q-36.759 44.654-37.159 44.446Q-37.559 44.237-37.798 43.870Q-38.038 43.503-38.038 43.051M-37.368 42.781L-35.553 42.781Q-35.553 42.504-35.650 42.252Q-35.748 41.999-35.946 41.843Q-36.144 41.688-36.428 41.688Q-36.705 41.688-36.918 41.846Q-37.132 42.005-37.250 42.260Q-37.368 42.515-37.368 42.781M-29.281 43.779L-34.114 43.779Q-34.182 43.769-34.228 43.723Q-34.274 43.677-34.274 43.605Q-34.274 43.540-34.228 43.494Q-34.182 43.448-34.114 43.438L-29.281 43.438Q-29.212 43.448-29.166 43.494Q-29.120 43.540-29.120 43.605Q-29.120 43.677-29.166 43.723Q-29.212 43.769-29.281 43.779M-29.281 42.241L-34.114 42.241Q-34.182 42.231-34.228 42.185Q-34.274 42.139-34.274 42.067Q-34.274 41.923-34.114 41.899L-29.281 41.899Q-29.120 41.923-29.120 42.067Q-29.120 42.139-29.166 42.185Q-29.212 42.231-29.281 42.241M-26.666 45.943L-28.296 45.943L-28.296 45.663Q-28.067 45.663-27.919 45.628Q-27.770 45.594-27.770 45.454L-27.770 42.108Q-27.770 41.937-27.907 41.896Q-28.043 41.855-28.296 41.855L-28.296 41.575L-27.216 41.500L-27.216 41.906Q-26.994 41.705-26.707 41.602Q-26.420 41.500-26.112 41.500Q-25.685 41.500-25.321 41.713Q-24.957 41.927-24.743 42.291Q-24.530 42.655-24.530 43.075Q-24.530 43.520-24.769 43.884Q-25.008 44.248-25.401 44.451Q-25.794 44.654-26.239 44.654Q-26.505 44.654-26.753 44.554Q-27.001 44.453-27.189 44.272L-27.189 45.454Q-27.189 45.591-27.040 45.627Q-26.892 45.663-26.666 45.663L-26.666 45.943M-27.189 42.255L-27.189 43.865Q-27.056 44.118-26.813 44.275Q-26.570 44.432-26.293 44.432Q-25.965 44.432-25.712 44.231Q-25.459 44.029-25.326 43.711Q-25.193 43.393-25.193 43.075Q-25.193 42.846-25.258 42.617Q-25.323 42.388-25.451 42.190Q-25.579 41.992-25.774 41.872Q-25.969 41.753-26.201 41.753Q-26.495 41.753-26.763 41.882Q-27.032 42.012-27.189 42.255M-22.144 44.586L-23.880 44.586L-23.880 44.306Q-23.651 44.306-23.503 44.272Q-23.354 44.237-23.354 44.097L-23.354 42.248Q-23.354 41.978-23.462 41.917Q-23.569 41.855-23.880 41.855L-23.880 41.575L-22.852 41.500L-22.852 42.207Q-22.722 41.899-22.479 41.700Q-22.236 41.500-21.918 41.500Q-21.700 41.500-21.529 41.624Q-21.358 41.749-21.358 41.961Q-21.358 42.098-21.457 42.197Q-21.556 42.296-21.689 42.296Q-21.826 42.296-21.925 42.197Q-22.024 42.098-22.024 41.961Q-22.024 41.821-21.925 41.722Q-22.216 41.722-22.416 41.918Q-22.616 42.115-22.708 42.409Q-22.800 42.703-22.800 42.983L-22.800 44.097Q-22.800 44.306-22.144 44.306L-22.144 44.586M-20.814 43.051Q-20.814 42.730-20.690 42.441Q-20.565 42.152-20.339 41.929Q-20.114 41.705-19.818 41.585Q-19.522 41.465-19.205 41.465Q-18.876 41.465-18.615 41.565Q-18.353 41.664-18.177 41.846Q-18.001 42.029-17.907 42.287Q-17.813 42.545-17.813 42.877Q-17.813 42.969-17.895 42.990L-20.151 42.990L-20.151 43.051Q-20.151 43.639-19.868 44.022Q-19.584 44.405-19.017 44.405Q-18.695 44.405-18.427 44.212Q-18.159 44.019-18.070 43.704Q-18.063 43.663-17.988 43.649L-17.895 43.649Q-17.813 43.673-17.813 43.745Q-17.813 43.752-17.820 43.779Q-17.933 44.176-18.304 44.415Q-18.675 44.654-19.099 44.654Q-19.536 44.654-19.936 44.446Q-20.336 44.237-20.575 43.870Q-20.814 43.503-20.814 43.051M-20.144 42.781L-18.330 42.781Q-18.330 42.504-18.427 42.252Q-18.524 41.999-18.723 41.843Q-18.921 41.688-19.205 41.688Q-19.481 41.688-19.695 41.846Q-19.909 42.005-20.027 42.260Q-20.144 42.515-20.144 42.781M-17.226 43.075Q-17.226 42.737-17.085 42.446Q-16.945 42.156-16.701 41.942Q-16.457 41.729-16.152 41.614Q-15.848 41.500-15.523 41.500Q-15.253 41.500-14.990 41.599Q-14.727 41.698-14.536 41.876L-14.536 40.478Q-14.536 40.208-14.643 40.146Q-14.751 40.085-15.062 40.085L-15.062 39.804L-13.985 39.729L-13.985 43.913Q-13.985 44.101-13.931 44.184Q-13.876 44.268-13.775 44.287Q-13.674 44.306-13.459 44.306L-13.459 44.586L-14.566 44.654L-14.566 44.237Q-14.983 44.654-15.609 44.654Q-16.040 44.654-16.412 44.442Q-16.785 44.231-17.005 43.870Q-17.226 43.509-17.226 43.075M-15.551 44.432Q-15.342 44.432-15.156 44.360Q-14.970 44.289-14.816 44.152Q-14.662 44.015-14.566 43.837L-14.566 42.228Q-14.652 42.081-14.797 41.961Q-14.942 41.841-15.112 41.782Q-15.281 41.722-15.462 41.722Q-16.022 41.722-16.291 42.111Q-16.559 42.501-16.559 43.082Q-16.559 43.653-16.325 44.043Q-16.091 44.432-15.551 44.432\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-59.713 18.979H88.241V-3.783H-59.713Z\"\u002F>\u003Cg transform=\"translate(38.96 -33.914)\">\u003Cpath d=\"M-42.698 44.586L-48.007 44.586L-48.007 44.270Q-47.088 44.270-47.088 43.975L-47.088 39.049Q-47.088 38.754-48.007 38.754L-48.007 38.438L-42.817 38.438L-42.562 40.499L-42.852 40.499Q-42.922 39.906-43.037 39.574Q-43.151 39.242-43.360 39.066Q-43.568 38.891-43.913 38.823Q-44.258 38.754-44.869 38.754L-45.783 38.754Q-46.034 38.754-46.139 38.803Q-46.245 38.851-46.245 39.049L-46.245 41.237L-45.559 41.237Q-45.080 41.237-44.858 41.163Q-44.636 41.088-44.544 40.873Q-44.452 40.657-44.452 40.187L-44.166 40.187L-44.166 42.604L-44.452 42.604Q-44.452 42.134-44.544 41.919Q-44.636 41.703-44.858 41.628Q-45.080 41.554-45.559 41.554L-46.245 41.554L-46.245 43.975Q-46.245 44.169-46.139 44.219Q-46.034 44.270-45.783 44.270L-44.803 44.270Q-44.166 44.270-43.777 44.173Q-43.388 44.076-43.168 43.854Q-42.949 43.632-42.828 43.254Q-42.707 42.877-42.597 42.226L-42.311 42.226L-42.698 44.586M-39.565 44.586L-41.714 44.586L-41.714 44.270Q-40.795 44.270-40.795 43.720L-40.795 38.807Q-41.077 38.754-41.714 38.754L-41.714 38.438L-40.022 38.438Q-39.956 38.438-39.943 38.482L-36.665 43.171L-36.665 39.304Q-36.665 38.754-37.583 38.754L-37.583 38.438L-35.434 38.438L-35.434 38.754Q-36.353 38.754-36.353 39.304L-36.353 44.476Q-36.353 44.520-36.381 44.553Q-36.410 44.586-36.449 44.586L-36.559 44.586Q-36.625 44.586-36.638 44.542L-40.483 39.040L-40.483 43.720Q-40.483 44.270-39.565 44.270L-39.565 44.586M-33.030 43.624Q-32.709 44.015-32.235 44.241Q-31.760 44.467-31.246 44.467Q-30.684 44.467-30.227 44.184Q-29.770 43.900-29.506 43.417Q-29.242 42.934-29.242 42.389Q-29.242 42.358-29.211 42.334Q-29.181 42.310-29.150 42.310L-29.044 42.310Q-28.952 42.310-28.952 42.424Q-28.952 43.065-29.282 43.608Q-29.611 44.151-30.169 44.467Q-30.728 44.784-31.365 44.784Q-32.244 44.784-32.986 44.340Q-33.729 43.896-34.162 43.140Q-34.595 42.384-34.595 41.510Q-34.595 40.864-34.346 40.264Q-34.098 39.664-33.650 39.207Q-33.202 38.750-32.613 38.495Q-32.024 38.240-31.365 38.240Q-30.890 38.240-30.448 38.447Q-30.007 38.653-29.682 39.014L-29.159 38.275Q-29.141 38.240-29.097 38.240L-29.044 38.240Q-29.009 38.240-28.981 38.269Q-28.952 38.297-28.952 38.324L-28.952 40.754Q-28.952 40.776-28.985 40.805Q-29.018 40.833-29.044 40.833L-29.176 40.833Q-29.203 40.833-29.236 40.805Q-29.269 40.776-29.269 40.754Q-29.269 40.468-29.409 40.075Q-29.550 39.682-29.717 39.440Q-29.994 39.036-30.391 38.796Q-30.789 38.557-31.255 38.557Q-31.593 38.557-31.923 38.658Q-32.252 38.759-32.536 38.952Q-32.819 39.146-33.030 39.400Q-33.641 40.152-33.641 41.510Q-33.641 42.129-33.505 42.668Q-33.369 43.206-33.030 43.624M-24.839 44.784Q-25.485 44.784-26.045 44.524Q-26.605 44.265-27.027 43.808Q-27.449 43.351-27.682 42.760Q-27.915 42.169-27.915 41.545Q-27.915 40.912-27.684 40.306Q-27.454 39.699-27.036 39.238Q-26.619 38.776-26.054 38.508Q-25.489 38.240-24.839 38.240Q-24.184 38.240-23.615 38.508Q-23.046 38.776-22.631 39.242Q-22.215 39.708-21.987 40.304Q-21.758 40.899-21.758 41.545Q-21.758 42.169-21.987 42.760Q-22.215 43.351-22.639 43.808Q-23.063 44.265-23.626 44.524Q-24.188 44.784-24.839 44.784M-26.395 43.597Q-26.214 43.861-25.973 44.056Q-25.731 44.252-25.441 44.364Q-25.151 44.476-24.839 44.476Q-24.527 44.476-24.235 44.364Q-23.942 44.252-23.698 44.054Q-23.455 43.857-23.283 43.597Q-23.077 43.307-22.949 42.945Q-22.822 42.582-22.769 42.195Q-22.716 41.809-22.716 41.391Q-22.716 40.108-23.283 39.357Q-23.459 39.106-23.705 38.919Q-23.951 38.732-24.241 38.631Q-24.531 38.530-24.839 38.530Q-25.291 38.530-25.705 38.750Q-26.118 38.970-26.395 39.357Q-26.693 39.756-26.827 40.279Q-26.961 40.802-26.961 41.391Q-26.961 41.809-26.909 42.195Q-26.856 42.582-26.728 42.945Q-26.601 43.307-26.395 43.597M-17.522 44.586L-20.897 44.586L-20.897 44.270Q-19.978 44.270-19.978 43.975L-19.978 39.049Q-19.978 38.754-20.897 38.754L-20.897 38.438L-17.522 38.438Q-16.907 38.438-16.382 38.697Q-15.856 38.957-15.481 39.398Q-15.105 39.840-14.901 40.405Q-14.696 40.969-14.696 41.571Q-14.696 42.349-15.065 43.048Q-15.435 43.747-16.083 44.166Q-16.731 44.586-17.522 44.586M-19.161 39.049L-19.161 43.975Q-19.161 44.169-19.056 44.219Q-18.950 44.270-18.700 44.270L-17.755 44.270Q-17.280 44.270-16.847 44.074Q-16.415 43.878-16.129 43.514Q-15.834 43.149-15.729 42.668Q-15.624 42.187-15.624 41.571Q-15.624 41.171-15.663 40.813Q-15.703 40.455-15.812 40.137Q-15.922 39.818-16.129 39.545Q-16.318 39.291-16.577 39.115Q-16.836 38.939-17.135 38.847Q-17.434 38.754-17.755 38.754L-18.700 38.754Q-18.950 38.754-19.056 38.803Q-19.161 38.851-19.161 39.049M-8.540 44.586L-13.848 44.586L-13.848 44.270Q-12.930 44.270-12.930 43.975L-12.930 39.049Q-12.930 38.754-13.848 38.754L-13.848 38.438L-8.658 38.438L-8.403 40.499L-8.693 40.499Q-8.764 39.906-8.878 39.574Q-8.992 39.242-9.201 39.066Q-9.410 38.891-9.755 38.823Q-10.100 38.754-10.710 38.754L-11.624 38.754Q-11.875 38.754-11.980 38.803Q-12.086 38.851-12.086 39.049L-12.086 41.237L-11.400 41.237Q-10.921 41.237-10.699 41.163Q-10.478 41.088-10.385 40.873Q-10.293 40.657-10.293 40.187L-10.007 40.187L-10.007 42.604L-10.293 42.604Q-10.293 42.134-10.385 41.919Q-10.478 41.703-10.699 41.628Q-10.921 41.554-11.400 41.554L-12.086 41.554L-12.086 43.975Q-12.086 44.169-11.980 44.219Q-11.875 44.270-11.624 44.270L-10.645 44.270Q-10.007 44.270-9.618 44.173Q-9.229 44.076-9.010 43.854Q-8.790 43.632-8.669 43.254Q-8.548 42.877-8.438 42.226L-8.153 42.226L-8.540 44.586M-4.883 44.586L-7.538 44.586L-7.538 44.270Q-6.619 44.270-6.619 43.975L-6.619 39.049Q-6.619 38.754-7.538 38.754L-7.538 38.438L-4.677 38.438Q-4.303 38.438-3.879 38.537Q-3.455 38.636-3.082 38.836Q-2.708 39.036-2.473 39.346Q-2.238 39.655-2.238 40.068Q-2.238 40.438-2.464 40.739Q-2.690 41.040-3.042 41.237Q-3.394 41.435-3.758 41.527Q-2.840 41.853-2.686 42.688L-2.581 43.479Q-2.537 43.813-2.493 44.006Q-2.449 44.199-2.319 44.362Q-2.189 44.524-1.957 44.524Q-1.684 44.524-1.541 44.274Q-1.398 44.023-1.398 43.720Q-1.398 43.681-1.365 43.652Q-1.332 43.624-1.293 43.624L-1.209 43.624Q-1.161 43.624-1.137 43.657Q-1.113 43.690-1.113 43.738Q-1.113 43.975-1.214 44.223Q-1.315 44.472-1.510 44.628Q-1.706 44.784-1.957 44.784Q-2.616 44.784-3.075 44.459Q-3.534 44.133-3.534 43.496L-3.534 42.705Q-3.534 42.406-3.697 42.160Q-3.859 41.914-4.123 41.778Q-4.387 41.642-4.686 41.642L-5.802 41.642L-5.802 43.975Q-5.802 44.270-4.883 44.270L-4.883 44.586M-5.802 39.049L-5.802 41.382L-4.795 41.382Q-4.044 41.382-3.618 41.084Q-3.191 40.785-3.191 40.068Q-3.191 39.335-3.611 39.044Q-4.031 38.754-4.795 38.754L-5.340 38.754Q-5.591 38.754-5.696 38.803Q-5.802 38.851-5.802 39.049\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"m-31.06 37.637 43.47-17.511\"\u002F>\u003Cpath stroke=\"none\" d=\"m14.264 19.379-3.566-.289 1.711 1.036-.515 1.932\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"m-2.472 35.85 15.31-15.068\"\u002F>\u003Cpath stroke=\"none\" d=\"m14.264 19.379-3.403 1.104 1.978.299.267 1.981\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"m21.703 35.85-6.616-14.649\"\u002F>\u003Cpath stroke=\"none\" d=\"m14.264 19.379-.141 3.574.964-1.752 1.952.436\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"m45.877 35.85-29.84-15.547\"\u002F>\u003Cpath stroke=\"none\" d=\"m14.264 19.379 2.099 2.897-.325-1.973 1.803-.865\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M111.004 35.85c0-10.88-11.854-13.655-20.43-15.954\"\u002F>\u003Cpath stroke=\"none\" d=\"m88.641 19.379 2.677 2.373-.745-1.856 1.573-1.235\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-65.403-22.278h34.143v-14.226h-34.143Z\"\u002F>\u003Cg transform=\"translate(-8.111 -71.586)\">\u003Cpath d=\"M-45.639 44.586L-47.953 44.586L-47.953 44.306Q-47.231 44.306-47.231 44.097L-47.231 40.296Q-47.231 40.085-47.953 40.085L-47.953 39.804L-43.769 39.804L-43.557 41.441L-43.824 41.441Q-43.902 40.830-44.054 40.551Q-44.207 40.273-44.511 40.179Q-44.815 40.085-45.440 40.085L-46.175 40.085Q-46.363 40.085-46.452 40.119Q-46.541 40.153-46.541 40.296L-46.541 42.053L-45.987 42.053Q-45.618 42.053-45.434 41.999Q-45.249 41.944-45.170 41.771Q-45.092 41.599-45.092 41.233L-44.825 41.233L-44.825 43.150L-45.092 43.150Q-45.092 42.785-45.170 42.612Q-45.249 42.440-45.434 42.387Q-45.618 42.334-45.987 42.334L-46.541 42.334L-46.541 44.097Q-46.541 44.306-45.639 44.306L-45.639 44.586M-40.481 44.586L-42.795 44.586L-42.795 44.306Q-42.074 44.306-42.074 44.097L-42.074 40.296Q-42.074 40.085-42.795 40.085L-42.795 39.804L-38.611 39.804L-38.399 41.441L-38.666 41.441Q-38.745 40.830-38.897 40.551Q-39.049 40.273-39.353 40.179Q-39.657 40.085-40.283 40.085L-41.018 40.085Q-41.206 40.085-41.294 40.119Q-41.383 40.153-41.383 40.296L-41.383 42.053L-40.830 42.053Q-40.460 42.053-40.276 41.999Q-40.091 41.944-40.013 41.771Q-39.934 41.599-39.934 41.233L-39.667 41.233L-39.667 43.150L-39.934 43.150Q-39.934 42.785-40.013 42.612Q-40.091 42.440-40.276 42.387Q-40.460 42.334-40.830 42.334L-41.383 42.334L-41.383 44.097Q-41.383 44.306-40.481 44.306L-40.481 44.586M-35.904 44.586L-37.637 44.586L-37.637 44.306Q-36.916 44.306-36.916 43.906L-36.916 40.119Q-37.148 40.085-37.637 40.085L-37.637 39.804L-36.280 39.804Q-36.239 39.818-36.219 39.832L-33.515 43.479L-33.515 40.484Q-33.515 40.085-34.236 40.085L-34.236 39.804L-32.500 39.804L-32.500 40.085Q-33.221 40.085-33.221 40.484L-33.221 44.494Q-33.238 44.569-33.307 44.586L-33.426 44.586Q-33.474 44.576-33.488 44.552L-36.622 40.331L-36.622 43.906Q-36.622 44.306-35.904 44.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-28.415-22.278H5.73v-14.226h-34.144Z\"\u002F>\u003Cg transform=\"translate(28.878 -71.586)\">\u003Cpath d=\"M-45.639 44.586L-47.953 44.586L-47.953 44.306Q-47.231 44.306-47.231 44.097L-47.231 40.296Q-47.231 40.085-47.953 40.085L-47.953 39.804L-43.769 39.804L-43.557 41.441L-43.824 41.441Q-43.902 40.830-44.054 40.551Q-44.207 40.273-44.511 40.179Q-44.815 40.085-45.440 40.085L-46.175 40.085Q-46.363 40.085-46.452 40.119Q-46.541 40.153-46.541 40.296L-46.541 42.053L-45.987 42.053Q-45.618 42.053-45.434 41.999Q-45.249 41.944-45.170 41.771Q-45.092 41.599-45.092 41.233L-44.825 41.233L-44.825 43.150L-45.092 43.150Q-45.092 42.785-45.170 42.612Q-45.249 42.440-45.434 42.387Q-45.618 42.334-45.987 42.334L-46.541 42.334L-46.541 44.097Q-46.541 44.306-45.639 44.306L-45.639 44.586M-40.481 44.586L-42.795 44.586L-42.795 44.306Q-42.074 44.306-42.074 44.097L-42.074 40.296Q-42.074 40.085-42.795 40.085L-42.795 39.804L-38.611 39.804L-38.399 41.441L-38.666 41.441Q-38.745 40.830-38.897 40.551Q-39.049 40.273-39.353 40.179Q-39.657 40.085-40.283 40.085L-41.018 40.085Q-41.206 40.085-41.294 40.119Q-41.383 40.153-41.383 40.296L-41.383 42.053L-40.830 42.053Q-40.460 42.053-40.276 41.999Q-40.091 41.944-40.013 41.771Q-39.934 41.599-39.934 41.233L-39.667 41.233L-39.667 43.150L-39.934 43.150Q-39.934 42.785-40.013 42.612Q-40.091 42.440-40.276 42.387Q-40.460 42.334-40.830 42.334L-41.383 42.334L-41.383 44.097Q-41.383 44.306-40.481 44.306L-40.481 44.586M-35.904 44.586L-37.637 44.586L-37.637 44.306Q-36.916 44.306-36.916 43.906L-36.916 40.119Q-37.148 40.085-37.637 40.085L-37.637 39.804L-36.280 39.804Q-36.239 39.818-36.219 39.832L-33.515 43.479L-33.515 40.484Q-33.515 40.085-34.236 40.085L-34.236 39.804L-32.500 39.804L-32.500 40.085Q-33.221 40.085-33.221 40.484L-33.221 44.494Q-33.238 44.569-33.307 44.586L-33.426 44.586Q-33.474 44.576-33.488 44.552L-36.622 40.331L-36.622 43.906Q-36.622 44.306-35.904 44.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M8.574-22.278h34.143v-14.226H8.574Z\"\u002F>\u003Cg transform=\"translate(65.866 -71.586)\">\u003Cpath d=\"M-45.639 44.586L-47.953 44.586L-47.953 44.306Q-47.231 44.306-47.231 44.097L-47.231 40.296Q-47.231 40.085-47.953 40.085L-47.953 39.804L-43.769 39.804L-43.557 41.441L-43.824 41.441Q-43.902 40.830-44.054 40.551Q-44.207 40.273-44.511 40.179Q-44.815 40.085-45.440 40.085L-46.175 40.085Q-46.363 40.085-46.452 40.119Q-46.541 40.153-46.541 40.296L-46.541 42.053L-45.987 42.053Q-45.618 42.053-45.434 41.999Q-45.249 41.944-45.170 41.771Q-45.092 41.599-45.092 41.233L-44.825 41.233L-44.825 43.150L-45.092 43.150Q-45.092 42.785-45.170 42.612Q-45.249 42.440-45.434 42.387Q-45.618 42.334-45.987 42.334L-46.541 42.334L-46.541 44.097Q-46.541 44.306-45.639 44.306L-45.639 44.586M-40.481 44.586L-42.795 44.586L-42.795 44.306Q-42.074 44.306-42.074 44.097L-42.074 40.296Q-42.074 40.085-42.795 40.085L-42.795 39.804L-38.611 39.804L-38.399 41.441L-38.666 41.441Q-38.745 40.830-38.897 40.551Q-39.049 40.273-39.353 40.179Q-39.657 40.085-40.283 40.085L-41.018 40.085Q-41.206 40.085-41.294 40.119Q-41.383 40.153-41.383 40.296L-41.383 42.053L-40.830 42.053Q-40.460 42.053-40.276 41.999Q-40.091 41.944-40.013 41.771Q-39.934 41.599-39.934 41.233L-39.667 41.233L-39.667 43.150L-39.934 43.150Q-39.934 42.785-40.013 42.612Q-40.091 42.440-40.276 42.387Q-40.460 42.334-40.830 42.334L-41.383 42.334L-41.383 44.097Q-41.383 44.306-40.481 44.306L-40.481 44.586M-35.904 44.586L-37.637 44.586L-37.637 44.306Q-36.916 44.306-36.916 43.906L-36.916 40.119Q-37.148 40.085-37.637 40.085L-37.637 39.804L-36.280 39.804Q-36.239 39.818-36.219 39.832L-33.515 43.479L-33.515 40.484Q-33.515 40.085-34.236 40.085L-34.236 39.804L-32.500 39.804L-32.500 40.085Q-33.221 40.085-33.221 40.484L-33.221 44.494Q-33.238 44.569-33.307 44.586L-33.426 44.586Q-33.474 44.576-33.488 44.552L-36.622 40.331L-36.622 43.906Q-36.622 44.306-35.904 44.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M45.562-22.278h34.143v-14.226H45.562Z\"\u002F>\u003Cg transform=\"translate(102.854 -71.586)\">\u003Cpath d=\"M-45.639 44.586L-47.953 44.586L-47.953 44.306Q-47.231 44.306-47.231 44.097L-47.231 40.296Q-47.231 40.085-47.953 40.085L-47.953 39.804L-43.769 39.804L-43.557 41.441L-43.824 41.441Q-43.902 40.830-44.054 40.551Q-44.207 40.273-44.511 40.179Q-44.815 40.085-45.440 40.085L-46.175 40.085Q-46.363 40.085-46.452 40.119Q-46.541 40.153-46.541 40.296L-46.541 42.053L-45.987 42.053Q-45.618 42.053-45.434 41.999Q-45.249 41.944-45.170 41.771Q-45.092 41.599-45.092 41.233L-44.825 41.233L-44.825 43.150L-45.092 43.150Q-45.092 42.785-45.170 42.612Q-45.249 42.440-45.434 42.387Q-45.618 42.334-45.987 42.334L-46.541 42.334L-46.541 44.097Q-46.541 44.306-45.639 44.306L-45.639 44.586M-40.481 44.586L-42.795 44.586L-42.795 44.306Q-42.074 44.306-42.074 44.097L-42.074 40.296Q-42.074 40.085-42.795 40.085L-42.795 39.804L-38.611 39.804L-38.399 41.441L-38.666 41.441Q-38.745 40.830-38.897 40.551Q-39.049 40.273-39.353 40.179Q-39.657 40.085-40.283 40.085L-41.018 40.085Q-41.206 40.085-41.294 40.119Q-41.383 40.153-41.383 40.296L-41.383 42.053L-40.830 42.053Q-40.460 42.053-40.276 41.999Q-40.091 41.944-40.013 41.771Q-39.934 41.599-39.934 41.233L-39.667 41.233L-39.667 43.150L-39.934 43.150Q-39.934 42.785-40.013 42.612Q-40.091 42.440-40.276 42.387Q-40.460 42.334-40.830 42.334L-41.383 42.334L-41.383 44.097Q-41.383 44.306-40.481 44.306L-40.481 44.586M-35.904 44.586L-37.637 44.586L-37.637 44.306Q-36.916 44.306-36.916 43.906L-36.916 40.119Q-37.148 40.085-37.637 40.085L-37.637 39.804L-36.280 39.804Q-36.239 39.818-36.219 39.832L-33.515 43.479L-33.515 40.484Q-33.515 40.085-34.236 40.085L-34.236 39.804L-32.500 39.804L-32.500 40.085Q-33.221 40.085-33.221 40.484L-33.221 44.494Q-33.238 44.569-33.307 44.586L-33.426 44.586Q-33.474 44.576-33.488 44.552L-36.622 40.331L-36.622 43.906Q-36.622 44.306-35.904 44.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-48.332-4.352v-15.726\"\u002F>\u003Cpath stroke=\"none\" d=\"m-48.332-22.078-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cpath fill=\"none\" d=\"M-11.343-4.352v-15.726\"\u002F>\u003Cpath stroke=\"none\" d=\"m-11.343-22.078-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cpath fill=\"none\" d=\"M25.646-4.352v-15.726\"\u002F>\u003Cpath stroke=\"none\" d=\"m25.646-22.078-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cpath fill=\"none\" d=\"M62.634-4.352v-15.726\"\u002F>\u003Cpath stroke=\"none\" d=\"m62.634-22.078-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(137.26 -72.227)\">\u003Cpath d=\"M-48.018 43.075Q-48.018 42.747-47.883 42.446Q-47.748 42.146-47.512 41.925Q-47.276 41.705-46.972 41.585Q-46.667 41.465-46.343 41.465Q-45.837 41.465-45.488 41.568Q-45.140 41.670-45.140 42.046Q-45.140 42.193-45.237 42.294Q-45.334 42.395-45.481 42.395Q-45.635 42.395-45.734 42.296Q-45.833 42.197-45.833 42.046Q-45.833 41.858-45.693 41.766Q-45.895 41.715-46.336 41.715Q-46.691 41.715-46.920 41.911Q-47.149 42.108-47.250 42.417Q-47.351 42.727-47.351 43.075Q-47.351 43.424-47.225 43.730Q-47.098 44.036-46.843 44.220Q-46.589 44.405-46.233 44.405Q-46.011 44.405-45.827 44.321Q-45.642 44.237-45.507 44.082Q-45.372 43.926-45.314 43.718Q-45.300 43.663-45.246 43.663L-45.133 43.663Q-45.102 43.663-45.080 43.687Q-45.058 43.711-45.058 43.745L-45.058 43.766Q-45.143 44.053-45.331 44.251Q-45.519 44.449-45.784 44.552Q-46.049 44.654-46.343 44.654Q-46.773 44.654-47.161 44.448Q-47.549 44.241-47.783 43.878Q-48.018 43.516-48.018 43.075M-44.511 43.103Q-44.511 42.761-44.376 42.462Q-44.241 42.163-44.001 41.939Q-43.762 41.715-43.444 41.590Q-43.126 41.465-42.795 41.465Q-42.351 41.465-41.951 41.681Q-41.551 41.896-41.317 42.274Q-41.082 42.651-41.082 43.103Q-41.082 43.444-41.224 43.728Q-41.366 44.012-41.611 44.219Q-41.855 44.425-42.164 44.540Q-42.474 44.654-42.795 44.654Q-43.226 44.654-43.627 44.453Q-44.029 44.251-44.270 43.899Q-44.511 43.547-44.511 43.103M-42.795 44.405Q-42.193 44.405-41.969 44.027Q-41.746 43.649-41.746 43.017Q-41.746 42.405-41.980 42.046Q-42.214 41.688-42.795 41.688Q-43.848 41.688-43.848 43.017Q-43.848 43.649-43.622 44.027Q-43.396 44.405-42.795 44.405M-38.806 44.586L-40.440 44.586L-40.440 44.306Q-40.211 44.306-40.062 44.272Q-39.914 44.237-39.914 44.097L-39.914 42.248Q-39.914 41.978-40.021 41.917Q-40.129 41.855-40.440 41.855L-40.440 41.575L-39.380 41.500L-39.380 42.149Q-39.209 41.841-38.905 41.670Q-38.601 41.500-38.256 41.500Q-37.750 41.500-37.466 41.723Q-37.183 41.947-37.183 42.443L-37.183 44.097Q-37.183 44.234-37.034 44.270Q-36.885 44.306-36.660 44.306L-36.660 44.586L-38.290 44.586L-38.290 44.306Q-38.061 44.306-37.912 44.272Q-37.764 44.237-37.764 44.097L-37.764 42.457Q-37.764 42.122-37.883 41.922Q-38.003 41.722-38.317 41.722Q-38.587 41.722-38.822 41.858Q-39.056 41.995-39.194 42.229Q-39.332 42.463-39.332 42.737L-39.332 44.097Q-39.332 44.234-39.182 44.270Q-39.032 44.306-38.806 44.306L-38.806 44.586M-36.072 43.075Q-36.072 42.747-35.937 42.446Q-35.802 42.146-35.566 41.925Q-35.330 41.705-35.026 41.585Q-34.722 41.465-34.397 41.465Q-33.891 41.465-33.542 41.568Q-33.194 41.670-33.194 42.046Q-33.194 42.193-33.291 42.294Q-33.389 42.395-33.536 42.395Q-33.689 42.395-33.789 42.296Q-33.888 42.197-33.888 42.046Q-33.888 41.858-33.748 41.766Q-33.949 41.715-34.390 41.715Q-34.746 41.715-34.975 41.911Q-35.204 42.108-35.304 42.417Q-35.405 42.727-35.405 43.075Q-35.405 43.424-35.279 43.730Q-35.152 44.036-34.898 44.220Q-34.643 44.405-34.288 44.405Q-34.065 44.405-33.881 44.321Q-33.696 44.237-33.561 44.082Q-33.426 43.926-33.368 43.718Q-33.354 43.663-33.300 43.663L-33.187 43.663Q-33.156 43.663-33.134 43.687Q-33.112 43.711-33.112 43.745L-33.112 43.766Q-33.197 44.053-33.385 44.251Q-33.573 44.449-33.838 44.552Q-34.103 44.654-34.397 44.654Q-34.828 44.654-35.216 44.448Q-35.603 44.241-35.838 43.878Q-36.072 43.516-36.072 43.075M-32.466 43.858Q-32.466 43.526-32.242 43.299Q-32.018 43.072-31.675 42.944Q-31.331 42.815-30.958 42.763Q-30.586 42.710-30.282 42.710L-30.282 42.457Q-30.282 42.252-30.389 42.072Q-30.497 41.893-30.678 41.790Q-30.859 41.688-31.068 41.688Q-31.475 41.688-31.710 41.780Q-31.622 41.817-31.575 41.901Q-31.529 41.985-31.529 42.087Q-31.529 42.183-31.575 42.262Q-31.622 42.340-31.702 42.385Q-31.782 42.429-31.871 42.429Q-32.021 42.429-32.122 42.332Q-32.223 42.234-32.223 42.087Q-32.223 41.465-31.068 41.465Q-30.856 41.465-30.606 41.529Q-30.357 41.592-30.155 41.711Q-29.954 41.831-29.827 42.016Q-29.701 42.200-29.701 42.443L-29.701 44.019Q-29.701 44.135-29.639 44.231Q-29.578 44.326-29.465 44.326Q-29.355 44.326-29.290 44.232Q-29.226 44.138-29.226 44.019L-29.226 43.571L-28.959 43.571L-28.959 44.019Q-28.959 44.289-29.186 44.454Q-29.414 44.620-29.694 44.620Q-29.902 44.620-30.039 44.466Q-30.176 44.313-30.200 44.097Q-30.347 44.364-30.629 44.509Q-30.911 44.654-31.235 44.654Q-31.512 44.654-31.796 44.579Q-32.080 44.504-32.273 44.325Q-32.466 44.145-32.466 43.858M-31.851 43.858Q-31.851 44.032-31.750 44.162Q-31.649 44.292-31.493 44.362Q-31.338 44.432-31.174 44.432Q-30.955 44.432-30.747 44.335Q-30.538 44.237-30.410 44.056Q-30.282 43.875-30.282 43.649L-30.282 42.921Q-30.606 42.921-30.972 43.012Q-31.338 43.103-31.594 43.315Q-31.851 43.526-31.851 43.858M-28.016 43.745L-28.016 41.848L-28.655 41.848L-28.655 41.626Q-28.337 41.626-28.120 41.416Q-27.903 41.206-27.802 40.896Q-27.701 40.587-27.701 40.279L-27.435 40.279L-27.435 41.568L-26.358 41.568L-26.358 41.848L-27.435 41.848L-27.435 43.732Q-27.435 44.008-27.330 44.207Q-27.226 44.405-26.966 44.405Q-26.809 44.405-26.703 44.301Q-26.597 44.196-26.548 44.043Q-26.498 43.889-26.498 43.732L-26.498 43.318L-26.231 43.318L-26.231 43.745Q-26.231 43.971-26.331 44.181Q-26.430 44.391-26.614 44.523Q-26.799 44.654-27.028 44.654Q-27.465 44.654-27.740 44.417Q-28.016 44.179-28.016 43.745\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(137.26 -72.227)\">\u003Cpath d=\"M-21.054 45.943L-22.684 45.943L-22.684 45.663Q-22.455 45.663-22.306 45.628Q-22.158 45.594-22.158 45.454L-22.158 42.108Q-22.158 41.937-22.294 41.896Q-22.431 41.855-22.684 41.855L-22.684 41.575L-21.604 41.500L-21.604 41.906Q-21.382 41.705-21.095 41.602Q-20.807 41.500-20.500 41.500Q-20.073 41.500-19.709 41.713Q-19.345 41.927-19.131 42.291Q-18.917 42.655-18.917 43.075Q-18.917 43.520-19.157 43.884Q-19.396 44.248-19.789 44.451Q-20.182 44.654-20.626 44.654Q-20.893 44.654-21.141 44.554Q-21.388 44.453-21.576 44.272L-21.576 45.454Q-21.576 45.591-21.428 45.627Q-21.279 45.663-21.054 45.663L-21.054 45.943M-21.576 42.255L-21.576 43.865Q-21.443 44.118-21.200 44.275Q-20.958 44.432-20.681 44.432Q-20.353 44.432-20.100 44.231Q-19.847 44.029-19.714 43.711Q-19.580 43.393-19.580 43.075Q-19.580 42.846-19.645 42.617Q-19.710 42.388-19.838 42.190Q-19.967 41.992-20.161 41.872Q-20.356 41.753-20.589 41.753Q-20.883 41.753-21.151 41.882Q-21.419 42.012-21.576 42.255M-16.532 44.586L-18.268 44.586L-18.268 44.306Q-18.039 44.306-17.890 44.272Q-17.741 44.237-17.741 44.097L-17.741 42.248Q-17.741 41.978-17.849 41.917Q-17.957 41.855-18.268 41.855L-18.268 41.575L-17.239 41.500L-17.239 42.207Q-17.109 41.899-16.866 41.700Q-16.624 41.500-16.306 41.500Q-16.087 41.500-15.916 41.624Q-15.745 41.749-15.745 41.961Q-15.745 42.098-15.845 42.197Q-15.944 42.296-16.077 42.296Q-16.214 42.296-16.313 42.197Q-16.412 42.098-16.412 41.961Q-16.412 41.821-16.313 41.722Q-16.603 41.722-16.803 41.918Q-17.003 42.115-17.095 42.409Q-17.188 42.703-17.188 42.983L-17.188 44.097Q-17.188 44.306-16.532 44.306L-16.532 44.586M-15.202 43.051Q-15.202 42.730-15.077 42.441Q-14.952 42.152-14.727 41.929Q-14.501 41.705-14.206 41.585Q-13.910 41.465-13.592 41.465Q-13.264 41.465-13.002 41.565Q-12.741 41.664-12.565 41.846Q-12.389 42.029-12.295 42.287Q-12.201 42.545-12.201 42.877Q-12.201 42.969-12.283 42.990L-14.539 42.990L-14.539 43.051Q-14.539 43.639-14.255 44.022Q-13.971 44.405-13.404 44.405Q-13.083 44.405-12.814 44.212Q-12.546 44.019-12.457 43.704Q-12.450 43.663-12.375 43.649L-12.283 43.649Q-12.201 43.673-12.201 43.745Q-12.201 43.752-12.208 43.779Q-12.321 44.176-12.691 44.415Q-13.062 44.654-13.486 44.654Q-13.924 44.654-14.324 44.446Q-14.723 44.237-14.963 43.870Q-15.202 43.503-15.202 43.051M-14.532 42.781L-12.717 42.781Q-12.717 42.504-12.814 42.252Q-12.912 41.999-13.110 41.843Q-13.308 41.688-13.592 41.688Q-13.869 41.688-14.083 41.846Q-14.296 42.005-14.414 42.260Q-14.532 42.515-14.532 42.781M-11.613 43.075Q-11.613 42.737-11.473 42.446Q-11.333 42.156-11.088 41.942Q-10.844 41.729-10.540 41.614Q-10.236 41.500-9.911 41.500Q-9.641 41.500-9.378 41.599Q-9.115 41.698-8.923 41.876L-8.923 40.478Q-8.923 40.208-9.031 40.146Q-9.138 40.085-9.450 40.085L-9.450 39.804L-8.373 39.729L-8.373 43.913Q-8.373 44.101-8.318 44.184Q-8.263 44.268-8.163 44.287Q-8.062 44.306-7.846 44.306L-7.846 44.586L-8.954 44.654L-8.954 44.237Q-9.371 44.654-9.996 44.654Q-10.427 44.654-10.800 44.442Q-11.172 44.231-11.393 43.870Q-11.613 43.509-11.613 43.075M-9.938 44.432Q-9.730 44.432-9.543 44.360Q-9.357 44.289-9.203 44.152Q-9.050 44.015-8.954 43.837L-8.954 42.228Q-9.039 42.081-9.185 41.961Q-9.330 41.841-9.499 41.782Q-9.668 41.722-9.849 41.722Q-10.410 41.722-10.678 42.111Q-10.947 42.501-10.947 43.082Q-10.947 43.653-10.712 44.043Q-10.478 44.432-9.938 44.432M-5.580 44.586L-7.132 44.586L-7.132 44.306Q-6.907 44.306-6.758 44.272Q-6.609 44.237-6.609 44.097L-6.609 42.248Q-6.609 42.060-6.657 41.976Q-6.705 41.893-6.802 41.874Q-6.900 41.855-7.112 41.855L-7.112 41.575L-6.055 41.500L-6.055 44.097Q-6.055 44.237-5.924 44.272Q-5.792 44.306-5.580 44.306L-5.580 44.586M-6.852 40.279Q-6.852 40.108-6.729 39.989Q-6.606 39.869-6.435 39.869Q-6.267 39.869-6.144 39.989Q-6.021 40.108-6.021 40.279Q-6.021 40.454-6.144 40.577Q-6.267 40.700-6.435 40.700Q-6.606 40.700-6.729 40.577Q-6.852 40.454-6.852 40.279M-4.934 43.075Q-4.934 42.747-4.799 42.446Q-4.664 42.146-4.429 41.925Q-4.193 41.705-3.888 41.585Q-3.584 41.465-3.260 41.465Q-2.754 41.465-2.405 41.568Q-2.056 41.670-2.056 42.046Q-2.056 42.193-2.154 42.294Q-2.251 42.395-2.398 42.395Q-2.552 42.395-2.651 42.296Q-2.750 42.197-2.750 42.046Q-2.750 41.858-2.610 41.766Q-2.812 41.715-3.253 41.715Q-3.608 41.715-3.837 41.911Q-4.066 42.108-4.167 42.417Q-4.268 42.727-4.268 43.075Q-4.268 43.424-4.141 43.730Q-4.015 44.036-3.760 44.220Q-3.506 44.405-3.150 44.405Q-2.928 44.405-2.743 44.321Q-2.559 44.237-2.424 44.082Q-2.289 43.926-2.231 43.718Q-2.217 43.663-2.162 43.663L-2.050 43.663Q-2.019 43.663-1.997 43.687Q-1.974 43.711-1.974 43.745L-1.974 43.766Q-2.060 44.053-2.248 44.251Q-2.436 44.449-2.701 44.552Q-2.966 44.654-3.260 44.654Q-3.690 44.654-4.078 44.448Q-4.466 44.241-4.700 43.878Q-4.934 43.516-4.934 43.075M-1.328 43.858Q-1.328 43.526-1.105 43.299Q-0.881 43.072-0.537 42.944Q-0.194 42.815 0.179 42.763Q0.551 42.710 0.856 42.710L0.856 42.457Q0.856 42.252 0.748 42.072Q0.640 41.893 0.459 41.790Q0.278 41.688 0.070 41.688Q-0.337 41.688-0.573 41.780Q-0.484 41.817-0.438 41.901Q-0.392 41.985-0.392 42.087Q-0.392 42.183-0.438 42.262Q-0.484 42.340-0.564 42.385Q-0.645 42.429-0.734 42.429Q-0.884 42.429-0.985 42.332Q-1.086 42.234-1.086 42.087Q-1.086 41.465 0.070 41.465Q0.281 41.465 0.531 41.529Q0.780 41.592 0.982 41.711Q1.184 41.831 1.310 42.016Q1.437 42.200 1.437 42.443L1.437 44.019Q1.437 44.135 1.498 44.231Q1.560 44.326 1.673 44.326Q1.782 44.326 1.847 44.232Q1.912 44.138 1.912 44.019L1.912 43.571L2.178 43.571L2.178 44.019Q2.178 44.289 1.951 44.454Q1.724 44.620 1.444 44.620Q1.235 44.620 1.098 44.466Q0.962 44.313 0.938 44.097Q0.791 44.364 0.509 44.509Q0.227 44.654-0.098 44.654Q-0.375 44.654-0.658 44.579Q-0.942 44.504-1.135 44.325Q-1.328 44.145-1.328 43.858M-0.713 43.858Q-0.713 44.032-0.612 44.162Q-0.512 44.292-0.356 44.362Q-0.200 44.432-0.036 44.432Q0.182 44.432 0.391 44.335Q0.599 44.237 0.728 44.056Q0.856 43.875 0.856 43.649L0.856 42.921Q0.531 42.921 0.165 43.012Q-0.200 43.103-0.457 43.315Q-0.713 43.526-0.713 43.858M3.122 43.745L3.122 41.848L2.483 41.848L2.483 41.626Q2.800 41.626 3.018 41.416Q3.235 41.206 3.335 40.896Q3.436 40.587 3.436 40.279L3.703 40.279L3.703 41.568L4.780 41.568L4.780 41.848L3.703 41.848L3.703 43.732Q3.703 44.008 3.807 44.207Q3.911 44.405 4.171 44.405Q4.328 44.405 4.434 44.301Q4.540 44.196 4.590 44.043Q4.639 43.889 4.639 43.732L4.639 43.318L4.906 43.318L4.906 43.745Q4.906 43.971 4.807 44.181Q4.708 44.391 4.523 44.523Q4.339 44.654 4.110 44.654Q3.672 44.654 3.397 44.417Q3.122 44.179 3.122 43.745M5.675 43.051Q5.675 42.730 5.800 42.441Q5.925 42.152 6.150 41.929Q6.376 41.705 6.671 41.585Q6.967 41.465 7.285 41.465Q7.613 41.465 7.874 41.565Q8.136 41.664 8.312 41.846Q8.488 42.029 8.582 42.287Q8.676 42.545 8.676 42.877Q8.676 42.969 8.594 42.990L6.338 42.990L6.338 43.051Q6.338 43.639 6.622 44.022Q6.905 44.405 7.473 44.405Q7.794 44.405 8.062 44.212Q8.331 44.019 8.420 43.704Q8.426 43.663 8.502 43.649L8.594 43.649Q8.676 43.673 8.676 43.745Q8.676 43.752 8.669 43.779Q8.556 44.176 8.186 44.415Q7.815 44.654 7.391 44.654Q6.953 44.654 6.553 44.446Q6.154 44.237 5.914 43.870Q5.675 43.503 5.675 43.051M6.345 42.781L8.160 42.781Q8.160 42.504 8.062 42.252Q7.965 41.999 7.767 41.843Q7.569 41.688 7.285 41.688Q7.008 41.688 6.794 41.846Q6.581 42.005 6.463 42.260Q6.345 42.515 6.345 42.781\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(137.26 -72.227)\">\u003Cpath d=\"M13.795 44.586L12.062 44.586L12.062 44.306Q12.288 44.306 12.437 44.272Q12.585 44.237 12.585 44.097L12.585 41.848L11.997 41.848L11.997 41.568L12.585 41.568L12.585 40.751Q12.585 40.433 12.763 40.185Q12.941 39.938 13.231 39.797Q13.522 39.657 13.833 39.657Q14.089 39.657 14.293 39.799Q14.496 39.941 14.496 40.184Q14.496 40.320 14.397 40.419Q14.298 40.519 14.161 40.519Q14.024 40.519 13.925 40.419Q13.826 40.320 13.826 40.184Q13.826 40.003 13.966 39.910Q13.888 39.883 13.788 39.883Q13.580 39.883 13.426 40.016Q13.272 40.149 13.192 40.353Q13.112 40.556 13.112 40.765L13.112 41.568L14 41.568L14 41.848L13.139 41.848L13.139 44.097Q13.139 44.306 13.795 44.306\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(137.26 -72.227)\">\u003Cpath d=\"M16.703 44.586L15.100 44.586L15.100 44.306Q15.326 44.306 15.475 44.272Q15.623 44.237 15.623 44.097L15.623 40.478Q15.623 40.208 15.516 40.146Q15.408 40.085 15.100 40.085L15.100 39.804L16.177 39.729L16.177 44.097Q16.177 44.234 16.327 44.270Q16.478 44.306 16.703 44.306L16.703 44.586M17.356 43.858Q17.356 43.526 17.580 43.299Q17.804 43.072 18.148 42.944Q18.491 42.815 18.864 42.763Q19.236 42.710 19.540 42.710L19.540 42.457Q19.540 42.252 19.433 42.072Q19.325 41.893 19.144 41.790Q18.963 41.688 18.754 41.688Q18.347 41.688 18.112 41.780Q18.200 41.817 18.247 41.901Q18.293 41.985 18.293 42.087Q18.293 42.183 18.247 42.262Q18.200 42.340 18.120 42.385Q18.040 42.429 17.951 42.429Q17.801 42.429 17.700 42.332Q17.599 42.234 17.599 42.087Q17.599 41.465 18.754 41.465Q18.966 41.465 19.216 41.529Q19.465 41.592 19.667 41.711Q19.868 41.831 19.995 42.016Q20.121 42.200 20.121 42.443L20.121 44.019Q20.121 44.135 20.183 44.231Q20.244 44.326 20.357 44.326Q20.467 44.326 20.532 44.232Q20.596 44.138 20.596 44.019L20.596 43.571L20.863 43.571L20.863 44.019Q20.863 44.289 20.636 44.454Q20.409 44.620 20.128 44.620Q19.920 44.620 19.783 44.466Q19.646 44.313 19.622 44.097Q19.475 44.364 19.193 44.509Q18.911 44.654 18.587 44.654Q18.310 44.654 18.026 44.579Q17.742 44.504 17.549 44.325Q17.356 44.145 17.356 43.858M17.971 43.858Q17.971 44.032 18.072 44.162Q18.173 44.292 18.329 44.362Q18.484 44.432 18.648 44.432Q18.867 44.432 19.075 44.335Q19.284 44.237 19.412 44.056Q19.540 43.875 19.540 43.649L19.540 42.921Q19.216 42.921 18.850 43.012Q18.484 43.103 18.228 43.315Q17.971 43.526 17.971 43.858M21.239 45.119Q21.239 44.873 21.436 44.689Q21.632 44.504 21.888 44.425Q21.752 44.313 21.680 44.152Q21.608 43.991 21.608 43.810Q21.608 43.489 21.820 43.243Q21.485 42.945 21.485 42.535Q21.485 42.074 21.875 41.787Q22.264 41.500 22.743 41.500Q23.215 41.500 23.550 41.746Q23.724 41.592 23.934 41.510Q24.144 41.428 24.373 41.428Q24.537 41.428 24.659 41.535Q24.780 41.643 24.780 41.807Q24.780 41.903 24.708 41.975Q24.637 42.046 24.544 42.046Q24.445 42.046 24.375 41.973Q24.305 41.899 24.305 41.800Q24.305 41.746 24.319 41.715L24.325 41.701Q24.332 41.681 24.341 41.670Q24.349 41.660 24.353 41.653Q23.997 41.653 23.710 41.876Q23.997 42.169 23.997 42.535Q23.997 42.850 23.813 43.082Q23.628 43.315 23.339 43.443Q23.051 43.571 22.743 43.571Q22.541 43.571 22.350 43.521Q22.159 43.472 21.981 43.362Q21.888 43.489 21.888 43.632Q21.888 43.814 22.017 43.949Q22.145 44.084 22.329 44.084L22.962 44.084Q23.409 44.084 23.779 44.155Q24.148 44.227 24.408 44.456Q24.667 44.685 24.667 45.119Q24.667 45.440 24.372 45.642Q24.076 45.844 23.673 45.933Q23.269 46.022 22.955 46.022Q22.637 46.022 22.234 45.933Q21.830 45.844 21.535 45.642Q21.239 45.440 21.239 45.119M21.694 45.119Q21.694 45.348 21.912 45.497Q22.131 45.646 22.423 45.714Q22.716 45.782 22.955 45.782Q23.119 45.782 23.327 45.746Q23.536 45.711 23.743 45.630Q23.950 45.550 24.081 45.422Q24.213 45.294 24.213 45.119Q24.213 44.767 23.832 44.673Q23.450 44.579 22.948 44.579L22.329 44.579Q22.090 44.579 21.892 44.730Q21.694 44.880 21.694 45.119M22.743 43.332Q23.409 43.332 23.409 42.535Q23.409 41.735 22.743 41.735Q22.073 41.735 22.073 42.535Q22.073 43.332 22.743 43.332\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-65.403-54.998h34.143V-72.07h-34.143Z\"\u002F>\u003Cg transform=\"translate(-3.07 -105.729)\">\u003Cpath d=\"M-47.843 42.221Q-47.843 41.534-47.495 40.944Q-47.146 40.355-46.551 40.009Q-45.957 39.664-45.266 39.664Q-44.576 39.664-43.981 40.009Q-43.386 40.355-43.038 40.944Q-42.689 41.534-42.689 42.221Q-42.689 42.908-43.041 43.482Q-43.393 44.056-43.986 44.391Q-44.579 44.726-45.266 44.726Q-45.779 44.726-46.247 44.533Q-46.715 44.340-47.074 43.998Q-47.433 43.656-47.638 43.195Q-47.843 42.733-47.843 42.221M-45.266 44.466Q-44.661 44.466-44.254 44.121Q-43.848 43.776-43.658 43.238Q-43.468 42.699-43.468 42.101Q-43.468 41.667-43.579 41.279Q-43.690 40.891-43.916 40.584Q-44.142 40.276-44.483 40.096Q-44.825 39.917-45.266 39.917Q-45.704 39.917-46.042 40.093Q-46.380 40.269-46.609 40.584Q-46.838 40.898-46.951 41.291Q-47.064 41.684-47.064 42.101Q-47.064 42.689-46.873 43.232Q-46.681 43.776-46.274 44.121Q-45.868 44.466-45.266 44.466\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-29.652-54.998H6.966V-72.07h-36.618Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(22.013 -105.729)\">\u003Cpath d=\"M-44.952 44.586L-47.925 44.586L-47.925 44.306Q-47.204 44.306-47.204 44.097L-47.204 40.296Q-47.204 40.085-47.925 40.085L-47.925 39.804L-45.167 39.804Q-44.900 39.804-44.594 39.879Q-44.289 39.955-44.029 40.102Q-43.769 40.249-43.607 40.478Q-43.444 40.707-43.444 41.001Q-43.444 41.431-43.831 41.713Q-44.217 41.995-44.699 42.087Q-44.391 42.087-44.042 42.252Q-43.694 42.416-43.465 42.694Q-43.236 42.973-43.236 43.291Q-43.236 43.697-43.499 43.991Q-43.762 44.285-44.160 44.436Q-44.559 44.586-44.952 44.586M-46.561 42.214L-46.561 44.097Q-46.561 44.237-46.473 44.272Q-46.384 44.306-46.196 44.306L-45.167 44.306Q-44.880 44.306-44.603 44.179Q-44.326 44.053-44.155 43.819Q-43.984 43.585-43.984 43.291Q-43.984 43.075-44.066 42.879Q-44.148 42.682-44.299 42.532Q-44.449 42.381-44.646 42.298Q-44.842 42.214-45.058 42.214L-46.561 42.214M-46.561 40.296L-46.561 41.988L-45.379 41.988Q-45.092 41.988-44.811 41.869Q-44.531 41.749-44.352 41.522Q-44.172 41.294-44.172 41.001Q-44.172 40.751-44.311 40.537Q-44.449 40.324-44.678 40.204Q-44.907 40.085-45.167 40.085L-46.196 40.085Q-46.384 40.085-46.473 40.119Q-46.561 40.153-46.561 40.296M-40.549 43.332L-42.607 43.332L-42.607 42.829L-40.549 42.829L-40.549 43.332M-38.157 44.586L-39.746 44.586L-39.746 44.306Q-39.103 44.306-38.946 43.906L-37.302 39.691Q-37.268 39.596-37.155 39.596L-37.073 39.596Q-36.964 39.596-36.923 39.691L-35.204 44.097Q-35.135 44.237-34.946 44.272Q-34.756 44.306-34.482 44.306L-34.482 44.586L-36.482 44.586L-36.482 44.306Q-35.918 44.306-35.918 44.131Q-35.918 44.114-35.920 44.107Q-35.921 44.101-35.925 44.097L-36.345 43.031L-38.304 43.031L-38.645 43.906Q-38.659 43.906-38.659 43.984Q-38.659 44.145-38.497 44.225Q-38.334 44.306-38.157 44.306L-38.157 44.586M-37.323 40.512L-38.191 42.751L-36.448 42.751L-37.323 40.512M-31.663 44.586L-33.768 44.586L-33.768 44.306Q-33.047 44.306-33.047 44.097L-33.047 40.296Q-33.047 40.085-33.768 40.085L-33.768 39.804L-31.430 39.804Q-31.119 39.804-30.776 39.878Q-30.432 39.951-30.111 40.107Q-29.790 40.262-29.588 40.508Q-29.386 40.754-29.386 41.079Q-29.386 41.366-29.574 41.597Q-29.762 41.828-30.039 41.976Q-30.316 42.125-30.606 42.207Q-30.271 42.310-30.037 42.542Q-29.803 42.774-29.759 43.103L-29.673 43.711Q-29.646 43.923-29.600 44.092Q-29.554 44.261-29.449 44.381Q-29.345 44.501-29.157 44.501Q-28.942 44.501-28.826 44.316Q-28.709 44.131-28.709 43.899Q-28.692 43.834-28.617 43.817L-28.525 43.817Q-28.443 43.837-28.443 43.919Q-28.443 44.125-28.533 44.311Q-28.624 44.497-28.790 44.612Q-28.956 44.726-29.157 44.726Q-29.496 44.726-29.790 44.625Q-30.083 44.524-30.268 44.302Q-30.453 44.080-30.453 43.732L-30.453 43.123Q-30.453 42.874-30.596 42.687Q-30.740 42.501-30.964 42.402Q-31.187 42.303-31.437 42.303L-32.384 42.303L-32.384 44.097Q-32.384 44.306-31.663 44.306L-31.663 44.586M-32.384 40.296L-32.384 42.081L-31.529 42.081Q-31.242 42.081-31.003 42.038Q-30.764 41.995-30.576 41.886Q-30.388 41.776-30.277 41.578Q-30.165 41.380-30.165 41.079Q-30.165 40.502-30.533 40.293Q-30.900 40.085-31.529 40.085L-32.018 40.085Q-32.206 40.085-32.295 40.119Q-32.384 40.153-32.384 40.296\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(22.013 -105.729)\">\u003Cpath d=\"M-28.065 42.193Q-28.065 41.667-27.848 41.199Q-27.631 40.731-27.248 40.385Q-26.866 40.040-26.382 39.852Q-25.898 39.664-25.368 39.664Q-25.098 39.664-24.842 39.736Q-24.586 39.808-24.357 39.948Q-24.128 40.088-23.947 40.273L-23.519 39.691Q-23.492 39.664-23.465 39.664L-23.417 39.664Q-23.386 39.664-23.362 39.688Q-23.338 39.712-23.338 39.743L-23.338 41.606Q-23.338 41.629-23.364 41.655Q-23.389 41.681-23.417 41.681L-23.543 41.681Q-23.605 41.681-23.618 41.606Q-23.649 41.291-23.784 40.987Q-23.919 40.683-24.135 40.449Q-24.350 40.214-24.639 40.079Q-24.928 39.944-25.256 39.944Q-25.902 39.944-26.361 40.240Q-26.821 40.536-27.054 41.047Q-27.286 41.558-27.286 42.193Q-27.286 42.843-27.040 43.356Q-26.794 43.868-26.320 44.157Q-25.847 44.446-25.194 44.446Q-24.934 44.446-24.668 44.379Q-24.401 44.313-24.217 44.152Q-24.032 43.991-24.032 43.732L-24.032 43.144Q-24.032 42.935-24.999 42.935L-24.999 42.655L-22.802 42.655L-22.802 42.935Q-23.031 42.935-23.184 42.971Q-23.338 43.007-23.338 43.144L-23.338 44.507Q-23.338 44.542-23.367 44.564Q-23.396 44.586-23.424 44.586Q-23.485 44.586-23.656 44.425Q-23.827 44.265-23.885 44.179Q-24.087 44.480-24.493 44.603Q-24.900 44.726-25.368 44.726Q-25.888 44.726-26.380 44.536Q-26.872 44.347-27.252 44.003Q-27.631 43.660-27.848 43.191Q-28.065 42.723-28.065 42.193M-20.385 44.726Q-21.021 44.726-21.385 44.381Q-21.749 44.036-21.884 43.511Q-22.019 42.986-22.019 42.361Q-22.019 41.336-21.663 40.637Q-21.308 39.938-20.385 39.938Q-19.459 39.938-19.107 40.637Q-18.755 41.336-18.755 42.361Q-18.755 42.986-18.890 43.511Q-19.025 44.036-19.387 44.381Q-19.749 44.726-20.385 44.726M-20.385 44.501Q-19.948 44.501-19.734 44.126Q-19.520 43.752-19.471 43.285Q-19.421 42.819-19.421 42.241Q-19.421 41.688-19.471 41.260Q-19.520 40.833-19.732 40.498Q-19.944 40.163-20.385 40.163Q-20.727 40.163-20.930 40.370Q-21.134 40.577-21.221 40.889Q-21.308 41.202-21.330 41.518Q-21.352 41.835-21.352 42.241Q-21.352 42.658-21.330 43Q-21.308 43.342-21.219 43.690Q-21.130 44.039-20.925 44.270Q-20.720 44.501-20.385 44.501\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M6.882-54.998h37.527V-72.07H6.882Z\"\u002F>\u003Cg transform=\"translate(58.547 -105.729)\">\u003Cpath d=\"M-44.952 44.586L-47.925 44.586L-47.925 44.306Q-47.204 44.306-47.204 44.097L-47.204 40.296Q-47.204 40.085-47.925 40.085L-47.925 39.804L-45.167 39.804Q-44.900 39.804-44.594 39.879Q-44.289 39.955-44.029 40.102Q-43.769 40.249-43.607 40.478Q-43.444 40.707-43.444 41.001Q-43.444 41.431-43.831 41.713Q-44.217 41.995-44.699 42.087Q-44.391 42.087-44.042 42.252Q-43.694 42.416-43.465 42.694Q-43.236 42.973-43.236 43.291Q-43.236 43.697-43.499 43.991Q-43.762 44.285-44.160 44.436Q-44.559 44.586-44.952 44.586M-46.561 42.214L-46.561 44.097Q-46.561 44.237-46.473 44.272Q-46.384 44.306-46.196 44.306L-45.167 44.306Q-44.880 44.306-44.603 44.179Q-44.326 44.053-44.155 43.819Q-43.984 43.585-43.984 43.291Q-43.984 43.075-44.066 42.879Q-44.148 42.682-44.299 42.532Q-44.449 42.381-44.646 42.298Q-44.842 42.214-45.058 42.214L-46.561 42.214M-46.561 40.296L-46.561 41.988L-45.379 41.988Q-45.092 41.988-44.811 41.869Q-44.531 41.749-44.352 41.522Q-44.172 41.294-44.172 41.001Q-44.172 40.751-44.311 40.537Q-44.449 40.324-44.678 40.204Q-44.907 40.085-45.167 40.085L-46.196 40.085Q-46.384 40.085-46.473 40.119Q-46.561 40.153-46.561 40.296M-40.549 43.332L-42.607 43.332L-42.607 42.829L-40.549 42.829L-40.549 43.332M-37.535 44.586L-39.667 44.586L-39.667 44.306Q-38.946 44.306-38.946 44.097L-38.946 40.296Q-38.946 40.085-39.667 40.085L-39.667 39.804L-37.001 39.804Q-36.591 39.804-36.171 39.958Q-35.750 40.112-35.467 40.416Q-35.183 40.720-35.183 41.134Q-35.183 41.452-35.351 41.698Q-35.518 41.944-35.795 42.110Q-36.072 42.275-36.393 42.359Q-36.714 42.443-37.001 42.443L-38.256 42.443L-38.256 44.097Q-38.256 44.306-37.535 44.306L-37.535 44.586M-38.283 40.296L-38.283 42.193L-37.196 42.193Q-36.588 42.193-36.273 41.956Q-35.959 41.718-35.959 41.134Q-35.959 40.741-36.104 40.507Q-36.249 40.273-36.521 40.179Q-36.793 40.085-37.196 40.085L-37.917 40.085Q-38.105 40.085-38.194 40.119Q-38.283 40.153-38.283 40.296M-32.192 44.586L-34.298 44.586L-34.298 44.306Q-33.577 44.306-33.577 44.097L-33.577 40.296Q-33.577 40.085-34.298 40.085L-34.298 39.804L-31.960 39.804Q-31.649 39.804-31.305 39.878Q-30.962 39.951-30.641 40.107Q-30.319 40.262-30.118 40.508Q-29.916 40.754-29.916 41.079Q-29.916 41.366-30.104 41.597Q-30.292 41.828-30.569 41.976Q-30.846 42.125-31.136 42.207Q-30.801 42.310-30.567 42.542Q-30.333 42.774-30.289 43.103L-30.203 43.711Q-30.176 43.923-30.130 44.092Q-30.083 44.261-29.979 44.381Q-29.875 44.501-29.687 44.501Q-29.472 44.501-29.355 44.316Q-29.239 44.131-29.239 43.899Q-29.222 43.834-29.147 43.817L-29.055 43.817Q-28.973 43.837-28.973 43.919Q-28.973 44.125-29.063 44.311Q-29.154 44.497-29.320 44.612Q-29.485 44.726-29.687 44.726Q-30.025 44.726-30.319 44.625Q-30.613 44.524-30.798 44.302Q-30.982 44.080-30.982 43.732L-30.982 43.123Q-30.982 42.874-31.126 42.687Q-31.270 42.501-31.493 42.402Q-31.717 42.303-31.967 42.303L-32.914 42.303L-32.914 44.097Q-32.914 44.306-32.192 44.306L-32.192 44.586M-32.914 40.296L-32.914 42.081L-32.059 42.081Q-31.772 42.081-31.533 42.038Q-31.293 41.995-31.105 41.886Q-30.917 41.776-30.806 41.578Q-30.695 41.380-30.695 41.079Q-30.695 40.502-31.063 40.293Q-31.430 40.085-32.059 40.085L-32.548 40.085Q-32.736 40.085-32.825 40.119Q-32.914 40.153-32.914 40.296M-24.105 44.586L-28.508 44.586L-28.508 44.306Q-27.787 44.306-27.787 44.097L-27.787 40.296Q-27.787 40.085-28.508 40.085L-28.508 39.804L-24.218 39.804L-24.010 41.441L-24.273 41.441Q-24.331 40.970-24.434 40.705Q-24.536 40.440-24.721 40.307Q-24.905 40.173-25.177 40.129Q-25.449 40.085-25.948 40.085L-26.730 40.085Q-26.918 40.085-27.007 40.119Q-27.096 40.153-27.096 40.296L-27.096 41.961L-26.522 41.961Q-26.132 41.961-25.949 41.910Q-25.767 41.858-25.685 41.686Q-25.603 41.513-25.603 41.141L-25.339 41.141L-25.339 43.062L-25.603 43.062Q-25.603 42.689-25.685 42.516Q-25.767 42.344-25.949 42.293Q-26.132 42.241-26.522 42.241L-27.096 42.241L-27.096 44.097Q-27.096 44.237-27.007 44.272Q-26.918 44.306-26.730 44.306L-25.883 44.306Q-25.353 44.306-25.044 44.237Q-24.734 44.169-24.546 44.002Q-24.358 43.834-24.251 43.532Q-24.143 43.229-24.058 42.716L-23.791 42.716L-24.105 44.586M-20.353 44.586L-23.124 44.586L-23.124 44.306Q-22.403 44.306-22.403 44.097L-22.403 40.296Q-22.403 40.085-23.124 40.085L-23.124 39.804L-20.353 39.804Q-19.867 39.804-19.431 39.999Q-18.996 40.194-18.673 40.536Q-18.350 40.878-18.172 41.318Q-17.994 41.759-17.994 42.241Q-17.994 42.727-18.179 43.150Q-18.363 43.574-18.686 43.896Q-19.009 44.217-19.442 44.401Q-19.874 44.586-20.353 44.586M-21.740 40.296L-21.740 44.097Q-21.740 44.237-21.651 44.272Q-21.562 44.306-21.374 44.306L-20.551 44.306Q-19.925 44.306-19.522 44.044Q-19.119 43.783-18.931 43.316Q-18.743 42.850-18.743 42.241Q-18.743 41.763-18.835 41.370Q-18.927 40.977-19.177 40.679Q-19.416 40.392-19.780 40.238Q-20.144 40.085-20.551 40.085L-21.374 40.085Q-21.562 40.085-21.651 40.119Q-21.740 40.153-21.740 40.296\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M44.325-54.998h36.618V-72.07H44.325Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(95.99 -105.729)\">\u003Cpath d=\"M-44.952 44.586L-47.925 44.586L-47.925 44.306Q-47.204 44.306-47.204 44.097L-47.204 40.296Q-47.204 40.085-47.925 40.085L-47.925 39.804L-45.167 39.804Q-44.900 39.804-44.594 39.879Q-44.289 39.955-44.029 40.102Q-43.769 40.249-43.607 40.478Q-43.444 40.707-43.444 41.001Q-43.444 41.431-43.831 41.713Q-44.217 41.995-44.699 42.087Q-44.391 42.087-44.042 42.252Q-43.694 42.416-43.465 42.694Q-43.236 42.973-43.236 43.291Q-43.236 43.697-43.499 43.991Q-43.762 44.285-44.160 44.436Q-44.559 44.586-44.952 44.586M-46.561 42.214L-46.561 44.097Q-46.561 44.237-46.473 44.272Q-46.384 44.306-46.196 44.306L-45.167 44.306Q-44.880 44.306-44.603 44.179Q-44.326 44.053-44.155 43.819Q-43.984 43.585-43.984 43.291Q-43.984 43.075-44.066 42.879Q-44.148 42.682-44.299 42.532Q-44.449 42.381-44.646 42.298Q-44.842 42.214-45.058 42.214L-46.561 42.214M-46.561 40.296L-46.561 41.988L-45.379 41.988Q-45.092 41.988-44.811 41.869Q-44.531 41.749-44.352 41.522Q-44.172 41.294-44.172 41.001Q-44.172 40.751-44.311 40.537Q-44.449 40.324-44.678 40.204Q-44.907 40.085-45.167 40.085L-46.196 40.085Q-46.384 40.085-46.473 40.119Q-46.561 40.153-46.561 40.296M-40.549 43.332L-42.607 43.332L-42.607 42.829L-40.549 42.829L-40.549 43.332M-38.157 44.586L-39.746 44.586L-39.746 44.306Q-39.103 44.306-38.946 43.906L-37.302 39.691Q-37.268 39.596-37.155 39.596L-37.073 39.596Q-36.964 39.596-36.923 39.691L-35.204 44.097Q-35.135 44.237-34.946 44.272Q-34.756 44.306-34.482 44.306L-34.482 44.586L-36.482 44.586L-36.482 44.306Q-35.918 44.306-35.918 44.131Q-35.918 44.114-35.920 44.107Q-35.921 44.101-35.925 44.097L-36.345 43.031L-38.304 43.031L-38.645 43.906Q-38.659 43.906-38.659 43.984Q-38.659 44.145-38.497 44.225Q-38.334 44.306-38.157 44.306L-38.157 44.586M-37.323 40.512L-38.191 42.751L-36.448 42.751L-37.323 40.512M-31.663 44.586L-33.768 44.586L-33.768 44.306Q-33.047 44.306-33.047 44.097L-33.047 40.296Q-33.047 40.085-33.768 40.085L-33.768 39.804L-31.430 39.804Q-31.119 39.804-30.776 39.878Q-30.432 39.951-30.111 40.107Q-29.790 40.262-29.588 40.508Q-29.386 40.754-29.386 41.079Q-29.386 41.366-29.574 41.597Q-29.762 41.828-30.039 41.976Q-30.316 42.125-30.606 42.207Q-30.271 42.310-30.037 42.542Q-29.803 42.774-29.759 43.103L-29.673 43.711Q-29.646 43.923-29.600 44.092Q-29.554 44.261-29.449 44.381Q-29.345 44.501-29.157 44.501Q-28.942 44.501-28.826 44.316Q-28.709 44.131-28.709 43.899Q-28.692 43.834-28.617 43.817L-28.525 43.817Q-28.443 43.837-28.443 43.919Q-28.443 44.125-28.533 44.311Q-28.624 44.497-28.790 44.612Q-28.956 44.726-29.157 44.726Q-29.496 44.726-29.790 44.625Q-30.083 44.524-30.268 44.302Q-30.453 44.080-30.453 43.732L-30.453 43.123Q-30.453 42.874-30.596 42.687Q-30.740 42.501-30.964 42.402Q-31.187 42.303-31.437 42.303L-32.384 42.303L-32.384 44.097Q-32.384 44.306-31.663 44.306L-31.663 44.586M-32.384 40.296L-32.384 42.081L-31.529 42.081Q-31.242 42.081-31.003 42.038Q-30.764 41.995-30.576 41.886Q-30.388 41.776-30.277 41.578Q-30.165 41.380-30.165 41.079Q-30.165 40.502-30.533 40.293Q-30.900 40.085-31.529 40.085L-32.018 40.085Q-32.206 40.085-32.295 40.119Q-32.384 40.153-32.384 40.296\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(95.99 -105.729)\">\u003Cpath d=\"M-28.065 42.193Q-28.065 41.667-27.848 41.199Q-27.631 40.731-27.248 40.385Q-26.866 40.040-26.382 39.852Q-25.898 39.664-25.368 39.664Q-25.098 39.664-24.842 39.736Q-24.586 39.808-24.357 39.948Q-24.128 40.088-23.947 40.273L-23.519 39.691Q-23.492 39.664-23.465 39.664L-23.417 39.664Q-23.386 39.664-23.362 39.688Q-23.338 39.712-23.338 39.743L-23.338 41.606Q-23.338 41.629-23.364 41.655Q-23.389 41.681-23.417 41.681L-23.543 41.681Q-23.605 41.681-23.618 41.606Q-23.649 41.291-23.784 40.987Q-23.919 40.683-24.135 40.449Q-24.350 40.214-24.639 40.079Q-24.928 39.944-25.256 39.944Q-25.902 39.944-26.361 40.240Q-26.821 40.536-27.054 41.047Q-27.286 41.558-27.286 42.193Q-27.286 42.843-27.040 43.356Q-26.794 43.868-26.320 44.157Q-25.847 44.446-25.194 44.446Q-24.934 44.446-24.668 44.379Q-24.401 44.313-24.217 44.152Q-24.032 43.991-24.032 43.732L-24.032 43.144Q-24.032 42.935-24.999 42.935L-24.999 42.655L-22.802 42.655L-22.802 42.935Q-23.031 42.935-23.184 42.971Q-23.338 43.007-23.338 43.144L-23.338 44.507Q-23.338 44.542-23.367 44.564Q-23.396 44.586-23.424 44.586Q-23.485 44.586-23.656 44.425Q-23.827 44.265-23.885 44.179Q-24.087 44.480-24.493 44.603Q-24.900 44.726-25.368 44.726Q-25.888 44.726-26.380 44.536Q-26.872 44.347-27.252 44.003Q-27.631 43.660-27.848 43.191Q-28.065 42.723-28.065 42.193M-19.049 44.586L-21.578 44.586L-21.578 44.306Q-20.611 44.306-20.611 44.097L-20.611 40.478Q-21.004 40.666-21.626 40.666L-21.626 40.385Q-21.209 40.385-20.845 40.284Q-20.481 40.184-20.224 39.938L-20.098 39.938Q-20.033 39.955-20.016 40.023L-20.016 44.097Q-20.016 44.306-19.049 44.306\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-48.332-36.704v-16.094\"\u002F>\u003Cpath stroke=\"none\" d=\"m-48.332-54.798-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-11.343-36.704v-16.094\"\u002F>\u003Cpath stroke=\"none\" d=\"m-11.343-54.798-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M25.646-36.704v-16.094\"\u002F>\u003Cpath stroke=\"none\" d=\"m25.646-54.798-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M62.634-36.704v-16.094\"\u002F>\u003Cpath stroke=\"none\" d=\"m62.634-54.798-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">A neural SRL tagger. Each token&#39;s encoder output is concatenated with a predicate indicator, then a feedforward net with a softmax emits a BIO role tag. The goal is the highest-probability tag sequence; a CRF layer can be swapped in for global decoding.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:260.219px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 195.164 172.995\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-58.29 75.884h31.298V58.813H-58.29Z\"\u002F>\u003Cg transform=\"translate(-5.549 2.43)\">\u003Cpath d=\"M-41.800 66.508L-41.800 64.611L-42.439 64.611L-42.439 64.389Q-42.121 64.389-41.904 64.179Q-41.687 63.969-41.587 63.659Q-41.486 63.350-41.486 63.042L-41.219 63.042L-41.219 64.331L-40.142 64.331L-40.142 64.611L-41.219 64.611L-41.219 66.495Q-41.219 66.771-41.115 66.970Q-41.011 67.168-40.751 67.168Q-40.594 67.168-40.488 67.064Q-40.382 66.959-40.332 66.806Q-40.283 66.652-40.283 66.495L-40.283 66.081L-40.016 66.081L-40.016 66.508Q-40.016 66.734-40.115 66.944Q-40.214 67.154-40.399 67.286Q-40.583 67.417-40.812 67.417Q-41.250 67.417-41.525 67.180Q-41.800 66.942-41.800 66.508M-37.524 67.349L-39.158 67.349L-39.158 67.069Q-38.929 67.069-38.780 67.035Q-38.632 67-38.632 66.860L-38.632 63.241Q-38.632 62.971-38.739 62.909Q-38.847 62.848-39.158 62.848L-39.158 62.567L-38.078 62.492L-38.078 64.878Q-37.972 64.693-37.794 64.551Q-37.617 64.410-37.408 64.336Q-37.200 64.263-36.974 64.263Q-36.468 64.263-36.184 64.486Q-35.901 64.710-35.901 65.206L-35.901 66.860Q-35.901 66.997-35.752 67.033Q-35.603 67.069-35.378 67.069L-35.378 67.349L-37.008 67.349L-37.008 67.069Q-36.779 67.069-36.631 67.035Q-36.482 67-36.482 66.860L-36.482 65.220Q-36.482 64.885-36.601 64.685Q-36.721 64.485-37.036 64.485Q-37.306 64.485-37.540 64.621Q-37.774 64.758-37.912 64.992Q-38.051 65.226-38.051 65.500L-38.051 66.860Q-38.051 66.997-37.900 67.033Q-37.750 67.069-37.524 67.069L-37.524 67.349M-34.831 65.814Q-34.831 65.493-34.706 65.204Q-34.581 64.915-34.356 64.692Q-34.130 64.468-33.835 64.348Q-33.539 64.228-33.221 64.228Q-32.893 64.228-32.631 64.328Q-32.370 64.427-32.194 64.609Q-32.018 64.792-31.924 65.050Q-31.830 65.308-31.830 65.640Q-31.830 65.732-31.912 65.753L-34.168 65.753L-34.168 65.814Q-34.168 66.402-33.884 66.785Q-33.600 67.168-33.033 67.168Q-32.712 67.168-32.443 66.975Q-32.175 66.782-32.086 66.467Q-32.079 66.426-32.004 66.412L-31.912 66.412Q-31.830 66.436-31.830 66.508Q-31.830 66.515-31.837 66.542Q-31.950 66.939-32.320 67.178Q-32.691 67.417-33.115 67.417Q-33.553 67.417-33.953 67.209Q-34.352 67-34.592 66.633Q-34.831 66.266-34.831 65.814M-34.161 65.544L-32.346 65.544Q-32.346 65.267-32.443 65.015Q-32.541 64.762-32.739 64.606Q-32.937 64.451-33.221 64.451Q-33.498 64.451-33.712 64.609Q-33.925 64.768-34.043 65.023Q-34.161 65.278-34.161 65.544\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-24.147 75.884H7.151V58.813h-31.298Z\"\u002F>\u003Cg transform=\"translate(27.226 2.153)\">\u003Cpath d=\"M-42.327 65.838Q-42.327 65.510-42.192 65.209Q-42.057 64.909-41.821 64.688Q-41.585 64.468-41.281 64.348Q-40.976 64.228-40.652 64.228Q-40.146 64.228-39.797 64.331Q-39.449 64.433-39.449 64.809Q-39.449 64.956-39.546 65.057Q-39.643 65.158-39.790 65.158Q-39.944 65.158-40.043 65.059Q-40.142 64.960-40.142 64.809Q-40.142 64.621-40.002 64.529Q-40.204 64.478-40.645 64.478Q-41 64.478-41.229 64.674Q-41.458 64.871-41.559 65.180Q-41.660 65.490-41.660 65.838Q-41.660 66.187-41.534 66.493Q-41.407 66.799-41.152 66.983Q-40.898 67.168-40.542 67.168Q-40.320 67.168-40.136 67.084Q-39.951 67-39.816 66.845Q-39.681 66.689-39.623 66.481Q-39.609 66.426-39.555 66.426L-39.442 66.426Q-39.411 66.426-39.389 66.450Q-39.367 66.474-39.367 66.508L-39.367 66.529Q-39.452 66.816-39.640 67.014Q-39.828 67.212-40.093 67.315Q-40.358 67.417-40.652 67.417Q-41.082 67.417-41.470 67.211Q-41.858 67.004-42.092 66.641Q-42.327 66.279-42.327 65.838M-38.721 66.621Q-38.721 66.289-38.497 66.062Q-38.273 65.835-37.929 65.707Q-37.586 65.578-37.213 65.526Q-36.841 65.473-36.537 65.473L-36.537 65.220Q-36.537 65.015-36.644 64.835Q-36.752 64.656-36.933 64.553Q-37.114 64.451-37.323 64.451Q-37.729 64.451-37.965 64.543Q-37.876 64.580-37.830 64.664Q-37.784 64.748-37.784 64.850Q-37.784 64.946-37.830 65.025Q-37.876 65.103-37.957 65.148Q-38.037 65.192-38.126 65.192Q-38.276 65.192-38.377 65.095Q-38.478 64.997-38.478 64.850Q-38.478 64.228-37.323 64.228Q-37.111 64.228-36.861 64.292Q-36.612 64.355-36.410 64.474Q-36.208 64.594-36.082 64.779Q-35.955 64.963-35.955 65.206L-35.955 66.782Q-35.955 66.898-35.894 66.994Q-35.832 67.089-35.720 67.089Q-35.610 67.089-35.545 66.995Q-35.480 66.901-35.480 66.782L-35.480 66.334L-35.214 66.334L-35.214 66.782Q-35.214 67.052-35.441 67.217Q-35.668 67.383-35.949 67.383Q-36.157 67.383-36.294 67.229Q-36.431 67.076-36.454 66.860Q-36.601 67.127-36.883 67.272Q-37.165 67.417-37.490 67.417Q-37.767 67.417-38.051 67.342Q-38.334 67.267-38.527 67.088Q-38.721 66.908-38.721 66.621M-38.105 66.621Q-38.105 66.795-38.005 66.925Q-37.904 67.055-37.748 67.125Q-37.593 67.195-37.429 67.195Q-37.210 67.195-37.001 67.098Q-36.793 67-36.665 66.819Q-36.537 66.638-36.537 66.412L-36.537 65.684Q-36.861 65.684-37.227 65.775Q-37.593 65.866-37.849 66.078Q-38.105 66.289-38.105 66.621M-34.270 66.508L-34.270 64.611L-34.910 64.611L-34.910 64.389Q-34.592 64.389-34.375 64.179Q-34.158 63.969-34.057 63.659Q-33.956 63.350-33.956 63.042L-33.689 63.042L-33.689 64.331L-32.613 64.331L-32.613 64.611L-33.689 64.611L-33.689 66.495Q-33.689 66.771-33.585 66.970Q-33.481 67.168-33.221 67.168Q-33.064 67.168-32.958 67.064Q-32.852 66.959-32.802 66.806Q-32.753 66.652-32.753 66.495L-32.753 66.081L-32.486 66.081L-32.486 66.508Q-32.486 66.734-32.585 66.944Q-32.684 67.154-32.869 67.286Q-33.054 67.417-33.283 67.417Q-33.720 67.417-33.995 67.180Q-34.270 66.942-34.270 66.508M-31.676 67.342L-31.676 66.279Q-31.676 66.255-31.649 66.228Q-31.621 66.201-31.598 66.201L-31.488 66.201Q-31.423 66.201-31.410 66.259Q-31.314 66.693-31.068 66.944Q-30.822 67.195-30.408 67.195Q-30.066 67.195-29.813 67.062Q-29.560 66.929-29.560 66.621Q-29.560 66.464-29.654 66.349Q-29.748 66.235-29.887 66.166Q-30.025 66.098-30.193 66.060L-30.774 65.961Q-31.129 65.893-31.403 65.672Q-31.676 65.452-31.676 65.110Q-31.676 64.861-31.565 64.686Q-31.454 64.512-31.268 64.413Q-31.081 64.314-30.866 64.271Q-30.651 64.228-30.408 64.228Q-29.995 64.228-29.714 64.410L-29.499 64.235Q-29.489 64.232-29.482 64.230Q-29.475 64.228-29.465 64.228L-29.413 64.228Q-29.386 64.228-29.362 64.252Q-29.338 64.276-29.338 64.304L-29.338 65.151Q-29.338 65.172-29.362 65.199Q-29.386 65.226-29.413 65.226L-29.526 65.226Q-29.554 65.226-29.579 65.201Q-29.605 65.175-29.605 65.151Q-29.605 64.915-29.711 64.751Q-29.817 64.587-30 64.505Q-30.183 64.423-30.415 64.423Q-30.743 64.423-30.999 64.526Q-31.256 64.628-31.256 64.905Q-31.256 65.100-31.073 65.209Q-30.890 65.319-30.661 65.360L-30.087 65.466Q-29.841 65.514-29.627 65.642Q-29.413 65.770-29.277 65.973Q-29.140 66.177-29.140 66.426Q-29.140 66.939-29.506 67.178Q-29.871 67.417-30.408 67.417Q-30.904 67.417-31.235 67.123L-31.502 67.397Q-31.522 67.417-31.550 67.417L-31.598 67.417Q-31.621 67.417-31.649 67.390Q-31.676 67.363-31.676 67.342\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M9.996 75.884h31.298V58.813H9.996Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(61.498 2.43)\">\u003Cpath d=\"M-40.659 67.349L-42.262 67.349L-42.262 67.069Q-42.036 67.069-41.887 67.035Q-41.739 67-41.739 66.860L-41.739 63.241Q-41.739 62.971-41.846 62.909Q-41.954 62.848-42.262 62.848L-42.262 62.567L-41.185 62.492L-41.185 66.860Q-41.185 66.997-41.035 67.033Q-40.884 67.069-40.659 67.069L-40.659 67.349M-40.105 65.866Q-40.105 65.524-39.970 65.225Q-39.835 64.926-39.596 64.702Q-39.356 64.478-39.038 64.353Q-38.721 64.228-38.389 64.228Q-37.945 64.228-37.545 64.444Q-37.145 64.659-36.911 65.037Q-36.677 65.414-36.677 65.866Q-36.677 66.207-36.818 66.491Q-36.960 66.775-37.205 66.982Q-37.449 67.188-37.758 67.303Q-38.068 67.417-38.389 67.417Q-38.820 67.417-39.221 67.216Q-39.623 67.014-39.864 66.662Q-40.105 66.310-40.105 65.866M-38.389 67.168Q-37.787 67.168-37.564 66.790Q-37.340 66.412-37.340 65.780Q-37.340 65.168-37.574 64.809Q-37.808 64.451-38.389 64.451Q-39.442 64.451-39.442 65.780Q-39.442 66.412-39.216 66.790Q-38.991 67.168-38.389 67.168\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(61.498 2.43)\">\u003Cpath d=\"M-34.702 67.322L-35.830 64.823Q-35.902 64.676-36.032 64.644Q-36.162 64.611-36.391 64.611L-36.391 64.331L-34.877 64.331L-34.877 64.611Q-35.229 64.611-35.229 64.758Q-35.229 64.803-35.218 64.823L-34.354 66.741L-33.574 65.011Q-33.540 64.943-33.540 64.864Q-33.540 64.751-33.624 64.681Q-33.708 64.611-33.827 64.611L-33.827 64.331L-32.631 64.331L-32.631 64.611Q-32.850 64.611-33.021 64.714Q-33.191 64.816-33.280 65.011L-34.316 67.322Q-34.364 67.417-34.470 67.417L-34.548 67.417Q-34.654 67.417-34.702 67.322\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(61.498 2.43)\">\u003Cpath d=\"M-32.347 65.814Q-32.347 65.493-32.222 65.204Q-32.097 64.915-31.871 64.692Q-31.646 64.468-31.350 64.348Q-31.055 64.228-30.737 64.228Q-30.409 64.228-30.147 64.328Q-29.886 64.427-29.710 64.609Q-29.534 64.792-29.440 65.050Q-29.346 65.308-29.346 65.640Q-29.346 65.732-29.428 65.753L-31.683 65.753L-31.683 65.814Q-31.683 66.402-31.400 66.785Q-31.116 67.168-30.549 67.168Q-30.227 67.168-29.959 66.975Q-29.691 66.782-29.602 66.467Q-29.595 66.426-29.520 66.412L-29.428 66.412Q-29.346 66.436-29.346 66.508Q-29.346 66.515-29.352 66.542Q-29.465 66.939-29.836 67.178Q-30.207 67.417-30.631 67.417Q-31.068 67.417-31.468 67.209Q-31.868 67-32.107 66.633Q-32.347 66.266-32.347 65.814M-31.677 65.544L-29.862 65.544Q-29.862 65.267-29.959 65.015Q-30.057 64.762-30.255 64.606Q-30.453 64.451-30.737 64.451Q-31.014 64.451-31.227 64.609Q-31.441 64.768-31.559 65.023Q-31.677 65.278-31.677 65.544\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M44.14 75.884h31.298V58.813H44.14Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(92.843 1.507)\">\u003Cpath d=\"M-40.939 67.322L-41.920 64.823Q-41.981 64.680-42.099 64.645Q-42.217 64.611-42.433 64.611L-42.433 64.331L-40.953 64.331L-40.953 64.611Q-41.332 64.611-41.332 64.772Q-41.332 64.782-41.318 64.823L-40.604 66.655L-39.931 64.950Q-39.961 64.878-39.961 64.850Q-39.961 64.823-39.989 64.823Q-40.050 64.676-40.168 64.644Q-40.286 64.611-40.498 64.611L-40.498 64.331L-39.100 64.331L-39.100 64.611Q-39.476 64.611-39.476 64.772Q-39.476 64.803-39.469 64.823L-38.714 66.761L-38.027 65.011Q-38.006 64.960-38.006 64.905Q-38.006 64.765-38.119 64.688Q-38.232 64.611-38.372 64.611L-38.372 64.331L-37.152 64.331L-37.152 64.611Q-37.357 64.611-37.512 64.717Q-37.668 64.823-37.740 65.011L-38.645 67.322Q-38.680 67.417-38.792 67.417L-38.861 67.417Q-38.970 67.417-39.008 67.322L-39.790 65.319L-40.577 67.322Q-40.611 67.417-40.724 67.417L-40.792 67.417Q-40.901 67.417-40.939 67.322\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(92.843 1.507)\">\u003Cpath d=\"M-36.775 66.621Q-36.775 66.289-36.552 66.062Q-36.328 65.835-35.984 65.707Q-35.641 65.578-35.268 65.526Q-34.896 65.473-34.591 65.473L-34.591 65.220Q-34.591 65.015-34.699 64.835Q-34.807 64.656-34.988 64.553Q-35.169 64.451-35.377 64.451Q-35.784 64.451-36.020 64.543Q-35.931 64.580-35.885 64.664Q-35.839 64.748-35.839 64.850Q-35.839 64.946-35.885 65.025Q-35.931 65.103-36.012 65.148Q-36.092 65.192-36.181 65.192Q-36.331 65.192-36.432 65.095Q-36.533 64.997-36.533 64.850Q-36.533 64.228-35.377 64.228Q-35.166 64.228-34.916 64.292Q-34.667 64.355-34.465 64.474Q-34.263 64.594-34.137 64.779Q-34.010 64.963-34.010 65.206L-34.010 66.782Q-34.010 66.898-33.949 66.994Q-33.887 67.089-33.774 67.089Q-33.665 67.089-33.600 66.995Q-33.535 66.901-33.535 66.782L-33.535 66.334L-33.269 66.334L-33.269 66.782Q-33.269 67.052-33.496 67.217Q-33.723 67.383-34.003 67.383Q-34.212 67.383-34.349 67.229Q-34.485 67.076-34.509 66.860Q-34.656 67.127-34.938 67.272Q-35.220 67.417-35.545 67.417Q-35.822 67.417-36.106 67.342Q-36.389 67.267-36.582 67.088Q-36.775 66.908-36.775 66.621M-36.160 66.621Q-36.160 66.795-36.059 66.925Q-35.959 67.055-35.803 67.125Q-35.648 67.195-35.483 67.195Q-35.265 67.195-35.056 67.098Q-34.848 67-34.720 66.819Q-34.591 66.638-34.591 66.412L-34.591 65.684Q-34.916 65.684-35.282 65.775Q-35.648 65.866-35.904 66.078Q-36.160 66.289-36.160 66.621M-31.102 67.349L-32.838 67.349L-32.838 67.069Q-32.609 67.069-32.460 67.035Q-32.312 67-32.312 66.860L-32.312 65.011Q-32.312 64.741-32.419 64.680Q-32.527 64.618-32.838 64.618L-32.838 64.338L-31.809 64.263L-31.809 64.970Q-31.679 64.662-31.437 64.463Q-31.194 64.263-30.876 64.263Q-30.657 64.263-30.486 64.387Q-30.315 64.512-30.315 64.724Q-30.315 64.861-30.415 64.960Q-30.514 65.059-30.647 65.059Q-30.784 65.059-30.883 64.960Q-30.982 64.861-30.982 64.724Q-30.982 64.584-30.883 64.485Q-31.173 64.485-31.373 64.681Q-31.573 64.878-31.666 65.172Q-31.758 65.466-31.758 65.746L-31.758 66.860Q-31.758 67.069-31.102 67.069L-31.102 67.349M-28.049 67.349L-29.683 67.349L-29.683 67.069Q-29.454 67.069-29.305 67.035Q-29.157 67-29.157 66.860L-29.157 65.011Q-29.157 64.741-29.264 64.680Q-29.372 64.618-29.683 64.618L-29.683 64.338L-28.624 64.263L-28.624 64.912Q-28.453 64.604-28.148 64.433Q-27.844 64.263-27.499 64.263Q-27.099 64.263-26.822 64.403Q-26.545 64.543-26.460 64.891Q-26.293 64.598-25.993 64.430Q-25.694 64.263-25.349 64.263Q-24.843 64.263-24.560 64.486Q-24.276 64.710-24.276 65.206L-24.276 66.860Q-24.276 66.997-24.127 67.033Q-23.979 67.069-23.753 67.069L-23.753 67.349L-25.383 67.349L-25.383 67.069Q-25.158 67.069-25.007 67.033Q-24.857 66.997-24.857 66.860L-24.857 65.220Q-24.857 64.885-24.977 64.685Q-25.096 64.485-25.411 64.485Q-25.681 64.485-25.915 64.621Q-26.149 64.758-26.287 64.992Q-26.426 65.226-26.426 65.500L-26.426 66.860Q-26.426 66.997-26.277 67.033Q-26.128 67.069-25.903 67.069L-25.903 67.349L-27.533 67.349L-27.533 67.069Q-27.304 67.069-27.156 67.035Q-27.007 67-27.007 66.860L-27.007 65.220Q-27.007 64.885-27.127 64.685Q-27.246 64.485-27.561 64.485Q-27.831 64.485-28.065 64.621Q-28.299 64.758-28.437 64.992Q-28.576 65.226-28.576 65.500L-28.576 66.860Q-28.576 66.997-28.425 67.033Q-28.275 67.069-28.049 67.069\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M78.283 75.884h31.298V58.813H78.283Z\"\u002F>\u003Cg transform=\"translate(129.225 2.43)\">\u003Cpath d=\"M-40.645 67.349L-42.279 67.349L-42.279 67.069Q-42.050 67.069-41.901 67.035Q-41.752 67-41.752 66.860L-41.752 63.241Q-41.752 62.971-41.860 62.909Q-41.968 62.848-42.279 62.848L-42.279 62.567L-41.199 62.492L-41.199 64.878Q-41.093 64.693-40.915 64.551Q-40.737 64.410-40.529 64.336Q-40.320 64.263-40.095 64.263Q-39.589 64.263-39.305 64.486Q-39.021 64.710-39.021 65.206L-39.021 66.860Q-39.021 66.997-38.873 67.033Q-38.724 67.069-38.498 67.069L-38.498 67.349L-40.129 67.349L-40.129 67.069Q-39.900 67.069-39.751 67.035Q-39.602 67-39.602 66.860L-39.602 65.220Q-39.602 64.885-39.722 64.685Q-39.842 64.485-40.156 64.485Q-40.426 64.485-40.660 64.621Q-40.894 64.758-41.033 64.992Q-41.171 65.226-41.171 65.500L-41.171 66.860Q-41.171 66.997-41.021 67.033Q-40.870 67.069-40.645 67.069L-40.645 67.349M-37.852 66.621Q-37.852 66.289-37.629 66.062Q-37.405 65.835-37.061 65.707Q-36.718 65.578-36.345 65.526Q-35.973 65.473-35.668 65.473L-35.668 65.220Q-35.668 65.015-35.776 64.835Q-35.884 64.656-36.065 64.553Q-36.246 64.451-36.454 64.451Q-36.861 64.451-37.097 64.543Q-37.008 64.580-36.962 64.664Q-36.916 64.748-36.916 64.850Q-36.916 64.946-36.962 65.025Q-37.008 65.103-37.089 65.148Q-37.169 65.192-37.258 65.192Q-37.408 65.192-37.509 65.095Q-37.610 64.997-37.610 64.850Q-37.610 64.228-36.454 64.228Q-36.243 64.228-35.993 64.292Q-35.744 64.355-35.542 64.474Q-35.340 64.594-35.214 64.779Q-35.087 64.963-35.087 65.206L-35.087 66.782Q-35.087 66.898-35.026 66.994Q-34.964 67.089-34.851 67.089Q-34.742 67.089-34.677 66.995Q-34.612 66.901-34.612 66.782L-34.612 66.334L-34.346 66.334L-34.346 66.782Q-34.346 67.052-34.573 67.217Q-34.800 67.383-35.080 67.383Q-35.289 67.383-35.426 67.229Q-35.562 67.076-35.586 66.860Q-35.733 67.127-36.015 67.272Q-36.297 67.417-36.622 67.417Q-36.899 67.417-37.183 67.342Q-37.466 67.267-37.659 67.088Q-37.852 66.908-37.852 66.621M-37.237 66.621Q-37.237 66.795-37.136 66.925Q-37.036 67.055-36.880 67.125Q-36.724 67.195-36.560 67.195Q-36.342 67.195-36.133 67.098Q-35.925 67-35.797 66.819Q-35.668 66.638-35.668 66.412L-35.668 65.684Q-35.993 65.684-36.359 65.775Q-36.724 65.866-36.981 66.078Q-37.237 66.289-37.237 66.621M-33.402 66.508L-33.402 64.611L-34.041 64.611L-34.041 64.389Q-33.724 64.389-33.506 64.179Q-33.289 63.969-33.189 63.659Q-33.088 63.350-33.088 63.042L-32.821 63.042L-32.821 64.331L-31.745 64.331L-31.745 64.611L-32.821 64.611L-32.821 66.495Q-32.821 66.771-32.717 66.970Q-32.613 67.168-32.353 67.168Q-32.196 67.168-32.090 67.064Q-31.984 66.959-31.934 66.806Q-31.885 66.652-31.885 66.495L-31.885 66.081L-31.618 66.081L-31.618 66.508Q-31.618 66.734-31.717 66.944Q-31.816 67.154-32.001 67.286Q-32.185 67.417-32.414 67.417Q-32.852 67.417-33.127 67.180Q-33.402 66.942-33.402 66.508M-30.808 67.342L-30.808 66.279Q-30.808 66.255-30.781 66.228Q-30.753 66.201-30.729 66.201L-30.620 66.201Q-30.555 66.201-30.541 66.259Q-30.446 66.693-30.200 66.944Q-29.953 67.195-29.540 67.195Q-29.198 67.195-28.945 67.062Q-28.692 66.929-28.692 66.621Q-28.692 66.464-28.786 66.349Q-28.880 66.235-29.019 66.166Q-29.157 66.098-29.325 66.060L-29.906 65.961Q-30.261 65.893-30.535 65.672Q-30.808 65.452-30.808 65.110Q-30.808 64.861-30.697 64.686Q-30.586 64.512-30.400 64.413Q-30.213 64.314-29.998 64.271Q-29.783 64.228-29.540 64.228Q-29.126 64.228-28.846 64.410L-28.631 64.235Q-28.620 64.232-28.614 64.230Q-28.607 64.228-28.597 64.228L-28.545 64.228Q-28.518 64.228-28.494 64.252Q-28.470 64.276-28.470 64.304L-28.470 65.151Q-28.470 65.172-28.494 65.199Q-28.518 65.226-28.545 65.226L-28.658 65.226Q-28.685 65.226-28.711 65.201Q-28.737 65.175-28.737 65.151Q-28.737 64.915-28.843 64.751Q-28.949 64.587-29.131 64.505Q-29.314 64.423-29.547 64.423Q-29.875 64.423-30.131 64.526Q-30.388 64.628-30.388 64.905Q-30.388 65.100-30.205 65.209Q-30.022 65.319-29.793 65.360L-29.219 65.466Q-28.973 65.514-28.759 65.642Q-28.545 65.770-28.409 65.973Q-28.272 66.177-28.272 66.426Q-28.272 66.939-28.638 67.178Q-29.003 67.417-29.540 67.417Q-30.036 67.417-30.367 67.123L-30.634 67.397Q-30.654 67.417-30.682 67.417L-30.729 67.417Q-30.753 67.417-30.781 67.390Q-30.808 67.363-30.808 67.342\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M-42.327 65.838Q-42.327 65.510-42.192 65.209Q-42.057 64.909-41.821 64.688Q-41.585 64.468-41.281 64.348Q-40.976 64.228-40.652 64.228Q-40.146 64.228-39.797 64.331Q-39.449 64.433-39.449 64.809Q-39.449 64.956-39.546 65.057Q-39.643 65.158-39.790 65.158Q-39.944 65.158-40.043 65.059Q-40.142 64.960-40.142 64.809Q-40.142 64.621-40.002 64.529Q-40.204 64.478-40.645 64.478Q-41 64.478-41.229 64.674Q-41.458 64.871-41.559 65.180Q-41.660 65.490-41.660 65.838Q-41.660 66.187-41.534 66.493Q-41.407 66.799-41.152 66.983Q-40.898 67.168-40.542 67.168Q-40.320 67.168-40.136 67.084Q-39.951 67-39.816 66.845Q-39.681 66.689-39.623 66.481Q-39.609 66.426-39.555 66.426L-39.442 66.426Q-39.411 66.426-39.389 66.450Q-39.367 66.474-39.367 66.508L-39.367 66.529Q-39.452 66.816-39.640 67.014Q-39.828 67.212-40.093 67.315Q-40.358 67.417-40.652 67.417Q-41.082 67.417-41.470 67.211Q-41.858 67.004-42.092 66.641Q-42.327 66.279-42.327 65.838M-38.820 65.866Q-38.820 65.524-38.685 65.225Q-38.550 64.926-38.310 64.702Q-38.071 64.478-37.753 64.353Q-37.435 64.228-37.104 64.228Q-36.660 64.228-36.260 64.444Q-35.860 64.659-35.626 65.037Q-35.391 65.414-35.391 65.866Q-35.391 66.207-35.533 66.491Q-35.675 66.775-35.920 66.982Q-36.164 67.188-36.473 67.303Q-36.783 67.417-37.104 67.417Q-37.535 67.417-37.936 67.216Q-38.338 67.014-38.579 66.662Q-38.820 66.310-38.820 65.866M-37.104 67.168Q-36.502 67.168-36.278 66.790Q-36.055 66.412-36.055 65.780Q-36.055 65.168-36.289 64.809Q-36.523 64.451-37.104 64.451Q-38.157 64.451-38.157 65.780Q-38.157 66.412-37.931 66.790Q-37.705 67.168-37.104 67.168M-33.115 67.349L-34.749 67.349L-34.749 67.069Q-34.520 67.069-34.371 67.035Q-34.223 67-34.223 66.860L-34.223 65.011Q-34.223 64.741-34.330 64.680Q-34.438 64.618-34.749 64.618L-34.749 64.338L-33.689 64.263L-33.689 64.912Q-33.518 64.604-33.214 64.433Q-32.910 64.263-32.565 64.263Q-32.059 64.263-31.775 64.486Q-31.492 64.710-31.492 65.206L-31.492 66.860Q-31.492 66.997-31.343 67.033Q-31.194 67.069-30.969 67.069L-30.969 67.349L-32.599 67.349L-32.599 67.069Q-32.370 67.069-32.221 67.035Q-32.073 67-32.073 66.860L-32.073 65.220Q-32.073 64.885-32.192 64.685Q-32.312 64.485-32.626 64.485Q-32.896 64.485-33.131 64.621Q-33.365 64.758-33.503 64.992Q-33.641 65.226-33.641 65.500L-33.641 66.860Q-33.641 66.997-33.491 67.033Q-33.341 67.069-33.115 67.069\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M-30.057 66.508L-30.057 64.611L-30.696 64.611L-30.696 64.389Q-30.378 64.389-30.161 64.179Q-29.944 63.969-29.844 63.659Q-29.743 63.350-29.743 63.042L-29.476 63.042L-29.476 64.331L-28.399 64.331L-28.399 64.611L-29.476 64.611L-29.476 66.495Q-29.476 66.771-29.372 66.970Q-29.268 67.168-29.008 67.168Q-28.851 67.168-28.745 67.064Q-28.639 66.959-28.589 66.806Q-28.540 66.652-28.540 66.495L-28.540 66.081L-28.273 66.081L-28.273 66.508Q-28.273 66.734-28.372 66.944Q-28.471 67.154-28.656 67.286Q-28.840 67.417-29.069 67.417Q-29.507 67.417-29.782 67.180Q-30.057 66.942-30.057 66.508M-27.504 65.814Q-27.504 65.493-27.379 65.204Q-27.254 64.915-27.029 64.692Q-26.803 64.468-26.508 64.348Q-26.212 64.228-25.894 64.228Q-25.566 64.228-25.304 64.328Q-25.043 64.427-24.867 64.609Q-24.691 64.792-24.597 65.050Q-24.503 65.308-24.503 65.640Q-24.503 65.732-24.585 65.753L-26.841 65.753L-26.841 65.814Q-26.841 66.402-26.557 66.785Q-26.273 67.168-25.706 67.168Q-25.385 67.168-25.117 66.975Q-24.848 66.782-24.759 66.467Q-24.752 66.426-24.677 66.412L-24.585 66.412Q-24.503 66.436-24.503 66.508Q-24.503 66.515-24.510 66.542Q-24.623 66.939-24.993 67.178Q-25.364 67.417-25.788 67.417Q-26.226 67.417-26.626 67.209Q-27.025 67-27.265 66.633Q-27.504 66.266-27.504 65.814M-26.834 65.544L-25.019 65.544Q-25.019 65.267-25.117 65.015Q-25.214 64.762-25.412 64.606Q-25.610 64.451-25.894 64.451Q-26.171 64.451-26.385 64.609Q-26.598 64.768-26.716 65.023Q-26.834 65.278-26.834 65.544M-22.732 67.349L-24.055 67.349L-24.055 67.069Q-23.495 67.069-23.115 66.669L-22.401 65.872L-23.314 64.823Q-23.450 64.676-23.599 64.644Q-23.748 64.611-24.014 64.611L-24.014 64.331L-22.514 64.331L-22.514 64.611Q-22.705 64.611-22.705 64.745Q-22.705 64.775-22.674 64.823L-22.080 65.507L-21.639 65.011Q-21.526 64.881-21.526 64.765Q-21.526 64.703-21.564 64.657Q-21.601 64.611-21.659 64.611L-21.659 64.331L-20.343 64.331L-20.343 64.611Q-20.904 64.611-21.283 65.011L-21.905 65.712L-20.911 66.860Q-20.812 66.959-20.711 67.004Q-20.610 67.048-20.499 67.058Q-20.388 67.069-20.210 67.069L-20.210 67.349L-21.704 67.349L-21.704 67.069Q-21.639 67.069-21.579 67.035Q-21.519 67-21.519 66.935Q-21.519 66.888-21.550 66.860L-22.227 66.074L-22.760 66.669Q-22.873 66.799-22.873 66.915Q-22.873 66.980-22.832 67.024Q-22.791 67.069-22.732 67.069L-22.732 67.349M-19.188 66.508L-19.188 64.611L-19.827 64.611L-19.827 64.389Q-19.509 64.389-19.292 64.179Q-19.075 63.969-18.974 63.659Q-18.874 63.350-18.874 63.042L-18.607 63.042L-18.607 64.331L-17.530 64.331L-17.530 64.611L-18.607 64.611L-18.607 66.495Q-18.607 66.771-18.503 66.970Q-18.398 67.168-18.139 67.168Q-17.981 67.168-17.876 67.064Q-17.770 66.959-17.720 66.806Q-17.670 66.652-17.670 66.495L-17.670 66.081L-17.404 66.081L-17.404 66.508Q-17.404 66.734-17.503 66.944Q-17.602 67.154-17.787 67.286Q-17.971 67.417-18.200 67.417Q-18.638 67.417-18.913 67.180Q-19.188 66.942-19.188 66.508M-16.020 66.515L-16.020 65.011Q-16.020 64.741-16.127 64.680Q-16.235 64.618-16.546 64.618L-16.546 64.338L-15.439 64.263L-15.439 66.495L-15.439 66.515Q-15.439 66.795-15.387 66.939Q-15.336 67.082-15.194 67.139Q-15.052 67.195-14.765 67.195Q-14.512 67.195-14.307 67.055Q-14.102 66.915-13.986 66.689Q-13.870 66.464-13.870 66.214L-13.870 65.011Q-13.870 64.741-13.977 64.680Q-14.085 64.618-14.396 64.618L-14.396 64.338L-13.289 64.263L-13.289 66.676Q-13.289 66.867-13.236 66.949Q-13.183 67.031-13.082 67.050Q-12.981 67.069-12.766 67.069L-12.766 67.349L-13.842 67.417L-13.842 66.853Q-13.952 67.035-14.097 67.158Q-14.242 67.281-14.429 67.349Q-14.615 67.417-14.816 67.417Q-16.020 67.417-16.020 66.515M-12.120 66.621Q-12.120 66.289-11.896 66.062Q-11.672 65.835-11.328 65.707Q-10.985 65.578-10.612 65.526Q-10.240 65.473-9.936 65.473L-9.936 65.220Q-9.936 65.015-10.043 64.835Q-10.151 64.656-10.332 64.553Q-10.513 64.451-10.722 64.451Q-11.128 64.451-11.364 64.543Q-11.275 64.580-11.229 64.664Q-11.183 64.748-11.183 64.850Q-11.183 64.946-11.229 65.025Q-11.275 65.103-11.356 65.148Q-11.436 65.192-11.525 65.192Q-11.675 65.192-11.776 65.095Q-11.877 64.997-11.877 64.850Q-11.877 64.228-10.722 64.228Q-10.510 64.228-10.260 64.292Q-10.011 64.355-9.809 64.474Q-9.607 64.594-9.481 64.779Q-9.355 64.963-9.355 65.206L-9.355 66.782Q-9.355 66.898-9.293 66.994Q-9.231 67.089-9.119 67.089Q-9.009 67.089-8.944 66.995Q-8.879 66.901-8.879 66.782L-8.879 66.334L-8.613 66.334L-8.613 66.782Q-8.613 67.052-8.840 67.217Q-9.067 67.383-9.348 67.383Q-9.556 67.383-9.693 67.229Q-9.830 67.076-9.854 66.860Q-10.001 67.127-10.283 67.272Q-10.565 67.417-10.889 67.417Q-11.166 67.417-11.450 67.342Q-11.733 67.267-11.927 67.088Q-12.120 66.908-12.120 66.621M-11.504 66.621Q-11.504 66.795-11.404 66.925Q-11.303 67.055-11.147 67.125Q-10.992 67.195-10.828 67.195Q-10.609 67.195-10.400 67.098Q-10.192 67-10.064 66.819Q-9.936 66.638-9.936 66.412L-9.936 65.684Q-10.260 65.684-10.626 65.775Q-10.992 65.866-11.248 66.078Q-11.504 66.289-11.504 66.621M-6.528 67.349L-8.131 67.349L-8.131 67.069Q-7.905 67.069-7.757 67.035Q-7.608 67-7.608 66.860L-7.608 63.241Q-7.608 62.971-7.716 62.909Q-7.823 62.848-8.131 62.848L-8.131 62.567L-7.054 62.492L-7.054 66.860Q-7.054 66.997-6.904 67.033Q-6.753 67.069-6.528 67.069\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M-3.257 65.814Q-3.257 65.493-3.132 65.204Q-3.007 64.915-2.781 64.692Q-2.556 64.468-2.260 64.348Q-1.965 64.228-1.647 64.228Q-1.319 64.228-1.057 64.328Q-0.796 64.427-0.620 64.609Q-0.444 64.792-0.350 65.050Q-0.256 65.308-0.256 65.640Q-0.256 65.732-0.338 65.753L-2.593 65.753L-2.593 65.814Q-2.593 66.402-2.310 66.785Q-2.026 67.168-1.459 67.168Q-1.137 67.168-0.869 66.975Q-0.601 66.782-0.512 66.467Q-0.505 66.426-0.430 66.412L-0.338 66.412Q-0.256 66.436-0.256 66.508Q-0.256 66.515-0.262 66.542Q-0.375 66.939-0.746 67.178Q-1.117 67.417-1.541 67.417Q-1.978 67.417-2.378 67.209Q-2.778 67-3.017 66.633Q-3.257 66.266-3.257 65.814M-2.587 65.544L-0.772 65.544Q-0.772 65.267-0.869 65.015Q-0.967 64.762-1.165 64.606Q-1.363 64.451-1.647 64.451Q-1.924 64.451-2.137 64.609Q-2.351 64.768-2.469 65.023Q-2.587 65.278-2.587 65.544M2.014 67.349L0.380 67.349L0.380 67.069Q0.609 67.069 0.758 67.035Q0.907 67 0.907 66.860L0.907 65.011Q0.907 64.741 0.799 64.680Q0.691 64.618 0.380 64.618L0.380 64.338L1.440 64.263L1.440 64.912Q1.611 64.604 1.915 64.433Q2.219 64.263 2.564 64.263Q3.070 64.263 3.354 64.486Q3.637 64.710 3.637 65.206L3.637 66.860Q3.637 66.997 3.786 67.033Q3.935 67.069 4.160 67.069L4.160 67.349L2.530 67.349L2.530 67.069Q2.759 67.069 2.908 67.035Q3.056 67 3.056 66.860L3.056 65.220Q3.056 64.885 2.937 64.685Q2.817 64.485 2.503 64.485Q2.233 64.485 1.999 64.621Q1.764 64.758 1.626 64.992Q1.488 65.226 1.488 65.500L1.488 66.860Q1.488 66.997 1.638 67.033Q1.788 67.069 2.014 67.069L2.014 67.349M4.748 65.838Q4.748 65.510 4.883 65.209Q5.018 64.909 5.254 64.688Q5.490 64.468 5.794 64.348Q6.098 64.228 6.423 64.228Q6.929 64.228 7.278 64.331Q7.626 64.433 7.626 64.809Q7.626 64.956 7.529 65.057Q7.431 65.158 7.284 65.158Q7.131 65.158 7.032 65.059Q6.932 64.960 6.932 64.809Q6.932 64.621 7.073 64.529Q6.871 64.478 6.430 64.478Q6.074 64.478 5.845 64.674Q5.616 64.871 5.516 65.180Q5.415 65.490 5.415 65.838Q5.415 66.187 5.541 66.493Q5.668 66.799 5.922 66.983Q6.177 67.168 6.533 67.168Q6.755 67.168 6.939 67.084Q7.124 67 7.259 66.845Q7.394 66.689 7.452 66.481Q7.466 66.426 7.520 66.426L7.633 66.426Q7.664 66.426 7.686 66.450Q7.708 66.474 7.708 66.508L7.708 66.529Q7.623 66.816 7.435 67.014Q7.247 67.212 6.982 67.315Q6.717 67.417 6.423 67.417Q5.992 67.417 5.605 67.211Q5.217 67.004 4.982 66.641Q4.748 66.279 4.748 65.838M8.255 65.866Q8.255 65.524 8.390 65.225Q8.525 64.926 8.764 64.702Q9.004 64.478 9.322 64.353Q9.639 64.228 9.971 64.228Q10.415 64.228 10.815 64.444Q11.215 64.659 11.449 65.037Q11.683 65.414 11.683 65.866Q11.683 66.207 11.542 66.491Q11.400 66.775 11.155 66.982Q10.911 67.188 10.602 67.303Q10.292 67.417 9.971 67.417Q9.540 67.417 9.139 67.216Q8.737 67.014 8.496 66.662Q8.255 66.310 8.255 65.866M9.971 67.168Q10.573 67.168 10.796 66.790Q11.020 66.412 11.020 65.780Q11.020 65.168 10.786 64.809Q10.552 64.451 9.971 64.451Q8.918 64.451 8.918 65.780Q8.918 66.412 9.144 66.790Q9.369 67.168 9.971 67.168\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M12.514 65.838Q12.514 65.500 12.655 65.209Q12.795 64.919 13.039 64.705Q13.283 64.492 13.588 64.377Q13.892 64.263 14.217 64.263Q14.487 64.263 14.750 64.362Q15.013 64.461 15.204 64.639L15.204 63.241Q15.204 62.971 15.097 62.909Q14.989 62.848 14.678 62.848L14.678 62.567L15.755 62.492L15.755 66.676Q15.755 66.864 15.809 66.947Q15.864 67.031 15.965 67.050Q16.066 67.069 16.281 67.069L16.281 67.349L15.174 67.417L15.174 67Q14.757 67.417 14.131 67.417Q13.700 67.417 13.328 67.205Q12.955 66.994 12.735 66.633Q12.514 66.272 12.514 65.838M14.189 67.195Q14.398 67.195 14.584 67.123Q14.770 67.052 14.924 66.915Q15.078 66.778 15.174 66.600L15.174 64.991Q15.088 64.844 14.943 64.724Q14.798 64.604 14.628 64.545Q14.459 64.485 14.278 64.485Q13.718 64.485 13.449 64.874Q13.181 65.264 13.181 65.845Q13.181 66.416 13.415 66.806Q13.649 67.195 14.189 67.195M16.889 65.814Q16.889 65.493 17.014 65.204Q17.139 64.915 17.365 64.692Q17.590 64.468 17.886 64.348Q18.181 64.228 18.499 64.228Q18.827 64.228 19.089 64.328Q19.350 64.427 19.526 64.609Q19.702 64.792 19.796 65.050Q19.890 65.308 19.890 65.640Q19.890 65.732 19.808 65.753L17.553 65.753L17.553 65.814Q17.553 66.402 17.836 66.785Q18.120 67.168 18.687 67.168Q19.009 67.168 19.277 66.975Q19.545 66.782 19.634 66.467Q19.641 66.426 19.716 66.412L19.808 66.412Q19.890 66.436 19.890 66.508Q19.890 66.515 19.884 66.542Q19.771 66.939 19.400 67.178Q19.029 67.417 18.605 67.417Q18.168 67.417 17.768 67.209Q17.368 67 17.129 66.633Q16.889 66.266 16.889 65.814M17.559 65.544L19.374 65.544Q19.374 65.267 19.277 65.015Q19.179 64.762 18.981 64.606Q18.783 64.451 18.499 64.451Q18.222 64.451 18.009 64.609Q17.795 64.768 17.677 65.023Q17.559 65.278 17.559 65.544M22.228 67.349L20.492 67.349L20.492 67.069Q20.721 67.069 20.870 67.035Q21.018 67 21.018 66.860L21.018 65.011Q21.018 64.741 20.911 64.680Q20.803 64.618 20.492 64.618L20.492 64.338L21.521 64.263L21.521 64.970Q21.651 64.662 21.893 64.463Q22.136 64.263 22.454 64.263Q22.673 64.263 22.844 64.387Q23.014 64.512 23.014 64.724Q23.014 64.861 22.915 64.960Q22.816 65.059 22.683 65.059Q22.546 65.059 22.447 64.960Q22.348 64.861 22.348 64.724Q22.348 64.584 22.447 64.485Q22.157 64.485 21.957 64.681Q21.757 64.878 21.664 65.172Q21.572 65.466 21.572 65.746L21.572 66.860Q21.572 67.069 22.228 67.069\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M26.264 65.866Q26.264 65.524 26.399 65.225Q26.534 64.926 26.774 64.702Q27.013 64.478 27.331 64.353Q27.649 64.228 27.980 64.228Q28.425 64.228 28.824 64.444Q29.224 64.659 29.459 65.037Q29.693 65.414 29.693 65.866Q29.693 66.207 29.551 66.491Q29.409 66.775 29.165 66.982Q28.920 67.188 28.611 67.303Q28.302 67.417 27.980 67.417Q27.550 67.417 27.148 67.216Q26.746 67.014 26.505 66.662Q26.264 66.310 26.264 65.866M27.980 67.168Q28.582 67.168 28.806 66.790Q29.030 66.412 29.030 65.780Q29.030 65.168 28.795 64.809Q28.561 64.451 27.980 64.451Q26.928 64.451 26.928 65.780Q26.928 66.412 27.153 66.790Q27.379 67.168 27.980 67.168\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M31.666 67.322L30.538 64.823Q30.466 64.676 30.336 64.644Q30.206 64.611 29.977 64.611L29.977 64.331L31.491 64.331L31.491 64.611Q31.139 64.611 31.139 64.758Q31.139 64.803 31.150 64.823L32.014 66.741L32.794 65.011Q32.828 64.943 32.828 64.864Q32.828 64.751 32.744 64.681Q32.660 64.611 32.541 64.611L32.541 64.331L33.737 64.331L33.737 64.611Q33.518 64.611 33.347 64.714Q33.177 64.816 33.088 65.011L32.052 67.322Q32.004 67.417 31.898 67.417L31.820 67.417Q31.714 67.417 31.666 67.322\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M34.021 65.814Q34.021 65.493 34.146 65.204Q34.271 64.915 34.497 64.692Q34.722 64.468 35.018 64.348Q35.313 64.228 35.631 64.228Q35.959 64.228 36.221 64.328Q36.482 64.427 36.658 64.609Q36.834 64.792 36.928 65.050Q37.022 65.308 37.022 65.640Q37.022 65.732 36.940 65.753L34.685 65.753L34.685 65.814Q34.685 66.402 34.968 66.785Q35.252 67.168 35.819 67.168Q36.141 67.168 36.409 66.975Q36.677 66.782 36.766 66.467Q36.773 66.426 36.848 66.412L36.940 66.412Q37.022 66.436 37.022 66.508Q37.022 66.515 37.016 66.542Q36.903 66.939 36.532 67.178Q36.161 67.417 35.737 67.417Q35.300 67.417 34.900 67.209Q34.500 67 34.261 66.633Q34.021 66.266 34.021 65.814M34.691 65.544L36.506 65.544Q36.506 65.267 36.409 65.015Q36.311 64.762 36.113 64.606Q35.915 64.451 35.631 64.451Q35.354 64.451 35.141 64.609Q34.927 64.768 34.809 65.023Q34.691 65.278 34.691 65.544M39.360 67.349L37.624 67.349L37.624 67.069Q37.853 67.069 38.002 67.035Q38.150 67 38.150 66.860L38.150 65.011Q38.150 64.741 38.043 64.680Q37.935 64.618 37.624 64.618L37.624 64.338L38.653 64.263L38.653 64.970Q38.783 64.662 39.025 64.463Q39.268 64.263 39.586 64.263Q39.805 64.263 39.976 64.387Q40.146 64.512 40.146 64.724Q40.146 64.861 40.047 64.960Q39.948 65.059 39.815 65.059Q39.678 65.059 39.579 64.960Q39.480 64.861 39.480 64.724Q39.480 64.584 39.579 64.485Q39.289 64.485 39.089 64.681Q38.889 64.878 38.796 65.172Q38.704 65.466 38.704 65.746L38.704 66.860Q38.704 67.069 39.360 67.069\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M43.496 66.621Q43.496 66.289 43.719 66.062Q43.943 65.835 44.287 65.707Q44.630 65.578 45.003 65.526Q45.375 65.473 45.680 65.473L45.680 65.220Q45.680 65.015 45.572 64.835Q45.464 64.656 45.283 64.553Q45.102 64.451 44.894 64.451Q44.487 64.451 44.251 64.543Q44.340 64.580 44.386 64.664Q44.432 64.748 44.432 64.850Q44.432 64.946 44.386 65.025Q44.340 65.103 44.259 65.148Q44.179 65.192 44.090 65.192Q43.940 65.192 43.839 65.095Q43.738 64.997 43.738 64.850Q43.738 64.228 44.894 64.228Q45.105 64.228 45.355 64.292Q45.604 64.355 45.806 64.474Q46.008 64.594 46.134 64.779Q46.261 64.963 46.261 65.206L46.261 66.782Q46.261 66.898 46.322 66.994Q46.384 67.089 46.497 67.089Q46.606 67.089 46.671 66.995Q46.736 66.901 46.736 66.782L46.736 66.334L47.002 66.334L47.002 66.782Q47.002 67.052 46.775 67.217Q46.548 67.383 46.268 67.383Q46.059 67.383 45.922 67.229Q45.786 67.076 45.762 66.860Q45.615 67.127 45.333 67.272Q45.051 67.417 44.726 67.417Q44.449 67.417 44.165 67.342Q43.882 67.267 43.689 67.088Q43.496 66.908 43.496 66.621M44.111 66.621Q44.111 66.795 44.212 66.925Q44.312 67.055 44.468 67.125Q44.623 67.195 44.788 67.195Q45.006 67.195 45.215 67.098Q45.423 67 45.551 66.819Q45.680 66.638 45.680 66.412L45.680 65.684Q45.355 65.684 44.989 65.775Q44.623 65.866 44.367 66.078Q44.111 66.289 44.111 66.621M49.087 67.349L47.484 67.349L47.484 67.069Q47.710 67.069 47.859 67.035Q48.007 67 48.007 66.860L48.007 63.241Q48.007 62.971 47.900 62.909Q47.792 62.848 47.484 62.848L47.484 62.567L48.561 62.492L48.561 66.860Q48.561 66.997 48.711 67.033Q48.862 67.069 49.087 67.069L49.087 67.349M51.350 67.349L49.747 67.349L49.747 67.069Q49.973 67.069 50.121 67.035Q50.270 67 50.270 66.860L50.270 63.241Q50.270 62.971 50.162 62.909Q50.055 62.848 49.747 62.848L49.747 62.567L50.824 62.492L50.824 66.860Q50.824 66.997 50.974 67.033Q51.124 67.069 51.350 67.069\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M55.173 66.508L55.173 64.611L54.534 64.611L54.534 64.389Q54.852 64.389 55.069 64.179Q55.286 63.969 55.386 63.659Q55.487 63.350 55.487 63.042L55.754 63.042L55.754 64.331L56.831 64.331L56.831 64.611L55.754 64.611L55.754 66.495Q55.754 66.771 55.858 66.970Q55.962 67.168 56.222 67.168Q56.379 67.168 56.485 67.064Q56.591 66.959 56.641 66.806Q56.690 66.652 56.690 66.495L56.690 66.081L56.957 66.081L56.957 66.508Q56.957 66.734 56.858 66.944Q56.759 67.154 56.574 67.286Q56.390 67.417 56.161 67.417Q55.723 67.417 55.448 67.180Q55.173 66.942 55.173 66.508M57.726 65.866Q57.726 65.524 57.861 65.225Q57.996 64.926 58.235 64.702Q58.475 64.478 58.792 64.353Q59.110 64.228 59.442 64.228Q59.886 64.228 60.286 64.444Q60.686 64.659 60.920 65.037Q61.154 65.414 61.154 65.866Q61.154 66.207 61.012 66.491Q60.871 66.775 60.626 66.982Q60.382 67.188 60.072 67.303Q59.763 67.417 59.442 67.417Q59.011 67.417 58.610 67.216Q58.208 67.014 57.967 66.662Q57.726 66.310 57.726 65.866M59.442 67.168Q60.043 67.168 60.267 66.790Q60.491 66.412 60.491 65.780Q60.491 65.168 60.257 64.809Q60.023 64.451 59.442 64.451Q58.389 64.451 58.389 65.780Q58.389 66.412 58.615 66.790Q58.840 67.168 59.442 67.168M63.345 67.349L61.763 67.349L61.763 67.069Q61.992 67.069 62.140 67.035Q62.289 67 62.289 66.860L62.289 63.241Q62.289 62.971 62.181 62.909Q62.074 62.848 61.763 62.848L61.763 62.567L62.843 62.492L62.843 65.780L63.827 65.011Q64.032 64.874 64.032 64.724Q64.032 64.680 63.991 64.645Q63.950 64.611 63.906 64.611L63.906 64.331L65.269 64.331L65.269 64.611Q64.781 64.611 64.261 65.011L63.704 65.445L64.682 66.669Q64.883 66.915 65.017 66.992Q65.150 67.069 65.437 67.069L65.437 67.349L64.005 67.349L64.005 67.069Q64.193 67.069 64.193 66.956Q64.193 66.860 64.039 66.669L63.304 65.760L62.822 66.139L62.822 66.860Q62.822 66.997 62.971 67.033Q63.120 67.069 63.345 67.069\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.681 24.043)\">\u003Cpath d=\"M65.702 65.814Q65.702 65.493 65.827 65.204Q65.952 64.915 66.178 64.692Q66.403 64.468 66.699 64.348Q66.994 64.228 67.312 64.228Q67.640 64.228 67.902 64.328Q68.163 64.427 68.339 64.609Q68.515 64.792 68.609 65.050Q68.703 65.308 68.703 65.640Q68.703 65.732 68.621 65.753L66.366 65.753L66.366 65.814Q66.366 66.402 66.649 66.785Q66.933 67.168 67.500 67.168Q67.822 67.168 68.090 66.975Q68.358 66.782 68.447 66.467Q68.454 66.426 68.529 66.412L68.621 66.412Q68.703 66.436 68.703 66.508Q68.703 66.515 68.697 66.542Q68.584 66.939 68.213 67.178Q67.842 67.417 67.418 67.417Q66.981 67.417 66.581 67.209Q66.181 67 65.942 66.633Q65.702 66.266 65.702 65.814M66.372 65.544L68.187 65.544Q68.187 65.267 68.090 65.015Q67.992 64.762 67.794 64.606Q67.596 64.451 67.312 64.451Q67.035 64.451 66.822 64.609Q66.608 64.768 66.490 65.023Q66.372 65.278 66.372 65.544M70.973 67.349L69.339 67.349L69.339 67.069Q69.568 67.069 69.717 67.035Q69.866 67 69.866 66.860L69.866 65.011Q69.866 64.741 69.758 64.680Q69.650 64.618 69.339 64.618L69.339 64.338L70.399 64.263L70.399 64.912Q70.570 64.604 70.874 64.433Q71.178 64.263 71.523 64.263Q72.029 64.263 72.313 64.486Q72.596 64.710 72.596 65.206L72.596 66.860Q72.596 66.997 72.745 67.033Q72.894 67.069 73.119 67.069L73.119 67.349L71.489 67.349L71.489 67.069Q71.718 67.069 71.867 67.035Q72.015 67 72.015 66.860L72.015 65.220Q72.015 64.885 71.896 64.685Q71.776 64.485 71.462 64.485Q71.192 64.485 70.958 64.621Q70.723 64.758 70.585 64.992Q70.447 65.226 70.447 65.500L70.447 66.860Q70.447 66.997 70.597 67.033Q70.747 67.069 70.973 67.069L70.973 67.349M73.707 67.342L73.707 66.279Q73.707 66.255 73.735 66.228Q73.762 66.201 73.786 66.201L73.895 66.201Q73.960 66.201 73.974 66.259Q74.070 66.693 74.316 66.944Q74.562 67.195 74.975 67.195Q75.317 67.195 75.570 67.062Q75.823 66.929 75.823 66.621Q75.823 66.464 75.729 66.349Q75.635 66.235 75.497 66.166Q75.358 66.098 75.191 66.060L74.610 65.961Q74.254 65.893 73.981 65.672Q73.707 65.452 73.707 65.110Q73.707 64.861 73.818 64.686Q73.929 64.512 74.116 64.413Q74.302 64.314 74.517 64.271Q74.733 64.228 74.975 64.228Q75.389 64.228 75.669 64.410L75.885 64.235Q75.895 64.232 75.902 64.230Q75.908 64.228 75.919 64.228L75.970 64.228Q75.997 64.228 76.021 64.252Q76.045 64.276 76.045 64.304L76.045 65.151Q76.045 65.172 76.021 65.199Q75.997 65.226 75.970 65.226L75.857 65.226Q75.830 65.226 75.804 65.201Q75.779 65.175 75.779 65.151Q75.779 64.915 75.673 64.751Q75.567 64.587 75.384 64.505Q75.201 64.423 74.969 64.423Q74.640 64.423 74.384 64.526Q74.128 64.628 74.128 64.905Q74.128 65.100 74.311 65.209Q74.493 65.319 74.722 65.360L75.297 65.466Q75.543 65.514 75.756 65.642Q75.970 65.770 76.107 65.973Q76.243 66.177 76.243 66.426Q76.243 66.939 75.878 67.178Q75.512 67.417 74.975 67.417Q74.480 67.417 74.148 67.123L73.882 67.397Q73.861 67.417 73.834 67.417L73.786 67.417Q73.762 67.417 73.735 67.390Q73.707 67.363 73.707 67.342\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-.691 30.36h52.673V13.288H-.691Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(45.283 -43.775)\">\u003Cpath d=\"M-42.227 64.557Q-42.227 64.516-42.200 64.492Q-42.022 64.348-41.887 64.151Q-41.752 63.955-41.682 63.726Q-41.612 63.497-41.612 63.261L-41.612 63.213Q-41.722 63.323-41.906 63.323Q-42.087 63.323-42.207 63.203Q-42.327 63.083-42.327 62.906Q-42.327 62.731-42.207 62.612Q-42.087 62.492-41.906 62.492Q-41.636 62.492-41.511 62.730Q-41.387 62.967-41.387 63.261Q-41.387 63.470-41.434 63.670Q-41.482 63.870-41.561 64.035Q-41.640 64.201-41.763 64.363Q-41.886 64.526-42.046 64.662Q-42.077 64.683-42.101 64.683Q-42.149 64.683-42.188 64.640Q-42.227 64.598-42.227 64.557M-40.724 64.557Q-40.724 64.516-40.696 64.492Q-40.518 64.348-40.383 64.151Q-40.248 63.955-40.178 63.726Q-40.108 63.497-40.108 63.261L-40.108 63.213Q-40.218 63.323-40.402 63.323Q-40.580 63.323-40.701 63.201Q-40.823 63.080-40.823 62.906Q-40.823 62.735-40.701 62.613Q-40.580 62.492-40.402 62.492Q-40.132 62.492-40.007 62.730Q-39.883 62.967-39.883 63.261Q-39.883 63.470-39.931 63.670Q-39.978 63.870-40.057 64.035Q-40.136 64.201-40.259 64.363Q-40.382 64.526-40.542 64.662Q-40.573 64.683-40.597 64.683Q-40.641 64.683-40.683 64.642Q-40.724 64.601-40.724 64.557M-36.677 67.349L-38.280 67.349L-38.280 67.069Q-38.054 67.069-37.905 67.035Q-37.757 67-37.757 66.860L-37.757 63.241Q-37.757 62.971-37.864 62.909Q-37.972 62.848-38.280 62.848L-38.280 62.567L-37.203 62.492L-37.203 66.860Q-37.203 66.997-37.053 67.033Q-36.902 67.069-36.677 67.069L-36.677 67.349M-36.123 65.866Q-36.123 65.524-35.988 65.225Q-35.853 64.926-35.614 64.702Q-35.374 64.478-35.057 64.353Q-34.739 64.228-34.407 64.228Q-33.963 64.228-33.563 64.444Q-33.163 64.659-32.929 65.037Q-32.695 65.414-32.695 65.866Q-32.695 66.207-32.837 66.491Q-32.978 66.775-33.223 66.982Q-33.467 67.188-33.776 67.303Q-34.086 67.417-34.407 67.417Q-34.838 67.417-35.239 67.216Q-35.641 67.014-35.882 66.662Q-36.123 66.310-36.123 65.866M-34.407 67.168Q-33.806 67.168-33.582 66.790Q-33.358 66.412-33.358 65.780Q-33.358 65.168-33.592 64.809Q-33.826 64.451-34.407 64.451Q-35.460 64.451-35.460 65.780Q-35.460 66.412-35.234 66.790Q-35.009 67.168-34.407 67.168\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(45.283 -43.775)\">\u003Cpath d=\"M-30.716 67.322L-31.844 64.823Q-31.916 64.676-32.046 64.644Q-32.176 64.611-32.405 64.611L-32.405 64.331L-30.891 64.331L-30.891 64.611Q-31.243 64.611-31.243 64.758Q-31.243 64.803-31.232 64.823L-30.368 66.741L-29.588 65.011Q-29.554 64.943-29.554 64.864Q-29.554 64.751-29.638 64.681Q-29.722 64.611-29.841 64.611L-29.841 64.331L-28.645 64.331L-28.645 64.611Q-28.864 64.611-29.035 64.714Q-29.205 64.816-29.294 65.011L-30.330 67.322Q-30.378 67.417-30.484 67.417L-30.562 67.417Q-30.668 67.417-30.716 67.322\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(45.283 -43.775)\">\u003Cpath d=\"M-28.361 65.814Q-28.361 65.493-28.236 65.204Q-28.111 64.915-27.885 64.692Q-27.660 64.468-27.364 64.348Q-27.069 64.228-26.751 64.228Q-26.423 64.228-26.161 64.328Q-25.900 64.427-25.724 64.609Q-25.548 64.792-25.454 65.050Q-25.360 65.308-25.360 65.640Q-25.360 65.732-25.442 65.753L-27.697 65.753L-27.697 65.814Q-27.697 66.402-27.414 66.785Q-27.130 67.168-26.563 67.168Q-26.241 67.168-25.973 66.975Q-25.705 66.782-25.616 66.467Q-25.609 66.426-25.534 66.412L-25.442 66.412Q-25.360 66.436-25.360 66.508Q-25.360 66.515-25.366 66.542Q-25.479 66.939-25.850 67.178Q-26.221 67.417-26.645 67.417Q-27.082 67.417-27.482 67.209Q-27.882 67-28.121 66.633Q-28.361 66.266-28.361 65.814M-27.691 65.544L-25.876 65.544Q-25.876 65.267-25.973 65.015Q-26.071 64.762-26.269 64.606Q-26.467 64.451-26.751 64.451Q-27.028 64.451-27.241 64.609Q-27.455 64.768-27.573 65.023Q-27.691 65.278-27.691 65.544M-24.673 64.557Q-24.673 64.516-24.645 64.492Q-24.467 64.348-24.332 64.151Q-24.197 63.955-24.127 63.726Q-24.057 63.497-24.057 63.261L-24.057 63.213Q-24.167 63.323-24.351 63.323Q-24.532 63.323-24.652 63.203Q-24.772 63.083-24.772 62.906Q-24.772 62.731-24.652 62.612Q-24.532 62.492-24.351 62.492Q-24.081 62.492-23.957 62.730Q-23.832 62.967-23.832 63.261Q-23.832 63.470-23.880 63.670Q-23.927 63.870-24.006 64.035Q-24.085 64.201-24.208 64.363Q-24.331 64.526-24.491 64.662Q-24.522 64.683-24.546 64.683Q-24.594 64.683-24.633 64.640Q-24.673 64.598-24.673 64.557M-23.169 64.557Q-23.169 64.516-23.141 64.492Q-22.964 64.348-22.829 64.151Q-22.694 63.955-22.624 63.726Q-22.553 63.497-22.553 63.261L-22.553 63.213Q-22.663 63.323-22.847 63.323Q-23.025 63.323-23.146 63.201Q-23.268 63.080-23.268 62.906Q-23.268 62.735-23.146 62.613Q-23.025 62.492-22.847 62.492Q-22.577 62.492-22.453 62.730Q-22.328 62.967-22.328 63.261Q-22.328 63.470-22.376 63.670Q-22.424 63.870-22.502 64.035Q-22.581 64.201-22.704 64.363Q-22.827 64.526-22.988 64.662Q-23.018 64.683-23.042 64.683Q-23.087 64.683-23.128 64.642Q-23.169 64.601-23.169 64.557\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(45.283 -43.775)\">\u003Cpath d=\"M-15.954 69.099Q-16.504 68.699-16.875 68.144Q-17.246 67.588-17.427 66.942Q-17.608 66.296-17.608 65.599Q-17.608 65.086-17.508 64.591Q-17.407 64.095-17.202 63.644Q-16.997 63.193-16.684 62.801Q-16.371 62.410-15.954 62.106Q-15.944 62.102-15.937 62.101Q-15.930 62.099-15.920 62.099L-15.852 62.099Q-15.817 62.099-15.795 62.123Q-15.773 62.147-15.773 62.184Q-15.773 62.229-15.800 62.246Q-16.149 62.547-16.402 62.931Q-16.655 63.316-16.807 63.757Q-16.959 64.198-17.031 64.654Q-17.103 65.110-17.103 65.599Q-17.103 66.600-16.793 67.487Q-16.484 68.374-15.800 68.959Q-15.773 68.976-15.773 69.020Q-15.773 69.058-15.795 69.082Q-15.817 69.106-15.852 69.106L-15.920 69.106Q-15.927 69.102-15.935 69.101Q-15.944 69.099-15.954 69.099M-13.319 68.706L-14.949 68.706L-14.949 68.426Q-14.720 68.426-14.572 68.391Q-14.423 68.357-14.423 68.217L-14.423 64.871Q-14.423 64.700-14.560 64.659Q-14.696 64.618-14.949 64.618L-14.949 64.338L-13.869 64.263L-13.869 64.669Q-13.647 64.468-13.360 64.365Q-13.073 64.263-12.765 64.263Q-12.338 64.263-11.974 64.476Q-11.610 64.690-11.396 65.054Q-11.183 65.418-11.183 65.838Q-11.183 66.283-11.422 66.647Q-11.661 67.011-12.054 67.214Q-12.447 67.417-12.892 67.417Q-13.158 67.417-13.406 67.317Q-13.654 67.216-13.842 67.035L-13.842 68.217Q-13.842 68.354-13.693 68.390Q-13.544 68.426-13.319 68.426L-13.319 68.706M-13.842 65.018L-13.842 66.628Q-13.709 66.881-13.466 67.038Q-13.223 67.195-12.946 67.195Q-12.618 67.195-12.365 66.994Q-12.112 66.792-11.979 66.474Q-11.846 66.156-11.846 65.838Q-11.846 65.609-11.911 65.380Q-11.976 65.151-12.104 64.953Q-12.232 64.755-12.427 64.635Q-12.622 64.516-12.854 64.516Q-13.148 64.516-13.416 64.645Q-13.685 64.775-13.842 65.018M-8.797 67.349L-10.533 67.349L-10.533 67.069Q-10.304 67.069-10.156 67.035Q-10.007 67-10.007 66.860L-10.007 65.011Q-10.007 64.741-10.115 64.680Q-10.222 64.618-10.533 64.618L-10.533 64.338L-9.504 64.263L-9.504 64.970Q-9.375 64.662-9.132 64.463Q-8.889 64.263-8.571 64.263Q-8.353 64.263-8.182 64.387Q-8.011 64.512-8.011 64.724Q-8.011 64.861-8.110 64.960Q-8.209 65.059-8.342 65.059Q-8.479 65.059-8.578 64.960Q-8.677 64.861-8.677 64.724Q-8.677 64.584-8.578 64.485Q-8.869 64.485-9.069 64.681Q-9.269 64.878-9.361 65.172Q-9.453 65.466-9.453 65.746L-9.453 66.860Q-9.453 67.069-8.797 67.069L-8.797 67.349M-7.467 65.814Q-7.467 65.493-7.343 65.204Q-7.218 64.915-6.992 64.692Q-6.767 64.468-6.471 64.348Q-6.175 64.228-5.857 64.228Q-5.529 64.228-5.268 64.328Q-5.006 64.427-4.830 64.609Q-4.654 64.792-4.560 65.050Q-4.466 65.308-4.466 65.640Q-4.466 65.732-4.548 65.753L-6.804 65.753L-6.804 65.814Q-6.804 66.402-6.521 66.785Q-6.237 67.168-5.669 67.168Q-5.348 67.168-5.080 66.975Q-4.812 66.782-4.723 66.467Q-4.716 66.426-4.641 66.412L-4.548 66.412Q-4.466 66.436-4.466 66.508Q-4.466 66.515-4.473 66.542Q-4.586 66.939-4.957 67.178Q-5.328 67.417-5.752 67.417Q-6.189 67.417-6.589 67.209Q-6.989 67-7.228 66.633Q-7.467 66.266-7.467 65.814M-6.797 65.544L-4.982 65.544Q-4.982 65.267-5.080 65.015Q-5.177 64.762-5.376 64.606Q-5.574 64.451-5.857 64.451Q-6.134 64.451-6.348 64.609Q-6.562 64.768-6.679 65.023Q-6.797 65.278-6.797 65.544M-3.878 65.838Q-3.878 65.500-3.738 65.209Q-3.598 64.919-3.354 64.705Q-3.109 64.492-2.805 64.377Q-2.501 64.263-2.176 64.263Q-1.906 64.263-1.643 64.362Q-1.380 64.461-1.189 64.639L-1.189 63.241Q-1.189 62.971-1.296 62.909Q-1.404 62.848-1.715 62.848L-1.715 62.567L-0.638 62.492L-0.638 66.676Q-0.638 66.864-0.584 66.947Q-0.529 67.031-0.428 67.050Q-0.327 67.069-0.112 67.069L-0.112 67.349L-1.219 67.417L-1.219 67Q-1.636 67.417-2.262 67.417Q-2.692 67.417-3.065 67.205Q-3.438 66.994-3.658 66.633Q-3.878 66.272-3.878 65.838M-2.204 67.195Q-1.995 67.195-1.809 67.123Q-1.623 67.052-1.469 66.915Q-1.315 66.778-1.219 66.600L-1.219 64.991Q-1.305 64.844-1.450 64.724Q-1.595 64.604-1.764 64.545Q-1.934 64.485-2.115 64.485Q-2.675 64.485-2.944 64.874Q-3.212 65.264-3.212 65.845Q-3.212 66.416-2.978 66.806Q-2.744 67.195-2.204 67.195M0.859 69.106L0.790 69.106Q0.756 69.106 0.734 69.080Q0.712 69.055 0.712 69.020Q0.712 68.976 0.743 68.959Q1.098 68.655 1.348 68.265Q1.597 67.875 1.749 67.443Q1.901 67.011 1.971 66.542Q2.041 66.074 2.041 65.599Q2.041 65.120 1.971 64.654Q1.901 64.187 1.748 63.752Q1.594 63.316 1.342 62.928Q1.091 62.540 0.743 62.246Q0.712 62.229 0.712 62.184Q0.712 62.150 0.734 62.125Q0.756 62.099 0.790 62.099L0.859 62.099Q0.869 62.099 0.878 62.101Q0.886 62.102 0.896 62.106Q1.440 62.506 1.812 63.059Q2.185 63.613 2.366 64.259Q2.547 64.905 2.547 65.599Q2.547 66.300 2.366 66.947Q2.185 67.595 1.811 68.149Q1.436 68.703 0.896 69.099Q0.886 69.099 0.878 69.101Q0.869 69.102 0.859 69.106\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M25.645 57.39V32.56\"\u002F>\u003Cpath stroke=\"none\" d=\"m25.645 30.56-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M-65.403-15.164h56.905v-17.072h-56.905Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-12.109 -88.618)\">\u003Cpath d=\"M-42.227 64.557Q-42.227 64.516-42.200 64.492Q-42.022 64.348-41.887 64.151Q-41.752 63.955-41.682 63.726Q-41.612 63.497-41.612 63.261L-41.612 63.213Q-41.722 63.323-41.906 63.323Q-42.087 63.323-42.207 63.203Q-42.327 63.083-42.327 62.906Q-42.327 62.731-42.207 62.612Q-42.087 62.492-41.906 62.492Q-41.636 62.492-41.511 62.730Q-41.387 62.967-41.387 63.261Q-41.387 63.470-41.434 63.670Q-41.482 63.870-41.561 64.035Q-41.640 64.201-41.763 64.363Q-41.886 64.526-42.046 64.662Q-42.077 64.683-42.101 64.683Q-42.149 64.683-42.188 64.640Q-42.227 64.598-42.227 64.557M-40.724 64.557Q-40.724 64.516-40.696 64.492Q-40.518 64.348-40.383 64.151Q-40.248 63.955-40.178 63.726Q-40.108 63.497-40.108 63.261L-40.108 63.213Q-40.218 63.323-40.402 63.323Q-40.580 63.323-40.701 63.201Q-40.823 63.080-40.823 62.906Q-40.823 62.735-40.701 62.613Q-40.580 62.492-40.402 62.492Q-40.132 62.492-40.007 62.730Q-39.883 62.967-39.883 63.261Q-39.883 63.470-39.931 63.670Q-39.978 63.870-40.057 64.035Q-40.136 64.201-40.259 64.363Q-40.382 64.526-40.542 64.662Q-40.573 64.683-40.597 64.683Q-40.641 64.683-40.683 64.642Q-40.724 64.601-40.724 64.557M-37.818 66.508L-37.818 64.611L-38.457 64.611L-38.457 64.389Q-38.140 64.389-37.922 64.179Q-37.705 63.969-37.605 63.659Q-37.504 63.350-37.504 63.042L-37.237 63.042L-37.237 64.331L-36.161 64.331L-36.161 64.611L-37.237 64.611L-37.237 66.495Q-37.237 66.771-37.133 66.970Q-37.029 67.168-36.769 67.168Q-36.612 67.168-36.506 67.064Q-36.400 66.959-36.350 66.806Q-36.301 66.652-36.301 66.495L-36.301 66.081L-36.034 66.081L-36.034 66.508Q-36.034 66.734-36.133 66.944Q-36.232 67.154-36.417 67.286Q-36.601 67.417-36.830 67.417Q-37.268 67.417-37.543 67.180Q-37.818 66.942-37.818 66.508M-33.542 67.349L-35.176 67.349L-35.176 67.069Q-34.947 67.069-34.798 67.035Q-34.650 67-34.650 66.860L-34.650 63.241Q-34.650 62.971-34.757 62.909Q-34.865 62.848-35.176 62.848L-35.176 62.567L-34.096 62.492L-34.096 64.878Q-33.990 64.693-33.812 64.551Q-33.635 64.410-33.426 64.336Q-33.218 64.263-32.992 64.263Q-32.486 64.263-32.203 64.486Q-31.919 64.710-31.919 65.206L-31.919 66.860Q-31.919 66.997-31.770 67.033Q-31.621 67.069-31.396 67.069L-31.396 67.349L-33.026 67.349L-33.026 67.069Q-32.797 67.069-32.649 67.035Q-32.500 67-32.500 66.860L-32.500 65.220Q-32.500 64.885-32.620 64.685Q-32.739 64.485-33.054 64.485Q-33.324 64.485-33.558 64.621Q-33.792 64.758-33.930 64.992Q-34.069 65.226-34.069 65.500L-34.069 66.860Q-34.069 66.997-33.918 67.033Q-33.768 67.069-33.542 67.069L-33.542 67.349M-30.849 65.814Q-30.849 65.493-30.724 65.204Q-30.599 64.915-30.374 64.692Q-30.148 64.468-29.853 64.348Q-29.557 64.228-29.239 64.228Q-28.911 64.228-28.650 64.328Q-28.388 64.427-28.212 64.609Q-28.036 64.792-27.942 65.050Q-27.848 65.308-27.848 65.640Q-27.848 65.732-27.930 65.753L-30.186 65.753L-30.186 65.814Q-30.186 66.402-29.902 66.785Q-29.619 67.168-29.051 67.168Q-28.730 67.168-28.462 66.975Q-28.193 66.782-28.104 66.467Q-28.098 66.426-28.022 66.412L-27.930 66.412Q-27.848 66.436-27.848 66.508Q-27.848 66.515-27.855 66.542Q-27.968 66.939-28.339 67.178Q-28.709 67.417-29.133 67.417Q-29.571 67.417-29.971 67.209Q-30.370 67-30.610 66.633Q-30.849 66.266-30.849 65.814M-30.179 65.544L-28.364 65.544Q-28.364 65.267-28.462 65.015Q-28.559 64.762-28.757 64.606Q-28.955 64.451-29.239 64.451Q-29.516 64.451-29.730 64.609Q-29.943 64.768-30.061 65.023Q-30.179 65.278-30.179 65.544\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-12.109 -88.618)\">\u003Cpath d=\"M-24.549 65.838Q-24.549 65.510-24.414 65.209Q-24.279 64.909-24.043 64.688Q-23.807 64.468-23.503 64.348Q-23.198 64.228-22.874 64.228Q-22.368 64.228-22.019 64.331Q-21.671 64.433-21.671 64.809Q-21.671 64.956-21.768 65.057Q-21.865 65.158-22.012 65.158Q-22.166 65.158-22.265 65.059Q-22.364 64.960-22.364 64.809Q-22.364 64.621-22.224 64.529Q-22.426 64.478-22.867 64.478Q-23.222 64.478-23.451 64.674Q-23.680 64.871-23.781 65.180Q-23.882 65.490-23.882 65.838Q-23.882 66.187-23.756 66.493Q-23.629 66.799-23.374 66.983Q-23.120 67.168-22.764 67.168Q-22.542 67.168-22.358 67.084Q-22.173 67-22.038 66.845Q-21.903 66.689-21.845 66.481Q-21.831 66.426-21.777 66.426L-21.664 66.426Q-21.633 66.426-21.611 66.450Q-21.589 66.474-21.589 66.508L-21.589 66.529Q-21.674 66.816-21.862 67.014Q-22.050 67.212-22.315 67.315Q-22.580 67.417-22.874 67.417Q-23.304 67.417-23.692 67.211Q-24.080 67.004-24.314 66.641Q-24.549 66.279-24.549 65.838M-20.943 66.621Q-20.943 66.289-20.719 66.062Q-20.495 65.835-20.151 65.707Q-19.808 65.578-19.435 65.526Q-19.063 65.473-18.759 65.473L-18.759 65.220Q-18.759 65.015-18.866 64.835Q-18.974 64.656-19.155 64.553Q-19.336 64.451-19.545 64.451Q-19.951 64.451-20.187 64.543Q-20.098 64.580-20.052 64.664Q-20.006 64.748-20.006 64.850Q-20.006 64.946-20.052 65.025Q-20.098 65.103-20.179 65.148Q-20.259 65.192-20.348 65.192Q-20.498 65.192-20.599 65.095Q-20.700 64.997-20.700 64.850Q-20.700 64.228-19.545 64.228Q-19.333 64.228-19.083 64.292Q-18.834 64.355-18.632 64.474Q-18.430 64.594-18.304 64.779Q-18.177 64.963-18.177 65.206L-18.177 66.782Q-18.177 66.898-18.116 66.994Q-18.054 67.089-17.942 67.089Q-17.832 67.089-17.767 66.995Q-17.702 66.901-17.702 66.782L-17.702 66.334L-17.436 66.334L-17.436 66.782Q-17.436 67.052-17.663 67.217Q-17.890 67.383-18.171 67.383Q-18.379 67.383-18.516 67.229Q-18.653 67.076-18.676 66.860Q-18.823 67.127-19.105 67.272Q-19.387 67.417-19.712 67.417Q-19.989 67.417-20.273 67.342Q-20.556 67.267-20.749 67.088Q-20.943 66.908-20.943 66.621M-20.327 66.621Q-20.327 66.795-20.227 66.925Q-20.126 67.055-19.970 67.125Q-19.815 67.195-19.651 67.195Q-19.432 67.195-19.223 67.098Q-19.015 67-18.887 66.819Q-18.759 66.638-18.759 66.412L-18.759 65.684Q-19.083 65.684-19.449 65.775Q-19.815 65.866-20.071 66.078Q-20.327 66.289-20.327 66.621M-16.492 66.508L-16.492 64.611L-17.132 64.611L-17.132 64.389Q-16.814 64.389-16.597 64.179Q-16.380 63.969-16.279 63.659Q-16.178 63.350-16.178 63.042L-15.911 63.042L-15.911 64.331L-14.835 64.331L-14.835 64.611L-15.911 64.611L-15.911 66.495Q-15.911 66.771-15.807 66.970Q-15.703 67.168-15.443 67.168Q-15.286 67.168-15.180 67.064Q-15.074 66.959-15.024 66.806Q-14.975 66.652-14.975 66.495L-14.975 66.081L-14.708 66.081L-14.708 66.508Q-14.708 66.734-14.807 66.944Q-14.906 67.154-15.091 67.286Q-15.276 67.417-15.505 67.417Q-15.942 67.417-16.217 67.180Q-16.492 66.942-16.492 66.508M-13.898 67.342L-13.898 66.279Q-13.898 66.255-13.871 66.228Q-13.843 66.201-13.820 66.201L-13.710 66.201Q-13.645 66.201-13.632 66.259Q-13.536 66.693-13.290 66.944Q-13.044 67.195-12.630 67.195Q-12.288 67.195-12.035 67.062Q-11.782 66.929-11.782 66.621Q-11.782 66.464-11.876 66.349Q-11.970 66.235-12.109 66.166Q-12.247 66.098-12.415 66.060L-12.996 65.961Q-13.351 65.893-13.625 65.672Q-13.898 65.452-13.898 65.110Q-13.898 64.861-13.787 64.686Q-13.676 64.512-13.490 64.413Q-13.303 64.314-13.088 64.271Q-12.873 64.228-12.630 64.228Q-12.217 64.228-11.936 64.410L-11.721 64.235Q-11.711 64.232-11.704 64.230Q-11.697 64.228-11.687 64.228L-11.635 64.228Q-11.608 64.228-11.584 64.252Q-11.560 64.276-11.560 64.304L-11.560 65.151Q-11.560 65.172-11.584 65.199Q-11.608 65.226-11.635 65.226L-11.748 65.226Q-11.776 65.226-11.801 65.201Q-11.827 65.175-11.827 65.151Q-11.827 64.915-11.933 64.751Q-12.039 64.587-12.222 64.505Q-12.405 64.423-12.637 64.423Q-12.965 64.423-13.221 64.526Q-13.478 64.628-13.478 64.905Q-13.478 65.100-13.295 65.209Q-13.112 65.319-12.883 65.360L-12.309 65.466Q-12.063 65.514-11.849 65.642Q-11.635 65.770-11.499 65.973Q-11.362 66.177-11.362 66.426Q-11.362 66.939-11.728 67.178Q-12.093 67.417-12.630 67.417Q-13.126 67.417-13.457 67.123L-13.724 67.397Q-13.744 67.417-13.772 67.417L-13.820 67.417Q-13.843 67.417-13.871 67.390Q-13.898 67.363-13.898 67.342M-10.634 64.557Q-10.634 64.516-10.607 64.492Q-10.429 64.348-10.294 64.151Q-10.159 63.955-10.089 63.726Q-10.019 63.497-10.019 63.261L-10.019 63.213Q-10.128 63.323-10.313 63.323Q-10.494 63.323-10.613 63.203Q-10.733 63.083-10.733 62.906Q-10.733 62.731-10.613 62.612Q-10.494 62.492-10.313 62.492Q-10.043 62.492-9.918 62.730Q-9.793 62.967-9.793 63.261Q-9.793 63.470-9.841 63.670Q-9.889 63.870-9.967 64.035Q-10.046 64.201-10.169 64.363Q-10.292 64.526-10.453 64.662Q-10.484 64.683-10.508 64.683Q-10.555 64.683-10.595 64.640Q-10.634 64.598-10.634 64.557M-9.130 64.557Q-9.130 64.516-9.103 64.492Q-8.925 64.348-8.790 64.151Q-8.655 63.955-8.585 63.726Q-8.515 63.497-8.515 63.261L-8.515 63.213Q-8.624 63.323-8.809 63.323Q-8.987 63.323-9.108 63.201Q-9.229 63.080-9.229 62.906Q-9.229 62.735-9.108 62.613Q-8.987 62.492-8.809 62.492Q-8.539 62.492-8.414 62.730Q-8.289 62.967-8.289 63.261Q-8.289 63.470-8.337 63.670Q-8.385 63.870-8.464 64.035Q-8.542 64.201-8.665 64.363Q-8.788 64.526-8.949 64.662Q-8.980 64.683-9.004 64.683Q-9.048 64.683-9.089 64.642Q-9.130 64.601-9.130 64.557\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M59.789-15.164h56.905v-17.072H59.79Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(108.615 -88.618)\">\u003Cpath d=\"M-42.227 64.557Q-42.227 64.516-42.200 64.492Q-42.022 64.348-41.887 64.151Q-41.752 63.955-41.682 63.726Q-41.612 63.497-41.612 63.261L-41.612 63.213Q-41.722 63.323-41.906 63.323Q-42.087 63.323-42.207 63.203Q-42.327 63.083-42.327 62.906Q-42.327 62.731-42.207 62.612Q-42.087 62.492-41.906 62.492Q-41.636 62.492-41.511 62.730Q-41.387 62.967-41.387 63.261Q-41.387 63.470-41.434 63.670Q-41.482 63.870-41.561 64.035Q-41.640 64.201-41.763 64.363Q-41.886 64.526-42.046 64.662Q-42.077 64.683-42.101 64.683Q-42.149 64.683-42.188 64.640Q-42.227 64.598-42.227 64.557M-40.724 64.557Q-40.724 64.516-40.696 64.492Q-40.518 64.348-40.383 64.151Q-40.248 63.955-40.178 63.726Q-40.108 63.497-40.108 63.261L-40.108 63.213Q-40.218 63.323-40.402 63.323Q-40.580 63.323-40.701 63.201Q-40.823 63.080-40.823 62.906Q-40.823 62.735-40.701 62.613Q-40.580 62.492-40.402 62.492Q-40.132 62.492-40.007 62.730Q-39.883 62.967-39.883 63.261Q-39.883 63.470-39.931 63.670Q-39.978 63.870-40.057 64.035Q-40.136 64.201-40.259 64.363Q-40.382 64.526-40.542 64.662Q-40.573 64.683-40.597 64.683Q-40.641 64.683-40.683 64.642Q-40.724 64.601-40.724 64.557M-36.957 67.322L-37.938 64.823Q-37.999 64.680-38.117 64.645Q-38.235 64.611-38.451 64.611L-38.451 64.331L-36.971 64.331L-36.971 64.611Q-37.350 64.611-37.350 64.772Q-37.350 64.782-37.336 64.823L-36.622 66.655L-35.949 64.950Q-35.979 64.878-35.979 64.850Q-35.979 64.823-36.007 64.823Q-36.068 64.676-36.186 64.644Q-36.304 64.611-36.516 64.611L-36.516 64.331L-35.118 64.331L-35.118 64.611Q-35.494 64.611-35.494 64.772Q-35.494 64.803-35.487 64.823L-34.732 66.761L-34.045 65.011Q-34.024 64.960-34.024 64.905Q-34.024 64.765-34.137 64.688Q-34.250 64.611-34.390 64.611L-34.390 64.331L-33.170 64.331L-33.170 64.611Q-33.375 64.611-33.530 64.717Q-33.686 64.823-33.758 65.011L-34.663 67.322Q-34.698 67.417-34.810 67.417L-34.879 67.417Q-34.988 67.417-35.026 67.322L-35.808 65.319L-36.595 67.322Q-36.629 67.417-36.742 67.417L-36.810 67.417Q-36.919 67.417-36.957 67.322\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(108.615 -88.618)\">\u003Cpath d=\"M-32.789 66.621Q-32.789 66.289-32.566 66.062Q-32.342 65.835-31.998 65.707Q-31.655 65.578-31.282 65.526Q-30.910 65.473-30.605 65.473L-30.605 65.220Q-30.605 65.015-30.713 64.835Q-30.821 64.656-31.002 64.553Q-31.183 64.451-31.391 64.451Q-31.798 64.451-32.034 64.543Q-31.945 64.580-31.899 64.664Q-31.853 64.748-31.853 64.850Q-31.853 64.946-31.899 65.025Q-31.945 65.103-32.026 65.148Q-32.106 65.192-32.195 65.192Q-32.345 65.192-32.446 65.095Q-32.547 64.997-32.547 64.850Q-32.547 64.228-31.391 64.228Q-31.180 64.228-30.930 64.292Q-30.681 64.355-30.479 64.474Q-30.277 64.594-30.151 64.779Q-30.024 64.963-30.024 65.206L-30.024 66.782Q-30.024 66.898-29.963 66.994Q-29.901 67.089-29.788 67.089Q-29.679 67.089-29.614 66.995Q-29.549 66.901-29.549 66.782L-29.549 66.334L-29.283 66.334L-29.283 66.782Q-29.283 67.052-29.510 67.217Q-29.737 67.383-30.017 67.383Q-30.226 67.383-30.363 67.229Q-30.499 67.076-30.523 66.860Q-30.670 67.127-30.952 67.272Q-31.234 67.417-31.559 67.417Q-31.836 67.417-32.120 67.342Q-32.403 67.267-32.596 67.088Q-32.789 66.908-32.789 66.621M-32.174 66.621Q-32.174 66.795-32.073 66.925Q-31.973 67.055-31.817 67.125Q-31.662 67.195-31.497 67.195Q-31.279 67.195-31.070 67.098Q-30.862 67-30.734 66.819Q-30.605 66.638-30.605 66.412L-30.605 65.684Q-30.930 65.684-31.296 65.775Q-31.662 65.866-31.918 66.078Q-32.174 66.289-32.174 66.621M-27.116 67.349L-28.852 67.349L-28.852 67.069Q-28.623 67.069-28.474 67.035Q-28.326 67-28.326 66.860L-28.326 65.011Q-28.326 64.741-28.433 64.680Q-28.541 64.618-28.852 64.618L-28.852 64.338L-27.823 64.263L-27.823 64.970Q-27.693 64.662-27.451 64.463Q-27.208 64.263-26.890 64.263Q-26.671 64.263-26.500 64.387Q-26.329 64.512-26.329 64.724Q-26.329 64.861-26.429 64.960Q-26.528 65.059-26.661 65.059Q-26.798 65.059-26.897 64.960Q-26.996 64.861-26.996 64.724Q-26.996 64.584-26.897 64.485Q-27.187 64.485-27.387 64.681Q-27.587 64.878-27.680 65.172Q-27.772 65.466-27.772 65.746L-27.772 66.860Q-27.772 67.069-27.116 67.069L-27.116 67.349M-24.063 67.349L-25.697 67.349L-25.697 67.069Q-25.468 67.069-25.319 67.035Q-25.171 67-25.171 66.860L-25.171 65.011Q-25.171 64.741-25.278 64.680Q-25.386 64.618-25.697 64.618L-25.697 64.338L-24.638 64.263L-24.638 64.912Q-24.467 64.604-24.162 64.433Q-23.858 64.263-23.513 64.263Q-23.113 64.263-22.836 64.403Q-22.559 64.543-22.474 64.891Q-22.307 64.598-22.007 64.430Q-21.708 64.263-21.363 64.263Q-20.857 64.263-20.574 64.486Q-20.290 64.710-20.290 65.206L-20.290 66.860Q-20.290 66.997-20.141 67.033Q-19.993 67.069-19.767 67.069L-19.767 67.349L-21.397 67.349L-21.397 67.069Q-21.172 67.069-21.021 67.033Q-20.871 66.997-20.871 66.860L-20.871 65.220Q-20.871 64.885-20.991 64.685Q-21.110 64.485-21.425 64.485Q-21.695 64.485-21.929 64.621Q-22.163 64.758-22.301 64.992Q-22.440 65.226-22.440 65.500L-22.440 66.860Q-22.440 66.997-22.291 67.033Q-22.142 67.069-21.917 67.069L-21.917 67.349L-23.547 67.349L-23.547 67.069Q-23.318 67.069-23.170 67.035Q-23.021 67-23.021 66.860L-23.021 65.220Q-23.021 64.885-23.141 64.685Q-23.260 64.485-23.575 64.485Q-23.845 64.485-24.079 64.621Q-24.313 64.758-24.451 64.992Q-24.590 65.226-24.590 65.500L-24.590 66.860Q-24.590 66.997-24.439 67.033Q-24.289 67.069-24.063 67.069\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(108.615 -88.618)\">\u003Cpath d=\"M-14.791 67.349L-16.425 67.349L-16.425 67.069Q-16.196 67.069-16.047 67.035Q-15.898 67-15.898 66.860L-15.898 63.241Q-15.898 62.971-16.006 62.909Q-16.114 62.848-16.425 62.848L-16.425 62.567L-15.345 62.492L-15.345 64.878Q-15.239 64.693-15.061 64.551Q-14.883 64.410-14.675 64.336Q-14.466 64.263-14.241 64.263Q-13.735 64.263-13.451 64.486Q-13.167 64.710-13.167 65.206L-13.167 66.860Q-13.167 66.997-13.019 67.033Q-12.870 67.069-12.644 67.069L-12.644 67.349L-14.275 67.349L-14.275 67.069Q-14.046 67.069-13.897 67.035Q-13.748 67-13.748 66.860L-13.748 65.220Q-13.748 64.885-13.868 64.685Q-13.988 64.485-14.302 64.485Q-14.572 64.485-14.806 64.621Q-15.040 64.758-15.179 64.992Q-15.317 65.226-15.317 65.500L-15.317 66.860Q-15.317 66.997-15.167 67.033Q-15.016 67.069-14.791 67.069L-14.791 67.349M-11.998 66.621Q-11.998 66.289-11.775 66.062Q-11.551 65.835-11.207 65.707Q-10.864 65.578-10.491 65.526Q-10.119 65.473-9.814 65.473L-9.814 65.220Q-9.814 65.015-9.922 64.835Q-10.030 64.656-10.211 64.553Q-10.392 64.451-10.600 64.451Q-11.007 64.451-11.243 64.543Q-11.154 64.580-11.108 64.664Q-11.062 64.748-11.062 64.850Q-11.062 64.946-11.108 65.025Q-11.154 65.103-11.235 65.148Q-11.315 65.192-11.404 65.192Q-11.554 65.192-11.655 65.095Q-11.756 64.997-11.756 64.850Q-11.756 64.228-10.600 64.228Q-10.389 64.228-10.139 64.292Q-9.890 64.355-9.688 64.474Q-9.486 64.594-9.360 64.779Q-9.233 64.963-9.233 65.206L-9.233 66.782Q-9.233 66.898-9.172 66.994Q-9.110 67.089-8.997 67.089Q-8.888 67.089-8.823 66.995Q-8.758 66.901-8.758 66.782L-8.758 66.334L-8.492 66.334L-8.492 66.782Q-8.492 67.052-8.719 67.217Q-8.946 67.383-9.226 67.383Q-9.435 67.383-9.572 67.229Q-9.708 67.076-9.732 66.860Q-9.879 67.127-10.161 67.272Q-10.443 67.417-10.768 67.417Q-11.045 67.417-11.329 67.342Q-11.612 67.267-11.805 67.088Q-11.998 66.908-11.998 66.621M-11.383 66.621Q-11.383 66.795-11.282 66.925Q-11.182 67.055-11.026 67.125Q-10.870 67.195-10.706 67.195Q-10.488 67.195-10.279 67.098Q-10.071 67-9.943 66.819Q-9.814 66.638-9.814 66.412L-9.814 65.684Q-10.139 65.684-10.505 65.775Q-10.870 65.866-11.127 66.078Q-11.383 66.289-11.383 66.621M-7.548 66.508L-7.548 64.611L-8.187 64.611L-8.187 64.389Q-7.870 64.389-7.652 64.179Q-7.435 63.969-7.335 63.659Q-7.234 63.350-7.234 63.042L-6.967 63.042L-6.967 64.331L-5.891 64.331L-5.891 64.611L-6.967 64.611L-6.967 66.495Q-6.967 66.771-6.863 66.970Q-6.759 67.168-6.499 67.168Q-6.342 67.168-6.236 67.064Q-6.130 66.959-6.080 66.806Q-6.031 66.652-6.031 66.495L-6.031 66.081L-5.764 66.081L-5.764 66.508Q-5.764 66.734-5.863 66.944Q-5.962 67.154-6.147 67.286Q-6.331 67.417-6.560 67.417Q-6.998 67.417-7.273 67.180Q-7.548 66.942-7.548 66.508M-4.954 67.342L-4.954 66.279Q-4.954 66.255-4.927 66.228Q-4.899 66.201-4.875 66.201L-4.766 66.201Q-4.701 66.201-4.687 66.259Q-4.592 66.693-4.346 66.944Q-4.099 67.195-3.686 67.195Q-3.344 67.195-3.091 67.062Q-2.838 66.929-2.838 66.621Q-2.838 66.464-2.932 66.349Q-3.026 66.235-3.165 66.166Q-3.303 66.098-3.471 66.060L-4.052 65.961Q-4.407 65.893-4.681 65.672Q-4.954 65.452-4.954 65.110Q-4.954 64.861-4.843 64.686Q-4.732 64.512-4.546 64.413Q-4.359 64.314-4.144 64.271Q-3.929 64.228-3.686 64.228Q-3.272 64.228-2.992 64.410L-2.777 64.235Q-2.766 64.232-2.760 64.230Q-2.753 64.228-2.743 64.228L-2.691 64.228Q-2.664 64.228-2.640 64.252Q-2.616 64.276-2.616 64.304L-2.616 65.151Q-2.616 65.172-2.640 65.199Q-2.664 65.226-2.691 65.226L-2.804 65.226Q-2.831 65.226-2.857 65.201Q-2.883 65.175-2.883 65.151Q-2.883 64.915-2.989 64.751Q-3.095 64.587-3.277 64.505Q-3.460 64.423-3.693 64.423Q-4.021 64.423-4.277 64.526Q-4.534 64.628-4.534 64.905Q-4.534 65.100-4.351 65.209Q-4.168 65.319-3.939 65.360L-3.365 65.466Q-3.119 65.514-2.905 65.642Q-2.691 65.770-2.555 65.973Q-2.418 66.177-2.418 66.426Q-2.418 66.939-2.784 67.178Q-3.149 67.417-3.686 67.417Q-4.182 67.417-4.513 67.123L-4.780 67.397Q-4.800 67.417-4.828 67.417L-4.875 67.417Q-4.899 67.417-4.927 67.390Q-4.954 67.363-4.954 67.342M-1.690 64.557Q-1.690 64.516-1.662 64.492Q-1.485 64.348-1.350 64.151Q-1.215 63.955-1.145 63.726Q-1.075 63.497-1.075 63.261L-1.075 63.213Q-1.184 63.323-1.369 63.323Q-1.550 63.323-1.669 63.203Q-1.789 63.083-1.789 62.906Q-1.789 62.731-1.669 62.612Q-1.550 62.492-1.369 62.492Q-1.099 62.492-0.974 62.730Q-0.849 62.967-0.849 63.261Q-0.849 63.470-0.897 63.670Q-0.945 63.870-1.023 64.035Q-1.102 64.201-1.225 64.363Q-1.348 64.526-1.509 64.662Q-1.539 64.683-1.563 64.683Q-1.611 64.683-1.651 64.640Q-1.690 64.598-1.690 64.557M-0.186 64.557Q-0.186 64.516-0.159 64.492Q0.019 64.348 0.154 64.151Q0.289 63.955 0.359 63.726Q0.429 63.497 0.429 63.261L0.429 63.213Q0.320 63.323 0.135 63.323Q-0.042 63.323-0.164 63.201Q-0.285 63.080-0.285 62.906Q-0.285 62.735-0.164 62.613Q-0.042 62.492 0.135 62.492Q0.405 62.492 0.530 62.730Q0.655 62.967 0.655 63.261Q0.655 63.470 0.607 63.670Q0.559 63.870 0.481 64.035Q0.402 64.201 0.279 64.363Q0.156 64.526-0.005 64.662Q-0.036 64.683-0.059 64.683Q-0.104 64.683-0.145 64.642Q-0.186 64.601-0.186 64.557\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-25.57 57.39c0-28.662-11.38-43.692-11.38-70.354\"\u002F>\u003Cpath stroke=\"none\" d=\"m-36.95-14.964-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cpath fill=\"none\" d=\"M76.86 57.39c0-28.662 11.382-43.692 11.382-70.354\"\u002F>\u003Cpath stroke=\"none\" d=\"m88.242-14.964-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-.891 21.824c-12.722-7.345-.062-24.067-6.107-34.537\"\u002F>\u003Cpath stroke=\"none\" d=\"m-8.298-14.964.279 4.642 1.021-2.39 2.581.31\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-1.368 -62.254)\">\u003Cpath d=\"M-42.327 67.342L-42.327 66.279Q-42.327 66.255-42.299 66.228Q-42.272 66.201-42.248 66.201L-42.139 66.201Q-42.074 66.201-42.060 66.259Q-41.964 66.693-41.718 66.944Q-41.472 67.195-41.058 67.195Q-40.717 67.195-40.464 67.062Q-40.211 66.929-40.211 66.621Q-40.211 66.464-40.305 66.349Q-40.399 66.235-40.537 66.166Q-40.676 66.098-40.843 66.060L-41.424 65.961Q-41.780 65.893-42.053 65.672Q-42.327 65.452-42.327 65.110Q-42.327 64.861-42.215 64.686Q-42.104 64.512-41.918 64.413Q-41.732 64.314-41.516 64.271Q-41.301 64.228-41.058 64.228Q-40.645 64.228-40.365 64.410L-40.149 64.235Q-40.139 64.232-40.132 64.230Q-40.125 64.228-40.115 64.228L-40.064 64.228Q-40.037 64.228-40.013 64.252Q-39.989 64.276-39.989 64.304L-39.989 65.151Q-39.989 65.172-40.013 65.199Q-40.037 65.226-40.064 65.226L-40.177 65.226Q-40.204 65.226-40.230 65.201Q-40.255 65.175-40.255 65.151Q-40.255 64.915-40.361 64.751Q-40.467 64.587-40.650 64.505Q-40.833 64.423-41.065 64.423Q-41.393 64.423-41.650 64.526Q-41.906 64.628-41.906 64.905Q-41.906 65.100-41.723 65.209Q-41.540 65.319-41.311 65.360L-40.737 65.466Q-40.491 65.514-40.277 65.642Q-40.064 65.770-39.927 65.973Q-39.790 66.177-39.790 66.426Q-39.790 66.939-40.156 67.178Q-40.522 67.417-41.058 67.417Q-41.554 67.417-41.886 67.123L-42.152 67.397Q-42.173 67.417-42.200 67.417L-42.248 67.417Q-42.272 67.417-42.299 67.390Q-42.327 67.363-42.327 67.342M-39.162 65.838Q-39.162 65.510-39.026 65.209Q-38.891 64.909-38.656 64.688Q-38.420 64.468-38.116 64.348Q-37.811 64.228-37.487 64.228Q-36.981 64.228-36.632 64.331Q-36.284 64.433-36.284 64.809Q-36.284 64.956-36.381 65.057Q-36.478 65.158-36.625 65.158Q-36.779 65.158-36.878 65.059Q-36.977 64.960-36.977 64.809Q-36.977 64.621-36.837 64.529Q-37.039 64.478-37.480 64.478Q-37.835 64.478-38.064 64.674Q-38.293 64.871-38.394 65.180Q-38.495 65.490-38.495 65.838Q-38.495 66.187-38.369 66.493Q-38.242 66.799-37.987 66.983Q-37.733 67.168-37.377 67.168Q-37.155 67.168-36.971 67.084Q-36.786 67-36.651 66.845Q-36.516 66.689-36.458 66.481Q-36.444 66.426-36.390 66.426L-36.277 66.426Q-36.246 66.426-36.224 66.450Q-36.202 66.474-36.202 66.508L-36.202 66.529Q-36.287 66.816-36.475 67.014Q-36.663 67.212-36.928 67.315Q-37.193 67.417-37.487 67.417Q-37.917 67.417-38.305 67.211Q-38.693 67.004-38.927 66.641Q-39.162 66.279-39.162 65.838M-35.655 65.866Q-35.655 65.524-35.520 65.225Q-35.385 64.926-35.145 64.702Q-34.906 64.478-34.588 64.353Q-34.270 64.228-33.939 64.228Q-33.495 64.228-33.095 64.444Q-32.695 64.659-32.461 65.037Q-32.226 65.414-32.226 65.866Q-32.226 66.207-32.368 66.491Q-32.510 66.775-32.755 66.982Q-32.999 67.188-33.308 67.303Q-33.618 67.417-33.939 67.417Q-34.370 67.417-34.771 67.216Q-35.173 67.014-35.414 66.662Q-35.655 66.310-35.655 65.866M-33.939 67.168Q-33.337 67.168-33.113 66.790Q-32.890 66.412-32.890 65.780Q-32.890 65.168-33.124 64.809Q-33.358 64.451-33.939 64.451Q-34.992 64.451-34.992 65.780Q-34.992 66.412-34.766 66.790Q-34.540 67.168-33.939 67.168M-29.882 67.349L-31.618 67.349L-31.618 67.069Q-31.389 67.069-31.240 67.035Q-31.092 67-31.092 66.860L-31.092 65.011Q-31.092 64.741-31.199 64.680Q-31.307 64.618-31.618 64.618L-31.618 64.338L-30.589 64.263L-30.589 64.970Q-30.459 64.662-30.217 64.463Q-29.974 64.263-29.656 64.263Q-29.437 64.263-29.266 64.387Q-29.096 64.512-29.096 64.724Q-29.096 64.861-29.195 64.960Q-29.294 65.059-29.427 65.059Q-29.564 65.059-29.663 64.960Q-29.762 64.861-29.762 64.724Q-29.762 64.584-29.663 64.485Q-29.953 64.485-30.153 64.681Q-30.353 64.878-30.446 65.172Q-30.538 65.466-30.538 65.746L-30.538 66.860Q-30.538 67.069-29.882 67.069L-29.882 67.349M-28.552 65.814Q-28.552 65.493-28.427 65.204Q-28.303 64.915-28.077 64.692Q-27.851 64.468-27.556 64.348Q-27.260 64.228-26.942 64.228Q-26.614 64.228-26.353 64.328Q-26.091 64.427-25.915 64.609Q-25.739 64.792-25.645 65.050Q-25.551 65.308-25.551 65.640Q-25.551 65.732-25.633 65.753L-27.889 65.753L-27.889 65.814Q-27.889 66.402-27.605 66.785Q-27.322 67.168-26.754 67.168Q-26.433 67.168-26.165 66.975Q-25.896 66.782-25.808 66.467Q-25.801 66.426-25.725 66.412L-25.633 66.412Q-25.551 66.436-25.551 66.508Q-25.551 66.515-25.558 66.542Q-25.671 66.939-26.042 67.178Q-26.412 67.417-26.836 67.417Q-27.274 67.417-27.674 67.209Q-28.074 67-28.313 66.633Q-28.552 66.266-28.552 65.814M-27.882 65.544L-26.067 65.544Q-26.067 65.267-26.165 65.015Q-26.262 64.762-26.460 64.606Q-26.659 64.451-26.942 64.451Q-27.219 64.451-27.433 64.609Q-27.646 64.768-27.764 65.023Q-27.882 65.278-27.882 65.544\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-1.368 -62.254)\">\u003Cpath d=\"M-20.598 68.706L-22.228 68.706L-22.228 68.426Q-21.999 68.426-21.850 68.391Q-21.702 68.357-21.702 68.217L-21.702 64.871Q-21.702 64.700-21.838 64.659Q-21.975 64.618-22.228 64.618L-22.228 64.338L-21.148 64.263L-21.148 64.669Q-20.926 64.468-20.639 64.365Q-20.351 64.263-20.044 64.263Q-19.617 64.263-19.253 64.476Q-18.889 64.690-18.675 65.054Q-18.461 65.418-18.461 65.838Q-18.461 66.283-18.701 66.647Q-18.940 67.011-19.333 67.214Q-19.726 67.417-20.170 67.417Q-20.437 67.417-20.685 67.317Q-20.932 67.216-21.120 67.035L-21.120 68.217Q-21.120 68.354-20.972 68.390Q-20.823 68.426-20.598 68.426L-20.598 68.706M-21.120 65.018L-21.120 66.628Q-20.987 66.881-20.744 67.038Q-20.502 67.195-20.225 67.195Q-19.897 67.195-19.644 66.994Q-19.391 66.792-19.258 66.474Q-19.124 66.156-19.124 65.838Q-19.124 65.609-19.189 65.380Q-19.254 65.151-19.382 64.953Q-19.511 64.755-19.705 64.635Q-19.900 64.516-20.133 64.516Q-20.427 64.516-20.695 64.645Q-20.963 64.775-21.120 65.018M-17.767 66.621Q-17.767 66.289-17.544 66.062Q-17.320 65.835-16.976 65.707Q-16.633 65.578-16.260 65.526Q-15.888 65.473-15.583 65.473L-15.583 65.220Q-15.583 65.015-15.691 64.835Q-15.799 64.656-15.980 64.553Q-16.161 64.451-16.369 64.451Q-16.776 64.451-17.012 64.543Q-16.923 64.580-16.877 64.664Q-16.831 64.748-16.831 64.850Q-16.831 64.946-16.877 65.025Q-16.923 65.103-17.004 65.148Q-17.084 65.192-17.173 65.192Q-17.323 65.192-17.424 65.095Q-17.525 64.997-17.525 64.850Q-17.525 64.228-16.369 64.228Q-16.158 64.228-15.908 64.292Q-15.659 64.355-15.457 64.474Q-15.255 64.594-15.129 64.779Q-15.002 64.963-15.002 65.206L-15.002 66.782Q-15.002 66.898-14.941 66.994Q-14.879 67.089-14.766 67.089Q-14.657 67.089-14.592 66.995Q-14.527 66.901-14.527 66.782L-14.527 66.334L-14.261 66.334L-14.261 66.782Q-14.261 67.052-14.488 67.217Q-14.715 67.383-14.995 67.383Q-15.204 67.383-15.341 67.229Q-15.477 67.076-15.501 66.860Q-15.648 67.127-15.930 67.272Q-16.212 67.417-16.537 67.417Q-16.814 67.417-17.098 67.342Q-17.381 67.267-17.574 67.088Q-17.767 66.908-17.767 66.621M-17.152 66.621Q-17.152 66.795-17.051 66.925Q-16.951 67.055-16.795 67.125Q-16.639 67.195-16.475 67.195Q-16.257 67.195-16.048 67.098Q-15.840 67-15.712 66.819Q-15.583 66.638-15.583 66.412L-15.583 65.684Q-15.908 65.684-16.274 65.775Q-16.639 65.866-16.896 66.078Q-17.152 66.289-17.152 66.621M-12.227 67.349L-13.779 67.349L-13.779 67.069Q-13.553 67.069-13.404 67.035Q-13.256 67-13.256 66.860L-13.256 65.011Q-13.256 64.823-13.304 64.739Q-13.351 64.656-13.449 64.637Q-13.546 64.618-13.758 64.618L-13.758 64.338L-12.702 64.263L-12.702 66.860Q-12.702 67-12.570 67.035Q-12.439 67.069-12.227 67.069L-12.227 67.349M-13.498 63.042Q-13.498 62.871-13.375 62.752Q-13.252 62.632-13.081 62.632Q-12.914 62.632-12.791 62.752Q-12.668 62.871-12.668 63.042Q-12.668 63.217-12.791 63.340Q-12.914 63.463-13.081 63.463Q-13.252 63.463-13.375 63.340Q-13.498 63.217-13.498 63.042M-9.831 67.349L-11.567 67.349L-11.567 67.069Q-11.338 67.069-11.190 67.035Q-11.041 67-11.041 66.860L-11.041 65.011Q-11.041 64.741-11.149 64.680Q-11.256 64.618-11.567 64.618L-11.567 64.338L-10.538 64.263L-10.538 64.970Q-10.409 64.662-10.166 64.463Q-9.923 64.263-9.605 64.263Q-9.387 64.263-9.216 64.387Q-9.045 64.512-9.045 64.724Q-9.045 64.861-9.144 64.960Q-9.243 65.059-9.376 65.059Q-9.513 65.059-9.612 64.960Q-9.711 64.861-9.711 64.724Q-9.711 64.584-9.612 64.485Q-9.903 64.485-10.103 64.681Q-10.303 64.878-10.395 65.172Q-10.487 65.466-10.487 65.746L-10.487 66.860Q-10.487 67.069-9.831 67.069\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M52.182 21.824c12.721-7.345.062-24.067 6.107-34.537\"\u002F>\u003Cpath stroke=\"none\" d=\"m59.589-14.964-3.881 2.562 2.581-.31 1.021 2.39\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M-65.403-54.998h56.905V-72.07h-56.905Z\"\u002F>\u003Cg transform=\"translate(-2.81 -129.172)\">\u003Cpath d=\"M-40.737 67.349L-42.327 67.349L-42.327 67.069Q-41.684 67.069-41.527 66.669L-39.883 62.454Q-39.849 62.359-39.736 62.359L-39.654 62.359Q-39.544 62.359-39.503 62.454L-37.784 66.860Q-37.716 67-37.526 67.035Q-37.336 67.069-37.063 67.069L-37.063 67.349L-39.062 67.349L-39.062 67.069Q-38.498 67.069-38.498 66.894Q-38.498 66.877-38.500 66.870Q-38.502 66.864-38.505 66.860L-38.926 65.794L-40.884 65.794L-41.226 66.669Q-41.240 66.669-41.240 66.747Q-41.240 66.908-41.077 66.988Q-40.915 67.069-40.737 67.069L-40.737 67.349M-39.903 63.275L-40.771 65.514L-39.028 65.514L-39.903 63.275M-34.677 67.349L-36.413 67.349L-36.413 67.069Q-36.184 67.069-36.036 67.035Q-35.887 67-35.887 66.860L-35.887 65.011Q-35.887 64.741-35.995 64.680Q-36.102 64.618-36.413 64.618L-36.413 64.338L-35.385 64.263L-35.385 64.970Q-35.255 64.662-35.012 64.463Q-34.769 64.263-34.452 64.263Q-34.233 64.263-34.062 64.387Q-33.891 64.512-33.891 64.724Q-33.891 64.861-33.990 64.960Q-34.089 65.059-34.223 65.059Q-34.359 65.059-34.458 64.960Q-34.558 64.861-34.558 64.724Q-34.558 64.584-34.458 64.485Q-34.749 64.485-34.949 64.681Q-35.149 64.878-35.241 65.172Q-35.333 65.466-35.333 65.746L-35.333 66.860Q-35.333 67.069-34.677 67.069L-34.677 67.349M-33.348 67.882Q-33.348 67.636-33.151 67.452Q-32.954 67.267-32.698 67.188Q-32.835 67.076-32.907 66.915Q-32.978 66.754-32.978 66.573Q-32.978 66.252-32.766 66.006Q-33.101 65.708-33.101 65.298Q-33.101 64.837-32.712 64.550Q-32.322 64.263-31.844 64.263Q-31.372 64.263-31.037 64.509Q-30.863 64.355-30.652 64.273Q-30.442 64.191-30.213 64.191Q-30.049 64.191-29.928 64.298Q-29.807 64.406-29.807 64.570Q-29.807 64.666-29.878 64.738Q-29.950 64.809-30.042 64.809Q-30.141 64.809-30.212 64.736Q-30.282 64.662-30.282 64.563Q-30.282 64.509-30.268 64.478L-30.261 64.464Q-30.254 64.444-30.246 64.433Q-30.237 64.423-30.234 64.416Q-30.589 64.416-30.876 64.639Q-30.589 64.932-30.589 65.298Q-30.589 65.613-30.774 65.845Q-30.958 66.078-31.247 66.206Q-31.536 66.334-31.844 66.334Q-32.045 66.334-32.237 66.284Q-32.428 66.235-32.606 66.125Q-32.698 66.252-32.698 66.395Q-32.698 66.577-32.570 66.712Q-32.442 66.847-32.257 66.847L-31.625 66.847Q-31.177 66.847-30.808 66.918Q-30.439 66.990-30.179 67.219Q-29.919 67.448-29.919 67.882Q-29.919 68.203-30.215 68.405Q-30.511 68.607-30.914 68.696Q-31.317 68.785-31.632 68.785Q-31.950 68.785-32.353 68.696Q-32.756 68.607-33.052 68.405Q-33.348 68.203-33.348 67.882M-32.893 67.882Q-32.893 68.111-32.674 68.260Q-32.455 68.409-32.163 68.477Q-31.871 68.545-31.632 68.545Q-31.468 68.545-31.259 68.509Q-31.051 68.474-30.844 68.393Q-30.637 68.313-30.506 68.185Q-30.374 68.057-30.374 67.882Q-30.374 67.530-30.755 67.436Q-31.136 67.342-31.639 67.342L-32.257 67.342Q-32.496 67.342-32.695 67.493Q-32.893 67.643-32.893 67.882M-31.844 66.095Q-31.177 66.095-31.177 65.298Q-31.177 64.498-31.844 64.498Q-32.514 64.498-32.514 65.298Q-32.514 66.095-31.844 66.095M-27.650 67.489Q-28.286 67.489-28.650 67.144Q-29.014 66.799-29.149 66.274Q-29.284 65.749-29.284 65.124Q-29.284 64.099-28.928 63.400Q-28.573 62.701-27.650 62.701Q-26.724 62.701-26.371 63.400Q-26.019 64.099-26.019 65.124Q-26.019 65.749-26.154 66.274Q-26.289 66.799-26.652 67.144Q-27.014 67.489-27.650 67.489M-27.650 67.264Q-27.212 67.264-26.999 66.889Q-26.785 66.515-26.735 66.048Q-26.686 65.582-26.686 65.004Q-26.686 64.451-26.735 64.023Q-26.785 63.596-26.997 63.261Q-27.209 62.926-27.650 62.926Q-27.992 62.926-28.195 63.133Q-28.398 63.340-28.485 63.652Q-28.573 63.965-28.595 64.281Q-28.617 64.598-28.617 65.004Q-28.617 65.421-28.595 65.763Q-28.573 66.105-28.484 66.453Q-28.395 66.802-28.190 67.033Q-27.985 67.264-27.650 67.264\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M59.789-54.998h56.905V-72.07H59.79Z\"\u002F>\u003Cg transform=\"translate(122.383 -129.172)\">\u003Cpath d=\"M-40.737 67.349L-42.327 67.349L-42.327 67.069Q-41.684 67.069-41.527 66.669L-39.883 62.454Q-39.849 62.359-39.736 62.359L-39.654 62.359Q-39.544 62.359-39.503 62.454L-37.784 66.860Q-37.716 67-37.526 67.035Q-37.336 67.069-37.063 67.069L-37.063 67.349L-39.062 67.349L-39.062 67.069Q-38.498 67.069-38.498 66.894Q-38.498 66.877-38.500 66.870Q-38.502 66.864-38.505 66.860L-38.926 65.794L-40.884 65.794L-41.226 66.669Q-41.240 66.669-41.240 66.747Q-41.240 66.908-41.077 66.988Q-40.915 67.069-40.737 67.069L-40.737 67.349M-39.903 63.275L-40.771 65.514L-39.028 65.514L-39.903 63.275M-34.677 67.349L-36.413 67.349L-36.413 67.069Q-36.184 67.069-36.036 67.035Q-35.887 67-35.887 66.860L-35.887 65.011Q-35.887 64.741-35.995 64.680Q-36.102 64.618-36.413 64.618L-36.413 64.338L-35.385 64.263L-35.385 64.970Q-35.255 64.662-35.012 64.463Q-34.769 64.263-34.452 64.263Q-34.233 64.263-34.062 64.387Q-33.891 64.512-33.891 64.724Q-33.891 64.861-33.990 64.960Q-34.089 65.059-34.223 65.059Q-34.359 65.059-34.458 64.960Q-34.558 64.861-34.558 64.724Q-34.558 64.584-34.458 64.485Q-34.749 64.485-34.949 64.681Q-35.149 64.878-35.241 65.172Q-35.333 65.466-35.333 65.746L-35.333 66.860Q-35.333 67.069-34.677 67.069L-34.677 67.349M-33.348 67.882Q-33.348 67.636-33.151 67.452Q-32.954 67.267-32.698 67.188Q-32.835 67.076-32.907 66.915Q-32.978 66.754-32.978 66.573Q-32.978 66.252-32.766 66.006Q-33.101 65.708-33.101 65.298Q-33.101 64.837-32.712 64.550Q-32.322 64.263-31.844 64.263Q-31.372 64.263-31.037 64.509Q-30.863 64.355-30.652 64.273Q-30.442 64.191-30.213 64.191Q-30.049 64.191-29.928 64.298Q-29.807 64.406-29.807 64.570Q-29.807 64.666-29.878 64.738Q-29.950 64.809-30.042 64.809Q-30.141 64.809-30.212 64.736Q-30.282 64.662-30.282 64.563Q-30.282 64.509-30.268 64.478L-30.261 64.464Q-30.254 64.444-30.246 64.433Q-30.237 64.423-30.234 64.416Q-30.589 64.416-30.876 64.639Q-30.589 64.932-30.589 65.298Q-30.589 65.613-30.774 65.845Q-30.958 66.078-31.247 66.206Q-31.536 66.334-31.844 66.334Q-32.045 66.334-32.237 66.284Q-32.428 66.235-32.606 66.125Q-32.698 66.252-32.698 66.395Q-32.698 66.577-32.570 66.712Q-32.442 66.847-32.257 66.847L-31.625 66.847Q-31.177 66.847-30.808 66.918Q-30.439 66.990-30.179 67.219Q-29.919 67.448-29.919 67.882Q-29.919 68.203-30.215 68.405Q-30.511 68.607-30.914 68.696Q-31.317 68.785-31.632 68.785Q-31.950 68.785-32.353 68.696Q-32.756 68.607-33.052 68.405Q-33.348 68.203-33.348 67.882M-32.893 67.882Q-32.893 68.111-32.674 68.260Q-32.455 68.409-32.163 68.477Q-31.871 68.545-31.632 68.545Q-31.468 68.545-31.259 68.509Q-31.051 68.474-30.844 68.393Q-30.637 68.313-30.506 68.185Q-30.374 68.057-30.374 67.882Q-30.374 67.530-30.755 67.436Q-31.136 67.342-31.639 67.342L-32.257 67.342Q-32.496 67.342-32.695 67.493Q-32.893 67.643-32.893 67.882M-31.844 66.095Q-31.177 66.095-31.177 65.298Q-31.177 64.498-31.844 64.498Q-32.514 64.498-32.514 65.298Q-32.514 66.095-31.844 66.095M-26.313 67.349L-28.843 67.349L-28.843 67.069Q-27.875 67.069-27.875 66.860L-27.875 63.241Q-28.268 63.429-28.891 63.429L-28.891 63.148Q-28.474 63.148-28.110 63.047Q-27.745 62.947-27.489 62.701L-27.363 62.701Q-27.298 62.718-27.281 62.786L-27.281 66.860Q-27.281 67.069-26.313 67.069\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M-36.95-32.436v-20.362\"\u002F>\u003Cpath stroke=\"none\" d=\"m-36.95-54.798-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M88.242-32.436v-20.362\"\u002F>\u003Cpath stroke=\"none\" d=\"m88.242-54.798-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Span-based end-to-end SRL. Instead of tagging tokens, the model enumerates candidate argument spans and predicate spans, builds a representation of each, and scores every (predicate, argument) pair for a role label -- jointly finding predicates and arguments with no gold predicate and no parse tree.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:338.339px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 253.754 105.985\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M8.086-52.153H64.99V-72.07H8.086Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-13.545 -82.967)\">\u003Cpath d=\"M37.028 20.854Q37.028 20.328 37.245 19.860Q37.462 19.392 37.845 19.046Q38.227 18.701 38.711 18.513Q39.195 18.325 39.725 18.325Q40.128 18.325 40.492 18.482Q40.856 18.640 41.140 18.934L41.563 18.352Q41.598 18.325 41.622 18.325L41.669 18.325Q41.700 18.325 41.724 18.349Q41.748 18.373 41.748 18.404L41.748 20.267Q41.748 20.290 41.722 20.316Q41.697 20.342 41.669 20.342L41.543 20.342Q41.481 20.342 41.468 20.267Q41.437 19.952 41.302 19.648Q41.167 19.344 40.952 19.110Q40.736 18.875 40.447 18.740Q40.159 18.605 39.831 18.605Q39.188 18.605 38.730 18.899Q38.272 19.193 38.039 19.706Q37.807 20.219 37.807 20.854Q37.807 21.326 37.937 21.735Q38.067 22.143 38.327 22.456Q38.586 22.768 38.966 22.938Q39.345 23.107 39.837 23.107Q40.165 23.107 40.459 22.991Q40.753 22.874 40.987 22.659Q41.222 22.444 41.352 22.155Q41.481 21.866 41.481 21.538Q41.481 21.511 41.509 21.487Q41.536 21.463 41.557 21.463L41.669 21.463Q41.707 21.463 41.727 21.488Q41.748 21.514 41.748 21.552Q41.748 21.948 41.582 22.285Q41.416 22.622 41.129 22.869Q40.842 23.117 40.473 23.252Q40.104 23.387 39.725 23.387Q39.205 23.387 38.713 23.197Q38.221 23.008 37.841 22.664Q37.462 22.321 37.245 21.852Q37.028 21.384 37.028 20.854M44.147 23.247L42.558 23.247L42.558 22.967Q43.201 22.967 43.358 22.567L45.002 18.352Q45.036 18.257 45.149 18.257L45.231 18.257Q45.340 18.257 45.381 18.352L47.101 22.758Q47.169 22.898 47.359 22.933Q47.548 22.967 47.822 22.967L47.822 23.247L45.822 23.247L45.822 22.967Q46.386 22.967 46.386 22.792Q46.386 22.775 46.384 22.768Q46.383 22.762 46.379 22.758L45.959 21.692L44 21.692L43.659 22.567Q43.645 22.567 43.645 22.645Q43.645 22.806 43.807 22.886Q43.970 22.967 44.147 22.967L44.147 23.247M44.981 19.173L44.113 21.412L45.856 21.412\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-13.545 -82.967)\">\u003Cpath d=\"M49.036 21.664L49.036 18.957Q49.036 18.746 48.314 18.746L48.314 18.465L50.447 18.465L50.447 18.746Q49.726 18.746 49.726 18.957L49.726 21.644Q49.726 22.061 49.863 22.389Q49.999 22.717 50.281 22.912Q50.563 23.107 50.987 23.107Q51.291 23.107 51.560 22.997Q51.828 22.888 52.028 22.688Q52.228 22.488 52.339 22.222Q52.450 21.955 52.450 21.644L52.450 19.145Q52.450 18.746 51.729 18.746L51.729 18.465L53.452 18.465L53.452 18.746Q52.730 18.746 52.730 19.145L52.730 21.664Q52.730 22.126 52.493 22.526Q52.255 22.926 51.852 23.156Q51.449 23.387 50.987 23.387Q50.502 23.387 50.049 23.168Q49.596 22.950 49.316 22.555Q49.036 22.160 49.036 21.664M54.323 23.309L54.323 21.736Q54.323 21.709 54.349 21.683Q54.374 21.658 54.402 21.658L54.515 21.658Q54.542 21.658 54.566 21.685Q54.590 21.712 54.590 21.736Q54.590 22.081 54.721 22.345Q54.853 22.608 55.082 22.777Q55.311 22.946 55.613 23.027Q55.916 23.107 56.258 23.107Q56.524 23.107 56.760 22.979Q56.996 22.851 57.141 22.628Q57.287 22.406 57.287 22.140Q57.287 21.917 57.181 21.721Q57.075 21.524 56.893 21.389Q56.712 21.254 56.487 21.203L55.458 20.971Q55.147 20.899 54.887 20.713Q54.627 20.526 54.475 20.255Q54.323 19.983 54.323 19.668Q54.323 19.282 54.537 18.975Q54.750 18.667 55.097 18.496Q55.444 18.325 55.824 18.325Q56.053 18.325 56.282 18.378Q56.511 18.431 56.709 18.539Q56.907 18.646 57.061 18.810L57.355 18.370Q57.379 18.325 57.420 18.325L57.468 18.325Q57.498 18.325 57.521 18.351Q57.543 18.376 57.543 18.404L57.543 19.979Q57.543 20 57.519 20.027Q57.495 20.055 57.468 20.055L57.355 20.055Q57.293 20.055 57.280 19.979Q57.239 19.566 57.058 19.246Q56.876 18.927 56.565 18.752Q56.254 18.578 55.824 18.578Q55.574 18.578 55.335 18.689Q55.096 18.800 54.945 18.998Q54.795 19.197 54.795 19.460Q54.795 19.672 54.903 19.853Q55.010 20.034 55.186 20.154Q55.362 20.273 55.571 20.314L56.600 20.543Q56.917 20.615 57.184 20.820Q57.451 21.025 57.603 21.319Q57.755 21.613 57.755 21.945Q57.755 22.338 57.550 22.673Q57.345 23.008 56.999 23.197Q56.654 23.387 56.258 23.387Q55.837 23.387 55.458 23.274Q55.079 23.162 54.809 22.912L54.515 23.346Q54.487 23.387 54.450 23.387L54.402 23.387Q54.374 23.387 54.349 23.362Q54.323 23.336 54.323 23.309M63.032 23.247L58.630 23.247L58.630 22.967Q59.351 22.967 59.351 22.758L59.351 18.957Q59.351 18.746 58.630 18.746L58.630 18.465L62.919 18.465L63.128 20.102L62.865 20.102Q62.807 19.631 62.704 19.366Q62.602 19.101 62.417 18.968Q62.232 18.834 61.961 18.790Q61.689 18.746 61.190 18.746L60.407 18.746Q60.219 18.746 60.130 18.780Q60.041 18.814 60.041 18.957L60.041 20.622L60.616 20.622Q61.005 20.622 61.188 20.571Q61.371 20.519 61.453 20.347Q61.535 20.174 61.535 19.802L61.798 19.802L61.798 21.723L61.535 21.723Q61.535 21.350 61.453 21.177Q61.371 21.005 61.188 20.954Q61.005 20.902 60.616 20.902L60.041 20.902L60.041 22.758Q60.041 22.898 60.130 22.933Q60.219 22.967 60.407 22.967L61.255 22.967Q61.785 22.967 62.094 22.898Q62.403 22.830 62.591 22.663Q62.779 22.495 62.887 22.193Q62.995 21.890 63.080 21.377L63.347 21.377\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-68.737-12.32H-6.14v-19.916h-62.596Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-96.328 -43.775)\">\u003Cpath d=\"M37.407 22.854Q37.691 23.162 38.190 23.162Q38.415 23.162 38.585 23.025Q38.754 22.888 38.843 22.673Q38.932 22.457 38.932 22.232L38.932 18.957Q38.932 18.817 38.627 18.781Q38.323 18.746 37.995 18.746L37.995 18.465L40.138 18.465L40.138 18.746Q39.909 18.746 39.754 18.781Q39.598 18.817 39.598 18.957L39.598 22.252Q39.598 22.591 39.386 22.852Q39.174 23.114 38.850 23.250Q38.525 23.387 38.190 23.387Q37.728 23.387 37.351 23.138Q36.973 22.888 36.973 22.451Q36.973 22.283 37.089 22.167Q37.206 22.051 37.380 22.051Q37.489 22.051 37.581 22.105Q37.674 22.160 37.725 22.251Q37.776 22.341 37.776 22.451Q37.776 22.550 37.728 22.645Q37.681 22.741 37.593 22.798Q37.506 22.854 37.407 22.854M40.893 21.764Q40.893 21.422 41.029 21.123Q41.164 20.824 41.403 20.600Q41.642 20.376 41.960 20.251Q42.278 20.126 42.609 20.126Q43.054 20.126 43.454 20.342Q43.853 20.557 44.088 20.935Q44.322 21.312 44.322 21.764Q44.322 22.105 44.180 22.389Q44.038 22.673 43.794 22.880Q43.549 23.086 43.240 23.201Q42.931 23.315 42.609 23.315Q42.179 23.315 41.777 23.114Q41.375 22.912 41.134 22.560Q40.893 22.208 40.893 21.764M42.609 23.066Q43.211 23.066 43.435 22.688Q43.659 22.310 43.659 21.678Q43.659 21.066 43.424 20.707Q43.190 20.349 42.609 20.349Q41.557 20.349 41.557 21.678Q41.557 22.310 41.782 22.688Q42.008 23.066 42.609 23.066M46.598 23.247L44.964 23.247L44.964 22.967Q45.193 22.967 45.342 22.933Q45.491 22.898 45.491 22.758L45.491 19.139Q45.491 18.869 45.383 18.807Q45.275 18.746 44.964 18.746L44.964 18.465L46.044 18.390L46.044 20.776Q46.150 20.591 46.328 20.449Q46.506 20.308 46.714 20.234Q46.923 20.161 47.148 20.161Q47.654 20.161 47.938 20.384Q48.222 20.608 48.222 21.104L48.222 22.758Q48.222 22.895 48.370 22.931Q48.519 22.967 48.745 22.967L48.745 23.247L47.114 23.247L47.114 22.967Q47.343 22.967 47.492 22.933Q47.641 22.898 47.641 22.758L47.641 21.118Q47.641 20.783 47.521 20.583Q47.401 20.383 47.087 20.383Q46.817 20.383 46.583 20.519Q46.349 20.656 46.210 20.890Q46.072 21.124 46.072 21.398L46.072 22.758Q46.072 22.895 46.222 22.931Q46.372 22.967 46.598 22.967L46.598 23.247M51.014 23.247L49.380 23.247L49.380 22.967Q49.609 22.967 49.758 22.933Q49.907 22.898 49.907 22.758L49.907 20.909Q49.907 20.639 49.799 20.578Q49.691 20.516 49.380 20.516L49.380 20.236L50.440 20.161L50.440 20.810Q50.611 20.502 50.915 20.331Q51.219 20.161 51.564 20.161Q52.070 20.161 52.354 20.384Q52.638 20.608 52.638 21.104L52.638 22.758Q52.638 22.895 52.786 22.931Q52.935 22.967 53.161 22.967L53.161 23.247L51.530 23.247L51.530 22.967Q51.759 22.967 51.908 22.933Q52.057 22.898 52.057 22.758L52.057 21.118Q52.057 20.783 51.937 20.583Q51.817 20.383 51.503 20.383Q51.233 20.383 50.999 20.519Q50.765 20.656 50.626 20.890Q50.488 21.124 50.488 21.398L50.488 22.758Q50.488 22.895 50.638 22.931Q50.789 22.967 51.014 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-96.328 -43.775)\">\u003Cpath d=\"M58.580 24.997Q58.030 24.597 57.659 24.042Q57.288 23.486 57.107 22.840Q56.926 22.194 56.926 21.497Q56.926 20.984 57.026 20.489Q57.127 19.993 57.332 19.542Q57.537 19.091 57.850 18.699Q58.163 18.308 58.580 18.004Q58.590 18 58.597 17.999Q58.604 17.997 58.614 17.997L58.682 17.997Q58.717 17.997 58.739 18.021Q58.761 18.045 58.761 18.082Q58.761 18.127 58.734 18.144Q58.385 18.445 58.132 18.829Q57.879 19.214 57.727 19.655Q57.575 20.096 57.503 20.552Q57.431 21.008 57.431 21.497Q57.431 22.498 57.741 23.385Q58.050 24.272 58.734 24.857Q58.761 24.874 58.761 24.918Q58.761 24.956 58.739 24.980Q58.717 25.004 58.682 25.004L58.614 25.004Q58.607 25 58.599 24.999Q58.590 24.997 58.580 24.997M59.629 22.519Q59.629 22.187 59.853 21.960Q60.077 21.733 60.420 21.605Q60.764 21.476 61.136 21.424Q61.509 21.371 61.813 21.371L61.813 21.118Q61.813 20.913 61.706 20.733Q61.598 20.554 61.417 20.451Q61.236 20.349 61.027 20.349Q60.620 20.349 60.385 20.441Q60.473 20.478 60.520 20.562Q60.566 20.646 60.566 20.748Q60.566 20.844 60.520 20.923Q60.473 21.001 60.393 21.046Q60.313 21.090 60.224 21.090Q60.074 21.090 59.973 20.993Q59.872 20.895 59.872 20.748Q59.872 20.126 61.027 20.126Q61.239 20.126 61.489 20.190Q61.738 20.253 61.940 20.372Q62.141 20.492 62.268 20.677Q62.394 20.861 62.394 21.104L62.394 22.680Q62.394 22.796 62.456 22.892Q62.517 22.987 62.630 22.987Q62.740 22.987 62.804 22.893Q62.869 22.799 62.869 22.680L62.869 22.232L63.136 22.232L63.136 22.680Q63.136 22.950 62.909 23.115Q62.681 23.281 62.401 23.281Q62.193 23.281 62.056 23.127Q61.919 22.974 61.895 22.758Q61.748 23.025 61.466 23.170Q61.184 23.315 60.860 23.315Q60.583 23.315 60.299 23.240Q60.015 23.165 59.822 22.986Q59.629 22.806 59.629 22.519M60.244 22.519Q60.244 22.693 60.345 22.823Q60.446 22.953 60.602 23.023Q60.757 23.093 60.921 23.093Q61.140 23.093 61.348 22.996Q61.557 22.898 61.685 22.717Q61.813 22.536 61.813 22.310L61.813 21.582Q61.489 21.582 61.123 21.673Q60.757 21.764 60.501 21.976Q60.244 22.187 60.244 22.519M63.512 23.780Q63.512 23.534 63.709 23.350Q63.905 23.165 64.161 23.086Q64.025 22.974 63.953 22.813Q63.881 22.652 63.881 22.471Q63.881 22.150 64.093 21.904Q63.758 21.606 63.758 21.196Q63.758 20.735 64.148 20.448Q64.537 20.161 65.016 20.161Q65.488 20.161 65.823 20.407Q65.997 20.253 66.207 20.171Q66.417 20.089 66.646 20.089Q66.810 20.089 66.932 20.196Q67.053 20.304 67.053 20.468Q67.053 20.564 66.981 20.636Q66.909 20.707 66.817 20.707Q66.718 20.707 66.648 20.634Q66.578 20.560 66.578 20.461Q66.578 20.407 66.592 20.376L66.598 20.362Q66.605 20.342 66.614 20.331Q66.622 20.321 66.626 20.314Q66.270 20.314 65.983 20.537Q66.270 20.830 66.270 21.196Q66.270 21.511 66.086 21.743Q65.901 21.976 65.612 22.104Q65.323 22.232 65.016 22.232Q64.814 22.232 64.623 22.182Q64.431 22.133 64.254 22.023Q64.161 22.150 64.161 22.293Q64.161 22.475 64.290 22.610Q64.418 22.745 64.602 22.745L65.235 22.745Q65.682 22.745 66.052 22.816Q66.421 22.888 66.680 23.117Q66.940 23.346 66.940 23.780Q66.940 24.101 66.645 24.303Q66.349 24.505 65.946 24.594Q65.542 24.683 65.228 24.683Q64.910 24.683 64.507 24.594Q64.103 24.505 63.808 24.303Q63.512 24.101 63.512 23.780M63.967 23.780Q63.967 24.009 64.185 24.158Q64.404 24.307 64.696 24.375Q64.989 24.443 65.228 24.443Q65.392 24.443 65.600 24.407Q65.809 24.372 66.016 24.291Q66.222 24.211 66.354 24.083Q66.486 23.955 66.486 23.780Q66.486 23.428 66.105 23.334Q65.723 23.240 65.221 23.240L64.602 23.240Q64.363 23.240 64.165 23.391Q63.967 23.541 63.967 23.780M65.016 21.993Q65.682 21.993 65.682 21.196Q65.682 20.396 65.016 20.396Q64.346 20.396 64.346 21.196Q64.346 21.993 65.016 21.993M67.494 21.712Q67.494 21.391 67.619 21.102Q67.743 20.813 67.969 20.590Q68.195 20.366 68.490 20.246Q68.786 20.126 69.104 20.126Q69.432 20.126 69.693 20.226Q69.955 20.325 70.131 20.507Q70.307 20.690 70.401 20.948Q70.495 21.206 70.495 21.538Q70.495 21.630 70.413 21.651L68.157 21.651L68.157 21.712Q68.157 22.300 68.441 22.683Q68.724 23.066 69.292 23.066Q69.613 23.066 69.881 22.873Q70.150 22.680 70.239 22.365Q70.245 22.324 70.321 22.310L70.413 22.310Q70.495 22.334 70.495 22.406Q70.495 22.413 70.488 22.440Q70.375 22.837 70.004 23.076Q69.634 23.315 69.210 23.315Q68.772 23.315 68.372 23.107Q67.972 22.898 67.733 22.531Q67.494 22.164 67.494 21.712M68.164 21.442L69.979 21.442Q69.979 21.165 69.881 20.913Q69.784 20.660 69.586 20.504Q69.387 20.349 69.104 20.349Q68.827 20.349 68.613 20.507Q68.400 20.666 68.282 20.921Q68.164 21.176 68.164 21.442M72.764 23.247L71.131 23.247L71.131 22.967Q71.360 22.967 71.508 22.933Q71.657 22.898 71.657 22.758L71.657 20.909Q71.657 20.639 71.549 20.578Q71.442 20.516 71.131 20.516L71.131 20.236L72.190 20.161L72.190 20.810Q72.361 20.502 72.665 20.331Q72.969 20.161 73.315 20.161Q73.821 20.161 74.104 20.384Q74.388 20.608 74.388 21.104L74.388 22.758Q74.388 22.895 74.537 22.931Q74.685 22.967 74.911 22.967L74.911 23.247L73.281 23.247L73.281 22.967Q73.510 22.967 73.658 22.933Q73.807 22.898 73.807 22.758L73.807 21.118Q73.807 20.783 73.687 20.583Q73.568 20.383 73.253 20.383Q72.983 20.383 72.749 20.519Q72.515 20.656 72.376 20.890Q72.238 21.124 72.238 21.398L72.238 22.758Q72.238 22.895 72.388 22.931Q72.539 22.967 72.764 22.967\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-96.328 -43.775)\">\u003Cpath d=\"M75.831 22.406L75.831 20.509L75.192 20.509L75.192 20.287Q75.510 20.287 75.727 20.077Q75.944 19.867 76.044 19.557Q76.145 19.248 76.145 18.940L76.412 18.940L76.412 20.229L77.489 20.229L77.489 20.509L76.412 20.509L76.412 22.393Q76.412 22.669 76.516 22.868Q76.620 23.066 76.880 23.066Q77.037 23.066 77.143 22.962Q77.249 22.857 77.299 22.704Q77.348 22.550 77.348 22.393L77.348 21.979L77.615 21.979L77.615 22.406Q77.615 22.632 77.516 22.842Q77.417 23.052 77.232 23.184Q77.048 23.315 76.819 23.315Q76.381 23.315 76.106 23.078Q75.831 22.840 75.831 22.406M78.746 25.004L78.678 25.004Q78.644 25.004 78.622 24.978Q78.599 24.953 78.599 24.918Q78.599 24.874 78.630 24.857Q78.986 24.553 79.235 24.163Q79.485 23.773 79.637 23.341Q79.789 22.909 79.859 22.440Q79.929 21.972 79.929 21.497Q79.929 21.018 79.859 20.552Q79.789 20.085 79.635 19.650Q79.481 19.214 79.230 18.826Q78.979 18.438 78.630 18.144Q78.599 18.127 78.599 18.082Q78.599 18.048 78.622 18.023Q78.644 17.997 78.678 17.997L78.746 17.997Q78.757 17.997 78.765 17.999Q78.774 18 78.784 18.004Q79.327 18.404 79.700 18.957Q80.073 19.511 80.254 20.157Q80.435 20.803 80.435 21.497Q80.435 22.198 80.254 22.845Q80.073 23.493 79.698 24.047Q79.324 24.601 78.784 24.997Q78.774 24.997 78.765 24.999Q78.757 25 78.746 25.004\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M53.61-12.32h56.906v-19.916H53.61Z\"\u002F>\u003Cg transform=\"translate(27.834 -43.133)\">\u003Cpath d=\"M39.919 23.247L36.946 23.247L36.946 22.967Q37.667 22.967 37.667 22.758L37.667 18.957Q37.667 18.746 36.946 18.746L36.946 18.465L39.704 18.465Q39.971 18.465 40.277 18.540Q40.582 18.616 40.842 18.763Q41.102 18.910 41.264 19.139Q41.427 19.368 41.427 19.662Q41.427 20.092 41.040 20.374Q40.654 20.656 40.172 20.748Q40.480 20.748 40.829 20.913Q41.177 21.077 41.406 21.355Q41.635 21.634 41.635 21.952Q41.635 22.358 41.372 22.652Q41.109 22.946 40.711 23.097Q40.312 23.247 39.919 23.247M38.310 20.875L38.310 22.758Q38.310 22.898 38.398 22.933Q38.487 22.967 38.675 22.967L39.704 22.967Q39.991 22.967 40.268 22.840Q40.545 22.714 40.716 22.480Q40.887 22.246 40.887 21.952Q40.887 21.736 40.805 21.540Q40.723 21.343 40.572 21.193Q40.422 21.042 40.225 20.959Q40.029 20.875 39.813 20.875L38.310 20.875M38.310 18.957L38.310 20.649L39.492 20.649Q39.779 20.649 40.060 20.530Q40.340 20.410 40.519 20.183Q40.699 19.955 40.699 19.662Q40.699 19.412 40.560 19.198Q40.422 18.985 40.193 18.865Q39.964 18.746 39.704 18.746L38.675 18.746Q38.487 18.746 38.398 18.780Q38.310 18.814 38.310 18.957M46.906 23.247L42.503 23.247L42.503 22.967Q43.225 22.967 43.225 22.758L43.225 18.957Q43.225 18.746 42.503 18.746L42.503 18.465L46.793 18.465L47.001 20.102L46.738 20.102Q46.680 19.631 46.578 19.366Q46.475 19.101 46.290 18.968Q46.106 18.834 45.834 18.790Q45.562 18.746 45.063 18.746L44.281 18.746Q44.093 18.746 44.004 18.780Q43.915 18.814 43.915 18.957L43.915 20.622L44.489 20.622Q44.879 20.622 45.062 20.571Q45.245 20.519 45.327 20.347Q45.409 20.174 45.409 19.802L45.672 19.802L45.672 21.723L45.409 21.723Q45.409 21.350 45.327 21.177Q45.245 21.005 45.062 20.954Q44.879 20.902 44.489 20.902L43.915 20.902L43.915 22.758Q43.915 22.898 44.004 22.933Q44.093 22.967 44.281 22.967L45.128 22.967Q45.658 22.967 45.967 22.898Q46.277 22.830 46.465 22.663Q46.653 22.495 46.760 22.193Q46.868 21.890 46.954 21.377L47.220 21.377L46.906 23.247M47.982 20.854Q47.982 20.328 48.199 19.860Q48.416 19.392 48.799 19.046Q49.182 18.701 49.666 18.513Q50.149 18.325 50.679 18.325Q51.082 18.325 51.446 18.482Q51.810 18.640 52.094 18.934L52.518 18.352Q52.552 18.325 52.576 18.325L52.624 18.325Q52.655 18.325 52.679 18.349Q52.703 18.373 52.703 18.404L52.703 20.267Q52.703 20.290 52.677 20.316Q52.651 20.342 52.624 20.342L52.497 20.342Q52.436 20.342 52.422 20.267Q52.392 19.952 52.257 19.648Q52.122 19.344 51.906 19.110Q51.691 18.875 51.402 18.740Q51.113 18.605 50.785 18.605Q50.143 18.605 49.685 18.899Q49.227 19.193 48.994 19.706Q48.762 20.219 48.762 20.854Q48.762 21.326 48.892 21.735Q49.021 22.143 49.281 22.456Q49.541 22.768 49.920 22.938Q50.300 23.107 50.792 23.107Q51.120 23.107 51.414 22.991Q51.708 22.874 51.942 22.659Q52.176 22.444 52.306 22.155Q52.436 21.866 52.436 21.538Q52.436 21.511 52.463 21.487Q52.491 21.463 52.511 21.463L52.624 21.463Q52.662 21.463 52.682 21.488Q52.703 21.514 52.703 21.552Q52.703 21.948 52.537 22.285Q52.371 22.622 52.084 22.869Q51.797 23.117 51.428 23.252Q51.059 23.387 50.679 23.387Q50.160 23.387 49.667 23.197Q49.175 23.008 48.796 22.664Q48.416 22.321 48.199 21.852Q47.982 21.384 47.982 20.854M53.687 20.882Q53.687 20.195 54.036 19.605Q54.384 19.016 54.979 18.670Q55.574 18.325 56.264 18.325Q56.955 18.325 57.549 18.670Q58.144 19.016 58.493 19.605Q58.841 20.195 58.841 20.882Q58.841 21.569 58.489 22.143Q58.137 22.717 57.544 23.052Q56.951 23.387 56.264 23.387Q55.751 23.387 55.283 23.194Q54.815 23.001 54.456 22.659Q54.097 22.317 53.892 21.856Q53.687 21.394 53.687 20.882M56.264 23.127Q56.869 23.127 57.276 22.782Q57.683 22.437 57.872 21.899Q58.062 21.360 58.062 20.762Q58.062 20.328 57.951 19.940Q57.840 19.552 57.614 19.245Q57.389 18.937 57.047 18.757Q56.705 18.578 56.264 18.578Q55.827 18.578 55.488 18.754Q55.150 18.930 54.921 19.245Q54.692 19.559 54.579 19.952Q54.466 20.345 54.466 20.762Q54.466 21.350 54.658 21.893Q54.849 22.437 55.256 22.782Q55.663 23.127 56.264 23.127M61.494 23.247L59.757 23.247L59.757 22.967Q60.478 22.967 60.478 22.567L60.478 18.957Q60.478 18.746 59.757 18.746L59.757 18.465L61.114 18.465Q61.210 18.465 61.261 18.564L62.936 22.539L64.607 18.564Q64.655 18.465 64.754 18.465L66.104 18.465L66.104 18.746Q65.383 18.746 65.383 18.957L65.383 22.758Q65.383 22.967 66.104 22.967L66.104 23.247L64.047 23.247L64.047 22.967Q64.768 22.967 64.768 22.758L64.768 18.746L62.915 23.148Q62.868 23.247 62.758 23.247Q62.645 23.247 62.598 23.148L60.772 18.817L60.772 22.567Q60.772 22.967 61.494 22.967L61.494 23.247M71.307 23.247L66.904 23.247L66.904 22.967Q67.625 22.967 67.625 22.758L67.625 18.957Q67.625 18.746 66.904 18.746L66.904 18.465L71.194 18.465L71.402 20.102L71.139 20.102Q71.081 19.631 70.978 19.366Q70.876 19.101 70.691 18.968Q70.507 18.834 70.235 18.790Q69.963 18.746 69.464 18.746L68.682 18.746Q68.494 18.746 68.405 18.780Q68.316 18.814 68.316 18.957L68.316 20.622L68.890 20.622Q69.280 20.622 69.463 20.571Q69.645 20.519 69.727 20.347Q69.810 20.174 69.810 19.802L70.073 19.802L70.073 21.723L69.810 21.723Q69.810 21.350 69.727 21.177Q69.645 21.005 69.463 20.954Q69.280 20.902 68.890 20.902L68.316 20.902L68.316 22.758Q68.316 22.898 68.405 22.933Q68.494 22.967 68.682 22.967L69.529 22.967Q70.059 22.967 70.368 22.898Q70.678 22.830 70.866 22.663Q71.054 22.495 71.161 22.193Q71.269 21.890 71.354 21.377L71.621 21.377\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M50.765 27.515h62.596V7.598H50.765Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(23.139 -3.94)\">\u003Cpath d=\"M37.028 20.882Q37.028 20.195 37.376 19.605Q37.725 19.016 38.320 18.670Q38.914 18.325 39.605 18.325Q40.295 18.325 40.890 18.670Q41.485 19.016 41.833 19.605Q42.182 20.195 42.182 20.882Q42.182 21.569 41.830 22.143Q41.478 22.717 40.885 23.052Q40.292 23.387 39.605 23.387Q39.092 23.387 38.624 23.194Q38.156 23.001 37.797 22.659Q37.438 22.317 37.233 21.856Q37.028 21.394 37.028 20.882M39.605 23.127Q40.210 23.127 40.617 22.782Q41.023 22.437 41.213 21.899Q41.403 21.360 41.403 20.762Q41.403 20.328 41.292 19.940Q41.181 19.552 40.955 19.245Q40.729 18.937 40.388 18.757Q40.046 18.578 39.605 18.578Q39.167 18.578 38.829 18.754Q38.491 18.930 38.262 19.245Q38.033 19.559 37.920 19.952Q37.807 20.345 37.807 20.762Q37.807 21.350 37.998 21.893Q38.190 22.437 38.597 22.782Q39.003 23.127 39.605 23.127M45.204 23.247L43.071 23.247L43.071 22.967Q43.792 22.967 43.792 22.758L43.792 18.957Q43.792 18.746 43.071 18.746L43.071 18.465L45.737 18.465Q46.147 18.465 46.567 18.619Q46.988 18.773 47.271 19.077Q47.555 19.381 47.555 19.795Q47.555 20.113 47.388 20.359Q47.220 20.605 46.943 20.771Q46.666 20.936 46.345 21.020Q46.024 21.104 45.737 21.104L44.482 21.104L44.482 22.758Q44.482 22.967 45.204 22.967L45.204 23.247M44.455 18.957L44.455 20.854L45.542 20.854Q46.150 20.854 46.465 20.617Q46.779 20.379 46.779 19.795Q46.779 19.402 46.634 19.168Q46.489 18.934 46.217 18.840Q45.945 18.746 45.542 18.746L44.821 18.746Q44.633 18.746 44.544 18.780Q44.455 18.814 44.455 18.957M52.829 23.247L48.427 23.247L48.427 22.967Q49.148 22.967 49.148 22.758L49.148 18.957Q49.148 18.746 48.427 18.746L48.427 18.465L52.716 18.465L52.925 20.102L52.662 20.102Q52.603 19.631 52.501 19.366Q52.398 19.101 52.214 18.968Q52.029 18.834 51.758 18.790Q51.486 18.746 50.987 18.746L50.204 18.746Q50.016 18.746 49.927 18.780Q49.838 18.814 49.838 18.957L49.838 20.622L50.413 20.622Q50.802 20.622 50.985 20.571Q51.168 20.519 51.250 20.347Q51.332 20.174 51.332 19.802L51.595 19.802L51.595 21.723L51.332 21.723Q51.332 21.350 51.250 21.177Q51.168 21.005 50.985 20.954Q50.802 20.902 50.413 20.902L49.838 20.902L49.838 22.758Q49.838 22.898 49.927 22.933Q50.016 22.967 50.204 22.967L51.052 22.967Q51.581 22.967 51.891 22.898Q52.200 22.830 52.388 22.663Q52.576 22.495 52.684 22.193Q52.791 21.890 52.877 21.377L53.143 21.377L52.829 23.247M55.529 23.247L53.796 23.247L53.796 22.967Q54.518 22.967 54.518 22.567L54.518 18.780Q54.285 18.746 53.796 18.746L53.796 18.465L55.153 18.465Q55.194 18.479 55.215 18.493L57.918 22.140L57.918 19.145Q57.918 18.746 57.197 18.746L57.197 18.465L58.934 18.465L58.934 18.746Q58.212 18.746 58.212 19.145L58.212 23.155Q58.195 23.230 58.127 23.247L58.007 23.247Q57.959 23.237 57.946 23.213L54.811 18.992L54.811 22.567Q54.811 22.967 55.529 22.967L55.529 23.247M61.760 24.997Q61.210 24.597 60.839 24.042Q60.468 23.486 60.287 22.840Q60.106 22.194 60.106 21.497Q60.106 20.984 60.207 20.489Q60.308 19.993 60.513 19.542Q60.718 19.091 61.030 18.699Q61.343 18.308 61.760 18.004Q61.770 18 61.777 17.999Q61.784 17.997 61.794 17.997L61.863 17.997Q61.897 17.997 61.919 18.021Q61.941 18.045 61.941 18.082Q61.941 18.127 61.914 18.144Q61.565 18.445 61.312 18.829Q61.060 19.214 60.907 19.655Q60.755 20.096 60.684 20.552Q60.612 21.008 60.612 21.497Q60.612 22.498 60.921 23.385Q61.230 24.272 61.914 24.857Q61.941 24.874 61.941 24.918Q61.941 24.956 61.919 24.980Q61.897 25.004 61.863 25.004L61.794 25.004Q61.788 25 61.779 24.999Q61.770 24.997 61.760 24.997M62.751 21.736Q62.751 21.398 62.892 21.107Q63.032 20.817 63.276 20.603Q63.520 20.390 63.825 20.275Q64.129 20.161 64.454 20.161Q64.724 20.161 64.987 20.260Q65.250 20.359 65.441 20.537L65.441 19.139Q65.441 18.869 65.334 18.807Q65.226 18.746 64.915 18.746L64.915 18.465L65.992 18.390L65.992 22.574Q65.992 22.762 66.046 22.845Q66.101 22.929 66.202 22.948Q66.303 22.967 66.518 22.967L66.518 23.247L65.411 23.315L65.411 22.898Q64.994 23.315 64.368 23.315Q63.937 23.315 63.565 23.103Q63.192 22.892 62.972 22.531Q62.751 22.170 62.751 21.736M64.426 23.093Q64.635 23.093 64.821 23.021Q65.007 22.950 65.161 22.813Q65.315 22.676 65.411 22.498L65.411 20.889Q65.325 20.742 65.180 20.622Q65.035 20.502 64.865 20.443Q64.696 20.383 64.515 20.383Q63.955 20.383 63.686 20.772Q63.418 21.162 63.418 21.743Q63.418 22.314 63.652 22.704Q63.886 23.093 64.426 23.093M67.126 21.764Q67.126 21.422 67.261 21.123Q67.396 20.824 67.636 20.600Q67.875 20.376 68.193 20.251Q68.511 20.126 68.842 20.126Q69.287 20.126 69.686 20.342Q70.086 20.557 70.320 20.935Q70.555 21.312 70.555 21.764Q70.555 22.105 70.413 22.389Q70.271 22.673 70.027 22.880Q69.782 23.086 69.473 23.201Q69.164 23.315 68.842 23.315Q68.412 23.315 68.010 23.114Q67.608 22.912 67.367 22.560Q67.126 22.208 67.126 21.764M68.842 23.066Q69.444 23.066 69.668 22.688Q69.892 22.310 69.892 21.678Q69.892 21.066 69.657 20.707Q69.423 20.349 68.842 20.349Q67.789 20.349 67.789 21.678Q67.789 22.310 68.015 22.688Q68.241 23.066 68.842 23.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(23.139 -3.94)\">\u003Cpath d=\"M71.347 21.764Q71.347 21.422 71.482 21.123Q71.617 20.824 71.857 20.600Q72.096 20.376 72.414 20.251Q72.732 20.126 73.063 20.126Q73.508 20.126 73.907 20.342Q74.307 20.557 74.542 20.935Q74.776 21.312 74.776 21.764Q74.776 22.105 74.634 22.389Q74.492 22.673 74.248 22.880Q74.003 23.086 73.694 23.201Q73.385 23.315 73.063 23.315Q72.633 23.315 72.231 23.114Q71.829 22.912 71.588 22.560Q71.347 22.208 71.347 21.764M73.063 23.066Q73.665 23.066 73.889 22.688Q74.113 22.310 74.113 21.678Q74.113 21.066 73.878 20.707Q73.644 20.349 73.063 20.349Q72.011 20.349 72.011 21.678Q72.011 22.310 72.236 22.688Q72.462 23.066 73.063 23.066M77.120 23.247L75.384 23.247L75.384 22.967Q75.613 22.967 75.762 22.933Q75.910 22.898 75.910 22.758L75.910 20.909Q75.910 20.639 75.803 20.578Q75.695 20.516 75.384 20.516L75.384 20.236L76.413 20.161L76.413 20.868Q76.543 20.560 76.785 20.361Q77.028 20.161 77.346 20.161Q77.565 20.161 77.736 20.285Q77.907 20.410 77.907 20.622Q77.907 20.759 77.807 20.858Q77.708 20.957 77.575 20.957Q77.438 20.957 77.339 20.858Q77.240 20.759 77.240 20.622Q77.240 20.482 77.339 20.383Q77.049 20.383 76.849 20.579Q76.649 20.776 76.556 21.070Q76.464 21.364 76.464 21.644L76.464 22.758Q76.464 22.967 77.120 22.967L77.120 23.247M78.812 25.004L78.744 25.004Q78.710 25.004 78.688 24.978Q78.665 24.953 78.665 24.918Q78.665 24.874 78.696 24.857Q79.052 24.553 79.301 24.163Q79.551 23.773 79.703 23.341Q79.855 22.909 79.925 22.440Q79.995 21.972 79.995 21.497Q79.995 21.018 79.925 20.552Q79.855 20.085 79.701 19.650Q79.547 19.214 79.296 18.826Q79.045 18.438 78.696 18.144Q78.665 18.127 78.665 18.082Q78.665 18.048 78.688 18.023Q78.710 17.997 78.744 17.997L78.812 17.997Q78.823 17.997 78.831 17.999Q78.840 18 78.850 18.004Q79.393 18.404 79.766 18.957Q80.138 19.511 80.320 20.157Q80.501 20.803 80.501 21.497Q80.501 22.198 80.320 22.845Q80.138 23.493 79.764 24.047Q79.390 24.601 78.850 24.997Q78.840 24.997 78.831 24.999Q78.823 25 78.812 25.004\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"m17.676-51.953-34.49 18.569\"\u002F>\u003Cpath stroke=\"none\" d=\"m-18.576-32.436 3.576-.108-1.815-.84.298-1.978\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"m48.147-51.953 20.803 18.2\"\u002F>\u003Cpath stroke=\"none\" d=\"M70.455-32.436 69.1-35.747l-.15 1.994-1.956.414\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M82.063-12.12V5.399\"\u002F>\u003Cpath stroke=\"none\" d=\"m82.063 7.398 1.6-3.2-1.6 1.2-1.6-1.2\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(100.272 -83.004)\">\u003Cpath d=\"M36.853 21.736Q36.853 21.408 36.988 21.107Q37.123 20.807 37.359 20.586Q37.595 20.366 37.899 20.246Q38.204 20.126 38.528 20.126Q39.034 20.126 39.383 20.229Q39.731 20.331 39.731 20.707Q39.731 20.854 39.634 20.955Q39.537 21.056 39.390 21.056Q39.236 21.056 39.137 20.957Q39.038 20.858 39.038 20.707Q39.038 20.519 39.178 20.427Q38.976 20.376 38.535 20.376Q38.180 20.376 37.951 20.572Q37.722 20.769 37.621 21.078Q37.520 21.388 37.520 21.736Q37.520 22.085 37.646 22.391Q37.773 22.697 38.028 22.881Q38.282 23.066 38.638 23.066Q38.860 23.066 39.044 22.982Q39.229 22.898 39.364 22.743Q39.499 22.587 39.557 22.379Q39.571 22.324 39.625 22.324L39.738 22.324Q39.769 22.324 39.791 22.348Q39.813 22.372 39.813 22.406L39.813 22.427Q39.728 22.714 39.540 22.912Q39.352 23.110 39.087 23.213Q38.822 23.315 38.528 23.315Q38.098 23.315 37.710 23.109Q37.322 22.902 37.088 22.539Q36.853 22.177 36.853 21.736M40.459 22.519Q40.459 22.187 40.683 21.960Q40.907 21.733 41.251 21.605Q41.594 21.476 41.967 21.424Q42.339 21.371 42.643 21.371L42.643 21.118Q42.643 20.913 42.536 20.733Q42.428 20.554 42.247 20.451Q42.066 20.349 41.857 20.349Q41.451 20.349 41.215 20.441Q41.304 20.478 41.350 20.562Q41.396 20.646 41.396 20.748Q41.396 20.844 41.350 20.923Q41.304 21.001 41.223 21.046Q41.143 21.090 41.054 21.090Q40.904 21.090 40.803 20.993Q40.702 20.895 40.702 20.748Q40.702 20.126 41.857 20.126Q42.069 20.126 42.319 20.190Q42.568 20.253 42.770 20.372Q42.972 20.492 43.098 20.677Q43.225 20.861 43.225 21.104L43.225 22.680Q43.225 22.796 43.286 22.892Q43.348 22.987 43.460 22.987Q43.570 22.987 43.635 22.893Q43.700 22.799 43.700 22.680L43.700 22.232L43.966 22.232L43.966 22.680Q43.966 22.950 43.739 23.115Q43.512 23.281 43.231 23.281Q43.023 23.281 42.886 23.127Q42.749 22.974 42.726 22.758Q42.579 23.025 42.297 23.170Q42.015 23.315 41.690 23.315Q41.413 23.315 41.129 23.240Q40.846 23.165 40.653 22.986Q40.459 22.806 40.459 22.519M41.075 22.519Q41.075 22.693 41.175 22.823Q41.276 22.953 41.432 23.023Q41.587 23.093 41.751 23.093Q41.970 23.093 42.179 22.996Q42.387 22.898 42.515 22.717Q42.643 22.536 42.643 22.310L42.643 21.582Q42.319 21.582 41.953 21.673Q41.587 21.764 41.331 21.976Q41.075 22.187 41.075 22.519M44.957 22.413L44.957 20.909Q44.957 20.639 44.850 20.578Q44.742 20.516 44.431 20.516L44.431 20.236L45.539 20.161L45.539 22.393L45.539 22.413Q45.539 22.693 45.590 22.837Q45.641 22.980 45.783 23.037Q45.925 23.093 46.212 23.093Q46.465 23.093 46.670 22.953Q46.875 22.813 46.991 22.587Q47.107 22.362 47.107 22.112L47.107 20.909Q47.107 20.639 47 20.578Q46.892 20.516 46.581 20.516L46.581 20.236L47.688 20.161L47.688 22.574Q47.688 22.765 47.741 22.847Q47.794 22.929 47.895 22.948Q47.996 22.967 48.211 22.967L48.211 23.247L47.135 23.315L47.135 22.751Q47.025 22.933 46.880 23.056Q46.735 23.179 46.549 23.247Q46.362 23.315 46.161 23.315Q44.957 23.315 44.957 22.413M48.799 23.240L48.799 22.177Q48.799 22.153 48.827 22.126Q48.854 22.099 48.878 22.099L48.987 22.099Q49.052 22.099 49.066 22.157Q49.162 22.591 49.408 22.842Q49.654 23.093 50.067 23.093Q50.409 23.093 50.662 22.960Q50.915 22.827 50.915 22.519Q50.915 22.362 50.821 22.247Q50.727 22.133 50.589 22.064Q50.450 21.996 50.283 21.958L49.702 21.859Q49.346 21.791 49.073 21.570Q48.799 21.350 48.799 21.008Q48.799 20.759 48.910 20.584Q49.021 20.410 49.208 20.311Q49.394 20.212 49.609 20.169Q49.825 20.126 50.067 20.126Q50.481 20.126 50.761 20.308L50.977 20.133Q50.987 20.130 50.994 20.128Q51 20.126 51.011 20.126L51.062 20.126Q51.089 20.126 51.113 20.150Q51.137 20.174 51.137 20.202L51.137 21.049Q51.137 21.070 51.113 21.097Q51.089 21.124 51.062 21.124L50.949 21.124Q50.922 21.124 50.896 21.099Q50.871 21.073 50.871 21.049Q50.871 20.813 50.765 20.649Q50.659 20.485 50.476 20.403Q50.293 20.321 50.060 20.321Q49.732 20.321 49.476 20.424Q49.220 20.526 49.220 20.803Q49.220 20.998 49.403 21.107Q49.585 21.217 49.814 21.258L50.389 21.364Q50.635 21.412 50.848 21.540Q51.062 21.668 51.199 21.871Q51.335 22.075 51.335 22.324Q51.335 22.837 50.970 23.076Q50.604 23.315 50.067 23.315Q49.572 23.315 49.240 23.021L48.974 23.295Q48.953 23.315 48.926 23.315L48.878 23.315Q48.854 23.315 48.827 23.288Q48.799 23.261 48.799 23.240M52.022 22.519Q52.022 22.187 52.246 21.960Q52.470 21.733 52.814 21.605Q53.157 21.476 53.530 21.424Q53.902 21.371 54.206 21.371L54.206 21.118Q54.206 20.913 54.099 20.733Q53.991 20.554 53.810 20.451Q53.629 20.349 53.420 20.349Q53.014 20.349 52.778 20.441Q52.867 20.478 52.913 20.562Q52.959 20.646 52.959 20.748Q52.959 20.844 52.913 20.923Q52.867 21.001 52.786 21.046Q52.706 21.090 52.617 21.090Q52.467 21.090 52.366 20.993Q52.265 20.895 52.265 20.748Q52.265 20.126 53.420 20.126Q53.632 20.126 53.882 20.190Q54.131 20.253 54.333 20.372Q54.535 20.492 54.661 20.677Q54.788 20.861 54.788 21.104L54.788 22.680Q54.788 22.796 54.849 22.892Q54.911 22.987 55.023 22.987Q55.133 22.987 55.198 22.893Q55.263 22.799 55.263 22.680L55.263 22.232L55.529 22.232L55.529 22.680Q55.529 22.950 55.302 23.115Q55.075 23.281 54.794 23.281Q54.586 23.281 54.449 23.127Q54.312 22.974 54.289 22.758Q54.142 23.025 53.860 23.170Q53.578 23.315 53.253 23.315Q52.976 23.315 52.692 23.240Q52.409 23.165 52.216 22.986Q52.022 22.806 52.022 22.519M52.638 22.519Q52.638 22.693 52.738 22.823Q52.839 22.953 52.995 23.023Q53.150 23.093 53.314 23.093Q53.533 23.093 53.742 22.996Q53.950 22.898 54.078 22.717Q54.206 22.536 54.206 22.310L54.206 21.582Q53.882 21.582 53.516 21.673Q53.150 21.764 52.894 21.976Q52.638 22.187 52.638 22.519M56.473 22.406L56.473 20.509L55.833 20.509L55.833 20.287Q56.151 20.287 56.368 20.077Q56.585 19.867 56.686 19.557Q56.787 19.248 56.787 18.940L57.054 18.940L57.054 20.229L58.130 20.229L58.130 20.509L57.054 20.509L57.054 22.393Q57.054 22.669 57.158 22.868Q57.262 23.066 57.522 23.066Q57.679 23.066 57.785 22.962Q57.891 22.857 57.941 22.704Q57.990 22.550 57.990 22.393L57.990 21.979L58.257 21.979L58.257 22.406Q58.257 22.632 58.158 22.842Q58.059 23.052 57.874 23.184Q57.689 23.315 57.460 23.315Q57.023 23.315 56.748 23.078Q56.473 22.840 56.473 22.406M60.684 23.247L59.132 23.247L59.132 22.967Q59.357 22.967 59.506 22.933Q59.655 22.898 59.655 22.758L59.655 20.909Q59.655 20.721 59.607 20.637Q59.559 20.554 59.462 20.535Q59.364 20.516 59.152 20.516L59.152 20.236L60.208 20.161L60.208 22.758Q60.208 22.898 60.340 22.933Q60.472 22.967 60.684 22.967L60.684 23.247M59.412 18.940Q59.412 18.769 59.535 18.650Q59.658 18.530 59.829 18.530Q59.997 18.530 60.120 18.650Q60.243 18.769 60.243 18.940Q60.243 19.115 60.120 19.238Q59.997 19.361 59.829 19.361Q59.658 19.361 59.535 19.238Q59.412 19.115 59.412 18.940M62.919 23.220L61.791 20.721Q61.719 20.574 61.589 20.542Q61.459 20.509 61.230 20.509L61.230 20.229L62.745 20.229L62.745 20.509Q62.393 20.509 62.393 20.656Q62.393 20.701 62.403 20.721L63.268 22.639L64.047 20.909Q64.081 20.841 64.081 20.762Q64.081 20.649 63.997 20.579Q63.914 20.509 63.794 20.509L63.794 20.229L64.990 20.229L64.990 20.509Q64.771 20.509 64.601 20.612Q64.430 20.714 64.341 20.909L63.305 23.220Q63.257 23.315 63.151 23.315L63.073 23.315Q62.967 23.315 62.919 23.220\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.272 -83.004)\">\u003Cpath d=\"M65.299 21.712Q65.299 21.391 65.424 21.102Q65.549 20.813 65.775 20.590Q66 20.366 66.296 20.246Q66.591 20.126 66.909 20.126Q67.237 20.126 67.499 20.226Q67.760 20.325 67.936 20.507Q68.112 20.690 68.206 20.948Q68.300 21.206 68.300 21.538Q68.300 21.630 68.218 21.651L65.963 21.651L65.963 21.712Q65.963 22.300 66.246 22.683Q66.530 23.066 67.097 23.066Q67.419 23.066 67.687 22.873Q67.955 22.680 68.044 22.365Q68.051 22.324 68.126 22.310L68.218 22.310Q68.300 22.334 68.300 22.406Q68.300 22.413 68.294 22.440Q68.181 22.837 67.810 23.076Q67.439 23.315 67.015 23.315Q66.578 23.315 66.178 23.107Q65.778 22.898 65.539 22.531Q65.299 22.164 65.299 21.712M65.969 21.442L67.784 21.442Q67.784 21.165 67.687 20.913Q67.589 20.660 67.391 20.504Q67.193 20.349 66.909 20.349Q66.632 20.349 66.419 20.507Q66.205 20.666 66.087 20.921Q65.969 21.176 65.969 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(100.272 -43.094)\">\u003Cpath d=\"M38.470 23.247L36.918 23.247L36.918 22.967Q37.144 22.967 37.293 22.933Q37.441 22.898 37.441 22.758L37.441 20.909Q37.441 20.721 37.393 20.637Q37.346 20.554 37.248 20.535Q37.151 20.516 36.939 20.516L36.939 20.236L37.995 20.161L37.995 22.758Q37.995 22.898 38.127 22.933Q38.258 22.967 38.470 22.967L38.470 23.247M37.199 18.940Q37.199 18.769 37.322 18.650Q37.445 18.530 37.616 18.530Q37.783 18.530 37.906 18.650Q38.029 18.769 38.029 18.940Q38.029 19.115 37.906 19.238Q37.783 19.361 37.616 19.361Q37.445 19.361 37.322 19.238Q37.199 19.115 37.199 18.940M40.798 23.247L39.164 23.247L39.164 22.967Q39.393 22.967 39.542 22.933Q39.690 22.898 39.690 22.758L39.690 20.909Q39.690 20.639 39.583 20.578Q39.475 20.516 39.164 20.516L39.164 20.236L40.224 20.161L40.224 20.810Q40.394 20.502 40.699 20.331Q41.003 20.161 41.348 20.161Q41.854 20.161 42.138 20.384Q42.421 20.608 42.421 21.104L42.421 22.758Q42.421 22.895 42.570 22.931Q42.719 22.967 42.944 22.967L42.944 23.247L41.314 23.247L41.314 22.967Q41.543 22.967 41.692 22.933Q41.840 22.898 41.840 22.758L41.840 21.118Q41.840 20.783 41.721 20.583Q41.601 20.383 41.287 20.383Q41.017 20.383 40.782 20.519Q40.548 20.656 40.410 20.890Q40.271 21.124 40.271 21.398L40.271 22.758Q40.271 22.895 40.422 22.931Q40.572 22.967 40.798 22.967L40.798 23.247M43.532 21.736Q43.532 21.408 43.667 21.107Q43.802 20.807 44.038 20.586Q44.274 20.366 44.578 20.246Q44.882 20.126 45.207 20.126Q45.713 20.126 46.061 20.229Q46.410 20.331 46.410 20.707Q46.410 20.854 46.313 20.955Q46.215 21.056 46.068 21.056Q45.914 21.056 45.815 20.957Q45.716 20.858 45.716 20.707Q45.716 20.519 45.856 20.427Q45.655 20.376 45.214 20.376Q44.858 20.376 44.629 20.572Q44.400 20.769 44.299 21.078Q44.199 21.388 44.199 21.736Q44.199 22.085 44.325 22.391Q44.452 22.697 44.706 22.881Q44.961 23.066 45.316 23.066Q45.539 23.066 45.723 22.982Q45.908 22.898 46.043 22.743Q46.178 22.587 46.236 22.379Q46.249 22.324 46.304 22.324L46.417 22.324Q46.448 22.324 46.470 22.348Q46.492 22.372 46.492 22.406L46.492 22.427Q46.407 22.714 46.219 22.912Q46.031 23.110 45.766 23.213Q45.501 23.315 45.207 23.315Q44.776 23.315 44.388 23.109Q44 22.902 43.766 22.539Q43.532 22.177 43.532 21.736\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.272 -43.094)\">\u003Cpath d=\"M48.556 23.247L46.922 23.247L46.922 22.967Q47.151 22.967 47.300 22.933Q47.449 22.898 47.449 22.758L47.449 19.139Q47.449 18.869 47.341 18.807Q47.233 18.746 46.922 18.746L46.922 18.465L48.002 18.390L48.002 20.776Q48.108 20.591 48.286 20.449Q48.464 20.308 48.672 20.234Q48.881 20.161 49.106 20.161Q49.612 20.161 49.896 20.384Q50.180 20.608 50.180 21.104L50.180 22.758Q50.180 22.895 50.328 22.931Q50.477 22.967 50.703 22.967L50.703 23.247L49.072 23.247L49.072 22.967Q49.301 22.967 49.450 22.933Q49.599 22.898 49.599 22.758L49.599 21.118Q49.599 20.783 49.479 20.583Q49.359 20.383 49.045 20.383Q48.775 20.383 48.541 20.519Q48.307 20.656 48.168 20.890Q48.030 21.124 48.030 21.398L48.030 22.758Q48.030 22.895 48.180 22.931Q48.331 22.967 48.556 22.967L48.556 23.247M51.249 21.764Q51.249 21.422 51.384 21.123Q51.519 20.824 51.759 20.600Q51.998 20.376 52.316 20.251Q52.634 20.126 52.965 20.126Q53.410 20.126 53.810 20.342Q54.209 20.557 54.444 20.935Q54.678 21.312 54.678 21.764Q54.678 22.105 54.536 22.389Q54.394 22.673 54.150 22.880Q53.905 23.086 53.596 23.201Q53.287 23.315 52.965 23.315Q52.535 23.315 52.133 23.114Q51.731 22.912 51.490 22.560Q51.249 22.208 51.249 21.764M52.965 23.066Q53.567 23.066 53.791 22.688Q54.015 22.310 54.015 21.678Q54.015 21.066 53.780 20.707Q53.546 20.349 52.965 20.349Q51.913 20.349 51.913 21.678Q51.913 22.310 52.138 22.688Q52.364 23.066 52.965 23.066M55.331 22.519Q55.331 22.187 55.554 21.960Q55.778 21.733 56.122 21.605Q56.465 21.476 56.838 21.424Q57.210 21.371 57.515 21.371L57.515 21.118Q57.515 20.913 57.407 20.733Q57.299 20.554 57.118 20.451Q56.937 20.349 56.728 20.349Q56.322 20.349 56.086 20.441Q56.175 20.478 56.221 20.562Q56.267 20.646 56.267 20.748Q56.267 20.844 56.221 20.923Q56.175 21.001 56.094 21.046Q56.014 21.090 55.925 21.090Q55.775 21.090 55.674 20.993Q55.573 20.895 55.573 20.748Q55.573 20.126 56.728 20.126Q56.940 20.126 57.190 20.190Q57.439 20.253 57.641 20.372Q57.843 20.492 57.969 20.677Q58.096 20.861 58.096 21.104L58.096 22.680Q58.096 22.796 58.157 22.892Q58.219 22.987 58.331 22.987Q58.441 22.987 58.506 22.893Q58.571 22.799 58.571 22.680L58.571 22.232L58.837 22.232L58.837 22.680Q58.837 22.950 58.610 23.115Q58.383 23.281 58.102 23.281Q57.894 23.281 57.757 23.127Q57.621 22.974 57.597 22.758Q57.450 23.025 57.168 23.170Q56.886 23.315 56.561 23.315Q56.284 23.315 56 23.240Q55.717 23.165 55.524 22.986Q55.331 22.806 55.331 22.519M55.946 22.519Q55.946 22.693 56.047 22.823Q56.147 22.953 56.303 23.023Q56.458 23.093 56.623 23.093Q56.841 23.093 57.050 22.996Q57.258 22.898 57.386 22.717Q57.515 22.536 57.515 22.310L57.515 21.582Q57.190 21.582 56.824 21.673Q56.458 21.764 56.202 21.976Q55.946 22.187 55.946 22.519M59.781 22.406L59.781 20.509L59.142 20.509L59.142 20.287Q59.459 20.287 59.676 20.077Q59.893 19.867 59.994 19.557Q60.095 19.248 60.095 18.940L60.362 18.940L60.362 20.229L61.438 20.229L61.438 20.509L60.362 20.509L60.362 22.393Q60.362 22.669 60.466 22.868Q60.570 23.066 60.830 23.066Q60.987 23.066 61.093 22.962Q61.199 22.857 61.249 22.704Q61.298 22.550 61.298 22.393L61.298 21.979L61.565 21.979L61.565 22.406Q61.565 22.632 61.466 22.842Q61.367 23.052 61.182 23.184Q60.998 23.315 60.768 23.315Q60.331 23.315 60.056 23.078Q59.781 22.840 59.781 22.406M63.992 23.247L62.440 23.247L62.440 22.967Q62.665 22.967 62.814 22.933Q62.963 22.898 62.963 22.758L62.963 20.909Q62.963 20.721 62.915 20.637Q62.867 20.554 62.770 20.535Q62.672 20.516 62.460 20.516L62.460 20.236L63.517 20.161L63.517 22.758Q63.517 22.898 63.648 22.933Q63.780 22.967 63.992 22.967L63.992 23.247M62.720 18.940Q62.720 18.769 62.843 18.650Q62.966 18.530 63.137 18.530Q63.305 18.530 63.428 18.650Q63.551 18.769 63.551 18.940Q63.551 19.115 63.428 19.238Q63.305 19.361 63.137 19.361Q62.966 19.361 62.843 19.238Q62.720 19.115 62.720 18.940M66.227 23.220L65.099 20.721Q65.027 20.574 64.897 20.542Q64.768 20.509 64.539 20.509L64.539 20.229L66.053 20.229L66.053 20.509Q65.701 20.509 65.701 20.656Q65.701 20.701 65.711 20.721L66.576 22.639L67.355 20.909Q67.389 20.841 67.389 20.762Q67.389 20.649 67.305 20.579Q67.222 20.509 67.102 20.509L67.102 20.229L68.298 20.229L68.298 20.509Q68.080 20.509 67.909 20.612Q67.738 20.714 67.649 20.909L66.613 23.220Q66.565 23.315 66.459 23.315L66.381 23.315Q66.275 23.315 66.227 23.220\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.272 -43.094)\">\u003Cpath d=\"M68.597 21.712Q68.597 21.391 68.722 21.102Q68.847 20.813 69.073 20.590Q69.298 20.366 69.594 20.246Q69.889 20.126 70.207 20.126Q70.535 20.126 70.797 20.226Q71.058 20.325 71.234 20.507Q71.410 20.690 71.504 20.948Q71.598 21.206 71.598 21.538Q71.598 21.630 71.516 21.651L69.261 21.651L69.261 21.712Q69.261 22.300 69.544 22.683Q69.828 23.066 70.395 23.066Q70.717 23.066 70.985 22.873Q71.253 22.680 71.342 22.365Q71.349 22.324 71.424 22.310L71.516 22.310Q71.598 22.334 71.598 22.406Q71.598 22.413 71.592 22.440Q71.479 22.837 71.108 23.076Q70.737 23.315 70.313 23.315Q69.876 23.315 69.476 23.107Q69.076 22.898 68.837 22.531Q68.597 22.164 68.597 21.712M69.267 21.442L71.082 21.442Q71.082 21.165 70.985 20.913Q70.887 20.660 70.689 20.504Q70.491 20.349 70.207 20.349Q69.930 20.349 69.717 20.507Q69.503 20.666 69.385 20.921Q69.267 21.176 69.267 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(100.272 -3.336)\">\u003Cpath d=\"M36.853 23.240L36.853 22.177Q36.853 22.153 36.881 22.126Q36.908 22.099 36.932 22.099L37.041 22.099Q37.106 22.099 37.120 22.157Q37.216 22.591 37.462 22.842Q37.708 23.093 38.122 23.093Q38.463 23.093 38.716 22.960Q38.969 22.827 38.969 22.519Q38.969 22.362 38.875 22.247Q38.781 22.133 38.643 22.064Q38.504 21.996 38.337 21.958L37.756 21.859Q37.400 21.791 37.127 21.570Q36.853 21.350 36.853 21.008Q36.853 20.759 36.965 20.584Q37.076 20.410 37.262 20.311Q37.448 20.212 37.664 20.169Q37.879 20.126 38.122 20.126Q38.535 20.126 38.815 20.308L39.031 20.133Q39.041 20.130 39.048 20.128Q39.055 20.126 39.065 20.126L39.116 20.126Q39.143 20.126 39.167 20.150Q39.191 20.174 39.191 20.202L39.191 21.049Q39.191 21.070 39.167 21.097Q39.143 21.124 39.116 21.124L39.003 21.124Q38.976 21.124 38.950 21.099Q38.925 21.073 38.925 21.049Q38.925 20.813 38.819 20.649Q38.713 20.485 38.530 20.403Q38.347 20.321 38.115 20.321Q37.787 20.321 37.530 20.424Q37.274 20.526 37.274 20.803Q37.274 20.998 37.457 21.107Q37.640 21.217 37.869 21.258L38.443 21.364Q38.689 21.412 38.903 21.540Q39.116 21.668 39.253 21.871Q39.390 22.075 39.390 22.324Q39.390 22.837 39.024 23.076Q38.658 23.315 38.122 23.315Q37.626 23.315 37.294 23.021L37.028 23.295Q37.007 23.315 36.980 23.315L36.932 23.315Q36.908 23.315 36.881 23.288Q36.853 23.261 36.853 23.240M40.545 22.406L40.545 20.509L39.906 20.509L39.906 20.287Q40.224 20.287 40.441 20.077Q40.658 19.867 40.758 19.557Q40.859 19.248 40.859 18.940L41.126 18.940L41.126 20.229L42.203 20.229L42.203 20.509L41.126 20.509L41.126 22.393Q41.126 22.669 41.230 22.868Q41.334 23.066 41.594 23.066Q41.751 23.066 41.857 22.962Q41.963 22.857 42.013 22.704Q42.062 22.550 42.062 22.393L42.062 21.979L42.329 21.979L42.329 22.406Q42.329 22.632 42.230 22.842Q42.131 23.052 41.946 23.184Q41.762 23.315 41.533 23.315Q41.095 23.315 40.820 23.078Q40.545 22.840 40.545 22.406M43.197 22.519Q43.197 22.187 43.421 21.960Q43.645 21.733 43.988 21.605Q44.332 21.476 44.705 21.424Q45.077 21.371 45.381 21.371L45.381 21.118Q45.381 20.913 45.274 20.733Q45.166 20.554 44.985 20.451Q44.804 20.349 44.595 20.349Q44.188 20.349 43.953 20.441Q44.041 20.478 44.088 20.562Q44.134 20.646 44.134 20.748Q44.134 20.844 44.088 20.923Q44.041 21.001 43.961 21.046Q43.881 21.090 43.792 21.090Q43.642 21.090 43.541 20.993Q43.440 20.895 43.440 20.748Q43.440 20.126 44.595 20.126Q44.807 20.126 45.057 20.190Q45.306 20.253 45.508 20.372Q45.709 20.492 45.836 20.677Q45.962 20.861 45.962 21.104L45.962 22.680Q45.962 22.796 46.024 22.892Q46.085 22.987 46.198 22.987Q46.308 22.987 46.372 22.893Q46.437 22.799 46.437 22.680L46.437 22.232L46.704 22.232L46.704 22.680Q46.704 22.950 46.477 23.115Q46.249 23.281 45.969 23.281Q45.761 23.281 45.624 23.127Q45.487 22.974 45.463 22.758Q45.316 23.025 45.034 23.170Q44.752 23.315 44.428 23.315Q44.151 23.315 43.867 23.240Q43.583 23.165 43.390 22.986Q43.197 22.806 43.197 22.519M43.812 22.519Q43.812 22.693 43.913 22.823Q44.014 22.953 44.170 23.023Q44.325 23.093 44.489 23.093Q44.708 23.093 44.916 22.996Q45.125 22.898 45.253 22.717Q45.381 22.536 45.381 22.310L45.381 21.582Q45.057 21.582 44.691 21.673Q44.325 21.764 44.069 21.976Q43.812 22.187 43.812 22.519M47.647 22.406L47.647 20.509L47.008 20.509L47.008 20.287Q47.326 20.287 47.543 20.077Q47.760 19.867 47.861 19.557Q47.962 19.248 47.962 18.940L48.228 18.940L48.228 20.229L49.305 20.229L49.305 20.509L48.228 20.509L48.228 22.393Q48.228 22.669 48.333 22.868Q48.437 23.066 48.697 23.066Q48.854 23.066 48.960 22.962Q49.066 22.857 49.115 22.704Q49.165 22.550 49.165 22.393L49.165 21.979L49.432 21.979L49.432 22.406Q49.432 22.632 49.332 22.842Q49.233 23.052 49.049 23.184Q48.864 23.315 48.635 23.315Q48.198 23.315 47.923 23.078Q47.647 22.840 47.647 22.406M51.858 23.247L50.307 23.247L50.307 22.967Q50.532 22.967 50.681 22.933Q50.830 22.898 50.830 22.758L50.830 20.909Q50.830 20.721 50.782 20.637Q50.734 20.554 50.636 20.535Q50.539 20.516 50.327 20.516L50.327 20.236L51.383 20.161L51.383 22.758Q51.383 22.898 51.515 22.933Q51.646 22.967 51.858 22.967L51.858 23.247M50.587 18.940Q50.587 18.769 50.710 18.650Q50.833 18.530 51.004 18.530Q51.171 18.530 51.294 18.650Q51.417 18.769 51.417 18.940Q51.417 19.115 51.294 19.238Q51.171 19.361 51.004 19.361Q50.833 19.361 50.710 19.238Q50.587 19.115 50.587 18.940M54.094 23.220L52.966 20.721Q52.894 20.574 52.764 20.542Q52.634 20.509 52.405 20.509L52.405 20.229L53.919 20.229L53.919 20.509Q53.567 20.509 53.567 20.656Q53.567 20.701 53.578 20.721L54.442 22.639L55.222 20.909Q55.256 20.841 55.256 20.762Q55.256 20.649 55.172 20.579Q55.088 20.509 54.969 20.509L54.969 20.229L56.165 20.229L56.165 20.509Q55.946 20.509 55.775 20.612Q55.604 20.714 55.516 20.909L54.480 23.220Q54.432 23.315 54.326 23.315L54.247 23.315Q54.142 23.315 54.094 23.220\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.272 -3.336)\">\u003Cpath d=\"M56.466 21.712Q56.466 21.391 56.591 21.102Q56.716 20.813 56.942 20.590Q57.167 20.366 57.463 20.246Q57.758 20.126 58.076 20.126Q58.404 20.126 58.666 20.226Q58.927 20.325 59.103 20.507Q59.279 20.690 59.373 20.948Q59.467 21.206 59.467 21.538Q59.467 21.630 59.385 21.651L57.130 21.651L57.130 21.712Q57.130 22.300 57.413 22.683Q57.697 23.066 58.264 23.066Q58.586 23.066 58.854 22.873Q59.122 22.680 59.211 22.365Q59.218 22.324 59.293 22.310L59.385 22.310Q59.467 22.334 59.467 22.406Q59.467 22.413 59.461 22.440Q59.348 22.837 58.977 23.076Q58.606 23.315 58.182 23.315Q57.745 23.315 57.345 23.107Q56.945 22.898 56.706 22.531Q56.466 22.164 56.466 21.712M57.136 21.442L58.951 21.442Q58.951 21.165 58.854 20.913Q58.756 20.660 58.558 20.504Q58.360 20.349 58.076 20.349Q57.799 20.349 57.586 20.507Q57.372 20.666 57.254 20.921Q57.136 21.176 57.136 21.442\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Primitive decomposition of &quot;John opened the door&quot; as a tree. The stative core OPEN(door) is wrapped by BECOME (a change of state) and then by CAUSE (an agent bringing it about); stripping the outer primitives recovers the inchoative and stative readings.\u003C\u002Ffigcaption>",1785117827181]