.h1{font-size:22px;font-weight:700;line-height:38px}.h2{font-size:1.25rem;line-height:1.75rem;line-height:35px}.h3{font-size:18px;line-height:2rem}.h4{line-height:1.75rem}.h5{font-size:15px;line-height:26px}.title-large{font-size:40px;font-weight:700;line-height:70px}.title-hiro{font-size:24px;line-height:42px}.text-description{font-size:13px;font-weight:400;line-height:23px}.text-description-md{font-weight:600;line-height:21px}.label{font-size:.875rem;line-height:1.25rem;line-height:25px}@keyframes animate-svg-stroke{0%{stroke-dashoffset:1895.50439453125px;stroke-dasharray:1895.50439453125px}to{stroke-dashoffset:0;stroke-dasharray:1895.50439453125px}}@keyframes animate-svg-fill{0%{fill:transparent}to{fill:#05db65}}.animation-logo-brand{animation:animate-svg-stroke 1s cubic-bezier(.175,.885,.32,1.275) 0s both,animate-svg-fill .7s cubic-bezier(.68,-.55,.265,1.55) .8s both}.animated-icon svg{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.animated-icon-right:hover svg{--tw-translate-x:0.5rem}.animated-icon-left:hover svg,.animated-icon-right:hover svg{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animated-icon-left:hover svg{--tw-translate-x:-0.5rem}.animated-icon-roatate-180:hover svg{--tw-rotate:180deg}.animated-icon-roatate-180:hover svg,.animated-icon-roatate-360:hover svg{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animated-icon-roatate-360:hover svg{--tw-rotate:360deg}@keyframes rotate-center{0%{transform:rotate(0)}30%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes text-blur-out{0%{filter:blur(.01)}to{filter:blur(12px) opacity(0)}}@keyframes slide-out-right{0%{transform:translateX(0);opacity:1}to{transform:translateX(1000px);opacity:0}}@keyframes slide-out-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(1000px);opacity:0}}@keyframes slide-out-top{0%{transform:translateY(0);opacity:1}to{transform:translateY(-1000px);opacity:0}}@keyframes slide-in-left{0%{transform:translateX(-1000px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slide-in-top{0%{transform:translateY(-1000px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes jump-letter{0%{transform:translateY(0) scaleY(1)}50%{transform:translateY(-50px) scaleY(1.3)}to{transform:translateY(0) scaleY(1)}}.notification{height:88px;width:340px;overflow:hidden;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);animation:showNotification .4s ease forwards;position:relative;display:flex;align-items:center;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(48 51 56/var(--tw-bg-opacity,1))}.notification .details{margin:0;display:flex;width:100%;align-items:center;gap:.75rem;padding:1.25rem 1rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.notification .details .notification-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-text-opacity:1;color:rgb(48 55 70/var(--tw-text-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + 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);width:1.75rem;height:1.75rem}.show-notification{animation:showNotification .4s ease forwards}@keyframes showNotification{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.progress{position:relative;display:flex;height:.5rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:75ms}.progress-primary .bar{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1))}.progress-secondary .bar{--tw-bg-opacity:1;background-color:rgb(5 219 101/var(--tw-bg-opacity,1))}.progress-accent .bar{--tw-bg-opacity:1;background-color:rgb(57 199 172/var(--tw-bg-opacity,1))}.progress-info .bar{--tw-bg-opacity:1;background-color:rgb(58 191 248/var(--tw-bg-opacity,1))}.progress-success .bar{--tw-bg-opacity:1;background-color:rgb(0 200 165/var(--tw-bg-opacity,1))}.progress-warning .bar{--tw-bg-opacity:1;background-color:rgb(255 180 0/var(--tw-bg-opacity,1))}.progress-error .bar{--tw-bg-opacity:1;background-color:rgb(255 55 90/var(--tw-bg-opacity,1))}.progress-xs{height:.25rem}.progress-sm{height:.5rem}.progress-md{height:.75rem}.progress-lg{height:1rem}.progress span{height:auto;width:100%}.box-conditional{pointer-events:none;display:flex;height:0;width:100%;flex-direction:column;align-items:center;gap:.75rem;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media (min-width:768px){.box-conditional{gap:1.5rem}}.box-conditional-active{pointer-events:auto;height:auto;opacity:1}.hide-scroll::-webkit-scrollbar{display:none}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}.select-box-in-start .css-114sknw-control,.select-box-in-start .css-9s9wek-control{border-start-end-radius:0;border-end-end-radius:0}.select-box-in-start .css-9s9wek-control{position:relative;z-index:10}.select-box-in-both .css-114sknw-control,.select-box-in-both .css-9s9wek-control{border-radius:0}.select-box-in-both .css-9s9wek-control{position:relative;z-index:10}.select-box-in-end .css-114sknw-control,.select-box-in-end .css-9s9wek-control{border-start-start-radius:0;border-end-start-radius:0}.select-box-in-end .css-9s9wek-control{position:relative;z-index:10}.css-14h4o58-menu,.css-1nmdiq5-menu{z-index:20!important}.select-box-small .css-hlgwow{margin-bottom:.25rem;padding:0 .25rem}.select-box-small .css-1u9des2-indicatorSeparator{display:none}.select-box-small .css-15lsz6c-indicatorContainer,.select-box-small .css-1xc3v61-indicatorContainer{margin-bottom:5px!important;width:1.5rem!important;padding:0 0 0 6px!important}div[data-page]{position:relative;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}[data-plane=monthly]~div[data-page=yearly],[data-plane=yearly]~div[data-page=monthly]{pointer-events:none;z-index:-10;height:0;animation:slide-out-bottom .5s cubic-bezier(.55,.085,.68,.53) both;opacity:0}[data-plane=monthly]~div[data-page=monthly],[data-plane=yearly]~div[data-page=yearly]{pointer-events:auto;animation:slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both;opacity:1}.filter-gray{filter:brightness(0) saturate(100%) invert(66%) sepia(5%) saturate(653%) hue-rotate(176deg) brightness(88%) contrast(90%)}[role=navigation]{margin-left:auto;margin-right:auto;display:flex;gap:.5rem}[role=navigation] a{display:flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1));padding:.5rem;--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}[role=navigation] .selected a{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}[role=navigation] .disabled a{pointer-events:none;--tw-bg-opacity:1;background-color:rgb(242 243 245/var(--tw-bg-opacity,1))}.btn{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:.5rem;border-width:1px;padding-left:1.5rem;padding-right:1.5rem;text-decoration-line:none;align-items:center;justify-content:center;border-radius:.5rem;border-color:transparent;text-align:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.1s;transition-timing-function:cubic-bezier(.4,0,.2,1);font-size:.875rem;line-height:1.5rem}.btn:active:focus,.btn:active:hover{transform:scale(.97)}.btn{--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1));outline-color:#303338}@media (hover:hover){.btn:hover{--tw-border-opacity:1;border-color:rgb(218 221 225/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(218 221 225/var(--tw-bg-opacity,1))}}.btn-primary{--tw-border-opacity:1;border-color:rgb(5 17 243/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));outline-color:#0511f3}@media (hover:hover){.btn-primary:hover{--tw-border-opacity:1;border-color:rgb(18 33 255/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(18 33 255/var(--tw-bg-opacity,1))}}.btn-secondary{--tw-border-opacity:1;border-color:rgb(5 219 101/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(5 219 101/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));outline-color:#05db65}@media (hover:hover){.btn-secondary:hover{--tw-border-opacity:1;border-color:rgb(4 184 85/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(4 184 85/var(--tw-bg-opacity,1))}}.btn-accent{--tw-border-opacity:1;border-color:rgb(57 199 172/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(57 199 172/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(22 40 36/var(--tw-text-opacity,1));outline-color:#39c7ac}@media (hover:hover){.btn-accent:hover{--tw-border-opacity:1;border-color:rgb(49 172 148/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(49 172 148/var(--tw-bg-opacity,1))}}.btn-info{--tw-border-opacity:1;border-color:rgb(58 191 248/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(58 191 248/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(24 39 47/var(--tw-text-opacity,1));outline-color:#3abff8}@media (hover:hover){.btn-info:hover{--tw-border-opacity:1;border-color:rgb(58 191 248/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(58 191 248/var(--tw-bg-opacity,1))}}.btn-success{--tw-border-opacity:1;border-color:rgb(0 200 165/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(0 200 165/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 243 245/var(--tw-text-opacity,1));outline-color:#00c8a5}@media (hover:hover){.btn-success:hover{--tw-border-opacity:1;border-color:rgb(0 200 165/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(0 200 165/var(--tw-bg-opacity,1))}}.btn-warning{--tw-border-opacity:1;border-color:rgb(255 180 0/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 180 0/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 243 245/var(--tw-text-opacity,1));outline-color:#ffb400}@media (hover:hover){.btn-warning:hover{--tw-border-opacity:1;border-color:rgb(255 180 0/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 180 0/var(--tw-bg-opacity,1))}}.btn-error{--tw-border-opacity:1;border-color:rgb(255 55 90/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 55 90/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 243 245/var(--tw-text-opacity,1));outline-color:#ff375a}@media (hover:hover){.btn-error:hover{--tw-border-opacity:1;border-color:rgb(255 55 90/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 55 90/var(--tw-bg-opacity,1))}}.btn-ghost{border-width:1px;border-color:transparent;background-color:transparent;color:currentColor;outline-color:currentColor}@media (hover:hover){.btn-ghost:hover{--tw-border-opacity:0;background-color:rgb(242 243 245/var(--tw-bg-opacity,1));--tw-bg-opacity:0.2}}.btn-link{height:auto;border-color:transparent!important;background-color:transparent!important;padding-left:.25rem;padding-right:.25rem;--tw-text-opacity:1;color:rgb(5 17 243/var(--tw-text-opacity,1));outline:2px solid transparent!important;outline-offset:2px!important}@media (hover:hover){.btn-link:hover{border-color:transparent;background-color:transparent;text-decoration-line:underline}}.btn-outline{border-color:currentColor;background-color:transparent;--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}@media (hover:hover){.btn-outline:hover{--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 243 245/var(--tw-text-opacity,1))}}.btn-outline.btn-primary{--tw-text-opacity:1;color:rgb(5 17 243/var(--tw-text-opacity,1))}@media (hover:hover){.btn-outline.btn-primary:hover{--tw-border-opacity:1;border-color:rgb(18 33 255/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(18 33 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}}.btn-outline.btn-secondary{--tw-text-opacity:1;color:rgb(5 219 101/var(--tw-text-opacity,1))}@media (hover:hover){.btn-outline.btn-secondary:hover{--tw-border-opacity:1;border-color:rgb(4 184 85/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(4 184 85/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}}.btn-outline.btn-accent{--tw-text-opacity:1;color:rgb(57 199 172/var(--tw-text-opacity,1))}@media (hover:hover){.btn-outline.btn-accent:hover{--tw-border-opacity:1;border-color:rgb(49 172 148/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(49 172 148/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(22 40 36/var(--tw-text-opacity,1))}}.btn-outline.btn-success{--tw-text-opacity:1;color:rgb(0 200 165/var(--tw-text-opacity,1))}@media (hover:hover){.btn-outline.btn-success:hover{--tw-border-opacity:1;border-color:rgb(0 200 165/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(0 200 165/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 243 245/var(--tw-text-opacity,1))}}.btn-outline.btn-info{--tw-text-opacity:1;color:rgb(58 191 248/var(--tw-text-opacity,1))}@media (hover:hover){.btn-outline.btn-info:hover{--tw-border-opacity:1;border-color:rgb(58 191 248/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(58 191 248/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 243 245/var(--tw-text-opacity,1))}}.btn-outline.btn-warning{--tw-text-opacity:1;color:rgb(255 180 0/var(--tw-text-opacity,1))}@media (hover:hover){.btn-outline.btn-warning:hover{--tw-border-opacity:1;border-color:rgb(255 180 0/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 180 0/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 243 245/var(--tw-text-opacity,1))}}.btn-outline.btn-error{--tw-text-opacity:1;color:rgb(255 55 90/var(--tw-text-opacity,1))}@media (hover:hover){.btn-outline.btn-error:hover{--tw-border-opacity:1;border-color:rgb(255 55 90/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 55 90/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(242 243 245/var(--tw-text-opacity,1))}}.btn-outline.btn-ghost{--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(96 103 112/var(--tw-text-opacity,1))}@media (hover:hover){.btn-outline.btn-ghost:hover{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity,1))}}.btn-outline.btn-ghost:active:focus{--tw-bg-opacity:1;background-color:rgb(242 243 245/var(--tw-bg-opacity,1))}.btn:disabled,.btn[disabled]{pointer-events:none;cursor:not-allowed;--tw-border-opacity:0;--tw-grayscale:grayscale(100%)}.btn-primary:disabled,.btn:disabled,.btn[disabled],.btn[disabled].btn-primary{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)}.btn-primary:disabled,.btn[disabled].btn-primary{--tw-bg-opacity:1;background-color:rgb(181 208 255/var(--tw-bg-opacity,1));--tw-grayscale:grayscale(0)}.btn-primary.btn-outline:disabled,.btn[disabled].btn-primary.btn-outline{pointer-events:none;cursor:not-allowed;--tw-border-opacity:0;background-color:transparent;--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media (hover:hover){.btn:disabled:hover,.btn[disabled]:hover{--tw-border-opacity:0;background-color:rgb(235 237 240/var(--tw-bg-opacity,1));--tw-bg-opacity:0.2;--tw-text-opacity:1;color:rgb(235 237 240/var(--tw-text-opacity,1))}}.btn-xs{padding-left:.5rem;padding-right:.5rem}.btn-sm{padding:.25rem 1.5rem}.btn-md{padding:9px 1.5rem}.btn-lg{padding:1rem 1.5rem}.btn-wide{width:16rem;flex-wrap:nowrap}.btn-block{width:100%}.btn-square:where(.btn-xs){height:1.5rem;width:1.5rem;padding:0}.btn-square:where(.btn-sm){height:2rem;width:2rem;padding:0}.btn-square:where(.btn-md){height:3rem;width:3rem;padding:0}.btn-square:where(.btn-lg){height:4rem;width:4rem;padding:0}.loading{pointer-events:none;display:inline-block;aspect-ratio:1/1;width:1.5rem;background-color:currentColor;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.loading,.loading-spinner{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.loading-ring{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fillRule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fillRule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")}.loading-xs{width:1rem}.loading-sm{width:1.25rem}.loading-md{width:1.5rem}.loading-lg{width:2.5rem}@media (prefers-color-scheme:dark){.loading-ghost{font-size:1rem;line-height:1.5rem}.loading-primary{--tw-text-opacity:1;color:rgb(5 17 243/var(--tw-text-opacity,1))}.loading-secondary{--tw-text-opacity:1;color:rgb(5 219 101/var(--tw-text-opacity,1))}.loading-accent{--tw-text-opacity:1;color:rgb(57 199 172/var(--tw-text-opacity,1))}.loading-info{--tw-text-opacity:1;color:rgb(58 191 248/var(--tw-text-opacity,1))}.loading-success{--tw-text-opacity:1;color:rgb(0 200 165/var(--tw-text-opacity,1))}.loading-warning{--tw-text-opacity:1;color:rgb(255 180 0/var(--tw-text-opacity,1))}.loading-error{--tw-text-opacity:1;color:rgb(255 55 90/var(--tw-text-opacity,1))}}.nextjs-toploader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.3);backdrop-filter:blur(2px);z-index:9998;pointer-events:all}#nprogress .spinner{z-index:9999!important}.checkbox-wrapper{--c-primary-20-percent-opacity:#00c8a520;--c-primary-10-percent-opacity:#00c8a510}.checkbox-wrapper .visuallyhidden{position:absolute;right:1px;margin:-1px;height:1px;width:1px;overflow:hidden;border-width:0;padding:0;clip:rect(0 0 0 0)}.checkbox-wrapper .checkbox{display:flex;align-items:center;justify-content:flex-start}.checkbox-wrapper .checkbox__symbol{position:relative;display:flex;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(242 243 245/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.checkbox-wrapper .checkbox__symbol:after{position:absolute;top:0;left:0;height:100%;width:100%;transform-origin:center;--tw-scale-x:0;--tw-scale-y:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;opacity:0;content:""}.checkbox-wrapper .checkbox .icon-checkbox{margin:auto;display:inline-block;fill:none;stroke:currentColor;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.checkbox-wrapper .checkbox .icon-checkbox path{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,1,1);stroke-dasharray:30px,31px;stroke-dashoffset:31px}.checkbox-wrapper .checkbox__textwrapper{margin:0}.checkbox-wrapper .checkbox__trigger:checked+.checkbox__symbol:after{animation:ripple-33 1.5s cubic-bezier(.11,.29,.18,.98)}.checkbox-wrapper .checkbox__trigger:checked+.checkbox__symbol .icon-checkbox path{transition:stroke-dashoffset .4s cubic-bezier(.11,.29,.18,.98);stroke-dashoffset:0px}.checkbox-wrapper .checkbox__trigger:checked+.checkbox__symbol{--tw-bg-opacity:1;background-color:rgb(0 200 165/var(--tw-bg-opacity,1))}.checkbox-wrapper-primary .checkbox__trigger:checked+.checkbox__symbol{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1))}.checkbox-wrapper-primary .checkbox__symbol:after{background-color:rgba(5,17,243,.2)}.checkbox-wrapper-primary .checkbox__trigger:focus+.checkbox__symbol{--tw-shadow:0 0 0 0.25em #0511f320;--tw-shadow-colored:0 0 0 0.25em var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkbox-wrapper-secondary .checkbox__trigger:checked+.checkbox__symbol{--tw-bg-opacity:1;background-color:rgb(5 219 101/var(--tw-bg-opacity,1))}.checkbox-wrapper-secondary .checkbox__symbol:after{background-color:rgba(5,219,101,.2)}.checkbox-wrapper-secondary .checkbox__trigger:focus+.checkbox__symbol{--tw-shadow:0 0 0 0.25em #05db6520;--tw-shadow-colored:0 0 0 0.25em var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkbox-wrapper-accent .checkbox__trigger:checked+.checkbox__symbol{--tw-bg-opacity:1;background-color:rgb(57 199 172/var(--tw-bg-opacity,1))}.checkbox-wrapper-accent .checkbox__symbol:after{background-color:rgba(57,199,172,.2)}.checkbox-wrapper-accent .checkbox__trigger:focus+.checkbox__symbol{--tw-shadow:0 0 0 0.25em #39c7ac20;--tw-shadow-colored:0 0 0 0.25em var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkbox-wrapper-info .checkbox__trigger:checked+.checkbox__symbol{--tw-bg-opacity:1;background-color:rgb(58 191 248/var(--tw-bg-opacity,1))}.checkbox-wrapper-info .checkbox__symbol:after{background-color:rgba(58,191,248,.2)}.checkbox-wrapper-info .checkbox__trigger:focus+.checkbox__symbol{--tw-shadow:0 0 0 0.25em #3abff820;--tw-shadow-colored:0 0 0 0.25em var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkbox-wrapper-success .checkbox__trigger:checked+.checkbox__symbol{--tw-bg-opacity:1;background-color:rgb(0 200 165/var(--tw-bg-opacity,1))}.checkbox-wrapper-success .checkbox__symbol:after{background-color:rgba(0,200,165,.2)}.checkbox-wrapper-success .checkbox__trigger:focus+.checkbox__symbol{--tw-shadow:0 0 0 0.25em #00c8a520;--tw-shadow-colored:0 0 0 0.25em var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkbox-wrapper-warning .checkbox__trigger:checked+.checkbox__symbol{--tw-bg-opacity:1;background-color:rgb(255 180 0/var(--tw-bg-opacity,1))}.checkbox-wrapper-warning .checkbox__symbol:after{background-color:rgba(255,180,0,.2)}.checkbox-wrapper-warning .checkbox__trigger:focus+.checkbox__symbol{--tw-shadow:0 0 0 0.25em #ffb40020;--tw-shadow-colored:0 0 0 0.25em var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkbox-wrapper-error .checkbox__trigger:checked+.checkbox__symbol{--tw-bg-opacity:1;background-color:rgb(255 55 90/var(--tw-bg-opacity,1))}.checkbox-wrapper-error .checkbox__symbol:after{background-color:rgba(255,55,90,.2)}.checkbox-wrapper-error .checkbox__trigger:focus+.checkbox__symbol{--tw-shadow:0 0 0 0.25em #ff375a20;--tw-shadow-colored:0 0 0 0.25em var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.checkbox-wrapper-xs .checkbox,.checkbox-wrapper-xs .checkbox__symbol{width:1.5rem;height:1.5rem}.checkbox-wrapper-xs .icon-checkbox{width:1rem;height:1rem}.checkbox-wrapper-sm .checkbox,.checkbox-wrapper-sm .checkbox__symbol{width:2rem;height:2rem}.checkbox-wrapper-sm .icon-checkbox{width:1.5rem;height:1.5rem}.checkbox-wrapper-md .checkbox,.checkbox-wrapper-md .checkbox__symbol{width:2.5rem;height:2.5rem}.checkbox-wrapper-md .icon-checkbox{width:2rem;height:2rem}.checkbox-wrapper-lg .checkbox,.checkbox-wrapper-lg .checkbox__symbol{width:3rem;height:3rem}.checkbox-wrapper-lg .icon-checkbox{width:2.5rem;height:2.5rem}@keyframes ripple-33{0%{transform:scale(2);opacity:1}to{opacity:0;transform:scale(2)}}.w-color-sketch{position:relative;margin-left:0!important;width:300px!important;border-radius:.75rem!important;border-style:none!important;border-color:transparent!important}.w-color-interactive.w-color-saturation{height:230px!important;border-radius:.5rem!important}.w-color-editable-input{flex-direction:column-reverse!important}.w-color-editable-input input{border-radius:.5rem;--tw-border-opacity:1;border-color:rgb(204 208 213/var(--tw-border-opacity,1));text-align:center;font-weight:600!important;--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}.w-color-editable-input span{margin-right:auto;font-weight:600!important;--tw-text-opacity:1!important;color:rgb(48 51 56/var(--tw-text-opacity,1))!important}.w-color-saturation-fill{width:1.5rem!important;height:1.5rem!important;--tw-translate-x:-1rem!important;--tw-translate-y:-1rem!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important;border-width:6px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.w-color-alpha.w-color-alpha-horizontal.w-color-hue>div{border-radius:.75rem!important}.w-color-swatch{padding-bottom:1.25rem}.w-color-swatch div{width:1.5rem!important;height:1.5rem!important}.backdrop{pointer-events:none;position:fixed;left:0;top:0;z-index:10;height:100vh;width:100%;--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1));opacity:0;--tw-backdrop-blur:blur(4px);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-active{pointer-events:auto;opacity:.2}.btn-confrim{position:absolute;bottom:.25rem;right:.5rem}.holder-color{height:2rem;width:3rem;border-radius:.5rem;--tw-border-opacity:1;border-color:rgb(48 51 56/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(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);--tw-ring-opacity:1;--tw-ring-color:rgb(204 208 213/var(--tw-ring-opacity,1))}.textbox{height:3rem;flex-shrink:1;padding:.5rem 1rem;line-height:2;color:rgb(255 255 255/var(--tw-text-opacity,1))}.textbox::-moz-placeholder{color:rgb(33 33 33/var(--tw-placeholder-opacity,1));--tw-placeholder-opacity:0.5}.textbox::placeholder{color:rgb(33 33 33/var(--tw-placeholder-opacity,1));--tw-placeholder-opacity:0.5}.textbox{border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(218 221 225/var(--tw-border-opacity,1));background-color:transparent;font-weight:500}.textbox,.textbox:focus{--tw-text-opacity:1;color:rgb(33 33 33/var(--tw-text-opacity,1))}.textbox:focus{position:relative;z-index:10;outline-style:solid;outline-width:1px;outline-offset:0}.textbox-ghost{--tw-bg-opacity:0.05}.textbox-ghost:focus{--tw-bg-opacity:1;box-shadow:none}.textbox-primary{--tw-border-opacity:1;border-color:rgb(5 17 243/var(--tw-border-opacity,1))}.textbox-primary:focus{outline-color:#0511f3}.textbox-secondary{--tw-border-opacity:1;border-color:rgb(5 219 101/var(--tw-border-opacity,1))}.textbox-secondary:focus{outline-color:#05db65}.textbox-accent{--tw-border-opacity:1;border-color:rgb(57 199 172/var(--tw-border-opacity,1))}.textbox-accent:focus{outline-color:#39c7ac}.textbox-info{--tw-border-opacity:1;border-color:rgb(58 191 248/var(--tw-border-opacity,1))}.textbox-info:focus{outline-color:#3abff8}.textbox-success{--tw-border-opacity:1;border-color:rgb(0 200 165/var(--tw-border-opacity,1))}.textbox-success:focus{outline-color:#00c8a5}.textbox-warning{--tw-border-opacity:1;border-color:rgb(255 180 0/var(--tw-border-opacity,1))}.textbox-warning:focus{outline-color:#ffb400}.textbox-error{--tw-border-opacity:1;border-color:rgb(255 55 90/var(--tw-border-opacity,1))}.textbox-error:focus{outline-color:#ff375a}.textbox-xs{height:1.5rem;padding-left:.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem;line-height:1.625}.textbox-sm{height:2rem;padding-left:.75rem;padding-right:.75rem;font-size:.875rem;line-height:2rem}.textbox-md{height:2.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.5rem}.textbox-lg{height:4rem;padding-left:1.5rem;padding-right:1.5rem;font-size:1.125rem;line-height:1.75rem;line-height:2}.textbox-disabled,.textbox:disabled,.textbox[disabled]{cursor:not-allowed;--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(190 195 201/var(--tw-text-opacity,1))}.textbox-disabled::-moz-placeholder,.textbox:disabled::-moz-placeholder,.textbox[disabled]::-moz-placeholder{color:rgb(33 33 33/var(--tw-placeholder-opacity,1));--tw-placeholder-opacity:0.2}.textbox-disabled::placeholder,.textbox:disabled::placeholder,.textbox[disabled]::placeholder{color:rgb(33 33 33/var(--tw-placeholder-opacity,1));--tw-placeholder-opacity:0.2}.magic-box{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(218 221 225/var(--tw-border-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.magic-box>*{cursor:pointer}.magic-box-active-primary{--tw-border-opacity:1;border-color:rgb(5 17 243/var(--tw-border-opacity,1));background-color:rgba(5,17,243,.1)}.magic-box-active-secondary{--tw-border-opacity:1;border-color:rgb(5 219 101/var(--tw-border-opacity,1));background-color:rgba(5,219,101,.1)}.magic-box-active-accent{--tw-border-opacity:1;border-color:rgb(57 199 172/var(--tw-border-opacity,1));background-color:rgba(57,199,172,.1)}.magic-box-active-success{--tw-border-opacity:1;border-color:rgb(0 200 165/var(--tw-border-opacity,1));background-color:rgba(0,200,165,.1)}.magic-box-active-info{--tw-border-opacity:1;border-color:rgb(58 191 248/var(--tw-border-opacity,1));background-color:rgba(58,191,248,.1)}.magic-box-active-warning{--tw-border-opacity:1;border-color:rgb(255 180 0/var(--tw-border-opacity,1));background-color:rgba(255,180,0,.1)}.magic-box-active-error{--tw-border-opacity:1;border-color:rgb(255 55 90/var(--tw-border-opacity,1));background-color:rgba(255,55,90,.1)}.magic-box-active-ghost{--tw-border-opacity:1;border-color:rgb(190 195 201/var(--tw-border-opacity,1));background-color:hsla(213,9%,77%,.1)}.magic-box-xs>*{padding:.5rem}.magic-box-sm>*{padding:1rem}.magic-box-md>*{padding:1.5rem}.magic-box-lg>*{padding:2rem}.sidebar.active .sidebar-fixed,.sidebar.active .sidebar-width{width:264px}.sidebar.active .item{width:100%;gap:1rem}.sidebar.active .item .item-text{width:160px}.sidebar.active .brand-box .avatar{width:80px;height:80px;font-size:1.875rem;line-height:2.25rem}.sidebar.active .brand-box .details-brand{margin-top:.75rem;display:flex;height:auto;width:auto;flex-direction:column}.sidebar .brand-box{margin-bottom:1rem;display:flex;height:auto;flex-direction:column;align-items:center;justify-content:space-between;text-align:center}.sidebar .brand-box .avatar{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.sidebar .brand-box .details-brand{margin-top:0;height:0;width:0;overflow:hidden}.sidebar .sidebar-fixed,.sidebar .sidebar-width{width:88px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.sidebar .sidebar-fixed{position:fixed;top:0;z-index:30;display:flex;height:100vh;flex-direction:column;--tw-bg-opacity:1;background-color:rgb(242 243 245/var(--tw-bg-opacity,1));padding:16px 24px}.sidebar .logo-brand{height:100%;max-width:unset;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.sidebar .menu{margin-left:auto;margin-right:auto;width:100%;flex-direction:column;gap:.5rem}.sidebar .item,.sidebar .menu{display:flex;align-items:center;justify-content:center}.sidebar .item{height:40px;width:40px;gap:0;border-radius:.5rem;padding:.5rem;--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}.sidebar .item,.sidebar .item .item-text{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.sidebar .item .item-text{width:0;overflow:hidden;text-wrap:nowrap}.sidebar .item svg{fill:#8d949e}.sidebar .item.active,.sidebar .item:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.sidebar .item.active svg,.sidebar .item:hover svg{fill:#0511f3}.header-dashboard{display:flex;height:64px;width:100%;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1));padding-left:2rem;padding-right:2rem}.header-dashboard .avatar{width:2rem;height:2rem}.header-dashboard .notification-header{position:relative}.header-dashboard .notification-header .new-notification{position:absolute;top:0;right:0;width:.75rem;height:.75rem;border-radius:9999px;border-width:2px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(237 28 36/var(--tw-bg-opacity,1))}.menu-sidebar-left{pointer-events:none;position:fixed;top:0;left:0;z-index:-10;height:100vh;width:100%;background-color:#1e1e1e70;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.menu-sidebar-left.active{pointer-events:auto;z-index:20;opacity:1}.menu-sidebar-left.active .menu{pointer-events:auto;--tw-translate-x:var(--left)}.menu-sidebar-left .menu,.menu-sidebar-left.active .menu{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.menu-sidebar-left .menu{pointer-events:none;height:100%;width:400px;--tw-translate-x:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.notification-item{display:flex;gap:1rem;padding:1.5rem}.notification-item .avatar{position:relative;width:3rem;height:3rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(232 242 255/var(--tw-bg-opacity,1))}.notification-item .avatar .dot{position:absolute;right:-1rem;top:50%;width:.5rem;height:.5rem;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1))}.notification-item .title{font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}.notification-item .description{margin-top:.75rem;margin-bottom:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(96 103 112/var(--tw-text-opacity,1))}.notification-item .date-time{font-size:.75rem;line-height:1rem;font-weight:300;--tw-text-opacity:1;color:rgb(141 148 158/var(--tw-text-opacity,1))}.popup{pointer-events:none;visibility:hidden;position:fixed;top:0;left:0;z-index:200;display:flex;height:100vh;width:100%;align-items:center;justify-content:center;background-color:rgba(30,30,30,.7);opacity:0;--tw-backdrop-blur:blur(4px);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)}.popup-active{pointer-events:auto;visibility:visible;opacity:1}._table{margin-left:auto;margin-right:auto;overflow-x:auto;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1))}._table .header{display:grid;height:4rem;align-items:center;justify-content:space-between;border-top-left-radius:.75rem;border-top-right-radius:.75rem;padding-left:2.25rem;padding-right:2.25rem;padding-top:1.5rem;--tw-text-opacity:1;color:rgb(141 148 158/var(--tw-text-opacity,1))}._table .header,._table .tbody{width:100%;font-size:.875rem;line-height:1.25rem}._table .tbody{display:flex;flex-direction:column;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}._table .tbody .row{display:grid;width:100%;align-items:center;justify-content:space-between;gap:1rem}._table .tbody .row>: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)))}._table .tbody .row{border-top-width:1px;border-bottom-width:1px;padding:1rem 2.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}._table .tbody .row:last-child{border-style:none}._table .tbody .row:hover{background-color:rgba(5,17,243,.2)}._table .tbody .row.to-up{animation:slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both;animation-delay:var(--delay)}._table .tbody .row.to-down{animation:slide-in-bottom .5s cubic-bezier(.55,.085,.68,.53) both;animation-delay:var(--delay)}._table .tbody .row.to-right{animation:slide-in-right .5s cubic-bezier(.55,.085,.68,.53) both;animation-delay:var(--delay)}._table .tbody .row.to-left{animation:slide-in-left .5s cubic-bezier(.25,.46,.45,.94) both;animation-delay:var(--delay)}._table .row:last-child{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}._table .cell{display:flex;align-items:center}._table .cell.start{justify-content:flex-start}._table .cell.center{justify-content:center}._table .cell.end{justify-content:flex-end}._table.table-users .header,._table.table-users .row{grid-template-columns:1.5fr 1fr .7fr .7fr .7fr .7fr .7fr .5fr}._table.table-collection .header,._table.table-collection .row{grid-template-columns:2fr 1.2fr 1.1fr 1fr 1fr .5fr}._table.table-manage-access .header,._table.table-manage-access .row{grid-template-columns:6fr 1fr}._table.table-users-manage-access .header,._table.table-users-manage-access .row{grid-template-columns:4fr 2fr 3fr 5fr 2fr}.badge{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;border-radius:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);--tw-border-opacity:0.3!important;--tw-bg-opacity:0.3!important;line-height:1.25rem;width:-moz-fit-content;width:fit-content;padding-left:.763rem;padding-right:.763rem}.badge-neutral{--tw-bg-opacity:1;background-color:rgb(141 148 158/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(141 148 158/var(--tw-text-opacity,1))}.badge-primary{background-color:#50cef646;--tw-text-opacity:1;color:rgb(80 206 246/var(--tw-text-opacity,1))}.badge-secondary{background-color:rgb(5 219 101/var(--tw-bg-opacity,1));color:rgb(5 219 101/var(--tw-text-opacity,1))}.badge-accent,.badge-secondary{--tw-bg-opacity:1;--tw-text-opacity:1}.badge-accent{background-color:rgb(57 199 172/var(--tw-bg-opacity,1));color:rgb(57 199 172/var(--tw-text-opacity,1))}.badge-info{background-color:rgb(58 191 248/var(--tw-bg-opacity,1));color:rgb(58 191 248/var(--tw-text-opacity,1))}.badge-info,.badge-success{--tw-bg-opacity:1;--tw-text-opacity:1}.badge-success{background-color:rgb(0 200 165/var(--tw-bg-opacity,1));color:rgb(0 200 165/var(--tw-text-opacity,1))}.badge-warning{background-color:rgb(255 180 0/var(--tw-bg-opacity,1));color:rgb(255 180 0/var(--tw-text-opacity,1))}.badge-error,.badge-warning{--tw-bg-opacity:1;--tw-text-opacity:1}.badge-error{background-color:rgb(255 55 90/var(--tw-bg-opacity,1));color:rgb(255 55 90/var(--tw-text-opacity,1))}.badge-ghost{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(242 243 245/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(96 103 112/var(--tw-text-opacity,1))}.badge-xs{height:1rem;font-size:8px}.badge-sm{height:1.25rem;font-size:10px}.badge-md{height:2rem;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem}.badge-lg{height:1.75rem;font-size:1rem;line-height:1.5rem;font-weight:700}.ProseMirror h1[dir=rtl],.ProseMirror h2[dir=rtl],.ProseMirror h3[dir=rtl],.ProseMirror h4[dir=rtl],.ProseMirror h5[dir=rtl],.ProseMirror h6[dir=rtl],.ProseMirror p[dir=rtl]{text-align:right}.ProseMirror h1[dir=ltr],.ProseMirror h2[dir=ltr],.ProseMirror h3[dir=ltr],.ProseMirror h4[dir=ltr],.ProseMirror h5[dir=ltr],.ProseMirror h6[dir=ltr],.ProseMirror p[dir=ltr]{text-align:left}.tiptap{border-radius:.5rem}.tiptap ::-moz-selection{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.tiptap ::selection{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.tiptap::-moz-selection{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.tiptap::selection{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.tiptap:focus{outline:2px solid transparent;outline-offset:2px}.tiptap :first-child{margin-top:0}.tiptap ol,.tiptap ul{padding:0 1rem;margin:1.25rem 1rem 1.25rem .4rem;list-style-type:unset}.tiptap ol li p,.tiptap ul li p{margin-top:.25em;margin-bottom:.25em}.tiptap ol{list-style-type:decimal}.tiptap h1,.tiptap h2,.tiptap h3,.tiptap h4,.tiptap h5,.tiptap h6{margin:0!important;text-wrap:pretty}.tiptap h1,.tiptap h2{margin-top:1.5rem;margin-bottom:1.5rem}.tiptap h1{font-size:22px;font-weight:700;line-height:38px}.tiptap h2{font-size:1.25rem;line-height:1.75rem;line-height:35px}.tiptap h3{font-size:18px;line-height:2rem}.tiptap h4{line-height:1.75rem}.tiptap h5{font-size:15px;line-height:26px}.tiptap a{border-radius:.5rem;background-color:rgba(5,17,243,.05);padding:.25rem;--tw-text-opacity:1;color:rgb(5 17 243/var(--tw-text-opacity,1))}.tiptap p.is-editor-empty:first-child:before{color:var(--gray-4);content:attr(data-placeholder);float:right;height:0;pointer-events:none}.tiptap blockquote{margin:1rem;border-radius:.5rem;border-inline-start-width:4px;--tw-border-opacity:1;border-inline-start-color:rgb(235 237 240/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(242 243 245/var(--tw-bg-opacity,1));padding-top:1rem;padding-bottom:1rem;padding-inline-start:.5rem;padding-inline-end:.25rem}.tiptap hr{border:none;border-top:1px solid var(--gray-2);margin:2rem 0}.tiptap .floating-menu{display:flex;background-color:var(--gray-3);padding:.1rem;border-radius:.5rem}.tiptap .floating-menu button{background-color:unset;padding:.275rem .425rem;border-radius:.3rem}.tiptap .floating-menu button:hover{background-color:var(--gray-3)}.tiptap .floating-menu button.is-active{background-color:var(--white);color:var(--purple)}.tiptap .floating-menu button.is-active:hover{color:var(--purple-contrast)}.tiptap table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%}.tiptap table td,.tiptap table th{border:1px solid var(--gray-3);box-sizing:border-box;min-width:1em;padding:6px 8px;position:relative;vertical-align:top}.tiptap table td>*,.tiptap table th>*{margin-bottom:0}.tiptap table th{background-color:var(--gray-1);font-weight:700;text-align:right}.tiptap table .selectedCell:after{background:var(--gray-2);content:"";left:0;right:0;top:0;bottom:0;pointer-events:none;position:absolute;z-index:2}.tiptap table .column-resize-handle{background-color:var(--purple);bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:4px}.tiptap .tableWrapper{margin:1.5rem 0;overflow-x:auto}.tiptap.resize-cursor{cursor:ew-resize;cursor:col-resize}.bubble-menu{width:380px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.bubble-menu .parent-button-editor .btn-editor,.bubble-menu .parent-button-editor button,.floating-menu .parent-button-editor .btn-editor,.floating-menu .parent-button-editor button,.tiptap-menu .parent-button-editor .btn-editor,.tiptap-menu .parent-button-editor button{border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(48 51 56/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(68 73 80/var(--tw-bg-opacity,1));padding:.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.bubble-menu .parent-button-editor .btn-editor:hover,.bubble-menu .parent-button-editor button:hover,.floating-menu .parent-button-editor .btn-editor:hover,.floating-menu .parent-button-editor button:hover,.tiptap-menu .parent-button-editor .btn-editor:hover,.tiptap-menu .parent-button-editor button:hover{--tw-bg-opacity:1;background-color:rgb(48 51 56/var(--tw-bg-opacity,1))}.bubble-menu .parent-button-editor .btn-editor[data-is-active=true],.bubble-menu .parent-button-editor button[data-is-active=true],.floating-menu .parent-button-editor .btn-editor[data-is-active=true],.floating-menu .parent-button-editor button[data-is-active=true],.tiptap-menu .parent-button-editor .btn-editor[data-is-active=true],.tiptap-menu .parent-button-editor button[data-is-active=true]{--tw-bg-opacity:1;background-color:rgb(48 51 56/var(--tw-bg-opacity,1));fill:#fff;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.bubble-menu .spacer,.floating-menu .spacer,.tiptap-menu .spacer{margin-top:.25rem;margin-bottom:.25rem;height:auto;width:1px;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity,1))}.btn-editor{width:2rem;height:2rem;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(48 51 56/var(--tw-border-opacity,1));padding:.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-editor,.btn-editor:hover{--tw-bg-opacity:1;background-color:rgb(68 73 80/var(--tw-bg-opacity,1))}.btn-editor[data-is-active=true]{--tw-bg-opacity:1;background-color:rgb(48 51 56/var(--tw-bg-opacity,1));fill:#fff;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.low-root{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#c8c8c8a4;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro,sans-serif;z-index:9999}.low-svg{width:380px;height:auto}.low-path-base{fill:none;stroke:#ededed;stroke-width:12px;stroke-linecap:round;stroke-linejoin:round}.low-path-progress{fill:none;stroke:#0511f3;stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:140 860;stroke-dashoffset:0;animation:low-spin 2.5s linear infinite}@keyframes low-spin{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1000}}@media (min-width:1536px){.container{padding-left:4rem;padding-right:4rem}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family: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,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--color-primary:#0511f3;--color-secondary:#05db65;--color-info:#3abff8;--color-success:#00c8a5;--color-warning:#ffb400;--color-error:#ff375a;--gray-1:rgba(61,37,20,.05);--gray-2:rgba(61,37,20,.08);--gray-3:rgba(61,37,20,.12);--gray-4:rgba(53,38,28,.3);--gray-5:rgba(28,25,23,.6);--purple:#6a00f5}body{font-family:var(--font-iran-yekan);font-size:.875rem;line-height:1.25rem;font-weight:400;line-height:25px;--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}.container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}@media (min-width:1600px){.container{max-width:1600px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.\!-bottom-6{bottom:-1.5rem!important}.\!-left-16{left:-4rem!important}.-left-2{left:-.5rem}.-left-6{left:-1.5rem}.-left-full{left:-100%}.-right-full{right:-100%}.-top-10{top:-2.5rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-14{bottom:3.5rem}.bottom-16{bottom:4rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-\[110px\]{bottom:110px}.bottom-\[84px\]{bottom:84px}.bottom-\[88px\]{bottom:88px}.left-0{left:0}.left-1\/2{left:50%}.left-14{left:3.5rem}.left-16{left:4rem}.left-24{left:6rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-8{left:2rem}.left-\[-50px\]{left:-50px}.right-0{right:0}.right-1\/3{right:33.333333%}.right-10{right:2.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-8{right:2rem}.right-\[25\%\]{right:25%}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-12{top:3rem}.top-14{top:3.5rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-\[-12px\]{top:-12px}.top-\[-5px\]{top:-5px}.top-\[84px\]{top:84px}.top-\[92px\]{top:92px}.top-full{top:100%}.\!z-\[9999\]{z-index:9999!important}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[50\]{z-index:50}.z-\[999999\]{z-index:999999}.z-\[9999\]{z-index:9999}.row-span-2{grid-row:span 2/span 2}.m-0{margin:0}.m-1{margin:.25rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-auto{margin:auto}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-10{margin-left:2.5rem;margin-right:2.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-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mr-4{margin-right:-1rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[2px\]{margin-bottom:2px}.me-1{margin-inline-end:.25rem}.me-2{margin-inline-end:.5rem}.me-8{margin-inline-end:2rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-16{margin-right:4rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.ms-10{margin-inline-start:2.5rem}.ms-auto{margin-inline-start:auto}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[29px\]{margin-top:29px}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.size-1{width:.25rem;height:.25rem}.size-10{width:2.5rem;height:2.5rem}.size-12{width:3rem;height:3rem}.size-14{width:3.5rem;height:3.5rem}.size-16{width:4rem;height:4rem}.size-2{width:.5rem;height:.5rem}.size-20{width:5rem;height:5rem}.size-4{width:1rem;height:1rem}.size-52{width:13rem;height:13rem}.size-6{width:1.5rem;height:1.5rem}.size-8{width:2rem;height:2rem}.size-full{width:100%;height:100%}.\!h-\[100px\]{height:100px!important}.h-0{height:0}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\/3{height:66.666667%}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[110px\]{height:110px}.h-\[140px\]{height:140px}.h-\[150px\]{height:150px}.h-\[160px\]{height:160px}.h-\[168px\]{height:168px}.h-\[16px\]{height:16px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[245px\]{height:245px}.h-\[250px\]{height:250px}.h-\[270px\]{height:270px}.h-\[300px\]{height:300px}.h-\[328px\]{height:328px}.h-\[40px\]{height:40px}.h-\[420px\]{height:420px}.h-\[450px\]{height:450px}.h-\[504px\]{height:504px}.h-\[50px\]{height:50px}.h-\[512px\]{height:512px}.h-\[538px\]{height:538px}.h-\[566px\]{height:566px}.h-\[581px\]{height:581px}.h-\[600px\]{height:600px}.h-\[90\%\]{height:90%}.h-\[90px\]{height:90px}.h-\[90vh\]{height:90vh}.h-\[calc\(100vh-110px\)\]{height:calc(100vh - 110px)}.h-\[calc\(100vh-136px\)\]{height:calc(100vh - 136px)}.h-\[calc\(100vh-154px\)\]{height:calc(100vh - 154px)}.h-\[calc\(100vh-160px\)\]{height:calc(100vh - 160px)}.h-\[calc\(100vh-4rem\)\]{height:calc(100vh - 4rem)}.h-\[calc\(100vh-64px\)\]{height:calc(100vh - 64px)}.h-auto{height:auto}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-screen{height:100vh}.max-h-\[100px\]{max-height:100px}.max-h-\[20dvh\]{max-height:20dvh}.max-h-\[40vh\]{max-height:40vh}.max-h-\[48dvh\]{max-height:48dvh}.max-h-\[50vh\]{max-height:50vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[65dvh\]{max-height:65dvh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[calc\(100dvh-80px\)\]{max-height:calc(100dvh - 80px)}.max-h-\[calc\(100vh-154px\)\]{max-height:calc(100vh - 154px)}.max-h-\[calc\(100vh-64px\)\]{max-height:calc(100vh - 64px)}.max-h-\[calc\(100vh-85px\)\]{max-height:calc(100vh - 85px)}.max-h-screen{max-height:100vh}.min-h-10{min-height:2.5rem}.min-h-8{min-height:2rem}.min-h-\[50dvh\]{min-height:50dvh}.min-h-\[65dvh\]{min-height:65dvh}.min-h-\[96px\]{min-height:96px}.min-h-\[calc\(100vh-112px\)\]{min-height:calc(100vh - 112px)}.min-h-\[calc\(100vh-200px\)\]{min-height:calc(100vh - 200px)}.min-h-min{min-height:-moz-min-content;min-height:min-content}.min-h-screen{min-height:100vh}.\!w-\[22\%\]{width:22%!important}.w-0{width:0}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-12{width:3rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-24{width:6rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-8\/12{width:66.666667%}.w-9{width:2.25rem}.w-\[1000px\]{width:1000px}.w-\[100px\]{width:100px}.w-\[130px\]{width:130px}.w-\[140px\]{width:140px}.w-\[145px\]{width:145px}.w-\[150px\]{width:150px}.w-\[163px\]{width:163px}.w-\[16px\]{width:16px}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-\[20\%\]{width:20%}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[216px\]{width:216px}.w-\[248px\]{width:248px}.w-\[250px\]{width:250px}.w-\[2px\]{width:2px}.w-\[300px\]{width:300px}.w-\[306px\]{width:306px}.w-\[312px\]{width:312px}.w-\[324px\]{width:324px}.w-\[35\%\]{width:35%}.w-\[350px\]{width:350px}.w-\[370px\]{width:370px}.w-\[388px\]{width:388px}.w-\[400px\]{width:400px}.w-\[405px\]{width:405px}.w-\[420px\]{width:420px}.w-\[421px\]{width:421px}.w-\[50\%\]{width:50%}.w-\[500px\]{width:500px}.w-\[50dvw\]{width:50dvw}.w-\[550px\]{width:550px}.w-\[650px\]{width:650px}.w-\[70\%\]{width:70%}.w-\[70px\]{width:70px}.w-\[80\%\]{width:80%}.w-\[800px\]{width:800px}.w-\[900px\]{width:900px}.w-\[95vw\]{width:95vw}.w-\[calc\(100\%-264px\)\]{width:calc(100% - 264px)}.w-\[calc\(100\%-26px\)\]{width:calc(100% - 26px)}.w-\[calc\(100\%-88px\)\]{width:calc(100% - 88px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-10{min-width:2.5rem}.min-w-8{min-width:2rem}.min-w-\[148px\]{min-width:148px}.min-w-\[150px\]{min-width:150px}.min-w-\[170px\]{min-width:170px}.min-w-\[200px\]{min-width:200px}.min-w-\[312px\]{min-width:312px}.min-w-\[380px\]{min-width:380px}.min-w-\[410px\]{min-width:410px}.max-w-3xl{max-width:48rem}.max-w-48{max-width:12rem}.max-w-\[1020px\]{max-width:1020px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1440px\]{max-width:1440px}.max-w-\[212px\]{max-width:212px}.max-w-\[230px\]{max-width:230px}.max-w-\[320px\]{max-width:320px}.max-w-\[388px\]{max-width:388px}.max-w-\[442px\]{max-width:442px}.max-w-\[470px\]{max-width:470px}.max-w-\[60vw\]{max-width:60vw}.max-w-\[800px\]{max-width:800px}.max-w-\[900px\]{max-width:900px}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.basis-1\/3{flex-basis:33.333333%}.basis-2\/3{flex-basis:66.666667%}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-10{--tw-translate-y:-2.5rem}.-translate-y-10,.-translate-y-12{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-12{--tw-translate-y:-3rem}.-translate-y-4{--tw-translate-y:-1rem}.-translate-y-4,.-translate-y-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-6{--tw-translate-y:-1.5rem}.translate-x-\[-28px\]{--tw-translate-x:-28px}.translate-x-\[-28px\],.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px}.translate-y-10{--tw-translate-y:2.5rem}.translate-y-10,.translate-y-12{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-12{--tw-translate-y:3rem}.translate-y-6{--tw-translate-y:1.5rem}.-rotate-90,.translate-y-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-0{--tw-scale-y:0}.scale-y-100{--tw-scale-y:1}.scale-y-100,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}.animate-enter-bottom{animation:slide-in-bottom .5s cubic-bezier(.55,.085,.68,.53) both}.animate-enter-left{animation:slide-in-left .5s cubic-bezier(.25,.46,.45,.94) both}.animate-enter-right{animation:slide-in-right .5s cubic-bezier(.55,.085,.68,.53) both}.animate-enter-top{animation:slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both}.animate-jump-letter{animation:jump-letter 1s cubic-bezier(.55,.085,.68,.53) both}.animate-out-bottom{animation:slide-out-bottom .5s cubic-bezier(.55,.085,.68,.53) both}.animate-out-left{animation:slide-out-left .5s cubic-bezier(.25,.46,.45,.94) both}.animate-out-right{animation:slide-out-right .5s cubic-bezier(.55,.085,.68,.53) both}.animate-out-top{animation:slide-out-top .5s cubic-bezier(.55,.085,.68,.53) both}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.resize-none{resize:none}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-proximity{--tw-scroll-snap-strictness:proximity}.snap-center{scroll-snap-align:center}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.grid-flow-row{grid-auto-flow:row}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,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-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-\[repeat\(auto-fill\2c minmax\(240px\2c max-content\)\)\]{grid-template-columns:repeat(auto-fill,minmax(240px,max-content))}.grid-cols-\[repeat\(auto-fill\2c minmax\(380px\2c max-content\)\)\]{grid-template-columns:repeat(auto-fill,minmax(380px,max-content))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.\!justify-around{justify-content:space-around!important}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-items-center{justify-items:center}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-\[1px\]{gap:1px}.gap-\[2px\]{gap:2px}.gap-y-3{row-gap:.75rem}.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-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * 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-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))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-clip{overflow-x:clip}.overflow-x-visible{overflow-x:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-wrap{text-wrap:wrap}.\!text-nowrap{text-wrap:nowrap!important}.text-nowrap{text-wrap:nowrap}.\!rounded-md{border-radius:.375rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}.rounded-s-none{border-start-start-radius:0;border-end-start-radius:0}.rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-br-none{border-bottom-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-e{border-inline-end-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-s{border-inline-start-width:1px}.border-s-4{border-inline-start-width:4px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.\!border-none{border-style:none!important}.border-\[\#4338CA\]{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity,1))}.border-\[\#EBEDF0\]{--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(48 51 56/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(181 208 255/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(52 83 255/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(18 33 255/var(--tw-border-opacity,1))}.border-clr-border-dark{--tw-border-opacity:1;border-color:rgb(218 221 225/var(--tw-border-opacity,1))}.border-clr-border-light{--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1))}.border-clr-text-primary{--tw-border-opacity:1;border-color:rgb(48 51 56/var(--tw-border-opacity,1))}.border-error{--tw-border-opacity:1;border-color:rgb(255 55 90/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(242 243 245/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(235 237 240/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(218 221 225/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(204 208 213/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-primary{--tw-border-opacity:1;border-color:rgb(5 17 243/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-success{--tw-border-opacity:1;border-color:rgb(0 200 165/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-warning{--tw-border-opacity:1;border-color:rgb(255 180 0/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.bg-\[\#000324\]{--tw-bg-opacity:1;background-color:rgb(0 3 36/var(--tw-bg-opacity,1))}.bg-\[\#0B2028\]{--tw-bg-opacity:1;background-color:rgb(11 32 40/var(--tw-bg-opacity,1))}.bg-\[\#C7D2FE\]{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.bg-\[\#EDF3FF\]{--tw-bg-opacity:1;background-color:rgb(237 243 255/var(--tw-bg-opacity,1))}.bg-\[\#F0F3FE\]{--tw-bg-opacity:1;background-color:rgb(240 243 254/var(--tw-bg-opacity,1))}.bg-\[\#F5F6F7\]{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity,1))}.bg-\[\#FAD24B\]{--tw-bg-opacity:1;background-color:rgb(250 210 75/var(--tw-bg-opacity,1))}.bg-\[\#ededed\]{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(48 51 56/var(--tw-bg-opacity,1))}.bg-black\/40{background-color:rgba(48,51,56,.4)}.bg-black\/50{background-color:rgba(48,51,56,.5)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(214 230 255/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(232 242 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(52 83 255/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(18 33 255/var(--tw-bg-opacity,1))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1))}.bg-clr-0c{--tw-bg-opacity:1;background-color:rgb(12 26 53/var(--tw-bg-opacity,1))}.bg-clr-border-dark{--tw-bg-opacity:1;background-color:rgb(218 221 225/var(--tw-bg-opacity,1))}.bg-clr-border-light{--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity,1))}.bg-clr-ee{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.bg-clr-text-secondary{--tw-bg-opacity:1;background-color:rgb(141 148 158/var(--tw-bg-opacity,1))}.bg-clr-text-secondary\/50{background-color:hsla(215,8%,59%,.5)}.bg-error{--tw-bg-opacity:1;background-color:rgb(255 55 90/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(242 243 245/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(218 221 225/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(204 208 213/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(96 103 112/var(--tw-bg-opacity,1))}.bg-gray-700\/50{background-color:rgba(96,103,112,.5)}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(68 73 80/var(--tw-bg-opacity,1))}.bg-gray-800\/70{background-color:rgba(68,73,80,.7)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(48 51 56/var(--tw-bg-opacity,1))}.bg-gray-900\/20{background-color:rgba(48,51,56,.2)}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-info{--tw-bg-opacity:1;background-color:rgb(58 191 248/var(--tw-bg-opacity,1))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1))}.bg-primary-disabled{--tw-bg-opacity:1;background-color:rgb(181 208 255/var(--tw-bg-opacity,1))}.bg-primary\/20{background-color:rgba(5,17,243,.2)}.bg-success{--tw-bg-opacity:1;background-color:rgb(0 200 165/var(--tw-bg-opacity,1))}.bg-success\/20{background-color:rgba(0,200,165,.2)}.bg-transparent{background-color:transparent}.bg-warning{--tw-bg-opacity:1;background-color:rgb(255 180 0/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/50{background-color:hsla(0,0%,100%,.5)}.bg-white\/80{background-color:hsla(0,0%,100%,.8)}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-\[linear-gradient\(45deg\2c \#d1d5db_25\%\2c transparent_25\%\)\2c linear-gradient\(-45deg\2c \#d1d5db_25\%\2c transparent_25\%\)\2c linear-gradient\(45deg\2c transparent_75\%\2c \#d1d5db_75\%\)\2c linear-gradient\(-45deg\2c transparent_75\%\2c \#d1d5db_75\%\)\]{background-image:linear-gradient(45deg,#d1d5db 25%,transparent 0),linear-gradient(-45deg,#d1d5db 25%,transparent 0),linear-gradient(45deg,transparent 75%,#d1d5db 0),linear-gradient(-45deg,transparent 75%,#d1d5db 0)}.bg-100px{background-size:100px}.bg-\[size\:20px_20px\]{background-size:20px 20px}.bg-cover{background-size:cover}.bg-\[position\:0_0\2c 0_10px\2c 10px_-10px\2c -10px_0\]{background-position:0 0,0 10px,10px -10px,-10px 0}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-none{fill:none}.stroke-gray-600{stroke:#8d949e}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.\!p-2{padding:.5rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[10px\]{padding:10px}.p-\[14px\]{padding:14px}.\!py-0{padding-top:0!important;padding-bottom:0!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.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-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pe-2{padding-inline-end:.5rem}.pe-3{padding-inline-end:.75rem}.pe-4{padding-inline-end:1rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.ps-1{padding-inline-start:.25rem}.ps-2{padding-inline-start:.5rem}.ps-3{padding-inline-start:.75rem}.ps-4{padding-inline-start:1rem}.pt-0{padding-top:0}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.\!font-yekanbakh{font-family:var(--font-yekan-bakh)!important}.font-iranyekan{font-family:var(--font-iran-yekan)}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.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}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-7{line-height:1.75rem}.leading-relaxed{line-height:1.625}.tracking-widest{letter-spacing:.1em}.\!text-green-500{--tw-text-opacity:1!important;color:rgb(34 197 94/var(--tw-text-opacity,1))!important}.text-\[\#0088FF\]{--tw-text-opacity:1;color:rgb(0 136 255/var(--tw-text-opacity,1))}.text-\[\#ff0000\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(18 33 255/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(5 17 243/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(10 22 201/var(--tw-text-opacity,1))}.text-clr-0b{--tw-text-opacity:1;color:rgb(11 32 40/var(--tw-text-opacity,1))}.text-clr-21{--tw-text-opacity:1;color:rgb(33 33 33/var(--tw-text-opacity,1))}.text-clr-c8{--tw-text-opacity:1;color:rgb(200 197 197/var(--tw-text-opacity,1))}.text-clr-text-primary{--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}.text-clr-text-secondary{--tw-text-opacity:1;color:rgb(141 148 158/var(--tw-text-opacity,1))}.text-error{--tw-text-opacity:1;color:rgb(255 55 90/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(218 221 225/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(204 208 213/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(190 195 201/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(141 148 158/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(96 103 112/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(68 73 80/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(48 51 56/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-primary{--tw-text-opacity:1;color:rgb(5 17 243/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-secondary{--tw-text-opacity:1;color:rgb(5 219 101/var(--tw-text-opacity,1))}.text-success{--tw-text-opacity:1;color:rgb(0 200 165/var(--tw-text-opacity,1))}.text-warning{--tw-text-opacity:1;color:rgb(255 180 0/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.accent-blue-600{accent-color:#1221ff}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.\!shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[2px_2px_13px_-2px_rgba\(0\2c _0\2c _0\2c _0\.1\)\]{--tw-shadow:2px 2px 13px -2px rgba(0,0,0,.1);--tw-shadow-colored:2px 2px 13px -2px var(--tw-shadow-color)}.shadow-\[2px_2px_13px_-2px_rgba\(0\2c _0\2c _0\2c _0\.1\)\],.shadow-lg{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 rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-neon-error{--tw-shadow:0px 0px 110px 30px #ff375a50;--tw-shadow-colored:0px 0px 110px 30px var(--tw-shadow-color)}.shadow-neon-error,.shadow-neon-info{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-neon-info{--tw-shadow:0px 0px 110px 30px #3abff850;--tw-shadow-colored:0px 0px 110px 30px var(--tw-shadow-color)}.shadow-neon-success{--tw-shadow:0px 0px 110px 30px #00c8a550;--tw-shadow-colored:0px 0px 110px 30px var(--tw-shadow-color)}.shadow-neon-success,.shadow-neon-warning{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-neon-warning{--tw-shadow:0px 0px 110px 30px #ffb40050;--tw-shadow-colored:0px 0px 110px 30px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{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 rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-2{outline-width:2px}.outline-clr-0c{outline-color:#0c1a35}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-error\/40{--tw-ring-color:rgba(255,55,90,.4)}.ring-info\/40{--tw-ring-color:rgba(58,191,248,.4)}.ring-success\/40{--tw-ring-color:rgba(0,200,165,.4)}.ring-warning\/40{--tw-ring-color:rgba(255,180,0,.4)}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px rgba(0,0,0,.15))}.drop-shadow-2xl,.drop-shadow-xl{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-xl{--tw-drop-shadow:drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08))}.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);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,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}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.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)}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[animation-delay\:0\.15s\]{animation-delay:.15s}.\[animation-delay\:0\.3s\]{animation-delay:.3s}.\[scrollbar-width\:none\]{scrollbar-width:none}.\*\:w-16>*{width:4rem}.placeholder\:px-8::-moz-placeholder{padding-left:2rem;padding-right:2rem}.placeholder\:px-8::placeholder{padding-left:2rem;padding-right:2rem}.hover\:h-\[74px\]:hover{height:74px}.hover\:w-\[250px\]:hover{width:250px}.hover\:min-w-\[155px\]:hover{min-width:155px}.hover\:rounded-full:hover{border-radius:9999px}.hover\:\!bg-\[\#FAD24B\]:hover{--tw-bg-opacity:1!important;background-color:rgb(250 210 75/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#F5F6F7\]:hover{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(232 242 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-50\/50:hover{background-color:rgba(232,242,255,.5)}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(52 83 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(5 17 243/var(--tw-bg-opacity,1))}.hover\:bg-blue-700\/80:hover{background-color:rgba(5,17,243,.8)}.hover\:bg-clr-border-dark:hover{--tw-bg-opacity:1;background-color:rgb(218 221 225/var(--tw-bg-opacity,1))}.hover\:bg-clr-border-light:hover{--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity,1))}.hover\:bg-error-focus:hover{--tw-bg-opacity:1;background-color:rgb(255 19 61/var(--tw-bg-opacity,1))}.hover\:bg-error\/20:hover{background-color:rgba(255,55,90,.2)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(242 243 245/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(235 237 240/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity,1))}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(48 51 56/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:fill-white:hover{fill:#fff}.hover\:p-2:hover{padding:.5rem}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(141 148 158/var(--tw-text-opacity,1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.hover\:shadow-\[2px_2px_13px_-2px_rgba\(0\2c _0\2c _0\2c _0\.1\)\]:hover,.hover\:shadow:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[2px_2px_13px_-2px_rgba\(0\2c _0\2c _0\2c _0\.1\)\]:hover{--tw-shadow:2px 2px 13px -2px rgba(0,0,0,.1);--tw-shadow-colored:2px 2px 13px -2px var(--tw-shadow-color)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:bg-gray-900:focus{--tw-bg-opacity:1;background-color:rgb(48 51 56/var(--tw-bg-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-50{opacity:.5}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:pt-10{padding-top:2.5rem}}@media (min-width:768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-14{height:3.5rem}.md\:h-\[60vh\]{height:60vh}.md\:h-auto{height:auto}.md\:min-h-screen{min-height:100vh}.md\:w-\[130px\]{width:130px}.md\:w-\[182px\]{width:182px}.md\:w-\[65\%\]{width:65%}.md\:basis-1\/2{flex-basis:50%}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0}.md\:gap-10{gap:2.5rem}.md\:gap-12{gap:3rem}.md\:gap-6{gap:1.5rem}.md\:gap-9{gap:2.25rem}.md\:rounded-none{border-radius:0}.md\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pt-4{padding-top:1rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:inline-flex{display:inline-flex}.lg\:w-8{width:2rem}.lg\:min-w-8{min-width:2rem}.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-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:overflow-x-clip{overflow-x:clip}}@media (min-width:1280px){.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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:1536px){.\32xl\:left-\[-40px\]{left:-40px}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1600px){.\33xl\:h-\[190px\]{height:190px}.\33xl\:max-w-\[982px\]{max-width:982px}.\33xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-color-scheme:dark){.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(96 103 112/var(--tw-bg-opacity,1))}}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&\>div\>\*\]\:cursor-pointer>div>*{cursor:pointer}.hover\:\[\&\>div\>\*\]\:text-primary>div>:hover{--tw-text-opacity:1;color:rgb(5 17 243/var(--tw-text-opacity,1))}.\[\&\>label\]\:basis-1\/3>label{flex-basis:33.333333%}.\[\&\>span\]\:text-\[270px\]>span{font-size:270px}.\[\&\>span\]\:leading-\[270px\]>span{line-height:270px}.\[\&_\*\]\:text-white *{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_p\]\:text-right p{text-align:right}.\[\&_svg\]\:\!fill-\[\#303338\] svg{fill:#303338!important}.\[\&_svg\]\:text-primary svg{--tw-text-opacity:1;color:rgb(5 17 243/var(--tw-text-opacity,1))}.\[\&_td\]\:\!border-transparent td{border-color:transparent!important}