.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus{outline:none}.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus{outline:none}.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-input.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-default.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__selection:focus{outline:none}.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}:root{--outline-zIndex:2000;--outline-sticky-height:100%;--outline-navigator-width:100%}.outline-icon{z-index:1;vertical-align:middle;width:1em;height:1em;display:inline-block;position:relative;overflow:hidden}.outline-icon__svg{z-index:2;fill:currentColor;width:1em;height:1em;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.outline-icon_hidden{display:none}::-webkit-scrollbar{-webkit-border-radius:5px;width:7px;height:7px}::-webkit-scrollbar-track-piece{-webkit-border-radius:5px}::-webkit-scrollbar-thumb:vertical{background-color:#00000040;-webkit-border-radius:5px}::-webkit-scrollbar-thumb:horizontal{background-color:#00000040;-webkit-border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#00000059}::-webkit-scrollbar:hover{background-color:#00000026}.outline-heading{z-index:1;position:relative;overflow:hidden}.outline-heading__anchor{display:none}.outline-heading__anchor:link,.outline-heading__anchor:visited,.outline-heading__anchor:hover{color:#999;text-decoration:none}.outline-heading__anchor:hover{color:#507afe}.outline-heading:hover .outline-heading__anchor{display:inline-block}.outline-heading_start:hover{overflow:visible}.outline-heading_start .outline-heading__anchor{z-index:2;position:absolute;top:50%;left:-1em;transform:translateY(-50%)}.outline-drawer{z-index:-1;box-sizing:border-box;visibility:hidden;width:100%;height:100%;margin:0;position:relative;top:0;left:0;overflow:hidden}.outline-drawer__modal{z-index:21;background-color:#fff;flex-flow:column;height:100%;transition-duration:.4s;display:flex;position:absolute;overflow:hidden;box-shadow:0 0 6px 1px #dcdfe6}.outline-drawer__header,.outline-drawer__main,.outline-drawer__footer{box-sizing:border-box;width:100%}.outline-drawer__header,.outline-drawer__footer{flex-shrink:0}.outline-drawer__title,.outline-drawer__main,.outline-drawer__footer{padding:0 16px}.outline-drawer__header,.outline-drawer__title{z-index:1;height:52px;margin:0 auto;line-height:52px;position:relative;overflow:hidden}.outline-drawer__title{box-sizing:border-box;border-bottom:1px solid #dcdfe6;margin:0 16px;font-size:16px;font-weight:400}.outline-drawer__close{z-index:2;color:#999;text-align:center;cursor:pointer;width:20px;height:20px;font-size:20px;line-height:20px;position:absolute;top:50%;right:12px;overflow:hidden;transform:translateY(-50%)}.outline-drawer__close .outline-icon{z-index:2;position:absolute;top:0;left:0}.outline-drawer__close:hover{color:#666}.outline-drawer__main{flex:1;overflow:auto}.outline-drawer__main.overflow-hidden{overflow:hidden}.outline-drawer__footer{text-align:right;margin:0 auto;overflow:hidden}.outline-drawer__overlay{content:"";z-index:1;opacity:.1;background-color:#fff;width:100%;height:100%;position:relative;top:0;left:0;overflow:hidden}.outline-drawer_rtl.outline-drawer_tiny,.outline-drawer_ltr.outline-drawer_tiny{width:280px}.outline-drawer_rtl.outline-drawer_mini,.outline-drawer_ltr.outline-drawer_mini{width:480px}.outline-drawer_rtl.outline-drawer_small,.outline-drawer_ltr.outline-drawer_small{width:540px}.outline-drawer_rtl.outline-drawer_regular,.outline-drawer_ltr.outline-drawer_regular{width:680px}.outline-drawer_rtl.outline-drawer_medium,.outline-drawer_ltr.outline-drawer_medium{width:720px}.outline-drawer_rtl.outline-drawer_large,.outline-drawer_ltr.outline-drawer_large{width:960px}.outline-drawer_rtl{border-left:1px solid #dcdfe6}.outline-drawer_rtl.outline-drawer_tiny.outline-drawer_closed{right:-290px}.outline-drawer_rtl.outline-drawer_mini.outline-drawer_closed{right:-490px}.outline-drawer_rtl.outline-drawer_small.outline-drawer_closed{right:-550px}.outline-drawer_rtl.outline-drawer_regular.outline-drawer_closed{right:-690px}.outline-drawer_rtl.outline-drawer_medium.outline-drawer_closed{right:-730px}.outline-drawer_rtl.outline-drawer_large.outline-drawer_closed{right:-970px}.outline-drawer_ltr{border-right:1px solid #dcdfe6}.outline-drawer_ltr.outline-drawer_tiny.outline-drawer_closed{left:-290px}.outline-drawer_ltr.outline-drawer_mini.outline-drawer_closed{left:-490px}.outline-drawer_ltr.outline-drawer_small.outline-drawer_closed{left:-550px}.outline-drawer_ltr.outline-drawer_regular.outline-drawer_closed{left:-690px}.outline-drawer_ltr.outline-drawer_medium.outline-drawer_closed{left:-730px}.outline-drawer_ltr.outline-drawer_large.outline-drawer_closed{left:-970px}.outline-drawer_ttb,.outline-drawer_btt{width:100%;left:0}.outline-drawer_ttb.outline-drawer_tiny,.outline-drawer_btt.outline-drawer_tiny{height:240px}.outline-drawer_ttb.outline-drawer_mini,.outline-drawer_btt.outline-drawer_mini{height:320px}.outline-drawer_ttb.outline-drawer_small,.outline-drawer_btt.outline-drawer_small{height:360px}.outline-drawer_ttb.outline-drawer_regular,.outline-drawer_btt.outline-drawer_regular{height:400px}.outline-drawer_ttb.outline-drawer_medium,.outline-drawer_btt.outline-drawer_medium{height:440px}.outline-drawer_ttb.outline-drawer_large,.outline-drawer_btt.outline-drawer_large{height:480px}.outline-drawer_ttb{border-bottom:1px solid #dcdfe6}.outline-drawer_ttb.outline-drawer_tiny.outline-drawer_closed{top:-250px}.outline-drawer_ttb.outline-drawer_mini.outline-drawer_closed{top:-330px}.outline-drawer_ttb.outline-drawer_small.outline-drawer_closed{top:-370px}.outline-drawer_ttb.outline-drawer_regular.outline-drawer_closed{top:-410px}.outline-drawer_ttb.outline-drawer_medium.outline-drawer_closed{top:-450px}.outline-drawer_ttb.outline-drawer_large.outline-drawer_closed{top:-490px}.outline-drawer_btt{top:initial;border-top:1px solid #dcdfe6}.outline-drawer_btt.outline-drawer_tiny.outline-drawer_closed{bottom:-250px}.outline-drawer_btt.outline-drawer_mini.outline-drawer_closed{bottom:-330px}.outline-drawer_btt.outline-drawer_small.outline-drawer_closed{bottom:-370px}.outline-drawer_btt.outline-drawer_regular.outline-drawer_closed{bottom:-410px}.outline-drawer_btt.outline-drawer_medium.outline-drawer_closed{bottom:-450px}.outline-drawer_btt.outline-drawer_large.outline-drawer_closed{bottom:-490px}.outline-drawer_opened{visibility:visible;z-index:var(--outline-zIndex)}.outline-drawer_opened.outline-drawer{position:fixed}.outline-drawer_opened.outline-drawer_rtl{right:0}.outline-drawer_opened.outline-drawer_ltr{left:0}.outline-drawer_opened.outline-drawer_ttb{top:0}.outline-drawer_opened.outline-drawer_btt{bottom:0}.outline-drawer_offset.outline-drawer_rtl,.outline-drawer_offset.outline-drawer_ltr{height:calc(100% - 4em);top:50%;transform:translateY(-50%)}.outline-drawer_offset.outline-drawer_ttb,.outline-drawer_offset.outline-drawer_btt{width:calc(100% - 4em);left:50%;transform:translate(-50%)}.outline-drawer_offset.outline-drawer_opened.outline-drawer_rtl{right:2em}.outline-drawer_offset.outline-drawer_opened.outline-drawer_ltr{left:2em}.outline-drawer_offset.outline-drawer_opened.outline-drawer_ttb{top:2em}.outline-drawer_offset.outline-drawer_opened.outline-drawer_btt{bottom:2em}.outline-drawer_auto.outline-drawer_rtl,.outline-drawer_auto.outline-drawer_ltr{height:auto;max-height:calc(100% - 4em)}.outline-drawer_full{padding:0}.outline-message{z-index:9999;opacity:.1;color:#666;background-color:#fff;border-radius:3px;height:40px;margin:0;padding:0 50px;font-size:13px;line-height:40px;transition:all .5s ease-in-out;position:fixed;top:-50px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 0 6px 1px #dcdfe6}.outline-message__content{white-space:nowrap;text-overflow:ellipsis;color:#666;max-width:700px;height:40px;margin:0;font-size:13px;line-height:40px;overflow:hidden}.outline-message__close,.outline-message__icon{z-index:2;text-align:center;width:40px;height:40px;line-height:40px;position:absolute;top:0;overflow:hidden}.outline-message__icon{color:#fff;left:0}.outline-message__icon .outline-icon{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.outline-message__close{cursor:pointer;color:#999;right:0}.outline-message__close .outline-icon{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.outline-message__close:hover{color:#666}.outline-message_info .outline-message__icon{background-color:#507afe}.outline-message_warning .outline-message__icon{background-color:#ff9901}.outline-message_success .outline-message__icon{background-color:#058942}.outline-message_error .outline-message__icon{background-color:#ff5d5d}.outline-message_plain{min-width:190px;padding:0 50px 0 15px}.outline-message_plain.outline-message_info{background-color:#ecf8ff;border-left:5px solid #507afe}.outline-message_plain.outline-message_warning{background-color:#fffbe6;border-left:5px solid #ff9901}.outline-message_plain.outline-message_success{background-color:#e1f6eb;border-left:5px solid #058942}.outline-message_plain.outline-message_error{background-color:#fff1f0;border-left:5px solid #ff5d5d}.outline-message_plain .outline-message__icon{width:0;display:none}.outline-message_plain .outline-message__icon .outline-icon{display:none}.outline-message_light{min-width:180px;padding:0 40px}.outline-message_light.outline-message_info .outline-message__icon{color:#507afe}.outline-message_light.outline-message_warning .outline-message__icon{color:#ff9901}.outline-message_light.outline-message_success .outline-message__icon{color:#058942}.outline-message_light.outline-message_error .outline-message__icon{color:#ff5d5d}.outline-message_light .outline-message__icon{background-color:#fff}.outline-message_round{border-radius:20px}.outline-message_round.outline-message_default{min-width:180px;padding:0 40px}.outline-message_round.outline-message_default .outline-message__icon{border-radius:10px;width:20px;height:20px;line-height:20px;top:10px;left:10px}.outline-message_round.outline-message_default.outline-message_full-width{min-width:200px;padding:0 20px 0 40px}.outline-message_round.outline-message_plain{min-width:195px;padding:0 40px 0 20px}.outline-message_round.outline-message_plain.outline-message_full-width{min-width:215px;padding:0 20px}.outline-message_full-width{min-width:200px;padding:0 10px 0 50px}.outline-message_full-width.outline-message_plain{min-width:230px;padding:0 10px 0 15px}.outline-message_full-width.outline-message_light{min-width:210px;padding:0 10px 0 40px}.outline-message_visible{opacity:1}.outline-message_hidden{display:none}.outline-navigator{z-index:1;width:var(--outline-navigator-width);margin:0;position:relative;overflow:auto}.outline-navigator-parent{transition:all .3s ease-in-out}.outline-navigator__title{border-bottom:1px solid #dcdfe6;height:40px;margin:0 16px;padding:0 16px;font-size:16px;font-weight:400;line-height:40px;overflow:hidden}.outline-navigator__main{z-index:1;margin:0;position:relative;overflow:hidden}.outline-navigator__list,.outline-navigator__subject,.outline-navigator__item{z-index:2;margin:0;padding:0;list-style-type:none;position:relative;overflow:hidden}.outline-navigator__list{padding:.5em 0}.outline-navigator__subject{padding-left:1em}.outline-navigator__item{margin:0;font-size:13px;line-height:30px;overflow:hidden}.outline-navigator__placeholder{z-index:1;box-sizing:border-box;background-color:#f7f8f9;border-left:2px solid #058942;width:100%;height:30px;transition-duration:.2s;position:absolute;top:0;left:0;overflow:hidden}.outline-navigator__anchor{white-space:nowrap;text-overflow:ellipsis;padding:0 1.5em;display:block;overflow:hidden}.outline-navigator__anchor:link,.outline-navigator__anchor:visited,.outline-navigator__anchor:hover{color:#555;text-decoration:none}.outline-navigator__anchor:hover{color:#058942}.outline-navigator__code{padding-right:.5em}.outline-navigator_highlight.outline-navigator__anchor:link,.outline-navigator_highlight.outline-navigator__anchor:visited,.outline-navigator_highlight.outline-navigator__anchor:hover{color:#058942;font-weight:700}.outline-navigator_sticky,.outline-navigator_fixed{z-index:var(--outline-zIndex);flex-flow:column;display:flex;top:0;overflow:hidden}.outline-navigator_sticky .outline-navigator__title,.outline-navigator_fixed .outline-navigator__title,.outline-navigator_sticky .outline-navigator__main,.outline-navigator_fixed .outline-navigator__main{box-sizing:border-box}.outline-navigator_sticky .outline-navigator__title,.outline-navigator_fixed .outline-navigator__title{flex-shrink:0}.outline-navigator_sticky .outline-navigator__main,.outline-navigator_fixed .outline-navigator__main{flex:1;overflow:auto}.outline-navigator_sticky{max-height:var(--outline-sticky-height);position:sticky}.outline-navigator_fixed{max-height:100%;position:fixed}.outline-navigator_hidden{display:none}.outline-navigator_folded{width:0;overflow:hidden}.outline-reader__progress{z-index:3;transform-origin:0;background-color:#507afe;width:100%;height:4px;animation:linear outline-reader-progress;animation-timeline:--ProgressTimeline;position:fixed;top:0;left:0;scale:0 1}.outline-reader__paper{box-sizing:border-box;background-color:#fff;max-width:1200px;margin:2em auto;padding:3.2em;overflow:hidden;box-shadow:0 0 6px 1px #ddd}.outline-reader__title{text-align:center;margin:.67em 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Helvetica,Arial,sans-serif;font-size:4.2em;font-weight:400;line-height:1.3em;overflow:hidden}.outline-reader__article .outline-reader__progress,.outline-reader_hidden{display:none}.outline-reader_hidden.outline-reader_sibling{display:none!important}.outline-reader_hidden.outline-reader_sibling.wrapper.post{display:none}.outline-reader--reading{z-index:2;box-sizing:border-box;scroll-timeline-name:--ProgressTimeline;background-color:#fafafa;width:100%;height:100%;margin:0;padding:3em 4em;display:block;position:fixed;top:0;left:0;overflow:scroll}@keyframes outline-reader-progress{to{scale:1}}@media (max-width:500px){.outline-reader{overflow:hidden}.outline-reader .outline-toolbar{box-sizing:border-box;background-color:#fff;border-top:1px solid #ddd;flex-flow:row;align-self:auto;align-items:center;width:100%;height:48px;padding:0 16px;display:flex;top:100%;right:0;transform:translateY(-48px)}.outline-reader .outline-toolbar__button{-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:0;flex:1}.outline-reader--reading{box-sizing:border-box;background-color:#fff;padding:0}.outline-reader__paper{z-index:1;height:100%;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;position:relative;overflow:hidden}.outline-reader__title{white-space:nowrap;text-overflow:ellipsis;z-index:3;background-color:#fff;border-bottom:1px solid #ddd;width:100%;height:48px;margin:0;font-size:1.8em;font-weight:400;line-height:48px;position:absolute;top:0;left:0;overflow:hidden}.outline-reader__article{scroll-timeline-name:--MobileProgressTimeline;height:calc(100% - 96px);margin:48px 0;padding:0 1.25em;overflow:hidden scroll}.outline-reader__article .outline-reader__progress{z-index:4;animation:linear outline-reader-progress;animation-timeline:--MobileProgressTimeline;display:block}}@media print{html,body{color:#333;background-color:#fff;font-size:12pt;height:initial!important}a:link,a:visited,a:hover{color:#507afe;text-decoration:underline!important}video,audio{display:none!important}table{border-collapse:collapse;width:100%}th,td{border:1px solid #dcdfe6;padding:8px 20px}.outline-message,.outline-toolbar{display:none!important}.outline-reader{overflow:hidden;display:block!important}.outline-reader__title{text-align:center!important;margin:13.4pt 0 28pt!important;font-size:32pt!important}.outline-reader--reading{background-color:#fff;height:auto!important;padding:0!important;position:relative!important;overflow:hidden!important}.outline-reader__progress{display:none!important}.outline-reader__paper{-webkit-box-shadow:none;box-shadow:none}.outline-reader pre{border:1px solid #ddd!important;border-radius:4px!important;padding:1em!important}.outline-reader pre,.outline-reader code{background-color:#fff!important}.outline-reader table,.outline-reader img,.outline-reader svg{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.outline-reader_sibling{display:none!important}}.outline-toolbar{z-index:99999;margin:0;transition-duration:.3s;position:fixed;overflow:hidden}.outline-toolbar__button{z-index:1;box-sizing:border-box;cursor:pointer;text-align:center;color:#999;background-color:#fff;border:1px solid #dcdfe6;border-radius:3px;width:36px;height:36px;margin:10px;transition:all .3s ease-in-out .1s;position:relative;overflow:hidden;box-shadow:0 0 6px 1px #dcdfe6}.outline-toolbar__button:hover{color:#058942;border-color:#058942;transform:scale(1.35)}.outline-toolbar__button.hide{display:none}.outline-toolbar__anchor:link,.outline-toolbar__anchor:visited,.outline-toolbar__anchor:hover{color:#999;text-decoration:none}.outline-toolbar__anchor:hover{color:#058942}.outline-toolbar__icon{z-index:2;fill:currentColor;width:20px;height:20px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.outline-toolbar_active.outline-toolbar__button{color:#fff;background-color:#058942;border-color:#058942}.outline-toolbar_active.outline-toolbar__button:hover,.outline-toolbar_active .outline-toolbar__anchor:link,.outline-toolbar_active .outline-toolbar__anchor:visited,.outline-toolbar_active .outline-toolbar__anchor:hover{color:#fff}.outline-toolbar_rounded.outline-toolbar__button{border-radius:18px}.outline-toolbar_disabled.outline-toolbar__anchor:link,.outline-toolbar_disabled .outline-toolbar__anchor:link,.outline-toolbar_disabled.outline-toolbar__anchor:visited,.outline-toolbar_disabled .outline-toolbar__anchor:visited,.outline-toolbar_disabled.outline-toolbar__anchor:hover,.outline-toolbar_disabled .outline-toolbar__anchor:hover,.outline-toolbar_disabled.outline-toolbar__button,.outline-toolbar_disabled .outline-toolbar__button{cursor:not-allowed;color:#999;border-color:#999}.outline-toolbar_disabled.outline-toolbar__anchor:link:hover,.outline-toolbar_disabled .outline-toolbar__anchor:link:hover,.outline-toolbar_disabled.outline-toolbar__anchor:visited:hover,.outline-toolbar_disabled .outline-toolbar__anchor:visited:hover,.outline-toolbar_disabled.outline-toolbar__anchor:hover:hover,.outline-toolbar_disabled .outline-toolbar__anchor:hover:hover,.outline-toolbar_disabled.outline-toolbar__button:hover,.outline-toolbar_disabled .outline-toolbar__button:hover{color:#999;border-color:#999}.outline-toolbar_disabled.outline-toolbar__button,.outline-toolbar_disabled .outline-toolbar__button{background-color:#f5f5f5}.outline-toolbar_ttb,.outline-toolbar_btt{left:50%;transform:translate(-50%)}.outline-toolbar_ttb .outline-toolbar__button,.outline-toolbar_btt .outline-toolbar__button{display:inline-block}.outline-toolbar_ttb{top:12px}.outline-toolbar_ttb.outline-toolbar_hidden{top:-56px}.outline-toolbar_btt{bottom:12px}.outline-toolbar_btt.outline-toolbar_hidden{bottom:-56px}.outline-toolbar_rtl,.outline-toolbar_ltr{width:56px;transform:translateY(-50%)}.outline-toolbar_rtl{top:50%;right:12px}.outline-toolbar_rtl.outline-toolbar_hidden{right:-86px}.outline-toolbar_ltr{top:50%;left:12px}.outline-toolbar_ltr.outline-toolbar_hidden{left:-86px}.outline-toolbar_ttb .outline-toolbar__button.outline-toolbar_hidden,.outline-toolbar_rtl .outline-toolbar__button.outline-toolbar_hidden,.outline-toolbar_btt .outline-toolbar__button.outline-toolbar_hidden,.outline-toolbar_ltr .outline-toolbar__button.outline-toolbar_hidden{display:none}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--un-default-border-color,#e5e7eb)}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}