@charset "UTF-8";/*! @docsearch/css 3.9.0 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */:root{--docsearch-primary-color:#5468ff;--docsearch-text-color:#1c1e21;--docsearch-spacing:12px;--docsearch-icon-stroke-width:1.4;--docsearch-highlight-color:var(--docsearch-primary-color);--docsearch-muted-color:#969faf;--docsearch-container-background:rgba(101,108,133,.8);--docsearch-logo-color:#5468ff;--docsearch-modal-width:560px;--docsearch-modal-height:600px;--docsearch-modal-background:#f5f6f7;--docsearch-modal-shadow:inset 1px 1px 0 0 hsla(0,0%,100%,.5),0 3px 8px 0 #555a64;--docsearch-searchbox-height:56px;--docsearch-searchbox-background:#ebedf0;--docsearch-searchbox-focus-background:#fff;--docsearch-searchbox-shadow:inset 0 0 0 2px var(--docsearch-primary-color);--docsearch-hit-height:56px;--docsearch-hit-color:#444950;--docsearch-hit-active-color:#fff;--docsearch-hit-background:#fff;--docsearch-hit-shadow:0 1px 3px 0 #d4d9e1;--docsearch-key-gradient:linear-gradient(-225deg,#d5dbe4,#f8f8f8);--docsearch-key-shadow:inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px rgba(30,35,90,.4);--docsearch-key-pressed-shadow:inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 1px 0 rgba(30,35,90,.4);--docsearch-footer-height:44px;--docsearch-footer-background:#fff;--docsearch-footer-shadow:0 -1px 0 0 #e0e3e8,0 -3px 6px 0 rgba(69,98,155,.12)}html[data-theme=dark]{--docsearch-text-color:#f5f6f7;--docsearch-container-background:rgba(9,10,17,.8);--docsearch-modal-background:#15172a;--docsearch-modal-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;--docsearch-searchbox-background:#090a11;--docsearch-searchbox-focus-background:#000;--docsearch-hit-color:#bec3c9;--docsearch-hit-shadow:none;--docsearch-hit-background:#090a11;--docsearch-key-gradient:linear-gradient(-26.5deg,#565872,#31355b);--docsearch-key-shadow:inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 2px 2px 0 rgba(3,4,9,.3);--docsearch-key-pressed-shadow:inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 1px 1px 0 #0304094d;--docsearch-footer-background:#1e2136;--docsearch-footer-shadow:inset 0 1px 0 0 rgba(73,76,106,.5),0 -4px 8px 0 rgba(0,0,0,.2);--docsearch-logo-color:#fff;--docsearch-muted-color:#7f8497}.DocSearch-Button{align-items:center;background:var(--docsearch-searchbox-background);border:0;border-radius:40px;color:var(--docsearch-muted-color);cursor:pointer;display:flex;font-weight:500;height:36px;justify-content:space-between;margin:0 0 0 16px;padding:0 8px;-webkit-user-select:none;user-select:none}.DocSearch-Button:active,.DocSearch-Button:focus,.DocSearch-Button:hover{background:var(--docsearch-searchbox-focus-background);box-shadow:var(--docsearch-searchbox-shadow);color:var(--docsearch-text-color);outline:none}.DocSearch-Button-Container{align-items:center;display:flex}.DocSearch-Search-Icon{stroke-width:1.6}.DocSearch-Button .DocSearch-Search-Icon{color:var(--docsearch-text-color)}.DocSearch-Button-Placeholder{font-size:1rem;padding:0 12px 0 6px}.DocSearch-Button-Keys{display:flex;min-width:calc(40px + .8em)}.DocSearch-Button-Key{align-items:center;background:var(--docsearch-key-gradient);border:0;border-radius:3px;box-shadow:var(--docsearch-key-shadow);color:var(--docsearch-muted-color);display:flex;height:18px;justify-content:center;margin-right:.4em;padding:0 0 2px;position:relative;top:-1px;transition-duration:.1s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:20px}@media (prefers-reduced-motion){.DocSearch-Button-Key{transition:none}}.DocSearch-Button-Key--pressed{box-shadow:var(--docsearch-key-pressed-shadow);transform:translate3d(0,1px,0)}@media (max-width:768px){.DocSearch-Button-Keys,.DocSearch-Button-Placeholder{display:none}}.DocSearch--active{overflow:hidden!important}.DocSearch-Container,.DocSearch-Container *{box-sizing:border-box}.DocSearch-Container{background-color:var(--docsearch-container-background);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:200}.DocSearch-Container a{text-decoration:none}.DocSearch-Link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:var(--docsearch-highlight-color);cursor:pointer;font:inherit;margin:0;padding:0}.DocSearch-Modal{background:var(--docsearch-modal-background);border-radius:6px;box-shadow:var(--docsearch-modal-shadow);flex-direction:column;margin:60px auto auto;max-width:var(--docsearch-modal-width);position:relative}.DocSearch-SearchBar{display:flex;padding:var(--docsearch-spacing) var(--docsearch-spacing) 0}.DocSearch-Form{align-items:center;background:var(--docsearch-searchbox-focus-background);border-radius:4px;box-shadow:var(--docsearch-searchbox-shadow);display:flex;height:var(--docsearch-searchbox-height);margin:0;padding:0 var(--docsearch-spacing);position:relative;width:100%}.DocSearch-Input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:var(--docsearch-text-color);flex:1;font:inherit;font-size:1.2em;height:100%;outline:none;padding:0 0 0 8px;width:80%}.DocSearch-Input::placeholder{color:var(--docsearch-muted-color);opacity:1}.DocSearch-Input::-webkit-search-cancel-button,.DocSearch-Input::-webkit-search-decoration,.DocSearch-Input::-webkit-search-results-button,.DocSearch-Input::-webkit-search-results-decoration{display:none}.DocSearch-LoadingIndicator,.DocSearch-MagnifierLabel,.DocSearch-Reset{margin:0;padding:0}.DocSearch-MagnifierLabel,.DocSearch-Reset{align-items:center;color:var(--docsearch-highlight-color);display:flex;justify-content:center}.DocSearch-Container--Stalled .DocSearch-MagnifierLabel,.DocSearch-LoadingIndicator{display:none}.DocSearch-Container--Stalled .DocSearch-LoadingIndicator{align-items:center;color:var(--docsearch-highlight-color);display:flex;justify-content:center}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Reset{animation:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;color:var(--docsearch-icon-color);cursor:pointer;right:0;stroke-width:var(--docsearch-icon-stroke-width)}}.DocSearch-Reset{animation:fade-in .1s ease-in forwards;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;color:var(--docsearch-icon-color);cursor:pointer;padding:2px;right:0;stroke-width:var(--docsearch-icon-stroke-width)}.DocSearch-Reset[hidden]{display:none}.DocSearch-Reset:hover{color:var(--docsearch-highlight-color)}.DocSearch-LoadingIndicator svg,.DocSearch-MagnifierLabel svg{height:24px;width:24px}.DocSearch-Cancel{display:none}.DocSearch-Dropdown{max-height:calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));min-height:var(--docsearch-spacing);overflow-y:auto;overflow-y:overlay;padding:0 var(--docsearch-spacing);scrollbar-color:var(--docsearch-muted-color) var(--docsearch-modal-background);scrollbar-width:thin}.DocSearch-Dropdown::-webkit-scrollbar{width:12px}.DocSearch-Dropdown::-webkit-scrollbar-track{background:transparent}.DocSearch-Dropdown::-webkit-scrollbar-thumb{background-color:var(--docsearch-muted-color);border:3px solid var(--docsearch-modal-background);border-radius:20px}.DocSearch-Dropdown ul{list-style:none;margin:0;padding:0}.DocSearch-Label{font-size:.75em;line-height:1.6em}.DocSearch-Help,.DocSearch-Label{color:var(--docsearch-muted-color)}.DocSearch-Help{font-size:.9em;margin:0;-webkit-user-select:none;user-select:none}.DocSearch-Title{font-size:1.2em}.DocSearch-Logo a{display:flex}.DocSearch-Logo svg{color:var(--docsearch-logo-color);margin-left:8px}.DocSearch-Hits:last-of-type{margin-bottom:24px}.DocSearch-Hits mark{background:none;color:var(--docsearch-highlight-color)}.DocSearch-HitsFooter{color:var(--docsearch-muted-color);display:flex;font-size:.85em;justify-content:center;margin-bottom:var(--docsearch-spacing);padding:var(--docsearch-spacing)}.DocSearch-HitsFooter a{border-bottom:1px solid;color:inherit}.DocSearch-Hit{border-radius:4px;display:flex;padding-bottom:4px;position:relative;scroll-margin-top:40px}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit--deleting{transition:none}}.DocSearch-Hit--deleting{opacity:0;transition:all .25s linear}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit--favoriting{transition:none}}.DocSearch-Hit--favoriting{transform:scale(0);transform-origin:top center;transition:all .25s linear;transition-delay:.25s}.DocSearch-Hit a{background:var(--docsearch-hit-background);border-radius:4px;box-shadow:var(--docsearch-hit-shadow);display:block;padding-left:var(--docsearch-spacing);width:100%}.DocSearch-Hit-source{background:var(--docsearch-modal-background);color:var(--docsearch-highlight-color);font-size:.85em;font-weight:600;line-height:32px;margin:0 -4px;padding:8px 4px 0;position:sticky;top:0;z-index:10}.DocSearch-Hit-Tree{color:var(--docsearch-muted-color);height:var(--docsearch-hit-height);opacity:.5;stroke-width:var(--docsearch-icon-stroke-width);width:24px}.DocSearch-Hit[aria-selected=true] a{background-color:var(--docsearch-highlight-color)}.DocSearch-Hit[aria-selected=true] mark{text-decoration:underline}.DocSearch-Hit-Container{align-items:center;color:var(--docsearch-hit-color);display:flex;flex-direction:row;height:var(--docsearch-hit-height);padding:0 var(--docsearch-spacing) 0 0}.DocSearch-Hit-icon{height:20px;width:20px}.DocSearch-Hit-action,.DocSearch-Hit-icon{color:var(--docsearch-muted-color);stroke-width:var(--docsearch-icon-stroke-width)}.DocSearch-Hit-action{align-items:center;display:flex;height:22px;width:22px}.DocSearch-Hit-action svg{display:block;height:18px;width:18px}.DocSearch-Hit-action+.DocSearch-Hit-action{margin-left:6px}.DocSearch-Hit-action-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;color:inherit;cursor:pointer;padding:2px}svg.DocSearch-Hit-Select-Icon{display:none}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Select-Icon{display:block}.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{background:#0003;transition:background-color .1s ease-in}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{transition:none}}.DocSearch-Hit-action-button:focus path,.DocSearch-Hit-action-button:hover path{fill:#fff}.DocSearch-Hit-content-wrapper{display:flex;flex:1 1 auto;flex-direction:column;font-weight:500;justify-content:center;line-height:1.2em;margin:0 8px;overflow-x:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:80%}.DocSearch-Hit-title{font-size:.9em}.DocSearch-Hit-path{color:var(--docsearch-muted-color);font-size:.75em}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title,.DocSearch-Hit[aria-selected=true] mark{color:var(--docsearch-hit-active-color)!important}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{background:#0003;transition:none}}.DocSearch-ErrorScreen,.DocSearch-NoResults,.DocSearch-StartScreen{font-size:.9em;margin:0 auto;padding:36px 0;text-align:center;width:80%}.DocSearch-Screen-Icon{color:var(--docsearch-muted-color);padding-bottom:12px}.DocSearch-NoResults-Prefill-List{display:inline-block;padding-bottom:24px;text-align:left}.DocSearch-NoResults-Prefill-List ul{display:inline-block;padding:8px 0 0}.DocSearch-NoResults-Prefill-List li{list-style-position:inside;list-style-type:"» "}.DocSearch-Prefill{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:1em;color:var(--docsearch-highlight-color);cursor:pointer;display:inline-block;font-size:1em;font-weight:700;padding:0}.DocSearch-Prefill:focus,.DocSearch-Prefill:hover{outline:none;text-decoration:underline}.DocSearch-Footer{align-items:center;background:var(--docsearch-footer-background);border-radius:0 0 8px 8px;box-shadow:var(--docsearch-footer-shadow);display:flex;flex-direction:row-reverse;flex-shrink:0;height:var(--docsearch-footer-height);justify-content:space-between;padding:0 var(--docsearch-spacing);position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:300}.DocSearch-Commands{color:var(--docsearch-muted-color);display:flex;list-style:none;margin:0;padding:0}.DocSearch-Commands li{align-items:center;display:flex}.DocSearch-Commands li:not(:last-of-type){margin-right:.8em}.DocSearch-Commands-Key{align-items:center;background:var(--docsearch-key-gradient);border:0;border-radius:2px;box-shadow:var(--docsearch-key-shadow);color:var(--docsearch-muted-color);display:flex;height:18px;justify-content:center;margin-right:.4em;padding:0 0 1px;width:20px}.DocSearch-VisuallyHiddenForAccessibility{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}@media (max-width:768px){:root{--docsearch-spacing:10px;--docsearch-footer-height:40px}.DocSearch-Dropdown{height:100%}.DocSearch-Container{height:100vh;height:-webkit-fill-available;height:calc(var(--docsearch-vh, 1vh)*100);position:absolute}.DocSearch-Footer{border-radius:0;bottom:0;position:absolute}.DocSearch-Hit-content-wrapper{display:flex;position:relative;width:80%}.DocSearch-Modal{border-radius:0;box-shadow:none;height:100vh;height:-webkit-fill-available;height:calc(var(--docsearch-vh, 1vh)*100);margin:0;max-width:100%;width:100%}.DocSearch-Dropdown{max-height:calc(var(--docsearch-vh, 1vh)*100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height))}.DocSearch-Cancel{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:var(--docsearch-highlight-color);cursor:pointer;display:inline-block;flex:none;font:inherit;font-size:1em;font-weight:500;margin-left:var(--docsearch-spacing);outline:none;overflow:hidden;padding:0;-webkit-user-select:none;user-select:none;white-space:nowrap}.DocSearch-Commands,.DocSearch-Hit-Tree{display:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-weight:inherit;font-stretch:inherit;line-height:inherit;font-family:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}ul{list-style:none}a{color:inherit;text-decoration:none;cursor:pointer}html{line-height:1.7;font-size:16px;font-weight:400;font-family:Muli,sans-serif;color:#20232a}b,strong{font-weight:800}html,body{height:100%;background-color:#fff}body{display:flex;flex-direction:column;background-color:#fff;color:#20232a}body>*{flex-grow:0;flex-shrink:0}body>.footer{flex-grow:1}.topbar{position:relative;z-index:2}.page-content{position:relative;z-index:1}.container{margin:0 auto;width:100%;max-width:1260px;padding:0 30px}@media only screen and (max-width: 767px){.container:not(.container--always-spacious){padding-left:15px;padding-right:15px}}.container--wide{max-width:1400px}.topbar{background:#20232a;color:#fff}.topbar__container{display:flex;align-items:center;min-height:74px}.topbar__branding,.topbar__notice,.topbar__github{flex-grow:0;flex-shrink:0}.topbar__message{flex-grow:1;padding:0 30px;min-width:0;text-align:center;color:#fac863}.topbar__message a{text-decoration:underline}.topbar__notice{padding-right:20px;font-size:13px}.topbar__notice-link{font-weight:600;color:#fff;padding-bottom:2px;border-bottom:2px solid #FAC863;white-space:nowrap}.topbar__github{display:flex;align-items:center}.topbar__github-link{color:#fff;display:flex;align-items:center}.topbar__github-graphic{width:26px;height:27px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA2CAYAAACIsLrgAAAAAXNSR0IArs4c6QAABX9JREFUaAXdmluIVVUYx2fG1EnRkUgxi5g0R5NizMJLBY2WUBSpPfRST9VDQUEvIoIIVqgURdCFXnwryYeCkjQpeyzNS9SD2mCRdLHMLCttTHT6/c/svdvXtb59zt5H6YM/a6/v/q2z9tprr306Ov5n1FlHPcPDw9347QPTQQ+YAER/gpPgGzDY2dk5RFspVVIQBYwlq7vAneAOMAt0ARedR/gV2Ak+BDso8AzthSMKmQ1eAydAqyQf8jW77RURdHIQ/Cxt1SSfKmxy7YURpBusBidB3aQYiqX7sXrCcR8YBO0mxdQCUx3hcDGo4j5pdjAUe3ElFeHoUfBPs5lUaKccHmmpKBxoDl9stLqpoqhiGTh/sVUT5LSsqKjcBytG12GwG4RP+CL7C8XXjmMBD+KD6QQyBVGMtip7wMy0ctDfSvsr6AdzQcYHvFZoGOPPwZfgcnAvyKNBmPMpSlupYqKgzcBFV4bWKM0EL4MzLgOjTD7kKxpIrq/y2G4OcwnbxOhiPA/BXpDgh8q0hxgRTccEYdcL4xVwTyA4TrsP/ABOBKDpuCyABuUmoF9A9D54At/fqhMnfB+ir71hHunXvBm7/XnCDox3ABe9lWsYMDG8DVzj0onLpCubOC99jXwLcNEHaZtGH4sBl1Ug25RrXCOTuJsMeQ2EKcS3+BtCpqMd5ZDVJbrE4DjKvVEQI6B7Z6HBsNo9lSEgKtEi4VBfSA03Sh7+Qg86lOOifgwtIxa3afo6iKXHg4UeipQwPAIstDIyatMFSa20JIbOkUZKXMwwGuxBr2g5r608xQSKbaHpmnK3G7NZx3qvdb+tFMR82hh0QAVp++IjPRy3+5RqlG/D928G/3NVkGXl2slInTM4rEUliK3TIR/1qaAZPi3khw06dat8bQjQuId6DIrHDDp1q1hymKRfyPLOM6bubA3+LTlMUEGCj8JdsU+vTrklhy4Vo62+j+o/9PNl8N+rhkvzuLWgXpeXNsksOZgLuoXH9Lg2JZ4JQ+zxMBdlBFlGo6CfsvwMRzekdUeRMa6AodiWReGoptwuY8DWDvmMQQrUHi7gp9m79dqtVwIrzU97qLtPYgusyaHXr4K6wO9GI+1623YvEWs82GvMTTVoxnWoqPeMRlLbBmp/ySPGaLAdWOndaLZgscJqFeh9Smt5NY5ilLnAtz7d7ApiWZsVUQwsRoHvU5bn6L8NdLQ1lJKpewq8AMzHVlHAggt8XQteAqdBGfoO5eQBDoy1KQ9/05+j2LQTwRspedhV4Z+AdeBu0Au8b7boaBBngfvAevAZaPbjwNrMGOFsKvgLxEmfBe8PlbnWt08fHUDBu3Cgcymw3vCumMp5aphjokWwKsdSv8BSKdKOAV/k6MRZtyacOjoYLYobNnm9qjAEDrWyaITT9DMMbT9U1BxQ9HnyKDLvdIsngP5h0CwdxHB03F/mGoUlBd6jIyzkmvsfp/R+of9UxqGHgc2bKT9luks87kfEeNRNmqYfYYyNO6B/BZgHrgbJVSau6LjG7kXQDK13uE2K8K6zsHdyomxMarbeI0be4OWETrCUW6mprXtF2479CTcjnTU0I1uM1utRnLIFKafG/Vw6PIZTgJ4PadoH4zGg//r0BNAmt/TuAZsNwErKZUrpQuIGOBgHthoj2ud1EAS/G42+lYP3l/FOHQ75ThN7OdAnRx95/eU4sNwLr2K3nFxO5dgnWKYEdHIJnsRSD1jXgZ/JXyID96mT/ii4lNj6/mo6uS2VAE4/IsAN4DlwFqSpmaU7Lwf5fh5cH8RMx6m+z3yeBp4Bx0BIa8pGwlCrZkh6OD8LppX1E+pb5m+om9sSvBvBA0AbxNcZ0T9yFQuY2E9E9DjQYc0W7IcKVE3sfwFTt/2ffqzKdgAAAABJRU5ErkJggg==) no-repeat;background-size:contain}.branding{display:flex;align-items:center}a.branding{color:#fff}.branding-graphic{width:32px;height:32px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAsBJREFUeAHtW8FqFEEQrers4sUf2ERBEN2D0at39TM8GKN7j4fsQRKJEDAezH2TGEE/Q/yImCAhEQSTzSeIZnfK6tnFTWanxhoh0lPbDQPdVW9m672q7ukdZhC4Ndq7TwFogbtNIHLeZrYhJsxtHwDXT9ZmNzAlT0nHLOEiYuhaDoGeFWFs+2jBEcBN2yQL2TWd+TlfxJ/XO9sLXhH5oS8KoBDJNCRWgOn0KsjFClCIZBoSK8B0ehXkYgUoRDINqYnsEHoO3ArQpXfHr28cibjAHTOLB1cAfswlCMtAMMYXG4s7/IdwvCHCi+7anZfjnmpapts7y0Swko1eXgNquJ0FV3os8BEF6K7e/l5pwpngJT6iAJnzzQ6jAGZTqyQWK0AplFlYrACzqVUSixWgFMosLFaA2dQqicUKUAplFhYrwGxqlcRiBSiFMguLFWA2tUpiY4+Jlef9VxgR4fzX/hNIaJ5fb7s1+HHaA4dbW9enNhEx98m2Jsjgp0DrGzUeH/Y/UkIdZnmXgC4PDu6zzfs8RkM2DxO0AD7zp6f9D/wi17284FMb+3q/+u89VsQUOIIWIC37IvJDYlwR91NsAVHJFbQAgzkvhZ6xp+tDxqYYhi3AnwVPwaQUdnS9wAUYBXpRvcAF4FudupXBji4atgB8nx+F+pdeGeyZSwUtgN/kAOKnM/HmdxmTYvO9hdagBfA7vHp96mGhCEzeY/51Nxj8VrhzDU94k/PgorbCwQvg63eY3Q3u+uNce3tuVH4Q9BQoT6f8GVGA8prZOiNWgJTP6eefr0q+KtolPnIF9GiuikTFmAU+4m2Qn74szbR3E6zVt49Wm8fihQN3pG+K4s9HCSRLeaGKb4rmgS3aHO8y/Le0k9mYu18D+EPiiW37LACuTyp93mK/cf4TcuCvqHkqfJmI6eCnfMrVtbqvZjd/Ayj3u2zl1YldAAAAAElFTkSuQmCC) no-repeat;background-size:contain;margin-right:10px}.branding-text{font-weight:800;font-size:24px}@media only screen and (max-width: 767px){.topbar__container{min-height:64px}.topbar__message{padding:0 16px;font-size:13px}.topbar__notice{padding-right:6px}.branding-text{font-size:20px}}.page-content__container{padding-bottom:50px}.page-content__container:before,.page-content__container:after{content:"";display:table;clear:both}.page-content__title{font-weight:900;font-size:34px;margin:1.4em 0}.page-content__title a:hover{color:#1976d2}.page-content__title--small{font-size:24px}.page-showcase{background-color:#82d7f71f;overflow:hidden}.page-showcase__main{box-shadow:0 0 356px #82d7f780}.page-content-tray{background:#f5f6f8}.section-bottom-shadow{border-bottom:1px solid #ccc;box-shadow:0 0 8px 1px #0000001a}.section-top-shadow{border-top:1px solid #ccc;box-shadow:0 0 8px 1px #0000001a}.sidebar-layout{display:flex;flex-direction:row;margin-bottom:1em}.sidebar-layout__main{flex-grow:1;min-width:0}.sidebar-layout__main>*:first-child{margin-top:0}.sidebar-layout__sidebar{position:sticky;max-height:100vh;overflow-y:auto;top:0;align-self:flex-start;flex-basis:25%;flex-shrink:0;margin-left:40px;order:1}.sidebar-layout__sidebar h2{margin:20px 0 0!important}.sidebar-layout__sidebar ul{margin:0 0 40px 15px!important;list-style-position:inside!important;font-size:14px!important}.sidebar-layout__sidebar ul ul{margin:0 0 0 20px!important}.sidebar-layout__sidebar--narrow{flex-basis:30%}@media only screen and (max-width: 1023px){.sidebar-layout{flex-direction:column;align-items:stretch}.sidebar-layout__sidebar{position:static;max-height:none;margin-left:0;order:0}}.sidebar-card{padding:1.5em;margin-top:-1em;border:1px solid #61d9fa;background-color:#ddf8ff;border-radius:10px;box-shadow:0 2px 10px #0000001a}.sidebar-card p{margin:1.5em 0}.sidebar-card>*:first-child{margin-top:0}.sidebar-card:last-child{position:sticky;top:3em}.sidebar-layout__sidebar--narrow .sidebar-card{padding:20px}.button{display:inline-block;border:2px solid transparent;border-radius:4px;padding:3px 8px;line-height:1.7;cursor:pointer;text-decoration:none!important}.button:disabled{opacity:.5;cursor:auto}.button--filled{box-shadow:0 1px 2px #00000026}button.button,input.button{font-size:inherit;font-family:inherit}.button--red.button--filled{background-color:#d20404;color:#fff}.button--red.button--filled:not(:disabled):hover{border-color:#d20404;background-color:transparent;color:inherit}.button--blue.button--filled{background-color:#1976d2;color:#fff}.button--blue.button--filled:not(:disabled):hover{border-color:#1976d2;background-color:transparent;color:inherit}.button--blue.button--outlined{border-color:#1976d2;color:inherit}.button--blue.button--outlined:not(:disabled):hover{background-color:#1976d2;color:#fff}.button--purple.button--filled{background-color:#5f1481;color:#fff}.button--purple.button--filled:not(:disabled):hover{border-color:#5f1481;background-color:transparent;color:inherit}.button--green.button--filled{background-color:#007c00;color:#fff}.button--green.button--filled:not(:disabled):hover{border-color:#007c00;background-color:transparent;color:inherit}.button--lightblue.button--outlined{border-color:#61dafb;color:inherit}.button--lightblue.button--outlined:not(:disabled):hover{background-color:#61dafb;color:#20232a}.button--yellow.button--filled{background-color:#fac863;color:#20232a;box-shadow:none}.button--yellow.button--filled:not(:disabled):hover{border-color:#fac863;background-color:transparent}.badge{padding:2px 4px;font-size:11px;line-height:14px;background-color:#1976d2;border-radius:2px;vertical-align:middle;color:#fff!important}.text-content{min-width:0;word-wrap:break-word}.text-content h1{font-weight:900;font-size:34px;margin:1.4em 0}.text-content h1 a:hover{color:#1976d2}.text-content h2,.text-content h3,.text-content h4{margin:2.3em 0 1.3em;font-weight:800}.text-content h2{font-size:24px}.text-content h3{font-size:22px}.text-content h4{font-size:20px}.text-content p{margin:1.5em 0}.text-content a{text-decoration:none;color:#1976d2}.text-content a:hover{text-decoration:underline}.text-content ul,.text-content ol,.text-content dl{margin:1.5em 0 1.5em 3em}.text-content ul{list-style-position:outside;list-style:disc}.text-content ul ul{list-style-position:outside;list-style:circle}.text-content ul ul ul{list-style:square}.text-content li{margin:1em 0}.text-content dl{margin:2em 0 2em 2em}.text-content dt{margin:1.5em 0 1em}.text-content dd{margin:1em 0 1.5em 2em}.text-content table{margin:1.5em 0;width:100%;text-align:left}.text-content th,.text-content td{border:1px solid #e4e4e4;padding:7px 10px}.text-content th{border-color:#ddd;background-color:#f2f2f2}.text-content td>p:first-child{margin-top:0}.text-content td>p:last-child{margin-bottom:0}.text-content code{border-style:solid;border-color:#ddd;background:#f2f2f2;color:#000!important;font-size:.8em;font-family:Monaco,Consolas,Lucida Console,monospace;border-width:0 0 1px 0;padding:0 2px}.text-content a code{color:inherit!important}.text-content pre{margin:1.5em 0;border:1px solid #ddd;border-radius:4px;background:#f2f2f2;max-width:100%;min-width:0;width:100%;overflow-x:auto;overflow-y:hidden}.text-content pre code{border:none;background:transparent;padding:0;display:block;line-height:1.8em;white-space:pre;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.text-content pre code.hljs{padding:.5em .7em;margin:0}.text-content pre code:not(.hljs){background:transparent;padding:.5em .7em;display:block;white-space:pre-wrap;word-break:normal;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.text-content .diff-code-2col{display:flex;gap:16px;align-items:stretch}.text-content .diff-code-2col>div{flex:1 1 0;min-width:0;display:flex;border:1px solid #ddd;border-radius:4px;background:#f2f2f2;overflow:hidden}.text-content .diff-code-2col pre{margin:0;border:0;border-radius:0;background:transparent;min-width:0;width:100%;flex:1 1 auto}@media (max-width: 900px){.text-content .diff-code-2col{flex-direction:column}.text-content .diff-code-2col>div{flex:0 0 auto}}.text-content .changelog h3{font-size:18px;margin:2em 0 1.2em}.text-content .changelog p code,.text-content .changelog li code,.more-link{white-space:nowrap}.more-link:after{content:" »"}.hljs{display:block;padding:.5em;background:transparent;color:#333;white-space:pre;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:teal}.hljs-string,.hljs-doctag{color:#b84}.hljs-title,.hljs-section,.hljs-selector-id{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-type,.hljs-class .hljs-title{color:#458;font-weight:700}.hljs-tag,.hljs-name,.hljs-attribute{color:navy;font-weight:400}.hljs-regexp,.hljs-link{color:#009926}.hljs-symbol,.hljs-bullet{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.bordered-image{box-sizing:content-box;border:7px solid #c8c9cc;max-width:calc(100% - 14px)!important}.image-caption{display:block;margin:.5em 0;font-size:14px;line-height:1.7;color:#999}.split-image{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin:0 -15px;padding:7px 0 0;overflow:hidden}.split-image>*{flex-basis:0;flex-grow:1;margin:-7px -7px 0}.split-image img{display:block}@media only screen and (min-width: 768px){.split-image{flex-direction:row;align-items:flex-start;margin:0;padding:0 0 0 7px}.split-image>*{margin:0 0 0 -7px}}@media only screen and (min-width: 1024px){.split-image{margin:0 0 0 -1.5em;padding:0}.split-image>*{margin:0 0 0 1.5em}}.control-button{padding:4px 8px;border:1px solid #adaeaf;border-radius:2px;line-height:18px;font-size:14px;color:#656667;cursor:pointer;display:inline-flex;align-items:center}.control-button:focus{outline:0;border:1px solid #6c6d6f}button.control-button{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none;font-family:inherit}.control-button--highlighted{color:#1976d2;border-color:#1976d2}.control-toggler{position:relative;z-index:1;display:inline-flex;padding-left:1px;font-size:14px}.control-toggler__choice{position:relative;z-index:2;margin-left:-1px;box-shadow:0 1px 1px #0000001a;border:1px solid #adaeaf;padding:4px 8px;line-height:18px;cursor:pointer;display:flex;align-items:center}.control-toggler__choice:focus{outline:0;border:1px solid #6c6d6f}.control-toggler__choice:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.control-toggler__choice:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px}.control-toggler__choice img{opacity:.5}.control-toggler__choice--selected{z-index:1;background:#eaebec;box-shadow:inset 0 1px 2px #00000020}.external-theme{margin:2em 0}.external-theme a{color:#0b4d8e}.external-theme a:hover{color:#1976d2}.external-theme__title{font-weight:600}.external-theme__title span{font-weight:400}.external-theme__content{display:flex;justify-content:flex-start;align-items:center;margin-top:1em}.external-theme__img-wrap{position:relative;border:7px solid #c8c9cc;margin-right:10px}.external-theme__img-wrap img{float:left}.external-theme__img-wrap--calendar:hover:after{content:"View a demo of the calendar";position:absolute;left:0;right:0;bottom:0;padding:6px;text-align:center;color:#fff;background:#000000bf;font-size:14px}.external-theme__arrow{position:relative;width:0;height:0;border:20px solid #c8c9cc;border-radius:20px}.external-theme__arrow:after{content:"";border-style:solid;border-width:8px 0 8px 18px;border-color:transparent transparent transparent #fff;position:absolute;top:-8px;left:-7px}.term-table{margin:1em 0}.term-table__term{position:relative;z-index:1;margin:1em 0}.term-table__term:before{content:" ";position:absolute;z-index:1;top:0;left:0;right:0;border-bottom:1px dotted #c8c9cc;margin-top:-8px}.term-table__term-title{position:relative;z-index:3;float:left;padding-right:10px;margin-right:10px;font-weight:600;background:#fff}.term-table__term-description{position:relative;z-index:2;margin-left:250px;padding-left:10px;background:#fff}a.term-table__term{display:block;text-decoration:none}a.term-table__term .term-table__term-title{color:#0b4d8e}a.term-table__term .term-table__term-description{color:#20232a}a.term-table__term:hover{text-decoration:none}a.term-table__term:hover .term-table__term-title{color:#1976d2}a.term-table__term:hover .term-table__term-description{text-decoration:none}.breadcrumb-title__separator{font-weight:300;margin-left:2px;margin-right:2px;color:#989ba2}.breadcrumb-title__separator:after{content:"/"}.docs-content .removed-notice{margin:1.2em 0;border:1px solid #d49d49;padding:.5em;background:#ffe0be}.docs-content .removed-notice p{margin:0}.docs-content .spec{background:#d7f0f7;border:1px solid #a9dded;margin:1.5em 0;padding:.5em;font-size:.8em;font-family:Monaco,Consolas,Lucida Console,monospace;line-height:1.8em}.docs-content .spec code{font-size:inherit}.docs-content .spec pre code{margin:.5em 0 0;border-color:#d3d3d3}.docs-content .spec a{color:#0084ad}.docs-content .spec p{margin:0}.docs-content .warning{margin:2em 0;border:1px solid rgb(239,224,176);padding:10px;background:#fff7de}.docs-content .warning p{margin:0}.docs-content .version-info{margin:3.5em 0 1em;font-size:14px}.docs-controls{float:right}.docs-controls__controls{display:flex;justify-content:flex-end;height:34px;margin-top:60px}.docs-controls__controls>*{margin-left:10px}:root{--docsearch-searchbox-background: #eaebec !important;--docsearch-primary-color: #1876d2 !important}.docs-landing{display:table;width:100%}.docs-landing__section{display:table-row}.docs-landing__section-title,.docs-landing__section-content{display:table-cell;vertical-align:top}.docs-landing__section-title{width:1px;padding:54px 60px 0 0;font-size:22px;text-align:right;white-space:nowrap}.docs-landing__section-content{padding:20px 0}.docs-landing__illustrations{padding:0 0 0 30px;border-left:1px solid #c8c9cc;list-style:none}.docs-landing__illustrations:before,.docs-landing__illustrations:after{content:"";display:table;clear:both}.docs-landing__illustration{float:left;width:182px;height:156px;margin:20px 0 10px 10px;padding:0;text-align:center}.docs-landing__illustration-image{display:block;margin:0 auto}.docs-landing__illustration-title{display:block;margin-top:2px}.docs-toc{margin-right:-20px}.docs-toc__table{table-layout:fixed;width:100%}.docs-toc__table td{width:25%}.docs-toc__title{font-weight:600;font-size:22px;margin:2em 0 1em}.docs-toc__title:first-child{margin-top:0}.docs-toc-card{border:1px solid #c8c9cc;box-shadow:0 1px 1px #00000026;margin-right:20px;margin-bottom:1em;font-size:14px}.docs-toc-card__head{background:#eaebec;border-bottom:1px solid #c8c9cc;padding:.7em .7em .7em 1em;display:flex;justify-content:space-between;align-items:center}.docs-toc-card__head-link,.docs-toc-card__body a{color:#0b4d8e}.docs-toc-card__head-link:hover,.docs-toc-card__body a:hover{color:#1976d2}.docs-toc-card__body{padding-right:.7em;padding-bottom:.7em}.docs-toc-card__body ul{margin:.7em 0 .7em 1em}.docs-toc-card__body li{margin:.7em 0}.docs-sublanding{display:flex}.docs-sublanding__main{flex-grow:1}.docs-sublanding__content>:first-child{margin-top:0}.docs-sublanding__sidebar{flex-grow:0;flex-shrink:0;width:374px;padding-left:60px;margin-bottom:2em}.docs-sublanding__sidebar-title{margin-bottom:-1em;font-weight:600}.docs-sublanding__image{margin:2em 0;color:#999}.docs-sublanding__image img{display:block;max-width:100%;border:7px solid #c8c9cc}a.docs-sublanding__image{text-decoration:none;display:block}a.docs-sublanding__image:hover{text-decoration:underline}.docs-sublanding__image-caption{margin:.5em 0;font-size:14px;line-height:1.4}.docs-sublanding__children{margin-top:5em}.docs-sublanding__child-group{margin:3em 0}.docs-sublanding__child-group-title{color:#989ba2;text-transform:uppercase;margin-bottom:1.5em}.docs-article{display:flex}.docs-article__sidebar{flex-shrink:0;flex-grow:0;width:220px;margin-right:60px;font-size:14px}.docs-article__sidebar>ul{margin:2em 0 3em}.docs-article__sidebar-title{margin:60px 0 44px;font-size:20px;font-weight:600}.docs-article__sidebar-title a:hover{color:#1976d2}.docs-article__sidebar-group-title{color:#989ba2;text-transform:uppercase;margin:2.3em 0 .5em;font-size:14px}.docs-article__sidebar-item a{color:#0b4d8e;position:relative;z-index:1;display:block;padding:.5em 0}.docs-article__sidebar-item a:hover{color:#1976d2}.docs-article__sidebar-item a span{position:relative;z-index:2;padding-right:7px;margin-right:7px;white-space:nowrap;background:#fff}.docs-article__sidebar-item a:before{content:" ";position:absolute;z-index:1;top:.5em;left:0;right:0;border-bottom:1px dotted #c8c9cc;margin-top:-7px}.docs-article__sidebar-item--selected a,.docs-article__sidebar-item--selected a:hover{font-weight:600;color:#000}.docs-article__sidebar-item--selected a:before{border-color:#a0a0a0}.docs-article__main{flex-grow:1;min-width:0}.docs-article__version{display:inline-block;vertical-align:middle;margin:-50% 0 -50% 4px;border:1px solid #c8c9cc;padding:0 2px;font-size:12px;line-height:16px;font-weight:400;color:#666}
