.g-icon{vertical-align:top;line-height:0}.g-button{--_--text-color:var(--g-color-text-primary);--_--text-color-hover:var(--_--text-color);--_--background-color:transparent;--_--background-color-hover:var(--g-color-base-simple-hover);--_--border-width:0;--_--border-color:currentColor;--_--focus-outline-color:var(--g-color-line-focus);--_--focus-outline-offset:0;--_--font-size:var(--g-text-body-1-font-size);font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:var(--g-button-text-color,var(--_--text-color));cursor:pointer;box-sizing:border-box;height:var(--g-button-height,var(--_--height));line-height:var(--g-button-height,var(--_--height));font-size:var(--g-button-font-size,var(--_--font-size));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;white-space:nowrap;touch-action:manipulation;-webkit-tap-highlight-color:transparent;padding:0;padding:0 var(--g-button-padding,var(--_--padding));justify-content:center;gap:var(--g-button-icon-offset,var(--_--icon-offset));background:0 0;border:none;outline:none;text-decoration:none;transition:transform .1s ease-out,color .15s linear;display:inline-flex;position:relative;overflow:visible;transform:scale(1)}.g-button:before{content:"";z-index:-1;background-color:var(--g-button-background-color,var(--_--background-color));border:var(--g-button-border-width,var(--_--border-width))var(--g-button-border-style,solid)var(--g-button-border-color,var(--_--border-color));transition:background-color .15s linear;position:absolute;inset:0}.g-button:hover,.g-button[aria-haspopup][aria-expanded=true]{color:var(--g-button-text-color-hover,var(--_--text-color-hover))}.g-button:hover:before,.g-button[aria-haspopup][aria-expanded=true]:before{background-color:var(--g-button-background-color-hover,var(--_--background-color-hover))}.g-button:focus-visible:before{outline:var(--g-button-focus-outline-color,var(--_--focus-outline-color))var(--g-button-focus-outline-style,solid)var(--g-button-focus-outline-width,2px);outline-offset:var(--g-button-focus-outline-offset,var(--_--focus-outline-offset))}.g-button:after{content:"";z-index:-1;transition:none;position:absolute;inset:0;transform:scale(1)}.g-button:active{transition:none;transform:scale(.96)}.g-button:active:after{transform:scale(1.042)}.g-button_size_xs{--_--height:20px;--_--border-radius:var(--g-border-radius-xs);--_--padding:6px;--_--icon-space:12px;--_--icon-offset:4px}.g-button_size_s{--_--height:24px;--_--border-radius:var(--g-border-radius-s);--_--padding:8px;--_--icon-space:16px;--_--icon-offset:4px}.g-button_size_m{--_--height:28px;--_--border-radius:var(--g-border-radius-m);--_--padding:12px;--_--icon-space:16px;--_--icon-offset:8px}.g-button_size_l{--_--height:36px;--_--border-radius:var(--g-border-radius-l);--_--padding:16px;--_--icon-space:16px;--_--icon-offset:8px}.g-button_size_xl{--_--height:44px;--_--border-radius:var(--g-border-radius-xl);--_--padding:24px;--_--icon-space:20px;--_--icon-offset:12px;--_--font-size:var(--g-text-body-2-font-size)}.g-button_view_normal{--_--background-color:var(--g-color-base-generic);--_--background-color-hover:var(--g-color-base-generic-hover)}.g-button_view_action{--_--text-color:var(--g-color-text-brand-contrast);--_--background-color:var(--g-color-base-brand);--_--background-color-hover:var(--g-color-base-brand-hover);--_--focus-outline-color:var(--g-color-base-brand);--_--focus-outline-offset:1px}.g-button_view_outlined{--_--border-width:1px;--_--border-color:var(--g-color-line-generic)}.g-button_view_outlined-info{--_--text-color:var(--g-color-text-info);--_--border-width:1px;--_--border-color:var(--g-color-line-info)}.g-button_view_outlined-success{--_--text-color:var(--g-color-text-positive);--_--border-width:1px;--_--border-color:var(--g-color-line-positive)}.g-button_view_outlined-warning{--_--text-color:var(--g-color-text-warning);--_--border-width:1px;--_--border-color:var(--g-color-line-warning)}.g-button_view_outlined-danger{--_--text-color:var(--g-color-text-danger);--_--border-width:1px;--_--border-color:var(--g-color-line-danger)}.g-button_view_outlined-utility{--_--text-color:var(--g-color-text-utility);--_--border-width:1px;--_--border-color:var(--g-color-line-utility)}.g-button_view_outlined-action{--_--text-color:var(--g-color-text-brand);--_--border-width:1px;--_--border-color:var(--g-color-line-brand)}.g-button_view_raised{--_--background-color:var(--g-color-base-float);--_--background-color-hover:var(--g-color-base-float-hover)}.g-button_view_raised:before{box-shadow:0 3px 5px var(--g-color-sfx-shadow)}.g-button_view_raised:active:before{box-shadow:0 1px 2px var(--g-color-sfx-shadow)}.g-button_view_flat-secondary{--_--text-color:var(--g-color-text-secondary);--_--text-color-hover:var(--g-color-text-primary)}.g-button_view_flat-info{--_--text-color:var(--g-color-text-info)}.g-button_view_flat-success{--_--text-color:var(--g-color-text-positive)}.g-button_view_flat-warning{--_--text-color:var(--g-color-text-warning)}.g-button_view_flat-danger{--_--text-color:var(--g-color-text-danger)}.g-button_view_flat-utility{--_--text-color:var(--g-color-text-utility)}.g-button_view_flat-action{--_--text-color:var(--g-color-text-brand)}.g-button_view_normal-contrast{--_--text-color:var(--g-color-text-dark-primary);--_--background-color:var(--g-color-base-light);--_--background-color-hover:var(--g-color-base-light-hover);--_--focus-outline-color:var(--g-color-line-light)}.g-button_view_normal-contrast.g-button_loading{--_--background-color-hover:var(--g-color-base-simple-hover)}.g-button_view_outlined-contrast{--_--text-color:var(--g-color-text-light-primary);--_--background-color-hover:var(--g-color-base-light-simple-hover);--_--border-width:1px;--_--border-color:var(--g-color-line-light);--_--focus-outline-color:var(--g-color-line-light)}.g-button_view_flat-contrast{--_--text-color:var(--g-color-text-light-primary);--_--background-color-hover:var(--g-color-base-light-simple-hover);--_--focus-outline-color:var(--g-color-line-light)}.g-button_pin_round-round:before{border-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button_pin_brick-brick:before{border-radius:0}.g-button_pin_clear-clear:before{border-inline:0;border-radius:0}.g-button_pin_circle-circle:before{border-radius:100px}.g-button_pin_round-brick:before{border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button_pin_brick-round:before{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0}.g-button_pin_round-clear:before{border-inline-end:0;border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button_pin_clear-round:before{border-inline-start:0;border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0}.g-button_pin_brick-clear:before{border-inline-end:0;border-radius:0}.g-button_pin_clear-brick:before{border-inline-start:0;border-radius:0}.g-button_pin_circle-brick:before{border-start-start-radius:100px;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:100px}.g-button_pin_brick-circle:before{border-start-start-radius:0;border-start-end-radius:100px;border-end-end-radius:100px;border-end-start-radius:0}.g-button_pin_circle-clear:before{border-inline-end:0;border-start-start-radius:100px;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:100px}.g-button_pin_clear-circle:before{border-inline-start:0;border-start-start-radius:0;border-start-end-radius:100px;border-end-end-radius:100px;border-end-start-radius:0}.g-button_pin_round-round:after{border-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button_pin_brick-brick:after{border-radius:0}.g-button_pin_clear-clear:after{border-inline:0;border-radius:0}.g-button_pin_circle-circle:after{border-radius:100px}.g-button_pin_round-brick:after{border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button_pin_brick-round:after{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0}.g-button_pin_round-clear:after{border-inline-end:0;border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button_pin_clear-round:after{border-inline-start:0;border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0}.g-button_pin_brick-clear:after{border-inline-end:0;border-radius:0}.g-button_pin_clear-brick:after{border-inline-start:0;border-radius:0}.g-button_pin_circle-brick:after{border-start-start-radius:100px;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:100px}.g-button_pin_brick-circle:after{border-start-start-radius:0;border-start-end-radius:100px;border-end-end-radius:100px;border-end-start-radius:0}.g-button_pin_circle-clear:after{border-inline-end:0;border-start-start-radius:100px;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:100px}.g-button_pin_clear-circle:after{border-inline-start:0;border-start-start-radius:0;border-start-end-radius:100px;border-end-end-radius:100px;border-end-start-radius:0}.g-button__text{white-space:nowrap;display:inline-block}.g-button__icon{margin:0 calc((var(--g-button-height,var(--_--height)) - var(--g-button-icon-space,var(--_--icon-space)))/2*-1);width:var(--g-button-height,var(--_--height));height:var(--g-button-height,var(--_--height));display:inline-block;position:relative}.g-button__icon:after{content:" ";visibility:hidden}.g-button__icon-inner{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.g-button__icon_side_start{order:-1}.g-button__icon_side_end{order:1}.g-button__icon:only-child{margin:0}.g-button:has(.g-button__icon:only-child){--_--padding:0}.g-button:has(.g-button__icon:only-child):not(.g-button_width_max){width:var(--g-button-height,var(--_--height))}.g-button_selected:not(.g-button_view_outlined-contrast){--_--border-width:0}.g-button_selected:not(.g-button_view_normal-contrast,.g-button_view_flat-contrast,.g-button_view_outlined-contrast){--_--text-color:var(--g-color-text-brand-heavy);--_--background-color:var(--g-color-base-selection);--_--background-color-hover:var(--g-color-base-selection-hover)}.g-button_selected.g-button_view_outlined-info,.g-button_selected.g-button_view_flat-info{--_--text-color:var(--g-color-text-info-heavy);--_--background-color:var(--g-color-base-info-light);--_--background-color-hover:var(--g-color-base-info-light-hover)}.g-button_selected.g-button_view_outlined-success,.g-button_selected.g-button_view_flat-success{--_--text-color:var(--g-color-text-positive-heavy);--_--background-color:var(--g-color-base-positive-light);--_--background-color-hover:var(--g-color-base-positive-light-hover)}.g-button_selected.g-button_view_outlined-warning,.g-button_selected.g-button_view_flat-warning{--_--text-color:var(--g-color-text-warning-heavy);--_--background-color:var(--g-color-base-warning-light);--_--background-color-hover:var(--g-color-base-warning-light-hover)}.g-button_selected.g-button_view_outlined-danger,.g-button_selected.g-button_view_flat-danger{--_--text-color:var(--g-color-text-danger-heavy);--_--background-color:var(--g-color-base-danger-light);--_--background-color-hover:var(--g-color-base-danger-light-hover)}.g-button_selected.g-button_view_outlined-utility,.g-button_selected.g-button_view_flat-utility{--_--text-color:var(--g-color-text-utility-heavy);--_--background-color:var(--g-color-base-utility-light);--_--background-color-hover:var(--g-color-base-utility-light-hover)}.g-button_disabled{cursor:default;pointer-events:none}.g-button_disabled:not(.g-button_loading){--_--text-color:var(--g-color-text-hint);--_--background-color:var(--g-color-base-generic-accent-disabled);--_--background-color-hover:var(--g-color-base-generic-accent-disabled);--_--border-width:0}.g-button_disabled:not(.g-button_loading):is(.g-button_view_normal-contrast,.g-button_view_outlined-contrast){--_--text-color:var(--g-color-text-light-secondary);--_--background-color:var(--g-color-base-light-disabled);--_--background-color-hover:var(--g-color-base-light-disabled)}.g-button_disabled:not(.g-button_loading):is(.g-button_view_flat,.g-button_view_flat-secondary,.g-button_view_flat-info,.g-button_view_flat-success,.g-button_view_flat-warning,.g-button_view_flat-danger,.g-button_view_flat-utility,.g-button_view_flat-action,.g-button_view_flat-contrast){--_--text-color:var(--g-color-text-hint);--_--background-color:transparent;--_--background-color-hover:transparent}.g-button_disabled:not(.g-button_loading).g-button_view_flat-contrast{--_--text-color:var(--g-color-text-light-hint)}.g-button_disabled:active{transform:scale(1)}.g-button_loading:before{background-image:repeating-linear-gradient(-45deg,var(--g-button-background-color,var(--_--background-color)),var(--g-button-background-color,var(--_--background-color))4px,var(--g-button-background-color-hover,var(--_--background-color-hover))4px,var(--g-button-background-color-hover,var(--_--background-color-hover))8px);background-size:150%;background-clip:padding-box;animation:.5s linear infinite g-loading-animation}@media (prefers-reduced-motion:reduce){.g-button_loading:before{animation:none}}.g-button_width_auto{max-width:100%}.g-button_width_max{width:100%}.g-button_width_auto .g-button__text,.g-button_width_max .g-button__text{text-overflow:ellipsis;display:block;overflow:hidden}.g-link{touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer;border-radius:var(--g-focus-border-radius);text-decoration:none}.g-link:focus-visible{outline:2px solid var(--g-color-line-focus)}.g-link_view_normal{color:var(--g-color-text-link)}.g-link_view_primary{color:var(--g-color-text-primary)}.g-link_view_secondary{color:var(--g-color-text-secondary)}.g-link_view_normal:hover,.g-link_view_primary:hover,.g-link_view_secondary:hover{color:var(--g-color-text-link-hover)}.g-link_visitable:visited{color:var(--g-color-text-link-visited)}.g-link_visitable:visited:hover{color:var(--g-color-text-link-visited-hover)}.g-link_underline{text-decoration:underline}.agile-board-create-modal__board-type{width:400px;padding:var(--g-spacing-3)var(--g-spacing-4);cursor:pointer;border:1px solid var(--g-color-line-generic);border-radius:12px;display:flex}.agile-board-create-modal__board-type+.agile-board-create-modal__board-type{margin-top:var(--g-spacing-4)}.agile-board-create-modal__board-type_selected{background:var(--g-color-private-blue-50-solid);border-color:var(--g-color-base-brand)}.agile-board-create-modal__board-type:hover:not(.agile-board-create-modal__board-type_selected){background:var(--g-color-base-float-hover)}.agile-board-create-modal__subtitle{margin:0}.agile-board-create-modal__board-type-info{margin-left:var(--g-spacing-4)}.agile-board-create-modal__board-type-name{padding-bottom:var(--g-spacing-1);font-size:var(--g-text-body-2-font-size);font-weight:500}.agile-board-create-modal__board-type-description{padding-bottom:var(--g-spacing-1)}.agile-board-create-modal .g-dialog-header{flex-direction:column;align-items:flex-start;display:flex}.g-dialog-btn-close{z-index:1;position:absolute;inset-block-start:14px;inset-inline-end:14px}.g-dialog-body{padding:10px var(--_--side-padding);flex:auto;transition:height .35s ease-in-out;overflow:auto}.g-dialog-body_has-borders{border-block-start:1px solid var(--g-color-line-generic);border-block-end:1px solid var(--g-color-line-generic)}.g-dialog-divider{border-block-start:1px solid var(--g-color-line-generic);margin:0 calc(-1*var(--_--side-padding))}.g-portal__theme-wrapper{display:contents}.g-dialog-footer{padding:28px var(--_--side-padding);align-items:center;display:flex}.g-dialog-footer__bts-wrapper{gap:10px;display:flex}.g-dialog-footer__children{flex-grow:1;align-items:center;height:100%;display:flex}.g-dialog-footer__button{min-width:128px;position:relative}.g-dialog-footer__error{color:var(--g-color-text-danger);padding:10px}.g-popup{--_--background-color:var(--g-popup-background-color,var(--g-color-base-float));--_--border-color:var(--g-popup-border-color,var(--g-color-line-generic-solid));--_--border-radius:var(--g-popup-border-radius,4px);--_--border-width:var(--g-popup-border-width,1px);border-radius:var(--_--border-radius);background-color:var(--_--background-color);box-shadow:0 0 0 var(--_--border-width)var(--_--border-color),0 8px 20px var(--_--border-width)var(--g-color-sfx-shadow);visibility:hidden;outline:none;transition-property:opacity,transform;transition-timing-function:ease-out;position:relative}.g-popup_open{visibility:visible}.g-popup_disable-transition{transition:none}.g-popup>:first-child:not(.g-popup__arrow),.g-popup>.g-popup__arrow+*{border-start-start-radius:inherit;border-start-end-radius:inherit}.g-popup>:last-child{border-end-end-radius:inherit;border-end-start-radius:inherit}[data-floating-ui-status=open]>.g-popup,[data-floating-ui-status=close]>.g-popup{transition-duration:.1s}[data-floating-ui-status=initial]>.g-popup,[data-floating-ui-status=close]>.g-popup{opacity:0;transform:translate(0)}[data-floating-ui-status=initial][data-floating-ui-placement*=bottom]>.g-popup,[data-floating-ui-status=close][data-floating-ui-placement*=bottom]>.g-popup{transform:translateY(10px)}[data-floating-ui-status=initial][data-floating-ui-placement*=top]>.g-popup,[data-floating-ui-status=close][data-floating-ui-placement*=top]>.g-popup{transform:translateY(-10px)}[data-floating-ui-status=initial][data-floating-ui-placement*=left]>.g-popup,[data-floating-ui-status=close][data-floating-ui-placement*=left]>.g-popup{transform:translate(-10px)}[data-floating-ui-status=initial][data-floating-ui-placement*=right]>.g-popup,[data-floating-ui-status=close][data-floating-ui-placement*=right]>.g-popup{transform:translate(10px)}@media (prefers-reduced-motion:reduce){[data-floating-ui-status][data-floating-ui-placement]>.g-popup{transition-property:opacity;transform:none}}.g-popup__arrow{position:absolute}.g-popup__arrow-content{width:18px;height:18px;display:flex;position:relative;overflow:hidden}.g-popup__arrow-circle-wrapper{background-color:transparent;width:9px;height:9px;position:relative;overflow:hidden}.g-popup__arrow-circle{box-sizing:border-box;box-shadow:inset 0 0 0 calc(5px - var(--_--border-width))var(--_--background-color),inset 0 0 0 5px var(--_--border-color);border-radius:50%;width:28px;height:30px;position:absolute}.g-popup__arrow-circle_left{inset-block-end:-4px;inset-inline-end:-5px}.g-popup__arrow-circle_right{inset-block-end:-4px;inset-inline-start:-5px}[data-floating-ui-placement*=bottom] .g-popup__arrow{inset-block-start:-9px}[data-floating-ui-placement*=top] .g-popup__arrow{inset-block-end:-9px}[data-floating-ui-placement*=top] .g-popup__arrow-content{transform:rotate(180deg)}[data-floating-ui-placement*=left] .g-popup__arrow{right:-9px}[data-floating-ui-placement*=left] .g-popup__arrow-content{transform:rotate(90deg)}[data-floating-ui-placement*=right] .g-popup__arrow{left:-9px}[data-floating-ui-placement*=right] .g-popup__arrow-content{transform:rotate(-90deg)}.g-dialog-header{padding-block:20px 10px;padding-inline:var(--_--side-padding)calc(var(--_--side-padding) + var(--_--close-button-space)*var(--g-flow-is-ltr) + var(--_--close-button-space)*var(--g-flow-is-rtl));color:var(--g-color-text-primary);justify-content:flex-start;align-items:center;line-height:24px;display:flex}.g-dialog-header__caption{font-family:var(--g-text-subheader-font-family);font-weight:var(--g-text-subheader-font-weight);font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height)}.g-dialog{--_--side-padding:32px;--_--close-button-space:0px;width:var(--g-dialog-width,var(--_--width));flex-direction:column;display:flex;position:relative}.g-dialog_has-scroll{max-height:calc(100vh - var(--g-modal-margin,20px)*2);overflow-y:auto}.g-dialog_size_s{--_--width:480px}.g-dialog_size_m{--_--width:720px}.g-dialog_size_l{--_--width:900px}.g-dialog_has-close{--_--close-button-space:24px}.g-modal{z-index:1000;background-color:var(--g-color-sfx-veil);-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;outline:none;position:fixed;inset:0;overflow:auto}.g-modal__content-aligner{justify-content:center;align-items:center;min-width:100%;min-height:100%;display:inline-flex}.g-modal__content-wrapper{margin:var(--g-modal-margin,20px)}.g-modal__content{height:var(--g-modal-height,auto);width:var(--g-modal-width,auto);background-color:var(--g-color-base-modal);border-radius:var(--g-modal-border-radius,5px);clip-path:inset(0 round var(--g-modal-border-radius,5px));outline:none;transition:height .35s ease-in-out}.g-modal__content_has-scroll{max-width:calc(100vw - var(--g-modal-margin,20px)*2);max-height:calc(100vh - var(--g-modal-margin,20px)*2);overflow:auto}.g-modal[data-floating-ui-status=unmounted]{visibility:hidden;margin:-9999px 0 0 -9999px;display:none}.g-modal[data-floating-ui-status=open],.g-modal[data-floating-ui-status=close]{transition:opacity .15s ease-out}.g-modal[data-floating-ui-status=initial],.g-modal[data-floating-ui-status=close]{opacity:0}.g-modal[data-floating-ui-status=initial] .g-modal__content{transform:scale(.75)}.g-modal[data-floating-ui-status=open] .g-modal__content,.g-modal[data-floating-ui-status=close] .g-modal__content{transition:height .35s ease-in-out,transform .15s ease-out}@media (prefers-reduced-motion:reduce){.g-modal[data-floating-ui-status] .g-modal__content{transition:none}}.icon-refuge{justify-content:center;align-items:center;display:inline-flex}.icon-refuge_inline{display:inline-flex}.load-app-preset__wrapper{margin:0;padding:0;list-style:none}.load-app-preset__item{align-items:center;display:flex}.load-app-preset__item:not(:last-child){margin-bottom:var(--g-spacing-1)}.load-app-preset__text{margin-left:var(--g-spacing-2)}.yfm ol{--hier-list-start:0;counter-reset:hier-list-item 0;counter-reset:hier-list-item var(--hier-list-start)}.yfm ol>li{counter-increment:hier-list-item}.yfm ol>li::marker{content:counter(hier-list-item)". "}.yfm ol>li>ol{--hier-list-start:0;counter-reset:sub-hier-list-item 0;counter-reset:sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li{counter-increment:sub-hier-list-item}.yfm ol>li>ol>li::marker{content:counter(hier-list-item)"." counter(sub-hier-list-item)". "}.yfm ol>li>ol>li>ol{--hier-list-start:0;counter-reset:sub-sub-hier-list-item 0;counter-reset:sub-sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li>ol>li{counter-increment:sub-sub-hier-list-item}.yfm ol>li>ol>li>ol>li::marker{content:counter(hier-list-item)"." counter(sub-hier-list-item)"." counter(sub-sub-hier-list-item)". "}.yfm ol>li>ol>li>ol>li>ol{--hier-list-start:0;counter-reset:sub-sub-sub-hier-list-item 0;counter-reset:sub-sub-sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li>ol>li>ol>li{counter-increment:sub-sub-sub-hier-list-item}.yfm ol>li>ol>li>ol>li>ol>li::marker{content:counter(hier-list-item)"." counter(sub-hier-list-item)"." counter(sub-sub-hier-list-item)"." counter(sub-sub-sub-hier-list-item)". "}.yfm ol>li>ol>li>ol>li>ol>li>ol{--hier-list-start:0;counter-reset:sub-sub-sub-sub-hier-list-item 0;counter-reset:sub-sub-sub-sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li>ol>li>ol>li>ol>li{counter-increment:sub-sub-sub-sub-hier-list-item}.yfm ol>li>ol>li>ol>li>ol>li>ol>li::marker{content:counter(hier-list-item)"." counter(sub-hier-list-item)"." counter(sub-sub-hier-list-item)"." counter(sub-sub-sub-hier-list-item)"." counter(sub-sub-sub-sub-hier-list-item)". "}.yfm ol>li>ol>li>ol>li>ol>li>ol>li>ol{--hier-list-start:0;counter-reset:sub-sub-sub-sub-sub-hier-list-item 0;counter-reset:sub-sub-sub-sub-sub-hier-list-item var(--hier-list-start)}.yfm ol>li>ol>li>ol>li>ol>li>ol>li>ol>li{counter-increment:sub-sub-sub-sub-sub-hier-list-item}.yfm ol>li>ol>li>ol>li>ol>li>ol>li>ol>li::marker{content:counter(hier-list-item)"." counter(sub-hier-list-item)"." counter(sub-sub-hier-list-item)"." counter(sub-sub-sub-hier-list-item)"." counter(sub-sub-sub-sub-hier-list-item)"." counter(sub-sub-sub-sub-sub-hier-list-item)". "}.yfm.yfm_no-list-reset ol,.yfm ol.yfm_no-list-reset,.yfm .yfm_no-list-reset ol{counter-reset:list-item}.yfm.yfm_no-list-reset ol li,.yfm ol.yfm_no-list-reset li,.yfm .yfm_no-list-reset ol li{counter-increment:none;counter-increment:initial}.yfm.yfm_no-list-reset ol li::marker,.yfm ol.yfm_no-list-reset li::marker,.yfm .yfm_no-list-reset ol li::marker{content:normal;content:initial}.yfm{--yfm-color-text-private:rgba(0,0,0,.7);--yfm-color-link-private:#027bf3;--yfm-color-link-hover-private:#004080;--yfm-color-base-private:#fff;--yfm-color-table-private:#333;--yfm-color-border-private:rgba(0,0,0,.07);--yfm-color-table-row-background-private:rgba(0,0,0,.02);--yfm-color-accent-private:#027bf3;--yfm-color-inline-code-private:#3b6080;--yfm-color-inline-code-background-private:rgba(107,132,153,.12);--yfm-color-code-background-private:rgba(107,132,153,.12);--yfm-color-hljs-background-private:rgba(107,132,153,.12);--yfm-color-hljs-subst-private:#444;--yfm-color-hljs-comment-private:#888;--yfm-color-hljs-deletion-private:#800;--yfm-color-hljs-section-private:#800;--yfm-color-hljs-pseudo-private:#bc6060;--yfm-color-hljs-literal-private:#78a960;--yfm-color-hljs-addition-private:#397300;--yfm-color-hljs-meta-private:#1f7199;--yfm-color-hljs-meta-string-private:#4d99bf;--yfm-color-note-tip-private:#56bd67;--yfm-color-note-tip-background-private:rgba(63,201,46,.1);--yfm-color-note-warning-private:#f19518;--yfm-color-note-warning-background-private:rgba(255,136,0,.15);--yfm-color-note-important-private:#ff4645;--yfm-color-note-important-background-private:rgba(235,50,38,.08);--yfm-color-note-info-private:#027bf3;--yfm-color-note-info-background-private:rgba(2,123,243,.08);--yfm-color-term-title-private:#027bf3;--yfm-color-term-title-hover-private:#004080;--yfm-color-term-dfn-background-private:#fff;--yfm-color-term-dfn-shadow-private:rgba(0,0,0,.15);--yfm-color-term-dfn-presudo-shadow-private:#e5e5e5;--yfm-color-modal-content-private:#fff;--yfm-color-modal-actions-hover-private:rgba(0,0,0,.05);--yfm-color-modal-wide-content-private:rgba(0,0,0,.85);--yfm-color-modal-wide-content-overlay-private:#000;--yfm-color-base:var(--yfm-color-base-private);--yfm-color-text:var(--yfm-color-text-private);--yfm-color-link:var(--yfm-color-link-private);--yfm-color-link-hover:var(--yfm-color-link-hover-private);--yfm-color-table:var(--yfm-color-table-private);--yfm-color-table-row-background:var(--yfm-color-table-row-background-private);--yfm-color-border:var(--yfm-color-border-private);--yfm-color-accent:var(--yfm-color-accent-private);--yfm-color-inline-code:var(--yfm-color-inline-code-private);--yfm-color-inline-code-background:var(--yfm-color-inline-code-background-private);--yfm-color-code-background:var(--yfm-color-code-background-private);--yfm-color-hljs-background:var(--yfm-color-hljs-background-private);--yfm-color-hljs-subst:var(--yfm-color-hljs-subst-private);--yfm-color-hljs-comment:var(--yfm-color-hljs-comment-private);--yfm-color-hljs-deletion:var(--yfm-color-hljs-deletion-private);--yfm-color-hljs-section:var(--yfm-color-hljs-section-private);--yfm-color-hljs-pseudo:var(--yfm-color-hljs-pseudo-private);--yfm-color-hljs-literal:var(--yfm-color-hljs-literal-private);--yfm-color-hljs-addition:var(--yfm-color-hljs-addition-private);--yfm-color-hljs-meta:var(--yfm-color-hljs-meta-private);--yfm-color-hljs-meta-string:var(--yfm-color-hljs-meta-string-private);--yfm-color-note-tip:var(--yfm-color-note-tip-private);--yfm-color-note-tip-background:var(--yfm-color-note-tip-background-private);--yfm-color-note-warning:var(--yfm-color-note-warning-private);--yfm-color-note-warning-background:var(--yfm-color-note-warning-background-private);--yfm-color-note-important:var(--yfm-color-note-important-private);--yfm-color-note-important-background:var(--yfm-color-note-important-background-private);--yfm-color-note-info:var(--yfm-color-note-info-private);--yfm-color-note-info-background:var(--yfm-color-note-info-background-private);--yfm-color-term-title:var(--yfm-color-term-title-private);--yfm-color-term-title-hover:var(--yfm-color-term-title-hover-private);--yfm-color-term-dfn-background:var(--yfm-color-term-dfn-background-private);--yfm-color-term-dfn-shadow:var(--yfm-color-term-dfn-shadow-private);--yfm-color-term-dfn-pseudo-shadow:var(--yfm-color-term-dfn-presudo-shadow-private);--yfm-color-modal-content:var(--yfm-color-modal-content-private);--yfm-color-modal-actions-hover:var(--yfm-color-modal-actions-hover-private);--yfm-color-modal-wide-content:var(--yfm-color-modal-wide-content-private);--yfm-color-modal-wide-content-overlay:var(--yfm-color-modal-wide-content-overlay-private);font-family:Segoe UI,arial,helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-family:var(--yfm-font-family-sans);word-wrap:break-word;color:var(--yfm-color-text);-moz-tab-size:inherit;-o-tab-size:inherit;tab-size:inherit;-moz-tab-size:var(--yfm-tab-size,inherit);-o-tab-size:var(--yfm-tab-size,inherit);tab-size:var(--yfm-tab-size,inherit);--yfm-font-family-monospace:"Menlo","Monaco","Consolas","Ubuntu Mono","Liberation Mono","DejaVu Sans Mono","Courier New","Courier",monospace;--yfm-font-family-sans:"Segoe UI",arial,helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:15px;line-height:20px}.yfm *{box-sizing:border-box}.yfm>:not(h2):not(h3):not(h4):not(h5):not(h6):first-child{margin-top:0!important}.yfm>:last-child{margin-bottom:0!important}.yfm h1,.yfm h2,.yfm h3,.yfm h4,.yfm h5,.yfm h6{margin-bottom:15px;font-weight:500}.yfm h1{font-size:32px;line-height:40px}.yfm h2{font-size:24px;line-height:28px}.yfm h3{font-size:20px;line-height:24px}.yfm h4{font-size:17px;line-height:24px}.yfm h5{font-size:15px;line-height:20px}.yfm h6{font-size:13px;line-height:18px}.yfm a{color:var(--yfm-color-link);background-color:transparent;-webkit-text-decoration:none;text-decoration:none}.yfm a:hover,.yfm a:active{color:var(--yfm-color-link-hover)}.yfm a:not([href]){color:inherit}.yfm strong{font-weight:700}.yfm img,.yfm svg{box-sizing:content-box;max-width:100%;max-height:-moz-fit-content;vertical-align:middle;border:none;max-height:fit-content}.yfm img[align=right],.yfm svg[align=right]{padding-left:20px}.yfm img[align=left],.yfm svg[align=left]{padding-right:20px}.yfm img{-o-object-fit:contain;object-fit:contain;background-color:var(--yfm-color-base)}.yfm svg{height:auto}.yfm .katex svg{height:auto;height:initial}.yfm img+small{display:block}.yfm p,.yfm blockquote,.yfm ul,.yfm ol,.yfm dl,.yfm table,.yfm pre{margin-block:0 15px;margin-block:var(--yfm-text-block-margin-block,0 15px);margin-inline:0;margin-inline:var(--yfm-text-block-margin-inline,0)}.yfm ul pre,.yfm ol pre,.yfm dl pre{margin-top:15px}.yfm code,.yfm kbd,.yfm pre{font-family:var(--yfm-font-family-monospace);font-feature-settings:normal;font-size:1em}.yfm input{font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible}.yfm input[type=checkbox]{box-sizing:border-box;padding:0;position:relative;top:1px}.yfm table{color:var(--yfm-color-table);z-index:1;box-sizing:border-box;border:1px solid var(--yfm-color-border);border-collapse:collapse;border-spacing:0;background:var(--yfm-color-base);border-radius:8px;width:auto;max-width:100%;display:inline-block;position:relative;overflow:auto}.yfm table thead,.yfm table tr:nth-child(2n){background-color:var(--yfm-color-table-row-background)}.yfm table tr:first-child td,.yfm table tr:first-child th{border-top:none}.yfm table tr:last-child td,.yfm table tr:last-child th{border-bottom:none}.yfm table th,.yfm table td{text-overflow:ellipsis;border:1px solid var(--yfm-color-border);padding:10px 20px;overflow:hidden}.yfm table th>:first-child,.yfm table td>:first-child{margin-top:0}.yfm table th>:last-child,.yfm table td>:last-child{margin-bottom:0}.yfm table td{vertical-align:top;white-space:normal}.yfm table th{text-align:left;font-weight:500}.yfm table tr td:first-child,.yfm table tr th:first-child{border-left:none}.yfm table tr td:last-child,.yfm table tr th:last-child{border-right:none}.yfm hr{box-sizing:content-box;background-color:var(--yfm-color-border);border:none;height:.25em;margin:1.5em 0;padding:0;overflow:hidden}.yfm hr:before{content:"";display:table}.yfm hr:after{content:"";clear:both;display:table}.yfm blockquote{border-left:3px solid var(--yfm-color-accent);padding-left:12px;position:relative}.yfm blockquote>:first-child{margin-top:0}.yfm blockquote>:last-child{margin-bottom:0}.yfm dl{padding:0}.yfm dl>:first-child{margin-top:0}.yfm dl>:last-child{margin-bottom:0}.yfm dl dt{margin-bottom:5px;font-size:1em;font-style:italic;font-weight:500}.yfm dl dd{margin-bottom:15px;padding:0 15px}.yfm dd{margin-left:0}.yfm ul,.yfm ol{padding-left:2.2em}.yfm ul ul:last-child,.yfm ul ol:last-child,.yfm ol ol:last-child,.yfm ol ul:last-child{margin-top:0;margin-bottom:0}.yfm li{word-wrap:break-word}.yfm li:first-child,.yfm li+li{margin-block:.33em 0;margin-block:var(--yfm-list-item-margin-block,.33em 0)}.yfm li p,.yfm li blockquote{margin-block:0 15px;margin-block:var(--yfm-list-text-margin-block,0 15px)}.yfm li>p:only-of-type,.yfm li>blockquote:only-of-type,.yfm li>p:first-child:has(+ul),.yfm li>p:first-child:has(+ol){margin-block:0;margin-block:var(--yfm-list-text-only-margin-block,0)}.yfm li>p:last-child{margin-block:0;margin-block:var(--yfm-list-text-last-margin-block,0)}.yfm code{background-color:var(--yfm-color-inline-code-background);white-space:pre-wrap;color:var(--yfm-color-inline-code);-moz-tab-size:inherit;-o-tab-size:inherit;tab-size:inherit;-moz-tab-size:var(--yfm-tab-size-code,inherit);-o-tab-size:var(--yfm-tab-size-code,inherit);tab-size:var(--yfm-tab-size-code,inherit);border-radius:4px;padding:.1em .4em .15em;font-size:.875em}.yfm a code{color:inherit}.yfm pre{word-wrap:normal}.yfm table code{white-space:nowrap}.yfm pre * code{word-wrap:normal;color:var(--yfm-color-text);background-color:transparent;border:0;margin:0;padding:0;display:inline;overflow:visible}.yfm pre>code{background-color:var(--yfm-color-code-background);color:var(--yfm-color-text);white-space:pre;padding:16px;display:block;overflow:auto}.yfm pre>code .yfm-line-number{color:var(--yfm-color-line-numbers,#666);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-right:1em;display:inline-block}.yfm sup,.yfm sub{line-height:0}.yfm .visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.yfm h1 .yfm-clipboard-anchor,.yfm h2 .yfm-clipboard-anchor,.yfm h3 .yfm-clipboard-anchor,.yfm h4 .yfm-clipboard-anchor,.yfm h5 .yfm-clipboard-anchor,.yfm h6 .yfm-clipboard-anchor{color:var(--yfm-color-link);font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.yfm h1 .yfm-clipboard-anchor:hover,.yfm h2 .yfm-clipboard-anchor:hover,.yfm h3 .yfm-clipboard-anchor:hover,.yfm h4 .yfm-clipboard-anchor:hover,.yfm h5 .yfm-clipboard-anchor:hover,.yfm h6 .yfm-clipboard-anchor:hover{color:var(--yfm-color-link-hover)}.yfm h1 .yfm-anchor,.yfm h1 .yfm-clipboard-anchor,.yfm h2 .yfm-anchor,.yfm h2 .yfm-clipboard-anchor,.yfm h3 .yfm-anchor,.yfm h3 .yfm-clipboard-anchor,.yfm h4 .yfm-anchor,.yfm h4 .yfm-clipboard-anchor,.yfm h5 .yfm-anchor,.yfm h5 .yfm-clipboard-anchor,.yfm h6 .yfm-anchor,.yfm h6 .yfm-clipboard-anchor{float:left;text-align:center;width:24px;margin-left:-24px;padding-right:4px;font-size:18px;display:inline-block}.yfm h1 .yfm-anchor:focus:before,.yfm h1 .yfm-clipboard-anchor:focus:before,.yfm h2 .yfm-anchor:focus:before,.yfm h2 .yfm-clipboard-anchor:focus:before,.yfm h3 .yfm-anchor:focus:before,.yfm h3 .yfm-clipboard-anchor:focus:before,.yfm h4 .yfm-anchor:focus:before,.yfm h4 .yfm-clipboard-anchor:focus:before,.yfm h5 .yfm-anchor:focus:before,.yfm h5 .yfm-clipboard-anchor:focus:before,.yfm h6 .yfm-anchor:focus:before,.yfm h6 .yfm-clipboard-anchor:focus:before{opacity:1}.yfm h1 .yfm-anchor:before,.yfm h1 .yfm-clipboard-anchor:before,.yfm h2 .yfm-anchor:before,.yfm h2 .yfm-clipboard-anchor:before,.yfm h3 .yfm-anchor:before,.yfm h3 .yfm-clipboard-anchor:before,.yfm h4 .yfm-anchor:before,.yfm h4 .yfm-clipboard-anchor:before,.yfm h5 .yfm-anchor:before,.yfm h5 .yfm-clipboard-anchor:before,.yfm h6 .yfm-anchor:before,.yfm h6 .yfm-clipboard-anchor:before{content:"#";opacity:0}.yfm h1:hover .yfm-anchor:before,.yfm h1:hover .yfm-clipboard-anchor:before,.yfm h2:hover .yfm-anchor:before,.yfm h2:hover .yfm-clipboard-anchor:before,.yfm h3:hover .yfm-anchor:before,.yfm h3:hover .yfm-clipboard-anchor:before,.yfm h4:hover .yfm-anchor:before,.yfm h4:hover .yfm-clipboard-anchor:before,.yfm h5:hover .yfm-anchor:before,.yfm h5:hover .yfm-clipboard-anchor:before,.yfm h6:hover .yfm-anchor:before,.yfm h6:hover .yfm-clipboard-anchor:before{opacity:1}.yfm table h1 .yfm-anchor,.yfm table h1 .yfm-clipboard-anchor,.yfm table h2 .yfm-anchor,.yfm table h2 .yfm-clipboard-anchor,.yfm table h3 .yfm-anchor,.yfm table h3 .yfm-clipboard-anchor,.yfm table h4 .yfm-anchor,.yfm table h4 .yfm-clipboard-anchor,.yfm table h5 .yfm-anchor,.yfm table h5 .yfm-clipboard-anchor,.yfm table h6 .yfm-anchor,.yfm table h6 .yfm-clipboard-anchor{width:1em;margin-left:-1em;padding-right:0}.yfm .yfm-tabs .yfm-anchor:before,.yfm .yfm-tabs .yfm-clipboard-anchor:before{padding-right:2px;position:absolute}.yfm .hljs{background:var(--yfm-color-hljs-background);padding:16px;display:block;overflow-x:auto}.yfm .hljs,.yfm .hljs-subst{color:var(--yfm-color-hljs-subst)}.yfm .hljs-comment{color:var(--yfm-color-hljs-comment)}.yfm .hljs-keyword,.yfm .hljs-attribute,.yfm .hljs-selector-tag,.yfm .hljs-meta-keyword,.yfm .hljs-doctag,.yfm .hljs-name{font-weight:700}.yfm .hljs-type,.yfm .hljs-string,.yfm .hljs-number,.yfm .hljs-selector-id,.yfm .hljs-selector-class,.yfm .hljs-quote,.yfm .hljs-template-tag,.yfm .hljs-deletion{color:var(--yfm-color-hljs-deletion)}.yfm .hljs-title,.yfm .hljs-section{color:var(--yfm-color-hljs-section);font-weight:700}.yfm .hljs-regexp,.yfm .hljs-symbol,.yfm .hljs-variable,.yfm .hljs-template-variable,.yfm .hljs-link,.yfm .hljs-selector-attr,.yfm .hljs-selector-pseudo{color:var(--yfm-color-hljs-pseudo)}.yfm .hljs-literal{color:var(--yfm-color-hljs-literal)}.yfm .hljs-built_in,.yfm .hljs-bullet,.yfm .hljs-code,.yfm .hljs-addition{color:var(--yfm-color-hljs-addition)}.yfm .hljs-meta{color:var(--yfm-color-hljs-meta)}.yfm .hljs-meta-string{color:var(--yfm-color-hljs-meta-string)}.yfm .hljs-emphasis{font-style:italic}.yfm .hljs-strong{font-weight:700}.yfm-clipboard{position:relative}.yfm-clipboard:hover .yfm-clipboard-button{opacity:1;min-width:20px;min-height:20px}.yfm-clipboard>pre{border-radius:10px;overflow:hidden}.yfm-clipboard-button{z-index:1;opacity:0;color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;position:absolute;top:16px;right:16px}.yfm-clipboard-button:focus{opacity:1}.yfm-clipboard-icon{pointer-events:none}.yfm .yfm-note{border-radius:10px;max-width:1296px;margin:20px 0;padding:20px 20px 20px 64px}.yfm .yfm-note .yfm-note-title{font-weight:700}.yfm .yfm-note>*{margin:0 0 10px}.yfm .yfm-note>:first-child:before{box-sizing:content-box;float:left;width:24px;height:24px;margin-top:-2px;margin-left:-44px;padding-right:20px;display:block}.yfm .yfm-note>:last-child{margin-bottom:0}.yfm .yfm-note.yfm-accent-info>:first-child:before{content:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(2,123,243)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E")}.yfm .yfm-note.yfm-accent-tip>:first-child:before{content:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(86,189,103)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E")}.yfm .yfm-note.yfm-accent-warning>:first-child:before{content:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(241,149,24)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E")}.yfm .yfm-note.yfm-accent-alert>:first-child:before{content:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(255,70,69)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E")}.yfm .yfm-note.yfm-accent-info{background:var(--yfm-color-note-info-background)}.yfm .yfm-note.yfm-accent-tip{background:var(--yfm-color-note-tip-background)}.yfm .yfm-note.yfm-accent-alert{background:var(--yfm-color-note-important-background)}.yfm .yfm-note.yfm-accent-warning{background:var(--yfm-color-note-warning-background)}.yfm table td.cell-align-top-left,.yfm table td.cell-align-bottom-left{text-align:start}.yfm table td.cell-align-top-center,.yfm table td.cell-align-center{text-align:center}.yfm table td.cell-align-top-right,.yfm table td.cell-align-bottom-right{text-align:end}.yfm table td.cell-align-top-left,.yfm table td.cell-align-top-center,.yfm table td.cell-align-top-right{vertical-align:top}.yfm table td.cell-align-center{vertical-align:middle}.yfm table td.cell-align-bottom-left,.yfm table td.cell-align-bottom-right{vertical-align:bottom}.yfm-term_title{color:var(--yfm-color-term-title);cursor:pointer;font-size:inherit;line-height:inherit;border-bottom:1px dotted;font-style:normal}.yfm-term_title:hover{color:var(--yfm-color-term-title-hover)}.yfm-term_dfn{z-index:100;width:-moz-fit-content;visibility:hidden;opacity:0;background-color:var(--yfm-color-term-dfn-background);width:fit-content;max-width:450px;font-size:inherit;line-height:inherit;box-shadow:0 8px 20px var(--yfm-color-term-dfn-shadow);border-radius:4px;outline:none;padding:10px;font-style:normal;position:absolute}@media screen and (max-width:600px){.yfm-term_dfn{max-width:80%}}.yfm-term_dfn:before{content:"";z-index:-1;border-radius:inherit;box-shadow:0 0 0 1px var(--yfm-color-term-dfn-pseudo-shadow);position:absolute;inset:0}.yfm-term_dfn.open{visibility:visible;animation-name:popup;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes popup{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}details.yfm-cut>.yfm-cut-content{display:block}.yfm-cut{margin-bottom:15px;transition:all .15s}.yfm-cut.cut-highlight{box-shadow:0 3px 0 7px var(--g-color-base-simple-hover);background-clip:content-box;background-color:var(--g-color-base-simple-hover);border-radius:3px}.yfm-cut-title{cursor:pointer;padding:5px 0 5px 30px;list-style:none;position:relative}.yfm-cut-title::-webkit-details-marker{display:none}.yfm-cut-title:before{content:"";z-index:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgZD0iTTMgNmw1IDUgNS01Ii8+Cjwvc3ZnPgo=);width:20px;height:20px;transition:transform .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)rotate(-90deg)}.yfm-cut-content{padding:5px 0 15px 30px}.yfm-cut[open]>.yfm-cut-title:before{transform:translateY(-50%)}.yfm-file__icon{---yfm-file-icon-img:var(--yfm-file-icon,url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:16px;color:var(--yfm-file-icon-color,--yfm-color-text);-webkit-mask-image:var(---yfm-file-icon-img);mask-image:var(---yfm-file-icon-img);background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100%;margin:0 2px;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.yfm-file__icon:before{content:" "}.yfm-tabs{margin-bottom:15px}.yfm-tab-list{border-bottom:1px solid rgba(0,0,0,.07);flex-wrap:wrap;margin-bottom:15px;display:flex}.yfm-tab{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:break-spaces;border-bottom:2px solid transparent;outline:none;margin-bottom:-1px;margin-right:20px;padding:6px 0 7px;font-weight:700}.yfm-tab:last-child{margin-right:0}.yfm-tab:hover,.yfm-tab:active{color:#004080}.yfm-tab.active{border-bottom-color:#027bf3}.yfm-tab:focus{border-radius:2px;outline:2px solid #4d90fe}.yfm-tab:focus:not(:focus-visible){outline:0}.yfm-tab-panel{visibility:hidden;height:0;position:relative;overflow:hidden}.yfm-tab-panel:first-child{margin-top:0!important}.yfm-tab-panel:last-child{margin-bottom:0!important}.yfm-tab-panel.active{visibility:visible;height:auto;overflow:visible}.yfm-tabs-dropdown{--yfm-tabs-dropdown-color:#f2f2f2;--yfm-tabs-dropdown-text-color:#a8a8a8;--yfm-tabs-dropdown-color-border:#ccc;width:90%;margin-bottom:0;position:relative}.yfm-tabs-dropdown .yfm-tabs-dropdown-select{background:var(--g-color-base-background);border:1px solid var(--yfm-tabs-dropdown-color-border);color:var(--yfm-tabs-dropdown-text-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;z-index:10;border-radius:5px;max-width:500px;margin-bottom:10px;padding:10px 30px 10px 10px;position:relative;overflow:hidden}.yfm-tabs-dropdown .yfm-tabs-dropdown-select.filled{color:inherit}.yfm-tabs-dropdown .yfm-tabs-dropdown-select:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIGQ9Im0zIDYgNSA1IDUtNSIvPjwvc3ZnPg==);width:20px;height:20px;transition:transform .2s;display:block;position:absolute;top:25%;right:10px;transform:rotate(90deg)}.yfm-tabs-dropdown .yfm-tabs-dropdown-select.active+.yfm-tabs-dropdown-menu{transform:scaleY(1)}.yfm-tabs-dropdown .yfm-tabs-dropdown-select.active:after{transform:rotate(0)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu{z-index:10;border:1px solid var(--yfm-tabs-dropdown-color-border);background-color:var(--g-color-base-background);z-index:100;transform-origin:top;border-radius:5px;flex-direction:column;width:100%;max-width:500px;max-height:500px;padding:10px 0;list-style:none;transition:transform .125s;display:flex;position:absolute;overflow-y:scroll;transform:scaleY(0)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:var(--g-color-base-background)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li:hover{background-color:var(--g-color-base-simple-hover);color:inherit}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li.yfm-tab{border-bottom:unset;border-radius:0;margin:0;padding:5px 0 5px 10px;font-weight:500}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li.yfm-tab.active{background-color:var(--g-color-base-selection)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li.yfm-tab:hover{color:inherit}.yfm-tabs-dropdown>.yfm-tab-panel.active{border:1px solid #f2f2f2;border-radius:12px;padding:40px 12px 16px;transform:translateY(-30px)}.yfm-tabs-dropdown>.yfm-tabs{width:100%}.yfm-tabs-accordion{max-width:80%}.yfm-tabs-accordion>.yfm-tab:first-of-type{border-top-color:transparent}.yfm-tabs-accordion .yfm-tab{border-top:1px solid #e5e5e5;padding:8px 0 12px 6px;scroll-margin-top:20px;font-weight:500;position:relative}.yfm-tabs-accordion .yfm-tab:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIGQ9Im0zIDYgNSA1IDUtNSIvPjwvc3ZnPg==);border-radius:6px;width:20px;height:20px;padding:6px;transition:transform .3s,background-color .2s;display:block;position:absolute;top:25%;right:10px;transform:rotate(-180deg)}.yfm-tabs-accordion .yfm-tab.active{font-weight:700;border-bottom-color:transparent!important}.yfm-tabs-accordion .yfm-tab.active:after{transform:rotate(0)}.yfm-tabs-accordion .yfm-tab:hover{color:#3f5799}.yfm-tabs-accordion .yfm-tab-panel.active{margin:10px 0 25px 6px}.yfm-tabs-vertical>.yfm-tab-list{border-bottom:unset;flex-direction:column}.yfm-tabs-vertical>.yfm-tab-panel{margin-left:30px}.yfm-tabs-vertical>.yfm-tab-group{flex-direction:row;margin-bottom:5px;display:flex}.yfm-tabs-vertical .yfm-vertical-tab>input[type=radio]{visibility:hidden;width:0;height:0}.yfm-tabs-vertical .yfm-vertical-tab>label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:0;padding-left:25px;line-height:18px;display:inline-block;position:relative}.yfm-tabs-vertical .yfm-vertical-tab>label:before{content:"";background-color:#fff;border:1px solid #dfdfdf;border-radius:50%;width:18px;height:18px;position:absolute;bottom:1px;left:0;font-family:initial!important}.yfm-tabs-vertical .yfm-vertical-tab input[type=radio]:checked+label:before{content:"•";text-align:center;vertical-align:middle;white-space:pre;color:#fff;background-color:#5282ff;justify-content:center;align-items:center;font-size:20px;display:inline-flex}.yfm-tabs-vertical .yfm-vertical-tab{border-bottom:unset!important}:root{--yfm-colorify-black:#000;--yfm-colorify-gray:gray;--yfm-colorify-yellow:gold;--yfm-colorify-orange:#f80;--yfm-colorify-red:#c00;--yfm-colorify-green:#080;--yfm-colorify-blue:#04b;--yfm-colorify-violet:#f0f}.yfm-colorify--black{color:var(--yfm-colorify-black)}.yfm-colorify--gray{color:var(--yfm-colorify-gray)}.yfm-colorify--yellow{color:var(--yfm-colorify-yellow)}.yfm-colorify--orange{color:var(--yfm-colorify-orange)}.yfm-colorify--red{color:var(--yfm-colorify-red)}.yfm-colorify--green{color:var(--yfm-colorify-green)}.yfm-colorify--blue{color:var(--yfm-colorify-blue)}.yfm-colorify--violet{color:var(--yfm-colorify-violet)}.g-root .yfm:not(.yfm_only-light){--yfm-file-icon-color:var(--g-color-text-primary)}.g-root{--yfm-color-text-gray:var(--g-color-text-secondary);--yfm-color-text-yellow:var(--g-color-private-yellow-600-solid);--yfm-color-text-orange:var(--g-color-private-orange-500-solid);--yfm-color-text-red:var(--g-color-text-danger);--yfm-color-text-green:var(--g-color-text-positive);--yfm-color-text-blue:var(--g-color-text-info);--yfm-color-text-violet:var(--g-color-text-utility);--yfm-colorify-black:var(--g-color-text-primary);--yfm-colorify-gray:var(--yfm-color-text-gray);--yfm-colorify-yellow:var(--yfm-color-text-yellow);--yfm-colorify-orange:var(--yfm-color-text-orange);--yfm-colorify-red:var(--yfm-color-text-red);--yfm-colorify-green:var(--yfm-color-text-green);--yfm-colorify-blue:var(--yfm-color-text-blue);--yfm-colorify-violet:var(--yfm-color-text-violet)}.yfm span[data-magic=label]{display:inline-block}.yfm span[data-magic=label][data-magictype=staff]:first-letter{color:var(--yc-color-text-yandex-red,red)}.yfm h1[data-folded],.yfm h2[data-folded],.yfm h3[data-folded],.yfm h4[data-folded],.yfm h5[data-folded],.yfm h6[data-folded]{padding-left:28px;position:relative}.yfm h1[data-folded]:before,.yfm h2[data-folded]:before,.yfm h3[data-folded]:before,.yfm h4[data-folded]:before,.yfm h5[data-folded]:before,.yfm h6[data-folded]:before{z-index:1;content:"";cursor:pointer;background-color:currentColor;transition:transform .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)rotate(-90deg);-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.97 5.47a.75.75 0 0 1 1.06 0L8 9.44l3.97-3.97a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.97 5.47a.75.75 0 0 1 1.06 0L8 9.44l3.97-3.97a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"/></svg>");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.yfm h1[data-folded]:before{width:28px;height:28px;-webkit-mask-size:20px;mask-size:20px}.yfm h2[data-folded]:before,.yfm h3[data-folded]:before{width:24px;height:24px;left:2px;-webkit-mask-size:20px;mask-size:20px}.yfm h4[data-folded]:before{width:20px;height:20px;left:6px;-webkit-mask-size:16px;mask-size:16px}.yfm h5[data-folded]:before{width:20px;height:20px;left:8px;-webkit-mask-size:14px;mask-size:14px}.yfm h6[data-folded]:before{width:20px;height:20px;left:8px;-webkit-mask-size:12px;mask-size:12px}.yfm h1[data-folded=false]:before,.yfm h2[data-folded=false]:before,.yfm h3[data-folded=false]:before,.yfm h4[data-folded=false]:before,.yfm h5[data-folded=false]:before,.yfm h6[data-folded=false]:before{transform:translateY(-50%)}.heading-section-content{padding-left:28px;transition:height .3s ease-in-out;display:none}.heading-section-content>.heading-section{margin-left:-28px}.heading-section>h1,.heading-section>h2,.heading-section>h3,.heading-section>h4,.heading-section>h5,.heading-section>h6{cursor:pointer;padding-left:28px;position:relative}.heading-section>h1:before,.heading-section>h2:before,.heading-section>h3:before,.heading-section>h4:before,.heading-section>h5:before,.heading-section>h6:before{z-index:1;content:"";cursor:pointer;background-color:currentColor;transition:transform .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)rotate(-90deg);-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.97 5.47a.75.75 0 0 1 1.06 0L8 9.44l3.97-3.97a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.97 5.47a.75.75 0 0 1 1.06 0L8 9.44l3.97-3.97a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"/></svg>");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.heading-section>h1 .yfm-anchor,.heading-section>h2 .yfm-anchor,.heading-section>h3 .yfm-anchor,.heading-section>h4 .yfm-anchor,.heading-section>h5 .yfm-anchor,.heading-section>h6 .yfm-anchor{margin-left:-52px}.heading-section>h1:before{width:28px;height:28px;-webkit-mask-size:20px;mask-size:20px}.heading-section>h2:before,.heading-section>h3:before{width:24px;height:24px;left:2px;-webkit-mask-size:20px;mask-size:20px}.heading-section>h4:before{width:20px;height:20px;left:6px;-webkit-mask-size:16px;mask-size:16px}.heading-section>h5:before{width:20px;height:20px;left:8px;-webkit-mask-size:14px;mask-size:14px}.heading-section>h6:before{width:20px;height:20px;left:8px;-webkit-mask-size:12px;mask-size:12px}.heading-section.open>.heading-section-content{display:revert}.heading-section.open>h1:before,.heading-section.open>h2:before,.heading-section.open>h3:before,.heading-section.open>h4:before,.heading-section.open>h5:before,.heading-section.open>h6:before{transform:translateY(-50%)}.yfm-block{--block-border-color:initial;border:0;margin:20px 0;padding:0}.yfm-block__content{height:100%}.yfm-block__content>:first-child{margin-top:0}.yfm-block__content>:last-child{margin-bottom:0}.yfm-block_align_left{float:left;margin:0 10px 10px 0}.yfm-block_align_right{float:right;margin:0 0 10px 10px}.yfm-block_align_left+:not(p,h1,h2,h3,h4,h5,h6,.yfm-block_align_left,.yfm-block_align_right),.yfm-block_align_right+:not(p,h1,h2,h3,h4,h5,h6,.yfm-block_align_left,.yfm-block_align_right){clear:both}.yfm-block_align_center>.yfm-block__content{flex-direction:column;align-items:center;display:flex}.yfm-block_has-border>.yfm-block__content{border-color:var(--block-border-color)}.yfm-block_padding_xs>.yfm-block__content{padding:4px}.yfm-block_padding_s>.yfm-block__content{padding:8px}.yfm-block_padding_m>.yfm-block__content{padding:12px}.yfm-block_padding_l>.yfm-block__content{padding:16px}.yfm-block_padding_xl>.yfm-block__content{padding:20px}.yfm-block_border_solid>.yfm-block__content{border-style:solid}.yfm-block_border_dashed>.yfm-block__content{border-style:dashed}.yfm-block_border-size_xs>.yfm-block__content{border-width:1px}.yfm-block_border-size_s>.yfm-block__content{border-width:2px}.yfm-block_border-size_m>.yfm-block__content{border-width:4px}.yfm-block_border-size_l>.yfm-block__content{border-width:6px}.yfm-block_border-color_info{--block-border-color:rgba(2,123,243,.7)}.yfm-block_border-color_tip{--block-border-color:rgba(63,201,46,.7)}.yfm-block_border-color_warning{--block-border-color:rgba(255,136,0,.7)}.yfm-block_border-color_alert{--block-border-color:rgba(235,50,38,.7)}.g-root .yfm-block_border-color_info{--block-border-color:var(--g-color-line-info)}.g-root .yfm-block_border-color_tip{--block-border-color:var(--g-color-line-positive)}.g-root .yfm-block_border-color_warning{--block-border-color:var(--g-color-line-warning)}.g-root .yfm-block_border-color_alert{--block-border-color:var(--g-color-line-danger)}.yfm-layout{--layout-gap:0;margin:20px 0}.yfm-layout_justify_start>.yfm-layout__content{justify-content:flex-start}.yfm-layout_justify_center>.yfm-layout__content{justify-content:center}.yfm-layout_justify_end>.yfm-layout__content{justify-content:flex-end}.yfm-layout_justify_around>.yfm-layout__content{justify-content:space-around}.yfm-layout_justify_between>.yfm-layout__content{justify-content:space-between}.yfm-layout_justify_evenly>.yfm-layout__content{justify-content:space-evenly}.yfm-layout_gap_l{--layout-gap:20px}.yfm-layout__content{height:100%;margin:calc(var(--layout-gap)*-.5);flex-wrap:wrap;display:flex}.yfm-layout__content>*{flex:1 0}.yfm-layout_cols_auto>.yfm-layout__content>*{flex:none;width:auto;max-width:100%}.yfm-layout_cols_auto.yfm-layout_has-justify>.yfm-layout__content>:not(.yfm-block_has-col){width:-webkit-min-content;width:-moz-min-content;width:min-content}.yfm-layout_cols_1>.yfm-layout__content>*{flex:none;width:100%}.yfm-layout_cols_2>.yfm-layout__content>*{flex:none;width:50%}.yfm-layout_cols_3>.yfm-layout__content>*{flex:none;width:33.3333%}.yfm-layout_cols_4>.yfm-layout__content>*{flex:none;width:25%}.yfm-layout_cols_5>.yfm-layout__content>*{flex:none;width:20%}.yfm-layout_cols_6>.yfm-layout__content>*{flex:none;width:16.6667%}.yfm-layout__content>.yfm-block{padding:calc(var(--layout-gap)*.5);margin:0}.yfm-layout__content>.yfm-block_col_auto{flex:none;width:auto;max-width:100%}.yfm-layout__content>.yfm-block_col_1{flex:none;width:8.33333%}.yfm-layout__content>.yfm-block_col_2{flex:none;width:16.6667%}.yfm-layout__content>.yfm-block_col_3{flex:none;width:25%}.yfm-layout__content>.yfm-block_col_4{flex:none;width:33.3333%}.yfm-layout__content>.yfm-block_col_5{flex:none;width:41.6667%}.yfm-layout__content>.yfm-block_col_6{flex:none;width:50%}.yfm-layout__content>.yfm-block_col_7{flex:none;width:58.3333%}.yfm-layout__content>.yfm-block_col_8{flex:none;width:66.6667%}.yfm-layout__content>.yfm-block_col_9{flex:none;width:75%}.yfm-layout__content>.yfm-block_col_10{flex:none;width:83.3333%}.yfm-layout__content>.yfm-block_col_11{flex:none;width:91.6667%}.yfm-layout__content>.yfm-block_col_12{flex:none;width:100%}.yfm-layout__content>.yfm-block_offset_auto{margin-left:auto}.yfm-layout__content>.yfm-block_offset_0{margin-left:0}.yfm-layout__content>.yfm-block_offset_1{margin-left:8.33333%}.yfm-layout__content>.yfm-block_offset_2{margin-left:16.6667%}.yfm-layout__content>.yfm-block_offset_3{margin-left:25%}.yfm-layout__content>.yfm-block_offset_4{margin-left:33.3333%}.yfm-layout__content>.yfm-block_offset_5{margin-left:41.6667%}.yfm-layout__content>.yfm-block_offset_6{margin-left:50%}.yfm-layout__content>.yfm-block_offset_7{margin-left:58.3333%}.yfm-layout__content>.yfm-block_offset_8{margin-left:66.6667%}.yfm-layout__content>.yfm-block_offset_9{margin-left:75%}.yfm-layout__content>.yfm-block_offset_10{margin-left:83.3333%}.yfm-layout__content>.yfm-block_offset_11{margin-left:91.6667%}.g-root .yfm{--yfm-font-family-sans:var(--g-font-family-sans);--yfm-font-family-monospace:var(--g-font-family-monospace)}.g-root .yfm:not(.yfm_only-light){color:var(--g-color-text-primary);--yfm-color-hljs-background:var(--g-color-base-background);--yfm-color-hljs-subst:var(--g-color-text-complementary);--yfm-color-hljs-comment:var(--g-color-text-secondary);--yfm-color-hljs-deletion:var(--g-color-text-danger);--yfm-color-hljs-section:var(--g-color-text-danger);--yfm-color-term-dfn-pseudo-shadow:var(--g-color-sfx-shadow-light);--yfm-color-term-dfn-background:var(--g-color-base-float);--yfm-file-icon-color:var(--g-color-text-primary);--mermaid-zoom-control-color:var(--g-color-text-primary)}.g-root .yfm:not(.yfm_only-light) a{color:var(--g-color-text-link)}.g-root .yfm:not(.yfm_only-light) a:hover,.g-root .yfm:not(.yfm_only-light) a:active{color:var(--g-color-text-link-hover)}.g-root .yfm:not(.yfm_only-light):not(.yfm_ignore-visited-links) a:visited{color:var(--g-color-text-link-visited)}.g-root .yfm:not(.yfm_only-light):not(.yfm_ignore-visited-links) a:visited:hover{color:var(--g-color-text-link-visited-hover)}.g-root .yfm:not(.yfm_only-light) img{background-color:var(--g-color-base-background)}.g-root .yfm:not(.yfm_only-light).yfm-accent-info{background:var(--g-color-base-info-light)}.g-root .yfm:not(.yfm_only-light).yfm-accent-tip{background:var(--g-color-base-positive-light)}.g-root .yfm:not(.yfm_only-light).yfm-accent-alert{background:var(--g-color-base-danger-light)}.g-root .yfm:not(.yfm_only-light).yfm-accent-warning{background:var(--g-color-base-warning-light)}.g-root .yfm:not(.yfm_only-light) code{background:var(--g-color-base-misc-light);color:var(--g-color-text-misc-heavy)}.g-root .yfm:not(.yfm_only-light) pre>code{background:var(--g-color-base-misc-light);color:var(--g-color-text-complementary)}.g-root .yfm:not(.yfm_only-light) table{color:var(--g-color-text-primary);border-color:var(--g-color-line-generic);background:var(--g-color-base-background)}.g-root .yfm:not(.yfm_only-light) table thead,.g-root .yfm:not(.yfm_only-light) table tr:nth-child(2n){background:var(--g-color-base-generic)}.g-root .yfm:not(.yfm_only-light) table td,.g-root .yfm:not(.yfm_only-light) table td:first-child,.g-root .yfm:not(.yfm_only-light) table th{border-color:var(--g-color-line-generic-solid)}.g-root .yfm:not(.yfm_only-light) table[sticky-header] thead th:after{background:var(--g-color-base-generic)}.g-root .yfm:not(.yfm_only-light) hr{background-color:var(--g-color-line-generic)}.g-root .yfm:not(.yfm_only-light) blockquote{border-left-color:var(--g-color-line-info)}.g-root .yfm:not(.yfm_only-light) .yfm-tab-list{border-bottom-color:var(--g-color-line-generic)}.g-root .yfm:not(.yfm_only-light) .yfm-tab:hover,.g-root .yfm:not(.yfm_only-light) .yfm-tab:active{color:var(--g-color-text-link-hover)}.g-root .yfm:not(.yfm_only-light) .yfm-tab.active{border-bottom-color:var(--g-color-line-brand)}.g-root_theme_dark .yfm table[sticky-header] th:before,.g-root_theme_dark-hc .yfm table[sticky-header] th:before{background:var(--g-color-base-background)}.g-root_theme_dark .yfm .yfm-cut-title:before,.g-root_theme_dark-hc .yfm .yfm-cut-title:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggc3Ryb2tlPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNykiIGZpbGw9Im5vbmUiIGQ9Ik0zIDZsNSA1IDUtNSI+PC9wYXRoPjwvc3ZnPg==)}
/*# sourceMappingURL=https://s3.mds.yandex.net/cloud-source-maps/tracker/css/46374.8b0ad12e.css.map*/