.async-draggable-upload-layout .ant-upload.ant-upload-btn{padding:unset}.chat-card .chat-actions-form .ant-upload-list .ant-upload-list-item-actions .ant-upload-list-item-action{opacity:1}.chat-card .chat-actions-form .ant-upload-list .ant-upload-list-item-actions .ant-upload-list-item-action .ant-btn-icon>span{color:red}.--chat-theme{--theme-dark-color:#001529;--chat-background:#fff;--conversation-panel-height:200px;--conversation-panel-background:#f5f5f5;--max-message-width:70%;--message-current-user-color:#e3effd;--message-other-user-color:#f6f6f6;--message-timestamp-color:#aca7a7;--message-sender-color:#424964;--action-button-size:42px;--chat-add-button-background:#afafaf;--chat-send-button-background:#1677ff;--chat-text-color:#a3a3a3;--chat-options-svg:#a3a3a3}.chat__wrap{display:flex;flex-flow:wrap-reverse;height:100%;padding-bottom:5px}.chat-open__icon{cursor:pointer;opacity:1;transform:rotateY(180deg);transition:.1s linear;width:36px}.chat-open__icon:hover{transform:rotateY(180deg) scale(1.12)}.chat-open__icon__wrap{margin-left:-38px;position:fixed;top:65px;z-index:1}.chat-open__icon__wraphidden{opacity:0}.chat-open__icon__wrap{--dot-pulse-size:6px;--dot-pulse-color:#fff}.chat-open__icon__wrap .dot-pulse-loading{align-items:center;cursor:pointer;display:flex;justify-content:center;left:50%;max-height:25px;max-width:25px;position:absolute;top:50%;transform:translate(-50%,-50%)}.chat-open__icon__wrap .dot-pulse-loading__dot{background-color:var(--dot-pulse-color);border-radius:50%;cursor:pointer;display:inline-block;height:var(--dot-pulse-size);margin:0 2px;width:var(--dot-pulse-size)}.chat-open__icon__wrap .dot-pulse-loading__dot.progress{animation:dot 1s ease-in-out infinite}.chat-open__icon__wrap .dot-pulse-loading__dot:nth-of-type(2){animation-delay:.2s}.chat-open__icon__wrap .dot-pulse-loading__dot:nth-of-type(3){animation-delay:.3s}@keyframes dot{0%{background-color:var(--dot-pulse-color);transform:scale(1)}50%{background-color:var(--dot-pulse-color);transform:scale(1.3)}to{background-color:var(--dot-pulse-color);transform:scale(1)}}.chat-close__icon{bottom:5px;cursor:pointer;left:5px;position:absolute;transition:.1s linear;width:38px}.chat-close__icon:hover{transform:scale(1.05)}.chat-close__icon__wrap{background:#f5f5f5;border-radius:50%;height:46px;position:absolute;right:-6px;top:-6px;width:46px;z-index:1}.chat-close__icon__wraphidden{display:none}#chat{background:var(--chat-background);border-radius:12px;box-sizing:border-box;position:relative;width:100%}#chat:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}#chat .chat__messages__list{margin:1em 0 0;overflow-x:hidden;overflow-y:auto;padding:1em 0 .5em 1em}#chat .chat__messages__list .ant-list-items{display:flex;flex-direction:column}#chat .chat__messages__list .ant-list-item{border-block-end:none;display:block;padding:0}#chat .chat__messages__list__container{display:flex;flex-direction:column;height:calc(100vh - var(--conversation-panel-height) - 64px);overflow:auto}#chat .chat__messages__list-item__content-wrap{padding:.8em 0}#chat .chat__messages__list-item__content-context{display:flex;flex-direction:row;gap:1em;margin-right:1em;overflow:hidden}#chat .chat__messages__list-item__content-context.self{flex-direction:row-reverse}#chat .chat__messages__list-item__content-context-sender-avatar{border-radius:50%;height:35px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:35px;ms-user-select:none;position:relative}#chat .chat__messages__list-item__content-context-sender-avatar:before{content:"";height:100%;position:absolute;width:100%}#chat .chat__messages__list-item__content-context-sender-avatar img{height:100%;width:auto}#chat .chat__messages__list-item__content-context-message-wrap{display:flex;flex-direction:row;max-width:var(--max-message-width)}#chat .chat__messages__list-item__content-context-message-sender-name{margin-bottom:2px}#chat .chat__messages__list-item__content-context-message-sender-name span{color:var(--message-sender-color);font-size:10px;font-weight:600;margin:0 0 0 .3em}#chat .chat__messages__list-item__content-context-message-bubble{background:var(--message-other-user-color);border-radius:8px;cursor:pointer;max-width:320px;overflow-x:auto;padding:.5em .8em}#chat .chat__messages__list-item__content-context-message-bubble.self{background:var(--message-current-user-color)}#chat .chat__messages__list-item__content-context-message-bubble.deleted{cursor:default}#chat .chat__messages__list-item__content-context-message-bubble-actions{height:0;opacity:0;position:relative}#chat .chat__messages__list-item__content-context-message-bubble-action__delete{bottom:-8px;position:absolute;right:-32px}#chat .chat__messages__list-item__content-context-message-timestamp{cursor:pointer}#chat .chat__messages__list-item__content-context-message-timestamp span{color:var(--message-timestamp-color);font-size:10px}#chat .chat__messages__list-item__content-context-message-timestamp.self span{float:right}#chat .chat__messages__list-item__content-context-message-side_actions{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:10px;transition:width .1s linear;width:-moz-fit-content;width:fit-content}#chat .chat__messages__list-item__content-context-message-side_actions.deleted{opacity:0;width:0}#chat .chat__messages__list-item__content-context-message-action__delete{opacity:0;padding:0;transition:.1s linear;width:0}#chat .chat__messages__list-item__content-context-message-action__delete.updating{opacity:1;padding:.1em .5em;width:-moz-fit-content;width:fit-content}#chat .chat__messages__list-item__content-context-message .ant-badge{width:100%}#chat .chat__messages__list-item__content-context:hover .chat__messages__list-item__content-context-message-action__delete{opacity:1;padding:.1em .5em;width:-moz-fit-content;width:fit-content}#chat .chat__messages__list-item__content__load-more-button{background:rgba(0,0,255,.039);border:none;border-radius:5px;color:var(--chat-send-button-background);cursor:pointer;font-size:12px;padding:8px 0;width:100%}#chat .chat__messages__list-item:first-child{margin-top:6px}#chat .chat__conversation-panel{background:var(--conversation-panel-background);border-radius:8px;margin:.1em .5em .5em;padding:.5em}#chat .chat__conversation-panel .ant-form-item{margin-bottom:unset}#chat .chat__conversation-panel__form{align-items:center;display:flex;flex-direction:row;gap:10px;height:100%}#chat .chat__conversation-panel__form-wrap{height:100%}#chat .chat__conversation-panel__form-uploaded__file{background-color:#fff;border-radius:5px;margin-bottom:6px;padding:3px}#chat .chat__conversation-panel__form-uploaded__file-wrap{border:1px dashed #e4e4e4;border-radius:5px}#chat .chat__conversation-panel__form-uploaded__file-wrap.unsuccessful-upload{border:1px dashed red}#chat .chat__conversation-panel__form-uploaded__file-info{display:flex;flex-direction:row;justify-content:space-between;padding:5px 1em}#chat .chat__conversation-panel__form-uploaded__file-info.unsuccessful-upload{background-color:#fff1f1}#chat .chat__conversation-panel__form-uploaded__file-info-texts{display:flex;flex-direction:column;gap:2px}#chat .chat__conversation-panel__form-uploaded__file-info-texts__name{overflow-wrap:anywhere}#chat .chat__conversation-panel__form-uploaded__file-info-texts__hint{color:#b2b2b2;font-size:8px;margin-top:2px}#chat .chat__conversation-panel__form-uploaded__file-info-texts__hint.unsuccessful-upload{color:red;font-size:9px;font-weight:600}#chat .chat__conversation-panel__form-uploaded__file-info .anticon{color:red;cursor:pointer;display:flex;flex-direction:column;justify-content:center}#chat .chat__conversation-panel-editor{height:100%;width:100%}#chat .chat__conversation-panel-editor .rsw-editor{border:none;height:100%}#chat .chat__conversation-panel-editor .rsw-editor .rsw-toolbar{border:none;display:flex;flex-direction:row;justify-content:space-between}#chat .chat__conversation-panel-editor .rsw-editor .rsw-ce{background:#fff;border-radius:8px;max-height:400px;max-width:418px;min-height:118px;overflow:auto}#chat .chat__conversation-panel-buttons{align-items:center;display:flex;flex-direction:column;gap:1.2em;height:100%;justify-content:space-around;margin-top:2em;min-width:3em}#chat .chat__conversation-panel-buttons>*,#chat .chat__conversation-panel__button{height:var(--action-button-size);width:var(--action-button-size)}#chat .chat__conversation-panel__button{background:gray;border:0;cursor:pointer;outline:none;padding:0}#chat .chat__conversation-panel .add-file-button{background:var(--chat-add-button-background);border-radius:50%;height:35px;width:35px}#chat .chat__conversation-panel .add-file-button svg{stroke:#fff}#chat .chat__conversation-panel .send-message-button{background:var(--chat-send-button-background);border-radius:50%;height:var(--action-button-size);transition:.3s ease;width:var(--action-button-size)}#chat .chat__conversation-panel .send-message-button:active{transform:scale(.97)}#chat .chat__conversation-panel .send-message-button svg{margin:1px -1px}#chat .chat__conversation-panel .send-message-button__loading-indicator{color:var(--chat-send-button-background);left:-5px;opacity:0;position:absolute;top:-5px}#chat .chat__conversation-panel .send-message-button__loading-indicator.loading{opacity:1}#chat .chat__conversation-panel .send-message-button__loading-indicator.error{color:red;opacity:1}#chat .chat__messages_loading_indicator{border-radius:8px;color:gray;font-size:8px;margin:.1em 1em;opacity:0}#chat .chat__messages_loading_indicator.loading{opacity:1}#chat .chat__message__content-text__only{font-family:Lato,sans-serif;font-size:14px;word-wrap:break-word;line-height:1.5}#chat .chat__message__content-image .chat__message__content-text__only{margin-bottom:.5em}#chat .btn-icon{cursor:pointer;position:relative}#chat .btn-icon svg{fill:#fff;height:auto;left:50%;position:absolute;stroke:#fff;top:50%;transform:translate(-50%,-50%);width:50%}#chat .initial_message{color:#b2b2b2;font-size:10px;margin:0 0 .8em;text-align:center}#chat .initial_message-wrap{border-bottom:1px solid #e4e4e4}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::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-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.-z-10{z-index:-10}.z-10{z-index:10}.z-50{z-index:50}.m-0{margin:0}.my-2{margin-bottom:.5rem;margin-top:.5rem}.\!mb-0{margin-bottom:0!important}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-5{margin-left:1.25rem}.ml-\[92px\]{margin-left:92px}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-\[-9px\]{margin-right:-9px}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.mt-\[-14px\]{margin-top:-14px}.mt-\[-4px\]{margin-top:-4px}.mt-\[20px\]{margin-top:20px}.mt-\[2px\]{margin-top:2px}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!h-\[16px\]{height:16px!important}.\!h-full{height:100%!important}.h-5{height:1.25rem}.h-\[16px\]{height:16px}.h-\[20px\]{height:20px}.h-\[260px\]{height:260px}.h-\[60px\]{height:60px}.h-\[80px\]{height:80px}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.min-h-\[100px\]{min-height:100px}.min-h-\[500px\]{min-height:500px}.min-h-\[60px\]{min-height:60px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.\!w-\[200px\]{width:200px!important}.w-36{width:9rem}.w-\[16px\]{width:16px}.w-\[20px\]{width:20px}.w-\[260px\]{width:260px}.w-\[2px\]{width:2px}.w-\[380px\]{width:380px}.w-\[80px\]{width:80px}.w-full{width:100%}.min-w-\[120px\]{min-width:120px}.min-w-\[160px\]{min-width:160px}.min-w-\[180px\]{min-width:180px}.min-w-\[240px\]{min-width:240px}.min-w-\[300px\]{min-width:300px}.\!max-w-3xl{max-width:48rem!important}.max-w-\[360px\]{max-width:360px}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.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}.justify-around{justify-content:space-around}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-x-5{column-gap:1.25rem}.gap-x-8{column-gap:2rem}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[8px\]{border-radius:8px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-\[2px\]{border-top-left-radius:2px;border-top-right-radius:2px}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.border{border-width:1px}.border-4{border-width:4px}.border-t-0{border-top-width:0}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity))}.border-orange-300{--tw-border-opacity:1;border-color:rgb(253 186 116/var(--tw-border-opacity))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-sky-200{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity))}.border-sky-300{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity))}.border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.border-sky-800{--tw-border-opacity:1;border-color:rgb(7 89 133/var(--tw-border-opacity))}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity))}.\!bg-\[\#579dff\]{--tw-bg-opacity:1!important;background-color:rgb(87 157 255/var(--tw-bg-opacity))!important}.\!bg-gray-400{--tw-bg-opacity:1!important;background-color:rgb(156 163 175/var(--tw-bg-opacity))!important}.\!bg-transparent{background-color:transparent!important}.bg-\[\#0000000a\]{background-color:#0000000a}.bg-\[\#00000080\]{background-color:#00000080}.bg-\[\#0000008a\]{background-color:#0000008a}.bg-\[\#fafafa8a\]{background-color:#fafafa8a}.bg-\[\#ffffff4d\]{background-color:#ffffff4d}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-inherit{background-color:inherit}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity))}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[1px\]{padding:1px}.p-\[20px\]{padding:20px}.p-\[2px\]{padding:2px}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-1{padding-bottom:.25rem}.pl-0{padding-left:0}.pl-5{padding-left:1.25rem}.pr-0{padding-right:0}.pr-5{padding-right:1.25rem}.pt-1{padding-top:.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[8px\]{font-size:8px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.\!leading-4{line-height:1rem!important}.\!text-gray-500{--tw-text-opacity:1!important;color:rgb(107 114 128/var(--tw-text-opacity))!important}.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.opacity-0{opacity:0}.opacity-100{opacity:1}.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-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{background-color:#f5f5f5;display:block;height:100%;min-height:100vh}.fit-height{height:100vh}.first\:pt-0:first-child{padding-top:0}.hover\:text-clip:hover{text-overflow:clip}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.hover\:border-sky-500:hover{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.hover\:bg-sky-50:hover{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.hover\:\!text-blue-500:hover{--tw-text-opacity:1!important;color:rgb(59 130 246/var(--tw-text-opacity))!important}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width:640px){.sm\:h-\[140px\]{height:140px}.sm\:items-center{align-items:center}.sm\:p-0{padding:0}.sm\:p-10{padding:2.5rem}}@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:p-10{padding:2.5rem}.md\:p-5{padding:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:p-20{padding:5rem}}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}