<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rc-switch{position:relative;display:inline-block;box-sizing:border-box;width:44px;height:22px;line-height:20px;padding:0;vertical-align:middle;border-radius:20px 20px;border:1px solid #ccc;background-color:#ccc;cursor:pointer;transition:all .3s cubic-bezier(.35,0,.25,1);overflow:hidden}.rc-switch-inner-checked,.rc-switch-inner-unchecked{color:#fff;font-size:12px;position:absolute;top:0;transition:left .3s cubic-bezier(.35,0,.25,1)}.rc-switch-inner-checked{left:-14px}.rc-switch-inner-unchecked{left:24px}.rc-switch:after{position:absolute;width:18px;height:18px;left:2px;top:1px;border-radius:50% 50%;background-color:#fff;content:" ";cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.26);transform:scale(1);transition:left .3s cubic-bezier(.35,0,.25,1);animation-timing-function:cubic-bezier(.35,0,.25,1);animation-duration:.3s;animation-name:rcSwitchOff}.rc-switch:hover:after{transform:scale(1.1);animation-name:rcSwitchOn}.rc-switch:focus{box-shadow:0 0 0 2px #d5f1fd;outline:none}.rc-switch-checked{border:1px solid #87d068;background-color:#87d068}.rc-switch-checked .rc-switch-inner-checked{left:6px}.rc-switch-checked .rc-switch-inner-unchecked{left:44px}.rc-switch-checked:after{left:22px}.rc-switch-disabled{cursor:no-drop;background:#ccc;border-color:#ccc}.rc-switch-disabled:after{background:#9e9e9e;animation-name:none;cursor:no-drop}.rc-switch-disabled:hover:after{transform:scale(1);animation-name:none}.rc-switch-label{display:inline-block;line-height:20px;font-size:14px;padding-left:10px;vertical-align:middle;white-space:normal;pointer-events:none;-webkit-user-select:text;-moz-user-select:text;user-select:text}@keyframes rcSwitchOn{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1.1)}}@keyframes rcSwitchOff{0%{transform:scale(1.1)}to{transform:scale(1)}}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none}.rc-slider,.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid transparent;border-bottom:5px solid transparent;transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:grab;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid transparent;border-left:5px solid transparent;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)&gt;*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g)*1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body&gt;div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button&gt;svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]&gt;.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]&gt;.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]&gt;.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]&gt;.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]&gt;.tippy-arrow{right:0}.tippy-box[data-placement^=left]&gt;.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]&gt;.tippy-arrow{left:0}.tippy-box[data-placement^=right]&gt;.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=material]{background-color:#505355;font-weight:600}.tippy-box[data-theme~=material][data-placement^=top]&gt;.tippy-arrow:before{border-top-color:#505355}.tippy-box[data-theme~=material][data-placement^=bottom]&gt;.tippy-arrow:before{border-bottom-color:#505355}.tippy-box[data-theme~=material][data-placement^=left]&gt;.tippy-arrow:before{border-left-color:#505355}.tippy-box[data-theme~=material][data-placement^=right]&gt;.tippy-arrow:before{border-right-color:#505355}.tippy-box[data-theme~=material]&gt;.tippy-backdrop{background-color:#505355}.tippy-box[data-theme~=material]&gt;.tippy-svg-arrow{fill:#505355}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]&gt;.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]&gt;.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]&gt;.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]&gt;.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]&gt;.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]&gt;.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=light-border]{background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,8,16,.15);color:#333;box-shadow:0 4px 14px -2px rgba(0,8,16,.08)}.tippy-box[data-theme~=light-border]&gt;.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light-border]&gt;.tippy-arrow:after,.tippy-box[data-theme~=light-border]&gt;.tippy-svg-arrow:after{content:"";position:absolute;z-index:-1}.tippy-box[data-theme~=light-border]&gt;.tippy-arrow:after{border-color:transparent;border-style:solid}.tippy-box[data-theme~=light-border][data-placement^=top]&gt;.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=top]&gt;.tippy-arrow:after{border-top-color:rgba(0,8,16,.2);border-width:7px 7px 0;top:17px;left:1px}.tippy-box[data-theme~=light-border][data-placement^=top]&gt;.tippy-svg-arrow&gt;svg{top:16px}.tippy-box[data-theme~=light-border][data-placement^=top]&gt;.tippy-svg-arrow:after{top:17px}.tippy-box[data-theme~=light-border][data-placement^=bottom]&gt;.tippy-arrow:before{border-bottom-color:#fff;bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]&gt;.tippy-arrow:after{border-bottom-color:rgba(0,8,16,.2);border-width:0 7px 7px;bottom:17px;left:1px}.tippy-box[data-theme~=light-border][data-placement^=bottom]&gt;.tippy-svg-arrow&gt;svg{bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]&gt;.tippy-svg-arrow:after{bottom:17px}.tippy-box[data-theme~=light-border][data-placement^=left]&gt;.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=left]&gt;.tippy-arrow:after{border-left-color:rgba(0,8,16,.2);border-width:7px 0 7px 7px;left:17px;top:1px}.tippy-box[data-theme~=light-border][data-placement^=left]&gt;.tippy-svg-arrow&gt;svg{left:11px}.tippy-box[data-theme~=light-border][data-placement^=left]&gt;.tippy-svg-arrow:after{left:12px}.tippy-box[data-theme~=light-border][data-placement^=right]&gt;.tippy-arrow:before{border-right-color:#fff;right:16px}.tippy-box[data-theme~=light-border][data-placement^=right]&gt;.tippy-arrow:after{border-width:7px 7px 7px 0;right:17px;top:1px;border-right-color:rgba(0,8,16,.2)}.tippy-box[data-theme~=light-border][data-placement^=right]&gt;.tippy-svg-arrow&gt;svg{right:11px}.tippy-box[data-theme~=light-border][data-placement^=right]&gt;.tippy-svg-arrow:after{right:12px}.tippy-box[data-theme~=light-border]&gt;.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=light-border]&gt;.tippy-svg-arrow:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);background-size:16px 6px;width:16px;height:6px}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:rgb(var(--rgb-color-gray-200))}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-source-sans);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:rgb(var(--rgb-color-gray-400))}input::placeholder,textarea::placeholder{color:rgb(var(--rgb-color-gray-400))}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:.75rem;padding-left:.75rem}@media (min-width:1024px){.container{max-width:1024px;padding-right:1.5rem;padding-left:1.5rem}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol&gt;li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul&gt;li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure&gt;*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture&gt;img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol&gt;li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul&gt;li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose&gt;ul&gt;li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose&gt;ul&gt;li&gt;p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose&gt;ul&gt;li&gt;p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose&gt;ol&gt;li&gt;p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose&gt;ol&gt;li&gt;p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose&gt;:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose&gt;:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:.9375rem;line-height:1.33em}.prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture&gt;img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-base :where(ol&gt;li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-base :where(ul&gt;li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-base :where(.prose-base&gt;ul&gt;li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(.prose-base&gt;ul&gt;li&gt;p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base&gt;ul&gt;li&gt;p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose-base&gt;ol&gt;li&gt;p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base&gt;ol&gt;li&gt;p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure&gt;*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-base :where(.prose-base&gt;:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(.prose-base&gt;:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-major{font-size:1.5rem;line-height:1.2em}.prose-main{font-size:1.125rem;line-height:1.2em}.prose-info{font-size:.875rem;line-height:1.33em}.prose-sub{font-size:.8125rem;line-height:1.2em}.prose-xs{font-size:.75rem;line-height:1.2em}.prose-caption{font-size:.6875rem;line-height:1.2em}html{height:100%}#__next,body,html{display:flex;flex:1 1 0%;flex-direction:column}body{overflow:hidden;--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-600),var(--tw-text-opacity))}#__next{overflow-y:auto;overflow-x:hidden;padding-bottom:4.25rem}h2{font-size:1.875rem;line-height:36px}h3{font-size:1.2rem;font-weight:600;line-height:1.5rem}.ce-toolbar{z-index:300}.ce-toolbar .ce-popover__overlay.ce-popover__overlay--hidden{display:initial;opacity:0;visibility:hidden}.prose-editor.prose-editor{color:var(--tw-prose-body);max-width:65ch}.prose-editor.prose-editor :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-editor.prose-editor :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-editor.prose-editor :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose-editor.prose-editor :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose-editor.prose-editor :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-editor.prose-editor :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-editor.prose-editor :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-editor.prose-editor :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-editor.prose-editor :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-editor.prose-editor :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-editor.prose-editor :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-editor.prose-editor :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-editor.prose-editor :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-editor.prose-editor :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-editor.prose-editor :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-editor.prose-editor :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-editor.prose-editor :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose-editor.prose-editor :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-editor.prose-editor :where(ol&gt;li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose-editor.prose-editor :where(ul&gt;li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose-editor.prose-editor :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose-editor.prose-editor :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose-editor.prose-editor :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose-editor.prose-editor :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose-editor.prose-editor :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose-editor.prose-editor :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-editor.prose-editor :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose-editor.prose-editor :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-editor.prose-editor :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose-editor.prose-editor :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-editor.prose-editor :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-editor.prose-editor :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-editor.prose-editor :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-editor.prose-editor :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-editor.prose-editor :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose-editor.prose-editor :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-editor.prose-editor :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose-editor.prose-editor :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose-editor.prose-editor :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose-editor.prose-editor :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose-editor.prose-editor :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-editor.prose-editor :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-editor.prose-editor :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose-editor.prose-editor :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose-editor.prose-editor :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-editor.prose-editor :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-editor.prose-editor :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-editor.prose-editor :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose-editor.prose-editor :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose-editor.prose-editor :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose-editor.prose-editor :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose-editor.prose-editor :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose-editor.prose-editor :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose-editor.prose-editor :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-editor.prose-editor :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose-editor.prose-editor :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose-editor.prose-editor :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose-editor.prose-editor :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose-editor.prose-editor :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose-editor.prose-editor :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose-editor.prose-editor :where(figure&gt;*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-editor.prose-editor :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-editor.prose-editor{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose-editor.prose-editor :where(picture&gt;img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-editor.prose-editor :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-editor.prose-editor :where(ol&gt;li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-editor.prose-editor :where(ul&gt;li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-editor.prose-editor :where(.prose&gt;ul&gt;li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-editor.prose-editor :where(.prose&gt;ul&gt;li&gt;p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-editor.prose-editor :where(.prose&gt;ul&gt;li&gt;p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-editor.prose-editor :where(.prose&gt;ol&gt;li&gt;p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-editor.prose-editor :where(.prose&gt;ol&gt;li&gt;p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-editor.prose-editor :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-editor.prose-editor :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-editor.prose-editor :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-editor.prose-editor :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-editor.prose-editor :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-editor.prose-editor :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-editor.prose-editor :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-editor.prose-editor :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-editor.prose-editor :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-editor.prose-editor :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-editor.prose-editor :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-editor.prose-editor :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-editor.prose-editor :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-editor.prose-editor :where(.prose&gt;:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-editor.prose-editor :where(.prose&gt;:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-editor.prose-editor{max-width:none;line-height:1.5;--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-darkv4),var(--tw-text-opacity))}.prose-editor.prose-editor :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){padding:0}.prose-editor.prose-editor :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))):first-child{margin-top:0}.prose-editor.prose-editor :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){margin:0;padding-top:0;padding-bottom:0}.prose-editor.prose-editor :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){margin:0;padding-top:0;padding-bottom:0}.prose-editor.prose-editor .ce-block__content,.prose-editor.prose-editor .ce-toolbar__content{max-width:none;margin-left:1.25rem;margin-right:1.25rem}@media (min-width:640px){.prose-editor.prose-editor .ce-block__content,.prose-editor.prose-editor .ce-toolbar__content{margin-left:3.75rem}}.prose-editor.prose-editor .ce-block__content{margin-top:1.25rem}.prose-editor.prose-editor .codex-editor{z-index:auto;min-height:210px;flex:1 1 0%}.prose-editor.prose-editor .codex-editor .codex-editor__redactor{margin-right:0}.prose-editor.prose-editor .codex-editor .ce-popover__search{display:none}.prose-editor.prose-editor .codex-editor .ce-toolbar__plus,.prose-editor.prose-editor .codex-editor .ce-toolbar__settings-btn{color:#b7bcc4}.prose-editor.prose-editor .codex-editor .ce-block{transition:background-color .15s ease}.prose-editor.prose-editor .codex-editor .ce-block--selected{background:#e1f2ff}.prose-editor.prose-editor .codex-editor .cdx-block{padding-top:0;padding-bottom:0;word-break:break-word}.prose-editor.prose-editor .codex-editor .cdx-quote,.prose-editor.prose-editor .codex-editor .ce-paragraph,.prose-editor.prose-editor .codex-editor .image-tool,.prose-editor.prose-editor .codex-editor .link-tool,.prose-editor.prose-editor .codex-editor .paragraph{padding-top:.5rem;padding-bottom:.5rem}.prose-editor.prose-editor .codex-editor h2{margin:0;padding-top:2.25rem;padding-bottom:.75rem;font-weight:600}.prose-editor.prose-editor .codex-editor h3,.prose-editor.prose-editor .codex-editor h4{margin:0;padding-top:.75rem;padding-bottom:0}.prose-editor.prose-editor .codex-editor .cdx-list__item{margin-top:0;margin-bottom:0;padding-top:.25rem;padding-bottom:.25rem;padding-left:6px}.prose-editor.prose-editor .codex-editor .cdx-quote,.prose-editor.prose-editor .codex-editor .image-tool__image-picture{margin-top:0;margin-bottom:0}.prose-editor.prose-editor .codex-editor .cdx-quote__caption{display:none}.prose-editor.prose-editor .codex-editor .cdx-quote .cdx-quote__text{border-style:none;padding:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);min-height:auto}.prose-editor.prose-editor .codex-editor .image-tool__image{resize:horizontal;position:relative;border:2px solid #0096fd;margin-bottom:0;display:inline-block;max-width:100%}.prose-editor.prose-editor .codex-editor .image-tool__image:after{content:"";position:absolute;bottom:0;right:0;height:8px;width:8px;background-color:#0096fd}.prose-editor.prose-editor .codex-editor .image-tool__image-picture{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.prose-editor.prose-editor .codex-editor .ce-tune-alignment--center .image-tool__image{margin-left:auto;margin-right:auto}.prose-editor.prose-editor .codex-editor .ce-tune-alignment--right .image-tool__image{margin-left:auto}.prose-editor.prose-editor .codex-editor .image-tool--empty .image-tool__image,.prose-editor.prose-editor .codex-editor .image-tool__caption{display:none}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.sticky{position:sticky}.inset-0{inset:0}.-left-3{left:-.75rem}.-right-1{right:-.25rem}.-right-3{right:-.75rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-5{bottom:1.25rem}.bottom-\[-68px\]{bottom:-68px}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-4{right:1rem}.right-5{right:1.25rem}.top-0{top:0}.top-1{top:.25rem}.top-14{top:3.5rem}.top-2{top:.5rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-\[100px\]{top:100px}.top-\[104px\]{top:104px}.top-\[3px\]{top:3px}.top-\[64px\]{top:64px}.-z-10{z-index:-10}.-z-20{z-index:-20}.z-10{z-index:10}.z-50{z-index:50}.z-\[10\]{z-index:10}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[300\]{z-index:300}.z-chat{z-index:500}.z-mobileEditor{z-index:201}.z-popover{z-index:200}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.-my-\[10px\]{margin-top:-10px;margin-bottom:-10px}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-\[0\.1rem\]{margin-left:.1rem;margin-right:.1rem}.mx-\[1px\]{margin-left:1px;margin-right:1px}.mx-\[2px\]{margin-left:2px;margin-right:2px}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.\!mt-2{margin-top:.5rem!important}.-mb-2{margin-bottom:-.5rem}.-ml-3{margin-left:-.75rem}.-mr-1{margin-right:-.25rem}.-mr-2{margin-right:-.5rem}.-mr-3{margin-right:-.75rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-3{margin-top:-.75rem}.-mt-\[18px\]{margin-top:-18px}.mb-0{margin-bottom:0}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-9{margin-bottom:2.25rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[2px\]{margin-bottom:2px}.mb-\[3px\]{margin-bottom:3px}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-8{margin-left:2rem}.ml-\[-1px\]{margin-left:-1px}.ml-\[-22px\]{margin-left:-22px}.ml-\[33px\]{margin-left:33px}.ml-\[5px\]{margin-left:5px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-9{margin-right:2.25rem}.mr-\[-22px\]{margin-right:-22px}.mr-\[6px\]{margin-right:6px}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[3px\]{margin-top:3px}.mt-\[5px\]{margin-top:5px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.h-0{height:0}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-13{height:3.25rem}.h-16{height:4rem}.h-18{height:4.5rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-25{height:6.25rem}.h-3{height:.75rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[10px\]{height:10px}.h-\[12px\]{height:12px}.h-\[13px\]{height:13px}.h-\[14px\]{height:14px}.h-\[150px\]{height:150px}.h-\[17px\]{height:17px}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[21px\]{height:21px}.h-\[25px\]{height:25px}.h-\[280px\]{height:280px}.h-\[300px\]{height:300px}.h-\[42px\]{height:42px}.h-\[46px\]{height:46px}.h-\[50px\]{height:50px}.h-\[6px\]{height:6px}.h-\[80px\]{height:80px}.h-\[80vh\]{height:80vh}.h-auto{height:auto}.h-full{height:100%}.h-input{height:40px}.h-screen{height:100vh}.h-touch{height:30px}.max-h-0{max-height:0}.max-h-50{max-height:12.5rem}.max-h-60{max-height:15rem}.max-h-\[120px\]{max-height:120px}.max-h-\[132px\]{max-height:132px}.max-h-\[36px\]{max-height:36px}.max-h-\[400px\]{max-height:400px}.max-h-\[60\%\]{max-height:60%}.max-h-full{max-height:100%}.min-h-0{min-height:0}.min-h-12{min-height:3rem}.min-h-screen{min-height:100vh}.min-h-touch{min-height:30px}.w-0{width:0}.w-1{width:.25rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-100{width:25rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-13{width:3.25rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-25{width:6.25rem}.w-28{width:7rem}.w-3{width:.75rem}.w-4{width:1rem}.w-4\/12{width:33.333333%}.w-40{width:10rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-8\/12{width:66.666667%}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[10px\]{width:10px}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[12px\]{width:12px}.w-\[13px\]{width:13px}.w-\[14px\]{width:14px}.w-\[184px\]{width:184px}.w-\[18px\]{width:18px}.w-\[20px\]{width:20px}.w-\[25px\]{width:25px}.w-\[281px\]{width:281px}.w-\[40px\]{width:40px}.w-\[46px\]{width:46px}.w-\[685px\]{width:685px}.w-\[6px\]{width:6px}.w-\[min\(220px\2c 100\%\)\]{width:min(220px,100%)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-10{min-width:2.5rem}.min-w-3{min-width:.75rem}.min-w-40{min-width:10rem}.min-w-60{min-width:15rem}.min-w-7{min-width:1.75rem}.min-w-\[105px\]{min-width:105px}.min-w-\[140px\]{min-width:140px}.min-w-\[300px\]{min-width:300px}.min-w-\[4rem\]{min-width:4rem}.min-w-touch{min-width:30px}.max-w-16{max-width:4rem}.max-w-5xl{max-width:64rem}.max-w-\[1024px\]{max-width:1024px}.max-w-\[1090px\]{max-width:1090px}.max-w-\[150px\]{max-width:150px}.max-w-\[30vw\]{max-width:30vw}.max-w-\[318px\]{max-width:318px}.max-w-\[500px\]{max-width:500px}.max-w-\[600px\]{max-width:600px}.max-w-\[685px\]{max-width:685px}.max-w-\[75\%\]{max-width:75%}.max-w-\[790px\]{max-width:790px}.max-w-\[90\%\]{max-width:90%}.max-w-\[95vw\]{max-width:95vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.origin-center{transform-origin:center}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/3{--tw-translate-y:-33.333333%}.-translate-y-2{--tw-translate-y:-0.5rem}.-translate-y-2,.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0rem}.rotate-0{--tw-rotate:0deg}.rotate-0,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-45{--tw-rotate:45deg}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-75,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.scroll-mt-20{scroll-margin-top:5rem}.scroll-mt-28{scroll-margin-top:7rem}.scroll-mt-8{scroll-margin-top:2rem}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-flow-row{grid-auto-flow:row}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.place-items-center{place-items:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-9{gap:2.25rem}.gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-x-\[20px\]{-moz-column-gap:20px;column-gap:20px}.gap-x-\[5px\]{-moz-column-gap:5px;column-gap:5px}.gap-x-\[7px\]{-moz-column-gap:7px;column-gap:7px}.gap-x-\[9px\]{-moz-column-gap:9px;column-gap:9px}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-8{row-gap:2rem}.gap-y-\[10px\]{row-gap:10px}.space-x-1&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[10px\]&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10px * var(--tw-space-x-reverse));margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[5px\]&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(5px * var(--tw-space-x-reverse));margin-left:calc(5px * calc(1 - var(--tw-space-x-reverse)))}.space-y-1&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-10&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-\[2px\]&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2px * var(--tw-space-y-reverse))}.divide-x-\[1px\]&gt;:not([hidden])~:not([hidden]),.divide-x&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y-\[1px\]&gt;:not([hidden])~:not([hidden]),.divide-y&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(var(--rgb-color-gray-100),var(--tw-divide-opacity))}.divide-gray-210&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(var(--rgb-color-gray-210),var(--tw-divide-opacity))}.divide-gray-light&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(var(--rgb-color-gray-light),var(--tw-divide-opacity))}.divide-gray-lighter&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(var(--rgb-color-gray-lighter),var(--tw-divide-opacity))}.divide-slate-300&gt;:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(203 213 225/var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-visible{overflow-x:visible}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[5px\]{border-radius:5px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-\[5px\]{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl{border-bottom-left-radius:.25rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-y-0{border-top-width:0;border-bottom-width:0}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-none{border-style:none}.\!border-blue-200{--tw-border-opacity:1!important;border-color:rgba(var(--rgb-color-blue-200),var(--tw-border-opacity))!important}.\!border-blue-250{--tw-border-opacity:1!important;border-color:rgba(var(--rgb-color-blue-250),var(--tw-border-opacity))!important}.\!border-gray-500{--tw-border-opacity:1!important;border-color:rgba(var(--rgb-color-gray-500),var(--tw-border-opacity))!important}.\!border-red-300{--tw-border-opacity:1!important;border-color:rgba(var(--rgb-color-red-300),var(--tw-border-opacity))!important}.\!border-yellow-200{--tw-border-opacity:1!important;border-color:rgba(var(--rgb-color-yellow-200),var(--tw-border-opacity))!important}.border-\[\#EEEEEE\]{--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity))}.border-\[rgba\(0\2c 0\2c 0\2c 0\.15\)\]{border-color:rgba(0,0,0,.15)}.border-blue{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-blue),var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-blue-200),var(--tw-border-opacity))}.border-blue-250{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-blue-250),var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-200),var(--tw-border-opacity))}.border-gray-210{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-210),var(--tw-border-opacity))}.border-gray-250{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-250),var(--tw-border-opacity))}.border-gray-280{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-280),var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-300),var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-400),var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-500),var(--tw-border-opacity))}.border-gray-light{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-light),var(--tw-border-opacity))}.border-gray-lighter{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-lighter),var(--tw-border-opacity))}.border-gray-medium2{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-medium2),var(--tw-border-opacity))}.border-gray-semiLight{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-semiLight),var(--tw-border-opacity))}.border-gray-soft{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-soft),var(--tw-border-opacity))}.border-grayToRemove-e9{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-grayToRemove-e9),var(--tw-border-opacity))}.border-input-border{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-input-border),var(--tw-border-opacity))}.border-input-editorborder{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-input-editorborder),var(--tw-border-opacity))}.border-input-error{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-input-error),var(--tw-border-opacity))}.border-primary,.border-primary-base{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-primary),var(--tw-border-opacity))}.border-primary-variant{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-primary-variant),var(--tw-border-opacity))}.border-primary\/50{border-color:rgba(var(--rgb-color-primary),.5)}.border-red-100{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-red-100),var(--tw-border-opacity))}.border-red-300{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-red-300),var(--tw-border-opacity))}.border-red-350{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-red-350),var(--tw-border-opacity))}.border-red-400{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-red-400),var(--tw-border-opacity))}.border-secondary{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-secondary),var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-white),var(--tw-border-opacity))}.border-yellow{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-yellow),var(--tw-border-opacity))}.border-yellow-200{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-yellow-200),var(--tw-border-opacity))}.border-l-primary{--tw-border-opacity:1;border-left-color:rgba(var(--rgb-color-primary),var(--tw-border-opacity))}.border-l-secondary{--tw-border-opacity:1;border-left-color:rgba(var(--rgb-color-secondary),var(--tw-border-opacity))}.\!bg-white{--tw-bg-opacity:1!important;background-color:rgba(var(--rgb-color-white),var(--tw-bg-opacity))!important}.bg-almondFrost{--tw-bg-opacity:1;background-color:rgb(163 142 130/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-black),var(--tw-bg-opacity))}.bg-black\/0{background-color:rgba(var(--rgb-color-black),0)}.bg-black\/30{background-color:rgba(var(--rgb-color-black),.3)}.bg-blue{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-blue),var(--tw-bg-opacity))}.bg-blue-100\/60{background-color:rgba(var(--rgb-color-blue-100),.6)}.bg-blue-200{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-blue-200),var(--tw-bg-opacity))}.bg-blue-250{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-blue-250),var(--tw-bg-opacity))}.bg-blueGem{--tw-bg-opacity:1;background-color:rgb(84 57 130/var(--tw-bg-opacity))}.bg-blueWhale{--tw-bg-opacity:1;background-color:rgb(40 50 78/var(--tw-bg-opacity))}.bg-bronze-400{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-bronze-400),var(--tw-bg-opacity))}.bg-chat-background{background-color:var(--color-chat-bg)}.bg-chateauGreen{--tw-bg-opacity:1;background-color:rgb(64 168 95/var(--tw-bg-opacity))}.bg-current{background-color:currentColor}.bg-denim{--tw-bg-opacity:1;background-color:rgb(41 105 176/var(--tw-bg-opacity))}.bg-fern{--tw-bg-opacity:1;background-color:rgb(97 189 109/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-100),var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-200),var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-300),var(--tw-bg-opacity))}.bg-gray-350{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-350),var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-400),var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-50),var(--tw-bg-opacity))}.bg-gray-50\/15{background-color:rgba(var(--rgb-color-gray-50),.15)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-500),var(--tw-bg-opacity))}.bg-gray-51{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-51),var(--tw-bg-opacity))}.bg-gray-550{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-550),var(--tw-bg-opacity))}.bg-gray-60{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-60),var(--tw-bg-opacity))}.bg-gray-60\/100{background-color:rgba(var(--rgb-color-gray-60),1)}.bg-gray-900\/10{background-color:rgba(var(--rgb-color-gray-900),.1)}.bg-gray-light{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-light),var(--tw-bg-opacity))}.bg-gray-lighter{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-lighter),var(--tw-bg-opacity))}.bg-gray-lightest{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-lightest),var(--tw-bg-opacity))}.bg-gray-medium{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-medium),var(--tw-bg-opacity))}.bg-gray-semiLight{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-semiLight),var(--tw-bg-opacity))}.bg-grayToRemove-e9{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-grayToRemove-e9),var(--tw-bg-opacity))}.bg-input-bg{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-input-bg),var(--tw-bg-opacity))}.bg-input-editorbg{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-input-editorbg),var(--tw-bg-opacity))}.bg-ironGray{--tw-bg-opacity:1;background-color:rgb(117 112 108/var(--tw-bg-opacity))}.bg-mariner{--tw-bg-opacity:1;background-color:rgb(43 129 200/var(--tw-bg-opacity))}.bg-mountainMeadown{--tw-bg-opacity:1;background-color:rgb(24 188 157/var(--tw-bg-opacity))}.bg-neonCarrot{--tw-bg-opacity:1;background-color:rgb(251 160 38/var(--tw-bg-opacity))}.bg-pictonBlue{--tw-bg-opacity:1;background-color:rgb(85 171 210/var(--tw-bg-opacity))}.bg-primary,.bg-primary-base{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-primary),var(--tw-bg-opacity))}.bg-primary-base\/10{background-color:rgba(var(--rgb-color-primary),.1)}.bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-primary-dark),var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-red-100),var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-red-300),var(--tw-bg-opacity))}.bg-red-350{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-red-350),var(--tw-bg-opacity))}.bg-secondary{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-secondary),var(--tw-bg-opacity))}.bg-secondary-light{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-secondary-light),var(--tw-bg-opacity))}.bg-strongScarlet{--tw-bg-opacity:1;background-color:rgb(151 16 72/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-valencia{--tw-bg-opacity:1;background-color:rgb(208 72 63/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-white),var(--tw-bg-opacity))}.bg-white\/10{background-color:rgba(var(--rgb-color-white),.1)}.bg-white\/95{background-color:rgba(var(--rgb-color-white),.95)}.bg-wisteria{--tw-bg-opacity:1;background-color:rgb(147 101 184/var(--tw-bg-opacity))}.bg-yellow{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-yellow),var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-yellow-200),var(--tw-bg-opacity))}.bg-yellow-250{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-yellow-250),var(--tw-bg-opacity))}.bg-opacity-0{--tw-bg-opacity:0}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-15{--tw-bg-opacity:0.15}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-none{background-image:none}.from-\[\#7D8EBF\]{--tw-gradient-from:#7d8ebf var(--tw-gradient-from-position);--tw-gradient-to:rgba(125,142,191,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#8AB6E2\]{--tw-gradient-from:#8ab6e2 var(--tw-gradient-from-position);--tw-gradient-to:rgba(138,182,226,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#E96C0B\]{--tw-gradient-from:#e96c0b var(--tw-gradient-from-position);--tw-gradient-to:rgba(233,108,11,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#F2F9FB\]{--tw-gradient-from:#f2f9fb var(--tw-gradient-from-position);--tw-gradient-to:rgba(242,249,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:rgb(var(--rgb-color-white)) var(--tw-gradient-from-position);--tw-gradient-to:rgba(var(--rgb-color-white),0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#E9990B\]{--tw-gradient-to:rgba(233,153,11,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e9990b var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:rgba(var(--rgb-color-white),0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(var(--rgb-color-white)) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#8AB6E2\]{--tw-gradient-to:#8ab6e2 var(--tw-gradient-to-position)}.to-\[\#F3F2FB\]{--tw-gradient-to:#f3f2fb var(--tw-gradient-to-position)}.to-\[\#F6C919\]{--tw-gradient-to:#f6c919 var(--tw-gradient-to-position)}.to-fern{--tw-gradient-to:#61bd6d var(--tw-gradient-to-position)}.to-transparentWhite{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-clip-content{background-clip:content-box}.fill-current{fill:currentColor}.fill-gray-500{fill:rgb(var(--rgb-color-gray-500))}.fill-gray-medium{fill:rgb(var(--rgb-color-gray-medium))}.stroke-primary{stroke:rgb(var(--rgb-color-primary))}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.object-left{-o-object-position:left;object-position:left}.\!p-0{padding:0!important}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-8{padding:2rem}.p-\[0px_8px_0px_2px\]{padding:0 8px 0 2px}.p-\[10px\]{padding:10px}.p-\[1px\]{padding:1px}.p-\[2px\]{padding:2px}.p-\[3px\]{padding:3px}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[19px\]{padding-left:19px;padding-right:19px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[7px\]{padding-left:7px;padding-right:7px}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-30{padding-top:7.5rem;padding-bottom:7.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-\[15px\]{padding-bottom:15px}.pb-\[1px\]{padding-bottom:1px}.pb-\[3px\]{padding-bottom:3px}.pb-\[6px\]{padding-bottom:6px}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-\[10px\]{padding-left:10px}.pl-\[14px\]{padding-left:14px}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-7{padding-right:1.75rem}.pr-9{padding-right:2.25rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-\[17px\]{padding-top:17px}.pt-\[19px\]{padding-top:19px}.pt-\[65px\]{padding-top:65px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-baseline{vertical-align:baseline}.align-middle{vertical-align:middle}.font-arial{font-family:Arial,sans-serif}.font-inter{font-family:var(--font-inter)}.\!text-\[length\:inherit\]{font-size:inherit!important}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[3rem\]{font-size:3rem}.text-base{font-size:1rem}.text-base2{font-size:1.125rem}.text-lg{font-size:1.75rem;line-height:34px}.text-md{font-size:1.25rem;line-height:26px}.text-md2{font-size:1.5rem;line-height:30px}.text-sm{font-size:.875rem;line-height:1.25rem}.text-sm2{font-size:.9375rem}.text-sub{font-size:.8125rem;line-height:1rem}.text-xl{font-size:2rem;line-height:40px}.text-xs{font-size:.75rem;line-height:1rem}.text-xs2{font-size:.875rem;line-height:1.125rem}.text-xxs{font-size:.6875rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.not-italic{font-style:normal}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[1\.3\]{line-height:1.3}.leading-\[10px\]{line-height:10px}.leading-\[13px\]{line-height:13px}.leading-\[15px\]{line-height:15px}.leading-\[18px\]{line-height:18px}.leading-\[20px\]{line-height:20px}.leading-\[3rem\]{line-height:3rem}.leading-\[42px\]{line-height:42px}.leading-loose{line-height:2}.leading-none{line-height:1}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-0{letter-spacing:0}.tracking-4{letter-spacing:.04rem}.tracking-\[0\.64px\]{letter-spacing:.64px}.tracking-\[2\.2px\]{letter-spacing:2.2px}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.\!text-primary-base{--tw-text-opacity:1!important;color:rgba(var(--rgb-color-primary),var(--tw-text-opacity))!important}.\!text-white{--tw-text-opacity:1!important;color:rgba(var(--rgb-color-white),var(--tw-text-opacity))!important}.text-\[\#1DA1F2\]{--tw-text-opacity:1;color:rgb(29 161 242/var(--tw-text-opacity))}.text-\[\#5A5A5A\]{--tw-text-opacity:1;color:rgb(90 90 90/var(--tw-text-opacity))}.text-\[\#707684\]{--tw-text-opacity:1;color:rgb(112 118 132/var(--tw-text-opacity))}.text-\[\#BDBDBD\]{--tw-text-opacity:1;color:rgb(189 189 189/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgba(var(--rgb-color-black),var(--tw-text-opacity))}.text-black2{--tw-text-opacity:1;color:rgba(var(--rgb-color-black2),var(--tw-text-opacity))}.text-blue-250{--tw-text-opacity:1;color:rgba(var(--rgb-color-blue-250),var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity:1;color:rgba(var(--rgb-color-blue-300),var(--tw-text-opacity))}.text-bronze-400{--tw-text-opacity:1;color:rgba(var(--rgb-color-bronze-400),var(--tw-text-opacity))}.text-chat-background{color:var(--color-chat-bg)}.text-current{color:currentColor}.text-failure{--tw-text-opacity:1;color:rgba(var(--rgb-color-failure),var(--tw-text-opacity))}.text-gray{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray),var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-300),var(--tw-text-opacity))}.text-gray-350{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-350),var(--tw-text-opacity))}.text-gray-360{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-360),var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-400),var(--tw-text-opacity))}.text-gray-480\/70{color:rgba(var(--rgb-color-gray-480),.7)}.text-gray-480\/90{color:rgba(var(--rgb-color-gray-480),.9)}.text-gray-500{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-500),var(--tw-text-opacity))}.text-gray-550{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-550),var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-600),var(--tw-text-opacity))}.text-gray-602{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-602),var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-800),var(--tw-text-opacity))}.text-gray-dark{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-dark),var(--tw-text-opacity))}.text-gray-darkv4{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-darkv4),var(--tw-text-opacity))}.text-gray-graphite{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-graphite),var(--tw-text-opacity))}.text-gray-light{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-light),var(--tw-text-opacity))}.text-gray-lightv4{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-lightv4),var(--tw-text-opacity))}.text-gray-medium{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-medium),var(--tw-text-opacity))}.text-gray-semiDark{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-semiDark),var(--tw-text-opacity))}.text-gray-semiDark2{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-semiDark2),var(--tw-text-opacity))}.text-gray-silver{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-silver),var(--tw-text-opacity))}.text-gray-soft{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-soft),var(--tw-text-opacity))}.text-grayToRemove-e9{--tw-text-opacity:1;color:rgba(var(--rgb-color-grayToRemove-e9),var(--tw-text-opacity))}.text-green{--tw-text-opacity:1;color:rgba(var(--rgb-color-green),var(--tw-text-opacity))}.text-input-text{--tw-text-opacity:1;color:rgba(var(--rgb-color-input-text),var(--tw-text-opacity))}.text-primary,.text-primary-base{--tw-text-opacity:1;color:rgba(var(--rgb-color-primary),var(--tw-text-opacity))}.text-primary-dark{--tw-text-opacity:1;color:rgba(var(--rgb-color-primary-dark),var(--tw-text-opacity))}.text-primary-text{--tw-text-opacity:1;color:rgba(var(--rgb-color-primary-text),var(--tw-text-opacity))}.text-red{--tw-text-opacity:1;color:rgba(var(--rgb-color-red),var(--tw-text-opacity))}.text-red-350{--tw-text-opacity:1;color:rgba(var(--rgb-color-red-350),var(--tw-text-opacity))}.text-secondary,.text-secondary-base{--tw-text-opacity:1;color:rgba(var(--rgb-color-secondary),var(--tw-text-opacity))}.text-success{--tw-text-opacity:1;color:rgba(var(--rgb-color-success),var(--tw-text-opacity))}.text-typography-base{--tw-text-opacity:1;color:rgba(var(--rgb-color-typography),var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(var(--rgb-color-white),var(--tw-text-opacity))}.text-yellow-250{--tw-text-opacity:1;color:rgba(var(--rgb-color-yellow-250),var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgba(var(--rgb-color-yellow-400),var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-\[0_0_10px_rgb\(188\2c 188\2c 188\2c 0\.5\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_10px_rgb\(188\2c 188\2c 188\2c 0\.5\)\]{--tw-shadow:0 0 10px hsla(0,0%,74%,.5);--tw-shadow-colored:0 0 10px var(--tw-shadow-color)}.shadow-\[0px_0px_15px_\#0000001a\]{--tw-shadow:0px 0px 15px #0000001a;--tw-shadow-colored:0px 0px 15px var(--tw-shadow-color)}.shadow-\[0px_0px_15px_\#0000001a\],.shadow-\[0px_0px_6px_0px_\#00000014\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_6px_0px_\#00000014\]{--tw-shadow:0px 0px 6px 0px #00000014;--tw-shadow-colored:0px 0px 6px 0px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))}.drop-shadow-\[0px_0px_1px_\#000000\]{--tw-drop-shadow:drop-shadow(0px 0px 1px #000)}.drop-shadow-\[0px_0px_1px_\#000000\],.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-width{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.2s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.\@container{container-type:inline-size}.\[word-break\:break-word\]{word-break:break-word}.\*\:bg-white&gt;*{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-white),var(--tw-bg-opacity))}.\*\:pt-7&gt;*{padding-top:1.75rem}.first-letter\:uppercase:first-letter{text-transform:uppercase}.placeholder\:text-transparent::-moz-placeholder{color:transparent}.placeholder\:text-transparent::placeholder{color:transparent}.backdrop\:bg-black\/80::backdrop{background-color:rgba(var(--rgb-color-black),.8)}.backdrop\:backdrop-blur-sm::backdrop{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.last\:rounded-b-md:last-child{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.last\:border-none:last-child{border-style:none}.focus-within\:bg-input-bg:focus-within{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-input-bg),var(--tw-bg-opacity))}.focus-within\:shadow:focus-within{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:h-\[38px\]:hover{height:38px}.hover\:w-\[38px\]:hover{width:38px}.hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-blue-200),var(--tw-border-opacity))}.hover\:border-blue-250:hover{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-blue-250),var(--tw-border-opacity))}.hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-500),var(--tw-border-opacity))}.hover\:border-gray-medium:hover{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-medium),var(--tw-border-opacity))}.hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-primary),var(--tw-border-opacity))}.hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-red-300),var(--tw-border-opacity))}.hover\:border-red-350:hover{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-red-350),var(--tw-border-opacity))}.hover\:border-secondary:hover{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-secondary),var(--tw-border-opacity))}.hover\:border-yellow-200:hover{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-yellow-200),var(--tw-border-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-200),var(--tw-bg-opacity))}.hover\:bg-gray-lighter:hover{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-lighter),var(--tw-bg-opacity))}.hover\:bg-gray-lightest:hover{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-lightest),var(--tw-bg-opacity))}.hover\:bg-primary-base:hover,.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-primary),var(--tw-bg-opacity))}.hover\:bg-red-60\/100:hover{background-color:rgba(var(--rgb-color-red-60),1)}.hover\:bg-secondary:hover{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-secondary),var(--tw-bg-opacity))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-white),var(--tw-bg-opacity))}.hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.hover\:bg-opacity-\[0\.08\]:hover{--tw-bg-opacity:0.08}.hover\:fill-gray-dark:hover{fill:rgb(var(--rgb-color-gray-dark))}.hover\:font-semibold:hover{font-weight:600}.hover\:text-black:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-black),var(--tw-text-opacity))}.hover\:text-gray:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray),var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-500),var(--tw-text-opacity))}.hover\:text-gray-500\/90:hover{color:rgba(var(--rgb-color-gray-500),.9)}.hover\:text-gray-dark:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-dark),var(--tw-text-opacity))}.hover\:text-gray-medium:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-medium),var(--tw-text-opacity))}.hover\:text-primary-base:hover,.hover\:text-primary:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-primary),var(--tw-text-opacity))}.hover\:text-primary-dark:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-primary-dark),var(--tw-text-opacity))}.hover\:text-primary-text:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-primary-text),var(--tw-text-opacity))}.hover\:text-primary-variant:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-primary-variant),var(--tw-text-opacity))}.hover\:text-red-350:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-red-350),var(--tw-text-opacity))}.hover\:text-secondary-base:hover,.hover\:text-secondary:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-secondary),var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-white),var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-50:hover{opacity:.5}.hover\:opacity-60:hover{opacity:.6}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.hover\:shadow-inner:hover,.hover\:shadow:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:drop-shadow-\[0px_2px_6px_\#00000029\]:hover{--tw-drop-shadow:drop-shadow(0px 2px 6px #00000029)}.hover\:drop-shadow-\[0px_2px_6px_\#00000029\]:hover,.hover\:grayscale-0:hover{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:grayscale-0:hover{--tw-grayscale:grayscale(0)}.focus\:text-gray:focus{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray),var(--tw-text-opacity))}.focus\:underline:focus{text-decoration-line:underline}.focus\:shadow:focus{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.disabled\:border-gray-400:disabled{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-400),var(--tw-border-opacity))}.disabled\:bg-gray-200:disabled{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-200),var(--tw-bg-opacity))}.disabled\:text-gray-250:disabled{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-250),var(--tw-text-opacity))}.disabled\:text-gray-400:disabled{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-400),var(--tw-text-opacity))}.group:hover .group-hover\:inline-block{display:inline-block}.group:hover .group-hover\:inline{display:inline}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:border-gray-500{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-500),var(--tw-border-opacity))}.group:hover .group-hover\:bg-gray-900\/20{background-color:rgba(var(--rgb-color-gray-900),.2)}.group:hover .group-hover\:bg-gray-light{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-light),var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-lighter{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-lighter),var(--tw-bg-opacity))}.group:hover .group-hover\:bg-primary-base{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-primary),var(--tw-bg-opacity))}.group:hover .group-hover\:fill-white{fill:rgb(var(--rgb-color-white))}.group:hover .group-hover\:text-blue-250{--tw-text-opacity:1;color:rgba(var(--rgb-color-blue-250),var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-300{--tw-text-opacity:1;color:rgba(var(--rgb-color-blue-300),var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-500),var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-dark{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-dark),var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-semiDark{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-semiDark),var(--tw-text-opacity))}.group:hover .group-hover\:text-primary{--tw-text-opacity:1;color:rgba(var(--rgb-color-primary),var(--tw-text-opacity))}.group:hover .group-hover\:text-red-300{--tw-text-opacity:1;color:rgba(var(--rgb-color-red-300),var(--tw-text-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgba(var(--rgb-color-white),var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-20{opacity:.2}.group:hover .group-hover\:opacity-50{opacity:.5}.group-button:hover .group-button-hover\:text-primary{--tw-text-opacity:1;color:rgba(var(--rgb-color-primary),var(--tw-text-opacity))}@container (min-width: 32rem){.\@lg\:max-h-\[216px\]{max-height:216px}}@container (min-width: 42rem){.\@2xl\:max-h-\[272px\]{max-height:272px}}@media (min-width:360px){.xs\:text-\[11px\]{font-size:11px}}@media (min-width:640px){.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-0{height:0}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-9{height:2.25rem}.sm\:h-\[36px\]{height:36px}.sm\:w-1\/3{width:33.333333%}.sm\:w-2\/3{width:66.666667%}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-80{width:20rem}.sm\:w-9{width:2.25rem}.sm\:w-\[36px\]{width:36px}.sm\:w-full{width:100%}.sm\:gap-x-\[15px\]{-moz-column-gap:15px;column-gap:15px}.sm\:gap-x-\[25px\]{-moz-column-gap:25px;column-gap:25px}.sm\:space-x-8&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.sm\:bg-white{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-white),var(--tw-bg-opacity))}.sm\:p-2{padding:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.sm\:py-\[21px\]{padding-top:21px;padding-bottom:21px}.sm\:pr-0{padding-right:0}.sm\:pr-28{padding-right:7rem}.sm\:pt-5{padding-top:1.25rem}.sm\:text-\[12px\]{font-size:12px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-base{font-size:1rem}.sm\:text-md{font-size:1.25rem;line-height:26px}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:bg-gray-lighter:hover{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-lighter),var(--tw-bg-opacity))}.sm\:hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-white),var(--tw-bg-opacity))}.sm\:hover\:text-gray-dark:hover{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-dark),var(--tw-text-opacity))}}@media (min-width:768px){.md\:sticky{position:sticky}.md\:left-0{left:0}.md\:z-10,.md\:z-\[10\]{z-index:10}.md\:m-auto{margin:auto}.md\:-mr-1{margin-right:-.25rem}.md\:-mt-1{margin-top:-.25rem}.md\:mb-16{margin-bottom:4rem}.md\:mr-5{margin-right:1.25rem}.md\:mt-16{margin-top:4rem}.md\:mt-4{margin-top:1rem}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-12{height:3rem}.md\:h-\[14px\]{height:14px}.md\:h-\[18px\]{height:18px}.md\:h-\[80vh\]{height:80vh}.md\:h-full{height:100%}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-10{width:2.5rem}.md\:w-2\/3{width:66.666667%}.md\:w-\[14px\]{width:14px}.md\:w-\[18px\]{width:18px}.md\:w-\[300px\]{width:300px}.md\:min-w-\[220px\]{min-width:220px}.md\:min-w-\[380px\]{min-width:380px}.md\:min-w-\[430px\]{min-width:430px}.md\:max-w-\[80vw\]{max-width:80vw}.md\:flex-1{flex:1 1 0%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:gap-4{gap:1rem}.md\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.md\:gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.md\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.md\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:gap-y-4{row-gap:1rem}.md\:gap-y-6{row-gap:1.5rem}.md\:gap-y-8{row-gap:2rem}.md\:space-x-10&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-6&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.md\:space-y-5&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.md\:space-y-6&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.md\:space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.md\:divide-x&gt;:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.md\:rounded-md{border-radius:.375rem}.md\:bg-blue-100{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-blue-100),var(--tw-bg-opacity))}.md\:p-4{padding:1rem}.md\:p-\[0px_12px_0px_6px\]{padding:0 12px 0 6px}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-9{padding-left:2.25rem;padding-right:2.25rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-4{padding-bottom:1rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pl-0{padding-left:0}.md\:pl-10{padding-left:2.5rem}.md\:pt-5{padding-top:1.25rem}.md\:pt-6{padding-top:1.5rem}.md\:pt-8{padding-top:2rem}.md\:pt-\[65px\]{padding-top:65px}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-\[12px\]{font-size:12px}.md\:text-\[13px\]{font-size:13px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[20px\]{font-size:20px}.md\:text-base{font-size:1rem}.md\:text-md2{font-size:1.5rem;line-height:30px}.md\:text-xl{font-size:2rem;line-height:40px}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:font-medium{font-weight:500}.md\:font-normal{font-weight:400}.md\:font-semibold{font-weight:600}.md\:leading-5{line-height:1.25rem}.md\:leading-relaxed{line-height:1.625}.md\:text-gray-400{--tw-text-opacity:1;color:rgba(var(--rgb-color-gray-400),var(--tw-text-opacity))}.md\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\*\:md\:pt-\[65px\]&gt;*{padding-top:65px}.md\:hover\:p-2:hover{padding:.5rem}.group-button:hover .md\:group-button-hover\:ml-4{margin-left:1rem}.group-button:hover .md\:group-button-hover\:inline{display:inline}.group-button:hover .md\:group-button-hover\:w-auto{width:auto}.group-button:focus .md\:group-button-focus\:underline{text-decoration-line:underline}}@media (min-width:980px){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:h-4{height:1rem}.lg\:w-4{width:1rem}.lg\:w-5\/12{width:41.666667%}.lg\:flex-col-reverse{flex-direction:column-reverse}.lg\:items-start{align-items:flex-start}.lg\:justify-start{justify-content:flex-start}.lg\:justify-around{justify-content:space-around}.lg\:p-7{padding:1.75rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-9{padding-left:2.25rem;padding-right:2.25rem}.lg\:pb-9{padding-bottom:2.25rem}.lg\:text-\[14px\]{font-size:14px}.lg\:hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-200),var(--tw-bg-opacity))}.lg\:focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.group:hover .lg\:group-hover\:text-black{--tw-text-opacity:1;color:rgba(var(--rgb-color-black),var(--tw-text-opacity))}.group-button:hover .lg\:group-button-hover\:ml-4{margin-left:1rem}.group-button:hover .lg\:group-button-hover\:inline{display:inline}.group-button:hover .lg\:group-button-hover\:w-auto{width:auto}.group-button:focus .lg\:group-button-focus\:underline{text-decoration-line:underline}}@media (min-width:1024px){.laptop\:max-w-\[1300px\]{max-width:1300px}}@media (min-width:1100px){.\33 colsbreak\:block{display:block}.\33 colsbreak\:\!hidden{display:none!important}.\33 colsbreak\:hidden{display:none}}@media (min-width:1440px){.\32xl\:max-w-\[1300px\]{max-width:1300px}}@media (max-width:979px){._lg\:pl-\[25px\]{padding-left:25px}}@media (max-width:767px){._md\:absolute{position:absolute}._md\:bottom-0{bottom:0}._md\:left-0{left:0}._md\:right-0{right:0}._md\:top-0{top:0}._md\:z-10{z-index:10}._md\:col-span-3{grid-column:span 3/span 3}._md\:mb-8{margin-bottom:2rem}._md\:mb-\[30px\]{margin-bottom:30px}._md\:ml-2{margin-left:.5rem}._md\:flex{display:flex}._md\:grid{display:grid}._md\:hidden{display:none}._md\:h-\[15px\]{height:15px}._md\:h-\[initial\]{height:auto}._md\:w-0{width:0}._md\:w-\[15px\]{width:15px}._md\:w-full{width:100%}._md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}._md\:flex-col{flex-direction:column}._md\:flex-col-reverse{flex-direction:column-reverse}._md\:items-center{align-items:center}._md\:gap-2{gap:.5rem}._md\:gap-6{gap:1.5rem}._md\:space-x-4&gt;:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}._md\:space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._md\:space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}._md\:divide-y&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}._md\:overflow-y-auto{overflow-y:auto}._md\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._md\:border-r{border-right-width:1px}._md\:border-gray-250{--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-250),var(--tw-border-opacity))}._md\:p-3{padding:.75rem}._md\:py-3{padding-top:.75rem;padding-bottom:.75rem}._md\:py-4{padding-top:1rem;padding-bottom:1rem}._md\:pb-\[6px\]{padding-bottom:6px}._md\:pl-6{padding-left:1.5rem}._md\:pr-4{padding-right:1rem}._md\:pr-8{padding-right:2rem}._md\:text-\[24px\]{font-size:24px}._md\:text-sub{font-size:.8125rem;line-height:1rem}._md\:text-xs{font-size:.75rem;line-height:1rem}._md\:opacity-75{opacity:.75}._md\:placeholder\:text-transparent::-moz-placeholder{color:transparent}._md\:placeholder\:text-transparent::placeholder{color:transparent}}@media (max-width:639px){._sm\:top-0{top:0}._sm\:hidden{display:none}._sm\:flex-col{flex-direction:column}._sm\:space-y-2&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._sm\:space-y-4&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}._sm\:space-y-8&gt;:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}._sm\:self-center{align-self:center}._sm\:px-3{padding-left:.75rem;padding-right:.75rem}._sm\:pb-8{padding-bottom:2rem}._sm\:text-xs{font-size:.75rem;line-height:1rem}}.\[\&amp;\:not\(\:hover\)\]\:border-transparent:not(:hover){border-color:transparent}.\[\&amp;\&gt;\*\+\*\]\:ml-\[-5px\]&gt;*+*{margin-left:-5px}.\[\&amp;\&gt;\*\:not\(\.AsideContainer\[area\=\"left\"\]\)\]\:pt-7&gt;:not(.AsideContainer[area=left]){padding-top:1.75rem}@media (min-width:768px){.\[\&amp;\&gt;\*\:not\(\.AsideContainer\[area\=\"left\"\]\)\]\:md\:pt-\[65px\]&gt;:not(.AsideContainer[area=left]){padding-top:65px}}.\[\&amp;\&gt;\.tippy-arrow\]\:before\:\!border-b-gray-60&gt;.tippy-arrow:before{content:var(--tw-content);--tw-border-opacity:1!important;border-bottom-color:rgba(var(--rgb-color-gray-60),var(--tw-border-opacity))!important}.\[\&amp;\&gt;\.tippy-content\]\:p-0&gt;.tippy-content{padding:0}.\[\&amp;\&gt;div\&gt;span\]\:px-0&gt;div&gt;span{padding-left:0;padding-right:0}.\[\&amp;\&gt;div\]\:gap-0&gt;div{gap:0}.\[\&amp;\&gt;div\]\:gap-x-3&gt;div{-moz-column-gap:.75rem;column-gap:.75rem}.\[\&amp;\&gt;img\:first-child\]\:pt-2&gt;img:first-child{padding-top:.5rem}.\[\&amp;\&gt;img\]\:pb-2&gt;img{padding-bottom:.5rem}@media (min-width:980px){.lg\:\[\&amp;_\.CreateTopicButton_button\&gt;div\]\:gap-x-1 .CreateTopicButton button&gt;div{-moz-column-gap:.25rem;column-gap:.25rem}}.\[\&amp;_\.group-button\]\:py-0 .group-button{padding-top:0;padding-bottom:0}.group:hover .group-hover\:\[\&amp;_path\]\:fill-white path,.group:hover .group-hover\:\[\&amp;_rect\]\:fill-white rect{fill:rgb(var(--rgb-color-white))}.\[\&amp;_svg\]\:h-6 svg{height:1.5rem}.\[\&amp;_svg\]\:w-auto svg{width:auto}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea{font-size:16px}.DraftEditor-root+div{--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-200),var(--tw-bg-opacity));box-shadow:none}.tippy-tooltip.tippy-align-center{text-align:center}.tippy-tooltip.tippy-small{font-size:12px}.tippy-no-padding,.tippy-no-padding .tippy-content,.tippy-tooltip.header-theme,.tippy-tooltip.header-theme .tippy-content{padding:0!important}.tippy-tooltip.material-theme{background-color:#6a6a6a}.tippy-tooltip.light-border-theme [data-placement^=bottom]&gt;.tippy-arrow,.tippy-tooltip.light-border-theme [data-placement^=bottom]&gt;.tippy-arrow:after{border-bottom-color:#ebebeb}.tippy-tooltip.material-theme .tippy-content{color:#fff}.tippy-tooltip.blue-theme{background-color:var(--color-blue-100);color:var(--color-blue-300);border-top-left-radius:.375rem;border-top-right-radius:.375rem}.tippy-tooltip.blue-theme .tippy-content{padding:4px 7px}.tippy-tooltip.blue-theme[data-placement^=top] .tippy-arrow{border-top-color:var(--color-blue-100)}.tippy-tooltip.blue-theme[data-placement^=bottom] .tippy-arrow{border-bottom-color:var(--color-blue-100);border-width:0 8px 8px}.tippy-tooltip.blue-theme[data-placement^=left] .tippy-arrow{border-left-color:var(--color-blue-100)}.tippy-tooltip.blue-theme[data-placement^=right] .tippy-arrow{border-right-color:var(--color-blue-100)}.tippy-tooltip.header-theme{background-color:var(--color-white);color:var(--color-blue-300);border-radius:.375rem;box-shadow:1px 1px 8px 4px rgba(0,0,0,.1)}.tippy-tooltip.header-theme .tippy-arrow{width:0;height:0;border-width:unset;top:-15px;border-bottom:15px solid transparent;border-left:15px solid transparent}.tippy-tooltip.header-theme.tippy-red .tippy-arrow{border-bottom-color:var(--color-red-100)}.tippy-tooltip.header-theme.tippy-blue .tippy-arrow{border-bottom-color:var(--color-blue)}.tippy-tooltip.header-theme.tippy-yellow .tippy-arrow{border-bottom-color:var(--color-yellow-100)}.react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar{display:none}.react-horizontal-scrolling-menu--scroll-container{-ms-overflow-style:none;scrollbar-width:none}.relative{position:relative}.right{float:right}.semibold{font-weight:500}.bold{font-weight:700}.italic{font-style:italic}.no-outline{outline:none}.grecaptcha-badge{display:none!important}.invisible-scrollbar{overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.invisible-scrollbar::-webkit-scrollbar{display:none}a.icon{cursor:pointer}.icon-text{clip:rect(0 0 0 0);overflow:hidden;position:absolute;height:1px;width:1px}.avatar{display:flex;align-items:center;font-weight:700}.avatar img{width:25px;height:25px;margin-right:6px;-o-object-fit:cover;object-fit:cover}.avatar span{color:#363636}.button-loading:after,.loader{background-image:url(/img/loader.gif);background-repeat:no-repeat;background-size:100%;width:20px;height:20px;text-indent:-9999px;margin:0 auto;display:inline-block}.loader-inline{margin:0 10px}.loader-centered{margin:10px auto;display:flex}.filter{color:#363636;cursor:pointer;white-space:nowrap}.filter b{margin-left:2px;color:RGB(var(--primary-color))}.filter i{font-size:8px;margin-left:6px}.filter:focus{outline:none}.tag{font-size:11px;background:#fcedeb;border-radius:10px;color:#e55237;font-weight:400;padding:3px 8px 4px;cursor:pointer;white-space:nowrap}@media(max-width:767px){html .tag{padding:7px 7px 8px;font-size:14px}}.tag-small{padding:2px 8px}.tag-big{font-size:13px;padding:5px 8px 6px}@media(max-width:767px){html .tag-big{font-size:15px;padding:8px 15px}}.add-tag{font-size:11px;font-weight:400}.tags-list li{display:inline-block}.tags-list a{margin-right:8px}.show-all-tags{display:flex;align-items:center;justify-content:center;font-size:15px}.show-all-tags a{color:RGB(var(--primary-color));text-decoration:underline;font-weight:700}.label{display:inline-flex;align-items:center;color:#a0a0a0;font-size:11px;text-transform:uppercase;padding:2px 4px 1px}.label-default{background-color:#a0a0a0;color:#fff;border-radius:2px}.label-orange{background-color:#ef8b34;color:#fff;border-radius:2px}.label i{margin-right:2px}.badge{top:0;right:0;transform:scale(1) translate(50%,-50%);transform-origin:100% 0;color:#fff;background-color:#dc004e;font-family:monospace;height:18px;display:flex;padding:0 6px;z-index:1;position:absolute;flex-wrap:wrap;min-width:18px;transition:transform 225ms cubic-bezier(.4,0,.2,1) 0ms;align-items:center;line-height:1;align-content:center;border-radius:10px;flex-direction:row;justify-content:center}.badge,.form-error,.msg,.show-more{box-sizing:border-box;font-weight:700}.form-error,.msg,.show-more{width:100%;display:block;margin:20px 0;padding:10px;border-radius:5px;border:1px solid rgba(229,82,55,.14);background-color:rgba(229,82,55,.05);text-align:center;color:RGB(var(--primary-color))}.form-error:not(p):not(div):hover,.msg:not(p):not(div):hover,.show-more:not(p):not(div):hover{background-color:rgba(229,82,55,.065)}.msg-notice,.show-more-notice{color:#363636;background:#fafafa;border:none;text-align:left;opacity:.8}.msg-notice:not(p):not(div):hover,.show-more-notice:not(p):not(div):hover{background:#ebebeb}.msg-success,.show-more-success{color:#7cb72a;background-color:rgba(0,177,106,.15);border:none;text-align:left}.success{color:#7cb72a}.avatar{border:1px solid #ebebeb;border-radius:50%;padding:2px;margin-left:-3px;margin-top:-3px;box-sizing:content-box}.error,.form-error{color:RGB(var(--primary-color));font-weight:700}.three-dots{font-size:32px;color:#a0a0a0;line-height:0}.circle{font-size:10px;color:#bebebe}.emoji{color:transparent;margin:0 2px;font-size:13px;background-repeat:no-repeat;display:inline-block;vertical-align:text-bottom;width:19px;height:19px}@media(max-width:767px){html .emoji{width:28px;height:28px}}.emoji.animated:hover{transform:scale(1.5);transition:transform .12s ease-in;border-radius:50%;box-shadow:0 0 2px 2px #fff}.adult-consent-buttons button,.button{border-radius:3px;padding:8px 16px;font-size:12px;cursor:pointer;display:block;text-align:center}@media(max-width:767px){.adult-consent-buttons html button,html .adult-consent-buttons button,html .button{font-size:14px}}.adult-consent-buttons button:hover,.button:hover{opacity:.9}.adult-consent-buttons button:focus,.button:focus{outline:none;box-shadow:0 0 2px #a0a0a0}.adult-consent-buttons button[disabled],.button[disabled]{cursor:not-allowed}.button-large{padding:10px 24px;font-size:14px}.button-small{padding:6px 12px;font-size:12px}.button-tiny{padding:4px 8px;font-size:12px}.adult-consent-buttons button,.button-default{background:#fbfbfb;color:#363636;border:1px solid #ebebeb}.adult-consent-buttons button:hover,.button-default:hover{border:1px solid #a0a0a0;background:#fff}.button-change-pass,.button-primary{background:RGB(var(--primary-color-variant));color:#fff;border:none}.button-change-pass[disabled]{background:#e9e9e9;color:#c1c1c1}.button-success{background:#7cb72a;color:#fff;border:none}.button-invert{color:RGB(var(--primary-color-variant))}.button-invert,.button-invert:focus,.button-invert:hover{background:#fff;border:none}.button-link{color:#363636;background:none;border:none;padding:8px 12px}.button-link:focus{box-shadow:none}.button-full{width:100%;box-sizing:border-box}.button-right{float:right}.button-loading{display:flex;align-items:center}.button-loading:after{width:14px;height:14px;content:"";margin-left:10px}.button-inline{display:inline-block;margin-left:10px}.input{display:block;width:100%;font-size:14px;margin-bottom:12px;outline:none;padding:11px;box-sizing:border-box;border:1px solid #a0a0a0;color:#363636;border-radius:3px}.input-small,.input.small{padding:5px}.input-tiny{padding:2px 5px}.input:focus{border-color:#363636}select.input{height:35px;line-height:35px;padding-top:0;padding-bottom:0}textarea.input{width:100%;min-height:80px;font-size:15px;line-height:1.47;color:#363636;resize:none}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0a0a0;font-weight:400;opacity:1}input::placeholder,textarea::placeholder{color:#a0a0a0;font-weight:400;opacity:1}.input-counter{font-size:12px;color:#a0a0a0;position:absolute;bottom:10px;right:10px}.input-counter-limit-reached{color:RGB(var(--primary-color))}.field-label{display:block;font-size:15px;margin-bottom:20px}.field-label input,.field-label select{margin:8px 6px 0 0}.form-error{margin:0 0 40px;border-color:RGB(var(--primary-color))}.form-error .subAction,.msg .subAction{position:absolute;bottom:5px;right:5px;color:RGB(var(--primary-color));text-decoration:underline;font-size:smaller;font-weight:500}.form-error .subAction-success,.msg .subAction-success{color:#7cb72a}.adult-consent-close{position:absolute;top:20px;right:20px;color:#a0a0a0}.adult-consent-title{color:RGB(var(--primary-color));font-size:24px;margin:auto auto 30px;max-width:60%}.adult-consent-heading{font-size:18px;font-weight:700;margin-bottom:20px}.adult-consent-explain{font-size:15px;line-height:1.5;margin-bottom:20px}.adult-consent-buttons{display:flex}.adult-consent-buttons button{display:flex;flex:1;flex-direction:column;align-items:center;font-size:13px;padding:20px 10px 16px;background-color:RGB(var(--primary-color-variant));color:RGB(var(--primary-color-contast))}.adult-consent-buttons button:hover{background-color:RGB(var(--primary-color))}.adult-consent-buttons button:first-child{margin-right:10px}.adult-consent-buttons button b{font-size:18px;margin-bottom:4px}.gc-skeleton{position:relative;margin:1em 0 1.5em 20px;width:calc(100% - 20px)}.gc-skeleton-comment{position:relative;border-radius:10px 10px 0 0;height:150px;border:1px solid #e9eaee;border-bottom:0;padding:20px 40px}.gc-skeleton-line{width:80%;height:12px;margin-bottom:12px;background:#e9eaee}.gc-skeleton-line.first{max-width:100px;margin-bottom:20px}.gc-skeleton-line.last{max-width:150px}.gc-skeleton-actions{position:absolute;right:40px;bottom:20px}.gc-skeleton-action{display:inline-block;width:50px;height:12px;margin-left:5px;background:#e9eaee}.gc-skeleton-avatar{width:50px;height:50px;border-radius:50%;background:#e9eaee;position:absolute;top:20px;left:-20px}.gc-skeleton-bubble-flow{padding:5px 20px;border:1px solid #e9eaee;border-bottom:0;overflow:hidden;width:100%;box-sizing:border-box;white-space:nowrap}.gc-skeleton-bubble-flow.last{border-bottom:1px solid #e9eaee;border-radius:0 0 10px 10px}@media screen and (max-width:500px){.gc-skeleton-bubble-flow .gc-skeleton-bubble:nth-child(n+5){display:none}}.gc-skeleton-bubble{display:inline-block;width:25px;height:25px;border-radius:50%;background:#e9eaee;margin-right:10px;margin-bottom:-5px}.gc-skeleton-child-comment{position:relative;padding:20px 40px 50px 80px;border:1px solid #e9eaee;border-bottom:0}.gc-skeleton-child-comment .gc-skeleton-avatar{margin-left:40px}.gc-skeleton-footer{opacity:.5;max-width:200px;height:12px;margin-top:10px;margin-left:2px;background:#e9eaee}.gc-skeleton:after{content:"";position:absolute;width:calc(100% + 20px);height:100%;top:0;left:-20px;background:linear-gradient(100deg,hsla(0,0%,100%,0) 10%,hsla(0,0%,100%,.5) 25%,hsla(0,0%,100%,0) 40%);background-position:-50vw;background-repeat:no-repeat;animation:slideBg 3s linear infinite}@keyframes slideBg{0%{background-position:-50vw}to{background-position:100vw}}.link-tool{position:relative}.link-tool__content{display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px;padding:10px;border-radius:5px;color:initial!important;text-decoration:none!important}.link-tool__content--rendered{background:#fff;border:1px solid #e9e9e9;border-radius:5px;will-change:filter;animation:link-in .45s cubic-bezier(.215,.61,.355,1) 1}.link-tool__content--rendered:hover{box-shadow:0 0 3px rgba(0,0,0,.16)}.link-tool__image{background-position:50%;background-repeat:no-repeat;background-size:contain;width:60px;max-height:100%;aspect-ratio:1/1;border-radius:5px}@media screen and (min-width:768px){.link-tool__image{width:80px}}.link-tool__infos{overflow:hidden;flex:1}.link-tool__title{font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-tool__description{font-size:13px;color:#595959;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.link-tool__anchor{font-size:13px;color:#f44545;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-highlight .link-tool__content{flex-direction:column}.link-highlight .link-tool__image{flex-direction:column;width:100%;height:auto;aspect-ratio:4/3}.tippy-tooltip.menu-popover,.tippy-tooltip.menu-popover .tippy-content{padding:0}.menu{text-align:left;min-width:150px}.menu:empty{display:none}.menu li:not(:last-child){border-bottom:1px solid #ebebeb}.menu li.menu-selected,.menu li:hover{background:#edf9ff}.menu li.menu-selected:first-child,.menu li:hover:first-child{border-radius:6px 6px 0 0}.menu li.menu-selected:last-child,.menu li:hover:last-child{border-radius:0 0 6px 6px}.menu a,.menu button{color:#363636;display:block;padding:10px;width:100%;text-align:left;box-sizing:border-box;outline:none}.menu a i,.menu button i{color:#a0a0a0;margin-right:4px}.modal{top:0;left:0;width:100%;height:100%;text-align:center;overflow:auto;z-index:1000;position:fixed;padding:0 10px;box-sizing:border-box;background:rgba(0,0,0,.2);background-image:radial-gradient(circle at center,rgba(0,0,0,.2),rgba(0,0,0,.4) 100%);animation:fadeOverlay .2s ease-in backwards;display:flex;align-items:center;justify-content:center;-webkit-transform:translateZ(0)}@keyframes fadeOverlay{0%{background:transparent}}.modal-content{background:#fff;width:600px;max-width:90vw;border-radius:10px}.ReactModal__Content{opacity:0;transform:translateY(10px);transition:all .1s ease-in-out}.ReactModal__Content--after-open{opacity:1;transform:translateY(0)}.ReactModal__Content--before-close{opacity:0;transform:translateY(10px)}.vote-popover,.vote-popover .tippy-content{padding:0}.votes-tooltip .tippy-content&gt;div{display:flex;align-items:center}.votes-tooltip .all{display:inline-block;margin-right:2px;font-size:1.2em;line-height:.8;vertical-align:text-top}.vote-slider{display:flex;justify-content:flex-start;align-items:center;padding:10px 40px 30px;border-radius:0 0 5px 5px;min-height:14em;font-size:14px}.vote-slider .rc-slider-mark-text{left:-50px;min-width:150px;width:-moz-max-content;width:max-content}.vote-boost .rc-slider-handle,.vote-slider .rc-slider-handle{border:.5px solid #bebebe;background-color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;box-shadow:0 0 4px rgba(94,104,121,.7);height:14px;width:14px;opacity:1;z-index:2}.vote-boost .rc-slider-handle:after,.vote-slider .rc-slider-handle:after{content:"";position:absolute;background-color:transparent;height:50%;width:50%;margin:auto;top:0;bottom:0;left:0;right:0;border:.5px solid #bebebe;border-radius:50%;box-shadow:inset -1px -1px 4px hsla(0,0%,100%,.45),inset 1px 1px 4px rgba(94,104,121,.3)}.vote-boost .rc-slider-handle.rc-slider-handle-dragging,.vote-slider .rc-slider-handle.rc-slider-handle-dragging{border-color:#2db7f5;box-shadow:0 0 0 1px #96dbfa}.vote-boost .rc-slider-mark,.vote-boost .rc-slider-mark&gt;*,.vote-slider .rc-slider-mark,.vote-slider .rc-slider-mark&gt;*{z-index:1}.vote-required:after{left:auto;right:80px;top:0;transform:translateY(-50%) rotate(315deg)}.vote-notice{background:#f9f9f9;padding:22px 14px;border-radius:.4375em 0 0 .4375em;text-align:left;width:250px}.vote-notice,.vote-notice-inner{display:flex;align-items:center;flex-direction:column;justify-content:center;box-sizing:border-box}.vote-notice-inner{border:1px solid #e8e8e8;border-radius:5px;padding:20px 15px;min-width:220px}@media(max-width:600px){.vote-notice-inner{padding:0;border:none}}.vote-notice img{width:90px;height:90px;border-radius:50%;margin-bottom:10px}.vote-notice-text{color:#a5a5a5;font-size:11px;font-weight:700;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.vote-notice-username{font-weight:700;font-size:22px;margin-bottom:10px;max-width:9em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vote-notice-ask{margin-bottom:10px;font-size:15px;color:#5a5a5a;font-weight:700}.vote-notice-nope{font-size:13px;text-decoration:underline;color:#5a5a5a}@media(max-width:600px){.vote-notice{flex-direction:column}}@media(min-width:601px){.vote-notice-group{flex-direction:column;display:flex;align-items:center}}@media(max-width:600px){.vote-notice{padding-bottom:10px}.vote-notice-inner{align-items:flex-start}.vote-notice-text{margin-bottom:0;letter-spacing:0}.vote-notice-username{margin-bottom:10px;font-size:15px}.vote-notice-text,.vote-notice-username{margin-left:60px}.vote-notice-group{margin:10px auto 0}.vote-notice-ask{font-size:13px}.vote-notice img{position:absolute;top:20px;left:20px;width:45px;height:45px}}.vote--message{background:#eee;padding:1em 2em 1em 1em;border-radius:.4375em .4375em 0 0;text-align:left;display:flex;align-items:center}.vote--message img{width:2.5em;height:2.5em;border-radius:5px}.vote--message-right{display:flex;flex-direction:column;margin-left:10px}.vote--message-text{color:#a5a5a5;font-size:12px}.vote--message-username{font-weight:700;max-width:9em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vote-zero{font-weight:700;color:#ccc}.vote-values{margin-top:5px}.vote-labels{margin-left:14px}.vote-labels li{position:relative;text-align:left;line-height:1.9em}.vote-labels li,.vote-labels li button{font-family:arial,sans-serif!important;font-size:14px!important;color:#929292!important;font-weight:200!important}.vote-labels li:before{content:"";display:block;position:absolute;left:-15px;top:50%;width:5px;border-top:1px solid #929292}.vote-labels li:hover{color:#f36c62;cursor:pointer}.vote-container{display:flex;flex-direction:column;justify-content:center;width:180px}.vote-close{position:absolute;top:10px;right:10px}.vote-close i{color:#a0a0a0}.votes-summary{display:flex;align-items:center;white-space:nowrap;cursor:pointer}.votes-summary:empty{display:none}.votes-summary .count{margin-left:2px}.votes-summary [class^=icon-]:first-child{z-index:3;border-radius:50%;padding:2px;position:relative;background:#fff}.votes-summary [class^=icon-]:nth-child(2){z-index:2;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(3){z-index:1;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(4){z-index:0;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(5){z-index:-1;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(6){z-index:-2;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(7){z-index:-3;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(8){z-index:-4;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(9){z-index:-5;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(10){z-index:-6;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(11){z-index:-7;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(12){z-index:-8;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(13){z-index:-9;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(14){z-index:-10;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(15){z-index:-11;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(16){z-index:-12;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(17){z-index:-13;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(18){z-index:-14;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(19){z-index:-15;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(20){z-index:-16;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(21){z-index:-17;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(22){z-index:-18;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(23){z-index:-19;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(24){z-index:-20;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(25){z-index:-21;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(26){z-index:-22;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(27){z-index:-23;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(28){z-index:-24;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(29){z-index:-25;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(30){z-index:-26;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(31){z-index:-27;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(32){z-index:-28;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(33){z-index:-29;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(34){z-index:-30;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(35){z-index:-31;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(36){z-index:-32;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(37){z-index:-33;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(38){z-index:-34;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(39){z-index:-35;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(40){z-index:-36;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(41){z-index:-37;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(42){z-index:-38;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(43){z-index:-39;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(44){z-index:-40;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(45){z-index:-41;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(46){z-index:-42;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(47){z-index:-43;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(48){z-index:-44;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(49){z-index:-45;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(50){z-index:-46;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(51){z-index:-47;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(52){z-index:-48;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(53){z-index:-49;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(54){z-index:-50;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(55){z-index:-51;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(56){z-index:-52;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(57){z-index:-53;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(58){z-index:-54;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(59){z-index:-55;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(60){z-index:-56;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(61){z-index:-57;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(62){z-index:-58;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(63){z-index:-59;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(64){z-index:-60;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(65){z-index:-61;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(66){z-index:-62;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(67){z-index:-63;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(68){z-index:-64;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(69){z-index:-65;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(70){z-index:-66;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(71){z-index:-67;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(72){z-index:-68;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(73){z-index:-69;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(74){z-index:-70;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(75){z-index:-71;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(76){z-index:-72;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(77){z-index:-73;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(78){z-index:-74;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(79){z-index:-75;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(80){z-index:-76;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(81){z-index:-77;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(82){z-index:-78;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(83){z-index:-79;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(84){z-index:-80;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(85){z-index:-81;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(86){z-index:-82;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(87){z-index:-83;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(88){z-index:-84;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(89){z-index:-85;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(90){z-index:-86;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(91){z-index:-87;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(92){z-index:-88;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(93){z-index:-89;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(94){z-index:-90;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(95){z-index:-91;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(96){z-index:-92;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(97){z-index:-93;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(98){z-index:-94;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(99){z-index:-95;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.votes-summary [class^=icon-]:nth-child(100){z-index:-96;border-radius:50%;padding:2px;position:relative;background:#fff;margin-left:-6px}.ce-block--drop-target .ce-block__content:before{pointer-events:none}.ce-block--drop-target .ce-block__content:after{background:none}.ce-block--drop-target .ce-block__content[style*="border-top: 1px dashed rgb(170, 170, 170);"]:before{top:0}.ce-scroll-locked--hard.ce-scroll-locked--hard{overflow:initial;position:static}.MessageContent&gt;.gform-tool:not(:first-child),.MessageContent&gt;.link-tool:not(:first-child){margin-top:1rem}@media (min-width:768px){.MessageContent&gt;.gform-tool:not(:first-child),.MessageContent&gt;.link-tool:not(:first-child){margin-top:1.5rem}}.MessageContent&gt;.gform-tool:not(:last-child),.MessageContent&gt;.link-tool:not(:last-child){margin-bottom:1rem}@media (min-width:768px){.MessageContent&gt;.gform-tool:not(:last-child),.MessageContent&gt;.link-tool:not(:last-child){margin-bottom:1.5rem}}.MessageContent.link-highlight .link-tool__content{flex-direction:column}.MessageContent.link-highlight .link-tool__image{flex-direction:column;width:100%;height:auto;aspect-ratio:4/3}.ban-banner{background:#f8f3d6;border:1px solid #d8cd85;color:#94723c;padding:.7em 1em;box-sizing:border-box;border-left:0;border-right:0;position:relative}.tippy-box:not([data-theme=material]){color:#363636}.tippy-box.tippy-header-customized{background-color:transparent}.tippy-box.tippy-header-customized .tippy-content{padding:0}.tippy-box.tippy-header-customized .tippy-arrow{z-index:1}.tippy-yellow.tippy-header-customized .tippy-arrow{--tw-text-opacity:1;color:rgba(var(--rgb-color-yellow),var(--tw-text-opacity))}.tippy-blue.tippy-header-customized .tippy-arrow{--tw-text-opacity:1;color:rgba(var(--rgb-color-blue),var(--tw-text-opacity))}.tippy-red.tippy-header-customized .tippy-arrow{--tw-text-opacity:1;color:rgba(var(--rgb-color-red-100),var(--tw-text-opacity))}.tippy-add-friend-override.tippy-add-friend-override.tippy-add-friend-override.tippy-box[data-theme~=material]{background-color:#fff;border:1px solid #e9e9e9;border-radius:10px;box-shadow:0 0 9px rgba(0,0,0,.079)}.tippy-add-friend-override.tippy-add-friend-override.tippy-add-friend-override.tippy-box[data-theme~=material][data-placement^=top]&gt;.tippy-arrow:before{border-top-color:#e9e9e9;bottom:-8px}.tippy-add-friend-override.tippy-add-friend-override.tippy-add-friend-override.tippy-box[data-theme~=material][data-placement^=bottom]&gt;.tippy-arrow:before{border-bottom-color:#e9e9e9;top:-8px}.tippy-add-friend-override.tippy-add-friend-override.tippy-add-friend-override .tippy-content{padding:20px}input[type=file].invisible{position:absolute;top:0;left:-99999px;opacity:0}.discussions{position:fixed;bottom:0;right:0;display:flex;align-items:flex-end;z-index:10}@media(max-width:767px){html .discussions{width:calc(100vw - 5px)}}.discussion{margin-right:10px;box-shadow:0 0 9px 0 rgba(0,0,0,.06)}.discussion.is-reduced{background:#fff;border-radius:8px 8px 0 0;border:1px solid #e0e0e0;min-width:150px;padding:0 10px;height:40px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.discussion.is-reduced:hover{background:#fafafa}.discussion.is-reduced button{outline:none}.discussion.is-reduced i{font-size:8px;color:#a0a0a0}.discussion.is-reduced .badge{position:relative;transform:none;margin-left:5px}.discussion.is-reduced&gt;:first-child{display:flex;flex:1;margin-right:10px;height:100%}.discussion.is-reduced&gt;:last-child{display:flex;flex:0;padding:5px}.discussion.is-opened{border:none;width:280px;flex-basis:280px;box-shadow:0 1px 4px rgba(0,0,0,.3)}@media(max-width:767px){html .discussion.is-opened{width:100%;flex-basis:auto}}.discussion.is-opened button{outline:none}.discussion-header{position:relative}.discussion-buttons{position:absolute;top:0;right:0;height:100%;display:flex}.discussion-buttons button{font-size:8px;padding:0 10px;color:#a0a0a0}.discussion-buttons button:not(:first-child){border-left:1px solid #ebebeb}.discussion-content{background:#fff}.discussion-recipients{border-bottom:1px solid #e9e9e9;display:flex;align-items:center}.discussion-recipients .tippy-popper{width:280px}.discussion-recipients .tippy-popper .form-error,.discussion-recipients .tippy-popper .msg{margin:0}.discussion-recipients-add{display:flex;justify-content:space-between;align-items:center;flex:1;height:40px;box-sizing:border-box;outline:none}.discussion-recipients-add i{color:#a0a0a0;margin-right:4px}.discussion-recipients-add.is-disabled{cursor:default}.discussion-recipients-add.is-disabled i{display:none}.discussion-recipients .tippy-tooltip .tippy-arrow{left:205px!important}.discussion-recipients .tippy-tooltip .menu{width:270px;max-height:125px;overflow:scroll}.discussion-recipients .tippy-tooltip .menu li{border-bottom:none}.discussion-recipients .tippy-tooltip .menu button{font-size:14px;display:flex;align-items:center;padding:5px 20px 5px 10px}.discussion-recipients .tippy-tooltip .menu img{width:26px;margin-right:5px;border-radius:50%}.discussion-recipients-list{padding:5px 10px 4px}.discussion-recipients-recipient{font-size:14px;font-weight:500;display:flex;align-items:center;color:#363636}@media(max-width:767px){html .discussion-recipients-recipient{line-height:38px}}.discussion-recipients-recipient time{font-weight:400;margin-left:6px;display:inline-block;font-size:12px}.discussion-recipients-recipient img{width:18px;border-radius:50%;margin-right:6px}.discussion-recipients-placeholder{color:#a0a0a0}.discussion-recipients-input{border:none;height:40px;display:flex;flex:1;outline:none;padding:5px 10px 4px}.discussion-messages{min-height:200px;max-height:200px}.discussion-time{display:flex;justify-content:flex-end;color:#9c9d9e;margin:10px 5px 2px 0}.discussion-message{padding:10px;border-radius:8px;background:#f0f0f0;margin:8px 8px 0;font-size:15px}.discussion-message.is-mine{color:#fff;background:#5baff2;margin-left:16px}.discussion-message.is-other{margin-right:16px}.discussion-message.is-image{background:none;color:#363636}.discussion-message.is-image a{text-decoration:underline!important}.discussion-message.is-image.is-mine{text-align:right}.discussion-message.is-image img{max-width:100%;max-height:200px}.discussion-message:last-child{margin-bottom:20px}.discussion-form{position:relative;border-top:1px solid #e9e9e9}.discussion-form .input{border:none;background:none;margin-bottom:0;min-height:auto;padding:15px}.discussion-form-footer{display:flex;justify-content:space-between;align-items:center;padding:4px 15px 15px}.discussion-form-footer.not-written-yet{position:absolute;bottom:15px;right:10px;padding:0}.discussion-form-buttons{display:flex}.discussion-form-actions{margin-left:auto}.discussion-form-actions button,.discussion-form-actions label{color:#888;font-size:18px;vertical-align:bottom;cursor:pointer}.discussion-form-actions button:not(:last-child),.discussion-form-actions label:not(:last-child){margin-right:8px}.header-title{font-size:1rem;font-weight:700;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header-title a{color:RGB(var(--primary-color))}.header-menu-wrapper{display:flex;justify-content:flex-end;flex:1;margin-left:20px;margin-right:4px}@media(max-width:767px){html .header-menu-wrapper{flex-direction:column;margin-right:20px;width:100%}}.header-menu{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:15px;margin-top:15px}@media(max-width:500px){.header-menu{margin-left:0;justify-content:flex-end}}.header-menu-connected{font-weight:400}.header-menu-not-connected{margin-left:20px;margin-right:4px}@media(max-width:767px){html .header-menu-not-connected{margin:15px 0 0}.adult-consent-buttons html .header-menu-not-connected button,html .header-menu-not-connected .adult-consent-buttons button,html .header-menu-not-connected .button{font-size:14px}}.header-menu&gt;li{display:inline-block}.header-menu&gt;li.header-toggle-usermenu{position:relative}.header-menu&gt;li:not(:last-child){margin-right:8px}.header-menu&gt;li.has-notifs{margin-right:14px;height:26px;display:flex}.header-menu&gt;li.separator{display:flex;align-items:center;margin-right:14px}.header-menu&gt;li.separator:after{content:"";border-right:1px solid #ebebeb;padding-right:10px;height:18px}@media(max-width:767px){html .header-menu&gt;li.separator:last-child:after{display:none}}.header-menu button:focus,.header-menu button:hover{outline:none}.header-menu button:focus i,.header-menu button:hover i{color:#363636}.header-menu&gt;li&gt;button&gt;i{font-size:19px;color:#a0a0a0}.header-menu&gt;li&gt;button&gt;i.icon-msg:before{display:block;margin-bottom:-2px}.header-menu&gt;li&gt;button&gt;i.icon-friend-notification{font-size:21px}.header-menu&gt;li&gt;button&gt;i.icon-notif:before{display:block;font-size:120%;margin-bottom:-1px}.header-menu-user-link{display:inline-flex;align-items:center}.header-menu-user-link img{width:20px;border-radius:50%;margin-right:5px}@media(max-width:767px){html .header-menu-user-link img{width:26px}}.header-menu-user-link span{font-weight:500}.header-menu-user-link i{font-size:8px;margin-left:6px}@media(max-width:767px){html .header-menu .tippy-popover-panel{max-width:none!important;width:auto}}.header-usermenu{padding:15px 35px 25px 25px}@media(max-width:767px){html .header-usermenu{padding:15px 25px}}.header-usermenu-section{font-size:13px}@media(max-width:767px){html .header-usermenu-section{font-size:15px}}.header-usermenu-spacer{border-top:1px solid #ebebeb;margin:15px 0}.header-usermenu-title{color:#a0a0a0;margin-bottom:10px}.header-usermenu-list li{display:flex;align-items:center;margin-bottom:6px;white-space:nowrap}.header-usermenu-list li:only-child{margin-bottom:-10px}.header-usermenu-list a,.header-usermenu-list button{color:#363636}@media(max-width:767px){html .header-usermenu-list a,html .header-usermenu-list button{display:flex;width:100%;text-align:left;align-items:center;padding:7px 0}}.header-usermenu-list a:hover,.header-usermenu-list a:hover i,.header-usermenu-list button:hover,.header-usermenu-list button:hover i{color:RGB(var(--primary-color))}.header-usermenu-list i{font-size:13px;color:#363636;margin-right:12px}@media(max-width:767px){html .header-usermenu-list i{font-size:17px}}.header-search{margin-bottom:14px}.react-horizontal-scrolling-menu--item.selection-on-left:last-child{margin-right:calc(100% - 42px - 42px)}td{padding:0}@media (max-width:979px){.container{padding-left:1.25rem;padding-right:1.25rem}}.ReactCollapse--collapse{transition:height .3s ease-in-out}#start-of-content{position:relative}.break{word-break:normal;overflow-wrap:anywhere}.fade{opacity:1;transition:opacity .3s ease-in}.fade.fade-enter{opacity:0;z-index:1}.fade.fade-enter-done,.fade.fade-enter.fade-enter-active{opacity:1}.fade.fade-exit{opacity:1;position:absolute;width:100%;height:100%}.fade.fade-exit.fade-exit-active{top:0;left:0}.fade.fade-exit-done,.fade.fade-exit.fade-exit-active{opacity:0;position:absolute;width:100%;height:100%}#um_ultimedia_wrapper_wrap_widget_default .um_ultimedia_wrapper_videoWrapper iframe#um_ultimedia_wrapper_iframeUltimedia#um_ultimedia_wrapper_iframeUltimedia.visible_player,.wrapper_vpp.wrapper_vpp.active{bottom:90px!important}.animatedDisplay{display:none;animation:vanish .3s}.animatedDisplay.open{display:block;animation:appear .3s}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes vanish{0%{display:block;opacity:1}to{display:none;opacity:0}}.animatedSlideShow{display:none;opacity:0;transition-property:display opacity transform;transition-duration:.3s;transition-behavior:allow-discrete}.animatedSlideShow.open{display:block;opacity:1}@starting-style{.animatedSlideShow.open{opacity:0}}.animatedSlideShow.from-left-side{transform:translateX(-100%)}.animatedSlideShow.from-left-side.open{transform:translateX(0)}@starting-style{.animatedSlideShow.from-left-side.open{transform:translateX(-100%)}}.animatedSlideShow.from-right-side{transform:translateX(0)}.animatedSlideShow.from-right-side.open{transform:translateX(-100%)}@starting-style{.animatedSlideShow.from-right-side.open{transform:translateX(0)}}.use-magic-scrollbar{scrollbar-gutter:stable;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.use-magic-scrollbar.gutter-aside{position:absolute;width:calc(100% + var(--scrollbar-width, 11px))}.use-magic-scrollbar::-webkit-scrollbar{width:6px;background-color:transparent}.use-magic-scrollbar::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:9999px}.use-magic-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.use-magic-scrollbar::-webkit-scrollbar-track{background-color:transparent}.use-magic-scrollbar:hover{overflow-y:auto}.author-popover-root.author-popover-root{border:none;border-radius:8px;filter:drop-shadow(0 0 15px rgba(0,0,0,.1019607843))}.author-popover-root.author-popover-root .tippy-content{padding:0}@font-face{font-family:__Source_Sans_3_1fdbab;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Source_Sans_3_1fdbab;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Source_Sans_3_1fdbab;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Source_Sans_3_1fdbab;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Source_Sans_3_1fdbab;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Source_Sans_3_1fdbab;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Source_Sans_3_1fdbab;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Source_Sans_3_Fallback_1fdbab;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_1fdbab{font-family:__Source_Sans_3_1fdbab,__Source_Sans_3_Fallback_1fdbab;font-style:normal}.__variable_1fdbab{--font-source-sans:"__Source_Sans_3_1fdbab","__Source_Sans_3_Fallback_1fdbab"}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}.__variable_e8ce0c{--font-inter:"__Inter_e8ce0c","__Inter_Fallback_e8ce0c"}.SubjectBox_title__fWrwB{background-color:rgba(0,0,0,.3);font-size:16px;z-index:10;border-radius:.5rem;border-top-left-radius:0;border-top-right-radius:0;padding:.25rem .5rem;font-weight:700;--tw-text-opacity:1;color:rgba(var(--rgb-color-white),var(--tw-text-opacity))}.SubjectBox_listElement__k_6Ha{min-width:250px;overflow:hidden;display:flex;flex:1 1 0%;flex-direction:column;border-radius:.5rem;background-size:cover;background-position:top;background-repeat:no-repeat}.Carousel_arrowContainer__J6i2m,.Carousel_hiddenArrowContainer__1kh0x{transition:opacity .3s ease-in-out;opacity:1;display:flex;flex-shrink:0;align-items:center;justify-content:center;text-align:center;font-size:1.75rem;line-height:34px;font-weight:700;--tw-text-opacity:1;color:rgba(var(--rgb-color-white),var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px}.Carousel_arrowContainer__J6i2m span,.Carousel_hiddenArrowContainer__1kh0x span{background-color:#fff;color:#000;padding:.5rem .25rem}.Carousel_arrowContainer__J6i2m span .icon-chevron-left,.Carousel_hiddenArrowContainer__1kh0x span .icon-chevron-left{margin-right:3px}.Carousel_arrowContainer__J6i2m span .icon-chevron-right,.Carousel_hiddenArrowContainer__1kh0x span .icon-chevron-right{margin-left:3px}.Carousel_hiddenArrowContainer__1kh0x{opacity:0;pointer-events:none}.bg-ads_bgAds__jtgUN:before{z-index:-2;content:"";inset:0;background-color:rgba(var(--rgb-color-gray-50),var(--tw-bg-opacity))}.bg-ads_bgAds__jtgUN:after,.bg-ads_bgAds__jtgUN:before{position:absolute;border-radius:.375rem;--tw-bg-opacity:1}.bg-ads_bgAds__jtgUN:after{z-index:-1;content:"Ad";left:50%;top:50%;transform:translate(-50%,-50%);background-color:rgba(var(--rgb-color-gray-500),var(--tw-bg-opacity));padding-left:.5rem;padding-right:.5rem;--tw-text-opacity:1;color:rgba(var(--rgb-color-white),var(--tw-text-opacity))}.TopicList:not(:has(.TopicListItemCard))&gt;:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse));--tw-divide-opacity:1;border-color:rgba(var(--rgb-color-gray-light),var(--tw-divide-opacity))}.TopicList:has(.TopicListItemCard){display:flex;flex-direction:column;row-gap:.75rem;border-style:none}.MessageContent_break__IuTp0{word-break:normal;overflow-wrap:anywhere}.MessageContent_break__IuTp0 pre{white-space:pre-wrap}.TopicListItemActions_animatedAction__rD5OT,.TopicListItemActions_squareAction__xSl43,.TopicListItemActions_square__CqDaA{display:flex;height:2.75rem;width:2.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;outline:2px solid transparent;outline-offset:2px;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.TopicListItemActions_animatedAction__rD5OT:nth-child(2),.TopicListItemActions_squareAction__xSl43:nth-child(2),.TopicListItemActions_square__CqDaA:nth-child(2){transition-delay:75ms}.TopicListItemActions_square__CqDaA{pointer-events:none}@media (min-width:768px){.group:hover .TopicListItemActions_animatedAction__rD5OT,.group:hover .TopicListItemActions_animated__uQA5c{--tw-translate-x:0rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.TopicListItemCard{border-radius:5px;border-width:1px;--tw-border-opacity:1;border-color:rgb(233 233 233/var(--tw-border-opacity))}.TopicListItemCard&gt;.topicContent&gt;:not(.infos){padding-left:.75rem;padding-right:.75rem}@media (min-width:768px){.TopicListItemCard&gt;.topicContent&gt;:not(.infos){padding-left:1.25rem;padding-right:1.25rem}}.TopicListItemCard&gt;.topicContent&gt;:first-child{padding-top:.75rem}@media (min-width:768px){.TopicListItemCard&gt;.topicContent&gt;:first-child{padding-top:1.25rem}}.TopicListItemCard&gt;.topicContent&gt;:last-child{padding-bottom:.75rem}@media (min-width:768px){.TopicListItemCard&gt;.topicContent&gt;:last-child{padding-bottom:1.25rem}}.TopicListItemCard&gt;.topicContent .infos&gt;*{padding-left:.75rem;padding-right:.75rem}@media (min-width:768px){.TopicListItemCard&gt;.topicContent .infos&gt;*{padding-left:1.25rem;padding-right:1.25rem}}.TopicListItemCard&gt;.topicContent .infos:has(.wideMedia){padding-bottom:0}.TopicListItemCard&gt;.topicContent .infos&gt;.MessageContent.wideMedia,.TopicListItemCard&gt;.topicContent .infos&gt;.MessageLimiter:has(.wideMedia){padding-left:0;padding-right:0}.TopicListItemCard&gt;.topicContent .infos .MessageContent&gt;:first-child{margin-top:0}.TopicListItemCard&gt;.topicContent .infos .MessageContent&gt;:last-child{margin-bottom:0}.TopicListItemCard .TopicBottomActions{display:flex;align-items:center;justify-content:space-around;border-top-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-210),var(--tw-border-opacity))}.TopicListItemCard:has(.wideMedia) .TopicBottomActions{border-top-width:0}.MessageLimiter.limited .EditorImage{display:none!important}.quickSearch_shadow__XB8TP{box-shadow:0 5px 10px rgba(0,0,0,.3)}.quickSearch_searchContainer__bfZVU{position:relative;height:2.5rem;border-radius:.375rem}.quickSearch_suggestionsContainerCommon__xQFn_{width:100%;overflow-y:auto;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-property:all;transition-duration:.1s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media(orientation:landscape){.quickSearch_suggestionsContainerCommon__xQFn_{max-height:calc(100vh - 100px)}}@media(orientation:portrait){.quickSearch_suggestionsContainerCommon__xQFn_{max-height:calc(100vh - 100px)}}.quickSearch_suggestionsContainerMobile__FS64A{position:relative;width:100%;overflow:auto}.quickSearch_suggestionsContainer__dEMSB{border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(var(--rgb-color-gray-200),var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-gray-lighter),var(--tw-bg-opacity))}.ChatAvatars_shadow__aOscA,.ChatWindow_container__yemxE{box-shadow:0 2px 14px rgba(0,0,0,.4)}.ChatWindow_container__yemxE{display:flex;height:100%;max-width:100%;flex-shrink:0;flex-grow:1;flex-direction:column;align-items:stretch;overflow:hidden;--tw-bg-opacity:1;background-color:rgba(var(--rgb-color-white),var(--tw-bg-opacity))}@media (min-width:640px){.ChatWindow_container__yemxE{height:100vh;max-height:450px;max-width:360px;margin-left:1rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem}}.ChatMessageList_break__e73_Y{word-break:normal;overflow-wrap:anywhere}.ChatMessageList_reverser__xziHV{transform:scaleY(-1);min-height:100%;padding-left:.5rem;padding-right:.5rem}.ChatMessageList_reverser__xziHV&gt;*{transform:scaleY(-1)}.ChatMessageList_msgItem__qdPYw{padding-left:.5rem;padding-right:.5rem}.ReducedChatWindow_container___YIGb{position:relative;height:3.5rem;width:3.5rem;cursor:pointer;outline:2px solid transparent;outline-offset:2px}.ReducedChatWindow_container___YIGb button{display:none}.ReducedChatWindow_container___YIGb:hover button{display:block}.ReducedChatWindow_container___YIGb:focus{outline:2px solid transparent;outline-offset:2px}
/*# sourceMappingURL=c9d72e032e263764.css.map*/</pre></body></html>