:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::-moz-selection{background:transparent}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*,: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;-o-tab-size:4;tab-size:4;font-family: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::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}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]{display:none}.white-icon path{fill:#fff}.link-icon path{fill:#4b6dfb}.message-error-icon-container{margin-right:.5rem;display:flex;height:3.5rem;width:3.5rem;align-items:center;justify-content:center;border-radius:.3125rem;--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity))}@media screen and (min-width: 390px) and (max-width: 768px){.message-error-icon-container.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input,.flex.message-error-icon-container.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.message-error-icon-container.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper,.flex.message-error-icon-container.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.message-error-icon{height:1.5rem;width:1.5rem}.message-error-icon path{fill:#fff}.secondary-100-icon path{fill:#4b6dfb}.blue-icon path{fill:#4b6dfb}.danger-icon path{fill:#ff3246}.primary-40-icon path{fill:#9fa5b0}.trashcan-delete-contact-disabled path{fill:#9fa5b0}.white-check path{fill:#fff}.\!pointer-events-none{pointer-events:none!important}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.\!fixed{position:fixed!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.\!sticky{position:sticky!important}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.\!left-0{left:0!important}.\!top-0{top:0!important}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.bottom-8{bottom:2rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-20{left:5rem}.left-28{left:7rem}.left-36{left:9rem}.left-4{left:1rem}.left-48{left:12rem}.left-7{left:1.75rem}.left-\[15\%\]{left:15%}.left-\[15px\]{left:15px}.left-\[5\%\]{left:5%}.left-\[58px\]{left:58px}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-\[-10px\]{right:-10px}.right-\[0px\]{right:0}.right-\[20px\]{right:20px}.top-0{top:0}.top-1\/2{top:50%}.top-16{top:4rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-72{top:18rem}.top-8{top:2rem}.top-\[-7px\]{top:-7px}.top-\[0\.7px\]{top:.7px}.top-\[10px\]{top:10px}.top-\[5px\]{top:5px}.top-\[64px\]{top:64px}.top-\[80px\]{top:80px}.\!z-20{z-index:20!important}.\!z-\[100\]{z-index:100!important}.-z-50{z-index:-50}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.order-first{order:-9999}.order-last{order:9999}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-4{grid-column:span 4 / span 4}.row-span-2{grid-row:span 2 / span 2}.\!m-0{margin:0!important}.m-0{margin:0}.m-4{margin:1rem}.m-auto{margin:auto}.\!mx-auto{margin-left:auto!important;margin-right:auto!important}.\!my-0{margin-top:0!important;margin-bottom:0!important}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-2{margin-bottom:.5rem!important}.\!mb-8{margin-bottom:2rem!important}.\!ml-0{margin-left:0!important}.\!mt-0{margin-top:0!important}.\!mt-1{margin-top:.25rem!important}.\!mt-2{margin-top:.5rem!important}.\!mt-4{margin-top:1rem!important}.-ml-4{margin-left:-1rem}.-mr-12{margin-right:-3rem}.-mt-6{margin-top:-1.5rem}.-mt-8{margin-top:-2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-19{margin-bottom:4.75rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-32{margin-bottom:8rem}.mb-4{margin-bottom:1rem}.mb-40{margin-bottom:10rem}.mb-46{margin-bottom:11.5rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-60{margin-bottom:15rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-\[106px\]{margin-bottom:106px}.mb-\[10px\]{margin-bottom:10px}.mb-\[134px\]{margin-bottom:134px}.mb-\[15px\]{margin-bottom:15px}.mb-\[15rem\]{margin-bottom:15rem}.mb-\[16px\]{margin-bottom:16px}.mb-\[18px\]{margin-bottom:18px}.mb-\[24px\]{margin-bottom:24px}.mb-\[25px\]{margin-bottom:25px}.mb-\[27\.5px\]{margin-bottom:27.5px}.mb-\[32\.17px\]{margin-bottom:32.17px}.mb-\[32px\]{margin-bottom:32px}.mb-\[46px\]{margin-bottom:46px}.mb-\[50px\]{margin-bottom:50px}.mb-\[62px\]{margin-bottom:62px}.mb-\[8px\]{margin-bottom:8px}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-24{margin-left:6rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-42{margin-left:10.5rem}.ml-5{margin-left:1.25rem}.ml-7{margin-left:1.75rem}.ml-\[-10px\]{margin-left:-10px}.ml-\[-12px\]{margin-left:-12px}.ml-\[-21px\]{margin-left:-21px}.ml-\[29px\]{margin-left:29px}.ml-\[86\%\]{margin-left:86%}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-12\.5{margin-top:3.125rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-\[-4px\]{margin-top:-4px}.mt-\[-8px\]{margin-top:-8px}.mt-\[10px\]{margin-top:10px}.mt-\[12px\]{margin-top:12px}.mt-\[30px\]{margin-top:30px}.mt-\[32\.17px\]{margin-top:32.17px}.mt-\[32px\]{margin-top:32px}.mt-\[350px\]{margin-top:350px}.mt-\[36px\]{margin-top:36px}.mt-\[50px\]{margin-top:50px}.mt-\[8px\]{margin-top:8px}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.size-\[17px\]{width:17px;height:17px}.\!h-12{height:3rem!important}.\!h-14{height:3.5rem!important}.\!h-3{height:.75rem!important}.\!h-8{height:2rem!important}.\!h-\[100vh\]{height:100vh!important}.\!h-\[117px\]{height:117px!important}.\!h-\[120px\]{height:120px!important}.\!h-\[160px\]{height:160px!important}.\!h-\[95px\]{height:95px!important}.\!h-auto{height:auto!important}.\!h-fit{height:-moz-fit-content!important;height:fit-content!important}.h-10{height:2.5rem}.h-12{height:3rem}.h-12\.5{height:3.125rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-4\.5{height:1.125rem}.h-5{height:1.25rem}.h-51\.25{height:12.8125rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-98{height:24.5rem}.h-\[100vh\]{height:100vh}.h-\[14px\]{height:14px}.h-\[17ch\]{height:17ch}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[225px\]{height:225px}.h-\[22px\]{height:22px}.h-\[23px\]{height:23px}.h-\[24px\]{height:24px}.h-\[31px\]{height:31px}.h-\[32px\]{height:32px}.h-\[352px\]{height:352px}.h-\[392px\]{height:392px}.h-\[40px\]{height:40px}.h-\[45px\]{height:45px}.h-\[48px\]{height:48px}.h-\[4ch\]{height:4ch}.h-\[50px\]{height:50px}.h-\[54px\]{height:54px}.h-\[56px\]{height:56px}.h-\[57px\]{height:57px}.h-\[58px\]{height:58px}.h-\[590px\]{height:590px}.h-\[60px\]{height:60px}.h-\[61\.462px\;\]{height:61.462px}.h-\[70px\]{height:70px}.h-\[80px\]{height:80px}.h-\[90\.35px\]{height:90.35px}.h-\[92px\]{height:92px}.h-\[95px\]{height:95px}.h-\[calc\(100vh-68px\)\]{height:calc(100vh - 68px)}.h-\[calc\(100vh_-_64px\)\]{height:calc(100vh - 64px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.\!max-h-\[48px\]{max-height:48px!important}.\!max-h-\[56px\]{max-height:56px!important}.\!max-h-fit{max-height:-moz-fit-content!important;max-height:fit-content!important}.\!max-h-screen{max-height:100vh!important}.max-h-12{max-height:3rem}.max-h-12\.5{max-height:3.125rem}.max-h-120\.5{max-height:30.125rem}.max-h-42{max-height:10.5rem}.max-h-48{max-height:12rem}.max-h-7{max-height:1.75rem}.max-h-\[243px\]{max-height:243px}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[58px\]{max-height:58px}.max-h-\[60px\]{max-height:60px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[65vh\]{max-height:65vh}.max-h-\[718px\]{max-height:718px}.max-h-\[882px\]{max-height:882px}.max-h-\[90px\]{max-height:90px}.max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.max-h-screen{max-height:100vh}.\!min-h-\[56px\]{min-height:56px!important}.\!min-h-\[95px\]{min-height:95px!important}.\!min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.min-h-12{min-height:3rem}.min-h-28{min-height:7rem}.min-h-\[159px\]{min-height:159px}.min-h-\[32px\]{min-height:32px}.min-h-\[352px\]{min-height:352px}.min-h-\[508px\]{min-height:508px}.min-h-\[56px\]{min-height:56px}.min-h-\[calc\(100vh_-_3rem\)\]{min-height:calc(100vh - 3rem)}.min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-12{width:3rem!important}.\!w-20{width:5rem!important}.\!w-\[25\%\]{width:25%!important}.\!w-\[280px\]{width:280px!important}.\!w-\[34\%\]{width:34%!important}.\!w-\[600px\]{width:600px!important}.\!w-auto{width:auto!important}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.\!w-full{width:100%!important}.\!w-screen{width:100vw!important}.w-0{width:0px}.w-1{width:.25rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\.5{width:.625rem}.w-2\/4{width:50%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-4\.5{width:1.125rem}.w-40{width:10rem}.w-42{width:10.5rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-5\.5{width:1.375rem}.w-50{width:12.5rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-96{width:24rem}.w-\[100\%\]{width:100%}.w-\[104px\]{width:104px}.w-\[105px\]{width:105px}.w-\[116px\]{width:116px}.w-\[124px\]{width:124px}.w-\[125px\]{width:125px}.w-\[128px\]{width:128px}.w-\[13\.5px\]{width:13.5px}.w-\[131px\]{width:131px}.w-\[150px\]{width:150px}.w-\[1540px\]{width:1540px}.w-\[156px\]{width:156px}.w-\[15px\]{width:15px}.w-\[16\.6rem\]{width:16.6rem}.w-\[173px\]{width:173px}.w-\[180px\]{width:180px}.w-\[18px\]{width:18px}.w-\[200px\]{width:200px}.w-\[207px\]{width:207px}.w-\[210px\]{width:210px}.w-\[223px\]{width:223px}.w-\[22px\]{width:22px}.w-\[232px\]{width:232px}.w-\[243\.17px\]{width:243.17px}.w-\[24ch\]{width:24ch}.w-\[300px\]{width:300px}.w-\[31px\]{width:31px}.w-\[320px\]{width:320px}.w-\[32px\]{width:32px}.w-\[347px\]{width:347px}.w-\[34px\]{width:34px}.w-\[357px\]{width:357px}.w-\[392px\]{width:392px}.w-\[403px\]{width:403px}.w-\[40px\]{width:40px}.w-\[418px\]{width:418px}.w-\[45px\]{width:45px}.w-\[492px\]{width:492px}.w-\[55px\]{width:55px}.w-\[57px\]{width:57px}.w-\[60\%\]{width:60%}.w-\[70px\]{width:70px}.w-\[79\.669px\;\]{width:79.669px}.w-\[81px\]{width:81px}.w-\[827px\]{width:827px}.w-\[90px\]{width:90px}.w-\[95px\]{width:95px}.w-\[9vh\]{width:9vh}.w-\[calc\(100\%\+32px\)\]{width:calc(100% + 32px)}.w-\[calc\(100\%-64px\)\]{width:calc(100% - 64px)}.w-\[calc\(100\%_-_32px\)\]{width:calc(100% - 32px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.w-screen{width:100vw}.\!min-w-20{min-width:5rem!important}.\!min-w-\[14px\]{min-width:14px!important}.\!min-w-\[280px\]{min-width:280px!important}.min-w-0{min-width:0px}.min-w-16{min-width:4rem}.min-w-31{min-width:7.75rem}.min-w-6{min-width:1.5rem}.min-w-\[100px\]{min-width:100px}.min-w-\[150px\]{min-width:150px}.min-w-\[200px\]{min-width:200px}.min-w-\[22px\]{min-width:22px}.min-w-\[280px\]{min-width:280px}.min-w-\[300px\]{min-width:300px}.min-w-\[319px\]{min-width:319px}.min-w-\[350px\]{min-width:350px}.min-w-\[418px\]{min-width:418px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.\!max-w-132{max-width:33rem!important}.\!max-w-20{max-width:5rem!important}.\!max-w-\[1100px\]{max-width:1100px!important}.\!max-w-\[280px\]{max-width:280px!important}.\!max-w-\[450px\]{max-width:450px!important}.\!max-w-\[514px\]{max-width:514px!important}.\!max-w-\[528\.4px\]{max-width:528.4px!important}.\!max-w-\[550px\]{max-width:550px!important}.\!max-w-full{max-width:100%!important}.max-w-132{max-width:33rem}.max-w-165{max-width:41.25rem}.max-w-182{max-width:45.5rem}.max-w-31{max-width:7.75rem}.max-w-42{max-width:10.5rem}.max-w-51\.25{max-width:12.8125rem}.max-w-7xl{max-width:80rem}.max-w-\[100\%\]{max-width:100%}.max-w-\[1000px\]{max-width:1000px}.max-w-\[100px\]{max-width:100px}.max-w-\[106px\]{max-width:106px}.max-w-\[1100px\]{max-width:1100px}.max-w-\[1132px\]{max-width:1132px}.max-w-\[120px\]{max-width:120px}.max-w-\[1214px\]{max-width:1214px}.max-w-\[1228px\]{max-width:1228px}.max-w-\[145px\]{max-width:145px}.max-w-\[1481px\]{max-width:1481px}.max-w-\[150px\]{max-width:150px}.max-w-\[200px\]{max-width:200px}.max-w-\[232px\]{max-width:232px}.max-w-\[234px\]{max-width:234px}.max-w-\[271px\]{max-width:271px}.max-w-\[278px\]{max-width:278px}.max-w-\[300px\]{max-width:300px}.max-w-\[361px\]{max-width:361px}.max-w-\[379px\]{max-width:379px}.max-w-\[45\%\]{max-width:45%}.max-w-\[475px\]{max-width:475px}.max-w-\[492px\]{max-width:492px}.max-w-\[500px\]{max-width:500px}.max-w-\[514px\]{max-width:514px}.max-w-\[518px\]{max-width:518px}.max-w-\[524px\]{max-width:524px}.max-w-\[528\.4px\]{max-width:528.4px}.max-w-\[534px\]{max-width:534px}.max-w-\[540px\]{max-width:540px}.max-w-\[550px\]{max-width:550px}.max-w-\[58px\]{max-width:58px}.max-w-\[600px\]{max-width:600px}.max-w-\[670px\]{max-width:670px}.max-w-\[85\%\]{max-width:85%}.max-w-\[900px\]{max-width:900px}.max-w-\[90px\]{max-width:90px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-min{max-width:-moz-min-content;max-width:min-content}.max-w-prose{max-width:65ch}.max-w-screen-2xl{max-width:1536px}.max-w-screen-md{max-width:768px}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-0{--tw-translate-x: -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-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-full{--tw-translate-x: -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-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-x-full{--tw-translate-x: 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))}.rotate-180{--tw-rotate: 180deg;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-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;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-150{--tw-scale-x: 1.5;--tw-scale-y: 1.5;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 fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade{animation:fadeIn .8s ease-in-out}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-pointer{cursor:pointer!important}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.\!resize-y{resize:vertical!important}.resize{resize:both}.list-disc{list-style-type:disc}.list-none{list-style-type: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-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.\!items-start{align-items:flex-start!important}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-24{gap:6rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-4\.5{gap:1.125rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[0px\]{gap:0px}.gap-\[10px\]{gap:10px}.gap-\[16px\]{gap:16px}.gap-\[24px\]{gap:24px}.gap-\[32px\]{gap:32px}.gap-\[34px\]{gap:34px}.gap-\[44px\]{gap:44px}.gap-\[8px\]{gap:8px}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-x-\[200px\]{-moz-column-gap:200px;column-gap:200px}.gap-y-6{row-gap:1.5rem}.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-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-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-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-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-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-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))}.space-y-\[18px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(18px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18px * var(--tw-space-y-reverse))}.place-self-end{place-self:end}.self-start{align-self:flex-start}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.\!overflow-y-auto{overflow-y:auto!important}.overflow-y-auto{overflow-y:auto}.\!overflow-x-hidden{overflow-x:hidden!important}.overflow-x-hidden{overflow-x:hidden}.\!overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-break-spaces{white-space:break-spaces}.text-wrap{text-wrap:wrap}.text-pretty{text-wrap:pretty}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[1\%\]{border-radius:1%}.rounded-\[100px\]{border-radius:100px}.rounded-\[10px\]{border-radius:10px}.rounded-\[5px\]{border-radius:5px}.rounded-\[9px\]{border-radius:9px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-lg\+{border-radius:.625rem}.rounded-md{border-radius:.375rem}.rounded-md\+{border-radius:.3125rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-lg\+{border-bottom-right-radius:.625rem;border-bottom-left-radius:.625rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-tl-lg{border-top-left-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-e{border-inline-end-width:1px}.border-s{border-inline-start-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.\!border-solid{border-style:solid!important}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-\[\#198754\]{--tw-border-opacity: 1 !important;border-color:rgb(25 135 84 / var(--tw-border-opacity))!important}.\!border-danger{--tw-border-opacity: 1 !important;border-color:rgb(255 50 70 / var(--tw-border-opacity))!important}.\!border-primary-20{--tw-border-opacity: 1 !important;border-color:rgb(207 210 216 / var(--tw-border-opacity))!important}.\!border-secondary-100{--tw-border-opacity: 1 !important;border-color:rgb(75 109 251 / var(--tw-border-opacity))!important}.border-\[\#036479\]{--tw-border-opacity: 1;border-color:rgb(3 100 121 / var(--tw-border-opacity))}.border-\[\#198754\]{--tw-border-opacity: 1;border-color:rgb(25 135 84 / var(--tw-border-opacity))}.border-\[\#3B6EF6\]{--tw-border-opacity: 1;border-color:rgb(59 110 246 / var(--tw-border-opacity))}.border-\[\#4B6DFB\]{--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity))}.border-\[\#6985fc\]{--tw-border-opacity: 1;border-color:rgb(105 133 252 / var(--tw-border-opacity))}.border-\[\#CFD2D8\]{--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity))}.border-\[\#FF3246\]{--tw-border-opacity: 1;border-color:rgb(255 50 70 / var(--tw-border-opacity))}.border-accounting-erased{--tw-border-opacity: 1;border-color:rgb(110 119 137 / var(--tw-border-opacity))}.border-accounting-save{--tw-border-opacity: 1;border-color:rgb(25 135 84 / var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.border-danger{--tw-border-opacity: 1;border-color:rgb(255 50 70 / var(--tw-border-opacity))}.border-danger-60{--tw-border-opacity: 1;border-color:rgb(255 173 181 / 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-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity))}.border-primary-100{--tw-border-opacity: 1;border-color:rgb(14 29 58 / var(--tw-border-opacity))}.border-primary-20{--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity))}.border-primary-40{--tw-border-opacity: 1;border-color:rgb(159 165 176 / var(--tw-border-opacity))}.border-primary-60,.border-primary-variant-2{--tw-border-opacity: 1;border-color:rgb(110 119 137 / var(--tw-border-opacity))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.border-rejected-100{--tw-border-opacity: 1;border-color:rgb(126 63 46 / var(--tw-border-opacity))}.border-sealed-100{--tw-border-opacity: 1;border-color:rgb(3 100 121 / var(--tw-border-opacity))}.border-secondary-100{--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity))}.border-success{--tw-border-opacity: 1;border-color:rgb(25 135 84 / var(--tw-border-opacity))}.border-tertiary-100{--tw-border-opacity: 1;border-color:rgb(250 192 22 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-warning{--tw-border-opacity: 1;border-color:rgb(255 194 123 / var(--tw-border-opacity))}.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))}.border-yellow-tag-500{--tw-border-opacity: 1;border-color:rgb(125 96 11 / var(--tw-border-opacity))}.border-b-\[\#818388\]{--tw-border-opacity: 1;border-bottom-color:rgb(129 131 136 / var(--tw-border-opacity))}.border-b-primary-20{--tw-border-opacity: 1;border-bottom-color:rgb(207 210 216 / var(--tw-border-opacity))}.border-l-transparent{border-left-color:transparent}.border-r-transparent{border-right-color:transparent}.border-t-transparent{border-top-color:transparent}.\!bg-\[\#D1E7DD\]{--tw-bg-opacity: 1 !important;background-color:rgb(209 231 221 / var(--tw-bg-opacity))!important}.\!bg-\[\#FFE0E3\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 224 227 / var(--tw-bg-opacity))!important}.\!bg-\[\#e7e8ec\]{--tw-bg-opacity: 1 !important;background-color:rgb(231 232 236 / var(--tw-bg-opacity))!important}.\!bg-danger{--tw-bg-opacity: 1 !important;background-color:rgb(255 50 70 / var(--tw-bg-opacity))!important}.\!bg-quaternary-100{--tw-bg-opacity: 1 !important;background-color:rgb(238 242 243 / var(--tw-bg-opacity))!important}.\!bg-secondary-100{--tw-bg-opacity: 1 !important;background-color:rgb(75 109 251 / var(--tw-bg-opacity))!important}.bg-\[\#0d1a34\]{--tw-bg-opacity: 1;background-color:rgb(13 26 52 / var(--tw-bg-opacity))}.bg-\[\#0e1d3a\]{--tw-bg-opacity: 1;background-color:rgb(14 29 58 / var(--tw-bg-opacity))}.bg-\[\#344bae\]{--tw-bg-opacity: 1;background-color:rgb(52 75 174 / var(--tw-bg-opacity))}.bg-\[\#3B6EF6\]{--tw-bg-opacity: 1;background-color:rgb(59 110 246 / var(--tw-bg-opacity))}.bg-\[\#3d56c7\]{--tw-bg-opacity: 1;background-color:rgb(61 86 199 / var(--tw-bg-opacity))}.bg-\[\#4B6DFB\]{--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}.bg-\[\#6985fc\]{--tw-bg-opacity: 1;background-color:rgb(105 133 252 / var(--tw-bg-opacity))}.bg-\[\#82E3F9\]{--tw-bg-opacity: 1;background-color:rgb(130 227 249 / var(--tw-bg-opacity))}.bg-\[\#D1E7DD\]{--tw-bg-opacity: 1;background-color:rgb(209 231 221 / var(--tw-bg-opacity))}.bg-\[\#DBE2FE\]{--tw-bg-opacity: 1;background-color:rgb(219 226 254 / var(--tw-bg-opacity))}.bg-\[\#E8EEFE\]{--tw-bg-opacity: 1;background-color:rgb(232 238 254 / var(--tw-bg-opacity))}.bg-\[\#EEF2F3\]{--tw-bg-opacity: 1;background-color:rgb(238 242 243 / var(--tw-bg-opacity))}.bg-\[\#FF3345\]{--tw-bg-opacity: 1;background-color:rgb(255 51 69 / var(--tw-bg-opacity))}.bg-\[\#FFE0E3\]{--tw-bg-opacity: 1;background-color:rgb(255 224 227 / var(--tw-bg-opacity))}.bg-\[\#e8e8e8\]{--tw-bg-opacity: 1;background-color:rgb(232 232 232 / var(--tw-bg-opacity))}.bg-\[\#fff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-color-erased-accounting{--tw-bg-opacity: 1;background-color:rgb(231 233 235 / var(--tw-bg-opacity))}.bg-color-rever-accounting{--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity))}.bg-color-save-accounting{--tw-bg-opacity: 1;background-color:rgb(209 231 221 / var(--tw-bg-opacity))}.bg-cyan-300{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.bg-danger{--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity))}.bg-danger-20{--tw-bg-opacity: 1;background-color:rgb(255 224 227 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(14 29 58 / var(--tw-bg-opacity))}.bg-primary-20{--tw-bg-opacity: 1;background-color:rgb(207 210 216 / var(--tw-bg-opacity))}.bg-primary-40{--tw-bg-opacity: 1;background-color:rgb(159 165 176 / var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}.bg-quaternary-100{--tw-bg-opacity: 1;background-color:rgb(238 242 243 / var(--tw-bg-opacity))}.bg-quaternary-80{--tw-bg-opacity: 1;background-color:rgb(245 247 248 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-rejected-20{--tw-bg-opacity: 1;background-color:rgb(253 190 173 / var(--tw-bg-opacity))}.bg-sealed-20{--tw-bg-opacity: 1;background-color:rgb(130 227 249 / var(--tw-bg-opacity))}.bg-secondary-100{--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}.bg-secondary-20{--tw-bg-opacity: 1;background-color:rgb(219 226 254 / var(--tw-bg-opacity))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.bg-slate-800{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.bg-stone-200{--tw-bg-opacity: 1;background-color:rgb(231 229 228 / var(--tw-bg-opacity))}.bg-success{--tw-bg-opacity: 1;background-color:rgb(25 135 84 / var(--tw-bg-opacity))}.bg-success-20{--tw-bg-opacity: 1;background-color:rgb(209 231 221 / var(--tw-bg-opacity))}.bg-tertiary-100{--tw-bg-opacity: 1;background-color:rgb(250 192 22 / var(--tw-bg-opacity))}.bg-tertiary-60{--tw-bg-opacity: 1;background-color:rgb(254 242 208 / 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))}.bg-white\/80{background-color:rgba(255,255,255,.8)}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-yellow-tag{--tw-bg-opacity: 1;background-color:rgb(253 223 138 / var(--tw-bg-opacity))}.bg-opacity-80{--tw-bg-opacity: .8}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-primary-100{--tw-gradient-from: #0E1D3A var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 29 58 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-primary-80{--tw-gradient-to: #3E4A61 var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.\!p-0{padding:0!important}.\!p-1{padding:.25rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[16px\]{padding:16px}.p-\[1px\]{padding:1px}.p-\[22px\]{padding:22px}.p-\[2px\]{padding:2px}.p-\[32px\]{padding:32px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-8{padding-left:2rem!important;padding-right:2rem!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-24{padding-left:6rem;padding-right:6rem}.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-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[32px\]{padding-left:32px;padding-right:32px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[6px\]{padding-left:6px;padding-right:6px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.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-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.py-\[26px\]{padding-top:26px;padding-bottom:26px}.py-\[27px\]{padding-top:27px;padding-bottom:27px}.py-\[2rem\]{padding-top:2rem;padding-bottom:2rem}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[32px\]{padding-top:32px;padding-bottom:32px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[50px\]{padding-top:50px;padding-bottom:50px}.py-\[62px\]{padding-top:62px;padding-bottom:62px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.\!pb-14{padding-bottom:3.5rem!important}.\!pb-8{padding-bottom:2rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-25{padding-bottom:6.25rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-36{padding-bottom:9rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pb-\[100px\]{padding-bottom:100px}.pb-\[15px\]{padding-bottom:15px}.pb-\[24px\]{padding-bottom:24px}.pb-\[6rem\]{padding-bottom:6rem}.pb-\[96px\]{padding-bottom:96px}.pl-0{padding-left:0}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-\[8px\]{padding-left:8px}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-\[50px\]{padding-right:50px}.pt-0{padding-top:0}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[12px\]{padding-top:12px}.pt-\[32px\]{padding-top:32px}.pt-\[50px\]{padding-top:50px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-dm-sans{font-family:DM Sans,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.\!text-\[18px\]{font-size:18px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3\.5xl{font-size: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-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[32px\]{font-size:32px}.text-\[64px\]{font-size:64px}.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-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xxs{font-size:.625rem}.\!font-normal{font-weight:400!important}.font-bold{font-weight:700}.font-extralight{font-weight:200}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-3\.5{line-height:.875rem!important}.\!leading-4{line-height:1rem!important}.\!leading-4\.5{line-height:1.125rem!important}.leading-3{line-height:.75rem}.leading-3\.5{line-height:.875rem}.leading-4{line-height:1rem}.leading-4\.5{line-height:1.125rem}.leading-5\.5{line-height:1.375rem}.leading-6{line-height:1.5rem}.leading-6\.5{line-height:1.625rem}.leading-8{line-height:2rem}.leading-8\.5{line-height:2.125rem}.leading-\[12px\]{line-height:12px}.leading-\[14px\]{line-height:14px}.leading-\[18px\]{line-height:18px}.leading-\[22px\]{line-height:22px}.leading-\[26px\]{line-height:26px}.leading-\[34px\]{line-height:34px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.tracking-\[-0\.48px\]{letter-spacing:-.48px}.tracking-\[-0\.64px\]{letter-spacing:-.64px}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.\!text-danger{--tw-text-opacity: 1 !important;color:rgb(255 50 70 / var(--tw-text-opacity))!important}.\!text-primary-100{--tw-text-opacity: 1 !important;color:rgb(14 29 58 / var(--tw-text-opacity))!important}.\!text-secondary-100{--tw-text-opacity: 1 !important;color:rgb(75 109 251 / var(--tw-text-opacity))!important}.text-\[\#000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#0E1D3A\]{--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}.text-\[\#6d89fc\]{--tw-text-opacity: 1;color:rgb(109 137 252 / var(--tw-text-opacity))}.text-\[\#818388\]{--tw-text-opacity: 1;color:rgb(129 131 136 / var(--tw-text-opacity))}.text-\[\#F73A21\]{--tw-text-opacity: 1;color:rgb(247 58 33 / var(--tw-text-opacity))}.text-\[\#d1d5db\]{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-\[\#fff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / 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-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-danger{--tw-text-opacity: 1;color:rgb(255 50 70 / 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-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-gris-letras-100{--tw-text-opacity: 1;color:rgb(129 131 136 / var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.text-primary-100{--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}.text-primary-20{--tw-text-opacity: 1;color:rgb(207 210 216 / var(--tw-text-opacity))}.text-primary-40{--tw-text-opacity: 1;color:rgb(159 165 176 / var(--tw-text-opacity))}.text-primary-60{--tw-text-opacity: 1;color:rgb(110 119 137 / var(--tw-text-opacity))}.text-primary-80{--tw-text-opacity: 1;color:rgb(62 74 97 / var(--tw-text-opacity))}.text-primary-variant-2{--tw-text-opacity: 1;color:rgb(110 119 137 / var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-rejected-100{--tw-text-opacity: 1;color:rgb(126 63 46 / var(--tw-text-opacity))}.text-sealed-100{--tw-text-opacity: 1;color:rgb(3 100 121 / var(--tw-text-opacity))}.text-secondary-100{--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.text-success{--tw-text-opacity: 1;color:rgb(25 135 84 / var(--tw-text-opacity))}.text-tertiary-100{--tw-text-opacity: 1;color:rgb(250 192 22 / var(--tw-text-opacity))}.text-triangular-alert{--tw-text-opacity: 1;color:rgb(255 50 70 / var(--tw-text-opacity))}.text-warning{--tw-text-opacity: 1;color:rgb(255 194 123 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.text-yellow-tag-500{--tw-text-opacity: 1;color:rgb(125 96 11 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.placeholder-primary-40::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(159 165 176 / var(--tw-placeholder-opacity))}.placeholder-primary-40::placeholder{--tw-placeholder-opacity: 1;color:rgb(159 165 176 / var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-90{opacity:.9}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px 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-\[0_4px_16px_0_rgba\(129\,131\,136\,0\.1\)\]{--tw-shadow: 0 4px 16px 0 rgba(129,131,136,.1);--tw-shadow-colored: 0 4px 16px 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-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-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.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-2{--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)}.ring-\[\#6985fc\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(105 133 252 / var(--tw-ring-opacity))}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))}.ring-primary-40{--tw-ring-opacity: 1;--tw-ring-color: rgb(159 165 176 / var(--tw-ring-opacity))}.ring-opacity-50{--tw-ring-opacity: .5}.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)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));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)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-100{transition-delay:.1s}.delay-300{transition-delay:.3s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}body{max-height:-moz-fit-content;max-height:fit-content;min-height:-moz-fit-content;min-height:fit-content;height:-moz-fit-content!important;height:fit-content!important}.details-client-container{min-height:100vh}@media screen and (min-width: 1100px){.details-client-container{min-height:calc(100vh - 64px);max-height:calc(100vh - 64px)}.regular-sider-clients{position:relative;right:unset;width:300px;--tw-translate-x: unset;top:unset;z-index:0}}.siderclientcomponent+span{flex:1 1 0%;overflow-y:auto}.siderclientcomponent .ant-input-group-addon .anticon-search,.siderclientcomponent .ant-input-group-addon .ant-btn{display:none}.siderclientcomponent .ant-input-group-wrapper{padding:0;border-radius:10px!important}.siderclientcomponent .ant-input-affix-wrapper{border-radius:10px!important}.siderclientcomponent .ant-input{margin-top:-6px;outline:none}.credit-debit-notes .receptor .ant-input-affix-wrapper{padding-block:0}.credit-debit-notes #description{height:150px!important}@media screen and (min-width: 1100px){.siderclientcomponent+span{max-width:calc(100% - 300px)}}@media screen and (min-width: 1100px){.siderclientcomponent .client-links{max-height:calc(100vh - 240px)}.siderclientcomponent+span{max-width:calc(100% - 300px)}}.siderclientcomponent .client-links{max-height:calc(100vh - 250px);overflow-y:auto}@media screen and (min-width: 1100px){.siderclientcomponent .client-links{max-height:calc(100vh - 240px)}}@media screen and (min-width: 1024px){.custom-quotation-form .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label{font-size:11px}}@media screen and (min-width: 1155px){.custom-quotation-form .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label{font-size:14px}}@media screen and (min-width: 1278px){.custom-quotation-form .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label>label{font-size:16px}}.data-overview-page.client-modal .ant-tabs-content-holder{padding-inline:0}#add-legal-client-form .ant-select-selection-item{font-size:14px!important;display:flex;align-items:center}.data-overview-filter-modal .ant-table-content .ant-table-cell{overflow:unset}.data-overview-page.inventory-tabs.inventory.inventory-spacing .ant-tabs-nav{margin-inline:0}.data-overview-page.inventory-tabs.inventory.inventory-spacing .ant-tabs-nav .ant-tabs-nav-wrap:after{display:none!important}.data-overview-page.inventory-tabs.inventory.inventory-spacing .ant-tabs-tab-btn{margin-inline:0}.data-overview-page.inventory-tabs.inventory.inventory-spacing .ant-tabs-nav .ant-tabs-nav-wrap:before{display:none!important}.data-overview-page .ant-tabs-content-holder{margin-top:16px!important}.inventory .ant-tabs-content-holder{padding:0!important}.custom-company-modal .ant-modal-content{border-radius:20px!important;top:100px;max-width:340px;margin-inline:auto}.custom-client-input input{max-height:48px}@media screen and (min-width: 415px){.custom-company-modal .ant-modal-content{max-width:475px}}.ant-select-selector{padding-left:1rem!important;padding-right:1rem!important}.ant-form-item-required{position:relative;line-height:1.125rem!important}.ant-form-item-required:after{content:"*"!important;visibility:visible!important;margin-left:.5rem!important;display:inline-block;--tw-text-opacity: 1 !important;color:rgb(255 50 70 / var(--tw-text-opacity))!important}.ant-picker{height:3.5rem!important;width:100%;border-radius:.625rem;padding:.75rem 1rem}.ant-input-lg{height:3rem!important}@media (min-width: 768px){.ant-input-lg{height:3.5rem!important}}.ant-message.ant-message-top{top:3.5rem!important}@media (min-width: 768px){.ant-message.ant-message-top{top:1.75rem!important}}.custom-ant-message .ant-message-notice-content{box-shadow:4px 4px 16px rgba(0,55,91,.09)!important;width:100%;max-width:75%;border-radius:.625rem!important;border-width:1px;--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity));padding:1rem!important}@media (min-width: 768px){.custom-ant-message .ant-message-notice-content{max-width:30.125rem}}.custom-ant-message .ant-message-notice-content .ant-message-custom-content .anticon{margin-right:.5rem;display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:.3125rem}@media screen and (min-width: 390px) and (max-width: 768px){.custom-ant-message .ant-message-notice-content .ant-message-custom-content .anticon.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input,.flex.custom-ant-message .ant-message-notice-content .ant-message-custom-content .anticon.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.custom-ant-message .ant-message-notice-content .ant-message-custom-content .anticon.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper,.flex.custom-ant-message .ant-message-notice-content .ant-message-custom-content .anticon.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}@media (min-width: 768px){.custom-ant-message .ant-message-notice-content .ant-message-custom-content .anticon{height:3.5rem;width:3.5rem}}.custom-ant-message.custom-ant-message--error .ant-message-notice-content .ant-message-custom-content .anticon{--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity));padding-left:.5rem;padding-right:.5rem}.custom-ant-message.custom-ant-message--success .ant-message-notice-content .ant-message-custom-content .anticon{--tw-bg-opacity: 1;background-color:rgb(25 135 84 / var(--tw-bg-opacity))}.custom-ant-message .ant-message-notice-content .ant-message-custom-content .anticon svg{height:1.5rem;width:1.5rem}.custom-ant-message .ant-message-notice-content .ant-message-custom-content .anticon svg path{fill:#fff}.custom-ant-message .ant-message-notice-content .ant-message-custom-content .anticon+span{text-align:left;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.125rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.ant-popover,.ant-tooltip{z-index:3000!important}.ant-message-notice-content{max-width:30.125rem;border-radius:.625rem!important;padding:1rem!important}.ant-message-notice-content .ant-message-custom-content span{text-align:left;font-size:1rem;font-weight:400;line-height:1.125rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}#paymentForm .ant-checkbox-inner:after{top:.125rem;left:.125rem;height:.625rem;width:.75rem;--tw-rotate: 0deg;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));border-style:none;background-image:url(/assets/images/white-check.svg);background-size:cover}.anticon.anticon-check-circle svg{fill:#146c43}#registerForm .ant-input-lg{height:-moz-fit-content!important;height:fit-content!important}#registerForm .ant-form-item-explain-error{width:-moz-max-content!important;width:max-content!important}#registerForm #firstName_help{margin-top:-20px!important}#registerForm #lastName_help,#registerForm #Correo_help,#registerForm #password_help,#registerForm #confirm_help{margin-top:-32px!important}#registerForm #password_help+div:empty{height:0px!important}#registerForm .ant-form-item-required{margin-bottom:.25rem;font-size:.875rem!important;line-height:1rem}@media screen and (min-width: 1024px){#registerForm .ant-form-item-required{font-size:1rem!important;line-height:1.125rem}}.ant-upload-drag{border-width:2px!important}.ant-upload-drag:hover{--tw-border-opacity: 1 !important;border-color:rgb(75 109 251 / var(--tw-border-opacity))!important;background:linear-gradient(0deg,rgba(255,255,255,.95),rgba(255,255,255,.95)),#4b6dfb!important}#registerForm .ant-form-item,#invoiceForm .ant-form-item{margin-bottom:0!important}@media screen and (min-width: 320px){.registerFormMobile{padding-inline:20px;padding-bottom:32px}}@media screen and (min-width: 440px){.registerFormMobile{padding-inline:0px}}@media screen and (max-width: 1023px){#paymentForm{grid-template-areas:"." "card" "package"}#paymentForm #package{grid-area:package}#paymentForm #card{grid-area:card}}#login .ant-input-lg#login_password{height:1.5rem!important}@media (min-width: 768px){#login .ant-input-lg#login_password{height:2rem!important}}#login .ant-input-lg#login_password+.ant-input-suffix svg path{fill:#0e1d3a}#login .ant-form-item-required{font-size:.875rem!important;font-weight:400;line-height:1rem!important;--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}@media (min-width: 768px){#login .ant-form-item-required{font-size:1rem!important;line-height:1.125rem!important}}#login .ant-form-item-required:before{display:none}#login .ant-form-item-required:after{visibility:visible;margin-inline-start:.5rem;margin-inline-end:0px;font-size:.875rem;font-weight:400;line-height:1rem;--tw-text-opacity: 1;color:rgb(255 50 70 / var(--tw-text-opacity));--tw-content: "*";content:var(--tw-content)}#login .ant-checkbox-inner{height:1.5rem;width:1.5rem}#login .ant-checkbox-inner:after{top:.5rem;height:.625rem;width:.75rem;--tw-rotate: 0deg;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));border-style:none;background-image:url(/assets/images/white-check.svg);background-size:cover}#login .remember-container .ant-form-item-control-input{min-height:0px}.boxes-group .ant-badge .ant-badge-count{box-shadow:unset;display:flex;height:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;padding:.25rem .75rem;font-size:.875rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}@media screen and (min-width: 390px) and (max-width: 768px){.boxes-group .ant-badge .ant-badge-count.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input,.flex.boxes-group .ant-badge .ant-badge-count.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.boxes-group .ant-badge .ant-badge-count.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper,.flex.boxes-group .ant-badge .ant-badge-count.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.boxes-group .ant-badge .ant-badge-count .ant-scroll-number-only{height:-moz-fit-content;height:fit-content}#colored-boxes__orders .legend-group .aprobado:before{--tw-bg-opacity: 1;background-color:rgb(209 231 221 / var(--tw-bg-opacity))}#colored-boxes__orders .legend-group .pendiente:before{--tw-bg-opacity: 1;background-color:rgb(254 242 208 / var(--tw-bg-opacity))}#colored-boxes__orders .legend-group .anulado:before{--tw-bg-opacity: 1;background-color:rgb(255 173 181 / var(--tw-bg-opacity))}#colored-boxes__invoices .legend-group .anulado:before{--tw-bg-opacity: 1;background-color:rgb(255 173 181 / var(--tw-bg-opacity))}#colored-boxes__invoices .legend-group .transaccionPendiente:before{--tw-bg-opacity: 1;background-color:rgb(254 242 208 / var(--tw-bg-opacity))}#colored-boxes__invoices .legend-group .enviado:before{--tw-bg-opacity: 1;background-color:rgb(209 231 221 / var(--tw-bg-opacity))}#colored-boxes__invoices .legend-group .completado:before{--tw-bg-opacity: 1;background-color:rgb(25 135 84 / var(--tw-bg-opacity))}#colored-boxes__invoices .legend-group .pagoPendiente:before{--tw-bg-opacity: 1;background-color:rgb(14 29 58 / var(--tw-bg-opacity))}#colored-boxes__invoices .legend-group .vencido:before{--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity))}#colored-boxes__providers .legend-group .vencido:before{--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity))}#colored-boxes__providers .legend-group .pendiente:before{--tw-bg-opacity: 1;background-color:rgb(254 242 208 / var(--tw-bg-opacity))}#colored-boxes__providers .legend-group .completado:before{--tw-bg-opacity: 1;background-color:rgb(25 135 84 / var(--tw-bg-opacity))}#colored-boxes__purchases .legend-group .anulado:before{--tw-bg-opacity: 1;background-color:rgb(255 173 181 / var(--tw-bg-opacity))}#colored-boxes__purchases .legend-group .pendiente:before{--tw-bg-opacity: 1;background-color:rgb(254 242 208 / var(--tw-bg-opacity))}#colored-boxes__purchases .legend-group .aprobado:before{--tw-bg-opacity: 1;background-color:rgb(209 231 221 / var(--tw-bg-opacity))}#colored-boxes__purchases .legend-group .espera:before{--tw-bg-opacity: 1;background-color:rgb(14 29 58 / var(--tw-bg-opacity))}#colored-boxes__purchases .legend-group .rechazado:before{--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity))}#colored-boxes__purchases .legend-group .aceptado:before{--tw-bg-opacity: 1;background-color:rgb(25 135 84 / var(--tw-bg-opacity))}#colored-boxes__purchases .legend-group .recibido:before{--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}#colored-boxes__vendorInvoices .legend-group .vencido:before{--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity))}#colored-boxes__vendorInvoices .legend-group .pendiente:before{--tw-bg-opacity: 1;background-color:rgb(254 242 208 / var(--tw-bg-opacity))}#colored-boxes__vendorInvoices .legend-group .completado:before{--tw-bg-opacity: 1;background-color:rgb(25 135 84 / var(--tw-bg-opacity))}#colored-boxes__vendorInvoices .legend-group .ordenar:before{--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}.modal-new-clients{margin-top:0!important;max-width:100%!important}@media (min-width: 768px){.modal-new-clients{max-width:1332px!important}}#colored-boxes__clients .legend-group .generada:before{--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}#colored-boxes__clients .legend-group .completado:before{--tw-bg-opacity: 1;background-color:rgb(25 135 84 / var(--tw-bg-opacity))}#colored-boxes__clients .legend-group .pendiente:before{--tw-bg-opacity: 1;background-color:rgb(254 242 208 / var(--tw-bg-opacity))}#colored-boxes__clients .legend-group .vencido:before{--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity))}#invoices-table .ant-menu-title-content{--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}.data-overview-page .ant-tabs-nav{margin-left:2rem}#colored-boxes__quotations .legend-group .aprobado:before{--tw-bg-opacity: 1;background-color:rgb(209 231 221 / var(--tw-bg-opacity))}#colored-boxes__quotations .legend-group .pendiente:before{--tw-bg-opacity: 1;background-color:rgb(254 242 208 / var(--tw-bg-opacity))}#colored-boxes__quotations .legend-group .anulado:before{--tw-bg-opacity: 1;background-color:rgb(255 173 181 / var(--tw-bg-opacity))}.data-overview-details-client .ant-tabs-nav{border-bottom:1px solid #cfd2d8!important;width:-moz-fit-content;width:fit-content}.data-overview-details-client .ant-tabs-nav-more{display:none}.data-overview-details-client .ant-tabs-tab{margin:0!important;width:-moz-fit-content;width:fit-content;justify-content:center;padding:.5rem 2rem!important;font-size:.875rem!important;font-weight:400;line-height:1.125rem;--tw-text-opacity: 1;color:rgb(0 56 90 / var(--tw-text-opacity))}@media (min-width: 768px){.data-overview-details-client .ant-tabs-tab{font-size:1rem!important;line-height:1.5rem!important}}.data-overview-page .ant-tabs-tab{margin:0!important;width:-moz-fit-content;width:fit-content;max-width:11rem;justify-content:center;padding:.5rem .625rem!important;font-size:.875rem!important;font-weight:400;line-height:1.125rem;--tw-text-opacity: 1;color:rgb(0 56 90 / var(--tw-text-opacity))}@media (min-width: 768px){.data-overview-page .ant-tabs-tab{min-width:11rem;max-width:none;font-size:1rem!important;line-height:1.5rem!important}}.client-modal .ant-tabs-nav{margin-left:2rem}.data-overview-page .ant-tabs-tab-btn{font-size:14px!important}.data-overview-page .ant-tabs-tab.ant-tabs-tab-active{text-shadow:none;border-bottom-width:3px;--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity));font-weight:400;--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.data-overview-page .ant-tabs-tab-btn{margin-right:2rem;font-size:14px!important}@media (max-width: 768px){.data-overview-page .ant-tabs-tab-btn{margin-right:0}}.data-overview-page .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.data-overview-page .ant-tabs-tab.ant-tabs-tab:hover .ant-tabs-tab-btn,.data-overview-page .ant-tabs-tab.ant-tabs-tab:hover{text-shadow:none;--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.ant-table-column-title{font-weight:400}:where(.css-dev-only-do-not-override-1br7fpx).ant-table-wrapper .ant-table-thead>tr>th{font-weight:400}.data-overview-page .ant-tabs-nav{margin:0;width:-moz-fit-content;width:fit-content;max-width:100%;--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity))}.data-overview-page .ant-tabs-content-holder{border-radius:.625rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:2rem}#products-service-table .ant-table-tbody .ant-table-cell{letter-spacing:.12px;font-size:.75rem;line-height:.875rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}#orders-table .ant-table-tbody .ant-table-cell,#roles-table .ant-table-tbody .ant-table-cell,#quotations-table .ant-table-tbody .ant-table-cell{letter-spacing:.12px;font-size:.75rem;line-height:.875rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}#products-service-table .ant-table-column-title .ant-menu{width:-moz-fit-content;width:fit-content}.addon-orders .ant-input-wrapper .ant-input-group-addon{--tw-bg-opacity: 1;background-color:rgb(232 233 236 / var(--tw-bg-opacity))}#orders-table .ant-table-tbody .ant-table-cell,#roles-table .ant-table-tbody .ant-table-cell,#quotations-table .ant-table-tbody .ant-table-cell,#invoices-table .ant-table-tbody .ant-table-cell{letter-spacing:.12px;font-size:.75rem;line-height:.875rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.orders-search .ant-input{padding-right:.5rem}@media screen and (min-width: 390px) and (max-width: 768px){.flex.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.flex.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.quotations-search .ant-input{padding-right:.5rem}.orders-search .ant-input:focus,.orders-search .ant-input:hover,.orders-search .ant-input:focus-within{border-right-width:0px!important;border-right-color:transparent!important;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.quotations-search .ant-input:focus,.quotations-search .ant-input:hover,.quotations-search .ant-input:focus-within{border-right-width:0px!important;border-right-color:transparent!important;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.orders-search .ant-input+.ant-input-group-addon{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.quotations-search .ant-input+.ant-input-group-addon{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.orders-search .ant-input:focus+.ant-input-group-addon .ant-btn,.orders-search .ant-input:hover+.ant-input-group-addon .ant-btn,.orders-search .ant-input:focus-within+.ant-input-group-addon .ant-btn{border-left-width:0px!important;--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity));border-left-color:transparent!important}.quotations-search .ant-input:focus+.ant-input-group-addon .ant-btn,.quotations-search .ant-input:hover+.ant-input-group-addon .ant-btn,.quotations-search .ant-input:focus-within+.ant-input-group-addon .ant-btn{border-left-width:0px!important;--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity));border-left-color:transparent!important}.orders-search .ant-btn,.quotations-search .ant-btn{border-left-width:0px;padding-right:1rem}.orders-search .ant-btn.ant-input-search-button{height:3.5rem;width:3rem}@media (min-width: 768px){.orders-search .ant-btn.ant-input-search-button{height:3.5rem!important}}@media (min-width: 1024px){.orders-search .ant-btn.ant-input-search-button{height:3.5rem!important}}.quotations-search .ant-btn.ant-input-search-button{height:3rem;width:3rem}@media (min-width: 768px){.quotations-search .ant-btn.ant-input-search-button{height:3.5rem;width:3.5rem}}.orders-search .ant-btn .anticon svg{height:1.5rem;width:1.5rem}.quotations-search .ant-btn .anticon svg{height:1.5rem;width:1.5rem}.orders-search .ant-btn .anticon svg path{fill:#0e1d3a}.quotations-search .ant-btn .anticon svg path{fill:#0e1d3a}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-submenu-title{width:100%;padding-left:0!important}.data-overview-table-wrap .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-submenu-title span{white-space:normal!important;word-wrap:break-word!important}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-inline .ant-menu-inline .ant-menu-title-content{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.bulk-actions[disabled]{--tw-text-opacity: 1 !important;color:rgb(159 165 176 / var(--tw-text-opacity))!important}.data-overview-table .ant-table-selection .ant-checkbox-inner,.data-overview-table .ant-table-selection-column .ant-checkbox-inner{--tw-border-opacity: 1;border-color:rgb(110 119 137 / var(--tw-border-opacity));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-overview-table .ant-table-thead .ant-table-cell,.data-overview-table .ant-table-tbody .ant-table-cell{padding-left:.75rem;padding-right:.75rem}.data-overview-table .ant-table-tbody .ant-table-cell{padding-top:.625rem;padding-bottom:.625rem}.data-overview-table .ant-pagination{align-items:center}@media screen and (min-width: 390px) and (max-width: 768px){.flex.data-overview-table .ant-pagination.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.flex.data-overview-table .ant-pagination.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.data-overview-table .ant-pagination-prev,.data-overview-table .ant-pagination-next{height:1.125rem;width:1.125rem;min-width:0px}.data-overview-table .ant-pagination svg path{fill:#000}.data-overview-table .ant-pagination-disabled svg path{fill:#9fa5b0}.data-overview-table .ant-pagination-item{display:flex;height:1.5rem;width:1.5rem;min-width:0px;align-items:center;justify-content:center;border-style:none;--tw-bg-opacity: 1;background-color:rgb(219 226 254 / var(--tw-bg-opacity));font-size:.75rem;line-height:.875rem}@media screen and (min-width: 390px) and (max-width: 768px){.data-overview-table .ant-pagination-item.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input,.flex.data-overview-table .ant-pagination-item.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.data-overview-table .ant-pagination-item.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper,.flex.data-overview-table .ant-pagination-item.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.data-overview-table .ant-pagination-item a{padding:0;--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}.data-overview-table .ant-pagination-item.ant-pagination-item-active{--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}.data-overview-table .ant-pagination-item.ant-pagination-item-active a{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.data-overview-table .ant-pagination-options,.ant-pagination-total-text{order:-1}.data-overview-page .ant-select-selection-item,.data-overview-page .ant-select-item-option-content,.data-overview-table .ant-pagination-options-quick-jumper,.data-overview-table .ant-pagination-options-quick-jumper input{font-size:.75rem;line-height:.875rem!important;--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}.data-overview-table .ant-pagination-options>div{margin-right:1rem}.data-overview-table .ant-pagination .ant-pagination-options-quick-jumper input{border-radius:.25rem!important;border-style:none;--tw-bg-opacity: 1;background-color:rgb(238 242 243 / var(--tw-bg-opacity))}.data-overview-table .ant-select-selection-item{font-size:12px}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-submenu-title{padding-left:0!important}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-submenu-title span{margin:0;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:.875rem}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title span+.ant-menu-submenu-arrow{display:none!important}.drawer-quick .ant-drawer-content-wrapper{width:83%!important;left:0;top:0;box-shadow:none}@media (min-width: 1024px){.drawer-quick .ant-drawer-content-wrapper{left:280px}}@media (min-width: 1024px){.drawer-quick .ant-drawer-content-wrapper{top:135px}}@media (min-width: 1024px) and (max-height: 820px){.drawer-quick .ant-drawer-content-wrapper{top:0}}#idIncentory{overflow-x:auto}.ant-picker-disabled input{color:#0e1d3a!important}.notes-date.ant-picker{height:-moz-fit-content!important;height:fit-content!important}.invoices-custom-dropdown .ant-dropdown-menu{overflow-x:hidden;width:270px}@media (min-width: 500px){.invoices-custom-dropdown .ant-dropdown-menu{width:unset}}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-submenu-title{margin:0;display:flex;height:-moz-fit-content;height:fit-content;min-height:0px;align-items:center;gap:.25rem;background-color:transparent;padding:0}@media screen and (min-width: 390px) and (max-width: 768px){.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-submenu-title.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input,.flex.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-submenu-title.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-submenu-title.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper,.flex.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-submenu-title.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-inline .ant-menu-inline{top:calc(100% + 5px);position:absolute;left:0;width:100%;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(14 29 58 / var(--tw-bg-opacity))}@media (min-width: 1024px){.drawer-quick.drawer-quick--collapsed .ant-drawer-content-wrapper{left:81px}}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-inline .ant-menu-inline .ant-menu-item span{font-size:.625rem}.data-overview-table .ant-table-thead .ant-table-cell .ant-table-column-title .ant-menu-inline .ant-menu-inline .ant-menu-item{margin:0;padding-left:.5rem!important;padding-right:.5rem!important}.drawer-quick .ant-drawer-content{background:none}@media (max-width: 1024px){.drawer-quick .ant-drawer-content{height:unset!important;width:121%!important}}.drawer-quick .ant-drawer-header{display:none}.drawer-quick .ant-drawer-body{padding:0}.data-overview-filter-modal .ant-modal-content{width:100%;padding-top:2rem;padding-bottom:2rem;padding-left:0;padding-right:0}.data-overview-filter-modal .ant-modal-body{padding-left:2rem;padding-right:2rem}.data-overview-filter-modal .ant-picker{height:1.5rem!important}.data-overview-filter-modal .ant-picker svg{height:1.125rem;width:1.125rem}.data-overview-filter-modal .ant-picker svg path{fill:#0e1d3a}.data-overview-filter-modal .ant-modal-footer{display:flex;gap:2rem;border-top-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity));padding-left:2rem;padding-right:2rem;padding-top:1rem}@media screen and (min-width: 390px) and (max-width: 768px){.data-overview-filter-modal .ant-modal-footer.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.data-overview-filter-modal .ant-modal-footer.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.data-overview-filter-modal--borderless .ant-modal-footer{border-style:none}.data-overview-filter-modal .ant-modal-footer .ant-btn{margin:0!important;display:flex;height:3.5rem;flex:1 1 0%;align-items:center;padding-top:.75rem!important;padding-bottom:.75rem!important}@media screen and (min-width: 390px) and (max-width: 768px){.data-overview-filter-modal .ant-modal-footer .ant-btn.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input,.flex.data-overview-filter-modal .ant-modal-footer .ant-btn.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.data-overview-filter-modal .ant-modal-footer .ant-btn.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper,.flex.data-overview-filter-modal .ant-modal-footer .ant-btn.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.data-overview-filter-modal .ant-checkbox+span{font-size:.875rem!important;line-height:1.125rem!important;--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.data-overview-filter-modal .ant-checkbox-inner{height:1.5rem;width:1.5rem}.data-overview-filter-modal .ant-checkbox-inner:after{top:.5rem;height:.625rem;width:.75rem;--tw-rotate: 0deg;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));border-style:none;background-image:url(/assets/images/white-check.svg);background-size:cover}#configuration-company .ant-select-borderless{height:2.5rem!important}#configuration-company .ant-select-borderless .ant-select-selector{padding-left:0!important}#create-edit-company-form+div:empty{height:0px!important}.custom-pagination .ant-pagination-options>div{margin-right:1rem}.custom-pagination .ant-pagination-options{order:-1}.custom-pagination .ant-pagination-item{border:none;background-color:#eef3fc}.custom-pagination .ant-pagination-item-active{background-color:#6f8afc}.custom-pagination .ant-pagination-item a{color:#0e1d3a}.custom-pagination .ant-pagination-item-active a{color:#fff}.custom-pagination .ant-pagination-prev,.custom-pagination .ant-pagination-next{color:#6f8afc}.custom-pagination .ant-pagination-options{display:flex;align-items:center;gap:8px}.custom-pagination .ant-select-selector{height:32px;border-radius:4px}.placeholder-primary-40 .ant-select-selection-placeholder{--tw-text-opacity: 1;color:rgb(159 165 176 / var(--tw-text-opacity))}@media (min-width: 768px){.company-config-select .ant-select-selection-item{font-size:1.25rem;line-height:1.375rem}}#create-edit-company-form label{font-size:.875rem;line-height:1rem}@media (min-width: 768px){#create-edit-company-form label{font-size:1rem;line-height:1.125rem}}.settings-company-tabs .ant-tabs-tab{margin:0!important;width:-moz-fit-content;width:fit-content;max-width:11rem;justify-content:center;padding:.5rem .625rem!important;font-size:.875rem!important;font-weight:400;line-height:1.125rem;--tw-text-opacity: 1;color:rgb(0 56 90 / var(--tw-text-opacity))}@media (min-width: 768px){.settings-company-tabs .ant-tabs-tab{min-width:11rem;max-width:none;padding-left:2rem!important;padding-right:2rem!important;font-size:1rem!important;line-height:1.5rem!important}}.settings-company-tabs .ant-tabs-tab.ant-tabs-tab-active{text-shadow:none;border-bottom-width:3px;--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity));font-weight:400;--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.settings-company-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.settings-company-tabs .ant-tabs-tab.ant-tabs-tab:hover .ant-tabs-tab-btn,.settings-company-tabs .ant-tabs-tab.ant-tabs-tab:hover{text-shadow:none;--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.settings-company-tabs .ant-tabs-nav{width:-moz-fit-content;width:fit-content;max-width:100%;--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity))}.inventory-tabs .ant-tabs-tab{margin:0!important;width:-moz-fit-content;width:fit-content;max-width:11rem;justify-content:center;padding:.5rem .625rem!important;font-size:.875rem!important;font-weight:400;line-height:1.125rem;--tw-text-opacity: 1;color:rgb(0 56 90 / var(--tw-text-opacity))}@media (min-width: 768px){.inventory-tabs .ant-tabs-tab{min-width:11rem;max-width:none;padding-left:2rem!important;padding-right:2rem!important;font-size:1rem!important;line-height:1.5rem!important}}.inventory-tabs .ant-tabs-tab.ant-tabs-tab-active{text-shadow:none;border-bottom-width:3px;--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity));font-weight:400;--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.inventory-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.inventory-tabs .ant-tabs-tab.ant-tabs-tab:hover .ant-tabs-tab-btn,.inventory-tabs .ant-tabs-tab.ant-tabs-tab:hover{text-shadow:none;--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.inventory-tabs .ant-tabs-nav{width:-moz-fit-content;width:fit-content;max-width:100%;--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity))}.custom-checkbox-input{display:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-checkbox{display:flex;height:2rem;width:2.75rem;cursor:pointer;align-items:center;justify-content:flex-start;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(207 210 216 / var(--tw-bg-opacity));padding:.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media screen and (min-width: 390px) and (max-width: 768px){.custom-checkbox.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input,.flex.custom-checkbox.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.custom-checkbox.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper,.flex.custom-checkbox.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.custom-checkbox:before{content:"";display:block;height:1.25rem;width:1.25rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(62 74 97 / var(--tw-bg-opacity))}.custom-checkbox-input:checked+label .custom-checkbox{justify-content:flex-end;--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}.custom-checkbox-input:checked+label .custom-checkbox:before{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.responsive-modal div .ant-modal-content,.responsive-drawer .ant-drawer-body{padding:0}#add-edit-company-sales-point-form .ant-form-item-label,#add-natural-client-form .ant-form-item-label,#add-legal-client-form .ant-form-item-label,#client-shipping-address-form .ant-form-item-label,#add-register-provider-form .ant-form-item-label,#add-excluded-provider-form .ant-form-item-label{height:30px!important}#add-edit-company-sales-point-form .ant-form-item-label>label,#add-edit-company-sales-point-form .ant-form-item-label>label span,#add-natural-client-form .ant-form-item-label>label,#add-natural-client-form .ant-form-item-label>label span,#add-legal-client-form .ant-form-item-label>label,#add-legal-client-form .ant-form-item-label>label span,#client-shipping-address-form .ant-form-item-label>label,#client-shipping-address-form .ant-form-item-label>label span,#add-register-provider-form .ant-form-item-label>label,#add-register-provider-form .ant-form-item-label>label span,#add-excluded-provider-form .ant-form-item-label>label,#add-excluded-provider-form .ant-form-item-label>label span{height:18px!important}#add-edit-company-sales-point-form .ant-form-item-label>label span,#add-natural-client-form .ant-form-item-label>label span,#client-shipping-address-form .ant-form-item-label>label,#client-shipping-address-form .ant-form-item-label>label span,#add-register-provider-form .ant-form-item-label>label,#add-register-provider-form .ant-form-item-label>label span,#add-excluded-provider-form .ant-form-item-label>label,#add-excluded-provider-form .ant-form-item-label>label span{line-height:18px!important}@media (min-width: 1024px){#client-shipping-address-form .ant-select-selection-item{max-width:9rem}}.client-modal-tabs .ant-tabs-nav{padding-left:2rem;padding-right:2rem}#add-edit-company-sales-point-form .ant-input-number-input{height:3.5rem!important}#add-natural-client-form input,#add-natural-client-form .ant-select-selection-item{height:3.5rem!important;font-size:14px!important}#add-natural-client-form .ant-form-item-required,#add-natural-client-form .ant-select-selection-item{font-size:14px!important}#add-natural-client-form .ant-form-item-label>label{font-size:14px!important}#add-legal-client-form input,#add-legal-client-form .ant-select-selection-item{height:3.5rem!important;font-size:14px!important}#add-legal-client-form .ant-form-item-label>label{font-size:14px!important}#add-legal-client-form .ant-select-selection-item,#add-natural-client-form .ant-select-selection-item{font-size:14px!important}.responsive-modal div .ant-modal-content,.responsive-drawer .ant-drawer-body{padding:0;border-radius:20px!important}.ant-input-search-button{height:3rem!important}.long-label .ant-form-item-label label{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}#reset-password .ant-form-item-label label{font-size:.875rem;line-height:1rem!important}@media (min-width: 768px){#reset-password .ant-form-item-label label{font-size:1rem;line-height:1.125rem!important}}#reset-password_confirm,#reset-password_password{font-size:.875rem;line-height:1rem!important}#reset-password_confirm::-moz-placeholder,#reset-password_password::-moz-placeholder{font-size:.875rem;line-height:1rem!important}#reset-password_confirm::placeholder,#reset-password_password::placeholder{font-size:.875rem;line-height:1rem!important}@media (min-width: 768px){#reset-password_confirm,#reset-password_password{font-size:1rem;line-height:1.125rem!important}#reset-password_confirm::-moz-placeholder,#reset-password_password::-moz-placeholder{font-size:1rem;line-height:1.125rem!important}#reset-password_confirm::placeholder,#reset-password_password::placeholder{font-size:1rem;line-height:1.125rem!important}}#reset-password .ant-input-lg+.ant-input-suffix svg{height:1.125rem;width:1.125rem}@media (min-width: 768px){#reset-password .ant-input-lg+.ant-input-suffix svg{height:1.5rem;width:1.5rem}}#reset-password .ant-input-lg+.ant-input-suffix svg path{fill:#0e1d3a}.ant-table-cell{font-size:.75rem;line-height:.875rem;--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}#add-natural-client-form input,#add-natural-client-form .ant-select-selection-item,#add-legal-client-form input,#add-legal-client-form .ant-select-selection-item{height:3.5rem!important}.add-product-modal .ant-modal-content{padding:1rem 1.5rem}@media (min-width: 900px){.add-product-modal .ant-modal-content{padding:2rem}}.add-product-modal .ant-tabs-tab{margin:0!important;width:-moz-fit-content;width:fit-content;justify-content:center;padding:.5rem .625rem!important;font-size:.875rem!important;font-weight:400;line-height:1rem;--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}@media (min-width: 768px){.add-product-modal .ant-tabs-tab{padding-left:2rem!important;padding-right:2rem!important;font-size:1rem!important;line-height:1.125rem}}.add-product-modal .ant-tabs-tab.ant-tabs-tab-active{text-shadow:none;border-bottom-width:3px;--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity));font-weight:400;--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.add-product-modal .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,.add-product-modal .ant-tabs-tab.ant-tabs-tab:not(.ant-tabs-tab-disabled):hover .ant-tabs-tab-btn,.add-product-modal .ant-tabs-tab.ant-tabs-tab:not(.ant-tabs-tab-disabled):hover{text-shadow:none;--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.add-product-modal .ant-tabs-nav{width:-moz-fit-content;width:fit-content;max-width:100%;--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity))}.add-product-modal .ant-tabs-content-holder{border-radius:.625rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:2rem}.add-product-modal .ant-tabs-nav{margin-bottom:1.5rem}.add-product-modal .ant-tabs-content-holder{padding:0}.add-product-modal .ant-radio-inner{height:1.5rem;width:1.5rem;--tw-border-opacity: 1;border-color:rgb(110 119 137 / var(--tw-border-opacity))}.add-product-modal .ant-radio-checked .ant-radio-inner{--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.add-product-modal .ant-radio-checked .ant-radio-inner:after{height:1rem;width:1rem;--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));content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}.add-product-modal .ant-modal-footer .ant-btn{height:3rem!important;padding-left:2rem;padding-right:2rem;line-height:1.125rem}@media (min-width: 900px){.add-product-modal .ant-modal-footer .ant-btn{height:3.5rem!important;font-size:1.25rem!important;line-height:1.375rem!important}}.add-product-modal .ant-modal-footer .ant-btn.ant-btn-primary{margin-left:1.5rem}@media (min-width: 900px){.add-product-modal #add-product-form label{width:-moz-max-content;width:max-content}}.add-product-modal #add-product-form label{font-size:.875rem!important;line-height:1rem!important}@media (min-width: 900px){.add-product-modal #add-product-form label{font-size:1rem!important;line-height:1.125rem!important}}.add-product-modal #add-product-form label.ant-radio-wrapper{line-height:1.5rem!important}.add-product-modal #add-product-form .ant-input-number-input{height:3rem!important;font-size:.875rem!important;line-height:1rem!important}@media (min-width: 900px){.add-product-modal #add-product-form .ant-input-number-input{height:3.5rem!important;font-size:1rem!important;line-height:1.125rem!important}}.add-product-modal #add-product-form .ant-select{height:3rem!important}@media (min-width: 900px){.add-product-modal #add-product-form .ant-select{height:3.5rem!important}}.add-product-modal #add-product-form .ant-select.override-class{height:auto!important}.add-product-modal-checkbox{transform:scale(1.5);transform-origin:top left}.pos-modal-checkbox .ant-checkbox-inner{width:24px;height:24px}.pos-modal-checkbox .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff;margin-left:2px}.pos-categories .ant-dropdown-menu{padding:0;border-radius:10px}.add-product-modal #add-product-form .ant-select-selection-search-input{height:100%;font-size:.875rem!important;line-height:1rem!important}.add-product-modal #add-product-form .ant-select-selection-search-input::-moz-placeholder{font-size:.875rem!important;line-height:1rem!important}.add-product-modal #add-product-form .ant-select-selection-search-input::placeholder{font-size:.875rem!important;line-height:1rem!important}@media (min-width: 900px){.add-product-modal #add-product-form .ant-select-selection-search-input{font-size:1rem!important;line-height:1.125rem!important}.add-product-modal #add-product-form .ant-select-selection-search-input::-moz-placeholder{font-size:1rem!important;line-height:1.125rem!important}.add-product-modal #add-product-form .ant-select-selection-search-input::placeholder{font-size:1rem!important;line-height:1.125rem!important}}.add-product-modal #add-product-form .ant-select-selector .ant-select-selection-placeholder{--tw-text-opacity: 1;color:rgb(110 119 137 / var(--tw-text-opacity))}.add-product-modal #add-product-form .ant-select-selector .ant-select-selection-item{--tw-text-opacity: 1 !important;color:rgb(14 29 58 / var(--tw-text-opacity))!important}.add-product-modal #add-product-form .ant-select-selector .ant-select-selection-placeholder,.add-product-modal #add-product-form .ant-select-selector .ant-select-selection-item{font-size:.875rem!important;line-height:1.25rem!important}@media (min-width: 900px){.add-product-modal #add-product-form .ant-select-selector .ant-select-selection-placeholder,.add-product-modal #add-product-form .ant-select-selector .ant-select-selection-item{font-size:1rem!important;line-height:1.5rem!important}}.add-product-modal #add-product-form textarea{height:100%!important;font-size:.875rem!important;line-height:1rem!important}.add-product-modal #add-product-form textarea+.ant-input-suffix .ant-input-data-count{bottom:.75rem;right:1rem;font-size:.625rem;font-weight:400;font-style:italic;line-height:.75rem;--tw-text-opacity: 1;color:rgb(159 165 176 / var(--tw-text-opacity))}.add-product-modal .btn-delete .btn-icon,.add-product-modal .btn-duplicate .btn-icon,.add-product-modal .btn-add .btn-icon{height:1.125rem;width:1.125rem}@media (min-width: 900px){.add-product-modal .btn-delete .btn-icon,.add-product-modal .btn-duplicate .btn-icon,.add-product-modal .btn-add .btn-icon{height:1.375rem;width:1.375rem}}.add-product-modal .btn-delete{--tw-bg-opacity: 1;background-color:rgb(255 50 70 / var(--tw-bg-opacity))}.add-product-modal .btn-delete .btn-icon path{fill:#fff}.add-product-modal .btn-add .btn-icon path{fill:#4b6dfb}.add-product-modal .btn-duplicate{--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}.add-product-modal .btn-duplicate .btn-icon path{fill:#fff}.add-product-modal .btn-disabled{--tw-bg-opacity: 1;background-color:rgb(238 242 243 / var(--tw-bg-opacity))}.add-product-modal .ant-btn .btn-icon-disabled path{fill:#9fa5b0}.add-product-modal .feature-image:after{bottom:-108px;height:184px}.add-product-modal .feature-image .ant-row{flex:1 1 0%}.add-product-modal .feature-image .ant-row .ant-image{width:100%}.add-product-modal .ant-upload-drag{height:24.5rem;--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity))}@media (min-width: 900px){.add-product-modal .ant-upload-drag{height:27.875rem}}.add-product-modal .ant-upload-wrapper:before{content:var(--tw-content);display:none}.add-product-modal .ant-upload-wrapper:after{content:var(--tw-content);display:none}.add-product-modal .dragger-with-images{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:2rem}@media screen and (min-width: 390px) and (max-width: 768px){.add-product-modal .dragger-with-images.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.add-product-modal .dragger-with-images.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.add-product-modal .dragger-with-images .ant-upload-list-picture-card{order:-1;width:100%;flex:1 1 0%;gap:2rem!important}@media (min-width: 900px){.add-product-modal .dragger-with-images .ant-upload-list-picture-card{order:9999;flex-wrap:nowrap}}.add-product-modal .dragger-with-images .ant-upload-list-picture-card .ant-upload-list-item-container,.add-product-modal .dragger-with-images .ant-upload-list-picture-card .ant-upload-list-item{height:11.25rem!important;width:11.25rem!important}@media (min-width: 900px){.add-product-modal .dragger-with-images .ant-upload-list-picture-card .ant-upload-list-item-container,.add-product-modal .dragger-with-images .ant-upload-list-picture-card .ant-upload-list-item{height:12.8125rem!important;width:12.8125rem!important}}.add-product-modal .dragger-with-images .ant-upload-drag{height:11.25rem;width:100%}.add-product-modal #add-product-form .radio-group-inventory .ant-radio-wrapper{margin:0;flex:1 1 0%;font-size:.875rem!important;line-height:1.5rem!important}@media (min-width: 900px){.add-product-modal #add-product-form .radio-group-inventory .ant-radio-wrapper{max-width:15rem}}.add-product-modal .star-icon path{fill:#4b6dfb}.add-product-modal .ant-upload-list-item-actions{top:.625rem;text-align:right!important;opacity:1!important}.add-product-modal .ant-upload-list-item-action{opacity:1!important}@media screen and (min-width: 1100px){.details-product-container{min-height:calc(100vh - 64px);max-height:calc(100vh - 64px)}.regular-sider-products{position:relative;right:unset;width:300px;--tw-translate-x: unset;top:unset;z-index:0}}.sider-product-component{min-height:calc(100vh - 64px);padding-bottom:0}@media screen and (min-width: 1100px){.sider-product-component{min-height:100%}}.sider-product-component .custom-product-search-input .ant-input{border-right-width:0px}.sider-product-component .custom-product-search-input .ant-input-group-addon{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.sider-product-component .ant-input-group-addon .ant-btn{height:3rem;border-left-width:0px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.sider-product-component .ant-input-group-wrapper{border-radius:.625rem!important;padding:0}.sider-product-component .ant-input-affix-wrapper{height:3rem!important;border-radius:.625rem!important}.sider-product-component .ant-input{outline:none;height:48px!important}.sider-product-component .custom-product-search-input .ant-input:hover,.sider-product-component .custom-product-search-input .ant-input:focus{margin-left:0!important;margin-right:0!important;border-right-width:0px!important;--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity));--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sider-product-component .custom-product-search-input .ant-input:hover+.ant-input-group-addon .ant-btn,.sider-product-component .custom-product-search-input .ant-input:focus+.ant-input-group-addon .ant-btn{outline-offset:unset!important;--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity))}.sider-product-component+span{flex:1 1 0%;overflow-y:auto}@media screen and (min-width: 1100px){.sider-product-component+span{max-width:calc(100% - 300px)}}.details-product-container .ant-tabs-content-holder{padding:0}.details-product-container .product-image-grid{grid-template-areas:"featured" "products"}@media screen and (min-width: 1024px){.details-product-container .product-image-grid{grid-template-areas:"featured products";grid-template-columns:minmax(0,442px) minmax(0,679px);align-items:flex-start}@media (min-width: 1024px){.details-product-container .product-image-grid{align-items:stretch}}}.details-product-container .product-image-grid .feature-container{grid-area:featured}.details-product-container .product-image-grid .feature-container:after{bottom:-108px;height:184px}.details-product-container .product-image-grid .products{grid-area:products}@media screen and (min-width: 1500px){.details-product-container .product-image-grid .products{grid-template-columns:repeat(3,minmax(0,1fr))}}.details-product-container .product-image-grid .product-image{position:relative}.details-product-container .product-image-grid .product-image .ant-image{display:flex;height:100%;max-height:100%;align-items:center;justify-content:center}@media screen and (min-width: 390px) and (max-width: 768px){.flex.details-product-container .product-image-grid .product-image .ant-image.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input,.details-product-container .product-image-grid .product-image .ant-image.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper .ant-input{width:100%}.flex.details-product-container .product-image-grid .product-image .ant-image.justify-between .ant-input-group-wrapper .ant-input-wrapper,.details-product-container .product-image-grid .product-image .ant-image.items-center.justify-between .ant-input-group-wrapper .ant-input-wrapper{width:93%}}.details-product-container .product-image-grid .product-image .ant-image-img{max-height:100%}.details-product-container .product-image-grid .star-icon path{fill:#4b6dfb}.sider-product-component ul{max-height:calc(100vh - 250px);overflow-y:auto}@media screen and (min-width: 1100px){.sider-product-component ul{max-height:calc(100% - 150px)}}.sider-product-component .custom-product-search-input{max-width:calc(100% - 64px);height:3rem}.ant-tabs-tab{border-bottom:1px solid #d9d9d9!important}.dashboard-grid{grid-template-columns:minmax(0,100%)}.ant-checkbox-checked .ant-checkbox-inner{--tw-border-opacity: 1 !important;border-color:rgb(75 109 251 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(75 109 251 / var(--tw-bg-opacity))!important}.black-placeholder .ant-picker-input input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.black-placeholder .ant-picker-input input::placeholder{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.trashcan-delete-contact path{fill:#fff}.trashcan-delete-contact path:hover{fill:#ff3246}.ant-table-row-expand-icon-collapsed,.ant-table-row-expand-icon-expanded{margin-top:0!important}.ant-input[readonly],.change-bg-readonly .ant-input-number-input[readonly]{cursor:not-allowed;--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity));--tw-bg-opacity: 1 !important;background-color:rgb(232 233 236 / var(--tw-bg-opacity))!important;--tw-text-opacity: 1;color:rgb(110 119 137 / var(--tw-text-opacity))}#purchaseProducts th.ant-table-cell{margin:0;border-style:none;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:0!important;padding-bottom:0!important;font-size:1rem;line-height:1.5rem;font-weight:400;--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}#purchaseProducts td.ant-table-cell{border-style:none;padding-left:0;padding-right:0}#purchaseProducts th.ant-table-cell:before{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#purchaseProducts td{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#add-natural-client-form input,#add-natural-client-form .ant-select-selection-item,#add-legal-client-form input,#add-legal-client-form .ant-select-selection-item,#add-register-provider-form input,#add-register-provider-form .ant-select-selection-item,#add-excluded-provider-form .ant-select-selection-item .ant-flex{height:3.5rem!important}.custom-label{white-space:nowrap;font-size:1.125rem;line-height:1.75rem;font-weight:700}#add-natural-client-form input,#add-natural-client-form .ant-select-selection-item,#add-legal-client-form input,#add-legal-client-form .ant-select-selection-item{height:3.5rem!important;line-height:3.5rem!important}#add-legal-client-form .ant-checkbox-disabled .ant-checkbox-inner{--tw-border-opacity: 1 !important;border-color:rgb(207 210 216 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(207 210 216 / var(--tw-bg-opacity))!important}#add-register-provider-form input,#add-register-provider-form .ant-select-selection-item,#add-excluded-provider-form .ant-select-selection-item .ant-flex{height:3.5rem!important}#add-register-provider-form .ant-select-selection-item{margin-top:2.5rem;font-size:14px!important}#add-excluded-provider-form input,#add-excluded-provider-form .ant-select-selection-item .ant-flex{height:3.5rem!important}#add-excluded-provider-form .ant-select-selection-item,#add-register-provider-form .ant-form-item-required{font-size:14px!important}#add-excluded-provider-form .ant-form-item-label>label{font-size:14px!important}#add-excluded-provider-form .ant-form-item-required{font-size:14px!important}#add-register-provider-form .ant-form-item-label>label{font-size:14px!important}.ant-card:not(.dashboard-card) .ant-card-body{padding:0!important}#purchaseForm textarea{height:100%!important}#saleProducts th.ant-table-cell:before{display:none}#saleProducts th.ant-table-cell{background-color:#fff!important;font-size:16px;font-weight:400;color:#0e1d3a;line-height:0;border-bottom:0!important}#salesProducts td.ant-table-cell,#saleProducts tr.ant-table-row.ant-table-row-level-0 td{border-bottom:none!important}#invoiceForm .ant-input-group-addon{padding-left:1.25rem;padding-right:1.25rem;font-size:1.25rem;line-height:1.75rem}.date-time-picker .ant-picker-suffix{--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.date-time-picker .ant-picker-input input::-moz-placeholder{--tw-text-opacity: 1 !important;color:rgb(14 29 58 / var(--tw-text-opacity))!important}.date-time-picker .ant-picker-input input::placeholder{--tw-text-opacity: 1 !important;color:rgb(14 29 58 / var(--tw-text-opacity))!important}.ant-tabs>.ant-tabs-nav{width:-moz-fit-content;width:fit-content}.ant-tabs-top>.ant-tabs-nav:before{--tw-border-opacity: 1;border-color:rgb(219 226 254 / var(--tw-border-opacity))}#saleProducts th.ant-table-cell{margin:0;border-style:none;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:0!important;padding-bottom:0!important;font-size:1rem;line-height:1.5rem;font-weight:400;--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}#saleProducts td.ant-table-cell{border-style:none;padding-left:0;padding-right:0}#saleProducts th.ant-table-cell:before{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#saleProducts td{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#batchNumberSelectionForm label{font-size:.875rem;line-height:1rem}#batchNumberSelectionForm .ant-picker-large,#batchNumberSelectionForm .ant-select{height:3rem!important}@media (min-width: 768px){#batchNumberSelectionForm .ant-picker-large,#batchNumberSelectionForm .ant-select{height:3.5rem!important}}@media screen and (min-width: 1100px){.details-client-container{min-height:calc(100vh - 64px);max-height:calc(100vh - 64px)}.regular-sider-provider{position:relative;right:unset;width:300px;--tw-translate-x: unset;top:unset;z-index:0}}@media screen and (min-width: 1530px){.details-client-container>:nth-child(2){width:100%;flex:1}}.siderprovidercomponent+span{flex:1 1 0%;overflow-y:auto}.siderprovidercomponent .ant-input-group-addon .anticon-search,.siderprovidercomponent .ant-input-group-addon .ant-btn{display:none}.siderprovidercomponent .ant-input-group-wrapper{padding:0;border-radius:10px!important}.siderprovidercomponent .ant-input-affix-wrapper{border-radius:10px!important}.siderprovidercomponent .ant-input{margin-top:-6px;outline:none}.siderprovidercomponent ul{overflow-y:auto}.orders-form .ant-modal-mask{z-index:0}.select-custom-input .ant-input{border-right:0}.select-custom-input .ant-input:focus-within{box-shadow:none}.select-custom-input .ant-input:focus-within~.ant-input-group-addon{border-color:rgba(75,110,251,.808)}.select-custom-input .ant-input:hover~.ant-input-group-addon{border-color:rgba(75,110,251,.808)}.select-custom-input-read .ant-input-group-addon{background-color:#e8e9ec;border-left:0}.select-custom-input-edit .ant-input-group-addon{background-color:transparent;border-left:0}.order-info-module .ant-col{min-height:44px}.ant-switch-handle:before{background-color:#000!important}.ant-switch-checked .ant-switch-handle:before{background-color:#fff!important}#userPassword{height:33px!important;line-height:50px!important}.custom-taxclass .ant-select-selection-overflow-item.ant-select-selection-overflow-item-suffix{display:none}.disabled-input-color{background:linear-gradient(0deg,rgba(255,255,255,.5),rgba(255,255,255,.5)),#cfd2d8!important;border:1px solid #cfd2d8}.disabled-input-color:hover{background:linear-gradient(0deg,rgba(255,255,255,.5),rgba(255,255,255,.5)),#cfd2d8;border:1px solid #cfd2d8}.disabled-select-color .ant-select-selector{background:linear-gradient(0deg,rgba(255,255,255,.5),rgba(255,255,255,.5)),#cfd2d8!important}.note .ant-input-data-count{position:absolute;bottom:5px;right:10px}.customer-search .ant-select-selector{padding-left:0!important;padding-right:0!important}.natural-client-actions{--max-width-actions: calc(100vw - 32px) ;max-width:var(--max-width-actions)}.natural-client-actions .ant-flex button,.legal-client-actions .ant-flex button{font-size:.75rem;line-height:1rem}.natural-client-actions .ant-flex,.legal-client-actions .ant-flex{gap:.75rem!important}@media screen and (min-width: 330px){.natural-client-actions{--max-width-actions: 90vw }}@media screen and (min-width: 375px){.natural-client-actions .ant-flex button,.legal-client-actions .ant-flex button{font-size:1rem;line-height:1.5rem}.natural-client-actions .ant-flex,.legal-client-actions .ant-flex{gap:2rem!important}}@media screen and (min-width: 768px){.natural-client-actions{--max-width-actions: 100%}.natural-client-actions .ant-flex button,.legal-client-actions .ant-flex button{font-size:1.25rem;line-height:1.75rem}}.legal-client-tabs .ant-tabs-nav{max-width:calc(100% - 64px)}.legal-client-tabs .ant-tabs-content-holder{padding-bottom:0}.header-branch-dropdown{max-height:none}.customer-modal-tabs .ant-tabs-nav{max-width:100%}@media (min-width: 576px) and (max-width: 767px){.custom-mb{margin-bottom:4.5rem}.custom-mbInfo{margin-bottom:2rem}.custom-mbInfo2{margin-bottom:1.5rem}.custom-mbClient{margin-bottom:2.5rem}.custom-mbClient2{margin-bottom:8rem}.custom-mbDesc{margin-bottom:12rem}}.btn-disabled{background-color:#ccc;color:#666;border-color:#ccc;cursor:not-allowed}.ant-form-item .ant-form-item-explain-error{white-space:nowrap}@media screen and (max-width: 900px){.edit-product-modal-custom .ant-modal-footer{display:grid;grid-template-columns:2fr 2fr}}@media screen and (max-width: 640px){.table-custom-pag .ant-pagination .ant-pagination-options{display:none!important}.ant-table-wrapper .ant-pagination .ant-pagination-jump-next,.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev{min-width:20px}}.ant-table-wrapper .ant-pagination{flex-wrap:nowrap!important}.modal-my-invoice{width:70%!important;max-width:650px!important}.modal-my-invoice div .ant-modal-content,.modal-my-invoice .ant-drawer-body{padding:0;border-radius:10px}.modal-my-invoice .ant-modal-footer{display:grid;grid-template-columns:1fr 1fr 1fr;padding-inline:20px;padding-top:10px;padding-bottom:15px;gap:15px}.select-card-payment .ant-select-selector .ant-select-selection-item div{color:#0e1d3a!important}@media screen and (max-width: 670px){.modal-my-invoice .ant-modal-footer{grid-template-columns:1fr 1fr}.modal-my-invoice{width:90%!important}}.custom-input-number-wrapper{display:inline-block;background-color:#f3f4f6!important;border:2px solid #F3F4F6!important;box-shadow:none!important;border-radius:10px;transition:border-color .2s ease-in-out}.custom-input-number-wrapper .ant-input-number-affix-wrapper{background-color:#f3f4f6!important;border-color:#f3f4f6!important;box-shadow:none!important;border-radius:10px}.custom-input-number-wrapper .ant-input-number-handler-wrap{border-radius:10px}.custom-input-number-wrapper .ant-input-number-prefix{background-color:#f3f4f6!important;border:none!important;box-shadow:none!important;border-radius:10px}.custom-input-number-wrapper .ant-input-number-prefix:before{background-color:#f3f4f6!important;content:""!important;border:none!important;box-shadow:none!important;display:inline-block!important}.custom-input-number-wrapper:focus-within{border-color:#4b6dfb!important}.custom-input-number-wrapper .ant-input-number-affix-wrapper:hover,.custom-input-number-wrapper .ant-input-number-input:focus{background-color:#f3f4f6!important;border-color:#f3f4f6!important;box-shadow:none!important}.custom-input-number-wrapper .ant-input-number-handler-up:hover,.custom-input-number-wrapper .ant-input-number-handler-down:hover{background-color:#f3f4f6!important;border-color:#f3f4f6!important;box-shadow:none!important}.custom-centered-input .ant-input-number-input{text-align:center!important;padding-top:6px!important}#categories-group .ant-radio-button-wrapper{border-radius:50px;background-color:#dbede6;border:1px solid transparent}#categories-group .ant-radio-button-wrapper:hover{color:rgba(0,0,0,.7)}#categories-group .ant-radio-button-wrapper-checked{border:1px solid rgba(0,0,0,.7)!important;color:rgba(0,0,0,.7)!important}#categories-group .ant-radio-button-wrapper:before{content:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.sales-purchase .ant-input-number-group-addon{--tw-bg-opacity: 1 !important;background-color:rgb(245 247 248 / var(--tw-bg-opacity))!important;padding:12px 16px!important}.products-and-services-overview-table .ant-table-tbody .ant-table-cell-with-append{display:flex!important;align-items:center!important;flex-direction:row-reverse!important;justify-content:flex-end!important;gap:10px;min-height:60px}.products-and-services-table .ant-table-tbody .ant-table-cell-with-append{display:flex!important;align-items:center!important;flex-direction:row-reverse!important;justify-content:flex-end!important}.form-list-sales-and-prucharses .ant-row .ant-form-item-control .ant-form-item-explain-error{white-space:wrap!important}@media screen and (max-width: 390px){#root .ant-layout-content .ant-tabs:nth-child(2) .ant-tabs-nav{margin-top:12px}#root .ant-layout .ant-layout-content:nth-child(2) .ant-breadcrumb ol{margin-top:12px}#root .ant-layout .ant-layout-content:nth-child(2) .ant-form{margin-top:16px}}.invoice-warning-modal .ant-modal-content{padding:0}.orders-search:hover .ant-input-group-addon{border-color:transparent!important;box-shadow:none!important}#client-shipping-address-form .ant-select-selection-item{width:100%!important;max-width:100%!important}.react-pdf__Page__textContent,.react-pdf__Page__annotations{display:none!important}body.prevent-overflow{overflow-y:hidden}.tag-delete{background-color:#eef2f3;border-color:#cfd2d8;color:#000}.tag-pending{background-color:#fef2d0;border-color:#fac016;color:#000}.tag-aproveed{background-color:#d1e7dd;border-color:#198754;color:#000}.tag-sealed{background-color:#82e3f9;border-color:#036479;color:#036479}.tag-refused{background-color:#fdbead;border-color:#7e3f2e;color:#7e3f2e}.tag-contingency{background-color:#eff5e5;border-color:#707665;color:#707665}.tag-canceled{background-color:#ffe0e3;border-color:#ff3246;color:#000}.tag-invoiced{background-color:#dbe2fe;border-color:#4b6dfb;color:#000}.custom-ant-message.custom-ant-message--success .ant-message-notice-content{--tw-bg-opacity: 1;background-color:rgb(209 231 221 / var(--tw-bg-opacity))}:where(.css-dev-only-do-not-override-1br7fpx).ant-input-number-affix-wrapper .ant-input-number-prefix{margin-inline-end:0px}#add-register-provider-form>div.md\:max-h-132.overflow-y-scroll.overflow-x-hidden>div:nth-child(1)>div:nth-child(4)>div:nth-child(3)>div>div>div.ant-col.ant-form-item-control.css-dev-only-do-not-override-1gbjs94>div>div>div>div>span>span.ant-select-selection-search{height:56px!important;margin-top:18px!important}:where(.css-dev-only-do-not-override-1br7fpx).ant-tree .ant-tree-node-content-wrapper{padding:7px}.no-arrow-select .ant-select-arrow{display:none!important}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}#dte-unsealed-search.ant-input{height:24px!important}.module-auth-code .ant-input#userPassword{padding-bottom:8px}.custom-form-item-end-date .ant-form-item-label{height:48px!important}.group:hover .group-hover\:hover-icon path{fill:#7595ff}.group:hover .group-hover\:blue-icon path{fill:#4b6dfb}.placeholder\:text-base::-moz-placeholder{font-size:1rem;line-height:1.5rem}.placeholder\:text-base::placeholder{font-size:1rem;line-height:1.5rem}.placeholder\:text-sm::-moz-placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:font-normal::-moz-placeholder{font-weight:400}.placeholder\:font-normal::placeholder{font-weight:400}.placeholder\:leading-4::-moz-placeholder{line-height:1rem}.placeholder\:leading-4::placeholder{line-height:1rem}.placeholder\:leading-4\.5::-moz-placeholder{line-height:1.125rem}.placeholder\:leading-4\.5::placeholder{line-height:1.125rem}.placeholder\:text-primary-40::-moz-placeholder{--tw-text-opacity: 1;color:rgb(159 165 176 / var(--tw-text-opacity))}.placeholder\:text-primary-40::placeholder{--tw-text-opacity: 1;color:rgb(159 165 176 / var(--tw-text-opacity))}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:left-4:before{content:var(--tw-content);left:1rem}.before\:top-4\.5:before{content:var(--tw-content);top:1.125rem}.before\:z-10:before{content:var(--tw-content);z-index:10}.before\:mr-2:before{content:var(--tw-content);margin-right:.5rem}.before\:block:before{content:var(--tw-content);display:block}.before\:inline-block:before{content:var(--tw-content);display:inline-block}.before\:h-4:before{content:var(--tw-content);height:1rem}.before\:h-6:before{content:var(--tw-content);height:1.5rem}.before\:w-4:before{content:var(--tw-content);width:1rem}.before\:w-6:before{content:var(--tw-content);width:1.5rem}.before\:rounded:before{content:var(--tw-content);border-radius:.25rem}.before\:rounded-full:before{content:var(--tw-content);border-radius:9999px}.before\:bg-\[\#B7DBCD\]:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(183 219 205 / var(--tw-bg-opacity))}.before\:bg-\[\#FB7D5B\]:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(251 125 91 / var(--tw-bg-opacity))}.before\:bg-\[\#FDBEAD\]:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(253 190 173 / var(--tw-bg-opacity))}.before\:bg-primary-100:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(14 29 58 / var(--tw-bg-opacity))}.before\:bg-secondary-100:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}.before\:bg-secondary-40:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(183 197 253 / var(--tw-bg-opacity))}.before\:bg-secondary-80:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(111 138 252 / var(--tw-bg-opacity))}.before\:bg-tertiary-100:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(250 192 22 / var(--tw-bg-opacity))}.before\:bg-transparent:before{content:var(--tw-content);background-color:transparent}.before\:px-1\.5:before{content:var(--tw-content);padding-left:.375rem;padding-right:.375rem}.before\:py-1:before{content:var(--tw-content);padding-top:.25rem;padding-bottom:.25rem}.before\:text-xs:before{content:var(--tw-content);font-size:.75rem;line-height:1rem}.before\:leading-3\.5:before{content:var(--tw-content);line-height:.875rem}.before\:text-white:before{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.before\:transition-colors:before{content:var(--tw-content);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.before\:duration-300:before{content:var(--tw-content);transition-duration:.3s}.before\:content-\[\"\"\]:before{--tw-content: "";content:var(--tw-content)}.before\:content-\[\"Foto_Principal\"\]:before{--tw-content: "Foto Principal";content:var(--tw-content)}.before\:content-\[\'-\'\]:before{--tw-content: "-";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-0:after{content:var(--tw-content);left:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:z-10:after{content:var(--tw-content);z-index:10}.after\:block:after{content:var(--tw-content);display:block}.after\:hidden:after{content:var(--tw-content);display:none}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:w-px:after{content:var(--tw-content);width:1px}.after\:max-w-\[514px\]:after{content:var(--tw-content);max-width:514px}.after\:bg-primary-20:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(207 210 216 / var(--tw-bg-opacity))}.after\:bg-product-gradient:after{content:var(--tw-content);background-image:linear-gradient(180deg,rgba(255,255,255,0),#9fa5b0)}.after\:text-red-600:after{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.after\:content-\[\"\"\]:after{--tw-content: "";content:var(--tw-content)}.first\:mt-0:first-child{margin-top:0}.last\:-mb-6:last-child{margin-bottom:-1.5rem}.focus-within\:border-none:focus-within{border-style:none}.focus-within\:shadow-none:focus-within{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:w-fit:hover{width:-moz-fit-content;width:fit-content}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;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))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-none:hover{border-style:none}.hover\:\!border-danger:hover{--tw-border-opacity: 1 !important;border-color:rgb(255 50 70 / var(--tw-border-opacity))!important}.hover\:\!border-red-700:hover{--tw-border-opacity: 1 !important;border-color:rgb(185 28 28 / var(--tw-border-opacity))!important}.hover\:\!border-secondary-100:hover{--tw-border-opacity: 1 !important;border-color:rgb(75 109 251 / var(--tw-border-opacity))!important}.hover\:\!border-secondary-80:hover{--tw-border-opacity: 1 !important;border-color:rgb(111 138 252 / var(--tw-border-opacity))!important}.hover\:\!border-tertiary-100:hover{--tw-border-opacity: 1 !important;border-color:rgb(250 192 22 / var(--tw-border-opacity))!important}.hover\:\!border-transparent:hover{border-color:transparent!important}.hover\:border-\[\#4096ff\]:hover{--tw-border-opacity: 1;border-color:rgb(64 150 255 / var(--tw-border-opacity))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}.hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity))}.hover\:border-orange-300:hover{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity))}.hover\:border-primary-40:hover{--tw-border-opacity: 1;border-color:rgb(159 165 176 / var(--tw-border-opacity))}.hover\:border-primary-60:hover{--tw-border-opacity: 1;border-color:rgb(110 119 137 / var(--tw-border-opacity))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity))}.hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}.hover\:border-secondary-100:hover{--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity))}.hover\:border-secondary-80:hover{--tw-border-opacity: 1;border-color:rgb(111 138 252 / var(--tw-border-opacity))}.hover\:\!bg-danger\/80:hover{background-color:rgba(255,50,70,.8)!important}.hover\:\!bg-quaternary-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(238 242 243 / var(--tw-bg-opacity))!important}.hover\:\!bg-red-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(185 28 28 / var(--tw-bg-opacity))!important}.hover\:\!bg-secondary-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(75 109 251 / var(--tw-bg-opacity))!important}.hover\:\!bg-secondary-100\/80:hover{background-color:rgba(75,109,251,.8)!important}.hover\:\!bg-secondary-80:hover{--tw-bg-opacity: 1 !important;background-color:rgb(111 138 252 / var(--tw-bg-opacity))!important}.hover\:\!bg-tertiary-100\/80:hover{background-color:rgba(250,192,22,.8)!important}.hover\:bg-\[\#e8e8e8\]:hover{--tw-bg-opacity: 1;background-color:rgb(232 232 232 / var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-danger\/80:hover{background-color:rgba(255,50,70,.8)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.hover\:bg-primary-20:hover{--tw-bg-opacity: 1;background-color:rgb(207 210 216 / var(--tw-bg-opacity))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.hover\:bg-secondary-100:hover{--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}.hover\:bg-secondary-80:hover{--tw-bg-opacity: 1;background-color:rgb(111 138 252 / var(--tw-bg-opacity))}.hover\:\!text-danger:hover{--tw-text-opacity: 1 !important;color:rgb(255 50 70 / var(--tw-text-opacity))!important}.hover\:\!text-primary-100:hover{--tw-text-opacity: 1 !important;color:rgb(14 29 58 / var(--tw-text-opacity))!important}.hover\:\!text-secondary-100:hover{--tw-text-opacity: 1 !important;color:rgb(75 109 251 / var(--tw-text-opacity))!important}.hover\:\!text-tertiary-100:hover{--tw-text-opacity: 1 !important;color:rgb(250 192 22 / var(--tw-text-opacity))!important}.hover\:\!text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.hover\:text-primary-100:hover{--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}.hover\:text-primary-80:hover{--tw-text-opacity: 1;color:rgb(62 74 97 / var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.hover\:text-secondary-100:hover{--tw-text-opacity: 1;color:rgb(75 109 251 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-md:hover{--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)}.hover\:shadow-none:hover{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--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)}.focus\:border-2:focus{border-width:2px}.focus\:\!border-none:focus{border-style:none!important}.focus\:border-secondary-100:focus{--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity))}.focus\:\!shadow-none:focus{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.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)}.disabled\:\!cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:\!border-danger:disabled{--tw-border-opacity: 1 !important;border-color:rgb(255 50 70 / var(--tw-border-opacity))!important}.disabled\:\!border-danger\/25:disabled{border-color:rgba(255,50,70,.25)!important}.disabled\:\!border-secondary-100:disabled{--tw-border-opacity: 1 !important;border-color:rgb(75 109 251 / var(--tw-border-opacity))!important}.disabled\:\!border-transparent:disabled{border-color:transparent!important}.disabled\:border-\[\#d9d9d9\]:disabled{--tw-border-opacity: 1;border-color:rgb(217 217 217 / var(--tw-border-opacity))}.disabled\:\!bg-danger:disabled{--tw-bg-opacity: 1 !important;background-color:rgb(255 50 70 / var(--tw-bg-opacity))!important}.disabled\:\!bg-danger\/25:disabled{background-color:rgba(255,50,70,.25)!important}.disabled\:\!bg-quaternary-100:disabled{--tw-bg-opacity: 1 !important;background-color:rgb(238 242 243 / var(--tw-bg-opacity))!important}.disabled\:\!bg-secondary-100:disabled{--tw-bg-opacity: 1 !important;background-color:rgb(75 109 251 / var(--tw-bg-opacity))!important}.disabled\:\!bg-secondary-40:disabled{--tw-bg-opacity: 1 !important;background-color:rgb(183 197 253 / var(--tw-bg-opacity))!important}.disabled\:bg-\[\#0000000a\]:disabled{background-color:rgba(0,0,0,.04)}.disabled\:bg-quaternary-100:disabled{--tw-bg-opacity: 1;background-color:rgb(238 242 243 / var(--tw-bg-opacity))}.disabled\:bg-white:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.disabled\:\!text-white:disabled{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.disabled\:text-\[\#00000040\]:disabled{color:rgba(0,0,0,.25)}.disabled\:text-primary-40:disabled{--tw-text-opacity: 1;color:rgb(159 165 176 / var(--tw-text-opacity))}.disabled\:text-primary-60:disabled{--tw-text-opacity: 1;color:rgb(110 119 137 / var(--tw-text-opacity))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:rotate-180{--tw-rotate: 180deg;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))}.group:hover .group-hover\:\!fill-blue-600{fill:#2563eb!important}.group:hover .group-hover\:text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.group:hover .group-hover\:text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.group:hover .group-hover\:text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.group:hover .group-hover\:text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:border-secondary-100{--tw-border-opacity: 1;border-color:rgb(75 109 251 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:before\:bg-secondary-100:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(75 109 251 / var(--tw-bg-opacity))}@media (min-width: 640px){.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mb-0{margin-bottom:0}.sm\:mb-\[100px\]{margin-bottom:100px}.sm\:mr-6{margin-right:1.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:h-12{height:3rem}.sm\:w-12{width:3rem}.sm\:w-48{width:12rem}.sm\:w-80{width:20rem}.sm\:w-\[200px\]{width:200px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:min-w-\[120px\]{min-width:120px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0px}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-\[32px\]{gap:32px}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:p-\[50px\]{padding:50px}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-\[100px\]{padding-left:100px;padding-right:100px}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-\[50px\]{padding-top:50px;padding-bottom:50px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-4\.5{line-height:1.125rem}}@media (min-width: 768px){.md\:static{position:static}.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:bottom-0{bottom:0}.md\:bottom-8{bottom:2rem}.md\:left-12{left:3rem}.md\:left-56{left:14rem}.md\:left-60{left:15rem}.md\:left-64{left:16rem}.md\:left-72{left:18rem}.md\:right-6{right:1.5rem}.md\:top-12{top:3rem}.md\:top-2{top:.5rem}.md\:top-36{top:9rem}.md\:top-40{top:10rem}.md\:top-48{top:12rem}.md\:top-64{top:16rem}.md\:m-0{margin:0}.md\:m-12{margin:3rem}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mb-0{margin-bottom:0}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-11{margin-bottom:2.75rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-12\.5{margin-bottom:3.125rem}.md\:mb-2\.5{margin-bottom:.625rem}.md\:mb-20{margin-bottom:5rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-48{margin-bottom:12rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-\[100px\]{margin-bottom:100px}.md\:mb-\[10px\]{margin-bottom:10px}.md\:mb-\[50px\]{margin-bottom:50px}.md\:ml-0{margin-left:0}.md\:ml-8{margin-left:2rem}.md\:ml-auto{margin-left:auto}.md\:mt-0{margin-top:0}.md\:mt-2\.5{margin-top:.625rem}.md\:mt-24{margin-top:6rem}.md\:mt-4{margin-top:1rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-8{margin-top:2rem}.md\:\!block{display:block!important}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:\!hidden{display:none!important}.md\:hidden{display:none}.md\:\!h-auto{height:auto!important}.md\:h-12{height:3rem}.md\:h-14{height:3.5rem}.md\:h-\[350px\]{height:350px}.md\:h-\[48px\]{height:48px}.md\:h-\[56px\]{height:56px}.md\:h-\[660px\]{height:660px}.md\:h-fit{height:-moz-fit-content;height:fit-content}.md\:max-h-132{max-height:33rem}.md\:max-h-14{max-height:3.5rem}.md\:max-h-\[400px\]{max-height:400px}.md\:max-h-\[516px\]{max-height:516px}.md\:min-h-0{min-height:0px}.md\:min-h-\[352px\]{min-height:352px}.md\:\!w-20{width:5rem!important}.md\:\!w-40{width:10rem!important}.md\:\!w-\[232px\]{width:232px!important}.md\:\!w-\[356px\]{width:356px!important}.md\:\!w-\[361px\]{width:361px!important}.md\:\!w-\[633px\]{width:633px!important}.md\:\!w-\[736px\]{width:736px!important}.md\:\!w-\[800px\]{width:800px!important}.md\:\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.md\:\!w-full{width:100%!important}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-14{width:3.5rem}.md\:w-2\/4{width:50%}.md\:w-3\/4{width:75%}.md\:w-36{width:9rem}.md\:w-40{width:10rem}.md\:w-48{width:12rem}.md\:w-80{width:20rem}.md\:w-96{width:24rem}.md\:w-\[116px\]{width:116px}.md\:w-\[125px\]{width:125px}.md\:w-\[128px\]{width:128px}.md\:w-\[150px\]{width:150px}.md\:w-\[15px\]{width:15px}.md\:w-\[173px\]{width:173px}.md\:w-\[180px\]{width:180px}.md\:w-\[207px\]{width:207px}.md\:w-\[245px\]{width:245px}.md\:w-\[25px\]{width:25px}.md\:w-\[300px\]{width:300px}.md\:w-\[320px\]{width:320px}.md\:w-\[347px\]{width:347px}.md\:w-\[34px\]{width:34px}.md\:w-\[361px\]{width:361px}.md\:w-\[400px\]{width:400px}.md\:w-\[450px\]{width:450px}.md\:w-\[500px\]{width:500px}.md\:w-\[550px\]{width:550px}.md\:w-\[64px\]{width:64px}.md\:w-\[660px\]{width:660px}.md\:w-\[750px\]{width:750px}.md\:w-\[760px\]{width:760px}.md\:w-\[calc\(100\%_-_4rem\)\]{width:calc(100% - 4rem)}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:\!min-w-\[116px\]{min-width:116px!important}.md\:\!min-w-\[125px\]{min-width:125px!important}.md\:\!min-w-\[150px\]{min-width:150px!important}.md\:\!min-w-\[320px\]{min-width:320px!important}.md\:\!min-w-full{min-width:100%!important}.md\:min-w-96{min-width:24rem}.md\:min-w-\[150px\]{min-width:150px}.md\:min-w-\[757px\]{min-width:757px}.md\:\!max-w-full{max-width:100%!important}.md\:max-w-50{max-width:12.5rem}.md\:max-w-\[468px\]{max-width:468px}.md\:max-w-\[48\%\]{max-width:48%}.md\:max-w-\[700px\]{max-width:700px}.md\:max-w-full{max-width:100%}.md\:flex-1{flex:1 1 0%}.md\:flex-grow-0{flex-grow:0}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0px}.md\:gap-10{gap:2.5rem}.md\:gap-16{gap:4rem}.md\:gap-2{gap:.5rem}.md\:gap-2\.5{gap:.625rem}.md\:gap-25{gap:6.25rem}.md\:gap-4{gap:1rem}.md\:gap-5\.5{gap:1.375rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-\[32px\]{gap:32px}.md\: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))}.md\:overflow-x-auto{overflow-x:auto}.md\:overflow-x-scroll{overflow-x:scroll}.md\:text-nowrap{text-wrap:nowrap}.md\:border-b{border-bottom-width:1px}.md\:border-t-0{border-top-width:0px}.md\:p-0{padding:0}.md\:p-12\.5{padding:3.125rem}.md\:p-14{padding:3.5rem}.md\:p-16{padding:4rem}.md\:p-24{padding:6rem}.md\:p-4{padding:1rem}.md\:p-8{padding:2rem}.md\:p-\[50px\]{padding:50px}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-25{padding-left:6.25rem;padding-right:6.25rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-\[50px\]{padding-left:50px;padding-right:50px}.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pb-0{padding-bottom:0}.md\:pb-8{padding-bottom:2rem}.md\:pb-\[50px\]{padding-bottom:50px}.md\:pr-0{padding-right:0}.md\:pr-24{padding-right:6rem}.md\:pt-12\.5{padding-top:3.125rem}.md\:pt-8{padding-top:2rem}.md\:\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3\.5xl{font-size:2rem}.md\:text-\[20px\]{font-size:20px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[32px\]{font-size:32px}.md\:text-\[40px\]{font-size:40px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:\!leading-5\.5{line-height:1.375rem!important}.md\:leading-4{line-height:1rem}.md\:leading-4\.5{line-height:1.125rem}.md\:leading-5\.5{line-height:1.375rem}.md\:leading-6\.5{line-height:1.625rem}.md\:leading-8\.5{line-height:2.125rem}.md\:leading-\[34px\]{line-height:34px}.md\:placeholder\:text-base::-moz-placeholder{font-size:1rem;line-height:1.5rem}.md\:placeholder\:text-base::placeholder{font-size:1rem;line-height:1.5rem}.md\:placeholder\:leading-4\.5::-moz-placeholder{line-height:1.125rem}.md\:placeholder\:leading-4\.5::placeholder{line-height:1.125rem}.md\:after\:right-\[-32px\]:after{content:var(--tw-content);right:-32px}}@media (min-width: 1024px){.lg\:fixed{position:fixed}.lg\:order-last{order:9999}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:m-0{margin:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mb-0{margin-bottom:0}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mb-\[100px\]{margin-bottom:100px}.lg\:mb-\[13\%\]{margin-bottom:13%}.lg\:mb-\[39px\]{margin-bottom:39px}.lg\:mb-\[40px\]{margin-bottom:40px}.lg\:mb-\[50px\]{margin-bottom:50px}.lg\:mr-4{margin-right:1rem}.lg\:mt-0{margin-top:0}.lg\:mt-1{margin-top:.25rem}.lg\:mt-3{margin-top:.75rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-px{margin-top:1px}.lg\:\!block{display:block!important}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:\!hidden{display:none!important}.lg\:hidden{display:none}.lg\:h-\[10ch\]{height:10ch}.lg\:h-\[664px\]{height:664px}.lg\:h-\[673px\]{height:673px}.lg\:h-auto{height:auto}.lg\:max-h-\[998px\]{max-height:998px}.lg\:min-h-\[833px\]{min-height:833px}.lg\:\!w-\[238px\]{width:238px!important}.lg\:\!w-\[270px\]{width:270px!important}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/4{width:25%}.lg\:w-1\/5{width:20%}.lg\:w-132{width:33rem}.lg\:w-2\/3{width:66.666667%}.lg\:w-2\/5{width:40%}.lg\:w-3\/4{width:75%}.lg\:w-32{width:8rem}.lg\:w-72{width:18rem}.lg\:w-\[138px\]{width:138px}.lg\:w-\[149px\]{width:149px}.lg\:w-\[150px\]{width:150px}.lg\:w-\[155px\]{width:155px}.lg\:w-\[200px\]{width:200px}.lg\:w-\[35\%\]{width:35%}.lg\:w-\[380px\]{width:380px}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[600px\]{width:600px}.lg\:w-\[728px\]{width:728px}.lg\:w-auto{width:auto}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:w-full{width:100%}.lg\:min-w-\[156\.7px\]{min-width:156.7px}.lg\:max-w-111\.5{max-width:27.875rem}.lg\:max-w-\[1057px\]{max-width:1057px}.lg\:max-w-\[156px\]{max-width:156px}.lg\:max-w-\[249\.59px\]{max-width:249.59px}.lg\:max-w-\[282px\]{max-width:282px}.lg\:max-w-\[524px\]{max-width:524px}.lg\:max-w-\[528\.402px\]{max-width:528.402px}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:gap-0{gap:0px}.lg\:gap-2{gap:.5rem}.lg\:gap-4{gap:1rem}.lg\:gap-8{gap:2rem}.lg\:gap-\[32px\]{gap:32px}.lg\:rounded-none{border-radius:0}.lg\:border{border-width:1px}.lg\:border-solid{border-style:solid}.lg\:border-none{border-style:none}.lg\:border-primary-20{--tw-border-opacity: 1;border-color:rgb(207 210 216 / var(--tw-border-opacity))}.lg\:p-16{padding:4rem}.lg\:p-\[50px\]{padding:50px}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-\[200px\]{padding-left:200px;padding-right:200px}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:py-\[100px\]{padding-top:100px;padding-bottom:100px}.lg\:pb-16{padding-bottom:4rem}.lg\:pl-12{padding-left:3rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pt-16{padding-top:4rem}.lg\:text-left{text-align:left}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:leading-3\.5{line-height:.875rem}.lg\:leading-4\.5{line-height:1.125rem}.lg\:text-primary-100{--tw-text-opacity: 1;color:rgb(14 29 58 / var(--tw-text-opacity))}.lg\:ring-0{--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)}.lg\:after\:right-\[-64px\]:after{content:var(--tw-content);right:-64px}.lg\:after\:block:after{content:var(--tw-content);display:block}}@media (min-width: 1280px){.xl\:row-span-3{grid-row:span 3 / span 3}.xl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xl\:mb-1{margin-bottom:.25rem}.xl\:mb-12{margin-bottom:3rem}.xl\:mb-2{margin-bottom:.5rem}.xl\:mb-4{margin-bottom:1rem}.xl\:mb-8{margin-bottom:2rem}.xl\:ml-auto{margin-left:auto}.xl\:mt-1{margin-top:.25rem}.xl\:mt-7{margin-top:1.75rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:h-12{height:3rem}.xl\:h-\[313px\]{height:313px}.xl\:max-h-\[500px\]{max-height:500px}.xl\:max-h-screen{max-height:100vh}.xl\:\!w-14{width:3.5rem!important}.xl\:\!w-\[1100px\]{width:1100px!important}.xl\:\!w-\[171px\]{width:171px!important}.xl\:\!w-\[250px\]{width:250px!important}.xl\:w-1\/2{width:50%}.xl\:w-1\/6{width:16.666667%}.xl\:w-132{width:33rem}.xl\:w-14{width:3.5rem}.xl\:w-5\/6{width:83.333333%}.xl\:w-56{width:14rem}.xl\:w-96{width:24rem}.xl\:w-\[200px\]{width:200px}.xl\:w-\[370px\]{width:370px}.xl\:w-\[382px\]{width:382px}.xl\:w-\[480px\]{width:480px}.xl\:w-\[580px\]{width:580px}.xl\:w-\[70ch\]{width:70ch}.xl\:w-\[900px\]{width:900px}.xl\:w-\[905px\]{width:905px}.xl\:w-\[unset\]{width:unset}.xl\:w-fit{width:-moz-fit-content;width:fit-content}.xl\:w-full{width:100%}.xl\:\!min-w-\[1100px\]{min-width:1100px!important}.xl\:\!max-w-\[70\%\]{max-width:70%!important}.xl\:max-w-24{max-width:6rem}.xl\:max-w-46\.5{max-width:11.625rem}.xl\:max-w-96{max-width:24rem}.xl\:max-w-\[100\%\]{max-width:100%}.xl\:max-w-\[1013px\]{max-width:1013px}.xl\:max-w-\[1029px\]{max-width:1029px}.xl\:max-w-\[1085px\]{max-width:1085px}.xl\:max-w-\[1124px\]{max-width:1124px}.xl\:max-w-\[1231px\]{max-width:1231px}.xl\:max-w-\[1245px\]{max-width:1245px}.xl\:max-w-\[1332px\]{max-width:1332px}.xl\:max-w-\[230px\]{max-width:230px}.xl\:max-w-\[271\.25px\]{max-width:271.25px}.xl\:max-w-\[310px\]{max-width:310px}.xl\:max-w-\[524px\]{max-width:524px}.xl\:max-w-\[664px\]{max-width:664px}.xl\:max-w-\[70ch\]{max-width:70ch}.xl\:max-w-\[736px\]{max-width:736px}.xl\:max-w-\[773px\]{max-width:773px}.xl\:max-w-\[900px\]{max-width:900px}.xl\:max-w-full{max-width:100%}.xl\:scale-75{--tw-scale-x: .75;--tw-scale-y: .75;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))}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-wrap{flex-wrap:wrap}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:justify-end{justify-content:flex-end}.xl\:justify-between{justify-content:space-between}.xl\:gap-14{gap:3.5rem}.xl\:gap-4{gap:1rem}.xl\:gap-8{gap:2rem}.xl\:overflow-x-visible{overflow-x:visible}.xl\:border-b{border-bottom-width:1px}.xl\:border-none{border-style:none}.xl\:p-3{padding:.75rem}.xl\:p-4{padding:1rem}.xl\:p-\[50px\]{padding:50px}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:py-\[50px\]{padding-top:50px;padding-bottom:50px}.xl\:pt-6{padding-top:1.5rem}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-\[32px\]{font-size:32px}.xl\:text-\[48px\]{font-size:48px}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xl\:leading-5{line-height:1.25rem}.xl\:leading-6{line-height:1.5rem}}@media (min-width: 1536px){.\32xl\:mx-auto{margin-left:auto;margin-right:auto}.\32xl\:mb-5{margin-bottom:1.25rem}.\32xl\:\!inline{display:inline!important}.\32xl\:w-1\/3{width:33.333333%}.\32xl\:w-2\/3{width:66.666667%}.\32xl\:w-\[460px\]{width:460px}.\32xl\:w-\[80ch\]{width:80ch}.\32xl\:w-\[90\%\]{width:90%}.\32xl\:w-full{width:100%}.\32xl\:max-w-382{max-width:95.5rem}.\32xl\:max-w-\[80ch\]{max-width:80ch}.\32xl\: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))}.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:flex-col{flex-direction:column}.\32xl\:flex-nowrap{flex-wrap:nowrap}.\32xl\:justify-center{justify-content:center}.\32xl\:justify-between{justify-content:space-between}.\32xl\:gap-8{gap:2rem}.\32xl\:text-5xl{font-size:3rem;line-height:1}.\32xl\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 415px){.mobile-company\:left-0{left:0}.mobile-company\:mb-0{margin-bottom:0}.mobile-company\:flex{display:flex}.mobile-company\:w-full{width:100%}.mobile-company\:w-max{width:-moz-max-content;width:max-content}.mobile-company\:px-10{padding-left:2.5rem;padding-right:2.5rem}.mobile-company\:px-4{padding-left:1rem;padding-right:1rem}.mobile-company\:px-8{padding-left:2rem;padding-right:2rem}.mobile-company\:pl-11{padding-left:2.75rem}.mobile-company\:text-center{text-align:center}.mobile-company\:text-base{font-size:1rem;line-height:1.5rem}.mobile-company\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.tablet\:mx-auto{margin-left:auto;margin-right:auto}.tablet\:mb-0{margin-bottom:0}.tablet\:flex{display:flex}.tablet\:hidden{display:none}.tablet\:max-h-full{max-height:100%}.tablet\:w-\[unset\]{width:unset}.tablet\:w-fit{width:-moz-fit-content;width:fit-content}.tablet\:w-full{width:100%}.tablet\:flex-row{flex-direction:row}.tablet\:justify-between{justify-content:space-between}.tablet\:gap-8{gap:2rem}.tablet\:gap-\[32px\]{gap:32px}.tablet\:\!p-\[0\.75rem\]{padding:.75rem!important}.tablet\:pl-\[130px\]{padding-left:130px}.tablet\:pl-\[50px\]{padding-left:50px}.tablet\:pr-\[130px\]{padding-right:130px}.tablet\:pr-\[50px\]{padding-right:50px}.tablet\:text-3\.5xl{font-size:2rem}.tablet\:text-\[40px\]{font-size:40px}}@media (min-width: 887px){.tablet-887\:mb-\[6rem\]{margin-bottom:6rem}.tablet-887\:flex-row{flex-direction:row}}@media (min-width: 375px){.mobile-375\:max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.mobile-375\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-375\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.mobile-375\:justify-between{justify-content:space-between}.mobile-375\:gap-8{gap:2rem}}@media (min-width: 420px){.mobile-420\:w-52{width:13rem}}@media (min-width: 440px){.mobile-440\:left-0{left:0}.mobile-440\:flex-row{flex-direction:row}.mobile-440\:items-center{align-items:center}.mobile-440\:gap-\[238px\]{gap:238px}.mobile-440\:text-center{text-align:center}}@media (min-width: 480px){.mobile-480\:left-\[10\%\]{left:10%}}@media (min-width: 522px){.mobile-522\:left-0{left:0}}@media (min-width: 550px){.mobile-550\:left-\[2\%\]{left:2%}.mobile-550\:grid-cols-credit-debit-notes-reasons{grid-template-columns:minmax(auto,calc(100% - 320px)) repeat(2,minmax(auto,144px))}}@media (min-width: 600px){.mobile-600\:left-\[8\%\]{left:8%}}@media (min-width: 800px){.mobile-800\:left-0{left:0}}@media (min-width: 900px){.md\+\:bottom-\[-33px\]{bottom:-33px}.md\+\:top-25{top:6.25rem}.md\+\:mb-0{margin-bottom:0}.md\+\:mb-2{margin-bottom:.5rem}.md\+\:mb-4{margin-bottom:1rem}.md\+\:mb-8{margin-bottom:2rem}.md\+\:mt-\[10px\]{margin-top:10px}.md\+\:\!inline{display:inline!important}.md\+\:flex{display:flex}.md\+\:\!h-14{height:3.5rem!important}.md\+\:h-14{height:3.5rem}.md\+\:h-auto{height:auto}.md\+\:\!w-16{width:4rem!important}.md\+\:md\+\:w-1\/3{width:33.333333%}.md\+\:w-1\/3{width:33.333333%}.md\+\:w-1\/6{width:16.666667%}.md\+\:w-fit{width:-moz-fit-content;width:fit-content}.md\+\:\!max-w-333{max-width:83.25rem!important}.md\+\:\!max-w-\[1332px\]{max-width:1332px!important}.md\+\:max-w-111\.5{max-width:27.875rem}.md\+\:max-w-154\.5{max-width:38.625rem}.md\+\:max-w-36{max-width:9rem}.md\+\:max-w-57{max-width:14.25rem}.md\+\:max-w-73\.5{max-width:18.375rem}.md\+\:flex-row{flex-direction:row}.md\+\:flex-nowrap{flex-wrap:nowrap}.md\+\:items-start{align-items:flex-start}.md\+\:items-end{align-items:flex-end}.md\+\:justify-end{justify-content:flex-end}.md\+\:justify-between{justify-content:space-between}.md\+\:gap-0{gap:0px}.md\+\:gap-2{gap:.5rem}.md\+\:gap-y-4{row-gap:1rem}.md\+\:\!px-\[99px\]{padding-left:99px!important;padding-right:99px!important}.md\+\:pl-4{padding-left:1rem}.md\+\:text-right{text-align:right}.md\+\:\!text-\[24px\]{font-size:24px!important}.md\+\:\!text-base{font-size:1rem!important;line-height:1.5rem!important}.md\+\:text-3\.5xl{font-size:2rem}.md\+\:\!leading-4\.5{line-height:1.125rem!important}.md\+\:leading-8\.5{line-height:2.125rem}}@media (min-width: 1024px){.desktop\:col-span-1{grid-column:span 1 / span 1}.desktop\:col-span-3{grid-column:span 3 / span 3}.desktop\:mx-auto{margin-left:auto;margin-right:auto}.desktop\:mb-0{margin-bottom:0}.desktop\:mb-2\.5{margin-bottom:.625rem}.desktop\:mb-4{margin-bottom:1rem}.desktop\:mb-8{margin-bottom:2rem}.desktop\:mt-0{margin-top:0}.desktop\:mt-2{margin-top:.5rem}.desktop\:mt-4{margin-top:1rem}.desktop\:mt-4\.5{margin-top:1.125rem}.desktop\:mt-\[4px\]{margin-top:4px}.desktop\:flex{display:flex}.desktop\:grid{display:grid}.desktop\:w-1\/4{width:25%}.desktop\:w-2\/4{width:50%}.desktop\:w-\[119px\]{width:119px}.desktop\:w-\[225px\]{width:225px}.desktop\:w-\[250px\]{width:250px}.desktop\:w-\[300px\]{width:300px}.desktop\:w-\[305\.66px\]{width:305.66px}.desktop\:w-\[361px\]{width:361px}.desktop\:w-full{width:100%}.desktop\:w-max{width:-moz-max-content;width:max-content}.desktop\:min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.desktop\:max-w-\[184px\]{max-width:184px}.desktop\:max-w-\[328px\]{max-width:328px}.desktop\:max-w-\[361px\]{max-width:361px}.desktop\:max-w-\[400px\]{max-width:400px}.desktop\:max-w-\[492px\]{max-width:492px}.desktop\:max-w-\[500px\]{max-width:500px}.desktop\:max-w-\[760px\]{max-width:760px}.desktop\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.desktop\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop\:flex-row{flex-direction:row}.desktop\:items-center{align-items:center}.desktop\:justify-between{justify-content:space-between}.desktop\:gap-2{gap:.5rem}.desktop\:gap-8{gap:2rem}.desktop\:overflow-hidden{overflow:hidden}.desktop\:text-ellipsis{text-overflow:ellipsis}.desktop\:whitespace-nowrap{white-space:nowrap}.desktop\:border-b-0{border-bottom-width:0px}.desktop\:border-r{border-right-width:1px}.desktop\:p-8{padding:2rem}.desktop\:pb-0{padding-bottom:0}.desktop\:pr-2{padding-right:.5rem}.desktop\:\!text-\[32px\]{font-size:32px!important}.desktop\:text-2xl{font-size:1.5rem;line-height:2rem}.desktop\:text-\[20px\]{font-size:20px}.desktop\:text-base{font-size:1rem;line-height:1.5rem}.desktop\:text-xl{font-size:1.25rem;line-height:1.75rem}.desktop\:font-bold{font-weight:700}}@media (min-width: 1100px){.desktop-100\:right-\[0px\]{right:0}.desktop-100\:mb-0{margin-bottom:0}.desktop-100\:mb-4{margin-bottom:1rem}.desktop-100\:mb-6{margin-bottom:1.5rem}.desktop-100\:mb-8{margin-bottom:2rem}.desktop-100\:flex{display:flex}.desktop-100\:hidden{display:none}.desktop-100\:h-auto{height:auto}.desktop-100\:w-\[250px\]{width:250px}.desktop-100\:w-\[300px\]{width:300px}.desktop-100\:max-w-\[235px\]{max-width:235px}.desktop-100\:max-w-\[928px\]{max-width:928px}.desktop-100\:max-w-full{max-width:100%}.desktop-100\:gap-\[200px\]{gap:200px}.desktop-100\:border-e{border-inline-end-width:1px}.desktop-100\:pl-8{padding-left:2rem}}@media (min-width: 1201px){.desktop-201\:w-fit{width:-moz-fit-content;width:fit-content}.desktop-201\:flex-row{flex-direction:row}}@media (min-width: 1220px){.desktop-220\:mb-0{margin-bottom:0}.desktop-220\:flex-row{flex-direction:row}}@media (min-width: 1200px) and (max-width: 1400px){.\31 200-1400\:max-w-\[120px\]{max-width:120px}}@media (min-width: 1327px){.desktop-100-md\:mt-4{margin-top:1rem}.desktop-100-md\:h-11{height:2.75rem}.desktop-100-md\:w-40{width:10rem}.desktop-100-md\:max-w-full{max-width:100%}.desktop-100-md\: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))}.desktop-100-md\:px-12{padding-left:3rem;padding-right:3rem}.desktop-100-md\:py-12{padding-top:3rem;padding-bottom:3rem}.desktop-100-md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.desktop-100-md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.desktop-100-md\:text-lg{font-size:1.125rem;line-height:1.75rem}.desktop-100-md\:text-sm{font-size:.875rem;line-height:1.25rem}.desktop-100-md\:leading-4{line-height:1rem}.desktop-100-md\:leading-5{line-height:1.25rem}.desktop-100-md\:leading-7{line-height:1.75rem}.desktop-100-md\:placeholder\:text-sm::-moz-placeholder{font-size:.875rem;line-height:1.25rem}.desktop-100-md\:placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.desktop-100-md\:placeholder\:leading-4::-moz-placeholder{line-height:1rem}.desktop-100-md\:placeholder\:leading-4::placeholder{line-height:1rem}}@media (min-width: 1400px){.desktop-company\:ml-5{margin-left:1.25rem}.desktop-company\:h-12{height:3rem}.desktop-company\:w-50{width:12.5rem}.desktop-company\:w-\[377\.66px\]{width:377.66px}.desktop-company\:max-w-182{max-width:45.5rem}.desktop-company\: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))}.desktop-company\:px-16{padding-left:4rem;padding-right:4rem}.desktop-company\:py-16{padding-top:4rem;padding-bottom:4rem}.desktop-company\:py-3{padding-top:.75rem;padding-bottom:.75rem}.desktop-company\:pr-0{padding-right:0}.desktop-company\:text-3\.5xl{font-size:2rem}.desktop-company\:text-base{font-size:1rem;line-height:1.5rem}.desktop-company\:text-xl{font-size:1.25rem;line-height:1.75rem}.desktop-company\:leading-4\.5{line-height:1.125rem}.desktop-company\:leading-5\.5{line-height:1.375rem}.desktop-company\:leading-8\.5{line-height:2.125rem}.desktop-company\:placeholder\:text-base::-moz-placeholder{font-size:1rem;line-height:1.5rem}.desktop-company\:placeholder\:text-base::placeholder{font-size:1rem;line-height:1.5rem}.desktop-company\:placeholder\:leading-4\.5::-moz-placeholder{line-height:1.125rem}.desktop-company\:placeholder\:leading-4\.5::placeholder{line-height:1.125rem}}@media (min-width: 1617px){.desktop-plans\:block{display:block}}@media (min-width: 1800px){.desktop-plans-700\:w-full{width:100%}.desktop-plans-700\:max-w-full{max-width:100%}}@media (min-width: 320px) and (max-width: 367px){.\33 20-367\:col-span-2{grid-column:span 2 / span 2}}@media (min-width: 350px){.min-mobile\:px-8{padding-left:2rem;padding-right:2rem}}.\[\&\>\.ant-checkbox-label\]\:ml-3>.ant-checkbox-label{margin-left:.75rem}.\[\&\>\.ant-form-item-row\>\.ant-form-item-control\]\:min-w-fit>.ant-form-item-row>.ant-form-item-control{min-width:-moz-fit-content;min-width:fit-content}.\[\&\>\.ant-form-item-row\>\.ant-form-item-control\]\:flex-shrink-0>.ant-form-item-row>.ant-form-item-control{flex-shrink:0}.\[\&\>\.ant-form-item-row\>\.ant-form-item-control\]\:flex-grow-0>.ant-form-item-row>.ant-form-item-control{flex-grow:0}.\[\&\>\.ant-form-item-row\>\.ant-form-item-label\>label\]\:after\:\!hidden>.ant-form-item-row>.ant-form-item-label>label:after{content:var(--tw-content);display:none!important}.\[\&\>\.ant-form-item-row\]\:flex-row-reverse>.ant-form-item-row{flex-direction:row-reverse}.\[\&\>\.ant-form-item-row\]\:justify-end>.ant-form-item-row{justify-content:flex-end}.\[\&\>\.ant-form-item-row\]\:gap-4>.ant-form-item-row{gap:1rem}.\[\&\>div\>div\]\:\!overflow-x-auto>div>div{overflow-x:auto!important}.\[\&\>div\>input\]\:\!text-\[\#6E7789\]>div>input{--tw-text-opacity: 1 !important;color:rgb(110 119 137 / var(--tw-text-opacity))!important}.\[\&\>div\]\:\!w-full>div{width:100%!important}.\[\&\>g\>path\]\:\!fill-secondary-100>g>path{fill:#4b6dfb!important}.\[\&\>p\>span\]\:font-normal>p>span{font-weight:400}.\[\&\>p\]\:font-bold>p{font-weight:700}.\[\&\>p\]\:leading-6>p{line-height:1.5rem}.\[\&\>textarea\]\:\!h-auto>textarea{height:auto!important}.\[\&_\.ant-input-password-icon\]\:hidden .ant-input-password-icon{display:none}.\[\&_\.ant-select-selection-item\]\:\!text-base .ant-select-selection-item{font-size:1rem!important;line-height:1.5rem!important}.\[\&_\.ant-table-tbody\>tr\]\:mb-4 .ant-table-tbody>tr{margin-bottom:1rem}.\[\&_\.ant-table-tbody\>tr\]\:block .ant-table-tbody>tr{display:block}.\[\&_\.ant-table-tbody\>tr\]\:grid .ant-table-tbody>tr{display:grid}.\[\&_\.ant-table-tbody\>tr\]\:grid-cols-2 .ant-table-tbody>tr{grid-template-columns:repeat(2,minmax(0,1fr))}.\[\&_\.ant-table-tbody\>tr\]\:gap-4 .ant-table-tbody>tr{gap:1rem}.\[\&_\.ant-table-tbody\>tr\]\:rounded-lg .ant-table-tbody>tr{border-radius:.5rem}.\[\&_\.ant-table-tbody\>tr\]\:border .ant-table-tbody>tr{border-width:1px}.\[\&_\.ant-table-tbody\>tr\]\:bg-white .ant-table-tbody>tr{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.\[\&_\.ant-table-tbody\>tr\]\:p-4 .ant-table-tbody>tr{padding:1rem}@media (min-width: 768px){.\[\&_\.ant-table-tbody\>tr\]\:md\:mb-0 .ant-table-tbody>tr{margin-bottom:0}.\[\&_\.ant-table-tbody\>tr\]\:md\:table-row .ant-table-tbody>tr{display:table-row}.\[\&_\.ant-table-tbody\>tr\]\:md\:border-0 .ant-table-tbody>tr{border-width:0px}.\[\&_\.ant-table-tbody\>tr\]\:md\:p-0 .ant-table-tbody>tr{padding:0}}@media (min-width: 1280px){.\[\&_\.ant-table-tbody\>tr\]\:xl\:mb-0 .ant-table-tbody>tr{margin-bottom:0}.\[\&_\.ant-table-tbody\>tr\]\:xl\:table-row .ant-table-tbody>tr{display:table-row}.\[\&_\.ant-table-tbody\>tr\]\:xl\:border-0 .ant-table-tbody>tr{border-width:0px}.\[\&_\.ant-table-tbody\>tr\]\:xl\:p-2 .ant-table-tbody>tr{padding:.5rem}}.\[\&_\.ant-table-thead\]\:hidden .ant-table-thead{display:none}@media (min-width: 768px){.\[\&_\.ant-table-thead\]\:md\:table-header-group .ant-table-thead{display:table-header-group}}@media (min-width: 1280px){.\[\&_\.ant-table-thead\]\:xl\:table-header-group .ant-table-thead{display:table-header-group}}.\[\&_\.ant-tabs-content-holder\]\:\!mt-0 .ant-tabs-content-holder{margin-top:0!important}.\[\&_\.ant-tabs-nav\]\:ml-8 .ant-tabs-nav{margin-left:2rem}.\[\&_\.ant-tabs-nav\]\:mt-6 .ant-tabs-nav{margin-top:1.5rem}
