header{flex-direction:row;align-items:center;gap:1.5rem;margin:2rem 0;display:flex}header h1{flex:auto;margin:0}.clipboard-button{float:right;color:var(--gray);border-color:var(--dark);background-color:var(--light);opacity:0;border:1px solid;border-radius:5px;margin:.3rem;padding:.4rem;transition:all .2s;display:flex;position:absolute;right:0}.clipboard-button>svg{fill:var(--light);filter:contrast(.3)}.clipboard-button:hover{cursor:pointer;border-color:var(--secondary)}.clipboard-button:focus{outline:0}pre:hover>.clipboard-button{opacity:1;transition:all .2s}.breadcrumb-container{font-family:var(--codeFont);flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;font-size:1rem;display:flex}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.article-title{margin:2rem 0 0}.page-title{font-size:1.75rem;font-family:var(--titleFont);margin:0}.Logo{min-width:50px;max-width:250px;margin-left:10px;margin-right:10px}@media (max-width:800px){.Logo{max-width:150px}}.Logo--light{display:block}.Logo--dark,html[saved-theme=dark] .Logo--light{display:none}html[saved-theme=dark] .Logo--dark{display:block}.search{min-width:fit-content;max-width:14rem}@media (max-width:800px){.search{flex-grow:.3}}.search>.search-button{background-color:color-mix(in srgb,var(--lightgray)60%,var(--light));font-family:var(--codeFont);font-size:inherit;height:2rem;text-align:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}.search>.search-button>p{padding:0 1rem;display:inline}.search>.search-button svg{cursor:pointer;width:18px;min-width:18px;margin:0 .5rem}.search>.search-button svg .search-path{stroke:var(--darkgray);stroke-width:2px;transition:stroke .5s}.search>.search-container{contain:layout;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100vh;display:none;position:fixed;top:0;left:0;overflow-y:auto}.search>.search-container.active{display:inline-block}.search>.search-container>.search-space{width:65%;margin-top:12vh;margin-left:auto;margin-right:auto}@media not (min-width:1200px){.search>.search-container>.search-space{width:90%}}.search>.search-container>.search-space>*{background:var(--light);border-radius:7px;width:100%;margin-bottom:2em;box-shadow:0 14px 50px #1b21301f,0 10px 30px #1b213029}.search>.search-container>.search-space>input{box-sizing:border-box;font-family:var(--codeFont);color:var(--dark);border:1px solid var(--lightgray);padding:.5em 1em;font-size:1.1em}.search>.search-container>.search-space>input:focus{outline:none}.search>.search-container>.search-space>.search-layout{border:1px solid var(--lightgray);box-sizing:border-box;flex-direction:row;flex:0 0 100%;display:none}.search>.search-container>.search-space>.search-layout.display-results{display:flex}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 min(30%,450px)}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout[data-preview] .result-card>p.preview{display:none}.search>.search-container>.search-space>.search-layout[data-preview]>div:first-child{border-right:1px solid var(--lightgray);border-top-right-radius:unset;border-bottom-right-radius:unset}.search>.search-container>.search-space>.search-layout[data-preview]>div:last-child{border-top-left-radius:unset;border-bottom-left-radius:unset}}.search>.search-container>.search-space>.search-layout>div{border-radius:5px;height:63vh}@media (max-width:800px){.search>.search-container>.search-space>.search-layout{flex-direction:column}.search>.search-container>.search-space>.search-layout>.preview-container{display:none!important}.search>.search-container>.search-space>.search-layout[data-preview]>.results-container{flex:0 0 100%;width:100%;height:auto}}.search>.search-container>.search-space>.search-layout .highlight{background:color-mix(in srgb,var(--tertiary)60%,#fff0);border-radius:5px;scroll-margin-top:2rem}.search>.search-container>.search-space>.search-layout>.preview-container{color:var(--dark);flex-grow:1;padding:0 2rem;font-family:inherit;font-weight:400;line-height:1.5em;display:block;overflow:hidden auto}.search>.search-container>.search-space>.search-layout>.preview-container .preview-inner{width:min(800px,100%);margin:0 auto}.search>.search-container>.search-space>.search-layout>.preview-container a[role=anchor]{background-color:#0000}.search>.search-container>.search-space>.search-layout>.results-container{overflow-y:auto}.search>.search-container>.search-space>.search-layout>.results-container .result-card{cursor:pointer;border-bottom:1px solid var(--lightgray);box-sizing:border-box;text-transform:none;text-align:left;width:100%;font-family:inherit;font-size:100%;line-height:1.15;font-weight:inherit;outline:none;margin:0;padding:1em;transition:background .2s;display:block;overflow:hidden}.search>.search-container>.search-space>.search-layout>.results-container .result-card:hover,.search>.search-container>.search-space>.search-layout>.results-container .result-card:focus,.search>.search-container>.search-space>.search-layout>.results-container .result-card.focus{background:var(--lightgray)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>h3{margin:0}@media not (max-width:800px){.search>.search-container>.search-space>.search-layout>.results-container .result-card>p.card-description{display:none}}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul.tags{margin-top:.45rem;margin-bottom:0}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p{background-color:var(--highlight);color:var(--secondary);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem;font-weight:700;line-height:1.4rem}.search>.search-container>.search-space>.search-layout>.results-container .result-card>ul>li>p.match-tag{color:var(--tertiary)}.search>.search-container>.search-space>.search-layout>.results-container .result-card>p{margin-bottom:0}.darkmode{cursor:pointer;width:20px;height:20px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.darkmode svg{width:20px;height:20px;fill:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[saved-theme=dark] .darkmode>.dayIcon{display:none}:root[saved-theme=dark] .darkmode>.nightIcon,:root .darkmode>.dayIcon{display:inline}:root .darkmode>.nightIcon{display:none}.readermode{cursor:pointer;width:20px;height:20px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.readermode svg{width:20px;height:20px;fill:var(--darkgray);stroke:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[reader-mode=on] .sidebar.left,:root[reader-mode=on] .sidebar.right{opacity:0;transition:opacity .2s}:root[reader-mode=on] .sidebar.left:hover,:root[reader-mode=on] .sidebar.right:hover{opacity:1}@media (max-width:800px){.page>#quartz-body>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out}.page>#quartz-body.lock-scroll>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out;transform:translate(100dvw)}.page>#quartz-body .sidebar.left:has(.explorer){box-sizing:border-box;background-color:var(--light);margin:0;padding:0 0 1rem;position:sticky}.page>#quartz-body .hide-until-loaded~.explorer-content{display:none}}.explorer{flex-direction:column;flex:0 auto;min-height:1.2rem;display:flex;overflow-y:hidden}.explorer.collapsed{flex:0 1.2rem}.explorer.collapsed .fold{transform:rotate(-90deg)}.explorer .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}@media (max-width:800px){.explorer{height:initial;flex-shrink:0;order:-1;align-self:flex-start;margin-top:auto;margin-bottom:auto;overflow:hidden}}.explorer button.mobile-explorer{display:none}.explorer button.desktop-explorer{display:flex}@media (max-width:800px){.explorer button.mobile-explorer{display:flex}.explorer button.desktop-explorer{display:none}}@media not (max-width:800px){.explorer.desktop-only{display:flex}}.explorer svg{pointer-events:all;transition:transform .35s}.explorer svg>polyline{pointer-events:none}button.mobile-explorer,button.desktop-explorer{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.mobile-explorer h2,button.desktop-explorer h2{margin:0;font-size:1.1rem;display:inline-block}.explorer-content{font-family:var(--headerFont);margin-top:.5rem;font-size:1.1rem;list-style:none;overflow:hidden auto}.explorer-content ul{overscroll-behavior:contain;margin:0;padding:0;list-style:none}.explorer-content ul li>a{color:var(--dark);opacity:.75;pointer-events:all}.explorer-content ul li>a.active{opacity:1;color:var(--tertiary)}.explorer-content .folder-outer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-in-out;display:grid}.explorer-content .folder-outer.open{grid-template-rows:1fr}.explorer-content .folder-outer>ul{border-left:1px solid var(--lightgray);margin-left:6px;padding-left:.8rem;overflow:hidden}.folder-container{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:flex}.folder-container div>a{color:var(--secondary);font-family:var(--headerFont);padding-bottom:.25rem;font-size:1.1rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-container div>a:hover{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--headerFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);pointer-events:none;margin:0;font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-icon{color:var(--secondary);cursor:pointer;backface-visibility:visible;flex-shrink:0;margin-right:5px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>svg{transform:rotate(-90deg)}.folder-icon:hover{color:var(--tertiary)}@media (max-width:800px){.explorer.collapsed{flex:0 0 34px}.explorer.collapsed>.explorer-content{visibility:hidden;transform:translate(-100vw)}.explorer:not(.collapsed){flex:0 0 34px}.explorer:not(.collapsed)>.explorer-content{visibility:visible;transform:translate(0)}.explorer .explorer-content{box-sizing:border-box;z-index:100;background-color:var(--light);visibility:hidden;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin-top:0;padding:4rem 0 2rem;transition:transform .2s,visibility .2s;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100vw)}.explorer .mobile-explorer{z-index:101;margin:0;padding:5px}.explorer .mobile-explorer .lucide-menu{stroke:var(--darkgray)}.mobile-no-scroll{overscroll-behavior:none}}.tags{font-family:var(--codeFont);flex-wrap:wrap;gap:.4rem;margin:1rem 0;padding-left:0;list-style:none;display:flex}.section-li>.section>.tags{justify-content:flex-end}.tags>li{white-space:nowrap;overflow-wrap:normal;margin:0;display:inline-block}a.internal.tag-link{background-color:var(--highlight);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem}.toc{min-height:1.4rem;font-family:var(--headerFont);flex-direction:column;flex:0 .5 auto;display:flex;overflow-y:hidden}.toc:has(button.toc-header.collapsed){flex:0 1.4rem}button.toc-header{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.toc-header h3{margin:0;font-size:1rem;display:inline-block}button.toc-header .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button.toc-header.collapsed .fold{transform:rotate(-90deg)}ul.toc-content.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none;position:relative}ul.toc-content.overflow>li>a{color:var(--dark);opacity:.35;transition:opacity .5s,color .3s}ul.toc-content.overflow>li>a.in-view{opacity:.75}ul.toc-content.overflow .depth-0{padding-left:0}ul.toc-content.overflow .depth-1{padding-left:1rem}ul.toc-content.overflow .depth-2{padding-left:2rem}ul.toc-content.overflow .depth-3{padding-left:3rem}ul.toc-content.overflow .depth-4{padding-left:4rem}ul.toc-content.overflow .depth-5{padding-left:5rem}ul.toc-content.overflow .depth-6{padding-left:6rem}.backlinks{font-family:var(--headerFont);flex-direction:column}.backlinks>h3{margin:0;font-size:1rem}.backlinks>ul.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none}.backlinks>ul.overflow>li>a{background-color:#0000}footer{text-align:left;opacity:.7;font-family:var(--headerFont);margin-bottom:4rem;font-size:.9rem}footer ul{flex-direction:row;gap:1rem;margin:-1rem 0 0;padding:0;list-style:none;display:flex}.topfooter{font-family:var(--headerFont);font-size:1rem}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 3fr 1fr;display:grid}@media (max-width:800px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}.section{display:grid;grid-template-columns:2fr 1.25fr!important}.section h3,.section>.tags{margin:0}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;visibility:hidden;opacity:0;padding:1rem;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0;overflow:visible}.popover>.popover-inner{width:30rem;max-height:20rem;font-weight:initial;font-style:initial;line-height:normal;font-size:initial;font-family:var(--bodyFont);border:1px solid var(--lightgray);background-color:var(--light);overscroll-behavior:contain;white-space:normal;-webkit-user-select:none;user-select:none;cursor:default;border-radius:5px;padding:0 1rem 1rem;position:relative;overflow:auto;box-shadow:6px 6px 36px #00000040}.popover>.popover-inner[data-content-type][data-content-type*=pdf],.popover>.popover-inner[data-content-type][data-content-type*=image]{max-height:100%;padding:0}.popover>.popover-inner[data-content-type][data-content-type*=image] img{border-radius:0;margin:0;display:block}.popover>.popover-inner[data-content-type][data-content-type*=pdf] iframe{width:100%}.popover h1{font-size:1.5rem}@media (max-width:800px){.popover{display:none!important}}.active-popover,.popover:hover{animation:.3s .2s forwards dropin}code[data-theme*=\ ]{color:var(--shiki-light);background-color:var(--shiki-light-bg)}code[data-theme*=\ ] span{color:var(--shiki-light)}[saved-theme=dark] code[data-theme*=\ ]{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}[saved-theme=dark] code[data-theme*=\ ] span{color:var(--shiki-dark)}.callout{border:1px solid var(--border);background-color:var(--bg);box-sizing:border-box;--callout-icon-note:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"2\" x2=\"22\" y2=\"6\"></line><path d=\"M7.5 20.5 19 9l-4-4L3.5 16.5 2 22z\"></path></svg>");--callout-icon-abstract:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><path d=\"M12 11h4\"></path><path d=\"M12 16h4\"></path><path d=\"M8 11h.01\"></path><path d=\"M8 16h.01\"></path></svg>");--callout-icon-info:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>");--callout-icon-todo:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path><path d=\"m9 12 2 2 4-4\"></path></svg>");--callout-icon-tip:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"></path></svg> ");--callout-icon-success:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg> ");--callout-icon-question:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg> ");--callout-icon-warning:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>");--callout-icon-failure:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> ");--callout-icon-danger:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon></svg> ");--callout-icon-bug:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect width=\"8\" height=\"14\" x=\"8\" y=\"6\" rx=\"4\"></rect><path d=\"m19 7-3 2\"></path><path d=\"m5 7 3 2\"></path><path d=\"m19 19-3-2\"></path><path d=\"m5 19 3-2\"></path><path d=\"M20 13h-4\"></path><path d=\"M4 13h4\"></path><path d=\"m10 4 1 2\"></path><path d=\"m14 4-1 2\"></path></svg>");--callout-icon-example:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg> ");--callout-icon-quote:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z\"></path><path d=\"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"></path></svg>");--callout-icon-fold:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpolyline points=\"6 9 12 15 18 9\"%3E%3C/polyline%3E%3C/svg%3E");border-radius:5px;padding:0 1rem;overflow-y:hidden}.callout>.callout-content{transition:grid-template-rows .3s;display:grid}.callout>.callout-content>.callout-content-inner{overflow:hidden}.callout>.callout-content>.callout-content-inner>:first-child{margin-top:0}.callout[data-callout]{--color:#448aff;--border:#448aff44;--bg:#448aff10;--callout-icon:var(--callout-icon-note)}.callout[data-callout=abstract]{--color:#00b0ff;--border:#00b0ff44;--bg:#00b0ff10;--callout-icon:var(--callout-icon-abstract)}.callout[data-callout=info],.callout[data-callout=todo]{--color:#00b8d4;--border:#00b8d444;--bg:#00b8d410;--callout-icon:var(--callout-icon-info)}.callout[data-callout=todo]{--callout-icon:var(--callout-icon-todo)}.callout[data-callout=tip]{--color:#00bfa5;--border:#00bfa544;--bg:#00bfa510;--callout-icon:var(--callout-icon-tip)}.callout[data-callout=success]{--color:#09ad7a;--border:#09ad7144;--bg:#09ad7110;--callout-icon:var(--callout-icon-success)}.callout[data-callout=question]{--color:#dba642;--border:#dba64244;--bg:#dba64210;--callout-icon:var(--callout-icon-question)}.callout[data-callout=warning]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:var(--callout-icon-warning)}.callout[data-callout=failure],.callout[data-callout=danger],.callout[data-callout=bug]{--color:#db4242;--border:#db424244;--bg:#db424210;--callout-icon:var(--callout-icon-failure)}.callout[data-callout=bug]{--callout-icon:var(--callout-icon-bug)}.callout[data-callout=danger]{--callout-icon:var(--callout-icon-danger)}.callout[data-callout=example]{--color:#7a43b5;--border:#7a43b544;--bg:#7a43b510;--callout-icon:var(--callout-icon-example)}.callout[data-callout=quote]{--color:var(--secondary);--border:var(--lightgray);--callout-icon:var(--callout-icon-quote)}.callout.is-collapsed>.callout-title>.fold-callout-icon{transform:rotate(-90deg)}.callout-title{color:var(--color);--icon-size:18px;align-items:flex-start;gap:5px;padding:1rem 0;display:flex}.callout-title .fold-callout-icon{opacity:.8;cursor:pointer;--callout-icon:var(--callout-icon-fold);transition:transform .15s}.callout-title>.callout-title-inner>p{color:var(--color);margin:0}.callout-title .callout-icon,.callout-title .fold-callout-icon{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);background-size:var(--icon-size)var(--icon-size);background-position:50%;background-color:var(--color);-webkit-mask-image:var(--callout-icon);mask-image:var(--callout-icon);-webkit-mask-size:var(--icon-size)var(--icon-size);mask-size:var(--icon-size)var(--icon-size);padding:.2rem 0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout-title .callout-title-inner{font-weight:600}html{scroll-behavior:smooth;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;width:100vw;overflow-x:hidden}body{box-sizing:border-box;background-color:var(--light);font-family:var(--bodyFont);color:var(--darkgray);margin:0;font-size:1.1rem}p{font-size:1.25rem}.katex,.math{font-size:1.33rem!important}.text-highlight{background-color:var(--textHighlight);border-radius:5px;padding:0 .1rem}::selection{background:color-mix(in srgb,var(--tertiary)60%,#fff0);color:var(--darkgray)}p,ul,text,a,tr,td,li,ol,ul,.katex,.math,.typst-doc,.typst-doc *{color:var(--darkgray);fill:var(--darkgray);-webkit-hyphens:auto;hyphens:auto}p,ul,text,a,li,ol,ul,.katex,.math,.typst-doc,.typst-doc *{overflow-wrap:anywhere}.math.math-display{text-align:center}article>mjx-container.MathJax,article blockquote>div>mjx-container.MathJax{display:flex}article>mjx-container.MathJax>svg,article blockquote>div>mjx-container.MathJax>svg{margin-left:auto;margin-right:auto}article blockquote>div>mjx-container.MathJax>svg{margin-top:1rem;margin-bottom:1rem}strong{font-weight:600}a{color:var(--secondary);font-weight:600;text-decoration:none;transition:color .2s}a:hover{color:var(--tertiary)}a.internal{background-color:var(--highlight);border-radius:5px;padding:0 .1rem;line-height:1.4rem;text-decoration:none}a.internal.broken{color:var(--secondary);opacity:.5;transition:opacity .2s}a.internal.broken:hover{opacity:.8}a.internal:has(>img){background-color:#0000;border-radius:0;padding:0}a.internal.tag-link:before{content:"#"}a.external .external-icon{height:1ex;margin:0 .15em}a.external .external-icon>path{fill:var(--dark)}.flex-component{display:flex}.desktop-only{display:initial}.desktop-only.flex-component{display:flex}@media (max-width:800px){.desktop-only,.desktop-only.flex-component{display:none}}.mobile-only,.mobile-only.flex-component{display:none}@media (max-width:800px){.mobile-only{display:initial}.mobile-only.flex-component{display:flex}}.page{max-width:1500px;margin:0 auto}.page article>h1{font-size:2rem}.page article li:has(>input[type=checkbox]){padding-left:0;list-style-type:none}.page article li:has(>input[type=checkbox]:checked){text-decoration:line-through;-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}.page article li>*{margin-top:0;margin-bottom:0}.page article p>strong{color:var(--dark)}.page>#quartz-body{grid-template:"grid-sidebar-left grid-header grid-sidebar-right""grid-sidebar-left grid-center grid-sidebar-right""grid-sidebar-left grid-footer grid-sidebar-right"/320px auto 320px;gap:5px;display:grid}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body{grid-template:"grid-sidebar-left grid-header""grid-sidebar-left grid-center""grid-sidebar-left grid-sidebar-right""grid-sidebar-left grid-footer"/320px auto;gap:5px}}@media (max-width:800px){.page>#quartz-body{grid-template:"grid-sidebar-left""grid-header""grid-center""grid-sidebar-right""grid-footer"/auto;gap:5px}}@media not (min-width:1200px){.page>#quartz-body{padding:0 1rem}}@media (max-width:800px){.page>#quartz-body{margin:0 auto}}.page>#quartz-body .sidebar{box-sizing:border-box;gap:2rem;height:100vh;padding:6rem 2rem 2rem;display:flex;position:sticky;top:0}.page>#quartz-body .sidebar.left{z-index:1;flex-direction:column;grid-area:grid-sidebar-left}@media (max-width:800px){.page>#quartz-body .sidebar.left{position:initial;height:unset;flex-direction:row;align-items:center;gap:0;padding:2rem 0 0;display:flex}}.page>#quartz-body .sidebar.right{flex-direction:column;grid-area:grid-sidebar-right;margin-right:0}@media (max-width:800px){.page>#quartz-body .sidebar.right{margin-left:inherit;margin-right:inherit}}@media not (min-width:1200px){.page>#quartz-body .sidebar.right{position:initial;height:unset;flex-direction:row;width:100%;padding:0}.page>#quartz-body .sidebar.right>*{flex:1;max-height:24rem}.page>#quartz-body .sidebar.right>.toc{display:none}}.page>#quartz-body .page-header,.page>#quartz-body .page-footer{margin-top:rem}.page>#quartz-body .page-header{grid-area:grid-header;margin:6rem 0 0}@media (max-width:800px){.page>#quartz-body .page-header{margin-top:0;padding:0}}.page>#quartz-body .center>article{grid-area:grid-center}.page>#quartz-body footer{grid-area:grid-footer}.page>#quartz-body .center,.page>#quartz-body footer{min-width:100%;max-width:100%;margin-left:auto;margin-right:auto}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body .center,.page>#quartz-body footer{margin-right:0}}@media (max-width:800px){.page>#quartz-body .center,.page>#quartz-body footer{margin-left:0;margin-right:0}}.page>#quartz-body footer{margin-left:0}.footnotes{border-top:1px solid var(--lightgray);margin-top:2rem}input[type=checkbox]{color:var(--secondary);border:1px solid var(--lightgray);background-color:var(--light);appearance:none;border-radius:3px;width:16px;height:16px;margin-inline:-1.4rem .2rem;position:relative;transform:translateY(2px)}input[type=checkbox]:checked{border-color:var(--secondary);background-color:var(--secondary)}input[type=checkbox]:checked:after{content:"";border:solid var(--light);border-width:0 2px 2px 0;width:4px;height:8px;display:block;position:absolute;top:1px;left:4px;transform:rotate(45deg)}blockquote{border-left:3px solid var(--secondary);margin:1rem 0;padding-left:1rem;transition:border-color .2s}h1,h2,h3,h4,h5,h6,thead{font-family:var(--headerFont);color:var(--dark);font-weight:revert;margin-bottom:0}article>h1>a[role=anchor],article>h2>a[role=anchor],article>h3>a[role=anchor],article>h4>a[role=anchor],article>h5>a[role=anchor],article>h6>a[role=anchor],article>thead>a[role=anchor]{color:var(--dark);background-color:#0000}h1[id]>a[href^=\#],h2[id]>a[href^=\#],h3[id]>a[href^=\#],h4[id]>a[href^=\#],h5[id]>a[href^=\#],h6[id]>a[href^=\#]{opacity:0;font-family:var(--codeFont);-webkit-user-select:none;user-select:none;margin:0 .5rem;transition:opacity .2s;transform:translateY(-.1rem)}h1[id]:hover>a,h2[id]:hover>a,h3[id]:hover>a,h4[id]:hover>a,h5[id]:hover>a,h6[id]:hover>a{opacity:1}h1:not([id])>a[role=anchor],h2:not([id])>a[role=anchor],h3:not([id])>a[role=anchor],h4:not([id])>a[role=anchor],h5:not([id])>a[role=anchor],h6:not([id])>a[role=anchor]{display:none}h1{margin-top:2.25rem;margin-bottom:1rem;font-size:1.75rem}h2{margin-top:1.9rem;margin-bottom:1rem;font-size:1.4rem}h3{margin-top:1.62rem;margin-bottom:1rem;font-size:1.12rem}h4,h5,h6{margin-top:1.5rem;margin-bottom:1rem;font-size:1rem}figure[data-rehype-pretty-code-figure]{margin:0;line-height:1.6rem;position:relative}figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{font-family:var(--codeFont);border:1px solid var(--lightgray);width:fit-content;color:var(--darkgray);border-radius:5px;margin-bottom:-.5rem;padding:.1rem .5rem;font-size:.9rem}figure[data-rehype-pretty-code-figure]>pre{padding:0}pre{font-family:var(--codeFont);border:1px solid var(--lightgray);border-radius:5px;padding:0 .5rem;position:relative;overflow-x:auto}pre:has(>code.mermaid){border:none}pre>code{counter-reset:line;counter-increment:line 0;background:0 0;padding:.5rem 0;font-size:.85rem;display:grid;overflow-x:auto}pre>code [data-highlighted-chars]{background-color:var(--highlight);border-radius:5px}pre>code>[data-line]{box-sizing:border-box;border-left:3px solid #0000;padding:0 .25rem}pre>code>[data-line][data-highlighted-line]{background-color:var(--highlight);border-left:3px solid var(--secondary)}pre>code>[data-line]:before{content:counter(line);counter-increment:line;text-align:right;color:#738a9499;width:1rem;margin-right:1rem;display:inline-block}pre>code[data-line-numbers-max-digits="2"]>[data-line]:before{width:2rem}pre>code[data-line-numbers-max-digits="3"]>[data-line]:before{width:3rem}code{color:var(--dark);font-size:.9em;font-family:var(--codeFont);background:var(--lightgray);border-radius:5px;padding:.1rem .2rem}tbody,li,p{line-height:1.6rem}.table-container{overflow-x:auto}.table-container>table{border-collapse:collapse;margin:1rem;padding:1.5rem}.table-container>table th,.table-container>table td{min-width:75px}.table-container>table>*{line-height:2rem}th{text-align:left;border-bottom:2px solid var(--gray);padding:.4rem .7rem}td{padding:.2rem .7rem}tr{border-bottom:1px solid var(--lightgray)}tr:last-child{border-bottom:none}img{content-visibility:auto;border-radius:5px;max-width:100%;margin:1rem 0}p>img+em{display:block;transform:translateY(-1rem)}hr{background-color:var(--lightgray);border:none;width:100%;height:1px;margin:2rem auto}audio,video{border-radius:5px;width:100%}.spacer{flex:2 auto}div:has(>.overflow){max-height:100%;overflow-y:hidden}ul.overflow,ol.overflow{content:"";clear:both;width:100%;max-height:100%;margin-bottom:0;overflow-y:auto}ul.overflow>li.overflow-end,ol.overflow>li.overflow-end{height:.5rem;margin:0}ul.overflow.gradient-active,ol.overflow.gradient-active{-webkit-mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%)}.transclude ul{padding-left:1rem}.katex-display{display:initial;overflow:auto hidden}.external-embed.youtube,iframe.pdf{aspect-ratio:16/9;border-radius:5px;width:100%;height:100%}.navigation-progress{background:var(--secondary);z-index:9999;width:0;height:3px;transition:width .2s;position:fixed;top:0;left:0}@font-face{font-family:Tex Gyre Schola;font-style:normal;font-weight:400;font-display:swap;src:url(/static/fonts/texgyreschola-regular.otf)format("opentype")}@font-face{font-family:Game Paused DEMO;font-style:normal;font-weight:400;font-display:swap;src:url(/static/fonts/game-paused-demo.otf)format("opentype")}@font-face{font-family:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(/static/fonts/Raleway-Regular.otf)format("opentype")}.callout[data-callout=pista]{--color:#09ad97;--border:#09ad8c44;--bg:#09ad9a10;--callout-icon:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7C9.23858 7 7 9.23858 7 12C7 13.3613 7.54402 14.5955 8.42651 15.4972C8.77025 15.8484 9.05281 16.2663 9.14923 16.7482L9.67833 19.3924C9.86537 20.3272 10.6862 21 11.6395 21H12.3605C13.3138 21 14.1346 20.3272 14.3217 19.3924L14.8508 16.7482C14.9472 16.2663 15.2297 15.8484 15.5735 15.4972C16.456 14.5955 17 13.3613 17 12C17 9.23858 14.7614 7 12 7Z' stroke='%23000000' stroke-width='2'/%3E%3Cpath d='M12 4V3' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 6L19 5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 12H21' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 12H3' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 5L6 6' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 17H14' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.callout[data-callout=solution1]{--color:#448aff;--border:#448aff44;--bg:#448aff10;--callout-icon:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='35.018047mm' height='33.516621mm' viewBox='0 0 35.018047 33.516621' version='1.1' id='svg1' inkscape:version='1.4.2 (1:1.4.2+202505120738+ebf0e940d0)' sodipodi:docname='1.svg' inkscape:export-filename='1.png' inkscape:export-xdpi='96' inkscape:export-ydpi='96' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:document-units='mm' inkscape:zoom='1.0743687' inkscape:cx='143.33999' inkscape:cy='197.32518' inkscape:window-width='2560' inkscape:window-height='1408' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='layer1' /%3E%3Cdefs id='defs1' /%3E%3Cg inkscape:label='Capa 1' inkscape:groupmode='layer' id='layer1' transform='translate(-66.918994,-96.177558)'%3E%3Cpath d='m 72.106202,125.26503 -0.01297,0.15319 c -0.0463,1.27185 0.342635,2.40347 1.096698,3.18638 1.106487,1.14644 2.889514,1.40943 4.596606,0.63844 l 6.6421,-3.61262 6.515629,3.5507 0.127794,0.063 c 0.660135,0.29819 1.32371,0.45006 1.969029,0.45006 1.017587,0 1.949715,-0.38656 2.627048,-1.08982 0.755121,-0.7829 1.143529,-1.91452 1.096698,-3.18638 l -0.874977,-7.46839 4.910933,-5.04481 0.15055,-0.17595 c 0.93847,-1.23534 1.22369,-2.68076 0.7829,-3.96504 -0.44027,-1.28482 -1.55284,-2.24976 -3.049854,-2.64928 l -7.465748,-1.2102 -3.202781,-6.447367 -0.112448,-0.193146 c -0.866246,-1.325033 -2.166408,-2.086239 -3.566319,-2.086239 -1.32371,0 -2.589477,0.694002 -3.472391,1.903942 l -3.889111,6.81831 -6.641041,1.11496 -0.207434,0.0468 c -1.486164,0.42465 -2.583127,1.4089 -3.013604,2.70007 -0.429683,1.2909 -0.139964,2.73764 0.794544,3.96637 l 5.061479,5.22076 z m -1.234017,-14.90928 c -0.155575,-0.22833 -0.166688,-0.37041 -0.159279,-0.39449 0.0087,-0.0241 0.103716,-0.13256 0.371739,-0.22357 l 8.297334,-1.39356 4.601633,-8.09678 c 0.183356,-0.22728 0.323585,-0.275433 0.352425,-0.275433 0.02672,0 0.164306,0.05424 0.338931,0.292103 l 4.0132,8.07667 9.0932,1.46129 c 0.245269,0.0773 0.348985,0.16986 0.361156,0.18442 0.0037,0.0328 -0.01958,0.16668 -0.157956,0.37041 l -6.075098,6.24285 1.064419,9.02229 c 0,0.11721 -0.01111,0.20743 -0.02408,0.26934 -0.06059,-0.01 -0.148696,-0.0328 -0.264319,-0.081 l -8.25791,-4.49924 -8.257381,4.49924 c -0.112448,0.0468 -0.199496,0.0699 -0.264319,0.0796 -0.01349,-0.0617 -0.02408,-0.15187 -0.02408,-0.26802 l 1.064948,-9.02229 z' id='path1' style='stroke-width:0.264583' /%3E%3C/g%3E%3C/svg%3E")}.callout[data-callout=solution2]{--color:#09ad7a;--border:#09ad7144;--bg:#09ad7110;--callout-icon:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='73.826889mm' height='33.516594mm' viewBox='0 0 73.826887 33.516594' version='1.1' id='svg1' sodipodi:docname='2.svg' inkscape:version='1.4.2 (1:1.4.2+202505120738+ebf0e940d0)' inkscape:export-filename='2.png' inkscape:export-xdpi='96' inkscape:export-ydpi='96' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:document-units='mm' inkscape:zoom='1.0743687' inkscape:cx='-108.43577' inkscape:cy='-29.784933' inkscape:window-width='2560' inkscape:window-height='1408' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='layer1' /%3E%3Cdefs id='defs1' /%3E%3Cg inkscape:label='Capa 1' inkscape:groupmode='layer' id='layer1' transform='translate(-66.368749,-60.052259)'%3E%3Cpath d='m 110.36482,89.139703 -0.013,0.15319 c -0.0463,1.271849 0.34264,2.40347 1.0967,3.18638 1.10649,1.14644 2.88952,1.40943 4.59661,0.63844 l 6.6421,-3.61262 6.51563,3.5507 0.12779,0.063 c 0.66014,0.29819 1.32371,0.45006 1.96903,0.45006 1.01759,0 1.94972,-0.38656 2.62705,-1.08982 0.75512,-0.7829 1.14353,-1.914521 1.0967,-3.18638 l -0.87498,-7.46839 4.91094,-5.04481 0.15055,-0.175949 c 0.93847,-1.23534 1.22369,-2.68076 0.7829,-3.96504 -0.44027,-1.28482 -1.55284,-2.24976 -3.04986,-2.64928 l -7.46575,-1.2102 -3.20278,-6.447354 -0.11245,-0.19314 c -0.86624,-1.32503 -2.16641,-2.08623 -3.56632,-2.08623 -1.32371,0 -2.58947,0.69399 -3.47239,1.90393 l -3.88911,6.818294 -6.64104,1.11496 -0.20743,0.0468 c -1.48617,0.42465 -2.58313,1.4089 -3.01361,2.70007 -0.42968,1.2909 -0.13996,2.73764 0.79455,3.96637 l 5.06147,5.220759 z m -1.23401,-14.909279 c -0.15558,-0.22833 -0.16669,-0.37041 -0.15928,-0.39449 0.009,-0.0241 0.10372,-0.13256 0.37174,-0.22357 l 8.29733,-1.39356 4.60163,-8.096773 c 0.18336,-0.22728 0.32359,-0.27543 0.35243,-0.27543 0.0267,0 0.16431,0.0542 0.33893,0.2921 l 4.0132,8.076663 9.0932,1.46129 c 0.24527,0.0773 0.34899,0.16986 0.36116,0.18442 0.004,0.0328 -0.0196,0.16668 -0.15796,0.37041 l -6.0751,6.242849 1.06442,9.02229 c 0,0.11721 -0.0111,0.20743 -0.0241,0.26934 -0.0606,-0.01 -0.14869,-0.0328 -0.26432,-0.081 l -8.25791,-4.49924 -8.25738,4.49924 c -0.11245,0.0468 -0.19949,0.0699 -0.26432,0.0796 -0.0135,-0.0617 -0.0241,-0.15187 -0.0241,-0.26802 l 1.06495,-9.02229 z' id='path1-9-6' style='stroke-width:0.265;stroke-dasharray:none' /%3E%3Cpath d='m 98.133729,69.988393 -7.46601,-1.21021 -3.20199,-6.447614 -0.11377,-0.19208 c -0.86545,-1.32504 -2.16588,-2.08623 -3.56499,-2.08623 -1.32371,0 -2.58948,0.69399 -3.4724,1.90393 l -3.88964,6.818294 -6.64104,1.11495 -0.20743,0.0468 c -1.48537,0.42466 -2.58339,1.40891 -3.01308,2.70008 -0.42968,1.29116 -0.14049,2.73764 0.79402,3.966361 l 5.06174,5.22076 -0.86333,7.316259 -0.0135,0.15319 c -0.0471,1.27186 0.34317,2.40348 1.09644,3.18638 1.10675,1.14644 2.89083,1.40944 4.59607,0.63844 l 6.6421,-3.61262 6.51616,3.55071 0.12833,0.063 c 0.65934,0.29818 1.32371,0.45006 1.96823,0.45006 1.01759,0 1.94972,-0.38656 2.62784,-1.08982 0.75459,-0.78291 1.14221,-1.91453 1.0967,-3.18638 l -0.87577,-7.468389 4.911201,-5.04481 0.15054,-0.17595 c 0.93848,-1.235341 1.2237,-2.680761 0.78291,-3.965051 -0.43895,-1.28429 -1.552841,-2.25054 -3.049331,-2.65006 z m -0.69797,4.24232 -6.07642,6.242851 1.06548,9.022289 c 0,0.11748 -0.0124,0.20743 -0.0249,0.26935 -0.0606,-0.01 -0.14923,-0.0328 -0.26406,-0.081 l -8.2587,-4.49897 -8.25606,4.49897 c -0.11245,0.0463 -0.20002,0.0693 -0.26432,0.0796 -0.0148,-0.0624 -0.0246,-0.15187 -0.0246,-0.26802 l 1.06415,-9.022289 -6.07536,-6.243901 c -0.15558,-0.22913 -0.16669,-0.37042 -0.15928,-0.3945 0.008,-0.0241 0.10371,-0.13255 0.37147,-0.22357 l 8.29813,-1.39356 4.60084,-8.096773 c 0.18283,-0.22728 0.32385,-0.27543 0.35322,-0.27543 0.0262,0 0.1643,0.0545 0.3384,0.2921 l 4.0132,8.076403 9.0932,1.46129 c 0.2458,0.0773 0.34951,0.16986 0.36169,0.18468 0.006,0.0325 -0.0188,0.16669 -0.15611,0.37041 z' id='path2-1-2' style='stroke-width:0.265;stroke-dasharray:none' /%3E%3C/g%3E%3C/svg%3E")}.callout[data-callout=solution3]{--color:#dba642;--border:#dba64244;--bg:#dba64210;--callout-icon:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='75.111938mm' height='75.111938mm' viewBox='0 0 75.111936 75.111938' version='1.1' id='svg1' sodipodi:docname='3.svg' inkscape:version='1.4.2 (1:1.4.2+202505120738+ebf0e940d0)' inkscape:export-filename='3.png' inkscape:export-xdpi='96' inkscape:export-ydpi='96' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:document-units='mm' inkscape:zoom='2.1487374' inkscape:cx='-24.898343' inkscape:cy='90.750969' inkscape:window-width='2560' inkscape:window-height='1408' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='layer1' /%3E%3Cdefs id='defs1' /%3E%3Cg inkscape:label='Capa 1' inkscape:groupmode='layer' id='layer1' transform='translate(-85.474495,-74.644943)'%3E%3Cg id='g1' transform='translate(17.841447,20.255486)'%3E%3Cpath d='m 72.845008,119.23528 -0.01297,0.15319 c -0.0463,1.27185 0.342635,2.40347 1.096698,3.18638 1.106487,1.14644 2.889514,1.40943 4.596606,0.63844 l 6.6421,-3.61262 6.515629,3.5507 0.127794,0.063 c 0.660135,0.29819 1.32371,0.45006 1.969029,0.45006 1.017587,0 1.949715,-0.38656 2.627048,-1.08982 0.755121,-0.7829 1.143529,-1.91452 1.096698,-3.18638 l -0.874977,-7.46839 4.910937,-5.04481 0.15055,-0.17595 c 0.93847,-1.23534 1.22369,-2.68076 0.7829,-3.96504 -0.44027,-1.28482 -1.55284,-2.24976 -3.049858,-2.64928 L 91.957444,98.874564 88.754663,92.42721 88.642215,92.234073 c -0.866246,-1.325024 -2.166408,-2.086228 -3.566319,-2.086228 -1.32371,0 -2.589477,0.693994 -3.472391,1.903928 l -3.889111,6.818291 -6.641041,1.11496 -0.207434,0.0468 c -1.486164,0.42465 -2.583127,1.4089 -3.013604,2.70007 -0.429683,1.2909 -0.139964,2.73764 0.794544,3.96637 l 5.061479,5.22076 z M 71.610991,104.326 c -0.155575,-0.22833 -0.166688,-0.37041 -0.159279,-0.39449 0.0087,-0.0241 0.103716,-0.13256 0.371739,-0.22357 l 8.297334,-1.39356 4.601633,-8.096769 c 0.183356,-0.22728 0.323585,-0.27543 0.352425,-0.27543 0.02672,0 0.164306,0.0542 0.338931,0.2921 l 4.0132,8.076659 9.0932,1.46129 c 0.245269,0.0773 0.348985,0.16986 0.361156,0.18442 0.0037,0.0328 -0.01958,0.16668 -0.157956,0.37041 l -6.075098,6.24285 1.064419,9.02229 c 0,0.11721 -0.01111,0.20743 -0.02408,0.26934 -0.06059,-0.01 -0.148696,-0.0328 -0.264319,-0.081 l -8.25791,-4.49924 -8.257381,4.49924 c -0.112448,0.0468 -0.199496,0.0699 -0.264319,0.0796 -0.01349,-0.0617 -0.02408,-0.15187 -0.02408,-0.26802 l 1.064948,-9.02229 z' id='path1' style='stroke-width:0.264583' /%3E%3Cpath d='m 139.4681,100.08397 -7.46601,-1.210206 -3.20199,-6.447614 -0.11377,-0.192077 c -0.86545,-1.325034 -2.16588,-2.086228 -3.56499,-2.086228 -1.32371,0 -2.58948,0.693994 -3.4724,1.903928 l -3.88964,6.818291 -6.64104,1.11495 -0.20743,0.0468 c -1.48537,0.42466 -2.58339,1.40891 -3.01308,2.70008 -0.42968,1.29116 -0.14049,2.73764 0.79402,3.96636 l 5.06174,5.22076 -0.86333,7.31626 -0.0135,0.15319 c -0.0471,1.27186 0.34317,2.40348 1.09644,3.18638 1.10675,1.14644 2.89083,1.40944 4.59607,0.63844 l 6.6421,-3.61262 6.51616,3.55071 0.12833,0.063 c 0.65934,0.29818 1.32371,0.45006 1.96823,0.45006 1.01759,0 1.94972,-0.38656 2.62784,-1.08982 0.75459,-0.78291 1.14221,-1.91453 1.0967,-3.18638 l -0.87577,-7.46839 4.9112,-5.04481 0.15054,-0.17595 c 0.93848,-1.23534 1.2237,-2.68076 0.78291,-3.96505 -0.43895,-1.28429 -1.55284,-2.25054 -3.04933,-2.65006 z m -0.69797,4.24232 -6.07642,6.24285 1.06548,9.02229 c 0,0.11748 -0.0124,0.20743 -0.0249,0.26935 -0.0606,-0.01 -0.14923,-0.0328 -0.26406,-0.081 l -8.2587,-4.49897 -8.25606,4.49897 c -0.11245,0.0463 -0.20002,0.0693 -0.26432,0.0796 -0.0148,-0.0624 -0.0246,-0.15187 -0.0246,-0.26802 l 1.06415,-9.02229 -6.07536,-6.2439 c -0.15558,-0.22913 -0.16669,-0.37042 -0.15928,-0.3945 0.008,-0.0241 0.10371,-0.13255 0.37147,-0.22357 l 8.29813,-1.39356 4.60084,-8.096769 c 0.18283,-0.22728 0.32385,-0.27543 0.35322,-0.27543 0.0262,0 0.1643,0.0545 0.3384,0.2921 l 4.0132,8.076399 9.0932,1.46129 c 0.2458,0.0773 0.34951,0.16986 0.36169,0.18468 0.006,0.0325 -0.0188,0.16669 -0.15611,0.37041 z' id='path2' style='stroke-width:0.264583' /%3E%3Cpath d='m 119.44344,70.163642 -7.46442,-1.2102 -3.20331,-6.447096 -0.11113,-0.19368 c -0.86651,-1.32503 -2.16587,-2.08624 -3.56552,-2.08624 -1.3245,0 -2.59027,0.694 -3.47239,1.90474 l -3.88965,6.817516 -6.6421,1.11627 -0.20611,0.0471 c -1.48431,0.4236 -2.58207,1.40758 -3.01175,2.69796 -0.43154,1.29169 -0.14208,2.73764 0.79269,3.96636 l 5.06148,5.22076 -0.86387,7.31732 -0.0122,0.15319 c -0.0471,1.27212 0.34264,2.40295 1.09591,3.18585 1.10781,1.14856 2.89216,1.40758 4.59793,0.63844 l 6.6421,-3.61183 6.51352,3.55018 0.12726,0.0617 c 0.66067,0.30004 1.32503,0.45059 1.9693,0.45059 1.01891,0 1.94997,-0.38762 2.62784,-1.08903 0.75459,-0.7829 1.14353,-1.91373 1.09669,-3.18585 l -0.8755,-7.46839 4.91199,-5.04534 0.14922,-0.17542 c 0.93848,-1.23613 1.22502,-2.68208 0.7829,-3.9661 -0.4392,-1.28323 -1.55178,-2.25002 -3.05091,-2.64875 z m -0.69638,4.24392 -6.07563,6.24231 1.06442,9.02177 c 0,0.11959 -0.0111,0.20717 -0.0235,0.27014 -0.0617,-0.0111 -0.14817,-0.0333 -0.26432,-0.0815 l -8.25712,-4.49976 -8.25792,4.49976 c -0.1143,0.0468 -0.20003,0.0691 -0.26432,0.0791 -0.013,-0.0617 -0.0241,-0.15055 -0.0241,-0.26935 l 1.06416,-9.02176 -6.0759,-6.24338 c -0.15504,-0.22965 -0.16668,-0.37041 -0.15954,-0.39528 0.0106,-0.0246 0.10398,-0.13335 0.37227,-0.22358 l 8.29681,-1.39409 4.60164,-8.095716 c 0.18335,-0.22701 0.32358,-0.27649 0.35322,-0.27649 0.0267,0 0.1643,0.0542 0.3384,0.29237 l 4.01373,8.075876 9.09188,1.46182 c 0.24579,0.0778 0.34819,0.16933 0.36195,0.18388 0.006,0.0355 -0.018,0.16881 -0.15611,0.37386 z' id='path3' style='stroke-width:0.264583' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.callout[data-callout=solution4]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='73.8806mm' height='73.8806mm' viewBox='0 0 73.880596 73.8806' version='1.1' id='svg1' sodipodi:docname='4.svg' inkscape:version='1.4.2 (1:1.4.2+202505120738+ebf0e940d0)' inkscape:export-filename='2.png' inkscape:export-xdpi='96' inkscape:export-ydpi='96' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:document-units='mm' inkscape:zoom='2.1487374' inkscape:cx='124.02632' inkscape:cy='109.36655' inkscape:window-width='2560' inkscape:window-height='1408' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='layer1' /%3E%3Cdefs id='defs1' /%3E%3Cg inkscape:label='Capa 1' inkscape:groupmode='layer' id='layer1' transform='translate(-13.418215,14.239439)'%3E%3Cpath d='m 18.605423,55.063056 -0.01297,0.15319 c -0.0463,1.27185 0.342635,2.40347 1.096698,3.18638 1.106487,1.14644 2.889514,1.40943 4.596606,0.63844 l 6.6421,-3.61262 6.515629,3.5507 0.127794,0.063 c 0.660135,0.29819 1.32371,0.45006 1.969029,0.45006 1.017587,0 1.949715,-0.38656 2.627048,-1.08982 0.755121,-0.7829 1.143529,-1.91452 1.096698,-3.18638 l -0.874977,-7.46839 4.910939,-5.04481 0.15055,-0.17595 c 0.93847,-1.23534 1.22369,-2.68076 0.7829,-3.96504 -0.44027,-1.28482 -1.55284,-2.24976 -3.04986,-2.64928 l -7.465748,-1.2102 -3.202781,-6.447358 -0.112448,-0.193137 c -0.866246,-1.325024 -2.166408,-2.086228 -3.566319,-2.086228 -1.32371,0 -2.589477,0.693994 -3.472391,1.903928 l -3.889111,6.818295 -6.641041,1.11496 -0.207434,0.0468 c -1.486164,0.42465 -2.583127,1.4089 -3.013604,2.70007 -0.429683,1.2909 -0.139964,2.73764 0.794544,3.96637 l 5.061479,5.22076 z m -1.234017,-14.90928 c -0.155575,-0.22833 -0.166688,-0.37041 -0.159279,-0.39449 0.0087,-0.0241 0.103716,-0.13256 0.371739,-0.22357 l 8.297334,-1.39356 4.601633,-8.096776 c 0.183356,-0.22728 0.323585,-0.27543 0.352425,-0.27543 0.02672,0 0.164306,0.0542 0.338931,0.2921 l 4.0132,8.076666 9.0932,1.46129 c 0.245269,0.0773 0.348985,0.16986 0.361156,0.18442 0.0037,0.0328 -0.01958,0.16668 -0.157956,0.37041 l -6.075098,6.24285 1.064419,9.02229 c 0,0.11721 -0.01111,0.20743 -0.02408,0.26934 -0.06059,-0.01 -0.148696,-0.0328 -0.264319,-0.081 l -8.25791,-4.49924 -8.257381,4.49924 c -0.112448,0.0468 -0.199496,0.0699 -0.264319,0.0796 -0.01349,-0.0617 -0.02408,-0.15187 -0.02408,-0.26802 l 1.064948,-9.02229 z' id='path1-3' style='stroke-width:0.264583' /%3E%3Cpath d='m 83.992975,35.911746 -7.46601,-1.21021 -3.20199,-6.447618 -0.11377,-0.192077 c -0.86545,-1.325034 -2.16588,-2.086228 -3.56499,-2.086228 -1.32371,0 -2.58948,0.693994 -3.4724,1.903928 l -3.88964,6.818295 -6.64104,1.11495 -0.20743,0.0468 c -1.48537,0.42466 -2.58339,1.40891 -3.01308,2.70008 -0.42968,1.29116 -0.14049,2.73764 0.79402,3.96636 l 5.061741,5.22076 -0.863331,7.31626 -0.0135,0.15319 c -0.0471,1.27186 0.34317,2.40348 1.096441,3.18638 1.10675,1.14644 2.89083,1.40944 4.596069,0.63844 l 6.6421,-3.61262 6.51616,3.55071 0.12833,0.063 c 0.65934,0.29818 1.32371,0.45006 1.96823,0.45006 1.01759,0 1.94972,-0.38656 2.62784,-1.08982 0.75459,-0.78291 1.14221,-1.91453 1.0967,-3.18638 l -0.87577,-7.46839 4.911203,-5.04481 0.15054,-0.17595 c 0.93848,-1.23534 1.2237,-2.68076 0.78291,-3.96505 -0.43895,-1.28429 -1.55284,-2.25054 -3.049333,-2.65006 z m -0.69797,4.24232 -6.07642,6.24285 1.06548,9.02229 c 0,0.11748 -0.0124,0.20743 -0.0249,0.26935 -0.0606,-0.01 -0.14923,-0.0328 -0.26406,-0.081 l -8.2587,-4.49897 -8.25606,4.49897 c -0.112449,0.0463 -0.200019,0.0693 -0.264319,0.0796 -0.0148,-0.0624 -0.0246,-0.15187 -0.0246,-0.26802 l 1.064149,-9.02229 -6.07536,-6.2439 c -0.15558,-0.22913 -0.16669,-0.37042 -0.15928,-0.3945 0.008,-0.0241 0.10371,-0.13255 0.37147,-0.22357 l 8.29813,-1.39356 4.60084,-8.096776 c 0.18283,-0.22728 0.32385,-0.27543 0.35322,-0.27543 0.0262,0 0.1643,0.0545 0.3384,0.2921 l 4.0132,8.076406 9.0932,1.46129 c 0.2458,0.0773 0.34951,0.16986 0.36169,0.18468 0.006,0.0325 -0.0188,0.16669 -0.15611,0.37041 z' id='path2-5' style='stroke-width:0.264583' /%3E%3Cpath d='m 57.414756,14.848005 -0.013,0.15319 c -0.0463,1.271849 0.34264,2.40347 1.096701,3.18638 1.10649,1.14644 2.88952,1.40943 4.59661,0.63844 l 6.6421,-3.61262 6.51563,3.5507 0.12779,0.063 c 0.66014,0.29819 1.32371,0.45006 1.96903,0.45006 1.01759,0 1.94972,-0.38656 2.62705,-1.08982 0.75512,-0.7829 1.14353,-1.914521 1.0967,-3.18638 l -0.87498,-7.4683903 4.910941,-5.0448096 0.15055,-0.17595 c 0.93847,-1.2353391 1.22369,-2.6807591 0.7829,-3.9650391 -0.44027,-1.28482 -1.55284,-2.24976 -3.049861,-2.64928 l -7.46575,-1.2102 -3.20278,-6.447354 -0.11245,-0.19314 c -0.86624,-1.32503 -2.16641,-2.08623 -3.56632,-2.08623 -1.32371,0 -2.58947,0.69399 -3.47239,1.90393 l -3.889111,6.818294 -6.64104,1.11496 -0.20743,0.0468 c -1.48617,0.42465 -2.58313,1.4089 -3.01361,2.70007 -0.42968,1.2909 -0.13996,2.73764 0.79455,3.9663691 l 5.061471,5.2207596 z m -1.23401,-14.909279 c -0.15558,-0.22833 -0.16669,-0.37041 -0.15928,-0.39449 0.009,-0.0241 0.10372,-0.13256 0.37174,-0.22357 l 8.297331,-1.39356 4.60163,-8.096773 c 0.18336,-0.22728 0.32359,-0.27543 0.35243,-0.27543 0.0267,0 0.16431,0.0542 0.33893,0.2921 l 4.0132,8.076663 9.0932,1.46129 c 0.24527,0.0773 0.34899,0.16986 0.36116,0.18442 0.004,0.0328 -0.0196,0.16668 -0.15796,0.37041 l -6.0751,6.2428487 1.06442,9.0222903 c 0,0.11721 -0.0111,0.20743 -0.0241,0.26934 -0.0606,-0.01 -0.14869,-0.0328 -0.26432,-0.081 l -8.25791,-4.49924 -8.25738,4.49924 c -0.11245,0.0468 -0.19949,0.0699 -0.26432,0.0796 -0.0135,-0.0617 -0.0241,-0.15187 -0.0241,-0.26802 l 1.064949,-9.0222903 z' id='path1-9-6' style='stroke-width:0.265;stroke-dasharray:none' /%3E%3Cpath d='m 45.183666,-4.303305 -7.46601,-1.21021 -3.20199,-6.447614 -0.11377,-0.19208 c -0.86545,-1.32504 -2.16588,-2.08623 -3.56499,-2.08623 -1.32371,0 -2.58948,0.69399 -3.4724,1.90393 l -3.88964,6.818294 -6.64104,1.11495 -0.20743,0.0468 c -1.48537,0.42466 -2.58339,1.40891 -3.01308,2.70008 -0.42968,1.29116 -0.14049,2.73764 0.79402,3.9663603 l 5.06174,5.2207601 -0.86333,7.3162596 -0.0135,0.15319 c -0.0471,1.27186 0.34317,2.40348 1.09644,3.18638 1.10675,1.14644 2.89083,1.40944 4.59607,0.63844 l 6.6421,-3.61262 6.51616,3.55071 0.12833,0.063 c 0.65934,0.29818 1.32371,0.45006 1.96823,0.45006 1.01759,0 1.94972,-0.38656 2.62784,-1.08982 0.75459,-0.78291 1.14221,-1.91453 1.0967,-3.18638 l -0.87577,-7.4683896 4.9112,-5.0448101 0.15054,-0.17595 c 0.93848,-1.2353403 1.2237,-2.6807603 0.78291,-3.9650503 -0.43895,-1.28429 -1.55284,-2.25054 -3.04933,-2.65006 z m -0.69797,4.24232 -6.07642,6.2428504 1.06548,9.0222896 c 0,0.11748 -0.0124,0.20743 -0.0249,0.26935 -0.0606,-0.01 -0.14923,-0.0328 -0.26406,-0.081 l -8.2587,-4.49897 -8.25606,4.49897 c -0.11245,0.0463 -0.20002,0.0693 -0.26432,0.0796 -0.0148,-0.0624 -0.0246,-0.15187 -0.0246,-0.26802 l 1.06415,-9.0222896 -6.07536,-6.2439004 c -0.15558,-0.22913 -0.16669,-0.37042 -0.15928,-0.3945 0.008,-0.0241 0.10371,-0.13255 0.37147,-0.22357 l 8.29813,-1.39356 4.60084,-8.096773 c 0.18283,-0.22728 0.32385,-0.27543 0.35322,-0.27543 0.0262,0 0.1643,0.0545 0.3384,0.2921 l 4.0132,8.076403 9.0932,1.46129 c 0.2458,0.0773 0.34951,0.16986 0.36169,0.18468 0.006,0.0325 -0.0188,0.16669 -0.15611,0.37041 z' id='path2-1-2' style='stroke-width:0.265;stroke-dasharray:none' /%3E%3C/g%3E%3C/svg%3E")}.callout[data-callout=solution5]{--color:#db4242;--border:#db424244;--bg:#db424210;--callout-icon:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='88.972885mm' height='89.369705mm' viewBox='0 0 88.972882 89.369705' version='1.1' id='svg1' sodipodi:docname='5.svg' inkscape:version='1.4.2 (1:1.4.2+202505120738+ebf0e940d0)' inkscape:export-filename='5.png' inkscape:export-xdpi='96' inkscape:export-ydpi='96' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:document-units='mm' inkscape:zoom='2.1487374' inkscape:cx='207.33106' inkscape:cy='213.61382' inkscape:window-width='2560' inkscape:window-height='1408' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='layer1' /%3E%3Cdefs id='defs1' /%3E%3Cg inkscape:label='Capa 1' inkscape:groupmode='layer' id='layer1' transform='translate(48.953972,25.774542)'%3E%3Cpath d='m -43.766764,59.166012 -0.01297,0.15319 c -0.0463,1.27185 0.342635,2.40347 1.096698,3.18638 1.106487,1.14644 2.889514,1.40943 4.596606,0.63844 l 6.6421,-3.61262 6.515629,3.5507 0.127794,0.063 c 0.660135,0.29819 1.32371,0.45006 1.969029,0.45006 1.017587,0 1.949715,-0.38656 2.627048,-1.08982 0.755121,-0.7829 1.143529,-1.91452 1.096698,-3.18638 l -0.874977,-7.46839 4.910939,-5.04481 0.15055,-0.17595 c 0.93847,-1.23534 1.22369,-2.68076 0.7829,-3.96504 -0.44027,-1.28482 -1.55284,-2.24976 -3.04986,-2.64928 l -7.465748,-1.2102 -3.202781,-6.447358 -0.112448,-0.193137 c -0.866246,-1.325024 -2.166408,-2.086228 -3.566319,-2.086228 -1.32371,0 -2.589477,0.693994 -3.472391,1.903928 l -3.889111,6.818295 -6.641041,1.11496 -0.207434,0.0468 c -1.486164,0.42465 -2.583127,1.4089 -3.013604,2.70007 -0.429683,1.2909 -0.139964,2.73764 0.794544,3.96637 l 5.061479,5.22076 z m -1.234017,-14.90928 c -0.155575,-0.22833 -0.166688,-0.37041 -0.159279,-0.39449 0.0087,-0.0241 0.103716,-0.13256 0.371739,-0.22357 l 8.297334,-1.39356 4.601633,-8.096776 c 0.183356,-0.22728 0.323585,-0.27543 0.352425,-0.27543 0.02672,0 0.164306,0.0542 0.338931,0.2921 l 4.0132,8.076666 9.0932,1.46129 c 0.245269,0.0773 0.348985,0.16986 0.361156,0.18442 0.0037,0.0328 -0.01958,0.16668 -0.157956,0.37041 l -6.075098,6.24285 1.064419,9.02229 c 0,0.11721 -0.01111,0.20743 -0.02408,0.26934 -0.06059,-0.01 -0.148696,-0.0328 -0.264319,-0.081 l -8.25791,-4.49924 -8.257381,4.49924 c -0.112448,0.0468 -0.199496,0.0699 -0.264319,0.0796 -0.01349,-0.0617 -0.02408,-0.15187 -0.02408,-0.26802 l 1.064948,-9.02229 z' id='path1' style='stroke-width:0.264583' /%3E%3Cpath d='m 36.76631,40.014702 -7.46601,-1.21021 -3.20199,-6.447618 -0.11377,-0.192077 c -0.86545,-1.325034 -2.16588,-2.086228 -3.56499,-2.086228 -1.32371,0 -2.58948,0.693994 -3.4724,1.903928 l -3.88964,6.818295 -6.6410397,1.11495 -0.20743,0.0468 c -1.48537,0.42466 -2.58339,1.40891 -3.0130799,2.70008 -0.42968,1.29116 -0.14049,2.73764 0.7940199,3.96636 l 5.0617407,5.22076 -0.863331,7.31626 -0.0135,0.15319 c -0.0471,1.27186 0.34317,2.40348 1.096441,3.18638 1.10675,1.14644 2.89083,1.40944 4.596069,0.63844 l 6.6421,-3.61262 6.51616,3.55071 0.12833,0.063 c 0.65934,0.29818 1.32371,0.45006 1.96823,0.45006 1.01759,0 1.94972,-0.38656 2.62784,-1.08982 0.75459,-0.78291 1.14221,-1.91453 1.0967,-3.18638 l -0.87577,-7.46839 4.9112,-5.04481 0.15054,-0.17595 c 0.93848,-1.23534 1.2237,-2.68076 0.78291,-3.96505 -0.43895,-1.28429 -1.55284,-2.25054 -3.04933,-2.65006 z m -0.69797,4.24232 -6.07642,6.24285 1.06548,9.02229 c 0,0.11748 -0.0124,0.20743 -0.0249,0.26935 -0.0606,-0.01 -0.14923,-0.0328 -0.26406,-0.081 l -8.2587,-4.49897 -8.25606,4.49897 c -0.112449,0.0463 -0.200019,0.0693 -0.264319,0.0796 -0.0148,-0.0624 -0.0246,-0.15187 -0.0246,-0.26802 l 1.064149,-9.02229 -6.0753597,-6.2439 c -0.15558,-0.22913 -0.16669,-0.37042 -0.15928,-0.3945 0.008,-0.0241 0.10371,-0.13255 0.37147,-0.22357 l 8.2981297,-1.39356 4.60084,-8.096776 c 0.18283,-0.22728 0.32385,-0.27543 0.35322,-0.27543 0.0262,0 0.1643,0.0545 0.3384,0.2921 l 4.0132,8.076406 9.0932,1.46129 c 0.2458,0.0773 0.34951,0.16986 0.36169,0.18468 0.006,0.0325 -0.0188,0.16669 -0.15611,0.37041 z' id='path2' style='stroke-width:0.264583' /%3E%3Cpath d='m 10.188091,3.3129017 -0.013,0.15319 c -0.0463,1.2718496 0.34264,2.4034699 1.096701,3.1863799 1.10649,1.14644 2.88952,1.40943 4.59661,0.63844 l 6.6421,-3.6126199 6.51563,3.5506999 0.12779,0.063 c 0.66014,0.29819 1.32371,0.45006 1.96903,0.45006 1.01759,0 1.94972,-0.38656 2.62705,-1.08982 0.75512,-0.7829 1.14353,-1.9145203 1.0967,-3.1863799 l -0.87498,-7.46839 4.91094,-5.0448096 0.15055,-0.17595 c 0.93847,-1.2353391 1.22369,-2.6807591 0.7829,-3.9650391 -0.44027,-1.28482 -1.55284,-2.24976 -3.04986,-2.64928 l -7.46575,-1.2102 -3.20278,-6.447354 -0.11245,-0.19314 c -0.86624,-1.32503 -2.16641,-2.08623 -3.56632,-2.08623 -1.32371,0 -2.58947,0.69399 -3.47239,1.90393 l -3.889111,6.818294 -6.6410397,1.11496 -0.20743,0.0468 c -1.48617,0.42465 -2.5831301,1.4089 -3.0136101,2.70007 -0.42968,1.2909 -0.13996,2.73764 0.7945501,3.9663691 l 5.0614707,5.2207596 z M 8.9540813,-11.596377 c -0.15558,-0.22833 -0.16669,-0.37041 -0.15928,-0.39449 0.009,-0.0241 0.10372,-0.13256 0.37174,-0.22357 l 8.2973307,-1.39356 4.60163,-8.096773 c 0.18336,-0.22728 0.32359,-0.27543 0.35243,-0.27543 0.0267,0 0.16431,0.0542 0.33893,0.2921 l 4.0132,8.076663 9.0932,1.46129 c 0.24527,0.0773 0.34899,0.16986 0.36116,0.18442 0.004,0.0328 -0.0196,0.16668 -0.15796,0.37041 l -6.0751,6.2428487 1.06442,9.02229 c 0,0.11721 -0.0111,0.20743 -0.0241,0.26934 -0.0606,-0.01 -0.14869,-0.0328 -0.26432,-0.081 l -8.25791,-4.4992401 -8.25738,4.4992401 c -0.11245,0.0468 -0.19949,0.0699 -0.26432,0.0796 -0.0135,-0.0617 -0.0241,-0.15187 -0.0241,-0.26802 l 1.064949,-9.02229 z' id='path1-9' style='stroke-width:0.265;stroke-dasharray:none' /%3E%3Cpath d='m -17.188521,-15.838408 -7.46601,-1.21021 -3.20199,-6.447614 -0.11377,-0.19208 c -0.86545,-1.32504 -2.16588,-2.08623 -3.56499,-2.08623 -1.32371,0 -2.58948,0.69399 -3.4724,1.90393 l -3.88964,6.818294 -6.64104,1.11495 -0.20743,0.0468 c -1.48537,0.42466 -2.58339,1.40891 -3.01308,2.70008 -0.42968,1.29116 -0.14049,2.73764 0.79402,3.9663603 l 5.06174,5.2207601 -0.86333,7.3162599 -0.0135,0.15319 c -0.0471,1.27186 0.34317,2.4034799 1.09644,3.1863799 1.10675,1.14644 2.89083,1.40944 4.59607,0.63844 l 6.6421,-3.6126199 6.51616,3.5507099 0.12833,0.063 c 0.65934,0.29818 1.32371,0.45006 1.96823,0.45006 1.01759,0 1.94972,-0.38656 2.62784,-1.08982 0.75459,-0.78291 1.14221,-1.9145299 1.0967,-3.1863799 l -0.87577,-7.4683899 4.9112,-5.0448101 0.15054,-0.17595 c 0.93848,-1.2353403 1.2237,-2.6807603 0.78291,-3.9650503 -0.43895,-1.28429 -1.55284,-2.25054 -3.04933,-2.65006 z m -0.69797,4.24232 -6.07642,6.2428504 1.06548,9.0222899 c 0,0.11748 -0.0124,0.20743 -0.0249,0.26935 -0.0606,-0.01 -0.14923,-0.0328 -0.26406,-0.081 l -8.2587,-4.49896997 -8.25606,4.49896997 c -0.11245,0.0463 -0.20002,0.0693 -0.26432,0.0796 -0.0148,-0.0624 -0.0246,-0.15187 -0.0246,-0.26802 l 1.06415,-9.0222899 -6.07536,-6.2439004 c -0.15558,-0.22913 -0.16669,-0.37042 -0.15928,-0.3945 0.008,-0.0241 0.10371,-0.13255 0.37147,-0.22357 l 8.29813,-1.39356 4.60084,-8.096773 c 0.18283,-0.22728 0.32385,-0.27543 0.35322,-0.27543 0.0262,0 0.1643,0.0545 0.3384,0.2921 l 4.0132,8.076403 9.0932,1.46129 c 0.2458,0.0773 0.34951,0.16986 0.36169,0.18468 0.006,0.0325 -0.0188,0.16669 -0.15611,0.37041 z' id='path2-1' style='stroke-width:0.265;stroke-dasharray:none' /%3E%3Cpath d='m 9.7886591,12.088148 -7.4660094,-1.21021 -3.20198994,-6.4476145 -0.11377,-0.19208 C -1.8585604,2.913203 -3.1589903,2.152013 -4.5581005,2.152013 c -1.32371,0 -2.5894792,0.69399 -3.4723992,1.9039305 l -3.8896413,6.8182945 -6.64104,1.11495 -0.20743,0.0468 c -1.48537,0.42466 -2.58339,1.40891 -3.01308,2.70008 -0.42968,1.29116 -0.14049,2.73764 0.79402,3.96636 l 5.06174,5.22076 -0.86333,7.31626 -0.0135,0.15319 c -0.0471,1.27186 0.34317,2.40348 1.09644,3.18638 1.10675,1.14644 2.89083,1.40944 4.596071,0.63844 l 6.6420995,-3.61262 6.5161602,3.55071 0.12833,0.063 c 0.6593399,0.29818 1.3237099,0.45006 1.9682299,0.45006 1.0175901,0 1.9497201,-0.38656 2.6278401,-1.08982 0.75459,-0.78291 1.14221,-1.91453 1.0967,-3.18638 l -0.87577,-7.46839 4.9111993,-5.04481 0.15054,-0.17595 c 0.93848,-1.23534 1.2237,-2.68076 0.78291,-3.96505 -0.43895,-1.28429 -1.55284,-2.25054 -3.0493299,-2.65006 z m -0.6979699,4.24232 -6.0764196,6.24285 1.06548,9.02229 c 0,0.11748 -0.0124,0.20743 -0.0249,0.26935 -0.0606,-0.01 -0.14923,-0.0328 -0.26406,-0.081 l -8.2587001,-4.49897 -8.2560605,4.49897 c -0.11245,0.0463 -0.20002,0.0693 -0.26432,0.0796 -0.0148,-0.0624 -0.0246,-0.15187 -0.0246,-0.26802 l 1.06415,-9.02229 -6.07536,-6.2439 c -0.15558,-0.22913 -0.16669,-0.37042 -0.15928,-0.3945 0.008,-0.0241 0.10371,-0.13255 0.37147,-0.22357 l 8.2981317,-1.39356 4.6008388,-8.0967725 c 0.18283,-0.22728 0.32385,-0.27543 0.35322,-0.27543 0.0262,0 0.1643,0.0545 0.3384,0.2921 l 4.01320022,8.0764025 9.09319948,1.46129 c 0.2458,0.0773 0.34951,0.16986 0.36169,0.18468 0.006,0.0325 -0.0188,0.16669 -0.15611,0.37041 z' id='path2-1-3' style='stroke-width:0.264583' /%3E%3C/g%3E%3C/svg%3E")}:root{--light:#fff;--lightgray:#f6f8fa;--gray:#b8b8b8;--darkgray:#323232;--dark:#2f2f2f;--secondary:#0969da;--tertiary:#64a1f6;--highlight:#eaeef2;--textHighlight:#fff23688;--titleFont:"Schibsted Grotesk",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Schibsted Grotesk",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"Tex Gyre Schola",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--codeFont:"IBM Plex Mono",ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}:root[saved-theme=dark]{--light:#0d1117;--lightgray:#161b22;--gray:#2d2e31;--darkgray:#d4d4d4;--dark:#eaeaec;--secondary:#75adfa;--tertiary:#b0cdf5;--highlight:#8f9fa926;--textHighlight:#b3aa0288}