: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: rgba(255, 255, 255, .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( to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.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 #0000001a;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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{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>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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:initial;transform-origin:right;border-bottom-left-radius:initial;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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}*,:before,:after{--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: rgb(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: rgb(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: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:IBM Plex Sans,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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,samp,pre{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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--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)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-left-4{left:-1rem}.-right-3{right:-.75rem}.-right-4{right:-1rem}.-right-8{right:-2rem}.-top-2{top:-.5rem}.-top-3{top:-.75rem}.-top-5{top:-1.25rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-px{bottom:1px}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-3{left:.75rem}.left-4{left:1rem}.left-9{left:2.25rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-9{right:2.25rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-8{top:2rem}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.float-right{float:right}.m-1{margin:.25rem}.m-2{margin:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.my-1{margin-top:.25rem;margin-bottom:.25rem}.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-8{margin-top:2rem;margin-bottom:2rem}.-mr-1{margin-right:-.25rem}.mb-1{margin-bottom:.25rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-32{margin-left:8rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-14{margin-top:3.5rem}.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}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-136{height:34rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-3\/4{height:75%}.h-36{height:9rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-5\/6{height:83.333333%}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-full{max-height:100%}.min-h-full{min-height:100%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-auto{width:auto}.w-full{width:100%}.w-max{width:max-content}.min-w-\[70rem\]{min-width:70rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-24{--tw-translate-x: -6rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-12{--tw-translate-y: -3rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-14{--tw-translate-y: 3.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-16{--tw-translate-y: 4rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.scroll-p-2{scroll-padding:.5rem}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.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))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>: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-10>: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)))}.space-x-2>: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-4>: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-6>: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)))}.space-y-1>: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>: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>: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-3>: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>: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-6>: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>: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))}.divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>: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-\[\#515256\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(81 82 86 / var(--tw-divide-opacity, 1))}.divide-\[\#E6E6E6\]>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(230 230 230 / var(--tw-divide-opacity, 1))}.divide-black>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(0 0 0 / var(--tw-divide-opacity, 1))}.divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(111 113 115 / var(--tw-divide-opacity, 1))}.divide-white\/5>:not([hidden])~:not([hidden]){border-color:#ffffff0d}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-\[\#515256\]{--tw-border-opacity: 1;border-color:rgb(81 82 86 / var(--tw-border-opacity, 1))}.border-\[\#C2C6C8\]{--tw-border-opacity: 1;border-color:rgb(194 198 200 / var(--tw-border-opacity, 1))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-eerie-black{--tw-border-opacity: 1;border-color:rgb(24 24 24 / var(--tw-border-opacity, 1))}.border-error-red-500{--tw-border-opacity: 1;border-color:rgb(242 66 54 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(111 113 115 / var(--tw-border-opacity, 1))}.border-indigo-700{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.border-neon-green-600{--tw-border-opacity: 1;border-color:rgb(91 206 59 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-\[\#A5ACB0\]{--tw-bg-opacity: 1;background-color:rgb(165 172 176 / var(--tw-bg-opacity, 1))}.bg-\[white\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/30{background-color:#0000004d}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-eerie-black{--tw-bg-opacity: 1;background-color:rgb(24 24 24 / var(--tw-bg-opacity, 1))}.bg-error-red-500{--tw-bg-opacity: 1;background-color:rgb(242 66 54 / var(--tw-bg-opacity, 1))}.bg-error-red-700{--tw-bg-opacity: 1;background-color:rgb(139 17 9 / var(--tw-bg-opacity, 1))}.bg-french-violet-600{--tw-bg-opacity: 1;background-color:rgb(112 46 207 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-300\/50{background-color:#d1d5db80}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(24 24 24 / var(--tw-bg-opacity, 1))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(197 231 203 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(88 171 104 / var(--tw-bg-opacity, 1))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(53 136 69 / var(--tw-bg-opacity, 1))}.bg-neon-green-100{--tw-bg-opacity: 1;background-color:rgb(225 255 217 / var(--tw-bg-opacity, 1))}.bg-neon-green-200{--tw-bg-opacity: 1;background-color:rgb(204 255 190 / var(--tw-bg-opacity, 1))}.bg-neon-green-300{--tw-bg-opacity: 1;background-color:rgb(181 255 161 / var(--tw-bg-opacity, 1))}.bg-neon-green-50{--tw-bg-opacity: 1;background-color:rgb(248 255 246 / var(--tw-bg-opacity, 1))}.bg-neon-green-700{--tw-bg-opacity: 1;background-color:rgb(56 160 27 / var(--tw-bg-opacity, 1))}.bg-neon-green-700\/50{background-color:#38a01b80}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-warning-yellow-500{--tw-bg-opacity: 1;background-color:rgb(255 174 3 / var(--tw-bg-opacity, 1))}.bg-warning-yellow-700{--tw-bg-opacity: 1;background-color:rgb(195 132 0 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-80{--tw-bg-opacity: .8}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-eerie-black{--tw-gradient-from: #181818 var(--tw-gradient-from-position);--tw-gradient-to: rgb(24 24 24 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-error-red-700{--tw-gradient-from: #8B1109 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 17 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600{--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-neon-green-600{--tw-gradient-from: #5BCE3B var(--tw-gradient-from-position);--tw-gradient-to: rgb(91 206 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-warning-yellow-700{--tw-gradient-from: #C38400 var(--tw-gradient-from-position);--tw-gradient-to: rgb(195 132 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-ash-green-800{--tw-gradient-to: #2F5954 var(--tw-gradient-to-position)}.to-error-red-500{--tw-gradient-to: #F24236 var(--tw-gradient-to-position)}.to-gray-300{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.to-neon-green-300{--tw-gradient-to: #B5FFA1 var(--tw-gradient-to-position)}.to-warning-yellow-500{--tw-gradient-to: #FFAE03 var(--tw-gradient-to-position)}.stroke-current{stroke:currentColor}.stroke-2{stroke-width:2}.object-cover{object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.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-14{padding-left:3.5rem;padding-right:3.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-4\.5{padding-left:1.125rem;padding-right:1.125rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-4\.5{padding-top:1.125rem;padding-bottom:1.125rem}.py-px{padding-top:1px;padding-bottom:1px}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-\[7px\]{padding-bottom:7px}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-16{padding-left:4rem}.pl-24{padding-left:6rem}.pl-3{padding-left:.75rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-sm\/6{font-size:.875rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.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}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-\[\#58595B\]{--tw-text-opacity: 1;color:rgb(88 89 91 / var(--tw-text-opacity, 1))}.text-\[\#6F7173\]{--tw-text-opacity: 1;color:rgb(111 113 115 / var(--tw-text-opacity, 1))}.text-ash-green-800{--tw-text-opacity: 1;color:rgb(47 89 84 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-dark-green-500{--tw-text-opacity: 1;color:rgb(129 170 160 / var(--tw-text-opacity, 1))}.text-eerie-black{--tw-text-opacity: 1;color:rgb(24 24 24 / var(--tw-text-opacity, 1))}.text-error-red-500{--tw-text-opacity: 1;color:rgb(242 66 54 / var(--tw-text-opacity, 1))}.text-french-violet-500{--tw-text-opacity: 1;color:rgb(133 77 214 / var(--tw-text-opacity, 1))}.text-french-violet-600{--tw-text-opacity: 1;color:rgb(112 46 207 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(111 113 115 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(81 82 86 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(24 24 24 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(139 206 152 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(88 171 104 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-neon-green-300{--tw-text-opacity: 1;color:rgb(181 255 161 / var(--tw-text-opacity, 1))}.text-neon-green-400{--tw-text-opacity: 1;color:rgb(149 234 126 / var(--tw-text-opacity, 1))}.text-neon-green-500{--tw-text-opacity: 1;color:rgb(126 221 100 / var(--tw-text-opacity, 1))}.text-neon-green-600{--tw-text-opacity: 1;color:rgb(91 206 59 / var(--tw-text-opacity, 1))}.text-neon-green-700{--tw-text-opacity: 1;color:rgb(56 160 27 / var(--tw-text-opacity, 1))}.text-neon-green-900{--tw-text-opacity: 1;color:rgb(24 111 0 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(134 109 160 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.accent-neon-green-700{accent-color:#38A01B}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(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)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(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)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(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)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-1{--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(1px + 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)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.blur{--tw-blur: blur(8px);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: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)}.invert{--tw-invert: invert(100%);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)}.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)}.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-shadow{transition-property:box-shadow;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}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[--anchor-gap\:var\(--spacing-5\)\]{--anchor-gap: var(--spacing-5)}#root,html,body{height:100%;width:100%}textarea{resize:none}.multi-email-input,.multi-email-input.react-multi-email.focused{border-radius:.375rem;--tw-border-opacity: 1;border-color:rgb(194 198 200 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.multi-email-input:is(.dark *),.multi-email-input.react-multi-email.focused:is(.dark *){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(49 49 49 / var(--tw-bg-opacity, 1))}.multi-email-input.react-multi-email.focused{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1));--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(0px + 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)}.multi-email-input.react-multi-email.focused:is(.dark *){--tw-border-opacity: 1;border-color:rgb(181 255 161 / var(--tw-border-opacity, 1))}.multi-email-input input{display:block;height:2.5rem;width:100%;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1));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}.multi-email-input input:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1));--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(0px + 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)}.multi-email-input input:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(49 49 49 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.multi-email-input input:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(181 255 161 / var(--tw-border-opacity, 1))}.multi-email-input-disabled input{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(165 172 176 / var(--tw-bg-opacity, 1))}.multi-email-input-error input{--tw-border-opacity: 1;border-color:rgb(242 66 54 / var(--tw-border-opacity, 1))}::-webkit-calendar-picker-indicator{filter:invert(1)}a[data-mention-name]{color:#8989fa;cursor:default}.checked\:border-none:checked{border-style:none}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus-within\:ring-2:focus-within{--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)}.focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width: 2px}.hover\:border:hover{border-width:1px}.hover\:border-black:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-neon-green-400:hover{--tw-border-opacity: 1;border-color:rgb(149 234 126 / var(--tw-border-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(197 231 203 / var(--tw-bg-opacity, 1))}.hover\:bg-neon-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(225 255 217 / var(--tw-bg-opacity, 1))}.hover\:bg-neon-green-300:hover{--tw-bg-opacity: 1;background-color:rgb(181 255 161 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-error-red-500:hover{--tw-text-opacity: 1;color:rgb(242 66 54 / var(--tw-text-opacity, 1))}.hover\:text-french-violet-400:hover{--tw-text-opacity: 1;color:rgb(156 109 222 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(88 171 104 / var(--tw-text-opacity, 1))}.hover\:text-indigo-500:hover{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.hover\:text-neon-green-300:hover{--tw-text-opacity: 1;color:rgb(181 255 161 / var(--tw-text-opacity, 1))}.hover\:text-neon-green-400:hover{--tw-text-opacity: 1;color:rgb(149 234 126 / var(--tw-text-opacity, 1))}.hover\:text-neon-green-600:hover{--tw-text-opacity: 1;color:rgb(91 206 59 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(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\:marker\:font-bold *:hover::marker{font-weight:700}.hover\:marker\:font-bold:hover::marker{font-weight:700}.focus\:border-indigo-300:focus{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.focus\:border-neon-green-600:focus{--tw-border-opacity: 1;border-color:rgb(91 206 59 / var(--tw-border-opacity, 1))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring: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(3px + 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)}.focus\:ring-0: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(0px + 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)}.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)}.focus\:ring-indigo-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1))}.focus\:ring-neon-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(126 221 100 / var(--tw-ring-opacity, 1))}.focus\:ring-transparent:focus{--tw-ring-color: transparent}.focus\:ring-opacity-50:focus{--tw-ring-opacity: .5}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:ring-2:focus-visible{--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)}.focus-visible\:ring-white:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-opacity-75:focus-visible{--tw-ring-opacity: .75}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:text-dark-green-800{--tw-text-opacity: 1;color:rgb(66 128 112 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.data-\[closed\]\:-translate-y-1[data-closed]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[hover\]\:bg-white\/5[data-hover]{background-color:#ffffff0d}.data-\[selected\]\:bg-white\/10[data-selected],.data-\[selected\]\:data-\[hover\]\:bg-white\/10[data-hover][data-selected]{background-color:#ffffff1a}.data-\[closed\]\:opacity-0[data-closed]{opacity:0}.data-\[focus\]\:outline-1[data-focus]{outline-width:1px}.data-\[focus\]\:outline-white[data-focus]{outline-color:#fff}.dark\:border:is(.dark *){border-width:1px}.dark\:border-0:is(.dark *){border-width:0px}.dark\:border-black:is(.dark *){--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.dark\:border-gray-300:is(.dark *){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.dark\:border-gray-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.dark\:border-gray-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(111 113 115 / var(--tw-border-opacity, 1))}.dark\:border-green-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(88 171 104 / var(--tw-border-opacity, 1))}.dark\:border-neon-green-300:is(.dark *){--tw-border-opacity: 1;border-color:rgb(181 255 161 / var(--tw-border-opacity, 1))}.dark\:border-white:is(.dark *){--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.dark\:bg-\[\#242424\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(36 36 36 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#313131\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(49 49 49 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#404040\]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#404040\]\/50:is(.dark *){background-color:#40404080}.dark\:bg-ash-green-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(47 89 84 / var(--tw-bg-opacity, 1))}.dark\:bg-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:bg-eerie-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(24 24 24 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-100:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(111 113 115 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(81 82 86 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(24 24 24 / var(--tw-bg-opacity, 1))}.dark\:bg-green-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(88 171 104 / var(--tw-bg-opacity, 1))}.dark\:bg-neon-green-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(181 255 161 / var(--tw-bg-opacity, 1))}.dark\:bg-neon-green-300\/50:is(.dark *){background-color:#b5ffa180}.dark\:bg-neon-green-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(149 234 126 / var(--tw-bg-opacity, 1))}.dark\:bg-neon-green-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(126 221 100 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(117 88 147 / var(--tw-bg-opacity, 1))}.dark\:bg-white:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:text-\[\#6f717357\]:is(.dark *){color:#6f717357}.dark\:text-\[\#C2C6C8\]:is(.dark *){--tw-text-opacity: 1;color:rgb(194 198 200 / var(--tw-text-opacity, 1))}.dark\:text-ash-green-800:is(.dark *){--tw-text-opacity: 1;color:rgb(47 89 84 / var(--tw-text-opacity, 1))}.dark\:text-black:is(.dark *){--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-gray-800:is(.dark *){--tw-text-opacity: 1;color:rgb(81 82 86 / var(--tw-text-opacity, 1))}.dark\:text-neon-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(181 255 161 / var(--tw-text-opacity, 1))}.dark\:text-neon-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(149 234 126 / var(--tw-text-opacity, 1))}.dark\:text-neon-green-500:is(.dark *){--tw-text-opacity: 1;color:rgb(126 221 100 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:accent-neon-green-300:is(.dark *){accent-color:#B5FFA1}.dark\:ring-white:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.dark\:ring-offset-gray-800:is(.dark *){--tw-ring-offset-color: #515256}.dark\:focus-within\:ring-neon-green-400:focus-within:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(149 234 126 / var(--tw-ring-opacity, 1))}.dark\:hover\:border:hover:is(.dark *){border-width:1px}.dark\:hover\:border-neon-green-400:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(149 234 126 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-\[\#868994\]:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(134 137 148 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-black:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-eerie-black:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(24 24 24 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:dark\:bg-black:is(.dark *):hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:dark\:bg-green-600:is(.dark *):hover{--tw-bg-opacity: 1;background-color:rgb(88 171 104 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-black:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.dark\:hover\:text-error-red-500:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(242 66 54 / var(--tw-text-opacity, 1))}.dark\:hover\:text-neon-green-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(181 255 161 / var(--tw-text-opacity, 1))}.dark\:hover\:text-neon-green-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(149 234 126 / var(--tw-text-opacity, 1))}.dark\:hover\:text-neon-green-500:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(126 221 100 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:dark\:text-white:is(.dark *):hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:focus\:border-neon-green-300:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(181 255 161 / var(--tw-border-opacity, 1))}.focus\:dark\:bg-green-600:is(.dark *):focus{--tw-bg-opacity: 1;background-color:rgb(88 171 104 / var(--tw-bg-opacity, 1))}.dark\:focus\:ring-0:focus:is(.dark *){--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(0px + 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)}.dark\:focus\:ring-neon-green-600:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(91 206 59 / var(--tw-ring-opacity, 1))}.focus\:dark\:ring-green-600:is(.dark *):focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(88 171 104 / var(--tw-ring-opacity, 1))}.group:hover .dark\:group-hover\:text-neon-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(181 255 161 / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1536px){.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1792px){.\33xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width: 2048px){.\34xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width: 2304px){.\35xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}@media (min-width: 2560px){.\36xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width: 2816px){.\37xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}}@media (min-width: 3072px){.\38xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}}@media (min-width: 3328px){.\39xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}}@media (min-width: 3584px){.\31 0xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}.react-multi-email{margin:0;max-width:100%;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:1.21428571em;padding:.4em .5em;background:#fff;border:1px solid rgba(34,36,38,.15);color:#000000de;border-radius:.28571429rem;transition:box-shadow .1s ease,border-color .1s ease;position:relative;display:flex;flex-wrap:wrap;align-items:center;align-content:flex-start}.react-multi-email>span[data-placeholder]{display:none;position:absolute;left:.5em;top:.4em;padding:.4em;line-height:1.21428571em}.react-multi-email.focused{border-color:#85b7d9;background:#fff}.react-multi-email.empty>span[data-placeholder]{display:inline;color:#ccc}.react-multi-email.fill>span[data-placeholder]{display:none}.react-multi-email>input{flex:1;width:auto!important;outline:none!important;border:0 none!important;display:inline-block!important;line-height:1;vertical-align:baseline!important;padding:.4em .1em!important}.react-multi-email [data-tag]{line-height:1;vertical-align:baseline;margin:.14285714em;background-color:#f3f3f3;background-image:none;padding:.4em .8em;color:#0009;text-transform:none;font-weight:600;border:0 solid transparent;border-radius:.28571429rem;transition:background .1s ease;font-size:.8rem;display:flex;align-items:center;justify-content:flex-start;max-width:100%}.react-multi-email [data-tag] [data-tag-item]{max-width:100%;overflow:hidden}.react-multi-email [data-tag]:first-child{margin-left:0}.react-multi-email [data-tag] [data-tag-handle]{margin-left:.833em;cursor:pointer}.remirror-editor.ProseMirror.remirror-editor.ProseMirror{overflow:visible;z-index:20}.remirror-editor{width:100%;display:block;border-radius:.375rem;transition:all .2s;padding:1rem;min-height:150px;outline:none;border:1px solid #d1d5db;scrollbar-width:none;cursor:text}.remirror-editor:focus{border-color:#5bce3b;box-shadow:none}.dark .remirror-editor{background-color:#313131;color:#fff}.dark .remirror-editor:focus{border-color:#b5ffa1}.remirror-editor-wrapper{padding-top:var(--rmr-space-3)}.remirror-button-active{color:var(--rmr-color-primary-text)!important;background-color:var(--rmr-color-primary)!important}.remirror-button{display:inline-flex;font-weight:400;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.375em .75em;line-height:1.5;border-radius:var(--rmr-radius-border);text-decoration:none;border:1px solid var(--rmr-color-border);cursor:pointer;white-space:nowrap;color:var(--rmr-color-text);background-color:var(--rmr-color-background);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;font-size:100%}.remirror-button[aria-disabled=true]{cursor:auto}.remirror-button:not([aria-disabled=true]):hover{color:var(--rmr-color-hover-primary-text);border-color:var(--rmr-color-hover-border);background-color:var(--rmr-color-hover-primary)}.remirror-button:not([aria-disabled=true]):active,.remirror-button:not([aria-disabled=true])[data-active],.remirror-button:not([aria-disabled=true])[aria-expanded=true]{color:var(--rmr-color-active-primary-text);border-color:var(--rmr-color-active-border);background-color:var(--rmr-color-active-primary)}@media screen and (-ms-high-contrast: active){.remirror-button{border:2px solid currentcolor}}.remirror-composite{align-items:center;justify-content:center;padding:.375em .75em;font-size:100%;border:0;color:inherit;background-color:inherit}.remirror-composite:not([aria-selected=true]){color:inherit;background-color:inherit}[aria-activedescendant="*"]:focus .remirror-composite[aria-selected=true],[aria-activedescendant="*"]:focus~* .remirror-composite[aria-selected=true]{color:var(--rmr-color-text);background-color:var(--rmr-color-background)}.remirror-dialog{position:fixed;top:28px;left:50%;transform:translate(-50%);border-radius:var(--rmr-radius-border);padding:1em;max-height:calc(100vh - 56px);outline:0;border:1px solid var(--rmr-color-border);color:var(--rmr-color-text);z-index:999}.remirror-dialog:focus{box-shadow:0 0 0 .2em var(--rmr-color-shadow-1)}.remirror-dialog-backdrop{background-color:var(--rmr-color-backdrop);position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}.remirror-form>*:not(:first-child){margin-top:1rem}.remirror-form-message{font-size:.8em;margin-top:.5rem!important}.remirror-form-label{display:block;margin:0 0 .5rem!important}input[type=checkbox]+.remirror-form-label,input[type=radio]+.remirror-form-label{display:inline-block;margin:0 0 0 .5rem!important}.remirror-form-group{display:block;color:var(--rmr-color-text);border:1px solid var(--rmr-color-border);border-radius:var(--rmr-radius-border);padding:.5rem 1rem 1rem}.remirror-form-group>*{display:block}.remirror-group{display:flex}.remirror-group>:not(:first-child){margin-left:-1px}.remirror-group>:not(:first-child):not(:last-child):not(.first-child):not(.last-child){border-radius:0}.remirror-group>:first-child:not(:last-child),.remirror-group>.first-child{border-top-right-radius:0;border-bottom-right-radius:0}.remirror-group>:last-child:not(:first-child),.remirror-group>.last-child{border-top-left-radius:0;border-bottom-left-radius:0}.remirror-input{display:block;width:100%;border-radius:var(--rmr-radius-border);padding:.5em .75em;font-size:100%;border:1px solid var(--rmr-hue-gray-2);color:var(--rmr-hue-gray-5);margin:0!important}.remirror-input:focus{border-color:var(--rmr-hue-gray-3)}.remirror-menu{display:flex;border-radius:0}.remirror-menu-pane{position:relative;display:flex;justify-content:center;align-items:flex-start;padding-top:var(--rmr-space-1);padding-bottom:var(--rmr-space-1);padding-right:var(--rmr-space-2)}.remirror-menu-pane-active{color:var(--rmr-color-primary-text);background-color:var(--rmr-color-primary)}.remirror-menu-dropdown-label{padding:0 var(--rmr-space-2)}.remirror-menu-pane-icon{position:absolute;left:8px;width:20px;color:var(--rmr-hue-gray-7)}button:hover .remirror-menu-pane-icon,button:active .remirror-menu-pane-icon,[aria-checked=true] .remirror-menu-pane-icon{color:var(--rmr-hue-gray-1)}.remirror-menu-pane-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:var(--rmr-space-3)}.remirror-menu-pane-shortcut{align-self:flex-end;color:var(--rmr-hue-gray-6)}button:hover .remirror-menu-pane-shortcut,button:active .remirror-menu-pane-shortcut,[aria-checked=true] .remirror-menu-pane-shortcut{color:var(--rmr-hue-gray-1)}[role=menu]>.remirror-menu-button-left{left:var(--rmr-space-2)}[role=menu]>.remirror-menu-button-right{right:var(--rmr-space-2)}.remirror-menu-button-nested-left svg{margin-right:var(--rmr-space-2)}[role=menu]>.remirror-menu-button-nested-right{padding-right:2em!important}.remirror-menu-button-nested-right svg{margin-left:var(--rmr-space-2)}.remirror-menu-button{position:relative}.remirror-menu-button svg{fill:currentColor;width:.65em;height:.65em}[role=menu]>.remirror-menu-button svg{position:absolute;top:50%;transform:translateY(-50%)}[role=menubar]>.remirror-menu-button svg{display:none}.remirror-menu-bar{position:relative;display:flex;white-space:nowrap;box-shadow:none!important}.remirror-menu-bar[aria-orientation=vertical]{padding:.25em 0}.remirror-menu-bar[aria-orientation=horizontal]{padding:0}.remirror-flex-column{flex-direction:column}.remirror-flex-row{flex-direction:row}.remirror-menu-item{line-height:1.5;text-align:left;justify-content:flex-start;border:0;border-radius:0;font-size:100%;background:transparent;color:var(--rmr-color-foreground);margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;text-decoration:none}.remirror-menu-item:focus,.remirror-menu-item[aria-expanded=true]{background-color:var(--rmr-color-primary);color:var(--rmr-color-primary-text);box-shadow:none!important}.remirror-menu-item:active,.remirror-menu-item[data-active]{background-color:var(--rmr-color-active-primary)!important;color:var(--rmr-color-active-primary-text)!important}.remirror-menu-item:disabled{opacity:.5}.remirror-menu-item-row{padding:0 var(--rmr-space-2)}.remirror-menu-item-column{padding:0 var(--rmr-space-4)}.remirror-menu-item-checkbox{position:relative;outline:0}.remirror-menu-item-checkbox[aria-checked=true]:before{content:"✓";position:absolute;top:0;left:.4em;width:1em;height:1em}.remirror-menu-item-radio{position:relative;outline:0}.remirror-menu-item-radio[aria-checked=true]:before{content:"•";position:absolute;font-size:1.4em;top:-.25em;left:.35em;width:.7142857143em;height:.7142857143em}.remirror-menu-group{display:inherit;flex-direction:inherit}.remirror-floating-popover{padding:0;border:none;max-height:calc(100vh - 56px)}.remirror-popover [data-arrow]{background-color:transparent}.remirror-popover [data-arrow] .stroke{fill:var(--rmr-color-border)}.remirror-popover [data-arrow] .fill{fill:var(--rmr-color-background)}.remirror-animated-popover{transition:opacity .25s ease-in-out,transform .25s ease-in-out;opacity:0;transform-origin:top center;transform:translate3d(0,-20px,0)}[data-enter] .remirror-animated-popover{opacity:1;transform:translateZ(0)}.remirror-role{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:var(--rmr-font-family-default);color:var(--rmr-color-text);background-color:var(--rmr-color-background)}.remirror-separator{border:1px solid var(--rmr-color-border);border-width:0 1px 0 0;margin:0 .5em;padding:0;width:0;height:auto}.remirror-separator[aria-orientation=horizontal]{border-width:0 0 1px 0;margin:.5em 0;width:auto;height:0}.remirror-tab{background-color:transparent;border:1px solid transparent;border-width:1px 1px 0 1px;border-radius:var(--rmr-radius-border) var(--rmr-radius-border) 0 0;font-size:100%;padding:.5em 1em;margin:0 0 -1px}.remirror-tab[aria-selected=true]{background-color:var(--rmr-color-background);border-color:var(--rmr-color-border)}[aria-orientation=vertical] .remirror-tab{border-width:1px 0 1px 1px;border-radius:.2em 0 0 .2em;margin:0 -1px 0 0}.remirror-tab-list{display:flex;flex-direction:row;border:1px solid var(--rmr-color-border);border-width:0 0 1px 0;margin:0 0 1em}.remirror-tab-list[aria-orientation=vertical]{flex-direction:column;border-width:0 1px 0 0;margin:0 1em 0 0}.remirror-tabbable:not([type=checkbox]):not([type=radio]){outline:0}.remirror-tabbable:not([type=checkbox]):not([type=radio]):focus{box-shadow:var(--rmr-color-outline) 0 0 0 .2em;position:relative;z-index:2}.remirror-tabbable:not([type=checkbox]):not([type=radio]):hover{z-index:2}.remirror-tabbable[aria-disabled=true]{opacity:.5}.remirror-toolbar{display:flex;flex-direction:row;overflow-y:auto}.remirror-toolbar>*:not(:first-child){margin:0 0 0 .5em}.remirror-toolbar[aria-orientation=vertical]{display:inline-flex;flex-direction:column}.remirror-toolbar[aria-orientation=vertical]>*:not(:first-child){margin:.5em 0 0}.remirror-tooltip{background-color:var(--rmr-color-faded);color:#fff;font-size:.8em;padding:.5rem;border-radius:var(--rmr-radius-border);z-index:999}.remirror-tooltip [data-arrow]{background-color:transparent}.remirror-tooltip [data-arrow] .stroke{fill:transparent}.remirror-tooltip [data-arrow] .fill{fill:var(--rmr-hue-gray-8)}.remirror-table-size-editor{background:var(--rmr-color-background);box-shadow:var(--rmr-color-shadow-1);font-family:var(--rmr-font-family-default);font-size:var(--rmr-font-size-1)}.remirror-table-size-editor-body{position:relative}.remirror-table-size-editor-body:after{background:#0000;bottom:-50px;content:"";left:0;position:absolute;right:-50px;top:-50px}.remirror-table-size-editor-cell{border:var(--rmr-color-border);position:absolute;z-index:2}.remirror-table-size-editor-cell-selected{background:var(--rmr-color-table-selected-border);border-color:var(--rmr-color-border)}.remirror-table-size-editor-footer{padding-bottom:var(--rmr-space-1);text-align:center}.remirror-color-picker{background:var(--rmr-color-background);box-shadow:var(--rmr-box-shadow-1);font-family:var(--rmr-font-family-default);font-size:var(--rmr-font-size-1);padding:var(--rmr-space-2) var(--rmr-space-3)}.remirror-editor.ProseMirror{word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;position:relative;font-variant-ligatures:none;font-feature-settings:"liga" 0;overflow-y:scroll}.remirror-editor.ProseMirror pre{white-space:pre-wrap}.remirror-editor.ProseMirror li{position:relative}.remirror-editor.ProseMirror hr{border-color:#2e2e2e}.remirror-editor.ProseMirror img.ProseMirror-separator{display:inline!important;border:none!important;margin:0!important}.remirror-editor.ProseMirror-hideselection *::selection{background:transparent;color:inherit}.remirror-editor.ProseMirror-hideselection *::-moz-selection{background:transparent;color:inherit}.remirror-editor.ProseMirror-hideselection{caret-color:transparent}.remirror-editor .ProseMirror-selectednode{outline:2px solid #8cf}.remirror-editor li.ProseMirror-selectednode{outline:none}.remirror-editor li.ProseMirror-selectednode:after{content:"";position:absolute;left:-32px;right:-2px;top:-2px;bottom:-2px;border:2px solid #8cf;pointer-events:none}.remirror-editor.ProseMirror blockquote{border-left:3px solid var(--rmr-hue-gray-3);margin-left:0;margin-right:0;padding-left:10px;font-style:italic}.remirror-editor.ProseMirror blockquote p{color:#888}.remirror-editor div[data-callout-type]{display:flex;margin-left:0;margin-right:0;padding:10px;border-left:2px solid transparent}.remirror-editor div[data-callout-type]>:not(.remirror-callout-emoji-wrapper){margin-left:8px;flex-grow:1}.remirror-editor div[data-callout-type=info]{background:#eef6fc;border-left-color:#3298dc}.remirror-editor div[data-callout-type=warning]{background:#fffbeb;border-left-color:#ffdd57}.remirror-editor div[data-callout-type=error]{background:#feecf0;border-left-color:#f14668}.remirror-editor div[data-callout-type=success]{background:#effaf3;border-left-color:#48c774}.remirror-editor div[data-callout-type=blank]{background:#f8f8f8}.remirror-wrap{white-space:pre-wrap!important}.remirror-code-block-tools-positioner{position:absolute;top:var(--y);left:var(--x);transform:translate(var(--translate-x))}.remirror-language-select-width{width:var(--w)}.remirror-a11y-dark code[class*=language-],.remirror-a11y-dark pre[class*=language-]{color:#f8f8f2;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-a11y-dark pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}.remirror-a11y-dark :not(pre)>code[class*=language-],.remirror-a11y-dark pre[class*=language-]{background:#2b2b2b}.remirror-a11y-dark :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.remirror-a11y-dark .token.comment,.remirror-a11y-dark .token.prolog,.remirror-a11y-dark .token.doctype,.remirror-a11y-dark .token.cdata{color:#d4d0ab}.remirror-a11y-dark .token.punctuation,.remirror-a11y-dark .token.punctuation.important{color:#fefefe}.remirror-a11y-dark .token.property,.remirror-a11y-dark .token.tag,.remirror-a11y-dark .token.constant,.remirror-a11y-dark .token.symbol,.remirror-a11y-dark .token.deleted{color:#ffa07a}.remirror-a11y-dark .token.boolean,.remirror-a11y-dark .token.number{color:#00e0e0}.remirror-a11y-dark .token.selector,.remirror-a11y-dark .token.attr-name,.remirror-a11y-dark .token.string,.remirror-a11y-dark .token.char,.remirror-a11y-dark .token.builtin,.remirror-a11y-dark .token.inserted{color:#abe338}.remirror-a11y-dark .token.operator,.remirror-a11y-dark .token.entity,.remirror-a11y-dark .token.url,.remirror-a11y-dark .language-css .token.string,.remirror-a11y-dark .style .token.string,.remirror-a11y-dark .token.variable{color:#00e0e0}.remirror-a11y-dark .token.atrule,.remirror-a11y-dark .token.attr-value,.remirror-a11y-dark .token.function{color:gold}.remirror-a11y-dark .token.keyword{color:#00e0e0}.remirror-a11y-dark .token.regex,.remirror-a11y-dark .token.important{color:gold}.remirror-a11y-dark .token.important,.remirror-a11y-dark .token.bold{font-weight:700}.remirror-a11y-dark .token.italic{font-style:italic}.remirror-a11y-dark .token.entity{cursor:help}@media screen and (-ms-high-contrast: active){.remirror-a11y-dark code[class*=language-],.remirror-a11y-dark pre[class*=language-]{color:windowText;background:window}.remirror-a11y-dark :not(pre)>code[class*=language-],.remirror-a11y-dark pre[class*=language-]{background:window}.remirror-a11y-dark .token.important{background:highlight;color:window;font-weight:400}.remirror-a11y-dark .token.atrule,.remirror-a11y-dark .token.attr-value,.remirror-a11y-dark .token.function,.remirror-a11y-dark .token.keyword,.remirror-a11y-dark .token.operator,.remirror-a11y-dark .token.selector{font-weight:700}.remirror-a11y-dark .token.attr-value,.remirror-a11y-dark .token.comment,.remirror-a11y-dark .token.doctype,.remirror-a11y-dark .token.function,.remirror-a11y-dark .token.keyword,.remirror-a11y-dark .token.operator,.remirror-a11y-dark .token.property,.remirror-a11y-dark .token.string{color:highlight}.remirror-a11y-dark .token.attr-value,.remirror-a11y-dark .token.url{font-weight:400}}.remirror-atom-dark code[class*=language-],.remirror-atom-dark pre[class*=language-]{color:#c5c8c6;text-shadow:0 1px rgba(0,0,0,.3);font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-atom-dark pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}.remirror-atom-dark :not(pre)>code[class*=language-],.remirror-atom-dark pre[class*=language-]{background:#1d1f21}.remirror-atom-dark :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-atom-dark .token.comment,.remirror-atom-dark .token.prolog,.remirror-atom-dark .token.doctype,.remirror-atom-dark .token.cdata{color:#7c7c7c}.remirror-atom-dark .token.punctuation,.remirror-atom-dark .token.punctuation.important{color:#c5c8c6}.remirror-atom-dark .namespace{opacity:.7}.remirror-atom-dark .token.property,.remirror-atom-dark .token.keyword,.remirror-atom-dark .token.tag{color:#96cbfe}.remirror-atom-dark .token.class-name{color:#ffffb6;text-decoration:underline}.remirror-atom-dark .token.boolean,.remirror-atom-dark .token.constant{color:#9c9}.remirror-atom-dark .token.symbol,.remirror-atom-dark .token.deleted{color:#f92672}.remirror-atom-dark .token.number{color:#ff73fd}.remirror-atom-dark .token.selector,.remirror-atom-dark .token.attr-name,.remirror-atom-dark .token.string,.remirror-atom-dark .token.char,.remirror-atom-dark .token.builtin,.remirror-atom-dark .token.inserted{color:#a8ff60}.remirror-atom-dark .token.variable{color:#c6c5fe}.remirror-atom-dark .token.operator{color:#ededed}.remirror-atom-dark .token.entity{color:#ffffb6}.remirror-atom-dark .token.url{color:#96cbfe}.remirror-atom-dark .language-css .token.string,.remirror-atom-dark .style .token.string{color:#87c38a}.remirror-atom-dark .token.atrule,.remirror-atom-dark .token.attr-value{color:#f9ee98}.remirror-atom-dark .token.function{color:#dad085}.remirror-atom-dark .token.regex{color:#e9c062}.remirror-atom-dark .token.important{color:#fd971f}.remirror-atom-dark .token.important,.remirror-atom-dark .token.bold{font-weight:700}.remirror-atom-dark .token.italic{font-style:italic}.remirror-atom-dark .token.entity{cursor:help}.remirror-base16-ateliersulphurpool-light code[class*=language-],.remirror-base16-ateliersulphurpool-light pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#f5f7ff;color:#5e6687}.remirror-base16-ateliersulphurpool-light pre[class*=language-]::-moz-selection,.remirror-base16-ateliersulphurpool-light pre[class*=language-] ::-moz-selection,.remirror-base16-ateliersulphurpool-light code[class*=language-]::-moz-selection,.remirror-base16-ateliersulphurpool-light code[class*=language-] ::-moz-selection{text-shadow:none;background:#dfe2f1}.remirror-base16-ateliersulphurpool-light pre[class*=language-]::selection,.remirror-base16-ateliersulphurpool-light pre[class*=language-] ::selection,.remirror-base16-ateliersulphurpool-light code[class*=language-]::selection,.remirror-base16-ateliersulphurpool-light code[class*=language-] ::selection{text-shadow:none;background:#dfe2f1}.remirror-base16-ateliersulphurpool-light pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-base16-ateliersulphurpool-light :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-base16-ateliersulphurpool-light .token.comment,.remirror-base16-ateliersulphurpool-light .token.prolog,.remirror-base16-ateliersulphurpool-light .token.doctype,.remirror-base16-ateliersulphurpool-light .token.cdata{color:#898ea4}.remirror-base16-ateliersulphurpool-light .token.punctuation,.remirror-base16-ateliersulphurpool-light .token.punctuation.important{color:#5e6687}.remirror-base16-ateliersulphurpool-light .token.namespace{opacity:.7}.remirror-base16-ateliersulphurpool-light .token.operator,.remirror-base16-ateliersulphurpool-light .token.boolean,.remirror-base16-ateliersulphurpool-light .token.number{color:#c76b29}.remirror-base16-ateliersulphurpool-light .token.property{color:#c08b30}.remirror-base16-ateliersulphurpool-light .token.tag{color:#3d8fd1}.remirror-base16-ateliersulphurpool-light .token.string{color:#22a2c9}.remirror-base16-ateliersulphurpool-light .token.selector{color:#6679cc}.remirror-base16-ateliersulphurpool-light .token.attr-name{color:#c76b29}.remirror-base16-ateliersulphurpool-light .token.entity,.remirror-base16-ateliersulphurpool-light .token.url,.remirror-base16-ateliersulphurpool-light .language-css .token.string,.remirror-base16-ateliersulphurpool-light .style .token.string{color:#22a2c9}.remirror-base16-ateliersulphurpool-light .token.attr-value,.remirror-base16-ateliersulphurpool-light .token.keyword,.remirror-base16-ateliersulphurpool-light .token.control,.remirror-base16-ateliersulphurpool-light .token.directive,.remirror-base16-ateliersulphurpool-light .token.unit{color:#ac9739}.remirror-base16-ateliersulphurpool-light .token.statement,.remirror-base16-ateliersulphurpool-light .token.regex,.remirror-base16-ateliersulphurpool-light .token.atrule{color:#22a2c9}.remirror-base16-ateliersulphurpool-light .token.placeholder,.remirror-base16-ateliersulphurpool-light .token.variable{color:#3d8fd1}.remirror-base16-ateliersulphurpool-light .token.deleted{text-decoration:line-through}.remirror-base16-ateliersulphurpool-light .token.inserted{border-bottom:1px dotted #202746;text-decoration:none}.remirror-base16-ateliersulphurpool-light .token.italic{font-style:italic}.remirror-base16-ateliersulphurpool-light .token.important,.remirror-base16-ateliersulphurpool-light .token.bold{font-weight:700}.remirror-base16-ateliersulphurpool-light .token.important{color:#c94922}.remirror-base16-ateliersulphurpool-light .token.entity{cursor:help}.remirror-base16-ateliersulphurpool-light pre>code.highlight{outline:.4em solid #c94922;outline-offset:.4em}.remirror-base16-ateliersulphurpool-light .line-numbers .line-numbers-rows{border-right-color:#dfe2f1}.remirror-base16-ateliersulphurpool-light .line-numbers-rows>span:before{color:#979db4}.remirror-base16-ateliersulphurpool-light .line-highlight{background:#6b739433;background:linear-gradient(to right,#6b739433 70%,#6b739400)}.remirror-cb code[class*=language-],.remirror-cb pre[class*=language-]{color:#fff;text-shadow:0 1px 1px #000;font-family:Menlo,Monaco,Courier New,monospace;direction:ltr;text-align:left;word-spacing:normal;white-space:pre;word-wrap:normal;line-height:1.4;background:none;border:0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-cb pre[class*=language-] code{float:left;padding:0 15px 0 0}.remirror-cb pre[class*=language-],.remirror-cb :not(pre)>code[class*=language-]{background:#222}.remirror-cb pre[class*=language-]{padding:15px;margin:1em 0;overflow:auto;border-radius:8px}.remirror-cb :not(pre)>code[class*=language-]{padding:5px 10px;line-height:1;border-radius:3px}.remirror-cb .token.comment,.remirror-cb .token.prolog,.remirror-cb .token.doctype,.remirror-cb .token.cdata{color:#797979}.remirror-cb .token.selector,.remirror-cb .token.operator,.remirror-cb .token.punctuation,.remirror-cb .token.punctuation.important{color:#fff}.remirror-cb .token.namespace{opacity:.7}.remirror-cb .token.tag,.remirror-cb .token.boolean{color:#ffd893}.remirror-cb .token.atrule,.remirror-cb .token.attr-value,.remirror-cb .token.hex,.remirror-cb .token.string{color:#b0c975}.remirror-cb .token.property,.remirror-cb .token.entity,.remirror-cb .token.url,.remirror-cb .token.attr-name,.remirror-cb .token.keyword{color:#c27628}.remirror-cb .token.regex{color:#9b71c6}.remirror-cb .token.entity{cursor:help}.remirror-cb .token.function,.remirror-cb .token.constant{color:#e5a638}.remirror-cb .token.variable{color:#fdfba8}.remirror-cb .token.number{color:#8799b0}.remirror-cb .token.important,.remirror-cb .token.deliminator{color:#e45734}.remirror-cb pre[data-line]{position:relative;padding:1em 0 1em 3em}.remirror-cb .line-highlight{position:absolute;left:0;right:0;margin-top:1em;background:#fff3;pointer-events:none;line-height:inherit;white-space:pre}.remirror-cb .line-highlight:before,.remirror-cb .line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.3em;left:.6em;min-width:1em;padding:0 .5em;background-color:#ffffff4d;color:#fff;font:700 65%/1.5 sans-serif;text-align:center;border-radius:8px;text-shadow:none}.remirror-cb .line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.remirror-cb .line-numbers-rows{margin:0}.remirror-cb .line-numbers-rows span{padding-right:10px;border-right:3px #d9d336 solid}.remirror-darcula code[class*=language-],.remirror-darcula pre[class*=language-]{color:#a9b7c6;font-family:Consolas,Monaco,Andale Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-darcula pre[class*=language-]::-moz-selection,.remirror-darcula pre[class*=language-] ::-moz-selection,.remirror-darcula code[class*=language-]::-moz-selection,.remirror-darcula code[class*=language-] ::-moz-selection{color:inherit;background:#214283d9}.remirror-darcula pre[class*=language-]::selection,.remirror-darcula pre[class*=language-] ::selection,.remirror-darcula code[class*=language-]::selection,.remirror-darcula code[class*=language-] ::selection{color:inherit;background:#214283d9}.remirror-darcula pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-darcula :not(pre)>code[class*=language-],.remirror-darcula pre[class*=language-]{background:#2b2b2b}.remirror-darcula :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-darcula .token.comment,.remirror-darcula .token.prolog,.remirror-darcula .token.cdata{color:gray}.remirror-darcula .token.delimiter,.remirror-darcula .token.boolean,.remirror-darcula .token.keyword,.remirror-darcula .token.selector,.remirror-darcula .token.important,.remirror-darcula .token.atrule{color:#cc7832}.remirror-darcula .token.operator,.remirror-darcula .token.punctuation,.remirror-darcula .token.attr-name{color:#a9b7c6}.remirror-darcula .token.tag,.remirror-darcula .token.tag .punctuation,.remirror-darcula .token.doctype,.remirror-darcula .token.builtin{color:#e8bf6a}.remirror-darcula .token.entity,.remirror-darcula .token.number,.remirror-darcula .token.symbol{color:#6897bb}.remirror-darcula .token.property,.remirror-darcula .token.constant,.remirror-darcula .token.variable{color:#9876aa}.remirror-darcula .token.string,.remirror-darcula .token.char{color:#6a8759}.remirror-darcula .token.attr-value,.remirror-darcula .token.attr-value .punctuation{color:#a5c261}.remirror-darcula .token.attr-value .punctuation:first-of-type{color:#a9b7c6}.remirror-darcula .token.url{color:#287bde;text-decoration:underline}.remirror-darcula .token.function{color:#ffc66d}.remirror-darcula .token.regex{background:#364135}.remirror-darcula .token.bold{font-weight:700}.remirror-darcula .token.italic{font-style:italic}.remirror-darcula .token.inserted{background:#294436}.remirror-darcula .token.deleted{background:#484a4a}.remirror-darcula code.language-css .token.property,.remirror-darcula code.language-css .token.property+.token.punctuation,.remirror-darcula .token.punctuation.important{color:#a9b7c6}.remirror-darcula code.language-css .token.id{color:#ffc66d}.remirror-darcula code.language-css .token.selector>.token.class,.remirror-darcula code.language-css .token.selector>.token.attribute,.remirror-darcula code.language-css .token.selector>.token.pseudo-class,.remirror-darcula code.language-css .token.selector>.token.pseudo-element{color:#ffc66d}.remirror-dracula code[class*=language-],.remirror-dracula pre[class*=language-]{color:#f8f8f2;background:none;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-dracula pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}.remirror-dracula :not(pre)>code[class*=language-],.remirror-dracula pre[class*=language-]{background:#282a36}.remirror-dracula :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.remirror-dracula .token.comment,.remirror-dracula .token.prolog,.remirror-dracula .token.doctype,.remirror-dracula .token.cdata{color:#6272a4}.remirror-dracula .token.punctuation,.remirror-dracula .token.punctuation.important{color:#f8f8f2}.remirror-dracula .namespace{opacity:.7}.remirror-dracula .token.property,.remirror-dracula .token.tag,.remirror-dracula .token.constant,.remirror-dracula .token.symbol,.remirror-dracula .token.deleted{color:#ff79c6}.remirror-dracula .token.boolean,.remirror-dracula .token.number{color:#bd93f9}.remirror-dracula .token.selector,.remirror-dracula .token.attr-name,.remirror-dracula .token.string,.remirror-dracula .token.char,.remirror-dracula .token.builtin,.remirror-dracula .token.inserted{color:#50fa7b}.remirror-dracula .token.operator,.remirror-dracula .token.entity,.remirror-dracula .token.url,.remirror-dracula .language-css .token.string,.remirror-dracula .style .token.string,.remirror-dracula .token.variable{color:#f8f8f2}.remirror-dracula .token.atrule,.remirror-dracula .token.attr-value,.remirror-dracula .token.function,.remirror-dracula .token.class-name{color:#f1fa8c}.remirror-dracula .token.keyword{color:#8be9fd}.remirror-dracula .token.regex,.remirror-dracula .token.important{color:#ffb86c}.remirror-dracula .token.important,.remirror-dracula .token.bold{font-weight:700}.remirror-dracula .token.italic{font-style:italic}.remirror-dracula .token.entity{cursor:help}.remirror-duotone-dark code[class*=language-],.remirror-duotone-dark pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#2a2734;color:#9a86fd}.remirror-duotone-dark pre[class*=language-]::-moz-selection,.remirror-duotone-dark pre[class*=language-] ::-moz-selection,.remirror-duotone-dark code[class*=language-]::-moz-selection,.remirror-duotone-dark code[class*=language-] ::-moz-selection{text-shadow:none;background:#6a51e6}.remirror-duotone-dark pre[class*=language-]::selection,.remirror-duotone-dark pre[class*=language-] ::selection,.remirror-duotone-dark code[class*=language-]::selection,.remirror-duotone-dark code[class*=language-] ::selection{text-shadow:none;background:#6a51e6}.remirror-duotone-dark pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-dark :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-dark .token.comment,.remirror-duotone-dark .token.prolog,.remirror-duotone-dark .token.doctype,.remirror-duotone-dark .token.cdata,.remirror-duotone-dark .token.punctuation,.remirror-duotone-dark .token.punctuation.important{color:#6c6783}.remirror-duotone-dark .token.namespace{opacity:.7}.remirror-duotone-dark .token.tag,.remirror-duotone-dark .token.operator,.remirror-duotone-dark .token.number{color:#e09142}.remirror-duotone-dark .token.property,.remirror-duotone-dark .token.function{color:#9a86fd}.remirror-duotone-dark .token.tag-id,.remirror-duotone-dark .token.selector,.remirror-duotone-dark .token.atrule-id{color:#eeebff}.remirror-duotone-dark code.language-javascript,.remirror-duotone-dark .token.attr-name{color:#c4b9fe}.remirror-duotone-dark code.language-css,.remirror-duotone-dark code.language-scss,.remirror-duotone-dark .token.boolean,.remirror-duotone-dark .token.string,.remirror-duotone-dark .token.entity,.remirror-duotone-dark .token.url,.remirror-duotone-dark .language-css .token.string,.remirror-duotone-dark .language-scss .token.string,.remirror-duotone-dark .style .token.string,.remirror-duotone-dark .token.attr-value,.remirror-duotone-dark .token.keyword,.remirror-duotone-dark .token.control,.remirror-duotone-dark .token.directive,.remirror-duotone-dark .token.unit,.remirror-duotone-dark .token.statement,.remirror-duotone-dark .token.regex,.remirror-duotone-dark .token.atrule,.remirror-duotone-dark .token.placeholder,.remirror-duotone-dark .token.variable{color:#fc9}.remirror-duotone-dark .token.deleted{text-decoration:line-through}.remirror-duotone-dark .token.inserted{border-bottom:1px dotted #eeebff;text-decoration:none}.remirror-duotone-dark .token.italic{font-style:italic}.remirror-duotone-dark .token.important,.remirror-duotone-dark .token.bold{font-weight:700}.remirror-duotone-dark .token.important{color:#c4b9fe}.remirror-duotone-dark .token.entity{cursor:help}.remirror-duotone-dark pre>code.highlight{outline:.4em solid #8a75f5;outline-offset:.4em}.remirror-duotone-dark .line-numbers .line-numbers-rows{border-right-color:#2c2937}.remirror-duotone-dark .line-numbers-rows>span:before{color:#3c3949}.remirror-duotone-dark .line-highlight{background:#e0914233;background:linear-gradient(to right,#e0914233 70%,#e0914200)}.remirror-duotone-earth code[class*=language-],.remirror-duotone-earth pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#322d29;color:#88786d}.remirror-duotone-earth pre[class*=language-]::-moz-selection,.remirror-duotone-earth pre[class*=language-] ::-moz-selection,.remirror-duotone-earth code[class*=language-]::-moz-selection,.remirror-duotone-earth code[class*=language-] ::-moz-selection{text-shadow:none;background:#6f5849}.remirror-duotone-earth pre[class*=language-]::selection,.remirror-duotone-earth pre[class*=language-] ::selection,.remirror-duotone-earth code[class*=language-]::selection,.remirror-duotone-earth code[class*=language-] ::selection{text-shadow:none;background:#6f5849}.remirror-duotone-earth pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-earth :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-earth .token.comment,.remirror-duotone-earth .token.prolog,.remirror-duotone-earth .token.doctype,.remirror-duotone-earth .token.cdata,.remirror-duotone-earth .token.punctuation,.remirror-duotone-earth .token.punctuation.important{color:#6a5f58}.remirror-duotone-earth .token.namespace{opacity:.7}.remirror-duotone-earth .token.tag,.remirror-duotone-earth .token.operator,.remirror-duotone-earth .token.number{color:#bfa05a}.remirror-duotone-earth .token.property,.remirror-duotone-earth .token.function{color:#88786d}.remirror-duotone-earth .token.tag-id,.remirror-duotone-earth .token.selector,.remirror-duotone-earth .token.atrule-id{color:#fff3eb}.remirror-duotone-earth code.language-javascript,.remirror-duotone-earth .token.attr-name{color:#a48774}.remirror-duotone-earth code.language-css,.remirror-duotone-earth code.language-scss,.remirror-duotone-earth .token.boolean,.remirror-duotone-earth .token.string,.remirror-duotone-earth .token.entity,.remirror-duotone-earth .token.url,.remirror-duotone-earth .language-css .token.string,.remirror-duotone-earth .language-scss .token.string,.remirror-duotone-earth .style .token.string,.remirror-duotone-earth .token.attr-value,.remirror-duotone-earth .token.keyword,.remirror-duotone-earth .token.control,.remirror-duotone-earth .token.directive,.remirror-duotone-earth .token.unit,.remirror-duotone-earth .token.statement,.remirror-duotone-earth .token.regex,.remirror-duotone-earth .token.atrule,.remirror-duotone-earth .token.placeholder,.remirror-duotone-earth .token.variable{color:#fcc440}.remirror-duotone-earth .token.deleted{text-decoration:line-through}.remirror-duotone-earth .token.inserted{border-bottom:1px dotted #fff3eb;text-decoration:none}.remirror-duotone-earth .token.italic{font-style:italic}.remirror-duotone-earth .token.important,.remirror-duotone-earth .token.bold{font-weight:700}.remirror-duotone-earth .token.important{color:#a48774}.remirror-duotone-earth .token.entity{cursor:help}.remirror-duotone-earth pre>code.highlight{outline:.4em solid #816d5f;outline-offset:.4em}.remirror-duotone-earth .line-numbers .line-numbers-rows{border-right-color:#35302b}.remirror-duotone-earth .line-numbers-rows>span:before{color:#46403d}.remirror-duotone-earth .line-highlight{background:#bfa05a33;background:linear-gradient(to right,#bfa05a33 70%,#bfa05a00)}.remirror-duotone-forest code[class*=language-],.remirror-duotone-forest pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#2a2d2a;color:#687d68}.remirror-duotone-forest pre[class*=language-]::-moz-selection,.remirror-duotone-forest pre[class*=language-] ::-moz-selection,.remirror-duotone-forest code[class*=language-]::-moz-selection,.remirror-duotone-forest code[class*=language-] ::-moz-selection{text-shadow:none;background:#435643}.remirror-duotone-forest pre[class*=language-]::selection,.remirror-duotone-forest pre[class*=language-] ::selection,.remirror-duotone-forest code[class*=language-]::selection,.remirror-duotone-forest code[class*=language-] ::selection{text-shadow:none;background:#435643}.remirror-duotone-forest pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-forest :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-forest .token.comment,.remirror-duotone-forest .token.prolog,.remirror-duotone-forest .token.doctype,.remirror-duotone-forest .token.cdata,.remirror-duotone-forest .token.punctuation,.remirror-duotone-forest .token.punctuation.important{color:#535f53}.remirror-duotone-forest .token.namespace{opacity:.7}.remirror-duotone-forest .token.tag,.remirror-duotone-forest .token.operator,.remirror-duotone-forest .token.number{color:#a2b34d}.remirror-duotone-forest .token.property,.remirror-duotone-forest .token.function{color:#687d68}.remirror-duotone-forest .token.tag-id,.remirror-duotone-forest .token.selector,.remirror-duotone-forest .token.atrule-id{color:#f0fff0}.remirror-duotone-forest code.language-javascript,.remirror-duotone-forest .token.attr-name{color:#b3d6b3}.remirror-duotone-forest code.language-css,.remirror-duotone-forest code.language-scss,.remirror-duotone-forest .token.boolean,.remirror-duotone-forest .token.string,.remirror-duotone-forest .token.entity,.remirror-duotone-forest .token.url,.remirror-duotone-forest .language-css .token.string,.remirror-duotone-forest .language-scss .token.string,.remirror-duotone-forest .style .token.string,.remirror-duotone-forest .token.attr-value,.remirror-duotone-forest .token.keyword,.remirror-duotone-forest .token.control,.remirror-duotone-forest .token.directive,.remirror-duotone-forest .token.unit,.remirror-duotone-forest .token.statement,.remirror-duotone-forest .token.regex,.remirror-duotone-forest .token.atrule,.remirror-duotone-forest .token.placeholder,.remirror-duotone-forest .token.variable{color:#e5fb79}.remirror-duotone-forest .token.deleted{text-decoration:line-through}.remirror-duotone-forest .token.inserted{border-bottom:1px dotted #f0fff0;text-decoration:none}.remirror-duotone-forest .token.italic{font-style:italic}.remirror-duotone-forest .token.important,.remirror-duotone-forest .token.bold{font-weight:700}.remirror-duotone-forest .token.important{color:#b3d6b3}.remirror-duotone-forest .token.entity{cursor:help}.remirror-duotone-forest pre>code.highlight{outline:.4em solid #5c705c;outline-offset:.4em}.remirror-duotone-forest .line-numbers .line-numbers-rows{border-right-color:#2c302c}.remirror-duotone-forest .line-numbers-rows>span:before{color:#3b423b}.remirror-duotone-forest .line-highlight{background:#a2b34d33;background:linear-gradient(to right,#a2b34d33 70%,#a2b34d00)}.remirror-duotone-light code[class*=language-],.remirror-duotone-light pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#faf8f5;color:#728fcb}.remirror-duotone-light pre[class*=language-]::-moz-selection,.remirror-duotone-light pre[class*=language-] ::-moz-selection,.remirror-duotone-light code[class*=language-]::-moz-selection,.remirror-duotone-light code[class*=language-] ::-moz-selection{text-shadow:none;background:#faf8f5}.remirror-duotone-light pre[class*=language-]::selection,.remirror-duotone-light pre[class*=language-] ::selection,.remirror-duotone-light code[class*=language-]::selection,.remirror-duotone-light code[class*=language-] ::selection{text-shadow:none;background:#faf8f5}.remirror-duotone-light pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-light :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-light .token.comment,.remirror-duotone-light .token.prolog,.remirror-duotone-light .token.doctype,.remirror-duotone-light .token.cdata,.remirror-duotone-light .token.punctuation,.remirror-duotone-light .token.punctuation.important{color:#b6ad9a}.remirror-duotone-light .token.namespace{opacity:.7}.remirror-duotone-light .token.tag,.remirror-duotone-light .token.operator,.remirror-duotone-light .token.number{color:#063289}.remirror-duotone-light .token.property,.remirror-duotone-light .token.function{color:#b29762}.remirror-duotone-light .token.tag-id,.remirror-duotone-light .token.selector,.remirror-duotone-light .token.atrule-id{color:#2d2006}.remirror-duotone-light code.language-javascript,.remirror-duotone-light .token.attr-name{color:#896724}.remirror-duotone-light code.language-css,.remirror-duotone-light code.language-scss,.remirror-duotone-light .token.boolean,.remirror-duotone-light .token.string,.remirror-duotone-light .token.entity,.remirror-duotone-light .token.url,.remirror-duotone-light .language-css .token.string,.remirror-duotone-light .language-scss .token.string,.remirror-duotone-light .style .token.string,.remirror-duotone-light .token.attr-value,.remirror-duotone-light .token.keyword,.remirror-duotone-light .token.control,.remirror-duotone-light .token.directive,.remirror-duotone-light .token.unit,.remirror-duotone-light .token.statement,.remirror-duotone-light .token.regex,.remirror-duotone-light .token.atrule{color:#728fcb}.remirror-duotone-light .token.placeholder,.remirror-duotone-light .token.variable{color:#93abdc}.remirror-duotone-light .token.deleted{text-decoration:line-through}.remirror-duotone-light .token.inserted{border-bottom:1px dotted #2d2006;text-decoration:none}.remirror-duotone-light .token.italic{font-style:italic}.remirror-duotone-light .token.important,.remirror-duotone-light .token.bold{font-weight:700}.remirror-duotone-light .token.important{color:#896724}.remirror-duotone-light .token.entity{cursor:help}.remirror-duotone-light pre>code.highlight{outline:.4em solid #896724;outline-offset:.4em}.remirror-duotone-light .line-numbers .line-numbers-rows{border-right-color:#ece8de}.remirror-duotone-light .line-numbers-rows>span:before{color:#cdc4b1}.remirror-duotone-light .line-highlight{background:#2d200633;background:linear-gradient(to right,#2d200633 70%,#2d200600)}.remirror-duotone-sea code[class*=language-],.remirror-duotone-sea pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#1d262f;color:#57718e}.remirror-duotone-sea pre[class*=language-]::-moz-selection,.remirror-duotone-sea pre[class*=language-] ::-moz-selection,.remirror-duotone-sea code[class*=language-]::-moz-selection,.remirror-duotone-sea code[class*=language-] ::-moz-selection{text-shadow:none;background:#004a9e}.remirror-duotone-sea pre[class*=language-]::selection,.remirror-duotone-sea pre[class*=language-] ::selection,.remirror-duotone-sea code[class*=language-]::selection,.remirror-duotone-sea code[class*=language-] ::selection{text-shadow:none;background:#004a9e}.remirror-duotone-sea pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-sea :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-sea .token.comment,.remirror-duotone-sea .token.prolog,.remirror-duotone-sea .token.doctype,.remirror-duotone-sea .token.cdata,.remirror-duotone-sea .token.punctuation,.remirror-duotone-sea .token.punctuation.important{color:#4a5f78}.remirror-duotone-sea .token.namespace{opacity:.7}.remirror-duotone-sea .token.tag,.remirror-duotone-sea .token.operator,.remirror-duotone-sea .token.number{color:#0aa370}.remirror-duotone-sea .token.property,.remirror-duotone-sea .token.function{color:#57718e}.remirror-duotone-sea .token.tag-id,.remirror-duotone-sea .token.selector,.remirror-duotone-sea .token.atrule-id{color:#ebf4ff}.remirror-duotone-sea code.language-javascript,.remirror-duotone-sea .token.attr-name{color:#7eb6f6}.remirror-duotone-sea code.language-css,.remirror-duotone-sea code.language-scss,.remirror-duotone-sea .token.boolean,.remirror-duotone-sea .token.string,.remirror-duotone-sea .token.entity,.remirror-duotone-sea .token.url,.remirror-duotone-sea .language-css .token.string,.remirror-duotone-sea .language-scss .token.string,.remirror-duotone-sea .style .token.string,.remirror-duotone-sea .token.attr-value,.remirror-duotone-sea .token.keyword,.remirror-duotone-sea .token.control,.remirror-duotone-sea .token.directive,.remirror-duotone-sea .token.unit,.remirror-duotone-sea .token.statement,.remirror-duotone-sea .token.regex,.remirror-duotone-sea .token.atrule,.remirror-duotone-sea .token.placeholder,.remirror-duotone-sea .token.variable{color:#47ebb4}.remirror-duotone-sea .token.deleted{text-decoration:line-through}.remirror-duotone-sea .token.inserted{border-bottom:1px dotted #ebf4ff;text-decoration:none}.remirror-duotone-sea .token.italic{font-style:italic}.remirror-duotone-sea .token.important,.remirror-duotone-sea .token.bold{font-weight:700}.remirror-duotone-sea .token.important{color:#7eb6f6}.remirror-duotone-sea .token.entity{cursor:help}.remirror-duotone-sea pre>code.highlight{outline:.4em solid #34659d;outline-offset:.4em}.remirror-duotone-sea .line-numbers .line-numbers-rows{border-right-color:#1f2932}.remirror-duotone-sea .line-numbers-rows>span:before{color:#2c3847}.remirror-duotone-sea .line-highlight{background:#0aa37033;background:linear-gradient(to right,#0aa37033 70%,#0aa37000)}.remirror-duotone-space code[class*=language-],.remirror-duotone-space pre[class*=language-]{font-family:Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;background:#24242e;color:#767693}.remirror-duotone-space pre[class*=language-]::-moz-selection,.remirror-duotone-space pre[class*=language-] ::-moz-selection,.remirror-duotone-space code[class*=language-]::-moz-selection,.remirror-duotone-space code[class*=language-] ::-moz-selection{text-shadow:none;background:#5151e6}.remirror-duotone-space pre[class*=language-]::selection,.remirror-duotone-space pre[class*=language-] ::selection,.remirror-duotone-space code[class*=language-]::selection,.remirror-duotone-space code[class*=language-] ::selection{text-shadow:none;background:#5151e6}.remirror-duotone-space pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-duotone-space :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-duotone-space .token.comment,.remirror-duotone-space .token.prolog,.remirror-duotone-space .token.doctype,.remirror-duotone-space .token.cdata,.remirror-duotone-space .token.punctuation,.remirror-duotone-space .token.punctuation.important{color:#5b5b76}.remirror-duotone-space .token.namespace{opacity:.7}.remirror-duotone-space .token.tag,.remirror-duotone-space .token.operator,.remirror-duotone-space .token.number{color:#dd672c}.remirror-duotone-space .token.property,.remirror-duotone-space .token.function{color:#767693}.remirror-duotone-space .token.tag-id,.remirror-duotone-space .token.selector,.remirror-duotone-space .token.atrule-id{color:#ebebff}.remirror-duotone-space code.language-javascript,.remirror-duotone-space .token.attr-name{color:#aaaaca}.remirror-duotone-space code.language-css,.remirror-duotone-space code.language-scss,.remirror-duotone-space .token.boolean,.remirror-duotone-space .token.string,.remirror-duotone-space .token.entity,.remirror-duotone-space .token.url,.remirror-duotone-space .language-css .token.string,.remirror-duotone-space .language-scss .token.string,.remirror-duotone-space .style .token.string,.remirror-duotone-space .token.attr-value,.remirror-duotone-space .token.keyword,.remirror-duotone-space .token.control,.remirror-duotone-space .token.directive,.remirror-duotone-space .token.unit,.remirror-duotone-space .token.statement,.remirror-duotone-space .token.regex,.remirror-duotone-space .token.atrule,.remirror-duotone-space .token.placeholder,.remirror-duotone-space .token.variable{color:#fe8c52}.remirror-duotone-space .token.deleted{text-decoration:line-through}.remirror-duotone-space .token.inserted{border-bottom:1px dotted #ebebff;text-decoration:none}.remirror-duotone-space .token.italic{font-style:italic}.remirror-duotone-space .token.important,.remirror-duotone-space .token.bold{font-weight:700}.remirror-duotone-space .token.important{color:#aaaaca}.remirror-duotone-space .token.entity{cursor:help}.remirror-duotone-space pre>code.highlight{outline:.4em solid #7676f4;outline-offset:.4em}.remirror-duotone-space .line-numbers .line-numbers-rows{border-right-color:#262631}.remirror-duotone-space .line-numbers-rows>span:before{color:#393949}.remirror-duotone-space .line-highlight{background:#dd672c33;background:linear-gradient(to right,#dd672c33 70%,#dd672c00)}.remirror-gh-colors code[class*=language-],.remirror-gh-colors pre[class*=language-]{color:#393a34;font-family:Consolas,Bitstream Vera Sans Mono,Courier New,Courier,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;font-size:.95em;line-height:1.2em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-gh-colors pre[class*=language-]::-moz-selection,.remirror-gh-colors pre[class*=language-] ::-moz-selection,.remirror-gh-colors code[class*=language-]::-moz-selection,.remirror-gh-colors code[class*=language-] ::-moz-selection{background:#b3d4fc}.remirror-gh-colors pre[class*=language-]::selection,.remirror-gh-colors pre[class*=language-] ::selection,.remirror-gh-colors code[class*=language-]::selection,.remirror-gh-colors code[class*=language-] ::selection{background:#b3d4fc}.remirror-gh-colors pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border:1px solid #dddddd;background-color:#fff}.remirror-gh-colors :not(pre)>code[class*=language-]{padding:1px .2em;background:#f8f8f8;border:1px solid #dddddd}.remirror-gh-colors .token.comment,.remirror-gh-colors .token.prolog,.remirror-gh-colors .token.doctype,.remirror-gh-colors .token.cdata{color:#998;font-style:italic}.remirror-gh-colors .token.namespace{opacity:.7}.remirror-gh-colors .token.string,.remirror-gh-colors .token.attr-value{color:#e3116c}.remirror-gh-colors .token.punctuation,.remirror-gh-colors .token.operator{color:#393a34}.remirror-gh-colors .token.entity,.remirror-gh-colors .token.url,.remirror-gh-colors .token.symbol,.remirror-gh-colors .token.number,.remirror-gh-colors .token.boolean,.remirror-gh-colors .token.variable,.remirror-gh-colors .token.constant,.remirror-gh-colors .token.property,.remirror-gh-colors .token.regex,.remirror-gh-colors .token.inserted{color:#36acaa}.remirror-gh-colors .token.atrule,.remirror-gh-colors .token.keyword,.remirror-gh-colors .token.attr-name,.remirror-gh-colors .language-autohotkey .token.selector{color:#00a4db}.remirror-gh-colors .token.function,.remirror-gh-colors .token.deleted,.remirror-gh-colors .language-autohotkey .token.tag{color:#9a050f}.remirror-gh-colors .token.tag,.remirror-gh-colors .token.selector,.remirror-gh-colors .language-autohotkey .token.keyword{color:#00009f}.remirror-gh-colors .token.important,.remirror-gh-colors .token.function,.remirror-gh-colors .token.bold{font-weight:700}.remirror-gh-colors .token.italic{font-style:italic}.remirror-hopscotch code[class*=language-],.remirror-hopscotch pre[class*=language-]{color:#fff;font-family:Fira Mono,Menlo,Monaco,Lucida Console,Courier New,Courier,monospace;font-size:16px;line-height:1.375;direction:ltr;text-align:left;word-spacing:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;background:#322931;color:#b9b5b8}.remirror-hopscotch pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.remirror-hopscotch :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.remirror-hopscotch .token.comment,.remirror-hopscotch .token.prolog,.remirror-hopscotch .token.doctype,.remirror-hopscotch .token.cdata{color:#797379}.remirror-hopscotch .token.punctuation,.remirror-hopscotch .token.punctuation.important{color:#b9b5b8}.remirror-hopscotch .namespace{opacity:.7}.remirror-hopscotch .token.null,.remirror-hopscotch .token.operator,.remirror-hopscotch .token.boolean,.remirror-hopscotch .token.number{color:#fd8b19}.remirror-hopscotch .token.property{color:#fdcc59}.remirror-hopscotch .token.tag{color:#1290bf}.remirror-hopscotch .token.string{color:#149b93}.remirror-hopscotch .token.selector{color:#c85e7c}.remirror-hopscotch .token.attr-name{color:#fd8b19}.remirror-hopscotch .token.entity,.remirror-hopscotch .token.url,.remirror-hopscotch .language-css .token.string,.remirror-hopscotch .style .token.string{color:#149b93}.remirror-hopscotch .token.attr-value,.remirror-hopscotch .token.keyword,.remirror-hopscotch .token.control,.remirror-hopscotch .token.directive,.remirror-hopscotch .token.unit{color:#8fc13e}.remirror-hopscotch .token.statement,.remirror-hopscotch .token.regex,.remirror-hopscotch .token.atrule{color:#149b93}.remirror-hopscotch .token.placeholder,.remirror-hopscotch .token.variable{color:#1290bf}.remirror-hopscotch .token.important{color:#dd464c;font-weight:700}.remirror-hopscotch .token.entity{cursor:help}.remirror-hopscotch pre>code.highlight{outline:.4em solid red;outline-offset:.4em}.remirror-pojoaque code[class*=language-],.remirror-pojoaque pre[class*=language-]{-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none;white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;font-family:Menlo,Monaco,Courier New,monospace;font-size:15px;line-height:1.5;color:#dccf8f;text-shadow:0}.remirror-pojoaque pre[class*=language-],.remirror-pojoaque :not(pre)>code[class*=language-]{border-radius:5px;border:1px solid #000;color:#dccf8f;background:#181914 url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAMAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQACQYGBgcGCQcHCQ0IBwgNDwsJCQsPEQ4ODw4OERENDg4ODg0RERQUFhQUERoaHBwaGiYmJiYmKysrKysrKysrKwEJCAgJCgkMCgoMDwwODA8TDg4ODhMVDg4PDg4VGhMRERERExoXGhYWFhoXHR0aGh0dJCQjJCQrKysrKysrKysr/8AAEQgAjACMAwEiAAIRAQMRAf/EAF4AAQEBAAAAAAAAAAAAAAAAAAABBwEBAQAAAAAAAAAAAAAAAAAAAAIQAAEDAwIHAQEAAAAAAAAAAADwAREhYaExkUFRcYGxwdHh8REBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyGFEjHaBS2fDDs2zkhKmBKktb7km+ZwwCnXPkLVmCTMItj6AXFxRS465/BTnkAJvkLkJe+7AKKoi2AtRS2zuAWsCb5GOlBN8gKfmuGHZ8MFqIth3ALmFoFwbwKWyAlTAp17uKqBvgBD8sM4fTjhvAhkzhaRkBMKBrfs7jGPIpzy7gFrAqnC0C0gB0EWwBDW2cBVQwm+QtPpa3wBO3sVvszCnLAhkzgL5/RLf13cLQd8/AGlu0Cb5HTx9KuAEieGJEdcehS3eRTp2ATdt3CpIm+QtZwAhROXFeb7swp/ahaM3kBE/jSIUBc/AWrgBN8uNFAl+b7sAXFxFn2YLUU5Ns7gFX8C4ib+hN8gFWXwK3bZglxEJm+gKdciLPsFV/TClsgJUwKJ5FVA7tvIFrfZhVfGJDcsCKaYgAqv6YRbE+RWOWBtu7+AL3yRalXLyKqAIIfk+zARbDgFyEsncYwJvlgFRW+GEWntIi2P0BooyFxcNr8Ep3+ANLbMO+QyhvbiqdgC0kVvgUUiLYgBS2QtPbiVI1/sgOmG9uO+Y8DW+7jS2zAOnj6O2BndwuIAUtkdRN8gFoK3wwXMQyZwHVbClsuNLd4E3yAUR6FVDBR+BafQGt93LVMxJTv8ABts4CVLhcfYWsCb5kC9/BHdU8CLYFY5bMAd+eX9MGthhpbA1vu4B7+RKkaW2Yq4AQtVBBFsAJU/AuIXBhN8gGWnstefhiZyWvLAEnbYS1uzSFP6Jvn4Baxx70JKkQojLib5AVTey1jjgkKJGO0AKWyOm7N7cSpgSpAdPH0Tfd/gp1z5C1ZgKqN9J2wFxcUUuAFLZAm+QC0Fb4YUVRFsAOvj4KW2dwtYE3yAWk/wS/PLMKfmuGHZ8MAXF/Ja32Yi5haAKWz4Ydm2cSpgU693Atb7km+Zwwh+WGcPpxw3gAkzCLY+iYUDW/Z3Adc/gpzyFrAqnALkJe+7DoItgAtRS2zuKqGE3yAx0oJvkdvYrfZmALURbDuL5/RLf13cAuDeBS2RpbtAm+QFVA3wR+3fUtFHoBDJnC0jIXH0HWsgMY8inPLuOkd9chp4z20ALQLSA8cI9jYAIa2zjzjBd8gRafS1vgiUho/kAKcsCGTOGWvoOpkAtB3z8Hm8x2Ff5ADp4+lXAlIvcmwH/2Q==) repeat left top}.remirror-pojoaque pre[class*=language-]{padding:12px;overflow:auto}.remirror-pojoaque :not(pre)>code[class*=language-]{padding:2px 6px}.remirror-pojoaque .token.namespace{opacity:.7}.remirror-pojoaque .token.comment,.remirror-pojoaque .token.prolog,.remirror-pojoaque .token.doctype,.remirror-pojoaque .token.cdata{color:#586e75;font-style:italic}.remirror-pojoaque .token.number,.remirror-pojoaque .token.string,.remirror-pojoaque .token.char,.remirror-pojoaque .token.builtin,.remirror-pojoaque .token.inserted{color:#468966}.remirror-pojoaque .token.attr-name{color:#b89859}.remirror-pojoaque .token.operator,.remirror-pojoaque .token.entity,.remirror-pojoaque .token.url,.remirror-pojoaque .language-css .token.string,.remirror-pojoaque .style .token.string{color:#dccf8f}.remirror-pojoaque .token.selector,.remirror-pojoaque .token.regex{color:#859900}.remirror-pojoaque .token.atrule,.remirror-pojoaque .token.keyword{color:#cb4b16}.remirror-pojoaque .token.attr-value{color:#468966}.remirror-pojoaque .token.function,.remirror-pojoaque .token.variable,.remirror-pojoaque .token.placeholder{color:#b58900}.remirror-pojoaque .token.property,.remirror-pojoaque .token.tag,.remirror-pojoaque .token.boolean,.remirror-pojoaque .token.number,.remirror-pojoaque .token.constant,.remirror-pojoaque .token.symbol{color:#b89859}.remirror-pojoaque .token.tag{color:#ffb03b}.remirror-pojoaque .token.important,.remirror-pojoaque .token.statement,.remirror-pojoaque .token.deleted{color:#dc322f}.remirror-pojoaque .token.punctuation,.remirror-pojoaque .token.punctuation.important{color:#dccf8f}.remirror-pojoaque .token.entity{cursor:help}.remirror-pojoaque .token.bold{font-weight:700}.remirror-pojoaque .token.italic{font-style:italic}.remirror-vs code[class*=language-],.remirror-vs pre[class*=language-]{color:#393a34;font-family:Consolas,Bitstream Vera Sans Mono,Courier New,Courier,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;font-size:.95em;line-height:1.2em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.remirror-vs pre[class*=language-]::-moz-selection,.remirror-vs pre[class*=language-] ::-moz-selection,.remirror-vs code[class*=language-]::-moz-selection,.remirror-vs code[class*=language-] ::-moz-selection{background:#c1def1}.remirror-vs pre[class*=language-]::selection,.remirror-vs pre[class*=language-] ::selection,.remirror-vs code[class*=language-]::selection,.remirror-vs code[class*=language-] ::selection{background:#c1def1}.remirror-vs pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border:1px solid #dddddd;background-color:#fff}.remirror-vs :not(pre)>code[class*=language-]{padding:1px .2em;background:#f8f8f8;border:1px solid #dddddd}.remirror-vs .token.comment,.remirror-vs .token.prolog,.remirror-vs .token.doctype,.remirror-vs .token.cdata{color:green;font-style:italic}.remirror-vs .token.namespace{opacity:.7}.remirror-vs .token.string{color:#a31515}.remirror-vs .token.punctuation,.remirror-vs .token.operator{color:#393a34}.remirror-vs .token.url,.remirror-vs .token.symbol,.remirror-vs .token.number,.remirror-vs .token.boolean,.remirror-vs .token.variable,.remirror-vs .token.constant,.remirror-vs .token.inserted{color:#36acaa}.remirror-vs .token.atrule,.remirror-vs .token.keyword,.remirror-vs .token.attr-value,.remirror-vs .language-autohotkey .token.selector,.remirror-vs .language-json .token.boolean,.remirror-vs .language-json .token.number,.remirror-vs code[class*=language-css]{color:#00f}.remirror-vs .token.function{color:#393a34}.remirror-vs .token.deleted,.remirror-vs .language-autohotkey .token.tag{color:#9a050f}.remirror-vs .token.selector,.remirror-vs .language-autohotkey .token.keyword{color:#00009f}.remirror-vs .token.important,.remirror-vs .token.bold{font-weight:700}.remirror-vs .token.italic{font-style:italic}.remirror-vs .token.class-name,.remirror-vs .language-json .token.property{color:#2b91af}.remirror-vs .token.tag,.remirror-vs .token.selector{color:maroon}.remirror-vs .token.attr-name,.remirror-vs .token.property,.remirror-vs .token.regex,.remirror-vs .token.entity{color:red}.remirror-vs .token.directive.tag .tag{background:#ff0;color:#393a34}.remirror-vs .line-numbers .line-numbers-rows{border-right-color:#a5a5a5}.remirror-vs .line-numbers-rows>span:before{color:#2b91af}.remirror-vs .line-highlight{background:#c1def133;background:linear-gradient(to right,#c1def133 70%,#dddef100)}.remirror-xonokai code[class*=language-],.remirror-xonokai pre[class*=language-]{-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;hyphens:none;white-space:pre;white-space:pre-wrap;word-wrap:normal;font-family:Menlo,Monaco,Courier New,monospace;font-size:14px;color:#76d9e6;text-shadow:none}.remirror-xonokai pre[class*=language-],.remirror-xonokai :not(pre)>code[class*=language-]{background:#2a2a2a}.remirror-xonokai pre[class*=language-]{padding:15px;border-radius:4px;border:1px solid #e1e1e8;overflow:auto;position:relative}.remirror-xonokai pre[class*=language-] code{white-space:pre;display:block}.remirror-xonokai :not(pre)>code[class*=language-]{padding:.15em .2em .05em;border-radius:.3em;border:.13em solid #7a6652;box-shadow:1px 1px .3em -.1em #000 inset}.remirror-xonokai .token.namespace{opacity:.7}.remirror-xonokai .token.comment,.remirror-xonokai .token.prolog,.remirror-xonokai .token.doctype,.remirror-xonokai .token.cdata{color:#6f705e}.remirror-xonokai .token.operator,.remirror-xonokai .token.boolean,.remirror-xonokai .token.number{color:#a77afe}.remirror-xonokai .token.attr-name,.remirror-xonokai .token.string,.remirror-xonokai .token.entity,.remirror-xonokai .token.url,.remirror-xonokai .language-css .token.string,.remirror-xonokai .style .token.string{color:#e6d06c}.remirror-xonokai .token.selector,.remirror-xonokai .token.inserted{color:#a6e22d}.remirror-xonokai .token.atrule,.remirror-xonokai .token.attr-value,.remirror-xonokai .token.keyword,.remirror-xonokai .token.important,.remirror-xonokai .token.deleted{color:#ef3b7d}.remirror-xonokai .token.regex,.remirror-xonokai .token.statement{color:#76d9e6}.remirror-xonokai .token.placeholder,.remirror-xonokai .token.variable{color:#fff}.remirror-xonokai .token.important,.remirror-xonokai .token.statement,.remirror-xonokai .token.bold{font-weight:700}.remirror-xonokai .token.punctuation,.remirror-xonokai .token.punctuation.important{color:#bebec5}.remirror-xonokai .token.entity{cursor:help}.remirror-xonokai .token.italic{font-style:italic}.remirror-xonokai code.language-markup{color:#f9f9f9}.remirror-xonokai code.language-markup .token.tag{color:#ef3b7d}.remirror-xonokai code.language-markup .token.attr-name{color:#a6e22d}.remirror-xonokai code.language-markup .token.attr-value{color:#e6d06c}.remirror-xonokai code.language-markup .token.style,.remirror-xonokai code.language-markup .token.script,.remirror-xonokai code.language-markup .token.script .token.keyword{color:#76d9e6}.remirror-xonokai pre[class*=language-][data-line]{position:relative;padding:1em 0 1em 3em}.remirror-xonokai pre[data-line] .line-highlight{position:absolute;left:0;right:0;padding:0;margin-top:1em;background:#ffffff14;pointer-events:none;line-height:inherit;white-space:pre}.remirror-xonokai pre[data-line] .line-highlight:before,.remirror-xonokai pre[data-line] .line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.4em;left:.6em;min-width:1em;padding:.2em .5em;background-color:#fff6;color:#000;font:700 65%/1 sans-serif;height:1em;line-height:1em;text-align:center;border-radius:999px;text-shadow:none;box-shadow:0 1px 1px #ffffffb3}.remirror-xonokai pre[data-line] .line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.remirror-editor span.remirror-max-count-exceeded{background-color:var(--rmr-hue-red-4)}.remirror-emoji-image{-o-object-fit:contain;object-fit:contain;width:1.375em;height:1.375em;vertical-align:bottom}.remirror-emoji-wrapper{text-indent:-99999px}.remirror-emoji-popup-item{padding:8px;text-overflow:ellipsis;max-width:250px;width:250px;overflow:hidden;white-space:nowrap;color:#fff}.remirror-emoji-popup-hovered{background-color:var(--rmr-hue-gray-2)}.remirror-emoji-popup-highlight{background-color:var(--rmr-hue-gray-3)}.remirror-emoji-popup-wrapper{position:absolute;width:-moz-max-content;width:max-content;padding-top:8px;padding-bottom:8px;margin:0 auto;border-radius:8px;box-shadow:#0b2b4140 0 4px 8px,#0b2b414f 0 0 1px;background-color:#fff;z-index:10;max-height:250px;overflow-y:scroll}.remirror-emoji-popup-name{color:#798186}.remirror-emoji-popup-char{font-size:1.25em;padding-right:5px}.remirror-file-root{border-radius:4px;padding:8px 12px;background-color:#e8ecf1;color:#000;margin:8px auto;min-height:32px;width:100%;max-width:600px;display:flex;align-items:center}.remirror-file-name{font-size:1rem;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.remirror-file-size{font-size:.8rem;margin-left:8px;color:gray;white-space:nowrap}.remirror-file-upload-progress{font-size:.8rem;margin-left:8px;margin-right:8px;color:gray;font-family:Menlo,Monaco,Courier New,monospace}.remirror-file-error{font-size:.8rem;color:red}.remirror-file-icon-button{display:flex;justify-content:center;align-items:center;color:#000}.remirror-editor.ProseMirror .ProseMirror-gapcursor{display:none;pointer-events:none;position:absolute}.remirror-editor.ProseMirror .ProseMirror-gapcursor:after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:1px solid black;animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite}@keyframes ProseMirror-cursor-blink{to{visibility:hidden}}.remirror-editor.ProseMirror .ProseMirror-focused .ProseMirror-gapcursor,.remirror-editor.ProseMirror.ProseMirror-focused .ProseMirror-gapcursor{display:block}.remirror-image-loader{border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.remirror-editor ol>li>.remirror-list-item-marker-container{display:none}.remirror-editor ul>li.remirror-list-item-with-custom-mark{list-style:none}.remirror-editor .remirror-ul-list-content>li.remirror-list-item-with-custom-mark{list-style:none}.remirror-editor ul ul+ul{margin-block-start:1em}.remirror-list-item-marker-container{position:absolute;left:-32px;width:24px;display:inline-block;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.remirror-list-item-checkbox{filter:hue-rotate(60deg)}.remirror-collapsible-list-item-closed li{display:none}.remirror-collapsible-list-item-closed .remirror-collapsible-list-item-button{background-color:var(--rmr-hue-gray-6)}.remirror-collapsible-list-item-button{width:8px;height:8px;border-radius:50%;cursor:pointer;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .25s ease;background-color:var(--rmr-color-border)}.remirror-collapsible-list-item-button:hover{background-color:var(--rmr-color-primary)}.remirror-collapsible-list-item-button.disabled,.remirror-collapsible-list-item-button.disabled:hover{background-color:var(--rmr-color-border);cursor:default}.remirror-list-spine{position:absolute;top:4px;bottom:0;left:-20px;width:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-left-color .25s ease;border-left-color:var(--rmr-color-border);border-left-style:solid;border-left-width:1px}.remirror-list-spine:hover{border-left-color:var(--rmr-color-primary)}.remirror-mention-atom{background:var(--rmr-hue-gray-2);font-weight:700;font-size:.9em;font-style:normal;border-radius:var(--rmr-radius-border);padding:.2rem .5rem;white-space:nowrap;color:var(--rmr-color-primary)}.remirror-suggest-atom{color:#0009}.remirror-mention-atom-popup-item{padding:8px;text-overflow:ellipsis;max-width:250px;width:250px;overflow:hidden;white-space:nowrap;color:#fff}.remirror-mention-atom-popup-hovered{background-color:var(--rmr-hue-gray-2)}.remirror-mention-atom-popup-highlight{background-color:var(--rmr-hue-gray-3)}.remirror-mention-atom-popup-wrapper{width:-moz-max-content;width:max-content;padding-top:8px;padding-bottom:8px;margin:0 auto;border-radius:8px;box-shadow:#0b2b4140 0 4px 8px,#0b2b414f 0 0 1px;background-color:#fff;z-index:10;max-height:250px;overflow-y:scroll}.remirror-mention-atom-popup-name,.remirror-mention-atom-zero-items{color:#798186}.remirror-mention-atom-popup-char{font-size:1.25em;padding-right:5px}.remirror-is-empty:first-of-type:before{position:absolute;color:#aaa;pointer-events:none;height:0;font-style:italic;content:attr(data-placeholder)}.remirror-editor.ProseMirror{position:relative}.remirror-positioner{position:absolute;min-width:1px;min-height:1px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:none;z-index:-1}.remirror-positioner-widget{display:block;width:0;height:0}.remirror-editor.ProseMirror .tableWrapper{overflow-x:auto}.remirror-editor.ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;overflow:hidden}.remirror-editor.ProseMirror td,.remirror-editor.ProseMirror th{vertical-align:top;box-sizing:border-box;position:relative;border-width:1px;border-style:solid;border-color:var(--rmr-color-table-default-border)}.remirror-editor.ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;z-index:40;background-color:var(--rmr-hue-blue-7);pointer-events:none}.remirror-editor.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.remirror-editor.ProseMirror th.selectedCell,.remirror-editor.ProseMirror td.selectedCell{border-style:double;border-color:var(--rmr-color-table-selected-border);background-color:var(--rmr-color-table-selected-cell)}.remirror-table-colgroup>col:first-of-type{width:13px;overflow:visible}.remirror-controllers-toggle{visibility:hidden}.remirror-table-show-controllers .remirror-controllers-toggle{visibility:visible}.remirror-table-insert-button{position:absolute;width:18px;height:18px;z-index:25;cursor:pointer;border-radius:4px;transition:background-color .15s ease;background-color:#dcdcdc}.remirror-table-insert-button svg{fill:#fff}.remirror-table-insert-button:hover{background-color:#136bda}.remirror-table-insert-button:hover svg{fill:#fff}.remirror-table-delete-inner-button{border:none;padding:0;width:18px;height:18px;position:absolute;z-index:30;cursor:pointer;border-radius:4px;background-color:#cecece;transition:background-color .15s ease}.remirror-table-delete-inner-button:hover{background-color:#ff7884}.remirror-table-delete-table-inner-button{top:calc(var(--remirror-table-delete-button-y) - 9px);left:calc(var(--remirror-table-delete-button-x) - 9px)}.remirror-table-delete-row-column-inner-button{top:calc(var(--remirror-table-delete-row-column-button-y) - 9px);left:calc(var(--remirror-table-delete-row-column-button-x) - 9px)}.remirror-table-with-controllers{margin-top:40px;margin-bottom:40px;height:1px}.ProseMirror table.remirror-table-with-controllers{overflow:visible}.remirror-table-waitting-controllers{display:none}.remirror-table-tbody-with-controllers>tr:nth-of-type(1){height:12px;overflow:visible}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1){overflow:visible;padding:0;cursor:pointer;z-index:15;position:relative;height:12px;width:12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1) div.remirror-table-controller-wrapper{overflow:visible;display:flex;justify-content:flex-end;align-items:flex-end;width:12px;height:12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1) div.remirror-table-controller-trigger-area{flex:1;position:relative;z-index:10;display:none}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1) div.remirror-table-controller-mark-row-corner{bottom:-2px;left:-12px;position:absolute;width:0px;height:0px;border-radius:50%;border-style:solid;border-color:var(--rmr-color-table-mark);border-width:2px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(1) div.remirror-table-controller-mark-column-corner{position:absolute;width:0px;height:0px;border-radius:50%;border-style:solid;border-color:var(--rmr-color-table-mark);border-width:2px;right:-2px;top:-12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2){overflow:visible;padding:0;cursor:pointer;z-index:15;position:relative;height:12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2) div.remirror-table-controller-wrapper{overflow:visible;display:flex;justify-content:flex-end;align-items:flex-end;width:100%;height:12px;flex-direction:row}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2) div.remirror-table-controller-trigger-area{flex:1;position:relative;z-index:10;height:36px}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2) div.remirror-table-controller-mark-row-corner{display:none}.remirror-table-tbody-with-controllers>tr:nth-of-type(1) th:nth-of-type(n+2) div.remirror-table-controller-mark-column-corner{position:absolute;width:0px;height:0px;border-radius:50%;border-style:solid;border-color:var(--rmr-color-table-mark);border-width:2px;right:-2px;top:-12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th{overflow:visible;padding:0;cursor:pointer;z-index:15;position:relative;width:12px}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-wrapper{overflow:visible;display:flex;justify-content:flex-end;align-items:flex-end;height:100%;width:12px;flex-direction:column}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-trigger-area{flex:1;position:relative;z-index:10;width:36px}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-mark-row-corner{bottom:-2px;left:-12px;position:absolute;width:0px;height:0px;border-radius:50%;border-style:solid;border-color:var(--rmr-color-table-mark);border-width:2px}.remirror-table-tbody-with-controllers>tr:nth-of-type(n+2) th div.remirror-table-controller-mark-column-corner{display:none}.remirror-table-tbody-with-controllers th.remirror-table-controller{background-color:var(--rmr-color-table-default-controller)}.remirror-table-tbody-with-controllers th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-selected-controller)}.remirror-table-show-predelete th.selectedCell.remirror-table-controller,.remirror-table-show-predelete td.selectedCell{border-color:var(--rmr-color-table-predelete-border)!important;background-color:var(--rmr-color-table-predelete-cell)!important}.remirror-table-show-predelete th.selectedCell.remirror-table-controller{background-color:var(--rmr-color-table-predelete-controller)!important}.remirror-table-show-predelete.remirror-table-preselect-all th.remirror-table-controller,.remirror-table-show-predelete.remirror-table-preselect-all td{border-color:var(--rmr-color-table-predelete-border)!important;background-color:var(--rmr-color-table-predelete-cell)!important}.remirror-table-show-predelete.remirror-table-preselect-all th.remirror-table-controller{background-color:var(--rmr-color-table-predelete-controller)!important}.remirror-editor.ProseMirror .whitespace{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.remirror-editor.ProseMirror .whitespace:before{caret-color:inherit;color:gray;display:inline-block;font-weight:400;font-style:normal;line-height:1em;width:0}.remirror-editor.ProseMirror .whitespace--s:before{content:"·"}.remirror-editor.ProseMirror .whitespace--br:before{content:"¬"}.remirror-editor.ProseMirror .whitespace--p:before{content:"¶"}.remirror-editor.ProseMirror .ProseMirror-yjs-cursor{position:absolute;border-left:black;border-left-style:solid;border-left-width:2px;border-color:orange;height:1em;word-break:normal;pointer-events:none}.remirror-editor.ProseMirror .ProseMirror-yjs-cursor>div{position:relative;top:-1.05em;font-size:13px;background-color:#fa8100;font-family:serif;font-style:normal;font-weight:400;line-height:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;padding-left:2px;padding-right:2px}.remirror-editor.ProseMirror>.ProseMirror-yjs-cursor:first-child{margin-top:16px}.remirror-editor #y-functions{position:absolute;top:20px;right:20px}.remirror-editor #y-functions>*{display:inline-block}.remirror-theme{box-sizing:border-box}.remirror-theme *,.remirror-theme *:before,.remirror-theme *:after{box-sizing:inherit}.remirror-theme{--rmr-color-background: #ffffff;--rmr-color-border: rgba(0, 0, 0, .25);--rmr-color-foreground: #000000;--rmr-color-muted: #f1f3f5;--rmr-color-primary: #7963d2;--rmr-color-secondary: #bcd263;--rmr-color-primary-text: #fff;--rmr-color-secondary-text: #fff;--rmr-color-text: #252103;--rmr-color-faded: hsla(0, 0%, 13%, .9);--rmr-color-active-background: hsla(0, 0%, 85%, 1);--rmr-color-active-border: hsla(0, 0%, 0%, .25);--rmr-color-active-foreground: hsla(0, 0%, 0%, 1);--rmr-color-active-muted: hsla(210, 17%, 80%, 1);--rmr-color-active-primary: hsla(252, 55%, 46%, 1);--rmr-color-active-secondary: hsla(72, 55%, 46%, 1);--rmr-color-active-primary-text: #fff;--rmr-color-active-secondary-text: #000;--rmr-color-active-text: #000;--rmr-color-active-faded: hsla(0, 0%, 13%, .9);--rmr-color-hover-background: hsla(0, 0%, 93%, 1);--rmr-color-hover-border: hsla(0, 0%, 0%, .25);--rmr-color-hover-foreground: hsla(0, 0%, 0%, 1);--rmr-color-hover-muted: hsla(210, 17%, 88%, 1);--rmr-color-hover-primary: hsla(252, 55%, 53%, 1);--rmr-color-hover-secondary: hsla(72, 55%, 53%, 1);--rmr-color-hover-primary-text: #fff;--rmr-color-hover-secondary-text: #000;--rmr-color-hover-text: #000;--rmr-color-hover-faded: hsla(0, 0%, 13%, .9);--rmr-color-shadow-1: rgba(10, 31, 68, .08);--rmr-color-shadow-2: rgba(10, 31, 68, .1);--rmr-color-shadow-3: rgba(10, 31, 68, .12);--rmr-color-backdrop: rgba(0, 0, 0, .9);--rmr-color-outline: rgba(121, 99, 210, .4);--rmr-color-table-default-border: hsla(0, 0%, 80%, 1);--rmr-color-table-default-cell: hsla(0, 0%, 40%, 1);--rmr-color-table-default-controller: #dee2e6;--rmr-color-table-selected-border: #1c7ed6;--rmr-color-table-selected-cell: #d0ebff;--rmr-color-table-selected-controller: #339af0;--rmr-color-table-preselect-border: #1c7ed6;--rmr-color-table-preselect-cell: hsla(0, 0%, 40%, 1);--rmr-color-table-preselect-controller: #339af0;--rmr-color-table-predelete-border: #f03e3e;--rmr-color-table-predelete-cell: #ffe3e3;--rmr-color-table-predelete-controller: #ff6b6b;--rmr-color-table-mark: #91919196;--rmr-hue-gray-0: #f8f9fa;--rmr-hue-gray-1: #f1f3f5;--rmr-hue-gray-2: #e9ecef;--rmr-hue-gray-3: #dee2e6;--rmr-hue-gray-4: #ced4da;--rmr-hue-gray-5: #adb5bd;--rmr-hue-gray-6: #868e96;--rmr-hue-gray-7: #495057;--rmr-hue-gray-8: #343a40;--rmr-hue-gray-9: #212529;--rmr-hue-red-0: #fff5f5;--rmr-hue-red-1: #ffe3e3;--rmr-hue-red-2: #ffc9c9;--rmr-hue-red-3: #ffa8a8;--rmr-hue-red-4: #ff8787;--rmr-hue-red-5: #ff6b6b;--rmr-hue-red-6: #fa5252;--rmr-hue-red-7: #f03e3e;--rmr-hue-red-8: #e03131;--rmr-hue-red-9: #c92a2a;--rmr-hue-pink-0: #fff0f6;--rmr-hue-pink-1: #ffdeeb;--rmr-hue-pink-2: #fcc2d7;--rmr-hue-pink-3: #faa2c1;--rmr-hue-pink-4: #f783ac;--rmr-hue-pink-5: #f06595;--rmr-hue-pink-6: #e64980;--rmr-hue-pink-7: #d6336c;--rmr-hue-pink-8: #c2255c;--rmr-hue-pink-9: #a61e4d;--rmr-hue-grape-0: #f8f0fc;--rmr-hue-grape-1: #f3d9fa;--rmr-hue-grape-2: #eebefa;--rmr-hue-grape-3: #e599f7;--rmr-hue-grape-4: #da77f2;--rmr-hue-grape-5: #cc5de8;--rmr-hue-grape-6: #be4bdb;--rmr-hue-grape-7: #ae3ec9;--rmr-hue-grape-8: #9c36b5;--rmr-hue-grape-9: #862e9c;--rmr-hue-violet-0: #f3f0ff;--rmr-hue-violet-1: #e5dbff;--rmr-hue-violet-2: #d0bfff;--rmr-hue-violet-3: #b197fc;--rmr-hue-violet-4: #9775fa;--rmr-hue-violet-5: #845ef7;--rmr-hue-violet-6: #7950f2;--rmr-hue-violet-7: #7048e8;--rmr-hue-violet-8: #6741d9;--rmr-hue-violet-9: #5f3dc4;--rmr-hue-indigo-0: #edf2ff;--rmr-hue-indigo-1: #dbe4ff;--rmr-hue-indigo-2: #bac8ff;--rmr-hue-indigo-3: #91a7ff;--rmr-hue-indigo-4: #748ffc;--rmr-hue-indigo-5: #5c7cfa;--rmr-hue-indigo-6: #4c6ef5;--rmr-hue-indigo-7: #4263eb;--rmr-hue-indigo-8: #3b5bdb;--rmr-hue-indigo-9: #364fc7;--rmr-hue-blue-0: #e7f5ff;--rmr-hue-blue-1: #d0ebff;--rmr-hue-blue-2: #a5d8ff;--rmr-hue-blue-3: #74c0fc;--rmr-hue-blue-4: #4dabf7;--rmr-hue-blue-5: #339af0;--rmr-hue-blue-6: #228be6;--rmr-hue-blue-7: #1c7ed6;--rmr-hue-blue-8: #1971c2;--rmr-hue-blue-9: #1864ab;--rmr-hue-cyan-0: #e3fafc;--rmr-hue-cyan-1: #c5f6fa;--rmr-hue-cyan-2: #99e9f2;--rmr-hue-cyan-3: #66d9e8;--rmr-hue-cyan-4: #3bc9db;--rmr-hue-cyan-5: #22b8cf;--rmr-hue-cyan-6: #15aabf;--rmr-hue-cyan-7: #1098ad;--rmr-hue-cyan-8: #0c8599;--rmr-hue-cyan-9: #0b7285;--rmr-hue-teal-0: #e6fcf5;--rmr-hue-teal-1: #c3fae8;--rmr-hue-teal-2: #96f2d7;--rmr-hue-teal-3: #63e6be;--rmr-hue-teal-4: #38d9a9;--rmr-hue-teal-5: #20c997;--rmr-hue-teal-6: #12b886;--rmr-hue-teal-7: #0ca678;--rmr-hue-teal-8: #099268;--rmr-hue-teal-9: #087f5b;--rmr-hue-green-0: #ebfbee;--rmr-hue-green-1: #d3f9d8;--rmr-hue-green-2: #b2f2bb;--rmr-hue-green-3: #8ce99a;--rmr-hue-green-4: #69db7c;--rmr-hue-green-5: #51cf66;--rmr-hue-green-6: #40c057;--rmr-hue-green-7: #37b24d;--rmr-hue-green-8: #2f9e44;--rmr-hue-green-9: #2b8a3e;--rmr-hue-lime-0: #f4fce3;--rmr-hue-lime-1: #e9fac8;--rmr-hue-lime-2: #d8f5a2;--rmr-hue-lime-3: #c0eb75;--rmr-hue-lime-4: #a9e34b;--rmr-hue-lime-5: #94d82d;--rmr-hue-lime-6: #82c91e;--rmr-hue-lime-7: #74b816;--rmr-hue-lime-8: #66a80f;--rmr-hue-lime-9: #5c940d;--rmr-hue-yellow-0: #fff9db;--rmr-hue-yellow-1: #fff3bf;--rmr-hue-yellow-2: #ffec99;--rmr-hue-yellow-3: #ffe066;--rmr-hue-yellow-4: #ffd43b;--rmr-hue-yellow-5: #fcc419;--rmr-hue-yellow-6: #fab005;--rmr-hue-yellow-7: #f59f00;--rmr-hue-yellow-8: #f08c00;--rmr-hue-yellow-9: #e67700;--rmr-hue-orange-0: #fff4e6;--rmr-hue-orange-1: #ffe8cc;--rmr-hue-orange-2: #ffd8a8;--rmr-hue-orange-3: #ffc078;--rmr-hue-orange-4: #ffa94d;--rmr-hue-orange-5: #ff922b;--rmr-hue-orange-6: #fd7e14;--rmr-hue-orange-7: #f76707;--rmr-hue-orange-8: #e8590c;--rmr-hue-orange-9: #d9480f;--rmr-radius-border: .25rem;--rmr-radius-extra: .5rem;--rmr-radius-circle: 50%;--rmr-font-family-default: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--rmr-font-family-heading: inherit;--rmr-font-family-mono: Menlo, monospace;--rmr-font-size-0: 12px;--rmr-font-size-1: 14px;--rmr-font-size-2: 16px;--rmr-font-size-3: 20px;--rmr-font-size-4: 24px;--rmr-font-size-5: 32px;--rmr-font-size-6: 48px;--rmr-font-size-7: 64px;--rmr-font-size-8: 96px;--rmr-font-size-default: 16px;--rmr-space-1: 4px;--rmr-space-2: 8px;--rmr-space-3: 16px;--rmr-space-4: 32px;--rmr-space-5: 64px;--rmr-space-6: 128px;--rmr-space-7: 256px;--rmr-space-8: 512px;--rmr-font-weight-bold: 700;--rmr-font-weight-default: 400;--rmr-font-weight-heading: 700;--rmr-letter-spacing-tight: -1px;--rmr-letter-spacing-default: normal;--rmr-letter-spacing-loose: 1px;--rmr-letter-spacing-wide: 3px;--rmr-line-height-heading: 1.25em;--rmr-line-height-default: 1.5em;--rmr-box-shadow-1: 0 1px 1px rgba(10, 31, 68, .08);--rmr-box-shadow-2: 0 1px 1px rgba(10, 31, 68, .1);--rmr-box-shadow-3: 0 1px 1px rgba(10, 31, 68, .12);font-family:var(--rmr-font-family-default);line-height:var(--rmr-line-height-default);font-weight:var(--rmr-font-weight-default)}.remirror-theme h1,.remirror-theme h2,.remirror-theme h3,.remirror-theme h4,.remirror-theme h5,.remirror-theme h6{color:var(--rmr-color-text);font-family:var(--rmr-font-family-heading);line-height:var(--rmr-line-height-heading);font-weight:var(--rmr-font-weight-heading)}.remirror-theme h1{font-size:var(--rmr-font-size-5)}.remirror-theme h2{font-size:var(--rmr-font-size-4)}.remirror-theme h3{font-size:var(--rmr-font-size-3)}.remirror-theme h4{font-size:var(--rmr-font-size-2)}.remirror-theme h5{font-size:var(--rmr-font-size-1)}.remirror-theme h6{font-size:var(--rmr-font-size-0)}.remirror-theme .ProseMirror{min-height:var(--rmr-space-6);box-shadow:var(--rmr-color-border) 0 0 0 .1em;padding:var(--rmr-space-3);border-radius:var(--rmr-radius-border);outline:none}.remirror-theme .ProseMirror:active,.remirror-theme .ProseMirror:focus{box-shadow:var(--rmr-color-outline) 0 0 0 .2em}.remirror-theme .ProseMirror p,.remirror-theme .ProseMirror h1,.remirror-theme .ProseMirror h2,.remirror-theme .ProseMirror h3,.remirror-theme .ProseMirror h4,.remirror-theme .ProseMirror h5,.remirror-theme .ProseMirror h6,.remirror-theme .ProseMirror span{margin:0}.globe{border:2px solid #8bc34a;border-radius:50%;height:140px;left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);width:140px}.globe svg{animation:rotation 5s linear 0s infinite}.globe svg path{stroke:#8bc34a}@keyframes rotation{0%{transform:translate(0);transform:translate(-50%)}}
