Skip to content

Instantly share code, notes, and snippets.

@Stvad
Created May 17, 2022 17:29
Show Gist options
  • Save Stvad/440bdffa0f7d74f9a4835b01df717662 to your computer and use it in GitHub Desktop.
Save Stvad/440bdffa0f7d74f9a4835b01df717662 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
<script src="https://hypothes.is/embed.js" async></script><div><style>#consilienceApp {
all: initial;
background-color: white;
height: 100%;
position: fixed;
right: 10px;
top: 0;
width: 375px;
z-index: 2147483647;
font-size: 16px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#consilienceApp {
user-select: none;
}
</style><style></style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .ToolIcon{display:inline-flex;align-items:center;position:relative;font-family:Cascadia;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:var(--space-factor);-webkit-user-select:none;user-select:none;background-color:var(--button-gray-1)}.excalidraw .ToolIcon:hover{background-color:var(--button-gray-2)}.excalidraw .ToolIcon:active{background-color:var(--button-gray-3)}.excalidraw .ToolIcon--plain{background-color:transparent}.excalidraw .ToolIcon--plain .ToolIcon__icon{width:2rem;height:2rem}.excalidraw .ToolIcon__icon{width:2.5rem;height:2.5rem;color:var(--icon-fill-color);display:flex;justify-content:center;align-items:center;border-radius:var(--space-factor)}.excalidraw .ToolIcon__icon svg{position:relative;height:1em;fill:var(--icon-fill-color);color:var(--icon-fill-color)}.excalidraw .ToolIcon__icon+.ToolIcon__label{-webkit-margin-start:0;margin-inline-start:0}.excalidraw .ToolIcon__label{color:var(--icon-fill-color);font-family:var(--ui-font);margin:0 .8em;text-overflow:ellipsis}.excalidraw .ToolIcon_size_s .ToolIcon__icon{width:1.4rem;height:1.4rem;font-size:.8em}.excalidraw .excalidraw .ToolIcon_type_button,.excalidraw .Modal .ToolIcon_type_button,.excalidraw .ToolIcon_type_button{padding:0;border:none;margin:0;font-size:inherit}.excalidraw .excalidraw .ToolIcon_type_button:focus,.excalidraw .Modal .ToolIcon_type_button:focus,.excalidraw .ToolIcon_type_button:focus{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .excalidraw .ToolIcon_type_button.ToolIcon--selected,.excalidraw .Modal .ToolIcon_type_button.ToolIcon--selected,.excalidraw .ToolIcon_type_button.ToolIcon--selected{background-color:var(--button-gray-2)}.excalidraw .excalidraw .ToolIcon_type_button.ToolIcon--selected:active,.excalidraw .Modal .ToolIcon_type_button.ToolIcon--selected:active,.excalidraw .ToolIcon_type_button.ToolIcon--selected:active{background-color:var(--button-gray-3)}.excalidraw .excalidraw .ToolIcon_type_button:hover,.excalidraw .Modal .ToolIcon_type_button:hover,.excalidraw .ToolIcon_type_button:hover{background-color:var(--button-gray-2)}.excalidraw .excalidraw .ToolIcon_type_button:active,.excalidraw .Modal .ToolIcon_type_button:active,.excalidraw .ToolIcon_type_button:active{background-color:var(--button-gray-3)}.excalidraw .excalidraw .ToolIcon_type_button--show,.excalidraw .Modal .ToolIcon_type_button--show,.excalidraw .ToolIcon_type_button--show{visibility:visible}.excalidraw .excalidraw .ToolIcon_type_button--hide,.excalidraw .Modal .ToolIcon_type_button--hide,.excalidraw .ToolIcon_type_button--hide{visibility:hidden}.excalidraw .ToolIcon_type_radio,.excalidraw .ToolIcon_type_checkbox{position:absolute;opacity:0;pointer-events:none}.excalidraw .ToolIcon_type_radio:not(.ToolIcon_toggle_opaque):checked+.ToolIcon__icon,.excalidraw .ToolIcon_type_checkbox:not(.ToolIcon_toggle_opaque):checked+.ToolIcon__icon{background-color:var(--button-gray-2)}.excalidraw .ToolIcon_type_radio:not(.ToolIcon_toggle_opaque):checked+.ToolIcon__icon:active,.excalidraw .ToolIcon_type_checkbox:not(.ToolIcon_toggle_opaque):checked+.ToolIcon__icon:active{background-color:var(--button-gray-3)}.excalidraw .ToolIcon_type_radio:focus+.ToolIcon__icon,.excalidraw .ToolIcon_type_checkbox:focus+.ToolIcon__icon{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .ToolIcon_type_radio:active+.ToolIcon__icon,.excalidraw .ToolIcon_type_checkbox:active+.ToolIcon__icon{background-color:var(--button-gray-3)}.excalidraw .ToolIcon_type_floating{background-color:transparent}.excalidraw .ToolIcon_type_floating:hover{background-color:transparent}.excalidraw .ToolIcon_type_floating:active{background-color:transparent}.excalidraw .ToolIcon_type_floating:focus{box-shadow:none}.excalidraw .ToolIcon_type_floating .ToolIcon__icon{background-color:var(--button-gray-1);width:2rem;height:2em}.excalidraw .ToolIcon_type_floating .ToolIcon__icon:hover{background-color:var(--button-gray-2)}.excalidraw .ToolIcon_type_floating .ToolIcon__icon:active{background-color:var(--button-gray-3)}.excalidraw .ToolIcon.ToolIcon__lock{-webkit-margin-end:var(--space-factor);margin-inline-end:var(--space-factor)}.excalidraw .ToolIcon.ToolIcon__lock.ToolIcon_type_floating{margin-left:.1rem}.excalidraw .ToolIcon__keybinding{position:absolute;bottom:2px;right:3px;font-size:.5em;color:var(--keybinding-color);font-family:var(--ui-font);-webkit-user-select:none;user-select:none}@media(max-width: 425px){.excalidraw .Shape .ToolIcon__icon{width:2rem;height:2rem}.excalidraw .Shape .ToolIcon__icon svg{height:.8em}}@media(max-width: 760px){.excalidraw .ToolIcon.ToolIcon_type_floating{display:inline-block;position:absolute;right:-8px;margin-left:0;border-radius:20px 0 0 20px;z-index:1;background-color:var(--button-gray-1)}.excalidraw .ToolIcon.ToolIcon_type_floating:hover{background-color:var(--button-gray-1)}.excalidraw .ToolIcon.ToolIcon_type_floating:active{background-color:var(--button-gray-2)}.excalidraw .ToolIcon.ToolIcon_type_floating .ToolIcon__icon{border-radius:inherit}.excalidraw .ToolIcon.ToolIcon_type_floating svg{position:static}.excalidraw .ToolIcon.ToolIcon__library{top:100px}.excalidraw .ToolIcon.ToolIcon__lock{-webkit-margin-end:0;margin-inline-end:0;top:60px}}:host[dir=ltr] .excalidraw .unlocked-icon{left:2px}:host[dir=rtl] .excalidraw .unlocked-icon{right:2px}</style><style>.excalidraw .popover{position:absolute;z-index:10}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .color-picker{background:var(--popup-bg-color);border:0 solid rgba(255,255,255,.25);box-shadow:rgba(0,0,0,.25) 0 1px 4px;border-radius:4px;position:absolute}:host[dir=ltr] .excalidraw .color-picker{left:-5.5px}:host[dir=rtl] .excalidraw .color-picker{right:-5.5px}.excalidraw .color-picker-control-container{display:grid;grid-template-columns:auto 1fr;align-items:center}.excalidraw .color-picker-triangle{width:0;height:0;border-style:solid;border-width:0 9px 10px;border-color:transparent transparent var(--popup-bg-color);position:absolute;top:-10px}:host[dir=ltr] .excalidraw .color-picker-triangle{left:12px}:host[dir=rtl] .excalidraw .color-picker-triangle{right:12px}.excalidraw .color-picker-triangle-shadow{border-color:transparent transparent rgba(0,0,0,.1);top:-11px}.excalidraw .color-picker-content{padding:.5rem;display:grid;grid-template-columns:repeat(5, auto);grid-gap:.5rem;border-radius:4px}.excalidraw .color-picker-content:focus{outline:none;box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .color-picker-content .color-input-container{grid-column:1/span 5}.excalidraw .color-picker-swatch{position:relative;height:1.875rem;width:1.875rem;cursor:pointer;border-radius:4px;margin:0;box-sizing:border-box;border:1px solid #ddd;background-color:currentColor !important;-webkit-filter:var(--theme-filter);filter:var(--theme-filter)}.excalidraw .color-picker-swatch:focus{box-shadow:0 0 4px 1px currentColor;border-color:var(--select-highlight-color)}.excalidraw .color-picker-transparent{border-radius:4px;box-shadow:rgba(0,0,0,.1) 0 0 0 1px inset;position:absolute;top:0;right:0;bottom:0;left:0}.excalidraw .color-picker-transparent,.excalidraw .color-picker-label-swatch{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==") left center}.excalidraw .color-picker-hash{background:var(--input-border-color);height:1.875rem;width:1.875rem;color:var(--input-label-color);display:flex;align-items:center;justify-content:center;position:relative}:host[dir=ltr] .excalidraw .color-picker-hash{border-radius:4px 0 0 4px}:host[dir=rtl] .excalidraw .color-picker-hash{border-radius:0 4px 4px 0}.excalidraw .color-input-container:focus-within .color-picker-hash{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .color-input-container:focus-within .color-picker-hash::before,.excalidraw .color-input-container:focus-within .color-picker-hash::after{content:"";width:1px;height:100%;position:absolute;top:0}.excalidraw .color-input-container:focus-within .color-picker-hash::before{background:var(--input-border-color)}:host[dir=ltr] .excalidraw .color-input-container:focus-within .color-picker-hash::before{right:-1px}:host[dir=rtl] .excalidraw .color-input-container:focus-within .color-picker-hash::before{left:-1px}.excalidraw .color-input-container:focus-within .color-picker-hash::after{background:var(--input-bg-color)}:host[dir=ltr] .excalidraw .color-input-container:focus-within .color-picker-hash::after{right:-2px}:host[dir=rtl] .excalidraw .color-input-container:focus-within .color-picker-hash::after{left:-2px}.excalidraw .color-input-container{display:flex}.excalidraw .color-picker-input{width:11ch;margin:0;font-size:1rem;background-color:var(--input-bg-color);color:var(--text-primary-color);border:0;outline:none;height:1.75em;box-shadow:var(--input-border-color) 0 0 0 1px inset;float:left;padding:1px;-webkit-padding-start:.5em;padding-inline-start:.5em;-webkit-appearance:none;appearance:none}:host[dir=ltr] .excalidraw .color-picker-input{border-radius:0 4px 4px 0}:host[dir=rtl] .excalidraw .color-picker-input{border-radius:4px 0 0 4px}.excalidraw .color-picker-label-swatch{height:1.875rem;width:1.875rem;-webkit-margin-end:.25rem;margin-inline-end:.25rem;border:1px solid #dee2e6;position:relative;overflow:hidden;background-color:transparent !important;-webkit-filter:var(--theme-filter);filter:var(--theme-filter)}.excalidraw .color-picker-label-swatch:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--swatch-color)}.excalidraw .color-picker-keybinding{position:absolute;bottom:2px;font-size:.7em}:host[dir=ltr] .excalidraw .color-picker-keybinding{right:2px}:host[dir=rtl] .excalidraw .color-picker-keybinding{left:2px}.excalidraw--mobile.excalidraw .color-picker-keybinding{display:none}.excalidraw .color-picker-type-canvasBackground .color-picker-keybinding{color:#aaa}.excalidraw .color-picker-type-elementBackground .color-picker-keybinding{color:#fff}.excalidraw .color-picker-swatch[aria-label=transparent] .color-picker-keybinding{color:#aaa}.excalidraw .color-picker-type-elementStroke .color-picker-keybinding{color:#d4d4d4}.excalidraw.theme--dark .color-picker-type-elementBackground .color-picker-keybinding{color:#000}.excalidraw.theme--dark .color-picker-swatch[aria-label=transparent] .color-picker-keybinding{color:#000}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .picker-container{display:inline-block;box-sizing:border-box;margin-right:.25rem}.excalidraw .picker{background:var(--popup-bg-color);border:0 solid rgba(255,255,255,.25);box-shadow:rgba(0,0,0,.25) 0 1px 4px;border-radius:4px;position:absolute}.excalidraw .picker-container button,.excalidraw .picker button{position:relative;display:flex;align-items:center;justify-content:center}.excalidraw .picker-container button:focus,.excalidraw .picker button:focus{outline:transparent;background-color:var(--button-gray-2)}.excalidraw .picker-container button:focus svg,.excalidraw .picker button:focus svg{opacity:1}.excalidraw .picker-container button:hover,.excalidraw .picker button:hover{background-color:var(--button-gray-2)}.excalidraw .picker-container button:active,.excalidraw .picker button:active{background-color:var(--button-gray-3)}.excalidraw .picker-container button:disabled,.excalidraw .picker button:disabled{cursor:not-allowed}.excalidraw .picker-container button svg,.excalidraw .picker button svg{margin:0;width:36px;height:18px;opacity:.6;pointer-events:none}.excalidraw .picker button{padding:.25rem .28rem .35rem .25rem}.excalidraw .picker-triangle{width:0;height:0;position:relative;top:-10px;z-index:10}:host[dir=ltr] .excalidraw .picker-triangle{left:12px}:host[dir=rtl] .excalidraw .picker-triangle{right:12px}.excalidraw .picker-triangle:before{content:"";position:absolute;border-style:solid;border-width:0 9px 10px;border-color:transparent transparent rgba(0,0,0,.1);top:-1px}.excalidraw .picker-triangle:after{content:"";position:absolute;border-style:solid;border-width:0 9px 10px;border-color:transparent transparent var(--popup-bg-color)}.excalidraw .picker-content{padding:.5rem;display:grid;grid-auto-flow:column;grid-gap:.5rem;border-radius:4px}:host[dir=rtl] .excalidraw .picker-content{padding:.4rem}.excalidraw .picker-keybinding{position:absolute;bottom:2px;font-size:.7em;color:var(--keybinding-color)}:host[dir=ltr] .excalidraw .picker-keybinding{right:2px}:host[dir=rtl] .excalidraw .picker-keybinding{left:2px}.excalidraw--mobile.excalidraw .picker-keybinding{display:none}.excalidraw .picker-type-canvasBackground .picker-keybinding{color:#aaa}.excalidraw .picker-type-elementBackground .picker-keybinding{color:#fff}.excalidraw .picker-swatch[aria-label=transparent] .picker-keybinding{color:#aaa}.excalidraw .picker-type-elementStroke .picker-keybinding{color:#d4d4d4}.excalidraw.theme--dark .picker-type-elementBackground .picker-keybinding{color:#000}.excalidraw.theme--dark .picker-swatch[aria-label=transparent] .picker-keybinding{color:#000}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .TextInput{color:var(--text-primary-color);display:inline-block;border:1.5px solid var(--button-gray-1);line-height:1;padding:.75rem;white-space:nowrap;border-radius:var(--space-factor);background-color:var(--input-bg-color)}.excalidraw .TextInput:not(:focus):hover{background-color:var(--input-hover-bg-color)}.excalidraw .TextInput:focus{outline:none;box-shadow:0 0 0 2px var(--focus-highlight-color)}</style><style>.ProjectName{margin:auto;display:flex;align-items:center}.ProjectName .TextInput{height:calc(1rem - 3px);width:200px;overflow:hidden;text-align:center;margin-left:8px;text-overflow:ellipsis}.ProjectName .TextInput--readonly{background:none;border:none;width:auto;max-width:200px;padding-left:2px}.ProjectName .TextInput--readonly:hover{background:none}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw-tooltip{position:absolute;z-index:1000;padding:8px;border-radius:6px;box-sizing:border-box;pointer-events:none;word-wrap:break-word;background:#000;line-height:1.5;text-align:center;font-size:13px;font-weight:500;color:#fff;display:none}.excalidraw-tooltip.excalidraw-tooltip--visible{display:block}.excalidraw .Tooltip-icon{width:.9em;height:.9em;margin-left:5px;margin-top:1px;display:flex}.excalidraw--mobile.excalidraw .Tooltip-icon{display:none}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Checkbox{margin:4px .3em;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.excalidraw .Checkbox:hover:not(.is-checked) .Checkbox-box:not(:focus){box-shadow:0 0 0 2px #4dabf7}.excalidraw .Checkbox:hover:not(.is-checked) .Checkbox-box:not(:focus) svg{display:block;opacity:.3}.excalidraw .Checkbox:active .Checkbox-box{box-shadow:0 0 2px 1px inset #1c7ed6 !important}.excalidraw .Checkbox:hover .Checkbox-box{background-color:rgba(208,235,255,.2)}.excalidraw .Checkbox.is-checked .Checkbox-box{background-color:#d0ebff}.excalidraw .Checkbox.is-checked .Checkbox-box svg{display:block}.excalidraw .Checkbox.is-checked:hover .Checkbox-box{background-color:#a5d8ff}.excalidraw .Checkbox .Checkbox-box{width:22px;height:22px;padding:0;flex:0 0 auto;margin:0 1em;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #1c7ed6;background-color:transparent;border-radius:4px;color:#1c7ed6}.excalidraw .Checkbox .Checkbox-box:focus{box-shadow:0 0 0 3px #1c7ed6}.excalidraw .Checkbox .Checkbox-box svg{display:none;width:16px;height:16px;stroke-width:3px}.excalidraw .Checkbox .Checkbox-label{display:flex;align-items:center}.excalidraw .Checkbox .Tooltip-icon{width:1em;height:1em}</style><style>.excalidraw .Stack{--gap: 0;display:grid;gap:calc(var(--space-factor) * var(--gap))}.excalidraw .Stack_vertical{grid-template-columns:auto;grid-auto-flow:row;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content}.excalidraw .Stack_horizontal{grid-template-rows:auto;grid-auto-flow:column;grid-auto-columns:-webkit-min-content;grid-auto-columns:min-content}</style><style>.excalidraw .ActiveFile .ActiveFile__fileName{display:flex;align-items:center}.excalidraw .ActiveFile .ActiveFile__fileName span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:9.3em}.excalidraw .ActiveFile .ActiveFile__fileName svg{width:1.15em;-webkit-margin-end:.3em;margin-inline-end:.3em;-webkit-transform:scaleY(0.9);transform:scaleY(0.9)}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Avatar{width:2.5rem;height:2.5rem;border-radius:1.25rem;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .context-menu{position:relative;border-radius:4px;box-shadow:0 3px 10px rgba(0,0,0,.2);padding:0;list-style:none;-webkit-user-select:none;user-select:none;margin:-0.25rem 0 0 .125rem;padding:.5rem 0;background-color:var(--popup-secondary-bg-color);border:1px solid var(--button-gray-3);cursor:default}.excalidraw .context-menu button{color:var(--popup-text-color)}.excalidraw .context-menu-option{position:relative;width:100%;min-width:9.5rem;margin:0;padding:.25rem 1rem .25rem 1.25rem;text-align:start;border-radius:0;background-color:transparent;border:none;white-space:nowrap;display:grid;grid-template-columns:1fr .2fr;align-items:center}.excalidraw .context-menu-option.checkmark::before{position:absolute;left:6px;margin-bottom:1px;content:"✓"}.excalidraw .context-menu-option.dangerous .context-menu-option__label{color:#f03e3e}.excalidraw .context-menu-option .context-menu-option__label{justify-self:start;-webkit-margin-end:20px;margin-inline-end:20px}.excalidraw .context-menu-option .context-menu-option__shortcut{justify-self:end;opacity:.6;font-family:inherit;font-size:.7rem}.excalidraw .context-menu-option:hover{color:var(--popup-bg-color);background-color:var(--select-highlight-color)}.excalidraw .context-menu-option:hover.dangerous{background-color:#fa5252}.excalidraw .context-menu-option:hover.dangerous .context-menu-option__label{color:var(--popup-bg-color)}.excalidraw .context-menu-option:focus{z-index:1}.excalidraw--mobile.excalidraw .context-menu-option{display:block}.excalidraw--mobile.excalidraw .context-menu-option .context-menu-option__label{-webkit-margin-end:0;margin-inline-end:0}.excalidraw--mobile.excalidraw .context-menu-option .context-menu-option__shortcut{display:none}.excalidraw .context-menu-option-separator{border:none;border-top:1px solid #adb5bd}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .CollabButton.is-collaborating{background-color:var(--button-special-active-bg-color)}.excalidraw .CollabButton.is-collaborating .ToolIcon__icon svg,.excalidraw .CollabButton.is-collaborating .ToolIcon__label{color:var(--icon-green-fill-color)}.excalidraw .CollabButton-collaborators{min-width:1em;position:absolute;bottom:-5px;padding:3px;border-radius:50%;background-color:#40c057;color:#fff;font-size:.7em;font-family:var(--ui-font)}:host[dir=ltr] .excalidraw .CollabButton-collaborators{right:-5px}:host[dir=rtl] .excalidraw .CollabButton-collaborators{left:-5px}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Dialog{-webkit-user-select:text;user-select:text;cursor:auto}.excalidraw .Dialog__title{display:grid;align-items:center;margin-top:0;grid-template-columns:1fr calc(var(--space-factor) * 7);grid-gap:var(--metric);padding:calc(var(--space-factor) * 2);text-align:center;font-variant:small-caps;font-size:1.2em}.excalidraw .Dialog__titleContent{flex:1}.excalidraw .Dialog .Modal__close{color:var(--icon-fill-color);margin:0}.excalidraw .Dialog__content{padding:0 16px 16px}.excalidraw--mobile.excalidraw .Dialog{--metric: calc(var(--space-factor) * 4);--inset-left: max(var(--metric), var(--sal));--inset-right: max(var(--metric), var(--sar))}.excalidraw--mobile.excalidraw .Dialog__title{grid-template-columns:calc(var(--space-factor) * 7) 1fr calc( var(--space-factor) * 7 );position:-webkit-sticky;position:sticky;top:0;padding:calc(var(--space-factor) * 2);background:var(--island-bg-color);font-size:1.25em;box-sizing:border-box;border-bottom:1px solid var(--button-gray-2);z-index:1}.excalidraw--mobile.excalidraw .Dialog__titleContent{text-align:center}.excalidraw--mobile.excalidraw .Dialog .Island{width:100vw;height:100%;box-sizing:border-box;overflow-y:auto;padding-left:max(calc(var(--padding) * var(--space-factor)), var(--sal));padding-right:max(calc(var(--padding) * var(--space-factor)), var(--sar));padding-bottom:max(calc(var(--padding) * var(--space-factor)), var(--sab))}.excalidraw--mobile.excalidraw .Dialog .Modal__close{order:-1}</style><style>.excalidraw .Island{--padding: 0;background-color:var(--island-bg-color);box-shadow:var(--shadow-island);border-radius:4px;padding:calc(var(--padding) * var(--space-factor));position:relative;transition:box-shadow .5s ease-in-out}.excalidraw .Island.zen-mode{box-shadow:none}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw.excalidraw-modal-container{position:absolute;z-index:10}.excalidraw .Modal{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;overflow:auto;padding:calc(var(--space-factor) * 10)}.excalidraw .Modal__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,.7)}.excalidraw .Modal__content{position:relative;z-index:2;width:100%;max-width:var(--max-width);max-height:100%;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-animation:Modal__content_fade-in .1s ease-out .05s forwards;animation:Modal__content_fade-in .1s ease-out .05s forwards;position:relative;overflow-y:auto;background:var(--island-bg-color);border:1px solid var(--dialog-border-color);box-shadow:0 2px 10px rgba(0,0,0,.25);border-radius:6px;box-sizing:border-box}.excalidraw .Modal__content:focus{outline:none}.excalidraw--mobile.excalidraw .Modal__content{max-width:100%;border:0;border-radius:0}@-webkit-keyframes Modal__content_fade-in{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes Modal__content_fade-in{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.excalidraw .Modal__close{width:calc(var(--space-factor) * 7);height:calc(var(--space-factor) * 7);display:flex;align-items:center;justify-content:center}.excalidraw .Modal__close svg{height:calc(var(--space-factor) * 5)}.excalidraw--mobile.excalidraw .Modal{padding:0}.excalidraw--mobile.excalidraw .Modal__content{position:absolute;top:0;left:0;right:0;bottom:0}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .ExportDialog__preview{--preview-padding: calc(var(--space-factor) * 4);background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==") left center;text-align:center;padding:var(--preview-padding);margin-bottom:calc(var(--space-factor) * 3)}.excalidraw .ExportDialog__preview canvas{max-width:calc(100% - var(--preview-padding) * 2);max-height:25rem}.excalidraw.theme--dark .ExportDialog__preview canvas{-webkit-filter:none;filter:none}.excalidraw .ExportDialog__actions{width:100%;display:flex;grid-gap:calc(var(--space-factor) * 2);align-items:top;justify-content:space-between}.excalidraw--mobile.excalidraw .ExportDialog{display:flex;flex-direction:column}.excalidraw--mobile.excalidraw .ExportDialog__actions{flex-direction:column;align-items:center}.excalidraw--mobile.excalidraw .ExportDialog__actions>*{margin-bottom:calc(var(--space-factor) * 3)}.excalidraw--mobile.excalidraw .ExportDialog__preview canvas{max-height:30vh}.excalidraw--mobile.excalidraw .ExportDialog__dialog,.excalidraw--mobile.excalidraw .ExportDialog__dialog .Island{height:100%;box-sizing:border-box}.excalidraw--mobile.excalidraw .ExportDialog__dialog .Island{overflow-y:auto}.excalidraw .ExportDialog--json .ExportDialog-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));justify-items:center;row-gap:2em}@media(max-width: 460px){.excalidraw .ExportDialog--json .ExportDialog-cards{grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))}.excalidraw .ExportDialog--json .ExportDialog-cards .Card-details{min-height:40px}}.excalidraw .ExportDialog--json .ExportDialog-cards .ProjectName{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:1em auto;align-items:flex-start;flex-direction:column}.excalidraw .ExportDialog--json .ExportDialog-cards .ProjectName .TextInput{width:auto}.excalidraw .ExportDialog--json .ExportDialog-cards .ProjectName-label{margin:.625em 0;font-weight:bold}.excalidraw button.ExportDialog-imageExportButton{width:5rem;height:5rem;margin:0 .2em;border-radius:1rem;background-color:var(--button-color);box-shadow:0 3px 5px -1px rgba(0,0,0,.28),0 6px 10px 0 rgba(0,0,0,.14);font-family:Cascadia;font-size:1.8em;color:#fff}.excalidraw button.ExportDialog-imageExportButton:hover{background-color:var(--button-color-darker)}.excalidraw button.ExportDialog-imageExportButton:active{background-color:var(--button-color-darkest);box-shadow:none}.excalidraw button.ExportDialog-imageExportButton svg{width:.9em}</style><style>.excalidraw .FixedSideContainer{position:absolute;pointer-events:none}.excalidraw .FixedSideContainer>*{pointer-events:all}.excalidraw .FixedSideContainer_side_top{left:var(--space-factor);top:var(--space-factor);right:var(--space-factor);z-index:2}.excalidraw .FixedSideContainer_side_top.zen-mode{right:42px}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .HintViewer{pointer-events:none;box-sizing:border-box;position:absolute;display:flex;justify-content:center;left:0;top:100%;max-width:100%;width:100%;margin-top:6px;text-align:center;color:#868e96;font-size:.8rem}.excalidraw--mobile.excalidraw .HintViewer{position:static;padding-right:2em}.excalidraw .HintViewer>span{padding:.2rem .4rem;background-color:var(--overlay-bg-color);border-radius:4px}</style><style>.excalidraw .layer-ui__library{margin:auto;display:flex;align-items:center;justify-content:center}.excalidraw .layer-ui__library .layer-ui__library-header{display:flex;align-items:center;width:100%;margin:2px 0}.excalidraw .layer-ui__library .layer-ui__library-header button{margin:0 2px}.excalidraw .layer-ui__library .layer-ui__library-header a{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-padding-end:18px;padding-inline-end:18px;white-space:nowrap}.excalidraw .layer-ui__library-message{padding:10px 20px;max-width:200px}.excalidraw .layer-ui__library-items{max-height:50vh;overflow:auto}.excalidraw .layer-ui__wrapper{z-index:var(--zIndex-layerUI)}.excalidraw .layer-ui__wrapper__top-right{display:flex}.excalidraw .layer-ui__wrapper__footer{width:100%}.excalidraw .layer-ui__wrapper__footer-right{z-index:100;display:flex}.excalidraw .layer-ui__wrapper .zen-mode-transition{transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out}:host[dir=ltr] .excalidraw .layer-ui__wrapper .zen-mode-transition.transition-left{-webkit-transform:translate(-999px, 0);transform:translate(-999px, 0)}:host[dir=ltr] .excalidraw .layer-ui__wrapper .zen-mode-transition.transition-right{-webkit-transform:translate(999px, 0);transform:translate(999px, 0)}:host[dir=rtl] .excalidraw .layer-ui__wrapper .zen-mode-transition.transition-left{-webkit-transform:translate(999px, 0);transform:translate(999px, 0)}:host[dir=rtl] .excalidraw .layer-ui__wrapper .zen-mode-transition.transition-right{-webkit-transform:translate(-999px, 0);transform:translate(-999px, 0)}:host[dir=ltr] .excalidraw .layer-ui__wrapper .zen-mode-transition.layer-ui__wrapper__footer-left--transition-left{-webkit-transform:translate(-92px, 0);transform:translate(-92px, 0)}:host[dir=rtl] .excalidraw .layer-ui__wrapper .zen-mode-transition.layer-ui__wrapper__footer-left--transition-left{-webkit-transform:translate(92px, 0);transform:translate(92px, 0)}.excalidraw .layer-ui__wrapper .zen-mode-transition.layer-ui__wrapper__footer-left--transition-bottom{-webkit-transform:translate(0, 92px);transform:translate(0, 92px)}.excalidraw .layer-ui__wrapper .disable-zen-mode{height:30px;position:absolute;bottom:10px;font-size:10px;padding:10px;font-weight:500;opacity:0;visibility:hidden;transition:visibility 0s linear 0s,opacity .5s}[dir=ltr] .excalidraw .layer-ui__wrapper .disable-zen-mode{right:15px}[dir=rtl] .excalidraw .layer-ui__wrapper .disable-zen-mode{left:15px}.excalidraw .layer-ui__wrapper .disable-zen-mode--visible{opacity:1;visibility:visible;transition:visibility 0s linear 300ms,opacity .5s;transition-delay:.8s}.excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-center{pointer-events:none}.excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-center>*{pointer-events:all}.excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-left,.excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-right,.excalidraw .layer-ui__wrapper .disable-zen-mode--visible{pointer-events:all}</style><style>.excalidraw .library-unit{align-items:center;border:1px solid var(--button-gray-2);display:flex;justify-content:center;position:relative;width:63px;height:63px}.excalidraw .library-unit__dragger{display:flex;height:100%;width:100%}.excalidraw .library-unit__dragger>svg{-webkit-filter:var(--theme-filter);filter:var(--theme-filter);flex-grow:1;max-height:100%;max-width:100%}.excalidraw .library-unit__removeFromLibrary,.excalidraw .library-unit__removeFromLibrary:hover,.excalidraw .library-unit__removeFromLibrary:active{align-items:center;background:none;border:none;color:var(--icon-fill-color);display:flex;justify-content:center;margin:0;padding:0;position:absolute;right:5px;top:5px}.excalidraw .library-unit__removeFromLibrary>svg{height:16px;width:16px}.excalidraw .library-unit__pulse{-webkit-transform:scale(1);transform:scale(1);-webkit-animation:library-unit__pulse-animation 1s ease-in infinite;animation:library-unit__pulse-animation 1s ease-in infinite}.excalidraw .library-unit__adder{position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px;pointer-events:none}.excalidraw .library-unit__active{cursor:pointer}@-webkit-keyframes library-unit__pulse-animation{0%{-webkit-transform:scale(0.95);transform:scale(0.95)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0.95);transform:scale(0.95)}}@keyframes library-unit__pulse-animation{0%{-webkit-transform:scale(0.95);transform:scale(0.95)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0.95);transform:scale(0.95)}}</style><style>.excalidraw .UserList{pointer-events:none;padding:var(--space-factor) var(--space-factor) var(--space-factor) var(--space-factor);display:flex;flex-wrap:wrap;justify-content:flex-end}.excalidraw .UserList>*{pointer-events:all;margin:0 0 var(--space-factor) var(--space-factor)}.excalidraw .UserList_mobile{padding:0;justify-content:normal}.excalidraw .UserList_mobile>*{margin:0 var(--space-factor) var(--space-factor) 0}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw--mobile.excalidraw .PasteChartDialog .Island{display:flex;flex-direction:column}.excalidraw .PasteChartDialog .container{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap}.excalidraw--mobile.excalidraw .PasteChartDialog .container{flex-direction:column;justify-content:center}.excalidraw .PasteChartDialog .ChartPreview{margin:8px;text-align:center;width:192px;height:128px;border-radius:2px;padding:1px;border:1px solid #ced4da;display:flex;align-items:center;justify-content:center;background:transparent}.excalidraw .PasteChartDialog .ChartPreview div{display:inline-block}.excalidraw .PasteChartDialog .ChartPreview svg{max-height:120px;max-width:186px}.excalidraw .PasteChartDialog .ChartPreview:hover{padding:0;border:2px solid #339af0}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .HelpDialog h3{border-bottom:1px solid var(--button-gray-2);padding-bottom:4px}.excalidraw .HelpDialog--island{border:1px solid var(--button-gray-2);margin-bottom:16px}.excalidraw .HelpDialog--island-title{margin:0;padding:4px;background-color:var(--button-gray-1);text-align:center}.excalidraw .HelpDialog--shortcut{border-top:1px solid var(--button-gray-2)}.excalidraw .HelpDialog--key{word-break:keep-all;border:1px solid var(--button-gray-2);padding:2px 8px;margin:auto 4px;background-color:var(--button-gray-1);border-radius:2px;font-size:.8em;min-height:26px;box-sizing:border-box;display:flex;align-items:center;font-family:inherit}.excalidraw .HelpDialog--header{display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:32px;padding-bottom:16px}.excalidraw .HelpDialog--btn{border:1px solid var(--link-color);padding:8px 32px;border-radius:4px}.excalidraw .HelpDialog--btn:hover{text-decoration:none}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Card{display:flex;flex-direction:column;align-items:center;max-width:290px;margin:1em;text-align:center}.excalidraw .Card .Card-icon{font-size:2.6em;display:flex;flex:0 0 auto;padding:1.4rem;border-radius:50%;background:var(--card-color);color:#fff}.excalidraw .Card .Card-icon svg{width:2.8rem;height:2.8rem}.excalidraw .Card .Card-details{font-size:.96em;min-height:90px;padding:0 1em;margin-bottom:auto}.excalidraw .Card .Card-button.ToolIcon_type_button{height:2.5rem;margin-top:1em;margin-bottom:.3em;background-color:var(--card-color)}.excalidraw .Card .Card-button.ToolIcon_type_button:hover{background-color:var(--card-color-darker)}.excalidraw .Card .Card-button.ToolIcon_type_button:active{background-color:var(--card-color-darkest)}.excalidraw .Card .Card-button.ToolIcon_type_button .ToolIcon__label{color:#fff}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Stats{position:absolute;top:64px;right:12px;font-size:12px;z-index:10}.excalidraw .Stats h3{margin:0 24px 8px 0;white-space:nowrap}.excalidraw .Stats .close{float:right;height:16px;width:16px;cursor:pointer}.excalidraw .Stats .close svg{width:100%;height:100%}.excalidraw .Stats table{width:100%}.excalidraw .Stats table th{border-bottom:1px solid var(--input-border-color);padding:4px}.excalidraw .Stats table tr td:nth-child(2){min-width:24px;text-align:right}:host[dir=rtl] .excalidraw .Stats{left:12px;right:initial}:host[dir=rtl] .excalidraw .Stats h3{margin:0 0 8px 24px}:host[dir=rtl] .excalidraw .Stats .close{float:left}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Toast{-webkit-animation:fade-in .5s;animation:fade-in .5s;background-color:var(--button-gray-1);border-radius:4px;bottom:10px;box-sizing:border-box;cursor:default;left:50%;margin-left:-150px;padding:4px 0;position:absolute;text-align:center;width:300px;z-index:999999}.excalidraw .Toast__message{color:var(--popup-text-color);white-space:pre-wrap}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}</style><style>.visually-hidden{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap;-webkit-user-select:none;user-select:none}.LoadingMessage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;pointer-events:none}.LoadingMessage span{background-color:var(--button-gray-1);border-radius:5px;padding:.8em 1.2em;color:var(--popup-text-color);font-size:1.3em}</style><style>:export{themeFilter:invert(93%) hue-rotate(180deg)}:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw{--theme-filter: none;--button-destructive-bg-color: #ffe3e3;--button-destructive-color: #c92a2a;--button-gray-1: #e9ecef;--button-gray-2: #ced4da;--button-gray-3: #adb5bd;--button-special-active-bg-color: #ebfbee;--dialog-border-color: #868e96;--dropdown-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292 292"><path d="M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z"/></svg>');--focus-highlight-color: #a5d8ff;--icon-fill-color: #000000;--icon-green-fill-color: #2b8a3e;--default-bg-color: #ffffff;--input-bg-color: #ffffff;--input-border-color: #dee2e6;--input-hover-bg-color: #f1f3f5;--input-label-color: #495057;--island-bg-color: rgba(255, 255, 255, 0.96);--keybinding-color: #adb5bd;--link-color: #1c7ed6;--overlay-bg-color: rgba(255, 255, 255, 0.88);--popup-bg-color: #ffffff;--popup-secondary-bg-color: #f1f3f5;--popup-text-color: #000000;--popup-text-inverted-color: #ffffff;--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left);--sar: env(safe-area-inset-right);--sat: env(safe-area-inset-top);--select-highlight-color: #339af0;--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);--space-factor: 0.25rem;--text-primary-color: #343a40}.excalidraw.theme--dark{background:#000}.excalidraw.theme--dark.theme--dark-background-none{background:none}.excalidraw.theme--dark{--theme-filter: invert(93%) hue-rotate(180deg);--button-destructive-bg-color: #5a0000;--button-destructive-color: #ffa8a8;--button-gray-1: #363636;--button-gray-2: #272727;--button-gray-3: #222;--button-special-active-bg-color: #204624;--dialog-border-color: #212529;--dropdown-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292 292"><path fill="%23ced4da" d="M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z"/></svg>');--focus-highlight-color: #228be6;--icon-fill-color: #ced4da;--icon-green-fill-color: #69db7c;--default-bg-color: #121212;--input-bg-color: #121212;--input-border-color: #2e2e2e;--input-hover-bg-color: #181818;--input-label-color: #e9ecef;--island-bg-color: rgba(30, 30, 30, 0.98);--keybinding-color: #868e96;--overlay-bg-color: rgba(52, 58, 64, 0.12);--popup-bg-color: #2c2c2c;--popup-secondary-bg-color: #222;--popup-text-color: #ced4da;--popup-text-inverted-color: #2c2c2c;--select-highlight-color: #4dabf7;--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.3);--text-primary-color: #ced4da}:host{--zIndex-canvas: 1;--zIndex-wysiwyg: 2;--zIndex-layerUI: 3}.excalidraw{position:relative;overflow:hidden;color:var(--text-primary-color);display:flex;top:0;bottom:0;left:0;right:0;height:100%;width:100%;-webkit-user-select:none;user-select:none}.excalidraw:focus{outline:none}.excalidraw a{font-weight:500;text-decoration:none;color:var(--link-color)}.excalidraw a:hover{text-decoration:underline}.excalidraw canvas{touch-action:none;image-rendering:pixelated;image-rendering:-moz-crisp-edges;z-index:var(--zIndex-canvas)}.excalidraw__canvas{position:absolute}.excalidraw.theme--dark canvas{-webkit-filter:var(--theme-filter);filter:var(--theme-filter)}.excalidraw .FixedSideContainer{padding-top:var(--sat, 0);padding-right:var(--sar, 0);padding-bottom:var(--sab, 0);padding-left:var(--sal, 0)}.excalidraw .panelRow{display:flex;justify-content:space-between}.excalidraw .panelColumn{display:flex;flex-direction:column}.excalidraw .panelColumn h3,.excalidraw .panelColumn legend,.excalidraw .panelColumn .control-label{margin-top:.333rem;margin-bottom:.333rem;font-size:.75rem;color:var(--text-primary-color);font-weight:bold;display:block}.excalidraw .panelColumn .control-label input{display:block;width:100%}.excalidraw .panelColumn h3:first-child,.excalidraw .panelColumn legend:first-child,.excalidraw .panelColumn .control-label:first-child{margin-top:0}.excalidraw .panelColumn legend{padding:0}.excalidraw .panelColumn .iconSelectList{flex-wrap:wrap;position:relative}.excalidraw .panelColumn .buttonList{flex-wrap:wrap}.excalidraw .panelColumn .buttonList label{margin-right:.25rem;font-size:.75rem;display:inline-block}.excalidraw .panelColumn .buttonList input[type=radio],.excalidraw .panelColumn .buttonList input[type=button]{opacity:0;position:absolute;pointer-events:none}.excalidraw .panelColumn .buttonList .iconRow{margin-top:8px}.excalidraw .panelColumn .buttonList .ToolIcon{margin:0;-webkit-margin-end:8px;margin-inline-end:8px}.excalidraw .panelColumn .buttonList .ToolIcon:focus{outline:transparent;box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .panelColumn .buttonList .ToolIcon:hover{background-color:var(--button-gray-2)}.excalidraw .panelColumn .buttonList .ToolIcon:active{background-color:var(--button-gray-3)}.excalidraw .panelColumn .buttonList .ToolIcon:disabled{cursor:not-allowed}.excalidraw .panelColumn .buttonList .ToolIcon__icon{width:28px;height:28px}.excalidraw .panelColumn fieldset{margin:0;margin-top:.333rem;padding:0;border:none}.excalidraw .divider{width:1px;background-color:#e9ecef;margin:1px}.excalidraw .buttonList label:focus-within,.excalidraw input:focus{outline:transparent;box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw button,.excalidraw .buttonList label{-webkit-user-select:none;user-select:none;background-color:var(--button-gray-1);border:0;border-radius:4px;margin:.125rem 0;padding:.25rem;white-space:nowrap;cursor:pointer}.excalidraw button:focus,.excalidraw .buttonList label:focus{outline:transparent;box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw button:hover,.excalidraw .buttonList label:hover{background-color:var(--button-gray-2)}.excalidraw button:active,.excalidraw .buttonList label:active{background-color:var(--button-gray-3)}.excalidraw button:disabled,.excalidraw .buttonList label:disabled{cursor:not-allowed}.excalidraw .active,.excalidraw .buttonList label.active{background-color:var(--button-gray-2)}.excalidraw .active:hover,.excalidraw .buttonList label.active:hover{background-color:var(--button-gray-2)}.excalidraw .active:active,.excalidraw .buttonList label.active:active{background-color:var(--button-gray-3)}.excalidraw .buttonList.buttonListIcon label{display:inline-flex;justify-content:center;align-items:center}.excalidraw .buttonList.buttonListIcon label svg{width:36px;height:14px;padding:2px;opacity:.6}.excalidraw .buttonList.buttonListIcon label.active svg{opacity:1}.excalidraw .App-top-bar{z-index:var(--zIndex-layerUI);display:flex;flex-direction:column;align-items:center}.excalidraw .App-bottom-bar{position:absolute;top:0;bottom:0;left:0;right:0;--bar-padding: calc(4 * var(--space-factor));padding-top:max(var(--bar-padding), var(--sat,0));padding-right:var(--sar, 0);padding-bottom:var(--sab, 0);padding-left:var(--sal, 0);z-index:4;display:flex;align-items:flex-end;pointer-events:none}.excalidraw .App-bottom-bar>.Island{width:100%;max-width:100%;min-width:100%;box-sizing:border-box;max-height:100%;display:flex;flex-direction:column;pointer-events:initial}.excalidraw .App-bottom-bar>.Island .panelColumn{padding:8px 8px 0 8px}.excalidraw .App-toolbar{width:100%;box-sizing:border-box}.excalidraw .App-toolbar-content{display:flex;align-items:center;justify-content:space-between;padding:8px}.excalidraw .App-mobile-menu{width:100%;overflow-x:visible;overflow-y:auto;box-sizing:border-box;margin-bottom:var(--bar-padding)}.excalidraw .App-menu{display:grid;color:var(--icon-fill-color)}.excalidraw .App-menu_top{grid-template-columns:1fr auto 1fr;grid-gap:4px;align-items:flex-start;cursor:default;pointer-events:none !important}.excalidraw .layer-ui__wrapper:not(.disable-pointerEvents) .App-menu_top>*{pointer-events:all}.excalidraw .App-menu_top>*:first-child{justify-self:flex-start}.excalidraw .App-menu_top>*:last-child{justify-self:flex-end}.excalidraw .App-menu_bottom{position:absolute;bottom:0;grid-template-columns:-webkit-min-content auto -webkit-min-content;grid-template-columns:min-content auto min-content;grid-gap:15px;align-items:flex-start;cursor:default;pointer-events:none !important;z-index:100}:host[dir=ltr] .excalidraw .App-menu_bottom{left:.25rem}:host[dir=rtl] .excalidraw .App-menu_bottom{right:.25rem}.excalidraw .App-menu_bottom--transition-left section{width:185px}.excalidraw .App-menu_bottom section{display:flex}.excalidraw .App-menu_bottom>*:first-child{justify-self:flex-start}.excalidraw .App-menu_bottom>*:last-child{justify-self:flex-end}.excalidraw .App-menu_left{grid-template-rows:1fr auto 1fr;height:100%}.excalidraw .App-menu_right{grid-template-rows:1fr;height:100%}.excalidraw .App-menu__left{overflow-y:auto}.excalidraw .dropdown-select{height:1.5rem;padding:0;-webkit-padding-start:.5rem;padding-inline-start:.5rem;-webkit-padding-end:1.5rem;padding-inline-end:1.5rem;color:var(--icon-fill-color);background-color:var(--button-gray-1);border-radius:var(--space-factor);border:1px solid var(--button-gray-2);font-size:.8rem;outline:none;-webkit-appearance:none;appearance:none;background-image:var(--dropdown-icon);background-repeat:no-repeat;background-position:right .7rem top 50%,0 0;background-size:.65em auto,100%}:host[dir=rtl] .excalidraw .dropdown-select{background-position:left .7rem top 50%,0 0}.excalidraw .dropdown-select:focus{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .dropdown-select:hover{background-color:var(--button-gray-2)}.excalidraw .dropdown-select:active{background-color:var(--button-gray-2)}.excalidraw .dropdown-select.dropdown-select--floating{margin:.5em}.excalidraw .dropdown-select__language.dropdown-select--floating{bottom:10px}:host[dir=ltr] .excalidraw .dropdown-select__language.dropdown-select--floating{right:44px}:host[dir=rtl] .excalidraw .dropdown-select__language.dropdown-select--floating{left:44px}.excalidraw .zIndexButton{margin:0;-webkit-margin-end:8px;margin-inline-end:8px;padding:5px;display:inline-flex;align-items:center;justify-content:center}.excalidraw .zIndexButton svg{width:18px;height:18px}.excalidraw .scroll-back-to-content{color:var(--popup-text-color);position:absolute;left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:10px 20px}.excalidraw .help-icon{cursor:pointer;fill:#868e96;width:1.5rem;padding:0;margin:0;margin-top:5px;background:none;color:var(--icon-fill-color)}.excalidraw .help-icon:hover{background:none}:host[dir=ltr] .excalidraw .help-icon{margin-right:14px}:host[dir=rtl] .excalidraw .help-icon{margin-left:14px}.excalidraw--mobile.excalidraw aside{display:none}.excalidraw--mobile.excalidraw .scroll-back-to-content{bottom:calc(80px + var(--sab, 0));z-index:-1}:host[dir=rtl] .excalidraw .rtl-mirror{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.excalidraw .zen-mode-visibility{visibility:visible;opacity:1;height:auto;width:auto;transition:opacity .5s}.excalidraw .zen-mode-visibility.zen-mode-visibility--hidden{visibility:hidden;opacity:0;height:0;width:0;transition:opacity .5s}.excalidraw .disable-pointerEvents{pointer-events:none !important}.excalidraw.excalidraw--view-mode .App-menu{display:flex;justify-content:space-between}@media print{.excalidraw .App-bottom-bar,.excalidraw .FixedSideContainer,.excalidraw .layer-ui__wrapper{display:none}}.ErrorSplash.excalidraw{min-height:100vh;padding:20px 0;overflow:auto;display:flex;align-items:center;justify-content:center;-webkit-user-select:text;user-select:text}.ErrorSplash.excalidraw .ErrorSplash-messageContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background-color:#ffe3e3;border:3px solid #c92a2a}.ErrorSplash.excalidraw .ErrorSplash-paragraph{margin:15px 0;max-width:600px}.ErrorSplash.excalidraw .ErrorSplash-paragraph.align-center{text-align:center}.ErrorSplash.excalidraw .bigger,.ErrorSplash.excalidraw .bigger button{font-size:1.1em}.ErrorSplash.excalidraw .smaller,.ErrorSplash.excalidraw .smaller button{font-size:.9em}.ErrorSplash.excalidraw .ErrorSplash-details{display:flex;flex-direction:column;align-items:flex-start}.ErrorSplash.excalidraw .ErrorSplash-details textarea{width:100%;margin:10px 0;font-family:"Cascadia";font-size:.8em}</style><style>@font-face{font-family:"Virgil";src:url(moz-extension://53de59fb-910b-e84f-a867-99f8a4687227/excalidraw-assets/Virgil.woff2);font-display:swap}@font-face{font-family:"Cascadia";src:url(moz-extension://53de59fb-910b-e84f-a867-99f8a4687227/excalidraw-assets/Cascadia.woff2);font-display:swap}</style><style data-styled="active" data-styled-version="5.3.0"></style><style>
</style><style fetched-from-link="true">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}sub,sup{font-size:80%;line-height:1;vertical-align:sub}sup{vertical-align:super}button{margin:0}.svg-icon,.svg-spot{vertical-align:bottom}.svg-icon:not(.native) *,.svg-spot:not(.native) *{fill:currentColor}.s-activity-indicator{display:inline-block;min-width:var(--su-static12);min-height:var(--su-static12);padding:var(--su2) var(--su4);line-height:1.1;background-color:var(--theme-secondary-400);box-shadow:0 0 0 var(--su-static4) var(--focus-ring);border-radius:1000px;font-size:var(--fs-fine);font-weight:600;color:hsl(0,0%,100%);text-transform:uppercase}body.theme-highcontrast .s-activity-indicator{color:var(--white)}.s-activity-indicator__success{background-color:var(--green-500);box-shadow:0 0 0 var(--su-static4) var(--focus-ring-success)}.s-activity-indicator__warning{background-color:var(--yellow-600);box-shadow:0 0 0 var(--su-static4) var(--focus-ring-warning)}.s-activity-indicator__danger{background-color:var(--red-500);box-shadow:0 0 0 var(--su-static4) var(--focus-ring-error)}.s-avatar{display:inline-block;position:relative;width:var(--su-static16);height:var(--su-static16);border-radius:var(--br-sm);background-color:hsl(0,0%,100%);background-repeat:no-repeat;background-size:100%;vertical-align:bottom}body.theme-highcontrast .s-avatar{background-color:var(--black);box-shadow:0 0 0 1px var(--black)}body.theme-highcontrast .s-avatar .s-avatar--letter{color:var(--white)}.s-avatar .s-avatar--letter{display:block;color:hsl(0,0%,100%);font-size:11px;font-weight:bold;line-height:1.4;text-align:center;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.s-avatar .s-avatar--badge{position:absolute;right:-4px;bottom:-4px}.s-avatar .s-avatar--image{width:var(--su-static16);height:var(--su-static16);border-radius:var(--br-sm);display:block}.s-avatar.s-avatar__24{width:var(--su-static24);height:var(--su-static24)}.s-avatar.s-avatar__24 .s-avatar--letter{font-size:16px}.s-avatar.s-avatar__24 .s-avatar--badge{-webkit-transform:scale(1.1);transform:scale(1.1)}.s-avatar.s-avatar__24 .s-avatar--image{width:var(--su-static24);height:var(--su-static24)}.s-avatar.s-avatar__32{width:var(--su-static32);height:var(--su-static32);border-radius:var(--br-md)}.s-avatar.s-avatar__32 .s-avatar--letter{font-size:22px}.s-avatar.s-avatar__32 .s-avatar--badge{-webkit-transform:scale(1.3);transform:scale(1.3)}.s-avatar.s-avatar__32 .s-avatar--image{width:var(--su-static32);height:var(--su-static32);border-radius:var(--br-md)}.s-avatar.s-avatar__48{width:var(--su-static48);height:var(--su-static48);border-radius:var(--br-md)}.s-avatar.s-avatar__48 .s-avatar--letter{font-size:34px}.s-avatar.s-avatar__48 .s-avatar--badge{-webkit-transform:scale(1.6);transform:scale(1.6)}.s-avatar.s-avatar__48 .s-avatar--image{width:var(--su-static48);height:var(--su-static48);border-radius:var(--br-md)}.s-avatar.s-avatar__64{width:var(--su-static64);height:var(--su-static64);border-radius:var(--br-lg)}.s-avatar.s-avatar__64 .s-avatar--letter{font-size:44px}.s-avatar.s-avatar__64 .s-avatar--badge{-webkit-transform:scale(2.4);transform:scale(2.4)}.s-avatar.s-avatar__64 .s-avatar--image{width:var(--su-static64);height:var(--su-static64);border-radius:var(--br-lg)}.s-avatar.s-avatar__96{width:var(--su-static96);height:var(--su-static96);border-radius:calc(var(--br-lg) + var(--br-sm))}.s-avatar.s-avatar__96 .s-avatar--letter{font-size:66px}.s-avatar.s-avatar__96 .s-avatar--badge{-webkit-transform:scale(3);transform:scale(3)}.s-avatar.s-avatar__96 .s-avatar--image{width:var(--su-static96);height:var(--su-static96);border-radius:calc(var(--br-lg) + var(--br-sm))}.s-avatar.s-avatar__128{width:var(--su-static128);height:var(--su-static128);border-radius:calc(var(--br-lg) + var(--br-lg))}.s-avatar.s-avatar__128 .s-avatar--letter{font-size:88px}.s-avatar.s-avatar__128 .s-avatar--badge{-webkit-transform:scale(3);transform:scale(3)}.s-avatar.s-avatar__128 .s-avatar--image{width:var(--su-static128);height:var(--su-static128);border-radius:calc(var(--br-lg) + var(--br-lg))}.s-badge,.s-topbar--notice{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:0 var(--su6);border-width:1px;border-style:solid;border-radius:var(--br-sm);font-size:var(--fs-caption);font-weight:normal;line-height:2;text-decoration:none;vertical-align:middle;white-space:nowrap;border-color:var(--bc-medium);background-color:var(--black-050);color:var(--black-700)}a.s-badge:hover{text-decoration:none}.s-badge--image{display:inline-flex;align-self:center;margin-right:var(--su1);margin-left:calc((var(--su4) + var(--su1)) * -1)}.s-badge__sm{min-width:18px;align-self:flex-start;padding-right:var(--su4);padding-left:var(--su4);font-size:var(--fs-fine);line-height:1.8}.s-badge__xs{align-self:flex-start;padding-right:var(--su2);padding-left:var(--su2);font-size:var(--fs-fine);line-height:1.5}.s-badge__gold{border-color:var(--gold-darker);background-color:var(--gold-lighter);color:var(--black-700)}.s-badge__silver{border-color:var(--silver-darker);background-color:var(--silver-lighter);color:var(--black-700)}.s-badge__bronze{border-color:var(--bronze-darker);background-color:var(--bronze-lighter);color:var(--black-700)}body.theme-highcontrast .s-badge__gold,body.theme-highcontrast .s-badge__silver,body.theme-highcontrast .s-badge__bronze{border-color:currentColor;color:var(--black-900)}.s-badge__bounty{border-color:transparent;background-color:var(--blue-600);color:var(--white)}.s-badge__votes{border-color:var(--black-150);background-color:var(--white);color:var(--black-700)}body.theme-highcontrast .s-badge__votes{border-color:currentColor}.s-badge__answered{border-color:transparent;background-color:var(--green-400);color:var(--white)}.s-badge__rep{border-color:var(--green-400);background-color:var(--white);color:var(--green-500)}body.theme-highcontrast .s-badge__rep{border-color:currentColor}.s-badge__rep-down{border-color:var(--red-400);background-color:var(--white);color:var(--red-500)}body.theme-highcontrast .s-badge__rep-down{border-color:currentColor}.s-badge__important{border-color:transparent;background-color:var(--red-600);color:var(--white)}.s-badge__admin{border-color:var(--theme-primary-200);background-color:var(--theme-primary-075);color:var(--theme-primary-800)}body.theme-highcontrast .s-badge__admin{border-color:currentColor}.s-badge__moderator{border-color:var(--theme-secondary-200);background-color:var(--theme-secondary-075);color:var(--theme-secondary-800)}body.theme-highcontrast .s-badge__moderator{border-color:currentColor}.s-badge__moderator:before{--s-badge-moderator-icon:url("data:image/svg+xml,%3Csvg width='12' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.528.746c.257-.329.675-.327.93 0l4.42 5.66c.258.329.257.864 0 1.192l-4.42 5.66c-.256.328-.674.327-.93 0l-4.42-5.66c-.257-.329-.256-.865 0-1.192l4.42-5.66z' fill='%23fff'/%3E%3C/svg%3E");content:"";display:inline-block;background-color:currentColor;-webkit-mask:var(--s-badge-moderator-icon) no-repeat center;mask:var(--s-badge-moderator-icon) no-repeat center;-webkit-mask-size:contain;mask-size:contain;width:12px;height:14px;margin-top:-1px;margin-right:3px}.s-badge__moderator.s-badge__sm:before{--s-badge-moderator-icon:url("data:image/svg+xml,%3Csvg width='9' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.55.246c.257-.329.647-.327.903 0l3.36 4.66c.256.329.256.864 0 1.192L4.45 10.75c-.257.329-.644.327-.9 0L.192 6.098c-.256-.329-.256-.865 0-1.192L3.55.246z' fill='%23fff'/%3E%3C/svg%3E");width:9px;height:11px;margin-top:0;margin-right:2px}.s-badge__moderator.s-badge__xs:before{--s-badge-moderator-icon:url("data:image/svg+xml,%3Csvg width='7' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 .246c.3-.329.701-.327 1 0L6.776 4c.3.329.298.672 0 1L4 8.75c-.299.329-.702.327-1 0L.224 5c-.284-.324-.285-.675 0-1L3 .246z' fill='%23fff'/%3E%3C/svg%3E");width:7px;height:9px;margin-top:0}.s-badge__staff{border-color:var(--orange-300);background-color:var(--orange-100);color:var(--orange-900)}body.theme-highcontrast .s-badge__staff{border-color:currentColor}.s-award-bling{display:flex;align-items:center;color:inherit}.s-award-bling:before{content:"";margin-right:4px;width:8px;height:8px;border-radius:100%}.s-award-bling.s-award-bling__gold:before{background-color:var(--gold)}.s-award-bling.s-award-bling__silver:before{background-color:var(--silver)}.s-award-bling.s-award-bling__bronze:before{background-color:var(--bronze)}.s-empty-state{color:var(--fc-light);text-align:center;margin-left:auto;margin-right:auto}.s-empty-state p{font-size:var(--fs-body1);margin-bottom:var(--su12)}.s-empty-state p strong{color:var(--fc-dark)}.s-breadcrumbs{display:flex;flex-wrap:wrap;align-items:start;color:var(--black-150);font-size:var(--fs-caption)}.s-breadcrumbs .s-breadcrumbs--item{display:flex;flex-wrap:nowrap;align-items:center;margin-top:var(--su2);margin-bottom:var(--su2)}.s-breadcrumbs .s-breadcrumbs--divider{margin-right:var(--su4);margin-left:var(--su4)}body.theme-highcontrast .s-breadcrumbs .s-breadcrumbs--divider{color:var(--black-350)}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .s-breadcrumbs .s-breadcrumbs--divider{margin-right:var(--su2);margin-left:var(--su2)}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .s-breadcrumbs .s-breadcrumbs--divider{margin-right:var(--su2);margin-left:var(--su2)}}.s-breadcrumbs .s-breadcrumbs--link{color:var(--black-350)}.s-breadcrumbs .s-breadcrumbs--link:hover{color:var(--black-600)}.s-btn-group{display:flex;flex-wrap:wrap;margin-bottom:1px}.s-btn-group .s-btn{margin-bottom:-1px;white-space:nowrap}.s-btn-group .s-btn:not(:last-child){margin-right:-1px}.s-btn-group .s-btn:not(:first-child):not(:last-child){border-radius:0}.s-btn-group .s-btn:first-child:not(:only-child){border-top-right-radius:0;border-bottom-right-radius:0}.s-btn-group .s-btn:last-child:not(:only-child){border-top-left-radius:0;border-bottom-left-radius:0}.s-btn-group .s-btn.is-selected{z-index:var(--zi-selected)}body.theme-highcontrast .s-btn-group .s-btn.is-selected{background-color:var(--black-400);color:var(--white)}body.theme-highcontrast .s-btn-group .s-btn.is-selected .s-btn--number{color:var(--black)}.s-btn-group .s-btn:active{z-index:var(--zi-active)}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .s-btn-group .s-btn{padding-left:.4em;padding-right:.4em}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .s-btn-group .s-btn{padding-left:.4em;padding-right:.4em}}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .s-btn-group .s-btn.s-btn__dropdown{padding-right:1.2em}html.html__responsive:not(.html__unpinned-leftnav) .s-btn-group .s-btn.s-btn__dropdown:after{right:.4em}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .s-btn-group .s-btn.s-btn__dropdown{padding-right:1.2em}html.html__responsive.html__unpinned-leftnav .s-btn-group .s-btn.s-btn__dropdown:after{right:.4em}}.s-btn-group .s-btn-group--container{display:flex}.s-btn-group .s-btn-group--container .s-btn{margin-right:-1px}.s-btn-group .s-btn-group--container:not(:first-child):not(:last-child) .s-btn{border-radius:0}.s-btn-group .s-btn-group--container:first-child .s-btn{border-top-right-radius:0;border-bottom-right-radius:0;margin-left:0}.s-btn-group .s-btn-group--container:last-child .s-btn{border-top-left-radius:0;border-bottom-left-radius:0}.s-card{padding:var(--su12);border:1px solid var(--bc-medium);border-radius:var(--br-sm);background-color:var(--white)}.s-card p:last-of-type{margin-bottom:0}.s-card__muted{border-color:var(--bc-light)}.s-card__muted>*{opacity:.65}a.s-card{text-decoration:none !important}pre.s-code-block{font-size:var(--fs-body1);font-family:var(--ff-mono);line-height:var(--lh-md);color:var(--highlight-color);background-color:var(--highlight-bg);border-radius:var(--br-md);margin:0;padding:var(--su12);overflow:auto;scrollbar-color:var(--scrollbar) transparent}pre.s-code-block::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}pre.s-code-block::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}pre.s-code-block::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}pre.s-code-block::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}code[class*="language-"],pre.s-code-block>code{font-family:inherit}code[class*="language-"] .hljs-subst,pre.s-code-block>code .hljs-subst{color:var(--highlight-color)}code[class*="language-"] .hljs-comment,pre.s-code-block>code .hljs-comment{color:var(--highlight-comment)}code[class*="language-"] .hljs-keyword,pre.s-code-block>code .hljs-keyword,code[class*="language-"] .hljs-selector-tag,pre.s-code-block>code .hljs-selector-tag,code[class*="language-"] .hljs-meta-keyword,pre.s-code-block>code .hljs-meta-keyword,code[class*="language-"] .hljs-doctag,pre.s-code-block>code .hljs-doctag,code[class*="language-"] .hljs-section,pre.s-code-block>code .hljs-section{color:var(--highlight-keyword)}code[class*="language-"] .hljs-attr,pre.s-code-block>code .hljs-attr{color:var(--highlight-attribute)}code[class*="language-"] .hljs-attribute,pre.s-code-block>code .hljs-attribute{color:var(--highlight-symbol)}code[class*="language-"] .hljs-name,pre.s-code-block>code .hljs-name,code[class*="language-"] .hljs-type,pre.s-code-block>code .hljs-type,code[class*="language-"] .hljs-number,pre.s-code-block>code .hljs-number,code[class*="language-"] .hljs-selector-id,pre.s-code-block>code .hljs-selector-id,code[class*="language-"] .hljs-quote,pre.s-code-block>code .hljs-quote,code[class*="language-"] .hljs-template-tag,pre.s-code-block>code .hljs-template-tag{color:var(--highlight-namespace)}code[class*="language-"] .hljs-selector-class,pre.s-code-block>code .hljs-selector-class{color:var(--highlight-keyword)}code[class*="language-"] .hljs-string,pre.s-code-block>code .hljs-string,code[class*="language-"] .hljs-regexp,pre.s-code-block>code .hljs-regexp,code[class*="language-"] .hljs-symbol,pre.s-code-block>code .hljs-symbol,code[class*="language-"] .hljs-variable,pre.s-code-block>code .hljs-variable,code[class*="language-"] .hljs-template-variable,pre.s-code-block>code .hljs-template-variable,code[class*="language-"] .hljs-link,pre.s-code-block>code .hljs-link,code[class*="language-"] .hljs-selector-attr,pre.s-code-block>code .hljs-selector-attr{color:var(--highlight-variable)}code[class*="language-"] .hljs-meta,pre.s-code-block>code .hljs-meta,code[class*="language-"] .hljs-selector-pseudo,pre.s-code-block>code .hljs-selector-pseudo{color:var(--highlight-keyword)}code[class*="language-"] .hljs-built_in,pre.s-code-block>code .hljs-built_in,code[class*="language-"] .hljs-title,pre.s-code-block>code .hljs-title,code[class*="language-"] .hljs-literal,pre.s-code-block>code .hljs-literal{color:var(--highlight-literal)}code[class*="language-"] .hljs-bullet,pre.s-code-block>code .hljs-bullet,code[class*="language-"] .hljs-code,pre.s-code-block>code .hljs-code{color:var(--highlight-punctuation)}code[class*="language-"] .hljs-meta-string,pre.s-code-block>code .hljs-meta-string{color:var(--highlight-variable)}code[class*="language-"] .hljs-deletion,pre.s-code-block>code .hljs-deletion{color:var(--highlight-deletion)}code[class*="language-"] .hljs-addition,pre.s-code-block>code .hljs-addition{color:var(--highlight-addition)}code[class*="language-"] .hljs-emphasis,pre.s-code-block>code .hljs-emphasis{font-style:italic}code[class*="language-"] .hljs-strong,pre.s-code-block>code .hljs-strong{font-weight:bold}pre.s-code-block .s-code-block--line-numbers{float:left;color:var(--black-300);text-align:right;border-width:0;border-style:solid;border-color:var(--bc-medium);border-right-width:1px;margin:calc(var(--su12) * -1);margin-right:var(--su12);padding:var(--su12);padding-right:var(--su6);background-color:var(--black-050)}@media (prefers-color-scheme:dark){body.theme-system pre.s-code-block .s-code-block--line-numbers{background-color:var(--black-025)}}body.theme-dark pre.s-code-block .s-code-block--line-numbers,.theme-dark__forced pre.s-code-block .s-code-block--line-numbers,body.theme-system .theme-dark__forced pre.s-code-block .s-code-block--line-numbers{background-color:var(--black-025)}.s-expandable{display:flex;-webkit-clip-path:polygon(-1000000px -1000000px, 1000000px -1000000px, 1000000px 1000000px, -1000000px 1000000px);clip-path:polygon(-1000000px -1000000px, 1000000px -1000000px, 1000000px 1000000px, -1000000px 1000000px);align-items:flex-start;transition:clip-path 0s 100ms,-webkit-clip-path 0s 100ms}.s-expandable:after{content:'';-ms-flex-preferred-size:0;flex-basis:0;height:10px;max-height:0;transition:height 100ms linear,max-height 0s 100ms linear}.s-expandable--content{-ms-flex-preferred-size:100%;flex-basis:100%;max-height:1000000px;margin-bottom:0;-webkit-transform-origin:0 0;transform-origin:0 0;transition:margin-bottom 100ms cubic-bezier(0, 0, 0, 1),transform 100ms cubic-bezier(1, 0, 1, 1),opacity 100ms cubic-bezier(1, 0, 1, 1)}.s-expandable:not(.is-expanded){overflow:hidden;-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);transition:none}.s-expandable:not(.is-expanded) .s-expandable--content{visibility:hidden;max-height:0;margin-bottom:-1500px;opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);transition:margin-bottom 100ms cubic-bezier(1, 0, 1, 1),visibility 0s 100ms,max-height 0s 100ms,transform 100ms cubic-bezier(0, 1, 1, 1),opacity 100ms cubic-bezier(0, 1, 1, 1)}@supports ((-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%))){.s-expandable:not(.is-expanded) .s-expandable--content{opacity:1;-webkit-transform:none;transform:none}}.s-expandable:not(.is-expanded):after{height:0;max-height:10px;transition:height 100ms linear}.s-input,.s-textarea{-webkit-appearance:none;width:100%;margin:0;padding:.6em .7em;border:1px solid var(--bc-darker);border-radius:var(--br-sm);background-color:var(--white);color:var(--fc-dark);font-size:var(--fs-body1);font-family:inherit;scrollbar-color:var(--scrollbar) transparent}@supports (-webkit-overflow-scrolling: touch){.s-input,.s-textarea{font-size:16px;padding:.36em .55em}.s-input::-webkit-input-placeholder,.s-textarea::-webkit-input-placeholder{line-height:normal !important}}.s-input::-webkit-input-placeholder,.s-textarea::-webkit-input-placeholder{color:var(--black-200)}body.theme-highcontrast .s-input::-webkit-input-placeholder,body.theme-highcontrast .s-textarea::-webkit-input-placeholder{color:var(--black-400)}.s-input::placeholder,.s-textarea::placeholder{color:var(--black-200);opacity:1}body.theme-highcontrast .s-input::placeholder,body.theme-highcontrast .s-textarea::placeholder{color:var(--black-400)}.s-input::-webkit-scrollbar,.s-textarea::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-input::-webkit-scrollbar-track,.s-textarea::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-input::-webkit-scrollbar-thumb,.s-textarea::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.s-input::-webkit-scrollbar-corner,.s-textarea::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.s-input::-webkit-contacts-auto-fill-button,.s-textarea::-webkit-contacts-auto-fill-button{background-color:var(--black)}.s-input:-webkit-autofill,.s-textarea:-webkit-autofill{border-color:var(--blue-300);-webkit-text-fill-color:var(--black);-webkit-box-shadow:0 0 0 1000px var(--theme-secondary-050) inset;transition:background-color 0s 50000s}.s-input:-webkit-autofill:focus,.s-textarea:-webkit-autofill:focus{border-color:var(--blue-300);-webkit-box-shadow:0 0 0 1000px var(--blue-050) inset,0 0 0 var(--su-static4) var(--focus-ring)}.s-input.s-input__search,.s-input.s-input__creditcard{padding-left:var(--su-static32)}fieldset{min-width:0;padding:0;border:0}fieldset[disabled] a,fieldset[disabled] .s-btn,fieldset[disabled] .s-link{box-shadow:none !important;opacity:.5;pointer-events:none}fieldset[disabled] .s-checkbox,fieldset[disabled] .s-input-message,fieldset[disabled] .s-label,fieldset[disabled] .s-radio,fieldset[disabled] .s-toggle-switch,fieldset[disabled] .s-toggle-switch label{cursor:not-allowed;opacity:.5}fieldset[disabled] .s-input,fieldset[disabled] .s-textarea,fieldset[disabled] .s-select>select{cursor:not-allowed;opacity:.5}.s-label{padding:0 var(--su2);color:var(--fc-dark);font-family:inherit;font-size:var(--fs-body2);font-weight:600}.s-label[for]{cursor:pointer}.s-label--status{margin-left:var(--su4);padding:var(--su2) var(--su8);border-radius:1000px;background-color:var(--black-050);color:var(--fc-medium);font-size:var(--fs-caption);font-weight:400;vertical-align:text-bottom}body.theme-highcontrast .s-label--status{border:1px solid currentColor}.s-label--status.s-label--status__required{background-color:var(--red-100);color:var(--red-600)}@media (prefers-color-scheme:dark){body.theme-system .s-label--status.s-label--status__required{color:var(--red-800)}}body.theme-dark .s-label--status.s-label--status__required,.theme-dark__forced .s-label--status.s-label--status__required,body.theme-system .theme-dark__forced .s-label--status.s-label--status__required{color:var(--red-800)}.s-label--status.s-label--status__new{background-color:var(--green-100);color:var(--green-700)}.s-label--status.s-label--status__beta{background-color:var(--blue-100);color:var(--blue-700)}.s-description{padding:0 var(--su2);color:var(--fc-medium);font-size:var(--fs-caption)}.s-label .s-description,.s-label .s-input-message{padding:0;margin-top:4px;margin-bottom:0;font-weight:normal}.s-input-fill{padding:.6em .7em;border:1px solid var(--bc-darker);border-right-width:0;border-left-width:0;background-color:var(--black-050);color:var(--fc-medium);font-family:inherit;white-space:nowrap;line-height:var(--lh-sm)}.s-input-fill.s-input-fill__clear{border-color:transparent;background-color:transparent}.s-input-fill.order-first{border-left-width:1px;border-top-left-radius:var(--br-sm);border-bottom-left-radius:var(--br-sm)}.s-input-fill.order-last{border-right-width:1px;border-top-right-radius:var(--br-sm);border-bottom-right-radius:var(--br-sm)}.s-select{position:relative;color:var(--fc-dark)}.s-select:before,.s-select:after{content:"";position:absolute;z-index:var(--zi-selected);right:13px;border-color:currentColor transparent;border-style:solid;border-width:4px;pointer-events:none}.s-select:before{top:calc(50% - 5px);border-top-width:0;border-bottom-width:4px}.s-select:after{top:calc(50% + 1px);border-top-width:4px;border-bottom-width:0}.s-select>select{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:100%;height:100%;padding:.6em .7em;padding-right:var(--su32);border:1px solid var(--bc-darker);border-radius:var(--br-sm);background-color:var(--white);outline:0;font-size:var(--fs-body1);font-family:inherit;color:var(--black);line-height:var(--lh-sm)}.s-select>select::-moz-focus-inner{outline:none !important}.s-select>select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.s-select>select::-ms-expand{display:none}@supports (-webkit-overflow-scrolling: touch){.s-select>select{font-size:16px;padding:.4em .55em}}.s-select>select::-webkit-contacts-auto-fill-button{background-color:var(--black)}.s-select>select:-webkit-autofill{border-color:var(--blue-300);-webkit-text-fill-color:var(--black);-webkit-box-shadow:0 0 0 1000px var(--theme-secondary-050) inset;transition:background-color 0s 50000s}.s-select>select:-webkit-autofill:focus{border-color:var(--blue-300);-webkit-box-shadow:0 0 0 1000px var(--blue-050) inset,0 0 0 var(--su-static4) var(--focus-ring)}@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)){.s-checkbox,.s-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;width:1em;height:1em;border:1px solid var(--bc-darker);background-color:var(--white);outline:0;font-size:inherit;vertical-align:middle;cursor:pointer}.s-checkbox::-ms-check,.s-radio::-ms-check{display:none}}.s-checkbox[disabled],.s-radio[disabled]{opacity:.5;cursor:not-allowed}@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)){.s-checkbox{border-radius:var(--br-sm);background-position:center center;background-repeat:no-repeat;background-size:contain}.s-checkbox:checked{border-color:var(--theme-secondary-400) !important;background-color:var(--theme-secondary-400);background-image:url("data:image/svg+xml,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.41L8.59 2 4 6.59 2.41 5 1 6.41l3 3z' fill='%23fff'/%3E%3C/svg%3E")}@media (prefers-color-scheme:dark){body.theme-highcontrast.theme-system .s-checkbox:checked{border-color:var(--blue-700) !important;background-color:var(--blue-300)}}body.theme-highcontrast.theme-dark .s-checkbox:checked{border-color:var(--blue-700) !important;background-color:var(--blue-300)}.s-checkbox:checked:focus{border-color:var(--theme-secondary-400)}.s-checkbox:focus{border-color:var(--theme-secondary-300);box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}}@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)){.s-radio{border-radius:var(--br-circle)}.s-radio:checked{border-color:var(--theme-secondary-400);border-width:.30769231em;background-color:hsl(0,0%,100%)}@media (prefers-color-scheme:dark){body.theme-highcontrast.theme-system .s-radio:checked{border-color:var(--blue-300);outline:1px solid var(--black)}}body.theme-highcontrast.theme-dark .s-radio:checked{border-color:var(--blue-300);outline:1px solid var(--black)}.s-radio:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}}.s-input:focus,.s-input.has-focus,.s-textarea:focus,.s-select>select:focus{border-color:var(--theme-secondary-300);box-shadow:0 0 0 var(--su-static4) var(--focus-ring);color:var(--black);outline:0}body.theme-highcontrast .s-input:focus,body.theme-highcontrast .s-input.has-focus,body.theme-highcontrast .s-textarea:focus,body.theme-highcontrast .s-select>select:focus{border-color:var(--black)}.s-input:focus-within{border-color:var(--theme-secondary-300);box-shadow:0 0 0 var(--su-static4) var(--focus-ring);color:var(--black);outline:0}body.theme-highcontrast .s-input:focus-within{border-color:var(--black)}.s-input[disabled],.s-textarea[disabled],.s-select>select[disabled],.s-input[read-only],.s-textarea[read-only],.s-select>select[read-only]{cursor:not-allowed;opacity:.5}body.theme-highcontrast .s-input[disabled],body.theme-highcontrast .s-textarea[disabled],body.theme-highcontrast .s-select>select[disabled],body.theme-highcontrast .s-input[read-only],body.theme-highcontrast .s-textarea[read-only],body.theme-highcontrast .s-select>select[read-only]{opacity:.5}.s-input[disabled],.s-textarea[disabled],.s-select>select[disabled]{cursor:not-allowed;opacity:.5}.is-disabled,.has-success,.has-error,.has-warning{position:relative}.is-disabled .s-input,.has-success .s-input,.has-error .s-input,.has-warning .s-input{padding-right:var(--su32)}.is-disabled .s-select .s-input-icon,.has-success .s-select .s-input-icon,.has-error .s-select .s-input-icon,.has-warning .s-select .s-input-icon{right:var(--su32)}.is-disabled .s-textarea,.has-success .s-textarea,.has-error .s-textarea,.has-warning .s-textarea{padding-right:var(--su48)}.is-disabled .s-textarea~.s-input-icon,.has-success .s-textarea~.s-input-icon,.has-error .s-textarea~.s-input-icon,.has-warning .s-textarea~.s-input-icon{top:1.5em;right:1.5em}.is-disabled .s-input-message a,.has-success .s-input-message a,.has-error .s-input-message a,.has-warning .s-input-message a{text-decoration:underline}.has-warning .s-input,.has-warning .s-textarea,.has-warning .s-checkbox,.has-warning .s-radio:not(:checked),.has-warning .s-select>select{border-color:var(--yellow-600)}.has-warning .s-input:focus,.has-warning .s-textarea:focus,.has-warning .s-checkbox:focus,.has-warning .s-radio:not(:checked):focus,.has-warning .s-select>select:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-warning)}.has-warning .s-input-message{color:var(--yellow-800)}.has-warning .s-input-message a{color:var(--yellow-900)}.has-warning .s-input-icon{color:var(--yellow-600)}.has-error .s-input,.has-error .s-textarea,.has-error .s-checkbox,.has-error .s-radio:not(:checked),.has-error .s-select>select{border-color:var(--red-400)}.has-error .s-input:focus,.has-error .s-textarea:focus,.has-error .s-checkbox:focus,.has-error .s-radio:not(:checked):focus,.has-error .s-select>select:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-error)}.has-error .s-input-message{color:var(--red-500)}.has-error .s-input-message a{color:var(--red-800)}.has-error .s-input-message a:hover{color:var(--red-900)}.has-error .s-input-icon{color:var(--red-400)}.has-success .s-input,.has-success .s-textarea,.has-success .s-checkbox,.has-success .s-radio:not(:checked),.has-success .s-select>select{border-color:var(--green-400)}.has-success .s-input:focus,.has-success .s-textarea:focus,.has-success .s-checkbox:focus,.has-success .s-radio:not(:checked):focus,.has-success .s-select>select:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-success)}.has-success .s-input-message{color:var(--green-500)}.has-success .s-input-message a{color:var(--green-800)}.has-success .s-input-message a:hover{color:var(--green-900)}.has-success .s-input-icon{color:var(--green-400)}.is-disabled .s-select:before,.is-disabled .s-select:after{border-color:var(--bc-darker) transparent}.is-disabled .s-label,.is-disabled .s-description{opacity:.5}.is-disabled .s-label .s-description,.is-disabled .s-description .s-description{opacity:unset}.is-disabled .s-input-icon{color:var(--black-200)}body.theme-highcontrast .is-disabled .s-input-icon{color:var(--black-400)}.is-disabled .s-label{cursor:not-allowed}.s-input-icon{position:absolute;top:50%;right:.7em;margin-top:-9px;pointer-events:none}.s-input-icon.s-input-icon__search,.s-input-icon.s-input-icon__creditcard{right:auto;left:.7em;color:var(--black-200)}body.theme-highcontrast .s-input-icon.s-input-icon__search,body.theme-highcontrast .s-input-icon.s-input-icon__creditcard{color:var(--black-400)}.s-input-message{padding:var(--su2);font-size:var(--fs-caption)}.s-input__sm,.s-textarea__sm,.s-label__sm,.s-select__sm>select{font-size:var(--fs-caption)}.s-input__md,.s-textarea__md,.s-label__md,.s-select__md>select{font-size:var(--fs-body3)}.s-input__lg,.s-textarea__lg,.s-label__lg,.s-select__lg>select{font-size:var(--fs-title)}.s-input__xl,.s-textarea__xl,.s-label__xl,.s-select__xl>select{font-size:var(--fs-headline1)}.s-input__md,.s-textarea__md,.s-select__md>select{padding-top:.5em;padding-bottom:.5em;border-radius:calc(var(--br-sm) + 1px)}.s-textarea__md{padding-top:.72em;padding-bottom:.72em}.s-input__lg,.s-textarea__lg,.s-select__lg>select{padding:.45em .6em;border-radius:calc(var(--br-sm) + 1px)}.s-input__xl,.s-textarea__xl,.s-select__xl>select{padding:.4em .5em;border-radius:var(--br-md)}@supports (-webkit-overflow-scrolling: touch){.s-input__md,.s-textarea__md{font-size:17px;padding-top:.4em;padding-bottom:.4em}}.s-menu{list-style:none;margin:0;padding:0}.s-menu .s-menu--title{padding:var(--su8) var(--su12);text-transform:uppercase;font-size:var(--fs-fine);color:var(--black-600)}.s-menu li+.s-menu--title{margin-top:var(--su12)}.s-menu .s-menu--divider{margin:var(--su8) 0;height:1px;background-color:var(--bc-light)}@media (prefers-color-scheme:dark){body.theme-system .s-menu .s-menu--divider{background-color:var(--bc-lightest)}}body.theme-dark .s-menu .s-menu--divider,.theme-dark__forced .s-menu .s-menu--divider,body.theme-system .theme-dark__forced .s-menu .s-menu--divider{background-color:var(--bc-lightest)}.s-menu .s-menu--label{cursor:pointer;padding:var(--su12);border-top:1px solid var(--bc-light)}@media (prefers-color-scheme:dark){body.theme-system .s-menu .s-menu--label{border-top-color:var(--bc-lightest)}}body.theme-dark .s-menu .s-menu--label,.theme-dark__forced .s-menu .s-menu--label,body.theme-system .theme-dark__forced .s-menu .s-menu--label{border-top-color:var(--bc-lightest)}.s-menu .s-menu--label.is-disabled{cursor:not-allowed}.s-modal{display:flex;visibility:hidden;position:fixed;z-index:var(--zi-hide);top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;background-color:hsla(210,8%,5%,0.5);opacity:0;backface-visibility:hidden;transition:opacity 100ms var(--te-smooth) 0s,z-index 0s 100ms,visibility 0s 100ms;will-change:visibility,z-index,opacity}.s-modal[aria-hidden="false"],.s-modal[aria-hidden="false"] .s-modal--dialog{visibility:visible;z-index:var(--zi-modals);opacity:1;transform:translate3d(0, 0, 0) scale3d(1, 1, 1);transition:opacity 100ms var(--te-smooth) 10ms,z-index 0s 0s,visibility 0s 0s,transform 100ms var(--te-smooth) 10ms,transform 100ms var(--te-smooth) 10ms}.s-modal--dialog{overflow-y:auto;visibility:hidden;z-index:var(--zi-hide);max-width:600px;max-height:100%;padding:var(--su24);border-radius:var(--br-lg);background-color:var(--white);box-shadow:var(--bs-lg);opacity:0;backface-visibility:hidden;transform:translate3d(0, 30%, 0) scale3d(.6, .6, .6);scrollbar-color:var(--scrollbar) transparent;transition:opacity 200ms var(--te-smooth) 0s,z-index 0s 100ms,visibility 0s 100ms,transform 100ms var(--te-smooth) 0s,transform 100ms var(--te-smooth) 0s;will-change:visibility,z-index,opacity,transform}@media (prefers-color-scheme:dark){body.theme-system .s-modal--dialog{background-color:var(--black-100)}}body.theme-dark .s-modal--dialog,.theme-dark__forced .s-modal--dialog,body.theme-system .theme-dark__forced .s-modal--dialog{background-color:var(--black-100)}.s-modal--dialog::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-modal--dialog::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-modal--dialog::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.s-modal--dialog::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.s-modal[aria-hidden="false"] .s-modal--dialog{transform:translate3d(0, 0, 0) scale3d(1, 1, 1)}.s-modal--close{position:absolute !important;top:var(--su8);right:var(--su8);padding:var(--su12) !important}.s-modal--close .svg-icon{margin:0 !important}.s-modal--header{margin-bottom:var(--su16);color:var(--fc-dark);font-size:var(--fs-headline1);font-weight:normal;line-height:var(--lh-sm)}.s-modal--body{margin-bottom:var(--su24);color:var(--fc-medium)}.s-modal--footer{margin-top:var(--su24)}.s-modal.has-danger,.s-modal.s-modal__danger{background-color:hsla(358,67%,6%,0.5)}.s-modal.has-danger .s-modal--header,.s-modal.s-modal__danger .s-modal--header{color:var(--red-600)}.s-modal.s-modal__celebration .s-modal--dialog{padding-top:var(--su64);background-repeat:repeat-x;background-position:top -10px center;background-image:url("data:image/svg+xml,%3Csvg width='600' height='90' viewBox='0 0 600 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='42' y='-10' width='6' height='10'/%3E%3Crect x='84' y='-10' width='6' height='10'/%3E%3Crect x='126' y='-13' width='5' height='13'/%3E%3Crect x='168' y='-13' width='5' height='13'/%3E%3Crect x='210' y='-10' width='6' height='10'/%3E%3Crect x='252' y='-13' width='5' height='13'/%3E%3Crect x='294' y='-10' width='6' height='10'/%3E%3Crect x='336' y='-13' width='5' height='13'/%3E%3Crect x='378' y='-13' width='5' height='13'/%3E%3Crect x='420' y='-10' width='6' height='10'/%3E%3Crect x='462' y='-10' width='6' height='10'/%3E%3Crect x='504' y='-13' width='5' height='13'/%3E%3Crect x='546' y='-10' width='6' height='10'/%3E%3Cstyle type='text/css'%3E rect %7B opacity: 0; %7D rect:nth-child(1) %7B transform-origin: 45px 5px; transform: rotate(-145deg); animation: blast 700ms infinite ease-out; animation-delay: 88ms; animation-duration: 631ms; %7D rect:nth-child(2) %7B transform-origin: 87px 5px; transform: rotate(164deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 442ms; %7D rect:nth-child(3) %7B transform-origin: 128px 6px; transform: rotate(4deg); animation: blast 700ms infinite ease-out; animation-delay: 92ms; animation-duration: 662ms; %7D rect:nth-child(4) %7B transform-origin: 170px 6px; transform: rotate(-175deg); animation: blast 700ms infinite ease-out; animation-delay: 17ms; animation-duration: 593ms; %7D rect:nth-child(5) %7B transform-origin: 213px 5px; transform: rotate(-97deg); animation: blast 700ms infinite ease-out; animation-delay: 122ms; animation-duration: 476ms; %7D rect:nth-child(6) %7B transform-origin: 255px 6px; transform: rotate(57deg); animation: blast 700ms infinite ease-out; animation-delay: 271ms; animation-duration: 381ms; %7D rect:nth-child(7) %7B transform-origin: 297px 5px; transform: rotate(-46deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 619ms; %7D rect:nth-child(8) %7B transform-origin: 338px 6px; transform: rotate(-65deg); animation: blast 700ms infinite ease-out; animation-delay: 85ms; animation-duration: 668ms; %7D rect:nth-child(9) %7B transform-origin: 380px 6px; transform: rotate(13deg); animation: blast 700ms infinite ease-out; animation-delay: 128ms; animation-duration: 377ms; %7D rect:nth-child(10) %7B transform-origin: 423px 5px; transform: rotate(176deg); animation: blast 700ms infinite ease-out; animation-delay: 311ms; animation-duration: 508ms; %7D rect:nth-child(11) %7B transform-origin: 465px 5px; transform: rotate(108deg); animation: blast 700ms infinite ease-out; animation-delay: 108ms; animation-duration: 595ms; %7D rect:nth-child(12) %7B transform-origin: 506px 6px; transform: rotate(62deg); animation: blast 700ms infinite ease-out; animation-delay: 105ms; animation-duration: 375ms; %7D rect:nth-child(13) %7B transform-origin: 549px 5px; transform: rotate(16deg); animation: blast 700ms infinite ease-out; animation-delay: 149ms; animation-duration: 491ms; %7D rect:nth-child(odd) %7B fill: %2365BB5C; %7D rect:nth-child(even) %7B z-index: 1; fill: %2333AAFF; %7D rect:nth-child(4n) %7B animation-duration: 1400ms; fill: %23F23B14; %7D rect:nth-child(3n) %7B animation-duration: 1750ms; animation-delay: 700ms; %7D rect:nth-child(4n-7) %7B fill: %232A2F6A; %7D rect:nth-child(6n) %7B fill: %23FBBA23; %7D @keyframes blast %7B from %7B opacity: 0; %7D 20%25 %7B opacity: 1; %7D to %7B transform: translateY(90px); %7D %7D %3C/style%3E%3C/svg%3E%0A")}@media (prefers-reduced-motion){.s-modal.s-modal__celebration .s-modal--dialog{background-image:url("data:image/svg+xml,%3Csvg width='574' height='60' viewBox='0 0 574 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='27.1224' y='20.0458' width='5' height='13' transform='rotate(-139 27.1224 20.0458)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='118.478' y='7.00201' width='5' height='13' transform='rotate(-38.8114 118.478 7.00201)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='504.616' y='25.4479' width='5' height='13' transform='rotate(-60.2734 504.616 25.4479)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='538.983' y='45.555' width='5' height='13' transform='rotate(16.7826 538.983 45.555)' fill='%232A2F6A'/%3E%3Crect opacity='0.3' x='470.322' y='2.63625' width='5' height='13' transform='rotate(11.295 470.322 2.63625)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='190.295' y='4.58138' width='5' height='13' transform='rotate(27.5954 190.295 4.58138)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='234.303' y='16.3233' width='5' height='13' transform='rotate(-41.8233 234.303 16.3233)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='369.702' y='40.9875' width='5' height='13' transform='rotate(-56.419 369.702 40.9875)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='402.121' y='31.0848' width='5' height='13' transform='rotate(-17.9234 402.121 31.0848)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='200.316' y='31.9328' width='5' height='13' transform='rotate(-15.8896 200.316 31.9328)' fill='%232A2F6A'/%3E%3Crect opacity='0.6' x='69.6745' y='23.4725' width='6' height='10' transform='rotate(70.0266 69.6745 23.4725)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='291.945' y='7.16931' width='6' height='10' transform='rotate(30.4258 291.945 7.16931)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='33.7754' y='38.2208' width='6' height='10' transform='rotate(38.6056 33.7754 38.2208)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='109.752' y='31.1743' width='6' height='10' transform='rotate(28.5296 109.752 31.1743)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='278.081' y='37.8695' width='6' height='10' transform='rotate(-26.5651 278.081 37.8695)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='416.294' y='11.5573' width='6' height='10' transform='rotate(-22.8498 416.294 11.5573)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='354.667' y='9.32341' width='6' height='10' transform='rotate(17.7506 354.667 9.32341)' fill='%232A2F6A'/%3E%3Crect opacity='0.8' x='532.404' y='16.6372' width='6' height='10' transform='rotate(-75.3432 532.404 16.6372)' fill='%23FBBA23'/%3E%3Crect opacity='0.6' x='460.463' y='39.3557' width='6' height='10' transform='rotate(45.4982 460.463 39.3557)' fill='%2365BB5C'/%3E%3C/svg%3E")}}.s-modal.s-modal__celebration .s-modal--dialog .s-modal--close{top:var(--su48)}.s-modal__full{max-width:calc(100% - var(--su48));max-height:calc(100% - var(--su48))}.s-navigation{display:flex;margin:calc(var(--su2) * -1);padding:var(--su2) 0;flex-wrap:wrap;list-style:none}.s-navigation .s-navigation--item{display:flex;align-items:center;padding:var(--su6) var(--su12);position:relative;border:none;font:unset;background:none;box-shadow:none;cursor:pointer;user-select:auto;border-radius:1000px;margin:var(--su2);white-space:nowrap;color:var(--black-600)}.s-navigation .s-navigation--item:hover,.s-navigation .s-navigation--item:active{background:var(--black-075);color:var(--black-600)}body.theme-highcontrast .s-navigation .s-navigation--item:hover,body.theme-highcontrast .s-navigation .s-navigation--item:active{background:var(--black-600);color:var(--black-100)}.s-navigation .s-navigation--item:focus:not(:focus-visible){outline:none;box-shadow:none}.s-navigation .s-navigation--item:focus-visible{outline:none;box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-navigation .s-navigation--item.is-selected{background:var(--theme-primary-color);color:var(--white)}.s-navigation .s-navigation--item.is-selected:hover,.s-navigation .s-navigation--item.is-selected:active{background:var(--theme-primary-600);color:var(--white)}body.theme-highcontrast .s-navigation .s-navigation--item.is-selected{text-decoration:none}.s-navigation .s-navigation--item.s-navigation--item__dropdown{padding-right:2em}.s-navigation .s-navigation--item.s-navigation--item__dropdown:after{content:"";position:absolute;z-index:var(--zi-active);top:calc(50% - 2px);right:.9em;border-style:solid;border-width:var(--su-static4);border-top-width:var(--su-static4);border-bottom-width:0;border-color:currentColor transparent;pointer-events:none}.s-navigation.s-navigation__scroll{overflow-x:auto;flex-wrap:nowrap;scrollbar-color:var(--scrollbar) transparent}.s-navigation.s-navigation__scroll::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-navigation.s-navigation__scroll::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-navigation.s-navigation__scroll::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.s-navigation.s-navigation__scroll::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.s-navigation.s-navigation__vertical{flex-direction:column;padding:0;margin:0}.s-navigation.s-navigation__vertical .s-navigation--item{margin:0;white-space:normal}.s-navigation .s-navigation--title{font-size:var(--fs-fine);font-weight:bold;margin-top:var(--su16);padding:var(--su6) var(--su12);text-transform:uppercase}.s-navigation .s-navigation--title:first-child{margin-top:0}.s-navigation.s-navigation__muted .s-navigation--item.is-selected{background:var(--black-050);color:var(--black-800)}body.theme-highcontrast .s-navigation.s-navigation__muted .s-navigation--item.is-selected{background:var(--black-800);color:var(--black-050)}.s-navigation.s-navigation__sm .s-navigation--item{padding:var(--su4) var(--su12);font-size:var(--fs-caption)}.s-navigation.s-navigation__sm .s-navigation--item.s-navigation--item__dropdown{padding-right:2em}.s-page-title{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;width:100%;padding-bottom:var(--su16);border-bottom:1px solid var(--bc-medium)}@media (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .s-page-title{flex-direction:column;align-items:flex-start}}@media (max-width:816px){html.html__responsive.html__unpinned-leftnav .s-page-title{flex-direction:column;align-items:flex-start}}.s-page-title .s-page-title--header{margin:0;margin-bottom:0;font-size:var(--fs-headline1);color:var(--fc-dark);line-height:var(--lh-sm);font-weight:normal}.s-page-title .s-page-title--description{color:var(--fc-light);margin-top:var(--su4);margin-bottom:0;font-size:var(--fs-body2)}.s-page-title .s-page-title--actions{margin-left:var(--su8);flex-shrink:0}@media (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .s-page-title .s-page-title--actions{margin-top:var(--su8);margin-left:0}}@media (max-width:816px){html.html__responsive.html__unpinned-leftnav .s-page-title .s-page-title--actions{margin-top:var(--su8);margin-left:0}}.s-page-title .s-breadcrumbs{margin-bottom:var(--su8)}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .s-page-title .s-breadcrumbs{margin-bottom:var(--su2)}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .s-page-title .s-breadcrumbs{margin-bottom:var(--su2)}}.s-popover{display:none;position:absolute;max-width:24rem;padding:var(--su12);z-index:var(--zi-popovers);border-radius:var(--br-md);border:1px solid var(--bc-medium);background-color:var(--white);box-shadow:var(--bs-md);color:var(--fc-dark);font-size:var(--fs-body1);min-width:12rem;width:100%;white-space:normal}@media (prefers-color-scheme:dark){body.theme-system .s-popover{background-color:var(--black-075);border-color:var(--bc-light);box-shadow:var(--bs-lg)}}body.theme-dark .s-popover,.theme-dark__forced .s-popover,body.theme-system .theme-dark__forced .s-popover{background-color:var(--black-075);border-color:var(--bc-light);box-shadow:var(--bs-lg)}.s-popover.s-popover__tooltip{width:auto;min-width:unset}.s-popover.is-visible{display:block}.s-popover[data-popper-placement^="top"]>.s-popover--arrow,.s-popover .s-popover--arrow__bc,.s-popover .s-popover--arrow__bl,.s-popover .s-popover--arrow__br{bottom:calc(var(--su6) * -1)}.s-popover[data-popper-placement^="top"]>.s-popover--arrow:after,.s-popover .s-popover--arrow__bc:after,.s-popover .s-popover--arrow__bl:after,.s-popover .s-popover--arrow__br:after{bottom:1px;box-shadow:2px 2px 5px 0 hsla(0,0%,0%,0.07),2px 2px 2px -1px hsla(0,0%,0%,0.1)}body.theme-highcontrast .s-popover[data-popper-placement^="top"]>.s-popover--arrow:after,body.theme-highcontrast .s-popover .s-popover--arrow__bc:after,body.theme-highcontrast .s-popover .s-popover--arrow__bl:after,body.theme-highcontrast .s-popover .s-popover--arrow__br:after{box-shadow:1px 1px 0 0 var(--bc-medium)}.s-popover[data-popper-placement^="bottom"]>.s-popover--arrow,.s-popover .s-popover--arrow__tc,.s-popover .s-popover--arrow__tl,.s-popover .s-popover--arrow__tr{top:calc(var(--su6) * -1)}.s-popover[data-popper-placement^="bottom"]>.s-popover--arrow:after,.s-popover .s-popover--arrow__tc:after,.s-popover .s-popover--arrow__tl:after,.s-popover .s-popover--arrow__tr:after{top:1px;box-shadow:-1px -1px 1px 0 hsla(0,0%,0%,0.12)}body.theme-highcontrast .s-popover[data-popper-placement^="bottom"]>.s-popover--arrow:after,body.theme-highcontrast .s-popover .s-popover--arrow__tc:after,body.theme-highcontrast .s-popover .s-popover--arrow__tl:after,body.theme-highcontrast .s-popover .s-popover--arrow__tr:after{box-shadow:-1px -1px 0 0 var(--bc-medium)}.s-popover[data-popper-placement^="left"]>.s-popover--arrow,.s-popover .s-popover--arrow__rc,.s-popover .s-popover--arrow__rt,.s-popover .s-popover--arrow__rb{right:calc(var(--su6) * -1)}.s-popover[data-popper-placement^="left"]>.s-popover--arrow:after,.s-popover .s-popover--arrow__rc:after,.s-popover .s-popover--arrow__rt:after,.s-popover .s-popover--arrow__rb:after{right:1px;box-shadow:2px -2px 5px 0 hsla(0,0%,0%,0.07),2px -2px 2px -1px hsla(0,0%,0%,0.1)}body.theme-highcontrast .s-popover[data-popper-placement^="left"]>.s-popover--arrow:after,body.theme-highcontrast .s-popover .s-popover--arrow__rc:after,body.theme-highcontrast .s-popover .s-popover--arrow__rt:after,body.theme-highcontrast .s-popover .s-popover--arrow__rb:after{box-shadow:1px -1px 0 0 var(--bc-medium)}.s-popover[data-popper-placement^="right"]>.s-popover--arrow,.s-popover .s-popover--arrow__lc,.s-popover .s-popover--arrow__lt,.s-popover .s-popover--arrow__lb{left:calc(var(--su6) * -1)}.s-popover[data-popper-placement^="right"]>.s-popover--arrow:after,.s-popover .s-popover--arrow__lc:after,.s-popover .s-popover--arrow__lt:after,.s-popover .s-popover--arrow__lb:after{left:1px;box-shadow:-2px 2px 5px 0 hsla(0,0%,0%,0.07),-2px 2px 2px -1px hsla(0,0%,0%,0.1)}body.theme-highcontrast .s-popover[data-popper-placement^="right"]>.s-popover--arrow:after,body.theme-highcontrast .s-popover .s-popover--arrow__lc:after,body.theme-highcontrast .s-popover .s-popover--arrow__lt:after,body.theme-highcontrast .s-popover .s-popover--arrow__lb:after{box-shadow:-1px 1px 0 0 var(--bc-medium)}.s-popover .s-popover--arrow__tc,.s-popover .s-popover--arrow__bc{left:calc(50% - var(--su6))}.s-popover .s-popover--arrow__lc,.s-popover .s-popover--arrow__rc{top:calc(50% - var(--su6))}.s-popover .s-popover--arrow__tr,.s-popover .s-popover--arrow__br{right:var(--su12)}.s-popover .s-popover--arrow__rb,.s-popover .s-popover--arrow__lb{bottom:var(--su12)}.s-popover--close{float:right;top:calc(var(--su8) * -1);right:calc(var(--su8) * -1);padding:var(--su8) !important}.s-popover--arrow,.s-popover--arrow:before,.s-popover--arrow:after{position:absolute;display:block;width:var(--su12);height:var(--su12);z-index:-1}.s-popover--arrow{color:var(--white)}@media (prefers-color-scheme:dark){body.theme-system .s-popover--arrow{color:var(--black-075)}}body.theme-dark .s-popover--arrow,.theme-dark__forced .s-popover--arrow,body.theme-system .theme-dark__forced .s-popover--arrow{color:var(--black-075)}.s-popover--arrow:before{content:'';transform:rotate(45deg)}.s-popover--arrow:after{content:'';transform:rotate(45deg);border-radius:1.5px;background:currentColor}.s-post-summary{position:relative;display:flex;border-bottom:1px solid var(--bc-light);padding:var(--su16)}.s-post-summary:last-child{border-bottom-width:0}@media (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary{flex-direction:column}}@media (max-width:816px){html.html__responsive.html__unpinned-leftnav .s-post-summary{flex-direction:column}}.s-post-summary.s-post-summary__minimal{flex-direction:column}.s-post-summary.s-post-summary__minimal .s-post-summary--stats{width:auto;flex-direction:row;align-items:center}.s-post-summary.s-post-summary__minimal .s-post-summary--content{width:100%}.s-post-summary.s-post-summary__legacy{padding-left:0}@media (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy{padding-left:var(--su16)}}@media (max-width:816px){html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy{padding-left:var(--su16)}}.s-post-summary.s-post-summary__legacy .s-post-summary--stats{width:auto;flex-direction:row;align-items:center;gap:var(--su2)}.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item{min-width:var(--su64);height:var(--su48);flex-direction:column;gap:0;font-size:var(--fs-caption)}.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.s-post-summary--stats-item__emphasized{color:inherit}.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.has-accepted-answer .svg-icon{display:none}.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item .s-post-summary--stats-item-number{font-weight:normal;font-size:var(--fs-body3)}.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-deleted,.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-published,.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-draft,.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-review,.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-closed,.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-archived,.s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-pinned{display:none}@media (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats{flex-direction:row;align-items:center;gap:var(--su8)}html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item{min-width:auto;height:auto;flex-direction:row;gap:3px}html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item .s-post-summary--stats-item-number{font-size:inherit}html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.s-post-summary--stats-item__emphasized{color:var(--fc-dark)}html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.has-accepted-answer .svg-icon{display:block}html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-deleted,html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-published,html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-draft,html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-review,html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-closed,html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-archived,html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-pinned{display:block}}@media (max-width:816px){html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats{flex-direction:row;align-items:center;gap:var(--su8)}html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item{min-width:auto;height:auto;flex-direction:row;gap:3px}html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item .s-post-summary--stats-item-number{font-size:inherit}html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.s-post-summary--stats-item__emphasized{color:var(--fc-dark)}html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.has-accepted-answer .svg-icon{display:block}html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-deleted,html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-published,html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-draft,html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-review,html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-closed,html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-archived,html.html__responsive.html__unpinned-leftnav .s-post-summary.s-post-summary__legacy .s-post-summary--stats .s-post-summary--stats-item.is-pinned{display:block}}.s-post-summary--content-menu-button{position:absolute !important;top:var(--su8);right:var(--su8);padding:var(--su8) !important}.s-post-summary--content-menu-button .svg-icon{margin:0 !important}.s-post-summary--stats{gap:var(--su6);margin-right:var(--su16);margin-bottom:var(--su4);width:calc(var(--su96) + var(--su12));display:flex;flex-direction:column;flex-shrink:0;flex-wrap:wrap;align-items:flex-end;font-size:var(--fs-body1);color:var(--fc-light)}.s-post-summary--stats .s-post-summary--stats-item{display:inline-flex;gap:.3em;align-items:center;justify-content:center;white-space:nowrap;border:1px solid transparent}.s-post-summary--stats .s-post-summary--stats-item.s-post-summary--stats-item__emphasized{color:var(--fc-dark)}.s-post-summary--stats .s-post-summary--stats-item .s-post-summary--stats-item-number{font-weight:500}.s-post-summary--stats .s-post-summary--stats-item.has-answers,.s-post-summary--stats .s-post-summary--stats-item.has-bounty,.s-post-summary--stats .s-post-summary--stats-item.is-deleted,.s-post-summary--stats .s-post-summary--stats-item.is-published,.s-post-summary--stats .s-post-summary--stats-item.is-draft,.s-post-summary--stats .s-post-summary--stats-item.is-review,.s-post-summary--stats .s-post-summary--stats-item.is-closed,.s-post-summary--stats .s-post-summary--stats-item.is-archived,.s-post-summary--stats .s-post-summary--stats-item.is-pinned{border-radius:var(--br-sm);padding:var(--su2) var(--su4)}.s-post-summary--stats .s-post-summary--stats-item.has-answers{color:var(--green-600);border:1px solid var(--green-600)}.s-post-summary--stats .s-post-summary--stats-item.has-answers.has-accepted-answer{color:hsl(0,0%,100%);background-color:var(--green-500);border-color:var(--green-500)}body.theme-highcontrast .s-post-summary--stats .s-post-summary--stats-item.has-answers.has-accepted-answer{color:var(--white)}.s-post-summary--stats .s-post-summary--stats-item.has-bounty{color:var(--white);background-color:var(--blue-600)}.s-post-summary--stats .s-post-summary--stats-item.is-warm{color:var(--orange-800)}.s-post-summary--stats .s-post-summary--stats-item.is-hot{color:var(--orange-600)}.s-post-summary--stats .s-post-summary--stats-item.is-supernova{color:var(--orange-400)}.s-post-summary--stats .s-post-summary--stats-item.is-published{color:var(--black-800);background-color:var(--black-050)}.s-post-summary--stats .s-post-summary--stats-item.is-draft{color:var(--blue-900);background-color:var(--blue-100);border-color:var(--blue-600)}.s-post-summary--stats .s-post-summary--stats-item.is-review{color:var(--yellow-900);background-color:var(--yellow-100);border-color:var(--yellow-600)}.s-post-summary--stats .s-post-summary--stats-item.is-closed{color:var(--red-900);background-color:var(--red-100);border-color:var(--red-600)}.s-post-summary--stats .s-post-summary--stats-item.is-archived{color:var(--black-900);background-color:var(--black-100);border-color:var(--black-600)}.s-post-summary--stats .s-post-summary--stats-item.is-pinned{color:var(--white);background-color:var(--black-700)}@media (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .s-post-summary--stats{flex-direction:row;align-items:center;width:auto}}@media (max-width:816px){html.html__responsive.html__unpinned-leftnav .s-post-summary--stats{flex-direction:row;align-items:center;width:auto}}.s-post-summary--content{flex-grow:1;max-width:100%}.s-post-summary--content .s-post-summary--content-title{display:block;font-size:var(--fs-body3);margin-top:-0.15rem;margin-bottom:.3846rem;padding-right:var(--su24);line-height:var(--lh-md);font-weight:normal;word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !important;-webkit-hyphens:auto !important;-moz-hyphens:auto !important;-ms-hyphens:auto !important;hyphens:auto !important}.s-post-summary--content .s-post-summary--content-title .iconShield{color:var(--fc-light)}.s-post-summary--content .s-post-summary--content-title .svg-icon{vertical-align:text-bottom;position:relative;top:-1px}.s-post-summary--content .s-post-summary--content-title a{word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !important;-webkit-hyphens:auto !important;-moz-hyphens:auto !important;-ms-hyphens:auto !important;hyphens:auto !important;color:var(--theme-post-title-color);font-family:var(--theme-post-title-font-family)}.s-post-summary--content .s-post-summary--content-title a:visited{color:var(--theme-post-title-color-visited)}.s-post-summary--content .s-post-summary--content-title a:hover,.s-post-summary--content .s-post-summary--content-title a:active{color:var(--theme-post-title-color-hover)}.s-post-summary--content .s-post-summary--content-type{color:var(--fc-medium);margin-bottom:var(--su4)}.s-post-summary--content .s-post-summary--content-type .svg-icon{margin-left:calc(var(--su2) * -1);color:var(--fc-light)}.s-post-summary--content .s-post-summary--content-excerpt{margin-top:calc(var(--su2) * -1);margin-bottom:var(--su8);font-family:var(--theme-post-body-font-family);color:var(--fc-medium);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !important;-webkit-hyphens:auto !important;-moz-hyphens:auto !important;-ms-hyphens:auto !important;hyphens:auto !important}.s-post-summary--content .s-post-summary--content-excerpt.s-post-summary--content-excerpt__sm{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.s-post-summary--content .s-post-summary--content-excerpt.s-post-summary--content-excerpt__md{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.s-post-summary--content .s-post-summary--content-excerpt.s-post-summary--content-excerpt__lg{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.s-post-summary--meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:var(--su6);row-gap:var(--su8)}.s-post-summary--meta .s-post-summary--meta-tags{display:flex;flex-wrap:wrap;gap:var(--su4)}.s-post-summary--meta .s-user-card{flex-wrap:wrap;margin-left:auto;justify-content:flex-end}.s-post-summary--answer{position:relative;margin:var(--su16) 1em 0 1em;padding:.5em 0 .5em calc(1em + var(--su4))}.s-post-summary--answer+.s-post-summary--answer{margin-top:var(--su16)}.s-post-summary--answer:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;width:var(--su4);border-radius:var(--su8);background:var(--black-150)}body.theme-highcontrast .s-post-summary--answer:before{background:var(--black-600)}.s-post-summary--answer .s-post-summary--stats{width:auto;flex-direction:row;align-items:center;margin-bottom:var(--su4)}.s-post-summary--answer .s-post-summary--answer-excerpt{color:var(--black-600);margin-bottom:var(--su8);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.s-post-summary__watched{background-color:var(--yellow-050)}.s-post-summary__deleted{background-color:var(--red-050)}.s-post-summary__deleted .is-deleted{color:hsl(0,0%,100%);background-color:var(--red-500)}.s-post-summary__ignored .s-post-summary--content,.s-post-summary__deleted .s-post-summary--content{opacity:.6}.s-post-summary__ignored .s-post-summary--stats-item:not(.is-deleted),.s-post-summary__deleted .s-post-summary--stats-item:not(.is-deleted){opacity:.6;filter:grayscale(100%)}.s-post-summary__ignored .s-post-summary--content-title a,.s-post-summary__deleted .s-post-summary--content-title a{color:var(--black-600)}.s-post-summary__ignored .s-post-summary--content-title a:hover,.s-post-summary__deleted .s-post-summary--content-title a:hover,.s-post-summary__ignored .s-post-summary--content-title a:active,.s-post-summary__deleted .s-post-summary--content-title a:active{color:var(--black-500)}.s-post-summary__ignored .s-post-summary--content-title a:visited,.s-post-summary__deleted .s-post-summary--content-title a:visited{color:var(--black-700)}.s-post-summary__ignored .s-post-summary--content-excerpt,.s-post-summary__deleted .s-post-summary--content-excerpt{color:var(--black-500)}.s-post-summary__ignored .s-post-summary--meta,.s-post-summary__deleted .s-post-summary--meta{filter:grayscale(100%)}.s-progress,.s-progress--bar{position:relative;min-height:var(--su-static4);min-width:var(--su-static6);border-radius:var(--br-sm)}.s-progress{width:100%;background-color:var(--black-200)}.s-progress--bar{height:100%;background-color:var(--green-400)}.s-progress--label{position:absolute;width:100%;height:100%;border-radius:var(--br-md);border:1px solid transparent;font-size:var(--fs-caption);line-height:var(--lh-xs);color:var(--fc-dark);z-index:calc(var(--zi-base) + 2)}.s-progress__brand .s-progress--bar{background-color:var(--orange-500)}.s-progress__info .s-progress--bar{background-color:var(--blue-500)}.s-progress__privilege .s-progress--bar{background-color:var(--green-050)}body.theme-highcontrast .s-progress__privilege .s-progress--bar{background-color:var(--green-200)}.s-progress__privilege .s-progress--label{border-color:var(--green-400);display:flex;gap:var(--su4);align-items:center;justify-content:center}.s-progress__privilege,.s-progress__privilege .s-progress--bar,.s-progress__badge,.s-progress__badge .s-progress--bar{min-height:2em;border-radius:var(--br-md)}.s-progress__privilege,.s-progress__badge{background-color:transparent}.s-progress__badge .s-progress--label{display:flex;gap:var(--su4);align-items:center;padding-left:1em;padding-right:1em}.s-progress__badge .s-progress--label .s-badge--label{text-align:center;flex-grow:1}.s-progress__gold .s-progress--bar{background-color:var(--gold-lighter)}.s-progress__gold .s-progress--label{border-color:var(--gold-darker)}.s-progress__silver .s-progress--bar{background-color:var(--silver-lighter)}.s-progress__silver .s-progress--label{border-color:var(--silver-darker)}.s-progress__bronze .s-progress--bar{background-color:var(--bronze-lighter)}.s-progress__bronze .s-progress--label{border-color:var(--bronze-darker)}.s-progress.s-progress__segmented{position:relative}.s-progress.s-progress__segmented .s-progress--segments{margin:0;padding:0;position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:space-between;list-style:none}.s-progress.s-progress__segmented .s-progress--segments li{display:block;padding-top:4px;position:relative;text-align:center}.s-progress.s-progress__segmented .s-progress--segments li:not(:first-child):not(:last-child):before{display:block;content:"";height:100%;width:4px;position:absolute;top:0;left:-1px;background-color:var(--white)}.s-progress.s-progress__stepped{background:transparent;display:flex}.s-progress.s-progress__stepped .s-progress--step{display:flex;flex-grow:1;flex-shrink:1;flex-basis:0;flex-direction:column;align-items:center;position:relative}.s-progress.s-progress__stepped .s-progress--label{position:static;display:block;width:auto;height:auto;font-size:var(--fs-body1);border:0;border-radius:0;padding:var(--su12) var(--su6) 0 var(--su6);text-align:center;color:var(--black-300);z-index:var(--zi-base)}.s-progress.s-progress__stepped .s-progress--stop{position:relative;display:flex;align-items:center;justify-content:center;background:var(--black-300);border-radius:100%;width:var(--su-static24);height:var(--su-static24);z-index:var(--zi-selected);color:hsl(0,0%,100%)}body.theme-highcontrast .s-progress.s-progress__stepped .s-progress--stop{color:var(--white)}.s-progress.s-progress__stepped .s-progress--bar{position:absolute;top:calc(var(--su-static8) + var(--su-static1));height:var(--su-static6);background:var(--black-300);z-index:var(--zi-base);border-radius:0}.s-progress.s-progress__stepped .s-progress--bar.s-progress--bar__left{left:0;right:50%}.s-progress.s-progress__stepped .s-progress--bar.s-progress--bar__right{right:0;left:50%}.s-progress.s-progress__stepped .s-progress--step.is-active .s-progress--bar.s-progress--bar__left{background:var(--theme-secondary-400)}.s-progress.s-progress__stepped .s-progress--step.is-active .s-progress--stop{background:var(--theme-secondary-400);box-shadow:0 0 0 var(--su-static6) var(--focus-ring)}.s-progress.s-progress__stepped .s-progress--step.is-active .s-progress--label{color:var(--fc-dark)}.s-progress.s-progress__stepped .s-progress--step.is-complete .s-progress--bar,.s-progress.s-progress__stepped .s-progress--step.is-complete .s-progress--stop{background:var(--theme-secondary-400)}.s-progress.s-progress__stepped .s-progress--step.is-complete .s-progress--label{color:var(--fc-dark)}.s-progress__circular{--s-progress-value:0;background:none;width:var(--su-static32);height:var(--su-static32)}.s-progress__circular .s-progress-bar{transform:rotate(270deg)}.s-progress__circular .s-progress-bar circle{stroke-width:var(--su-static4);fill:none;stroke-linecap:round}.s-progress__circular .s-progress-bar circle:nth-of-type(1){stroke:currentColor;opacity:.4}.s-progress__circular .s-progress-bar circle:nth-of-type(2){stroke:currentColor;stroke-dasharray:87.9645943;stroke-dashoffset:calc(((1 - var(--s-progress-value)) * 87.9645943) * 1px)}.s-progress__circular.s-progress__sm{width:var(--su-static24);height:var(--su-static24)}.s-progress__circular.s-progress__md{width:var(--su-static48);height:var(--su-static48)}.s-progress__circular.s-progress__lg{width:var(--su-static64);height:var(--su-static64)}.s-prose{--s-prose-line-height:1.5;--s-prose-spacing:1.1em;--s-prose-spacing-condensed:calc(var(--s-prose-spacing) / 2);font-size:15px;line-height:var(--s-prose-line-height);word-wrap:break-word}.s-prose p{margin-bottom:var(--s-prose-spacing)}.s-prose pre{word-wrap:normal}.s-prose code{font-size:var(--fs-body1);font-family:var(--ff-mono)}.s-prose sub code,.s-prose sup code{font-size:90%}.s-prose hr{border:0;color:var(--black-100);background-color:var(--black-100);height:1px;margin-bottom:var(--s-prose-spacing)}body.theme-highcontrast .s-prose hr{color:var(--black-500);background-color:var(--black-500)}.s-prose li{word-wrap:break-word}.s-prose li pre{word-wrap:normal}.s-prose p:last-child,.s-prose dl:last-child,.s-prose blockquote:last-child,.s-prose table:last-child,.s-prose .s-table-container:last-child,.s-prose .s-link-preview:last-child,.s-prose hr:last-child,.s-prose ol:last-child,.s-prose ul:last-child,.s-prose img:last-child,.s-prose pre:last-child,.s-prose h1:last-child,.s-prose h2:last-child,.s-prose h3:last-child,.s-prose h4:last-child,.s-prose h5:last-child,.s-prose h6:last-child,.s-prose p:only-child,.s-prose dl:only-child,.s-prose blockquote:only-child,.s-prose table:only-child,.s-prose .s-table-container:only-child,.s-prose .s-link-preview:only-child,.s-prose hr:only-child,.s-prose ol:only-child,.s-prose ul:only-child,.s-prose img:only-child,.s-prose pre:only-child,.s-prose h1:only-child,.s-prose h2:only-child,.s-prose h3:only-child,.s-prose h4:only-child,.s-prose h5:only-child,.s-prose h6:only-child{margin-bottom:0}.s-prose h1,.s-prose h2,.s-prose h3,.s-prose h4,.s-prose h5,.s-prose h6{font-weight:bold !important;margin-bottom:.5em}.s-prose h1 code,.s-prose h2 code,.s-prose h3 code,.s-prose h4 code,.s-prose h5 code,.s-prose h6 code{font-size:.9em}.s-prose h1{font-size:var(--fs-headline1);margin-bottom:.6em}.s-prose h2{font-size:var(--fs-title);margin-bottom:.7em}.s-prose h3{font-size:var(--fs-subheading);margin-bottom:.74em}.s-prose h4{font-size:var(--fs-body3);margin-bottom:1em}.s-prose h5{font-size:var(--fs-body2)}.s-prose h6{font-size:var(--fs-body1)}.s-prose img+h1,.s-prose dl+h1,.s-prose p+h1,.s-prose pre+h1,.s-prose blockquote+h1,.s-prose table+h1,.s-prose .s-table-container+h1,.s-prose .s-link-preview+h1,.s-prose dd+h1,.s-prose ul+h1,.s-prose ol+h1{margin-top:1.5667em}.s-prose img+h2,.s-prose dl+h2,.s-prose p+h2,.s-prose pre+h2,.s-prose blockquote+h2,.s-prose table+h2,.s-prose .s-table-container+h2,.s-prose .s-link-preview+h2,.s-prose dd+h2,.s-prose ul+h2,.s-prose ol+h2{margin-top:1.667em}.s-prose img+h3,.s-prose dl+h3,.s-prose p+h3,.s-prose pre+h3,.s-prose blockquote+h3,.s-prose table+h3,.s-prose .s-table-container+h3,.s-prose .s-link-preview+h3,.s-prose dd+h3,.s-prose ul+h3,.s-prose ol+h3{margin-top:1.4667em}.s-prose img+h4,.s-prose dl+h4,.s-prose p+h4,.s-prose pre+h4,.s-prose blockquote+h4,.s-prose table+h4,.s-prose .s-table-container+h4,.s-prose .s-link-preview+h4,.s-prose dd+h4,.s-prose ul+h4,.s-prose ol+h4,.s-prose img+h5,.s-prose dl+h5,.s-prose p+h5,.s-prose pre+h5,.s-prose blockquote+h5,.s-prose table+h5,.s-prose .s-table-container+h5,.s-prose .s-link-preview+h5,.s-prose dd+h5,.s-prose ul+h5,.s-prose ol+h5,.s-prose img+h6,.s-prose dl+h6,.s-prose p+h6,.s-prose pre+h6,.s-prose blockquote+h6,.s-prose table+h6,.s-prose .s-table-container+h6,.s-prose .s-link-preview+h6,.s-prose dd+h6,.s-prose ul+h6,.s-prose ol+h6{margin-top:1.6667em}.s-prose img{max-width:100%;margin-bottom:var(--s-prose-spacing);vertical-align:bottom}.s-prose blockquote img,.s-prose li img,.s-prose p img{margin-bottom:0}.s-prose ol,.s-prose ul{margin-top:0;margin-bottom:var(--s-prose-spacing)}.s-prose ol p:last-child,.s-prose ul p:last-child,.s-prose ol dl:last-child,.s-prose ul dl:last-child,.s-prose ol blockquote:last-child,.s-prose ul blockquote:last-child,.s-prose ol table:last-child,.s-prose ul table:last-child,.s-prose ol hr:last-child,.s-prose ul hr:last-child,.s-prose ol ol:last-child,.s-prose ul ol:last-child,.s-prose ol ul:last-child,.s-prose ul ul:last-child,.s-prose ol p:only-child,.s-prose ul p:only-child,.s-prose ol dl:only-child,.s-prose ul dl:only-child,.s-prose ol blockquote:only-child,.s-prose ul blockquote:only-child,.s-prose ol table:only-child,.s-prose ul table:only-child,.s-prose ol hr:only-child,.s-prose ul hr:only-child,.s-prose ol ol:only-child,.s-prose ul ol:only-child,.s-prose ol ul:only-child,.s-prose ul ul:only-child{margin-bottom:0}.s-prose ol dl,.s-prose ul dl,.s-prose ol p,.s-prose ul p,.s-prose ol blockquote,.s-prose ul blockquote,.s-prose ol table,.s-prose ul table,.s-prose ol hr,.s-prose ul hr,.s-prose ol dd,.s-prose ul dd,.s-prose ol ul,.s-prose ul ul,.s-prose ol ol,.s-prose ul ol{margin-bottom:var(--s-prose-spacing-condensed)}.s-prose ol pre,.s-prose ul pre{margin-bottom:calc(var(--s-prose-spacing-condensed) + .1em)}.s-prose ol li,.s-prose ul li{margin-bottom:var(--s-prose-spacing-condensed)}.s-prose ol li:last-child,.s-prose ul li:last-child{margin-bottom:0}.s-prose li>ul,.s-prose li>ol{margin-top:var(--s-prose-spacing-condensed)}.s-prose .s-table-container{margin-bottom:var(--s-prose-spacing)}.s-prose .s-link-preview{margin-bottom:var(--s-prose-spacing)}.s-prose dl{margin-top:0;margin-bottom:var(--s-prose-spacing)}.s-prose dt{font-weight:bold}.s-prose dd{margin:0;margin-bottom:var(--s-prose-spacing);padding:0}.s-prose dd:last-child{margin-bottom:0}.s-prose .youtube-embed{width:100%;max-width:640px;position:relative}.s-prose .youtube-embed>div{width:100%;height:35px;padding-bottom:56.25%;position:relative}.s-prose .youtube-embed>div iframe{position:absolute;width:100%;height:100%}.s-prose .soundcloud-embed iframe{width:100%;max-width:640px;height:116px}.s-prose blockquote,.s-prose q{quotes:none}.s-prose blockquote{position:relative;margin:0 1em var(--s-prose-spacing) 1em;padding:.8em .8em .8em 1em;color:var(--black-600)}.s-prose blockquote:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;width:var(--su4);border-radius:var(--su-static8);background:var(--black-150)}body.theme-highcontrast .s-prose blockquote:before{background:var(--black-600)}.s-prose blockquote blockquote{margin-left:0}.s-prose blockquote *:last-child{margin-bottom:0}.s-prose li blockquote{margin-top:var(--s-prose-spacing-condensed)}.s-prose .spoiler{background:var(--black-050);border-radius:var(--br-md);color:var(--black-800);cursor:pointer;min-height:var(--su-static48)}.s-prose .spoiler>*{visibility:hidden;opacity:0;transition:opacity .1s ease-in-out}.s-prose .spoiler.is-visible{cursor:auto}.s-prose .spoiler.is-visible>*{visibility:visible;opacity:1}.s-prose .spoiler.is-visible:after{opacity:0}.s-prose .spoiler:after{content:attr(data-spoiler) " ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' fill='rgb(132, 141, 149)' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 17A8 8 0 119 1a8 8 0 010 16zM8 4v6h2V4H8zm0 8v2h2v-2H8z'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right;font-size:var(--fs-body1);color:var(--black-500);padding-right:22px;position:absolute;top:1em;right:1em;transition:opacity .1s ease-in-out;pointer-events:none}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .s-prose .spoiler:after{top:9px}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .s-prose .spoiler:after{top:9px}}.s-prose kbd{display:inline-block;margin:0 .1em;padding:.1em .6em;font-family:var(--ff-sans);font-size:var(--fs-fine);line-height:var(--s-prose-line-height);color:var(--black-800);text-shadow:0 1px 0 var(--white);background-color:var(--black-075);border:1px solid var(--black-300);border-radius:var(--br-sm);box-shadow:0 1px 1px hsla(210,8%,5%,0.15),inset 0 1px 0 0 hsl(0,0%,100%);overflow-wrap:break-word}@media (prefers-color-scheme:dark){body.theme-system .s-prose kbd{box-shadow:0 1px 1px hsla(210,8%,5%,0.8);border-color:transparent;border-top-color:hsl(210,8%,45%)}}body.theme-dark .s-prose kbd,.theme-dark__forced .s-prose kbd,body.theme-system .theme-dark__forced .s-prose kbd{box-shadow:0 1px 1px hsla(210,8%,5%,0.8);border-color:transparent;border-top-color:hsl(210,8%,45%)}.s-prose *:not(.s-code-block)>code{padding:var(--su2) var(--su4);color:var(--black-800);background-color:var(--black-075);border-radius:var(--br-sm)}.s-prose *:not(.s-code-block)>a code{color:var(--theme-link-color)}.s-prose pre{margin-top:0;margin-bottom:calc(var(--s-prose-spacing) + .4em)}.s-prose pre:not(.s-code-block){padding:var(--su12);color:var(--highlight-color);width:auto;max-height:600px;overflow:auto;font-size:var(--fs-body1);line-height:var(--lh-md);background-color:var(--highlight-bg);border-radius:var(--br-md);scrollbar-color:var(--scrollbar) transparent}.s-prose pre:not(.s-code-block) code{background-color:transparent;padding:0;border-radius:0}.s-prose pre:not(.s-code-block)::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-prose pre:not(.s-code-block)::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-prose pre:not(.s-code-block)::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.s-prose pre:not(.s-code-block)::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.s-prose.s-prose__xs{font-size:var(--fs-caption);line-height:var(--lh-sm)}.s-prose.s-prose__sm{font-size:var(--fs-body1);line-height:var(--lh-md)}.s-prose.s-prose__md{font-size:var(--fs-body3);line-height:var(--lh-xl)}.s-prose.s-prose__xs h1,.s-prose.s-prose__sm h1,.s-prose.s-prose__md h1{font-size:var(--fs-headline1-relative)}.s-prose.s-prose__xs h2,.s-prose.s-prose__sm h2,.s-prose.s-prose__md h2{font-size:var(--fs-title-relative)}.s-prose.s-prose__xs h3,.s-prose.s-prose__sm h3,.s-prose.s-prose__md h3{font-size:var(--fs-subheading-relative)}.s-prose.s-prose__xs h4,.s-prose.s-prose__sm h4,.s-prose.s-prose__md h4{font-size:var(--fs-body3-relative)}.s-prose.s-prose__xs h5,.s-prose.s-prose__sm h5,.s-prose.s-prose__md h5{font-size:var(--fs-body2-relative)}.s-spinner{position:relative;width:var(--su-static24);height:var(--su-static24);text-align:left}.s-spinner:before,.s-spinner:after{content:'';position:absolute;width:100%;height:100%;border:3px solid currentColor;border-radius:var(--br-circle)}.s-spinner:before{opacity:.25;transform:rotate(90deg)}.s-spinner:after{border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;animation:s-spinner-rotate .9s infinite cubic-bezier(.5, .1, .5, .9)}.s-spinner.s-spinner__xs{width:var(--su-static12);height:var(--su-static12)}.s-spinner.s-spinner__xs:before,.s-spinner.s-spinner__xs:after{border-width:1px}.s-spinner.s-spinner__sm{width:var(--su-static16);height:var(--su-static16)}.s-spinner.s-spinner__sm:before,.s-spinner.s-spinner__sm:after{border-width:var(--su-static2)}.s-spinner.s-spinner__md{width:var(--su-static32);height:var(--su-static32)}.s-spinner.s-spinner__md:before,.s-spinner.s-spinner__md:after{border-width:var(--su-static4)}.s-spinner.s-spinner__lg{width:var(--su-static48);height:var(--su-static48)}.s-spinner.s-spinner__lg:before,.s-spinner.s-spinner__lg:after{border-width:var(--su-static6)}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.s-spinner,.s-spinner:before,.s-spinner:after{box-shadow:0 0 0 2px transparent}}}@keyframes s-spinner-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.s-table-container{overflow-x:auto;scrollbar-color:var(--scrollbar) transparent}.s-table-container::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-table-container::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-table-container::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.s-table-container::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.s-table{display:table;width:100%;max-width:100%;border-collapse:collapse;border-spacing:0;font-size:var(--fs-body1)}.s-table th,.s-table td{padding:var(--su8);border-top:1px solid var(--bc-medium);border-left:1px solid var(--bc-medium);border-right:1px solid var(--bc-medium);vertical-align:middle;color:var(--fc-medium);text-align:left}.s-table th.s-table--bulk,.s-table td.s-table--bulk{width:calc(var(--su32) - var(--su2))}.s-table th .s-checkbox,.s-table td .s-checkbox{display:block}.s-table th{font-weight:bold;color:var(--fc-dark)}.s-table thead th{vertical-align:bottom;white-space:nowrap;background-color:var(--black-025);line-height:var(--lh-sm)}.s-table tbody th{font-weight:normal}.s-table tr:last-of-type td,.s-table tr:last-of-type th{border-bottom:1px solid var(--bc-medium)}.s-table tbody+tbody{border-top:var(--su-static2) solid var(--bc-medium)}.s-table.va-top th,.s-table.va-top td{vertical-align:top}.s-table.va-middle th,.s-table.va-middle td{vertical-align:middle}.s-table.va-bottom th,.s-table.va-bottom td{vertical-align:bottom}.s-table.ta-left th,.s-table.ta-left td{text-align:left}.s-table.ta-center th,.s-table.ta-center td{text-align:center}.s-table.ta-right th,.s-table.ta-right td{text-align:right}.s-table.ta-justify th,.s-table.ta-justify td{text-align:justify}.s-table.s-table__stripes thead th{background-color:var(--black-050)}.s-table.s-table__stripes tbody tr:nth-child(even){background-color:var(--black-025)}.s-table.s-table__sm th,.s-table.s-table__sm td{padding:var(--su4)}.s-table.s-table__lg th,.s-table.s-table__lg td{padding:var(--su12)}.s-table.s-table__b0 th,.s-table.s-table__b0 td,.s-table.s-table__b0 tr:last-of-type th,.s-table.s-table__b0 tr:last-of-type td{border-color:transparent}.s-table.s-table__b0 thead th{background-color:transparent;text-transform:initial;font-size:inherit;letter-spacing:initial}.s-table.s-table__b0 tbody+tbody{border-color:transparent;border-width:var(--su-static12)}.s-table.s-table__bx tr>*:not(:first-child){border-left-color:transparent}.s-table.s-table__bx tr>*:not(:last-child){border-right-color:transparent}.s-table.s-table__bx-simple th,.s-table.s-table__bx-simple td{border-left-color:transparent;border-right-color:transparent}.s-table.s-table__bx-simple thead th{border-top-color:transparent;border-bottom-color:var(--bc-darker);background-color:transparent;text-transform:initial;font-size:inherit;letter-spacing:initial}.s-table.s-table__bx-simple tbody tr:first-of-type th,.s-table.s-table__bx-simple tbody tr:first-of-type td{border-top-color:transparent}.s-table.s-table__bx-simple tbody tr:last-of-type th,.s-table.s-table__bx-simple tbody tr:last-of-type td{border-bottom-color:transparent}.s-table.s-table__bx-simple tfoot th,.s-table.s-table__bx-simple tfoot td{border-bottom-color:transparent}.s-table .s-table--totals th,.s-table .s-table--totals td{padding-top:var(--su12);font-size:var(--fs-subheading);font-weight:bold}.s-table.s-table__sortable thead th{color:var(--fc-light);cursor:pointer}.s-table.s-table__sortable thead th a{color:inherit}.s-table.s-table__sortable thead th.is-sorted{color:var(--black-900)}.s-table td.s-table--progress{border-right:none;text-align:right}.s-table td.s-table--progress-bar{border-left:none;padding-left:0;width:120px}.s-table tr.is-disabled{background-color:var(--black-025)}.s-table tr.is-disabled th:not(.is-enabled),.s-table tr.is-disabled td:not(.is-enabled){opacity:.3}body.theme-highcontrast .s-table tr.is-disabled th:not(.is-enabled),body.theme-highcontrast .s-table tr.is-disabled td:not(.is-enabled){opacity:.8}.s-table--cell1{width:8.33333333%}.s-table--cell2{width:16.66666667%}.s-table--cell3{width:25%}.s-table--cell4{width:33.33333333%}.s-table--cell5{width:41.66666667%}.s-table--cell6{width:50%}.s-table--cell7{width:58.33333333%}.s-table--cell8{width:66.66666667%}.s-table--cell9{width:75%}.s-table--cell10{width:83.33333333%}.s-table--cell11{width:91.66666667%}.s-table--cell12{width:100%}.s-toggle-switch{position:relative}.s-toggle-switch input[type="checkbox"]{margin:0;opacity:0;position:absolute;left:0;top:0;width:44px;height:24px;cursor:pointer}.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator{pointer-events:none;outline:0;display:block;width:44px;height:24px;position:relative;background:var(--black-300);border-radius:1000px;padding:3px;transition:left .2s ease}.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator:after,.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator:before{position:relative;display:block;content:"";width:50%;height:100%}.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator:after{left:0;border-radius:50%;background:hsl(0,0%,100%);transition:left .1s ease}body.theme-highcontrast .s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator:after{background:var(--white)}.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator:before{display:none}.s-toggle-switch input[type="checkbox"]:checked+.s-toggle-switch--indicator{background:var(--green-400)}.s-toggle-switch input[type="checkbox"]:checked+.s-toggle-switch--indicator:after{left:50%}.s-toggle-switch input[type="checkbox"]:focus+.s-toggle-switch--indicator{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-toggle-switch input[type="checkbox"]:checked:focus+.s-toggle-switch--indicator{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-success)}.s-toggle-switch.s-toggle-switch__multiple{display:flex;align-items:stretch}.s-toggle-switch.s-toggle-switch__multiple input[type="radio"]{position:absolute;left:-999em;opacity:0;margin:0}.s-toggle-switch.s-toggle-switch__multiple label{width:100%;margin:0;padding:.5em .7em;border-radius:1000px;color:var(--black-500);font-size:var(--fs-body1);font-weight:400;line-height:1;text-align:center;white-space:nowrap;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.s-toggle-switch.s-toggle-switch__multiple input[type="radio"]:checked+label.s-toggle-switch--label-off{background-color:var(--black-300);color:hsl(0,0%,100%)}body.theme-highcontrast .s-toggle-switch.s-toggle-switch__multiple input[type="radio"]:checked+label.s-toggle-switch--label-off{color:var(--white)}.s-toggle-switch.s-toggle-switch__multiple input[type="radio"]:checked+label:not(.s-toggle-switch--label-off){background-color:var(--green-400);color:hsl(0,0%,100%)}body.theme-highcontrast .s-toggle-switch.s-toggle-switch__multiple input[type="radio"]:checked+label:not(.s-toggle-switch--label-off){color:var(--white)}.s-toggle-switch.s-toggle-switch__multiple input[type="radio"]:checked:focus+label.s-toggle-switch--label-off{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-toggle-switch.s-toggle-switch__multiple input[type="radio"]:checked:focus+label:not(.s-toggle-switch--label-off){box-shadow:0 0 0 var(--su-static4) var(--focus-ring-success)}.s-topbar{min-width:auto;box-shadow:var(--bs-sm);width:100%;z-index:var(--zi-navigation-fixed);background-color:var(--theme-topbar-background-color);height:var(--theme-topbar-height);display:flex;border-top:var(--theme-topbar-accent-border);position:relative;align-items:center}body.theme-highcontrast .s-topbar{--theme-topbar-search-color:var(--theme-topbar-item-color);--theme-topbar-search-background:var(--theme-topbar-background-color);--theme-topbar-search-placeholder:var(--theme-topbar-item-color);--theme-topbar-search-border:var(--theme-topbar-item-color);--theme-topbar-search-border-focus:var(--theme-topbar-item-color);--theme-topbar-select-color:var(--theme-topbar-item-color);--theme-topbar-select-background:var(--theme-topbar-background-color);--theme-topbar-item-color:var(--black-800);--theme-topbar-item-color-hover:var(--black-900);--theme-topbar-item-background-hover:var(--black-200);--theme-topbar-item-color-current:var(--black)}body.theme-highcontrast .s-topbar{border-bottom:1px solid currentColor}.s-topbar .s-topbar--container{width:var(--s-full);max-width:100%;height:100%;display:flex;margin:0 auto;align-items:center}.s-topbar .s-topbar--logo{padding:0 var(--su8);height:100%;display:flex;align-items:center;background-color:transparent}.s-topbar a.s-topbar--logo:hover{background-color:var(--theme-topbar-item-background-hover)}.s-topbar a.s-topbar--logo.is-selected{background-color:var(--theme-topbar-item-background-hover)}.s-topbar .s-topbar--menu-btn{display:flex;height:100%;padding:0 var(--su16);flex-shrink:0;align-items:center;justify-content:center}.s-topbar .s-topbar--menu-btn span,.s-topbar .s-topbar--menu-btn span:before,.s-topbar .s-topbar--menu-btn span:after{width:var(--su-static16);height:var(--su-static2);background-color:var(--theme-topbar-item-color);position:relative}.s-topbar .s-topbar--menu-btn span:before,.s-topbar .s-topbar--menu-btn span:after{position:absolute;content:'';left:0;top:-5px;transition:top, transform;transition-duration:.1s;transition-timing-function:ease-in-out}.s-topbar .s-topbar--menu-btn span:after{top:5px}.s-topbar .s-topbar--menu-btn.is-selected{color:var(--theme-topbar-item-color-current);background-color:var(--theme-topbar-item-background-current)}.s-topbar .s-topbar--menu-btn.is-selected span{background-color:transparent}.s-topbar .s-topbar--menu-btn.is-selected span:before,.s-topbar .s-topbar--menu-btn.is-selected span:after{top:0;transform:rotate(-45deg)}.s-topbar .s-topbar--menu-btn.is-selected span:after{transform:rotate(45deg)}.s-topbar .s-topbar--menu-btn:hover{color:var(--theme-topbar-item-color-hover);background-color:var(--theme-topbar-item-background-hover)}.s-topbar .s-navigation .s-navigation--item:not(.is-selected){color:var(--theme-topbar-item-color)}.s-topbar .s-navigation .s-navigation--item:not(.is-selected):hover{color:var(--theme-topbar-item-color-hover);background-color:var(--theme-topbar-item-background-hover)}.s-topbar__light{--theme-topbar-background-color:hsl(210,8%,97.5%);--theme-topbar-search-color:hsl(210,8%,25%);--theme-topbar-search-background:hsl(0,0%,100%);--theme-topbar-search-placeholder:hsl(210,8%,75%);--theme-topbar-search-border:hsl(210,8%,75%);--theme-topbar-search-border-focus:hsl(206,90%,69.5%);--theme-topbar-search-shadow-focus:0 0 0 var(--su-static4) var(--focus-ring);--theme-topbar-select-color:hsl(210,8%,25%);--theme-topbar-select-background:hsl(210,8%,95%);--theme-topbar-item-color:hsl(210,8%,35%);--theme-topbar-item-color-hover:hsl(210,8%,15%);--theme-topbar-item-background-hover:hsl(210,8%,90%);--theme-topbar-item-color-current:hsl(210,8%,5%);--theme-topbar-item-border-current:var(--theme-primary-color);--scrollbar:hsla(0,0%,0%,0.2)}body.theme-highcontrast .s-topbar__light{--theme-topbar-item-color:hsl(210,8%,15%);--theme-topbar-item-color-hover:hsl(210,8%,5%);--theme-topbar-item-background-hover:hsl(210,8%,90%);--theme-topbar-item-color-current:hsl(210,8%,5%)}.s-topbar__dark{--theme-topbar-background-color:hsl(210,8%,15%);--theme-topbar-search-color:hsl(0,0%,100%);--theme-topbar-search-background:hsl(210,8%,25%);--theme-topbar-search-placeholder:hsl(210,8%,85%);--theme-topbar-search-border:hsl(210,8%,45%);--theme-topbar-search-border-focus:hsl(210,8%,70%);--theme-topbar-search-shadow-focus:0 0 0 var(--su-static4) hsla(0,0%,100%,0.3);--theme-topbar-select-color:hsl(210,8%,85%);--theme-topbar-select-background:hsl(210,8%,35%);--theme-topbar-item-color:hsl(210,8%,85%);--theme-topbar-item-color-hover:hsl(0,0%,100%);--theme-topbar-item-background-hover:hsl(210,8%,25%);--theme-topbar-item-color-current:hsl(0,0%,100%);--theme-topbar-item-border-current:var(--theme-primary-color);--theme-topbar-accent-border:none;--scrollbar:hsla(0,0%,100%,0.2)}body.theme-highcontrast .s-topbar__dark{--theme-topbar-item-color:hsl(0,0%,100%);--theme-topbar-item-color-hover:hsl(0,0%,100%);--theme-topbar-item-background-hover:hsl(210,8%,25%);--theme-topbar-item-color-current:hsl(0,0%,100%)}body.theme-highcontrast .s-topbar__dark .s-badge{border-color:currentColor}.s-topbar .s-topbar--content{display:flex;height:100%;list-style:none;margin:0;padding:0;overflow-x:auto;scrollbar-color:var(--scrollbar) transparent;margin-left:auto}.s-topbar .s-topbar--content>li{display:inline-flex}.s-topbar .s-topbar--content::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-topbar .s-topbar--content::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.s-topbar .s-topbar--content::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.s-topbar .s-topbar--content::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset){color:var(--theme-topbar-item-color);display:inline-flex;align-items:center;padding:0 calc(var(--su12) - var(--su2));text-decoration:none;white-space:nowrap;position:relative}.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset):hover,.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset):focus,.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset).is-selected,.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset).is-selected:hover,.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset).is-selected:focus{color:var(--theme-topbar-item-color-hover);background-color:var(--theme-topbar-item-background-hover);text-decoration:none;outline:none}.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset):hover .s-activity-indicator,.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset):focus .s-activity-indicator,.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset).is-selected .s-activity-indicator,.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset).is-selected:hover .s-activity-indicator,.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset).is-selected:focus .s-activity-indicator{top:calc(50% - 18px);box-shadow:0 0 0 var(--su-static2) var(--theme-topbar-item-background-hover)}.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset) .svg-icon{vertical-align:text-top}.s-topbar .s-topbar--content .s-topbar--item:not(.s-topbar--item__unset) .s-activity-indicator{position:absolute;top:calc(50% - 14px);right:2px;transition:top var(--te-smooth) .15s;box-shadow:0 0 0 var(--su-static2) var(--theme-topbar-background-color)}.s-topbar .s-topbar--content .s-topbar--item__unset{align-self:center;padding-top:var(--su8);padding-bottom:var(--su8)}.s-topbar--notice{text-transform:uppercase;font-size:var(--fs-fine);font-weight:700;margin-left:var(--su8);margin-right:var(--su8);flex-shrink:0;border-color:transparent;background-color:transparent;color:var(--theme-topbar-item-color)}.s-topbar--notice:hover,.s-topbar--notice:focus{border-color:var(--theme-topbar-item-background-hover);background-color:var(--theme-topbar-item-background-hover);color:var(--theme-topbar-item-color-hover)}.s-topbar--notice.is-unread{border-color:var(--theme-primary-color);background-color:var(--theme-primary-color);color:var(--white)}.s-topbar--notice.is-unread:hover,.s-topbar--notice.is-unread:focus{border-color:var(--theme-primary-600);background-color:var(--theme-primary-600);color:var(--white)}.s-topbar .s-topbar--searchbar{padding:0 var(--su8);display:flex;align-items:center;flex-shrink:10000;flex-grow:1}.s-topbar .s-topbar--searchbar .s-topbar--searchbar--input-group{position:relative;flex-grow:1}.s-topbar .s-topbar--searchbar .s-topbar--searchbar--input-group .s-input{border-color:var(--theme-topbar-search-border);background-color:var(--theme-topbar-search-background);box-shadow:var(--theme-topbar-search-shadow);color:var(--theme-topbar-search-color);display:block;line-height:var(--lh-sm)}.s-topbar .s-topbar--searchbar .s-topbar--searchbar--input-group .s-input:focus{border-color:var(--theme-topbar-search-border-focus);box-shadow:var(--theme-topbar-search-shadow-focus)}.s-topbar .s-topbar--searchbar .s-topbar--searchbar--input-group .s-input::placeholder{color:var(--theme-topbar-search-placeholder);font-style:normal}.s-topbar .s-topbar--searchbar .s-topbar--searchbar--input-group .s-input-icon{color:var(--theme-topbar-search-placeholder)}.s-topbar .s-topbar--searchbar .s-select{max-width:calc(var(--s-step) * 2) !important;align-self:stretch;margin-right:-1px;color:var(--theme-topbar-select-color)}.s-topbar .s-topbar--searchbar .s-select:before,.s-topbar .s-topbar--searchbar .s-select:after{z-index:var(--zi-active)}.s-topbar .s-topbar--searchbar .s-select>select{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;height:100%;line-height:var(--lh-sm);border-color:var(--theme-topbar-search-border);background-color:var(--theme-topbar-select-background);color:var(--theme-topbar-select-color)}.s-topbar .s-topbar--searchbar .s-select>select:focus{border-color:var(--theme-topbar-search-border-focus);box-shadow:var(--theme-topbar-search-shadow-focus);z-index:var(--zi-selected)}.s-topbar .s-topbar--searchbar .s-select+.s-topbar--searchbar--input-group>.s-input{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .s-topbar .s-topbar--searchbar{display:none;position:absolute;left:0;right:0;top:100%;max-width:100%;padding:var(--su8) var(--su12);background:var(--theme-topbar-item-background-hover)}html.html__responsive:not(.html__unpinned-leftnav) .s-topbar .s-topbar--searchbar.s-topbar--searchbar__open{display:flex;max-width:none}html.html__responsive:not(.html__unpinned-leftnav) .s-topbar .s-topbar--searchbar .s-select{width:25% !important}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .s-topbar .s-topbar--searchbar{display:none;position:absolute;left:0;right:0;top:100%;max-width:100%;padding:var(--su8) var(--su12);background:var(--theme-topbar-item-background-hover)}html.html__responsive.html__unpinned-leftnav .s-topbar .s-topbar--searchbar.s-topbar--searchbar__open{display:flex;max-width:none}html.html__responsive.html__unpinned-leftnav .s-topbar .s-topbar--searchbar .s-select{width:25% !important}}.s-uploader{align-items:center;background-color:var(--black-025);border-radius:var(--br-lg);display:flex;min-height:var(--su-static128);justify-content:center;padding:var(--su8) var(--su16);position:relative;text-align:center}.s-uploader:before{--s-uploader-background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23000000' stroke-width='8' stroke-dasharray='7%2c 22' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--black-150);-webkit-mask-image:var(--s-uploader-background-image);mask-image:var(--s-uploader-background-image);border-radius:var(--br-lg)}body.theme-highcontrast .s-uploader:before{background-color:var(--black-400)}.s-uploader.has-error{background-color:var(--red-050)}.s-uploader.has-error:before{background-color:var(--red-400)}body.theme-highcontrast .s-uploader.has-error:before{background-color:var(--red-400)}.s-uploader.has-error .s-link{color:var(--red-900)}.s-uploader.has-success{background-color:var(--green-025)}.s-uploader.has-success:before{background-color:var(--green-400)}body.theme-highcontrast .s-uploader.has-success:before{background-color:var(--green-400)}.s-uploader.has-success .s-link{color:var(--green-900)}.s-uploader.has-warning{background-color:var(--yellow-050)}.s-uploader.has-warning:before{background-color:var(--yellow-400)}body.theme-highcontrast .s-uploader.has-warning:before{background-color:var(--yellow-400)}.s-uploader.has-warning .s-link{color:var(--yellow-900)}.s-uploader.is-active{background-color:var(--black-050)}.s-uploader.is-active:before{background-color:var(--black-200)}body.theme-highcontrast .s-uploader.is-active:before{background-color:var(--black)}.s-uploader.is-disabled{opacity:.5}.s-uploader input[type="file"]::file-selector-button{cursor:pointer}.s-uploader .s-uploader--input{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.s-uploader .s-uploader--input:focus:focus-visible+.s-uploader--container{background-color:var(--black-050);box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}.s-uploader .s-uploader--preview{max-width:100%;pointer-events:none}.s-uploader .s-uploader--preview-thumbnail{background-color:var(--white);border-radius:var(--br-sm);box-shadow:var(--bs-md);max-height:var(--su-static128);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.theme-highcontrast .s-uploader .s-uploader--preview-thumbnail{border:1px solid var(--black)}.s-uploader .s-uploader--preview-thumbnail:is(img){object-fit:scale-down;object-position:center}.s-uploader .s-uploader--preview-thumbnail:not(img){padding:var(--su16)}.s-uploader .s-uploader--previews{max-width:100%;text-align:left}.s-uploader .s-uploader--previews.has-multiple{display:block;height:auto;padding:var(--su8) var(--su2);width:100%}.s-uploader .s-uploader--previews.has-multiple .s-uploader--preview{align-items:center;display:flex;padding:var(--su6) 0;width:100%}.s-uploader .s-uploader--previews.has-multiple .s-uploader--preview:after{content:attr(data-filename);display:block;margin-left:var(--su12);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.s-uploader .s-uploader--previews.has-multiple .s-uploader--preview-thumbnail{color:transparent;height:var(--su-static32);flex-shrink:0;width:var(--su-static32)}.s-uploader .s-uploader--previews.has-multiple .s-uploader--preview-thumbnail:is(img){object-fit:cover}.s-uploader .s-uploader--previews.has-multiple .s-uploader--preview-thumbnail:not(img){--s-uploader--preview-document-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' fill='%23535A60' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M3 3a2 2 0 012-2h6l4 4v10a2 2 0 01-2 2H5a2 2 0 01-2-2V3zm7-1.5V6h4.5L10 1.5z'%3E%3C/path%3E%3C/svg%3E");background-image:var(--s-uploader--preview-document-icon);background-position:center;background-repeat:no-repeat}.s-uploader .s-uploader--previews-heading{color:var(--black-900);font-size:var(--fs-body2);font-weight:600;padding-bottom:var(--su8)}.s-uploader .s-uploader--reset{position:absolute;right:var(--su8);top:var(--su8);z-index:var(--zi-active)}.s-user-card{display:grid;grid-template-columns:auto 1fr;column-gap:var(--su8);row-gap:var(--su4);align-items:center;line-height:1;padding:var(--su8)}.s-user-card.s-user-card__highlighted{background-color:var(--theme-secondary-050);border-radius:var(--br-md)}.s-user-card.s-user-card__highlighted .s-user-card--type{color:var(--black-700)}.s-user-card.s-user-card__full{align-items:start}.s-user-card.s-user-card__full .s-user-card--link{font-size:var(--fs-body2)}.s-user-card.s-user-card__deleted{color:var(--black-500)}.s-user-card.s-user-card__small{display:flex;align-items:center;gap:var(--su4);padding:0}.s-user-card.s-user-card__small .s-user-card--info{flex-direction:row;align-items:center}.s-user-card.s-user-card__minimal{display:flex;align-items:center;gap:var(--su4);padding:0}.s-user-card.s-user-card__minimal .s-user-card--time{white-space:nowrap}.s-user-card.s-user-card__minimal .s-user-card--link{white-space:nowrap}.s-user-card.s-user-card__minimal .s-user-card--rep{color:var(--black-600)}.s-user-card.s-user-card__minimal .s-user-card--info{flex-direction:row;align-items:center}.s-user-card .s-user-card--type{grid-column:1 / 3;font-size:var(--fs-caption);color:var(--theme-primary-400)}.s-user-card .s-user-card--type a{color:inherit}.s-user-card--time{grid-column:1 / 3;grid-row:1 / 2;color:var(--black-500);font-size:var(--fs-caption)}.s-user-card--info{display:flex;flex-direction:column;gap:var(--su4)}.s-user-card--link{min-width:0;font-size:var(--fs-caption);align-items:center;flex-wrap:wrap;overflow-wrap:break-word}.s-user-card--awards{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:var(--su6)}.s-user-card--awards li{font-size:var(--fs-caption)}.s-user-card--rep{font-weight:700}.s-user-card--location,.s-user-card--role{font-size:var(--fs-caption);color:var(--black-500)}.s-user-card--tags{min-width:0;align-items:center;flex-wrap:wrap}.s-sidebarwidget{--s-sidebarwidget-content-padding:calc(var(--su16) - var(--su1));--s-sidebarwidget-content-inner-spacing:var(--su12);--s-sidebarwidget-content-outer-spacing:var(--su16);--s-sidebarwidget-outer-border-color:var(--bc-medium);--s-sidebarwidget-content-separator-color:var(--bc-light);--s-sidebarwidget-header-background-color:var(--black-025);position:relative;border:1px solid var(--s-sidebarwidget-outer-border-color);border-radius:var(--br-sm);box-shadow:var(--bs-sm);font-size:var(--fs-body1);background-color:var(--white)}.s-sidebarwidget:not(.s-anchors) a:not(.button):not(.s-btn):not(.post-tag):not(.s-sidebarwidget--action):not(.s-user-card--link),.s-sidebarwidget:not(.s-anchors) a:not(.button):not(.s-btn):not(.post-tag):not(.s-sidebarwidget--action):not(.s-user-card--link):visited{color:var(--black-500)}.s-sidebarwidget:before{content:'';display:block;margin-top:-1px}.s-sidebarwidget:after{content:'';position:absolute;top:-1px;right:-1px;left:-1px;height:calc(2px + var(--br-sm));border-top:1px solid var(--s-sidebarwidget-outer-border-color);border-radius:var(--br-sm);pointer-events:none}@supports ((-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%))) or (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)){.s-sidebarwidget:after{-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);clip-path:polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);border:1px solid var(--s-sidebarwidget-outer-border-color)}}.s-sidebarwidget--header,.s-sidebarwidget--content{border-top:1px solid var(--s-sidebarwidget-content-separator-color)}.s-sidebarwidget--header:active,.s-sidebarwidget--content:active{outline:none}.s-sidebarwidget--header{padding:var(--s-sidebarwidget-content-inner-spacing) var(--s-sidebarwidget-content-padding);background:var(--s-sidebarwidget-header-background-color);color:var(--black-600);font-size:var(--fs-body2);font-weight:normal}.s-sidebarwidget--header:first-child{border-top-left-radius:var(--br-sm);border-top-right-radius:var(--br-sm)}.s-sidebarwidget--header.s-sidebarwidget__small-bold-text{font-size:var(--fs-caption);font-weight:bold}.s-sidebarwidget--header.s-sidebarwidget__small-bold-text .-action{font-weight:normal;line-height:calc(1.3 * var(--fs-caption))}.s-sidebarwidget--header.s-sidebarwidget__expanding-control{cursor:pointer}.s-sidebarwidget--header.s-sidebarwidget__expanding-control:before{content:'';float:left;margin-top:calc(1.3em / 2 - 5px);margin-right:var(--su12);border:5px solid transparent;border-left-color:var(--bc-darker);border-right-width:0;transition:-webkit-transform .3s cubic-bezier(.4, .4, .6, 1);transition:transform .3s cubic-bezier(.4, .4, .6, 1);transition:transform .3s cubic-bezier(.4, .4, .6, 1),-webkit-transform .3s cubic-bezier(.4, .4, .6, 1)}.s-sidebarwidget--header.s-sidebarwidget__expanding-control[aria-expanded='true']:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.s-sidebarwidget--action{float:right;margin:0 0 var(--su4) var(--su8);color:var(--blue);font-size:var(--fs-fine);line-height:19.5px}table.s-sidebarwidget--content.s-sidebarwidget__items{padding:calc(var(--s-sidebarwidget-content-outer-spacing) - var(--s-sidebarwidget-content-inner-spacing)) calc(var(--s-sidebarwidget-content-padding) - var(--s-sidebarwidget-content-inner-spacing));border-collapse:separate;border-spacing:var(--s-sidebarwidget-content-inner-spacing)}table.s-sidebarwidget--content.s-sidebarwidget__items tr.-item{display:table-row}table.s-sidebarwidget--content.s-sidebarwidget__items tr.-item td{padding:0}.s-sidebarwidget--content:not(table):not(.s-sidebarwidget__items){display:flex}.s-sidebarwidget--content:not(table):not(.s-sidebarwidget__block-items) .s-sidebarwidget--item{display:flex}.s-sidebarwidget--content{margin:0;padding:var(--s-sidebarwidget-content-outer-spacing) var(--s-sidebarwidget-content-padding)}.s-sidebarwidget--content.s-sidebarwidget__items{display:block;padding:calc(var(--s-sidebarwidget-content-outer-spacing) - var(--s-sidebarwidget-content-inner-spacing)) var(--s-sidebarwidget-content-padding)}.s-sidebarwidget--content.s-sidebarwidget__items.s-sidebarwidget__block-items .s-sidebarwidget--item{display:block !important}.s-sidebarwidget--item{margin:var(--s-sidebarwidget-content-inner-spacing) 0}.s-sidebarwidget--item[aria-current="true"],.s-sidebarwidget--item>:first-child[aria-current="true"],.s-sidebarwidget--item[aria-current="page"],.s-sidebarwidget--item>:first-child[aria-current="page"]{position:relative;color:var(--black);font-weight:bold}.s-sidebarwidget--item[aria-current="true"]:before,.s-sidebarwidget--item>:first-child[aria-current="true"]:before,.s-sidebarwidget--item[aria-current="page"]:before,.s-sidebarwidget--item>:first-child[aria-current="page"]:before{content:'';position:absolute;left:0;height:calc(100% + var(--s-sidebarwidget-content-inner-spacing));margin-top:calc(var(--s-sidebarwidget-content-inner-spacing) / 2 * -1);margin-left:calc(var(--s-sidebarwidget-content-padding) * -1 - 1px);border-left-width:3px;border-left-style:solid}.s-sidebarwidget--item[aria-current="true"] a,.s-sidebarwidget--item>:first-child[aria-current="true"] a,.s-sidebarwidget--item[aria-current="page"] a,.s-sidebarwidget--item>:first-child[aria-current="page"] a,.s-sidebarwidget--item[aria-current="true"] a:visited,.s-sidebarwidget--item>:first-child[aria-current="true"] a:visited,.s-sidebarwidget--item[aria-current="page"] a:visited,.s-sidebarwidget--item>:first-child[aria-current="page"] a:visited{color:inherit}.s-sidebarwidget--subnav{list-style-type:none;padding-left:0;margin-left:var(--su8)}.s-sidebarwidget--subnav li{margin-top:12px;padding-left:16px;background-position:0 calc((1.2em - 10px) / 2);background-repeat:no-repeat;background-size:auto 10px;background-image:url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22?%3E%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%207%2010%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m0.72153%200.68446%204.1336%204.3077-4.1336%204.3077%22%20fill%3D%22none%22%20stroke%3D%22var%28--black-100%29%22%20stroke-width%3D%222%22/%3E%3C/svg%3E")}.s-sidebarwidget--subnav li[aria-current="true"],.s-sidebarwidget--subnav li[aria-current="page"]{color:var(--black);font-weight:bold}.s-sidebarwidget--subnav li[aria-current="true"] a,.s-sidebarwidget--subnav li[aria-current="page"] a,.s-sidebarwidget--subnav li[aria-current="true"] a:visited,.s-sidebarwidget--subnav li[aria-current="page"] a:visited{color:inherit}.s-sidebarwidget__blue{border-color:var(--blue-200);background-color:var(--blue-050)}body.theme-highcontrast .s-sidebarwidget__blue{border-color:var(--blue-700)}.s-sidebarwidget__blue .s-sidebarwidget--header{background-color:var(--blue-100);color:var(--fc-medium)}.s-sidebarwidget__blue .s-sidebarwidget--header,.s-sidebarwidget__blue .s-sidebarwidget--content{border-color:var(--blue-200)}body.theme-highcontrast .s-sidebarwidget__blue .s-sidebarwidget--header,body.theme-highcontrast .s-sidebarwidget__blue .s-sidebarwidget--content{border-color:var(--blue-700)}.s-sidebarwidget__blue:after{border-color:var(--blue-200)}body.theme-highcontrast .s-sidebarwidget__blue:after{border-color:var(--blue-700)}.s-sidebarwidget__yellow{border-color:var(--yellow-200);background-color:var(--yellow-050)}body.theme-highcontrast .s-sidebarwidget__yellow{border-color:var(--yellow-700)}.s-sidebarwidget__yellow .s-sidebarwidget--header{background-color:var(--yellow-100);color:var(--fc-medium)}.s-sidebarwidget__yellow .s-sidebarwidget--header,.s-sidebarwidget__yellow .s-sidebarwidget--content{border-color:var(--yellow-200)}body.theme-highcontrast .s-sidebarwidget__yellow .s-sidebarwidget--header,body.theme-highcontrast .s-sidebarwidget__yellow .s-sidebarwidget--content{border-color:var(--yellow-700)}.s-sidebarwidget__yellow:after{border-color:var(--yellow-200)}body.theme-highcontrast .s-sidebarwidget__yellow:after{border-color:var(--yellow-700)}.s-sidebarwidget__green{border-color:var(--green-200);background-color:var(--green-050)}body.theme-highcontrast .s-sidebarwidget__green{border-color:var(--green-700)}.s-sidebarwidget__green .s-sidebarwidget--header{background-color:var(--green-100);color:var(--fc-medium)}.s-sidebarwidget__green .s-sidebarwidget--header,.s-sidebarwidget__green .s-sidebarwidget--content{border-color:var(--green-200)}body.theme-highcontrast .s-sidebarwidget__green .s-sidebarwidget--header,body.theme-highcontrast .s-sidebarwidget__green .s-sidebarwidget--content{border-color:var(--green-700)}.s-sidebarwidget__green:after{border-color:var(--green-200)}body.theme-highcontrast .s-sidebarwidget__green:after{border-color:var(--green-700)}@font-face{font-family:"Segoe UI Adjusted";src:local(Segoe UI);ascent-override:95%}@font-face{font-family:"Segoe UI Adjusted";src:local(Segoe UI Italic);ascent-override:95%;font-style:italic}@font-face{font-family:"Segoe UI Adjusted";src:local(Segoe UI Semibold);ascent-override:95%;font-weight:600}@font-face{font-family:"Segoe UI Adjusted";src:local(Segoe UI Semibold Italic);ascent-override:95%;font-style:italic;font-weight:600}@font-face{font-family:"Segoe UI Adjusted";src:local(Segoe UI Bold);ascent-override:90%;font-weight:700}@font-face{font-family:"Segoe UI Adjusted";src:local(Segoe UI Bold Italic);ascent-override:95%;font-style:italic;font-weight:700}@font-face{font-family:"Segoe UI Adjusted";src:local(Segoe UI Black);ascent-override:95%;font-weight:800}@font-face{font-family:"Segoe UI Adjusted";src:local(Segoe UI Black Italic);ascent-override:95%;font-style:italic;font-weight:800}html,body{--ff-sans:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;--ff-serif:Georgia,Cambria,"Times New Roman",Times,serif;--ff-mono:ui-monospace,"Cascadia Mono","Segoe UI Mono","Liberation Mono",Menlo,Monaco,Consolas,monospace;--theme-body-font-family:var(--ff-sans);--fs-fine:11px;--fs-caption:12px;--fs-body1:13px;--fs-body2:1.15384615rem;--fs-body3:1.30769231rem;--fs-subheading:1.46153846rem;--fs-title:1.61538462rem;--fs-headline1:2.07692308rem;--fs-headline2:2.61538461rem;--fs-display1:3.30769231rem;--fs-display2:4.23076923rem;--fs-display3:5.30769231rem;--fs-display4:7.61538461rem;--fs-body2-relative:1.15384615em;--fs-body3-relative:1.30769231em;--fs-subheading-relative:1.46153846em;--fs-title-relative:1.61538462em;--fs-headline1-relative:2.07692308em;--fs-headline2-relative:2.61538461em;--fs-display1-relative:3.30769231em;--fs-display2-relative:4.23076923em;--fs-display3-relative:5.30769231em;--fs-display4-relative:7.61538461em;--fs-base:13px;--stacks-internals-lh-unit:13;--lh-xs:1;--lh-sm:calc((var(--stacks-internals-lh-unit) + 2) / var(--stacks-internals-lh-unit));--lh-md:calc((var(--stacks-internals-lh-unit) + 4) / var(--stacks-internals-lh-unit));--lh-lg:calc((var(--stacks-internals-lh-unit) + 8) / var(--stacks-internals-lh-unit));--lh-xl:calc((var(--stacks-internals-lh-unit) + 12) / var(--stacks-internals-lh-unit));--lh-xxl:2;--lh-base:var(--lh-md);--lh-6:((var(--stacks-internals-lh-unit) + 6) / var(--stacks-internals-lh-unit))}body{--zi-hide:-1;--zi-base:0;--zi-selected:25;--zi-active:30;--zi-dropdown:1000;--zi-popovers:2000;--zi-tooltips:3000;--zi-banners:4000;--zi-navigation:5000;--zi-navigation-fixed:5050;--zi-modals-background:8050;--zi-modals:9000;--br-sm:3px;--br-md:5px;--br-lg:7px;--br-circle:50%;--te-smooth-slow:cubic-bezier(.25, .46, .45, .94);--te-smooth:cubic-bezier(.165, .84, .44, 1);--te-smooth-quick:cubic-bezier(.19, 1, .22, 1);--te-back-out:cubic-bezier(.175, .885, .32, 1.275);--te-back-in-out:cubic-bezier(.68, -0.55, .265, 1.55);--te-ease-in:cubic-bezier(.47, 0, .745, .715);--te-ease-in-out:cubic-bezier(.445, .05, .55, .95);--te-ease-out:cubic-bezier(.39, .575, .565, 1);--default-transition-duration:.1s;--transition-time:var(--default-transition-duration);--s-full:97.2307692rem;--s-step:calc(var(--s-full) / 12)}.component-colors,body:not(.theme-dark),body.theme-dark .theme-light__forced,body.theme-system .theme-light__forced,body:not(.theme-dark) .themed,body.theme-dark .theme-light__forced .themed,body.theme-system .theme-light__forced .themed,body.theme-dark,body:not(.theme-dark) .theme-dark__forced,body.theme-dark .themed,body:not(.theme-dark) .theme-dark__forced .themed{--theme-body-font-color:var(--black-800);--theme-background-color:var(--white);--theme-link-color:var(--theme-secondary-400);--theme-link-color-hover:var(--theme-secondary-350);--theme-link-color-visited:var(--theme-secondary-500);--theme-button-color:var(--theme-secondary-400);--theme-button-background-color:transparent;--theme-button-hover-color:var(--theme-secondary-500);--theme-button-hover-background-color:var(--theme-secondary-050);--theme-button-active-background-color:var(--theme-secondary-100);--theme-button-selected-color:var(--theme-secondary-900);--theme-button-selected-background-color:var(--theme-secondary-150);--theme-button-primary-color:var(--white);--theme-button-primary-background-color:var(--theme-secondary-400);--theme-button-primary-hover-color:var(--white);--theme-button-primary-hover-background-color:var(--theme-secondary-500);--theme-button-primary-active-background-color:var(--theme-secondary-700);--theme-button-primary-selected-color:var(--white);--theme-button-primary-selected-background-color:var(--theme-secondary-700);--theme-button-primary-number-color:var(--theme-secondary-900);--theme-button-filled-color:var(--theme-secondary-700);--theme-button-filled-background-color:var(--theme-secondary-050);--theme-button-filled-border-color:var(--theme-secondary-350);--theme-button-filled-hover-color:var(--theme-secondary-800);--theme-button-filled-hover-background-color:var(--theme-secondary-100);--theme-button-filled-active-background-color:var(--theme-secondary-150);--theme-button-filled-active-border-color:var(--theme-secondary-350);--theme-button-filled-selected-color:var(--theme-secondary-900);--theme-button-filled-selected-background-color:var(--theme-secondary-300);--theme-button-filled-selected-border-color:var(--theme-secondary-500);--theme-button-outlined-border-color:var(--theme-secondary-300);--theme-button-outlined-selected-border-color:var(--theme-secondary-400);--theme-tag-color:var(--theme-secondary-800);--theme-tag-background-color:var(--theme-secondary-075);--theme-tag-border-color:transparent;--theme-tag-hover-color:var(--theme-secondary-900);--theme-tag-hover-background-color:var(--theme-secondary-100);--theme-tag-hover-border-color:transparent;--theme-topbar-height:var(--su-static48);--theme-topbar-background-color:var(--black-025);--theme-topbar-search-color:var(--black-700);--theme-topbar-search-background:var(--white);--theme-topbar-search-placeholder:var(--black-200);--theme-topbar-search-border:var(--black-200);--theme-topbar-search-border-focus:var(--blue-300);--theme-topbar-search-shadow-focus:0 0 0 var(--su-static4) var(--focus-ring);--theme-topbar-select-color:var(--black-700);--theme-topbar-select-background:var(--black-075);--theme-topbar-item-color:var(--black-600);--theme-topbar-item-color-hover:var(--black-800);--theme-topbar-item-background-hover:var(--black-075);--theme-topbar-item-color-current:var(--black);--theme-topbar-item-border-current:var(--theme-primary-color);--theme-topbar-accent-border:3px solid var(--theme-primary-color);--theme-post-title-color:var(--theme-link-color);--theme-post-title-color-hover:var(--theme-link-color-hover);--theme-post-title-color-visited:var(--theme-link-color-visited);--theme-post-title-font-family:var(--theme-body-font-family);--theme-post-body-font-family:var(--theme-body-font-family)}.highcontrast-themed-colors,body.theme-highcontrast:not(.theme-dark),body.theme-dark.theme-highcontrast .theme-light__forced,body.theme-system.theme-highcontrast .theme-light__forced,body.theme-dark.theme-highcontrast,body.theme-highcontrast:not(.theme-dark) .theme-dark__forced{--theme-primary-color:var(--orange-400);--theme-primary-025:var(--orange-050);--theme-primary-050:var(--orange-050);--theme-primary-075:var(--orange-050);--theme-primary-100:var(--orange-100);--theme-primary-150:var(--orange-100);--theme-primary-200:var(--orange-200);--theme-primary-300:var(--orange-300);--theme-primary-350:var(--orange-300);--theme-primary-400:var(--orange-400);--theme-primary-500:var(--orange-500);--theme-primary-600:var(--orange-600);--theme-primary-700:var(--orange-700);--theme-primary-800:var(--orange-800);--theme-primary-900:var(--orange-900);--theme-secondary-color:var(--blue-400);--theme-secondary-025:var(--blue-050);--theme-secondary-050:var(--blue-050);--theme-secondary-075:var(--blue-050);--theme-secondary-100:var(--blue-100);--theme-secondary-150:var(--blue-100);--theme-secondary-200:var(--blue-200);--theme-secondary-300:var(--blue-300);--theme-secondary-350:var(--blue-300);--theme-secondary-400:var(--blue-400);--theme-secondary-500:var(--blue-500);--theme-secondary-600:var(--blue-600);--theme-secondary-700:var(--blue-700);--theme-secondary-800:var(--blue-800);--theme-secondary-900:var(--blue-900)}:host{--theme-base-primary-color-h:27;--theme-base-primary-color-s:90%;--theme-base-primary-color-l:55%;--theme-base-primary-color-r:243.525;--theme-base-primary-color-g:129.9225;--theme-base-primary-color-b:36.975;--theme-base-secondary-color-h:206;--theme-base-secondary-color-s:100%;--theme-base-secondary-color-l:40%;--theme-base-secondary-color-r:0;--theme-base-secondary-color-g:115.6;--theme-base-secondary-color-b:204}body:not(.theme-dark),body.theme-dark .theme-light__forced,body.theme-system .theme-light__forced{--white:hsl(0,0%,100%);--black:hsl(210,8%,5%);--orange:hsl(27,90%,55%);--yellow:hsl(47,83%,91%);--green:hsl(140,40%,55%);--blue:hsl(206,100%,40%);--powder:hsl(205,46%,92%);--red:hsl(358,62%,52%);--black-025:hsl(210,8%,97.5%);--black-050:hsl(210,8%,95%);--black-075:hsl(210,8%,90%);--black-100:hsl(210,8%,85%);--black-150:hsl(210,8%,80%);--black-200:hsl(210,8%,75%);--black-300:hsl(210,8%,65%);--black-350:hsl(210,8%,60%);--black-400:hsl(210,8%,55%);--black-500:hsl(210,8%,45%);--black-600:hsl(210,8%,35%);--black-700:hsl(210,8%,25%);--black-750:hsl(210,8%,20%);--black-800:hsl(210,8%,15%);--black-900:hsl(210,8%,5%);--orange-050:hsl(27,100%,97%);--orange-100:hsl(27,95%,90%);--orange-200:hsl(27,90%,83%);--orange-300:hsl(27,90%,70%);--orange-400:hsl(27,90%,55%);--orange-500:hsl(27,90%,50%);--orange-600:hsl(27,90%,45%);--orange-700:hsl(27,90%,39%);--orange-800:hsl(27,87%,35%);--orange-900:hsl(27,80%,30%);--blue-050:hsl(206,100%,97%);--blue-100:hsl(206,96%,90%);--blue-200:hsl(206,93%,83.5%);--blue-300:hsl(206,90%,69.5%);--blue-400:hsl(206,85%,57.5%);--blue-500:hsl(206,100%,52%);--blue-600:hsl(206,100%,40%);--blue-700:hsl(209,100%,37.5%);--blue-800:hsl(209,100%,32%);--blue-900:hsl(209,100%,26%);--powder-050:hsl(205,47%,97%);--powder-100:hsl(205,46%,92%);--powder-200:hsl(205,53%,88%);--powder-300:hsl(205,57%,81%);--powder-400:hsl(205,56%,76%);--powder-500:hsl(205,41%,63%);--powder-600:hsl(205,36%,53%);--powder-700:hsl(205,47%,42%);--powder-800:hsl(205,46%,32%);--powder-900:hsl(205,46%,22%);--green-025:hsl(140,42%,95%);--green-050:hsl(140,40%,90%);--green-100:hsl(140,40%,85%);--green-200:hsl(140,40%,75%);--green-300:hsl(140,40%,65%);--green-400:hsl(140,40%,55%);--green-500:hsl(140,40%,47%);--green-600:hsl(140,40%,40%);--green-700:hsl(140,41%,31%);--green-800:hsl(140,40%,27%);--green-900:hsl(140,40%,20%);--yellow-050:hsl(47,87%,94%);--yellow-100:hsl(47,83%,91%);--yellow-200:hsl(47,65%,84%);--yellow-300:hsl(47,69%,69%);--yellow-400:hsl(47,79%,58%);--yellow-500:hsl(47,73%,50%);--yellow-600:hsl(47,76%,46%);--yellow-700:hsl(47,79%,40%);--yellow-800:hsl(47,82%,34%);--yellow-900:hsl(47,84%,28%);--red-050:hsl(358,75%,97%);--red-100:hsl(358,76%,90%);--red-200:hsl(358,74%,83%);--red-300:hsl(358,70%,70%);--red-400:hsl(358,68%,59%);--red-500:hsl(358,62%,52%);--red-600:hsl(358,62%,47%);--red-700:hsl(358,64%,41%);--red-800:hsl(358,64%,35%);--red-900:hsl(358,67%,29%);--gold:hsl(48,100%,50%);--gold-lighter:hsl(48,100%,91%);--gold-darker:hsl(45,100%,47%);--silver:hsl(210,6%,72%);--silver-lighter:hsl(0,0%,91%);--silver-darker:hsl(210,3%,61%);--bronze:hsl(28,38%,67%);--bronze-lighter:hsl(28,40%,92%);--bronze-darker:hsl(28,31%,52%);--bc-lightest:var(--black-025);--bc-lighter:var(--black-050);--bc-light:var(--black-075);--bc-medium:var(--black-100);--bc-dark:var(--black-150);--bc-darker:var(--black-200);--fc-dark:hsl(210,8%,5%);--fc-medium:hsl(210,8%,25%);--fc-light:hsl(210,8%,45%);--focus-ring-success:hsla(140,40%,75%,0.4);--focus-ring-warning:hsla(47,79%,58%,0.4);--focus-ring-error:hsla(358,62%,47%,0.15);--focus-ring-muted:hsla(210,8%,15%,0.1);--bs-sm:0 1px 2px hsla(0,0%,0%,0.05), 0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);--bs-md:0 1px 3px hsla(0,0%,0%,0.06), 0 2px 6px hsla(0, 0%, 0%, 0.06), 0 3px 8px hsla(0, 0%, 0%, 0.09);--bs-lg:0 1px 4px hsla(0,0%,0%,0.09), 0 3px 8px hsla(0, 0%, 0%, 0.09), 0 4px 13px hsla(0, 0%, 0%, 0.13);--bs-xl:0 10px 24px hsla(0,0%,0%,0.05), 0 20px 48px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.1);--scrollbar:hsla(0,0%,0%,0.2);--highlight-bg:hsl(0,0%,96.5%);--highlight-color:var(--black-750);--highlight-comment:hsl(210,8%,43.5%);--highlight-punctuation:var(--black-600);--highlight-namespace:hsl(27,99%,36%);--highlight-attribute:hsl(206,98.5%,29%);--highlight-literal:hsl(27,99%,36%);--highlight-symbol:hsl(306,43%,35%);--highlight-keyword:hsl(206,98.5%,29%);--highlight-variable:hsl(80,80.5%,26.5%);--highlight-addition:var(--green-700);--highlight-deletion:var(--red-600)}body:not(.theme-dark),body.theme-dark .theme-light__forced,body.theme-system .theme-light__forced,body:not(.theme-dark) .themed,body.theme-dark .theme-light__forced .themed,body.theme-system .theme-light__forced .themed{color:var(--theme-body-font-color);--theme-primary-color-h:var(--theme-light-primary-color-h, var(--theme-base-primary-color-h));--theme-primary-color-s:var(--theme-light-primary-color-s, var(--theme-base-primary-color-s));--theme-primary-color-l:var(--theme-light-primary-color-l, var(--theme-base-primary-color-l));--theme-primary-color-r:var(--theme-light-primary-color-r, var(--theme-base-primary-color-r));--theme-primary-color-g:var(--theme-light-primary-color-g, var(--theme-base-primary-color-g));--theme-primary-color-b:var(--theme-light-primary-color-b, var(--theme-base-primary-color-b));--theme-secondary-color-h:var(--theme-light-secondary-color-h, var(--theme-base-secondary-color-h));--theme-secondary-color-s:var(--theme-light-secondary-color-s, var(--theme-base-secondary-color-s));--theme-secondary-color-l:var(--theme-light-secondary-color-l, var(--theme-base-secondary-color-l));--theme-secondary-color-r:var(--theme-light-secondary-color-r, var(--theme-base-secondary-color-r));--theme-secondary-color-g:var(--theme-light-secondary-color-g, var(--theme-base-secondary-color-g));--theme-secondary-color-b:var(--theme-light-secondary-color-b, var(--theme-base-secondary-color-b));--theme-primary-color:hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), var(--theme-primary-color-l));--theme-primary-900:hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), calc(var(--theme-primary-color-l) - 26%));--theme-primary-800:hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), calc(var(--theme-primary-color-l) - 21%));--theme-primary-700:hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), calc(var(--theme-primary-color-l) - 16%));--theme-primary-600:hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), calc(var(--theme-primary-color-l) - 10%));--theme-primary-500:hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), calc(var(--theme-primary-color-l) - 5%));--theme-primary-400:var(--theme-primary-color);--theme-primary-350:rgb(calc(51 + var(--theme-primary-color-r) * .8), calc(51 + var(--theme-primary-color-g) * .8), calc(51 + var(--theme-primary-color-b) * .8));--theme-primary-300:rgb(calc(89.25 + var(--theme-primary-color-r) * .65), calc(89.25 + var(--theme-primary-color-g) * .65), calc(89.25 + var(--theme-primary-color-b) * .65));--theme-primary-200:rgb(calc(122.4 + var(--theme-primary-color-r) * .52), calc(122.4 + var(--theme-primary-color-g) * .52), calc(122.4 + var(--theme-primary-color-b) * .52));--theme-primary-150:rgb(calc(165.75 + var(--theme-primary-color-r) * .35), calc(165.75 + var(--theme-primary-color-g) * .35), calc(165.75 + var(--theme-primary-color-b) * .35));--theme-primary-100:rgb(calc(198.9 + var(--theme-primary-color-r) * .22), calc(198.9 + var(--theme-primary-color-g) * .22), calc(198.9 + var(--theme-primary-color-b) * .22));--theme-primary-075:rgb(calc(216.75 + var(--theme-primary-color-r) * .15), calc(216.75 + var(--theme-primary-color-g) * .15), calc(216.75 + var(--theme-primary-color-b) * .15));--theme-primary-050:rgb(calc(234.6 + var(--theme-primary-color-r) * .08), calc(234.6 + var(--theme-primary-color-g) * .08), calc(234.6 + var(--theme-primary-color-b) * .08));--theme-primary-025:rgb(calc(244.8 + var(--theme-primary-color-r) * .04), calc(244.8 + var(--theme-primary-color-g) * .04), calc(244.8 + var(--theme-primary-color-b) * .04));--theme-secondary-color:hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), var(--theme-secondary-color-l));--theme-secondary-900:hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), calc(var(--theme-secondary-color-l) - 26%));--theme-secondary-800:hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), calc(var(--theme-secondary-color-l) - 21%));--theme-secondary-700:hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), calc(var(--theme-secondary-color-l) - 16%));--theme-secondary-600:hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), calc(var(--theme-secondary-color-l) - 10%));--theme-secondary-500:hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), calc(var(--theme-secondary-color-l) - 5%));--theme-secondary-400:var(--theme-secondary-color);--theme-secondary-350:rgb(calc(51 + var(--theme-secondary-color-r) * .8), calc(51 + var(--theme-secondary-color-g) * .8), calc(51 + var(--theme-secondary-color-b) * .8));--theme-secondary-300:rgb(calc(89.25 + var(--theme-secondary-color-r) * .65), calc(89.25 + var(--theme-secondary-color-g) * .65), calc(89.25 + var(--theme-secondary-color-b) * .65));--theme-secondary-200:rgb(calc(122.4 + var(--theme-secondary-color-r) * .52), calc(122.4 + var(--theme-secondary-color-g) * .52), calc(122.4 + var(--theme-secondary-color-b) * .52));--theme-secondary-150:rgb(calc(165.75 + var(--theme-secondary-color-r) * .35), calc(165.75 + var(--theme-secondary-color-g) * .35), calc(165.75 + var(--theme-secondary-color-b) * .35));--theme-secondary-100:rgb(calc(198.9 + var(--theme-secondary-color-r) * .22), calc(198.9 + var(--theme-secondary-color-g) * .22), calc(198.9 + var(--theme-secondary-color-b) * .22));--theme-secondary-075:rgb(calc(216.75 + var(--theme-secondary-color-r) * .15), calc(216.75 + var(--theme-secondary-color-g) * .15), calc(216.75 + var(--theme-secondary-color-b) * .15));--theme-secondary-050:rgb(calc(234.6 + var(--theme-secondary-color-r) * .08), calc(234.6 + var(--theme-secondary-color-g) * .08), calc(234.6 + var(--theme-secondary-color-b) * .08));--theme-secondary-025:rgb(calc(244.8 + var(--theme-secondary-color-r) * .04), calc(244.8 + var(--theme-secondary-color-g) * .04), calc(244.8 + var(--theme-secondary-color-b) * .04));--focus-ring:hsla(var(--theme-secondary-color-h), var(--theme-secondary-color-s), var(--theme-secondary-color-l), .15)}body.theme-dark,body:not(.theme-dark) .theme-dark__forced{--white:hsl(0,0%,17.5%);--black:hsl(0,0%,100%);--black-025:hsl(0,0%,22.5%);--black-050:hsl(0,0%,24%);--black-075:hsl(210,4%,26%);--black-100:hsl(210,4.5%,30.5%);--black-150:hsl(210,5%,35%);--black-200:hsl(210,5.5%,43.5%);--black-300:hsl(210,6.5%,52%);--black-350:hsl(210,7%,61%);--black-400:hsl(210,8%,65%);--black-500:hsl(210,8%,70%);--black-600:hsl(210,7%,78.5%);--black-700:hsl(210,8%,82.5%);--black-750:hsl(210,9%,86.5%);--black-800:hsl(210,9%,91.5%);--black-900:hsl(210,4%,95%);--orange-050:hsl(27,16.5%,23.9%);--orange-100:hsl(27,30%,28.4%);--orange-200:hsl(27,50%,36.9%);--orange-300:hsl(27,70%,47.3%);--orange-400:hsl(27,90.5%,54.9%);--orange-500:hsl(27,100%,59%);--orange-600:hsl(27,100%,68.4%);--orange-700:hsl(27,89.5%,74.1%);--orange-800:hsl(27,92%,85.7%);--orange-900:hsl(27,95%,91.8%);--blue-050:hsl(206,40%,23%);--blue-100:hsl(206,44%,26%);--blue-200:hsl(206,46%,30%);--blue-300:hsl(206,53%,35%);--blue-400:hsl(209,56%,43%);--blue-500:hsl(206,64%,51%);--blue-600:hsl(206,100%,60%);--blue-700:hsl(206,90%,74%);--blue-800:hsl(206,95%,86%);--blue-900:hsl(206,91%,91.5%);--powder-050:hsl(205,5%,27%);--powder-100:hsl(205,14%,28%);--powder-200:hsl(205,17.5%,32%);--powder-300:hsl(205,19.5%,37%);--powder-400:hsl(205,22.5%,44%);--powder-500:hsl(205,29%,54%);--powder-600:hsl(205,50%,65.5%);--powder-700:hsl(205,46.5%,73.5%);--powder-800:hsl(205,49.5%,87%);--powder-900:hsl(205,100%,95%);--green-025:hsl(140,18%,22%);--green-050:hsl(140,18%,25%);--green-100:hsl(140,22.5%,31%);--green-200:hsl(140,23.5%,37%);--green-300:hsl(140,25%,40.5%);--green-400:hsl(140,27.5%,48.5%);--green-500:hsl(140,35%,54.5%);--green-600:hsl(140,40%,61.5%);--green-700:hsl(140,39.5%,69.5%);--green-800:hsl(140,39.5%,78.5%);--green-900:hsl(140,38%,86.5%);--yellow-050:hsl(47,13%,24.5%);--yellow-100:hsl(47,19%,27%);--yellow-200:hsl(47,30.5%,31%);--yellow-300:hsl(47,37%,36%);--yellow-400:hsl(47,45.5%,42.5%);--yellow-500:hsl(47,55.5%,48%);--yellow-600:hsl(47,67.5%,55.5%);--yellow-700:hsl(47,84.5%,64%);--yellow-800:hsl(47,90%,72.5%);--yellow-900:hsl(47,93%,83.5%);--red-050:hsl(1,30%,26.5%);--red-100:hsl(1,35%,33%);--red-200:hsl(1,37%,38.5%);--red-300:hsl(1,39%,43.5%);--red-400:hsl(1,42%,49%);--red-500:hsl(1,50%,54%);--red-600:hsl(1,56.5%,59.5%);--red-700:hsl(1,62.5%,65.5%);--red-800:hsl(1,64%,74%);--red-900:hsl(1,65.5%,85.5%);--gold:hsl(48,100%,50%);--gold-lighter:hsl(48,22%,30%);--gold-darker:hsl(45,100%,47%);--silver:hsl(210,6%,72%);--silver-lighter:hsl(0,0%,26%);--silver-darker:hsl(210,3%,61%);--bronze:hsl(28,38%,67%);--bronze-lighter:hsl(28,13%,27%);--bronze-darker:hsl(28,31%,52%);--bc-lightest:var(--black-025);--bc-lighter:var(--black-050);--bc-light:var(--black-075);--bc-medium:var(--black-100);--bc-dark:var(--black-150);--bc-darker:var(--black-200);--fc-dark:var(--black-900);--fc-medium:var(--black-700);--fc-light:var(--black-500);--focus-ring-success:hsla(140,40%,75%,0.4);--focus-ring-warning:hsla(47,79%,58%,0.4);--focus-ring-error:hsla(358,62%,52%,0.3);--focus-ring-muted:hsla(0,0%,100%,0.1);--bs-sm:0 1px 2px hsla(0,0%,0%,0.1), 0 1px 4px hsla(0, 0%, 0%, 0.1), 0 2px 8px hsla(0, 0%, 0%, 0.1);--bs-md:0 1px 3px hsla(0,0%,0%,0.11), 0 2px 6px hsla(0, 0%, 0%, 0.11), 0 3px 8px hsla(0, 0%, 0%, 0.14);--bs-lg:0 1px 4px hsla(0,0%,0%,0.14), 0 3px 8px hsla(0, 0%, 0%, 0.14), 0 4px 13px hsla(0, 0%, 0%, 0.18);--bs-xl:0 10px 24px hsla(0,0%,0%,0.1), 0 20px 48px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.15);--scrollbar:hsla(0,0%,100%,0.2);--highlight-bg:hsl(0,2%,11%);--highlight-color:var(--black);--highlight-comment:hsl(0,0%,60%);--highlight-punctuation:hsl(0,0%,80%);--highlight-namespace:hsl(27,85%,61.5%);--highlight-attribute:hsl(207,41.5%,67%);--highlight-literal:hsl(27,85%,61.5%);--highlight-symbol:hsl(306,43%,69%);--highlight-keyword:hsl(208,41.5%,67%);--highlight-variable:hsl(65.5,39%,57.5%);--highlight-addition:var(--green-600);--highlight-deletion:var(--red-700)}body.theme-dark,body:not(.theme-dark) .theme-dark__forced,body.theme-dark .themed,body:not(.theme-dark) .theme-dark__forced .themed{color:var(--theme-body-font-color);--theme-primary-color-h:var(--theme-dark-primary-color-h, var(--theme-base-primary-color-h));--theme-primary-color-s:var(--theme-dark-primary-color-s, var(--theme-base-primary-color-s));--theme-primary-color-l:var(--theme-dark-primary-color-l, var(--theme-base-primary-color-l));--theme-primary-color-r:var(--theme-dark-primary-color-r, var(--theme-base-primary-color-r));--theme-primary-color-g:var(--theme-dark-primary-color-g, var(--theme-base-primary-color-g));--theme-primary-color-b:var(--theme-dark-primary-color-b, var(--theme-base-primary-color-b));--theme-secondary-color-h:var(--theme-dark-secondary-color-h, var(--theme-base-secondary-color-h));--theme-secondary-color-s:var(--theme-dark-secondary-color-s, var(--theme-base-secondary-color-s));--theme-secondary-color-l:var(--theme-dark-secondary-color-l, var(--theme-base-secondary-color-l));--theme-secondary-color-r:var(--theme-dark-secondary-color-r, var(--theme-base-secondary-color-r));--theme-secondary-color-g:var(--theme-dark-secondary-color-g, var(--theme-base-secondary-color-g));--theme-secondary-color-b:var(--theme-dark-secondary-color-b, var(--theme-base-secondary-color-b));--theme-primary-color:hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), var(--theme-primary-color-l));--theme-secondary-color:hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), var(--theme-secondary-color-l));--theme-primary-025:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 82%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 17%), 100%));--theme-primary-050:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 47%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 15%), 100%));--theme-primary-075:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 39%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 13%), 100%));--theme-primary-100:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 32%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 11%), 100%));--theme-primary-150:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 23%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 9%), 100%));--theme-primary-200:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 15%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 7%), 100%));--theme-primary-300:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 7%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 5%), 100%));--theme-primary-350:var(--theme-primary-color);--theme-primary-400:rgb(calc(53.55 + var(--theme-primary-color-r) * .79), calc(53.55 + var(--theme-primary-color-g) * .79), calc(53.55 + var(--theme-primary-color-b) * .79));--theme-primary-500:rgb(calc(91.8 + var(--theme-primary-color-r) * .64), calc(91.8 + var(--theme-primary-color-g) * .64), calc(91.8 + var(--theme-primary-color-b) * .64));--theme-primary-600:rgb(calc(130.05 + var(--theme-primary-color-r) * .49), calc(130.05 + var(--theme-primary-color-g) * .49), calc(130.05 + var(--theme-primary-color-b) * .49));--theme-primary-700:rgb(calc(168.3 + var(--theme-primary-color-r) * .34), calc(168.3 + var(--theme-primary-color-g) * .34), calc(168.3 + var(--theme-primary-color-b) * .34));--theme-primary-800:rgb(calc(206.55 + var(--theme-primary-color-r) * .19), calc(206.55 + var(--theme-primary-color-g) * .19), calc(206.55 + var(--theme-primary-color-b) * .19));--theme-primary-900:rgb(calc(244.8 + var(--theme-primary-color-r) * .04), calc(244.8 + var(--theme-primary-color-g) * .04), calc(244.8 + var(--theme-primary-color-b) * .04));--theme-secondary-025:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 82%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 17%), 100%));--theme-secondary-050:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 47%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 15%), 100%));--theme-secondary-075:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 39%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 13%), 100%));--theme-secondary-100:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 32%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 11%), 100%));--theme-secondary-150:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 23%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 9%), 100%));--theme-secondary-200:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 15%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 7%), 100%));--theme-secondary-300:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 7%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 5%), 100%));--theme-secondary-350:var(--theme-secondary-color);--theme-secondary-400:rgb(calc(53.55 + var(--theme-secondary-color-r) * .79), calc(53.55 + var(--theme-secondary-color-g) * .79), calc(53.55 + var(--theme-secondary-color-b) * .79));--theme-secondary-500:rgb(calc(91.8 + var(--theme-secondary-color-r) * .64), calc(91.8 + var(--theme-secondary-color-g) * .64), calc(91.8 + var(--theme-secondary-color-b) * .64));--theme-secondary-600:rgb(calc(130.05 + var(--theme-secondary-color-r) * .49), calc(130.05 + var(--theme-secondary-color-g) * .49), calc(130.05 + var(--theme-secondary-color-b) * .49));--theme-secondary-700:rgb(calc(168.3 + var(--theme-secondary-color-r) * .34), calc(168.3 + var(--theme-secondary-color-g) * .34), calc(168.3 + var(--theme-secondary-color-b) * .34));--theme-secondary-800:rgb(calc(206.55 + var(--theme-secondary-color-r) * .19), calc(206.55 + var(--theme-secondary-color-g) * .19), calc(206.55 + var(--theme-secondary-color-b) * .19));--theme-secondary-900:rgb(calc(244.8 + var(--theme-secondary-color-r) * .04), calc(244.8 + var(--theme-secondary-color-g) * .04), calc(244.8 + var(--theme-secondary-color-b) * .04));--focus-ring:hsla(var(--theme-secondary-color-h), var(--theme-secondary-color-s), var(--theme-secondary-color-l), .25)}@media (prefers-color-scheme:dark){body.theme-system{--white:hsl(0,0%,17.5%);--black:hsl(0,0%,100%);--black-025:hsl(0,0%,22.5%);--black-050:hsl(0,0%,24%);--black-075:hsl(210,4%,26%);--black-100:hsl(210,4.5%,30.5%);--black-150:hsl(210,5%,35%);--black-200:hsl(210,5.5%,43.5%);--black-300:hsl(210,6.5%,52%);--black-350:hsl(210,7%,61%);--black-400:hsl(210,8%,65%);--black-500:hsl(210,8%,70%);--black-600:hsl(210,7%,78.5%);--black-700:hsl(210,8%,82.5%);--black-750:hsl(210,9%,86.5%);--black-800:hsl(210,9%,91.5%);--black-900:hsl(210,4%,95%);--orange-050:hsl(27,16.5%,23.9%);--orange-100:hsl(27,30%,28.4%);--orange-200:hsl(27,50%,36.9%);--orange-300:hsl(27,70%,47.3%);--orange-400:hsl(27,90.5%,54.9%);--orange-500:hsl(27,100%,59%);--orange-600:hsl(27,100%,68.4%);--orange-700:hsl(27,89.5%,74.1%);--orange-800:hsl(27,92%,85.7%);--orange-900:hsl(27,95%,91.8%);--blue-050:hsl(206,40%,23%);--blue-100:hsl(206,44%,26%);--blue-200:hsl(206,46%,30%);--blue-300:hsl(206,53%,35%);--blue-400:hsl(209,56%,43%);--blue-500:hsl(206,64%,51%);--blue-600:hsl(206,100%,60%);--blue-700:hsl(206,90%,74%);--blue-800:hsl(206,95%,86%);--blue-900:hsl(206,91%,91.5%);--powder-050:hsl(205,5%,27%);--powder-100:hsl(205,14%,28%);--powder-200:hsl(205,17.5%,32%);--powder-300:hsl(205,19.5%,37%);--powder-400:hsl(205,22.5%,44%);--powder-500:hsl(205,29%,54%);--powder-600:hsl(205,50%,65.5%);--powder-700:hsl(205,46.5%,73.5%);--powder-800:hsl(205,49.5%,87%);--powder-900:hsl(205,100%,95%);--green-025:hsl(140,18%,22%);--green-050:hsl(140,18%,25%);--green-100:hsl(140,22.5%,31%);--green-200:hsl(140,23.5%,37%);--green-300:hsl(140,25%,40.5%);--green-400:hsl(140,27.5%,48.5%);--green-500:hsl(140,35%,54.5%);--green-600:hsl(140,40%,61.5%);--green-700:hsl(140,39.5%,69.5%);--green-800:hsl(140,39.5%,78.5%);--green-900:hsl(140,38%,86.5%);--yellow-050:hsl(47,13%,24.5%);--yellow-100:hsl(47,19%,27%);--yellow-200:hsl(47,30.5%,31%);--yellow-300:hsl(47,37%,36%);--yellow-400:hsl(47,45.5%,42.5%);--yellow-500:hsl(47,55.5%,48%);--yellow-600:hsl(47,67.5%,55.5%);--yellow-700:hsl(47,84.5%,64%);--yellow-800:hsl(47,90%,72.5%);--yellow-900:hsl(47,93%,83.5%);--red-050:hsl(1,30%,26.5%);--red-100:hsl(1,35%,33%);--red-200:hsl(1,37%,38.5%);--red-300:hsl(1,39%,43.5%);--red-400:hsl(1,42%,49%);--red-500:hsl(1,50%,54%);--red-600:hsl(1,56.5%,59.5%);--red-700:hsl(1,62.5%,65.5%);--red-800:hsl(1,64%,74%);--red-900:hsl(1,65.5%,85.5%);--gold:hsl(48,100%,50%);--gold-lighter:hsl(48,22%,30%);--gold-darker:hsl(45,100%,47%);--silver:hsl(210,6%,72%);--silver-lighter:hsl(0,0%,26%);--silver-darker:hsl(210,3%,61%);--bronze:hsl(28,38%,67%);--bronze-lighter:hsl(28,13%,27%);--bronze-darker:hsl(28,31%,52%);--bc-lightest:var(--black-025);--bc-lighter:var(--black-050);--bc-light:var(--black-075);--bc-medium:var(--black-100);--bc-dark:var(--black-150);--bc-darker:var(--black-200);--fc-dark:var(--black-900);--fc-medium:var(--black-700);--fc-light:var(--black-500);--focus-ring-success:hsla(140,40%,75%,0.4);--focus-ring-warning:hsla(47,79%,58%,0.4);--focus-ring-error:hsla(358,62%,52%,0.3);--focus-ring-muted:hsla(0,0%,100%,0.1);--bs-sm:0 1px 2px hsla(0,0%,0%,0.1), 0 1px 4px hsla(0, 0%, 0%, 0.1), 0 2px 8px hsla(0, 0%, 0%, 0.1);--bs-md:0 1px 3px hsla(0,0%,0%,0.11), 0 2px 6px hsla(0, 0%, 0%, 0.11), 0 3px 8px hsla(0, 0%, 0%, 0.14);--bs-lg:0 1px 4px hsla(0,0%,0%,0.14), 0 3px 8px hsla(0, 0%, 0%, 0.14), 0 4px 13px hsla(0, 0%, 0%, 0.18);--bs-xl:0 10px 24px hsla(0,0%,0%,0.1), 0 20px 48px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.15);--scrollbar:hsla(0,0%,100%,0.2);--highlight-bg:hsl(0,2%,11%);--highlight-color:var(--black);--highlight-comment:hsl(0,0%,60%);--highlight-punctuation:hsl(0,0%,80%);--highlight-namespace:hsl(27,85%,61.5%);--highlight-attribute:hsl(207,41.5%,67%);--highlight-literal:hsl(27,85%,61.5%);--highlight-symbol:hsl(306,43%,69%);--highlight-keyword:hsl(208,41.5%,67%);--highlight-variable:hsl(65.5,39%,57.5%);--highlight-addition:var(--green-600);--highlight-deletion:var(--red-700)}body.theme-system,body.theme-system .themed{color:var(--theme-body-font-color);--theme-primary-color-h:var(--theme-dark-primary-color-h, var(--theme-base-primary-color-h));--theme-primary-color-s:var(--theme-dark-primary-color-s, var(--theme-base-primary-color-s));--theme-primary-color-l:var(--theme-dark-primary-color-l, var(--theme-base-primary-color-l));--theme-primary-color-r:var(--theme-dark-primary-color-r, var(--theme-base-primary-color-r));--theme-primary-color-g:var(--theme-dark-primary-color-g, var(--theme-base-primary-color-g));--theme-primary-color-b:var(--theme-dark-primary-color-b, var(--theme-base-primary-color-b));--theme-secondary-color-h:var(--theme-dark-secondary-color-h, var(--theme-base-secondary-color-h));--theme-secondary-color-s:var(--theme-dark-secondary-color-s, var(--theme-base-secondary-color-s));--theme-secondary-color-l:var(--theme-dark-secondary-color-l, var(--theme-base-secondary-color-l));--theme-secondary-color-r:var(--theme-dark-secondary-color-r, var(--theme-base-secondary-color-r));--theme-secondary-color-g:var(--theme-dark-secondary-color-g, var(--theme-base-secondary-color-g));--theme-secondary-color-b:var(--theme-dark-secondary-color-b, var(--theme-base-secondary-color-b));--theme-primary-color:hsl(var(--theme-primary-color-h), var(--theme-primary-color-s), var(--theme-primary-color-l));--theme-secondary-color:hsl(var(--theme-secondary-color-h), var(--theme-secondary-color-s), var(--theme-secondary-color-l));--theme-primary-025:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 82%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 17%), 100%));--theme-primary-050:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 47%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 15%), 100%));--theme-primary-075:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 39%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 13%), 100%));--theme-primary-100:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 32%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 11%), 100%));--theme-primary-150:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 23%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 9%), 100%));--theme-primary-200:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 15%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 7%), 100%));--theme-primary-300:hsl(var(--theme-primary-color-h), clamp(10%, calc(var(--theme-primary-color-s) - 7%), 90%), clamp(20%, calc(var(--theme-primary-color-l) - 5%), 100%));--theme-primary-350:var(--theme-primary-color);--theme-primary-400:rgb(calc(53.55 + var(--theme-primary-color-r) * .79), calc(53.55 + var(--theme-primary-color-g) * .79), calc(53.55 + var(--theme-primary-color-b) * .79));--theme-primary-500:rgb(calc(91.8 + var(--theme-primary-color-r) * .64), calc(91.8 + var(--theme-primary-color-g) * .64), calc(91.8 + var(--theme-primary-color-b) * .64));--theme-primary-600:rgb(calc(130.05 + var(--theme-primary-color-r) * .49), calc(130.05 + var(--theme-primary-color-g) * .49), calc(130.05 + var(--theme-primary-color-b) * .49));--theme-primary-700:rgb(calc(168.3 + var(--theme-primary-color-r) * .34), calc(168.3 + var(--theme-primary-color-g) * .34), calc(168.3 + var(--theme-primary-color-b) * .34));--theme-primary-800:rgb(calc(206.55 + var(--theme-primary-color-r) * .19), calc(206.55 + var(--theme-primary-color-g) * .19), calc(206.55 + var(--theme-primary-color-b) * .19));--theme-primary-900:rgb(calc(244.8 + var(--theme-primary-color-r) * .04), calc(244.8 + var(--theme-primary-color-g) * .04), calc(244.8 + var(--theme-primary-color-b) * .04));--theme-secondary-025:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 82%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 17%), 100%));--theme-secondary-050:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 47%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 15%), 100%));--theme-secondary-075:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 39%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 13%), 100%));--theme-secondary-100:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 32%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 11%), 100%));--theme-secondary-150:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 23%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 9%), 100%));--theme-secondary-200:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 15%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 7%), 100%));--theme-secondary-300:hsl(var(--theme-secondary-color-h), clamp(10%, calc(var(--theme-secondary-color-s) - 7%), 90%), clamp(20%, calc(var(--theme-secondary-color-l) - 5%), 100%));--theme-secondary-350:var(--theme-secondary-color);--theme-secondary-400:rgb(calc(53.55 + var(--theme-secondary-color-r) * .79), calc(53.55 + var(--theme-secondary-color-g) * .79), calc(53.55 + var(--theme-secondary-color-b) * .79));--theme-secondary-500:rgb(calc(91.8 + var(--theme-secondary-color-r) * .64), calc(91.8 + var(--theme-secondary-color-g) * .64), calc(91.8 + var(--theme-secondary-color-b) * .64));--theme-secondary-600:rgb(calc(130.05 + var(--theme-secondary-color-r) * .49), calc(130.05 + var(--theme-secondary-color-g) * .49), calc(130.05 + var(--theme-secondary-color-b) * .49));--theme-secondary-700:rgb(calc(168.3 + var(--theme-secondary-color-r) * .34), calc(168.3 + var(--theme-secondary-color-g) * .34), calc(168.3 + var(--theme-secondary-color-b) * .34));--theme-secondary-800:rgb(calc(206.55 + var(--theme-secondary-color-r) * .19), calc(206.55 + var(--theme-secondary-color-g) * .19), calc(206.55 + var(--theme-secondary-color-b) * .19));--theme-secondary-900:rgb(calc(244.8 + var(--theme-secondary-color-r) * .04), calc(244.8 + var(--theme-secondary-color-g) * .04), calc(244.8 + var(--theme-secondary-color-b) * .04));--focus-ring:hsla(var(--theme-secondary-color-h), var(--theme-secondary-color-s), var(--theme-secondary-color-l), .25)}}body.theme-highcontrast:not(.theme-dark),body.theme-dark.theme-highcontrast .theme-light__forced,body.theme-system.theme-highcontrast .theme-light__forced{--white:hsl(0,0%,100%);--black:hsl(0,0%,0%);--black-025:hsl(210,8%,97.5%);--black-050:hsl(210,8%,95%);--black-075:hsl(210,8%,92.5%);--black-100:hsl(210,8%,90%);--black-150:hsl(210,8%,87.5%);--black-200:hsl(210,8%,85%);--black-300:hsl(210,8%,35%);--black-350:hsl(210,8%,32.5%);--black-400:hsl(210,8%,30%);--black-500:hsl(210,8%,25%);--black-600:hsl(210,8%,20%);--black-700:hsl(210,8%,15%);--black-750:hsl(210,8%,10%);--black-800:hsl(210,8%,5%);--black-900:hsl(0,0%,0%);--orange-050:hsl(27,100%,97.5%);--orange-100:hsl(27,100%,94%);--orange-200:hsl(27,100%,88%);--orange-300:hsl(27,100%,82%);--orange-400:hsl(27,100%,34%);--orange-500:hsl(27,100%,29%);--orange-600:hsl(27,100%,24%);--orange-700:hsl(27,100%,19%);--orange-800:hsl(27,100%,13%);--orange-900:hsl(27,100%,8%);--blue-050:hsl(206,100%,97.5%);--blue-100:hsl(206,100%,95%);--blue-200:hsl(206,100%,90%);--blue-300:hsl(206,100%,85%);--blue-400:hsl(206,100%,25%);--blue-500:hsl(206,100%,20%);--blue-600:hsl(206,100%,15%);--blue-700:hsl(206,100%,10%);--blue-800:hsl(206,100%,7.5%);--blue-900:hsl(206,100%,5%);--powder-050:hsl(205,100%,97.5%);--powder-100:hsl(205,85%,96%);--powder-200:hsl(205,75%,92%);--powder-300:hsl(205,70%,88%);--powder-400:hsl(205,55%,28%);--powder-500:hsl(205,60%,24%);--powder-600:hsl(205,70%,20%);--powder-700:hsl(205,75%,16%);--powder-800:hsl(205,75%,12%);--powder-900:hsl(205,75%,8%);--green-025:hsl(140,100%,97%);--green-050:hsl(140,100%,96%);--green-100:hsl(140,100%,94%);--green-200:hsl(140,100%,88%);--green-300:hsl(140,100%,82%);--green-400:hsl(140,100%,18%);--green-500:hsl(140,100%,15%);--green-600:hsl(140,100%,12%);--green-700:hsl(140,100%,9%);--green-800:hsl(140,100%,6%);--green-900:hsl(140,100%,3%);--yellow-050:hsl(47,100%,95%);--yellow-100:hsl(47,100%,92%);--yellow-200:hsl(47,95%,85%);--yellow-300:hsl(47,95%,78%);--yellow-400:hsl(47,100%,28%);--yellow-500:hsl(47,100%,26%);--yellow-600:hsl(47,100%,23%);--yellow-700:hsl(47,100%,19%);--yellow-800:hsl(47,100%,13%);--yellow-900:hsl(47,100%,7%);--red-050:hsl(358,100%,97.5%);--red-100:hsl(358,100%,95%);--red-200:hsl(358,100%,90%);--red-300:hsl(358,100%,85%);--red-400:hsl(358,100%,35%);--red-500:hsl(358,100%,29%);--red-600:hsl(358,100%,23%);--red-700:hsl(358,100%,17%);--red-800:hsl(358,100%,11%);--red-900:hsl(358,100%,7%);--gold:hsl(48,100%,50%);--gold-lighter:hsl(48,100%,91%);--gold-darker:hsl(45,100%,20%);--silver:hsl(210,6%,72%);--silver-lighter:hsl(210,6%,91%);--silver-darker:hsl(210,6%,30%);--bronze:hsl(28,38%,65%);--bronze-lighter:hsl(28,40%,92%);--bronze-darker:hsl(28,31%,25%);--bc-lightest:var(--black-400);--bc-lighter:var(--black-400);--bc-light:var(--black-400);--bc-medium:var(--black-400);--bc-dark:var(--black-700);--bc-darker:var(--black-900);--fc-dark:var(--black-900);--fc-medium:var(--black-700);--fc-light:var(--black-500);--focus-ring:hsla(206,100%,40%,0.9);--focus-ring-success:hsla(140,40%,40%,0.9);--focus-ring-warning:hsla(47,76%,46%,0.9);--focus-ring-error:hsla(358,62%,47%,0.9);--focus-ring-muted:hsla(210,8%,55%,0.95);--bs-sm:none;--bs-md:none;--bs-lg:none;--bs-xl:none;--scrollbar:var(--black);--highlight-bg:hsl(0,0%,96.5%);--highlight-color:var(--black-750);--highlight-comment:hsl(213,7%,33%);--highlight-punctuation:var(--black-600);--highlight-namespace:hsl(16,94%,31%);--highlight-attribute:hsl(215,100%,35%);--highlight-literal:hsl(16,94%,31%);--highlight-symbol:hsl(309,45%,31%);--highlight-keyword:hsl(215,100%,35%);--highlight-variable:hsl(88,100%,19%);--highlight-addition:var(--green-500);--highlight-deletion:var(--red-500)}body.theme-dark.theme-highcontrast,body.theme-highcontrast:not(.theme-dark) .theme-dark__forced{--white:hsl(0,0%,0%);--black:hsl(0,0%,100%);--black-025:hsl(210,8%,2.5%);--black-050:hsl(210,8%,5%);--black-075:hsl(210,8%,7.5%);--black-100:hsl(210,8%,10%);--black-150:hsl(210,8%,12.5%);--black-200:hsl(210,8%,15%);--black-300:hsl(210,8%,65%);--black-350:hsl(210,8%,67.5%);--black-400:hsl(210,8%,70%);--black-500:hsl(210,8%,75%);--black-600:hsl(210,8%,80%);--black-700:hsl(210,8%,85%);--black-750:hsl(210,8%,90%);--black-800:hsl(210,8%,95%);--black-900:hsl(0,0%,100%);--orange-050:hsl(27,100%,4%);--orange-100:hsl(27,100%,8%);--orange-200:hsl(27,100%,16%);--orange-300:hsl(27,100%,24%);--orange-400:hsl(27,100%,64%);--orange-500:hsl(27,100%,71%);--orange-600:hsl(27,100%,77%);--orange-700:hsl(27,100%,82%);--orange-800:hsl(27,100%,87%);--orange-900:hsl(27,100%,91%);--blue-050:hsl(206,100%,4%);--blue-100:hsl(206,100%,11%);--blue-200:hsl(206,100%,18%);--blue-300:hsl(206,100%,25%);--blue-400:hsl(206,100%,75%);--blue-500:hsl(206,100%,80%);--blue-600:hsl(206,100%,85%);--blue-700:hsl(206,100%,90%);--blue-800:hsl(206,100%,92.5%);--blue-900:hsl(206,100%,95%);--powder-050:hsl(205,100%,6%);--powder-100:hsl(205,90%,8%);--powder-200:hsl(205,80%,14%);--powder-300:hsl(205,60%,20%);--powder-400:hsl(205,55%,72%);--powder-500:hsl(205,60%,76%);--powder-600:hsl(205,70%,80%);--powder-700:hsl(205,75%,84%);--powder-800:hsl(205,75%,88%);--powder-900:hsl(205,75%,92%);--green-025:hsl(140,100%,3%);--green-050:hsl(140,100%,4%);--green-100:hsl(140,100%,6%);--green-200:hsl(140,100%,12%);--green-300:hsl(140,100%,18%);--green-400:hsl(140,100%,65%);--green-500:hsl(140,100%,71%);--green-600:hsl(140,100%,77%);--green-700:hsl(140,100%,83%);--green-800:hsl(140,100%,89%);--green-900:hsl(140,100%,94%);--yellow-050:hsl(47,100%,4%);--yellow-100:hsl(47,100%,8%);--yellow-200:hsl(47,95%,16%);--yellow-300:hsl(47,95%,24%);--yellow-400:hsl(47,100%,55%);--yellow-500:hsl(47,100%,63%);--yellow-600:hsl(47,100%,71%);--yellow-700:hsl(47,100%,79%);--yellow-800:hsl(47,100%,87%);--yellow-900:hsl(47,100%,95%);--red-050:hsl(358,100%,4%);--red-100:hsl(358,100%,8%);--red-200:hsl(358,100%,16%);--red-300:hsl(358,100%,24%);--red-400:hsl(358,100%,70%);--red-500:hsl(358,100%,75%);--red-600:hsl(358,100%,80%);--red-700:hsl(358,100%,85%);--red-800:hsl(358,100%,90%);--red-900:hsl(358,100%,95%);--gold:hsl(48,100%,50%);--gold-lighter:hsl(45,100%,9%);--gold-darker:hsl(45,100%,80%);--silver:hsl(210,6%,72%);--silver-lighter:hsl(210,5%,9%);--silver-darker:hsl(210,5%,70%);--bronze:hsl(28,38%,65%);--bronze-lighter:hsl(28,40%,8%);--bronze-darker:hsl(28,46.7%,75%);--bc-lightest:var(--black-400);--bc-lighter:var(--black-400);--bc-light:var(--black-400);--bc-medium:var(--black-400);--bc-dark:var(--black-700);--bc-darker:var(--black-900);--focus-ring:hsla(206,100%,40%,0.9);--focus-ring-success:hsla(140,40%,40%,0.9);--focus-ring-warning:hsla(47,76%,46%,0.9);--focus-ring-error:hsla(358,62%,47%,0.9);--focus-ring-muted:hsla(210,8%,55%,0.95);--fc-dark:var(--black-900);--fc-medium:var(--black-700);--fc-light:var(--black-500);--bs-sm:none;--bs-md:none;--bs-lg:none;--bs-xl:none;--scrollbar:var(--black);--highlight-bg:hsl(0,0%,10%);--highlight-color:hsl(0,0%,100%);--highlight-comment:hsl(0,0%,99%);--highlight-punctuation:hsl(0,0%,99%);--highlight-namespace:hsl(36,96%,71%);--highlight-attribute:hsl(200,57%,85%);--highlight-literal:hsl(36,96%,71%);--highlight-symbol:hsl(304,39%,85%);--highlight-keyword:hsl(200,57%,85%);--highlight-variable:hsl(62,71%,81%);--highlight-addition:var(--green-600);--highlight-deletion:var(--red-700)}@media (prefers-color-scheme:dark){body.theme-system.theme-highcontrast{--white:hsl(0,0%,0%);--black:hsl(0,0%,100%);--black-025:hsl(210,8%,2.5%);--black-050:hsl(210,8%,5%);--black-075:hsl(210,8%,7.5%);--black-100:hsl(210,8%,10%);--black-150:hsl(210,8%,12.5%);--black-200:hsl(210,8%,15%);--black-300:hsl(210,8%,65%);--black-350:hsl(210,8%,67.5%);--black-400:hsl(210,8%,70%);--black-500:hsl(210,8%,75%);--black-600:hsl(210,8%,80%);--black-700:hsl(210,8%,85%);--black-750:hsl(210,8%,90%);--black-800:hsl(210,8%,95%);--black-900:hsl(0,0%,100%);--orange-050:hsl(27,100%,4%);--orange-100:hsl(27,100%,8%);--orange-200:hsl(27,100%,16%);--orange-300:hsl(27,100%,24%);--orange-400:hsl(27,100%,64%);--orange-500:hsl(27,100%,71%);--orange-600:hsl(27,100%,77%);--orange-700:hsl(27,100%,82%);--orange-800:hsl(27,100%,87%);--orange-900:hsl(27,100%,91%);--blue-050:hsl(206,100%,4%);--blue-100:hsl(206,100%,11%);--blue-200:hsl(206,100%,18%);--blue-300:hsl(206,100%,25%);--blue-400:hsl(206,100%,75%);--blue-500:hsl(206,100%,80%);--blue-600:hsl(206,100%,85%);--blue-700:hsl(206,100%,90%);--blue-800:hsl(206,100%,92.5%);--blue-900:hsl(206,100%,95%);--powder-050:hsl(205,100%,6%);--powder-100:hsl(205,90%,8%);--powder-200:hsl(205,80%,14%);--powder-300:hsl(205,60%,20%);--powder-400:hsl(205,55%,72%);--powder-500:hsl(205,60%,76%);--powder-600:hsl(205,70%,80%);--powder-700:hsl(205,75%,84%);--powder-800:hsl(205,75%,88%);--powder-900:hsl(205,75%,92%);--green-025:hsl(140,100%,3%);--green-050:hsl(140,100%,4%);--green-100:hsl(140,100%,6%);--green-200:hsl(140,100%,12%);--green-300:hsl(140,100%,18%);--green-400:hsl(140,100%,65%);--green-500:hsl(140,100%,71%);--green-600:hsl(140,100%,77%);--green-700:hsl(140,100%,83%);--green-800:hsl(140,100%,89%);--green-900:hsl(140,100%,94%);--yellow-050:hsl(47,100%,4%);--yellow-100:hsl(47,100%,8%);--yellow-200:hsl(47,95%,16%);--yellow-300:hsl(47,95%,24%);--yellow-400:hsl(47,100%,55%);--yellow-500:hsl(47,100%,63%);--yellow-600:hsl(47,100%,71%);--yellow-700:hsl(47,100%,79%);--yellow-800:hsl(47,100%,87%);--yellow-900:hsl(47,100%,95%);--red-050:hsl(358,100%,4%);--red-100:hsl(358,100%,8%);--red-200:hsl(358,100%,16%);--red-300:hsl(358,100%,24%);--red-400:hsl(358,100%,70%);--red-500:hsl(358,100%,75%);--red-600:hsl(358,100%,80%);--red-700:hsl(358,100%,85%);--red-800:hsl(358,100%,90%);--red-900:hsl(358,100%,95%);--gold:hsl(48,100%,50%);--gold-lighter:hsl(45,100%,9%);--gold-darker:hsl(45,100%,80%);--silver:hsl(210,6%,72%);--silver-lighter:hsl(210,5%,9%);--silver-darker:hsl(210,5%,70%);--bronze:hsl(28,38%,65%);--bronze-lighter:hsl(28,40%,8%);--bronze-darker:hsl(28,46.7%,75%);--bc-lightest:var(--black-400);--bc-lighter:var(--black-400);--bc-light:var(--black-400);--bc-medium:var(--black-400);--bc-dark:var(--black-700);--bc-darker:var(--black-900);--focus-ring:hsla(206,100%,40%,0.9);--focus-ring-success:hsla(140,40%,40%,0.9);--focus-ring-warning:hsla(47,76%,46%,0.9);--focus-ring-error:hsla(358,62%,47%,0.9);--focus-ring-muted:hsla(210,8%,55%,0.95);--fc-dark:var(--black-900);--fc-medium:var(--black-700);--fc-light:var(--black-500);--bs-sm:none;--bs-md:none;--bs-lg:none;--bs-xl:none;--scrollbar:var(--black);--highlight-bg:hsl(0,0%,10%);--highlight-color:hsl(0,0%,100%);--highlight-comment:hsl(0,0%,99%);--highlight-punctuation:hsl(0,0%,99%);--highlight-namespace:hsl(36,96%,71%);--highlight-attribute:hsl(200,57%,85%);--highlight-literal:hsl(36,96%,71%);--highlight-symbol:hsl(304,39%,85%);--highlight-keyword:hsl(200,57%,85%);--highlight-variable:hsl(62,71%,81%);--highlight-addition:var(--green-600);--highlight-deletion:var(--red-700)}}.ba{border-style:solid !important;border-width:var(--su-static1) !important}.bt{border-top-style:solid !important;border-top-width:var(--su-static1) !important}.br{border-right-style:solid !important;border-right-width:var(--su-static1) !important}.bb{border-bottom-style:solid !important;border-bottom-width:var(--su-static1) !important}.bl{border-left-style:solid !important;border-left-width:var(--su-static1) !important}.bx{border-left-style:solid !important;border-right-style:solid !important;border-right-width:var(--su-static1) !important;border-left-width:var(--su-static1) !important}.by{border-top-style:solid !important;border-bottom-style:solid !important;border-top-width:var(--su-static1) !important;border-bottom-width:var(--su-static1) !important}.baw0{border-width:0 !important}.baw1{border-width:var(--su-static1) !important}.baw2{border-width:var(--su-static2) !important}.baw3{border-width:var(--su-static4) !important}.btw0{border-top-width:0 !important}.btw1{border-top-width:var(--su-static1) !important}.btw2{border-top-width:var(--su-static2) !important}.btw3{border-top-width:var(--su-static4) !important}.brw0{border-right-width:0 !important}.brw1{border-right-width:var(--su-static1) !important}.brw2{border-right-width:var(--su-static2) !important}.brw3{border-right-width:var(--su-static4) !important}.bbw0{border-bottom-width:0 !important}.bbw1{border-bottom-width:var(--su-static1) !important}.bbw2{border-bottom-width:var(--su-static2) !important}.bbw3{border-bottom-width:var(--su-static4) !important}.blw0{border-left-width:0 !important}.blw0{border-left-width:0 !important}.blw1{border-left-width:var(--su-static1) !important}.blw2{border-left-width:var(--su-static2) !important}.blw3{border-left-width:var(--su-static4) !important}.byw0{border-top-width:0 !important;border-bottom-width:0 !important}.byw1{border-top-width:var(--su-static1) !important;border-bottom-width:var(--su-static1) !important}.byw2{border-top-width:var(--su-static2) !important;border-bottom-width:var(--su-static2) !important}.byw3{border-top-width:var(--su-static4) !important;border-bottom-width:var(--su-static4) !important}.bxw0{border-right-width:0 !important;border-left-width:0 !important}.bxw1{border-right-width:var(--su-static1) !important;border-left-width:var(--su-static1) !important}.bxw2{border-right-width:var(--su-static2) !important;border-left-width:var(--su-static2) !important}.bxw3{border-right-width:var(--su-static4) !important;border-left-width:var(--su-static4) !important}.bas-solid{border-style:solid !important}.bas-dashed{border-style:dashed !important}.bts-solid{border-top-style:solid !important}.bts-dashed{border-top-style:dashed !important}.brs-solid{border-right-style:solid !important}.brs-dashed{border-right-style:dashed !important}.bbs-solid{border-bottom-style:solid !important}.bbs-dashed{border-bottom-style:dashed !important}.bls-solid{border-left-style:solid !important}.bls-dashed{border-left-style:dashed !important}.bar-sm{border-radius:var(--br-sm) !important}.bar-md{border-radius:var(--br-md) !important}.bar-lg{border-radius:var(--br-lg) !important}.bar-circle{border-radius:100% !important}.bar-pill{border-radius:1000px !important}.btlr0{border-top-left-radius:0 !important}.btlr-sm{border-top-left-radius:var(--br-sm) !important}.btlr-md{border-top-left-radius:var(--br-md) !important}.btlr-lg{border-top-left-radius:var(--br-lg) !important}.btrr0{border-top-right-radius:0 !important}.btrr-sm{border-top-right-radius:var(--br-sm) !important}.btrr-md{border-top-right-radius:var(--br-md) !important}.btrr-lg{border-top-right-radius:var(--br-lg) !important}.bblr0{border-bottom-left-radius:0 !important}.bblr-sm{border-bottom-left-radius:var(--br-sm) !important}.bblr-md{border-bottom-left-radius:var(--br-md) !important}.bblr-lg{border-bottom-left-radius:var(--br-lg) !important}.bbrr0{border-bottom-right-radius:0 !important}.bbrr-sm{border-bottom-right-radius:var(--br-sm) !important}.bbrr-md{border-bottom-right-radius:var(--br-md) !important}.bbrr-lg{border-bottom-right-radius:var(--br-lg) !important}.btr0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.btr-sm{border-top-left-radius:var(--br-sm) !important;border-top-right-radius:var(--br-sm) !important}.btr-md{border-top-left-radius:var(--br-md) !important;border-top-right-radius:var(--br-md) !important}.btr-lg{border-top-left-radius:var(--br-lg) !important;border-top-right-radius:var(--br-lg) !important}.brr0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.brr-sm{border-top-right-radius:var(--br-sm) !important;border-bottom-right-radius:var(--br-sm) !important}.brr-md{border-top-right-radius:var(--br-md) !important;border-bottom-right-radius:var(--br-md) !important}.brr-lg{border-top-right-radius:var(--br-lg) !important;border-bottom-right-radius:var(--br-lg) !important}.bbr0{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.bbr-sm{border-bottom-left-radius:var(--br-sm) !important;border-bottom-right-radius:var(--br-sm) !important}.bbr-md{border-bottom-left-radius:var(--br-md) !important;border-bottom-right-radius:var(--br-md) !important}.bbr-lg{border-bottom-left-radius:var(--br-lg) !important;border-bottom-right-radius:var(--br-lg) !important}.blr0{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.blr-sm{border-top-left-radius:var(--br-sm) !important;border-bottom-left-radius:var(--br-sm) !important}.blr-md{border-top-left-radius:var(--br-md) !important;border-bottom-left-radius:var(--br-md) !important}.blr-lg{border-top-left-radius:var(--br-lg) !important;border-bottom-left-radius:var(--br-lg) !important}.bar0{border-radius:0 !important}.bc-white-1{border-color:var(--black-500) !important}.bc-white-2{border-color:var(--black-300) !important}.bc-white-3,.bc-white{border-color:var(--white) !important}body.theme-highcontrast .bc-white-1{border-color:var(--black-025) !important}body.theme-highcontrast .bc-white-2{border-color:var(--black-050) !important}.bc-black-025{border-color:var(--black-025) !important}.bc-black-1,.bc-black-050{border-color:var(--black-050) !important}.bc-black-2,.bc-black-075{border-color:var(--black-075) !important}.bc-black-3,.bc-black-100{border-color:var(--black-100) !important}.bc-black-150{border-color:var(--black-150) !important}.bc-black-4,.bc-black-200{border-color:var(--black-200) !important}.bc-black-5,.bc-black-300{border-color:var(--black-300) !important}.bc-black-350{border-color:var(--black-350) !important}.bc-black-6,.bc-black-400{border-color:var(--black-400) !important}.bc-black-7,.bc-black-500{border-color:var(--black-500) !important}.bc-black-600{border-color:var(--black-600) !important}.bc-black-8,.bc-black-700{border-color:var(--black-700) !important}.bc-black-750{border-color:var(--black-750) !important}.bc-black-9,.bc-black-800{border-color:var(--black-800) !important}.bc-black-10,.bc-black-900{border-color:var(--black-900) !important}body.theme-highcontrast .bc-black-025,body.theme-highcontrast .bc-black-1,body.theme-highcontrast .bc-black-050,body.theme-highcontrast .bc-black-2,body.theme-highcontrast .bc-black-075,body.theme-highcontrast .bc-black-3,body.theme-highcontrast .bc-black-100,body.theme-highcontrast .bc-black-150,body.theme-highcontrast .bc-black-4,body.theme-highcontrast .bc-black-200{border-color:var(--black-300) !important}.bc-orange-050{border-color:var(--orange-050) !important}.bc-orange-1,.bc-orange-100{border-color:var(--orange-100) !important}.bc-orange-200{border-color:var(--orange-200) !important}.bc-orange-300{border-color:var(--orange-300) !important}.bc-orange-2,.bc-orange-400{border-color:var(--orange-400) !important}.bc-orange-500{border-color:var(--orange-500) !important}.bc-orange-3,.bc-orange-600{border-color:var(--orange-600) !important}.bc-orange-700{border-color:var(--orange-700) !important}.bc-orange-800{border-color:var(--orange-800) !important}.bc-orange-900{border-color:var(--orange-900) !important}.bc-blue-050{border-color:var(--blue-050) !important}.bc-blue-1,.bc-blue-100{border-color:var(--blue-100) !important}.bc-blue-200{border-color:var(--blue-200) !important}.bc-blue-300{border-color:var(--blue-300) !important}.bc-blue-2,.bc-blue-400{border-color:var(--blue-400) !important}.bc-blue-500{border-color:var(--blue-500) !important}.bc-blue-3,.bc-blue-600{border-color:var(--blue-600) !important}.bc-blue-700{border-color:var(--blue-700) !important}.bc-blue-800{border-color:var(--blue-800) !important}.bc-blue-900{border-color:var(--blue-900) !important}.bc-powder-050{border-color:var(--powder-050) !important}.bc-powder-1,.bc-powder-100{border-color:var(--powder-100) !important}.bc-powder-200{border-color:var(--powder-200) !important}.bc-powder-300{border-color:var(--powder-300) !important}.bc-powder-2,.bc-powder-400{border-color:var(--powder-400) !important}.bc-powder-500{border-color:var(--powder-500) !important}.bc-powder-3,.bc-powder-600{border-color:var(--powder-600) !important}.bc-powder-700{border-color:var(--powder-700) !important}.bc-powder-800{border-color:var(--powder-800) !important}.bc-powder-900{border-color:var(--powder-900) !important}.bc-green-025{border-color:var(--green-025) !important}.bc-green-050{border-color:var(--green-050) !important}.bc-green-1,.bc-green-100{border-color:var(--green-100) !important}.bc-green-200{border-color:var(--green-200) !important}.bc-green-300{border-color:var(--green-300) !important}.bc-green-2,.bc-green-400{border-color:var(--green-400) !important}.bc-green-500{border-color:var(--green-500) !important}.bc-green-3,.bc-success,.bc-green-600{border-color:var(--green-600) !important}.bc-green-700{border-color:var(--green-700) !important}.bc-green-800{border-color:var(--green-800) !important}.bc-green-900{border-color:var(--green-900) !important}.bc-red-050{border-color:var(--red-050) !important}.bc-red-1,.bc-red-100{border-color:var(--red-100) !important}.bc-red-200{border-color:var(--red-200) !important}.bc-red-300{border-color:var(--red-300) !important}.bc-red-2,.bc-error,.bc-red-400{border-color:var(--red-400) !important}.bc-red-500{border-color:var(--red-500) !important}.bc-red-3,.bc-red-600{border-color:var(--red-600) !important}.bc-red-700{border-color:var(--red-700) !important}.bc-red-800{border-color:var(--red-800) !important}.bc-red-900{border-color:var(--red-900) !important}.bc-yellow-050{border-color:var(--yellow-050) !important}.bc-yellow-100{border-color:var(--yellow-100) !important}.bc-yellow-1,.bc-yellow-200{border-color:var(--yellow-200) !important}.bc-yellow-300{border-color:var(--yellow-300) !important}.bc-yellow-2,.bc-yellow-400{border-color:var(--yellow-400) !important}.bc-yellow-500{border-color:var(--yellow-500) !important}.bc-yellow-3,.bc-warning,.bc-yellow-600{border-color:var(--yellow-600) !important}.bc-yellow-700{border-color:var(--yellow-700) !important}.bc-yellow-800{border-color:var(--yellow-800) !important}.bc-yellow-900{border-color:var(--yellow-900) !important}.bc-theme-primary-025{border-color:var(--theme-primary-025) !important}.bc-theme-primary-050{border-color:var(--theme-primary-050) !important}.bc-theme-primary-075{border-color:var(--theme-primary-075) !important}.bc-theme-primary-100{border-color:var(--theme-primary-100) !important}.bc-theme-primary-150{border-color:var(--theme-primary-150) !important}.bc-theme-primary-200{border-color:var(--theme-primary-200) !important}.bc-theme-primary-300{border-color:var(--theme-primary-300) !important}.bc-theme-primary-350{border-color:var(--theme-primary-350) !important}.bc-theme-primary-400{border-color:var(--theme-primary-400) !important}.bc-theme-primary-500{border-color:var(--theme-primary-500) !important}.bc-theme-primary-600{border-color:var(--theme-primary-600) !important}.bc-theme-primary-700{border-color:var(--theme-primary-700) !important}.bc-theme-primary-800{border-color:var(--theme-primary-800) !important}.bc-theme-primary-900{border-color:var(--theme-primary-900) !important}.bc-theme-secondary-025{border-color:var(--theme-secondary-025) !important}.bc-theme-secondary-050{border-color:var(--theme-secondary-050) !important}.bc-theme-secondary-075{border-color:var(--theme-secondary-075) !important}.bc-theme-secondary-100{border-color:var(--theme-secondary-100) !important}.bc-theme-secondary-150{border-color:var(--theme-secondary-150) !important}.bc-theme-secondary-200{border-color:var(--theme-secondary-200) !important}.bc-theme-secondary-300{border-color:var(--theme-secondary-300) !important}.bc-theme-secondary-350{border-color:var(--theme-secondary-350) !important}.bc-theme-secondary-400{border-color:var(--theme-secondary-400) !important}.bc-theme-secondary-500{border-color:var(--theme-secondary-500) !important}.bc-theme-secondary-600{border-color:var(--theme-secondary-600) !important}.bc-theme-secondary-700{border-color:var(--theme-secondary-700) !important}.bc-theme-secondary-800{border-color:var(--theme-secondary-800) !important}.bc-theme-secondary-900{border-color:var(--theme-secondary-900) !important}.bc-transparent{border-color:transparent !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bc-transparent{border-color:transparent !important}}body.theme-dark .d\:bc-transparent,.theme-dark__forced .d\:bc-transparent,body.theme-system .theme-dark__forced .d\:bc-transparent{border-color:transparent !important}.bc-inherit{border-color:inherit !important}.fc-black-900,.h\:fc-black-900:hover,.f\:fc-black-900:focus,.f\:fc-black-900:focus-within{color:var(--black-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-900{color:var(--black-900) !important}}body.theme-dark .d\:fc-black-900,.theme-dark__forced .d\:fc-black-900,body.theme-system .theme-dark__forced .d\:fc-black-900{color:var(--black-900) !important}.bg-black-900,.h\:bg-black-900:hover,.f\:bg-black-900:focus,.f\:bg-black-900:focus-within{background-color:var(--black-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-900{background-color:var(--black-900) !important}}body.theme-dark .d\:bg-black-900,.theme-dark__forced .d\:bg-black-900,body.theme-system .theme-dark__forced .d\:bg-black-900{background-color:var(--black-900) !important}.fc-black-800,.h\:fc-black-800:hover,.f\:fc-black-800:focus,.f\:fc-black-800:focus-within{color:var(--black-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-800{color:var(--black-800) !important}}body.theme-dark .d\:fc-black-800,.theme-dark__forced .d\:fc-black-800,body.theme-system .theme-dark__forced .d\:fc-black-800{color:var(--black-800) !important}.bg-black-800,.h\:bg-black-800:hover,.f\:bg-black-800:focus,.f\:bg-black-800:focus-within{background-color:var(--black-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-800{background-color:var(--black-800) !important}}body.theme-dark .d\:bg-black-800,.theme-dark__forced .d\:bg-black-800,body.theme-system .theme-dark__forced .d\:bg-black-800{background-color:var(--black-800) !important}.fc-black-700,.h\:fc-black-700:hover,.f\:fc-black-700:focus,.f\:fc-black-700:focus-within{color:var(--black-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-700{color:var(--black-700) !important}}body.theme-dark .d\:fc-black-700,.theme-dark__forced .d\:fc-black-700,body.theme-system .theme-dark__forced .d\:fc-black-700{color:var(--black-700) !important}.bg-black-700,.h\:bg-black-700:hover,.f\:bg-black-700:focus,.f\:bg-black-700:focus-within{background-color:var(--black-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-700{background-color:var(--black-700) !important}}body.theme-dark .d\:bg-black-700,.theme-dark__forced .d\:bg-black-700,body.theme-system .theme-dark__forced .d\:bg-black-700{background-color:var(--black-700) !important}.fc-black-600,.h\:fc-black-600:hover,.f\:fc-black-600:focus,.f\:fc-black-600:focus-within{color:var(--black-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-600{color:var(--black-600) !important}}body.theme-dark .d\:fc-black-600,.theme-dark__forced .d\:fc-black-600,body.theme-system .theme-dark__forced .d\:fc-black-600{color:var(--black-600) !important}.bg-black-600,.h\:bg-black-600:hover,.f\:bg-black-600:focus,.f\:bg-black-600:focus-within{background-color:var(--black-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-600{background-color:var(--black-600) !important}}body.theme-dark .d\:bg-black-600,.theme-dark__forced .d\:bg-black-600,body.theme-system .theme-dark__forced .d\:bg-black-600{background-color:var(--black-600) !important}.fc-black-500,.h\:fc-black-500:hover,.f\:fc-black-500:focus,.f\:fc-black-500:focus-within{color:var(--black-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-500{color:var(--black-500) !important}}body.theme-dark .d\:fc-black-500,.theme-dark__forced .d\:fc-black-500,body.theme-system .theme-dark__forced .d\:fc-black-500{color:var(--black-500) !important}.bg-black-500,.h\:bg-black-500:hover,.f\:bg-black-500:focus,.f\:bg-black-500:focus-within{background-color:var(--black-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-500{background-color:var(--black-500) !important}}body.theme-dark .d\:bg-black-500,.theme-dark__forced .d\:bg-black-500,body.theme-system .theme-dark__forced .d\:bg-black-500{background-color:var(--black-500) !important}.fc-black-400,.h\:fc-black-400:hover,.f\:fc-black-400:focus,.f\:fc-black-400:focus-within{color:var(--black-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-400{color:var(--black-400) !important}}body.theme-dark .d\:fc-black-400,.theme-dark__forced .d\:fc-black-400,body.theme-system .theme-dark__forced .d\:fc-black-400{color:var(--black-400) !important}.bg-black-400,.h\:bg-black-400:hover,.f\:bg-black-400:focus,.f\:bg-black-400:focus-within{background-color:var(--black-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-400{background-color:var(--black-400) !important}}body.theme-dark .d\:bg-black-400,.theme-dark__forced .d\:bg-black-400,body.theme-system .theme-dark__forced .d\:bg-black-400{background-color:var(--black-400) !important}.fc-black-300,.h\:fc-black-300:hover,.f\:fc-black-300:focus,.f\:fc-black-300:focus-within{color:var(--black-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-300{color:var(--black-300) !important}}body.theme-dark .d\:fc-black-300,.theme-dark__forced .d\:fc-black-300,body.theme-system .theme-dark__forced .d\:fc-black-300{color:var(--black-300) !important}.bg-black-300,.h\:bg-black-300:hover,.f\:bg-black-300:focus,.f\:bg-black-300:focus-within{background-color:var(--black-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-300{background-color:var(--black-300) !important}}body.theme-dark .d\:bg-black-300,.theme-dark__forced .d\:bg-black-300,body.theme-system .theme-dark__forced .d\:bg-black-300{background-color:var(--black-300) !important}.fc-black-200,.h\:fc-black-200:hover,.f\:fc-black-200:focus,.f\:fc-black-200:focus-within{color:var(--black-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-200{color:var(--black-200) !important}}body.theme-dark .d\:fc-black-200,.theme-dark__forced .d\:fc-black-200,body.theme-system .theme-dark__forced .d\:fc-black-200{color:var(--black-200) !important}.bg-black-200,.h\:bg-black-200:hover,.f\:bg-black-200:focus,.f\:bg-black-200:focus-within{background-color:var(--black-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-200{background-color:var(--black-200) !important}}body.theme-dark .d\:bg-black-200,.theme-dark__forced .d\:bg-black-200,body.theme-system .theme-dark__forced .d\:bg-black-200{background-color:var(--black-200) !important}.fc-black-100,.h\:fc-black-100:hover,.f\:fc-black-100:focus,.f\:fc-black-100:focus-within{color:var(--black-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-100{color:var(--black-100) !important}}body.theme-dark .d\:fc-black-100,.theme-dark__forced .d\:fc-black-100,body.theme-system .theme-dark__forced .d\:fc-black-100{color:var(--black-100) !important}.bg-black-100,.h\:bg-black-100:hover,.f\:bg-black-100:focus,.f\:bg-black-100:focus-within{background-color:var(--black-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-100{background-color:var(--black-100) !important}}body.theme-dark .d\:bg-black-100,.theme-dark__forced .d\:bg-black-100,body.theme-system .theme-dark__forced .d\:bg-black-100{background-color:var(--black-100) !important}.fc-black-050,.h\:fc-black-050:hover,.f\:fc-black-050:focus,.f\:fc-black-050:focus-within{color:var(--black-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-050{color:var(--black-050) !important}}body.theme-dark .d\:fc-black-050,.theme-dark__forced .d\:fc-black-050,body.theme-system .theme-dark__forced .d\:fc-black-050{color:var(--black-050) !important}.bg-black-050,.h\:bg-black-050:hover,.f\:bg-black-050:focus,.f\:bg-black-050:focus-within{background-color:var(--black-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-050{background-color:var(--black-050) !important}}body.theme-dark .d\:bg-black-050,.theme-dark__forced .d\:bg-black-050,body.theme-system .theme-dark__forced .d\:bg-black-050{background-color:var(--black-050) !important}.fc-orange-900,.h\:fc-orange-900:hover,.f\:fc-orange-900:focus,.f\:fc-orange-900:focus-within{color:var(--orange-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-900{color:var(--orange-900) !important}}body.theme-dark .d\:fc-orange-900,.theme-dark__forced .d\:fc-orange-900,body.theme-system .theme-dark__forced .d\:fc-orange-900{color:var(--orange-900) !important}.bg-orange-900,.h\:bg-orange-900:hover,.f\:bg-orange-900:focus,.f\:bg-orange-900:focus-within{background-color:var(--orange-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-900{background-color:var(--orange-900) !important}}body.theme-dark .d\:bg-orange-900,.theme-dark__forced .d\:bg-orange-900,body.theme-system .theme-dark__forced .d\:bg-orange-900{background-color:var(--orange-900) !important}.fc-orange-800,.h\:fc-orange-800:hover,.f\:fc-orange-800:focus,.f\:fc-orange-800:focus-within{color:var(--orange-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-800{color:var(--orange-800) !important}}body.theme-dark .d\:fc-orange-800,.theme-dark__forced .d\:fc-orange-800,body.theme-system .theme-dark__forced .d\:fc-orange-800{color:var(--orange-800) !important}.bg-orange-800,.h\:bg-orange-800:hover,.f\:bg-orange-800:focus,.f\:bg-orange-800:focus-within{background-color:var(--orange-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-800{background-color:var(--orange-800) !important}}body.theme-dark .d\:bg-orange-800,.theme-dark__forced .d\:bg-orange-800,body.theme-system .theme-dark__forced .d\:bg-orange-800{background-color:var(--orange-800) !important}.fc-orange-700,.h\:fc-orange-700:hover,.f\:fc-orange-700:focus,.f\:fc-orange-700:focus-within{color:var(--orange-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-700{color:var(--orange-700) !important}}body.theme-dark .d\:fc-orange-700,.theme-dark__forced .d\:fc-orange-700,body.theme-system .theme-dark__forced .d\:fc-orange-700{color:var(--orange-700) !important}.bg-orange-700,.h\:bg-orange-700:hover,.f\:bg-orange-700:focus,.f\:bg-orange-700:focus-within{background-color:var(--orange-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-700{background-color:var(--orange-700) !important}}body.theme-dark .d\:bg-orange-700,.theme-dark__forced .d\:bg-orange-700,body.theme-system .theme-dark__forced .d\:bg-orange-700{background-color:var(--orange-700) !important}.fc-orange-600,.h\:fc-orange-600:hover,.f\:fc-orange-600:focus,.f\:fc-orange-600:focus-within{color:var(--orange-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-600{color:var(--orange-600) !important}}body.theme-dark .d\:fc-orange-600,.theme-dark__forced .d\:fc-orange-600,body.theme-system .theme-dark__forced .d\:fc-orange-600{color:var(--orange-600) !important}.bg-orange-600,.h\:bg-orange-600:hover,.f\:bg-orange-600:focus,.f\:bg-orange-600:focus-within{background-color:var(--orange-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-600{background-color:var(--orange-600) !important}}body.theme-dark .d\:bg-orange-600,.theme-dark__forced .d\:bg-orange-600,body.theme-system .theme-dark__forced .d\:bg-orange-600{background-color:var(--orange-600) !important}.fc-orange-500,.h\:fc-orange-500:hover,.f\:fc-orange-500:focus,.f\:fc-orange-500:focus-within{color:var(--orange-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-500{color:var(--orange-500) !important}}body.theme-dark .d\:fc-orange-500,.theme-dark__forced .d\:fc-orange-500,body.theme-system .theme-dark__forced .d\:fc-orange-500{color:var(--orange-500) !important}.bg-orange-500,.h\:bg-orange-500:hover,.f\:bg-orange-500:focus,.f\:bg-orange-500:focus-within{background-color:var(--orange-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-500{background-color:var(--orange-500) !important}}body.theme-dark .d\:bg-orange-500,.theme-dark__forced .d\:bg-orange-500,body.theme-system .theme-dark__forced .d\:bg-orange-500{background-color:var(--orange-500) !important}.fc-orange-400,.h\:fc-orange-400:hover,.f\:fc-orange-400:focus,.f\:fc-orange-400:focus-within{color:var(--orange-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-400{color:var(--orange-400) !important}}body.theme-dark .d\:fc-orange-400,.theme-dark__forced .d\:fc-orange-400,body.theme-system .theme-dark__forced .d\:fc-orange-400{color:var(--orange-400) !important}.bg-orange-400,.h\:bg-orange-400:hover,.f\:bg-orange-400:focus,.f\:bg-orange-400:focus-within{background-color:var(--orange-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-400{background-color:var(--orange-400) !important}}body.theme-dark .d\:bg-orange-400,.theme-dark__forced .d\:bg-orange-400,body.theme-system .theme-dark__forced .d\:bg-orange-400{background-color:var(--orange-400) !important}.fc-orange-300,.h\:fc-orange-300:hover,.f\:fc-orange-300:focus,.f\:fc-orange-300:focus-within{color:var(--orange-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-300{color:var(--orange-300) !important}}body.theme-dark .d\:fc-orange-300,.theme-dark__forced .d\:fc-orange-300,body.theme-system .theme-dark__forced .d\:fc-orange-300{color:var(--orange-300) !important}.bg-orange-300,.h\:bg-orange-300:hover,.f\:bg-orange-300:focus,.f\:bg-orange-300:focus-within{background-color:var(--orange-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-300{background-color:var(--orange-300) !important}}body.theme-dark .d\:bg-orange-300,.theme-dark__forced .d\:bg-orange-300,body.theme-system .theme-dark__forced .d\:bg-orange-300{background-color:var(--orange-300) !important}.fc-orange-200,.h\:fc-orange-200:hover,.f\:fc-orange-200:focus,.f\:fc-orange-200:focus-within{color:var(--orange-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-200{color:var(--orange-200) !important}}body.theme-dark .d\:fc-orange-200,.theme-dark__forced .d\:fc-orange-200,body.theme-system .theme-dark__forced .d\:fc-orange-200{color:var(--orange-200) !important}.bg-orange-200,.h\:bg-orange-200:hover,.f\:bg-orange-200:focus,.f\:bg-orange-200:focus-within{background-color:var(--orange-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-200{background-color:var(--orange-200) !important}}body.theme-dark .d\:bg-orange-200,.theme-dark__forced .d\:bg-orange-200,body.theme-system .theme-dark__forced .d\:bg-orange-200{background-color:var(--orange-200) !important}.fc-orange-100,.h\:fc-orange-100:hover,.f\:fc-orange-100:focus,.f\:fc-orange-100:focus-within{color:var(--orange-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-100{color:var(--orange-100) !important}}body.theme-dark .d\:fc-orange-100,.theme-dark__forced .d\:fc-orange-100,body.theme-system .theme-dark__forced .d\:fc-orange-100{color:var(--orange-100) !important}.bg-orange-100,.h\:bg-orange-100:hover,.f\:bg-orange-100:focus,.f\:bg-orange-100:focus-within{background-color:var(--orange-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-100{background-color:var(--orange-100) !important}}body.theme-dark .d\:bg-orange-100,.theme-dark__forced .d\:bg-orange-100,body.theme-system .theme-dark__forced .d\:bg-orange-100{background-color:var(--orange-100) !important}.fc-orange-050,.h\:fc-orange-050:hover,.f\:fc-orange-050:focus,.f\:fc-orange-050:focus-within{color:var(--orange-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-orange-050{color:var(--orange-050) !important}}body.theme-dark .d\:fc-orange-050,.theme-dark__forced .d\:fc-orange-050,body.theme-system .theme-dark__forced .d\:fc-orange-050{color:var(--orange-050) !important}.bg-orange-050,.h\:bg-orange-050:hover,.f\:bg-orange-050:focus,.f\:bg-orange-050:focus-within{background-color:var(--orange-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-orange-050{background-color:var(--orange-050) !important}}body.theme-dark .d\:bg-orange-050,.theme-dark__forced .d\:bg-orange-050,body.theme-system .theme-dark__forced .d\:bg-orange-050{background-color:var(--orange-050) !important}.fc-blue-900,.h\:fc-blue-900:hover,.f\:fc-blue-900:focus,.f\:fc-blue-900:focus-within{color:var(--blue-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-900{color:var(--blue-900) !important}}body.theme-dark .d\:fc-blue-900,.theme-dark__forced .d\:fc-blue-900,body.theme-system .theme-dark__forced .d\:fc-blue-900{color:var(--blue-900) !important}.bg-blue-900,.h\:bg-blue-900:hover,.f\:bg-blue-900:focus,.f\:bg-blue-900:focus-within{background-color:var(--blue-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-900{background-color:var(--blue-900) !important}}body.theme-dark .d\:bg-blue-900,.theme-dark__forced .d\:bg-blue-900,body.theme-system .theme-dark__forced .d\:bg-blue-900{background-color:var(--blue-900) !important}.fc-blue-800,.h\:fc-blue-800:hover,.f\:fc-blue-800:focus,.f\:fc-blue-800:focus-within{color:var(--blue-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-800{color:var(--blue-800) !important}}body.theme-dark .d\:fc-blue-800,.theme-dark__forced .d\:fc-blue-800,body.theme-system .theme-dark__forced .d\:fc-blue-800{color:var(--blue-800) !important}.bg-blue-800,.h\:bg-blue-800:hover,.f\:bg-blue-800:focus,.f\:bg-blue-800:focus-within{background-color:var(--blue-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-800{background-color:var(--blue-800) !important}}body.theme-dark .d\:bg-blue-800,.theme-dark__forced .d\:bg-blue-800,body.theme-system .theme-dark__forced .d\:bg-blue-800{background-color:var(--blue-800) !important}.fc-blue-700,.h\:fc-blue-700:hover,.f\:fc-blue-700:focus,.f\:fc-blue-700:focus-within{color:var(--blue-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-700{color:var(--blue-700) !important}}body.theme-dark .d\:fc-blue-700,.theme-dark__forced .d\:fc-blue-700,body.theme-system .theme-dark__forced .d\:fc-blue-700{color:var(--blue-700) !important}.bg-blue-700,.h\:bg-blue-700:hover,.f\:bg-blue-700:focus,.f\:bg-blue-700:focus-within{background-color:var(--blue-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-700{background-color:var(--blue-700) !important}}body.theme-dark .d\:bg-blue-700,.theme-dark__forced .d\:bg-blue-700,body.theme-system .theme-dark__forced .d\:bg-blue-700{background-color:var(--blue-700) !important}.fc-blue-600,.h\:fc-blue-600:hover,.f\:fc-blue-600:focus,.f\:fc-blue-600:focus-within{color:var(--blue-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-600{color:var(--blue-600) !important}}body.theme-dark .d\:fc-blue-600,.theme-dark__forced .d\:fc-blue-600,body.theme-system .theme-dark__forced .d\:fc-blue-600{color:var(--blue-600) !important}.bg-blue-600,.h\:bg-blue-600:hover,.f\:bg-blue-600:focus,.f\:bg-blue-600:focus-within{background-color:var(--blue-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-600{background-color:var(--blue-600) !important}}body.theme-dark .d\:bg-blue-600,.theme-dark__forced .d\:bg-blue-600,body.theme-system .theme-dark__forced .d\:bg-blue-600{background-color:var(--blue-600) !important}.fc-blue-500,.h\:fc-blue-500:hover,.f\:fc-blue-500:focus,.f\:fc-blue-500:focus-within{color:var(--blue-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-500{color:var(--blue-500) !important}}body.theme-dark .d\:fc-blue-500,.theme-dark__forced .d\:fc-blue-500,body.theme-system .theme-dark__forced .d\:fc-blue-500{color:var(--blue-500) !important}.bg-blue-500,.h\:bg-blue-500:hover,.f\:bg-blue-500:focus,.f\:bg-blue-500:focus-within{background-color:var(--blue-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-500{background-color:var(--blue-500) !important}}body.theme-dark .d\:bg-blue-500,.theme-dark__forced .d\:bg-blue-500,body.theme-system .theme-dark__forced .d\:bg-blue-500{background-color:var(--blue-500) !important}.fc-blue-400,.h\:fc-blue-400:hover,.f\:fc-blue-400:focus,.f\:fc-blue-400:focus-within{color:var(--blue-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-400{color:var(--blue-400) !important}}body.theme-dark .d\:fc-blue-400,.theme-dark__forced .d\:fc-blue-400,body.theme-system .theme-dark__forced .d\:fc-blue-400{color:var(--blue-400) !important}.bg-blue-400,.h\:bg-blue-400:hover,.f\:bg-blue-400:focus,.f\:bg-blue-400:focus-within{background-color:var(--blue-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-400{background-color:var(--blue-400) !important}}body.theme-dark .d\:bg-blue-400,.theme-dark__forced .d\:bg-blue-400,body.theme-system .theme-dark__forced .d\:bg-blue-400{background-color:var(--blue-400) !important}.fc-blue-300,.h\:fc-blue-300:hover,.f\:fc-blue-300:focus,.f\:fc-blue-300:focus-within{color:var(--blue-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-300{color:var(--blue-300) !important}}body.theme-dark .d\:fc-blue-300,.theme-dark__forced .d\:fc-blue-300,body.theme-system .theme-dark__forced .d\:fc-blue-300{color:var(--blue-300) !important}.bg-blue-300,.h\:bg-blue-300:hover,.f\:bg-blue-300:focus,.f\:bg-blue-300:focus-within{background-color:var(--blue-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-300{background-color:var(--blue-300) !important}}body.theme-dark .d\:bg-blue-300,.theme-dark__forced .d\:bg-blue-300,body.theme-system .theme-dark__forced .d\:bg-blue-300{background-color:var(--blue-300) !important}.fc-blue-200,.h\:fc-blue-200:hover,.f\:fc-blue-200:focus,.f\:fc-blue-200:focus-within{color:var(--blue-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-200{color:var(--blue-200) !important}}body.theme-dark .d\:fc-blue-200,.theme-dark__forced .d\:fc-blue-200,body.theme-system .theme-dark__forced .d\:fc-blue-200{color:var(--blue-200) !important}.bg-blue-200,.h\:bg-blue-200:hover,.f\:bg-blue-200:focus,.f\:bg-blue-200:focus-within{background-color:var(--blue-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-200{background-color:var(--blue-200) !important}}body.theme-dark .d\:bg-blue-200,.theme-dark__forced .d\:bg-blue-200,body.theme-system .theme-dark__forced .d\:bg-blue-200{background-color:var(--blue-200) !important}.fc-blue-100,.h\:fc-blue-100:hover,.f\:fc-blue-100:focus,.f\:fc-blue-100:focus-within{color:var(--blue-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-100{color:var(--blue-100) !important}}body.theme-dark .d\:fc-blue-100,.theme-dark__forced .d\:fc-blue-100,body.theme-system .theme-dark__forced .d\:fc-blue-100{color:var(--blue-100) !important}.bg-blue-100,.h\:bg-blue-100:hover,.f\:bg-blue-100:focus,.f\:bg-blue-100:focus-within{background-color:var(--blue-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-100{background-color:var(--blue-100) !important}}body.theme-dark .d\:bg-blue-100,.theme-dark__forced .d\:bg-blue-100,body.theme-system .theme-dark__forced .d\:bg-blue-100{background-color:var(--blue-100) !important}.fc-blue-050,.h\:fc-blue-050:hover,.f\:fc-blue-050:focus,.f\:fc-blue-050:focus-within{color:var(--blue-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-blue-050{color:var(--blue-050) !important}}body.theme-dark .d\:fc-blue-050,.theme-dark__forced .d\:fc-blue-050,body.theme-system .theme-dark__forced .d\:fc-blue-050{color:var(--blue-050) !important}.bg-blue-050,.h\:bg-blue-050:hover,.f\:bg-blue-050:focus,.f\:bg-blue-050:focus-within{background-color:var(--blue-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-blue-050{background-color:var(--blue-050) !important}}body.theme-dark .d\:bg-blue-050,.theme-dark__forced .d\:bg-blue-050,body.theme-system .theme-dark__forced .d\:bg-blue-050{background-color:var(--blue-050) !important}.fc-powder-900,.h\:fc-powder-900:hover,.f\:fc-powder-900:focus,.f\:fc-powder-900:focus-within{color:var(--powder-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-900{color:var(--powder-900) !important}}body.theme-dark .d\:fc-powder-900,.theme-dark__forced .d\:fc-powder-900,body.theme-system .theme-dark__forced .d\:fc-powder-900{color:var(--powder-900) !important}.bg-powder-900,.h\:bg-powder-900:hover,.f\:bg-powder-900:focus,.f\:bg-powder-900:focus-within{background-color:var(--powder-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-900{background-color:var(--powder-900) !important}}body.theme-dark .d\:bg-powder-900,.theme-dark__forced .d\:bg-powder-900,body.theme-system .theme-dark__forced .d\:bg-powder-900{background-color:var(--powder-900) !important}.fc-powder-800,.h\:fc-powder-800:hover,.f\:fc-powder-800:focus,.f\:fc-powder-800:focus-within{color:var(--powder-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-800{color:var(--powder-800) !important}}body.theme-dark .d\:fc-powder-800,.theme-dark__forced .d\:fc-powder-800,body.theme-system .theme-dark__forced .d\:fc-powder-800{color:var(--powder-800) !important}.bg-powder-800,.h\:bg-powder-800:hover,.f\:bg-powder-800:focus,.f\:bg-powder-800:focus-within{background-color:var(--powder-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-800{background-color:var(--powder-800) !important}}body.theme-dark .d\:bg-powder-800,.theme-dark__forced .d\:bg-powder-800,body.theme-system .theme-dark__forced .d\:bg-powder-800{background-color:var(--powder-800) !important}.fc-powder-700,.h\:fc-powder-700:hover,.f\:fc-powder-700:focus,.f\:fc-powder-700:focus-within{color:var(--powder-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-700{color:var(--powder-700) !important}}body.theme-dark .d\:fc-powder-700,.theme-dark__forced .d\:fc-powder-700,body.theme-system .theme-dark__forced .d\:fc-powder-700{color:var(--powder-700) !important}.bg-powder-700,.h\:bg-powder-700:hover,.f\:bg-powder-700:focus,.f\:bg-powder-700:focus-within{background-color:var(--powder-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-700{background-color:var(--powder-700) !important}}body.theme-dark .d\:bg-powder-700,.theme-dark__forced .d\:bg-powder-700,body.theme-system .theme-dark__forced .d\:bg-powder-700{background-color:var(--powder-700) !important}.fc-powder-600,.h\:fc-powder-600:hover,.f\:fc-powder-600:focus,.f\:fc-powder-600:focus-within{color:var(--powder-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-600{color:var(--powder-600) !important}}body.theme-dark .d\:fc-powder-600,.theme-dark__forced .d\:fc-powder-600,body.theme-system .theme-dark__forced .d\:fc-powder-600{color:var(--powder-600) !important}.bg-powder-600,.h\:bg-powder-600:hover,.f\:bg-powder-600:focus,.f\:bg-powder-600:focus-within{background-color:var(--powder-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-600{background-color:var(--powder-600) !important}}body.theme-dark .d\:bg-powder-600,.theme-dark__forced .d\:bg-powder-600,body.theme-system .theme-dark__forced .d\:bg-powder-600{background-color:var(--powder-600) !important}.fc-powder-500,.h\:fc-powder-500:hover,.f\:fc-powder-500:focus,.f\:fc-powder-500:focus-within{color:var(--powder-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-500{color:var(--powder-500) !important}}body.theme-dark .d\:fc-powder-500,.theme-dark__forced .d\:fc-powder-500,body.theme-system .theme-dark__forced .d\:fc-powder-500{color:var(--powder-500) !important}.bg-powder-500,.h\:bg-powder-500:hover,.f\:bg-powder-500:focus,.f\:bg-powder-500:focus-within{background-color:var(--powder-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-500{background-color:var(--powder-500) !important}}body.theme-dark .d\:bg-powder-500,.theme-dark__forced .d\:bg-powder-500,body.theme-system .theme-dark__forced .d\:bg-powder-500{background-color:var(--powder-500) !important}.fc-powder-400,.h\:fc-powder-400:hover,.f\:fc-powder-400:focus,.f\:fc-powder-400:focus-within{color:var(--powder-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-400{color:var(--powder-400) !important}}body.theme-dark .d\:fc-powder-400,.theme-dark__forced .d\:fc-powder-400,body.theme-system .theme-dark__forced .d\:fc-powder-400{color:var(--powder-400) !important}.bg-powder-400,.h\:bg-powder-400:hover,.f\:bg-powder-400:focus,.f\:bg-powder-400:focus-within{background-color:var(--powder-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-400{background-color:var(--powder-400) !important}}body.theme-dark .d\:bg-powder-400,.theme-dark__forced .d\:bg-powder-400,body.theme-system .theme-dark__forced .d\:bg-powder-400{background-color:var(--powder-400) !important}.fc-powder-300,.h\:fc-powder-300:hover,.f\:fc-powder-300:focus,.f\:fc-powder-300:focus-within{color:var(--powder-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-300{color:var(--powder-300) !important}}body.theme-dark .d\:fc-powder-300,.theme-dark__forced .d\:fc-powder-300,body.theme-system .theme-dark__forced .d\:fc-powder-300{color:var(--powder-300) !important}.bg-powder-300,.h\:bg-powder-300:hover,.f\:bg-powder-300:focus,.f\:bg-powder-300:focus-within{background-color:var(--powder-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-300{background-color:var(--powder-300) !important}}body.theme-dark .d\:bg-powder-300,.theme-dark__forced .d\:bg-powder-300,body.theme-system .theme-dark__forced .d\:bg-powder-300{background-color:var(--powder-300) !important}.fc-powder-200,.h\:fc-powder-200:hover,.f\:fc-powder-200:focus,.f\:fc-powder-200:focus-within{color:var(--powder-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-200{color:var(--powder-200) !important}}body.theme-dark .d\:fc-powder-200,.theme-dark__forced .d\:fc-powder-200,body.theme-system .theme-dark__forced .d\:fc-powder-200{color:var(--powder-200) !important}.bg-powder-200,.h\:bg-powder-200:hover,.f\:bg-powder-200:focus,.f\:bg-powder-200:focus-within{background-color:var(--powder-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-200{background-color:var(--powder-200) !important}}body.theme-dark .d\:bg-powder-200,.theme-dark__forced .d\:bg-powder-200,body.theme-system .theme-dark__forced .d\:bg-powder-200{background-color:var(--powder-200) !important}.fc-powder-100,.h\:fc-powder-100:hover,.f\:fc-powder-100:focus,.f\:fc-powder-100:focus-within{color:var(--powder-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-100{color:var(--powder-100) !important}}body.theme-dark .d\:fc-powder-100,.theme-dark__forced .d\:fc-powder-100,body.theme-system .theme-dark__forced .d\:fc-powder-100{color:var(--powder-100) !important}.bg-powder-100,.h\:bg-powder-100:hover,.f\:bg-powder-100:focus,.f\:bg-powder-100:focus-within{background-color:var(--powder-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-100{background-color:var(--powder-100) !important}}body.theme-dark .d\:bg-powder-100,.theme-dark__forced .d\:bg-powder-100,body.theme-system .theme-dark__forced .d\:bg-powder-100{background-color:var(--powder-100) !important}.fc-powder-050,.h\:fc-powder-050:hover,.f\:fc-powder-050:focus,.f\:fc-powder-050:focus-within{color:var(--powder-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-powder-050{color:var(--powder-050) !important}}body.theme-dark .d\:fc-powder-050,.theme-dark__forced .d\:fc-powder-050,body.theme-system .theme-dark__forced .d\:fc-powder-050{color:var(--powder-050) !important}.bg-powder-050,.h\:bg-powder-050:hover,.f\:bg-powder-050:focus,.f\:bg-powder-050:focus-within{background-color:var(--powder-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-powder-050{background-color:var(--powder-050) !important}}body.theme-dark .d\:bg-powder-050,.theme-dark__forced .d\:bg-powder-050,body.theme-system .theme-dark__forced .d\:bg-powder-050{background-color:var(--powder-050) !important}.fc-green-900,.h\:fc-green-900:hover,.f\:fc-green-900:focus,.f\:fc-green-900:focus-within{color:var(--green-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-900{color:var(--green-900) !important}}body.theme-dark .d\:fc-green-900,.theme-dark__forced .d\:fc-green-900,body.theme-system .theme-dark__forced .d\:fc-green-900{color:var(--green-900) !important}.bg-green-900,.h\:bg-green-900:hover,.f\:bg-green-900:focus,.f\:bg-green-900:focus-within{background-color:var(--green-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-900{background-color:var(--green-900) !important}}body.theme-dark .d\:bg-green-900,.theme-dark__forced .d\:bg-green-900,body.theme-system .theme-dark__forced .d\:bg-green-900{background-color:var(--green-900) !important}.fc-green-800,.h\:fc-green-800:hover,.f\:fc-green-800:focus,.f\:fc-green-800:focus-within{color:var(--green-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-800{color:var(--green-800) !important}}body.theme-dark .d\:fc-green-800,.theme-dark__forced .d\:fc-green-800,body.theme-system .theme-dark__forced .d\:fc-green-800{color:var(--green-800) !important}.bg-green-800,.h\:bg-green-800:hover,.f\:bg-green-800:focus,.f\:bg-green-800:focus-within{background-color:var(--green-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-800{background-color:var(--green-800) !important}}body.theme-dark .d\:bg-green-800,.theme-dark__forced .d\:bg-green-800,body.theme-system .theme-dark__forced .d\:bg-green-800{background-color:var(--green-800) !important}.fc-green-700,.h\:fc-green-700:hover,.f\:fc-green-700:focus,.f\:fc-green-700:focus-within{color:var(--green-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-700{color:var(--green-700) !important}}body.theme-dark .d\:fc-green-700,.theme-dark__forced .d\:fc-green-700,body.theme-system .theme-dark__forced .d\:fc-green-700{color:var(--green-700) !important}.bg-green-700,.h\:bg-green-700:hover,.f\:bg-green-700:focus,.f\:bg-green-700:focus-within{background-color:var(--green-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-700{background-color:var(--green-700) !important}}body.theme-dark .d\:bg-green-700,.theme-dark__forced .d\:bg-green-700,body.theme-system .theme-dark__forced .d\:bg-green-700{background-color:var(--green-700) !important}.fc-green-600,.h\:fc-green-600:hover,.f\:fc-green-600:focus,.f\:fc-green-600:focus-within,.fc-success{color:var(--green-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-600{color:var(--green-600) !important}}body.theme-dark .d\:fc-green-600,.theme-dark__forced .d\:fc-green-600,body.theme-system .theme-dark__forced .d\:fc-green-600{color:var(--green-600) !important}.bg-green-600,.h\:bg-green-600:hover,.f\:bg-green-600:focus,.f\:bg-green-600:focus-within{background-color:var(--green-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-600{background-color:var(--green-600) !important}}body.theme-dark .d\:bg-green-600,.theme-dark__forced .d\:bg-green-600,body.theme-system .theme-dark__forced .d\:bg-green-600{background-color:var(--green-600) !important}.fc-green-500,.h\:fc-green-500:hover,.f\:fc-green-500:focus,.f\:fc-green-500:focus-within{color:var(--green-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-500{color:var(--green-500) !important}}body.theme-dark .d\:fc-green-500,.theme-dark__forced .d\:fc-green-500,body.theme-system .theme-dark__forced .d\:fc-green-500{color:var(--green-500) !important}.bg-green-500,.h\:bg-green-500:hover,.f\:bg-green-500:focus,.f\:bg-green-500:focus-within,.bg-success{background-color:var(--green-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-500{background-color:var(--green-500) !important}}body.theme-dark .d\:bg-green-500,.theme-dark__forced .d\:bg-green-500,body.theme-system .theme-dark__forced .d\:bg-green-500{background-color:var(--green-500) !important}.fc-green-400,.h\:fc-green-400:hover,.f\:fc-green-400:focus,.f\:fc-green-400:focus-within{color:var(--green-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-400{color:var(--green-400) !important}}body.theme-dark .d\:fc-green-400,.theme-dark__forced .d\:fc-green-400,body.theme-system .theme-dark__forced .d\:fc-green-400{color:var(--green-400) !important}.bg-green-400,.h\:bg-green-400:hover,.f\:bg-green-400:focus,.f\:bg-green-400:focus-within{background-color:var(--green-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-400{background-color:var(--green-400) !important}}body.theme-dark .d\:bg-green-400,.theme-dark__forced .d\:bg-green-400,body.theme-system .theme-dark__forced .d\:bg-green-400{background-color:var(--green-400) !important}.fc-green-300,.h\:fc-green-300:hover,.f\:fc-green-300:focus,.f\:fc-green-300:focus-within{color:var(--green-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-300{color:var(--green-300) !important}}body.theme-dark .d\:fc-green-300,.theme-dark__forced .d\:fc-green-300,body.theme-system .theme-dark__forced .d\:fc-green-300{color:var(--green-300) !important}.bg-green-300,.h\:bg-green-300:hover,.f\:bg-green-300:focus,.f\:bg-green-300:focus-within{background-color:var(--green-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-300{background-color:var(--green-300) !important}}body.theme-dark .d\:bg-green-300,.theme-dark__forced .d\:bg-green-300,body.theme-system .theme-dark__forced .d\:bg-green-300{background-color:var(--green-300) !important}.fc-green-200,.h\:fc-green-200:hover,.f\:fc-green-200:focus,.f\:fc-green-200:focus-within{color:var(--green-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-200{color:var(--green-200) !important}}body.theme-dark .d\:fc-green-200,.theme-dark__forced .d\:fc-green-200,body.theme-system .theme-dark__forced .d\:fc-green-200{color:var(--green-200) !important}.bg-green-200,.h\:bg-green-200:hover,.f\:bg-green-200:focus,.f\:bg-green-200:focus-within{background-color:var(--green-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-200{background-color:var(--green-200) !important}}body.theme-dark .d\:bg-green-200,.theme-dark__forced .d\:bg-green-200,body.theme-system .theme-dark__forced .d\:bg-green-200{background-color:var(--green-200) !important}.fc-green-100,.h\:fc-green-100:hover,.f\:fc-green-100:focus,.f\:fc-green-100:focus-within{color:var(--green-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-100{color:var(--green-100) !important}}body.theme-dark .d\:fc-green-100,.theme-dark__forced .d\:fc-green-100,body.theme-system .theme-dark__forced .d\:fc-green-100{color:var(--green-100) !important}.bg-green-100,.h\:bg-green-100:hover,.f\:bg-green-100:focus,.f\:bg-green-100:focus-within{background-color:var(--green-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-100{background-color:var(--green-100) !important}}body.theme-dark .d\:bg-green-100,.theme-dark__forced .d\:bg-green-100,body.theme-system .theme-dark__forced .d\:bg-green-100{background-color:var(--green-100) !important}.fc-green-050,.h\:fc-green-050:hover,.f\:fc-green-050:focus,.f\:fc-green-050:focus-within{color:var(--green-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-050{color:var(--green-050) !important}}body.theme-dark .d\:fc-green-050,.theme-dark__forced .d\:fc-green-050,body.theme-system .theme-dark__forced .d\:fc-green-050{color:var(--green-050) !important}.bg-green-050,.h\:bg-green-050:hover,.f\:bg-green-050:focus,.f\:bg-green-050:focus-within{background-color:var(--green-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-050{background-color:var(--green-050) !important}}body.theme-dark .d\:bg-green-050,.theme-dark__forced .d\:bg-green-050,body.theme-system .theme-dark__forced .d\:bg-green-050{background-color:var(--green-050) !important}.fc-yellow-900,.h\:fc-yellow-900:hover,.f\:fc-yellow-900:focus,.f\:fc-yellow-900:focus-within{color:var(--yellow-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-900{color:var(--yellow-900) !important}}body.theme-dark .d\:fc-yellow-900,.theme-dark__forced .d\:fc-yellow-900,body.theme-system .theme-dark__forced .d\:fc-yellow-900{color:var(--yellow-900) !important}.bg-yellow-900,.h\:bg-yellow-900:hover,.f\:bg-yellow-900:focus,.f\:bg-yellow-900:focus-within{background-color:var(--yellow-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-900{background-color:var(--yellow-900) !important}}body.theme-dark .d\:bg-yellow-900,.theme-dark__forced .d\:bg-yellow-900,body.theme-system .theme-dark__forced .d\:bg-yellow-900{background-color:var(--yellow-900) !important}.fc-yellow-800,.h\:fc-yellow-800:hover,.f\:fc-yellow-800:focus,.f\:fc-yellow-800:focus-within{color:var(--yellow-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-800{color:var(--yellow-800) !important}}body.theme-dark .d\:fc-yellow-800,.theme-dark__forced .d\:fc-yellow-800,body.theme-system .theme-dark__forced .d\:fc-yellow-800{color:var(--yellow-800) !important}.bg-yellow-800,.h\:bg-yellow-800:hover,.f\:bg-yellow-800:focus,.f\:bg-yellow-800:focus-within{background-color:var(--yellow-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-800{background-color:var(--yellow-800) !important}}body.theme-dark .d\:bg-yellow-800,.theme-dark__forced .d\:bg-yellow-800,body.theme-system .theme-dark__forced .d\:bg-yellow-800{background-color:var(--yellow-800) !important}.fc-yellow-700,.h\:fc-yellow-700:hover,.f\:fc-yellow-700:focus,.f\:fc-yellow-700:focus-within{color:var(--yellow-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-700{color:var(--yellow-700) !important}}body.theme-dark .d\:fc-yellow-700,.theme-dark__forced .d\:fc-yellow-700,body.theme-system .theme-dark__forced .d\:fc-yellow-700{color:var(--yellow-700) !important}.bg-yellow-700,.h\:bg-yellow-700:hover,.f\:bg-yellow-700:focus,.f\:bg-yellow-700:focus-within{background-color:var(--yellow-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-700{background-color:var(--yellow-700) !important}}body.theme-dark .d\:bg-yellow-700,.theme-dark__forced .d\:bg-yellow-700,body.theme-system .theme-dark__forced .d\:bg-yellow-700{background-color:var(--yellow-700) !important}.fc-yellow-600,.h\:fc-yellow-600:hover,.f\:fc-yellow-600:focus,.f\:fc-yellow-600:focus-within,.fc-warning{color:var(--yellow-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-600{color:var(--yellow-600) !important}}body.theme-dark .d\:fc-yellow-600,.theme-dark__forced .d\:fc-yellow-600,body.theme-system .theme-dark__forced .d\:fc-yellow-600{color:var(--yellow-600) !important}.bg-yellow-600,.h\:bg-yellow-600:hover,.f\:bg-yellow-600:focus,.f\:bg-yellow-600:focus-within,.bg-warning{background-color:var(--yellow-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-600{background-color:var(--yellow-600) !important}}body.theme-dark .d\:bg-yellow-600,.theme-dark__forced .d\:bg-yellow-600,body.theme-system .theme-dark__forced .d\:bg-yellow-600{background-color:var(--yellow-600) !important}.fc-yellow-500,.h\:fc-yellow-500:hover,.f\:fc-yellow-500:focus,.f\:fc-yellow-500:focus-within{color:var(--yellow-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-500{color:var(--yellow-500) !important}}body.theme-dark .d\:fc-yellow-500,.theme-dark__forced .d\:fc-yellow-500,body.theme-system .theme-dark__forced .d\:fc-yellow-500{color:var(--yellow-500) !important}.bg-yellow-500,.h\:bg-yellow-500:hover,.f\:bg-yellow-500:focus,.f\:bg-yellow-500:focus-within{background-color:var(--yellow-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-500{background-color:var(--yellow-500) !important}}body.theme-dark .d\:bg-yellow-500,.theme-dark__forced .d\:bg-yellow-500,body.theme-system .theme-dark__forced .d\:bg-yellow-500{background-color:var(--yellow-500) !important}.fc-yellow-400,.h\:fc-yellow-400:hover,.f\:fc-yellow-400:focus,.f\:fc-yellow-400:focus-within{color:var(--yellow-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-400{color:var(--yellow-400) !important}}body.theme-dark .d\:fc-yellow-400,.theme-dark__forced .d\:fc-yellow-400,body.theme-system .theme-dark__forced .d\:fc-yellow-400{color:var(--yellow-400) !important}.bg-yellow-400,.h\:bg-yellow-400:hover,.f\:bg-yellow-400:focus,.f\:bg-yellow-400:focus-within{background-color:var(--yellow-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-400{background-color:var(--yellow-400) !important}}body.theme-dark .d\:bg-yellow-400,.theme-dark__forced .d\:bg-yellow-400,body.theme-system .theme-dark__forced .d\:bg-yellow-400{background-color:var(--yellow-400) !important}.fc-yellow-300,.h\:fc-yellow-300:hover,.f\:fc-yellow-300:focus,.f\:fc-yellow-300:focus-within{color:var(--yellow-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-300{color:var(--yellow-300) !important}}body.theme-dark .d\:fc-yellow-300,.theme-dark__forced .d\:fc-yellow-300,body.theme-system .theme-dark__forced .d\:fc-yellow-300{color:var(--yellow-300) !important}.bg-yellow-300,.h\:bg-yellow-300:hover,.f\:bg-yellow-300:focus,.f\:bg-yellow-300:focus-within{background-color:var(--yellow-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-300{background-color:var(--yellow-300) !important}}body.theme-dark .d\:bg-yellow-300,.theme-dark__forced .d\:bg-yellow-300,body.theme-system .theme-dark__forced .d\:bg-yellow-300{background-color:var(--yellow-300) !important}.fc-yellow-200,.h\:fc-yellow-200:hover,.f\:fc-yellow-200:focus,.f\:fc-yellow-200:focus-within{color:var(--yellow-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-200{color:var(--yellow-200) !important}}body.theme-dark .d\:fc-yellow-200,.theme-dark__forced .d\:fc-yellow-200,body.theme-system .theme-dark__forced .d\:fc-yellow-200{color:var(--yellow-200) !important}.bg-yellow-200,.h\:bg-yellow-200:hover,.f\:bg-yellow-200:focus,.f\:bg-yellow-200:focus-within{background-color:var(--yellow-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-200{background-color:var(--yellow-200) !important}}body.theme-dark .d\:bg-yellow-200,.theme-dark__forced .d\:bg-yellow-200,body.theme-system .theme-dark__forced .d\:bg-yellow-200{background-color:var(--yellow-200) !important}.fc-yellow-100,.h\:fc-yellow-100:hover,.f\:fc-yellow-100:focus,.f\:fc-yellow-100:focus-within{color:var(--yellow-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-100{color:var(--yellow-100) !important}}body.theme-dark .d\:fc-yellow-100,.theme-dark__forced .d\:fc-yellow-100,body.theme-system .theme-dark__forced .d\:fc-yellow-100{color:var(--yellow-100) !important}.bg-yellow-100,.h\:bg-yellow-100:hover,.f\:bg-yellow-100:focus,.f\:bg-yellow-100:focus-within{background-color:var(--yellow-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-100{background-color:var(--yellow-100) !important}}body.theme-dark .d\:bg-yellow-100,.theme-dark__forced .d\:bg-yellow-100,body.theme-system .theme-dark__forced .d\:bg-yellow-100{background-color:var(--yellow-100) !important}.fc-yellow-050,.h\:fc-yellow-050:hover,.f\:fc-yellow-050:focus,.f\:fc-yellow-050:focus-within{color:var(--yellow-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-yellow-050{color:var(--yellow-050) !important}}body.theme-dark .d\:fc-yellow-050,.theme-dark__forced .d\:fc-yellow-050,body.theme-system .theme-dark__forced .d\:fc-yellow-050{color:var(--yellow-050) !important}.bg-yellow-050,.h\:bg-yellow-050:hover,.f\:bg-yellow-050:focus,.f\:bg-yellow-050:focus-within{background-color:var(--yellow-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-yellow-050{background-color:var(--yellow-050) !important}}body.theme-dark .d\:bg-yellow-050,.theme-dark__forced .d\:bg-yellow-050,body.theme-system .theme-dark__forced .d\:bg-yellow-050{background-color:var(--yellow-050) !important}.fc-red-900,.h\:fc-red-900:hover,.f\:fc-red-900:focus,.f\:fc-red-900:focus-within{color:var(--red-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-900{color:var(--red-900) !important}}body.theme-dark .d\:fc-red-900,.theme-dark__forced .d\:fc-red-900,body.theme-system .theme-dark__forced .d\:fc-red-900{color:var(--red-900) !important}.bg-red-900,.h\:bg-red-900:hover,.f\:bg-red-900:focus,.f\:bg-red-900:focus-within{background-color:var(--red-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-900{background-color:var(--red-900) !important}}body.theme-dark .d\:bg-red-900,.theme-dark__forced .d\:bg-red-900,body.theme-system .theme-dark__forced .d\:bg-red-900{background-color:var(--red-900) !important}.fc-red-800,.h\:fc-red-800:hover,.f\:fc-red-800:focus,.f\:fc-red-800:focus-within{color:var(--red-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-800{color:var(--red-800) !important}}body.theme-dark .d\:fc-red-800,.theme-dark__forced .d\:fc-red-800,body.theme-system .theme-dark__forced .d\:fc-red-800{color:var(--red-800) !important}.bg-red-800,.h\:bg-red-800:hover,.f\:bg-red-800:focus,.f\:bg-red-800:focus-within{background-color:var(--red-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-800{background-color:var(--red-800) !important}}body.theme-dark .d\:bg-red-800,.theme-dark__forced .d\:bg-red-800,body.theme-system .theme-dark__forced .d\:bg-red-800{background-color:var(--red-800) !important}.fc-red-700,.h\:fc-red-700:hover,.f\:fc-red-700:focus,.f\:fc-red-700:focus-within{color:var(--red-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-700{color:var(--red-700) !important}}body.theme-dark .d\:fc-red-700,.theme-dark__forced .d\:fc-red-700,body.theme-system .theme-dark__forced .d\:fc-red-700{color:var(--red-700) !important}.bg-red-700,.h\:bg-red-700:hover,.f\:bg-red-700:focus,.f\:bg-red-700:focus-within{background-color:var(--red-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-700{background-color:var(--red-700) !important}}body.theme-dark .d\:bg-red-700,.theme-dark__forced .d\:bg-red-700,body.theme-system .theme-dark__forced .d\:bg-red-700{background-color:var(--red-700) !important}.fc-red-600,.h\:fc-red-600:hover,.f\:fc-red-600:focus,.f\:fc-red-600:focus-within{color:var(--red-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-600{color:var(--red-600) !important}}body.theme-dark .d\:fc-red-600,.theme-dark__forced .d\:fc-red-600,body.theme-system .theme-dark__forced .d\:fc-red-600{color:var(--red-600) !important}.bg-red-600,.h\:bg-red-600:hover,.f\:bg-red-600:focus,.f\:bg-red-600:focus-within{background-color:var(--red-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-600{background-color:var(--red-600) !important}}body.theme-dark .d\:bg-red-600,.theme-dark__forced .d\:bg-red-600,body.theme-system .theme-dark__forced .d\:bg-red-600{background-color:var(--red-600) !important}.fc-red-500,.h\:fc-red-500:hover,.f\:fc-red-500:focus,.f\:fc-red-500:focus-within,.fc-error,.fc-danger{color:var(--red-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-500{color:var(--red-500) !important}}body.theme-dark .d\:fc-red-500,.theme-dark__forced .d\:fc-red-500,body.theme-system .theme-dark__forced .d\:fc-red-500{color:var(--red-500) !important}.bg-red-500,.h\:bg-red-500:hover,.f\:bg-red-500:focus,.f\:bg-red-500:focus-within,.bg-error,.bg-danger{background-color:var(--red-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-500{background-color:var(--red-500) !important}}body.theme-dark .d\:bg-red-500,.theme-dark__forced .d\:bg-red-500,body.theme-system .theme-dark__forced .d\:bg-red-500{background-color:var(--red-500) !important}.fc-red-400,.h\:fc-red-400:hover,.f\:fc-red-400:focus,.f\:fc-red-400:focus-within{color:var(--red-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-400{color:var(--red-400) !important}}body.theme-dark .d\:fc-red-400,.theme-dark__forced .d\:fc-red-400,body.theme-system .theme-dark__forced .d\:fc-red-400{color:var(--red-400) !important}.bg-red-400,.h\:bg-red-400:hover,.f\:bg-red-400:focus,.f\:bg-red-400:focus-within{background-color:var(--red-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-400{background-color:var(--red-400) !important}}body.theme-dark .d\:bg-red-400,.theme-dark__forced .d\:bg-red-400,body.theme-system .theme-dark__forced .d\:bg-red-400{background-color:var(--red-400) !important}.fc-red-300,.h\:fc-red-300:hover,.f\:fc-red-300:focus,.f\:fc-red-300:focus-within{color:var(--red-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-300{color:var(--red-300) !important}}body.theme-dark .d\:fc-red-300,.theme-dark__forced .d\:fc-red-300,body.theme-system .theme-dark__forced .d\:fc-red-300{color:var(--red-300) !important}.bg-red-300,.h\:bg-red-300:hover,.f\:bg-red-300:focus,.f\:bg-red-300:focus-within{background-color:var(--red-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-300{background-color:var(--red-300) !important}}body.theme-dark .d\:bg-red-300,.theme-dark__forced .d\:bg-red-300,body.theme-system .theme-dark__forced .d\:bg-red-300{background-color:var(--red-300) !important}.fc-red-200,.h\:fc-red-200:hover,.f\:fc-red-200:focus,.f\:fc-red-200:focus-within{color:var(--red-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-200{color:var(--red-200) !important}}body.theme-dark .d\:fc-red-200,.theme-dark__forced .d\:fc-red-200,body.theme-system .theme-dark__forced .d\:fc-red-200{color:var(--red-200) !important}.bg-red-200,.h\:bg-red-200:hover,.f\:bg-red-200:focus,.f\:bg-red-200:focus-within{background-color:var(--red-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-200{background-color:var(--red-200) !important}}body.theme-dark .d\:bg-red-200,.theme-dark__forced .d\:bg-red-200,body.theme-system .theme-dark__forced .d\:bg-red-200{background-color:var(--red-200) !important}.fc-red-100,.h\:fc-red-100:hover,.f\:fc-red-100:focus,.f\:fc-red-100:focus-within{color:var(--red-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-100{color:var(--red-100) !important}}body.theme-dark .d\:fc-red-100,.theme-dark__forced .d\:fc-red-100,body.theme-system .theme-dark__forced .d\:fc-red-100{color:var(--red-100) !important}.bg-red-100,.h\:bg-red-100:hover,.f\:bg-red-100:focus,.f\:bg-red-100:focus-within{background-color:var(--red-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-100{background-color:var(--red-100) !important}}body.theme-dark .d\:bg-red-100,.theme-dark__forced .d\:bg-red-100,body.theme-system .theme-dark__forced .d\:bg-red-100{background-color:var(--red-100) !important}.fc-red-050,.h\:fc-red-050:hover,.f\:fc-red-050:focus,.f\:fc-red-050:focus-within{color:var(--red-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-red-050{color:var(--red-050) !important}}body.theme-dark .d\:fc-red-050,.theme-dark__forced .d\:fc-red-050,body.theme-system .theme-dark__forced .d\:fc-red-050{color:var(--red-050) !important}.bg-red-050,.h\:bg-red-050:hover,.f\:bg-red-050:focus,.f\:bg-red-050:focus-within{background-color:var(--red-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-red-050{background-color:var(--red-050) !important}}body.theme-dark .d\:bg-red-050,.theme-dark__forced .d\:bg-red-050,body.theme-system .theme-dark__forced .d\:bg-red-050{background-color:var(--red-050) !important}.fc-theme-primary-900,.h\:fc-theme-primary-900:hover,.f\:fc-theme-primary-900:focus,.f\:fc-theme-primary-900:focus-within{color:var(--theme-primary-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-900{color:var(--theme-primary-900) !important}}body.theme-dark .d\:fc-theme-primary-900,.theme-dark__forced .d\:fc-theme-primary-900,body.theme-system .theme-dark__forced .d\:fc-theme-primary-900{color:var(--theme-primary-900) !important}.bg-theme-primary-900,.h\:bg-theme-primary-900:hover,.f\:bg-theme-primary-900:focus,.f\:bg-theme-primary-900:focus-within{background-color:var(--theme-primary-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-900{background-color:var(--theme-primary-900) !important}}body.theme-dark .d\:bg-theme-primary-900,.theme-dark__forced .d\:bg-theme-primary-900,body.theme-system .theme-dark__forced .d\:bg-theme-primary-900{background-color:var(--theme-primary-900) !important}.fc-theme-primary-800,.h\:fc-theme-primary-800:hover,.f\:fc-theme-primary-800:focus,.f\:fc-theme-primary-800:focus-within{color:var(--theme-primary-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-800{color:var(--theme-primary-800) !important}}body.theme-dark .d\:fc-theme-primary-800,.theme-dark__forced .d\:fc-theme-primary-800,body.theme-system .theme-dark__forced .d\:fc-theme-primary-800{color:var(--theme-primary-800) !important}.bg-theme-primary-800,.h\:bg-theme-primary-800:hover,.f\:bg-theme-primary-800:focus,.f\:bg-theme-primary-800:focus-within{background-color:var(--theme-primary-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-800{background-color:var(--theme-primary-800) !important}}body.theme-dark .d\:bg-theme-primary-800,.theme-dark__forced .d\:bg-theme-primary-800,body.theme-system .theme-dark__forced .d\:bg-theme-primary-800{background-color:var(--theme-primary-800) !important}.fc-theme-primary-700,.h\:fc-theme-primary-700:hover,.f\:fc-theme-primary-700:focus,.f\:fc-theme-primary-700:focus-within{color:var(--theme-primary-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-700{color:var(--theme-primary-700) !important}}body.theme-dark .d\:fc-theme-primary-700,.theme-dark__forced .d\:fc-theme-primary-700,body.theme-system .theme-dark__forced .d\:fc-theme-primary-700{color:var(--theme-primary-700) !important}.bg-theme-primary-700,.h\:bg-theme-primary-700:hover,.f\:bg-theme-primary-700:focus,.f\:bg-theme-primary-700:focus-within{background-color:var(--theme-primary-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-700{background-color:var(--theme-primary-700) !important}}body.theme-dark .d\:bg-theme-primary-700,.theme-dark__forced .d\:bg-theme-primary-700,body.theme-system .theme-dark__forced .d\:bg-theme-primary-700{background-color:var(--theme-primary-700) !important}.fc-theme-primary-600,.h\:fc-theme-primary-600:hover,.f\:fc-theme-primary-600:focus,.f\:fc-theme-primary-600:focus-within{color:var(--theme-primary-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-600{color:var(--theme-primary-600) !important}}body.theme-dark .d\:fc-theme-primary-600,.theme-dark__forced .d\:fc-theme-primary-600,body.theme-system .theme-dark__forced .d\:fc-theme-primary-600{color:var(--theme-primary-600) !important}.bg-theme-primary-600,.h\:bg-theme-primary-600:hover,.f\:bg-theme-primary-600:focus,.f\:bg-theme-primary-600:focus-within{background-color:var(--theme-primary-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-600{background-color:var(--theme-primary-600) !important}}body.theme-dark .d\:bg-theme-primary-600,.theme-dark__forced .d\:bg-theme-primary-600,body.theme-system .theme-dark__forced .d\:bg-theme-primary-600{background-color:var(--theme-primary-600) !important}.fc-theme-primary-500,.h\:fc-theme-primary-500:hover,.f\:fc-theme-primary-500:focus,.f\:fc-theme-primary-500:focus-within{color:var(--theme-primary-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-500{color:var(--theme-primary-500) !important}}body.theme-dark .d\:fc-theme-primary-500,.theme-dark__forced .d\:fc-theme-primary-500,body.theme-system .theme-dark__forced .d\:fc-theme-primary-500{color:var(--theme-primary-500) !important}.bg-theme-primary-500,.h\:bg-theme-primary-500:hover,.f\:bg-theme-primary-500:focus,.f\:bg-theme-primary-500:focus-within{background-color:var(--theme-primary-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-500{background-color:var(--theme-primary-500) !important}}body.theme-dark .d\:bg-theme-primary-500,.theme-dark__forced .d\:bg-theme-primary-500,body.theme-system .theme-dark__forced .d\:bg-theme-primary-500{background-color:var(--theme-primary-500) !important}.fc-theme-primary-400,.h\:fc-theme-primary-400:hover,.f\:fc-theme-primary-400:focus,.f\:fc-theme-primary-400:focus-within{color:var(--theme-primary-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-400{color:var(--theme-primary-400) !important}}body.theme-dark .d\:fc-theme-primary-400,.theme-dark__forced .d\:fc-theme-primary-400,body.theme-system .theme-dark__forced .d\:fc-theme-primary-400{color:var(--theme-primary-400) !important}.bg-theme-primary-400,.h\:bg-theme-primary-400:hover,.f\:bg-theme-primary-400:focus,.f\:bg-theme-primary-400:focus-within{background-color:var(--theme-primary-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-400{background-color:var(--theme-primary-400) !important}}body.theme-dark .d\:bg-theme-primary-400,.theme-dark__forced .d\:bg-theme-primary-400,body.theme-system .theme-dark__forced .d\:bg-theme-primary-400{background-color:var(--theme-primary-400) !important}.fc-theme-primary-300,.h\:fc-theme-primary-300:hover,.f\:fc-theme-primary-300:focus,.f\:fc-theme-primary-300:focus-within{color:var(--theme-primary-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-300{color:var(--theme-primary-300) !important}}body.theme-dark .d\:fc-theme-primary-300,.theme-dark__forced .d\:fc-theme-primary-300,body.theme-system .theme-dark__forced .d\:fc-theme-primary-300{color:var(--theme-primary-300) !important}.bg-theme-primary-300,.h\:bg-theme-primary-300:hover,.f\:bg-theme-primary-300:focus,.f\:bg-theme-primary-300:focus-within{background-color:var(--theme-primary-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-300{background-color:var(--theme-primary-300) !important}}body.theme-dark .d\:bg-theme-primary-300,.theme-dark__forced .d\:bg-theme-primary-300,body.theme-system .theme-dark__forced .d\:bg-theme-primary-300{background-color:var(--theme-primary-300) !important}.fc-theme-primary-200,.h\:fc-theme-primary-200:hover,.f\:fc-theme-primary-200:focus,.f\:fc-theme-primary-200:focus-within{color:var(--theme-primary-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-200{color:var(--theme-primary-200) !important}}body.theme-dark .d\:fc-theme-primary-200,.theme-dark__forced .d\:fc-theme-primary-200,body.theme-system .theme-dark__forced .d\:fc-theme-primary-200{color:var(--theme-primary-200) !important}.bg-theme-primary-200,.h\:bg-theme-primary-200:hover,.f\:bg-theme-primary-200:focus,.f\:bg-theme-primary-200:focus-within{background-color:var(--theme-primary-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-200{background-color:var(--theme-primary-200) !important}}body.theme-dark .d\:bg-theme-primary-200,.theme-dark__forced .d\:bg-theme-primary-200,body.theme-system .theme-dark__forced .d\:bg-theme-primary-200{background-color:var(--theme-primary-200) !important}.fc-theme-primary-100,.h\:fc-theme-primary-100:hover,.f\:fc-theme-primary-100:focus,.f\:fc-theme-primary-100:focus-within{color:var(--theme-primary-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-100{color:var(--theme-primary-100) !important}}body.theme-dark .d\:fc-theme-primary-100,.theme-dark__forced .d\:fc-theme-primary-100,body.theme-system .theme-dark__forced .d\:fc-theme-primary-100{color:var(--theme-primary-100) !important}.bg-theme-primary-100,.h\:bg-theme-primary-100:hover,.f\:bg-theme-primary-100:focus,.f\:bg-theme-primary-100:focus-within{background-color:var(--theme-primary-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-100{background-color:var(--theme-primary-100) !important}}body.theme-dark .d\:bg-theme-primary-100,.theme-dark__forced .d\:bg-theme-primary-100,body.theme-system .theme-dark__forced .d\:bg-theme-primary-100{background-color:var(--theme-primary-100) !important}.fc-theme-primary-050,.h\:fc-theme-primary-050:hover,.f\:fc-theme-primary-050:focus,.f\:fc-theme-primary-050:focus-within{color:var(--theme-primary-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-050{color:var(--theme-primary-050) !important}}body.theme-dark .d\:fc-theme-primary-050,.theme-dark__forced .d\:fc-theme-primary-050,body.theme-system .theme-dark__forced .d\:fc-theme-primary-050{color:var(--theme-primary-050) !important}.bg-theme-primary-050,.h\:bg-theme-primary-050:hover,.f\:bg-theme-primary-050:focus,.f\:bg-theme-primary-050:focus-within{background-color:var(--theme-primary-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-050{background-color:var(--theme-primary-050) !important}}body.theme-dark .d\:bg-theme-primary-050,.theme-dark__forced .d\:bg-theme-primary-050,body.theme-system .theme-dark__forced .d\:bg-theme-primary-050{background-color:var(--theme-primary-050) !important}.fc-theme-secondary-900,.h\:fc-theme-secondary-900:hover,.f\:fc-theme-secondary-900:focus,.f\:fc-theme-secondary-900:focus-within{color:var(--theme-secondary-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-900{color:var(--theme-secondary-900) !important}}body.theme-dark .d\:fc-theme-secondary-900,.theme-dark__forced .d\:fc-theme-secondary-900,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-900{color:var(--theme-secondary-900) !important}.bg-theme-secondary-900,.h\:bg-theme-secondary-900:hover,.f\:bg-theme-secondary-900:focus,.f\:bg-theme-secondary-900:focus-within{background-color:var(--theme-secondary-900) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-900{background-color:var(--theme-secondary-900) !important}}body.theme-dark .d\:bg-theme-secondary-900,.theme-dark__forced .d\:bg-theme-secondary-900,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-900{background-color:var(--theme-secondary-900) !important}.fc-theme-secondary-800,.h\:fc-theme-secondary-800:hover,.f\:fc-theme-secondary-800:focus,.f\:fc-theme-secondary-800:focus-within{color:var(--theme-secondary-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-800{color:var(--theme-secondary-800) !important}}body.theme-dark .d\:fc-theme-secondary-800,.theme-dark__forced .d\:fc-theme-secondary-800,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-800{color:var(--theme-secondary-800) !important}.bg-theme-secondary-800,.h\:bg-theme-secondary-800:hover,.f\:bg-theme-secondary-800:focus,.f\:bg-theme-secondary-800:focus-within{background-color:var(--theme-secondary-800) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-800{background-color:var(--theme-secondary-800) !important}}body.theme-dark .d\:bg-theme-secondary-800,.theme-dark__forced .d\:bg-theme-secondary-800,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-800{background-color:var(--theme-secondary-800) !important}.fc-theme-secondary-700,.h\:fc-theme-secondary-700:hover,.f\:fc-theme-secondary-700:focus,.f\:fc-theme-secondary-700:focus-within{color:var(--theme-secondary-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-700{color:var(--theme-secondary-700) !important}}body.theme-dark .d\:fc-theme-secondary-700,.theme-dark__forced .d\:fc-theme-secondary-700,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-700{color:var(--theme-secondary-700) !important}.bg-theme-secondary-700,.h\:bg-theme-secondary-700:hover,.f\:bg-theme-secondary-700:focus,.f\:bg-theme-secondary-700:focus-within{background-color:var(--theme-secondary-700) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-700{background-color:var(--theme-secondary-700) !important}}body.theme-dark .d\:bg-theme-secondary-700,.theme-dark__forced .d\:bg-theme-secondary-700,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-700{background-color:var(--theme-secondary-700) !important}.fc-theme-secondary-600,.h\:fc-theme-secondary-600:hover,.f\:fc-theme-secondary-600:focus,.f\:fc-theme-secondary-600:focus-within{color:var(--theme-secondary-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-600{color:var(--theme-secondary-600) !important}}body.theme-dark .d\:fc-theme-secondary-600,.theme-dark__forced .d\:fc-theme-secondary-600,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-600{color:var(--theme-secondary-600) !important}.bg-theme-secondary-600,.h\:bg-theme-secondary-600:hover,.f\:bg-theme-secondary-600:focus,.f\:bg-theme-secondary-600:focus-within{background-color:var(--theme-secondary-600) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-600{background-color:var(--theme-secondary-600) !important}}body.theme-dark .d\:bg-theme-secondary-600,.theme-dark__forced .d\:bg-theme-secondary-600,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-600{background-color:var(--theme-secondary-600) !important}.fc-theme-secondary-500,.h\:fc-theme-secondary-500:hover,.f\:fc-theme-secondary-500:focus,.f\:fc-theme-secondary-500:focus-within{color:var(--theme-secondary-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-500{color:var(--theme-secondary-500) !important}}body.theme-dark .d\:fc-theme-secondary-500,.theme-dark__forced .d\:fc-theme-secondary-500,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-500{color:var(--theme-secondary-500) !important}.bg-theme-secondary-500,.h\:bg-theme-secondary-500:hover,.f\:bg-theme-secondary-500:focus,.f\:bg-theme-secondary-500:focus-within{background-color:var(--theme-secondary-500) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-500{background-color:var(--theme-secondary-500) !important}}body.theme-dark .d\:bg-theme-secondary-500,.theme-dark__forced .d\:bg-theme-secondary-500,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-500{background-color:var(--theme-secondary-500) !important}.fc-theme-secondary-400,.h\:fc-theme-secondary-400:hover,.f\:fc-theme-secondary-400:focus,.f\:fc-theme-secondary-400:focus-within{color:var(--theme-secondary-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-400{color:var(--theme-secondary-400) !important}}body.theme-dark .d\:fc-theme-secondary-400,.theme-dark__forced .d\:fc-theme-secondary-400,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-400{color:var(--theme-secondary-400) !important}.bg-theme-secondary-400,.h\:bg-theme-secondary-400:hover,.f\:bg-theme-secondary-400:focus,.f\:bg-theme-secondary-400:focus-within{background-color:var(--theme-secondary-400) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-400{background-color:var(--theme-secondary-400) !important}}body.theme-dark .d\:bg-theme-secondary-400,.theme-dark__forced .d\:bg-theme-secondary-400,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-400{background-color:var(--theme-secondary-400) !important}.fc-theme-secondary-300,.h\:fc-theme-secondary-300:hover,.f\:fc-theme-secondary-300:focus,.f\:fc-theme-secondary-300:focus-within{color:var(--theme-secondary-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-300{color:var(--theme-secondary-300) !important}}body.theme-dark .d\:fc-theme-secondary-300,.theme-dark__forced .d\:fc-theme-secondary-300,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-300{color:var(--theme-secondary-300) !important}.bg-theme-secondary-300,.h\:bg-theme-secondary-300:hover,.f\:bg-theme-secondary-300:focus,.f\:bg-theme-secondary-300:focus-within{background-color:var(--theme-secondary-300) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-300{background-color:var(--theme-secondary-300) !important}}body.theme-dark .d\:bg-theme-secondary-300,.theme-dark__forced .d\:bg-theme-secondary-300,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-300{background-color:var(--theme-secondary-300) !important}.fc-theme-secondary-200,.h\:fc-theme-secondary-200:hover,.f\:fc-theme-secondary-200:focus,.f\:fc-theme-secondary-200:focus-within{color:var(--theme-secondary-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-200{color:var(--theme-secondary-200) !important}}body.theme-dark .d\:fc-theme-secondary-200,.theme-dark__forced .d\:fc-theme-secondary-200,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-200{color:var(--theme-secondary-200) !important}.bg-theme-secondary-200,.h\:bg-theme-secondary-200:hover,.f\:bg-theme-secondary-200:focus,.f\:bg-theme-secondary-200:focus-within{background-color:var(--theme-secondary-200) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-200{background-color:var(--theme-secondary-200) !important}}body.theme-dark .d\:bg-theme-secondary-200,.theme-dark__forced .d\:bg-theme-secondary-200,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-200{background-color:var(--theme-secondary-200) !important}.fc-theme-secondary-100,.h\:fc-theme-secondary-100:hover,.f\:fc-theme-secondary-100:focus,.f\:fc-theme-secondary-100:focus-within{color:var(--theme-secondary-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-100{color:var(--theme-secondary-100) !important}}body.theme-dark .d\:fc-theme-secondary-100,.theme-dark__forced .d\:fc-theme-secondary-100,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-100{color:var(--theme-secondary-100) !important}.bg-theme-secondary-100,.h\:bg-theme-secondary-100:hover,.f\:bg-theme-secondary-100:focus,.f\:bg-theme-secondary-100:focus-within{background-color:var(--theme-secondary-100) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-100{background-color:var(--theme-secondary-100) !important}}body.theme-dark .d\:bg-theme-secondary-100,.theme-dark__forced .d\:bg-theme-secondary-100,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-100{background-color:var(--theme-secondary-100) !important}.fc-theme-secondary-050,.h\:fc-theme-secondary-050:hover,.f\:fc-theme-secondary-050:focus,.f\:fc-theme-secondary-050:focus-within{color:var(--theme-secondary-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-050{color:var(--theme-secondary-050) !important}}body.theme-dark .d\:fc-theme-secondary-050,.theme-dark__forced .d\:fc-theme-secondary-050,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-050{color:var(--theme-secondary-050) !important}.bg-theme-secondary-050,.h\:bg-theme-secondary-050:hover,.f\:bg-theme-secondary-050:focus,.f\:bg-theme-secondary-050:focus-within{background-color:var(--theme-secondary-050) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-050{background-color:var(--theme-secondary-050) !important}}body.theme-dark .d\:bg-theme-secondary-050,.theme-dark__forced .d\:bg-theme-secondary-050,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-050{background-color:var(--theme-secondary-050) !important}.fc-white,.h\:fc-white:hover,.f\:fc-white:focus,.f\:fc-white:focus-within{color:var(--white) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-white{color:var(--white) !important}}body.theme-dark .d\:fc-white,.theme-dark__forced .d\:fc-white,body.theme-system .theme-dark__forced .d\:fc-white{color:var(--white) !important}.bg-white,.h\:bg-white:hover,.f\:bg-white:focus,.f\:bg-white:focus-within{background-color:var(--white) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-white{background-color:var(--white) !important}}body.theme-dark .d\:bg-white,.theme-dark__forced .d\:bg-white,body.theme-system .theme-dark__forced .d\:bg-white{background-color:var(--white) !important}.fc-black,.h\:fc-black:hover,.f\:fc-black:focus,.f\:fc-black:focus-within{color:var(--black) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black{color:var(--black) !important}}body.theme-dark .d\:fc-black,.theme-dark__forced .d\:fc-black,body.theme-system .theme-dark__forced .d\:fc-black{color:var(--black) !important}.bg-black,.h\:bg-black:hover,.f\:bg-black:focus,.f\:bg-black:focus-within{background-color:var(--black) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black{background-color:var(--black) !important}}body.theme-dark .d\:bg-black,.theme-dark__forced .d\:bg-black,body.theme-system .theme-dark__forced .d\:bg-black{background-color:var(--black) !important}.fc-black-750,.h\:fc-black-750:hover,.f\:fc-black-750:focus,.f\:fc-black-750:focus-within{color:var(--black-750) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-750{color:var(--black-750) !important}}body.theme-dark .d\:fc-black-750,.theme-dark__forced .d\:fc-black-750,body.theme-system .theme-dark__forced .d\:fc-black-750{color:var(--black-750) !important}.bg-black-750,.h\:bg-black-750:hover,.f\:bg-black-750:focus,.f\:bg-black-750:focus-within{background-color:var(--black-750) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-750{background-color:var(--black-750) !important}}body.theme-dark .d\:bg-black-750,.theme-dark__forced .d\:bg-black-750,body.theme-system .theme-dark__forced .d\:bg-black-750{background-color:var(--black-750) !important}.fc-black-350,.h\:fc-black-350:hover,.f\:fc-black-350:focus,.f\:fc-black-350:focus-within{color:var(--black-350) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-350{color:var(--black-350) !important}}body.theme-dark .d\:fc-black-350,.theme-dark__forced .d\:fc-black-350,body.theme-system .theme-dark__forced .d\:fc-black-350{color:var(--black-350) !important}.bg-black-350,.h\:bg-black-350:hover,.f\:bg-black-350:focus,.f\:bg-black-350:focus-within{background-color:var(--black-350) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-350{background-color:var(--black-350) !important}}body.theme-dark .d\:bg-black-350,.theme-dark__forced .d\:bg-black-350,body.theme-system .theme-dark__forced .d\:bg-black-350{background-color:var(--black-350) !important}.fc-black-150,.h\:fc-black-150:hover,.f\:fc-black-150:focus,.f\:fc-black-150:focus-within{color:var(--black-150) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-150{color:var(--black-150) !important}}body.theme-dark .d\:fc-black-150,.theme-dark__forced .d\:fc-black-150,body.theme-system .theme-dark__forced .d\:fc-black-150{color:var(--black-150) !important}.bg-black-150,.h\:bg-black-150:hover,.f\:bg-black-150:focus,.f\:bg-black-150:focus-within{background-color:var(--black-150) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-150{background-color:var(--black-150) !important}}body.theme-dark .d\:bg-black-150,.theme-dark__forced .d\:bg-black-150,body.theme-system .theme-dark__forced .d\:bg-black-150{background-color:var(--black-150) !important}.fc-black-075,.h\:fc-black-075:hover,.f\:fc-black-075:focus,.f\:fc-black-075:focus-within{color:var(--black-075) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-075{color:var(--black-075) !important}}body.theme-dark .d\:fc-black-075,.theme-dark__forced .d\:fc-black-075,body.theme-system .theme-dark__forced .d\:fc-black-075{color:var(--black-075) !important}.bg-black-075,.h\:bg-black-075:hover,.f\:bg-black-075:focus,.f\:bg-black-075:focus-within{background-color:var(--black-075) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-075{background-color:var(--black-075) !important}}body.theme-dark .d\:bg-black-075,.theme-dark__forced .d\:bg-black-075,body.theme-system .theme-dark__forced .d\:bg-black-075{background-color:var(--black-075) !important}.fc-black-025,.h\:fc-black-025:hover,.f\:fc-black-025:focus,.f\:fc-black-025:focus-within{color:var(--black-025) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-black-025{color:var(--black-025) !important}}body.theme-dark .d\:fc-black-025,.theme-dark__forced .d\:fc-black-025,body.theme-system .theme-dark__forced .d\:fc-black-025{color:var(--black-025) !important}.bg-black-025,.h\:bg-black-025:hover,.f\:bg-black-025:focus,.f\:bg-black-025:focus-within{background-color:var(--black-025) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-black-025{background-color:var(--black-025) !important}}body.theme-dark .d\:bg-black-025,.theme-dark__forced .d\:bg-black-025,body.theme-system .theme-dark__forced .d\:bg-black-025{background-color:var(--black-025) !important}.fc-green-025,.h\:fc-green-025:hover,.f\:fc-green-025:focus,.f\:fc-green-025:focus-within{color:var(--green-025) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-green-025{color:var(--green-025) !important}}body.theme-dark .d\:fc-green-025,.theme-dark__forced .d\:fc-green-025,body.theme-system .theme-dark__forced .d\:fc-green-025{color:var(--green-025) !important}.bg-green-025,.h\:bg-green-025:hover,.f\:bg-green-025:focus,.f\:bg-green-025:focus-within{background-color:var(--green-025) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-green-025{background-color:var(--green-025) !important}}body.theme-dark .d\:bg-green-025,.theme-dark__forced .d\:bg-green-025,body.theme-system .theme-dark__forced .d\:bg-green-025{background-color:var(--green-025) !important}.fc-theme-primary-350,.h\:fc-theme-primary-350:hover,.f\:fc-theme-primary-350:focus,.f\:fc-theme-primary-350:focus-within{color:var(--theme-primary-350) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-350{color:var(--theme-primary-350) !important}}body.theme-dark .d\:fc-theme-primary-350,.theme-dark__forced .d\:fc-theme-primary-350,body.theme-system .theme-dark__forced .d\:fc-theme-primary-350{color:var(--theme-primary-350) !important}.bg-theme-primary-350,.h\:bg-theme-primary-350:hover,.f\:bg-theme-primary-350:focus,.f\:bg-theme-primary-350:focus-within{background-color:var(--theme-primary-350) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-350{background-color:var(--theme-primary-350) !important}}body.theme-dark .d\:bg-theme-primary-350,.theme-dark__forced .d\:bg-theme-primary-350,body.theme-system .theme-dark__forced .d\:bg-theme-primary-350{background-color:var(--theme-primary-350) !important}.fc-theme-primary-150,.h\:fc-theme-primary-150:hover,.f\:fc-theme-primary-150:focus,.f\:fc-theme-primary-150:focus-within{color:var(--theme-primary-150) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-150{color:var(--theme-primary-150) !important}}body.theme-dark .d\:fc-theme-primary-150,.theme-dark__forced .d\:fc-theme-primary-150,body.theme-system .theme-dark__forced .d\:fc-theme-primary-150{color:var(--theme-primary-150) !important}.bg-theme-primary-150,.h\:bg-theme-primary-150:hover,.f\:bg-theme-primary-150:focus,.f\:bg-theme-primary-150:focus-within{background-color:var(--theme-primary-150) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-150{background-color:var(--theme-primary-150) !important}}body.theme-dark .d\:bg-theme-primary-150,.theme-dark__forced .d\:bg-theme-primary-150,body.theme-system .theme-dark__forced .d\:bg-theme-primary-150{background-color:var(--theme-primary-150) !important}.fc-theme-primary-075,.h\:fc-theme-primary-075:hover,.f\:fc-theme-primary-075:focus,.f\:fc-theme-primary-075:focus-within{color:var(--theme-primary-075) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-075{color:var(--theme-primary-075) !important}}body.theme-dark .d\:fc-theme-primary-075,.theme-dark__forced .d\:fc-theme-primary-075,body.theme-system .theme-dark__forced .d\:fc-theme-primary-075{color:var(--theme-primary-075) !important}.bg-theme-primary-075,.h\:bg-theme-primary-075:hover,.f\:bg-theme-primary-075:focus,.f\:bg-theme-primary-075:focus-within{background-color:var(--theme-primary-075) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-075{background-color:var(--theme-primary-075) !important}}body.theme-dark .d\:bg-theme-primary-075,.theme-dark__forced .d\:bg-theme-primary-075,body.theme-system .theme-dark__forced .d\:bg-theme-primary-075{background-color:var(--theme-primary-075) !important}.fc-theme-primary-025,.h\:fc-theme-primary-025:hover,.f\:fc-theme-primary-025:focus,.f\:fc-theme-primary-025:focus-within{color:var(--theme-primary-025) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-primary-025{color:var(--theme-primary-025) !important}}body.theme-dark .d\:fc-theme-primary-025,.theme-dark__forced .d\:fc-theme-primary-025,body.theme-system .theme-dark__forced .d\:fc-theme-primary-025{color:var(--theme-primary-025) !important}.bg-theme-primary-025,.h\:bg-theme-primary-025:hover,.f\:bg-theme-primary-025:focus,.f\:bg-theme-primary-025:focus-within{background-color:var(--theme-primary-025) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-primary-025{background-color:var(--theme-primary-025) !important}}body.theme-dark .d\:bg-theme-primary-025,.theme-dark__forced .d\:bg-theme-primary-025,body.theme-system .theme-dark__forced .d\:bg-theme-primary-025{background-color:var(--theme-primary-025) !important}.fc-theme-secondary-350,.h\:fc-theme-secondary-350:hover,.f\:fc-theme-secondary-350:focus,.f\:fc-theme-secondary-350:focus-within{color:var(--theme-secondary-350) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-350{color:var(--theme-secondary-350) !important}}body.theme-dark .d\:fc-theme-secondary-350,.theme-dark__forced .d\:fc-theme-secondary-350,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-350{color:var(--theme-secondary-350) !important}.bg-theme-secondary-350,.h\:bg-theme-secondary-350:hover,.f\:bg-theme-secondary-350:focus,.f\:bg-theme-secondary-350:focus-within{background-color:var(--theme-secondary-350) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-350{background-color:var(--theme-secondary-350) !important}}body.theme-dark .d\:bg-theme-secondary-350,.theme-dark__forced .d\:bg-theme-secondary-350,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-350{background-color:var(--theme-secondary-350) !important}.fc-theme-secondary-150,.h\:fc-theme-secondary-150:hover,.f\:fc-theme-secondary-150:focus,.f\:fc-theme-secondary-150:focus-within{color:var(--theme-secondary-150) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-150{color:var(--theme-secondary-150) !important}}body.theme-dark .d\:fc-theme-secondary-150,.theme-dark__forced .d\:fc-theme-secondary-150,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-150{color:var(--theme-secondary-150) !important}.bg-theme-secondary-150,.h\:bg-theme-secondary-150:hover,.f\:bg-theme-secondary-150:focus,.f\:bg-theme-secondary-150:focus-within{background-color:var(--theme-secondary-150) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-150{background-color:var(--theme-secondary-150) !important}}body.theme-dark .d\:bg-theme-secondary-150,.theme-dark__forced .d\:bg-theme-secondary-150,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-150{background-color:var(--theme-secondary-150) !important}.fc-theme-secondary-075,.h\:fc-theme-secondary-075:hover,.f\:fc-theme-secondary-075:focus,.f\:fc-theme-secondary-075:focus-within{color:var(--theme-secondary-075) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-075{color:var(--theme-secondary-075) !important}}body.theme-dark .d\:fc-theme-secondary-075,.theme-dark__forced .d\:fc-theme-secondary-075,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-075{color:var(--theme-secondary-075) !important}.bg-theme-secondary-075,.h\:bg-theme-secondary-075:hover,.f\:bg-theme-secondary-075:focus,.f\:bg-theme-secondary-075:focus-within{background-color:var(--theme-secondary-075) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-075{background-color:var(--theme-secondary-075) !important}}body.theme-dark .d\:bg-theme-secondary-075,.theme-dark__forced .d\:bg-theme-secondary-075,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-075{background-color:var(--theme-secondary-075) !important}.fc-theme-secondary-025,.h\:fc-theme-secondary-025:hover,.f\:fc-theme-secondary-025:focus,.f\:fc-theme-secondary-025:focus-within{color:var(--theme-secondary-025) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:fc-theme-secondary-025{color:var(--theme-secondary-025) !important}}body.theme-dark .d\:fc-theme-secondary-025,.theme-dark__forced .d\:fc-theme-secondary-025,body.theme-system .theme-dark__forced .d\:fc-theme-secondary-025{color:var(--theme-secondary-025) !important}.bg-theme-secondary-025,.h\:bg-theme-secondary-025:hover,.f\:bg-theme-secondary-025:focus,.f\:bg-theme-secondary-025:focus-within{background-color:var(--theme-secondary-025) !important}@media (prefers-color-scheme:dark){body.theme-system .d\:bg-theme-secondary-025{background-color:var(--theme-secondary-025) !important}}body.theme-dark .d\:bg-theme-secondary-025,.theme-dark__forced .d\:bg-theme-secondary-025,body.theme-system .theme-dark__forced .d\:bg-theme-secondary-025{background-color:var(--theme-secondary-025) !important}.fc-theme-primary{color:var(--theme-primary-color) !important}.bg-theme-primary{background-color:var(--theme-primary-color) !important}.bc-theme-primary{border-color:var(--theme-primary-color) !important}.fc-theme-secondary{color:var(--theme-secondary-color) !important}.bg-theme-secondary{background-color:var(--theme-secondary-color) !important}.bc-theme-secondary{border-color:var(--theme-secondary-color) !important}.fc-white__forced{color:hsl(0,0%,100%) !important}.fc-black__forced{color:hsl(210,8%,5%) !important}.fc-gold{color:var(--gold) !important}.fc-gold-darker{color:var(--gold-darker) !important}.fc-gold-lighter{color:var(--gold-lighter) !important}.bg-gold{background-color:var(--gold) !important}.bg-gold-darker{background-color:var(--gold-darker) !important}.bg-gold-lighter{background-color:var(--gold-lighter) !important}.fc-silver{color:var(--silver) !important}.fc-silver-darker{color:var(--silver-darker) !important}.fc-silver-lighter{color:var(--silver-lighter) !important}.bg-silver{background-color:var(--silver) !important}.bg-silver-darker{background-color:var(--silver-darker) !important}.bg-silver-lighter{background-color:var(--silver-lighter) !important}.fc-bronze{color:var(--bronze) !important}.fc-bronze-darker{color:var(--bronze-darker) !important}.fc-bronze-lighter{color:var(--bronze-lighter) !important}.bg-bronze{background-color:var(--bronze) !important}.bg-bronze-darker{background-color:var(--bronze-darker) !important}.bg-bronze-lighter{background-color:var(--bronze-lighter) !important}.bg-transparent,.h\:bg-transparent:hover{background-color:transparent !important;background-image:none !important}.bg-inherit{background-color:inherit !important}.fc-inherit{color:inherit !important}.flex__fl-shrink0,.flex__fl-shrink0>.d-flex,.flex__fl-shrink0>.flex--item{flex:0 auto}.flex__fl-equal,.flex__fl-equal>.d-flex,.flex__fl-equal>.flex--item{flex:1 1 0%}.flex__fl-grow1,.flex__fl-grow1>.d-flex,.flex__fl-grow1>.flex--item{flex:1 auto}.flex--item1{flex-basis:8.33333333%}.flex--item2{flex-basis:16.66666667%}.flex--item3{flex-basis:25%}.flex--item4{flex-basis:33.33333333%}.flex--item5{flex-basis:41.66666667%}.flex--item6{flex-basis:50%}.flex--item7{flex-basis:58.33333333%}.flex--item8{flex-basis:66.66666667%}.flex--item9{flex-basis:75%}.flex--item10{flex-basis:83.33333333%}.flex--item11{flex-basis:91.66666667%}.flex--item12{flex-basis:100%}.flex__allitems1>.d-flex,.flex__allitems1>.flex--item{flex-basis:8.33333333%}.flex__allitems2>.d-flex,.flex__allitems2>.flex--item{flex-basis:16.66666667%}.flex__allitems3>.d-flex,.flex__allitems3>.flex--item{flex-basis:25%}.flex__allitems4>.d-flex,.flex__allitems4>.flex--item{flex-basis:33.33333333%}.flex__allitems5>.d-flex,.flex__allitems5>.flex--item{flex-basis:41.66666667%}.flex__allitems6>.d-flex,.flex__allitems6>.flex--item{flex-basis:50%}.flex__allitems7>.d-flex,.flex__allitems7>.flex--item{flex-basis:58.33333333%}.flex__allitems8>.d-flex,.flex__allitems8>.flex--item{flex-basis:66.66666667%}.flex__allitems9>.d-flex,.flex__allitems9>.flex--item{flex-basis:75%}.flex__allitems10>.d-flex,.flex__allitems10>.flex--item{flex-basis:83.33333333%}.flex__allitems11>.d-flex,.flex__allitems11>.flex--item{flex-basis:91.66666667%}.flex__allitems12>.d-flex,.flex__allitems12>.flex--item{flex-basis:100%}.gs2{margin:calc(var(--su2) / 2 * -1)}.gs2>.d-flex,.gs2>.flex--item{margin:calc(var(--su2) / 2)}.gs2>.flex--item1{margin:calc(var(--su2) / 2)}.gs2>.flex--item1,.gs2.flex__allitems1>.d-flex,.gs2.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su2))}.gs2>.flex--item2{margin:calc(var(--su2) / 2)}.gs2>.flex--item2,.gs2.flex__allitems2>.d-flex,.gs2.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su2))}.gs2>.flex--item3{margin:calc(var(--su2) / 2)}.gs2>.flex--item3,.gs2.flex__allitems3>.d-flex,.gs2.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su2))}.gs2>.flex--item4{margin:calc(var(--su2) / 2)}.gs2>.flex--item4,.gs2.flex__allitems4>.d-flex,.gs2.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su2))}.gs2>.flex--item5{margin:calc(var(--su2) / 2)}.gs2>.flex--item5,.gs2.flex__allitems5>.d-flex,.gs2.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su2))}.gs2>.flex--item6{margin:calc(var(--su2) / 2)}.gs2>.flex--item6,.gs2.flex__allitems6>.d-flex,.gs2.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su2))}.gs2>.flex--item7{margin:calc(var(--su2) / 2)}.gs2>.flex--item7,.gs2.flex__allitems7>.d-flex,.gs2.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su2))}.gs2>.flex--item8{margin:calc(var(--su2) / 2)}.gs2>.flex--item8,.gs2.flex__allitems8>.d-flex,.gs2.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su2))}.gs2>.flex--item9{margin:calc(var(--su2) / 2)}.gs2>.flex--item9,.gs2.flex__allitems9>.d-flex,.gs2.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su2))}.gs2>.flex--item10{margin:calc(var(--su2) / 2)}.gs2>.flex--item10,.gs2.flex__allitems10>.d-flex,.gs2.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su2))}.gs2>.flex--item11{margin:calc(var(--su2) / 2)}.gs2>.flex--item11,.gs2.flex__allitems11>.d-flex,.gs2.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su2))}.gs2>.flex--item12{margin:calc(var(--su2) / 2)}.gs2>.flex--item12,.gs2.flex__allitems12>.d-flex,.gs2.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su2))}.gs4{margin:calc(var(--su4) / 2 * -1)}.gs4>.d-flex,.gs4>.flex--item{margin:calc(var(--su4) / 2)}.gs4>.flex--item1{margin:calc(var(--su4) / 2)}.gs4>.flex--item1,.gs4.flex__allitems1>.d-flex,.gs4.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su4))}.gs4>.flex--item2{margin:calc(var(--su4) / 2)}.gs4>.flex--item2,.gs4.flex__allitems2>.d-flex,.gs4.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su4))}.gs4>.flex--item3{margin:calc(var(--su4) / 2)}.gs4>.flex--item3,.gs4.flex__allitems3>.d-flex,.gs4.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su4))}.gs4>.flex--item4{margin:calc(var(--su4) / 2)}.gs4>.flex--item4,.gs4.flex__allitems4>.d-flex,.gs4.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su4))}.gs4>.flex--item5{margin:calc(var(--su4) / 2)}.gs4>.flex--item5,.gs4.flex__allitems5>.d-flex,.gs4.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su4))}.gs4>.flex--item6{margin:calc(var(--su4) / 2)}.gs4>.flex--item6,.gs4.flex__allitems6>.d-flex,.gs4.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su4))}.gs4>.flex--item7{margin:calc(var(--su4) / 2)}.gs4>.flex--item7,.gs4.flex__allitems7>.d-flex,.gs4.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su4))}.gs4>.flex--item8{margin:calc(var(--su4) / 2)}.gs4>.flex--item8,.gs4.flex__allitems8>.d-flex,.gs4.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su4))}.gs4>.flex--item9{margin:calc(var(--su4) / 2)}.gs4>.flex--item9,.gs4.flex__allitems9>.d-flex,.gs4.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su4))}.gs4>.flex--item10{margin:calc(var(--su4) / 2)}.gs4>.flex--item10,.gs4.flex__allitems10>.d-flex,.gs4.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su4))}.gs4>.flex--item11{margin:calc(var(--su4) / 2)}.gs4>.flex--item11,.gs4.flex__allitems11>.d-flex,.gs4.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su4))}.gs4>.flex--item12{margin:calc(var(--su4) / 2)}.gs4>.flex--item12,.gs4.flex__allitems12>.d-flex,.gs4.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su4))}.gs6{margin:calc(var(--su6) / 2 * -1)}.gs6>.d-flex,.gs6>.flex--item{margin:calc(var(--su6) / 2)}.gs6>.flex--item1{margin:calc(var(--su6) / 2)}.gs6>.flex--item1,.gs6.flex__allitems1>.d-flex,.gs6.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su6))}.gs6>.flex--item2{margin:calc(var(--su6) / 2)}.gs6>.flex--item2,.gs6.flex__allitems2>.d-flex,.gs6.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su6))}.gs6>.flex--item3{margin:calc(var(--su6) / 2)}.gs6>.flex--item3,.gs6.flex__allitems3>.d-flex,.gs6.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su6))}.gs6>.flex--item4{margin:calc(var(--su6) / 2)}.gs6>.flex--item4,.gs6.flex__allitems4>.d-flex,.gs6.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su6))}.gs6>.flex--item5{margin:calc(var(--su6) / 2)}.gs6>.flex--item5,.gs6.flex__allitems5>.d-flex,.gs6.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su6))}.gs6>.flex--item6{margin:calc(var(--su6) / 2)}.gs6>.flex--item6,.gs6.flex__allitems6>.d-flex,.gs6.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su6))}.gs6>.flex--item7{margin:calc(var(--su6) / 2)}.gs6>.flex--item7,.gs6.flex__allitems7>.d-flex,.gs6.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su6))}.gs6>.flex--item8{margin:calc(var(--su6) / 2)}.gs6>.flex--item8,.gs6.flex__allitems8>.d-flex,.gs6.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su6))}.gs6>.flex--item9{margin:calc(var(--su6) / 2)}.gs6>.flex--item9,.gs6.flex__allitems9>.d-flex,.gs6.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su6))}.gs6>.flex--item10{margin:calc(var(--su6) / 2)}.gs6>.flex--item10,.gs6.flex__allitems10>.d-flex,.gs6.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su6))}.gs6>.flex--item11{margin:calc(var(--su6) / 2)}.gs6>.flex--item11,.gs6.flex__allitems11>.d-flex,.gs6.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su6))}.gs6>.flex--item12{margin:calc(var(--su6) / 2)}.gs6>.flex--item12,.gs6.flex__allitems12>.d-flex,.gs6.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su6))}.gs8{margin:calc(var(--su8) / 2 * -1)}.gs8>.d-flex,.gs8>.flex--item{margin:calc(var(--su8) / 2)}.gs8>.flex--item1{margin:calc(var(--su8) / 2)}.gs8>.flex--item1,.gs8.flex__allitems1>.d-flex,.gs8.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su8))}.gs8>.flex--item2{margin:calc(var(--su8) / 2)}.gs8>.flex--item2,.gs8.flex__allitems2>.d-flex,.gs8.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su8))}.gs8>.flex--item3{margin:calc(var(--su8) / 2)}.gs8>.flex--item3,.gs8.flex__allitems3>.d-flex,.gs8.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su8))}.gs8>.flex--item4{margin:calc(var(--su8) / 2)}.gs8>.flex--item4,.gs8.flex__allitems4>.d-flex,.gs8.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su8))}.gs8>.flex--item5{margin:calc(var(--su8) / 2)}.gs8>.flex--item5,.gs8.flex__allitems5>.d-flex,.gs8.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su8))}.gs8>.flex--item6{margin:calc(var(--su8) / 2)}.gs8>.flex--item6,.gs8.flex__allitems6>.d-flex,.gs8.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su8))}.gs8>.flex--item7{margin:calc(var(--su8) / 2)}.gs8>.flex--item7,.gs8.flex__allitems7>.d-flex,.gs8.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su8))}.gs8>.flex--item8{margin:calc(var(--su8) / 2)}.gs8>.flex--item8,.gs8.flex__allitems8>.d-flex,.gs8.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su8))}.gs8>.flex--item9{margin:calc(var(--su8) / 2)}.gs8>.flex--item9,.gs8.flex__allitems9>.d-flex,.gs8.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su8))}.gs8>.flex--item10{margin:calc(var(--su8) / 2)}.gs8>.flex--item10,.gs8.flex__allitems10>.d-flex,.gs8.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su8))}.gs8>.flex--item11{margin:calc(var(--su8) / 2)}.gs8>.flex--item11,.gs8.flex__allitems11>.d-flex,.gs8.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su8))}.gs8>.flex--item12{margin:calc(var(--su8) / 2)}.gs8>.flex--item12,.gs8.flex__allitems12>.d-flex,.gs8.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su8))}.gs12{margin:calc(var(--su12) / 2 * -1)}.gs12>.d-flex,.gs12>.flex--item{margin:calc(var(--su12) / 2)}.gs12>.flex--item1{margin:calc(var(--su12) / 2)}.gs12>.flex--item1,.gs12.flex__allitems1>.d-flex,.gs12.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su12))}.gs12>.flex--item2{margin:calc(var(--su12) / 2)}.gs12>.flex--item2,.gs12.flex__allitems2>.d-flex,.gs12.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su12))}.gs12>.flex--item3{margin:calc(var(--su12) / 2)}.gs12>.flex--item3,.gs12.flex__allitems3>.d-flex,.gs12.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su12))}.gs12>.flex--item4{margin:calc(var(--su12) / 2)}.gs12>.flex--item4,.gs12.flex__allitems4>.d-flex,.gs12.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su12))}.gs12>.flex--item5{margin:calc(var(--su12) / 2)}.gs12>.flex--item5,.gs12.flex__allitems5>.d-flex,.gs12.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su12))}.gs12>.flex--item6{margin:calc(var(--su12) / 2)}.gs12>.flex--item6,.gs12.flex__allitems6>.d-flex,.gs12.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su12))}.gs12>.flex--item7{margin:calc(var(--su12) / 2)}.gs12>.flex--item7,.gs12.flex__allitems7>.d-flex,.gs12.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su12))}.gs12>.flex--item8{margin:calc(var(--su12) / 2)}.gs12>.flex--item8,.gs12.flex__allitems8>.d-flex,.gs12.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su12))}.gs12>.flex--item9{margin:calc(var(--su12) / 2)}.gs12>.flex--item9,.gs12.flex__allitems9>.d-flex,.gs12.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su12))}.gs12>.flex--item10{margin:calc(var(--su12) / 2)}.gs12>.flex--item10,.gs12.flex__allitems10>.d-flex,.gs12.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su12))}.gs12>.flex--item11{margin:calc(var(--su12) / 2)}.gs12>.flex--item11,.gs12.flex__allitems11>.d-flex,.gs12.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su12))}.gs12>.flex--item12{margin:calc(var(--su12) / 2)}.gs12>.flex--item12,.gs12.flex__allitems12>.d-flex,.gs12.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su12))}.gs16{margin:calc(var(--su16) / 2 * -1)}.gs16>.d-flex,.gs16>.flex--item{margin:calc(var(--su16) / 2)}.gs16>.flex--item1{margin:calc(var(--su16) / 2)}.gs16>.flex--item1,.gs16.flex__allitems1>.d-flex,.gs16.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su16))}.gs16>.flex--item2{margin:calc(var(--su16) / 2)}.gs16>.flex--item2,.gs16.flex__allitems2>.d-flex,.gs16.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su16))}.gs16>.flex--item3{margin:calc(var(--su16) / 2)}.gs16>.flex--item3,.gs16.flex__allitems3>.d-flex,.gs16.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su16))}.gs16>.flex--item4{margin:calc(var(--su16) / 2)}.gs16>.flex--item4,.gs16.flex__allitems4>.d-flex,.gs16.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su16))}.gs16>.flex--item5{margin:calc(var(--su16) / 2)}.gs16>.flex--item5,.gs16.flex__allitems5>.d-flex,.gs16.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su16))}.gs16>.flex--item6{margin:calc(var(--su16) / 2)}.gs16>.flex--item6,.gs16.flex__allitems6>.d-flex,.gs16.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su16))}.gs16>.flex--item7{margin:calc(var(--su16) / 2)}.gs16>.flex--item7,.gs16.flex__allitems7>.d-flex,.gs16.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su16))}.gs16>.flex--item8{margin:calc(var(--su16) / 2)}.gs16>.flex--item8,.gs16.flex__allitems8>.d-flex,.gs16.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su16))}.gs16>.flex--item9{margin:calc(var(--su16) / 2)}.gs16>.flex--item9,.gs16.flex__allitems9>.d-flex,.gs16.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su16))}.gs16>.flex--item10{margin:calc(var(--su16) / 2)}.gs16>.flex--item10,.gs16.flex__allitems10>.d-flex,.gs16.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su16))}.gs16>.flex--item11{margin:calc(var(--su16) / 2)}.gs16>.flex--item11,.gs16.flex__allitems11>.d-flex,.gs16.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su16))}.gs16>.flex--item12{margin:calc(var(--su16) / 2)}.gs16>.flex--item12,.gs16.flex__allitems12>.d-flex,.gs16.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su16))}.gs24{margin:calc(var(--su24) / 2 * -1)}.gs24>.d-flex,.gs24>.flex--item{margin:calc(var(--su24) / 2)}.gs24>.flex--item1{margin:calc(var(--su24) / 2)}.gs24>.flex--item1,.gs24.flex__allitems1>.d-flex,.gs24.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su24))}.gs24>.flex--item2{margin:calc(var(--su24) / 2)}.gs24>.flex--item2,.gs24.flex__allitems2>.d-flex,.gs24.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su24))}.gs24>.flex--item3{margin:calc(var(--su24) / 2)}.gs24>.flex--item3,.gs24.flex__allitems3>.d-flex,.gs24.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su24))}.gs24>.flex--item4{margin:calc(var(--su24) / 2)}.gs24>.flex--item4,.gs24.flex__allitems4>.d-flex,.gs24.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su24))}.gs24>.flex--item5{margin:calc(var(--su24) / 2)}.gs24>.flex--item5,.gs24.flex__allitems5>.d-flex,.gs24.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su24))}.gs24>.flex--item6{margin:calc(var(--su24) / 2)}.gs24>.flex--item6,.gs24.flex__allitems6>.d-flex,.gs24.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su24))}.gs24>.flex--item7{margin:calc(var(--su24) / 2)}.gs24>.flex--item7,.gs24.flex__allitems7>.d-flex,.gs24.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su24))}.gs24>.flex--item8{margin:calc(var(--su24) / 2)}.gs24>.flex--item8,.gs24.flex__allitems8>.d-flex,.gs24.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su24))}.gs24>.flex--item9{margin:calc(var(--su24) / 2)}.gs24>.flex--item9,.gs24.flex__allitems9>.d-flex,.gs24.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su24))}.gs24>.flex--item10{margin:calc(var(--su24) / 2)}.gs24>.flex--item10,.gs24.flex__allitems10>.d-flex,.gs24.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su24))}.gs24>.flex--item11{margin:calc(var(--su24) / 2)}.gs24>.flex--item11,.gs24.flex__allitems11>.d-flex,.gs24.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su24))}.gs24>.flex--item12{margin:calc(var(--su24) / 2)}.gs24>.flex--item12,.gs24.flex__allitems12>.d-flex,.gs24.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su24))}.gs32{margin:calc(var(--su32) / 2 * -1)}.gs32>.d-flex,.gs32>.flex--item{margin:calc(var(--su32) / 2)}.gs32>.flex--item1{margin:calc(var(--su32) / 2)}.gs32>.flex--item1,.gs32.flex__allitems1>.d-flex,.gs32.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su32))}.gs32>.flex--item2{margin:calc(var(--su32) / 2)}.gs32>.flex--item2,.gs32.flex__allitems2>.d-flex,.gs32.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su32))}.gs32>.flex--item3{margin:calc(var(--su32) / 2)}.gs32>.flex--item3,.gs32.flex__allitems3>.d-flex,.gs32.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su32))}.gs32>.flex--item4{margin:calc(var(--su32) / 2)}.gs32>.flex--item4,.gs32.flex__allitems4>.d-flex,.gs32.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su32))}.gs32>.flex--item5{margin:calc(var(--su32) / 2)}.gs32>.flex--item5,.gs32.flex__allitems5>.d-flex,.gs32.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su32))}.gs32>.flex--item6{margin:calc(var(--su32) / 2)}.gs32>.flex--item6,.gs32.flex__allitems6>.d-flex,.gs32.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su32))}.gs32>.flex--item7{margin:calc(var(--su32) / 2)}.gs32>.flex--item7,.gs32.flex__allitems7>.d-flex,.gs32.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su32))}.gs32>.flex--item8{margin:calc(var(--su32) / 2)}.gs32>.flex--item8,.gs32.flex__allitems8>.d-flex,.gs32.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su32))}.gs32>.flex--item9{margin:calc(var(--su32) / 2)}.gs32>.flex--item9,.gs32.flex__allitems9>.d-flex,.gs32.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su32))}.gs32>.flex--item10{margin:calc(var(--su32) / 2)}.gs32>.flex--item10,.gs32.flex__allitems10>.d-flex,.gs32.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su32))}.gs32>.flex--item11{margin:calc(var(--su32) / 2)}.gs32>.flex--item11,.gs32.flex__allitems11>.d-flex,.gs32.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su32))}.gs32>.flex--item12{margin:calc(var(--su32) / 2)}.gs32>.flex--item12,.gs32.flex__allitems12>.d-flex,.gs32.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su32))}.gs48{margin:calc(var(--su48) / 2 * -1)}.gs48>.d-flex,.gs48>.flex--item{margin:calc(var(--su48) / 2)}.gs48>.flex--item1{margin:calc(var(--su48) / 2)}.gs48>.flex--item1,.gs48.flex__allitems1>.d-flex,.gs48.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su48))}.gs48>.flex--item2{margin:calc(var(--su48) / 2)}.gs48>.flex--item2,.gs48.flex__allitems2>.d-flex,.gs48.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su48))}.gs48>.flex--item3{margin:calc(var(--su48) / 2)}.gs48>.flex--item3,.gs48.flex__allitems3>.d-flex,.gs48.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su48))}.gs48>.flex--item4{margin:calc(var(--su48) / 2)}.gs48>.flex--item4,.gs48.flex__allitems4>.d-flex,.gs48.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su48))}.gs48>.flex--item5{margin:calc(var(--su48) / 2)}.gs48>.flex--item5,.gs48.flex__allitems5>.d-flex,.gs48.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su48))}.gs48>.flex--item6{margin:calc(var(--su48) / 2)}.gs48>.flex--item6,.gs48.flex__allitems6>.d-flex,.gs48.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su48))}.gs48>.flex--item7{margin:calc(var(--su48) / 2)}.gs48>.flex--item7,.gs48.flex__allitems7>.d-flex,.gs48.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su48))}.gs48>.flex--item8{margin:calc(var(--su48) / 2)}.gs48>.flex--item8,.gs48.flex__allitems8>.d-flex,.gs48.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su48))}.gs48>.flex--item9{margin:calc(var(--su48) / 2)}.gs48>.flex--item9,.gs48.flex__allitems9>.d-flex,.gs48.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su48))}.gs48>.flex--item10{margin:calc(var(--su48) / 2)}.gs48>.flex--item10,.gs48.flex__allitems10>.d-flex,.gs48.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su48))}.gs48>.flex--item11{margin:calc(var(--su48) / 2)}.gs48>.flex--item11,.gs48.flex__allitems11>.d-flex,.gs48.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su48))}.gs48>.flex--item12{margin:calc(var(--su48) / 2)}.gs48>.flex--item12,.gs48.flex__allitems12>.d-flex,.gs48.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su48))}.gs64{margin:calc(var(--su64) / 2 * -1)}.gs64>.d-flex,.gs64>.flex--item{margin:calc(var(--su64) / 2)}.gs64>.flex--item1{margin:calc(var(--su64) / 2)}.gs64>.flex--item1,.gs64.flex__allitems1>.d-flex,.gs64.flex__allitems1>.flex--item{flex-basis:calc(8.333333333333334% - var(--su64))}.gs64>.flex--item2{margin:calc(var(--su64) / 2)}.gs64>.flex--item2,.gs64.flex__allitems2>.d-flex,.gs64.flex__allitems2>.flex--item{flex-basis:calc(16.666666666666668% - var(--su64))}.gs64>.flex--item3{margin:calc(var(--su64) / 2)}.gs64>.flex--item3,.gs64.flex__allitems3>.d-flex,.gs64.flex__allitems3>.flex--item{flex-basis:calc(25% - var(--su64))}.gs64>.flex--item4{margin:calc(var(--su64) / 2)}.gs64>.flex--item4,.gs64.flex__allitems4>.d-flex,.gs64.flex__allitems4>.flex--item{flex-basis:calc(33.333333333333336% - var(--su64))}.gs64>.flex--item5{margin:calc(var(--su64) / 2)}.gs64>.flex--item5,.gs64.flex__allitems5>.d-flex,.gs64.flex__allitems5>.flex--item{flex-basis:calc(41.666666666666664% - var(--su64))}.gs64>.flex--item6{margin:calc(var(--su64) / 2)}.gs64>.flex--item6,.gs64.flex__allitems6>.d-flex,.gs64.flex__allitems6>.flex--item{flex-basis:calc(50% - var(--su64))}.gs64>.flex--item7{margin:calc(var(--su64) / 2)}.gs64>.flex--item7,.gs64.flex__allitems7>.d-flex,.gs64.flex__allitems7>.flex--item{flex-basis:calc(58.333333333333336% - var(--su64))}.gs64>.flex--item8{margin:calc(var(--su64) / 2)}.gs64>.flex--item8,.gs64.flex__allitems8>.d-flex,.gs64.flex__allitems8>.flex--item{flex-basis:calc(66.66666666666667% - var(--su64))}.gs64>.flex--item9{margin:calc(var(--su64) / 2)}.gs64>.flex--item9,.gs64.flex__allitems9>.d-flex,.gs64.flex__allitems9>.flex--item{flex-basis:calc(75% - var(--su64))}.gs64>.flex--item10{margin:calc(var(--su64) / 2)}.gs64>.flex--item10,.gs64.flex__allitems10>.d-flex,.gs64.flex__allitems10>.flex--item{flex-basis:calc(83.33333333333333% - var(--su64))}.gs64>.flex--item11{margin:calc(var(--su64) / 2)}.gs64>.flex--item11,.gs64.flex__allitems11>.d-flex,.gs64.flex__allitems11>.flex--item{flex-basis:calc(91.66666666666667% - var(--su64))}.gs64>.flex--item12{margin:calc(var(--su64) / 2)}.gs64>.flex--item12,.gs64.flex__allitems12>.d-flex,.gs64.flex__allitems12>.flex--item{flex-basis:calc(100% - var(--su64))}.gsx,.gsx>.d-flex,.gsx>[class*="flex--item"]{margin-top:0;margin-bottom:0}.gsy,.gsy>.d-flex,.gsy>[class*="flex--item"]{margin-right:0;margin-left:0}.fd-row{flex-direction:row !important}.fd-row-reverse{flex-direction:row-reverse !important}.fd-column{flex-direction:column !important}.fd-column-reverse{flex-direction:column-reverse !important}.fw-wrap{flex-wrap:wrap !important}.fw-reverse{flex-wrap:wrap-reverse !important}.fw-nowrap{flex-wrap:nowrap !important}.jc-center{justify-content:center !important}.jc-end{justify-content:flex-end !important}.jc-space-around{justify-content:space-around !important}.jc-space-between{justify-content:space-between !important}.jc-space-evenly{justify-content:space-evenly !important}.jc-start{justify-content:flex-start !important}.ac-center{align-content:center !important}.ac-end{align-content:flex-end !important}.ac-space-around{align-content:space-around !important}.ac-space-between{align-content:space-between !important}.ac-start{align-content:flex-start !important}.ac-stretch{align-content:stretch !important}.ai-baseline{align-items:baseline !important}.ai-center{align-items:center !important}.ai-end{align-items:flex-end !important}.ai-start{align-items:flex-start !important}.ai-stretch{align-items:stretch !important}.flex__center{justify-content:center !important;align-items:center !important}.as-auto{align-self:auto !important}.as-baseline{align-self:baseline !important}.as-center{align-self:center !important}.as-end{align-self:flex-end !important}.as-start{align-self:flex-start !important}.as-stretch{align-self:stretch !important}.fl-grow1{flex-grow:1 !important}.fl-grow0{flex-grow:0 !important}.fl-shrink1{flex-shrink:1 !important}.fl-shrink0{flex-shrink:0 !important}.fl-none{flex:none !important}.fl-initial{flex:0 1 auto !important}.fl-auto{flex:1 1 auto !important}.fl-equal{flex:1 1 0% !important}.order-first{order:-1 !important}.order-last{order:1 !important}.ff-row-wrap{flex-flow:row wrap !important}.ff-row-nowrap{flex-flow:row nowrap !important}.ff-row-reverse-wrap{flex-flow:row-reverse wrap !important}.ff-row-reverse-nowrap{flex-flow:row-reverse nowrap !important}.ff-column-wrap{flex-flow:column wrap !important}.ff-column-nowrap{flex-flow:column nowrap !important}.ff-column-reverse-wrap{flex-flow:column-reverse wrap !important}.ff-column-reverse-nowrap{flex-flow:column-reverse nowrap !important}.fl0{flex:0 auto !important}.fl1{flex:1 auto !important}.fl2{flex:2 auto !important}.fl3{flex:3 auto !important}.fl4{flex:4 auto !important}.fl5{flex:5 auto !important}.fl-shrink2{flex-shrink:2}.fl-shrink3{flex-shrink:3}.fl-shrink4{flex-shrink:4}.fl-shrink5{flex-shrink:5}.fl-grow2{flex-grow:2}.fl-grow3{flex-grow:3}.fl-grow4{flex-grow:4}.fl-grow5{flex-grow:5}.g0{gap:0}.g1{gap:var(--su1)}.g2{gap:var(--su2)}.g4{gap:var(--su4)}.g6{gap:var(--su6)}.g8{gap:var(--su8)}.g12{gap:var(--su12)}.g16{gap:var(--su16)}.g24{gap:var(--su24)}.g32{gap:var(--su32)}.g48{gap:var(--su48)}.g64{gap:var(--su64)}.g-af-dense{grid-auto-flow:dense}.g-af-row{grid-auto-flow:row}.g-af-column{grid-auto-flow:column}.grid__1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid__2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid__3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid__4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid__5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid__6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid__7{grid-template-columns:repeat(7, minmax(0, 1fr))}.grid__8{grid-template-columns:repeat(8, minmax(0, 1fr))}.grid__9{grid-template-columns:repeat(9, minmax(0, 1fr))}.grid__10{grid-template-columns:repeat(10, minmax(0, 1fr))}.grid__11{grid-template-columns:repeat(11, minmax(0, 1fr))}.grid__12{grid-template-columns:repeat(12, minmax(0, 1fr))}.grid__auto{grid-template-columns:auto 1fr}.grid--col-all{grid-column:1 / -1}.grid--row-all{grid-row:1 / -1}.grid--col1{grid-column:span 1}.grid--col2{grid-column:span 2}.grid--col3{grid-column:span 3}.grid--col4{grid-column:span 4}.grid--col5{grid-column:span 5}.grid--col6{grid-column:span 6}.grid--col7{grid-column:span 7}.grid--col8{grid-column:span 8}.grid--col9{grid-column:span 9}.grid--col10{grid-column:span 10}.grid--col11{grid-column:span 11}.grid--col12{grid-column:span 12}.grid--row1{grid-row:span 1}.grid--row2{grid-row:span 2}.grid--row3{grid-row:span 3}.grid--row4{grid-row:span 4}.grid--row5{grid-row:span 5}.grid--row6{grid-row:span 6}.grid--row7{grid-row:span 7}.grid--row8{grid-row:span 8}.grid--row9{grid-row:span 9}.grid--row10{grid-row:span 10}.grid--row11{grid-row:span 11}.grid--row12{grid-row:span 12}.grid--col-start1{grid-column-start:1}.grid--col-start2{grid-column-start:2}.grid--col-start3{grid-column-start:3}.grid--col-start4{grid-column-start:4}.grid--col-start5{grid-column-start:5}.grid--col-start6{grid-column-start:6}.grid--col-start7{grid-column-start:7}.grid--col-start8{grid-column-start:8}.grid--col-start9{grid-column-start:9}.grid--col-start10{grid-column-start:10}.grid--col-start11{grid-column-start:11}.grid--col-start12{grid-column-start:12}.grid--col-end2{grid-column-end:2}.grid--col-end3{grid-column-end:3}.grid--col-end4{grid-column-end:4}.grid--col-end5{grid-column-end:5}.grid--col-end6{grid-column-end:6}.grid--col-end7{grid-column-end:7}.grid--col-end8{grid-column-end:8}.grid--col-end9{grid-column-end:9}.grid--col-end10{grid-column-end:10}.grid--col-end11{grid-column-end:11}.grid--col-end12{grid-column-end:12}.grid--col-end13{grid-column-end:13}.grid--row-start1{grid-row-start:1}.grid--row-start2{grid-row-start:2}.grid--row-start3{grid-row-start:3}.grid--row-start4{grid-row-start:4}.grid--row-start5{grid-row-start:5}.grid--row-start6{grid-row-start:6}.grid--row-start7{grid-row-start:7}.grid--row-start8{grid-row-start:8}.grid--row-start9{grid-row-start:9}.grid--row-start10{grid-row-start:10}.grid--row-start11{grid-row-start:11}.grid--row-start12{grid-row-start:12}.grid--row-end2{grid-row-end:2}.grid--row-end3{grid-row-end:3}.grid--row-end4{grid-row-end:4}.grid--row-end5{grid-row-end:5}.grid--row-end6{grid-row-end:6}.grid--row-end7{grid-row-end:7}.grid--row-end8{grid-row-end:8}.grid--row-end9{grid-row-end:9}.grid--row-end10{grid-row-end:10}.grid--row-end11{grid-row-end:11}.grid--row-end12{grid-row-end:12}.grid--row-end13{grid-row-end:13}.ji-auto{justify-items:auto !important}.ji-center{justify-items:center !important}.ji-start{justify-items:start !important}.ji-end{justify-items:end !important}.ji-stretch{justify-items:stretch !important}.ji-unset{justify-items:unset !important}.js-auto{justify-self:auto !important}.js-center{justify-self:center !important}.js-start{justify-self:start !important}.js-end{justify-self:end !important}.js-stretch{justify-self:stretch !important}.js-unset{justify-self:unset !important}body{--su-base:1;--su-static1:1px;--su-static2:2px;--su-static4:4px;--su-static6:6px;--su-static8:8px;--su-static12:12px;--su-static16:16px;--su-static24:24px;--su-static32:32px;--su-static48:48px;--su-static64:64px;--su-static96:96px;--su-static128:128px;--su1:clamp(var(--su-static1), calc(var(--su-static1) * var(--su-base)), calc(var(--su-static1) * var(--su-base)));--su2:calc(var(--su-static2) * var(--su-base));--su4:calc(var(--su-static4) * var(--su-base));--su6:calc(var(--su-static6) * var(--su-base));--su8:calc(var(--su-static8) * var(--su-base));--su12:calc(var(--su-static12) * var(--su-base));--su16:calc(var(--su-static16) * var(--su-base));--su24:calc(var(--su-static24) * var(--su-base));--su32:calc(var(--su-static32) * var(--su-base));--su48:calc(var(--su-static48) * var(--su-base));--su64:calc(var(--su-static64) * var(--su-base));--su96:calc(var(--su-static96) * var(--su-base));--su128:calc(var(--su-static128) * var(--su-base))}.m0{margin:0 !important}.mt0{margin-top:0 !important}.mr0{margin-right:0 !important}.mb0{margin-bottom:0 !important}.ml0{margin-left:0 !important}.mx0{margin-left:0 !important;margin-right:0 !important}.my0{margin-top:0 !important;margin-bottom:0 !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.m1{margin:var(--su1) !important}.m2{margin:var(--su2) !important}.m4{margin:var(--su4) !important}.m6{margin:var(--su6) !important}.m8{margin:var(--su8) !important}.m12{margin:var(--su12) !important}.m16{margin:var(--su16) !important}.m24{margin:var(--su24) !important}.m32{margin:var(--su32) !important}.m48{margin:var(--su48) !important}.m64{margin:var(--su64) !important}.m96{margin:var(--su96) !important}.m128{margin:var(--su128) !important}.m0{margin:0 !important}.mn1{margin:calc(var(--su1) * -1) !important}.mn2{margin:calc(var(--su2) * -1) !important}.mn4{margin:calc(var(--su4) * -1) !important}.mn6{margin:calc(var(--su6) * -1) !important}.mn8{margin:calc(var(--su8) * -1) !important}.mn12{margin:calc(var(--su12) * -1) !important}.mn16{margin:calc(var(--su16) * -1) !important}.mn24{margin:calc(var(--su24) * -1) !important}.mn32{margin:calc(var(--su32) * -1) !important}.mn48{margin:calc(var(--su48) * -1) !important}.mn64{margin:calc(var(--su64) * -1) !important}.mn96{margin:calc(var(--su96) * -1) !important}.mn128{margin:calc(var(--su128) * -1) !important}.mt1{margin-top:var(--su1) !important}.mt2{margin-top:var(--su2) !important}.mt4{margin-top:var(--su4) !important}.mt6{margin-top:var(--su6) !important}.mt8{margin-top:var(--su8) !important}.mt12{margin-top:var(--su12) !important}.mt16{margin-top:var(--su16) !important}.mt24{margin-top:var(--su24) !important}.mt32{margin-top:var(--su32) !important}.mt48{margin-top:var(--su48) !important}.mt64{margin-top:var(--su64) !important}.mt96{margin-top:var(--su96) !important}.mt128{margin-top:var(--su128) !important}.mt0{margin-top:0 !important}.mtn1{margin-top:calc(var(--su1) * -1) !important}.mtn2{margin-top:calc(var(--su2) * -1) !important}.mtn4{margin-top:calc(var(--su4) * -1) !important}.mtn6{margin-top:calc(var(--su6) * -1) !important}.mtn8{margin-top:calc(var(--su8) * -1) !important}.mtn12{margin-top:calc(var(--su12) * -1) !important}.mtn16{margin-top:calc(var(--su16) * -1) !important}.mtn24{margin-top:calc(var(--su24) * -1) !important}.mtn32{margin-top:calc(var(--su32) * -1) !important}.mtn48{margin-top:calc(var(--su48) * -1) !important}.mtn64{margin-top:calc(var(--su64) * -1) !important}.mtn96{margin-top:calc(var(--su96) * -1) !important}.mtn128{margin-top:calc(var(--su128) * -1) !important}.mr1{margin-right:var(--su1) !important}.mr2{margin-right:var(--su2) !important}.mr4{margin-right:var(--su4) !important}.mr6{margin-right:var(--su6) !important}.mr8{margin-right:var(--su8) !important}.mr12{margin-right:var(--su12) !important}.mr16{margin-right:var(--su16) !important}.mr24{margin-right:var(--su24) !important}.mr32{margin-right:var(--su32) !important}.mr48{margin-right:var(--su48) !important}.mr64{margin-right:var(--su64) !important}.mr96{margin-right:var(--su96) !important}.mr128{margin-right:var(--su128) !important}.mr0{margin-right:0 !important}.mrn1{margin-right:calc(var(--su1) * -1) !important}.mrn2{margin-right:calc(var(--su2) * -1) !important}.mrn4{margin-right:calc(var(--su4) * -1) !important}.mrn6{margin-right:calc(var(--su6) * -1) !important}.mrn8{margin-right:calc(var(--su8) * -1) !important}.mrn12{margin-right:calc(var(--su12) * -1) !important}.mrn16{margin-right:calc(var(--su16) * -1) !important}.mrn24{margin-right:calc(var(--su24) * -1) !important}.mrn32{margin-right:calc(var(--su32) * -1) !important}.mrn48{margin-right:calc(var(--su48) * -1) !important}.mrn64{margin-right:calc(var(--su64) * -1) !important}.mrn96{margin-right:calc(var(--su96) * -1) !important}.mrn128{margin-right:calc(var(--su128) * -1) !important}.mb1{margin-bottom:var(--su1) !important}.mb2{margin-bottom:var(--su2) !important}.mb4{margin-bottom:var(--su4) !important}.mb6{margin-bottom:var(--su6) !important}.mb8{margin-bottom:var(--su8) !important}.mb12{margin-bottom:var(--su12) !important}.mb16{margin-bottom:var(--su16) !important}.mb24{margin-bottom:var(--su24) !important}.mb32{margin-bottom:var(--su32) !important}.mb48{margin-bottom:var(--su48) !important}.mb64{margin-bottom:var(--su64) !important}.mb96{margin-bottom:var(--su96) !important}.mb128{margin-bottom:var(--su128) !important}.mb0{margin-bottom:0 !important}.mbn1{margin-bottom:calc(var(--su1) * -1) !important}.mbn2{margin-bottom:calc(var(--su2) * -1) !important}.mbn4{margin-bottom:calc(var(--su4) * -1) !important}.mbn6{margin-bottom:calc(var(--su6) * -1) !important}.mbn8{margin-bottom:calc(var(--su8) * -1) !important}.mbn12{margin-bottom:calc(var(--su12) * -1) !important}.mbn16{margin-bottom:calc(var(--su16) * -1) !important}.mbn24{margin-bottom:calc(var(--su24) * -1) !important}.mbn32{margin-bottom:calc(var(--su32) * -1) !important}.mbn48{margin-bottom:calc(var(--su48) * -1) !important}.mbn64{margin-bottom:calc(var(--su64) * -1) !important}.mbn96{margin-bottom:calc(var(--su96) * -1) !important}.mbn128{margin-bottom:calc(var(--su128) * -1) !important}.ml1{margin-left:var(--su1) !important}.ml2{margin-left:var(--su2) !important}.ml4{margin-left:var(--su4) !important}.ml6{margin-left:var(--su6) !important}.ml8{margin-left:var(--su8) !important}.ml12{margin-left:var(--su12) !important}.ml16{margin-left:var(--su16) !important}.ml24{margin-left:var(--su24) !important}.ml32{margin-left:var(--su32) !important}.ml48{margin-left:var(--su48) !important}.ml64{margin-left:var(--su64) !important}.ml96{margin-left:var(--su96) !important}.ml128{margin-left:var(--su128) !important}.ml0{margin-left:0 !important}.mln1{margin-left:calc(var(--su1) * -1) !important}.mln2{margin-left:calc(var(--su2) * -1) !important}.mln4{margin-left:calc(var(--su4) * -1) !important}.mln6{margin-left:calc(var(--su6) * -1) !important}.mln8{margin-left:calc(var(--su8) * -1) !important}.mln12{margin-left:calc(var(--su12) * -1) !important}.mln16{margin-left:calc(var(--su16) * -1) !important}.mln24{margin-left:calc(var(--su24) * -1) !important}.mln32{margin-left:calc(var(--su32) * -1) !important}.mln48{margin-left:calc(var(--su48) * -1) !important}.mln64{margin-left:calc(var(--su64) * -1) !important}.mln96{margin-left:calc(var(--su96) * -1) !important}.mln128{margin-left:calc(var(--su128) * -1) !important}.mx1{margin-left:var(--su1) !important;margin-right:var(--su1) !important}.mx2{margin-left:var(--su2) !important;margin-right:var(--su2) !important}.mx4{margin-left:var(--su4) !important;margin-right:var(--su4) !important}.mx6{margin-left:var(--su6) !important;margin-right:var(--su6) !important}.mx8{margin-left:var(--su8) !important;margin-right:var(--su8) !important}.mx12{margin-left:var(--su12) !important;margin-right:var(--su12) !important}.mx16{margin-left:var(--su16) !important;margin-right:var(--su16) !important}.mx24{margin-left:var(--su24) !important;margin-right:var(--su24) !important}.mx32{margin-left:var(--su32) !important;margin-right:var(--su32) !important}.mx48{margin-left:var(--su48) !important;margin-right:var(--su48) !important}.mx64{margin-left:var(--su64) !important;margin-right:var(--su64) !important}.mx96{margin-left:var(--su96) !important;margin-right:var(--su96) !important}.mx128{margin-left:var(--su128) !important;margin-right:var(--su128) !important}.mxn1{margin-left:calc(var(--su1) * -1) !important;margin-right:calc(var(--su1) * -1) !important}.mxn2{margin-left:calc(var(--su2) * -1) !important;margin-right:calc(var(--su2) * -1) !important}.mxn4{margin-left:calc(var(--su4) * -1) !important;margin-right:calc(var(--su4) * -1) !important}.mxn6{margin-left:calc(var(--su6) * -1) !important;margin-right:calc(var(--su6) * -1) !important}.mxn8{margin-left:calc(var(--su8) * -1) !important;margin-right:calc(var(--su8) * -1) !important}.mxn12{margin-left:calc(var(--su12) * -1) !important;margin-right:calc(var(--su12) * -1) !important}.mxn16{margin-left:calc(var(--su16) * -1) !important;margin-right:calc(var(--su16) * -1) !important}.mxn24{margin-left:calc(var(--su24) * -1) !important;margin-right:calc(var(--su24) * -1) !important}.mxn32{margin-left:calc(var(--su32) * -1) !important;margin-right:calc(var(--su32) * -1) !important}.mxn48{margin-left:calc(var(--su48) * -1) !important;margin-right:calc(var(--su48) * -1) !important}.mxn64{margin-left:calc(var(--su64) * -1) !important;margin-right:calc(var(--su64) * -1) !important}.mxn96{margin-left:calc(var(--su96) * -1) !important;margin-right:calc(var(--su96) * -1) !important}.mxn128{margin-left:calc(var(--su128) * -1) !important;margin-right:calc(var(--su128) * -1) !important}.my1{margin-top:var(--su1) !important;margin-bottom:var(--su1) !important}.my2{margin-top:var(--su2) !important;margin-bottom:var(--su2) !important}.my4{margin-top:var(--su4) !important;margin-bottom:var(--su4) !important}.my6{margin-top:var(--su6) !important;margin-bottom:var(--su6) !important}.my8{margin-top:var(--su8) !important;margin-bottom:var(--su8) !important}.my12{margin-top:var(--su12) !important;margin-bottom:var(--su12) !important}.my16{margin-top:var(--su16) !important;margin-bottom:var(--su16) !important}.my24{margin-top:var(--su24) !important;margin-bottom:var(--su24) !important}.my32{margin-top:var(--su32) !important;margin-bottom:var(--su32) !important}.my48{margin-top:var(--su48) !important;margin-bottom:var(--su48) !important}.my64{margin-top:var(--su64) !important;margin-bottom:var(--su64) !important}.my96{margin-top:var(--su96) !important;margin-bottom:var(--su96) !important}.my128{margin-top:var(--su128) !important;margin-bottom:var(--su128) !important}.myn1{margin-top:calc(var(--su1) * -1) !important;margin-bottom:calc(var(--su1) * -1) !important}.myn2{margin-top:calc(var(--su2) * -1) !important;margin-bottom:calc(var(--su2) * -1) !important}.myn4{margin-top:calc(var(--su4) * -1) !important;margin-bottom:calc(var(--su4) * -1) !important}.myn6{margin-top:calc(var(--su6) * -1) !important;margin-bottom:calc(var(--su6) * -1) !important}.myn8{margin-top:calc(var(--su8) * -1) !important;margin-bottom:calc(var(--su8) * -1) !important}.myn12{margin-top:calc(var(--su12) * -1) !important;margin-bottom:calc(var(--su12) * -1) !important}.myn16{margin-top:calc(var(--su16) * -1) !important;margin-bottom:calc(var(--su16) * -1) !important}.myn24{margin-top:calc(var(--su24) * -1) !important;margin-bottom:calc(var(--su24) * -1) !important}.myn32{margin-top:calc(var(--su32) * -1) !important;margin-bottom:calc(var(--su32) * -1) !important}.myn48{margin-top:calc(var(--su48) * -1) !important;margin-bottom:calc(var(--su48) * -1) !important}.myn64{margin-top:calc(var(--su64) * -1) !important;margin-bottom:calc(var(--su64) * -1) !important}.myn96{margin-top:calc(var(--su96) * -1) !important;margin-bottom:calc(var(--su96) * -1) !important}.myn128{margin-top:calc(var(--su128) * -1) !important;margin-bottom:calc(var(--su128) * -1) !important}.p0{padding:0 !important}.pt0{padding-top:0 !important}.pr0{padding-right:0 !important}.pb0{padding-bottom:0 !important}.pl0{padding-left:0 !important}.px0{padding-left:0 !important;padding-right:0 !important}.py0{padding-top:0 !important;padding-bottom:0 !important}.p1{padding:var(--su1) !important}.p2{padding:var(--su2) !important}.p4{padding:var(--su4) !important}.p6{padding:var(--su6) !important}.p8{padding:var(--su8) !important}.p12{padding:var(--su12) !important}.p16{padding:var(--su16) !important}.p24{padding:var(--su24) !important}.p32{padding:var(--su32) !important}.p48{padding:var(--su48) !important}.p64{padding:var(--su64) !important}.p96{padding:var(--su96) !important}.p128{padding:var(--su128) !important}.p0{padding:0 !important}.pt1{padding-top:var(--su1) !important}.pt2{padding-top:var(--su2) !important}.pt4{padding-top:var(--su4) !important}.pt6{padding-top:var(--su6) !important}.pt8{padding-top:var(--su8) !important}.pt12{padding-top:var(--su12) !important}.pt16{padding-top:var(--su16) !important}.pt24{padding-top:var(--su24) !important}.pt32{padding-top:var(--su32) !important}.pt48{padding-top:var(--su48) !important}.pt64{padding-top:var(--su64) !important}.pt96{padding-top:var(--su96) !important}.pt128{padding-top:var(--su128) !important}.pt0{padding-top:0 !important}.pr1{padding-right:var(--su1) !important}.pr2{padding-right:var(--su2) !important}.pr4{padding-right:var(--su4) !important}.pr6{padding-right:var(--su6) !important}.pr8{padding-right:var(--su8) !important}.pr12{padding-right:var(--su12) !important}.pr16{padding-right:var(--su16) !important}.pr24{padding-right:var(--su24) !important}.pr32{padding-right:var(--su32) !important}.pr48{padding-right:var(--su48) !important}.pr64{padding-right:var(--su64) !important}.pr96{padding-right:var(--su96) !important}.pr128{padding-right:var(--su128) !important}.pb1{padding-bottom:var(--su1) !important}.pb2{padding-bottom:var(--su2) !important}.pb4{padding-bottom:var(--su4) !important}.pb6{padding-bottom:var(--su6) !important}.pb8{padding-bottom:var(--su8) !important}.pb12{padding-bottom:var(--su12) !important}.pb16{padding-bottom:var(--su16) !important}.pb24{padding-bottom:var(--su24) !important}.pb32{padding-bottom:var(--su32) !important}.pb48{padding-bottom:var(--su48) !important}.pb64{padding-bottom:var(--su64) !important}.pb96{padding-bottom:var(--su96) !important}.pb128{padding-bottom:var(--su128) !important}.pr0{padding-right:0 !important}.pl1{padding-left:var(--su1) !important}.pl2{padding-left:var(--su2) !important}.pl4{padding-left:var(--su4) !important}.pl6{padding-left:var(--su6) !important}.pl8{padding-left:var(--su8) !important}.pl12{padding-left:var(--su12) !important}.pl16{padding-left:var(--su16) !important}.pl24{padding-left:var(--su24) !important}.pl32{padding-left:var(--su32) !important}.pl48{padding-left:var(--su48) !important}.pl64{padding-left:var(--su64) !important}.pl96{padding-left:var(--su96) !important}.pl128{padding-left:var(--su128) !important}.pl0{padding-left:0 !important}.px1{padding-left:var(--su1) !important;padding-right:var(--su1) !important}.px2{padding-left:var(--su2) !important;padding-right:var(--su2) !important}.px4{padding-left:var(--su4) !important;padding-right:var(--su4) !important}.px6{padding-left:var(--su6) !important;padding-right:var(--su6) !important}.px8{padding-left:var(--su8) !important;padding-right:var(--su8) !important}.px12{padding-left:var(--su12) !important;padding-right:var(--su12) !important}.px16{padding-left:var(--su16) !important;padding-right:var(--su16) !important}.px24{padding-left:var(--su24) !important;padding-right:var(--su24) !important}.px32{padding-left:var(--su32) !important;padding-right:var(--su32) !important}.px48{padding-left:var(--su48) !important;padding-right:var(--su48) !important}.px64{padding-left:var(--su64) !important;padding-right:var(--su64) !important}.px96{padding-left:var(--su96) !important;padding-right:var(--su96) !important}.px128{padding-left:var(--su128) !important;padding-right:var(--su128) !important}.py1{padding-top:var(--su1) !important;padding-bottom:var(--su1) !important}.py2{padding-top:var(--su2) !important;padding-bottom:var(--su2) !important}.py4{padding-top:var(--su4) !important;padding-bottom:var(--su4) !important}.py6{padding-top:var(--su6) !important;padding-bottom:var(--su6) !important}.py8{padding-top:var(--su8) !important;padding-bottom:var(--su8) !important}.py12{padding-top:var(--su12) !important;padding-bottom:var(--su12) !important}.py16{padding-top:var(--su16) !important;padding-bottom:var(--su16) !important}.py24{padding-top:var(--su24) !important;padding-bottom:var(--su24) !important}.py32{padding-top:var(--su32) !important;padding-bottom:var(--su32) !important}.py48{padding-top:var(--su48) !important;padding-bottom:var(--su48) !important}.py64{padding-top:var(--su64) !important;padding-bottom:var(--su64) !important}.py96{padding-top:var(--su96) !important;padding-bottom:var(--su96) !important}.py128{padding-top:var(--su128) !important;padding-bottom:var(--su128) !important}.t1{top:var(--su1) !important}.t2{top:var(--su2) !important}.t4{top:var(--su4) !important}.t6{top:var(--su6) !important}.t8{top:var(--su8) !important}.t12{top:var(--su12) !important}.t16{top:var(--su16) !important}.t24{top:var(--su24) !important}.t32{top:var(--su32) !important}.t48{top:var(--su48) !important}.t64{top:var(--su64) !important}.t96{top:var(--su96) !important}.t128{top:var(--su128) !important}.t0{top:0 !important}.t50{top:50% !important}.tn50{top:-50% !important}.t100{top:100% !important}.tn100{top:-100% !important}.tn1{top:calc(var(--su1) * -1) !important}.tn2{top:calc(var(--su2) * -1) !important}.tn4{top:calc(var(--su4) * -1) !important}.tn6{top:calc(var(--su6) * -1) !important}.tn8{top:calc(var(--su8) * -1) !important}.tn12{top:calc(var(--su12) * -1) !important}.tn16{top:calc(var(--su16) * -1) !important}.tn24{top:calc(var(--su24) * -1) !important}.tn32{top:calc(var(--su32) * -1) !important}.tn48{top:calc(var(--su48) * -1) !important}.tn64{top:calc(var(--su64) * -1) !important}.tn96{top:calc(var(--su96) * -1) !important}.tn128{top:calc(var(--su128) * -1) !important}.r1{right:var(--su1) !important}.r2{right:var(--su2) !important}.r4{right:var(--su4) !important}.r6{right:var(--su6) !important}.r8{right:var(--su8) !important}.r12{right:var(--su12) !important}.r16{right:var(--su16) !important}.r24{right:var(--su24) !important}.r32{right:var(--su32) !important}.r48{right:var(--su48) !important}.r64{right:var(--su64) !important}.r96{right:var(--su96) !important}.r128{right:var(--su128) !important}.r0{right:0 !important}.r50{right:50% !important}.rn50{right:-50% !important}.r100{right:100% !important}.rn100{right:-100% !important}.rn1{right:calc(var(--su1) * -1) !important}.rn2{right:calc(var(--su2) * -1) !important}.rn4{right:calc(var(--su4) * -1) !important}.rn6{right:calc(var(--su6) * -1) !important}.rn8{right:calc(var(--su8) * -1) !important}.rn12{right:calc(var(--su12) * -1) !important}.rn16{right:calc(var(--su16) * -1) !important}.rn24{right:calc(var(--su24) * -1) !important}.rn32{right:calc(var(--su32) * -1) !important}.rn48{right:calc(var(--su48) * -1) !important}.rn64{right:calc(var(--su64) * -1) !important}.rn96{right:calc(var(--su96) * -1) !important}.rn128{right:calc(var(--su128) * -1) !important}.b1{bottom:var(--su1) !important}.b2{bottom:var(--su2) !important}.b4{bottom:var(--su4) !important}.b6{bottom:var(--su6) !important}.b8{bottom:var(--su8) !important}.b12{bottom:var(--su12) !important}.b16{bottom:var(--su16) !important}.b24{bottom:var(--su24) !important}.b32{bottom:var(--su32) !important}.b48{bottom:var(--su48) !important}.b64{bottom:var(--su64) !important}.b96{bottom:var(--su96) !important}.b128{bottom:var(--su128) !important}.b0{bottom:0 !important}.b50{bottom:50% !important}.bn50{bottom:-50% !important}.b100{bottom:100% !important}.bn100{bottom:-100% !important}.bn1{bottom:calc(var(--su1) * -1) !important}.bn2{bottom:calc(var(--su2) * -1) !important}.bn4{bottom:calc(var(--su4) * -1) !important}.bn6{bottom:calc(var(--su6) * -1) !important}.bn8{bottom:calc(var(--su8) * -1) !important}.bn12{bottom:calc(var(--su12) * -1) !important}.bn16{bottom:calc(var(--su16) * -1) !important}.bn24{bottom:calc(var(--su24) * -1) !important}.bn32{bottom:calc(var(--su32) * -1) !important}.bn48{bottom:calc(var(--su48) * -1) !important}.bn64{bottom:calc(var(--su64) * -1) !important}.bn96{bottom:calc(var(--su96) * -1) !important}.bn128{bottom:calc(var(--su128) * -1) !important}.l1{left:var(--su1) !important}.l2{left:var(--su2) !important}.l4{left:var(--su4) !important}.l6{left:var(--su6) !important}.l8{left:var(--su8) !important}.l12{left:var(--su12) !important}.l16{left:var(--su16) !important}.l24{left:var(--su24) !important}.l32{left:var(--su32) !important}.l48{left:var(--su48) !important}.l64{left:var(--su64) !important}.l96{left:var(--su96) !important}.l128{left:var(--su128) !important}.l0{left:0 !important}.l50{left:50% !important}.ln50{left:-50% !important}.l100{left:100% !important}.ln100{left:-100% !important}.ln1{left:calc(var(--su1) * -1) !important}.ln2{left:calc(var(--su2) * -1) !important}.ln4{left:calc(var(--su4) * -1) !important}.ln6{left:calc(var(--su6) * -1) !important}.ln8{left:calc(var(--su8) * -1) !important}.ln12{left:calc(var(--su12) * -1) !important}.ln16{left:calc(var(--su16) * -1) !important}.ln24{left:calc(var(--su24) * -1) !important}.ln32{left:calc(var(--su32) * -1) !important}.ln48{left:calc(var(--su48) * -1) !important}.ln64{left:calc(var(--su64) * -1) !important}.ln96{left:calc(var(--su96) * -1) !important}.ln128{left:calc(var(--su128) * -1) !important}.i1{inset:var(--su1) !important}.i2{inset:var(--su2) !important}.i4{inset:var(--su4) !important}.i6{inset:var(--su6) !important}.i8{inset:var(--su8) !important}.i12{inset:var(--su12) !important}.i16{inset:var(--su16) !important}.i24{inset:var(--su24) !important}.i32{inset:var(--su32) !important}.i48{inset:var(--su48) !important}.i64{inset:var(--su64) !important}.i96{inset:var(--su96) !important}.i128{inset:var(--su128) !important}.i0{inset:0 !important}h1,h2,h3,h4,h5,h6,p{margin-top:0}.fs-display4{font-size:var(--fs-display4) !important}.fs-display3{font-size:var(--fs-display3) !important}.fs-display2{font-size:var(--fs-display2) !important}.fs-display1{font-size:var(--fs-display1) !important}.fs-headline2{font-size:var(--fs-headline2) !important}.fs-headline1{font-size:var(--fs-headline1) !important}.fs-title{font-size:var(--fs-title) !important}.fs-subheading{font-size:var(--fs-subheading) !important}.fs-body3{font-size:var(--fs-body3) !important}.fs-body2{font-size:var(--fs-body2) !important}.fs-body1{font-size:var(--fs-body1) !important}.fs-caption,.fs-category{font-size:var(--fs-caption) !important}.fs-fine{font-size:var(--fs-fine) !important}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .fs-display4{font-size:3.8rem !important}html.html__responsive:not(.html__unpinned-leftnav) .fs-display3{font-size:3.3rem !important}html.html__responsive:not(.html__unpinned-leftnav) .fs-display2{font-size:3rem !important}html.html__responsive:not(.html__unpinned-leftnav) .fs-display1{font-size:2.6rem !important}html.html__responsive:not(.html__unpinned-leftnav) .fs-headline2{font-size:2.3rem !important}html.html__responsive:not(.html__unpinned-leftnav) .fs-headline1{font-size:2rem !important}html.html__responsive:not(.html__unpinned-leftnav) .fs-title{font-size:1.8rem !important}html.html__responsive:not(.html__unpinned-leftnav) .fs-subheading{font-size:1.6rem !important}html.html__responsive:not(.html__unpinned-leftnav) .fs-body3{font-size:1.4rem !important}html.html__responsive:not(.html__unpinned-leftnav) .fs-body2{font-size:1.3rem !important}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .fs-display4{font-size:3.8rem !important}html.html__responsive.html__unpinned-leftnav .fs-display3{font-size:3.3rem !important}html.html__responsive.html__unpinned-leftnav .fs-display2{font-size:3rem !important}html.html__responsive.html__unpinned-leftnav .fs-display1{font-size:2.6rem !important}html.html__responsive.html__unpinned-leftnav .fs-headline2{font-size:2.3rem !important}html.html__responsive.html__unpinned-leftnav .fs-headline1{font-size:2rem !important}html.html__responsive.html__unpinned-leftnav .fs-title{font-size:1.8rem !important}html.html__responsive.html__unpinned-leftnav .fs-subheading{font-size:1.6rem !important}html.html__responsive.html__unpinned-leftnav .fs-body3{font-size:1.4rem !important}html.html__responsive.html__unpinned-leftnav .fs-body2{font-size:1.3rem !important}}.fs-category{font-weight:600;text-transform:uppercase}.fs-category.has-border{width:100%;padding:var(--su4) 0;border-top:1px solid var(--bc-medium)}.fc-dark{color:var(--fc-dark) !important}.fc-medium{color:var(--fc-medium) !important}.fc-light{color:var(--fc-light) !important}.lh-xs{line-height:var(--lh-xs) !important}.lh-sm{line-height:var(--lh-sm) !important}.lh-md{line-height:var(--lh-md) !important}.lh-lg{line-height:var(--lh-lg) !important}.lh-xl{line-height:var(--lh-xl) !important}.lh-xxl{line-height:var(--lh-xxl) !important}.lh-unset{line-height:initial !important}.ff-sans{font-family:var(--ff-sans) !important}.ff-serif{font-family:var(--ff-serif) !important}.ff-mono{font-family:var(--ff-mono) !important}.ff-inherit{font-family:inherit !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:600 !important}.fs-normal{font-style:normal !important}.fs-italic{font-style:italic !important}.fs-unset{font-style:unset !important}.ta-left{text-align:left !important}.ta-center{text-align:center !important}.ta-right{text-align:right !important}.ta-justify{text-align:justify !important}.ta-unset{text-align:unset !important}.td-none{text-decoration:none !important}.td-underline{text-decoration:underline !important}.tt-capitalize{text-transform:capitalize !important}.tt-lowercase{text-transform:lowercase !important}.tt-uppercase{text-transform:uppercase !important}.tt-none{text-transform:none !important}.tt-unset{text-transform:unset !important}.truncate{overflow:hidden;max-width:100%;text-overflow:ellipsis !important;white-space:nowrap}.v-truncate1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.v-truncate2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v-truncate3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.v-truncate4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.v-truncate5{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.v-truncate-fade{overflow:hidden;-webkit-mask-image:linear-gradient(180deg, #000 calc(var(--lh-md) * 9em), transparent);mask-image:linear-gradient(180deg, #000 calc(var(--lh-md) * 9em), transparent);max-height:calc(var(--lh-md) * 12em)}.v-truncate-fade.v-truncate-fade__sm{-webkit-mask-image:linear-gradient(180deg, #000 calc(var(--lh-md) * 3em), transparent);mask-image:linear-gradient(180deg, #000 calc(var(--lh-md) * 3em), transparent);max-height:calc(var(--lh-md) * 6em)}.v-truncate-fade.v-truncate-fade__lg{-webkit-mask-image:linear-gradient(180deg, #000 calc(var(--lh-md) * 21em), transparent);mask-image:linear-gradient(180deg, #000 calc(var(--lh-md) * 21em), transparent);max-height:calc(var(--lh-md) * 24em)}.ws-normal{white-space:normal !important}.ws-nowrap{white-space:nowrap !important}.ws-pre{white-space:pre !important}.ws-pre-wrap{white-space:pre-wrap !important}.ws-pre-line{white-space:pre-line !important}.ws-unset{white-space:unset !important}.wb-normal{word-break:normal !important}.wb-break-all{word-break:break-all !important}.wb-keep-all{word-break:keep-all !important}.wb-inherit{word-break:inherit !important}.wb-initial{word-break:initial !important}.wb-unset{word-break:unset !important}.ow-normal{overflow-wrap:normal !important;word-wrap:normal !important}.ow-break-word{overflow-wrap:break-word !important;word-wrap:break-word !important}.ow-inherit{overflow-wrap:inherit !important;word-wrap:inherit !important}.ow-initial{overflow-wrap:initial !important;word-wrap:initial !important}.ow-unset{overflow-wrap:unset !important;word-wrap:unset !important}.hyphens-none{hyphens:none !important}.hyphens-auto{-ms-hyphens:auto !important;-webkit-hyphens:auto !important;hyphens:auto !important}.hyphens-unset{hyphens:unset !important}.break-word{word-break:break-word !important;word-wrap:break-word !important;overflow-wrap:break-word !important;-webkit-hyphens:auto !important;-moz-hyphens:auto !important;-ms-hyphens:auto !important;hyphens:auto !important}ul,ol{padding:0;margin-left:2.8em}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}ul{list-style-type:disc}ol{list-style-type:decimal}.list-reset{list-style:none;margin:0;padding:0}.list-ls-none{list-style:none !important}.list-ls-disc{list-style-type:disc !important}.list-ls-decimal{list-style-type:decimal !important}.list-ls-unset{list-style-type:unset !important}.list-inside{list-style-position:inside !important}.list-outside{list-style-position:outside !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}.d-none{display:none !important}.d-unset{display:unset !important}.bg-bottom{background-position:bottom !important}.bg-center{background-position:center !important}.bg-left{background-position:left !important}.bg-left-bottom{background-position:left bottom !important}.bg-left-top{background-position:left top !important}.bg-right{background-position:right !important}.bg-right-bottom{background-position:right bottom !important}.bg-right-top{background-position:right top !important}.bg-top{background-position:top !important}.bg-repeat{background-repeat:repeat !important}.bg-no-repeat{background-repeat:no-repeat !important}.bg-repeat-x{background-repeat:repeat-x !important}.bg-repeat-y{background-repeat:repeat-y !important}.bg-auto{background-size:auto !important}.bg-cover{background-size:cover !important}.bg-contain{background-size:contain !important}.bg-fixed{background-attachment:fixed !important}.bg-local{background-attachment:local !important}.bg-scroll{background-attachment:scroll !important}.bg-image-none{background-image:none !important}.bg-confetti-animated{background-repeat:repeat-x;background-position:top -10px center;background-image:url("data:image/svg+xml,%3Csvg width='600' height='90' viewBox='0 0 600 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='42' y='-10' width='6' height='10'/%3E%3Crect x='84' y='-10' width='6' height='10'/%3E%3Crect x='126' y='-13' width='5' height='13'/%3E%3Crect x='168' y='-13' width='5' height='13'/%3E%3Crect x='210' y='-10' width='6' height='10'/%3E%3Crect x='252' y='-13' width='5' height='13'/%3E%3Crect x='294' y='-10' width='6' height='10'/%3E%3Crect x='336' y='-13' width='5' height='13'/%3E%3Crect x='378' y='-13' width='5' height='13'/%3E%3Crect x='420' y='-10' width='6' height='10'/%3E%3Crect x='462' y='-10' width='6' height='10'/%3E%3Crect x='504' y='-13' width='5' height='13'/%3E%3Crect x='546' y='-10' width='6' height='10'/%3E%3Cstyle type='text/css'%3E rect %7B opacity: 0; %7D rect:nth-child(1) %7B transform-origin: 45px 5px; transform: rotate(-145deg); animation: blast 700ms infinite ease-out; animation-delay: 88ms; animation-duration: 631ms; %7D rect:nth-child(2) %7B transform-origin: 87px 5px; transform: rotate(164deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 442ms; %7D rect:nth-child(3) %7B transform-origin: 128px 6px; transform: rotate(4deg); animation: blast 700ms infinite ease-out; animation-delay: 92ms; animation-duration: 662ms; %7D rect:nth-child(4) %7B transform-origin: 170px 6px; transform: rotate(-175deg); animation: blast 700ms infinite ease-out; animation-delay: 17ms; animation-duration: 593ms; %7D rect:nth-child(5) %7B transform-origin: 213px 5px; transform: rotate(-97deg); animation: blast 700ms infinite ease-out; animation-delay: 122ms; animation-duration: 476ms; %7D rect:nth-child(6) %7B transform-origin: 255px 6px; transform: rotate(57deg); animation: blast 700ms infinite ease-out; animation-delay: 271ms; animation-duration: 381ms; %7D rect:nth-child(7) %7B transform-origin: 297px 5px; transform: rotate(-46deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 619ms; %7D rect:nth-child(8) %7B transform-origin: 338px 6px; transform: rotate(-65deg); animation: blast 700ms infinite ease-out; animation-delay: 85ms; animation-duration: 668ms; %7D rect:nth-child(9) %7B transform-origin: 380px 6px; transform: rotate(13deg); animation: blast 700ms infinite ease-out; animation-delay: 128ms; animation-duration: 377ms; %7D rect:nth-child(10) %7B transform-origin: 423px 5px; transform: rotate(176deg); animation: blast 700ms infinite ease-out; animation-delay: 311ms; animation-duration: 508ms; %7D rect:nth-child(11) %7B transform-origin: 465px 5px; transform: rotate(108deg); animation: blast 700ms infinite ease-out; animation-delay: 108ms; animation-duration: 595ms; %7D rect:nth-child(12) %7B transform-origin: 506px 6px; transform: rotate(62deg); animation: blast 700ms infinite ease-out; animation-delay: 105ms; animation-duration: 375ms; %7D rect:nth-child(13) %7B transform-origin: 549px 5px; transform: rotate(16deg); animation: blast 700ms infinite ease-out; animation-delay: 149ms; animation-duration: 491ms; %7D rect:nth-child(odd) %7B fill: %2365BB5C; %7D rect:nth-child(even) %7B z-index: 1; fill: %2333AAFF; %7D rect:nth-child(4n) %7B animation-duration: 1400ms; fill: %23F23B14; %7D rect:nth-child(3n) %7B animation-duration: 1750ms; animation-delay: 700ms; %7D rect:nth-child(4n-7) %7B fill: %232A2F6A; %7D rect:nth-child(6n) %7B fill: %23FBBA23; %7D @keyframes blast %7B from %7B opacity: 0; %7D 20%25 %7B opacity: 1; %7D to %7B transform: translateY(90px); %7D %7D %3C/style%3E%3C/svg%3E%0A")}@media (prefers-reduced-motion){.bg-confetti-animated{background-image:url("data:image/svg+xml,%3Csvg width='574' height='60' viewBox='0 0 574 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='27.1224' y='20.0458' width='5' height='13' transform='rotate(-139 27.1224 20.0458)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='118.478' y='7.00201' width='5' height='13' transform='rotate(-38.8114 118.478 7.00201)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='504.616' y='25.4479' width='5' height='13' transform='rotate(-60.2734 504.616 25.4479)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='538.983' y='45.555' width='5' height='13' transform='rotate(16.7826 538.983 45.555)' fill='%232A2F6A'/%3E%3Crect opacity='0.3' x='470.322' y='2.63625' width='5' height='13' transform='rotate(11.295 470.322 2.63625)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='190.295' y='4.58138' width='5' height='13' transform='rotate(27.5954 190.295 4.58138)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='234.303' y='16.3233' width='5' height='13' transform='rotate(-41.8233 234.303 16.3233)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='369.702' y='40.9875' width='5' height='13' transform='rotate(-56.419 369.702 40.9875)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='402.121' y='31.0848' width='5' height='13' transform='rotate(-17.9234 402.121 31.0848)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='200.316' y='31.9328' width='5' height='13' transform='rotate(-15.8896 200.316 31.9328)' fill='%232A2F6A'/%3E%3Crect opacity='0.6' x='69.6745' y='23.4725' width='6' height='10' transform='rotate(70.0266 69.6745 23.4725)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='291.945' y='7.16931' width='6' height='10' transform='rotate(30.4258 291.945 7.16931)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='33.7754' y='38.2208' width='6' height='10' transform='rotate(38.6056 33.7754 38.2208)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='109.752' y='31.1743' width='6' height='10' transform='rotate(28.5296 109.752 31.1743)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='278.081' y='37.8695' width='6' height='10' transform='rotate(-26.5651 278.081 37.8695)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='416.294' y='11.5573' width='6' height='10' transform='rotate(-22.8498 416.294 11.5573)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='354.667' y='9.32341' width='6' height='10' transform='rotate(17.7506 354.667 9.32341)' fill='%232A2F6A'/%3E%3Crect opacity='0.8' x='532.404' y='16.6372' width='6' height='10' transform='rotate(-75.3432 532.404 16.6372)' fill='%23FBBA23'/%3E%3Crect opacity='0.6' x='460.463' y='39.3557' width='6' height='10' transform='rotate(45.4982 460.463 39.3557)' fill='%2365BB5C'/%3E%3C/svg%3E")}}.bg-confetti-static{background-repeat:repeat-x;background-position:top -10px center;background-image:url("data:image/svg+xml,%3Csvg width='574' height='60' viewBox='0 0 574 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='27.1224' y='20.0458' width='5' height='13' transform='rotate(-139 27.1224 20.0458)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='118.478' y='7.00201' width='5' height='13' transform='rotate(-38.8114 118.478 7.00201)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='504.616' y='25.4479' width='5' height='13' transform='rotate(-60.2734 504.616 25.4479)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='538.983' y='45.555' width='5' height='13' transform='rotate(16.7826 538.983 45.555)' fill='%232A2F6A'/%3E%3Crect opacity='0.3' x='470.322' y='2.63625' width='5' height='13' transform='rotate(11.295 470.322 2.63625)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='190.295' y='4.58138' width='5' height='13' transform='rotate(27.5954 190.295 4.58138)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='234.303' y='16.3233' width='5' height='13' transform='rotate(-41.8233 234.303 16.3233)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='369.702' y='40.9875' width='5' height='13' transform='rotate(-56.419 369.702 40.9875)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='402.121' y='31.0848' width='5' height='13' transform='rotate(-17.9234 402.121 31.0848)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='200.316' y='31.9328' width='5' height='13' transform='rotate(-15.8896 200.316 31.9328)' fill='%232A2F6A'/%3E%3Crect opacity='0.6' x='69.6745' y='23.4725' width='6' height='10' transform='rotate(70.0266 69.6745 23.4725)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='291.945' y='7.16931' width='6' height='10' transform='rotate(30.4258 291.945 7.16931)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='33.7754' y='38.2208' width='6' height='10' transform='rotate(38.6056 33.7754 38.2208)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='109.752' y='31.1743' width='6' height='10' transform='rotate(28.5296 109.752 31.1743)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='278.081' y='37.8695' width='6' height='10' transform='rotate(-26.5651 278.081 37.8695)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='416.294' y='11.5573' width='6' height='10' transform='rotate(-22.8498 416.294 11.5573)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='354.667' y='9.32341' width='6' height='10' transform='rotate(17.7506 354.667 9.32341)' fill='%232A2F6A'/%3E%3Crect opacity='0.8' x='532.404' y='16.6372' width='6' height='10' transform='rotate(-75.3432 532.404 16.6372)' fill='%23FBBA23'/%3E%3Crect opacity='0.6' x='460.463' y='39.3557' width='6' height='10' transform='rotate(45.4982 460.463 39.3557)' fill='%2365BB5C'/%3E%3C/svg%3E")}.of-contain{object-fit:contain !important}.of-cover{object-fit:cover !important}.of-fill{object-fit:fill !important}.of-none{object-fit:none !important}.of-scale-down{object-fit:scale-down !important}.op-center{object-position:center !important}.c-auto{cursor:auto !important}.c-default{cursor:default !important}.c-pointer{cursor:pointer !important}.c-text{cursor:text !important}.c-wait{cursor:wait !important}.c-move{cursor:move !important}.c-not-allowed{cursor:not-allowed !important}.c-help{cursor:help !important}.pe-auto{pointer-events:auto !important}.pe-none{pointer-events:none !important}.us-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.us-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.ud-auto{-webkit-user-drag:auto !important;-moz-user-drag:auto !important;-ms-user-drag:auto !important}.ud-none{-webkit-user-drag:none !important;-moz-user-drag:none !important;-ms-user-drag:none !important}.v-visible{visibility:visible !important}.v-hidden{visibility:hidden !important}.v-visible-sr{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.clear-left{clear:left !important}.clear-right{clear:right !important}.clear-both{clear:both !important}.clear-none{clear:none !important}.box-content{box-sizing:content-box !important}.box-border{box-sizing:border-box !important}.box-unset{box-sizing:unset !important}.va-baseline{vertical-align:baseline !important}.va-bottom{vertical-align:bottom !important}.va-middle{vertical-align:middle !important}.va-sub{vertical-align:sub !important}.va-super{vertical-align:super !important}.va-text-bottom{vertical-align:text-bottom !important}.va-text-top{vertical-align:text-top !important}.va-top{vertical-align:top !important}.va-unset{vertical-align:unset !important}.ps-absolute{position:absolute !important}.ps-fixed{position:fixed !important}.ps-relative{position:relative !important}.ps-static{position:static !important}.ps-sticky{position:sticky !important}.ps-unset{position:unset !important}.overflow-auto{overflow:auto !important;scrollbar-color:var(--scrollbar) transparent}.overflow-auto::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-auto::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-auto::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.overflow-auto::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.overflow-x-auto{overflow-x:auto !important;scrollbar-color:var(--scrollbar) transparent}.overflow-x-auto::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-x-auto::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-x-auto::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.overflow-x-auto::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.overflow-y-auto{overflow-y:auto !important;scrollbar-color:var(--scrollbar) transparent}.overflow-y-auto::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-y-auto::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-y-auto::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.overflow-y-auto::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.overflow-hidden{overflow:hidden !important;scrollbar-color:var(--scrollbar) transparent}.overflow-hidden::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-hidden::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-hidden::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.overflow-hidden::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.overflow-x-hidden{overflow-x:hidden !important;scrollbar-color:var(--scrollbar) transparent}.overflow-x-hidden::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-x-hidden::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-x-hidden::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.overflow-x-hidden::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.overflow-y-hidden{overflow-y:hidden !important;scrollbar-color:var(--scrollbar) transparent}.overflow-y-hidden::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-y-hidden::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-y-hidden::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.overflow-y-hidden::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.overflow-scroll{overflow:scroll !important;scrollbar-color:var(--scrollbar) transparent}.overflow-scroll::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-scroll::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-scroll::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.overflow-scroll::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.overflow-x-scroll{overflow-x:scroll !important;scrollbar-color:var(--scrollbar) transparent}.overflow-x-scroll::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-x-scroll::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-x-scroll::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.overflow-x-scroll::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.overflow-y-scroll{overflow-y:scroll !important;scrollbar-color:var(--scrollbar) transparent}.overflow-y-scroll::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-y-scroll::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.overflow-y-scroll::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.overflow-y-scroll::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.overflow-visible{overflow:visible !important}.o0{opacity:0 !important}.h\:o0:hover{opacity:0 !important}.o5{opacity:.05 !important}.h\:o5:hover{opacity:.05 !important}.o10{opacity:.1 !important}.o20{opacity:.2 !important}.o30{opacity:.3 !important}.o40{opacity:.4 !important}.o50{opacity:.5 !important}.h\:o50:hover{opacity:.5 !important}.o60{opacity:.6 !important}.o70{opacity:.7 !important}.o80{opacity:.8 !important}.h\:o80:hover{opacity:.8 !important}.o90{opacity:.9 !important}.o100{opacity:1 !important}.h\:o100:hover{opacity:1 !important}.f\:o100:focus,.f\:o100:focus-within{opacity:1 !important}.z-hide{z-index:var(--zi-hide) !important}.z-base{z-index:var(--zi-base) !important}.z-active{z-index:var(--zi-active) !important}.z-selected{z-index:var(--zi-selected) !important}.z-dropdown{z-index:var(--zi-dropdown) !important}.z-popover{z-index:var(--zi-popovers) !important}.z-tooltip{z-index:var(--zi-tooltips) !important}.z-banner{z-index:var(--zi-banners) !important}.z-nav{z-index:var(--zi-navigation) !important}.z-nav-fixed{z-index:var(--zi-navigation-fixed) !important}.z-modal{z-index:var(--zi-modals) !important}.z-modal-bg{z-index:var(--zi-modals-background) !important}.outline-none{outline:0 !important}.outline-ring{outline:solid var(--su-static4) var(--focus-ring)}.f\:outline-ring:focus,.f\:outline-ring:focus-within{outline:solid var(--su-static4) var(--focus-ring)}.fill-current{fill:currentColor !important}.stroke-current{stroke:currentColor !important}.bs-none{box-shadow:none !important}.bs-sm{box-shadow:var(--bs-sm) !important}.h\:bs-sm:hover{box-shadow:var(--bs-sm) !important}.bs-md{box-shadow:var(--bs-md) !important}.h\:bs-md:hover{box-shadow:var(--bs-md) !important}.bs-lg{box-shadow:var(--bs-lg) !important}.h\:bs-lg:hover{box-shadow:var(--bs-lg) !important}.bs-xl{box-shadow:var(--bs-xl) !important}.bs-ring{box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}.h\:bs-ring:hover{box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}.f\:bs-ring:focus,.f\:bs-ring:focus-within{box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}.bs-sm.bs-hover:hover{box-shadow:0 var(--su-static2) var(--su-static8) hsl(210,8%,95%) !important}.bs-md.bs-hover:hover{box-shadow:0 var(--su-static4) var(--su-static8) hsl(210,8%,85%) !important}.bs-lg.bs-hover:hover{box-shadow:0 var(--su-static4) var(--su-static12) hsla(210,8%,65%,0.7) !important}.bs-i-sm.bs-hover:hover{box-shadow:inset 0 var(--su-static1) var(--su-static8) 0 hsla(210,8%,75%,0.75) !important}.bs-i-md.bs-hover:hover{box-shadow:inset 0 var(--su-static1) var(--su-static8) 0 hsla(210,8%,60%,0.8) !important}.bs-i-lg.bs-hover:hover{box-shadow:inset 0 var(--su-static1) var(--su-static12) 0 hsl(210,8%,60%) !important}.t{transition-duration:var(--transition-time);transition-property:all;transition-timing-function:var(--te-ease-in);transition-delay:0s}.t-slow{transition-duration:.25s !important}.t-fast{transition-duration:.05s !important}.t-unset{transition-property:none !important}.t-bg{transition-property:background-color !important}.t-opacity{transition-property:opacity !important}.t-shadow{transition-property:box-shadow !important}.t-delay{transition-delay:.25s !important}.t-delay-unset{transition-delay:0s !important}.tl-fixed{table-layout:fixed !important}.tl-auto{table-layout:auto !important}.w0{width:0 !important}.w10{width:10% !important}.w20{width:20% !important}.w25{width:25% !important}.w30{width:30% !important}.w33{width:33.33333% !important}.w40{width:40% !important}.w50{width:50% !important}.w60{width:60% !important}.w66{width:66.66667% !important}.w70{width:70% !important}.w75{width:75% !important}.w80{width:80% !important}.w90{width:90% !important}.w100{width:100% !important}.w-auto{width:auto !important}.w-screen{width:100vw !important}.ws0,.w0{width:0 !important}.ws1{width:var(--s-step) !important}.ws2{width:calc(var(--s-step) * 2) !important}.ws3{width:calc(var(--s-step) * 3) !important}.ws4{width:calc(var(--s-step) * 4) !important}.ws5{width:calc(var(--s-step) * 5) !important}.ws6{width:calc(var(--s-step) * 6) !important}.ws7{width:calc(var(--s-step) * 7) !important}.ws8{width:calc(var(--s-step) * 8) !important}.ws9{width:calc(var(--s-step) * 9) !important}.ws10{width:calc(var(--s-step) * 10) !important}.ws11{width:calc(var(--s-step) * 11) !important}.ws12{width:var(--s-full) !important}.w2{width:var(--su-static2) !important}.w4{width:var(--su-static4) !important}.w6{width:var(--su-static6) !important}.w8{width:var(--su-static8) !important}.w12{width:var(--su-static12) !important}.w16{width:var(--su-static16) !important}.w24{width:var(--su-static24) !important}.w32{width:var(--su-static32) !important}.w48{width:var(--su-static48) !important}.w64{width:var(--su-static64) !important}.w96{width:var(--su-static96) !important}.w128{width:var(--su-static128) !important}.wmx0{max-width:0 !important}.wmx1{max-width:var(--s-step) !important}.wmx2{max-width:calc(var(--s-step) * 2) !important}.wmx25{max-width:25% !important}.wmx3{max-width:calc(var(--s-step) * 3) !important}.wmx4{max-width:calc(var(--s-step) * 4) !important}.wmx5{max-width:calc(var(--s-step) * 5) !important}.wmx50{max-width:50% !important}.wmx6{max-width:calc(var(--s-step) * 6) !important}.wmx7{max-width:calc(var(--s-step) * 7) !important}.wmx75{max-width:75% !important}.wmx8{max-width:calc(var(--s-step) * 8) !important}.wmx9{max-width:calc(var(--s-step) * 9) !important}.wmx10{max-width:calc(var(--s-step) * 10) !important}.wmx11{max-width:calc(var(--s-step) * 11) !important}.wmx12{max-width:var(--s-full) !important}.wmx100{max-width:100% !important}.wmx-initial{max-width:initial !important}.wmx-screen{max-width:100vw !important}.wmn0{min-width:0 !important}.wmn1{min-width:var(--s-step) !important}.wmn2{min-width:calc(var(--s-step) * 2) !important}.wmn25{min-width:25% !important}.wmn3{min-width:calc(var(--s-step) * 3) !important}.wmn4{min-width:calc(var(--s-step) * 4) !important}.wmn5{min-width:calc(var(--s-step) * 5) !important}.wmn50{min-width:50% !important}.wmn6{min-width:calc(var(--s-step) * 6) !important}.wmn7{min-width:calc(var(--s-step) * 7) !important}.wmn75{min-width:75% !important}.wmn8{min-width:calc(var(--s-step) * 8) !important}.wmn9{min-width:calc(var(--s-step) * 9) !important}.wmn10{min-width:calc(var(--s-step) * 10) !important}.wmn11{min-width:calc(var(--s-step) * 11) !important}.wmn12{min-width:var(--s-full) !important}.wmn100{min-width:100% !important}.wmn-initial{min-width:initial !important}.h0{height:0 !important}.h100{height:100% !important}.h-auto{height:auto !important}.h-screen{height:100vh !important}.hs0,.h0{height:0 !important}.hs1{height:var(--s-step) !important}.hs2{height:calc(var(--s-step) * 2) !important}.hs3{height:calc(var(--s-step) * 3) !important}.hs4{height:calc(var(--s-step) * 4) !important}.hs5{height:calc(var(--s-step) * 5) !important}.hs6{height:calc(var(--s-step) * 6) !important}.hs7{height:calc(var(--s-step) * 7) !important}.hs8{height:calc(var(--s-step) * 8) !important}.hs9{height:calc(var(--s-step) * 9) !important}.hs10{height:calc(var(--s-step) * 10) !important}.hs11{height:calc(var(--s-step) * 11) !important}.hs12{height:var(--s-full) !important}.h2{height:var(--su-static2) !important}.h4{height:var(--su-static4) !important}.h6{height:var(--su-static6) !important}.h8{height:var(--su-static8) !important}.h12{height:var(--su-static12) !important}.h16{height:var(--su-static16) !important}.h24{height:var(--su-static24) !important}.h32{height:var(--su-static32) !important}.h48{height:var(--su-static48) !important}.h64{height:var(--su-static64) !important}.h96{height:var(--su-static96) !important}.h128{height:var(--su-static128) !important}.hmx0{max-height:0 !important}.hmx1{max-height:var(--s-step) !important}.hmx2{max-height:calc(var(--s-step) * 2) !important}.hmx3{max-height:calc(var(--s-step) * 3) !important}.hmx4{max-height:calc(var(--s-step) * 4) !important}.hmx5{max-height:calc(var(--s-step) * 5) !important}.hmx6{max-height:calc(var(--s-step) * 6) !important}.hmx7{max-height:calc(var(--s-step) * 7) !important}.hmx8{max-height:calc(var(--s-step) * 8) !important}.hmx9{max-height:calc(var(--s-step) * 9) !important}.hmx10{max-height:calc(var(--s-step) * 10) !important}.hmx11{max-height:calc(var(--s-step) * 11) !important}.hmx12{max-height:var(--s-full) !important}.hmx100{max-height:100% !important}.hmx-initial{max-height:initial !important}.hmx-screen{max-height:100vh !important}.hmn0{min-height:0 !important}.hmn1{min-height:var(--s-step) !important}.hmn2{min-height:calc(var(--s-step) * 2) !important}.hmn3{min-height:calc(var(--s-step) * 3) !important}.hmn4{min-height:calc(var(--s-step) * 4) !important}.hmn5{min-height:calc(var(--s-step) * 5) !important}.hmn6{min-height:calc(var(--s-step) * 6) !important}.hmn7{min-height:calc(var(--s-step) * 7) !important}.hmn8{min-height:calc(var(--s-step) * 8) !important}.hmn9{min-height:calc(var(--s-step) * 9) !important}.hmn10{min-height:calc(var(--s-step) * 10) !important}.hmn11{min-height:calc(var(--s-step) * 11) !important}.hmn12{min-height:var(--s-full) !important}.hmn100{min-height:100% !important}.hmn-initial{min-height:initial !important}.hmx-screen{min-height:100vh !important}@media (max-width:1264px){html.html__responsive:not(.html__unpinned-leftnav) .lg\:ba{border-style:solid !important;border-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bt{border-top-style:solid !important;border-top-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:br{border-right-style:solid !important;border-right-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bb{border-bottom-style:solid !important;border-bottom-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bl{border-left-style:solid !important;border-left-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:baw0{border-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:btw0{border-top-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:brw0{border-right-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bbw0{border-bottom-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:blw0{border-left-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bar0{border-radius:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fd-row{flex-direction:row !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fd-row-reverse{flex-direction:row-reverse !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fd-column{flex-direction:column !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fd-column-reverse{flex-direction:column-reverse !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fw-wrap{flex-wrap:wrap !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fw-reverse{flex-wrap:wrap-reverse !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fw-nowrap{flex-wrap:nowrap !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-center{justify-content:center !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-end{justify-content:flex-end !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-space-around{justify-content:space-around !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-space-between{justify-content:space-between !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-space-evenly{justify-content:space-evenly !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-start{justify-content:flex-start !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-baseline{align-items:baseline !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-center{align-items:center !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-end{align-items:flex-end !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-start{align-items:flex-start !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-stretch{align-items:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-auto{align-self:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-baseline{align-self:baseline !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-center{align-self:center !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-end{align-self:flex-end !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-start{align-self:flex-start !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-stretch{align-self:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl-grow1{flex-grow:1 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl-grow0{flex-grow:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl-shrink1{flex-shrink:1 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl-shrink0{flex-shrink:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl-none{flex:none !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl-initial{flex:0 1 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl-auto{flex:1 1 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl-equal{flex:1 1 0% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:order-first{order:-1 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:order-last{order:1 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl0{flex:0 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl1{flex:1 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g0{gap:0}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g1{gap:var(--su1)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g2{gap:var(--su2)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g4{gap:var(--su4)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g6{gap:var(--su6)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g8{gap:var(--su8)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g12{gap:var(--su12)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g16{gap:var(--su16)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g24{gap:var(--su24)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g32{gap:var(--su32)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g48{gap:var(--su48)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g64{gap:var(--su64)}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g-af-dense{grid-auto-flow:dense}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g-af-row{grid-auto-flow:row}html.html__responsive:not(.html__unpinned-leftnav) .lg\:g-af-column{grid-auto-flow:column}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__1{grid-template-columns:repeat(1, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__2{grid-template-columns:repeat(2, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__3{grid-template-columns:repeat(3, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__4{grid-template-columns:repeat(4, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__5{grid-template-columns:repeat(5, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__6{grid-template-columns:repeat(6, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__7{grid-template-columns:repeat(7, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__8{grid-template-columns:repeat(8, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__9{grid-template-columns:repeat(9, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__10{grid-template-columns:repeat(10, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__11{grid-template-columns:repeat(11, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__12{grid-template-columns:repeat(12, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid__auto{grid-template-columns:auto 1fr}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-all{grid-column:1 / -1}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-all{grid-row:1 / -1}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col1{grid-column:span 1}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col2{grid-column:span 2}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col3{grid-column:span 3}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col4{grid-column:span 4}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col5{grid-column:span 5}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col6{grid-column:span 6}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col7{grid-column:span 7}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col8{grid-column:span 8}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col9{grid-column:span 9}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col10{grid-column:span 10}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col11{grid-column:span 11}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col12{grid-column:span 12}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row1{grid-row:span 1}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row2{grid-row:span 2}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row3{grid-row:span 3}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row4{grid-row:span 4}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row5{grid-row:span 5}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row6{grid-row:span 6}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row7{grid-row:span 7}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row8{grid-row:span 8}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row9{grid-row:span 9}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row10{grid-row:span 10}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row11{grid-row:span 11}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row12{grid-row:span 12}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start1{grid-column-start:1}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start2{grid-column-start:2}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start3{grid-column-start:3}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start4{grid-column-start:4}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start5{grid-column-start:5}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start6{grid-column-start:6}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start7{grid-column-start:7}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start8{grid-column-start:8}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start9{grid-column-start:9}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start10{grid-column-start:10}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start11{grid-column-start:11}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-start12{grid-column-start:12}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end2{grid-column-end:2}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end3{grid-column-end:3}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end4{grid-column-end:4}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end5{grid-column-end:5}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end6{grid-column-end:6}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end7{grid-column-end:7}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end8{grid-column-end:8}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end9{grid-column-end:9}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end10{grid-column-end:10}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end11{grid-column-end:11}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end12{grid-column-end:12}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--col-end13{grid-column-end:13}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start1{grid-row-start:1}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start2{grid-row-start:2}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start3{grid-row-start:3}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start4{grid-row-start:4}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start5{grid-row-start:5}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start6{grid-row-start:6}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start7{grid-row-start:7}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start8{grid-row-start:8}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start9{grid-row-start:9}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start10{grid-row-start:10}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start11{grid-row-start:11}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-start12{grid-row-start:12}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end2{grid-row-end:2}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end3{grid-row-end:3}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end4{grid-row-end:4}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end5{grid-row-end:5}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end6{grid-row-end:6}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end7{grid-row-end:7}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end8{grid-row-end:8}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end9{grid-row-end:9}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end10{grid-row-end:10}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end11{grid-row-end:11}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end12{grid-row-end:12}html.html__responsive:not(.html__unpinned-leftnav) .lg\:grid--row-end13{grid-row-end:13}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ji-auto{justify-items:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ji-center{justify-items:center !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ji-start{justify-items:start !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ji-end{justify-items:end !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ji-stretch{justify-items:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ji-unset{justify-items:unset !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:js-auto{justify-self:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:js-center{justify-self:center !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:js-start{justify-self:start !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:js-end{justify-self:end !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:js-stretch{justify-self:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:js-unset{justify-self:unset !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m1{margin:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m2{margin:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m4{margin:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m6{margin:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m8{margin:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m12{margin:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m16{margin:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m24{margin:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m32{margin:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m48{margin:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m64{margin:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m96{margin:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m128{margin:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:m0{margin:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn1{margin:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn2{margin:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn4{margin:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn6{margin:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn8{margin:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn12{margin:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn16{margin:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn24{margin:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn32{margin:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn48{margin:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn64{margin:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn96{margin:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn128{margin:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt1{margin-top:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt2{margin-top:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt4{margin-top:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt6{margin-top:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt8{margin-top:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt12{margin-top:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt16{margin-top:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt24{margin-top:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt32{margin-top:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt48{margin-top:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt64{margin-top:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt96{margin-top:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt128{margin-top:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt0{margin-top:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn1{margin-top:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn2{margin-top:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn4{margin-top:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn6{margin-top:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn8{margin-top:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn12{margin-top:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn16{margin-top:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn24{margin-top:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn32{margin-top:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn48{margin-top:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn64{margin-top:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn96{margin-top:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mtn128{margin-top:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr1{margin-right:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr2{margin-right:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr4{margin-right:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr6{margin-right:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr8{margin-right:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr12{margin-right:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr16{margin-right:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr24{margin-right:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr32{margin-right:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr48{margin-right:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr64{margin-right:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr96{margin-right:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr128{margin-right:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr0{margin-right:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn1{margin-right:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn2{margin-right:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn4{margin-right:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn6{margin-right:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn8{margin-right:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn12{margin-right:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn16{margin-right:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn24{margin-right:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn32{margin-right:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn48{margin-right:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn64{margin-right:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn96{margin-right:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mrn128{margin-right:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb1{margin-bottom:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb2{margin-bottom:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb4{margin-bottom:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb6{margin-bottom:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb8{margin-bottom:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb12{margin-bottom:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb16{margin-bottom:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb24{margin-bottom:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb32{margin-bottom:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb48{margin-bottom:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb64{margin-bottom:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb96{margin-bottom:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb128{margin-bottom:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb0{margin-bottom:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn1{margin-bottom:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn2{margin-bottom:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn4{margin-bottom:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn6{margin-bottom:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn8{margin-bottom:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn12{margin-bottom:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn16{margin-bottom:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn24{margin-bottom:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn32{margin-bottom:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn48{margin-bottom:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn64{margin-bottom:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn96{margin-bottom:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mbn128{margin-bottom:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml1{margin-left:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml2{margin-left:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml4{margin-left:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml6{margin-left:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml8{margin-left:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml12{margin-left:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml16{margin-left:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml24{margin-left:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml32{margin-left:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml48{margin-left:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml64{margin-left:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml96{margin-left:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml128{margin-left:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml0{margin-left:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln1{margin-left:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln2{margin-left:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln4{margin-left:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln6{margin-left:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln8{margin-left:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln12{margin-left:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln16{margin-left:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln24{margin-left:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln32{margin-left:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln48{margin-left:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln64{margin-left:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln96{margin-left:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:mln128{margin-left:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p1{padding:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p2{padding:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p4{padding:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p6{padding:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p8{padding:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p12{padding:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p16{padding:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p24{padding:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p32{padding:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p48{padding:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p64{padding:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p96{padding:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p128{padding:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:p0{padding:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt1{padding-top:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt2{padding-top:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt4{padding-top:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt6{padding-top:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt8{padding-top:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt12{padding-top:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt16{padding-top:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt24{padding-top:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt32{padding-top:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt48{padding-top:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt64{padding-top:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt96{padding-top:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt128{padding-top:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt0{padding-top:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr1{padding-right:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr2{padding-right:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr4{padding-right:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr6{padding-right:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr8{padding-right:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr12{padding-right:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr16{padding-right:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr24{padding-right:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr32{padding-right:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr48{padding-right:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr64{padding-right:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr96{padding-right:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr128{padding-right:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb1{padding-bottom:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb2{padding-bottom:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb4{padding-bottom:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb6{padding-bottom:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb8{padding-bottom:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb12{padding-bottom:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb16{padding-bottom:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb24{padding-bottom:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb32{padding-bottom:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb48{padding-bottom:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb64{padding-bottom:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb96{padding-bottom:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb128{padding-bottom:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr0{padding-right:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl1{padding-left:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl2{padding-left:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl4{padding-left:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl6{padding-left:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl8{padding-left:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl12{padding-left:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl16{padding-left:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl24{padding-left:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl32{padding-left:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl48{padding-left:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl64{padding-left:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl96{padding-left:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl128{padding-left:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl0{padding-left:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t1{top:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t2{top:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t4{top:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t6{top:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t8{top:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t12{top:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t16{top:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t24{top:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t32{top:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t48{top:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t64{top:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t96{top:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:t128{top:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn1{top:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn2{top:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn4{top:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn6{top:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn8{top:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn12{top:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn16{top:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn24{top:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn32{top:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn48{top:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn64{top:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn96{top:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:tn128{top:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r1{right:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r2{right:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r4{right:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r6{right:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r8{right:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r12{right:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r16{right:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r24{right:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r32{right:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r48{right:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r64{right:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r96{right:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:r128{right:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn1{right:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn2{right:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn4{right:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn6{right:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn8{right:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn12{right:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn16{right:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn24{right:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn32{right:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn48{right:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn64{right:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn96{right:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:rn128{right:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b1{bottom:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b2{bottom:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b4{bottom:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b6{bottom:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b8{bottom:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b12{bottom:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b16{bottom:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b24{bottom:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b32{bottom:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b48{bottom:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b64{bottom:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b96{bottom:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:b128{bottom:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn1{bottom:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn2{bottom:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn4{bottom:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn6{bottom:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn8{bottom:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn12{bottom:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn16{bottom:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn24{bottom:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn32{bottom:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn48{bottom:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn64{bottom:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn96{bottom:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bn128{bottom:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l1{left:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l2{left:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l4{left:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l6{left:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l8{left:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l12{left:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l16{left:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l24{left:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l32{left:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l48{left:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l64{left:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l96{left:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:l128{left:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln1{left:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln2{left:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln4{left:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln6{left:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln8{left:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln12{left:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln16{left:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln24{left:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln32{left:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln48{left:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln64{left:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln96{left:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ln128{left:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i1{inset:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i2{inset:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i4{inset:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i6{inset:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i8{inset:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i12{inset:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i16{inset:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i24{inset:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i32{inset:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i48{inset:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i64{inset:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i96{inset:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:i128{inset:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ta-left{text-align:left !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ta-center{text-align:center !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ta-right{text-align:right !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-block{display:block !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-flex{display:flex !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-inline-flex{display:inline-flex !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-grid{display:grid !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-inline-grid{display:inline-grid !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-inline{display:inline !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-inline-block{display:inline-block !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-none{display:none !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-absolute{position:absolute !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-fixed{position:fixed !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-relative{position:relative !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-static{position:static !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-sticky{position:sticky !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:bs-none{box-shadow:none !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:w25{width:25% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:w33{width:33.33333% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:w50{width:50% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:w66{width:66.66667% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:w75{width:75% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:w100{width:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:w-auto{width:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:w-screen{width:100vw !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:wmx100{max-width:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:wmx-initial{max-width:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:wmx-screen{max-width:100vw !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:wmn100{min-width:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:wmn-initial{min-width:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:h100{height:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:h-auto{height:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:h-screen{height:100vh !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmx100{max-height:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmx-initial{max-height:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmx-screen{max-height:100vh !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmn100{min-height:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmn-initial{min-height:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmx-screen{min-height:100vh !important}}@media (max-width:1100px){html.html__responsive.html__unpinned-leftnav .lg\:ba{border-style:solid !important;border-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bt{border-top-style:solid !important;border-top-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .lg\:br{border-right-style:solid !important;border-right-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bb{border-bottom-style:solid !important;border-bottom-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bl{border-left-style:solid !important;border-left-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .lg\:baw0{border-width:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:btw0{border-top-width:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:brw0{border-right-width:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:bbw0{border-bottom-width:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:blw0{border-left-width:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:bar0{border-radius:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:fd-row{flex-direction:row !important}html.html__responsive.html__unpinned-leftnav .lg\:fd-row-reverse{flex-direction:row-reverse !important}html.html__responsive.html__unpinned-leftnav .lg\:fd-column{flex-direction:column !important}html.html__responsive.html__unpinned-leftnav .lg\:fd-column-reverse{flex-direction:column-reverse !important}html.html__responsive.html__unpinned-leftnav .lg\:fw-wrap{flex-wrap:wrap !important}html.html__responsive.html__unpinned-leftnav .lg\:fw-reverse{flex-wrap:wrap-reverse !important}html.html__responsive.html__unpinned-leftnav .lg\:fw-nowrap{flex-wrap:nowrap !important}html.html__responsive.html__unpinned-leftnav .lg\:jc-center{justify-content:center !important}html.html__responsive.html__unpinned-leftnav .lg\:jc-end{justify-content:flex-end !important}html.html__responsive.html__unpinned-leftnav .lg\:jc-space-around{justify-content:space-around !important}html.html__responsive.html__unpinned-leftnav .lg\:jc-space-between{justify-content:space-between !important}html.html__responsive.html__unpinned-leftnav .lg\:jc-space-evenly{justify-content:space-evenly !important}html.html__responsive.html__unpinned-leftnav .lg\:jc-start{justify-content:flex-start !important}html.html__responsive.html__unpinned-leftnav .lg\:ai-baseline{align-items:baseline !important}html.html__responsive.html__unpinned-leftnav .lg\:ai-center{align-items:center !important}html.html__responsive.html__unpinned-leftnav .lg\:ai-end{align-items:flex-end !important}html.html__responsive.html__unpinned-leftnav .lg\:ai-start{align-items:flex-start !important}html.html__responsive.html__unpinned-leftnav .lg\:ai-stretch{align-items:stretch !important}html.html__responsive.html__unpinned-leftnav .lg\:as-auto{align-self:auto !important}html.html__responsive.html__unpinned-leftnav .lg\:as-baseline{align-self:baseline !important}html.html__responsive.html__unpinned-leftnav .lg\:as-center{align-self:center !important}html.html__responsive.html__unpinned-leftnav .lg\:as-end{align-self:flex-end !important}html.html__responsive.html__unpinned-leftnav .lg\:as-start{align-self:flex-start !important}html.html__responsive.html__unpinned-leftnav .lg\:as-stretch{align-self:stretch !important}html.html__responsive.html__unpinned-leftnav .lg\:fl-grow1{flex-grow:1 !important}html.html__responsive.html__unpinned-leftnav .lg\:fl-grow0{flex-grow:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:fl-shrink1{flex-shrink:1 !important}html.html__responsive.html__unpinned-leftnav .lg\:fl-shrink0{flex-shrink:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:fl-none{flex:none !important}html.html__responsive.html__unpinned-leftnav .lg\:fl-initial{flex:0 1 auto !important}html.html__responsive.html__unpinned-leftnav .lg\:fl-auto{flex:1 1 auto !important}html.html__responsive.html__unpinned-leftnav .lg\:fl-equal{flex:1 1 0% !important}html.html__responsive.html__unpinned-leftnav .lg\:order-first{order:-1 !important}html.html__responsive.html__unpinned-leftnav .lg\:order-last{order:1 !important}html.html__responsive.html__unpinned-leftnav .lg\:fl0{flex:0 auto !important}html.html__responsive.html__unpinned-leftnav .lg\:fl1{flex:1 auto !important}html.html__responsive.html__unpinned-leftnav .lg\:g0{gap:0}html.html__responsive.html__unpinned-leftnav .lg\:g1{gap:var(--su1)}html.html__responsive.html__unpinned-leftnav .lg\:g2{gap:var(--su2)}html.html__responsive.html__unpinned-leftnav .lg\:g4{gap:var(--su4)}html.html__responsive.html__unpinned-leftnav .lg\:g6{gap:var(--su6)}html.html__responsive.html__unpinned-leftnav .lg\:g8{gap:var(--su8)}html.html__responsive.html__unpinned-leftnav .lg\:g12{gap:var(--su12)}html.html__responsive.html__unpinned-leftnav .lg\:g16{gap:var(--su16)}html.html__responsive.html__unpinned-leftnav .lg\:g24{gap:var(--su24)}html.html__responsive.html__unpinned-leftnav .lg\:g32{gap:var(--su32)}html.html__responsive.html__unpinned-leftnav .lg\:g48{gap:var(--su48)}html.html__responsive.html__unpinned-leftnav .lg\:g64{gap:var(--su64)}html.html__responsive.html__unpinned-leftnav .lg\:g-af-dense{grid-auto-flow:dense}html.html__responsive.html__unpinned-leftnav .lg\:g-af-row{grid-auto-flow:row}html.html__responsive.html__unpinned-leftnav .lg\:g-af-column{grid-auto-flow:column}html.html__responsive.html__unpinned-leftnav .lg\:grid__1{grid-template-columns:repeat(1, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__2{grid-template-columns:repeat(2, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__3{grid-template-columns:repeat(3, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__4{grid-template-columns:repeat(4, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__5{grid-template-columns:repeat(5, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__6{grid-template-columns:repeat(6, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__7{grid-template-columns:repeat(7, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__8{grid-template-columns:repeat(8, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__9{grid-template-columns:repeat(9, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__10{grid-template-columns:repeat(10, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__11{grid-template-columns:repeat(11, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__12{grid-template-columns:repeat(12, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .lg\:grid__auto{grid-template-columns:auto 1fr}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-all{grid-column:1 / -1}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-all{grid-row:1 / -1}html.html__responsive.html__unpinned-leftnav .lg\:grid--col1{grid-column:span 1}html.html__responsive.html__unpinned-leftnav .lg\:grid--col2{grid-column:span 2}html.html__responsive.html__unpinned-leftnav .lg\:grid--col3{grid-column:span 3}html.html__responsive.html__unpinned-leftnav .lg\:grid--col4{grid-column:span 4}html.html__responsive.html__unpinned-leftnav .lg\:grid--col5{grid-column:span 5}html.html__responsive.html__unpinned-leftnav .lg\:grid--col6{grid-column:span 6}html.html__responsive.html__unpinned-leftnav .lg\:grid--col7{grid-column:span 7}html.html__responsive.html__unpinned-leftnav .lg\:grid--col8{grid-column:span 8}html.html__responsive.html__unpinned-leftnav .lg\:grid--col9{grid-column:span 9}html.html__responsive.html__unpinned-leftnav .lg\:grid--col10{grid-column:span 10}html.html__responsive.html__unpinned-leftnav .lg\:grid--col11{grid-column:span 11}html.html__responsive.html__unpinned-leftnav .lg\:grid--col12{grid-column:span 12}html.html__responsive.html__unpinned-leftnav .lg\:grid--row1{grid-row:span 1}html.html__responsive.html__unpinned-leftnav .lg\:grid--row2{grid-row:span 2}html.html__responsive.html__unpinned-leftnav .lg\:grid--row3{grid-row:span 3}html.html__responsive.html__unpinned-leftnav .lg\:grid--row4{grid-row:span 4}html.html__responsive.html__unpinned-leftnav .lg\:grid--row5{grid-row:span 5}html.html__responsive.html__unpinned-leftnav .lg\:grid--row6{grid-row:span 6}html.html__responsive.html__unpinned-leftnav .lg\:grid--row7{grid-row:span 7}html.html__responsive.html__unpinned-leftnav .lg\:grid--row8{grid-row:span 8}html.html__responsive.html__unpinned-leftnav .lg\:grid--row9{grid-row:span 9}html.html__responsive.html__unpinned-leftnav .lg\:grid--row10{grid-row:span 10}html.html__responsive.html__unpinned-leftnav .lg\:grid--row11{grid-row:span 11}html.html__responsive.html__unpinned-leftnav .lg\:grid--row12{grid-row:span 12}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start1{grid-column-start:1}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start2{grid-column-start:2}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start3{grid-column-start:3}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start4{grid-column-start:4}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start5{grid-column-start:5}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start6{grid-column-start:6}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start7{grid-column-start:7}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start8{grid-column-start:8}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start9{grid-column-start:9}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start10{grid-column-start:10}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start11{grid-column-start:11}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-start12{grid-column-start:12}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end2{grid-column-end:2}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end3{grid-column-end:3}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end4{grid-column-end:4}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end5{grid-column-end:5}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end6{grid-column-end:6}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end7{grid-column-end:7}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end8{grid-column-end:8}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end9{grid-column-end:9}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end10{grid-column-end:10}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end11{grid-column-end:11}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end12{grid-column-end:12}html.html__responsive.html__unpinned-leftnav .lg\:grid--col-end13{grid-column-end:13}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start1{grid-row-start:1}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start2{grid-row-start:2}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start3{grid-row-start:3}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start4{grid-row-start:4}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start5{grid-row-start:5}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start6{grid-row-start:6}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start7{grid-row-start:7}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start8{grid-row-start:8}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start9{grid-row-start:9}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start10{grid-row-start:10}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start11{grid-row-start:11}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-start12{grid-row-start:12}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end2{grid-row-end:2}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end3{grid-row-end:3}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end4{grid-row-end:4}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end5{grid-row-end:5}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end6{grid-row-end:6}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end7{grid-row-end:7}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end8{grid-row-end:8}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end9{grid-row-end:9}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end10{grid-row-end:10}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end11{grid-row-end:11}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end12{grid-row-end:12}html.html__responsive.html__unpinned-leftnav .lg\:grid--row-end13{grid-row-end:13}html.html__responsive.html__unpinned-leftnav .lg\:ji-auto{justify-items:auto !important}html.html__responsive.html__unpinned-leftnav .lg\:ji-center{justify-items:center !important}html.html__responsive.html__unpinned-leftnav .lg\:ji-start{justify-items:start !important}html.html__responsive.html__unpinned-leftnav .lg\:ji-end{justify-items:end !important}html.html__responsive.html__unpinned-leftnav .lg\:ji-stretch{justify-items:stretch !important}html.html__responsive.html__unpinned-leftnav .lg\:ji-unset{justify-items:unset !important}html.html__responsive.html__unpinned-leftnav .lg\:js-auto{justify-self:auto !important}html.html__responsive.html__unpinned-leftnav .lg\:js-center{justify-self:center !important}html.html__responsive.html__unpinned-leftnav .lg\:js-start{justify-self:start !important}html.html__responsive.html__unpinned-leftnav .lg\:js-end{justify-self:end !important}html.html__responsive.html__unpinned-leftnav .lg\:js-stretch{justify-self:stretch !important}html.html__responsive.html__unpinned-leftnav .lg\:js-unset{justify-self:unset !important}html.html__responsive.html__unpinned-leftnav .lg\:m1{margin:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:m2{margin:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:m4{margin:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:m6{margin:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:m8{margin:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:m12{margin:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:m16{margin:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:m24{margin:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:m32{margin:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:m48{margin:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:m64{margin:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:m96{margin:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:m128{margin:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:m0{margin:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:mn1{margin:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn2{margin:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn4{margin:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn6{margin:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn8{margin:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn12{margin:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn16{margin:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn24{margin:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn32{margin:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn48{margin:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn64{margin:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn96{margin:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mn128{margin:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt1{margin-top:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt2{margin-top:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt4{margin-top:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt6{margin-top:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt8{margin-top:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt12{margin-top:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt16{margin-top:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt24{margin-top:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt32{margin-top:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt48{margin-top:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt64{margin-top:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt96{margin-top:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt128{margin-top:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:mt0{margin-top:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn1{margin-top:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn2{margin-top:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn4{margin-top:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn6{margin-top:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn8{margin-top:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn12{margin-top:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn16{margin-top:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn24{margin-top:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn32{margin-top:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn48{margin-top:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn64{margin-top:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn96{margin-top:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mtn128{margin-top:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr1{margin-right:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr2{margin-right:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr4{margin-right:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr6{margin-right:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr8{margin-right:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr12{margin-right:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr16{margin-right:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr24{margin-right:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr32{margin-right:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr48{margin-right:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr64{margin-right:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr96{margin-right:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr128{margin-right:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:mr0{margin-right:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn1{margin-right:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn2{margin-right:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn4{margin-right:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn6{margin-right:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn8{margin-right:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn12{margin-right:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn16{margin-right:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn24{margin-right:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn32{margin-right:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn48{margin-right:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn64{margin-right:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn96{margin-right:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mrn128{margin-right:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb1{margin-bottom:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb2{margin-bottom:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb4{margin-bottom:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb6{margin-bottom:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb8{margin-bottom:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb12{margin-bottom:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb16{margin-bottom:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb24{margin-bottom:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb32{margin-bottom:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb48{margin-bottom:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb64{margin-bottom:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb96{margin-bottom:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb128{margin-bottom:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:mb0{margin-bottom:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn1{margin-bottom:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn2{margin-bottom:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn4{margin-bottom:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn6{margin-bottom:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn8{margin-bottom:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn12{margin-bottom:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn16{margin-bottom:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn24{margin-bottom:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn32{margin-bottom:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn48{margin-bottom:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn64{margin-bottom:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn96{margin-bottom:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mbn128{margin-bottom:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml1{margin-left:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml2{margin-left:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml4{margin-left:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml6{margin-left:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml8{margin-left:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml12{margin-left:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml16{margin-left:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml24{margin-left:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml32{margin-left:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml48{margin-left:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml64{margin-left:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml96{margin-left:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml128{margin-left:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:ml0{margin-left:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:mln1{margin-left:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln2{margin-left:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln4{margin-left:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln6{margin-left:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln8{margin-left:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln12{margin-left:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln16{margin-left:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln24{margin-left:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln32{margin-left:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln48{margin-left:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln64{margin-left:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln96{margin-left:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:mln128{margin-left:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:p1{padding:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:p2{padding:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:p4{padding:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:p6{padding:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:p8{padding:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:p12{padding:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:p16{padding:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:p24{padding:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:p32{padding:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:p48{padding:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:p64{padding:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:p96{padding:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:p128{padding:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:p0{padding:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:pt1{padding-top:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt2{padding-top:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt4{padding-top:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt6{padding-top:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt8{padding-top:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt12{padding-top:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt16{padding-top:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt24{padding-top:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt32{padding-top:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt48{padding-top:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt64{padding-top:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt96{padding-top:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt128{padding-top:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:pt0{padding-top:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:pr1{padding-right:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr2{padding-right:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr4{padding-right:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr6{padding-right:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr8{padding-right:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr12{padding-right:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr16{padding-right:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr24{padding-right:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr32{padding-right:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr48{padding-right:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr64{padding-right:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr96{padding-right:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr128{padding-right:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb1{padding-bottom:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb2{padding-bottom:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb4{padding-bottom:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb6{padding-bottom:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb8{padding-bottom:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb12{padding-bottom:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb16{padding-bottom:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb24{padding-bottom:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb32{padding-bottom:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb48{padding-bottom:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb64{padding-bottom:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb96{padding-bottom:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:pb128{padding-bottom:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:pr0{padding-right:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:pl1{padding-left:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl2{padding-left:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl4{padding-left:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl6{padding-left:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl8{padding-left:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl12{padding-left:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl16{padding-left:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl24{padding-left:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl32{padding-left:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl48{padding-left:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl64{padding-left:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl96{padding-left:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl128{padding-left:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:pl0{padding-left:0 !important}html.html__responsive.html__unpinned-leftnav .lg\:t1{top:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:t2{top:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:t4{top:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:t6{top:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:t8{top:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:t12{top:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:t16{top:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:t24{top:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:t32{top:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:t48{top:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:t64{top:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:t96{top:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:t128{top:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn1{top:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn2{top:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn4{top:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn6{top:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn8{top:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn12{top:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn16{top:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn24{top:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn32{top:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn48{top:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn64{top:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn96{top:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:tn128{top:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:r1{right:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:r2{right:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:r4{right:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:r6{right:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:r8{right:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:r12{right:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:r16{right:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:r24{right:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:r32{right:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:r48{right:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:r64{right:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:r96{right:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:r128{right:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn1{right:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn2{right:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn4{right:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn6{right:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn8{right:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn12{right:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn16{right:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn24{right:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn32{right:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn48{right:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn64{right:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn96{right:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:rn128{right:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:b1{bottom:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:b2{bottom:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:b4{bottom:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:b6{bottom:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:b8{bottom:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:b12{bottom:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:b16{bottom:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:b24{bottom:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:b32{bottom:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:b48{bottom:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:b64{bottom:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:b96{bottom:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:b128{bottom:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn1{bottom:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn2{bottom:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn4{bottom:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn6{bottom:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn8{bottom:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn12{bottom:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn16{bottom:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn24{bottom:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn32{bottom:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn48{bottom:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn64{bottom:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn96{bottom:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:bn128{bottom:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:l1{left:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:l2{left:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:l4{left:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:l6{left:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:l8{left:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:l12{left:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:l16{left:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:l24{left:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:l32{left:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:l48{left:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:l64{left:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:l96{left:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:l128{left:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln1{left:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln2{left:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln4{left:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln6{left:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln8{left:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln12{left:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln16{left:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln24{left:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln32{left:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln48{left:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln64{left:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln96{left:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:ln128{left:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .lg\:i1{inset:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .lg\:i2{inset:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .lg\:i4{inset:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .lg\:i6{inset:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .lg\:i8{inset:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .lg\:i12{inset:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .lg\:i16{inset:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .lg\:i24{inset:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .lg\:i32{inset:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .lg\:i48{inset:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .lg\:i64{inset:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .lg\:i96{inset:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .lg\:i128{inset:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .lg\:ta-left{text-align:left !important}html.html__responsive.html__unpinned-leftnav .lg\:ta-center{text-align:center !important}html.html__responsive.html__unpinned-leftnav .lg\:ta-right{text-align:right !important}html.html__responsive.html__unpinned-leftnav .lg\:d-block{display:block !important}html.html__responsive.html__unpinned-leftnav .lg\:d-flex{display:flex !important}html.html__responsive.html__unpinned-leftnav .lg\:d-inline-flex{display:inline-flex !important}html.html__responsive.html__unpinned-leftnav .lg\:d-grid{display:grid !important}html.html__responsive.html__unpinned-leftnav .lg\:d-inline-grid{display:inline-grid !important}html.html__responsive.html__unpinned-leftnav .lg\:d-inline{display:inline !important}html.html__responsive.html__unpinned-leftnav .lg\:d-inline-block{display:inline-block !important}html.html__responsive.html__unpinned-leftnav .lg\:d-none{display:none !important}html.html__responsive.html__unpinned-leftnav .lg\:ps-absolute{position:absolute !important}html.html__responsive.html__unpinned-leftnav .lg\:ps-fixed{position:fixed !important}html.html__responsive.html__unpinned-leftnav .lg\:ps-relative{position:relative !important}html.html__responsive.html__unpinned-leftnav .lg\:ps-static{position:static !important}html.html__responsive.html__unpinned-leftnav .lg\:ps-sticky{position:sticky !important}html.html__responsive.html__unpinned-leftnav .lg\:bs-none{box-shadow:none !important}html.html__responsive.html__unpinned-leftnav .lg\:w25{width:25% !important}html.html__responsive.html__unpinned-leftnav .lg\:w33{width:33.33333% !important}html.html__responsive.html__unpinned-leftnav .lg\:w50{width:50% !important}html.html__responsive.html__unpinned-leftnav .lg\:w66{width:66.66667% !important}html.html__responsive.html__unpinned-leftnav .lg\:w75{width:75% !important}html.html__responsive.html__unpinned-leftnav .lg\:w100{width:100% !important}html.html__responsive.html__unpinned-leftnav .lg\:w-auto{width:auto !important}html.html__responsive.html__unpinned-leftnav .lg\:w-screen{width:100vw !important}html.html__responsive.html__unpinned-leftnav .lg\:wmx100{max-width:100% !important}html.html__responsive.html__unpinned-leftnav .lg\:wmx-initial{max-width:initial !important}html.html__responsive.html__unpinned-leftnav .lg\:wmx-screen{max-width:100vw !important}html.html__responsive.html__unpinned-leftnav .lg\:wmn100{min-width:100% !important}html.html__responsive.html__unpinned-leftnav .lg\:wmn-initial{min-width:initial !important}html.html__responsive.html__unpinned-leftnav .lg\:h100{height:100% !important}html.html__responsive.html__unpinned-leftnav .lg\:h-auto{height:auto !important}html.html__responsive.html__unpinned-leftnav .lg\:h-screen{height:100vh !important}html.html__responsive.html__unpinned-leftnav .lg\:hmx100{max-height:100% !important}html.html__responsive.html__unpinned-leftnav .lg\:hmx-initial{max-height:initial !important}html.html__responsive.html__unpinned-leftnav .lg\:hmx-screen{max-height:100vh !important}html.html__responsive.html__unpinned-leftnav .lg\:hmn100{min-height:100% !important}html.html__responsive.html__unpinned-leftnav .lg\:hmn-initial{min-height:initial !important}html.html__responsive.html__unpinned-leftnav .lg\:hmx-screen{min-height:100vh !important}}@media (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .md\:ba{border-style:solid !important;border-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bt{border-top-style:solid !important;border-top-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:br{border-right-style:solid !important;border-right-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bb{border-bottom-style:solid !important;border-bottom-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bl{border-left-style:solid !important;border-left-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:baw0{border-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:btw0{border-top-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:brw0{border-right-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bbw0{border-bottom-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:blw0{border-left-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bar0{border-radius:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fd-row{flex-direction:row !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fd-row-reverse{flex-direction:row-reverse !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fd-column{flex-direction:column !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fd-column-reverse{flex-direction:column-reverse !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fw-wrap{flex-wrap:wrap !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fw-reverse{flex-wrap:wrap-reverse !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fw-nowrap{flex-wrap:nowrap !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-center{justify-content:center !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-end{justify-content:flex-end !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-space-around{justify-content:space-around !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-space-between{justify-content:space-between !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-space-evenly{justify-content:space-evenly !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-start{justify-content:flex-start !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-baseline{align-items:baseline !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-center{align-items:center !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-end{align-items:flex-end !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-start{align-items:flex-start !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-stretch{align-items:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:as-auto{align-self:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:as-baseline{align-self:baseline !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:as-center{align-self:center !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:as-end{align-self:flex-end !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:as-start{align-self:flex-start !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:as-stretch{align-self:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl-grow1{flex-grow:1 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl-grow0{flex-grow:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl-shrink1{flex-shrink:1 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl-shrink0{flex-shrink:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl-none{flex:none !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl-initial{flex:0 1 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl-auto{flex:1 1 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl-equal{flex:1 1 0% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:order-first{order:-1 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:order-last{order:1 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl0{flex:0 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:fl1{flex:1 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:g0{gap:0}html.html__responsive:not(.html__unpinned-leftnav) .md\:g1{gap:var(--su1)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g2{gap:var(--su2)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g4{gap:var(--su4)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g6{gap:var(--su6)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g8{gap:var(--su8)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g12{gap:var(--su12)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g16{gap:var(--su16)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g24{gap:var(--su24)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g32{gap:var(--su32)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g48{gap:var(--su48)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g64{gap:var(--su64)}html.html__responsive:not(.html__unpinned-leftnav) .md\:g-af-dense{grid-auto-flow:dense}html.html__responsive:not(.html__unpinned-leftnav) .md\:g-af-row{grid-auto-flow:row}html.html__responsive:not(.html__unpinned-leftnav) .md\:g-af-column{grid-auto-flow:column}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__1{grid-template-columns:repeat(1, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__2{grid-template-columns:repeat(2, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__3{grid-template-columns:repeat(3, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__4{grid-template-columns:repeat(4, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__5{grid-template-columns:repeat(5, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__6{grid-template-columns:repeat(6, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__7{grid-template-columns:repeat(7, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__8{grid-template-columns:repeat(8, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__9{grid-template-columns:repeat(9, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__10{grid-template-columns:repeat(10, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__11{grid-template-columns:repeat(11, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__12{grid-template-columns:repeat(12, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid__auto{grid-template-columns:auto 1fr}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-all{grid-column:1 / -1}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-all{grid-row:1 / -1}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col1{grid-column:span 1}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col2{grid-column:span 2}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col3{grid-column:span 3}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col4{grid-column:span 4}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col5{grid-column:span 5}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col6{grid-column:span 6}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col7{grid-column:span 7}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col8{grid-column:span 8}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col9{grid-column:span 9}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col10{grid-column:span 10}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col11{grid-column:span 11}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col12{grid-column:span 12}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row1{grid-row:span 1}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row2{grid-row:span 2}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row3{grid-row:span 3}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row4{grid-row:span 4}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row5{grid-row:span 5}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row6{grid-row:span 6}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row7{grid-row:span 7}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row8{grid-row:span 8}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row9{grid-row:span 9}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row10{grid-row:span 10}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row11{grid-row:span 11}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row12{grid-row:span 12}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start1{grid-column-start:1}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start2{grid-column-start:2}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start3{grid-column-start:3}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start4{grid-column-start:4}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start5{grid-column-start:5}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start6{grid-column-start:6}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start7{grid-column-start:7}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start8{grid-column-start:8}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start9{grid-column-start:9}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start10{grid-column-start:10}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start11{grid-column-start:11}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-start12{grid-column-start:12}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end2{grid-column-end:2}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end3{grid-column-end:3}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end4{grid-column-end:4}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end5{grid-column-end:5}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end6{grid-column-end:6}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end7{grid-column-end:7}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end8{grid-column-end:8}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end9{grid-column-end:9}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end10{grid-column-end:10}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end11{grid-column-end:11}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end12{grid-column-end:12}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--col-end13{grid-column-end:13}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start1{grid-row-start:1}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start2{grid-row-start:2}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start3{grid-row-start:3}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start4{grid-row-start:4}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start5{grid-row-start:5}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start6{grid-row-start:6}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start7{grid-row-start:7}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start8{grid-row-start:8}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start9{grid-row-start:9}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start10{grid-row-start:10}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start11{grid-row-start:11}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-start12{grid-row-start:12}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end2{grid-row-end:2}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end3{grid-row-end:3}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end4{grid-row-end:4}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end5{grid-row-end:5}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end6{grid-row-end:6}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end7{grid-row-end:7}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end8{grid-row-end:8}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end9{grid-row-end:9}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end10{grid-row-end:10}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end11{grid-row-end:11}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end12{grid-row-end:12}html.html__responsive:not(.html__unpinned-leftnav) .md\:grid--row-end13{grid-row-end:13}html.html__responsive:not(.html__unpinned-leftnav) .md\:ji-auto{justify-items:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ji-center{justify-items:center !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ji-start{justify-items:start !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ji-end{justify-items:end !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ji-stretch{justify-items:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ji-unset{justify-items:unset !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:js-auto{justify-self:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:js-center{justify-self:center !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:js-start{justify-self:start !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:js-end{justify-self:end !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:js-stretch{justify-self:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:js-unset{justify-self:unset !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m1{margin:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m2{margin:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m4{margin:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m6{margin:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m8{margin:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m12{margin:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m16{margin:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m24{margin:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m32{margin:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m48{margin:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m64{margin:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m96{margin:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m128{margin:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:m0{margin:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn1{margin:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn2{margin:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn4{margin:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn6{margin:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn8{margin:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn12{margin:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn16{margin:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn24{margin:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn32{margin:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn48{margin:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn64{margin:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn96{margin:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mn128{margin:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt1{margin-top:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt2{margin-top:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt4{margin-top:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt6{margin-top:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt8{margin-top:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt12{margin-top:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt16{margin-top:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt24{margin-top:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt32{margin-top:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt48{margin-top:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt64{margin-top:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt96{margin-top:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt128{margin-top:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mt0{margin-top:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn1{margin-top:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn2{margin-top:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn4{margin-top:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn6{margin-top:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn8{margin-top:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn12{margin-top:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn16{margin-top:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn24{margin-top:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn32{margin-top:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn48{margin-top:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn64{margin-top:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn96{margin-top:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mtn128{margin-top:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr1{margin-right:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr2{margin-right:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr4{margin-right:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr6{margin-right:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr8{margin-right:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr12{margin-right:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr16{margin-right:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr24{margin-right:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr32{margin-right:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr48{margin-right:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr64{margin-right:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr96{margin-right:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr128{margin-right:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mr0{margin-right:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn1{margin-right:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn2{margin-right:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn4{margin-right:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn6{margin-right:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn8{margin-right:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn12{margin-right:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn16{margin-right:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn24{margin-right:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn32{margin-right:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn48{margin-right:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn64{margin-right:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn96{margin-right:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mrn128{margin-right:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb1{margin-bottom:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb2{margin-bottom:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb4{margin-bottom:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb6{margin-bottom:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb8{margin-bottom:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb12{margin-bottom:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb16{margin-bottom:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb24{margin-bottom:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb32{margin-bottom:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb48{margin-bottom:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb64{margin-bottom:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb96{margin-bottom:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb128{margin-bottom:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mb0{margin-bottom:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn1{margin-bottom:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn2{margin-bottom:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn4{margin-bottom:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn6{margin-bottom:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn8{margin-bottom:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn12{margin-bottom:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn16{margin-bottom:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn24{margin-bottom:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn32{margin-bottom:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn48{margin-bottom:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn64{margin-bottom:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn96{margin-bottom:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mbn128{margin-bottom:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml1{margin-left:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml2{margin-left:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml4{margin-left:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml6{margin-left:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml8{margin-left:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml12{margin-left:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml16{margin-left:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml24{margin-left:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml32{margin-left:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml48{margin-left:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml64{margin-left:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml96{margin-left:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml128{margin-left:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ml0{margin-left:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln1{margin-left:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln2{margin-left:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln4{margin-left:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln6{margin-left:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln8{margin-left:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln12{margin-left:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln16{margin-left:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln24{margin-left:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln32{margin-left:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln48{margin-left:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln64{margin-left:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln96{margin-left:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:mln128{margin-left:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p1{padding:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p2{padding:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p4{padding:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p6{padding:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p8{padding:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p12{padding:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p16{padding:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p24{padding:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p32{padding:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p48{padding:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p64{padding:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p96{padding:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p128{padding:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:p0{padding:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt1{padding-top:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt2{padding-top:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt4{padding-top:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt6{padding-top:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt8{padding-top:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt12{padding-top:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt16{padding-top:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt24{padding-top:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt32{padding-top:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt48{padding-top:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt64{padding-top:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt96{padding-top:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt128{padding-top:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pt0{padding-top:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr1{padding-right:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr2{padding-right:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr4{padding-right:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr6{padding-right:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr8{padding-right:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr12{padding-right:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr16{padding-right:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr24{padding-right:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr32{padding-right:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr48{padding-right:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr64{padding-right:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr96{padding-right:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr128{padding-right:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb1{padding-bottom:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb2{padding-bottom:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb4{padding-bottom:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb6{padding-bottom:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb8{padding-bottom:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb12{padding-bottom:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb16{padding-bottom:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb24{padding-bottom:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb32{padding-bottom:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb48{padding-bottom:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb64{padding-bottom:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb96{padding-bottom:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pb128{padding-bottom:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pr0{padding-right:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl1{padding-left:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl2{padding-left:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl4{padding-left:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl6{padding-left:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl8{padding-left:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl12{padding-left:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl16{padding-left:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl24{padding-left:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl32{padding-left:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl48{padding-left:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl64{padding-left:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl96{padding-left:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl128{padding-left:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:pl0{padding-left:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t1{top:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t2{top:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t4{top:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t6{top:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t8{top:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t12{top:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t16{top:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t24{top:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t32{top:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t48{top:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t64{top:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t96{top:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:t128{top:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn1{top:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn2{top:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn4{top:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn6{top:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn8{top:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn12{top:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn16{top:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn24{top:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn32{top:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn48{top:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn64{top:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn96{top:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:tn128{top:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r1{right:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r2{right:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r4{right:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r6{right:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r8{right:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r12{right:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r16{right:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r24{right:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r32{right:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r48{right:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r64{right:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r96{right:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:r128{right:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn1{right:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn2{right:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn4{right:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn6{right:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn8{right:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn12{right:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn16{right:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn24{right:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn32{right:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn48{right:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn64{right:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn96{right:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:rn128{right:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b1{bottom:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b2{bottom:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b4{bottom:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b6{bottom:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b8{bottom:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b12{bottom:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b16{bottom:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b24{bottom:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b32{bottom:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b48{bottom:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b64{bottom:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b96{bottom:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:b128{bottom:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn1{bottom:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn2{bottom:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn4{bottom:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn6{bottom:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn8{bottom:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn12{bottom:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn16{bottom:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn24{bottom:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn32{bottom:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn48{bottom:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn64{bottom:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn96{bottom:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bn128{bottom:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l1{left:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l2{left:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l4{left:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l6{left:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l8{left:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l12{left:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l16{left:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l24{left:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l32{left:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l48{left:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l64{left:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l96{left:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:l128{left:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln1{left:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln2{left:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln4{left:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln6{left:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln8{left:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln12{left:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln16{left:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln24{left:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln32{left:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln48{left:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln64{left:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln96{left:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ln128{left:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i1{inset:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i2{inset:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i4{inset:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i6{inset:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i8{inset:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i12{inset:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i16{inset:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i24{inset:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i32{inset:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i48{inset:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i64{inset:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i96{inset:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:i128{inset:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ta-left{text-align:left !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ta-center{text-align:center !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ta-right{text-align:right !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:d-block{display:block !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:d-flex{display:flex !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:d-inline-flex{display:inline-flex !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:d-grid{display:grid !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:d-inline-grid{display:inline-grid !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:d-inline{display:inline !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:d-inline-block{display:inline-block !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:d-none{display:none !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-absolute{position:absolute !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-fixed{position:fixed !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-relative{position:relative !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-static{position:static !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-sticky{position:sticky !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:bs-none{box-shadow:none !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:w25{width:25% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:w33{width:33.33333% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:w50{width:50% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:w66{width:66.66667% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:w75{width:75% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:w100{width:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:w-auto{width:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:w-screen{width:100vw !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:wmx100{max-width:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:wmx-initial{max-width:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:wmx-screen{max-width:100vw !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:wmn100{min-width:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:wmn-initial{min-width:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:h100{height:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:h-auto{height:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:h-screen{height:100vh !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:hmx100{max-height:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:hmx-initial{max-height:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:hmx-screen{max-height:100vh !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:hmn100{min-height:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:hmn-initial{min-height:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .md\:hmx-screen{min-height:100vh !important}}@media (max-width:816px){html.html__responsive.html__unpinned-leftnav .md\:ba{border-style:solid !important;border-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .md\:bt{border-top-style:solid !important;border-top-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .md\:br{border-right-style:solid !important;border-right-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .md\:bb{border-bottom-style:solid !important;border-bottom-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .md\:bl{border-left-style:solid !important;border-left-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .md\:baw0{border-width:0 !important}html.html__responsive.html__unpinned-leftnav .md\:btw0{border-top-width:0 !important}html.html__responsive.html__unpinned-leftnav .md\:brw0{border-right-width:0 !important}html.html__responsive.html__unpinned-leftnav .md\:bbw0{border-bottom-width:0 !important}html.html__responsive.html__unpinned-leftnav .md\:blw0{border-left-width:0 !important}html.html__responsive.html__unpinned-leftnav .md\:bar0{border-radius:0 !important}html.html__responsive.html__unpinned-leftnav .md\:fd-row{flex-direction:row !important}html.html__responsive.html__unpinned-leftnav .md\:fd-row-reverse{flex-direction:row-reverse !important}html.html__responsive.html__unpinned-leftnav .md\:fd-column{flex-direction:column !important}html.html__responsive.html__unpinned-leftnav .md\:fd-column-reverse{flex-direction:column-reverse !important}html.html__responsive.html__unpinned-leftnav .md\:fw-wrap{flex-wrap:wrap !important}html.html__responsive.html__unpinned-leftnav .md\:fw-reverse{flex-wrap:wrap-reverse !important}html.html__responsive.html__unpinned-leftnav .md\:fw-nowrap{flex-wrap:nowrap !important}html.html__responsive.html__unpinned-leftnav .md\:jc-center{justify-content:center !important}html.html__responsive.html__unpinned-leftnav .md\:jc-end{justify-content:flex-end !important}html.html__responsive.html__unpinned-leftnav .md\:jc-space-around{justify-content:space-around !important}html.html__responsive.html__unpinned-leftnav .md\:jc-space-between{justify-content:space-between !important}html.html__responsive.html__unpinned-leftnav .md\:jc-space-evenly{justify-content:space-evenly !important}html.html__responsive.html__unpinned-leftnav .md\:jc-start{justify-content:flex-start !important}html.html__responsive.html__unpinned-leftnav .md\:ai-baseline{align-items:baseline !important}html.html__responsive.html__unpinned-leftnav .md\:ai-center{align-items:center !important}html.html__responsive.html__unpinned-leftnav .md\:ai-end{align-items:flex-end !important}html.html__responsive.html__unpinned-leftnav .md\:ai-start{align-items:flex-start !important}html.html__responsive.html__unpinned-leftnav .md\:ai-stretch{align-items:stretch !important}html.html__responsive.html__unpinned-leftnav .md\:as-auto{align-self:auto !important}html.html__responsive.html__unpinned-leftnav .md\:as-baseline{align-self:baseline !important}html.html__responsive.html__unpinned-leftnav .md\:as-center{align-self:center !important}html.html__responsive.html__unpinned-leftnav .md\:as-end{align-self:flex-end !important}html.html__responsive.html__unpinned-leftnav .md\:as-start{align-self:flex-start !important}html.html__responsive.html__unpinned-leftnav .md\:as-stretch{align-self:stretch !important}html.html__responsive.html__unpinned-leftnav .md\:fl-grow1{flex-grow:1 !important}html.html__responsive.html__unpinned-leftnav .md\:fl-grow0{flex-grow:0 !important}html.html__responsive.html__unpinned-leftnav .md\:fl-shrink1{flex-shrink:1 !important}html.html__responsive.html__unpinned-leftnav .md\:fl-shrink0{flex-shrink:0 !important}html.html__responsive.html__unpinned-leftnav .md\:fl-none{flex:none !important}html.html__responsive.html__unpinned-leftnav .md\:fl-initial{flex:0 1 auto !important}html.html__responsive.html__unpinned-leftnav .md\:fl-auto{flex:1 1 auto !important}html.html__responsive.html__unpinned-leftnav .md\:fl-equal{flex:1 1 0% !important}html.html__responsive.html__unpinned-leftnav .md\:order-first{order:-1 !important}html.html__responsive.html__unpinned-leftnav .md\:order-last{order:1 !important}html.html__responsive.html__unpinned-leftnav .md\:fl0{flex:0 auto !important}html.html__responsive.html__unpinned-leftnav .md\:fl1{flex:1 auto !important}html.html__responsive.html__unpinned-leftnav .md\:g0{gap:0}html.html__responsive.html__unpinned-leftnav .md\:g1{gap:var(--su1)}html.html__responsive.html__unpinned-leftnav .md\:g2{gap:var(--su2)}html.html__responsive.html__unpinned-leftnav .md\:g4{gap:var(--su4)}html.html__responsive.html__unpinned-leftnav .md\:g6{gap:var(--su6)}html.html__responsive.html__unpinned-leftnav .md\:g8{gap:var(--su8)}html.html__responsive.html__unpinned-leftnav .md\:g12{gap:var(--su12)}html.html__responsive.html__unpinned-leftnav .md\:g16{gap:var(--su16)}html.html__responsive.html__unpinned-leftnav .md\:g24{gap:var(--su24)}html.html__responsive.html__unpinned-leftnav .md\:g32{gap:var(--su32)}html.html__responsive.html__unpinned-leftnav .md\:g48{gap:var(--su48)}html.html__responsive.html__unpinned-leftnav .md\:g64{gap:var(--su64)}html.html__responsive.html__unpinned-leftnav .md\:g-af-dense{grid-auto-flow:dense}html.html__responsive.html__unpinned-leftnav .md\:g-af-row{grid-auto-flow:row}html.html__responsive.html__unpinned-leftnav .md\:g-af-column{grid-auto-flow:column}html.html__responsive.html__unpinned-leftnav .md\:grid__1{grid-template-columns:repeat(1, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__2{grid-template-columns:repeat(2, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__3{grid-template-columns:repeat(3, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__4{grid-template-columns:repeat(4, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__5{grid-template-columns:repeat(5, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__6{grid-template-columns:repeat(6, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__7{grid-template-columns:repeat(7, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__8{grid-template-columns:repeat(8, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__9{grid-template-columns:repeat(9, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__10{grid-template-columns:repeat(10, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__11{grid-template-columns:repeat(11, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__12{grid-template-columns:repeat(12, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .md\:grid__auto{grid-template-columns:auto 1fr}html.html__responsive.html__unpinned-leftnav .md\:grid--col-all{grid-column:1 / -1}html.html__responsive.html__unpinned-leftnav .md\:grid--row-all{grid-row:1 / -1}html.html__responsive.html__unpinned-leftnav .md\:grid--col1{grid-column:span 1}html.html__responsive.html__unpinned-leftnav .md\:grid--col2{grid-column:span 2}html.html__responsive.html__unpinned-leftnav .md\:grid--col3{grid-column:span 3}html.html__responsive.html__unpinned-leftnav .md\:grid--col4{grid-column:span 4}html.html__responsive.html__unpinned-leftnav .md\:grid--col5{grid-column:span 5}html.html__responsive.html__unpinned-leftnav .md\:grid--col6{grid-column:span 6}html.html__responsive.html__unpinned-leftnav .md\:grid--col7{grid-column:span 7}html.html__responsive.html__unpinned-leftnav .md\:grid--col8{grid-column:span 8}html.html__responsive.html__unpinned-leftnav .md\:grid--col9{grid-column:span 9}html.html__responsive.html__unpinned-leftnav .md\:grid--col10{grid-column:span 10}html.html__responsive.html__unpinned-leftnav .md\:grid--col11{grid-column:span 11}html.html__responsive.html__unpinned-leftnav .md\:grid--col12{grid-column:span 12}html.html__responsive.html__unpinned-leftnav .md\:grid--row1{grid-row:span 1}html.html__responsive.html__unpinned-leftnav .md\:grid--row2{grid-row:span 2}html.html__responsive.html__unpinned-leftnav .md\:grid--row3{grid-row:span 3}html.html__responsive.html__unpinned-leftnav .md\:grid--row4{grid-row:span 4}html.html__responsive.html__unpinned-leftnav .md\:grid--row5{grid-row:span 5}html.html__responsive.html__unpinned-leftnav .md\:grid--row6{grid-row:span 6}html.html__responsive.html__unpinned-leftnav .md\:grid--row7{grid-row:span 7}html.html__responsive.html__unpinned-leftnav .md\:grid--row8{grid-row:span 8}html.html__responsive.html__unpinned-leftnav .md\:grid--row9{grid-row:span 9}html.html__responsive.html__unpinned-leftnav .md\:grid--row10{grid-row:span 10}html.html__responsive.html__unpinned-leftnav .md\:grid--row11{grid-row:span 11}html.html__responsive.html__unpinned-leftnav .md\:grid--row12{grid-row:span 12}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start1{grid-column-start:1}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start2{grid-column-start:2}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start3{grid-column-start:3}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start4{grid-column-start:4}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start5{grid-column-start:5}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start6{grid-column-start:6}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start7{grid-column-start:7}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start8{grid-column-start:8}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start9{grid-column-start:9}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start10{grid-column-start:10}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start11{grid-column-start:11}html.html__responsive.html__unpinned-leftnav .md\:grid--col-start12{grid-column-start:12}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end2{grid-column-end:2}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end3{grid-column-end:3}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end4{grid-column-end:4}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end5{grid-column-end:5}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end6{grid-column-end:6}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end7{grid-column-end:7}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end8{grid-column-end:8}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end9{grid-column-end:9}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end10{grid-column-end:10}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end11{grid-column-end:11}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end12{grid-column-end:12}html.html__responsive.html__unpinned-leftnav .md\:grid--col-end13{grid-column-end:13}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start1{grid-row-start:1}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start2{grid-row-start:2}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start3{grid-row-start:3}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start4{grid-row-start:4}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start5{grid-row-start:5}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start6{grid-row-start:6}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start7{grid-row-start:7}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start8{grid-row-start:8}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start9{grid-row-start:9}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start10{grid-row-start:10}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start11{grid-row-start:11}html.html__responsive.html__unpinned-leftnav .md\:grid--row-start12{grid-row-start:12}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end2{grid-row-end:2}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end3{grid-row-end:3}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end4{grid-row-end:4}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end5{grid-row-end:5}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end6{grid-row-end:6}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end7{grid-row-end:7}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end8{grid-row-end:8}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end9{grid-row-end:9}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end10{grid-row-end:10}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end11{grid-row-end:11}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end12{grid-row-end:12}html.html__responsive.html__unpinned-leftnav .md\:grid--row-end13{grid-row-end:13}html.html__responsive.html__unpinned-leftnav .md\:ji-auto{justify-items:auto !important}html.html__responsive.html__unpinned-leftnav .md\:ji-center{justify-items:center !important}html.html__responsive.html__unpinned-leftnav .md\:ji-start{justify-items:start !important}html.html__responsive.html__unpinned-leftnav .md\:ji-end{justify-items:end !important}html.html__responsive.html__unpinned-leftnav .md\:ji-stretch{justify-items:stretch !important}html.html__responsive.html__unpinned-leftnav .md\:ji-unset{justify-items:unset !important}html.html__responsive.html__unpinned-leftnav .md\:js-auto{justify-self:auto !important}html.html__responsive.html__unpinned-leftnav .md\:js-center{justify-self:center !important}html.html__responsive.html__unpinned-leftnav .md\:js-start{justify-self:start !important}html.html__responsive.html__unpinned-leftnav .md\:js-end{justify-self:end !important}html.html__responsive.html__unpinned-leftnav .md\:js-stretch{justify-self:stretch !important}html.html__responsive.html__unpinned-leftnav .md\:js-unset{justify-self:unset !important}html.html__responsive.html__unpinned-leftnav .md\:m1{margin:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:m2{margin:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:m4{margin:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:m6{margin:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:m8{margin:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:m12{margin:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:m16{margin:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:m24{margin:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:m32{margin:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:m48{margin:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:m64{margin:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:m96{margin:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:m128{margin:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:m0{margin:0 !important}html.html__responsive.html__unpinned-leftnav .md\:mn1{margin:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn2{margin:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn4{margin:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn6{margin:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn8{margin:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn12{margin:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn16{margin:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn24{margin:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn32{margin:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn48{margin:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn64{margin:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn96{margin:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mn128{margin:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mt1{margin-top:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:mt2{margin-top:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:mt4{margin-top:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:mt6{margin-top:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:mt8{margin-top:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:mt12{margin-top:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:mt16{margin-top:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:mt24{margin-top:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:mt32{margin-top:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:mt48{margin-top:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:mt64{margin-top:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:mt96{margin-top:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:mt128{margin-top:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:mt0{margin-top:0 !important}html.html__responsive.html__unpinned-leftnav .md\:mtn1{margin-top:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn2{margin-top:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn4{margin-top:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn6{margin-top:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn8{margin-top:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn12{margin-top:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn16{margin-top:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn24{margin-top:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn32{margin-top:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn48{margin-top:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn64{margin-top:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn96{margin-top:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mtn128{margin-top:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mr1{margin-right:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:mr2{margin-right:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:mr4{margin-right:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:mr6{margin-right:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:mr8{margin-right:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:mr12{margin-right:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:mr16{margin-right:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:mr24{margin-right:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:mr32{margin-right:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:mr48{margin-right:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:mr64{margin-right:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:mr96{margin-right:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:mr128{margin-right:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:mr0{margin-right:0 !important}html.html__responsive.html__unpinned-leftnav .md\:mrn1{margin-right:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn2{margin-right:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn4{margin-right:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn6{margin-right:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn8{margin-right:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn12{margin-right:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn16{margin-right:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn24{margin-right:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn32{margin-right:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn48{margin-right:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn64{margin-right:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn96{margin-right:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mrn128{margin-right:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mb1{margin-bottom:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:mb2{margin-bottom:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:mb4{margin-bottom:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:mb6{margin-bottom:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:mb8{margin-bottom:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:mb12{margin-bottom:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:mb16{margin-bottom:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:mb24{margin-bottom:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:mb32{margin-bottom:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:mb48{margin-bottom:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:mb64{margin-bottom:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:mb96{margin-bottom:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:mb128{margin-bottom:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:mb0{margin-bottom:0 !important}html.html__responsive.html__unpinned-leftnav .md\:mbn1{margin-bottom:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn2{margin-bottom:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn4{margin-bottom:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn6{margin-bottom:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn8{margin-bottom:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn12{margin-bottom:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn16{margin-bottom:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn24{margin-bottom:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn32{margin-bottom:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn48{margin-bottom:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn64{margin-bottom:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn96{margin-bottom:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mbn128{margin-bottom:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ml1{margin-left:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:ml2{margin-left:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:ml4{margin-left:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:ml6{margin-left:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:ml8{margin-left:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:ml12{margin-left:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:ml16{margin-left:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:ml24{margin-left:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:ml32{margin-left:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:ml48{margin-left:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:ml64{margin-left:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:ml96{margin-left:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:ml128{margin-left:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:ml0{margin-left:0 !important}html.html__responsive.html__unpinned-leftnav .md\:mln1{margin-left:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln2{margin-left:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln4{margin-left:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln6{margin-left:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln8{margin-left:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln12{margin-left:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln16{margin-left:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln24{margin-left:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln32{margin-left:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln48{margin-left:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln64{margin-left:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln96{margin-left:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:mln128{margin-left:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:p1{padding:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:p2{padding:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:p4{padding:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:p6{padding:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:p8{padding:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:p12{padding:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:p16{padding:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:p24{padding:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:p32{padding:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:p48{padding:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:p64{padding:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:p96{padding:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:p128{padding:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:p0{padding:0 !important}html.html__responsive.html__unpinned-leftnav .md\:pt1{padding-top:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:pt2{padding-top:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:pt4{padding-top:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:pt6{padding-top:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:pt8{padding-top:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:pt12{padding-top:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:pt16{padding-top:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:pt24{padding-top:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:pt32{padding-top:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:pt48{padding-top:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:pt64{padding-top:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:pt96{padding-top:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:pt128{padding-top:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:pt0{padding-top:0 !important}html.html__responsive.html__unpinned-leftnav .md\:pr1{padding-right:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:pr2{padding-right:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:pr4{padding-right:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:pr6{padding-right:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:pr8{padding-right:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:pr12{padding-right:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:pr16{padding-right:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:pr24{padding-right:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:pr32{padding-right:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:pr48{padding-right:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:pr64{padding-right:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:pr96{padding-right:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:pr128{padding-right:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:pb1{padding-bottom:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:pb2{padding-bottom:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:pb4{padding-bottom:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:pb6{padding-bottom:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:pb8{padding-bottom:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:pb12{padding-bottom:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:pb16{padding-bottom:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:pb24{padding-bottom:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:pb32{padding-bottom:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:pb48{padding-bottom:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:pb64{padding-bottom:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:pb96{padding-bottom:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:pb128{padding-bottom:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:pr0{padding-right:0 !important}html.html__responsive.html__unpinned-leftnav .md\:pl1{padding-left:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:pl2{padding-left:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:pl4{padding-left:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:pl6{padding-left:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:pl8{padding-left:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:pl12{padding-left:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:pl16{padding-left:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:pl24{padding-left:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:pl32{padding-left:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:pl48{padding-left:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:pl64{padding-left:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:pl96{padding-left:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:pl128{padding-left:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:pl0{padding-left:0 !important}html.html__responsive.html__unpinned-leftnav .md\:t1{top:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:t2{top:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:t4{top:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:t6{top:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:t8{top:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:t12{top:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:t16{top:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:t24{top:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:t32{top:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:t48{top:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:t64{top:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:t96{top:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:t128{top:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:tn1{top:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn2{top:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn4{top:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn6{top:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn8{top:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn12{top:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn16{top:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn24{top:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn32{top:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn48{top:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn64{top:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn96{top:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:tn128{top:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:r1{right:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:r2{right:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:r4{right:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:r6{right:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:r8{right:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:r12{right:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:r16{right:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:r24{right:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:r32{right:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:r48{right:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:r64{right:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:r96{right:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:r128{right:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:rn1{right:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn2{right:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn4{right:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn6{right:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn8{right:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn12{right:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn16{right:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn24{right:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn32{right:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn48{right:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn64{right:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn96{right:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:rn128{right:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:b1{bottom:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:b2{bottom:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:b4{bottom:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:b6{bottom:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:b8{bottom:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:b12{bottom:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:b16{bottom:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:b24{bottom:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:b32{bottom:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:b48{bottom:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:b64{bottom:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:b96{bottom:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:b128{bottom:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:bn1{bottom:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn2{bottom:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn4{bottom:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn6{bottom:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn8{bottom:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn12{bottom:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn16{bottom:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn24{bottom:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn32{bottom:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn48{bottom:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn64{bottom:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn96{bottom:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:bn128{bottom:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:l1{left:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:l2{left:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:l4{left:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:l6{left:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:l8{left:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:l12{left:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:l16{left:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:l24{left:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:l32{left:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:l48{left:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:l64{left:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:l96{left:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:l128{left:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:ln1{left:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln2{left:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln4{left:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln6{left:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln8{left:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln12{left:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln16{left:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln24{left:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln32{left:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln48{left:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln64{left:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln96{left:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:ln128{left:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .md\:i1{inset:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .md\:i2{inset:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .md\:i4{inset:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .md\:i6{inset:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .md\:i8{inset:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .md\:i12{inset:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .md\:i16{inset:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .md\:i24{inset:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .md\:i32{inset:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .md\:i48{inset:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .md\:i64{inset:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .md\:i96{inset:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .md\:i128{inset:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .md\:ta-left{text-align:left !important}html.html__responsive.html__unpinned-leftnav .md\:ta-center{text-align:center !important}html.html__responsive.html__unpinned-leftnav .md\:ta-right{text-align:right !important}html.html__responsive.html__unpinned-leftnav .md\:d-block{display:block !important}html.html__responsive.html__unpinned-leftnav .md\:d-flex{display:flex !important}html.html__responsive.html__unpinned-leftnav .md\:d-inline-flex{display:inline-flex !important}html.html__responsive.html__unpinned-leftnav .md\:d-grid{display:grid !important}html.html__responsive.html__unpinned-leftnav .md\:d-inline-grid{display:inline-grid !important}html.html__responsive.html__unpinned-leftnav .md\:d-inline{display:inline !important}html.html__responsive.html__unpinned-leftnav .md\:d-inline-block{display:inline-block !important}html.html__responsive.html__unpinned-leftnav .md\:d-none{display:none !important}html.html__responsive.html__unpinned-leftnav .md\:ps-absolute{position:absolute !important}html.html__responsive.html__unpinned-leftnav .md\:ps-fixed{position:fixed !important}html.html__responsive.html__unpinned-leftnav .md\:ps-relative{position:relative !important}html.html__responsive.html__unpinned-leftnav .md\:ps-static{position:static !important}html.html__responsive.html__unpinned-leftnav .md\:ps-sticky{position:sticky !important}html.html__responsive.html__unpinned-leftnav .md\:bs-none{box-shadow:none !important}html.html__responsive.html__unpinned-leftnav .md\:w25{width:25% !important}html.html__responsive.html__unpinned-leftnav .md\:w33{width:33.33333% !important}html.html__responsive.html__unpinned-leftnav .md\:w50{width:50% !important}html.html__responsive.html__unpinned-leftnav .md\:w66{width:66.66667% !important}html.html__responsive.html__unpinned-leftnav .md\:w75{width:75% !important}html.html__responsive.html__unpinned-leftnav .md\:w100{width:100% !important}html.html__responsive.html__unpinned-leftnav .md\:w-auto{width:auto !important}html.html__responsive.html__unpinned-leftnav .md\:w-screen{width:100vw !important}html.html__responsive.html__unpinned-leftnav .md\:wmx100{max-width:100% !important}html.html__responsive.html__unpinned-leftnav .md\:wmx-initial{max-width:initial !important}html.html__responsive.html__unpinned-leftnav .md\:wmx-screen{max-width:100vw !important}html.html__responsive.html__unpinned-leftnav .md\:wmn100{min-width:100% !important}html.html__responsive.html__unpinned-leftnav .md\:wmn-initial{min-width:initial !important}html.html__responsive.html__unpinned-leftnav .md\:h100{height:100% !important}html.html__responsive.html__unpinned-leftnav .md\:h-auto{height:auto !important}html.html__responsive.html__unpinned-leftnav .md\:h-screen{height:100vh !important}html.html__responsive.html__unpinned-leftnav .md\:hmx100{max-height:100% !important}html.html__responsive.html__unpinned-leftnav .md\:hmx-initial{max-height:initial !important}html.html__responsive.html__unpinned-leftnav .md\:hmx-screen{max-height:100vh !important}html.html__responsive.html__unpinned-leftnav .md\:hmn100{min-height:100% !important}html.html__responsive.html__unpinned-leftnav .md\:hmn-initial{min-height:initial !important}html.html__responsive.html__unpinned-leftnav .md\:hmx-screen{min-height:100vh !important}}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .sm\:ba{border-style:solid !important;border-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bt{border-top-style:solid !important;border-top-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:br{border-right-style:solid !important;border-right-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bb{border-bottom-style:solid !important;border-bottom-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bl{border-left-style:solid !important;border-left-width:var(--su-static1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:baw0{border-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:btw0{border-top-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:brw0{border-right-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bbw0{border-bottom-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:blw0{border-left-width:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bar0{border-radius:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fd-row{flex-direction:row !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fd-row-reverse{flex-direction:row-reverse !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fd-column{flex-direction:column !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fd-column-reverse{flex-direction:column-reverse !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fw-wrap{flex-wrap:wrap !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fw-reverse{flex-wrap:wrap-reverse !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fw-nowrap{flex-wrap:nowrap !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-center{justify-content:center !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-end{justify-content:flex-end !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-space-around{justify-content:space-around !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-space-between{justify-content:space-between !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-space-evenly{justify-content:space-evenly !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-start{justify-content:flex-start !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-baseline{align-items:baseline !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-center{align-items:center !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-end{align-items:flex-end !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-start{align-items:flex-start !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-stretch{align-items:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-auto{align-self:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-baseline{align-self:baseline !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-center{align-self:center !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-end{align-self:flex-end !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-start{align-self:flex-start !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-stretch{align-self:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl-grow1{flex-grow:1 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl-grow0{flex-grow:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl-shrink1{flex-shrink:1 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl-shrink0{flex-shrink:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl-none{flex:none !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl-initial{flex:0 1 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl-auto{flex:1 1 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl-equal{flex:1 1 0% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:order-first{order:-1 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:order-last{order:1 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl0{flex:0 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl1{flex:1 auto !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g0{gap:0}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g1{gap:var(--su1)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g2{gap:var(--su2)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g4{gap:var(--su4)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g6{gap:var(--su6)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g8{gap:var(--su8)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g12{gap:var(--su12)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g16{gap:var(--su16)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g24{gap:var(--su24)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g32{gap:var(--su32)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g48{gap:var(--su48)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g64{gap:var(--su64)}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g-af-dense{grid-auto-flow:dense}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g-af-row{grid-auto-flow:row}html.html__responsive:not(.html__unpinned-leftnav) .sm\:g-af-column{grid-auto-flow:column}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__1{grid-template-columns:repeat(1, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__2{grid-template-columns:repeat(2, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__3{grid-template-columns:repeat(3, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__4{grid-template-columns:repeat(4, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__5{grid-template-columns:repeat(5, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__6{grid-template-columns:repeat(6, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__7{grid-template-columns:repeat(7, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__8{grid-template-columns:repeat(8, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__9{grid-template-columns:repeat(9, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__10{grid-template-columns:repeat(10, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__11{grid-template-columns:repeat(11, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__12{grid-template-columns:repeat(12, minmax(0, 1fr))}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid__auto{grid-template-columns:auto 1fr}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-all{grid-column:1 / -1}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-all{grid-row:1 / -1}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col1{grid-column:span 1}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col2{grid-column:span 2}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col3{grid-column:span 3}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col4{grid-column:span 4}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col5{grid-column:span 5}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col6{grid-column:span 6}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col7{grid-column:span 7}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col8{grid-column:span 8}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col9{grid-column:span 9}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col10{grid-column:span 10}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col11{grid-column:span 11}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col12{grid-column:span 12}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row1{grid-row:span 1}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row2{grid-row:span 2}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row3{grid-row:span 3}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row4{grid-row:span 4}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row5{grid-row:span 5}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row6{grid-row:span 6}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row7{grid-row:span 7}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row8{grid-row:span 8}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row9{grid-row:span 9}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row10{grid-row:span 10}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row11{grid-row:span 11}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row12{grid-row:span 12}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start1{grid-column-start:1}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start2{grid-column-start:2}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start3{grid-column-start:3}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start4{grid-column-start:4}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start5{grid-column-start:5}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start6{grid-column-start:6}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start7{grid-column-start:7}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start8{grid-column-start:8}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start9{grid-column-start:9}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start10{grid-column-start:10}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start11{grid-column-start:11}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-start12{grid-column-start:12}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end2{grid-column-end:2}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end3{grid-column-end:3}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end4{grid-column-end:4}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end5{grid-column-end:5}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end6{grid-column-end:6}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end7{grid-column-end:7}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end8{grid-column-end:8}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end9{grid-column-end:9}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end10{grid-column-end:10}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end11{grid-column-end:11}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end12{grid-column-end:12}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--col-end13{grid-column-end:13}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start1{grid-row-start:1}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start2{grid-row-start:2}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start3{grid-row-start:3}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start4{grid-row-start:4}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start5{grid-row-start:5}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start6{grid-row-start:6}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start7{grid-row-start:7}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start8{grid-row-start:8}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start9{grid-row-start:9}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start10{grid-row-start:10}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start11{grid-row-start:11}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-start12{grid-row-start:12}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end2{grid-row-end:2}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end3{grid-row-end:3}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end4{grid-row-end:4}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end5{grid-row-end:5}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end6{grid-row-end:6}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end7{grid-row-end:7}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end8{grid-row-end:8}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end9{grid-row-end:9}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end10{grid-row-end:10}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end11{grid-row-end:11}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end12{grid-row-end:12}html.html__responsive:not(.html__unpinned-leftnav) .sm\:grid--row-end13{grid-row-end:13}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ji-auto{justify-items:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ji-center{justify-items:center !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ji-start{justify-items:start !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ji-end{justify-items:end !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ji-stretch{justify-items:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ji-unset{justify-items:unset !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:js-auto{justify-self:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:js-center{justify-self:center !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:js-start{justify-self:start !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:js-end{justify-self:end !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:js-stretch{justify-self:stretch !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:js-unset{justify-self:unset !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m1{margin:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m2{margin:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m4{margin:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m6{margin:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m8{margin:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m12{margin:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m16{margin:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m24{margin:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m32{margin:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m48{margin:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m64{margin:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m96{margin:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m128{margin:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:m0{margin:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn1{margin:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn2{margin:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn4{margin:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn6{margin:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn8{margin:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn12{margin:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn16{margin:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn24{margin:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn32{margin:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn48{margin:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn64{margin:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn96{margin:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn128{margin:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt1{margin-top:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt2{margin-top:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt4{margin-top:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt6{margin-top:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt8{margin-top:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt12{margin-top:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt16{margin-top:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt24{margin-top:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt32{margin-top:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt48{margin-top:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt64{margin-top:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt96{margin-top:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt128{margin-top:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt0{margin-top:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn1{margin-top:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn2{margin-top:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn4{margin-top:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn6{margin-top:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn8{margin-top:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn12{margin-top:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn16{margin-top:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn24{margin-top:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn32{margin-top:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn48{margin-top:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn64{margin-top:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn96{margin-top:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mtn128{margin-top:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr1{margin-right:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr2{margin-right:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr4{margin-right:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr6{margin-right:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr8{margin-right:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr12{margin-right:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr16{margin-right:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr24{margin-right:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr32{margin-right:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr48{margin-right:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr64{margin-right:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr96{margin-right:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr128{margin-right:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr0{margin-right:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn1{margin-right:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn2{margin-right:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn4{margin-right:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn6{margin-right:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn8{margin-right:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn12{margin-right:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn16{margin-right:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn24{margin-right:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn32{margin-right:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn48{margin-right:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn64{margin-right:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn96{margin-right:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mrn128{margin-right:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb1{margin-bottom:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb2{margin-bottom:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb4{margin-bottom:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb6{margin-bottom:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb8{margin-bottom:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb12{margin-bottom:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb16{margin-bottom:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb24{margin-bottom:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb32{margin-bottom:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb48{margin-bottom:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb64{margin-bottom:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb96{margin-bottom:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb128{margin-bottom:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb0{margin-bottom:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn1{margin-bottom:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn2{margin-bottom:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn4{margin-bottom:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn6{margin-bottom:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn8{margin-bottom:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn12{margin-bottom:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn16{margin-bottom:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn24{margin-bottom:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn32{margin-bottom:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn48{margin-bottom:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn64{margin-bottom:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn96{margin-bottom:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mbn128{margin-bottom:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml1{margin-left:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml2{margin-left:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml4{margin-left:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml6{margin-left:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml8{margin-left:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml12{margin-left:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml16{margin-left:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml24{margin-left:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml32{margin-left:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml48{margin-left:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml64{margin-left:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml96{margin-left:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml128{margin-left:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml0{margin-left:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln1{margin-left:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln2{margin-left:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln4{margin-left:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln6{margin-left:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln8{margin-left:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln12{margin-left:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln16{margin-left:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln24{margin-left:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln32{margin-left:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln48{margin-left:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln64{margin-left:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln96{margin-left:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:mln128{margin-left:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p1{padding:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p2{padding:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p4{padding:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p6{padding:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p8{padding:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p12{padding:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p16{padding:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p24{padding:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p32{padding:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p48{padding:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p64{padding:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p96{padding:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p128{padding:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:p0{padding:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt1{padding-top:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt2{padding-top:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt4{padding-top:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt6{padding-top:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt8{padding-top:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt12{padding-top:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt16{padding-top:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt24{padding-top:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt32{padding-top:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt48{padding-top:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt64{padding-top:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt96{padding-top:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt128{padding-top:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt0{padding-top:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr1{padding-right:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr2{padding-right:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr4{padding-right:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr6{padding-right:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr8{padding-right:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr12{padding-right:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr16{padding-right:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr24{padding-right:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr32{padding-right:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr48{padding-right:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr64{padding-right:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr96{padding-right:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr128{padding-right:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb1{padding-bottom:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb2{padding-bottom:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb4{padding-bottom:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb6{padding-bottom:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb8{padding-bottom:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb12{padding-bottom:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb16{padding-bottom:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb24{padding-bottom:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb32{padding-bottom:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb48{padding-bottom:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb64{padding-bottom:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb96{padding-bottom:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb128{padding-bottom:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr0{padding-right:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl1{padding-left:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl2{padding-left:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl4{padding-left:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl6{padding-left:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl8{padding-left:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl12{padding-left:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl16{padding-left:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl24{padding-left:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl32{padding-left:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl48{padding-left:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl64{padding-left:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl96{padding-left:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl128{padding-left:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl0{padding-left:0 !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t1{top:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t2{top:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t4{top:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t6{top:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t8{top:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t12{top:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t16{top:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t24{top:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t32{top:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t48{top:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t64{top:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t96{top:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:t128{top:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn1{top:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn2{top:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn4{top:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn6{top:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn8{top:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn12{top:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn16{top:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn24{top:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn32{top:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn48{top:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn64{top:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn96{top:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:tn128{top:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r1{right:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r2{right:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r4{right:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r6{right:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r8{right:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r12{right:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r16{right:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r24{right:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r32{right:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r48{right:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r64{right:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r96{right:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:r128{right:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn1{right:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn2{right:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn4{right:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn6{right:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn8{right:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn12{right:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn16{right:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn24{right:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn32{right:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn48{right:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn64{right:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn96{right:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:rn128{right:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b1{bottom:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b2{bottom:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b4{bottom:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b6{bottom:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b8{bottom:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b12{bottom:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b16{bottom:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b24{bottom:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b32{bottom:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b48{bottom:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b64{bottom:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b96{bottom:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:b128{bottom:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn1{bottom:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn2{bottom:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn4{bottom:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn6{bottom:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn8{bottom:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn12{bottom:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn16{bottom:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn24{bottom:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn32{bottom:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn48{bottom:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn64{bottom:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn96{bottom:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bn128{bottom:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l1{left:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l2{left:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l4{left:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l6{left:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l8{left:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l12{left:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l16{left:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l24{left:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l32{left:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l48{left:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l64{left:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l96{left:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:l128{left:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln1{left:calc(var(--su1) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln2{left:calc(var(--su2) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln4{left:calc(var(--su4) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln6{left:calc(var(--su6) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln8{left:calc(var(--su8) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln12{left:calc(var(--su12) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln16{left:calc(var(--su16) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln24{left:calc(var(--su24) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln32{left:calc(var(--su32) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln48{left:calc(var(--su48) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln64{left:calc(var(--su64) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln96{left:calc(var(--su96) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ln128{left:calc(var(--su128) * -1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i1{inset:var(--su1) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i2{inset:var(--su2) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i4{inset:var(--su4) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i6{inset:var(--su6) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i8{inset:var(--su8) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i12{inset:var(--su12) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i16{inset:var(--su16) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i24{inset:var(--su24) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i32{inset:var(--su32) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i48{inset:var(--su48) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i64{inset:var(--su64) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i96{inset:var(--su96) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:i128{inset:var(--su128) !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ta-left{text-align:left !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ta-center{text-align:center !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ta-right{text-align:right !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-block{display:block !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-flex{display:flex !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-inline-flex{display:inline-flex !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-grid{display:grid !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-inline-grid{display:inline-grid !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-inline{display:inline !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-inline-block{display:inline-block !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-none{display:none !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-absolute{position:absolute !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-fixed{position:fixed !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-relative{position:relative !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-static{position:static !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-sticky{position:sticky !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:bs-none{box-shadow:none !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:w25{width:25% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:w33{width:33.33333% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:w50{width:50% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:w66{width:66.66667% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:w75{width:75% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:w100{width:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:w-auto{width:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:w-screen{width:100vw !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:wmx100{max-width:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:wmx-initial{max-width:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:wmx-screen{max-width:100vw !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:wmn100{min-width:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:wmn-initial{min-width:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:h100{height:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:h-auto{height:auto !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:h-screen{height:100vh !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmx100{max-height:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmx-initial{max-height:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmx-screen{max-height:100vh !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmn100{min-height:100% !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmn-initial{min-height:initial !important}html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmx-screen{min-height:100vh !important}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .sm\:ba{border-style:solid !important;border-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bt{border-top-style:solid !important;border-top-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .sm\:br{border-right-style:solid !important;border-right-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bb{border-bottom-style:solid !important;border-bottom-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bl{border-left-style:solid !important;border-left-width:var(--su-static1) !important}html.html__responsive.html__unpinned-leftnav .sm\:baw0{border-width:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:btw0{border-top-width:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:brw0{border-right-width:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:bbw0{border-bottom-width:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:blw0{border-left-width:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:bar0{border-radius:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:fd-row{flex-direction:row !important}html.html__responsive.html__unpinned-leftnav .sm\:fd-row-reverse{flex-direction:row-reverse !important}html.html__responsive.html__unpinned-leftnav .sm\:fd-column{flex-direction:column !important}html.html__responsive.html__unpinned-leftnav .sm\:fd-column-reverse{flex-direction:column-reverse !important}html.html__responsive.html__unpinned-leftnav .sm\:fw-wrap{flex-wrap:wrap !important}html.html__responsive.html__unpinned-leftnav .sm\:fw-reverse{flex-wrap:wrap-reverse !important}html.html__responsive.html__unpinned-leftnav .sm\:fw-nowrap{flex-wrap:nowrap !important}html.html__responsive.html__unpinned-leftnav .sm\:jc-center{justify-content:center !important}html.html__responsive.html__unpinned-leftnav .sm\:jc-end{justify-content:flex-end !important}html.html__responsive.html__unpinned-leftnav .sm\:jc-space-around{justify-content:space-around !important}html.html__responsive.html__unpinned-leftnav .sm\:jc-space-between{justify-content:space-between !important}html.html__responsive.html__unpinned-leftnav .sm\:jc-space-evenly{justify-content:space-evenly !important}html.html__responsive.html__unpinned-leftnav .sm\:jc-start{justify-content:flex-start !important}html.html__responsive.html__unpinned-leftnav .sm\:ai-baseline{align-items:baseline !important}html.html__responsive.html__unpinned-leftnav .sm\:ai-center{align-items:center !important}html.html__responsive.html__unpinned-leftnav .sm\:ai-end{align-items:flex-end !important}html.html__responsive.html__unpinned-leftnav .sm\:ai-start{align-items:flex-start !important}html.html__responsive.html__unpinned-leftnav .sm\:ai-stretch{align-items:stretch !important}html.html__responsive.html__unpinned-leftnav .sm\:as-auto{align-self:auto !important}html.html__responsive.html__unpinned-leftnav .sm\:as-baseline{align-self:baseline !important}html.html__responsive.html__unpinned-leftnav .sm\:as-center{align-self:center !important}html.html__responsive.html__unpinned-leftnav .sm\:as-end{align-self:flex-end !important}html.html__responsive.html__unpinned-leftnav .sm\:as-start{align-self:flex-start !important}html.html__responsive.html__unpinned-leftnav .sm\:as-stretch{align-self:stretch !important}html.html__responsive.html__unpinned-leftnav .sm\:fl-grow1{flex-grow:1 !important}html.html__responsive.html__unpinned-leftnav .sm\:fl-grow0{flex-grow:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:fl-shrink1{flex-shrink:1 !important}html.html__responsive.html__unpinned-leftnav .sm\:fl-shrink0{flex-shrink:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:fl-none{flex:none !important}html.html__responsive.html__unpinned-leftnav .sm\:fl-initial{flex:0 1 auto !important}html.html__responsive.html__unpinned-leftnav .sm\:fl-auto{flex:1 1 auto !important}html.html__responsive.html__unpinned-leftnav .sm\:fl-equal{flex:1 1 0% !important}html.html__responsive.html__unpinned-leftnav .sm\:order-first{order:-1 !important}html.html__responsive.html__unpinned-leftnav .sm\:order-last{order:1 !important}html.html__responsive.html__unpinned-leftnav .sm\:fl0{flex:0 auto !important}html.html__responsive.html__unpinned-leftnav .sm\:fl1{flex:1 auto !important}html.html__responsive.html__unpinned-leftnav .sm\:g0{gap:0}html.html__responsive.html__unpinned-leftnav .sm\:g1{gap:var(--su1)}html.html__responsive.html__unpinned-leftnav .sm\:g2{gap:var(--su2)}html.html__responsive.html__unpinned-leftnav .sm\:g4{gap:var(--su4)}html.html__responsive.html__unpinned-leftnav .sm\:g6{gap:var(--su6)}html.html__responsive.html__unpinned-leftnav .sm\:g8{gap:var(--su8)}html.html__responsive.html__unpinned-leftnav .sm\:g12{gap:var(--su12)}html.html__responsive.html__unpinned-leftnav .sm\:g16{gap:var(--su16)}html.html__responsive.html__unpinned-leftnav .sm\:g24{gap:var(--su24)}html.html__responsive.html__unpinned-leftnav .sm\:g32{gap:var(--su32)}html.html__responsive.html__unpinned-leftnav .sm\:g48{gap:var(--su48)}html.html__responsive.html__unpinned-leftnav .sm\:g64{gap:var(--su64)}html.html__responsive.html__unpinned-leftnav .sm\:g-af-dense{grid-auto-flow:dense}html.html__responsive.html__unpinned-leftnav .sm\:g-af-row{grid-auto-flow:row}html.html__responsive.html__unpinned-leftnav .sm\:g-af-column{grid-auto-flow:column}html.html__responsive.html__unpinned-leftnav .sm\:grid__1{grid-template-columns:repeat(1, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__2{grid-template-columns:repeat(2, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__3{grid-template-columns:repeat(3, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__4{grid-template-columns:repeat(4, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__5{grid-template-columns:repeat(5, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__6{grid-template-columns:repeat(6, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__7{grid-template-columns:repeat(7, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__8{grid-template-columns:repeat(8, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__9{grid-template-columns:repeat(9, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__10{grid-template-columns:repeat(10, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__11{grid-template-columns:repeat(11, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__12{grid-template-columns:repeat(12, minmax(0, 1fr))}html.html__responsive.html__unpinned-leftnav .sm\:grid__auto{grid-template-columns:auto 1fr}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-all{grid-column:1 / -1}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-all{grid-row:1 / -1}html.html__responsive.html__unpinned-leftnav .sm\:grid--col1{grid-column:span 1}html.html__responsive.html__unpinned-leftnav .sm\:grid--col2{grid-column:span 2}html.html__responsive.html__unpinned-leftnav .sm\:grid--col3{grid-column:span 3}html.html__responsive.html__unpinned-leftnav .sm\:grid--col4{grid-column:span 4}html.html__responsive.html__unpinned-leftnav .sm\:grid--col5{grid-column:span 5}html.html__responsive.html__unpinned-leftnav .sm\:grid--col6{grid-column:span 6}html.html__responsive.html__unpinned-leftnav .sm\:grid--col7{grid-column:span 7}html.html__responsive.html__unpinned-leftnav .sm\:grid--col8{grid-column:span 8}html.html__responsive.html__unpinned-leftnav .sm\:grid--col9{grid-column:span 9}html.html__responsive.html__unpinned-leftnav .sm\:grid--col10{grid-column:span 10}html.html__responsive.html__unpinned-leftnav .sm\:grid--col11{grid-column:span 11}html.html__responsive.html__unpinned-leftnav .sm\:grid--col12{grid-column:span 12}html.html__responsive.html__unpinned-leftnav .sm\:grid--row1{grid-row:span 1}html.html__responsive.html__unpinned-leftnav .sm\:grid--row2{grid-row:span 2}html.html__responsive.html__unpinned-leftnav .sm\:grid--row3{grid-row:span 3}html.html__responsive.html__unpinned-leftnav .sm\:grid--row4{grid-row:span 4}html.html__responsive.html__unpinned-leftnav .sm\:grid--row5{grid-row:span 5}html.html__responsive.html__unpinned-leftnav .sm\:grid--row6{grid-row:span 6}html.html__responsive.html__unpinned-leftnav .sm\:grid--row7{grid-row:span 7}html.html__responsive.html__unpinned-leftnav .sm\:grid--row8{grid-row:span 8}html.html__responsive.html__unpinned-leftnav .sm\:grid--row9{grid-row:span 9}html.html__responsive.html__unpinned-leftnav .sm\:grid--row10{grid-row:span 10}html.html__responsive.html__unpinned-leftnav .sm\:grid--row11{grid-row:span 11}html.html__responsive.html__unpinned-leftnav .sm\:grid--row12{grid-row:span 12}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start1{grid-column-start:1}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start2{grid-column-start:2}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start3{grid-column-start:3}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start4{grid-column-start:4}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start5{grid-column-start:5}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start6{grid-column-start:6}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start7{grid-column-start:7}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start8{grid-column-start:8}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start9{grid-column-start:9}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start10{grid-column-start:10}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start11{grid-column-start:11}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-start12{grid-column-start:12}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end2{grid-column-end:2}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end3{grid-column-end:3}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end4{grid-column-end:4}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end5{grid-column-end:5}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end6{grid-column-end:6}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end7{grid-column-end:7}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end8{grid-column-end:8}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end9{grid-column-end:9}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end10{grid-column-end:10}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end11{grid-column-end:11}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end12{grid-column-end:12}html.html__responsive.html__unpinned-leftnav .sm\:grid--col-end13{grid-column-end:13}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start1{grid-row-start:1}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start2{grid-row-start:2}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start3{grid-row-start:3}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start4{grid-row-start:4}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start5{grid-row-start:5}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start6{grid-row-start:6}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start7{grid-row-start:7}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start8{grid-row-start:8}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start9{grid-row-start:9}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start10{grid-row-start:10}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start11{grid-row-start:11}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-start12{grid-row-start:12}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end2{grid-row-end:2}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end3{grid-row-end:3}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end4{grid-row-end:4}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end5{grid-row-end:5}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end6{grid-row-end:6}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end7{grid-row-end:7}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end8{grid-row-end:8}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end9{grid-row-end:9}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end10{grid-row-end:10}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end11{grid-row-end:11}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end12{grid-row-end:12}html.html__responsive.html__unpinned-leftnav .sm\:grid--row-end13{grid-row-end:13}html.html__responsive.html__unpinned-leftnav .sm\:ji-auto{justify-items:auto !important}html.html__responsive.html__unpinned-leftnav .sm\:ji-center{justify-items:center !important}html.html__responsive.html__unpinned-leftnav .sm\:ji-start{justify-items:start !important}html.html__responsive.html__unpinned-leftnav .sm\:ji-end{justify-items:end !important}html.html__responsive.html__unpinned-leftnav .sm\:ji-stretch{justify-items:stretch !important}html.html__responsive.html__unpinned-leftnav .sm\:ji-unset{justify-items:unset !important}html.html__responsive.html__unpinned-leftnav .sm\:js-auto{justify-self:auto !important}html.html__responsive.html__unpinned-leftnav .sm\:js-center{justify-self:center !important}html.html__responsive.html__unpinned-leftnav .sm\:js-start{justify-self:start !important}html.html__responsive.html__unpinned-leftnav .sm\:js-end{justify-self:end !important}html.html__responsive.html__unpinned-leftnav .sm\:js-stretch{justify-self:stretch !important}html.html__responsive.html__unpinned-leftnav .sm\:js-unset{justify-self:unset !important}html.html__responsive.html__unpinned-leftnav .sm\:m1{margin:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:m2{margin:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:m4{margin:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:m6{margin:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:m8{margin:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:m12{margin:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:m16{margin:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:m24{margin:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:m32{margin:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:m48{margin:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:m64{margin:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:m96{margin:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:m128{margin:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:m0{margin:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:mn1{margin:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn2{margin:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn4{margin:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn6{margin:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn8{margin:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn12{margin:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn16{margin:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn24{margin:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn32{margin:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn48{margin:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn64{margin:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn96{margin:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mn128{margin:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt1{margin-top:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt2{margin-top:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt4{margin-top:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt6{margin-top:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt8{margin-top:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt12{margin-top:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt16{margin-top:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt24{margin-top:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt32{margin-top:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt48{margin-top:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt64{margin-top:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt96{margin-top:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt128{margin-top:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:mt0{margin-top:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn1{margin-top:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn2{margin-top:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn4{margin-top:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn6{margin-top:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn8{margin-top:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn12{margin-top:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn16{margin-top:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn24{margin-top:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn32{margin-top:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn48{margin-top:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn64{margin-top:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn96{margin-top:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mtn128{margin-top:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr1{margin-right:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr2{margin-right:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr4{margin-right:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr6{margin-right:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr8{margin-right:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr12{margin-right:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr16{margin-right:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr24{margin-right:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr32{margin-right:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr48{margin-right:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr64{margin-right:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr96{margin-right:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr128{margin-right:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:mr0{margin-right:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn1{margin-right:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn2{margin-right:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn4{margin-right:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn6{margin-right:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn8{margin-right:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn12{margin-right:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn16{margin-right:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn24{margin-right:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn32{margin-right:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn48{margin-right:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn64{margin-right:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn96{margin-right:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mrn128{margin-right:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb1{margin-bottom:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb2{margin-bottom:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb4{margin-bottom:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb6{margin-bottom:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb8{margin-bottom:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb12{margin-bottom:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb16{margin-bottom:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb24{margin-bottom:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb32{margin-bottom:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb48{margin-bottom:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb64{margin-bottom:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb96{margin-bottom:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb128{margin-bottom:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:mb0{margin-bottom:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn1{margin-bottom:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn2{margin-bottom:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn4{margin-bottom:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn6{margin-bottom:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn8{margin-bottom:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn12{margin-bottom:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn16{margin-bottom:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn24{margin-bottom:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn32{margin-bottom:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn48{margin-bottom:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn64{margin-bottom:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn96{margin-bottom:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mbn128{margin-bottom:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml1{margin-left:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml2{margin-left:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml4{margin-left:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml6{margin-left:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml8{margin-left:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml12{margin-left:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml16{margin-left:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml24{margin-left:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml32{margin-left:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml48{margin-left:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml64{margin-left:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml96{margin-left:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml128{margin-left:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:ml0{margin-left:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:mln1{margin-left:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln2{margin-left:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln4{margin-left:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln6{margin-left:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln8{margin-left:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln12{margin-left:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln16{margin-left:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln24{margin-left:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln32{margin-left:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln48{margin-left:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln64{margin-left:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln96{margin-left:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:mln128{margin-left:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:p1{padding:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:p2{padding:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:p4{padding:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:p6{padding:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:p8{padding:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:p12{padding:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:p16{padding:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:p24{padding:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:p32{padding:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:p48{padding:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:p64{padding:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:p96{padding:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:p128{padding:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:p0{padding:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:pt1{padding-top:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt2{padding-top:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt4{padding-top:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt6{padding-top:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt8{padding-top:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt12{padding-top:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt16{padding-top:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt24{padding-top:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt32{padding-top:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt48{padding-top:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt64{padding-top:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt96{padding-top:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt128{padding-top:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:pt0{padding-top:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:pr1{padding-right:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr2{padding-right:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr4{padding-right:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr6{padding-right:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr8{padding-right:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr12{padding-right:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr16{padding-right:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr24{padding-right:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr32{padding-right:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr48{padding-right:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr64{padding-right:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr96{padding-right:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr128{padding-right:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb1{padding-bottom:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb2{padding-bottom:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb4{padding-bottom:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb6{padding-bottom:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb8{padding-bottom:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb12{padding-bottom:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb16{padding-bottom:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb24{padding-bottom:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb32{padding-bottom:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb48{padding-bottom:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb64{padding-bottom:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb96{padding-bottom:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:pb128{padding-bottom:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:pr0{padding-right:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:pl1{padding-left:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl2{padding-left:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl4{padding-left:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl6{padding-left:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl8{padding-left:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl12{padding-left:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl16{padding-left:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl24{padding-left:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl32{padding-left:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl48{padding-left:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl64{padding-left:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl96{padding-left:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl128{padding-left:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:pl0{padding-left:0 !important}html.html__responsive.html__unpinned-leftnav .sm\:t1{top:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:t2{top:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:t4{top:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:t6{top:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:t8{top:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:t12{top:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:t16{top:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:t24{top:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:t32{top:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:t48{top:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:t64{top:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:t96{top:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:t128{top:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn1{top:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn2{top:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn4{top:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn6{top:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn8{top:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn12{top:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn16{top:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn24{top:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn32{top:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn48{top:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn64{top:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn96{top:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:tn128{top:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:r1{right:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:r2{right:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:r4{right:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:r6{right:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:r8{right:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:r12{right:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:r16{right:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:r24{right:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:r32{right:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:r48{right:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:r64{right:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:r96{right:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:r128{right:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn1{right:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn2{right:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn4{right:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn6{right:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn8{right:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn12{right:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn16{right:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn24{right:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn32{right:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn48{right:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn64{right:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn96{right:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:rn128{right:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:b1{bottom:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:b2{bottom:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:b4{bottom:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:b6{bottom:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:b8{bottom:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:b12{bottom:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:b16{bottom:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:b24{bottom:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:b32{bottom:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:b48{bottom:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:b64{bottom:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:b96{bottom:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:b128{bottom:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn1{bottom:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn2{bottom:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn4{bottom:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn6{bottom:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn8{bottom:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn12{bottom:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn16{bottom:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn24{bottom:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn32{bottom:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn48{bottom:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn64{bottom:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn96{bottom:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:bn128{bottom:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:l1{left:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:l2{left:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:l4{left:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:l6{left:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:l8{left:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:l12{left:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:l16{left:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:l24{left:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:l32{left:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:l48{left:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:l64{left:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:l96{left:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:l128{left:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln1{left:calc(var(--su1) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln2{left:calc(var(--su2) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln4{left:calc(var(--su4) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln6{left:calc(var(--su6) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln8{left:calc(var(--su8) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln12{left:calc(var(--su12) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln16{left:calc(var(--su16) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln24{left:calc(var(--su24) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln32{left:calc(var(--su32) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln48{left:calc(var(--su48) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln64{left:calc(var(--su64) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln96{left:calc(var(--su96) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:ln128{left:calc(var(--su128) * -1) !important}html.html__responsive.html__unpinned-leftnav .sm\:i1{inset:var(--su1) !important}html.html__responsive.html__unpinned-leftnav .sm\:i2{inset:var(--su2) !important}html.html__responsive.html__unpinned-leftnav .sm\:i4{inset:var(--su4) !important}html.html__responsive.html__unpinned-leftnav .sm\:i6{inset:var(--su6) !important}html.html__responsive.html__unpinned-leftnav .sm\:i8{inset:var(--su8) !important}html.html__responsive.html__unpinned-leftnav .sm\:i12{inset:var(--su12) !important}html.html__responsive.html__unpinned-leftnav .sm\:i16{inset:var(--su16) !important}html.html__responsive.html__unpinned-leftnav .sm\:i24{inset:var(--su24) !important}html.html__responsive.html__unpinned-leftnav .sm\:i32{inset:var(--su32) !important}html.html__responsive.html__unpinned-leftnav .sm\:i48{inset:var(--su48) !important}html.html__responsive.html__unpinned-leftnav .sm\:i64{inset:var(--su64) !important}html.html__responsive.html__unpinned-leftnav .sm\:i96{inset:var(--su96) !important}html.html__responsive.html__unpinned-leftnav .sm\:i128{inset:var(--su128) !important}html.html__responsive.html__unpinned-leftnav .sm\:ta-left{text-align:left !important}html.html__responsive.html__unpinned-leftnav .sm\:ta-center{text-align:center !important}html.html__responsive.html__unpinned-leftnav .sm\:ta-right{text-align:right !important}html.html__responsive.html__unpinned-leftnav .sm\:d-block{display:block !important}html.html__responsive.html__unpinned-leftnav .sm\:d-flex{display:flex !important}html.html__responsive.html__unpinned-leftnav .sm\:d-inline-flex{display:inline-flex !important}html.html__responsive.html__unpinned-leftnav .sm\:d-grid{display:grid !important}html.html__responsive.html__unpinned-leftnav .sm\:d-inline-grid{display:inline-grid !important}html.html__responsive.html__unpinned-leftnav .sm\:d-inline{display:inline !important}html.html__responsive.html__unpinned-leftnav .sm\:d-inline-block{display:inline-block !important}html.html__responsive.html__unpinned-leftnav .sm\:d-none{display:none !important}html.html__responsive.html__unpinned-leftnav .sm\:ps-absolute{position:absolute !important}html.html__responsive.html__unpinned-leftnav .sm\:ps-fixed{position:fixed !important}html.html__responsive.html__unpinned-leftnav .sm\:ps-relative{position:relative !important}html.html__responsive.html__unpinned-leftnav .sm\:ps-static{position:static !important}html.html__responsive.html__unpinned-leftnav .sm\:ps-sticky{position:sticky !important}html.html__responsive.html__unpinned-leftnav .sm\:bs-none{box-shadow:none !important}html.html__responsive.html__unpinned-leftnav .sm\:w25{width:25% !important}html.html__responsive.html__unpinned-leftnav .sm\:w33{width:33.33333% !important}html.html__responsive.html__unpinned-leftnav .sm\:w50{width:50% !important}html.html__responsive.html__unpinned-leftnav .sm\:w66{width:66.66667% !important}html.html__responsive.html__unpinned-leftnav .sm\:w75{width:75% !important}html.html__responsive.html__unpinned-leftnav .sm\:w100{width:100% !important}html.html__responsive.html__unpinned-leftnav .sm\:w-auto{width:auto !important}html.html__responsive.html__unpinned-leftnav .sm\:w-screen{width:100vw !important}html.html__responsive.html__unpinned-leftnav .sm\:wmx100{max-width:100% !important}html.html__responsive.html__unpinned-leftnav .sm\:wmx-initial{max-width:initial !important}html.html__responsive.html__unpinned-leftnav .sm\:wmx-screen{max-width:100vw !important}html.html__responsive.html__unpinned-leftnav .sm\:wmn100{min-width:100% !important}html.html__responsive.html__unpinned-leftnav .sm\:wmn-initial{min-width:initial !important}html.html__responsive.html__unpinned-leftnav .sm\:h100{height:100% !important}html.html__responsive.html__unpinned-leftnav .sm\:h-auto{height:auto !important}html.html__responsive.html__unpinned-leftnav .sm\:h-screen{height:100vh !important}html.html__responsive.html__unpinned-leftnav .sm\:hmx100{max-height:100% !important}html.html__responsive.html__unpinned-leftnav .sm\:hmx-initial{max-height:initial !important}html.html__responsive.html__unpinned-leftnav .sm\:hmx-screen{max-height:100vh !important}html.html__responsive.html__unpinned-leftnav .sm\:hmn100{min-height:100% !important}html.html__responsive.html__unpinned-leftnav .sm\:hmn-initial{min-height:initial !important}html.html__responsive.html__unpinned-leftnav .sm\:hmx-screen{min-height:100vh !important}}@media print{.print\:d-block{display:block !important}}@media print{.print\:d-none{display:none !important}}</style><style fetched-from-link="true">@media (prefers-color-scheme:dark){}@media (prefers-color-scheme:dark){}body.unified-theme{--theme-base-primary-color-h:206.37681159;--theme-base-primary-color-s:83.13253012%;--theme-base-primary-color-l:48.82352941%;--theme-base-primary-color-r:21;--theme-base-primary-color-g:137;--theme-base-primary-color-b:228;--theme-button-color:var(--theme-primary-color);--theme-button-hover-color:var(--theme-primary-500);--theme-button-hover-background-color:var(--theme-primary-025);--theme-button-active-background-color:var(--theme-primary-050);--theme-button-selected-color:var(--theme-primary-600);--theme-button-selected-background-color:var(--theme-primary-150);--theme-button-filled-color:var(--theme-primary-600);--theme-button-filled-background-color:var(--theme-primary-075);--theme-button-filled-border-color:var(--theme-primary-600);--theme-button-filled-hover-color:var(--theme-primary-800);--theme-button-filled-hover-background-color:var(--theme-primary-100);--theme-button-filled-active-background-color:var(--theme-primary-150);--theme-button-filled-active-border-color:var(--theme-primary-600);--theme-button-filled-selected-color:var(--theme-primary-900);--theme-button-filled-selected-background-color:var(--theme-primary-200);--theme-button-filled-selected-border-color:var(--theme-primary-800);--theme-button-outlined-border-color:var(--theme-primary-350);--theme-button-outlined-selected-border-color:var(--theme-primary-600);--theme-button-primary-background-color:var(--theme-primary-color);--theme-button-primary-hover-background-color:var(--theme-primary-500);--theme-button-primary-active-background-color:var(--theme-primary-600);--theme-button-primary-selected-background-color:var(--theme-primary-700);--theme-background-color:#f5f5f5;--theme-background-position:top left;--theme-background-repeat:repeat;--theme-background-size:auto;--theme-background-attachment:auto;--theme-content-background-color:var(--white);--theme-content-border-color:var(--black-100);--theme-header-background-color:var(--theme-primary-color);--theme-header-background-position:center left;--theme-header-background-repeat:repeat;--theme-header-background-size:auto;--theme-header-background-border-bottom:0;--theme-header-link-color:var(--theme-primary-color);--theme-header-sponsored-color:hsla(0,0%,100%,0.4);--theme-header-foreground-color:transparent;--theme-header-foreground-position:bottom right;--theme-header-foreground-repeat:no-repeat;--theme-header-foreground-size:auto;--theme-footer-background-color:transparent;--theme-footer-background-position:top left;--theme-footer-background-repeat:no-repeat;--theme-footer-background-size:auto;--theme-footer-background-border-top:0;--theme-footer-title-color:#1589E4;--theme-footer-text-color:hsl(210,8%,55%);--theme-footer-link-color:hsl(210,8%,25%);--theme-footer-link-color-hover:hsl(210,8%,15%);--theme-footer-link-color-active:hsl(210,8%,5%);--theme-footer-link-caret-color:hsl(0,0%,100%);--theme-footer-divider-color:hsl(210,8%,85%);--theme-footer-padding-top:0;--theme-footer-padding-bottom:0;--theme-link-color:var(--theme-primary-color);--theme-link-color-hover:var(--theme-primary-300);--theme-link-color-visited:var(--theme-primary-800);--theme-tag-color:var(--powder-700);--theme-tag-background-color:var(--powder-100);--theme-tag-border-color:var(--powder-100);--theme-tag-hover-color:var(--powder-800);--theme-tag-hover-background-color:var(--powder-200);--theme-tag-hover-border-color:var(--powder-200);--theme-body-font-family:var(--ff-sans);--theme-body-font-color:var(--black-800);--theme-post-title-font-family:var(--ff-sans);--theme-post-title-color:var(--theme-link-color);--theme-post-title-color-hover:var(--theme-link-color-hover);--theme-post-title-color-visited:var(--theme-link-color-visited);--theme-post-body-font-family:var(--ff-sans);--theme-post-owner-background-color:hsla(var(--theme-primary-color-h), var(--theme-primary-color-s), calc(var(--theme-primary-color-l) - 8%), .15);--theme-post-owner-new-background-color:hsla(var(--theme-primary-color-h), var(--theme-primary-color-s), calc(var(--theme-primary-color-l) - 8%), .2)}html,body{color:var(--theme-body-font-color);font-family:var(--theme-body-font-family);font-size:var(--fs-base);line-height:var(--lh-base)}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) ,html.html__responsive:not(.html__unpinned-leftnav) body{font-size:11px}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav ,html.html__responsive.html__unpinned-leftnav body{font-size:11px}}body{box-sizing:border-box;min-height:100%;background-color:var(--theme-background-color)}body *,body *:before,body *:after{box-sizing:inherit}.s-banner__body-pt{padding-top:93px}.s-banner{position:fixed;z-index:calc(var(--zi-navigation-fixed) - 1);top:0;right:0;left:0;width:100%;padding:var(--su12);border-top:1px solid transparent;border-bottom:1px solid transparent;border-radius:0;box-shadow:none;color:var(--fc-medium);font-size:var(--fs-body1)}.s-banner[aria-hidden="true"]{visibility:hidden;opacity:0;-webkit-transform:translate3d(0, -50px, 0);transform:translate3d(0, -50px, 0)}.s-banner[aria-hidden="false"]{visibility:visible;opacity:1;-webkit-transform:translate3d(0, 49px, 0);transform:translate3d(0, 49px, 0)}.s-banner.is-pinned{z-index:calc(var(--zi-navigation-fixed) + 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.s-banner.s-banner__important{border-color:transparent;color:var(--white)}.s-banner--container{position:relative;width:100%;max-width:calc(var(--s-step) * 10);margin:0 auto}.s-btn{position:relative;display:inline-block;padding:.8em;color:var(--theme-button-color);border:1px solid transparent;border-radius:var(--br-sm);background-color:transparent;outline:none;font-family:inherit;font-size:var(--fs-body1);font-weight:normal;line-height:var(--lh-sm);text-align:center;text-decoration:none;cursor:pointer;user-select:none}body.theme-highcontrast .s-btn{border-color:currentColor}body.theme-highcontrast .s-btn:not(.s-btn__link):not(.s-btn__unset){text-decoration:none}button .s-btn,button[type="submit"] .s-btn,button[type="reset"] .s-btn{-webkit-appearance:button}.s-btn.grid{display:flex}.s-btn:hover,.s-btn:focus,.s-btn:active{color:var(--theme-button-hover-color);background:var(--theme-button-hover-background-color);text-decoration:none}.s-btn:active{background:var(--theme-button-active-background-color)}.s-btn:focus{outline:none;box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}.s-btn[disabled]{opacity:.5;pointer-events:none;box-shadow:none !important}.s-btn.is-selected{color:var(--theme-button-selected-color);background:var(--theme-button-selected-background-color);box-shadow:none}.s-btn.is-selected:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}.s-btn.s-btn__dropdown{padding-right:2em}.s-btn.s-btn__dropdown:after{content:"";position:absolute;z-index:var(--zi-active);top:calc(50% - 2px);right:.8em;border-style:solid;border-width:var(--su-static4);border-top-width:var(--su-static4);border-bottom-width:0;border-color:currentColor transparent;pointer-events:none}.s-btn.s-btn__xs{padding:.6em;font-size:var(--fs-fine)}.s-btn.s-btn__xs.s-btn__dropdown{padding-right:1.5em}.s-btn.s-btn__xs.s-btn__dropdown:after{top:calc(50% - 2px);right:.6em;border-width:calc(var(--su-static4) - var(--su-static1));border-top-width:calc(var(--su-static4) - var(--su-static1));border-bottom-width:0}.s-btn.s-btn__sm{font-size:var(--fs-caption)}.s-btn.s-btn__sm.s-btn__dropdown{padding-right:2.05em}.s-btn.s-btn__md{padding:.7em;border-radius:calc(var(--br-sm) + 1px);font-size:var(--fs-body3)}.s-btn.s-btn__md.s-btn__dropdown{padding-right:1.8em}.s-btn.s-btn__md.s-btn__dropdown:after{top:calc(50% - 2px);right:.7em;border-width:calc(var(--su-static4) + var(--su-static1));border-top-width:calc(var(--su-static4) + var(--su-static1));border-bottom-width:0}.s-btn .s-btn--badge{opacity:.5;display:inline-block;border-radius:var(--br-sm);padding:var(--su2) calc(var(--su4) - var(--su1));font-size:var(--fs-caption);line-height:var(--lh-xs);background-color:currentColor}body.theme-highcontrast .s-btn .s-btn--badge{opacity:.8}.s-btn .s-btn--number{color:var(--white)}@media (prefers-color-scheme:dark){body.theme-system .s-btn__primary:not(.is-selected) .s-btn--number,body.theme-system .s-btn__danger.s-btn__filled:not(.is-selected) .s-btn--number{color:var(--white)}}body.theme-dark .s-btn__primary:not(.is-selected) .s-btn--number,body.theme-dark .s-btn__danger.s-btn__filled:not(.is-selected) .s-btn--number,.theme-dark__forced .s-btn__primary:not(.is-selected) .s-btn--number,.theme-dark__forced .s-btn__danger.s-btn__filled:not(.is-selected) .s-btn--number,body.theme-system .theme-dark__forced .s-btn__primary:not(.is-selected) .s-btn--number,body.theme-system .theme-dark__forced .s-btn__danger.s-btn__filled:not(.is-selected) .s-btn--number{color:var(--white)}body.theme-highcontrast .s-btn__primary:not(.is-selected) .s-btn--number,body.theme-highcontrast .s-btn__danger.s-btn__filled:not(.is-selected) .s-btn--number{color:var(--black)}.s-btn__outlined{border-color:var(--theme-button-outlined-border-color)}.s-btn__outlined.is-selected{border-color:var(--theme-button-outlined-selected-border-color)}.s-btn__filled{color:var(--theme-button-filled-color);background-color:var(--theme-button-filled-background-color);border-color:var(--theme-button-filled-border-color);box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,0.7)}@media (prefers-color-scheme:dark){body.theme-system .s-btn__filled{box-shadow:none}}body.theme-dark .s-btn__filled,.theme-dark__forced .s-btn__filled,body.theme-system .theme-dark__forced .s-btn__filled{box-shadow:none}.s-btn__filled:hover,.s-btn__filled:focus,.s-btn__filled:active{color:var(--theme-button-filled-hover-color);background-color:var(--theme-button-filled-hover-background-color)}.s-btn__filled:active{background-color:var(--theme-button-filled-active-background-color);border-color:var(--theme-button-filled-active-border-color);box-shadow:none}body.theme-highcontrast .s-btn__filled:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}.s-btn__filled.is-selected{color:var(--theme-button-filled-selected-color);background-color:var(--theme-button-filled-selected-background-color);border-color:var(--theme-button-filled-selected-border-color);box-shadow:none}.s-btn__muted{color:var(--black-500)}body.theme-highcontrast .s-btn__muted.s-btn__filled{border-color:transparent}.s-btn__muted:hover,.s-btn__muted:focus,.s-btn__muted:active{color:var(--black-600);background-color:var(--black-025)}.s-btn__muted:active{background:var(--black-050)}.s-btn__muted:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-btn__muted.is-selected{color:var(--black-700);background-color:var(--black-075)}.s-btn__muted.is-selected:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-btn__muted.s-btn__outlined{border-color:var(--black-300)}.s-btn__muted.s-btn__outlined.is-selected{border-color:var(--black-400)}.s-btn__muted.s-btn__filled{color:var(--black-700);background-color:var(--black-100);border-color:transparent;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,0.4)}@media (prefers-color-scheme:dark){body.theme-system .s-btn__muted.s-btn__filled{box-shadow:none}}body.theme-dark .s-btn__muted.s-btn__filled,.theme-dark__forced .s-btn__muted.s-btn__filled,body.theme-system .theme-dark__forced .s-btn__muted.s-btn__filled{box-shadow:none}body.theme-highcontrast .s-btn__muted.s-btn__filled{background-color:var(--black-400);border-color:transparent;color:var(--white)}body.theme-highcontrast .s-btn__muted.s-btn__filled .s-btn--number{color:var(--black)}.s-btn__muted.s-btn__filled:hover,.s-btn__muted.s-btn__filled:focus,.s-btn__muted.s-btn__filled:active{color:var(--black-700);background-color:var(--black-150)}.s-btn__muted.s-btn__filled:active{background-color:var(--black-200);box-shadow:none}.s-btn__muted.s-btn__filled:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}body.theme-highcontrast .s-btn__muted.s-btn__filled:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-btn__muted.s-btn__filled.is-selected{color:var(--black-800);background-color:var(--black-350);box-shadow:none}body.theme-highcontrast .s-btn__muted.s-btn__filled.is-selected{background-color:var(--black-700)}body.theme-highcontrast .s-btn__muted.s-btn__filled.is-selected .s-btn--number{color:var(--black)}.s-btn__muted.s-btn__filled.is-selected:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-btn__danger{color:var(--red-600)}body.theme-highcontrast .s-btn__danger.s-btn__filled{border-color:transparent}.s-btn__danger:hover,.s-btn__danger:focus,.s-btn__danger:active{color:var(--red-700);background-color:var(--red-050)}.s-btn__danger:active{background-color:var(--red-100)}.s-btn__danger:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-error)}body.theme-highcontrast .s-btn__danger:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-error)}.s-btn__danger.is-selected{color:var(--red-900);background-color:var(--red-200)}.s-btn__danger.is-selected:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-error)}.s-btn__danger.s-btn__outlined{border-color:var(--red-500)}.s-btn__danger.s-btn__outlined.is-selected{border-color:var(--red-600)}.s-btn__danger.s-btn__filled{color:hsl(0,0%,100%);background-color:var(--red-500);border-color:transparent;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,0.4)}@media (prefers-color-scheme:dark){body.theme-system .s-btn__danger.s-btn__filled{box-shadow:none}}body.theme-dark .s-btn__danger.s-btn__filled,.theme-dark__forced .s-btn__danger.s-btn__filled,body.theme-system .theme-dark__forced .s-btn__danger.s-btn__filled{box-shadow:none}body.theme-highcontrast .s-btn__danger.s-btn__filled{color:var(--white)}body.theme-highcontrast .s-btn__danger.s-btn__filled:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-error)}body.theme-highcontrast .s-btn__danger.s-btn__filled .s-btn--number{color:var(--black)}.s-btn__danger.s-btn__filled:hover,.s-btn__danger.s-btn__filled:focus,.s-btn__danger.s-btn__filled:active{color:hsl(0,0%,100%);background-color:var(--red-600)}.s-btn__danger.s-btn__filled:active{background-color:var(--red-700);box-shadow:none}.s-btn__danger.s-btn__filled:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-error)}.s-btn__danger.s-btn__filled.is-selected{color:var(--white);background-color:var(--red-800);box-shadow:none}.s-btn__danger.s-btn__filled.is-selected:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-error)}body.theme-highcontrast .s-btn__danger.s-btn__filled.is-selected .s-btn--number{color:var(--black)}.s-btn__danger.s-btn__filled .s-btn--number{color:var(--black-900)}.s-btn__primary{color:var(--theme-button-primary-color);background-color:var(--theme-button-primary-background-color);box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,0.4)}@media (prefers-color-scheme:dark){body.theme-system .s-btn__primary{box-shadow:none}body.theme-system .s-btn__primary:not(.is-selected){color:var(--black)}}body.theme-dark .s-btn__primary,.theme-dark__forced .s-btn__primary,body.theme-system .theme-dark__forced .s-btn__primary{box-shadow:none}body.theme-dark .s-btn__primary:not(.is-selected),.theme-dark__forced .s-btn__primary:not(.is-selected),body.theme-system .theme-dark__forced .s-btn__primary:not(.is-selected){color:var(--black)}body.theme-highcontrast .s-btn__primary:not(.is-selected){border-color:transparent;color:var(--white)}.theme-light__forced .s-btn__primary,body.theme-system .theme-light__forced .s-btn__primary,body.theme-dark .theme-light__forced .s-btn__primary{box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,0.4)}.theme-light__forced .s-btn__primary:not(.is-selected),body.theme-system .theme-light__forced .s-btn__primary:not(.is-selected),body.theme-dark .theme-light__forced .s-btn__primary:not(.is-selected){color:var(--white)}.s-btn__primary:hover,.s-btn__primary:focus,.s-btn__primary:active{color:var(--theme-button-primary-hover-color);background-color:var(--theme-button-primary-hover-background-color)}.s-btn__primary:active{background-color:var(--theme-button-primary-active-background-color);box-shadow:none}body.theme-highcontrast .s-btn__primary:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring)}.s-btn__primary.is-selected{color:var(--theme-button-primary-selected-color);background-color:var(--theme-button-primary-selected-background-color)}.s-btn__primary .s-btn--number{color:var(--theme-button-primary-number-color)}.s-btn__google{border-color:var(--bc-medium);background-color:var(--white);color:var(--black-700)}.s-btn__google:hover,.s-btn__google:focus{border-color:var(--bc-darker);background-color:var(--black-025);color:var(--black-800)}.s-btn__google:active{background-color:var(--black-050);color:var(--black-900)}.s-btn__google:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-btn__facebook{border-color:transparent;background-color:#385499;color:#fff}body.theme-highcontrast .s-btn__facebook{border-color:transparent}.s-btn__facebook:hover,.s-btn__facebook:focus{background-color:#314a86;color:#fff}.s-btn__facebook:active{background-color:#2a4074;color:#fff}.s-btn__github{background-color:var(--black-750);color:var(--white)}body.theme-highcontrast .s-btn__github{border-color:transparent}.s-btn__github:hover,.s-btn__github:focus{background-color:var(--black-800);color:var(--white)}.s-btn__github:active{background-color:var(--black-900);color:var(--white)}.s-btn__github:focus{box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-btn__unset,.s-btn__unset:hover,.s-btn__unset:active,.s-btn__unset:focus{padding:0;border:none;outline:none;font:unset;border-radius:0;color:unset;background:none;box-shadow:none;cursor:default;user-select:auto}.s-btn__link{display:inline;padding:0;border:none;border-radius:0;outline:none;font:inherit;background:none;box-shadow:none;text-align:inherit;text-decoration:none;color:var(--theme-link-color);cursor:pointer;user-select:auto}body.theme-highcontrast .s-btn__link{text-decoration:underline}.s-btn__link.s-link__visited:visited{color:var(--theme-link-color-visited)}.s-btn__link:hover,.s-btn__link.s-link__visited:hover,.s-btn__link:active,.s-btn__link.s-link__visited:active{color:var(--theme-link-color-hover)}.s-btn__link.s-link__grayscale{color:var(--black-800)}.s-btn__link.s-link__grayscale.s-link__visited:visited{color:var(--black-700)}.s-btn__link.s-link__grayscale:hover,.s-btn__link.s-link__grayscale.s-link__visited:hover,.s-btn__link.s-link__grayscale:active,.s-btn__link.s-link__grayscale.s-link__visited:active{color:var(--black-900)}.s-btn__link.s-link__muted{color:var(--black-500)}.s-btn__link.s-link__muted.s-link__visited:visited{color:var(--black-700)}.s-btn__link.s-link__muted:hover,.s-btn__link.s-link__muted.s-link__visited:hover,.s-btn__link.s-link__muted:active,.s-btn__link.s-link__muted.s-link__visited:active{color:var(--black-600)}.s-btn__link.s-link__danger{color:var(--red-500)}.s-btn__link.s-link__danger.s-link__visited:visited{color:var(--red-600)}.s-btn__link.s-link__danger:hover,.s-btn__link.s-link__danger.s-link__visited:hover,.s-btn__link.s-link__danger:active,.s-btn__link.s-link__danger.s-link__visited:active{color:var(--red-400)}.s-btn__link.s-link__inherit{color:inherit !important}.s-btn__link.s-link__inherit:hover,.s-btn__link.s-link__inherit:active,.s-btn__link.s-link__inherit.s-link__visited:visited{color:inherit !important}.s-btn__link.s-link__underlined{text-decoration:underline !important}.s-btn__link.s-link__dropdown{position:relative;padding-right:.9em}.s-btn__link.s-link__dropdown:after{content:"";position:absolute;z-index:var(--zi-active);top:calc(50% - 2px);right:0;border-style:solid;border-width:var(--su-static4);border-top-width:var(--su-static4);border-bottom-width:0;border-color:currentColor transparent;pointer-events:none}.s-btn__link:hover,.s-btn__link:active,.s-btn__link:focus,.s-btn__link[disabled]{background:none;box-shadow:none}.s-btn__link.s-btn__dropdown{padding-right:.9em}.s-btn__link.s-btn__dropdown:after{right:0}.s-btn__icon .svg-icon{vertical-align:baseline;margin-top:-0.3em;margin-bottom:-0.3em;transition:opacity 200ms var(--te-smooth)}.s-btn.is-loading{padding-left:2.2em}.s-btn.is-loading:before{content:"";position:absolute;opacity:.3;left:.6em;top:calc(50% - .6em);width:1.23076923em;height:1.23076923em;border-width:2px;border-style:solid;border-color:currentColor;border-radius:var(--br-circle)}.s-btn.is-loading:after{content:"";position:absolute;left:.6em;top:calc(50% - .6em);width:1.23076923em;height:1.23076923em;border-width:2px;border-style:solid;border-color:transparent;border-left-color:currentColor;border-radius:var(--br-circle);animation:s-spinner-rotate .9s infinite cubic-bezier(.5, .1, .5, .9);filter:invert(0);transform-origin:50% 50% 1px}.s-btn.is-loading .svg-icon:first-child{margin-left:-23px;opacity:0}a,.s-link{text-decoration:none;color:var(--theme-link-color);cursor:pointer;user-select:auto}body.theme-highcontrast a,body.theme-highcontrast .s-link{text-decoration:underline}a.s-link__visited:visited,.s-link.s-link__visited:visited{color:var(--theme-link-color-visited)}a:hover,.s-link:hover,a.s-link__visited:hover,.s-link.s-link__visited:hover,a:active,.s-link:active,a.s-link__visited:active,.s-link.s-link__visited:active{color:var(--theme-link-color-hover)}a.s-link__grayscale,.s-link.s-link__grayscale{color:var(--black-800)}a.s-link__grayscale.s-link__visited:visited,.s-link.s-link__grayscale.s-link__visited:visited{color:var(--black-700)}a.s-link__grayscale:hover,.s-link.s-link__grayscale:hover,a.s-link__grayscale.s-link__visited:hover,.s-link.s-link__grayscale.s-link__visited:hover,a.s-link__grayscale:active,.s-link.s-link__grayscale:active,a.s-link__grayscale.s-link__visited:active,.s-link.s-link__grayscale.s-link__visited:active{color:var(--black-900)}a.s-link__muted,.s-link.s-link__muted{color:var(--black-500)}a.s-link__muted.s-link__visited:visited,.s-link.s-link__muted.s-link__visited:visited{color:var(--black-700)}a.s-link__muted:hover,.s-link.s-link__muted:hover,a.s-link__muted.s-link__visited:hover,.s-link.s-link__muted.s-link__visited:hover,a.s-link__muted:active,.s-link.s-link__muted:active,a.s-link__muted.s-link__visited:active,.s-link.s-link__muted.s-link__visited:active{color:var(--black-600)}a.s-link__danger,.s-link.s-link__danger{color:var(--red-500)}a.s-link__danger.s-link__visited:visited,.s-link.s-link__danger.s-link__visited:visited{color:var(--red-600)}a.s-link__danger:hover,.s-link.s-link__danger:hover,a.s-link__danger.s-link__visited:hover,.s-link.s-link__danger.s-link__visited:hover,a.s-link__danger:active,.s-link.s-link__danger:active,a.s-link__danger.s-link__visited:active,.s-link.s-link__danger.s-link__visited:active{color:var(--red-400)}a.s-link__inherit,.s-link.s-link__inherit{color:inherit !important}a.s-link__inherit:hover,.s-link.s-link__inherit:hover,a.s-link__inherit:active,.s-link.s-link__inherit:active,a.s-link__inherit.s-link__visited:visited,.s-link.s-link__inherit.s-link__visited:visited{color:inherit !important}a.s-link__underlined,.s-link.s-link__underlined{text-decoration:underline !important}a.s-link__dropdown,.s-link.s-link__dropdown{position:relative;padding-right:.9em}a.s-link__dropdown:after,.s-link.s-link__dropdown:after{content:"";position:absolute;z-index:var(--zi-active);top:calc(50% - 2px);right:0;border-style:solid;border-width:var(--su-static4);border-top-width:var(--su-static4);border-bottom-width:0;border-color:currentColor transparent;pointer-events:none}button.s-link{-webkit-appearance:none;-moz-appearance:none;background:transparent;border:0;padding:0;line-height:inherit;user-select:auto;font-family:inherit}button.s-link:focus{outline:none}.s-anchors.s-anchors__underlined a:not(.s-link),.s-anchors.s-anchors__underlined .s-btn.s-btn__link{text-decoration:underline}.s-anchors.s-anchors__default a:not(.s-link),.s-anchors .s-anchors.s-anchors__default a:not(.s-link),.s-anchors.s-anchors__default .s-btn.s-btn__link,.s-anchors .s-anchors.s-anchors__default .s-btn.s-btn__link{color:var(--theme-link-color)}.s-anchors.s-anchors__default a:not(.s-link):hover,.s-anchors .s-anchors.s-anchors__default a:not(.s-link):hover,.s-anchors.s-anchors__default .s-btn.s-btn__link:hover,.s-anchors .s-anchors.s-anchors__default .s-btn.s-btn__link:hover,.s-anchors.s-anchors__default a:not(.s-link):active,.s-anchors .s-anchors.s-anchors__default a:not(.s-link):active,.s-anchors.s-anchors__default .s-btn.s-btn__link:active,.s-anchors .s-anchors.s-anchors__default .s-btn.s-btn__link:active{color:var(--theme-link-color-hover)}.s-anchors.s-anchors__default a:not(.s-link):visited,.s-anchors .s-anchors.s-anchors__default a:not(.s-link):visited,.s-anchors.s-anchors__default .s-btn.s-btn__link:visited,.s-anchors .s-anchors.s-anchors__default .s-btn.s-btn__link:visited{color:var(--theme-link-color)}.s-anchors.s-anchors__default a:not(.s-link):visited:hover,.s-anchors .s-anchors.s-anchors__default a:not(.s-link):visited:hover,.s-anchors.s-anchors__default .s-btn.s-btn__link:visited:hover,.s-anchors .s-anchors.s-anchors__default .s-btn.s-btn__link:visited:hover,.s-anchors.s-anchors__default a:not(.s-link):visited:active,.s-anchors .s-anchors.s-anchors__default a:not(.s-link):visited:active,.s-anchors.s-anchors__default .s-btn.s-btn__link:visited:active,.s-anchors .s-anchors.s-anchors__default .s-btn.s-btn__link:visited:active{color:var(--theme-link-color-hover)}.s-anchors.s-anchors__grayscale a:not(.s-link),.s-anchors .s-anchors.s-anchors__grayscale a:not(.s-link),.s-anchors.s-anchors__grayscale .s-btn.s-btn__link,.s-anchors .s-anchors.s-anchors__grayscale .s-btn.s-btn__link{color:var(--black-700)}.s-anchors.s-anchors__grayscale a:not(.s-link):hover,.s-anchors .s-anchors.s-anchors__grayscale a:not(.s-link):hover,.s-anchors.s-anchors__grayscale .s-btn.s-btn__link:hover,.s-anchors .s-anchors.s-anchors__grayscale .s-btn.s-btn__link:hover,.s-anchors.s-anchors__grayscale a:not(.s-link):active,.s-anchors .s-anchors.s-anchors__grayscale a:not(.s-link):active,.s-anchors.s-anchors__grayscale .s-btn.s-btn__link:active,.s-anchors .s-anchors.s-anchors__grayscale .s-btn.s-btn__link:active{color:var(--black-600)}.s-anchors.s-anchors__grayscale a:not(.s-link):visited,.s-anchors .s-anchors.s-anchors__grayscale a:not(.s-link):visited,.s-anchors.s-anchors__grayscale .s-btn.s-btn__link:visited,.s-anchors .s-anchors.s-anchors__grayscale .s-btn.s-btn__link:visited{color:var(--black-700)}.s-anchors.s-anchors__grayscale a:not(.s-link):visited:hover,.s-anchors .s-anchors.s-anchors__grayscale a:not(.s-link):visited:hover,.s-anchors.s-anchors__grayscale .s-btn.s-btn__link:visited:hover,.s-anchors .s-anchors.s-anchors__grayscale .s-btn.s-btn__link:visited:hover,.s-anchors.s-anchors__grayscale a:not(.s-link):visited:active,.s-anchors .s-anchors.s-anchors__grayscale a:not(.s-link):visited:active,.s-anchors.s-anchors__grayscale .s-btn.s-btn__link:visited:active,.s-anchors .s-anchors.s-anchors__grayscale .s-btn.s-btn__link:visited:active{color:var(--black-600)}.s-anchors.s-anchors__inherit a:not(.s-link),.s-anchors .s-anchors.s-anchors__inherit a:not(.s-link),.s-anchors.s-anchors__inherit .s-btn.s-btn__link,.s-anchors .s-anchors.s-anchors__inherit .s-btn.s-btn__link{color:inherit}.s-anchors.s-anchors__inherit a:not(.s-link):hover,.s-anchors .s-anchors.s-anchors__inherit a:not(.s-link):hover,.s-anchors.s-anchors__inherit .s-btn.s-btn__link:hover,.s-anchors .s-anchors.s-anchors__inherit .s-btn.s-btn__link:hover,.s-anchors.s-anchors__inherit a:not(.s-link):active,.s-anchors .s-anchors.s-anchors__inherit a:not(.s-link):active,.s-anchors.s-anchors__inherit .s-btn.s-btn__link:active,.s-anchors .s-anchors.s-anchors__inherit .s-btn.s-btn__link:active{color:inherit}.s-anchors.s-anchors__inherit a:not(.s-link):visited,.s-anchors .s-anchors.s-anchors__inherit a:not(.s-link):visited,.s-anchors.s-anchors__inherit .s-btn.s-btn__link:visited,.s-anchors .s-anchors.s-anchors__inherit .s-btn.s-btn__link:visited{color:inherit}.s-anchors.s-anchors__inherit a:not(.s-link):visited:hover,.s-anchors .s-anchors.s-anchors__inherit a:not(.s-link):visited:hover,.s-anchors.s-anchors__inherit .s-btn.s-btn__link:visited:hover,.s-anchors .s-anchors.s-anchors__inherit .s-btn.s-btn__link:visited:hover,.s-anchors.s-anchors__inherit a:not(.s-link):visited:active,.s-anchors .s-anchors.s-anchors__inherit a:not(.s-link):visited:active,.s-anchors.s-anchors__inherit .s-btn.s-btn__link:visited:active,.s-anchors .s-anchors.s-anchors__inherit .s-btn.s-btn__link:visited:active{color:inherit}.s-anchors.s-anchors__muted a:not(.s-link),.s-anchors .s-anchors.s-anchors__muted a:not(.s-link),.s-anchors.s-anchors__muted .s-btn.s-btn__link,.s-anchors .s-anchors.s-anchors__muted .s-btn.s-btn__link{color:var(--black-500)}.s-anchors.s-anchors__muted a:not(.s-link):hover,.s-anchors .s-anchors.s-anchors__muted a:not(.s-link):hover,.s-anchors.s-anchors__muted .s-btn.s-btn__link:hover,.s-anchors .s-anchors.s-anchors__muted .s-btn.s-btn__link:hover,.s-anchors.s-anchors__muted a:not(.s-link):active,.s-anchors .s-anchors.s-anchors__muted a:not(.s-link):active,.s-anchors.s-anchors__muted .s-btn.s-btn__link:active,.s-anchors .s-anchors.s-anchors__muted .s-btn.s-btn__link:active{color:var(--black-400)}.s-anchors.s-anchors__muted a:not(.s-link):visited,.s-anchors .s-anchors.s-anchors__muted a:not(.s-link):visited,.s-anchors.s-anchors__muted .s-btn.s-btn__link:visited,.s-anchors .s-anchors.s-anchors__muted .s-btn.s-btn__link:visited{color:var(--black-500)}.s-anchors.s-anchors__muted a:not(.s-link):visited:hover,.s-anchors .s-anchors.s-anchors__muted a:not(.s-link):visited:hover,.s-anchors.s-anchors__muted .s-btn.s-btn__link:visited:hover,.s-anchors .s-anchors.s-anchors__muted .s-btn.s-btn__link:visited:hover,.s-anchors.s-anchors__muted a:not(.s-link):visited:active,.s-anchors .s-anchors.s-anchors__muted a:not(.s-link):visited:active,.s-anchors.s-anchors__muted .s-btn.s-btn__link:visited:active,.s-anchors .s-anchors.s-anchors__muted .s-btn.s-btn__link:visited:active{color:var(--black-400)}.s-anchors.s-anchors__danger a:not(.s-link),.s-anchors .s-anchors.s-anchors__danger a:not(.s-link),.s-anchors.s-anchors__danger .s-btn.s-btn__link,.s-anchors .s-anchors.s-anchors__danger .s-btn.s-btn__link{color:var(--red-500)}.s-anchors.s-anchors__danger a:not(.s-link):hover,.s-anchors .s-anchors.s-anchors__danger a:not(.s-link):hover,.s-anchors.s-anchors__danger .s-btn.s-btn__link:hover,.s-anchors .s-anchors.s-anchors__danger .s-btn.s-btn__link:hover,.s-anchors.s-anchors__danger a:not(.s-link):active,.s-anchors .s-anchors.s-anchors__danger a:not(.s-link):active,.s-anchors.s-anchors__danger .s-btn.s-btn__link:active,.s-anchors .s-anchors.s-anchors__danger .s-btn.s-btn__link:active{color:var(--red-400)}.s-anchors.s-anchors__danger a:not(.s-link):visited,.s-anchors .s-anchors.s-anchors__danger a:not(.s-link):visited,.s-anchors.s-anchors__danger .s-btn.s-btn__link:visited,.s-anchors .s-anchors.s-anchors__danger .s-btn.s-btn__link:visited{color:var(--red-500)}.s-anchors.s-anchors__danger a:not(.s-link):visited:hover,.s-anchors .s-anchors.s-anchors__danger a:not(.s-link):visited:hover,.s-anchors.s-anchors__danger .s-btn.s-btn__link:visited:hover,.s-anchors .s-anchors.s-anchors__danger .s-btn.s-btn__link:visited:hover,.s-anchors.s-anchors__danger a:not(.s-link):visited:active,.s-anchors .s-anchors.s-anchors__danger a:not(.s-link):visited:active,.s-anchors.s-anchors__danger .s-btn.s-btn__link:visited:active,.s-anchors .s-anchors.s-anchors__danger .s-btn.s-btn__link:visited:active{color:var(--red-400)}.s-block-link{display:block;width:100%;color:var(--black-600);padding:var(--su6) var(--su12);cursor:pointer;border:none;background:transparent;border-radius:0;text-align:left;line-height:inherit;font-family:inherit}.s-block-link:hover,.s-block-link:active{color:var(--black-800)}.s-block-link:focus:not(:focus-visible){outline:none;box-shadow:none}.s-block-link:focus-visible{outline:none;box-shadow:0 0 0 var(--su-static4) var(--focus-ring-muted)}.s-block-link.is-selected{color:var(--black-800);font-weight:bold;background-color:var(--black-050)}@media (prefers-color-scheme:dark){body.theme-system .s-block-link.is-selected{background-color:var(--black-025)}}body.theme-dark .s-block-link.is-selected,.theme-dark__forced .s-block-link.is-selected,body.theme-system .theme-dark__forced .s-block-link.is-selected{background-color:var(--black-025)}.s-block-link.is-selected.s-block-link__right{box-shadow:inset -3px 0 0 var(--theme-primary-color)}.s-block-link.is-selected.s-block-link__left{box-shadow:inset 3px 0 0 var(--theme-primary-color)}.s-block-link.s-block-link__danger{color:var(--red-500)}.s-block-link.s-block-link__danger:hover,.s-block-link.s-block-link__danger:active{color:var(--red-700)}.s-link-preview{border:1px solid var(--bc-medium);border-radius:var(--br-sm);text-align:left;box-shadow:var(--bs-sm)}.s-link-preview--header{display:flex;background:var(--black-025);border-top-left-radius:var(--br-sm);border-top-right-radius:var(--br-sm);border-bottom:1px solid var(--bc-medium);padding:var(--su12) var(--su8)}.s-link-preview--icon{margin-right:var(--su8);color:var(--black-800)}.s-link-preview--title{font-size:var(--fs-body3);font-weight:bold;color:var(--black-900)}a.s-link-preview--title{text-decoration:none;color:var(--theme-link-color);cursor:pointer}a.s-link-preview--title.s-link__visited:visited{color:var(--theme-link-color);text-decoration:none}body.theme-highcontrast a.s-link-preview--title.s-link__visited:visited{text-decoration:underline}a.s-link-preview--title:hover,a.s-link-preview--title.s-link__visited:hover,a.s-link-preview--title:active,a.s-link-preview--title.s-link__visited:active{color:var(--theme-link-color-hover);text-decoration:none}body.theme-highcontrast a.s-link-preview--title:hover,body.theme-highcontrast a.s-link-preview--title.s-link__visited:hover,body.theme-highcontrast a.s-link-preview--title:active,body.theme-highcontrast a.s-link-preview--title.s-link__visited:active{text-decoration:underline}.s-link-preview--details{font-size:var(--fs-caption);color:var(--black-500);margin-top:var(--su2)}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .s-link-preview--details{margin-top:var(--su4)}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .s-link-preview--details{margin-top:var(--su4)}}.s-link-preview--body{padding:var(--su12);font-size:var(--fs-body2)}.s-link-preview--body *:last-child{margin-bottom:0}.s-link-preview--code pre{border-radius:0 !important;margin:0;max-height:400px}.s-link-preview--footer{display:flex;justify-content:space-between;background:var(--black-025);border-bottom-left-radius:var(--br-sm);border-bottom-right-radius:var(--br-sm);border-top:1px solid var(--bc-medium);padding:var(--su12);font-size:var(--fs-caption)}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .s-link-preview--footer{flex-direction:column}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .s-link-preview--footer{flex-direction:column}}.s-link-preview--url{overflow:hidden;max-width:100%;text-overflow:ellipsis !important;white-space:nowrap}.s-link-preview--misc{color:var(--black-500);padding-left:var(--su4)}@media (max-width:640px){html.html__responsive:not(.html__unpinned-leftnav) .s-link-preview--misc{padding-left:0;padding-top:var(--su2)}}@media (max-width:640px){html.html__responsive.html__unpinned-leftnav .s-link-preview--misc{padding-left:0;padding-top:var(--su2)}}.s-link-preview--details a,.s-link-preview--footer a{text-decoration:none;cursor:pointer;color:var(--black-500)}.s-link-preview--details a:visited,.s-link-preview--footer a:visited{color:var(--black-700)}.s-link-preview--details a:hover,.s-link-preview--footer a:hover,.s-link-preview--details a:active,.s-link-preview--footer a:active,.s-link-preview--details a:focus,.s-link-preview--footer a:focus{color:var(--black-600)}.s-notice{padding:var(--su16);border:1px solid transparent;border-radius:var(--br-sm);color:var(--fc-medium);font-size:var(--fs-body1)}.s-toast .s-notice{max-width:44rem;width:100%;padding-top:var(--su8);padding-bottom:var(--su8);box-shadow:var(--bs-sm);pointer-events:all}.s-notice .s-notice--btn{color:var(--fc-dark);padding:var(--su8)}.s-notice__info,.s-banner__info{border-color:var(--theme-secondary-150);background-color:var(--theme-secondary-050)}.s-notice__info.s-notice__important,.s-banner__info.s-notice__important,.s-notice__info.s-banner__important,.s-banner__info.s-banner__important{background-color:var(--theme-secondary-400)}.s-notice__info .s-notice--btn:focus,.s-banner__info .s-notice--btn:focus,.s-notice__info .s-notice--btn:hover,.s-banner__info .s-notice--btn:hover{background-color:var(--theme-secondary-300)}.s-notice__info .s-notice--btn:active,.s-banner__info .s-notice--btn:active{background-color:var(--theme-secondary-400)}.s-notice__info code,.s-banner__info code{background-color:var(--theme-secondary-150)}.s-notice__success,.s-banner__success{border-color:var(--green-200);background-color:var(--green-050)}body.theme-highcontrast .s-notice__success,body.theme-highcontrast .s-banner__success{background-color:var(--green-200);border-color:var(--green-400)}.s-notice__success.s-notice__important,.s-banner__success.s-notice__important,.s-notice__success.s-banner__important,.s-banner__success.s-banner__important{background-color:var(--green-400);color:var(--black-900)}body.theme-highcontrast .s-notice__success.s-notice__important,body.theme-highcontrast .s-banner__success.s-notice__important,body.theme-highcontrast .s-notice__success.s-banner__important,body.theme-highcontrast .s-banner__success.s-banner__important{background-color:var(--green-500);color:var(--white);border-color:transparent}.s-notice__success .s-notice--btn:focus,.s-banner__success .s-notice--btn:focus,.s-notice__success .s-notice--btn:hover,.s-banner__success .s-notice--btn:hover{background-color:var(--green-100)}.s-notice__success .s-notice--btn:active,.s-banner__success .s-notice--btn:active{background-color:var(--green-200)}.s-notice__warning,.s-banner__warning{border-color:var(--yellow-300);background-color:var(--yellow-050)}body.theme-highcontrast .s-notice__warning,body.theme-highcontrast .s-banner__warning{background-color:var(--yellow-200);border-color:var(--yellow-700)}.s-notice__warning.s-notice__important,.s-banner__warning.s-notice__important,.s-notice__warning.s-banner__important,.s-banner__warning.s-banner__important{background-color:var(--yellow-400);color:var(--black-900)}body.theme-highcontrast .s-notice__warning.s-notice__important,body.theme-highcontrast .s-banner__warning.s-notice__important,body.theme-highcontrast .s-notice__warning.s-banner__important,body.theme-highcontrast .s-banner__warning.s-banner__important{background-color:var(--yellow-500);color:var(--white);border-color:transparent}.s-notice__warning .s-notice--btn:focus,.s-banner__warning .s-notice--btn:focus,.s-notice__warning .s-notice--btn:hover,.s-banner__warning .s-notice--btn:hover{background-color:var(--yellow-200)}.s-notice__warning .s-notice--btn:active,.s-banner__warning .s-notice--btn:active{background-color:var(--yellow-300)}.s-notice__warning code,.s-banner__warning code{background-color:var(--yellow-200)}.s-notice__danger,.s-banner__danger{border-color:var(--red-200);background-color:var(--red-050)}body.theme-highcontrast .s-notice__danger,body.theme-highcontrast .s-banner__danger{background-color:var(--red-200);border-color:var(--red-500)}body.theme-highcontrast .s-notice__danger.s-notice__important,body.theme-highcontrast .s-banner__danger.s-notice__important,body.theme-highcontrast .s-notice__danger.s-banner__important,body.theme-highcontrast .s-banner__danger.s-banner__important{background-color:var(--red-500)}.s-notice__danger.s-notice__important,.s-banner__danger.s-notice__important,.s-notice__danger.s-banner__important,.s-banner__danger.s-banner__important{background-color:var(--red-400)}.s-notice__danger .s-notice--btn:focus,.s-banner__danger .s-notice--btn:focus,.s-notice__danger .s-notice--btn:hover,.s-banner__danger .s-notice--btn:hover{background-color:var(--red-100)}.s-notice__danger .s-notice--btn:active,.s-banner__danger .s-notice--btn:active{background-color:var(--red-200)}.s-notice__important{border-color:transparent;background-color:var(--black-700);color:var(--white)}@media (prefers-color-scheme:dark){body.theme-system .s-notice__info,body.theme-system .s-notice__success,body.theme-system .s-notice__warning,body.theme-system .s-notice__danger{border-color:transparent}}body.theme-dark .s-notice__info,body.theme-dark .s-notice__success,body.theme-dark .s-notice__warning,body.theme-dark .s-notice__danger,.theme-dark__forced .s-notice__info,.theme-dark__forced .s-notice__success,.theme-dark__forced .s-notice__warning,.theme-dark__forced .s-notice__danger,body.theme-system .theme-dark__forced .s-notice__info,body.theme-system .theme-dark__forced .s-notice__success,body.theme-system .theme-dark__forced .s-notice__warning,body.theme-system .theme-dark__forced .s-notice__danger{border-color:transparent}body.theme-highcontrast .s-notice__info,body.theme-highcontrast .s-notice__success,body.theme-highcontrast .s-notice__warning,body.theme-highcontrast .s-notice__danger{border-color:currentColor}.s-toast{visibility:hidden;position:fixed;display:flex;justify-content:center;top:var(--su16);left:var(--su8);right:var(--su8);opacity:0;z-index:calc(var(--zi-modals) + 1);transform:translate3d(0, -66px, 0);transition:transform 100ms var(--te-smooth-slow) 0s,opacity 60ms var(--te-smooth-slow) 0ms,visibility 0s 150ms;pointer-events:none}.s-toast[aria-hidden="false"]{visibility:visible;opacity:1;transform:translate3d(0, 0, 0);transition:visibility 0s 0s,opacity 100ms var(--te-smooth) 0s,transform 100ms var(--te-smooth) 0s}@media (prefers-reduced-motion){.s-toast{transform:none}}.s-tag{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding-left:var(--su4);padding-right:var(--su4);border-style:solid;border-width:1px;border-radius:var(--br-sm);font-size:var(--fs-caption);line-height:1.84615385;text-decoration:none;vertical-align:middle;white-space:nowrap;border-color:var(--theme-tag-border-color);background-color:var(--theme-tag-background-color);color:var(--theme-tag-color)}body.theme-highcontrast .s-tag{border-color:currentColor}.s-tag .s-tag--dismiss{color:inherit;background-color:transparent}.s-tag .s-tag--dismiss:hover{color:var(--theme-tag-background-color);background-color:var(--theme-tag-color)}body.theme-highcontrast .s-tag .s-tag--dismiss:hover{color:var(--white)}body.theme-highcontrast .s-tag{text-decoration:none}.s-tag.is-selected{border-color:transparent;background-color:var(--theme-secondary-200);color:var(--theme-secondary-900)}body.theme-highcontrast .s-tag.is-selected{border-color:currentColor}.s-tag.s-tag__xs{font-size:var(--fs-fine);line-height:1.4;padding-left:var(--su2);padding-right:var(--su2)}.s-tag.s-tag__sm{font-size:var(--fs-caption);line-height:1.5}.s-tag.s-tag__md{padding-left:var(--su6);padding-right:var(--su6);font-size:var(--fs-body2);line-height:1.73333333}.s-tag.s-tag__lg{padding-left:var(--su6);padding-right:var(--su6);border-radius:calc(var(--br-sm) + 1px);font-size:var(--fs-subheading);line-height:1.68421053}a.s-tag:not(.is-selected):hover,a.s-tag:not(.is-selected):focus,a.s-tag:not(.is-selected):active{border-color:var(--theme-tag-hover-border-color);background-color:var(--theme-tag-hover-background-color);color:var(--theme-tag-hover-color)}body.theme-highcontrast a.s-tag:not(.is-selected):hover,body.theme-highcontrast a.s-tag:not(.is-selected):focus,body.theme-highcontrast a.s-tag:not(.is-selected):active{border-color:currentColor}.s-tag--dismiss{display:flex;align-content:center;align-self:center;justify-content:center;width:var(--su-static16);height:var(--su-static16);margin-left:var(--su4);padding:var(--su1);border-radius:var(--br-sm);cursor:pointer}.s-tag--dismiss:hover{color:var(--white)}.s-tag--sponsor{display:inline-flex;align-self:center;margin:calc(var(--su1) * -1) var(--su4) calc(var(--su2) * -1) calc(var(--su2) * -1);max-width:calc(var(--su-static16) + var(--su-static2));border-radius:calc(var(--br-sm) - 1px)}.s-tag--sponsor .svg-icon,.s-tag--sponsor img{width:100%;height:100%}.s-tag__required{border-color:var(--bc-darker);background-color:var(--black-075);color:var(--black-700)}body.theme-highcontrast .s-tag__required{border-color:currentColor}.s-tag__required .s-tag--dismiss{color:inherit;background-color:transparent}.s-tag__required .s-tag--dismiss:hover{color:var(--black-075);background-color:var(--black-700)}body.theme-highcontrast .s-tag__required .s-tag--dismiss:hover{color:var(--white)}.s-tag__required.is-selected{border-color:var(--black-500);background-color:var(--black-200);color:var(--black-900)}body.theme-highcontrast .s-tag__required.is-selected{border-color:currentColor}a.s-tag__required:not(.is-selected):hover,a.s-tag__required:not(.is-selected):focus,a.s-tag__required:not(.is-selected):active{border-color:var(--black-300);background-color:var(--black-100);color:var(--black-800)}body.theme-highcontrast a.s-tag__required:not(.is-selected):hover,body.theme-highcontrast a.s-tag__required:not(.is-selected):focus,body.theme-highcontrast a.s-tag__required:not(.is-selected):active{border-color:currentColor}.s-tag__moderator{border-color:var(--red-200);background-color:var(--red-050);color:var(--red-800)}body.theme-highcontrast .s-tag__moderator{border-color:currentColor}.s-tag__moderator .s-tag--dismiss{color:inherit;background-color:transparent}.s-tag__moderator .s-tag--dismiss:hover{color:var(--red-050);background-color:var(--red-800)}body.theme-highcontrast .s-tag__moderator .s-tag--dismiss:hover{color:var(--white)}.s-tag__moderator.is-selected{border-color:var(--red-400);background-color:var(--red-200);color:var(--red-800)}body.theme-highcontrast .s-tag__moderator.is-selected{border-color:currentColor}a.s-tag__moderator:not(.is-selected):hover,a.s-tag__moderator:not(.is-selected):focus,a.s-tag__moderator:not(.is-selected):active{border-color:var(--red-300);background-color:var(--red-100);color:var(--red-900)}body.theme-highcontrast a.s-tag__moderator:not(.is-selected):hover,body.theme-highcontrast a.s-tag__moderator:not(.is-selected):focus,body.theme-highcontrast a.s-tag__moderator:not(.is-selected):active{border-color:currentColor}.s-tag__muted{border-color:transparent;background-color:var(--black-075);color:var(--black-700)}body.theme-highcontrast .s-tag__muted{border-color:currentColor}.s-tag__muted .s-tag--dismiss{color:inherit;background-color:transparent}.s-tag__muted .s-tag--dismiss:hover{color:var(--black-075);background-color:var(--black-700)}body.theme-highcontrast .s-tag__muted .s-tag--dismiss:hover{color:var(--white)}.s-tag__muted.is-selected{border-color:transparent;background-color:var(--black-200);color:var(--black-900)}body.theme-highcontrast .s-tag__muted.is-selected{border-color:currentColor}a.s-tag__muted:not(.is-selected):hover,a.s-tag__muted:not(.is-selected):focus,a.s-tag__muted:not(.is-selected):active{border-color:transparent;background-color:var(--black-100);color:var(--black-800)}body.theme-highcontrast a.s-tag__muted:not(.is-selected):hover,body.theme-highcontrast a.s-tag__muted:not(.is-selected):focus,body.theme-highcontrast a.s-tag__muted:not(.is-selected):active{border-color:currentColor}.s-tag__watched,.s-tag__ignored{position:relative;padding-left:22px}.s-tag__watched:before,.s-tag__ignored:before{content:"";display:block;width:14px;height:14px;margin-right:var(--su2);background-color:currentColor;position:absolute;left:4px;top:calc(50% - 7px);-webkit-mask:var(--s-tag-icon) no-repeat center;mask:var(--s-tag-icon) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.s-tag__watched{--s-tag-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M7.05 1C2.63 1 0 6.5 0 6.5S2.63 12 7.05 12C11.38 12 14 6.5 14 6.5S11.37 1 7.05 1ZM7 10.17A3.59 3.59 0 0 1 3.5 6.5 3.6 3.6 0 0 1 7 2.83c1.94 0 3.5 1.65 3.5 3.67A3.57 3.57 0 0 1 7 10.17Zm0-1.84c.97 0 1.75-.81 1.75-1.83S7.97 4.67 7 4.67s-1.75.81-1.75 1.83S6.03 8.33 7 8.33Z'/%3E%3C/svg%3E")}.s-tag__ignored{--s-tag-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.52 7.38 1.58 9.26A12.38 12.38 0 0 1 0 7s2.63-5.14 7.05-5.14c.66 0 1.28.12 1.86.32L7.44 3.6a3.48 3.48 0 0 0-3.92 3.78ZM5.3 9.99c.5.28 1.1.44 1.71.44 1.94 0 3.5-1.53 3.5-3.43 0-.62-.17-1.21-.47-1.72L8.7 6.6a1.73 1.73 0 0 1-2.08 2.07L5.29 10Zm6.23-6.19A12.7 12.7 0 0 1 14 7s-2.63 5.14-6.95 5.14A6.1 6.1 0 0 1 4 11.3L2.27 13l-1.4-1.36L11.9 1l1.23 1.2-1.6 1.6Z'/%3E%3C/svg%3E")}.s-pagination{display:flex;flex-wrap:wrap;margin-left:calc(var(--su2) * -1);margin-right:calc(var(--su2) * -1)}.s-pagination--item{margin-left:var(--su2);margin-right:var(--su2);padding:0 var(--su8);background-color:transparent;border-radius:var(--br-sm);border:1px solid var(--bc-medium);font-size:var(--fs-body1);line-height:var(--lh-xl);color:var(--fc-medium)}body.theme-highcontrast .s-pagination--item{text-decoration:none}.s-pagination--item:hover{border-color:var(--bc-darker);background-color:var(--black-100);color:var(--fc-dark)}.s-pagination--item.is-selected{border-color:transparent;background-color:var(--theme-primary-color);color:var(--white)}.s-pagination--item.s-pagination--item__clear,.s-pagination--item.s-pagination--item__clear:hover{color:inherit;border-color:transparent;background-color:transparent}.s-sidebarwidget--item[aria-current="true"]:before,.s-sidebarwidget--item>:first-child[aria-current="true"]:before,.s-sidebarwidget--item[aria-current="page"]:before,.s-sidebarwidget--item>:first-child[aria-current="page"]:before{border-left-color:var(--theme-primary-color)}.s-sidebarwidget--subnav li[aria-current="true"],.s-sidebarwidget--subnav li[aria-current="page"]{background-image:url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22?%3E%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%207%2010%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m0.72153%200.68446%204.1336%204.3077-4.1336%204.3077%22%20fill%3D%22none%22%20stroke%3D%22var%28--theme-primary-color%29%22%20stroke-width%3D%222%22/%3E%3C/svg%3E")}.row{max-width:1080px;width:100%}.row::before,.row::after{display:table;content:" "}.row::after{clear:both}.col-1{width:8.33333333%;float:left}.col-1.with-padding{padding-left:10px;padding-right:10px}.col-1.with-padding:first-child{padding-left:0}.col-1.with-padding:last-child{padding-right:0}.col-2{width:16.66666667%;float:left}.col-2.with-padding{padding-left:10px;padding-right:10px}.col-2.with-padding:first-child{padding-left:0}.col-2.with-padding:last-child{padding-right:0}.col-3{width:25%;float:left}.col-3.with-padding{padding-left:10px;padding-right:10px}.col-3.with-padding:first-child{padding-left:0}.col-3.with-padding:last-child{padding-right:0}.col-4{width:33.33333333%;float:left}.col-4.with-padding{padding-left:10px;padding-right:10px}.col-4.with-padding:first-child{padding-left:0}.col-4.with-padding:last-child{padding-right:0}.col-5{width:41.66666667%;float:left}.col-5.with-padding{padding-left:10px;padding-right:10px}.col-5.with-padding:first-child{padding-left:0}.col-5.with-padding:last-child{padding-right:0}.col-6{width:50%;float:left}.col-6.with-padding{padding-left:10px;padding-right:10px}.col-6.with-padding:first-child{padding-left:0}.col-6.with-padding:last-child{padding-right:0}.col-7{width:58.33333333%;float:left}.col-7.with-padding{padding-left:10px;padding-right:10px}.col-7.with-padding:first-child{padding-left:0}.col-7.with-padding:last-child{padding-right:0}.col-8{width:66.66666667%;float:left}.col-8.with-padding{padding-left:10px;padding-right:10px}.col-8.with-padding:first-child{padding-left:0}.col-8.with-padding:last-child{padding-right:0}.col-9{width:75%;float:left}.col-9.with-padding{padding-left:10px;padding-right:10px}.col-9.with-padding:first-child{padding-left:0}.col-9.with-padding:last-child{padding-right:0}.col-10{width:83.33333333%;float:left}.col-10.with-padding{padding-left:10px;padding-right:10px}.col-10.with-padding:first-child{padding-left:0}.col-10.with-padding:last-child{padding-right:0}.col-11{width:91.66666667%;float:left}.col-11.with-padding{padding-left:10px;padding-right:10px}.col-11.with-padding:first-child{padding-left:0}.col-11.with-padding:last-child{padding-right:0}.col-12{width:100%;float:left}.col-12.with-padding{padding-left:10px;padding-right:10px}.col-12.with-padding:first-child{padding-left:0}.col-12.with-padding:last-child{padding-right:0}.svg-icon{vertical-align:bottom}.svg-icon:not(.native) *{fill:currentColor}.icon-site,.icon-location,.icon-github,.icon-twitter,.icon-external-link,.icon-settings-off{background-image:url("../../Img/user-profile-sprite.png?v=6829b895a42c");background-image:url("../../Img/user-profile-sprite.svg?v=d88bb7069e3d"),none;display:inline-block;width:12px;height:14px;vertical-align:middle}.icon-site{background-position:0 -80px}.icon-location{background-position:0 -97px}.icon-github{background-position:0 -114px}.icon-twitter{background-position:0 -131px}.icon-settings-off{height:12px;width:11px;background-position:0 -355px}.icon-settings-off.hover:hover{background-position:0 -370px}.icon-external-link{width:14px;height:14px;background-position:-49px -369px}.input-icon{position:relative}.input-icon .svg-icon{position:absolute;top:8px;left:8px;z-index:99;pointer-events:none}.input-icon .icon{position:absolute;z-index:99;pointer-events:none;top:50%;margin-top:-7px;left:12px}.input-icon input{padding-left:30px !important}.icon-check-on,.icon-check-off,.item-select-table .item input[type="checkbox"]:checked+.check,.item-select-table .item .check{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:16px;height:16px;display:inline-block}.icon-check-off,.item-select-table .item .check{background-position:-51px -58px}.icon-check-on,.item-select-table .item input[type="checkbox"]:checked+.check{background-position:-74px -58px}.icon-check-small-on,.icon-check-small-off{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:13px;height:10px;display:inline-block}.icon-check-small-on{background-position:-51px -40px}.icon-check-small-off{background-position:-74px -40px}.icon-privacy-public,.icon-privacy-private,.icon-privacy-public-btn,.icon-privacy-private-btn{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:11px;height:11px;display:inline-block}.icon-privacy-public{background-position:-52px 0}.icon-privacy-private{background-position:-76px 0}.icon-privacy-public-btn{background-position:-52px -20px}.icon-privacy-private-btn{background-position:-76px -20px}.icon-i,.icon-i-orange{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:14px;height:14px;display:inline-block;background-position:-54px -94px}.icon-i-orange{background-position:-54px -134px;width:12px;height:12px}.icon-warning-orange,.icon-warning-label:before{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:13px;height:11px;display:inline-block}.icon-warning-orange,.icon-warning-label:before{background-position:-55px -114px}.icon-warning-label{display:inline-block;background:#faeed6;border-radius:3px;padding:2px 4px;cursor:pointer}.icon-warning-label:before{content:''}#location-home-item,.needs-visa{position:relative;padding-left:1.8em !important}#location-home-item .visa-icon,.needs-visa .visa-icon,#location-home-item .home-icon,.needs-visa .home-icon{position:absolute;left:.4em;top:50%;transform:translate(0%, -50%)}.home-icon{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:12px;height:12px;display:inline-block;background-position:-76px -132px}.visa-icon{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:12px;height:12px;display:inline-block;background-position:-76px -114px}.geo-tag .visa-icon{display:none}.geo-tag.needs-visa .visa-icon{display:inline-block}.icon-image-upload{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:20px;height:19px;display:inline-block;background-position:0 -360px}.icon-external-link{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:12px;height:10px;display:inline-block;background-position:0 -430px}.icon-play-white{background-image:url('../../Img/share-sprite-new.png?v=e1b8bd67bc12');background-image:url('../../Img/share-sprite-new.svg?v=0e11bfd41fbc'),none;width:12px;height:12px;display:inline-block;background-position:0 -258px}.btn .icon-play-white{position:relative;top:1px}.icon-print{background-image:url('../../Img/developer-story/timeline.svg?v=d0477cf4f5f4'),none;width:12px;height:11px;display:inline-block;background-position:0 -488px}.badge,.badge-tag{padding:.4em .8em .4em .4em;margin:0 3px 3px 0;color:hsl(0,0%,100%);line-height:1;text-decoration:none;white-space:nowrap;font-size:var(--fs-caption);background-color:hsl(210,8%,25%);border:1px solid transparent;display:inline-block;border-radius:4px}@media (prefers-color-scheme:dark){body.theme-system .badge,body.theme-system .badge-tag{background-color:hsl(210,8%,5%)}}body.theme-dark .badge,body.theme-dark .badge-tag,.theme-dark__forced .badge,.theme-dark__forced .badge-tag,body.theme-system .theme-dark__forced .badge,body.theme-system .theme-dark__forced .badge-tag{background-color:hsl(210,8%,5%)}.badge:hover,.badge-tag:hover{color:hsl(0,0%,100%);text-decoration:none;background-color:hsl(210,8%,5%)}@media (prefers-color-scheme:dark){body.theme-system .badge:hover,body.theme-system .badge-tag:hover{background-color:#000}}body.theme-dark .badge:hover,body.theme-dark .badge-tag:hover,.theme-dark__forced .badge:hover,.theme-dark__forced .badge-tag:hover,body.theme-system .theme-dark__forced .badge:hover,body.theme-system .theme-dark__forced .badge-tag:hover{background-color:#000}body.theme-highcontrast .badge{border-color:hsl(210,8%,5%)}.badge-tag{color:var(--black-600);background-color:var(--black-050);border-color:var(--black-100)}body.theme-highcontrast .badge-tag{border-color:currentColor}.badge-tag:hover{color:var(--black-700);background-color:var(--black-075);border-color:var(--black-150)}.badgecount{font-size:var(--fs-caption);font-weight:bold;padding-left:2px;color:var(--black-400)}.badge1,.badge2,.badge3{display:inline-block;overflow:hidden;line-height:inherit;vertical-align:text-bottom;width:14px;height:14px}.badge1{background-position:-97px -398px}.badge2{background-position:-77px -398px}.badge3{background-position:-57px -398px}select,input,button,.button,a.button:link,.btn,[class*="btn-"]{font-size:100%}input[type="text"]:not(.s-input):not(.s-textarea),input[type="password"]:not(.s-input):not(.s-textarea),input[type="number"]:not(.s-input):not(.s-textarea),input[type="email"]:not(.s-input):not(.s-textarea),input[type="url"]:not(.s-input):not(.s-textarea),input[type="search"]:not(.s-input):not(.s-textarea),input[type="tel"]:not(.s-input):not(.s-textarea),input[type="datetime"]:not(.s-input):not(.s-textarea),input[type="datetime-local"]:not(.s-input):not(.s-textarea),input[type="date"]:not(.s-input):not(.s-textarea),textarea:not(.s-input):not(.s-textarea){padding:8px 10px;font-family:var(--theme-body-font-family);font-size:var(--fs-body2);color:hsl(210,8%,25%);background:hsl(0,0%,100%);border:1px solid hsl(210,8%,80%)}input[type="text"]:not(.s-input):not(.s-textarea)[disabled],input[type="password"]:not(.s-input):not(.s-textarea)[disabled],input[type="number"]:not(.s-input):not(.s-textarea)[disabled],input[type="email"]:not(.s-input):not(.s-textarea)[disabled],input[type="url"]:not(.s-input):not(.s-textarea)[disabled],input[type="search"]:not(.s-input):not(.s-textarea)[disabled],input[type="tel"]:not(.s-input):not(.s-textarea)[disabled],input[type="datetime"]:not(.s-input):not(.s-textarea)[disabled],input[type="datetime-local"]:not(.s-input):not(.s-textarea)[disabled],input[type="date"]:not(.s-input):not(.s-textarea)[disabled],textarea:not(.s-input):not(.s-textarea)[disabled]{background:hsla(210,8%,65%,0.1);cursor:not-allowed}input[type="text"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,input[type="password"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,input[type="number"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,input[type="email"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,input[type="url"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,input[type="search"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,input[type="tel"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,input[type="datetime"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,input[type="datetime-local"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,input[type="date"]:not(.s-input):not(.s-textarea)::-webkit-input-placeholder,textarea:not(.s-input):not(.s-textarea)::-webkit-input-placeholder{color:hsl(210,8%,65%)}input[type="text"]:not(.s-input):not(.s-textarea)::-moz-placeholder,input[type="password"]:not(.s-input):not(.s-textarea)::-moz-placeholder,input[type="number"]:not(.s-input):not(.s-textarea)::-moz-placeholder,input[type="email"]:not(.s-input):not(.s-textarea)::-moz-placeholder,input[type="url"]:not(.s-input):not(.s-textarea)::-moz-placeholder,input[type="search"]:not(.s-input):not(.s-textarea)::-moz-placeholder,input[type="tel"]:not(.s-input):not(.s-textarea)::-moz-placeholder,input[type="datetime"]:not(.s-input):not(.s-textarea)::-moz-placeholder,input[type="datetime-local"]:not(.s-input):not(.s-textarea)::-moz-placeholder,input[type="date"]:not(.s-input):not(.s-textarea)::-moz-placeholder,textarea:not(.s-input):not(.s-textarea)::-moz-placeholder{color:hsl(210,8%,65%);opacity:1}input[type="text"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,input[type="password"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,input[type="number"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,input[type="email"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,input[type="url"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,input[type="search"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,input[type="tel"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,input[type="datetime"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,input[type="datetime-local"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,input[type="date"]:not(.s-input):not(.s-textarea)::-ms-input-placeholder,textarea:not(.s-input):not(.s-textarea)::-ms-input-placeholder{color:hsl(210,8%,65%)}input[type="text"]:not(.s-input):not(.s-textarea)::placeholder,input[type="password"]:not(.s-input):not(.s-textarea)::placeholder,input[type="number"]:not(.s-input):not(.s-textarea)::placeholder,input[type="email"]:not(.s-input):not(.s-textarea)::placeholder,input[type="url"]:not(.s-input):not(.s-textarea)::placeholder,input[type="search"]:not(.s-input):not(.s-textarea)::placeholder,input[type="tel"]:not(.s-input):not(.s-textarea)::placeholder,input[type="datetime"]:not(.s-input):not(.s-textarea)::placeholder,input[type="datetime-local"]:not(.s-input):not(.s-textarea)::placeholder,input[type="date"]:not(.s-input):not(.s-textarea)::placeholder,textarea:not(.s-input):not(.s-textarea)::placeholder{color:hsl(210,8%,65%)}textarea.custom-reason-text{width:600px}input{margin:5px 0}input[type="checkbox"]:not(.s-checkbox),input[type="radio"]:not(.s-radio){border:none;margin-right:5px}.form-submit{display:block;padding:10px 0 15px 0}.form-submit input:hover{cursor:pointer}.form-submit input:active{position:relative;top:1px}.privacy-wrapper{position:relative}.privacy-wrapper .privacy-checkbox{display:none;width:auto;padding:3px 6px;border-radius:3px 3px 0px 0px;position:absolute;top:-8px;right:0;font-size:var(--fs-fine);color:white;background:hsl(206,100%,52%)}.privacy-wrapper .privacy-checkbox input[type="checkbox"]{position:relative;z-index:1;margin-right:8px}.privacy-wrapper .privacy-checkbox:focus{outline:0}.privacy-wrapper .privacy-checkbox:before{content:'';display:inline-block;position:absolute;left:0;top:0;bottom:0;width:24px;background:hsl(206,100%,40%);z-index:0;border-radius:3px 0px 0px 0px}.has-error .textarea-with-counter textarea:not(:focus){border-color:hsl(358,68%,59%);border-bottom:0}.has-error .textarea-with-counter textarea:not(:focus)+.-counter{border-color:hsl(358,68%,59%)}.textarea-with-counter{margin:5px 0}.textarea-with-counter+.help-text{display:block;margin-bottom:5px !important}.textarea-with-counter textarea{margin:0 !important;border-bottom:0;display:block}.textarea-with-counter textarea:focus{border-bottom:0}.textarea-with-counter textarea:focus+.-counter{border-color:hsl(206,100%,52%)}.textarea-with-counter .-counter{display:flex;align-items:center;background:hsl(205,47%,97%);padding:4px;color:hsl(210,8%,55%);font-size:var(--fs-fine);border-bottom:1px solid hsl(210,8%,80%);border-left:1px solid hsl(210,8%,80%);border-right:1px solid hsl(210,8%,80%)}.textarea-with-counter .-counter.-fail .-dot,.textarea-with-counter .-counter.-success .-dot{display:inline-block}.textarea-with-counter .-counter.-fail .-dot{background:hsl(27,90%,70%)}.textarea-with-counter .-counter.-success{color:var(--green-400)}.textarea-with-counter .-counter.-success .-dot{background:hsl(140,40%,65%)}.textarea-with-counter .-dot{display:none;width:8px;height:8px;margin-right:4px;border-radius:50%}.label-required{display:inline-block;margin-left:2px;color:hsl(210,8%,55%)}.double-input:before,.double-input:after{content:"";display:table}.double-input:after{clear:both}.double-input input[type="text"],.double-input input[type="password"],.double-input input[type="email"],.double-input .separator{float:left;display:inline-block;width:auto;max-width:155px}.double-input .separator{background:hsl(210,8%,95%);color:hsl(210,8%,55%);font-size:var(--fs-body1);padding:8px 10px;margin:5px 0 5px 0;border-top:1px solid hsl(210,8%,80%);border-bottom:1px solid hsl(210,8%,80%);min-width:12px;text-align:center}.double-input.disabled{pointer-events:none;cursor:not-allowed;opacity:.4}.double-input.flex{display:flex;margin-bottom:18px}.double-input.flex .separator{float:none;flex-shrink:0;margin:5px 0 0 0}.double-input.flex input[type="text"],.double-input.flex input[type="password"],.double-input.flex input[type="email"]{float:none;flex-grow:1;margin-bottom:0 !important;max-width:none}.switcher{margin:5px auto 8px auto;display:inline-block;border:1px solid hsl(210,8%,90%);border-radius:3px;overflow:hidden}.switcher:before,.switcher:after{content:"";display:table}.switcher:after{clear:both}.switcher input[type="radio"]{display:none}.switcher label{background:hsl(0,0%,100%);transition:background 300ms ease;text-align:center;color:hsl(210,8%,45%);display:inline-block;padding:10px 8px;min-width:98px;float:left;cursor:pointer;border-right:1px solid hsl(210,8%,90%);margin-top:0}.switcher label:last-of-type{border-right:0}.switcher label:hover{background:#F4F8FB}.switcher input[type="radio"]:checked+label{background:#E1ECF4;color:hsl(210,8%,25%);pointer-events:none}.switcher.three-choices label{width:30.5%}.switcher.flex{display:flex;overflow:inherit}.switcher.flex label{min-width:0;flex-grow:1}.switcher.flex.three label{width:34%}.switcher.flex .informative-tooltip{width:200px}.disabled-area{opacity:.5;pointer-events:none}label.block,input.block,textarea.block{display:block;width:100%}label>input[type="checkbox"]{vertical-align:middle;margin:0 3px 3px 0}label>input[type="radio"]{margin:0 3px 4px 0}input[type="radio"],input[type="checkbox"]{vertical-align:middle}.container .chosen-container .chosen-choices{border:1px solid hsl(210,8%,80%);box-shadow:inset 0 1px 2px hsla(210,8%,5%,0.1);background:hsl(0,0%,100%)}.input-loader{position:relative}.input-loader.loading:before{content:'';position:absolute !important;top:50%;margin-top:-7px;right:7px}.f-label,label.f-label{display:inline-flex;margin:0;font-size:var(--fs-body1);line-height:var(--lh-lg);font-weight:700;color:var(--black-700);cursor:pointer}.f-label._muted,label.f-label._muted{color:var(--black-400)}.f-label._small,label.f-label._small{font-size:calc(var(--fs-body1) - 2px)}.f-label._medium,label.f-label._medium{font-size:calc(var(--fs-body1) + 4px)}.f-label._large,label.f-label._large{font-size:calc(var(--fs-body1) + 8px)}.f-label._medium,label.f-label._medium,.f-label._large,label.f-label._large{font-weight:400}.f-label .is-required,label.f-label .is-required,.f-label .is-optional,label.f-label .is-optional{display:inline-flex;align-self:flex-end;margin-bottom:var(--su2);margin-left:var(--su8);font-size:86%;font-style:italic;font-weight:400}p.is-required,span.is-required{color:hsl(358,68%,59%)}p.is-optional,span.is-optional{color:hsl(210,8%,45%)}.t-help{margin-top:var(--su6);margin-bottom:var(--su12);color:hsl(210,8%,55%);font-size:calc(var(--fs-body1) - 2px);line-height:var(--lh-md)}.t-help._medium{font-size:var(--fs-body1)}.f-input,textarea.f-input,input[type="text"].f-input,input[type="password"].f-input,input[type="number"].f-input,input[type="email"].f-input,input[type="url"].f-input,input[type="search"].f-input,input[type="tel"].f-input,input[type="datetime"].f-input{box-sizing:border-box;flex:1 auto;margin:0;padding:var(--su8) var(--su16);min-height:auto;vertical-align:middle;border:1px solid hsl(210,8%,80%);border-radius:0;box-shadow:inset 0 0 1px hsla(210,8%,60%,0.2),0 0 0 hsla(0,0%,100%,0);font-size:var(--fs-body1);line-height:var(--lh-lg);color:hsl(210,8%,25%);background-color:hsl(0,0%,100%);transition:all 600ms var(--te-smooth)}.f-input::-webkit-input-placeholder,textarea.f-input::-webkit-input-placeholder,input[type="text"].f-input::-webkit-input-placeholder,input[type="password"].f-input::-webkit-input-placeholder,input[type="number"].f-input::-webkit-input-placeholder,input[type="email"].f-input::-webkit-input-placeholder,input[type="url"].f-input::-webkit-input-placeholder,input[type="search"].f-input::-webkit-input-placeholder,input[type="tel"].f-input::-webkit-input-placeholder,input[type="datetime"].f-input::-webkit-input-placeholder{color:hsl(210,8%,80%)}.f-input::-moz-placeholder,textarea.f-input::-moz-placeholder,input[type="text"].f-input::-moz-placeholder,input[type="password"].f-input::-moz-placeholder,input[type="number"].f-input::-moz-placeholder,input[type="email"].f-input::-moz-placeholder,input[type="url"].f-input::-moz-placeholder,input[type="search"].f-input::-moz-placeholder,input[type="tel"].f-input::-moz-placeholder,input[type="datetime"].f-input::-moz-placeholder{color:hsl(210,8%,80%);opacity:1}.f-input::-ms-input-placeholder,textarea.f-input::-ms-input-placeholder,input[type="text"].f-input::-ms-input-placeholder,input[type="password"].f-input::-ms-input-placeholder,input[type="number"].f-input::-ms-input-placeholder,input[type="email"].f-input::-ms-input-placeholder,input[type="url"].f-input::-ms-input-placeholder,input[type="search"].f-input::-ms-input-placeholder,input[type="tel"].f-input::-ms-input-placeholder,input[type="datetime"].f-input::-ms-input-placeholder{color:hsl(210,8%,80%)}.f-input::placeholder,textarea.f-input::placeholder,input[type="text"].f-input::placeholder,input[type="password"].f-input::placeholder,input[type="number"].f-input::placeholder,input[type="email"].f-input::placeholder,input[type="url"].f-input::placeholder,input[type="search"].f-input::placeholder,input[type="tel"].f-input::placeholder,input[type="datetime"].f-input::placeholder{color:hsl(210,8%,80%)}.f-input:hover,textarea.f-input:hover,input[type="text"].f-input:hover,input[type="password"].f-input:hover,input[type="number"].f-input:hover,input[type="email"].f-input:hover,input[type="url"].f-input:hover,input[type="search"].f-input:hover,input[type="tel"].f-input:hover,input[type="datetime"].f-input:hover{border-color:hsla(206,100%,52%,0.5);box-shadow:inset 0 0 2px hsl(210,8%,85%),0 0 2px hsla(206,100%,52%,0.2)}.f-input:focus,textarea.f-input:focus,input[type="text"].f-input:focus,input[type="password"].f-input:focus,input[type="number"].f-input:focus,input[type="email"].f-input:focus,input[type="url"].f-input:focus,input[type="search"].f-input:focus,input[type="tel"].f-input:focus,input[type="datetime"].f-input:focus{border-color:hsl(206,100%,52%);box-shadow:inset 0 0 4px hsl(210,8%,95%),0 0 5px hsla(206,100%,52%,0.5);outline:0}.f-input[disabled],textarea.f-input[disabled],input[type="text"].f-input[disabled],input[type="password"].f-input[disabled],input[type="number"].f-input[disabled],input[type="email"].f-input[disabled],input[type="url"].f-input[disabled],input[type="search"].f-input[disabled],input[type="tel"].f-input[disabled],input[type="datetime"].f-input[disabled],.f-input.is-disabled,textarea.f-input.is-disabled,input[type="text"].f-input.is-disabled,input[type="password"].f-input.is-disabled,input[type="number"].f-input.is-disabled,input[type="email"].f-input.is-disabled,input[type="url"].f-input.is-disabled,input[type="search"].f-input.is-disabled,input[type="tel"].f-input.is-disabled,input[type="datetime"].f-input.is-disabled,.f-input[read-only],textarea.f-input[read-only],input[type="text"].f-input[read-only],input[type="password"].f-input[read-only],input[type="number"].f-input[read-only],input[type="email"].f-input[read-only],input[type="url"].f-input[read-only],input[type="search"].f-input[read-only],input[type="tel"].f-input[read-only],input[type="datetime"].f-input[read-only],.f-input.is-readonly,textarea.f-input.is-readonly,input[type="text"].f-input.is-readonly,input[type="password"].f-input.is-readonly,input[type="number"].f-input.is-readonly,input[type="email"].f-input.is-readonly,input[type="url"].f-input.is-readonly,input[type="search"].f-input.is-readonly,input[type="tel"].f-input.is-readonly,input[type="datetime"].f-input.is-readonly{border-color:hsl(210,8%,90%);box-shadow:inset 0 0 3px hsla(210,8%,60%,0.1);background-color:hsl(210,8%,95%);color:hsl(210,8%,55%)}.f-input[disabled],textarea.f-input[disabled],input[type="text"].f-input[disabled],input[type="password"].f-input[disabled],input[type="number"].f-input[disabled],input[type="email"].f-input[disabled],input[type="url"].f-input[disabled],input[type="search"].f-input[disabled],input[type="tel"].f-input[disabled],input[type="datetime"].f-input[disabled],.f-input.is-disabled,textarea.f-input.is-disabled,input[type="text"].f-input.is-disabled,input[type="password"].f-input.is-disabled,input[type="number"].f-input.is-disabled,input[type="email"].f-input.is-disabled,input[type="url"].f-input.is-disabled,input[type="search"].f-input.is-disabled,input[type="tel"].f-input.is-disabled,input[type="datetime"].f-input.is-disabled{background-image:url("../../Img/forms/icon-disabled.svg?v=363cfdd5fd7d"),none;background-repeat:no-repeat;background-position:right var(--su12) center;cursor:not-allowed}.f-input._large,textarea.f-input._large,input[type="text"].f-input._large,input[type="password"].f-input._large,input[type="number"].f-input._large,input[type="email"].f-input._large,input[type="url"].f-input._large,input[type="search"].f-input._large,input[type="tel"].f-input._large,input[type="datetime"].f-input._large{padding-top:var(--su16);padding-bottom:var(--su16);font-size:calc(var(--fs-body1) + 11px)}.f-input._medium,textarea.f-input._medium,input[type="text"].f-input._medium,input[type="password"].f-input._medium,input[type="number"].f-input._medium,input[type="email"].f-input._medium,input[type="url"].f-input._medium,input[type="search"].f-input._medium,input[type="tel"].f-input._medium,input[type="datetime"].f-input._medium{font-size:calc(var(--fs-body1) + 4px)}.f-input._small,textarea.f-input._small,input[type="text"].f-input._small,input[type="password"].f-input._small,input[type="number"].f-input._small,input[type="email"].f-input._small,input[type="url"].f-input._small,input[type="search"].f-input._small,input[type="tel"].f-input._small,input[type="datetime"].f-input._small{padding-left:var(--su12);padding-right:var(--su12);font-size:calc(var(--fs-body1) - 2px)}textarea.f-input{padding:var(--su12);height:auto;resize:vertical}.f-select{position:relative;color:hsl(210,8%,25%)}.f-select:before,.f-select:after{content:"";position:absolute;right:.75em;pointer-events:none;border-width:3px;border-style:solid;border-color:currentColor transparent}.f-select:before{top:calc(50% - 6px);border-top-width:0;border-bottom-width:5px}.f-select:after{top:calc(50% + 1px);border-top-width:5px;border-bottom-width:0}.f-select>select{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1 auto;padding:var(--su8) var(--su16);padding-right:var(--su32);font-size:var(--fs-body1);font-family:var(--theme-body-font-family);line-height:var(--lh-lg);color:inherit;background-color:hsl(0,0%,100%);border:1px solid hsl(210,8%,80%);border-radius:var(--br-sm);transition:color 600ms var(--te-smooth),border-color 600ms var(--te-smooth),box-shadow 600ms var(--te-smooth),background-color 600ms var(--te-smooth)}.f-select>select::-ms-expand{display:none}.f-select>select:hover{border-color:hsla(206,100%,52%,0.5);box-shadow:inset 0 0 2px hsl(210,8%,85%),0 0 2px hsla(206,100%,52%,0.2)}.f-select>select:focus{border-color:hsl(206,100%,52%);box-shadow:inset 0 0 4px hsl(210,8%,95%),0 0 5px hsla(206,100%,52%,0.5);outline:0}.f-select.is-disabled:before,.f-select.is-disabled:after{opacity:.3}.f-select.is-disabled select{color:hsl(210,8%,70%);background-color:hsl(210,8%,95%);border-color:hsl(210,8%,90%)}.f-select.is-disabled select:hover{border-color:hsl(210,8%,90%);box-shadow:none}.f-checkbox input[type="radio"],.f-radio input[type="radio"],.f-checkbox input[type="checkbox"],.f-radio input[type="checkbox"]{margin:0}.f-checkbox>.-input,.f-radio>.-input{flex:none;padding-right:var(--su8)}.f-checkbox>.-input>input,.f-radio>.-input>input{margin:0}.f-checkbox>.-input>input[type="checkbox"],.f-radio>.-input>input[type="checkbox"]{margin-top:var(--su2)}.f-checkbox>.-input>input:focus,.f-radio>.-input>input:focus{outline:0}.f-checkbox .f-label,.f-radio .f-label{font-weight:400}.f-checkbox .t-help,.f-radio .t-help{margin:var(--su2) 0;padding-right:1em}.f-checkbox+.f-checkbox,.f-checkbox+.f-radio,.f-radio+.f-checkbox,.f-radio+.f-radio{margin-top:var(--su8)}.f-checkbox.is-disabled,.f-radio.is-disabled{opacity:.5}.f-checkbox.is-disabled,.f-radio.is-disabled,.f-checkbox.is-disabled label,.f-radio.is-disabled label,.f-checkbox.is-disabled .label,.f-radio.is-disabled .label{cursor:not-allowed}.input-group{box-sizing:border-box}.input-group .message{display:block;margin-bottom:0;padding-top:var(--su8);padding-bottom:var(--su8)}.input-group.has-warning .f-input,.input-group.has-error .f-input,.input-group.is-success .f-input,.input-group.has-warning .tag-editor,.input-group.has-error .tag-editor,.input-group.is-success .tag-editor,.input-group.has-warning .autocomplete input,.input-group.has-error .autocomplete input,.input-group.is-success .autocomplete input,.input-group.has-warning .f-select select,.input-group.has-error .f-select select,.input-group.is-success .f-select select{background-position:right var(--su-static12) center;background-repeat:no-repeat}.input-group.has-warning .f-select select,.input-group.has-error .f-select select,.input-group.is-success .f-select select{background-position:right var(--su-static24) center}.input-group.has-warning .f-input,.input-group.has-warning .f-select select{border-color:#db8e17;background-image:url("../../Img/forms/icon-warning.svg?v=982eba4202d6"),none}.input-group.has-warning .f-input:hover,.input-group.has-warning .f-select select:hover{border-color:#eaa63b;box-shadow:inset 0 0 1px hsl(210,8%,85%),0 0 2px hsl(47,65%,84%)}.input-group.has-warning .f-input:focus,.input-group.has-warning .f-select select:focus{border-color:#e7910b;box-shadow:inset 0 0 4px hsl(210,8%,95%),0 0 4px hsl(47,65%,84%)}.input-group.has-warning .message{color:#db8e17}.input-group.has-error .f-input,.input-group.has-error .tag-editor,.input-group.has-error .autocomplete input,.input-group.has-error .f-select select{border-color:hsl(358,68%,59%);background-image:url("../../Img/forms/icon-error.svg?v=7912aa2ddbe0"),none}.input-group.has-error .f-input:hover,.input-group.has-error .tag-editor:hover,.input-group.has-error .autocomplete input:hover,.input-group.has-error .f-select select:hover{border-color:hsl(358,70%,70%);box-shadow:inset 0 0 1px hsl(210,8%,85%),0 0 2px hsl(358,76%,90%)}.input-group.has-error .f-input:focus,.input-group.has-error .tag-editor:focus,.input-group.has-error .autocomplete input:focus,.input-group.has-error .f-select select:focus{border-color:hsl(358,62%,52%);box-shadow:inset 0 0 4px hsl(210,8%,95%),0 0 4px hsl(358,74%,83%)}.input-group.has-error .message{color:var(--red-500)}.input-group.is-success .f-input,.input-group.is-success .f-select select{border-color:var(--green-400);background-image:url("../../Img/forms/icon-success.svg?v=4012387047df"),none}.input-group.is-success .f-input:hover,.input-group.is-success .f-select select:hover{border-color:hsl(140,40%,65%);box-shadow:inset 0 0 1px hsl(210,8%,85%),0 0 2px hsl(140,40%,85%)}.input-group.is-success .f-input:focus,.input-group.is-success .f-select select:focus{border-color:var(--green-500);box-shadow:inset 0 0 4px hsl(210,8%,95%),0 0 4px hsl(140,40%,75%)}.input-group.is-success .message{color:hsl(140,40%,42%)}.input-group.is-disabled{opacity:.5;cursor:not-allowed}.input-group,.button-group{position:relative;display:flex}.input-group *,.button-group *,.input-group *:before,.button-group *:before,.input-group *:after,.button-group *:after{box-sizing:border-box}.input-group{flex-flow:column nowrap;margin-bottom:var(--su-static24)}.input-group>.input-group{margin-bottom:0}.input-group>.f-label+*{margin-top:var(--su6)}.input-group>.f-label+.t-help{margin-top:var(--su-static2)}.input-group>.f-label+.input-group{margin-top:var(--su-static16)}.input-group._clusters .input-group{margin-bottom:0}.input-group._clusters .input-group .f-label{font-weight:400}.input-group .-fill{flex:none;align-items:center;padding:var(--su8) var(--su16);color:hsl(210,8%,35%);background-color:hsl(210,8%,95%);border:1px solid hsl(210,8%,80%);border-left-width:0;border-right-width:0}.input-group .-fill>label{font-size:inherit;line-height:inherit}.input-group .-fill._clean{border-color:transparent;background-color:transparent}.input-group .-fill.is-first{order:-1;border-left-width:1px}.input-group .-fill.is-last{order:99;border-right-width:1px}.input-group [class^="btn"].is-last{order:100;margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.button-group [class^="btn"]+[class^="btn"]{margin-left:var(--su2)}.button-group .t-help{margin-top:var(--su12);margin-bottom:0}.button-group.has-border{padding-top:calc(var(--su16) + var(--su8));border-top:1px solid hsl(210,8%,85%)}.f-radio-toggle .f-label{flex:1 auto;justify-content:center;padding:var(--su8) var(--su16);margin-left:-1px;margin-right:-1px;border:1px solid hsl(210,8%,80%);background-color:var(--white);font-weight:400;line-height:var(--lh-lg);color:hsl(210,8%,25%);text-align:center;transition:all 600ms var(--te-smooth);cursor:pointer}.f-radio-toggle .f-label:hover,.f-radio-toggle .f-label:focus,.f-radio-toggle .f-label:active{color:hsl(210,8%,15%);background-color:var(--blue-050);border-color:var(--blue-200);z-index:1}.f-radio-toggle input[type="radio"]{position:absolute;left:-9999em;opacity:0}.f-radio-toggle input[type="radio"]:checked+.f-label{color:var(--white);background-color:var(--blue-500);border-color:var(--blue-500);pointer-events:none;position:relative;z-index:2}.f-radio-toggle._muted .f-label{border:1px solid var(--black-150);background-color:var(--white);color:var(--black-400)}.f-radio-toggle._muted .f-label:hover,.f-radio-toggle._muted .f-label:focus,.f-radio-toggle._muted .f-label:active{color:var(--black-700);background-color:var(--black-050);border-color:var(--black-200)}.f-radio-toggle._muted input[type="radio"]:checked+.f-label{color:var(--white);background-color:var(--green-400);border-color:var(--green-400)}.f-radio-toggle._muted input[type="radio"]._off:checked+.f-label{color:var(--black-500);background-color:var(--black-100);border-color:var(--black-200)}.container .chosen-container{margin-top:0}.container .chosen-container.chosen-container-active{border-width:0}.container .chosen-container.chosen-container-active .chosen-choices{border-color:hsl(206,100%,52%);box-shadow:inset 0 0 4px hsl(210,8%,95%),0 0 5px hsla(206,100%,52%,0.5)}.container .chosen-container .chosen-choices{display:flex;padding:0 1px;min-height:38px;background-image:none;border-radius:var(--br-sm);border-color:hsl(210,8%,80%)}.container .chosen-container .chosen-choices:hover{border-color:hsla(206,100%,52%,0.5);box-shadow:inset 0 0 2px hsl(210,8%,85%),0 0 2px hsla(206,100%,52%,0.2)}.container .chosen-container .chosen-choices li.search-choice,.container .chosen-container .chosen-choices li.search-field{display:inline-flex;align-items:center;margin:var(--su4) var(--su1);padding:var(--su2) var(--su6)}.container .chosen-container .chosen-choices li.search-choice{float:none;box-shadow:none;background-image:none;font-family:var(--ff-sans);font-size:var(--fs-caption);color:var(--powder-600);background-color:var(--powder-100);border-color:transparent;border-radius:var(--br-sm)}.container .chosen-container .chosen-choices li.search-choice:first-child{margin-left:3px}.container .chosen-container .chosen-choices li.search-choice .search-choice-close{position:relative;top:0;right:-1px;margin-left:var(--su-static4);transition:none}.container .chosen-container li.search-field>input[type="text"]{padding:0;margin:0}ul,ol,li{margin:0;padding:0}ul,ol{margin-left:30px;margin-bottom:1em}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}ul{list-style-type:disc}ol{list-style-type:decimal}.caption{padding-top:13px;padding-bottom:13px;text-align:left}table{border-spacing:0;border-collapse:collapse}.table{margin-bottom:15px;width:100%;max-width:100%;background-color:transparent;border-width:0}.table th{text-align:left}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:13px;padding-left:0;vertical-align:top}.table>thead>tr>th small,.table>tbody>tr>th small,.table>tfoot>tr>th small,.table>thead>tr>td small,.table>tbody>tr>td small,.table>tfoot>tr>td small{font-size:var(--fs-fine)}.table>thead>tr>th{vertical-align:bottom}.table>tfoot>tr>td{vertical-align:top}.table>caption+thead>tr:first-child>th,.table>.caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>.colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>.caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>.colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table ._textLeft{text-align:left}.table ._textCenter{text-align:center}.table ._textRight{text-align:right}.table col[class*="-col"]{position:static;float:none;display:table-column}.table td[class*="-col"],.table th[class*="-col"]{position:static;float:none;display:table-cell}.table td.-col1,.table th.-col1{width:8.33333333%}.table td.-col2,.table th.-col2{width:16.66666667%}.table td.-col3,.table th.-col3{width:25%}.table td.-col4,.table th.-col4{width:33.33333333%}.table td.-col5,.table th.-col5{width:41.66666667%}.table td.-col6,.table th.-col6{width:50%}.table td.-col7,.table th.-col7{width:58.33333333%}.table td.-col8,.table th.-col8{width:66.66666667%}.table td.-col9,.table th.-col9{width:75%}.table td.-col10,.table th.-col10{width:83.33333333%}.table td.-col11,.table th.-col11{width:91.66666667%}.table td.-col12,.table th.-col12{width:100%}.table._hover>tbody>tr:hover{background-color:hsl(0,0%,97%)}.table._hover>tbody>tr:hover>td{box-shadow:inset 0 2px 0 hsl(0,0%,100%),inset 0 -2px 0 hsl(0,0%,100%)}.table._condensed>thead>tr>th,.table._condensed>tbody>tr>th,.table._condensed>tfoot>tr>th,.table._condensed>thead>tr>td,.table._condensed>tbody>tr>td,.table._condensed>tfoot>tr>td{padding:7px;padding-left:0}.table._condensed input[type="radio"],.table._condensed input[type="checkbox"]{margin-top:0}.table._borders>thead>tr>th,.table._borders>tbody>tr>th,.table._borders>tfoot>tr>th,.table._borders>thead>tr>td,.table._borders>tbody>tr>td,.table._borders>tfoot>tr>td{border-top:1px solid var(--black-075)}.table._borders>thead>tr>th{border-bottom:1px solid var(--black-075)}.table._borders>tbody+tbody{border-top:2px solid var(--black-075)}.table tfoot.-totals>tr>td{font-size:var(--fs-subheading)}.table tfoot.-totals:hover{background-color:transparent;transition:none}.table .js-tableToggle{display:none}.table._whiteBg{background:hsl(0,0%,100%)}.table._whiteBg>thead>tr>th,.table._whiteBg>tbody>tr>th,.table._whiteBg>tfoot>tr>th,.table._whiteBg>thead>tr>td,.table._whiteBg>tbody>tr>td,.table._whiteBg>tfoot>tr>td{padding:10px}.table._verticalCenter>thead>tr>th,.table._verticalCenter>tbody>tr>th,.table._verticalCenter>tfoot>tr>th,.table._verticalCenter>thead>tr>td,.table._verticalCenter>tbody>tr>td,.table._verticalCenter>tfoot>tr>td{vertical-align:middle}.table th.-checkbox,.table td.-checkbox{width:2em}.table td.empty{font-style:italic;opacity:.75}.edit-table{border:1px solid var(--black-100);margin-top:5px}.edit-table._short{max-height:150px;overflow-y:auto}.edit-table._medium{max-height:250px;overflow-y:auto}.edit-table>table,.edit-table>.table{margin-bottom:0}.item-select-table{display:flex;justify-content:flex-start;flex-wrap:wrap;background:var(--white);border-right:1px solid var(--black-100);border-bottom:1px solid var(--black-100);margin-bottom:20px}.item-select-table.limit-height-300{max-height:300px;overflow-y:auto;overflow-x:hidden}.item-select-table.columns-3 .item{width:33.3%}.item-select-table.tag-table .item{display:flex;align-items:center}.item-select-table.tag-table .post-tag{max-width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:4px}.item-select-table label.item{cursor:pointer}.item-select-table .item{border:1px solid var(--black-100);padding:10px;position:relative;flex-grow:1;text-align:center;margin-right:-1px;margin-bottom:-1px}.item-select-table .item:hover{background:var(--black-050)}.item-select-table .item input[type="checkbox"]{display:none}.item-select-table .item .check{position:absolute;top:4px;right:4px}table.sorter{margin:10px 0pt 15px;text-align:left;border-bottom:solid 1px var(--black-100)}table.sorter>thead>tr .headerSortDown,table.sorter>thead>tr .headerSortUp{background-color:var(--orange-400);color:hsl(0,0%,100%)}table.sorter>thead>tr .headerSortUp span:after{content:"▴"}table.sorter>thead>tr .headerSortDown span:after{content:"▾"}table.sorter>thead>tr .header{background-repeat:no-repeat;background-position:center right;cursor:pointer}table.sorter>thead>tr span:after{padding-left:5px}table.sorter>thead>tr>th{text-align:center}table.sorter>thead>tr>th,table.sorter>tfoot>tr>td{background-color:var(--black-500);color:var(--white);border:1px solid var(--white);font-size:110%;padding:5px}table.sorter>tbody>tr>td{padding:5px 10px;background-color:var(--white);vertical-align:top}table.sorter>tbody>tr.odd>td{background-color:var(--black-050)}table.sorter>tbody>tr>td.mod-ip-banned{background-color:var(--red-100)}table.sorter>tbody>tr>td.mod-ip-hobbled{background-color:var(--orange-100)}table.sorter>tbody .row-data{text-align:right}.post-tag,.moderator-tag,.required-tag,.disliked-tag,.company-tag,.geo-tag,.geo-tag,.container .chosen-choices .search-choice,.container .chosen-container-multi .chosen-choices li.search-choice{display:inline-block;padding:.4em .5em;margin:var(--su2) var(--su2) var(--su2) 0;font-size:var(--fs-fine);line-height:1;white-space:nowrap;text-decoration:none;text-align:center;border-width:1px;border-style:solid;border-radius:var(--br-sm)}body.theme-highcontrast .post-tag,body.theme-highcontrast .moderator-tag,body.theme-highcontrast .required-tag,body.theme-highcontrast .disliked-tag,body.theme-highcontrast .company-tag,body.theme-highcontrast .geo-tag{border-color:currentColor}.post-tag:hover,.moderator-tag:hover,.required-tag:hover,.disliked-tag:hover,.company-tag:hover,.geo-tag:hover{text-decoration:none}.post-tag img,.moderator-tag img,.required-tag img,.disliked-tag img,.company-tag img,.geo-tag img{margin-bottom:0}.post-tag img.sponsor-tag-img,.moderator-tag img.sponsor-tag-img,.required-tag img.sponsor-tag-img,.disliked-tag img.sponsor-tag-img,.company-tag img.sponsor-tag-img,.geo-tag img.sponsor-tag-img{margin-top:-2px;margin-bottom:-2px}.post-tag,.geo-tag,.container .chosen-choices .search-choice,.container .chosen-container-multi .chosen-choices li.search-choice{color:var(--theme-tag-color);background-color:var(--theme-tag-background-color);border-color:var(--theme-tag-border-color)}.post-tag:hover{color:var(--theme-tag-hover-color);background-color:var(--theme-tag-hover-background-color);border-color:var(--theme-tag-hover-border-color)}.moderator-tag{color:var(--red-600);background-color:var(--red-050);border-color:var(--red-100)}.moderator-tag:hover{color:var(--red-700);background-color:var(--red-100);border-color:var(--red-200)}.required-tag{color:var(--black-700);background-color:var(--black-075);border-color:var(--black-200)}.required-tag:hover{color:var(--black-800);background-color:var(--black-100);border-color:var(--black-300)}.disliked-tag{color:hsl(210,8%,45%);background-color:hsl(210,8%,90%);border-color:transparent}.disliked-tag:hover{color:hsl(210,8%,40%);background-color:hsl(210,8%,85%);border-color:rgba(0,0,0,0)}.company-tag{color:hsl(210,8%,5%);font-size:var(--fs-caption);text-align:left;background-color:hsl(210,8%,95%);border-radius:0;border-color:transparent;border-left:2px solid hsl(27,90%,55%)}.company-tag:hover{background-color:#ECEAEA;color:hsl(210,8%,15%)}.company-tag img{margin-bottom:auto;padding-right:4px;max-height:20px;width:auto;vertical-align:middle}.autocomplete .company-tag{line-height:1.5em}.geo-tag .delete-location{margin:-2px 0 0 3px;vertical-align:middle;width:14px;height:13px;line-height:26px}.geo-tag .icon-visa-show[value="false"]~.icon-visa{display:none}.container .chosen-choices .search-choice,.container .chosen-container-multi .chosen-choices li.search-choice{background-image:none;box-shadow:none;border-color:var(--theme-tag-border-color);padding-right:1.75em;padding-top:.5em;margin:4px 4px 0 0 !important}.container .chosen-choices .search-choice .search-choice-close,.container .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{margin:0 !important}.post-tag.s-tag__watched{display:inline-flex;align-items:center;position:relative;padding-left:22px;--s-tag-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M7.05 1C2.63 1 0 6.5 0 6.5S2.63 12 7.05 12C11.38 12 14 6.5 14 6.5S11.37 1 7.05 1ZM7 10.17A3.59 3.59 0 0 1 3.5 6.5 3.6 3.6 0 0 1 7 2.83c1.94 0 3.5 1.65 3.5 3.67A3.57 3.57 0 0 1 7 10.17Zm0-1.84c.97 0 1.75-.81 1.75-1.83S7.97 4.67 7 4.67s-1.75.81-1.75 1.83S6.03 8.33 7 8.33Z'/%3E%3C/svg%3E")}.post-tag.s-tag__watched:before{content:"";display:block;width:14px;height:14px;margin-right:var(--su2);background-color:currentColor;position:absolute;left:4px;top:calc(50% - 7px);-webkit-mask:var(--s-tag-icon) no-repeat center;mask:var(--s-tag-icon) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.post-tag.s-tag__ignored{display:inline-flex;align-items:center;position:relative;padding-left:22px;--s-tag-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.52 7.38 1.58 9.26A12.38 12.38 0 0 1 0 7s2.63-5.14 7.05-5.14c.66 0 1.28.12 1.86.32L7.44 3.6a3.48 3.48 0 0 0-3.92 3.78ZM5.3 9.99c.5.28 1.1.44 1.71.44 1.94 0 3.5-1.53 3.5-3.43 0-.62-.17-1.21-.47-1.72L8.7 6.6a1.73 1.73 0 0 1-2.08 2.07L5.29 10Zm6.23-6.19A12.7 12.7 0 0 1 14 7s-2.63 5.14-6.95 5.14A6.1 6.1 0 0 1 4 11.3L2.27 13l-1.4-1.36L11.9 1l1.23 1.2-1.6 1.6Z'/%3E%3C/svg%3E")}.post-tag.s-tag__ignored:before{content:"";display:block;width:14px;height:14px;margin-right:var(--su2);background-color:currentColor;position:absolute;left:4px;top:calc(50% - 7px);-webkit-mask:var(--s-tag-icon) no-repeat center;mask:var(--s-tag-icon) no-repeat center;-webkit-mask-size:contain;mask-size:contain}a{color:var(--theme-link-color);text-decoration:none;cursor:pointer}a:hover,a:active{color:var(--theme-link-color-hover);text-decoration:none}a.comment-user{display:inline-block;white-space:nowrap;padding:0}a.comment-user.owner{padding:1px 5px}body.theme-highcontrast a.comment-user.owner{background-color:var(--theme-link-color);color:var(--theme-post-owner-background-color)}body.theme-highcontrast a.comment-user.owner:hover{color:var(--theme-post-owner-background-color)}.s-prose a:not(.post-tag):not(.s-tag):not(.badge-tag):not(.s-link__visited):not(.s-btn):not(.s-editor-btn),.comment-copy a{text-decoration:underline}.s-prose a:not(.post-tag):not(.s-tag):not(.badge-tag):not(.s-link__visited):not(.s-btn):not(.s-editor-btn):visited,.comment-copy a:visited{color:var(--theme-link-color-visited)}a .mathjax{width:115px;height:55px;background-image:url("../../Img/share-sprite.png?v=0734e5a54af0");background-position:-190px 5px}.external{position:relative;display:inline-block;padding-left:20px}.external>.-icon{position:relative;display:inline-block;width:9px;height:9px;overflow:hidden;background-image:url("../../Img/share-sprite-new.png?v=e1b8bd67bc12");background-image:url("../../Img/share-sprite-new.svg?v=0e11bfd41fbc"),none;background-position:0 -220px;background-repeat:no-repeat}.external:visited{color:var(--theme-link-color)}.external:hover,.external:active{text-decoration:none}.external:hover>.-icon,.external:active>.-icon{background-position:-13px -220px}.question-hyperlink{font-size:var(--fs-body3);font-weight:400}.question-hyperlink,.answer-hyperlink{color:var(--theme-post-title-color);line-height:1.3;margin-bottom:1.2em}.question-hyperlink:hover,.answer-hyperlink:hover,.question-hyperlink:active,.answer-hyperlink:active{color:var(--theme-post-title-color-hover)}body.theme-highcontrast .question-hyperlink:hover,body.theme-highcontrast .answer-hyperlink:hover,body.theme-highcontrast .question-hyperlink:focus,body.theme-highcontrast .answer-hyperlink:focus{text-decoration:underline}.question-hyperlink:visited,.answer-hyperlink:visited{color:var(--theme-post-title-color-visited)}b,strong{font-weight:bold}i,em{font-style:italic}sup,sub{font-size:80%}ins{text-decoration:none}del,s{text-decoration:line-through}del .post-tag,s .post-tag,del .required-tag,s .required-tag,del .moderator-tag,s .moderator-tag{text-decoration:line-through !important}kbd{display:inline-block;margin:0 .1em;padding:.1em .6em;font-family:var(--theme-body-font-family);font-size:var(--fs-fine);line-height:1.4;color:var(--black-800);text-shadow:0 1px 0 var(--white);background-color:var(--black-075);border:1px solid var(--black-300);border-radius:3px;box-shadow:0 1px 1px hsla(210,8%,5%,0.15),inset 0 1px 0 0 var(--white);white-space:nowrap}@media (prefers-color-scheme:dark){body.theme-system kbd{box-shadow:0 1px 2px hsla(210,8%,5%,0.75)}}body.theme-dark kbd,.theme-dark__forced kbd,body.theme-system .theme-dark__forced kbd{box-shadow:0 1px 2px hsla(210,8%,5%,0.75)}.placeholder-text{color:var(--black-300)}.help-text{color:var(--black-600);font-size:var(--fs-fine)}p{clear:both;margin-bottom:1em;margin-top:0}p code{padding:1px 5px}code{font-family:var(--ff-mono);background-color:var(--black-075)}pre{margin-bottom:1em;padding:var(--su12);width:auto;max-height:600px;overflow:auto;font-family:var(--ff-mono);font-size:var(--fs-body1);background-color:var(--black-050);border-radius:var(--br-sm);scrollbar-color:var(--scrollbar) transparent}pre code{background-color:transparent}pre::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}pre::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}pre::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}pre::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}li pre{margin:.5em 0 1em 0}h1,h2,h3{line-height:1.3;margin:0 0 1em}h1{font-size:var(--fs-title)}h2{font-size:var(--fs-subheading)}h3{font-size:var(--fs-body2)}.s-prose,.comment-copy,.question-status,.excerpt{font-family:var(--theme-post-body-font-family)}blockquote,q{quotes:none}blockquote{position:relative;margin-bottom:1em;padding:var(--su12) var(--su12) var(--su12) var(--su16)}blockquote:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;width:var(--su-static4);border-radius:var(--br-lg);background:var(--black-150)}blockquote *:last-child{margin-bottom:0}li blockquote{margin:.5em 0 1em 0}.favicon{width:16px;height:16px;background-color:transparent;background-repeat:no-repeat;background-size:16px;background-image:url('../../Img/favicons-sprite16.png?v=986d639469b0')}body.theme-dark .favicon{background-image:url('../../Img/favicons-sprite16-dark.png?v=78243e15ed0e')}@media (prefers-color-scheme:dark){body.theme-system .favicon{background-image:url('../../Img/favicons-sprite16-dark.png?v=78243e15ed0e')}}div.favicon{display:inline-block}@media only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.favicon{background-image:url('../../Img/favicons-sprite32.png?v=85acf8076063')}body.theme-dark .favicon{background-image:url('../../Img/favicons-sprite32-dark.png?v=de2232974c99')}}@media only screen and (min--moz-device-pixel-ratio:1.5) and (prefers-color-scheme:dark),only screen and (-o-min-device-pixel-ratio:3/2) and (prefers-color-scheme:dark),only screen and (-webkit-min-device-pixel-ratio:1.5) and (prefers-color-scheme:dark),only screen and (min-device-pixel-ratio:1.5) and (prefers-color-scheme:dark){body.theme-system .favicon{background-image:url('../../Img/favicons-sprite32-dark.png?v=de2232974c99')}}@media only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.favicon{-moz-background-size:16px 6966px;-o-background-size:16px 6966px;-webkit-background-size:16px 6966px;background-size:16px 6966px}}.favicon-3dprinting{background-position:0 0}.favicon-3dprintingmeta{background-position:0 -18px}.favicon-academia{background-position:0 -36px}.favicon-academiameta{background-position:0 -54px}.favicon-ai{background-position:0 -72px}.favicon-aimeta{background-position:0 -90px}.favicon-alcohol{background-position:0 -108px}.favicon-alcoholmeta{background-position:0 -126px}.favicon-android{background-position:0 -144px}.favicon-androidmeta{background-position:0 -162px}.favicon-anime{background-position:0 -180px}.favicon-animemeta{background-position:0 -198px}.favicon-apple{background-position:0 -216px}.favicon-applemeta{background-position:0 -234px}.favicon-arabic{background-position:0 -252px}.favicon-arabicmeta{background-position:0 -270px}.favicon-arduino{background-position:0 -288px}.favicon-arduinometa{background-position:0 -306px}.favicon-area51{background-position:0 -324px}.favicon-area51discuss{background-position:0 -342px}.favicon-askubuntu{background-position:0 -360px}.favicon-askubuntumeta{background-position:0 -378px}.favicon-astronomy{background-position:0 -396px}.favicon-astronomymeta{background-position:0 -414px}.favicon-augur{background-position:0 -432px}.favicon-augurmeta{background-position:0 -450px}.favicon-aviation{background-position:0 -468px}.favicon-aviationmeta{background-position:0 -486px}.favicon-avp{background-position:0 -504px}.favicon-avpmeta{background-position:0 -522px}.favicon-beta{background-position:0 -540px}.favicon-betameta{background-position:0 -558px}.favicon-bicycles{background-position:0 -576px}.favicon-bicyclesmeta{background-position:0 -594px}.favicon-bioinformatics{background-position:0 -612px}.favicon-bioinformaticsmeta{background-position:0 -630px}.favicon-biology{background-position:0 -648px}.favicon-biologymeta{background-position:0 -666px}.favicon-bitcoin{background-position:0 -684px}.favicon-bitcoinmeta{background-position:0 -702px}.favicon-blender{background-position:0 -720px}.favicon-blendermeta{background-position:0 -738px}.favicon-boardgames{background-position:0 -756px}.favicon-boardgamesmeta{background-position:0 -774px}.favicon-br{background-position:0 -792px}.favicon-bricks{background-position:0 -810px}.favicon-bricksmeta{background-position:0 -828px}.favicon-brmeta{background-position:0 -846px}.favicon-buddhism{background-position:0 -864px}.favicon-buddhismmeta{background-position:0 -882px}.favicon-cardano{background-position:0 -900px}.favicon-cardanometa{background-position:0 -918px}.favicon-careers{background-position:0 -936px}.favicon-channels{background-position:0 -954px}.favicon-chemistry{background-position:0 -972px}.favicon-chemistrymeta{background-position:0 -990px}.favicon-chess{background-position:0 -1008px}.favicon-chessmeta{background-position:0 -1026px}.favicon-chinese{background-position:0 -1044px}.favicon-chinesemeta{background-position:0 -1062px}.favicon-christianity{background-position:0 -1080px}.favicon-christianitymeta{background-position:0 -1098px}.favicon-civicrm{background-position:0 -1116px}.favicon-civicrmmeta{background-position:0 -1134px}.favicon-codegolf{background-position:0 -1152px}.favicon-codegolfmeta{background-position:0 -1170px}.favicon-codereview{background-position:0 -1188px}.favicon-codereviewmeta{background-position:0 -1206px}.favicon-coffee{background-position:0 -1224px}.favicon-coffeemeta{background-position:0 -1242px}.favicon-communitybuilding{background-position:0 -1260px}.favicon-communitybuildingmeta{background-position:0 -1278px}.favicon-computergraphics{background-position:0 -1296px}.favicon-computergraphicsmeta{background-position:0 -1314px}.favicon-conlang{background-position:0 -1332px}.favicon-conlangmeta{background-position:0 -1350px}.favicon-cooking{background-position:0 -1368px}.favicon-cookingmeta{background-position:0 -1386px}.favicon-craftcms{background-position:0 -1404px}.favicon-craftcmsmeta{background-position:0 -1422px}.favicon-crafts{background-position:0 -1440px}.favicon-craftsmeta{background-position:0 -1458px}.favicon-crypto{background-position:0 -1476px}.favicon-cryptometa{background-position:0 -1494px}.favicon-cs{background-position:0 -1512px}.favicon-cs50{background-position:0 -1530px}.favicon-cs50meta{background-position:0 -1548px}.favicon-cseducators{background-position:0 -1566px}.favicon-cseducatorsmeta{background-position:0 -1584px}.favicon-csmeta{background-position:0 -1602px}.favicon-cstheory{background-position:0 -1620px}.favicon-cstheorymeta{background-position:0 -1638px}.favicon-datascience{background-position:0 -1656px}.favicon-datasciencemeta{background-position:0 -1674px}.favicon-dba{background-position:0 -1692px}.favicon-dbameta{background-position:0 -1710px}.favicon-deepweb{background-position:0 -1728px}.favicon-deepwebmeta{background-position:0 -1746px}.favicon-devops{background-position:0 -1764px}.favicon-devopsmeta{background-position:0 -1782px}.favicon-diy{background-position:0 -1800px}.favicon-diymeta{background-position:0 -1818px}.favicon-drones{background-position:0 -1836px}.favicon-dronesmeta{background-position:0 -1854px}.favicon-drupal{background-position:0 -1872px}.favicon-drupalmeta{background-position:0 -1890px}.favicon-dsp{background-position:0 -1908px}.favicon-dspmeta{background-position:0 -1926px}.favicon-earthscience{background-position:0 -1944px}.favicon-earthsciencemeta{background-position:0 -1962px}.favicon-ebooks{background-position:0 -1980px}.favicon-ebooksmeta{background-position:0 -1998px}.favicon-economics{background-position:0 -2016px}.favicon-economicsmeta{background-position:0 -2034px}.favicon-edx-cs169-1x{background-position:0 -2052px}.favicon-edx-cs169-1xmeta{background-position:0 -2070px}.favicon-electronics{background-position:0 -2088px}.favicon-electronicsmeta{background-position:0 -2106px}.favicon-elementaryos{background-position:0 -2124px}.favicon-elementaryosmeta{background-position:0 -2142px}.favicon-ell{background-position:0 -2160px}.favicon-ellmeta{background-position:0 -2178px}.favicon-emacs{background-position:0 -2196px}.favicon-emacsmeta{background-position:0 -2214px}.favicon-embedded{background-position:0 -2232px}.favicon-embeddedmeta{background-position:0 -2250px}.favicon-engineering{background-position:0 -2268px}.favicon-engineeringmeta{background-position:0 -2286px}.favicon-english{background-position:0 -2304px}.favicon-englishmeta{background-position:0 -2322px}.favicon-eosio{background-position:0 -2340px}.favicon-eosiometa{background-position:0 -2358px}.favicon-es{background-position:0 -2376px}.favicon-esmeta{background-position:0 -2394px}.favicon-esperanto{background-position:0 -2412px}.favicon-esperantometa{background-position:0 -2430px}.favicon-ethereum{background-position:0 -2448px}.favicon-ethereummeta{background-position:0 -2466px}.favicon-expatriates{background-position:0 -2484px}.favicon-expatriatesmeta{background-position:0 -2502px}.favicon-expressionengine{background-position:0 -2520px}.favicon-expressionenginemeta{background-position:0 -2538px}.favicon-fitness{background-position:0 -2556px}.favicon-fitnessmeta{background-position:0 -2574px}.favicon-freelancing{background-position:0 -2592px}.favicon-freelancingmeta{background-position:0 -2610px}.favicon-french{background-position:0 -2628px}.favicon-frenchmeta{background-position:0 -2646px}.favicon-gamedev{background-position:0 -2664px}.favicon-gamedevmeta{background-position:0 -2682px}.favicon-gamification{background-position:0 -2700px}.favicon-gamificationmeta{background-position:0 -2718px}.favicon-gaming{background-position:0 -2736px}.favicon-gamingmeta{background-position:0 -2754px}.favicon-gardening{background-position:0 -2772px}.favicon-gardeningmeta{background-position:0 -2790px}.favicon-genealogy{background-position:0 -2808px}.favicon-genealogymeta{background-position:0 -2826px}.favicon-german{background-position:0 -2844px}.favicon-germanmeta{background-position:0 -2862px}.favicon-gis{background-position:0 -2880px}.favicon-gismeta{background-position:0 -2898px}.favicon-graphicdesign{background-position:0 -2916px}.favicon-graphicdesignmeta{background-position:0 -2934px}.favicon-ham{background-position:0 -2952px}.favicon-hammeta{background-position:0 -2970px}.favicon-hardwarerecs{background-position:0 -2988px}.favicon-hardwarerecsmeta{background-position:0 -3006px}.favicon-hermeneutics{background-position:0 -3024px}.favicon-hermeneuticsmeta{background-position:0 -3042px}.favicon-hinduism{background-position:0 -3060px}.favicon-hinduismmeta{background-position:0 -3078px}.favicon-history{background-position:0 -3096px}.favicon-historymeta{background-position:0 -3114px}.favicon-homebrew{background-position:0 -3132px}.favicon-homebrewmeta{background-position:0 -3150px}.favicon-hsm{background-position:0 -3168px}.favicon-hsmmeta{background-position:0 -3186px}.favicon-i2p{background-position:0 -3204px}.favicon-i2pmeta{background-position:0 -3222px}.favicon-interpersonal{background-position:0 -3240px}.favicon-interpersonalmeta{background-position:0 -3258px}.favicon-iot{background-position:0 -3276px}.favicon-iota{background-position:0 -3294px}.favicon-iotameta{background-position:0 -3312px}.favicon-iotmeta{background-position:0 -3330px}.favicon-islam{background-position:0 -3348px}.favicon-islammeta{background-position:0 -3366px}.favicon-italian{background-position:0 -3384px}.favicon-italianmeta{background-position:0 -3402px}.favicon-ja{background-position:0 -3420px}.favicon-jameta{background-position:0 -3438px}.favicon-japanese{background-position:0 -3456px}.favicon-japanesemeta{background-position:0 -3474px}.favicon-joomla{background-position:0 -3492px}.favicon-joomlameta{background-position:0 -3510px}.favicon-judaism{background-position:0 -3528px}.favicon-judaismmeta{background-position:0 -3546px}.favicon-korean{background-position:0 -3564px}.favicon-koreanmeta{background-position:0 -3582px}.favicon-languagelearning{background-position:0 -3600px}.favicon-languagelearningmeta{background-position:0 -3618px}.favicon-latin{background-position:0 -3636px}.favicon-latinmeta{background-position:0 -3654px}.favicon-law{background-position:0 -3672px}.favicon-lawmeta{background-position:0 -3690px}.favicon-lifehacks{background-position:0 -3708px}.favicon-lifehacksmeta{background-position:0 -3726px}.favicon-linguistics{background-position:0 -3744px}.favicon-linguisticsmeta{background-position:0 -3762px}.favicon-literature{background-position:0 -3780px}.favicon-literaturemeta{background-position:0 -3798px}.favicon-magento{background-position:0 -3816px}.favicon-magentometa{background-position:0 -3834px}.favicon-martialarts{background-position:0 -3852px}.favicon-martialartsmeta{background-position:0 -3870px}.favicon-math{background-position:0 -3888px}.favicon-matheducators{background-position:0 -3906px}.favicon-matheducatorsmeta{background-position:0 -3924px}.favicon-mathematica{background-position:0 -3942px}.favicon-mathematicameta{background-position:0 -3960px}.favicon-mathmeta{background-position:0 -3978px}.favicon-mathoverflow{background-position:0 -3996px}.favicon-mathoverflowmeta{background-position:0 -4014px}.favicon-mattermodeling{background-position:0 -4032px}.favicon-mattermodelingmeta{background-position:0 -4050px}.favicon-mechanics{background-position:0 -4068px}.favicon-mechanicsmeta{background-position:0 -4086px}.favicon-medicalsciences{background-position:0 -4104px}.favicon-medicalsciencesmeta{background-position:0 -4122px}.favicon-monero{background-position:0 -4140px}.favicon-monerometa{background-position:0 -4158px}.favicon-money{background-position:0 -4176px}.favicon-moneymeta{background-position:0 -4194px}.favicon-movies{background-position:0 -4212px}.favicon-moviesmeta{background-position:0 -4230px}.favicon-music{background-position:0 -4248px}.favicon-musicfans{background-position:0 -4266px}.favicon-musicfansmeta{background-position:0 -4284px}.favicon-musicmeta{background-position:0 -4302px}.favicon-mythology{background-position:0 -4320px}.favicon-mythologymeta{background-position:0 -4338px}.favicon-neo{background-position:0 -4356px}.favicon-neometa{background-position:0 -4374px}.favicon-networkengineering{background-position:0 -4392px}.favicon-networkengineeringmeta{background-position:0 -4410px}.favicon-opendata{background-position:0 -4428px}.favicon-opendatameta{background-position:0 -4446px}.favicon-openscience{background-position:0 -4464px}.favicon-opensciencemeta{background-position:0 -4482px}.favicon-opensource{background-position:0 -4500px}.favicon-opensourcemeta{background-position:0 -4518px}.favicon-or{background-position:0 -4536px}.favicon-ormeta{background-position:0 -4554px}.favicon-outdoors{background-position:0 -4572px}.favicon-outdoorsmeta{background-position:0 -4590px}.favicon-parenting{background-position:0 -4608px}.favicon-parentingmeta{background-position:0 -4626px}.favicon-patents{background-position:0 -4644px}.favicon-patentsmeta{background-position:0 -4662px}.favicon-pets{background-position:0 -4680px}.favicon-petsmeta{background-position:0 -4698px}.favicon-philosophy{background-position:0 -4716px}.favicon-philosophymeta{background-position:0 -4734px}.favicon-photo{background-position:0 -4752px}.favicon-photometa{background-position:0 -4770px}.favicon-physics{background-position:0 -4788px}.favicon-physicsmeta{background-position:0 -4806px}.favicon-pm{background-position:0 -4824px}.favicon-pmmeta{background-position:0 -4842px}.favicon-poker{background-position:0 -4860px}.favicon-pokermeta{background-position:0 -4878px}.favicon-politics{background-position:0 -4896px}.favicon-politicsmeta{background-position:0 -4914px}.favicon-portuguese{background-position:0 -4932px}.favicon-portuguesemeta{background-position:0 -4950px}.favicon-productivity{background-position:0 -4968px}.favicon-productivitymeta{background-position:0 -4986px}.favicon-proofassistants{background-position:0 -5004px}.favicon-proofassistantsmeta{background-position:0 -5022px}.favicon-psychology{background-position:0 -5040px}.favicon-psychologymeta{background-position:0 -5058px}.favicon-puzzling{background-position:0 -5076px}.favicon-puzzlingmeta{background-position:0 -5094px}.favicon-quant{background-position:0 -5112px}.favicon-quantmeta{background-position:0 -5130px}.favicon-quantumcomputing{background-position:0 -5148px}.favicon-quantumcomputingmeta{background-position:0 -5166px}.favicon-raspberrypi{background-position:0 -5184px}.favicon-raspberrypimeta{background-position:0 -5202px}.favicon-retrocomputing{background-position:0 -5220px}.favicon-retrocomputingmeta{background-position:0 -5238px}.favicon-reverseengineering{background-position:0 -5256px}.favicon-reverseengineeringmeta{background-position:0 -5274px}.favicon-robotics{background-position:0 -5292px}.favicon-roboticsmeta{background-position:0 -5310px}.favicon-rpg{background-position:0 -5328px}.favicon-rpgmeta{background-position:0 -5346px}.favicon-ru{background-position:0 -5364px}.favicon-rumeta{background-position:0 -5382px}.favicon-rus{background-position:0 -5400px}.favicon-rusmeta{background-position:0 -5418px}.favicon-russian{background-position:0 -5436px}.favicon-russianmeta{background-position:0 -5454px}.favicon-salesforce{background-position:0 -5472px}.favicon-salesforcemeta{background-position:0 -5490px}.favicon-scicomp{background-position:0 -5508px}.favicon-scicompmeta{background-position:0 -5526px}.favicon-scifi{background-position:0 -5544px}.favicon-scifimeta{background-position:0 -5562px}.favicon-security{background-position:0 -5580px}.favicon-securitymeta{background-position:0 -5598px}.favicon-serverfault{background-position:0 -5616px}.favicon-serverfaultmeta{background-position:0 -5634px}.favicon-sharepoint{background-position:0 -5652px}.favicon-sharepointmeta{background-position:0 -5670px}.favicon-sitecore{background-position:0 -5688px}.favicon-sitecoremeta{background-position:0 -5706px}.favicon-skeptics{background-position:0 -5724px}.favicon-skepticsmeta{background-position:0 -5742px}.favicon-softwareengineering{background-position:0 -5760px}.favicon-softwareengineeringmeta{background-position:0 -5778px}.favicon-softwarerecs{background-position:0 -5796px}.favicon-softwarerecsmeta{background-position:0 -5814px}.favicon-sound{background-position:0 -5832px}.favicon-soundmeta{background-position:0 -5850px}.favicon-space{background-position:0 -5868px}.favicon-spacemeta{background-position:0 -5886px}.favicon-spanish{background-position:0 -5904px}.favicon-spanishmeta{background-position:0 -5922px}.favicon-sports{background-position:0 -5940px}.favicon-sportsmeta{background-position:0 -5958px}.favicon-sqa{background-position:0 -5976px}.favicon-sqameta{background-position:0 -5994px}.favicon-stackapps{background-position:0 -6012px}.favicon-stackexchange{background-position:0 -6030px}.favicon-stackexchangemeta{background-position:0 -6048px}.favicon-stackoverflow{background-position:0 -6066px}.favicon-stackoverflowmeta{background-position:0 -6084px}.favicon-stats{background-position:0 -6102px}.favicon-statsmeta{background-position:0 -6120px}.favicon-stellar{background-position:0 -6138px}.favicon-stellarmeta{background-position:0 -6156px}.favicon-substrate{background-position:0 -6174px}.favicon-substratemeta{background-position:0 -6192px}.favicon-superuser{background-position:0 -6210px}.favicon-superusermeta{background-position:0 -6228px}.favicon-sustainability{background-position:0 -6246px}.favicon-sustainabilitymeta{background-position:0 -6264px}.favicon-techcomm{background-position:0 -6282px}.favicon-techcommmeta{background-position:0 -6300px}.favicon-tex{background-position:0 -6318px}.favicon-texmeta{background-position:0 -6336px}.favicon-tezos{background-position:0 -6354px}.favicon-tezosmeta{background-position:0 -6372px}.favicon-tor{background-position:0 -6390px}.favicon-tormeta{background-position:0 -6408px}.favicon-travel{background-position:0 -6426px}.favicon-travelmeta{background-position:0 -6444px}.favicon-tridion{background-position:0 -6462px}.favicon-tridionmeta{background-position:0 -6480px}.favicon-ukrainian{background-position:0 -6498px}.favicon-ukrainianmeta{background-position:0 -6516px}.favicon-unix{background-position:0 -6534px}.favicon-unixmeta{background-position:0 -6552px}.favicon-ux{background-position:0 -6570px}.favicon-uxmeta{background-position:0 -6588px}.favicon-vegetarianism{background-position:0 -6606px}.favicon-vegetarianismmeta{background-position:0 -6624px}.favicon-vi{background-position:0 -6642px}.favicon-vimeta{background-position:0 -6660px}.favicon-webapps{background-position:0 -6678px}.favicon-webappsmeta{background-position:0 -6696px}.favicon-webmasters{background-position:0 -6714px}.favicon-webmastersmeta{background-position:0 -6732px}.favicon-windowsphone{background-position:0 -6750px}.favicon-windowsphonemeta{background-position:0 -6768px}.favicon-woodworking{background-position:0 -6786px}.favicon-woodworkingmeta{background-position:0 -6804px}.favicon-wordpress{background-position:0 -6822px}.favicon-wordpressmeta{background-position:0 -6840px}.favicon-workplace{background-position:0 -6858px}.favicon-workplacemeta{background-position:0 -6876px}.favicon-worldbuilding{background-position:0 -6894px}.favicon-worldbuildingmeta{background-position:0 -6912px}.favicon-writing{background-position:0 -6930px}.favicon-writingmeta{background-position:0 -6948px}.autocomplete{position:relative}.autocomplete .autocomplete-suggestions-list{background:hsl(0,0%,100%);border:1px solid hsl(210,8%,80%);color:hsl(210,8%,45%);position:absolute;z-index:999;bottom:6px;left:0;right:0;transform:translate(0, 100%);box-shadow:0 6px 6px hsla(210,8%,5%,0.1);max-height:350px;overflow:auto}.autocomplete .autocomplete-suggestions-list a{color:hsl(210,8%,45%)}.autocomplete .autocomplete-suggestions-list .autocomplete-category-name,.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion,.autocomplete .autocomplete-suggestions-list .autocomplete-default,.autocomplete .autocomplete-suggestions-list .autocomplete-default{padding:10px}.autocomplete .autocomplete-suggestions-list .autocomplete-category-name{background:#f6f6f7;font-size:var(--fs-fine);text-transform:uppercase}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion{cursor:pointer;display:flex;align-items:center}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion.child{padding-left:26px;margin-top:-5px;position:relative}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion.child:before{content:'';display:inline-block;width:12px;height:12px;border-left:1px solid #b9c1c5;border-bottom:1px solid #b9c1c5;position:relative;top:-6px;left:-6px}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion:hover,.autocomplete .autocomplete-suggestions-list .autocomplete-default:hover{background:#eeeef0;color:hsl(210,8%,5%)}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion-item{max-width:90%;word-wrap:break-word;overflow:hidden;flex-grow:1;margin-left:6px}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion-image{width:20px;height:20px;overflow:hidden;flex-shrink:0}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion-image img{max-width:100%;height:auto}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion-match{color:hsl(210,8%,5%);font-weight:700}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion-url{font-size:var(--fs-fine);color:hsl(210,8%,75%)}.autocomplete .autocomplete-suggestions-list .autocomplete-suggestion-count{font-size:var(--fs-body1);color:hsl(210,8%,60%)}.autocomplete .autocomplete-suggestions-list .autocomplete-default{border-top:1px solid hsl(210,8%,80%);display:block}#tabs,.tabs{float:right}#tabs a,.tabs a{float:left;margin-right:8px;padding:12px 8px 14px;color:var(--black-400);line-height:1;text-decoration:none;border-bottom:2px solid transparent}#tabs a:last-child,.tabs a:last-child{margin-right:0}#tabs a:focus,.tabs a:focus{outline:none}#tabs a:hover,.tabs a:hover{color:var(--black-500);border-bottom-color:var(--black-500)}#tabs a.youarehere,.tabs a.youarehere{font-weight:700;color:var(--black-800);border-bottom-color:var(--black-800)}#tabs .mod-flag-indicator,.tabs .mod-flag-indicator{margin-left:-4px}#tabs .bounty-indicator-tab,.tabs .bounty-indicator-tab{margin-right:0;padding:.4em .5em .3em;vertical-align:middle;line-height:1}.subtabs,.filter{box-sizing:border-box;float:right;margin:0}.subtabs a,.filter a{display:block;margin:0 0 0 var(--su2);padding:var(--su8);border-bottom:1px solid transparent;color:var(--black-500);font-size:var(--fs-caption);line-height:var(--lh-xl);text-decoration:none;transition:all 150ms var(--te-smooth-quick)}.subtabs a.youarehere,.filter a.youarehere,.subtabs a.active,.filter a.active,.subtabs a:hover,.filter a:hover{border-color:var(--theme-primary-color);color:var(--black-700);text-decoration:none}.subtabs a.youarehere,.filter a.youarehere,.subtabs a.active,.filter a.active{border-color:var(--theme-primary-color);font-weight:700}.subtabs a.youarehere:hover,.filter a.youarehere:hover,.subtabs a.active:hover,.filter a.active:hover{border-color:var(--theme-primary-500);color:var(--black-900)}.subtabs a{float:right}.subtabs.filters.tag-synonyms{width:auto}.filter{margin:0}.filter a{display:inline-flex;padding-left:var(--su4);padding-right:var(--su4);border-bottom-width:2px}[class*="gravatar-wrapper-"]{padding:0;overflow:hidden}[class*="gravatar-wrapper-"] img{margin:0 auto}.gravatar-wrapper-256,.gravatar-wrapper-164,.gravatar-wrapper-128,.gravatar-wrapper-256 img,.gravatar-wrapper-164 img,.gravatar-wrapper-128 img{border-radius:4px}.gravatar-wrapper-64,.gravatar-wrapper-50,.gravatar-wrapper-48,.gravatar-wrapper-64 img,.gravatar-wrapper-50 img,.gravatar-wrapper-48 img{border-radius:2px}.gravatar-wrapper-256,.gravatar-wrapper-256 img{width:256px;height:256px}.gravatar-wrapper-164,.gravatar-wrapper-164 img{width:164px;height:164px}.gravatar-wrapper-128,.gravatar-wrapper-128 img{width:128px;height:128px}.gravatar-wrapper-64,.gravatar-wrapper-64 img{width:64px;height:64px}.gravatar-wrapper-50,.gravatar-wrapper-50 img{width:50px;height:50px}.gravatar-wrapper-48,.gravatar-wrapper-48 img{width:48px;height:48px}.gravatar-wrapper-42,.gravatar-wrapper-42 img{width:42px;height:42px}.gravatar-wrapper-40,.gravatar-wrapper-40 img{width:40px;height:40px}.gravatar-wrapper-32,.gravatar-wrapper-32 img{width:32px;height:32px}.gravatar-wrapper-25,.gravatar-wrapper-25 img{width:25px;height:25px}.dropdown.left:before{left:4px}.dropdown.right:before{right:4px}.dropdown{position:absolute !important;top:25px;z-index:100;box-shadow:0 2px 5px hsla(210,8%,5%,0.3);border-radius:2px;background-color:var(--white);margin:0}.dropdown:before{position:absolute;z-index:101;content:"";width:16px;height:16px;top:-11px;right:4px;background:url('../../Img/filter-sprites.png?v=25267dbcd657') -16px 0 no-repeat;background:url('../../Img/filter-sprites.svg?v=d1e85fbf5198') -16px 0 no-repeat}.dropdown ul{margin:0}.dropdown li{text-align:left;white-space:nowrap;position:relative;border-bottom:1px solid var(--black-050);line-height:12px;display:block;background-color:var(--white);height:auto;margin-bottom:0;transition:all .2s ease}.dropdown li:hover{background-color:var(--black-025)}.dropdown li:active{background-color:var(--black-050)}.dropdown li a.selected{background-color:hsl(210,8%,95%);color:hsl(210,8%,60%)}.dropdown li:first-child{border-top:1px solid var(--black-050)}.dropdown li .bounty-indicator-tab{margin-left:10px}.dropdown li .bounty-indicator-tab a:hover{text-decoration:none}.dropdown li a{box-sizing:border-box;width:100%;padding:10px 10px 10px 10px;display:inline-block}.dropdown li a#edit-favorite-tags{width:auto;font-size:var(--fs-fine)}.-is-active .-frequency-menu{max-height:40em}@keyframes spinnerRotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}a.loading:before{content:"";position:relative;display:inline-block;top:1px;left:-4px;width:8px;height:8px;border-radius:50%;border:2px solid hsl(205,53%,88%);border-left-color:hsl(205,56%,76%);transform:translateZ(0);animation:spinnerRotate .8s infinite linear}.hero-background{background-image:url("../../Img/hero/anonymousHeroBackground.svg?v=b7f6054406b5");background-size:contain;background-repeat:no-repeat;background-position:center}.hero-box{background:#437dcc;margin:40px 0;color:hsl(0,0%,100%);text-align:center;position:relative}.hero-box .hero-content{padding:30px}.hero-box .hidden{display:none}.hero-box .hero-title{font-size:var(--fs-subheading);font-weight:400;margin-bottom:30px}.hero-box .hero-title small{display:block;font-size:var(--fs-body3);padding-top:4px}.hero-box .subtitle{font-size:var(--fs-body2)}.hero-box .btn{background:#f48024;border-color:#9B6114;box-shadow:inset 0 1px 0 #ffc272}.hero-box .btn.loading{color:white}.hero-box .btn:hover{background:#da670b}.modal{max-width:min(700px, 90%);max-height:900px;min-width:min(400px, 100%);background-color:var(--white);border-radius:3px;position:fixed !important;z-index:9999;overflow:hidden}@media (prefers-color-scheme:dark){body.theme-system .modal{background-image:var(--black-100)}}body.theme-dark .modal,.theme-dark__forced .modal,body.theme-system .theme-dark__forced .modal{background-image:var(--black-100)}.modal *{box-sizing:border-box}.modal.auto-center{left:50% !important;top:50% !important;transform:translate(-50%, -50%)}.modal.wmd-prompt-dialog{padding:0;border:0}.modal:focus{outline:none}.modal .modal-close{position:absolute;top:4px;right:4px;z-index:2;font-family:var(--ff-sans);color:var(--black-200);font-size:var(--fs-body3);font-weight:600;line-height:1;width:30px;height:30px;text-align:center;padding-top:7px;border-radius:50%;cursor:pointer}.modal .modal-close:hover{color:var(--black-600);background:var(--black-050)}.modal .modal-content,.modal .modal-footer{padding:30px}.modal .modal-footer{background:hsl(210,8%,25%);color:hsl(0,0%,100%)}.modal .modal-footer a{color:inherit;text-decoration:underline}.modal .modal-footer a:hover{color:hsl(0,0%,100%)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:hsla(210,8%,5%,0.5);z-index:1001}.modal.image-upload .modal-content{text-align:center}.modal.image-upload .modal-options{padding:24px 0 9px 0;color:var(--black-700)}.modal.image-upload .modal-options p{margin-bottom:0}.modal.image-upload .modal-options .ajax-loader{margin-left:10px}.modal.image-upload .modal-options-separator{margin:0 6px}.modal.image-upload .modal-dropzone-default,.modal.image-upload .modal-dropzone-preview{border:2px dashed var(--black-075);height:260px;border-radius:3px;padding:15px;width:620px;max-width:100%;position:relative}.modal.image-upload .modal-dropzone-default{background:var(--black-050);cursor:pointer;transition:background 300ms ease, border 300ms ease}.modal.image-upload .modal-dropzone-default:hover,.modal.image-upload .modal-dropzone-default.hover{background:var(--black-075);border-color:var(--black-100)}.modal.image-upload .modal-dropzone-default:hover .modal-dropzone-img:before,.modal.image-upload .modal-dropzone-default.hover .modal-dropzone-img:before{top:-50px}.modal.image-upload .modal-dropzone-default:hover .modal-dropzone-img:after,.modal.image-upload .modal-dropzone-default.hover .modal-dropzone-img:after{top:-76px}.modal.image-upload .modal-dropzone-default>*{pointer-events:none}.modal.image-upload .modal-dropzone-default .modal-dropzone-img{background-image:url("../../Img/img-upload.png?v=f6bb23984932");background-image:url('../../Img/img-upload.svg?v=16d9e4614ece'),none;background-position:0 0;width:86px;height:78px;position:absolute;top:88px;left:50%;margin-left:-43px}.modal.image-upload .modal-dropzone-default .modal-dropzone-img:before,.modal.image-upload .modal-dropzone-default .modal-dropzone-img:after{position:absolute;background-image:url("../../Img/img-upload.png?v=f6bb23984932");background-image:url('../../Img/img-upload.svg?v=16d9e4614ece'),none;display:block;content:'';transition:all .15s ease}.modal.image-upload .modal-dropzone-default .modal-dropzone-img:before{background-position:-120px -21px;width:156px;height:65px;top:-44px;left:-33px}.modal.image-upload .modal-dropzone-default .modal-dropzone-img:after{background-position:-130px -90px;width:53px;height:61px;top:-66px;left:18px}.modal.image-upload .modal-dropzone-default p{margin-top:166px;margin-bottom:0;color:var(--black-350);font-size:var(--fs-body3)}.modal.image-upload .modal-dropzone-default p b{font-size:var(--fs-headline1);color:var(--black-500);font-weight:700;display:block;margin-bottom:10px}.modal.image-upload .modal-options-error-message{color:var(--red-500);font-weight:bold}.modal.image-upload .modal-footer p{padding-top:12px}.modal.wmd-prompt-dialog.insert-link{padding:20px;width:470px;overflow:visible}.modal.wmd-prompt-dialog.insert-link .tabs{margin-bottom:20px;float:left;width:100%;height:41px;border-bottom:1px solid var(--black-050)}.modal.wmd-prompt-dialog.insert-link .notes{padding:5px}.modal.wmd-prompt-dialog.insert-link form{padding:0;margin:0;float:left;width:100%;position:relative}.modal.wmd-prompt-dialog.insert-link form input[type=text]{display:block;width:100%;margin:0 auto}.modal.wmd-prompt-dialog.insert-link form input[type=button]{margin:20px 10px 0 0;display:inline}.modal.wmd-prompt-dialog.insert-link form input[type=button].insert-hyperlink{width:5em}.popup{z-index:var(--zi-popovers);display:none;position:absolute;padding:var(--su16);box-shadow:var(--bs-sm);background-color:var(--white);border:solid 1px var(--black-300)}@media (prefers-color-scheme:dark){body.theme-system .popup{background-color:var(--black-100)}}body.theme-dark .popup,.theme-dark__forced .popup,body.theme-system .theme-dark__forced .popup{background-color:var(--black-100)}.popup .already-flagged{display:inline-block;margin-left:23px;margin-top:8px;color:var(--red-700);font-weight:700}.popup .disabled-action{cursor:default !important}.popup .disabled-action .action-desc,.popup .disabled-action .action-name{opacity:.6;cursor:default !important}.popup textarea{width:100%}.popup .subheader{margin-bottom:10px !important;margin-top:25px !important}.popup .popup-title-container{margin-bottom:10px}.popup .popup-title-container .popup-breadcrumbs .breadcrumb .arrow{padding:0 6px}.popup #search-text,.popup .close-as-duplicate-pane .actual-edit-overlay{width:755px !important}.popup .question-summary{border:0}.message.message-config,.contributor-dropdown,.ask-confirmation-popup{border-radius:5px;border:0;box-shadow:var(--bs-sm)}.message.message-config .message-close,.contributor-dropdown .message-close,.ask-confirmation-popup .message-close,.message.message-config .popup-close a,.contributor-dropdown .popup-close a,.ask-confirmation-popup .popup-close a{margin:0;padding:0;position:absolute;z-index:2;top:11px;right:10px;border:0;font-size:var(--fs-body3);cursor:pointer;color:var(--black-200) !important;font-weight:600}.message.message-config .message-close:hover,.contributor-dropdown .message-close:hover,.ask-confirmation-popup .message-close:hover,.message.message-config .popup-close a:hover,.contributor-dropdown .popup-close a:hover,.ask-confirmation-popup .popup-close a:hover{color:var(--black-600) !important}.message.message-config .popup-close a,.contributor-dropdown .popup-close a,.ask-confirmation-popup .popup-close a{background:none;right:22px}.ask-confirmation-popup .popup-close a{top:var(--su16);right:var(--su16)}.ask-confirmation-popup .popup-title{padding-right:32px}.ask-confirmation-popup .popup-actions{display:flex;justify-content:center;align-items:center;margin-top:var(--su8)}.ask-confirmation-popup .popup-actions-cancel{margin-right:var(--su16)}.message.message-config .message-tip .popup-title{font-weight:700 !important}.message.message-config .message-tip.message-tip-top-right:before,.message.message-config .message-tip.message-tip-top-left:before{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid var(--white);top:-12px}.message.message-config .message-tip.message-tip-top-right:before{right:12px}.message.message-config .message-tip.message-tip-top-left:before{left:12px}.message.message-config h1,.message.message-config h2,.message.message-config h3,.message.message-config h4{color:var(--black-900);margin-bottom:1em}.message.message-config h4{text-align:left;letter-spacing:0;margin-right:var(--su16)}.message.message-config h4.popup-nav-title{text-align:center;margin:0 15px 15px 10px}.message.message-config .actions{margin:20px -20px -20px -20px;padding:0 15px 0 15px;background:hsl(210,8%,25%);height:48px;border-radius:0 0 3px 3px}.message.message-config .actions:before,.message.message-config .actions:after{content:"";display:table}.message.message-config .actions:after{clear:both}.message.message-config .actions .rep-number,.message.message-config .actions .button{text-align:center;font-size:var(--fs-caption)}.message.message-config .actions .rep-number{float:left;display:inline-block;color:hsl(0,0%,100%);font-weight:700;padding-top:16px}.message.message-config .actions .button{float:right;padding:8px 16px;margin-top:10px;text-decoration:none;display:inline-block;color:hsl(0,0%,100%) !important;font-weight:600;background:var(--blue-400);box-shadow:none!important;border:0;border-radius:3px}.message.message-config .actions .button:hover{background:var(--blue-600)}.message.message-config .actions .button:after{content:" ";display:inline-block;background-image:url("../../Img/user-profile-sprite.png?v=6829b895a42c");background-image:url("../../Img/user-profile-sprite.svg?v=d88bb7069e3d"),none;background-position:-15px -409px;width:7px;height:10px;position:relative;top:2px;left:4px}.message.message-config .message-text{padding:20px !important;border-radius:6px;position:relative;z-index:1}.message.message-config .message-text .question-hyperlink,.message.message-config .message-text .answer-hyperlink{font-size:var(--fs-body1);text-decoration:none;color:var(--theme-post-title-color)}.message.message-config .message-text .question-hyperlink:hover,.message.message-config .message-text .answer-hyperlink:hover{color:var(--theme-post-title-color-hover)}.message.message-config .popup-nav{list-style:none;margin:0 -20px -20px -20px;padding:0;text-align:center}.message.message-config .popup-nav li{margin:0;padding:0;border-bottom:1px solid var(--black-050)}.message.message-config .popup-nav li:last-child{border-bottom:0}.message.message-config .popup-nav li:first-child{border-top:1px solid var(--black-050)}.message.message-config .popup-nav li a{transition:color .3s ease,background .3s ease;text-decoration:none;color:var(--black-500);font-size:var(--fs-body1);display:block;padding:10px 15px}.message.message-config .popup-nav li a:hover,.message.message-config .popup-nav li a.active,.message.message-config .popup-nav li a.youarehere{background:var(--blue-600);color:var(--white)}.message.message-config .unstyled{padding:0;list-style:none;text-align:center;margin:0 -20px -20px -20px}.message.message-config .unstyled li{border-bottom:1px solid var(--black-050);padding:10px}.message.message-config .unstyled li .badge{text-decoration:none}.message.message-config .unstyled li:first-child{border-top:1px solid var(--black-050)}.message.message-config .unstyled li:last-child{border-bottom:0}.message.message-config.tooltip{border-radius:3px;pointer-events:none}.message.message-config.tooltip .message-inner:before{display:none}.message.message-config.tooltip .message-text{font-weight:500;font-size:var(--fs-fine);color:var(--black-900);padding:3px 8px!important;border-radius:3px}.message.message-config .no-cta p{margin-bottom:0}.message.message-config .no-cta .bars-wrapper{margin-top:10px}.envelope-on,.envelope-off,.vote-up-off,.vote-up-on,.vote-down-off,.vote-down-on,.feed-icon,.vote-accepted-off,.vote-accepted-on,.vote-accepted-bounty,.badge-earned-check,.delete-tag,.grippie,.expander-arrow-hide,.expander-arrow-show,.expander-arrow-small-hide,.expander-arrow-small-show,.anonymous-gravatar,.badge1,.badge2,.badge3{background-image:url("../../Img/unified/sprites.png?v=0786b22b9381");background-image:url("../../Img/unified/sprites.svg?v=fcc0ea44ba27"),none;background-size:initial;background-repeat:no-repeat;overflow:hidden}.badge1,.badge2,.badge3{background-image:url("img/sprites.svg?v=f121028be08e")}.vote-up-off,.vote-up-on,.vote-down-off,.vote-down-on,.vote-accepted-off,.vote-accepted-on{display:block;margin:0 auto;text-indent:-999em;width:40px;height:40px;margin-bottom:2px}.vote-up-off,.vote-down-off,.vote-accepted-off{cursor:pointer}.vote-up-off,.vote-up-on,.vote-down-off,.vote-down-on,.vote-accepted-off,.vote-accepted-on{text-indent:-9999em;font-size:1px}.vote-up-off{background-position:0 -170px}.vote-up-on{background-position:-40px -170px}.vote-down-off{background-position:0 -220px;margin-bottom:8px}.vote-down-on{background-position:-40px -220px;margin-bottom:8px}.vote-accepted-off{background-position:0 -270px}.vote-accepted-on{background-position:-40px -270px}.migrated.to,.migrated.from{background-image:url("../../Img/unified/sprites.png?v=0786b22b9381") !important;background-repeat:no-repeat;overflow:hidden;background-color:transparent}.icon-bg{display:inline-block;border:none;height:18px;width:18px;padding:0}.icon-bg::after{content:"";height:100%;width:100%;display:inline-block;background-color:currentColor;-webkit-mask:var(--bg-icon) no-repeat center;mask:var(--bg-icon) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.icon-bg.native::after{background-color:unset;-webkit-mask:none;mask:none;background-image:var(--bg-icon);background-size:contain;background-repeat:no-repeat;background-position:center}.icon-bg.iconAchievements{--bg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-icon iconAchievements' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M15 2V1H3v1H0v4c0 1.6 1.4 3 3 3v1c.4 1.5 3 2.6 5 3v2H5s-1 1.5-1 2h10c0-.4-1-2-1-2h-3v-2c2-.4 4.6-1.5 5-3V9c1.6-.2 3-1.4 3-3V2h-3zM3 7c-.5 0-1-.5-1-1V4h1v3zm8.4 2.5L9 8 6.6 9.4l1-2.7L5 5h3l1-2.7L10 5h2.8l-2.3 1.8 1 2.7h-.1zM16 6c0 .5-.5 1-1 1V4h1v2z'/%3E%3C/svg%3E")}.icon-bg.iconFaceMindBlown{--bg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-icon iconFaceMindBlown' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath opacity='.4' d='M1.06 8a8 8 0 1015.88 0H16l-1 .5-1-.5h-1.5l-1.5.5L9 8l-.5.5-1-.5H6l-1 .5-.5-.5h-1l-.5.5L2 8h-.94z' fill='%23FFAA3B'/%3E%3Cpath opacity='.3' d='M3.5 8h.41a11.5 11.5 0 0010.38 7A8 8 0 011.06 8H2l1 .5.5-.5z' fill='%23FF9700'/%3E%3Cpath d='M6.07 14.68a.7.7 0 00.67.28c1.5-.16 3.01-.16 4.51 0a.71.71 0 00.67-.28.7.7 0 00.06-.72A3.23 3.23 0 009 12.36a3.3 3.3 0 00-3 1.6.7.7 0 00.07.72z' fill='var(--black-900)'/%3E%3Cpath d='M7.36 4.37c.18.23.4.42.68.55a2.19 2.19 0 001.95 0c.26-.13.48-.31.65-.53.15.93.36 2.29.36 2.61 0 .5-4 .5-4 0 0-.32.21-1.7.36-2.63z' fill='%23F75D37'/%3E%3Cpath opacity='.67' d='M15.33 2.43a2.8 2.8 0 00-1.73-.53c-.06-.4-.28-.76-.64-1.05-.35-.26-.8-.44-1.27-.5-.49-.06-.98 0-1.42.16A2.9 2.9 0 008.4.08c-.39.05-.75.17-1.06.36A3.04 3.04 0 006.02.37c-.8.13-1.48.6-1.72 1.2-.11.27-.13.55-.07.83-.77.07-1.47.45-1.8.99-.6.98.26 2.4 1.6 2.6.97.14 2.13-.15 2.63-.79.22-.27.33-.58.34-.9.21.26.5.47.86.62a2.92 2.92 0 002.28 0c.35-.15.64-.37.85-.63.04.43.27.83.65 1.14a2.93 2.93 0 003.03.25c.81-.42 1.42-1.42 1.32-2.16-.05-.41-.28-.8-.66-1.09z' fill='%23FFC166'/%3E%3Cpath opacity='.78' d='M7.4 2c1.19 0 2.3-.2 3.26-.55.9 1.2 2.88 2.13 5.32 2.44A2.61 2.61 0 0113.1 6a2.68 2.68 0 01-1.45-.56A1.65 1.65 0 0111 4.3c-.2.26-.5.48-.85.63a2.92 2.92 0 01-2.28 0A2.21 2.21 0 017 4.3c0 .32-.12.63-.34.9-.5.64-1.66.93-2.62.78-1.35-.2-2.22-1.6-1.6-2.6a2.36 2.36 0 011.79-.98 1.4 1.4 0 01.1-.88c.9.3 1.95.48 3.07.48z' fill='%23FFC166'/%3E%3Cpath opacity='.52' d='M11.09 3.47a7.43 7.43 0 01-5.43.05c-1 .27-2.17.44-3.42.47-.06.88.71 1.83 1.8 2 .96.14 2.12-.15 2.62-.79.22-.27.33-.58.34-.9.21.26.5.47.86.62a2.92 2.92 0 002.28 0c.35-.15.64-.37.85-.63.04.43.27.83.65 1.14a2.93 2.93 0 003.03.25c.35-.18.66-.47.9-.8a11.57 11.57 0 01-4.48-1.4z' fill='%23F75D37'/%3E%3Ccircle cx='11' cy='10.5' r='1.35' fill='var(--black-900)'/%3E%3Ccircle cx='7' cy='10.5' r='1.35' fill='var(--black-900)'/%3E%3Ccircle opacity='.6' cx='3.5' cy='6.5' r='.5'/%3E%3Ccircle opacity='.6' cx='14.5' cy='.5' r='.5'/%3E%3Ccircle opacity='.6' cx='14.5' cy='6.5' r='.5'/%3E%3Ccircle opacity='.6' cx='16.5' cy='4.5' r='.5'/%3E%3Ccircle opacity='.6' cx='3.5' cy='.5' r='.5'/%3E%3Ccircle opacity='.6' cx='1.5' cy='3.5' r='.5'/%3E%3C/svg%3E")}.icon-bg.iconWave{--bg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-icon iconWave' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M10.7 17c-2.3 0-3.9-2.05-5.07-3.54l-.49-.6c-.67-.8-1.59-1.63-2.4-2.36A10.91 10.91 0 011.1 8.87a.79.79 0 01-.09-.56c.04-.19.14-.34.27-.4.14-.07.29-.1.45-.1.35 0 .67.18.87.34l3.5 2.75c.04.03.1.03.13 0a.09.09 0 00.02-.13l-.02-.02c-.57-.8-3.42-4.77-3.71-5.15-.21-.27-.3-.58-.24-.84.05-.2.2-.37.4-.48.18-.09.35-.13.52-.13.44 0 .76.28.96.51l3.6 4.42c.04.04.07.06.14.02.05-.02.06-.07.03-.12L4.41 2.96a.94.94 0 01-.1-.73.92.92 0 01.47-.57 1.06 1.06 0 011.4.39l3.8 6.14c.03.04.07.07.14.04.04-.03.06-.07.04-.13A153.8 153.8 0 008.1 2.54c-.31-.68-.2-1.14.36-1.42.52-.27 1.14-.07 1.47.48l3.69 8.3c.02.04.05.05.1.06a.1.1 0 00.09-.07l.66-2.28c.1-.3.31-.56.62-.72.3-.15.65-.18.98-.1.7.2 1.09.87.89 1.52-.1.37-.46 1.73-.99 3.43l-.1.33c-.58 1.86-1.03 3.33-3.11 4.4-.7.35-1.38.53-2.05.53z' fill='%23FFC166'/%3E%3Cpath d='M14 .37a.5.5 0 00-.88.45l1.96 3.9a.5.5 0 00.9-.45L14 .37zm-1.17 2.17a.5.5 0 00-.91.42l.84 1.87a.5.5 0 10.91-.41l-.84-1.88zm-10.6 9.74a.5.5 0 01.7-.02l1.7 1.6a.5.5 0 01-.7.72l-1.68-1.6a.5.5 0 01-.02-.7zm-1.39.98a.5.5 0 10-.68.73l3.03 2.84a.5.5 0 00.68-.73L.84 13.26z' opacity='.4'/%3E%3C/svg%3E")}.icon-bg.iconFire{--bg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-icon iconFire' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath opacity='.6' d='M13.18 9c-.8.33-1.46.6-1.97 1.3A9.21 9.21 0 0010 13.89a10 10 0 001.32-.8 2.53 2.53 0 01-.63 2.91h.78a3 3 0 001.66-.5 4.15 4.15 0 001.26-1.61c.4-.96.47-1.7.55-2.73.05-1.24-.1-2.49-.46-3.68a2 2 0 01-.4.91 2.1 2.1 0 01-.9.62z' fill='%23FF6700'/%3E%3Cpath d='M10.4 12.11a7.1 7.1 0 01.78-1.76c.3-.47.81-.8 1.37-1.08 0 0-.05-3.27-1.55-5.27-1.5-2-3.37-2.75-4.95-2.61 0 0 3.73 2.42.72 5.15C4.63 8.45 3.59 10.87 4.13 13a4.14 4.14 0 003.1 3 4.05 4.05 0 011.08-3.89C9.42 10.92 8 9.79 8 9.79c.67.02 1.3.28 1.81.72a2 2 0 01.58 1.6z' fill='%23EF2E2E'/%3E%3C/svg%3E")}.icon-bg.iconHeart{--bg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-icon iconHeart' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M5.25 2c-1.5 0-2.35.5-3.15 1.36C.5 5 .5 8.2 2.1 10l6 5.87c.2.2.6.2.8 0l6-5.87c1.6-1.8 1.6-5 0-6.64A3.86 3.86 0 0011.75 2C10.2 2 9 3 8.5 3.9 8 3 6.5 2 5.25 2zm8.6 4.85l-2 2a.5.5 0 01-.7-.7l2-2a.5.5 0 01.7.7z' fill='%23F75D37'/%3E%3C/svg%3E")}.icon-bg.iconClap{--bg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-icon iconClap' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M12.5 3a.5.5 0 01-.5-.5v-2a.5.5 0 011 0v2a.5.5 0 01-.5.5zM14 4.5c0-.28.22-.5.5-.5h2a.5.5 0 010 1h-2a.5.5 0 01-.5-.5zm-.35-1.85a.5.5 0 00.7.7l1.5-1.5a.5.5 0 00-.7-.7l-1.5 1.5z' opacity='.4'/%3E%3Cpath d='M2.58 8.69c.33.45.73.8 1.15 1.06L5.8 6c.17-.29.4-.56.68-.74.44-.28.99-.26 1.4-.02h.02c.32-.04 1.6-.06 2.73-.08a41.5 41.5 0 001.77-.04c.49-.04.68-.3.65-.75-.02-.46-.44-.65-.9-.6l-6.76.36c-.05.01-.1-.07-.07-.11l1.03-1.36c.3-.4.16-.97-.21-1.26a.87.87 0 00-1.25.13C4.3 2.26 3.74 3 3.19 3.76c-1.08 1.47-1.83 3.29-.61 4.93zm10.1.41h-.75c.11-.23.18-.47.17-.73 0-.19-.06-.37-.15-.53l.73.01c.41.03.68.35.68.6 0 .24-.23.66-.68.65zM10.9 7.15l2.6-.02a.66.66 0 00.6-.77c-.08-.41-.47-.64-.87-.64l-2.66.04c.35.37.48.9.33 1.4zM5.52 17c-2.04 0-3.15-1.78-3.7-3.52a53.2 53.2 0 01-.77-2.7c-.15-.46.14-.94.63-1.07.47-.13 1 .1 1.15.58l.47 1.63c.02.06.11.06.14 0l3.01-5.54c.24-.4.6-.73.97-.54.4.2.47.54.25 1.02-.08.18-.33.66-.63 1.22-.51.96-1.15 2.16-1.26 2.49-.01.04-.03.21.08.29.1.07.28-.06.3-.09l2.71-4.14c.2-.34.63-.66.98-.48.34.18.46.6.26.93L7.37 11.2c-.02.03-.14.32.05.43.19.12.4-.04.42-.07L10.2 8.3c.27-.31.51-.51.9-.32.34.18.33.61.06.97-.45.6-.8 1.13-1.16 1.64-.4.58-.8 1.15-1.28 1.8-.02.03-.13.23 0 .37.12.13.27 0 .27 0l1.9-2.3c.23-.3.48-.42.8-.25.28.14.22.58.09.8-.53.91-1.2 1.72-1.86 2.53C8.75 14.94 7.55 17 5.52 17z' fill='%23FFC166'/%3E%3C/svg%3E")}.icon-bg.iconFaceSmile{--bg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-icon iconFaceSmile' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle opacity='.4' cx='9' cy='9' r='8' fill='%23FFAA3B'/%3E%3Cpath opacity='.3' d='M8.41 17a10 10 0 01.38-15.75c.1-.08.2-.16.28-.25a8 8 0 00-.66 16z' fill='%23FF9700'/%3E%3Cpath d='M6.5 8a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm2.6 6a7.37 7.37 0 01-4.79-2.06 1.1 1.1 0 010-1.54c.42-.51 1.15-.51 1.67-.1.31.3 3.23 2.88 6.14 0a1.06 1.06 0 011.57.1 1.1 1.1 0 010 1.54C12.13 13.38 10.56 14 9.1 14zM13 6.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' fill='var(--black-900)'/%3E%3C/svg%3E")}.icon-bg.iconTada{--bg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-icon iconTada' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath opacity='.4' d='M10.38 7.48c-2.9-2.9-5.4-3.73-5.51-3.38l-3.8 11.45c-.14.4-.03.86.27 1.15.3.3.78.38 1.17.22l11.42-3.31c.3-.15-.64-3.22-3.54-6.13z' fill='%23FF9700'/%3E%3Cpath d='M6.8 11.07a18.02 18.02 0 01-2.93-3.96l1-3C5.47 6.15 6.65 8 8.25 9.4a21.72 21.72 0 005.59 4.22l-2.86.83a31.19 31.19 0 01-4.17-3.39zM3.6 14.2a4.26 4.26 0 01-1.33-2.24l.91-2.74c.5 1.27 1.25 2.43 2.2 3.4.95.95 2 1.81 3.1 2.57l-2.57.74a9.03 9.03 0 01-2.31-1.72z' opacity='.6' fill='%23FF9700'/%3E%3Cpath d='M15.85 2.15c.2.2.2.5 0 .7l-4 4a.5.5 0 01-.7-.7l4-4c.2-.2.5-.2.7 0z' fill='%23F75D37'/%3E%3Cpath d='M10 1.5a.5.5 0 00-1 0v3a.5.5 0 001 0v-3zM13.5 8a.5.5 0 000 1h3a.5.5 0 000-1h-3z' fill='%2307C'/%3E%3Cpath d='M7.5 3a.5.5 0 100-1 .5.5 0 000 1zm5 0a.5.5 0 100-1 .5.5 0 000 1zM16 5.5a.5.5 0 11-1 0 .5.5 0 011 0zm-.5 5.5a.5.5 0 100-1 .5.5 0 000 1z' opacity='.6' fill='%2307C'/%3E%3C/svg%3E")}.icon-bg.iconSmileyAdd{--bg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-icon iconSmileyAdd' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M13 0h2v3h3v2h-3v3h-2V5h-3V3h3V0zM6.44 2.15A8 8 0 018 2v2a6 6 0 106 6h2a8 8 0 11-9.56-7.85zM8.1 14.22a5.51 5.51 0 01-3.72-1.6.88.88 0 011.24-1.24 3.24 3.24 0 004.76 0 .88.88 0 011.24 1.24 4.9 4.9 0 01-3.52 1.6zM7.25 8a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zM10 9.25a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z'/%3E%3C/svg%3E")}.informative-tooltip{position:absolute;padding:.8em;max-width:200px;z-index:var(--zi-tooltips);border-radius:var(--br-sm);background:#474747;font-size:var(--fs-caption);color:hsl(0,0%,100%)}.informative-tooltip.arrow:before{position:absolute;content:"";width:0;height:0}.informative-tooltip.arrow.up-left:before,.informative-tooltip.arrow.up-center:before,.informative-tooltip.arrow.up-right:before{top:-4px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #474747}.informative-tooltip.arrow.up-center:before{left:50%;margin-left:-5px}.informative-tooltip.arrow.up-left:before{left:10px}.informative-tooltip.arrow.up-right:before{right:10px}.informative-tooltip.arrow.down-left:before,.informative-tooltip.arrow.down-center:before,.informative-tooltip.arrow.down-right:before{bottom:-4px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #474747}.informative-tooltip.arrow.down-center:before{left:50%;margin-left:-5px}.informative-tooltip.arrow.down-left:before{left:10px}.informative-tooltip.arrow.down-right:before{right:10px}.informative-tooltip.arrow.left-top:before,.informative-tooltip.arrow.left-center:before,.informative-tooltip.arrow.left-bottom:before{left:-4px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #474747}.informative-tooltip.arrow.left-center:before{top:50%;margin-top:-5px}.informative-tooltip.arrow.left-top:before{top:10px}.informative-tooltip.arrow.left-bottom:before{bottom:10px}.informative-tooltip.arrow.right-top:before,.informative-tooltip.arrow.right-center:before,.informative-tooltip.arrow.right-bottom:before{right:-4px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #474747}.informative-tooltip.arrow.right-center:before{top:50%;margin-top:-5px}.informative-tooltip.arrow.right-top:before{top:10px}.informative-tooltip.arrow.right-bottom:before{bottom:10px}.informative-tooltip.error{background:hsl(358,68%,59%);color:white}.informative-tooltip.display-above,.informative-tooltip.display-right{top:0;max-width:none}.informative-tooltip.display-above:before,.informative-tooltip.display-right:before{content:"";position:absolute;width:0;height:0;border-width:5px;border-style:solid;border-color:transparent}.informative-tooltip.display-above.size-200,.informative-tooltip.display-right.size-200{width:200px}.informative-tooltip.display-above.error:before,.informative-tooltip.display-right.error:before{border-top-color:hsl(358,68%,59%)}.informative-tooltip.display-above{left:50%;transform:translate(-50%, -110%)}.informative-tooltip.display-above:before{bottom:-4px;left:50%;margin-left:-5px;border-bottom-width:0;border-top-color:#474747}.informative-tooltip.display-right{right:50%;transform:translate(115%, 0%)}.informative-tooltip.display-right:before{left:-4px;top:50%;margin-top:-5px;border-left-width:0;border-right-color:#474747}.has-tooltip{position:relative}.has-tooltip .informative-tooltip{opacity:0;visibility:hidden;transition:opacity 300ms ease, transform 300ms ease}.has-tooltip:hover .informative-tooltip{opacity:1;visibility:visible}.has-tooltip.on-hover .tooltip-above.arrow.down-right{right:-6px;top:-10px;-webkit-transform:translate(0, -80%);transform:translate(0, -80%)}.has-tooltip.on-hover:hover .tooltip-above.arrow.down-right{-webkit-transform:translate(0, -100%);transform:translate(0, -100%)}.has-tooltip .informative-tooltip.display-above{transform:translate(-50%, -80%)}.has-tooltip:hover .informative-tooltip.display-above{transform:translate(-50%, -110%)}.has-tooltip .informative-tooltip.display-right{transform:translate(120%, 0%)}.has-tooltip:hover .informative-tooltip.display-right{transform:translate(115%, 0%)}.css-tooltip{position:relative}.css-tooltip[data-title]:hover:after{content:attr(data-title);background:#474747;padding:.8em;margin-left:5px;max-width:200px;color:hsl(0,0%,100%);font-size:var(--fs-caption);border-radius:3px;position:absolute;z-index:1031;left:0;top:100%}.users-grid{margin-bottom:30px;display:flex;flex-wrap:wrap}.users-grid .-user{border:1px solid var(--black-050);border-radius:3px;padding:20px 10px 20px 20px;margin:0 20px 20px 0;width:calc((100% / 3) - (40px / 3));display:flex;flex-wrap:nowrap;align-items:center}.users-grid .-user .-details{padding-left:15px;max-width:calc(100% - 64px);flex-grow:2}.users-grid .-user .-details>*:not(:last-child){margin-bottom:4px}.users-grid .-user .-details h3,.users-grid .-user .-details p{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-grid .-user .-details h3{font-weight:400;font-size:var(--fs-body3)}.users-grid .-user .-details p{margin-bottom:0;color:var(--black-400)}.users-grid .-user .-details p:last-child{margin-bottom:0}.users-grid .-user:nth-child(3n){margin-right:0}.users-grid .-user .-avatar{width:64px;height:64px}.users-grid .-user .-avatar img{max-width:100%;height:auto}.users-grid .-user.-private .-avatar{background:url('../../Img/user.svg?v=20c64bb67fc9') no-repeat center center var(--powder-050);background-size:50%}.users-grid .-user.-private .-details h3{margin-bottom:0}.list-card{position:absolute;z-index:var(--zi-tooltips);background:var(--white);width:395px;padding:20px;border-radius:3px;box-shadow:0 1px 25px rgba(0,0,0,0.15);transform:translate(0%, -110%);align-items:center;border:1px solid var(--black-075)}.list-card:before{content:'';width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:9px solid var(--white);position:absolute;bottom:-7px;left:20px}.list-card .-avatar{width:100px;height:100px;align-self:flex-start;border-radius:2px;background:var(--white);padding:6px;border:1px solid var(--black-075);border-radius:3px;display:flex;align-items:center;margin-right:15px;flex:0 0 auto}.list-card .-avatar img{border-radius:3px;max-width:100%;height:auto;width:100%}.list-card .-avatar .logo-blank{background-color:var(--black-050);color:var(--black-300);max-width:100%;width:100%;height:100%;border-radius:3px}.list-card .-details{color:var(--black-500);font-weight:400;font-size:var(--fs-body1);width:100%}.list-card .-details .-name{color:var(--black-700);font-weight:700;font-size:var(--fs-body3);margin-bottom:0}.list-card .-details .-users-list{display:flex;flex-wrap:wrap;margin:5px 0}.list-card .-details .-users-list .-user:not(:last-child){margin-right:4px}.list-card .-details .-users-list .avatar{width:26px;height:26px;overflow:hidden}.list-card .-details .-users-list .avatar img{max-width:100%;height:auto;width:100%}.list-card .-details .-users-list .avatar.-private{background:url('../../Img/user.svg?v=20c64bb67fc9') no-repeat center center var(--powder-100);background-size:50%}.list-card .-details .more{display:inline-block;margin-top:2px}.modal.auto-center.snippet-modal{position:fixed;transform:translateZ(0) !important;width:100% !important;height:100% !important;top:0 !important;left:0 !important;right:0;bottom:0;background:none !important;display:flex;justify-content:center;align-items:center;pointer-events:none}@media (prefers-color-scheme:dark){body.theme-system .modal.auto-center.snippet-modal{background-color:var(--black-050)}}body.theme-dark .modal.auto-center.snippet-modal,.theme-dark__forced .modal.auto-center.snippet-modal,body.theme-system .theme-dark__forced .modal.auto-center.snippet-modal{background-color:var(--black-050)}.modal.auto-center.snippet-modal .snippet-holder{background:var(--white);border-radius:3px;width:95%;height:95%;overflow:hidden;pointer-events:auto}.snippet-modal *{box-sizing:border-box}.snippet-modal.modal{max-width:none;max-height:none}.snippet-box-edit{box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%;margin-top:0;border:0;margin:0;resize:none;background:var(--white);overflow:auto}.snippet-box-result{background-color:hsl(0,0%,100%)}textarea.snippet-box-edit{background-color:var(--white);background-image:linear-gradient(to bottom, var(--white) 0%, var(--black-025) 69%, var(--black-050) 100%)}.snippet-box-label{position:absolute;top:10px;right:20px;padding:3px;border:1px solid var(--black-350);font-size:var(--fs-fine);color:var(--black-500)}.snippet-footer{text-align:center;padding:5px}.snippet-code{border:1px solid var(--black-100);border-radius:var(--br-md);padding:var(--su12)}.snippet-code .snippet-ctas{font-size:var(--fs-body1)}.snippet-code .snippet-ctas>*:not(:last-child){margin-right:6px}.snippet-code .snippet-ctas .icon-play-white{position:relative;top:1px;margin-right:2px}.snippet-code .hideResults:before{content:'';display:inline-block;background:url('../../Img/share-sprite-new.svg?v=0e11bfd41fbc') no-repeat;background-position:0 -238px;width:12px;height:12px;margin-right:6px;position:relative;top:1px}.snippet-code .snippet-result .snippet-result-code{padding-top:20px;margin-top:20px;height:200px;position:relative}.snippet-code .popin,.snippet-code .popout,.snippet-code .popout-code{font-size:var(--fs-body1);right:0}.snippet-code .popout{position:absolute;top:-48px}.ask-mainbar .snippet-code .popout{top:-43px}.snippet-code .popout-code{display:inline;margin-left:10px}.snippet-code .popout:before,.snippet-code .popout-code:before{content:'';display:inline-block;background:url('../../Img/share-sprite-new.svg?v=0e11bfd41fbc') no-repeat;background-position:0 -220px;width:9px;height:9px;margin-right:6px}.snippet-code .popin{position:fixed;background:var(--powder-025);padding:4px 6px;right:0;top:0;z-index:calc(var(--zi-modals) + 1)}div.snippet-hidden div.snippet-currently-hidden{display:none}a.snippet-show-link-chevron,a.snippet-show-link-chevron:hover{border-bottom:0;text-decoration:none}.expanded-snippet{position:absolute;top:0;left:0;margin:5px;width:99%;z-index:900}.CodeMirror{font-family:monospace;color:var(--black);position:absolute !important;top:0;left:0;width:100%;height:100%}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:var(--white)}.CodeMirror-gutters{border-right:1px solid var(--black-100);background-color:var(--black-025);white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:var(--black-350);white-space:nowrap}.CodeMirror-guttermarker{color:var(--black)}.CodeMirror-guttermarker-subtle{color:var(--black-350)}.CodeMirror-cursor{border-left:1px solid var(--black);border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0 !important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}.CodeMirror-ruler{border-left:1px solid var(--black-150);top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:var(--blue-800)}.cm-s-default .cm-quote{color:var(--green-600)}.cm-negative{color:var(--red-400)}.cm-positive{color:var(--green-600)}.cm-header,.cm-strong{font-weight:bold}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:var(--powder-700)}.cm-s-default .cm-atom{color:var(--powder-800)}.cm-s-default .cm-number{color:var(--green-700)}.cm-s-default .cm-def{color:var(--blue-700)}.cm-s-default .cm-variable-2{color:var(--blue-800)}.cm-s-default .cm-variable-3{color:var(--green-600)}.cm-s-default .cm-comment{color:var(--orange-800)}.cm-s-default .cm-string{color:var(--red-700)}.cm-s-default .cm-string-2{color:var(--orange-500)}.cm-s-default .cm-meta{color:var(--black-600)}.cm-s-default .cm-qualifier{color:var(--black-600)}.cm-s-default .cm-builtin{color:var(--powder-700)}.cm-s-default .cm-bracket{color:var(--black-350)}.cm-s-default .cm-tag{color:var(--green-700)}.cm-s-default .cm-attribute{color:var(--blue-800)}.cm-s-default .cm-hr{color:var(--black-350)}.cm-s-default .cm-link{color:var(--blue-800)}.cm-s-default .cm-error{color:var(--red-500)}.cm-invalidchar{color:var(--red-500)}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:var(--red-400)}.CodeMirror-matchingtag{background:rgba(255,150,0,0.3)}.CodeMirror-activeline-background{background:var(--powder-100)}.CodeMirror{position:relative;overflow:hidden;background:var(--white)}.CodeMirror-scroll{overflow:scroll !important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3;padding-bottom:30px}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none !important;border:none !important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:none;font-variant-ligatures:none}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:var(--black-100)}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:var(--powder-100)}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:var(--powder-100)}.cm-searching{background:#ffa;background:rgba(255,255,0,0.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:none}.post-layout{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr}.post-layout--left{grid-column:1;width:auto}.post-layout--left,.post-layout--left.votecell{width:auto;padding-right:var(--su16)}.post-layout--right{padding-right:var(--su16);grid-column:2;width:auto;min-width:0}.post-layout--right .s-prose,.post-layout--right .comments{width:100%}.post-layout--full{grid-column:1 / 3}.wmd-container{width:100%;box-sizing:border-box}.wmd-button-bar{clear:both;background-color:transparent;margin:10px 0 0 0;padding:0;width:100%;border:1px solid var(--bc-darker);border-bottom:0;min-height:44px;overflow:hidden;z-index:2;position:relative}textarea.wmd-input,textarea#wmd-input{padding:10px;margin:-1px 0 0;height:200px;line-height:1.3;width:100%;font-family:var(--ff-mono);font-size:var(--fs-body2);-moz-tab-size:4;-o-tab-size:4;tab-size:4}.wmd-button-row{padding:0 var(--su4) 0 var(--su8);margin:0;display:flex;list-style:none;flex-wrap:wrap;justify-content:flex-end;height:44px;border-bottom:1px solid var(--bc-darker)}.wmd-spacer{height:44px;flex:1 0 4px;max-width:27px;display:flex;flex-wrap:wrap;overflow:hidden;position:relative;left:4px}.wmd-spacer:before,.wmd-spacer:after{flex:none;justify-content:center;content:'';position:relative;top:-44px;background:var(--green-600)}.wmd-spacer:before{width:9px;height:44px}.wmd-spacer:after{background:var(--black-200);width:1px;height:43px;margin-top:1px}.wmd-spacer-max{max-width:none}.wmd-button{max-width:28px;height:44px;flex:10 0 23px;padding:0;padding:12px 0 0 0;text-align:center;cursor:pointer}.wmd-button>span{background-repeat:no-repeat;background-position:0 0;width:20px;height:20px;display:inline-block}.wmd-prompt-background{background-color:var(--black);z-index:var(--zi-modals-background)}.wmd-prompt-dialog{padding:15px;box-shadow:var(--bs-sm);background-color:var(--white);border:solid 1px var(--black-300)}.wmd-button>span{background-image:url("../../Img/unified/wmd-buttons.svg?v=c26278fc22d9");background-size:initial !important}@media (prefers-color-scheme:dark){body.theme-system .wmd-button>span{background-image:url("../../Img/unified/wmd-buttons-dark.svg?v=41498242bcce")}}body.theme-dark .wmd-button>span,.theme-dark__forced .wmd-button>span,body.theme-system .theme-dark__forced .wmd-button>span{background-image:url("../../Img/unified/wmd-buttons-dark.svg?v=41498242bcce")}.wmd-snippet-button span{background-position:-260px 0 !important}.wmd-snippet-button span:hover{background-position:-260px -40px !important}.wmd-schematic-button span{background-position:-320px 0 !important}.wmd-schematic-button span:hover{background-position:-320px -40px !important}.wmd-virtual-keyboard-button span{background-position:-280px 0 !important}.wmd-virtual-keyboard-button span:hover,.wmd-virtual-keyboard-button span.enabled{background-position:-280px -40px !important}.wmd-mockup-button span{background-position:-300px 0 !important}.wmd-mockup-button span:hover{background-position:-300px -40px !important}.wmd-cite-button span{background-position:-340px 0 !important}.wmd-cite-button span:hover{background-position:-340px -40px !important}.wmd-inline-dialog{border:1px solid var(--bc-darker);border-top:none;position:absolute;width:100%;z-index:1;padding:var(--su16);background-color:var(--white);box-shadow:var(--bs-sm)}.wmd-button__active{border-left:1px solid var(--bc-darker);border-right:1px solid var(--bc-darker);border-bottom:1px solid var(--white);background-color:var(--white)}.wmd-button__active>span{background-position-y:-40px !important}.wmd-button-bar.has-active-button .wmd-button:not(.wmd-button__active){cursor:not-allowed;pointer-events:none;opacity:.3}.wmd-help-button.active-help{background-color:var(--black-050)}.mdhelp{background-color:var(--black-050);color:var(--fc-dark);border-right:1px solid var(--bc-darker);border-left:1px solid var(--bc-darker)}.mdhelp-tabs{background-color:var(--black-050);list-style-type:none;margin:0;padding:3px 0 0 3px;overflow:hidden}.mdhelp-tabs li{display:inline-block;padding:3px 6px 6px;margin:0 2px;cursor:pointer}.mdhelp-tabs li.selected{background-color:var(--yellow-050)}.mdhelp-tab{padding:10px;display:none;line-height:1.2}.mdhelp-tab pre{background-color:var(--yellow-100);border:none!important}.mdhelp-tab--content{display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:-2%}.mdhelp-tab--content .col1,.mdhelp-tab--content .col2{min-width:150px;flex-grow:1}.mdhelp-tab--content>*:not(ol){margin-left:2%}.mdhelp-tab--content>p,.mdhelp-tab--content>pre{width:100%}.grippie{background-position:calc(50% + 34px) -364px;border:1px solid var(--bc-darker);border-width:0 1px 1px;cursor:s-resize;height:11px;overflow:hidden;background-color:var(--black-050)}.wmd-button-bar.btr-sm~.grippie{border-bottom-left-radius:var(--br-sm);border-bottom-right-radius:var(--br-sm)}.user-page .grippie{margin-bottom:3px}.grippie{margin-top:-4px}.wmd-preview.s-prose{clear:both;width:100%}.bg-inherit{background-color:inherit!important}.s-input__readonly{background-color:var(--black-050);border-color:var(--black-075);color:var(--black-200);cursor:not-allowed}.s-editor-shadow{transform-style:preserve-3d}.s-editor-shadow:after{background:radial-gradient(50% 50% at 50% 45%,rgba(0,0,0,.8) -200%,transparent 115%);content:"";height:62px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:-112px;transform:translateZ(-1px);transition:top 1s ease,opacity 1.5s ease}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.s-editor-shadow:after{transition:none}}}.s-editor-shadow.is-stuck:after{opacity:1;top:0;transition:top .2s ease,opacity .1s ease}.s-editor-btn{background-color:transparent;border:1px solid transparent;border-radius:var(--br-sm);color:var(--black-700);cursor:pointer;display:inline-block;font-family:inherit;font-size:var(--fs-body1);font-weight:400;line-height:var(--lh-sm);outline:none;padding:var(--su2);position:relative;text-align:center;text-decoration:none}.s-editor-btn:hover{background-color:var(--black-050);color:var(--black-700)}body.theme-highcontrast .s-editor-btn{color:var(--black-900)}.s-editor-btn.is-selected,.s-editor-btn:active{background-color:var(--black-100);color:var(--black-900)}body.theme-highcontrast .s-editor-btn.is-selected,body.theme-highcontrast .s-editor-btn:active{background-color:var(--black-900);color:var(--black-050)}body.theme-highcontrast .s-editor-btn.is-selected:hover,body.theme-highcontrast .s-editor-btn:active:hover{color:var(--black-050)}body.theme-highcontrast .s-editor-btn.is-selected.s-btn.s-btn__dropdown,body.theme-highcontrast .s-editor-btn:active.s-btn.s-btn__dropdown{border-color:var(--black-900)}.s-editor-btn.is-disabled{color:var(--black-150);cursor:default}.s-editor-btn.is-disabled:hover{background-color:transparent}body.theme-highcontrast .s-editor-btn.is-disabled{color:var(--black-300);opacity:.5}.s-editor-btn:focus{box-shadow:0 0 0 var(--su4) var(--focus-ring-muted)}.s-editor-btn.s-btn__dropdown{padding-right:var(--su16)}.s-editor-btn.s-btn__dropdown:after{right:var(--su4)}.s-editor-btn.s-editor-btn__dropdown-item{border:none;border-radius:0;color:var(--black-800);display:block;padding:var(--su4) var(--su12);text-align:left}.s-editor-btn.s-editor-btn__dropdown-item:hover{color:var(--black-800)}.s-editor-btn.s-editor-btn__dropdown-item.is-disabled{color:var(--black-150)}.s-editor-resizable{max-height:calc(var(--s-step) * 6);resize:vertical}.s-editor-resizable[style*=height]{max-height:none}.is-loading{padding-left:2.2em;position:relative}.is-loading:before{border:2px solid;border-radius:var(--br-circle);opacity:.3}.is-loading:after,.is-loading:before{content:"";height:1.23076923em;left:.6em;position:absolute;top:calc(50% - .6em);width:1.23076923em}.is-loading:after{animation:s-spinner-rotate .9s cubic-bezier(.5,.1,.5,.9) infinite;border:2px solid transparent;border-left-color:currentcolor;border-radius:var(--br-circle);filter:invert(0);transform-origin:50% 50% 1px}.ProseMirror{word-wrap:break-word;font-variant-ligatures:none;min-height:inherit;white-space:pre-wrap;white-space:break-spaces}.ProseMirror .ProseMirror-hideselection ::selection{background:transparent}.ProseMirror .ProseMirror-hideselection{caret-color:transparent}.ProseMirror .ProseMirror-selectednode{box-shadow:0 0 0 4px var(--focus-ring)}.ProseMirror .ProseMirror-widget{word-wrap:normal;white-space:normal}.ProseMirror .ProseMirror-widget .ProseMirror-contentdom{word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces}.ProseMirror img{max-width:100%}.ProseMirror.s-prose .spoiler *{visibility:visible}.ProseMirror.s-prose div{margin-bottom:var(--s-prose-spacing)}.ProseMirror.s-prose div:last-child,.ProseMirror.s-prose div:only-child{margin-bottom:0}.ProseMirror.s-prose ol div,.ProseMirror.s-prose ul div{margin-bottom:var(--s-prose-spacing-condensed)}.ProseMirror code,.ProseMirror pre{word-wrap:break-word;white-space:pre-wrap}.ProseMirror>code,.ProseMirror>pre{background-color:inherit;border-radius:0;margin:0;max-height:unset;padding:0;width:auto}.ProseMirror[contenteditable=true] p>a[href]{cursor:inherit}.ProseMirror[contenteditable=false] code,.ProseMirror[contenteditable=false] pre{opacity:80%}.ProseMirror[contenteditable=false] .ProseMirror-widget,.ProseMirror[contenteditable=false] .ProseMirror-widget *{background-color:inherit}.icon-bg{border:none;display:inline-block;height:18px;padding:0;pointer-events:none;vertical-align:bottom;width:18px}.icon-bg:after{background-color:currentColor;content:"";display:inline-block;height:100%;-webkit-mask:var(--bg-icon) no-repeat center;mask:var(--bg-icon) no-repeat center;-webkit-mask-size:contain;mask-size:contain;width:100%}.icon-bg.iconBold{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13 6C13 4.5 11.43 3 9.5 3H4V15H10.25C12.04 15 13.5 13.29 13.5 11.5C13.5 10.2 12.6 9.02 11.5 8.5C12.33 7.92 13 7.5 13 6ZM6.5 5H9C9.39782 5 9.77936 5.15804 10.0607 5.43934C10.342 5.72064 10.5 6.10218 10.5 6.5C10.5 6.89782 10.342 7.27936 10.0607 7.56066C9.77936 7.84196 9.39782 8 9 8H6.5V5ZM9.5 13H6.5V10H9.5C9.89782 10 10.2794 10.158 10.5607 10.4393C10.842 10.7206 11 11.1022 11 11.5C11 11.8978 10.842 12.2794 10.5607 12.5607C10.2794 12.842 9.89782 13 9.5 13Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconHeader{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.62 10.08L12.1 4.66H12.04L10.54 10.08H13.62ZM5.7 11.13L4.53 7.02H4.45L3.32 11.13H5.7ZM17.31 15H15.06L14.11 11.75H10.04L9.09 15H6.84L6.15 12.67H2.87L2.17 15H0L3.3 5.41H5.8L7.97 11.75L10.86 3H13.38L17.32 15H17.31Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconItalic{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7 3V5H9.58L5.92 13H3V15H11V13H8.42L12.08 5H15V3H7Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconCode{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M8 4.41L6.59 3L0.589996 9L6.59 15L8 13.59L3.41 9L8 4.41Z' fill='black'/%3e %3cpath d='M10 4.41L11.41 3L17.41 9L11.41 15L10 13.59L14.59 9L10 4.41Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconStrikethrough{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.9572 6.19964C11.879 6.12146 11.7339 6.01537 11.5217 5.88135C11.3206 5.74733 11.0694 5.6189 10.7678 5.49605C10.4775 5.36204 10.1592 5.25036 9.81295 5.16101C9.46675 5.07167 9.11495 5.027 8.75758 5.027C8.121 5.027 7.64636 5.14426 7.33365 5.37879C7.02095 5.61332 6.8646 5.94277 6.8646 6.36716C6.8646 6.61285 6.92044 6.81946 7.03212 6.98698L7.04249 7H4.49366C4.48843 6.9143 4.48581 6.8262 4.48581 6.7357C4.48581 6.13263 4.59749 5.59657 4.82085 5.12751C5.04421 4.65845 5.35133 4.26757 5.74221 3.95487C6.14426 3.64216 6.60773 3.40763 7.13263 3.25128C7.65753 3.08376 8.22151 3 8.82458 3C9.66219 3 10.4328 3.13402 11.1364 3.40205C11.84 3.65891 12.4542 3.96603 12.9791 4.32341L11.9572 6.19964Z' fill='black'/%3e %3cpath d='M3 8V10H8.0204C8.42354 10.1155 8.79211 10.2224 9.12612 10.3206C9.50583 10.4323 9.82971 10.5552 10.0977 10.6892C10.3658 10.8232 10.5724 10.9795 10.7176 11.1582C10.8627 11.3369 10.9353 11.5547 10.9353 11.8116C10.9353 12.6268 10.2988 13.0345 9.02561 13.0345C8.56772 13.0345 8.121 12.9786 7.68545 12.8669C7.24989 12.7553 6.85343 12.6213 6.49605 12.4649C6.13868 12.2974 5.82597 12.1354 5.55794 11.9791C5.30107 11.8116 5.12239 11.6776 5.02187 11.577L4 13.5705C4.69242 14.0619 5.47418 14.4416 6.34528 14.7097C7.21639 14.9777 8.09866 15.1117 8.99211 15.1117C9.57284 15.1117 10.1257 15.0503 10.6506 14.9274C11.1866 14.7934 11.6557 14.5868 12.0577 14.3076C12.4709 14.0284 12.7948 13.6655 13.0293 13.2187C13.275 12.7608 13.3979 12.2136 13.3979 11.577C13.3979 11.0298 13.3085 10.5719 13.1299 10.2034C13.0971 10.1337 13.0617 10.0659 13.0236 10H15V8H3Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconLink{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.2233 11.8311C7.7117 12.1908 8.25504 12.4768 8.83653 12.676L9.45259 10.8781C8.59978 10.5859 7.86707 10.0207 7.36788 9.27009C6.86868 8.51944 6.63083 7.62517 6.69115 6.72571C6.75147 5.82624 7.10659 4.97174 7.70155 4.29447C8.2965 3.61719 9.09811 3.15491 9.9823 2.97918C10.8665 2.80345 11.784 2.92407 12.5927 3.32236C13.4014 3.72066 14.0563 4.37442 14.456 5.18246C14.8557 5.9905 14.9778 6.90775 14.8036 7.79224C14.6294 8.67673 14.1685 9.47913 13.4923 10.0752L14.749 11.5009C15.2101 11.0945 15.6028 10.6225 15.9165 10.1034C16.2762 9.50815 16.5321 8.85098 16.6683 8.15952C16.9233 6.86498 16.7445 5.52249 16.1595 4.33984C15.5745 3.15719 14.616 2.20034 13.4324 1.61739C12.2487 1.03445 10.9059 0.857909 9.61182 1.11511C8.31772 1.37231 7.14448 2.04891 6.2737 3.04017C5.40292 4.03143 4.88317 5.28208 4.79488 6.59854C4.7066 7.915 5.05471 9.22385 5.78534 10.3225C6.17558 10.9093 6.66334 11.4187 7.2233 11.8311Z' fill='black'/%3e %3cpath d='M10.6461 6.23494C10.1644 5.86633 9.62642 5.57045 9.04869 5.36057L8.39975 7.14688C9.24706 7.45469 9.96928 8.03321 10.4546 8.79289C10.94 9.55257 11.1614 10.4511 11.0846 11.3493C11.0077 12.2475 10.637 13.0953 10.0297 13.7616C9.42245 14.4278 8.6125 14.8753 7.72523 15.0348C6.83797 15.1943 5.92288 15.0568 5.1216 14.6438C4.32031 14.2307 3.67753 13.565 3.29274 12.7498C2.90794 11.9346 2.8026 11.0152 2.99301 10.1341C3.18342 9.25295 3.65896 8.45914 4.34603 7.87552L3.11565 6.42702C2.64717 6.82495 2.24588 7.28966 1.92268 7.80296C1.55212 8.39146 1.28421 9.04383 1.13536 9.73267C0.856672 11.0223 1.01086 12.3679 1.57404 13.561C2.13723 14.7542 3.07801 15.7285 4.25077 16.3331C5.42352 16.9376 6.76286 17.1388 8.06146 16.9053C9.36006 16.6719 10.5455 16.017 11.4343 15.0418C12.3231 14.0667 12.8658 12.8258 12.9782 11.5112C13.0906 10.1966 12.7665 8.88155 12.0562 7.76968C11.6768 7.1758 11.1984 6.65756 10.6461 6.23494Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconQuote{--bg-icon:url("data:image/svg+xml,%3csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0 4C0 2.89543 0.89543 2 2 2H6C7.10457 2 8 2.89543 8 4V13L6.25 16H4L5.75 13H2C0.895431 13 0 12.1046 0 11V4Z' fill='black'/%3e %3cpath d='M9 4C9 2.89543 9.89543 2 11 2H15C16.1046 2 17 2.89543 17 4V13L15.25 16H13L14.75 13H11C9.89543 13 9 12.1046 9 11V4Z' fill='black'/%3e %3c/svg%3e");width:17px}.icon-bg.iconCodeblock{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 3C1 1.89543 1.89543 1 3 1H13L17 5V15C17 16.1046 16.1046 17 15 17H3C1.89543 17 1 16.1046 1 15V3ZM10.7106 5L9.30063 6.41L11.8906 9L9.30063 11.59L10.7106 13L14.7106 9L10.7106 5ZM8.71329 6.41L7.30329 5L3.30329 9L7.30329 13L8.71329 11.59L6.12329 9L8.71329 6.41Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconImage{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 3C1 1.9 1.9 1 3 1H15C16.0893 1 17 1.91067 17 3V15C17 16.0893 16.0893 17 15 17H3C1.91067 17 1 16.0893 1 15V3ZM5.5 10.5L2 15H16L11.5 9L8 13.51L5.5 10.5ZM5.5 6C5.89782 6 6.27936 5.84196 6.56066 5.56066C6.84196 5.27936 7 4.89782 7 4.5C7 4.10218 6.84196 3.72064 6.56066 3.43934C6.27936 3.15804 5.89782 3 5.5 3C5.10218 3 4.72064 3.15804 4.43934 3.43934C4.15804 3.72064 4 4.10218 4 4.5C4 4.89782 4.15804 5.27936 4.43934 5.56066C4.72064 5.84196 5.10218 6 5.5 6Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconTable{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 3C1 1.89543 1.89543 1 3 1H15C16.1046 1 17 1.89543 17 3V15C17 16.1046 16.1046 17 15 17H3C1.89543 17 1 16.1046 1 15V3ZM8 7V3H3V7H8ZM8 11V9H3V11H8ZM15 9H10V11H15V9ZM15 15V13H10V15H15ZM8 13H3V15H8V13ZM15 3H10V7H15V3Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconOrderedList{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 6H4V2H2V3H3V6ZM3.8 8H2V7H5V7.9L3.2 10H5V11H2V10.1L3.8 8ZM2 13V12H5V16H2V15H4V14.5H3V13.5H4V13H2ZM7 5V3H16V5H7ZM7 15H16V13H7V15ZM16 10H7V8H16V10Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconUnorderedList{--bg-icon:url("data:image/svg+xml,%3csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4.25 4C4.25 4.69036 3.69036 5.25 3 5.25C2.30964 5.25 1.75 4.69036 1.75 4C1.75 3.30964 2.30964 2.75 3 2.75C3.69036 2.75 4.25 3.30964 4.25 4Z' fill='black'/%3e %3cpath d='M15 5H6V3H15V5Z' fill='black'/%3e %3cpath d='M15 15H6V13H15V15Z' fill='black'/%3e %3cpath d='M6 10H15V8H6V10Z' fill='black'/%3e %3cpath d='M4.25 14C4.25 14.6904 3.69036 15.25 3 15.25C2.30964 15.25 1.75 14.6904 1.75 14C1.75 13.3096 2.30964 12.75 3 12.75C3.69036 12.75 4.25 13.3096 4.25 14Z' fill='black'/%3e %3cpath d='M3 10.25C3.69036 10.25 4.25 9.69036 4.25 9C4.25 8.30964 3.69036 7.75 3 7.75C2.30964 7.75 1.75 8.30964 1.75 9C1.75 9.69036 2.30964 10.25 3 10.25Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconHorizontalRule{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2 8H16V10H2V8Z' fill='black'/%3e %3cpath opacity='0.4' d='M2 2H16V3H2V2ZM2 5H16V6H2V5ZM2 12H16V13H2V12ZM2 15H16V16H2V15Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconUndo{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M3.35147 3.35C4.80238 1.9 6.79362 1 9.005 1C13.4278 1 17 4.58 17 9C17 13.42 13.4278 17 9.005 17C5.27267 17 2.16073 14.45 1.27017 11H3.35147C4.17198 13.33 6.39337 15 9.005 15C12.3171 15 15.0088 12.31 15.0088 9C15.0088 5.69 12.3171 3 9.005 3C7.34396 3 5.86304 3.69 4.78236 4.78L8.00438 8H1V1L3.35147 3.35Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconRefresh{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.6485 3.35C13.1976 1.9 11.2064 1 8.995 1C4.57223 1 1 4.58 1 9C1 13.42 4.57223 17 8.995 17C12.7273 17 15.8393 14.45 16.7298 11H14.6485C13.828 13.33 11.6066 15 8.995 15C5.68293 15 2.99124 12.31 2.99124 9C2.99124 5.69 5.68293 3 8.995 3C10.656 3 12.137 3.69 13.2176 4.78L9.99562 8H17V1L14.6485 3.35Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconHelp{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9 1C4.64267 1 1 4.64267 1 9C1 13.3573 4.64266 17 9 17C13.3573 17 17 13.3573 17 9C17 4.64266 13.3573 1 9 1ZM9.81 13.13C9.79 13.84 9.26 14.28 8.57 14.26C7.91 14.24 7.4 13.77 7.42 13.06C7.44 12.34 7.98 11.88 8.64 11.9C9.34 11.93 9.84 12.41 9.81 13.13ZM11.77 8C11.1836 8.6629 9.99229 9.08507 9.72 9.97C9.66641 10.2166 9.63627 10.4677 9.63 10.72C9.63 10.77 9.6 10.88 9.45 10.88H7.88C7.72 10.88 7.7 10.78 7.7 10.73C7.76152 9.37659 8.36087 8.53141 9.53 7.85C9.91723 7.55958 10.2225 7.10274 10.2282 6.60861C10.2427 5.36872 8.5915 4.79041 7.88 5.89C7.67 6.22 7.7 6.62 7.7 6.99H5.75C5.75 5.01906 6.77665 3.73 8.78 3.73C10.5347 3.73 12.25 4.60389 12.25 6.56C12.25 7.13 12.05 7.61 11.77 8Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconPlay{--bg-icon:url("data:image/svg+xml,%3csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M3 2.86852C3 2.06982 3.89015 1.59343 4.5547 2.03647L13.7519 8.16795C14.3457 8.56377 14.3457 9.43623 13.7519 9.83205L4.5547 15.9635C3.89014 16.4066 3 15.9302 3 15.1315V2.86852Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconShare{--bg-icon:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.99406 1H8V3H3V15H15V10H17V15.0059C17 16.1072 16.1055 17 15.0059 17H2.99406C1.89277 17 1 16.1055 1 15.0059V2.99406C1 1.89277 1.89451 1 2.99406 1Z' fill='black'/%3e %3cpath d='M17 1H10V3H13.5L6 10.5L7.5 12L15 4.5V8H17V1Z' fill='black'/%3e %3c/svg%3e")}.icon-bg.iconPencilSm{--bg-icon:url("data:image/svg+xml,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.0937 1.71081L12.2347 2.83019C12.4347 3.03005 12.4347 3.33983 12.2347 3.53968L11.0898 4.70381L9.21 2.86474L10.3837 1.71081C10.5837 1.51095 10.8937 1.51095 11.0937 1.71081Z' fill='black'/%3e %3cpath d='M2 10.12L8.37 3.69427L10.2466 5.57034L3.88 12H2V10.12Z' fill='black'/%3e %3c/svg%3e");height:14px;width:14px}.icon-bg.iconTrashSm{--bg-icon:url("data:image/svg+xml,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11 2C11.5523 2 12 2.44772 12 3V4H2V3C2 2.44772 2.44772 2 3 2H5C5 1.44772 5.44772 1 6 1H8C8.55228 1 9 1.44772 9 2H11Z' fill='black'/%3e %3cpath d='M11 5H3V11C3 12.1046 3.89543 13 5 13H9C10.1046 13 11 12.1046 11 11V5Z' fill='black'/%3e %3c/svg%3e");height:14px;width:14px}.icon-bg.iconMarkdown{--bg-icon:url("data:image/svg+xml,%3csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21 14C21 15.1046 20.1046 16 19 16H2.00098C0.896407 16 0.000976562 15.1046 0.000976562 14V4C0.000976562 2.89543 0.896407 2 2.00098 2L19 2C20.1046 2 21 2.89543 21 4V14ZM4.308 13V8.345L6.5 11.23L8.692 8.345V13H11V5H8.692L6.5 7.885L4.308 5H2V13H4.308ZM19.5 8.99999H17V5H15.0055V8.99999H12.5L16 13.5L19.5 8.99999Z' fill='black'/%3e %3c/svg%3e");width:21px}.s-code-block.markdown .hljs-section{color:var(--black-800)!important;font-size:var(--fs-body2);font-weight:700}.s-code-block.markdown .hljs-link{color:var(--blue-600)!important}.s-code-block.markdown .hljs-quote,.s-code-block.markdown .hljs-string,.s-code-block.markdown .hljs-symbol,.s-code-block.markdown .hljs-tag{color:var(--black-600)!important}
.uql-nav .uql-nav--collapsed-item{display:none !important}@media screen and (max-width:1111px) and (min-width:980.1px){html.html__responsive:not(.html__unpinned-leftnav) .uql-nav .uql-nav--expanded-item{display:none !important}html.html__responsive:not(.html__unpinned-leftnav) .uql-nav .uql-nav--collapsed-item{display:flex !important}}@media screen and (max-width:947px) and (min-width:816.1px){html.html__responsive.html__unpinned-leftnav .uql-nav .uql-nav--expanded-item{display:none !important}html.html__responsive.html__unpinned-leftnav .uql-nav .uql-nav--collapsed-item{display:flex !important}}@media screen and (max-width:771px) and (min-width:640.1px){html.html__responsive:not(.html__unpinned-leftnav) .uql-nav .uql-nav--expanded-item{display:none !important}html.html__responsive:not(.html__unpinned-leftnav) .uql-nav .uql-nav--collapsed-item{display:flex !important}}@media screen and (max-width:607px) and (min-width:640.1px){html.html__responsive.html__unpinned-leftnav .uql-nav .uql-nav--expanded-item{display:none !important}html.html__responsive.html__unpinned-leftnav .uql-nav .uql-nav--collapsed-item{display:flex !important}}@media screen and (max-width:607px){html.html__responsive .uql-nav .uql-nav--expanded-item{display:none !important}html.html__responsive .uql-nav .uql-nav--collapsed-item{display:flex !important}}@media print{.uql-nav .uql-nav--expanded-item{display:none !important}.uql-nav .uql-nav--collapsed-item{display:flex !important}}.uql-nav .uql-item{margin:var(--su8) 0;display:flex}.uql-nav .uql-item.uql-item__separator{height:1px;margin-left:calc(var(--su12) * -1);margin-right:calc(var(--su12) * -1)}.topbar-dialog{font-family:var(--ff-sans);color:var(--black-700);font-size:var(--fs-caption);background-color:var(--white);box-shadow:var(--bs-sm);z-index:999;position:absolute;text-align:left;border-left:1px solid var(--black-075);border-right:1px solid var(--black-075);border-bottom:1px solid var(--black-075)}.topbar-dialog .child-content-loading{text-align:center;padding-top:10px}.topbar-dialog a:not(.s-btn):not(.nav-links--link){color:var(--blue-600);text-decoration:none}.topbar-dialog a:not(.s-btn):not(.nav-links--link):visited{color:var(--blue-600)}.topbar-dialog a:not(.s-btn):not(.nav-links--link):hover{color:var(--blue-500);text-decoration:none}.topbar-dialog .related-links{color:var(--black-400);white-space:nowrap}.topbar-dialog .related-links a,.topbar-dialog .related-links a:visited{margin-left:10px;color:var(--blue-600)}.topbar-dialog.siteSwitcher-dialog{width:375px;overflow-y:scroll;overflow-x:hidden;min-height:390px;max-height:390px;scrollbar-color:var(--scrollbar) transparent}.topbar-dialog.siteSwitcher-dialog::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.topbar-dialog.siteSwitcher-dialog::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.topbar-dialog.siteSwitcher-dialog::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.topbar-dialog.siteSwitcher-dialog::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.topbar-dialog.siteSwitcher-dialog .call-to-login{padding:7px 0 7px 0;text-align:center;line-height:1.3}.topbar-dialog.siteSwitcher-dialog .modal-content{padding:0}.topbar-dialog.siteSwitcher-dialog .modal-content li:first-child{padding-top:2px}.topbar-dialog.siteSwitcher-dialog .modal-content li:last-child{padding-bottom:2px}.topbar-dialog.siteSwitcher-dialog .modal-content li{padding-left:7px;padding-right:7px}.topbar-dialog.siteSwitcher-dialog .modal-content .pinned-site-candidate{padding-top:6px;padding-bottom:6px}.topbar-dialog.siteSwitcher-dialog .modal-content#your-communities-section{max-height:none}.topbar-dialog.siteSwitcher-dialog .other-sites{min-height:345px}.topbar-dialog.siteSwitcher-dialog .other-sites .other-site-link{display:inline-block;width:100%}.topbar-dialog.siteSwitcher-dialog .current-site .current-site-link{font-weight:bold}.topbar-dialog.siteSwitcher-dialog .current-site li{border:none}.topbar-dialog.siteSwitcher-dialog .current-site li:hover{background-color:var(--powder-100)}.topbar-dialog.siteSwitcher-dialog .site-desc{margin-bottom:0;margin-left:25px;color:var(--black-300);font-size:var(--fs-caption);padding-right:4px}.topbar-dialog.siteSwitcher-dialog .L-shaped-icon-container{float:left;padding:0;margin:8px 6px 0 15px}.topbar-dialog.siteSwitcher-dialog .L-shaped-icon{width:10px;height:10px;border:solid #b9c1c5;border-width:0 0 1px 1px;display:inline-block}.topbar-dialog.inbox-dialog .modal-content .message-text,.topbar-dialog.modInbox-dialog .modal-content .message-text{width:313px}.topbar-dialog.inbox-dialog,.topbar-dialog.modInbox-dialog,.topbar-dialog.achievements-dialog{width:375px;max-height:505px}.topbar-dialog.inbox-dialog .modal-content,.topbar-dialog.modInbox-dialog .modal-content,.topbar-dialog.achievements-dialog .modal-content{min-height:390px;max-height:390px;overflow-y:auto;overflow-x:hidden;scrollbar-color:var(--scrollbar) transparent}.topbar-dialog.inbox-dialog .modal-content::-webkit-scrollbar,.topbar-dialog.modInbox-dialog .modal-content::-webkit-scrollbar,.topbar-dialog.achievements-dialog .modal-content::-webkit-scrollbar{width:calc(var(--su-static12) - var(--su-static2));height:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.topbar-dialog.inbox-dialog .modal-content::-webkit-scrollbar-track,.topbar-dialog.modInbox-dialog .modal-content::-webkit-scrollbar-track,.topbar-dialog.achievements-dialog .modal-content::-webkit-scrollbar-track{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:transparent}.topbar-dialog.inbox-dialog .modal-content::-webkit-scrollbar-thumb,.topbar-dialog.modInbox-dialog .modal-content::-webkit-scrollbar-thumb,.topbar-dialog.achievements-dialog .modal-content::-webkit-scrollbar-thumb{border-radius:calc(var(--su-static12) - var(--su-static2));background-color:var(--scrollbar)}.topbar-dialog.inbox-dialog .modal-content::-webkit-scrollbar-corner,.topbar-dialog.modInbox-dialog .modal-content::-webkit-scrollbar-corner,.topbar-dialog.achievements-dialog .modal-content::-webkit-scrollbar-corner{background-color:transparent;border-color:transparent}.topbar-dialog.inbox-dialog .modal-content .timestamp,.topbar-dialog.modInbox-dialog .modal-content .timestamp,.topbar-dialog.achievements-dialog .modal-content .timestamp{color:var(--black-350)}.topbar-dialog.inbox-dialog .inbox-item .item-content .item-header,.topbar-dialog.modInbox-dialog .inbox-item .item-content .item-header,.topbar-dialog.achievements-dialog .inbox-item .item-content .item-header{color:var(--black-400)}.topbar-dialog.inbox-dialog .inbox-item .item-content .item-creation,.topbar-dialog.modInbox-dialog .inbox-item .item-content .item-creation,.topbar-dialog.achievements-dialog .inbox-item .item-content .item-creation{float:right}.topbar-dialog.inbox-dialog .inbox-item .item-content .item-location,.topbar-dialog.modInbox-dialog .inbox-item .item-content .item-location,.topbar-dialog.achievements-dialog .inbox-item .item-content .item-location{margin:4px 0}.topbar-dialog.inbox-dialog .inbox-item .item-content .item-summary,.topbar-dialog.modInbox-dialog .inbox-item .item-content .item-summary,.topbar-dialog.achievements-dialog .inbox-item .item-content .item-summary{color:var(--black-700)}.topbar-dialog.inbox-dialog .inbox-item.inbox-se-link,.topbar-dialog.modInbox-dialog .inbox-item.inbox-se-link,.topbar-dialog.achievements-dialog .inbox-item.inbox-se-link{text-align:center}.topbar-dialog.inbox-dialog.anon,.topbar-dialog.achievements-dialog.anon{width:275px}.topbar-dialog.inbox-dialog.anon .modal-content,.topbar-dialog.achievements-dialog.anon .modal-content{min-height:200px;padding:13px 20px}.topbar-dialog.inbox-dialog.anon .huge-button-container,.topbar-dialog.achievements-dialog.anon .huge-button-container{text-align:center}.topbar-dialog.inbox-dialog.anon .huge-button,.topbar-dialog.achievements-dialog.anon .huge-button{width:35%;padding:3% 0}.topbar-dialog.help-dialog{width:215px}.topbar-dialog.help-dialog .modal-content{max-height:none}.topbar-dialog.help-dialog .item-summary{display:block;color:var(--black-700);margin-top:4px}.topbar-dialog.help-dialog a{display:block}.topbar-dialog.review-dialog{width:215px}.topbar-dialog.review-dialog.review-dialog-mod{width:265px}.topbar-dialog.review-dialog .modal-content{max-height:none}.topbar-dialog.review-dialog .modal-content .timestamp{color:var(--black-350)}.topbar-dialog.review-dialog .modal-content li{display:block}.topbar-dialog.review-dialog .modal-content li>a{display:flex;align-items:center;flex-flow:row nowrap}.topbar-dialog.review-dialog .modal-content li>a:visited{color:var(--blue)}.topbar-dialog.review-dialog .modal-content li>a .-title{flex-grow:2}.topbar-dialog.review-dialog .modal-content li>a .-indicator{font-size:var(--fs-fine);display:inline-block;padding:3px 5px;background:hsla(210,8%,5%,0.05);color:var(--black-400);border-radius:var(--br-sm)}.topbar-dialog.review-dialog .modal-content .suspension-notice .notice-content .notice-header{color:var(--black-400)}.topbar-dialog.review-dialog .modal-content .suspension-notice .notice-content .notice-creation{float:right}.topbar-dialog.review-dialog .modal-content .suspension-notice .notice-content .notice-location{margin:4px 0}.topbar-dialog.review-dialog .modal-content .suspension-notice .notice-content .notice-summary{color:var(--black-700)}.topbar-dialog.review-dialog.danger-dialog .-item a{padding-left:32px;position:relative}.topbar-dialog.review-dialog.danger-dialog .-item a:before{content:'';width:10px;height:10px;position:absolute;left:10px;top:50%;margin-top:-5px;border-radius:50%;background:transparent}.topbar-dialog.review-dialog.danger-dialog .-item.danger-urgent .-title{font-weight:bold}.topbar-dialog.review-dialog.danger-dialog .-item.danger-urgent a:before{background:hsl(358,62%,52%);box-shadow:0 0 5px hsla(358,62%,52%,0.2)}.topbar-dialog.review-dialog.danger-dialog .-item.danger-active a:before{background:hsl(210,8%,85%)}.topbar-dialog.feature-notice-dialog .s-popover--arrow__tl:before,.topbar-dialog.feature-notice-dialog .s-popover--arrow__tl:after{left:20px}.topbar-dialog.network-logo-dialog{width:320px;border:1px solid var(--black-200);border-radius:var(--br-sm);font-size:var(--fs-body1);box-shadow:var(--bs-sm)}.topbar-dialog.network-logo-dialog .dialog-content{padding:var(--su16);background:var(--white);border-radius:var(--br-md)}.topbar-dialog.network-logo-dialog h4{margin-bottom:var(--su12)}.topbar-dialog.network-logo-dialog a{font-weight:normal}.topbar-dialog.network-logo-dialog .icon-close{position:absolute;top:16px;right:16px;display:block;width:18px;height:18px;border-radius:var(--br-sm);color:#d1d1d1;transition:opacity .2s ease-in-out}.topbar-dialog.network-logo-dialog .icon-close:hover{opacity:.5}.topbar-dialog ul{padding-left:0;margin-left:0;margin-bottom:0}.topbar-dialog ul li{list-style:none;margin-left:0;line-height:1.3}.topbar-dialog .header{background-color:var(--black-050);width:100%;box-sizing:border-box;position:relative;clear:both;display:flex;justify-content:space-between;align-items:center;padding:8px 10px}.topbar-dialog .header h3{font-family:var(--ff-sans);color:var(--black-500);font-weight:bold;text-transform:uppercase;font-size:var(--fs-fine);margin-bottom:0;display:inline-block}.topbar-dialog .header h3 a{font-size:inherit;color:inherit;font-family:var(--ff-sans)}.topbar-dialog .header .-right{color:var(--black-300)}.topbar-dialog .header .-right a{color:var(--blue)}.topbar-dialog #edit-pinned-sites,.topbar-dialog #cancel-pinned-sites{float:right}.topbar-dialog .modal-content{width:100%;max-height:300px;position:relative}.topbar-dialog .modal-content li{border-bottom:1px solid var(--black-050);margin-bottom:0}.topbar-dialog .modal-content li .rep-score{float:right;color:var(--black-400);font-size:var(--fs-caption)}.topbar-dialog .modal-content li:hover{background-color:var(--black-075)}.topbar-dialog .modal-content li>*{padding:var(--su8)}.topbar-dialog .modal-content li>a>*{white-space:normal}.topbar-dialog .modal-content li>a.pinned-site-link{display:inline-block}.topbar-dialog .modal-content li:last-child{border-bottom:none}.topbar-dialog .modal-content .message-text{display:inline-block}.topbar-dialog .modal-content .message-text h4{margin-bottom:0;font-size:100%;font-weight:normal;font-family:var(--ff-sans);color:inherit}.topbar-dialog .unread-item{background-color:var(--powder-100);padding-bottom:8px;padding-top:8px}.topbar-dialog .unread-item .unread-bold{font-weight:bold;color:var(--blue-700)}.topbar-dialog .unread-item:hover{background-color:var(--powder-200)}.topbar-dialog .site-icon{width:16px;height:16px;vertical-align:top;flex:none}.topbar-dialog .site-title,.topbar-dialog .site-title:visited{color:var(--black-700)}.topbar-dialog .pinned-site-editor-container{width:100%}.topbar-dialog .pinned-site-editor-container .site-filter-input{width:100%}.topbar-dialog .pinned-site-editor-container .found-sites{position:absolute;background-color:var(--white);border:1px solid var(--black-075)}.topbar-dialog .pinned-site-editor-container .found-sites li:hover{font-weight:bold;cursor:pointer}.topbar-dialog .pinned-site-editor-container .found-sites li.already-pinned-site{font-weight:normal;background-color:var(--blue-050);cursor:default}.topbar-dialog .pinned-site-editor-container .remove-pinned-site-link{float:right}.topbar-dialog .pinned-site-editor-container .remove-pinned-site-link a{padding:0 5px 2px 5px;font-weight:bold;color:var(--black-350);background-color:var(--black-050);font-family:var(--ff-sans);line-height:1;border-radius:15px}.topbar-dialog .pinned-site-editor-container .remove-pinned-site-link a:hover{color:var(--white);background-color:var(--black-400)}.topbar-dialog .pinned-site-editor-container .sortable li{cursor:move}.achievements-dialog{width:450px;max-height:505px;font-size:var(--fs-caption)}.achievements-dialog .utc-clock{color:var(--black-350);font-size:var(--fs-fine);font-weight:normal;display:inline-block;padding-left:5px;font-variant:small-caps}.achievements-dialog .date-group .date-group-toggle-row{cursor:pointer}.achievements-dialog .date-group .date-group-toggle{display:inline-block;width:10px;height:10px;background-position:2px -94px}.achievements-dialog .date-group .date-group-toggle.toggle-hidden{background-position:-17px -94px}.achievements-dialog ul{margin-bottom:10px}.achievements-dialog .rep-change{vertical-align:top;text-align:right;font-size:var(--fs-fine);display:inline-block;white-space:nowrap}.achievements-dialog .rep-up{color:var(--green-400)}.achievements-dialog .rep-down{color:var(--red-500)}.achievements-dialog .rep-site-container{margin:10px 0;width:100%;cursor:default}.achievements-dialog .rep-site-container .rep-site{width:30px;display:inline-block;text-align:center}.achievements-dialog .rep-site-container .rep-site img{display:block;margin:0 auto 4px auto}.achievements-dialog .date-header,.achievements-dialog .single-rep-site-container{font-weight:bold;margin:3px 0 4px 0;display:inline-block;font-size:var(--fs-caption)}.achievements-dialog .date-header .rep-change,.achievements-dialog .single-rep-site-container .rep-change{font-size:var(--fs-caption)}.achievements-dialog .date-header{padding:var(--su8);color:var(--black-400)}.achievements-dialog .single-rep-site-container{margin-left:2px}.achievements-dialog .message-text{margin-left:2px;width:278px}.achievements-dialog .achievements-badge{text-align:right}.achievements-dialog .achievements-privilege-category .icon{vertical-align:top;margin:0;width:18px}.achievements-dialog .modal-content.short{min-height:297px;max-height:297px}.achievements-dialog .modal-content.tiny{min-height:197px;max-height:197px}.self-actions{width:200px;max-height:505px;left:535px}html{--top-bar-allocated-space:50px}.s-topbar~.container,.s-topbar~#announcement-banner{margin-top:var(--topbar-height)}.s-topbar~#announcement-banner~.container{margin-top:0}.s-topbar{--theme-topbar-height:50px;--theme-topbar-background-color:hsl(210,8%,15%);--theme-topbar-search-color:hsl(0,0%,100%);--theme-topbar-search-background:hsl(210,8%,25%);--theme-topbar-search-placeholder:hsl(210,8%,85%);--theme-topbar-search-border:hsl(210,8%,45%);--theme-topbar-search-border-focus:hsl(210,8%,70%);--theme-topbar-search-shadow-focus:0 0 0 var(--su-static4) hsla(0,0%,100%,0.3);--theme-topbar-select-color:hsl(210,8%,85%);--theme-topbar-select-background:hsl(210,8%,35%);--theme-topbar-item-color-hover:hsl(0,0%,100%);--theme-topbar-item-background-hover:hsl(210,8%,25%);--theme-topbar-item-color-current:hsl(0,0%,100%);--theme-topbar-item-border-current:var(--theme-primary-color);--theme-topbar-accent-border:none;--scrollbar:hsla(0,0%,100%,0.2);--theme-topbar-item-color:hsl(210,8%,85%)}.s-topbar,.s-topbar *{box-sizing:border-box}body.theme-highcontrast .s-topbar{--theme-topbar-item-color:hsl(0,0%,100%);--theme-topbar-item-color-hover:hsl(0,0%,100%);--theme-topbar-item-background-hover:hsl(210,8%,25%);--theme-topbar-item-color-current:hsl(0,0%,100%)}body.theme-highcontrast .s-topbar .s-badge{border-color:currentColor}.s-topbar .s-topbar--logo .-img{display:inline-block;text-indent:-9999em;height:30px;width:146px;margin-top:-4px;margin-left:0;background-position:0 -500px}.s-topbar .s-topbar--logo .-img._glyph{margin-left:0;width:150px;height:30px;margin-top:-4px}@media screen and (max-width:640px){html.html__responsive .s-topbar .s-topbar--logo .-img._glyph{width:25px;margin-top:0}}@media print{.s-topbar .s-topbar--logo .-img._glyph{width:25px;margin-top:0}}body.theme-highcontrast .s-topbar .s-topbar--logo .-img{filter:brightness(0)}@media (prefers-color-scheme:dark){body.theme-system .s-topbar .s-topbar--logo .-img{filter:invert(.5) brightness(2)}}body.theme-dark .s-topbar .s-topbar--logo .-img,.theme-dark__forced .s-topbar .s-topbar--logo .-img,body.theme-system .theme-dark__forced .s-topbar .s-topbar--logo .-img{filter:invert(.5) brightness(2)}@media screen and (max-width:640px){html.html__responsive .s-topbar .s-topbar--logo.network-logo{width:41px;overflow:hidden;display:block}html.html__responsive .s-topbar .s-topbar--logo.network-logo .svg-icon{transform:scale(2);transform-origin:0 -10px}}@media print{.s-topbar .s-topbar--logo.network-logo{width:41px;overflow:hidden;display:block}.s-topbar .s-topbar--logo.network-logo .svg-icon{transform:scale(2);transform-origin:0 -10px}}.s-topbar .topbar-dialog.leftnav-dialog{width:auto;right:auto}.s-topbar .topbar-dialog.leftnav-dialog .left-sidebar:not(:empty){width:240px}@media screen and (max-width:640px){html.html__responsive .s-topbar .topbar-dialog:not(.leftnav-dialog),html.html__responsive .s-topbar .topbar-dialog.review-dialog.review-dialog-mod{width:100%;left:0;right:0}html.html__responsive .s-topbar .topbar-dialog.feature-notice-dialog .s-popover--arrow__tl:before,html.html__responsive .s-topbar .topbar-dialog.feature-notice-dialog .s-popover--arrow__tl:after{left:105px}}@media print{.s-topbar .topbar-dialog:not(.leftnav-dialog),.s-topbar .topbar-dialog.review-dialog.review-dialog-mod{width:100%;left:0;right:0}.s-topbar .topbar-dialog.feature-notice-dialog .s-popover--arrow__tl:before,.s-topbar .topbar-dialog.feature-notice-dialog .s-popover--arrow__tl:after{left:105px}}.s-topbar .s-topbar--menu-btn{display:none}@media screen and (max-width:640px){html.html__responsive .s-topbar .s-topbar--menu-btn{display:flex}}@media print{.s-topbar .s-topbar--menu-btn{display:flex}}html.html__unpinned-leftnav .s-topbar .s-topbar--menu-btn{display:flex}.s-topbar .s-user-card .-badges{font-size:inherit;color:var(--black-050)}.s-topbar .s-user-card .-badges>span+span{padding-left:var(--su6)}.s-topbar .s-user-card .-badges .badge1,.s-topbar .s-user-card .-badges .badge2,.s-topbar .s-user-card .-badges .badge3{text-indent:-9999em}.s-topbar .s-user-card .-badges .badgecount{font-weight:normal}.s-topbar .s-user-card .-badges .badge1+.badgecount{color:var(--gold-darker)}.s-topbar .s-user-card .-badges .badge2+.badgecount{color:var(--silver-darker)}.s-topbar .s-user-card .-badges .badge3+.badgecount{color:var(--bronze-darker)}.s-topbar .topbar-dialog{--scrollbar:var(--hack-topbar-scrollbar-fallback)}body{--hack-topbar-scrollbar-fallback:var(--scrollbar)}.site-footer,.site-footer *,.site-footer *:before,.site-footer *:after{box-sizing:border-box}.site-footer .-list{margin:0;list-style:none}@media screen and (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .site-footer .-list:not(.-social){display:flex;flex-wrap:wrap;column-gap:var(--su12);row-gap:var(--su8)}}@media screen and (max-width:816px){html.html__responsive.html__unpinned-leftnav .site-footer .-list:not(.-social){display:flex;flex-wrap:wrap;column-gap:var(--su12);row-gap:var(--su8)}}@media print{.site-footer .-list:not(.-social){display:flex;flex-wrap:wrap;column-gap:var(--su12);row-gap:var(--su8)}}.site-footer .-link{color:var(--theme-footer-link-color);padding:var(--su4) 0;line-height:var(--lh-md);display:inline-block;text-decoration:none}.site-footer .-link:hover{color:var(--theme-footer-link-color-hover)}@media screen and (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .site-footer .-link{padding:0}}@media screen and (max-width:816px){html.html__responsive.html__unpinned-leftnav .site-footer .-link{padding:0}}@media print{.site-footer .-link{padding:0}}.site-footer .-title{text-transform:uppercase;font-weight:bold;margin-bottom:var(--su12);color:var(--theme-footer-title-color);line-height:var(--lh-md)}.site-footer .-title a{color:var(--theme-footer-title-color);text-decoration:none}@media screen and (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .site-footer .-title{margin-bottom:var(--su8)}}@media screen and (max-width:816px){html.html__responsive.html__unpinned-leftnav .site-footer .-title{margin-bottom:var(--su8)}}@media print{.site-footer .-title{margin-bottom:var(--su8)}}.site-footer{background-color:var(--theme-footer-background-color);background-image:none;background-position:var(--theme-footer-background-position);background-repeat:var(--theme-footer-background-repeat);border-top:var(--theme-footer-background-border-top);background-size:var(--theme-footer-background-size);color:var(--theme-footer-text-color);padding-top:var(--theme-footer-padding-top);padding-bottom:var(--theme-footer-padding-bottom)}body.theme-highcontrast .site-footer{--theme-footer-background-color:hsl(210,8%,5%);--theme-footer-background-border-top:hsl(0,0%,100%);--theme-footer-title-color:hsl(0,0%,100%);--theme-footer-text-color:hsl(0,0%,100%);--theme-footer-link-color:hsl(0,0%,100%);--theme-footer-link-color-hover:hsl(0,0%,100%);--theme-footer-link-color-active:hsl(0,0%,100%);--theme-footer-link-caret-color:hsl(210,8%,5%);--theme-footer-divider-color:hsl(0,0%,100%);background-image:none !important;border-top:1px solid var(--black)}body.theme-highcontrast .site-footer a:hover,body.theme-highcontrast .site-footer a:focus{color:hsl(0,0%,100%);text-decoration:underline}.site-footer .site-footer--container,.site-footer .site-footer--extra{max-width:1264px;width:100%;margin:0 auto;padding:var(--su32) var(--su12) var(--su12) var(--su12);display:flex;flex-flow:row wrap}@media screen and (max-width:980px) and (min-width:640.1px){html.html__responsive:not(.html__unpinned-leftnav) .site-footer .site-footer--container,html.html__responsive:not(.html__unpinned-leftnav) .site-footer .site-footer--extra{padding:var(--su24)}}@media screen and (max-width:816px) and (min-width:640.1px){html.html__responsive.html__unpinned-leftnav .site-footer .site-footer--container,html.html__responsive.html__unpinned-leftnav .site-footer .site-footer--extra{padding:var(--su24)}}@media screen and (max-width:640px){html.html__responsive .site-footer .site-footer--container,html.html__responsive .site-footer .site-footer--extra{padding:var(--su16)}}@media print{.site-footer .site-footer--container,.site-footer .site-footer--extra{padding:var(--su16)}}.site-footer .site-footer--extra{padding:var(--su32) var(--su12);border-top:1px solid var(--theme-footer-divider-color)}.site-footer .site-footer--logo{flex:0 0 64px;margin:calc(var(--su12) * -1) 0 var(--su32) 0}@media screen and (max-width:640px){html.html__responsive .site-footer .site-footer--logo{display:none}}@media print{.site-footer .site-footer--logo{display:none}}.site-footer .site-footer--nav{display:flex;flex:2 1 auto;flex-wrap:wrap}@media screen and (max-width:980px){html.html__responsive:not(.html__unpinned-leftnav) .site-footer .site-footer--nav{flex-direction:column}}@media screen and (max-width:816px){html.html__responsive.html__unpinned-leftnav .site-footer .site-footer--nav{flex-direction:column}}@media print{.site-footer .site-footer--nav{flex-direction:column}}.site-footer .site-footer--col{padding:0 var(--su12) var(--su24) 0;flex:1 0 auto}.site-footer .site-footer--copyright{flex:1 1 150px;display:flex;flex-direction:column}.site-footer .site-footer--copyright ul{display:flex;list-style:none;margin:0;padding:0}.site-footer .site-footer--copyright ul li+li{margin-left:var(--su12)}.site-footer .site-footer--copyright p{margin-top:auto;margin-bottom:var(--su24)}.site-footer .site-footer--copyright p a,.site-footer .site-footer--copyright p a:visited{line-height:inherit;color:var(--theme-footer-link-color);padding:0}.message.error,.message.success,.message.regular,.message.incomplete,.message.gray{display:inline-block;padding:12px;margin:10px 0;border-radius:3px}.message.error.text-only,.message.success.text-only,.message.regular.text-only,.message.incomplete.text-only,.message.gray.text-only{background:none;border:0;padding:0;margin:0 0 10px 0;color:var(--black-500)}.message.error.text-only i[class^="icon-"],.message.success.text-only i[class^="icon-"],.message.regular.text-only i[class^="icon-"],.message.incomplete.text-only i[class^="icon-"],.message.gray.text-only i[class^="icon-"],.message.error.text-only span[class^="icon-"],.message.success.text-only span[class^="icon-"],.message.regular.text-only span[class^="icon-"],.message.incomplete.text-only span[class^="icon-"],.message.gray.text-only span[class^="icon-"]{margin-right:4px}.message.error.centered,.message.success.centered,.message.regular.centered,.message.incomplete.centered,.message.gray.centered{text-align:center}.message.error.centered-block,.message.success.centered-block,.message.regular.centered-block,.message.incomplete.centered-block,.message.gray.centered-block{display:block;margin:10px auto}.message.error.left-block,.message.success.left-block,.message.regular.left-block,.message.incomplete.left-block,.message.gray.left-block{display:block;margin:10px auto}.message.error .message-ctas,.message.success .message-ctas,.message.regular .message-ctas,.message.incomplete .message-ctas,.message.gray .message-ctas{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.message.error .message-cta,.message.success .message-cta,.message.regular .message-cta,.message.incomplete .message-cta,.message.gray .message-cta{margin-top:10px}.message.error .message-title,.message.success .message-title,.message.regular .message-title,.message.incomplete .message-title,.message.gray .message-title{text-align:center;font-weight:700;padding:10px 0;margin:-12px -12px 10px -12px;border-radius:3px 3px 0 0}.message.error .message-title [class^="icon"],.message.success .message-title [class^="icon"],.message.regular .message-title [class^="icon"],.message.incomplete .message-title [class^="icon"],.message.gray .message-title [class^="icon"]{margin-right:4px;vertical-align:middle}.message.error .message-title [class*="icon-warning"],.message.success .message-title [class*="icon-warning"],.message.regular .message-title [class*="icon-warning"],.message.incomplete .message-title [class*="icon-warning"],.message.gray .message-title [class*="icon-warning"]{position:relative;top:-1px}.message.inline-message{display:block}.message.inline-message:before,.message.inline-message:after{content:"";display:table}.message.inline-message:after{clear:both}.message.inline-message .message-title{display:inline-block;margin:0 12px 0 0;color:var(--orange)}.message.inline-message .inline-message-cta{float:right}.message.regular{background:var(--yellow-050);color:var(--yellow-900);border:1px solid var(--yellow-100)}.message.error{color:var(--red-900);background:var(--red-050);border:1px solid var(--red-100)}.message.error.text-only{color:var(--red-500)}.message.error.text-only:before{top:3px;background-position:-72px -330px}.message.success{color:var(--green-900);background:var(--green-050);border:1px solid var(--green-100)}.message.success.text-only{color:var(--green-500)}.message.success.text-only:before{background-position:-95px -330px}.message.incomplete{color:var(--black-900);background:var(--orange-050);border:1px solid var(--orange-100)}.message.incomplete .message-title{color:var(--orange);background:var(--orange-100);padding:10px 0;margin:-12px -12px 10px -12px}.message.gray{background:#f6f6f7;color:hsl(210,8%,5%);border:1px solid hsl(210,8%,90%)}.message.gray .message-title{background:hsl(210,8%,90%);padd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment