:root{--max-width:760px;--blue-050:#e8f1fc;--blue-100:#e5f1ff;--blue-150:#75b3f6;--blue-200:#5da6f4;--blue-300:#0969da;--blue-400:#0553a1;--blue-500:#044789;--blue-600:#032d57;--magenta-200:#c586c0;--magenta-300:#bb2bb9;--green-200:#18a055;--green-300:#137e43;--gray-050:#fbfcfd;--gray-100:#f6f6f7;--gray-150:#f3f3f4;--gray-200:#e9e9e9;--gray-250:#e6e6e6;--gray-300:#dbdbdb;--gray-350:#c6c6c6;--gray-400:#b9b9b9;--gray-500:#9399aa;--gray-500-d:#939393;--gray-600:#7a7a7a;--gray-700:#6a7186;--gray-700-d:#6a6a6a;--gray-800:#484848;--black-100:#3d414d;--black-200:#32353e;--black-300:#262930;--black-400:#1b1d22;--black-500:#101114;--black-550:#090910;--black-600:#040506;--text-global:var(--gray-800);--text-global-dark:var(--gray-400);--colour-change:0.75s ease-in infinite colour-change;--colour-change-dark:0.75s ease-in infinite colour-change-dark;--text-article:var(--black-600);--text-article-dark:var(--gray-350);--border-radius:0.3rem;--shadow:0px 1px 5px var(--gray-400);--shadow-dark:0px 1px 5px var(--black-200);--transition-duration:0.5s;--transition-timing-function:ease-in-out;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-mono:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace;--menu-font-size:0.875rem}html{font-size:16px;font-weight:400;background-color:#fff;scroll-behavior:auto}body{font-family:var(--font-sans);min-height:100vh;line-height:1.5;text-rendering:geometricPrecision;font-feature-settings:"kern";box-sizing:border-box;margin:0;-webkit-font-smoothing:antialiased;color:var(--text-global);background-color:var(--gray-050)}[data-theme=dark] body{color:var(--text-global-dark);background-color:var(--black-600)}::-moz-selection{background-color:var(--blue-300);color:#fff}::selection{background-color:var(--blue-300);color:#fff}[data-theme=dark] ::-moz-selection{background-color:var(--blue-200)}[data-theme=dark] ::selection{background-color:var(--blue-200)}a{color:inherit;text-decoration:none}h1{font-size:2.25rem;line-height:2.5rem}h2{font-size:1.875rem;line-height:2.25rem}h1,h2,h3{margin:2rem 0 1rem;letter-spacing:-.025em}h3{font-size:1.5rem;line-height:2rem}h4{font-size:1.25rem}h4,h5{line-height:1.75rem;margin:0}h5{font-size:1.125rem}h6{font-size:1rem;line-height:1.5rem;margin:0}h1,h2,h3,h4,h5,h6{font-weight:700;color:#000}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:var(--gray-200)}strong:not(strong>a){font-weight:700;color:#000}[data-theme=dark] strong:not(strong>a){color:#fff}p{margin:1rem 0}ul{list-style-type:none}button{color:var(--black-400)}[data-theme=dark] button{color:var(--gray-400)}*,:after,:before{box-sizing:inherit}.hash-anchor{display:absolute;visibility:hidden;cursor:pointer;text-decoration-color:transparent;font-weight:400;color:var(--blue-300)}[data-theme=dark] .hash-anchor{color:var(--blue-200)}h2>a.hash-anchor,h3>a.hash-anchor,h4>a.hash-anchor,h5>a.hash-anchor{padding-left:.25em}.hash-anchor:after{content:"#"}.hash-anchor:hover{visibility:visible;text-decoration:underline}:hover>.hash-anchor{visibility:visible}figure[data-rehype-pretty-code-figure]{margin:0}figure>pre{font-size:.8rem;line-height:1.6;padding:.5rem 0;margin:0 0 1.25rem;overflow:hidden;white-space:pre}code,figure>pre{font-family:var(--font-mono);direction:ltr;text-align:left;word-spacing:normal;word-break:normal;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;hyphens:none;box-sizing:border-box}.rehype-code-title,code,figure>pre{background-color:var(--gray-100)}[data-theme=dark] .rehype-code-title,[data-theme=dark] code,[data-theme=dark] figure>pre{background-color:#171a1f}.rehype-code-title,code{overflow:auto}figure>pre>code>span{padding:0 .5em;display:block}code{counter-reset:line}code[data-line-numbers-max-digits="2"]>[data-line]:before{width:2rem}code[data-line-numbers-max-digits="3"]>[data-line]:before{width:3rem}code:not(figure>pre[data-language=diff]>code,figure>pre[data-language=bash]>code,[data-language=""])>[data-line]:before{font-size:.75rem;counter-increment:line;content:counter(line);display:inline-block;width:1rem;margin-right:1.2rem;text-align:right;color:var(--gray-350)}[data-theme=dark] code:not(figure>pre[data-language=diff]>code,figure>pre[data-language=bash]>code,[data-language=""])>[data-line]:before{color:var(--gray-800)}.custom-image{margin-top:1rem;margin-bottom:1rem;cursor:zoom-in;text-align:center}.custom-image>img{-o-object-fit:contain;object-fit:contain;height:auto}.rehype-code-title{margin-top:1.25rem;padding:.75rem 1.5em;font-family:var(--font-mono);font-size:.8rem;line-height:1.125rem;font-weight:500;color:var(--black-800);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);border-width:1px 1px 0;-webkit-clip-path:inset(-5px -5px 0 -5px);clip-path:inset(-5px -5px 0 -5px)}[data-theme=dark] .rehype-code-title{color:var(--gray-200)}code[data-theme*=" "],code[data-theme*=" "] span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}[data-theme=dark] code[data-theme*=" "],[data-theme=dark] code[data-theme*=" "] span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}figure[data-rehype-pretty-code-figure]>pre{border-radius:var(--border-radius)}.rehype-code-title+div>figure>pre{margin-top:0;border-top:0}span[data-line]{border-left:2px solid transparent}span[data-highlighted-line]{border-left-width:2px;border-left-color:var(--blue-200);filter:blur(0)!important;transition:filter var(--transition-duration) var(--transition-timing-function)}[data-theme=dark] span[data-highlighted-line]{border-left-color:#3b82f6}figure>pre[data-language]:not(figure>pre[data-language=bash],figure>pre[data-language=diff])>code>span.line-number:before{display:inline-block}figure>pre[data-language=bash]>code>span,figure>pre[data-language=diff]>code>span{padding-left:1em;padding-right:1em}.rehype-code-title+figure[data-rehype-pretty-code-figure]>pre{border-width:0 1px 1px;border-radius:0 0 var(--border-radius) var(--border-radius)}.rehype-code-title+figure[data-rehype-pretty-code-figure]{border-width:1px 0 0;border-style:solid;border-color:var(--gray-200)}[data-theme=dark] .rehype-code-title+figure[data-rehype-pretty-code-figure]{border-color:var(--black-300)}figure>pre[data-language=bash],figure>pre[data-language=diff],figure>pre[data-language=python]{border-width:1px}.rehype-code-title,.rehype-code-title+figure[data-rehype-pretty-code-figure]>pre,figure>pre[data-language=bash],figure>pre[data-language=diff],figure>pre[data-language=python]{border-style:solid;border-color:var(--gray-150)}[data-theme=dark] .rehype-code-title,[data-theme=dark] .rehype-code-title+figure[data-rehype-pretty-code-figure]>pre,[data-theme=dark] figure>pre[data-language=bash],[data-theme=dark] figure>pre[data-language=diff],[data-theme=dark] figure>pre[data-language=python]{border-color:var(--black-400)}span[data-highlighted-line],span[data-line]:hover{background-color:var(--gray-200)}[data-theme=dark] span[data-highlighted-line],[data-theme=dark] span[data-line]:hover{background-color:var(--black-500)}span[data-highlighted-line]:before,span[data-line]:hover:before{color:var(--gray-700)!important}[data-theme=dark] span[data-highlighted-line]:before,[data-theme=dark] span[data-line]:hover:before{color:var(--gray-400)!important}figure>pre:has(span[data-highlighted-line]) span[data-line]{filter:blur(1.1px);transition:filter var(--transition-duration) var(--transition-timing-function)}figure>pre:has(span[data-highlighted-line]):hover span[data-line]{filter:blur(0)}.pswp__img{background-color:rgba(50,50,50,.85)!important}[data-theme=dark] .pswp__img{background-color:rgba(3,3,3,.7)!important}@media only screen and (max-width:767.9px){h1{font-size:1.875rem;line-height:2.25rem}h2{font-size:1.5rem;line-height:2rem}h3{font-size:1.25rem}h3,h4{line-height:1.75rem}h4{font-size:1.125rem}h5{font-size:1rem;line-height:1.5rem}}@media only screen and (max-width:639.9px){body{-webkit-text-size-adjust:none}}@media (prefers-color-scheme:dark){code[data-theme=light],figure>pre[data-theme=light]{display:none}}@media (prefers-color-scheme:light),(prefers-color-scheme:no-preference){code[data-theme=dark],figure>pre[data-theme=dark]{display:none}}@keyframes colour-change{0%{background-color:var(--gray-150)}50%{background-color:var(--gray-200)}to{background-color:var(--gray-150)}}@keyframes colour-change-dark{0%{background-color:var(--black-400)}50%{background-color:var(--black-200)}to{background-color:var(--black-400)}}.burger-button_btn__k476b{display:block;padding:0;margin:0;background-color:transparent;border:none;outline:none;cursor:pointer;width:21px;height:21px}.burger-button_container__hOKTY{width:21px;height:calc(8px + 2px);position:relative}.burger-button_bottom__FEesG,.burger-button_top__dHXYA{display:block;height:2px;width:100%;transition-timing-function:ease;transition-duration:.4s;transform-origin:center;position:absolute;background-color:var(--black-600)}[data-theme=dark] .burger-button_bottom__FEesG,[data-theme=dark] .burger-button_top__dHXYA{background-color:var(--gray-100)}.burger-button_topUnclicked__7uact{transform:translateZ(0) rotate(0)}.burger-button_bottomUnclicked__orNNh{transform:translate3d(0,8px,0) rotate(0)}.burger-button_topClicked__oF_fY{transform:translate3d(0,4px,0) rotate(-45deg)}.burger-button_bottomClicked__eMSs5{transform:translate3d(0,4px,0) rotate(45deg)}.logo_svg__lf18S{display:block;outline:none;border:0;overflow:visible}.utils_containerMargin__i9k69,.utils_container__tJmzB{max-width:var(--max-width);padding:0 20px;margin-right:auto;margin-bottom:0;margin-left:auto}.utils_container__tJmzB{margin-top:0}.utils_containerMargin__i9k69{margin-top:4rem}.utils_containerMargin__i9k69>h1{font-size:3.75rem;line-height:1;margin-top:0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.utils_containerMargin__i9k69>h2,.utils_container__tJmzB>h2{font-size:2.25rem;line-height:2.5rem;margin:0}.utils_containerMargin__i9k69>p,.utils_container__tJmzB>p{letter-spacing:.05em}.utils_hidden__F2Vio{display:none}.utils_external__npacW{align-items:center;-webkit-hyphens:none;hyphens:none;word-break:keep-all}.utils_external__npacW>svg{margin-left:.25rem;font-size:.7rem;fill:none!important}.utils_anchor__sQs78,.utils_external__npacW,.utils_internal__lAFxj{color:var(--blue-300)}[data-theme=dark] .utils_anchor__sQs78,[data-theme=dark] .utils_external__npacW,[data-theme=dark] .utils_internal__lAFxj{color:var(--blue-200)}.utils_anchor__sQs78,.utils_external__npacW>span,.utils_internal__lAFxj{padding-bottom:1px;border-bottom-color:inherit;border-bottom-style:solid;border-bottom-width:1px}.utils_hr__cL_7z{margin-top:3.75rem;border:0;border-top:1px solid var(--gray-200);width:60vw;max-width:350px}[data-theme=dark] .utils_hr__cL_7z{border-color:var(--black-300)}.utils_anchor__sQs78:hover,.utils_external__npacW:hover>span,.utils_internal__lAFxj:hover{border-color:transparent}.utils_anchor__sQs78:active,.utils_external__npacW:active,.utils_internal__lAFxj:active{color:#000}[data-theme=dark] .utils_anchor__sQs78:active,[data-theme=dark] .utils_external__npacW:active,[data-theme=dark] .utils_internal__lAFxj:active{color:#fff}.utils_external__npacW:visited,.utils_internal__lAFxj:visited{color:var(--magenta-300)}[data-theme=dark] .utils_external__npacW:visited,[data-theme=dark] .utils_internal__lAFxj:visited{color:var(--magenta-200)}@media only screen and (max-width:767.9px){.utils_containerMargin__i9k69>h1{font-size:2.25rem;line-height:2.5rem}.utils_containerMargin__i9k69>h2,.utils_container__tJmzB>h2{font-size:1.875rem;line-height:2.25rem}.utils_hr__cL_7z{margin-top:3rem}}@media only screen and (max-width:319.9px){.utils_containerMargin__i9k69,.utils_container__tJmzB{padding:0 .75rem}.utils_containerMargin__i9k69>h1{font-size:1.875rem;line-height:2.25rem}.utils_containerMargin__i9k69>h2,.utils_container__tJmzB>h2{font-size:1.5rem;line-height:2rem}}.header_header__ZLKRC{display:flex;position:relative;align-items:center;justify-content:space-between;padding-top:1.75rem;padding-bottom:1.75rem}.header_header__ZLKRC,.header_logo__wUhLt{z-index:1000}.header_logo__wUhLt>a{cursor:pointer;display:block;width:-moz-fit-content;width:fit-content}.header_navLangBurger__fYweJ{margin-right:calc(-1rem + (.7733rem / 2));display:flex;align-items:center}.header_nav__yyYes ul{display:flex;flex-direction:row;padding:0;margin:0;align-items:center}.header_nav__yyYes ul li a{font-size:var(--menu-font-size);line-height:2rem;display:block;border-radius:var(--border-radius);padding:0 1.25rem}.header_hidden__15hCK{display:none}.header_selected__S_0Xp{font-weight:700;color:#000}[data-theme=dark] .header_selected__S_0Xp{color:#fff}.header_dropdown__9Z_a5{display:flex;flex-direction:row;align-items:center}.header_dropdown__9Z_a5 .header_dropdown__9Z_a5{width:85px}.header_burger__CsIAN,.header_skeleton__mJ_DL{display:none}.header_logo__wUhLt a:active,.header_logo__wUhLt a:focus{outline:none}.header_nav__yyYes>ul>li>a:hover{background-color:var(--gray-200);color:#000}[data-theme=dark] .header_nav__yyYes>ul>li>a:hover{color:#fff;background-color:var(--black-200)}.header_skeleton__mJ_DL{width:21px;height:21px;border-radius:var(--border-radius);animation:var(--colour-change)}[data-theme=dark] .header_skeleton__mJ_DL{animation:var(--colour-change-dark)}@media only screen and (max-width:767.9px){.header_navLangBurger__fYweJ{margin-left:auto;margin-right:0}.header_dropdown__9Z_a5,.header_nav__yyYes{display:none}.header_burger__CsIAN,.header_skeleton__mJ_DL{display:inline;display:initial;z-index:1000;margin:0;padding-left:.6rem}.header_nav__yyYes>ul>li{padding:0;margin:0}}.footer_footer__zx7CV{margin-top:5rem}.footer_layout__oi8c9{display:grid;grid-template-rows:repeat(1,auto);grid-template-columns:repeat(5,1fr);grid-gap:2rem 2rem;gap:2rem 2rem;line-height:1.8;padding-top:3.5rem;padding-bottom:3.5rem;justify-content:space-between;border-top:1px solid var(--gray-200)}[data-theme=dark] .footer_layout__oi8c9{border-color:var(--black-300)}.footer_logo__LT0XI{grid-row:1}.footer_dropdown__TewNE,.footer_logo__LT0XI{width:-moz-fit-content;width:fit-content;grid-column:1/3}.footer_dropdown__TewNE{grid-row:2}.footer_logo__LT0XI>p{font-size:.825rem;line-height:1.125rem;margin:.75rem 0 0;font-weight:300;color:var(--gray-700)}[data-theme=dark] .footer_logo__LT0XI>p{color:var(--gray-600)}.footer_logo__LT0XI>a{display:block;width:-moz-fit-content;width:fit-content}.footer_home__JvHyI{grid-column:3;grid-row:1/3}.footer_sections__D8ZLN{grid-column:4;grid-row:1/3;max-width:10rem}.footer_contact__UBXzy{grid-column:5;grid-row:1/3;justify-self:left;font-size:1rem}.footer_contact__UBXzy>nav>ul{display:flex;flex-direction:row}.footer_webNote__H4bpB{font-size:.75rem;line-height:1rem;grid-column:1/6;grid-row:3;justify-self:center;font-weight:300;color:var(--gray-700)}[data-theme=dark] .footer_webNote__H4bpB{color:var(--gray-600)}.footer_webNote__H4bpB>p{margin-top:2rem}.footer_hidden___ybCB{display:none}.footer_contact__UBXzy>h2,.footer_home__JvHyI>h2,.footer_sections__D8ZLN>h2{font-size:.875rem;line-height:1.25rem;margin:0;padding-bottom:.25rem}.footer_contact__UBXzy>nav>ul,.footer_home__JvHyI>nav>ul,.footer_sections__D8ZLN>nav>ul{padding:0;margin:0}.footer_contact__UBXzy>nav>ul>li,.footer_home__JvHyI>nav>ul>li,.footer_sections__D8ZLN>nav>ul>li{font-size:.875rem;line-height:1.25rem;margin-top:.5rem}.footer_contact__UBXzy>nav>ul>li svg,.footer_contact__UBXzy>nav>ul>li>span{display:block}.footer_contact__UBXzy>nav>ul>li:not(:first-of-type){margin-left:1rem}.footer_contact__UBXzy>nav>ul>li>span>a{cursor:ne-resize}.footer_home__JvHyI>nav>ul>li>a:hover,.footer_sections__D8ZLN>nav>ul>li>a:hover{color:#000}[data-theme=dark] .footer_home__JvHyI>nav>ul>li>a:hover,[data-theme=dark] .footer_sections__D8ZLN>nav>ul>li>a:hover{color:#fff}.footer_contact__UBXzy>nav>ul>li>span>a>svg:hover{color:#000}[data-theme=dark] .footer_contact__UBXzy>nav>ul>li>span>a>svg:hover{color:#fff}.footer_skeleton__L_VLO{width:140;height:38px;border-radius:var(--border-radius);animation:var(--colour-change)}[data-theme=dark] .footer_skeleton__L_VLO{animation:var(--colour-change-dark)}@media only screen and (max-width:1023.9px){.footer_contact__UBXzy>nav>ul>li,.footer_home__JvHyI>nav>ul>li,.footer_sections__D8ZLN>nav>ul>li{margin-top:.75rem}}@media only screen and (max-width:767.9px){.footer_layout__oi8c9{grid-template-rows:repeat(4,auto);grid-template-columns:repeat(3,1fr);padding-bottom:0}.footer_logo__LT0XI{grid-column:1/4;grid-row:1}.footer_dropdown__TewNE{display:inline;display:initial;width:140px;align-self:center;grid-column:1/4;grid-row:2}.footer_home__JvHyI{grid-row:3;grid-column:1}.footer_sections__D8ZLN{grid-row:3;grid-column:2}.footer_contact__UBXzy{grid-row:3;grid-column:3}.footer_contact__UBXzy>nav>ul>li:not(:first-of-type){margin-left:1.25rem}.footer_webNote__H4bpB{grid-row:4;grid-column:1/4}}@media only screen and (max-width:424.9px){.footer_layout__oi8c9{grid-template-rows:repeat(5,auto);grid-template-columns:repeat(2,1fr);-moz-column-gap:1rem;column-gap:1rem}.footer_dropdown__TewNE,.footer_logo__LT0XI{grid-column:1/3}.footer_contact__UBXzy{grid-row:4;grid-column:1/3}.footer_webNote__H4bpB{grid-row:5;grid-column:1/3}.footer_contact__UBXzy>h2{display:none}.footer_contact__UBXzy>nav>ul>li>span>a>svg{font-size:1.125rem;color:var(--black-300)}[data-theme=dark] .footer_contact__UBXzy>nav>ul>li>span>a>svg{color:var(--gray-200)}}.site-layout_hidden__IyEKh{display:none}