.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move;-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}@font-face{font-family:IranYekan;src:url(/assets/fonts/iranyekanwebblackfanum/woff2/IRANYekanWebThin.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:IranYekan;src:url(/assets/fonts/iranyekanwebblackfanum/woff2/IRANYekanWebLight.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:IranYekan;src:url(/assets/fonts/iranyekanwebblackfanum/woff2/IRANYekanWebRegular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:IranYekan;src:url(/assets/fonts/iranyekanwebblackfanum/woff2/IRANYekanWebMedium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:IranYekan;src:url(/assets/fonts/iranyekanwebblackfanum/woff2/IRANYekanWebBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:IranYekan;src:url(/assets/fonts/iranyekanwebblackfanum/woff2/IRANYekanWebExtraBold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:IranYekan;src:url(/assets/fonts/iranyekanwebblackfanum/woff2/IRANYekanWebBlack.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:IranYekan;src:url(/assets/fonts/iranyekanwebblackfanum/woff2/IRANYekanWebExtraBlack.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:700;src:url(/_next/static/media/IRANYekanX-Bold.28870153.woff) format("woff"),url(/_next/static/media/IRANYekanX-Bold.98fc60cf.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:400;src:url(/_next/static/media/IRANYekanX-Regular.1940e610.woff) format("woff"),url(/_next/static/media/IRANYekanX-Regular.355aa0f0.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:100;src:url(/_next/static/media/iranyekanwebthinfanum.6c024be7.woff) format("woff"),url(/_next/static/media/IRANYekanWebThin.42944d18.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:200;src:url(/_next/static/media/iranyekanweblightfanum.bc3a3f35.woff) format("woff"),url(/_next/static/media/IRANYekanWebLight.b5e799bf.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:300;src:url(/_next/static/media/iranyekanweblightfanum.bc3a3f35.woff) format("woff"),url(/_next/static/media/IRANYekanWebLight.b5e799bf.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:500;src:url(/_next/static/media/iranyekanwebregularfanum.173b94bf.woff) format("woff"),url(/_next/static/media/IRANYekanWebRegular.ce29f486.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:600;src:url(/_next/static/media/iranyekanwebboldfanum.6269db6f.woff) format("woff"),url(/_next/static/media/IRANYekanWebBold.70ca7fc1.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:800;src:url(/_next/static/media/iranyekanwebboldfanum.6269db6f.woff) format("woff"),url(/_next/static/media/IRANYekanWebBold.70ca7fc1.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:900;src:url(/_next/static/media/iranyekanwebextraboldfanum.212a8f45.woff) format("woff"),url(/_next/static/media/IRANYekanWebExtraBold.015503d5.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:950;src:url(/_next/static/media/iranyekanwebextraboldfanum.212a8f45.woff) format("woff"),url(/_next/static/media/IRANYekanWebExtraBold.015503d5.woff2) format("woff2")}@font-face{font-family:IRANYekanX;font-style:normal;font-weight:1000;src:url(/_next/static/media/iranyekanwebextraboldfanum.212a8f45.woff) format("woff"),url(/_next/static/media/IRANYekanWebExtraBold.015503d5.woff2) format("woff2")}



/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e9ecef}:after,:before{--tw-content:""}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,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}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-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-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-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}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#ced4da}input::placeholder,textarea::placeholder{opacity:1;color:#ced4da}[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}html{font-size:100%;box-sizing:border-box;scroll-behavior:smooth}*{font-family:IRANYekanX!important;font-feature-settings:"ss02"}*,body{box-sizing:border-box}body{font-family:IranYekan,sans-serif;font-family:IRANYekanX!important;overflow-x:hidden}@-moz-document url-prefix(){#__next{overflow:hidden}}button,input,select{font:inherit}span{font-family:IranYekan,sans-serif}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(51 154 240/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(51 154 240/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}.\!container{width:100%!important}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1400px){.container{max-width:1400px}.\!container{max-width:1400px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.container{max-width:1440px;margin-inline:auto;padding-inline:10px}.\!container{max-width:1440px!important;margin-inline:auto!important;padding-inline:10px!important}.placeholder::-moz-placeholder{font-family:inherit}.placeholder::placeholder{font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.\!visible{visibility:visible!important}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.\!relative{position:relative!important}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-3{bottom:.75rem}.top-\[-27px\]{top:-27px}.right-0{right:0}.top-0{top:0}.left-1\/2{left:50%}.bottom-0{bottom:0}.left-0{left:0}.-left-5{left:-1.25rem}.-top-3{top:-.75rem}.-bottom-3{bottom:-.75rem}.bottom-1\/2{bottom:50%}.bottom-10{bottom:2.5rem}.left-4{left:1rem}.left-2{left:.5rem}.top-3{top:.75rem}.-bottom-16{bottom:-4rem}.right-1\/2{right:50%}.top-\[-10px\]{top:-10px}.left-\[0\%\]{left:0}.bottom-\[-100px\]{bottom:-100px}.top-4{top:1rem}.top-7{top:1.75rem}.top-\[50px\]{top:50px}.top-\[10px\]{top:10px}.bottom-\[10px\]{bottom:10px}.right-4{right:1rem}.-top-\[64px\]{top:-64px}.-bottom-\[64px\]{bottom:-64px}.top-28{top:7rem}.top-10{top:2.5rem}.left-5{left:1.25rem}.bottom-\[28\%\]{bottom:28%}.left-\[10\%\]{left:10%}.top-\[32\%\]{top:32%}.right-\[25\%\]{right:25%}.bottom-\[32\%\]{bottom:32%}.bottom-\[5\%\]{bottom:5%}.bottom-\[18\%\]{bottom:18%}.bottom-\[19\%\]{bottom:19%}.bottom-2{bottom:.5rem}.right-2{right:.5rem}.top-1\/2{top:50%}.left-\[16px\]{left:16px}.top-2{top:.5rem}.right-\[-13px\]{right:-13px}.left-\[-13px\]{left:-13px}.-bottom-2{bottom:-.5rem}.left-52{left:13rem}.left-6{left:1.5rem}.bottom-\[67px\]{bottom:67px}.top-\[0px\]{top:0}.right-\[25px\]{right:25px}.top-8{top:2rem}.left-8{left:2rem}.bottom-\[70\%\]{bottom:70%}.left-\[6\%\]{left:6%}.bottom-\[72\%\]{bottom:72%}.bottom-\[50\%\]{bottom:50%}.bottom-\[30\%\]{bottom:30%}.bottom-\[20\%\]{bottom:20%}.bottom-\[47\%\]{bottom:47%}.top-auto{top:auto}.left-1{left:.25rem}.top-5{top:1.25rem}.left-\[-2px\]{left:-2px}.right-\[-2px\]{right:-2px}.left-3{left:.75rem}.right-3{right:.75rem}.top-\[60px\]{top:60px}.right-5{right:1.25rem}.-right-\[2px\]{right:-2px}.left-\[-4px\]{left:-4px}.left-\[12px\]{left:12px}.top-\[20px\]{top:20px}.top-\[98px\]{top:98px}.bottom-6{bottom:1.5rem}.bottom-5{bottom:1.25rem}.-top-9{top:-2.25rem}.top-\[-7px\]{top:-7px}.left-\[100\%\]{left:100%}.top-\[90px\]{top:90px}.top-\[140px\]{top:140px}.-bottom-1{bottom:-.25rem}.-right-2{right:-.5rem}.bottom-4{bottom:1rem}.top-1{top:.25rem}.bottom-52{bottom:13rem}.top-full{top:100%}.-left-2{left:-.5rem}.top-6{top:1.5rem}.right-\[2rem\]{right:2rem}.top-\[43\%\]{top:43%}.left-\[2rem\]{left:2rem}.top-\[48px\]{top:48px}.bottom-1{bottom:.25rem}.top-12{top:3rem}.right-\[0\]{right:0}.top-\[128px\]{top:128px}.top-\[-1px\]{top:-1px}.z-0{z-index:0}.z-10{z-index:10}.-z-10{z-index:-10}.-z-20{z-index:-20}.-z-30{z-index:-30}.z-20{z-index:20}.z-50{z-index:50}.z-\[200\]{z-index:200}.z-\[10\]{z-index:10}.z-40{z-index:40}.z-\[50\]{z-index:50}.z-\[100000000\]{z-index:100000000}.z-\[1\]{z-index:1}.z-\[210\]{z-index:210}.z-\[1000\]{z-index:1000}.z-\[99999\]{z-index:99999}.z-\[100000\]{z-index:100000}.z-30{z-index:30}.z-\[999999\]{z-index:999999}.z-\[2000\]{z-index:2000}.z-\[60\]{z-index:60}.z-\[-1\]{z-index:-1}.z-\[5000\]{z-index:5000}.z-\[300\]{z-index:300}.z-\[5\]{z-index:5}.col-span-4{grid-column:span 4/span 4}.col-span-2{grid-column:span 2/span 2}.col-span-5{grid-column:span 5/span 5}.col-span-12{grid-column:span 12/span 12}.col-span-8{grid-column:span 8/span 8}.col-span-3{grid-column:span 3/span 3}.col-span-1{grid-column:span 1/span 1}.col-span-full{grid-column:1/-1}.col-span-6{grid-column:span 6/span 6}.m-\[6px\]{margin:6px}.m-auto{margin:auto}.\!m-0{margin:0!important}.m-2{margin:.5rem}.m-4{margin:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-\[2px\]{margin-left:2px;margin-right:2px}.mx-\[1px\]{margin-left:1px;margin-right:1px}.my-16{margin-top:4rem;margin-bottom:4rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-\[10px\]{margin-left:10px;margin-right:10px}.my-\[12px\]{margin-top:12px;margin-bottom:12px}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-\[9px\]{margin-left:9px;margin-right:9px}.my-0{margin-top:0;margin-bottom:0}.mx-\[8px\]{margin-left:8px;margin-right:8px}.my-\[50px\]{margin-top:50px;margin-bottom:50px}.my-\[15px\]{margin-top:15px;margin-bottom:15px}.mb-5{margin-bottom:1.25rem}.mb-3{margin-bottom:.75rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mr-auto{margin-right:auto}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.mt-3{margin-top:.75rem}.mt-auto{margin-top:auto}.mt-2{margin-top:.5rem}.ml-auto{margin-left:auto}.mb-20{margin-bottom:5rem}.mt-1{margin-top:.25rem}.mt-20{margin-top:5rem}.mt-9{margin-top:2.25rem}.ml-8{margin-left:2rem}.mt-28{margin-top:7rem}.mt-7{margin-top:1.75rem}.mt-16{margin-top:4rem}.ml-3{margin-left:.75rem}.mb-10{margin-bottom:2.5rem}.mt-\[-30px\]{margin-top:-30px}.mb-8{margin-bottom:2rem}.mt-12{margin-top:3rem}.ml-1{margin-left:.25rem}.mt-\[40px\]{margin-top:40px}.mr-\[52px\]{margin-right:52px}.mt-\[-5px\]{margin-top:-5px}.mb-2{margin-bottom:.5rem}.ml-14{margin-left:3.5rem}.-mt-9{margin-top:-2.25rem}.mt-\[200px\]{margin-top:200px}.mt-\[100px\]{margin-top:100px}.mb-auto{margin-bottom:auto}.mb-1{margin-bottom:.25rem}.mr-7{margin-right:1.75rem}.ml-9{margin-left:2.25rem}.mr-2{margin-right:.5rem}.mt-\[10px\]{margin-top:10px}.mr-1{margin-right:.25rem}.mb-\[25px\]{margin-bottom:25px}.mr-\[25px\]{margin-right:25px}.mt-\[35px\]{margin-top:35px}.mt-\[30px\]{margin-top:30px}.mt-\[12px\]{margin-top:12px}.mr-\[80px\]{margin-right:80px}.mr-6{margin-right:1.5rem}.\!mt-0{margin-top:0!important}.mr-\[32px\]{margin-right:32px}.ml-2{margin-left:.5rem}.mt-\[8px\]{margin-top:8px}.-mb-\[3px\]{margin-bottom:-3px}.mb-14{margin-bottom:3.5rem}.ml-4{margin-left:1rem}.mt-\[3\.5px\]{margin-top:3.5px}.mr-\[3px\]{margin-right:3px}.mt-\[15px\]{margin-top:15px}.mt-\[25px\]{margin-top:25px}.mr-\[8px\]{margin-right:8px}.ml-\[8px\]{margin-left:8px}.mr-\[5px\]{margin-right:5px}.mb-0{margin-bottom:0}.\!mt-8{margin-top:2rem!important}.-mt-2{margin-top:-.5rem}.mt-\[2px\]{margin-top:2px}.mr-8{margin-right:2rem}.mt-\[44px\]{margin-top:44px}.mb-\[7px\]{margin-bottom:7px}.-mt-1{margin-top:-.25rem}.ml-6{margin-left:1.5rem}.-mt-3{margin-top:-.75rem}.-mb-3{margin-bottom:-.75rem}.mr-5{margin-right:1.25rem}.mb-\[30px\]{margin-bottom:30px}.mb-11{margin-bottom:2.75rem}.mr-\[48px\]{margin-right:48px}.mt-\[-72px\]{margin-top:-72px}.mt-\[20px\]{margin-top:20px}.mt-\[14px\]{margin-top:14px}.ml-\[56px\]{margin-left:56px}.mt-\[32px\]{margin-top:32px}.mt-\[64px\]{margin-top:64px}.mb-\[8px\]{margin-bottom:8px}.mt-\[24px\]{margin-top:24px}.mr-\[-26\%\]{margin-right:-26%}.mt-\[16px\]{margin-top:16px}.mb-\[24px\]{margin-bottom:24px}.mb-\[16px\]{margin-bottom:16px}.mt-\[13px\]{margin-top:13px}.mr-3{margin-right:.75rem}.ml-\[100px\]{margin-left:100px}.mb-\[10px\]{margin-bottom:10px}.mt-\[75px\]{margin-top:75px}.mb-\[20px\]{margin-bottom:20px}.mt-\[18px\]{margin-top:18px}.mt-\[320px\]{margin-top:320px}.mr-16{margin-right:4rem}.mt-\[350px\]{margin-top:350px}.mr-0{margin-right:0}.mb-7{margin-bottom:1.75rem}.ml-\[2px\]{margin-left:2px}.-ml-5{margin-left:-1.25rem}.mt-\[15\.24px\]{margin-top:15.24px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.\!flex{display:flex!important}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!hidden{display:none!important}.aspect-square{aspect-ratio:1/1}.h-\[100vh\]{height:100vh}.h-\[764px\]{height:764px}.h-full{height:100%}.h-\[40px\]{height:40px}.h-8{height:2rem}.h-14{height:3.5rem}.h-\[26px\]{height:26px}.h-\[64px\]{height:64px}.h-\[92px\]{height:92px}.h-12{height:3rem}.h-\[496px\]{height:496px}.h-\[48px\]{height:48px}.h-\[105px\]{height:105px}.h-\[200px\]{height:200px}.h-\[42px\]{height:42px}.h-\[255px\]{height:255px}.h-\[14px\]{height:14px}.h-\[36px\]{height:36px}.h-\[74px\]{height:74px}.h-\[59px\]{height:59px}.h-\[400px\]{height:400px}.h-\[50px\]{height:50px}.h-screen{height:100vh}.h-\[250px\]{height:250px}.h-6{height:1.5rem}.h-11{height:2.75rem}.h-\[4px\]{height:4px}.h-20{height:5rem}.h-\[112px\]{height:112px}.h-\[47px\]{height:47px}.h-10{height:2.5rem}.h-\[31px\]{height:31px}.h-\[80px\]{height:80px}.h-max{height:-moz-max-content;height:max-content}.h-\[70px\]{height:70px}.h-\[60px\]{height:60px}.\!h-\[124px\]{height:124px!important}.h-fit{height:-moz-fit-content;height:fit-content}.h-\[56px\]{height:56px}.h-\[170px\]{height:170px}.h-5{height:1.25rem}.h-\[120px\]{height:120px}.\!h-8{height:2rem!important}.h-\[368px\]{height:368px}.h-\[72px\]{height:72px}.h-\[37px\]{height:37px}.h-\[500px\]{height:500px}.h-\[464px\]{height:464px}.h-\[52px\]{height:52px}.h-\[1px\]{height:1px}.h-\[316px\]{height:316px}.h-\[24px\]{height:24px}.h-\[128px\]{height:128px}.h-min{height:-moz-min-content;height:min-content}.h-\[220px\]{height:220px}.h-16{height:4rem}.h-4{height:1rem}.h-\[16px\]{height:16px}.h-\[65\%\]{height:65%}.h-\[25px\]{height:25px}.\!h-\[24px\]{height:24px!important}.h-3{height:.75rem}.h-\[35px\]{height:35px}.h-\[450px\]{height:450px}.h-auto{height:auto}.h-\[34px\]{height:34px}.h-\[80vh\]{height:80vh}.h-\[5px\]{height:5px}.h-\[18px\]{height:18px}.h-\[110px\]{height:110px}.h-\[90px\]{height:90px}.h-\[6px\]{height:6px}.h-\[73px\]{height:73px}.h-\[32px\]{height:32px}.h-7{height:1.75rem}.h-32{height:8rem}.\!h-full{height:100%!important}.h-\[20px\]{height:20px}.h-\[38px\]{height:38px}.\!h-\[400px\]{height:400px!important}.h-\[260px\]{height:260px}.h-1{height:.25rem}.h-\[335px\]{height:335px}.h-2{height:.5rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[70vh\]{height:70vh}.h-\[28px\]{height:28px}.h-\[10px\]{height:10px}.h-\[124px\]{height:124px}.\!h-\[409px\]{height:409px!important}.\!h-\[253px\]{height:253px!important}.h-\[40x\]{height:40x}.h-\[136px\]{height:136px}.\!h-10{height:2.5rem!important}.h-\[45px\]{height:45px}.h-\[12px\]{height:12px}.h-\[270px\]{height:270px}.h-\[318px\]{height:318px}.\!h-\[35px\]{height:35px!important}.h-\[65px\]{height:65px}.h-\[95px\]{height:95px}.h-\[330px\]{height:330px}.h-\[88px\]{height:88px}.h-\[15px\]{height:15px}.h-\[87\%\]{height:87%}.h-\[108px\]{height:108px}.h-\[11px\]{height:11px}.h-\[30px\]{height:30px}.h-\[51px\]{height:51px}.h-\[177px\]{height:177px}.h-\[470px\]{height:470px}.h-\[290px\]{height:290px}.h-\[83px\]{height:83px}.h-\[261px\]{height:261px}.\!h-\[16px\]{height:16px!important}.h-\[2px\]{height:2px}.\!h-12{height:3rem!important}.\!h-\[36px\]{height:36px!important}.h-\[54px\]{height:54px}.h-\[608px\]{height:608px}.h-\[253px\]{height:253px}.h-\[104px\]{height:104px}.h-\[55px\]{height:55px}.h-\[60\]{height:60}.h-\[125px\]{height:125px}.h-\[150px\]{height:150px}.h-\[300px\]{height:300px}.h-\[46px\]{height:46px}.h-\[98vh\]{height:98vh}.\!h-\[114px\]{height:114px!important}.\!h-\[64px\]{height:64px!important}.h-\[8px\]{height:8px}.h-\[155px\]{height:155px}.\!h-11{height:2.75rem!important}.h-\[calc\(100\%-128px\)\]{height:calc(100% - 128px)}.h-\[calc\(100\%-188px\)\]{height:calc(100% - 188px)}.\!h-6{height:1.5rem!important}.h-\[568px\]{height:568px}.h-\[137px\]{height:137px}.h-\[44px\]{height:44px}.max-h-\[100dvh\]{max-height:100dvh}.max-h-\[calc\(100dvh-140px\)\]{max-height:calc(100dvh - 140px)}.max-h-\[calc\(100dvh-240px\)\]{max-height:calc(100dvh - 240px)}.max-h-\[calc\(100dvh-380px\)\]{max-height:calc(100dvh - 380px)}.max-h-\[calc\(100dvh-280px\)\]{max-height:calc(100dvh - 280px)}.max-h-\[368px\]{max-height:368px}.max-h-\[365px\]{max-height:365px}.max-h-\[56px\]{max-height:56px}.max-h-\[538px\]{max-height:538px}.max-h-\[850px\]{max-height:850px}.max-h-\[500px\]{max-height:500px}.max-h-0{max-height:0}.max-h-\[40px\]{max-height:40px}.max-h-\[464px\]{max-height:464px}.max-h-\[200px\]{max-height:200px}.max-h-\[150px\]{max-height:150px}.max-h-\[24px\]{max-height:24px}.max-h-\[100px\]{max-height:100px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[243px\]{max-height:243px}.max-h-\[400px\]{max-height:400px}.max-h-\[65vh\]{max-height:65vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[100\%\]{max-height:100%}.max-h-screen{max-height:100vh}.max-h-\[40vh\]{max-height:40vh}.max-h-\[608px\]{max-height:608px}.max-h-60{max-height:15rem}.max-h-\[72px\]{max-height:72px}.max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.max-h-\[479px\]{max-height:479px}.max-h-\[60vh\]{max-height:60vh}.min-h-\[100vh\]{min-height:100vh}.min-h-\[68vh\]{min-height:68vh}.min-h-\[40px\]{min-height:40px}.min-h-\[70vh\]{min-height:70vh}.min-h-\[339px\]{min-height:339px}.min-h-\[950px\]{min-height:950px}.min-h-\[50vh\]{min-height:50vh}.min-h-\[93vh\]{min-height:93vh}.min-h-\[24px\]{min-height:24px}.min-h-full{min-height:100%}.min-h-\[88px\]{min-height:88px}.min-h-screen{min-height:100vh}.min-h-\[calc\(100vh-16px\)\]{min-height:calc(100vh - 16px)}.min-h-\[calc\(100vh-60px\)\]{min-height:calc(100vh - 60px)}.min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.min-h-\[84px\]{min-height:84px}.min-h-\[44px\]{min-height:44px}.\!min-h-\[348px\]{min-height:348px!important}.min-h-\[300px\]{min-height:300px}.min-h-\[248px\]{min-height:248px}.min-h-\[70px\]{min-height:70px}.\!min-h-\[16px\]{min-height:16px!important}.min-h-\[12rem\]{min-height:12rem}.\!min-h-\[50px\]{min-height:50px!important}.min-h-\[90px\]{min-height:90px}.min-h-\[100px\]{min-height:100px}.min-h-\[48px\]{min-height:48px}.min-h-\[35vh\]{min-height:35vh}.min-h-max{min-height:-moz-max-content;min-height:max-content}.min-h-\[25rem\]{min-height:25rem}.w-full{width:100%}.w-\[200px\]{width:200px}.w-\[764px\]{width:764px}.w-\[104px\]{width:104px}.w-\[56px\]{width:56px}.w-\[80px\]{width:80px}.w-\[38px\]{width:38px}.w-\[64px\]{width:64px}.w-\[187px\]{width:187px}.w-\[24px\]{width:24px}.w-1\/4{width:25%}.w-\[106px\]{width:106px}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[26px\]{width:26px}.w-\[92px\]{width:92px}.w-\[48px\]{width:48px}.w-\[170px\]{width:170px}.w-fit{width:-moz-fit-content;width:fit-content}.w-\[300px\]{width:300px}.w-\[120px\]{width:120px}.w-\[122px\]{width:122px}.w-\[204px\]{width:204px}.w-\[14px\]{width:14px}.w-\[36px\]{width:36px}.w-\[74px\]{width:74px}.w-\[190px\]{width:190px}.w-\[148px\]{width:148px}.w-\[50px\]{width:50px}.w-\[40px\]{width:40px}.w-11{width:2.75rem}.\!w-full{width:100%!important}.w-\[4px\]{width:4px}.w-\[400px\]{width:400px}.w-20{width:5rem}.w-\[124px\]{width:124px}.w-\[180px\]{width:180px}.w-\[168px\]{width:168px}.w-\[370px\]{width:370px}.w-36{width:9rem}.w-\[31px\]{width:31px}.w-\[25px\]{width:25px}.w-\[140px\]{width:140px}.w-\[100\%_\!important\]{width:100%!important}.w-\[250px\]{width:250px}.w-\[100px\]{width:100px}.\!w-\[124px\]{width:124px!important}.w-5{width:1.25rem}.w-24{width:6rem}.w-12{width:3rem}.\!w-\[16px\]{width:16px!important}.w-4{width:1rem}.w-\[16px\]{width:16px}.w-\[368px\]{width:368px}.w-6{width:1.5rem}.w-\[82px\]{width:82px}.w-\[30px\]{width:30px}.w-\[116px\]{width:116px}.w-\[70\%\]{width:70%}.\!w-\[150px\]{width:150px!important}.w-\[510px\]{width:510px}.w-\[calc\(100\%-88px\)\]{width:calc(100% - 88px)}.w-28{width:7rem}.w-\[60px\]{width:60px}.w-\[112px\]{width:112px}.w-\[20px\]{width:20px}.w-16{width:4rem}.w-\[224px\]{width:224px}.w-10{width:2.5rem}.w-\[86px\]{width:86px}.w-\[88px\]{width:88px}.w-\[76px\]{width:76px}.\!w-\[24px\]{width:24px!important}.w-\[15px\]{width:15px}.w-\[70px\]{width:70px}.w-3{width:.75rem}.\!w-\[88px\]{width:88px!important}.w-\[5px\]{width:5px}.w-\[18px\]{width:18px}.w-\[85px\]{width:85px}.w-\[35px\]{width:35px}.w-\[17px\]{width:17px}.w-2{width:.5rem}.w-\[32px\]{width:32px}.w-\[90\%\]{width:90%}.w-\[100\%\]{width:100%}.w-\[80\%\]{width:80%}.w-7{width:1.75rem}.w-32{width:8rem}.\!w-\[calc\(100\%\+3px\)\]{width:calc(100% + 3px)!important}.\!w-\[400px\]{width:400px!important}.w-\[75\%\]{width:75%}.w-1{width:.25rem}.w-\[1px\]{width:1px}.w-\[90px\]{width:90px}.w-auto{width:auto}.w-\[34px\]{width:34px}.w-\[28px\]{width:28px}.w-1\/2{width:50%}.w-\[175px\]{width:175px}.w-\[100vw\]{width:100vw}.w-\[1100px\]{width:1100px}.w-\[57px\]{width:57px}.w-\[37px\]{width:37px}.w-\[110px\]{width:110px}.w-\[10px\]{width:10px}.\!w-\[112px\]{width:112px!important}.w-\[186px\]{width:186px}.\!w-\[253px\]{width:253px!important}.w-\[72px\]{width:72px}.w-\[2px\]{width:2px}.w-1\/3{width:33.333333%}.\!w-\[170px\]{width:170px!important}.w-\[12px\]{width:12px}.w-48{width:12rem}.w-\[65px\]{width:65px}.w-\[95px\]{width:95px}.w-max{width:-moz-max-content;width:max-content}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.\!w-\[160px\]{width:160px!important}.w-\[150\%\]{width:150%}.w-40{width:10rem}.w-\[177px\]{width:177px}.w-\[150px\]{width:150px}.w-1\/5{width:20%}.w-14{width:3.5rem}.\!w-\[36px\]{width:36px!important}.w-\[58px\]{width:58px}.w-\[137px\]{width:137px}.w-\[calc\(100\%-96px\)\]{width:calc(100% - 96px)}.w-\[285px\]{width:285px}.w-\[calc\(100\%-80px\)\]{width:calc(100% - 80px)}.w-\[60\]{width:60}.w-\[68px\]{width:68px}.w-\[71px\]{width:71px}.w-\[130px\]{width:130px}.\!w-\[114px\]{width:114px!important}.\!w-\[64px\]{width:64px!important}.w-\[8px\]{width:8px}.w-\[260px\]{width:260px}.w-\[27rem\]{width:27rem}.w-\[420px\]{width:420px}.w-\[388px\]{width:388px}.\!w-11{width:2.75rem!important}.\!w-6{width:1.5rem!important}.w-\[340px\]{width:340px}.w-\[44px\]{width:44px}.w-\[160px\]{width:160px}.min-w-\[268px\]{min-width:268px}.min-w-\[106px\]{min-width:106px}.min-w-\[1200px\]{min-width:1200px}.min-w-max{min-width:-moz-max-content;min-width:max-content}.min-w-\[800px\]{min-width:800px}.min-w-\[1000px\]{min-width:1000px}.min-w-\[72px\]{min-width:72px}.min-w-\[40px\]{min-width:40px}.min-w-\[24px\]{min-width:24px}.min-w-full{min-width:100%}.min-w-\[88px\]{min-width:88px}.min-w-\[25px\]{min-width:25px}.min-w-\[15px\]{min-width:15px}.min-w-\[700px\]{min-width:700px}.\!min-w-\[88px\]{min-width:88px!important}.min-w-\[150px_\!important\]{min-width:150px!important}.\!min-w-\[120px\]{min-width:120px!important}.\!min-w-\[85px\]{min-width:85px!important}.\!min-w-max{min-width:-moz-max-content!important;min-width:max-content!important}.min-w-\[120px\]{min-width:120px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-\[16px\]{min-width:16px}.\!min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.min-w-\[84px\]{min-width:84px}.min-w-\[44px\]{min-width:44px}.min-w-\[1050px\]{min-width:1050px}.min-w-\[650px\]{min-width:650px}.\!min-w-\[112px\]{min-width:112px!important}.min-w-\[64px\]{min-width:64px}.\!min-w-\[327px\]{min-width:327px!important}.min-w-\[150px\]{min-width:150px}.min-w-\[60px\]{min-width:60px}.min-w-\[110px\]{min-width:110px}.min-w-\[950px\]{min-width:950px}.\!min-w-\[16px\]{min-width:16px!important}.min-w-\[100px\]{min-width:100px}.min-w-\[200px_\!important\]{min-width:200px!important}.min-w-\[170px\]{min-width:170px}.min-w-\[94px\]{min-width:94px}.min-w-\[8px\]{min-width:8px}.\!min-w-\[24px\]{min-width:24px!important}.\!min-w-\[50px\]{min-width:50px!important}.min-w-\[28px\]{min-width:28px}.min-w-\[48px\]{min-width:48px}.min-w-\[145px\]{min-width:145px}.min-w-\[160px\]{min-width:160px}.min-w-\[200px\]{min-width:200px}.min-w-\[236px\]{min-width:236px}.max-w-\[778px\]{max-width:778px}.max-w-\[920px\]{max-width:920px}.max-w-\[106px\]{max-width:106px}.max-w-5xl{max-width:64rem}.max-w-2xl{max-width:42rem}.max-w-\[980px\]{max-width:980px}.max-w-xs{max-width:20rem}.max-w-4xl{max-width:56rem}.\!max-w-4xl{max-width:56rem!important}.max-w-\[560px\]{max-width:560px}.\!max-w-6xl{max-width:72rem!important}.max-w-full{max-width:100%}.max-w-\[246px\]{max-width:246px}.max-w-\[1050px\]{max-width:1050px}.max-w-\[180px\]{max-width:180px}.max-w-\[1248px\]{max-width:1248px}.max-w-\[120px\]{max-width:120px}.max-w-\[650px\]{max-width:650px}.max-w-\[726px\]{max-width:726px}.max-w-6xl{max-width:72rem}.max-w-\[365px\]{max-width:365px}.max-w-\[366px\]{max-width:366px}.max-w-md{max-width:28rem}.max-w-\[520px\]{max-width:520px}.max-w-\[300px\]{max-width:300px}.max-w-\[950px\]{max-width:950px}.max-w-\[310px\]{max-width:310px}.max-w-\[400px\]{max-width:400px}.max-w-3xl{max-width:48rem}.max-w-\[88px\]{max-width:88px}.max-w-\[580px\]{max-width:580px}.max-w-\[150px\]{max-width:150px}.max-w-\[1000px\]{max-width:1000px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-sm{max-width:24rem}.max-w-\[360px\]{max-width:360px}.max-w-\[517px\]{max-width:517px}.max-w-\[737px\]{max-width:737px}.max-w-\[274px\]{max-width:274px}.max-w-\[1322px\]{max-width:1322px}.max-w-\[987px\]{max-width:987px}.max-w-\[90px\]{max-width:90px}.max-w-\[40px\]{max-width:40px}.max-w-\[24px\]{max-width:24px}.max-w-\[148px\]{max-width:148px}.max-w-\[100px\]{max-width:100px}.max-w-\[80\%\]{max-width:80%}.max-w-\[80px\]{max-width:80px}.max-w-\[130px\]{max-width:130px}.max-w-\[722px\]{max-width:722px}.max-w-\[375px\]{max-width:375px}.max-w-\[464px\]{max-width:464px}.max-w-\[340px\]{max-width:340px}.max-w-lg{max-width:32rem}.max-w-\[264px\]{max-width:264px}.max-w-screen-md{max-width:1024px}.max-w-\[500px\]{max-width:500px}.\!max-w-\[85px\]{max-width:85px!important}.\!max-w-\[150px\]{max-width:150px!important}.max-w-\[243px\]{max-width:243px}.\!max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.\!max-w-min{max-width:-moz-min-content!important;max-width:min-content!important}.max-w-\[466px\]{max-width:466px}.max-w-\[56px\]{max-width:56px}.max-w-\[64px\]{max-width:64px}.max-w-\[11rem\]{max-width:11rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-\[60\%\]{max-width:60%}.max-w-\[1200px\]{max-width:1200px}.max-w-\[250px\]{max-width:250px}.\!max-w-\[24px\]{max-width:24px!important}.max-w-\[164px\]{max-width:164px}.\!max-w-\[343px\]{max-width:343px!important}.max-w-\[48px\]{max-width:48px}.max-w-\[72px\]{max-width:72px}.max-w-\[70\%\]{max-width:70%}.max-w-\[445px\]{max-width:445px}.max-w-\[420px\]{max-width:420px}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-\[0_0_48px\]{flex:0 0 48px}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.-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-x-1\/2{--tw-translate-x:50%}.-translate-y-1\/2,.translate-x-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-x-\[-82px\]{--tw-translate-x:-82px}.-rotate-90,.translate-x-\[-82px\]{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-180,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-0{--tw-rotate:0deg}.rotate-0,.scale-100{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-100{--tw-scale-x:1;--tw-scale-y:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.animate-\[slideIn_2\.5s_ease-out_1s_both\]{animation:slideIn 2.5s ease-out 1s both}.cursor-pointer{cursor:pointer}.\!cursor-default{cursor:default!important}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.\!cursor-pointer{cursor:pointer!important}.cursor-copy{cursor:copy}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-4{-moz-columns:4;column-count:4}.columns-3{-moz-columns:3;column-count:3}.columns-2{-moz-columns:2;column-count:2}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-\[1fr_1fr_auto\]{grid-template-columns:1fr 1fr auto}.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-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.place-items-start{place-items:start}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.\!items-center{align-items:center!important}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.\!justify-center{justify-content:center!important}.justify-between{justify-content:space-between}.\!justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around}.justify-items-center{justify-items:center}.gap-4{gap:1rem}.gap-3{gap:.75rem}.gap-2{gap:.5rem}.gap-8{gap:2rem}.gap-\[48px\]{gap:48px}.gap-6{gap:1.5rem}.gap-1{gap:.25rem}.gap-20{gap:5rem}.gap-16{gap:4rem}.gap-5{gap:1.25rem}.gap-7{gap:1.75rem}.gap-9{gap:2.25rem}.gap-10{gap:2.5rem}.gap-14{gap:3.5rem}.gap-\[6rem\]{gap:6rem}.gap-\[1px\]{gap:1px}.gap-\[0\.5px\]{gap:.5px}.gap-\[25px\]{gap:25px}.gap-0{gap:0}.gap-\[8px\]{gap:8px}.gap-\[4px\]{gap:4px}.gap-\[14px\]{gap:14px}.gap-\[16px\]{gap:16px}.gap-\[24px\]{gap:24px}.gap-12{gap:3rem}.gap-\[33px\]{gap:33px}.\!gap-2{gap:.5rem!important}.gap-\[10px\]{gap:10px}.gap-\[18px\]{gap:18px}.gap-\[6px\]{gap:6px}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-8{row-gap:2rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-2{row-gap:.5rem}.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))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(233 236 239/var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded-md{border-radius:.375rem}.rounded-\[16px\]{border-radius:16px}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.rounded-\[32px\]{border-radius:32px}.rounded-xl{border-radius:.75rem}.rounded-\[9px\]{border-radius:9px}.rounded-3xl{border-radius:1.5rem}.rounded-\[12px\]{border-radius:12px}.rounded-\[24px\]{border-radius:24px}.rounded-sm{border-radius:.125rem}.rounded-\[4px\]{border-radius:4px}.rounded-\[15px\]{border-radius:15px}.rounded-\[10px\]{border-radius:10px}.rounded-\[7px\]{border-radius:7px}.rounded-\[20px\]{border-radius:20px}.\!rounded-2xl{border-radius:1rem!important}.\!rounded-xl{border-radius:.75rem!important}.\!rounded-\[10px\]{border-radius:10px!important}.rounded-\[8px\]{border-radius:8px}.\!rounded-\[8px\]{border-radius:8px!important}.\!rounded-sm{border-radius:.125rem!important}.\!rounded-md{border-radius:.375rem!important}.rounded-\[6px\]{border-radius:6px}.rounded-\[36px\]{border-radius:36px}.rounded-none{border-radius:0}.\!rounded{border-radius:.25rem!important}.\!rounded-lg{border-radius:.5rem!important}.rounded-\[3px\]{border-radius:3px}.\!rounded-\[16px\]{border-radius:16px!important}.rounded-\[50\%\]{border-radius:50%}.rounded-\[40px\]{border-radius:40px}.rounded-\[11px\]{border-radius:11px}.rounded-\[1\.5rem\]{border-radius:1.5rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[14px\]{border-radius:14px}.\!rounded-t-xl{border-top-left-radius:.75rem!important;border-top-right-radius:.75rem!important}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-b-\[16px\]{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-br-\[15px\]{border-bottom-right-radius:15px}.rounded-bl-\[15px\]{border-bottom-left-radius:15px}.rounded-br-2xl{border-bottom-right-radius:1rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-\[10px\]{border-width:10px}.border-\[1px\]{border-width:1px}.border-\[1\.5px\]{border-width:1.5px}.border-4{border-width:4px}.border-\[2px\]{border-width:2px}.border-\[0\.5px\]{border-width:.5px}.\!border{border-width:1px!important}.border-\[4px\]{border-width:4px}.border-x{border-left-width:1px;border-right-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-t-2{border-top-width:2px}.border-r-4{border-right-width:4px}.border-l-4{border-left-width:4px}.border-l-\[1px\]{border-left-width:1px}.border-b-\[0\.5px\]{border-bottom-width:.5px}.border-r-0{border-right-width:0}.border-l-0{border-left-width:0}.border-t-0{border-top-width:0}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-b-2{border-bottom-width:2px}.border-t-\[4px\]{border-top-width:4px}.border-t-\[2px\]{border-top-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#C7D8FF\]{--tw-border-opacity:1;border-color:rgb(199 216 255/var(--tw-border-opacity))}.border-dark-secondary-line{--tw-border-opacity:1;border-color:rgb(52 58 64/var(--tw-border-opacity))}.border-\[\#0D0D0D0A\]{border-color:#0D0D0D0A}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(51 154 240/var(--tw-border-opacity))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(255 146 43/var(--tw-border-opacity))}.border-\[\#f45300\]{--tw-border-opacity:1;border-color:rgb(244 83 0/var(--tw-border-opacity))}.border-\[\#37D925\]{--tw-border-opacity:1;border-color:rgb(55 217 37/var(--tw-border-opacity))}.border-\[\#B4B4B4\]{--tw-border-opacity:1;border-color:rgb(180 180 180/var(--tw-border-opacity))}.border-\[\#12121212\]{border-color:#12121212}.border-green-500{--tw-border-opacity:1;border-color:rgb(32 201 151/var(--tw-border-opacity))}.border-\[\#787878\]{--tw-border-opacity:1;border-color:rgb(120 120 120/var(--tw-border-opacity))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-\[\#707070\]{--tw-border-opacity:1;border-color:rgb(112 112 112/var(--tw-border-opacity))}.border-\[\#007AFF\]{--tw-border-opacity:1;border-color:rgb(0 122 255/var(--tw-border-opacity))}.border-\[\#f0f0f0\]{--tw-border-opacity:1;border-color:rgb(240 240 240/var(--tw-border-opacity))}.border-\[\#f47121\]{--tw-border-opacity:1;border-color:rgb(244 113 33/var(--tw-border-opacity))}.border-\[\#34C759\]{--tw-border-opacity:1;border-color:rgb(52 199 89/var(--tw-border-opacity))}.border-\[\#FF922B\]{--tw-border-opacity:1;border-color:rgb(255 146 43/var(--tw-border-opacity))}.border-\[\#3FB6B9\]{--tw-border-opacity:1;border-color:rgb(63 182 185/var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity:1;border-color:rgb(52 58 64/var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(134 142 150/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-green-700{--tw-border-opacity:1;border-color:rgb(12 166 120/var(--tw-border-opacity))}.border-red-700{--tw-border-opacity:1;border-color:rgb(240 62 62/var(--tw-border-opacity))}.border-orange-700{--tw-border-opacity:1;border-color:rgb(247 103 7/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(255 107 107/var(--tw-border-opacity))}.\!border-gray-50{--tw-border-opacity:1!important;border-color:rgb(248 249 250/var(--tw-border-opacity))!important}.border-gray-50{--tw-border-opacity:1;border-color:rgb(248 249 250/var(--tw-border-opacity))}.border-\[\#DEE2E6\]{--tw-border-opacity:1;border-color:rgb(222 226 230/var(--tw-border-opacity))}.border-\[\#38D9A9\]{--tw-border-opacity:1;border-color:rgb(56 217 169/var(--tw-border-opacity))}.border-\[\#FFFFFF\]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-\[\#B1B1B1\]{--tw-border-opacity:1;border-color:rgb(177 177 177/var(--tw-border-opacity))}.border-\[\#6e798d\]{--tw-border-opacity:1;border-color:rgb(110 121 141/var(--tw-border-opacity))}.border-\[\#dee3e7\]{--tw-border-opacity:1;border-color:rgb(222 227 231/var(--tw-border-opacity))}.border-\[\#EEEEEE\]{--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity))}.border-\[\#D9D9D9\]{--tw-border-opacity:1;border-color:rgb(217 217 217/var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity:1;border-color:rgb(33 37 41/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(233 236 239/var(--tw-border-opacity))}.border-orange-600{--tw-border-opacity:1;border-color:rgb(253 126 20/var(--tw-border-opacity))}.border-light-primary-line{--tw-border-opacity:1;border-color:rgb(239 240 242/var(--tw-border-opacity))}.border-green-300{--tw-border-opacity:1;border-color:rgb(99 230 190/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(173 181 189/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(222 226 230/var(--tw-border-opacity))}.border-\[\#495057\]{--tw-border-opacity:1;border-color:rgb(73 80 87/var(--tw-border-opacity))}.border-\[\#FF720C\]{--tw-border-opacity:1;border-color:rgb(255 114 12/var(--tw-border-opacity))}.border-\[\#0040ff\]{--tw-border-opacity:1;border-color:rgb(0 64 255/var(--tw-border-opacity))}.border-\[\#343A40\]{--tw-border-opacity:1;border-color:rgb(52 58 64/var(--tw-border-opacity))}.border-light-danger-status{--tw-border-opacity:1;border-color:rgb(240 62 62/var(--tw-border-opacity))}.border-light-info-status{--tw-border-opacity:1;border-color:rgb(51 154 240/var(--tw-border-opacity))}.border-\[\#E9ECEF\]{--tw-border-opacity:1;border-color:rgb(233 236 239/var(--tw-border-opacity))}.border-\[\#F3F4F6\]{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.border-\[\#FF9500\]{--tw-border-opacity:1;border-color:rgb(255 149 0/var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(206 212 218/var(--tw-border-opacity))}.\!border-gray-200{--tw-border-opacity:1!important;border-color:rgb(233 236 239/var(--tw-border-opacity))!important}.border-orange-800{--tw-border-opacity:1;border-color:rgb(232 89 12/var(--tw-border-opacity))}.border-\[\#97007B\]{--tw-border-opacity:1;border-color:rgb(151 0 123/var(--tw-border-opacity))}.border-\[\#502fb2\]{--tw-border-opacity:1;border-color:rgb(80 47 178/var(--tw-border-opacity))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(255 216 168/var(--tw-border-opacity))}.border-green-200{--tw-border-opacity:1;border-color:rgb(150 242 215/var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity:1;border-color:rgb(28 126 214/var(--tw-border-opacity))}.border-\[\#DEE3E7\]{--tw-border-opacity:1;border-color:rgb(222 227 231/var(--tw-border-opacity))}.border-\[\#F2F5F8\],.border-\[\#f2f5f8\]{--tw-border-opacity:1;border-color:rgb(242 245 248/var(--tw-border-opacity))}.border-\[\#fff\]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(18 184 134/var(--tw-border-opacity))}.border-yellow-700{--tw-border-opacity:1;border-color:rgb(245 159 0/var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(116 192 252/var(--tw-border-opacity))}.border-red-300{--tw-border-opacity:1;border-color:rgb(255 168 168/var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(255 224 102/var(--tw-border-opacity))}.border-b-black{--tw-border-opacity:1;border-bottom-color:rgb(0 0 0/var(--tw-border-opacity))}.border-b-\[\#B4B4B4\]{--tw-border-opacity:1;border-bottom-color:rgb(180 180 180/var(--tw-border-opacity))}.border-t-transparent{border-top-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#48BEF9\]{--tw-bg-opacity:1;background-color:rgb(72 190 249/var(--tw-bg-opacity))}.bg-\[\#5F81CE\]{--tw-bg-opacity:1;background-color:rgb(95 129 206/var(--tw-bg-opacity))}.bg-\[\#407BFF\]{--tw-bg-opacity:1;background-color:rgb(64 123 255/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(33 37 41/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(241 243 245/var(--tw-bg-opacity))}.bg-\[\#66618A\]{--tw-bg-opacity:1;background-color:rgb(102 97 138/var(--tw-bg-opacity))}.bg-\[\#f45300\]{--tw-bg-opacity:1;background-color:rgb(244 83 0/var(--tw-bg-opacity))}.bg-\[\#ECECEC\]{--tw-bg-opacity:1;background-color:rgb(236 236 236/var(--tw-bg-opacity))}.bg-\[\#37D925\]{--tw-bg-opacity:1;background-color:rgb(55 217 37/var(--tw-bg-opacity))}.bg-light-card{--tw-bg-opacity:1;background-color:rgb(245 246 251/var(--tw-bg-opacity))}.bg-light-card2{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#f6f6f6\]{--tw-bg-opacity:1;background-color:rgb(246 246 246/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(231 245 255/var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 244 230/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(51 154 240/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-\[\#212529\]{--tw-bg-opacity:1;background-color:rgb(33 37 41/var(--tw-bg-opacity))}.bg-orange-600{--tw-bg-opacity:1;background-color:rgb(253 126 20/var(--tw-bg-opacity))}.bg-\[\#F8F9FA\]{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity))}.bg-\[\#fff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#D5D5D5\]{--tw-bg-opacity:1;background-color:rgb(213 213 213/var(--tw-bg-opacity))}.bg-\[\#F1F1F1\]{--tw-bg-opacity:1;background-color:rgb(241 241 241/var(--tw-bg-opacity))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.bg-\[\#7048e8\]{--tw-bg-opacity:1;background-color:rgb(112 72 232/var(--tw-bg-opacity))}.bg-\[\#F4F6F9\]{--tw-bg-opacity:1;background-color:rgb(244 246 249/var(--tw-bg-opacity))}.bg-\[\#FF8100\]{--tw-bg-opacity:1;background-color:rgb(255 129 0/var(--tw-bg-opacity))}.bg-\[\#E0E0E0\]{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity))}.bg-\[\#0E99B1\]{--tw-bg-opacity:1;background-color:rgb(14 153 177/var(--tw-bg-opacity))}.\!bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-\[\#5856D6\]{--tw-bg-opacity:1;background-color:rgb(88 86 214/var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(230 252 245/var(--tw-bg-opacity))}.bg-\[\#f0f5ff\]{--tw-bg-opacity:1;background-color:rgb(240 245 255/var(--tw-bg-opacity))}.bg-\[\#F89833\]{--tw-bg-opacity:1;background-color:rgb(248 152 51/var(--tw-bg-opacity))}.bg-\[\#7B33F8\]{--tw-bg-opacity:1;background-color:rgb(123 51 248/var(--tw-bg-opacity))}.bg-\[\#F8F8F8\]{--tw-bg-opacity:1;background-color:rgb(248 248 248/var(--tw-bg-opacity))}.bg-\[\#D8EAFF57\]{background-color:#D8EAFF57}.bg-\[\#F0F6F9\]{--tw-bg-opacity:1;background-color:rgb(240 246 249/var(--tw-bg-opacity))}.\!bg-transparent{background-color:transparent!important}.bg-\[\#f47121\]{--tw-bg-opacity:1;background-color:rgb(244 113 33/var(--tw-bg-opacity))}.bg-\[\#34C7594D\]{background-color:#34C7594D}.bg-\[\#fcfcfc\]{--tw-bg-opacity:1;background-color:rgb(252 252 252/var(--tw-bg-opacity))}.bg-\[\#FF922B\]{--tw-bg-opacity:1;background-color:rgb(255 146 43/var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(208 235 255/var(--tw-bg-opacity))}.bg-\[\#3FB6B91F\]{background-color:#3FB6B91F}.bg-\[\#3FB6B9\]{--tw-bg-opacity:1;background-color:rgb(63 182 185/var(--tw-bg-opacity))}.bg-\[\#f5f5f5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.bg-\[\#e7e4e4\]{--tw-bg-opacity:1;background-color:rgb(231 228 228/var(--tw-bg-opacity))}.bg-\[\#343A40\]{--tw-bg-opacity:1;background-color:rgb(52 58 64/var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(255 245 245/var(--tw-bg-opacity))}.bg-\[\#ffd43b\]{--tw-bg-opacity:1;background-color:rgb(255 212 59/var(--tw-bg-opacity))}.bg-\[\#c92a2a\]{--tw-bg-opacity:1;background-color:rgb(201 42 42/var(--tw-bg-opacity))}.bg-\[\#12b886\]{--tw-bg-opacity:1;background-color:rgb(18 184 134/var(--tw-bg-opacity))}.bg-\[\#E6FCF5\]{--tw-bg-opacity:1;background-color:rgb(230 252 245/var(--tw-bg-opacity))}.bg-\[\#f8f9fa\]{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(18 184 134/var(--tw-bg-opacity))}.bg-\[\#D9D9D9\]{--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity))}.bg-\[\#B1B1B1\]{--tw-bg-opacity:1;background-color:rgb(177 177 177/var(--tw-bg-opacity))}.bg-\[\#4E8AFF\]{--tw-bg-opacity:1;background-color:rgb(78 138 255/var(--tw-bg-opacity))}.bg-\[\#1B3AAD\]{--tw-bg-opacity:1;background-color:rgb(27 58 173/var(--tw-bg-opacity))}.bg-\[\#F16E24\]{--tw-bg-opacity:1;background-color:rgb(241 110 36/var(--tw-bg-opacity))}.bg-\[\#EEEEEE\]{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity))}.bg-\[\#F6F6F6\]{--tw-bg-opacity:1;background-color:rgb(246 246 246/var(--tw-bg-opacity))}.bg-\[\#EDEDED\]{--tw-bg-opacity:1;background-color:rgb(237 237 237/var(--tw-bg-opacity))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.bg-light-primary-line{--tw-bg-opacity:1;background-color:rgb(239 240 242/var(--tw-bg-opacity))}.\!bg-blue-500{--tw-bg-opacity:1!important;background-color:rgb(51 154 240/var(--tw-bg-opacity))!important}.bg-\[\#eaeaea\]{--tw-bg-opacity:1;background-color:rgb(234 234 234/var(--tw-bg-opacity))}.bg-\[\#d6d8d9\]{--tw-bg-opacity:1;background-color:rgb(214 216 217/var(--tw-bg-opacity))}.bg-\[\#32323c\]{--tw-bg-opacity:1;background-color:rgb(50 50 60/var(--tw-bg-opacity))}.bg-light-input-card{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#646465\]{--tw-bg-opacity:1;background-color:rgb(100 100 101/var(--tw-bg-opacity))}.bg-\[\#339AF0\]{--tw-bg-opacity:1;background-color:rgb(51 154 240/var(--tw-bg-opacity))}.\!bg-purple-50{--tw-bg-opacity:1!important;background-color:rgb(229 219 255/var(--tw-bg-opacity))!important}.\!bg-red-50{--tw-bg-opacity:1!important;background-color:rgb(255 245 245/var(--tw-bg-opacity))!important}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(255 249 219/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(240 62 62/var(--tw-bg-opacity))}.bg-\[\#EBF0FF\]{--tw-bg-opacity:1;background-color:rgb(235 240 255/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(195 250 232/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(255 227 227/var(--tw-bg-opacity))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(255 146 43/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(32 201 151/var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(255 107 107/var(--tw-bg-opacity))}.bg-\[\#FFF4E6\]{--tw-bg-opacity:1;background-color:rgb(255 244 230/var(--tw-bg-opacity))}.bg-\[\#0040ff\]{--tw-bg-opacity:1;background-color:rgb(0 64 255/var(--tw-bg-opacity))}.bg-\[\#FF720C\]{--tw-bg-opacity:1;background-color:rgb(255 114 12/var(--tw-bg-opacity))}.bg-\[\#007AFF\]{--tw-bg-opacity:1;background-color:rgb(0 122 255/var(--tw-bg-opacity))}.bg-\[\#ff922b11\]{background-color:#ff922b11}.bg-\[\#38D9A9\]{--tw-bg-opacity:1;background-color:rgb(56 217 169/var(--tw-bg-opacity))}.bg-\[\#495057\]{--tw-bg-opacity:1;background-color:rgb(73 80 87/var(--tw-bg-opacity))}.bg-light-background{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(233 236 239/var(--tw-bg-opacity))}.\!bg-gray-50{--tw-bg-opacity:1!important;background-color:rgb(248 249 250/var(--tw-bg-opacity))!important}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(255 212 59/var(--tw-bg-opacity))}.bg-\[\#F3F4F6\]{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-\[\#ef4056\]{--tw-bg-opacity:1;background-color:rgb(239 64 86/var(--tw-bg-opacity))}.bg-\[\#D1D1D1\]{--tw-bg-opacity:1;background-color:rgb(209 209 209/var(--tw-bg-opacity))}.bg-\[\#212121\]{--tw-bg-opacity:1;background-color:rgb(33 33 33/var(--tw-bg-opacity))}.bg-\[\#e5e7eb\]{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-\[\#f0f0f0\]{--tw-bg-opacity:1;background-color:rgb(240 240 240/var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(52 58 64/var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(173 181 189/var(--tw-bg-opacity))}.bg-\[\#4dabf7\]{--tw-bg-opacity:1;background-color:rgb(77 171 247/var(--tw-bg-opacity))}.\!bg-blue-700{--tw-bg-opacity:1!important;background-color:rgb(28 126 214/var(--tw-bg-opacity))!important}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(229 219 255/var(--tw-bg-opacity))}.bg-orange-700{--tw-bg-opacity:1;background-color:rgb(247 103 7/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(206 212 218/var(--tw-bg-opacity))}.bg-white\/60{background-color:rgb(255 255 255/.6)}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 232 204/var(--tw-bg-opacity))}.bg-\[\#fff5ee\]{--tw-bg-opacity:1;background-color:rgb(255 245 238/var(--tw-bg-opacity))}.bg-\[\#f2f5f8\]{--tw-bg-opacity:1;background-color:rgb(242 245 248/var(--tw-bg-opacity))}.bg-\[rgb\(78\2c 138\2c 255\2c 0\.3\)\]{background-color:rgb(78,138,255,.3)}.bg-\[\#FFFFFF\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#101010\]{--tw-bg-opacity:1;background-color:rgb(16 16 16/var(--tw-bg-opacity))}.bg-\[\#F38978\]{--tw-bg-opacity:1;background-color:rgb(243 137 120/var(--tw-bg-opacity))}.\!bg-orange-700{--tw-bg-opacity:1!important;background-color:rgb(247 103 7/var(--tw-bg-opacity))!important}.bg-light-primary-text{--tw-bg-opacity:1;background-color:rgb(34 41 47/var(--tw-bg-opacity))}.bg-dark-secondary-line{--tw-bg-opacity:1;background-color:rgb(52 58 64/var(--tw-bg-opacity))}.bg-\[\#E7F5FF\]{--tw-bg-opacity:1;background-color:rgb(231 245 255/var(--tw-bg-opacity))}.\!bg-\[\#ccc\]{--tw-bg-opacity:1!important;background-color:rgb(204 204 204/var(--tw-bg-opacity))!important}.\!bg-\[\#7048E8\]{--tw-bg-opacity:1!important;background-color:rgb(112 72 232/var(--tw-bg-opacity))!important}.bg-\[\#feed00\]{--tw-bg-opacity:1;background-color:rgb(254 237 0/var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(255 243 191/var(--tw-bg-opacity))}.bg-\[\#00000072\]{background-color:#00000072}.bg-\[rgb\(19\2c 49\2c 143\)\]{--tw-bg-opacity:1;background-color:rgb(19 49 143/var(--tw-bg-opacity))}.bg-\[\#F0F0F0\]{--tw-bg-opacity:1;background-color:rgb(240 240 240/var(--tw-bg-opacity))}.\!bg-\[\#F0F0F0\]{--tw-bg-opacity:1!important;background-color:rgb(240 240 240/var(--tw-bg-opacity))!important}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\]{background-color:rgba(0,0,0,.2)}.bg-\[\#fff4e6\]{--tw-bg-opacity:1;background-color:rgb(255 244 230/var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(250 82 82/var(--tw-bg-opacity))}.bg-opacity-\[15\%\]{--tw-bg-opacity:15%}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-gray-800{--tw-gradient-from:#343a40;--tw-gradient-to:rgb(52 58 64/0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from:#ff922b;--tw-gradient-to:rgb(255 146 43/0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-gray-900{--tw-gradient-to:#212529}.to-orange-800{--tw-gradient-to:#e8590c}.\!bg-cover{background-size:cover!important}.bg-cover{background-size:cover}.\!bg-fixed{background-attachment:fixed!important}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.\!object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.object-top{-o-object-position:top;object-position:top}.object-center{-o-object-position:center;object-position:center}.p-\[16px\]{padding:16px}.p-2{padding:.5rem}.p-4{padding:1rem}.p-3{padding:.75rem}.p-1{padding:.25rem}.p-\[5\.1px\]{padding:5.1px}.p-\[12px\]{padding:12px}.p-\[2px\]{padding:2px}.p-7{padding:1.75rem}.p-\[30px\]{padding:30px}.p-\[32px_8px_8px\]{padding:32px 8px 8px}.p-\[15px\]{padding:15px}.p-\[25px\]{padding:25px}.p-\[20px\]{padding:20px}.p-\[8px\]{padding:8px}.\!p-2{padding:.5rem!important}.p-5{padding:1.25rem}.p-8{padding:2rem}.p-6{padding:1.5rem}.p-\[10px\]{padding:10px}.p-0{padding:0}.p-\[14px\]{padding:14px}.p-\[13px\]{padding:13px}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[6px\]{padding-left:6px;padding-right:6px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[54px\]{padding-top:54px;padding-bottom:54px}.px-3{padding-left:.75rem;padding-right:.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[60px\]{padding-top:60px;padding-bottom:60px}.px-\[30px\]{padding-left:30px;padding-right:30px}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-0{padding-top:0;padding-bottom:0}.py-\[50px\]{padding-top:50px;padding-bottom:50px}.px-\[80px\]{padding-left:80px;padding-right:80px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[8px\]{padding-left:8px;padding-right:8px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.py-\[25px\]{padding-top:25px;padding-bottom:25px}.px-\[50px\]{padding-left:50px;padding-right:50px}.px-\[75px\]{padding-left:75px;padding-right:75px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[10px\]{padding-left:10px;padding-right:10px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.px-\[13px\]{padding-left:13px;padding-right:13px}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.px-\[3px\]{padding-left:3px;padding-right:3px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.px-\[32px\]{padding-left:32px;padding-right:32px}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.px-0{padding-left:0;padding-right:0}.py-\[64px\]{padding-top:64px;padding-bottom:64px}.px-12{padding-left:3rem;padding-right:3rem}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.px-\[2px\]{padding-left:2px;padding-right:2px}.px-\[16px\]{padding-left:16px;padding-right:16px}.\!py-4{padding-top:1rem!important;padding-bottom:1rem!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.px-\[20px\]{padding-left:20px;padding-right:20px}.\!px-12{padding-left:3rem!important;padding-right:3rem!important}.pb-10{padding-bottom:2.5rem}.pr-6{padding-right:1.5rem}.pb-5{padding-bottom:1.25rem}.pt-\[74px\]{padding-top:74px}.pt-3{padding-top:.75rem}.pb-4{padding-bottom:1rem}.pb-20{padding-bottom:5rem}.pt-4{padding-top:1rem}.pt-\[64px\]{padding-top:64px}.pl-10{padding-left:2.5rem}.pb-\[24px\]{padding-bottom:24px}.pt-20{padding-top:5rem}.pt-2{padding-top:.5rem}.pt-8{padding-top:2rem}.pt-\[60px\]{padding-top:60px}.pb-\[90px\]{padding-bottom:90px}.pt-\[86px\]{padding-top:86px}.pb-3{padding-bottom:.75rem}.pb-2{padding-bottom:.5rem}.pt-10{padding-top:2.5rem}.pt-6{padding-top:1.5rem}.pt-5{padding-top:1.25rem}.pb-\[60px\]{padding-bottom:60px}.pb-8{padding-bottom:2rem}.pt-1{padding-top:.25rem}.pb-14{padding-bottom:3.5rem}.pt-0{padding-top:0}.pl-4{padding-left:1rem}.pr-\[80px\]{padding-right:80px}.pr-2{padding-right:.5rem}.pl-0{padding-left:0}.pr-4{padding-right:1rem}.pb-1{padding-bottom:.25rem}.pb-\[160px\]{padding-bottom:160px}.pb-48{padding-bottom:12rem}.pr-\[8px\]{padding-right:8px}.pl-\[24px\]{padding-left:24px}.pl-3{padding-left:.75rem}.pl-1{padding-left:.25rem}.pt-12{padding-top:3rem}.pl-8{padding-left:2rem}.pl-\[16px\]{padding-left:16px}.pr-5{padding-right:1.25rem}.pl-\[25px\]{padding-left:25px}.pb-40{padding-bottom:10rem}.pt-\[80px\]{padding-top:80px}.pb-\[68px\]{padding-bottom:68px}.pt-\[10px\]{padding-top:10px}.pb-\[62px\]{padding-bottom:62px}.pl-\[1px\]{padding-left:1px}.pr-0{padding-right:0}.pb-\[8px\]{padding-bottom:8px}.pb-0{padding-bottom:0}.pl-2{padding-left:.5rem}.pl-\[18px\]{padding-left:18px}.pr-8{padding-right:2rem}.pr-\[32px\]{padding-right:32px}.pb-6{padding-bottom:1.5rem}.pt-\[12px\]{padding-top:12px}.pt-\[8px\]{padding-top:8px}.pb-\[4px\]{padding-bottom:4px}.pt-\[24px\]{padding-top:24px}.pl-7{padding-left:1.75rem}.pb-\[20px\]{padding-bottom:20px}.pt-\[30px\]{padding-top:30px}.pr-3{padding-right:.75rem}.pr-\[20px\]{padding-right:20px}.pb-\[2px\]{padding-bottom:2px}.pb-0\.5{padding-bottom:.125rem}.pb-\[80px\]{padding-bottom:80px}.pb-\[72px\]{padding-bottom:72px}.pt-\[40px\]{padding-top:40px}.pt-\[56px\]{padding-top:56px}.pt-14{padding-top:3.5rem}.pt-\[58px\]{padding-top:58px}.pb-\[83px\]{padding-bottom:83px}.pb-44{padding-bottom:11rem}.pt-\[128px\]{padding-top:128px}.pr-\[36px\]{padding-right:36px}.pl-\[10px\]{padding-left:10px}.pr-1{padding-right:.25rem}.pr-9{padding-right:2.25rem}.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}.text-end{text-align:end}.font-persian{font-family:IranYekan,sans-serif}.text-base{font-size:1rem;line-height:1.5rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-\[24px\]{font-size:24px}.text-\[44px\]{font-size:44px}.text-\[28px\]{font-size:28px}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[22px\]{font-size:22px}.text-\[18px\]{font-size:18px}.text-\[12px\]{font-size:12px}.text-\[10px\]{font-size:10px}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-\[16px\]{font-size:16px}.text-7xl{font-size:4.5rem;line-height:1}.text-\[20px\]{font-size:20px}.text-\[25px\]{font-size:25px}.text-\[15px\]{font-size:15px}.text-\[13px\]{font-size:13px}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-\[40px\]{font-size:40px}.text-\[30px\]{font-size:30px}.text-\[19px\]{font-size:19px}.text-\[14px\]{font-size:14px}.text-\[8px\]{font-size:8px}.text-\[11px\]{font-size:11px}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-\[7px\]{font-size:7px}.text-\[9px\]{font-size:9px}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.text-\[0\.875rem\]{font-size:.875rem}.text-\[0\.9375rem\]{font-size:.9375rem}.\!text-\[14px\]{font-size:14px!important}.text-\[32px\]{font-size:32px}.text-\[34px\]{font-size:34px}.text-\[1\.56rem\]{font-size:1.56rem}.text-\[0\.81rem\]{font-size:.81rem}.text-\[1\.2rem\]{font-size:1.2rem}.text-\[21px\]{font-size:21px}.text-\[35px\]{font-size:35px}.text-\[0\.8rem\]{font-size:.8rem}.\!text-\[11px\]{font-size:11px!important}.text-4xl{font-size:2.25rem;line-height:2.5rem}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-\[17px\]{font-size:17px}.\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-\[0\.9rem\]{font-size:.9rem}.text-\[0\.7375rem\]{font-size:.7375rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-light{font-weight:300}.font-medium{font-weight:500}.font-black{font-weight:900}.font-thin{font-weight:100}.font-\[600\]{font-weight:600}.\!font-semibold{font-weight:600!important}.font-normal{font-weight:400}.font-extrabold{font-weight:800}.\!font-normal{font-weight:400!important}.\!font-light{font-weight:300!important}.\!font-medium{font-weight:500!important}.font-\[500\]{font-weight:500}.normal-case{text-transform:none}.leading-4{line-height:1rem}.leading-6{line-height:1.5rem}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[56px\]{line-height:56px}.leading-9{line-height:2.25rem}.leading-\[24px\]{line-height:24px}.leading-10{line-height:2.5rem}.\!leading-8{line-height:2rem!important}.\!leading-9{line-height:2.25rem!important}.\!leading-5{line-height:1.25rem!important}.\!leading-6{line-height:1.5rem!important}.leading-\[20px\]{line-height:20px}.leading-\[48px\]{line-height:48px}.leading-none{line-height:1}.\!leading-4{line-height:1rem!important}.leading-\[16px\]{line-height:16px}.leading-\[18px\]{line-height:18px}.leading-\[1\.75\]{line-height:1.75}.leading-\[1\.85\]{line-height:1.85}.leading-normal{line-height:1.5}.tracking-tight{letter-spacing:-.025em}.text-light-primary-text{--tw-text-opacity:1;color:rgb(34 41 47/var(--tw-text-opacity))}.text-\[\#F03E3E\]{--tw-text-opacity:1;color:rgb(240 62 62/var(--tw-text-opacity))}.\!text-light-secondary-text{--tw-text-opacity:1!important;color:rgb(151 155 167/var(--tw-text-opacity))!important}.text-\[\#5B5B5B\]{--tw-text-opacity:1;color:rgb(91 91 91/var(--tw-text-opacity))}.text-dark-primary-text{--tw-text-opacity:1;color:rgb(241 243 245/var(--tw-text-opacity))}.text-\[\#5b5b5b\]{--tw-text-opacity:1;color:rgb(91 91 91/var(--tw-text-opacity))}.text-light-secondary-text{--tw-text-opacity:1;color:rgb(151 155 167/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#f45300\]{--tw-text-opacity:1;color:rgb(244 83 0/var(--tw-text-opacity))}.text-\[\#7B7B7B\]{--tw-text-opacity:1;color:rgb(123 123 123/var(--tw-text-opacity))}.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(32 201 151/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(255 107 107/var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity:1;color:rgb(253 126 20/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(51 154 240/var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity:1;color:rgb(255 146 43/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(240 62 62/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(250 82 82/var(--tw-text-opacity))}.text-\[\#ADB5BD\],.text-dark-secondary-text{--tw-text-opacity:1;color:rgb(173 181 189/var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgb(9 146 104/var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity:1;color:rgb(250 176 5/var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity:1;color:rgb(240 140 0/var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity:1;color:rgb(247 103 7/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(73 80 87/var(--tw-text-opacity))}.text-\[\#212121\]{--tw-text-opacity:1;color:rgb(33 33 33/var(--tw-text-opacity))}.text-\[\#35822c\]{--tw-text-opacity:1;color:rgb(53 130 44/var(--tw-text-opacity))}.text-\[\#7048E8\]{--tw-text-opacity:1;color:rgb(112 72 232/var(--tw-text-opacity))}.text-\[\#F76707\]{--tw-text-opacity:1;color:rgb(247 103 7/var(--tw-text-opacity))}.text-\[\#ff5f00\]{--tw-text-opacity:1;color:rgb(255 95 0/var(--tw-text-opacity))}.text-\[\#0C0E19\]{--tw-text-opacity:1;color:rgb(12 14 25/var(--tw-text-opacity))}.text-\[\#697089\]{--tw-text-opacity:1;color:rgb(105 112 137/var(--tw-text-opacity))}.text-\[\#121212\]{--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity))}.text-\[\#1C1C1C\]{--tw-text-opacity:1;color:rgb(28 28 28/var(--tw-text-opacity))}.text-\[\#8C8C8C\]{--tw-text-opacity:1;color:rgb(140 140 140/var(--tw-text-opacity))}.text-\[\#383838\]{--tw-text-opacity:1;color:rgb(56 56 56/var(--tw-text-opacity))}.text-\[\#0083FF\]{--tw-text-opacity:1;color:rgb(0 131 255/var(--tw-text-opacity))}.text-\[\#FF8100\]{--tw-text-opacity:1;color:rgb(255 129 0/var(--tw-text-opacity))}.text-\[\#292D32\]{--tw-text-opacity:1;color:rgb(41 45 50/var(--tw-text-opacity))}.\!text-\[\#0E99B1\]{--tw-text-opacity:1!important;color:rgb(14 153 177/var(--tw-text-opacity))!important}.text-\[\#FF9500\]{--tw-text-opacity:1;color:rgb(255 149 0/var(--tw-text-opacity))}.text-\[\#F5F5F5\]{--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity))}.\!text-blue-500{--tw-text-opacity:1!important;color:rgb(51 154 240/var(--tw-text-opacity))!important}.text-inherit{color:inherit}.text-\[\#787878\]{--tw-text-opacity:1;color:rgb(120 120 120/var(--tw-text-opacity))}.text-\[\#F89833\]{--tw-text-opacity:1;color:rgb(248 152 51/var(--tw-text-opacity))}.text-\[\#40BEA7\]{--tw-text-opacity:1;color:rgb(64 190 167/var(--tw-text-opacity))}.text-\[\#4066FF\]{--tw-text-opacity:1;color:rgb(64 102 255/var(--tw-text-opacity))}.text-\[\#F7941D\]{--tw-text-opacity:1;color:rgb(247 148 29/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[\#101010\]{--tw-text-opacity:1;color:rgb(16 16 16/var(--tw-text-opacity))}.text-\[\#007AFF\]{--tw-text-opacity:1;color:rgb(0 122 255/var(--tw-text-opacity))}.\!text-\[\#fff\]{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-light-success-status{--tw-text-opacity:1;color:rgb(0 201 107/var(--tw-text-opacity))}.text-\[\#f47121\]{--tw-text-opacity:1;color:rgb(244 113 33/var(--tw-text-opacity))}.text-\[\#34C759\]{--tw-text-opacity:1;color:rgb(52 199 89/var(--tw-text-opacity))}.text-\[\#FF922B\]{--tw-text-opacity:1;color:rgb(255 146 43/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(34 139 230/var(--tw-text-opacity))}.text-\[\#3FB6B9\]{--tw-text-opacity:1;color:rgb(63 182 185/var(--tw-text-opacity))}.text-\[\#8c8c8c\]{--tw-text-opacity:1;color:rgb(140 140 140/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(173 181 189/var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity:1;color:rgb(248 249 250/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(224 49 49/var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgb(12 166 120/var(--tw-text-opacity))}.text-\[\#595959\]{--tw-text-opacity:1;color:rgb(89 89 89/var(--tw-text-opacity))}.text-light-info-status{--tw-text-opacity:1;color:rgb(51 154 240/var(--tw-text-opacity))}.\!text-red-500{--tw-text-opacity:1!important;color:rgb(255 107 107/var(--tw-text-opacity))!important}.text-\[\#707070\]{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.text-\[\#ff922b\]{--tw-text-opacity:1;color:rgb(255 146 43/var(--tw-text-opacity))}.text-\[\#495057\]{--tw-text-opacity:1;color:rgb(73 80 87/var(--tw-text-opacity))}.text-\[\#FD7E14\]{--tw-text-opacity:1;color:rgb(253 126 20/var(--tw-text-opacity))}.text-\[\#000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[\#F1F3F5\]{--tw-text-opacity:1;color:rgb(241 243 245/var(--tw-text-opacity))}.text-\[\#000000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[\#777777\]{--tw-text-opacity:1;color:rgb(119 119 119/var(--tw-text-opacity))}.text-\[\#6e798d\]{--tw-text-opacity:1;color:rgb(110 121 141/var(--tw-text-opacity))}.text-\[\#dee3e7\]{--tw-text-opacity:1;color:rgb(222 227 231/var(--tw-text-opacity))}.text-\[\#646464\]{--tw-text-opacity:1;color:rgb(100 100 100/var(--tw-text-opacity))}.text-\[\#4E8AFF\]{--tw-text-opacity:1;color:rgb(78 138 255/var(--tw-text-opacity))}.text-\[\#141414\]{--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(28 126 214/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(77 171 247/var(--tw-text-opacity))}.text-\[\#FF6B6B\]{--tw-text-opacity:1;color:rgb(255 107 107/var(--tw-text-opacity))}.text-\[\#339AF0\]{--tw-text-opacity:1;color:rgb(51 154 240/var(--tw-text-opacity))}.text-\[\#868E96\],.text-gray-600{--tw-text-opacity:1;color:rgb(134 142 150/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(206 212 218/var(--tw-text-opacity))}.\!text-purple-800{--tw-text-opacity:1!important;color:rgb(103 65 217/var(--tw-text-opacity))!important}.text-\[\#20C997\]{--tw-text-opacity:1;color:rgb(32 201 151/var(--tw-text-opacity))}.text-\[\#FF1100\]{--tw-text-opacity:1;color:rgb(255 17 0/var(--tw-text-opacity))}.text-\[\#4263CC\]{--tw-text-opacity:1;color:rgb(66 99 204/var(--tw-text-opacity))}.text-\[\#FF3D65\]{--tw-text-opacity:1;color:rgb(255 61 101/var(--tw-text-opacity))}.text-\[\#752D1E\]{--tw-text-opacity:1;color:rgb(117 45 30/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(18 184 134/var(--tw-text-opacity))}.text-\[\#119B0F\]{--tw-text-opacity:1;color:rgb(17 155 15/var(--tw-text-opacity))}.text-\[\#061962\]{--tw-text-opacity:1;color:rgb(6 25 98/var(--tw-text-opacity))}.text-\[\#505050\]{--tw-text-opacity:1;color:rgb(80 80 80/var(--tw-text-opacity))}.text-\[\#00000045\]{color:#00000045}.text-\[\#f76707\]{--tw-text-opacity:1;color:rgb(247 103 7/var(--tw-text-opacity))}.text-\[\#9b9b9b\]{--tw-text-opacity:1;color:rgb(155 155 155/var(--tw-text-opacity))}.\!text-orange-500{--tw-text-opacity:1!important;color:rgb(255 146 43/var(--tw-text-opacity))!important}.text-\[\#888b8e\]{--tw-text-opacity:1;color:rgb(136 139 142/var(--tw-text-opacity))}.text-dark-danger-status{--tw-text-opacity:1;color:rgb(255 135 135/var(--tw-text-opacity))}.text-light-danger-status{--tw-text-opacity:1;color:rgb(240 62 62/var(--tw-text-opacity))}.text-light-primary-line-dark{--tw-text-opacity:1;color:rgb(134 142 150/var(--tw-text-opacity))}.text-light-primary-icon{--tw-text-opacity:1;color:rgb(34 41 47/var(--tw-text-opacity))}.text-\[\#475569\]{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-\[\#ef4056\]{--tw-text-opacity:1;color:rgb(239 64 86/var(--tw-text-opacity))}.text-\[\#9e9e9e\]{--tw-text-opacity:1;color:rgb(158 158 158/var(--tw-text-opacity))}.text-\[\#aca7a7\]{--tw-text-opacity:1;color:rgb(172 167 167/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(241 243 245/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity))}.text-\[\#7d7d87\]{--tw-text-opacity:1;color:rgb(125 125 135/var(--tw-text-opacity))}.\!text-light-primary-text{--tw-text-opacity:1!important;color:rgb(34 41 47/var(--tw-text-opacity))!important}.text-current{color:currentColor}.text-yellow-700{--tw-text-opacity:1;color:rgb(245 159 0/var(--tw-text-opacity))}.text-dark-background{--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity))}.text-\[\#339af0\]{--tw-text-opacity:1;color:rgb(51 154 240/var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity:1;color:rgb(103 65 217/var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity:1;color:rgb(232 89 12/var(--tw-text-opacity))}.text-\[\#97007B\]{--tw-text-opacity:1;color:rgb(151 0 123/var(--tw-text-opacity))}.text-\[\#502fb2\]{--tw-text-opacity:1;color:rgb(80 47 178/var(--tw-text-opacity))}.text-\[\#424c5c\]{--tw-text-opacity:1;color:rgb(66 76 92/var(--tw-text-opacity))}.text-\[\#2c3544\]{--tw-text-opacity:1;color:rgb(44 53 68/var(--tw-text-opacity))}.text-\[\#0040ff\]{--tw-text-opacity:1;color:rgb(0 64 255/var(--tw-text-opacity))}.text-\[\#f24024\]{--tw-text-opacity:1;color:rgb(242 64 36/var(--tw-text-opacity))}.text-\[\#FFFFFF\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#FF8000\]{--tw-text-opacity:1;color:rgb(255 128 0/var(--tw-text-opacity))}.text-\[\#F9F9F9\]{--tw-text-opacity:1;color:rgb(249 249 249/var(--tw-text-opacity))}.text-\[\#0A0A0A\]{--tw-text-opacity:1;color:rgb(10 10 10/var(--tw-text-opacity))}.text-\[\#F8A854\]{--tw-text-opacity:1;color:rgb(248 168 84/var(--tw-text-opacity))}.text-\[\#290101\]{--tw-text-opacity:1;color:rgb(41 1 1/var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgb(56 217 169/var(--tw-text-opacity))}.text-\[\#ff3500\]{--tw-text-opacity:1;color:rgb(255 53 0/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(252 196 25/var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity:1;color:rgb(112 72 232/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(52 58 64/var(--tw-text-opacity))}.text-\[\#8F8F8F\]{--tw-text-opacity:1;color:rgb(143 143 143/var(--tw-text-opacity))}.text-\[\#1e3b58\]{--tw-text-opacity:1;color:rgb(30 59 88/var(--tw-text-opacity))}.text-\[\#54595f\]{--tw-text-opacity:1;color:rgb(84 89 95/var(--tw-text-opacity))}.text-\[\#868e96\]{--tw-text-opacity:1;color:rgb(134 142 150/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(206 212 218/var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(206 212 218/var(--tw-placeholder-opacity))}.opacity-40{opacity:.4}.opacity-80{opacity:.8}.opacity-100{opacity:1}.opacity-70{opacity:.7}.opacity-10{opacity:.1}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-30{opacity:.3}.opacity-95{opacity:.95}.opacity-90{opacity:.9}.shadow-\[0_6px_20px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{--tw-shadow:0 6px 20px rgba(0,0,0,0.25);--tw-shadow-colored:0 6px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_8px_0_rgba\(112\2c _144\2c _176\2c _0\.08\)\;\]{--tw-shadow:0 4px 8px 0 rgba(112,144,176,0.08);--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color)}.shadow-\[0_4px_8px_0_rgba\(112\2c _144\2c _176\2c _0\.08\)\;\],.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-0{outline-width:0}.blur-\[284px\]{--tw-blur:blur(284px)}.blur-2xl,.blur-\[284px\]{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)}.blur-2xl{--tw-blur:blur(40px)}.blur{--tw-blur:blur(8px)}.blur,.blur-sm{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)}.blur-sm{--tw-blur:blur(4px)}.brightness-\[123\%\]{--tw-brightness:brightness(123%)}.brightness-\[123\%\],.contrast-\[101\%\]{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)}.contrast-\[101\%\]{--tw-contrast:contrast(101%)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0/0.1)) drop-shadow(0 1px 1px rgb(0 0 0/0.06))}.drop-shadow,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.grayscale-0{--tw-grayscale:grayscale(0)}.grayscale-0,.hue-rotate-\[339deg\]{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)}.hue-rotate-\[339deg\]{--tw-hue-rotate:hue-rotate(339deg)}.invert{--tw-invert:invert(100%)}.invert,.invert-\[69\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert-\[69\%\]{--tw-invert:invert(69%)}.saturate-\[3834\%\]{--tw-saturate:saturate(3834%)}.saturate-\[3834\%\],.sepia{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)}.sepia{--tw-sepia:sepia(100%)}.sepia-\[27\%\]{--tw-sepia:sepia(27%)}.filter,.sepia-\[27\%\]{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-lg{--tw-backdrop-blur:blur(16px)}.backdrop-blur-lg,.backdrop-blur-sm{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition-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{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-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--vh:100vh}@supports (height:100dvh){:root{--vh:100dvh}}@media screen and (min-width:2000px){.container{max-width:1800px}}@media screen and (min-width:1800px) and (max-width:1999px){.container{max-width:1600px;margin-inline:auto;padding-inline:10px}}@media screen and (min-width:1600px) and (max-width:1799px){.container{max-width:1450px;margin-inline:auto;padding-inline:10px}}.activeFilterProduct{border:1px solid rgb(75,56,56);padding:3px;border-radius:5px}.loadingPage{position:fixed;top:0;bottom:0;right:0;left:0;width:100vw;height:100vh;background-color:rgba(255,255,255,.5);backdrop-filter:blur(5px);filter:blur(5px);z-index:1000}.btn{align-items:center;border-radius:5px;color:white;display:inline-flex;justify-content:center;min-width:90px}.btn.btn--loading{font-size:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.btn.btn--loading span{display:flex}.btn.btn--loading span b{animation-direction:alternate;animation-duration:.5s;animation-fill-mode:none;animation-iteration-count:infinite;animation-name:stretch2;animation-play-state:running;animation-timing-function:ease-out;border-radius:100%;display:block;height:10px;width:10px;animation-delay:.1s;margin:0 5px}.btn.btn--loading span b:first-child{animation-delay:0s;margin:0}.btn.btn--loading span b:last-child{animation-delay:.2s;margin:0}.btn b{font-weight:400}.btn span{display:none}@keyframes stretch2{0%{transform:scale(.5);background-color:#b5ddf0}50%{background-color:#cfe9f6}to{transform:scale(1);background-color:#ffffff}}.ColorInput{display:inline-block;width:24px;height:24px;border-radius:7px;position:relative;cursor:pointer;font-size:13px}.selecttedColor:after{border:1px solid blue}.filterTag{cursor:pointer;background:#92e5fa70;color:#646464;font-size:12px;text-align:center;display:inline-flex;-moz-column-gap:5px;column-gap:5px;align-items:center;justify-content:space-between;padding:6px 12px;line-height:20px}.MuiInputBase-input,.MuiTypography-root{font-family:IRANYekanX!important}.MuiFormControlLabel-root{margin-right:0!important}.sortings .MuiTypography-body1{cursor:pointer;color:#595959;font-size:12px;border-radius:5px;display:inline-flex;align-items:center;margin-left:20px!important;margin-right:10px!important}.sortings .MuiButtonBase-root{padding:0!important}.sortingTag svg{right:unset!important;left:0!important}.sortingTag .MuiSelect-select{margin-top:0!important;padding-left:0!important;font-size:14px!important;padding-right:4px!important}.productDetailsArea{float:right;width:calc(100% - 420px - 320px);padding:0 40px}.SwiperProductDetails{padding:10px!important}.productImageGallery{width:100%;height:80%}.productImageGallery .swiper{height:100%}.productImageGallery .swiper-slide{text-align:center;font-size:18px;background:#fff;display:block;width:100%!important}.productImageGallery .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.productImageGallery .swiper{width:100%;height:300px;margin-left:auto;margin-right:auto}.productImageGallery .swiper-slide{background-size:contain;background-position:50%}.productImageGallery .mySwiper2{height:100%;width:100%;max-height:700px}.productImageGallery .mySwiper{height:100px;box-sizing:border-box;padding:10px 0;margin-top:20px}.productImageGallery .mySwiper .swiper-slide{width:25%;height:100px;opacity:.4}.productImageGallery .mySwiper .swiper-slide-thumb-active{opacity:1}.productImageGallery .mySwiper2 .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.productImageGallery .mySwiper .swiper-slide img{display:block;width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.productImageGallery .swiper-button-next:after,.productImageGallery .swiper-button-prev:after{color:#595959!important;font-size:13px!important}.productImageGallery .swiper-button-prev{right:0!important}.productImageGallery .swiper-button-next,.productImageGallery .swiper-button-prev{background-color:#f5f5f5!important;border-radius:50%!important;width:42px!important;height:42px!important}.productImageGallery .swiper-button-next{left:0!important}.LTR{direction:ltr!important}.slider{position:relative;width:100%}.slider__left-value,.slider__range,.slider__right-value,.slider__track{position:absolute}.slider__range,.slider__track{border-radius:3px;height:5px}.slider__track{background-color:#ced4da;width:100%;z-index:1}.slider__range{background-color:#faa61c;z-index:2}.slider__left-value,.slider__right-value{color:#faa61c;font-size:12px;margin-top:20px}.slider__left-value{left:6px}.slider__right-value{right:-4px}.thumb,.thumb::-webkit-slider-thumb{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.thumb{pointer-events:none;position:absolute;height:0;width:100%;outline:none}.thumb--left{z-index:3}.thumb--right{z-index:4}.thumb::-webkit-slider-thumb{background-color:#faa61c;border:none;border-radius:50%;box-shadow:0 0 1px 1px #ced4da;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}.thumb::-moz-range-thumb{background-color:#faa61c;border:none;border-radius:50%;box-shadow:0 0 1px 1px #ced4da;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}.rtl-large-image{margin-left:0!important;left:calc(-100% - 10px)!important}.MuiTooltip-arrow:before{box-shadow:0 0 0 1px rgba(0,0,0,.3)}.MuiTooltip-arrow{color:#fff!important}.rightLabel .MuiFormLabel-root{right:0!important;left:unset!important}.rightLabel .MuiSvgIcon-root{left:0!important;right:unset!important}.rightLabel .MuiAutocomplete-endAdornment{right:0!important;left:unset!important;left:0!important;right:unset!important}.MuiAutocomplete-root .MuiInputBase-root{padding-right:10px!important}.MuiInputBase-root input::-moz-placeholder,textarea::-moz-placeholder{font-size:12px!important}.MuiInputBase-root input::placeholder,textarea::placeholder{font-size:12px!important}.MuiInput-root:before{border-bottom:1px solid #bfbfbf!important}.MuiInputBase-root input:disabled,textarea:disabled{cursor:not-allowed!important}.MuiAccordion-root.Mui-disabled{background-color:#fff!important}.ratingStars{direction:ltr!important;flex-direction:row-reverse!important;transform:rotateY(180deg)!important}.product-description p{line-height:2rem;font-size:.8rem;font-weight:500!important}.LOGIN_TABS .MuiTabs-indicator{height:90%!important;background-color:#fff!important;z-index:0;bottom:5%!important;border-radius:4px}.LOGIN_TABS .MuiButtonBase-root{z-index:1;width:50%!important}.LOGIN_TABS .Mui-selected{color:#000!important}.LOGIN_TABS .MuiTouchRipple-root{display:none!important}@media screen and (max-width:947px){#__next{overflow-x:hidden}}.MuiPopover-paper{box-shadow:0 0 2px 1px rgba(0,0,0,.1)!important}.invoicePage .border-print{border-radius:5px!important;padding-top:5px;padding-bottom:5px;padding-left:20px!important;padding-right:20px!important;line-height:16px;font-size:13px}.invoicePage h2.text-center.font-extrabold{background:#eaeaea}.invoicePage .text-left.flex.items-center.justify-between.w-48.text-base.font-bold{font-size:10px;font-weight:500}.invoicePage thead.bg-\[\#d6d8d9\]{background:#eaeaea}.invoicePage tr.text-center th{font-weight:400}.invoicePage span.text-sm.font-bold{font-weight:300}.invoicePage span.text-xs{font-weight:500}.invoicePage tr.bg-\[\#d6d8d9\]{background:#eaeaea}.invoicePage h2.text-center.font-extrabold{font-size:12px}.invoicePage .text-sm{font-size:12px;line-height:12px}.invoicePage .col-span-3.bg-\[\#d6d8d9\].py-2.border.border-black,.invoicePage .col-span-3.bg-\[\#d6d8d9\].py-2.border.border-black.mt-3{padding:2px}.invoicePage h1.text-center.text-base.font-bold{font-size:12px}#printContent p,#printContent td,#printContent th,.invoicePage #printContent span{font-size:11px!important}.invoicePage .text-left.flex.items-center.justify-between.w-48.text-base.font-bold{font-size:11px}.invoicePage .w-48{width:100px}.invoicePage .pt-6{padding-top:12px}.invoicePage .gap-4.mt-10.mb-1.pt-6{margin:0}.checkBoxDisabled .Mui-disabled,.checkBoxDisabled.Mui-disabled{background-color:#fff!important;color:#595959!important}.tabsBase .MuiTab-root{align-items:center!important;padding-right:10px!important;flex-direction:row!important;justify-content:flex-start!important;font-weight:600!important}.MuiTab-root{color:#1d1d1f!important}.tabsBase .Mui-selected{background-color:#0037ff0e;font-weight:bolder!important}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.smallerSize .mySwiper2 .swiper-slide img{display:block;width:200px;height:200px;-o-object-fit:contain;object-fit:contain;margin-bottom:30px}.smallerSize .mySwiper2{margin-bottom:30px}.MuiStep-root .Mui-disabled{background:transparent!important;color:#000!important}.security-fotter span{font-size:13px}.security-fotter{text-align:right;margin-top:2px}.nomargin{margin-top:0}.security-fotter small{font-size:13px}.leftDivider:before{width:0!important}.leftDivider .MuiDivider-wrapper{padding-right:0!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.bolet{width:6px;height:6px;border-radius:50%;background-color:#a0a0a0}.btngreen:hover{background-color:#37d925!important}.whats_app{font-weight:600;line-height:1.2em;text-shadow:0 0 2px rgba(0,0,0,.2);fill:#fff;color:#fff;background-color:#00d11d;border-radius:0;padding:8px 12px;cursor:pointer}.BlogSorting .MuiInput-root:after,.BlogSorting .MuiInput-root:before{border-bottom:none!important}.BlogSorting SVG{display:none!important}.BlogSorting .MuiSelect-select{padding-right:0!important;font-size:12px!important}.font-semibold{font-weight:600!important}.needInvert .MuiTableCell-body,.needInvert .MuiTypography-root,.needInvert a,.needInvert h1,.needInvert h2,.needInvert h3,.needInvert h4,.needInvert h5,.needInvert h6,.needInvert hr,.needInvert input label,.needInvert p,.needInvert small,.needInvert span,.needInvert td,.needInvert th,.needInvert tr{filter:invert(100%)}.articles p{line-height:40px!important;color:#343a40;font-weight:300;font-size:14px}.articles img{margin:8px 0;border-radius:24px!important}.articles a{color:#0039ff!important}@media screen and (max-width:720px){.articles img{width:100%}.articles p{line-height:28px!important;color:#343a40;font-weight:300}.ril__image,.ril__imageNext,.ril__imagePrev{margin:auto;max-width:100%;transform:none!important}}.lazy-load-image-background{display:block!important}.tabDisabled .Mui-disabled{background:#f6f6f6!important;color:#d5d5d5!important;cursor:not-allowed!important}.tabDisabled .Mui-disabled img{opacity:.1!important;cursor:not-allowed!important}.tabDisabled img{visibility:visible!important}.all{width:95%;height:-moz-fit-content;height:fit-content;font-size:13px;border:1px solid #e4d1d1;border-radius:5px;padding:30px 0;background-color:#fff;max-width:400px}.all,.center{display:flex;align-items:center;justify-content:center;flex-direction:column}.center{width:100%;height:100vh;background-color:#f0f2f5}.box-one{display:flex;width:272px;height:48px;align-items:center;justify-content:space-between;background-color:#f7f7f7;padding-left:10px;padding-right:10px;margin-top:30px}.box-two{display:flex;flex-direction:column;margin-top:20px;text-align:center}.btn{width:193px;height:40px;background-color:#ff9419;color:#fff;outline:none;border-radius:4px;cursor:pointer;border:0}.part-two{justify-content:center;align-items:center}.box-three,.part-two{display:flex;flex-direction:column}.box-three{width:272px;height:108px;margin-top:20px;text-align:center;background-color:#f7f7f7}.boxx{display:flex;justify-content:space-between;align-items:center}.btn-2{background-color:#41e356;border:none}.btn-2,.btn-3{width:100%;height:43px;margin-top:20px;color:#fff;border-radius:5px}.btn-3{background-color:#db2d0f;border:none}.meetDate .heading .next,.meetDate .heading .prev{display:flex!important;justify-content:center!important;align-items:center!important}.meetDate .today button{border:0!important}.plan select:disabled{background:#fbf4f4}@keyframes rise2{0%{transform:translate(0)}50%{transform:translate(300%)}to{transform:translate(0)}}.boobleAnimation1{animation:rise1 45s ease-in infinite;z-index:0}.boobleAnimation2{animation:rise2 55s ease-in infinite;z-index:0}@media screen and (max-width:720px){.boobleAnimation1{animation:rise3 55s ease-in infinite;z-index:0}}@keyframes rise4{0%{transform:translate(0)}50%{transform:translate(-200%,230%)}to{transform:translate(0)}}.boobleAnimation3{animation:rise4 55s ease-in infinite;z-index:0}@keyframes rise6{0%{transform:translate(0)}50%{transform:translate(-300%)}to{transform:translate(0)}}.boobleAnimation5{animation:rise6 45s ease-in infinite;z-index:0}.rtl-large-image{width:800px!important;left:-800px!important}.blinking{animation:blink 1s ease infinite}.collapsible-selector{position:relative;display:inline-block;width:20px;height:20px;border-radius:50%;background-color:#424c5c;padding:4px}.collapsible-selector:before{top:4px;left:53%;width:2px;height:12px;margin-left:-1px}.collapsible-selector:after,.collapsible-selector:before{content:"";position:absolute;background-color:#fff;transition:transform .25s ease-out}.collapsible-selector:after{top:2px;top:calc(50% - 1px);left:0;width:12px;height:2px;margin-left:4px}.openC:after{transform:rotate(180deg)}.openC:before{transform:rotate(90deg)}.showCaseImage img:hover{-webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 50%) right /300% 100%;mask:linear-gradient(-60deg,#000 30%,#0005,#000 50%) right /300% 100%;background-repeat:no-repeat;animation:shimmer 5s}@keyframes stretch{0%{-webkit-mask-position:140% 140%;mask-position:140% 140%}to{-webkit-mask-position:-20% -20%;mask-position:-20% -20%}}.checkBox input{accent-color:#dd4d0b;cursor:pointer}.ellipsis-2{-webkit-line-clamp:2}.ellipsis-1,.ellipsis-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.ellipsis-1{-webkit-line-clamp:1}.stroyTitle{font-size:13px;font-weight:700;overflow-wrap:break-word;margin-top:.25rem;margin-bottom:.25rem;color:#333333;line-height:1rem}.story_image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;border-radius:50%!important;height:70px!important}.story_cricle{fill:none;stroke:#ed1b34;stroke-linecap:round;stroke-width:2;stroke-dasharray:1;stroke-dashoffset:0}.story_cricle.marked{stroke:#ddd}.story_in{animation:stroke-draw 6s ease-out infinite alternate}@keyframes stroke-draw{0%{stroke:#ed1b34;stroke-dasharray:1}to{stroke:#ed1b34;transform:rotate(180deg);stroke-dasharray:8}}@keyframes bar{0%{transform:translateX(101%) rotate(0deg)}to{transform:translateX(0) rotate(0deg)}}.storyModal .MuiBackdrop-root{background-color:hsla(0,0%,3%,.3)!important;overflow:hidden;backdrop-filter:blur(3px)!important}.no_bg_modal .MuiBackdrop-root{background-color:transparent!important;overflow:hidden}.swiper-pay2 .swiper-slide-active p,.swiper-pay2 .swiper-slide-active p:nth-child(2){font-size:20px;font-weight:700}.shadow-950,.shadow-\[0_0_6px_0_rgba\(0\2c 0\2c 0\2c \.16\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-950{--tw-shadow:0px 4px 16px 0px rgba(0,0,0,0.1);--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color)}.phoneInput input{letter-spacing:2px;word-spacing:2px}.phoneInput input::-moz-placeholder{text-align:right!important;letter-spacing:0;word-spacing:0}.phoneInput input::placeholder{text-align:right!important;letter-spacing:0;word-spacing:0}.otpInput{letter-spacing:10px;word-spacing:10px;text-align:center!important}.otpInput::-moz-placeholder{text-align:right!important;letter-spacing:0;word-spacing:0}.otpInput::placeholder{text-align:right!important;letter-spacing:0;word-spacing:0}.shadow-400{--tw-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);--tw-shadow-colored:0px 2px 8px 0px var(--tw-shadow-color)}.shadow-300,.shadow-400{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.planLoan .MuiTab-root.Mui-selected{font-weight:300!important}.planLoan .MuiButtonBase-root{color:#343a40!important}.planLoan .Mui-selected{color:#fff!important}.planLoan .Mui-disabled{background-color:transparent!important;opacity:.3!important;cursor:not-allowed!important}.eimage{padding-bottom:100%;overflow:hidden;position:relative;box-sizing:inherit}.eimage,.eimage img{display:block;width:100%}.eimage img{opacity:1;transition:opacity .36s ease;will-change:auto;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0}.agencyTabDisable .MuiTabs-indicator{background-color:#343a408c!important;color:#ffff}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-wrapper{position:relative}.select-wrapper:before{content:" ";background:url(/assets/images/planLoanLanding/arrowdown.svg) no-repeat 50%;width:10px;height:10px;top:50%;transform:translateY(-50%);left:15px;position:absolute;z-index:5}.customeScroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.customeScroll::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.customeScroll::-webkit-scrollbar-thumb{border-radius:6px;box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#343a40}.customeScroll2::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgb(193,182,182);background-color:#f5f5f5}.customeScroll2::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.customeScroll2::-webkit-scrollbar-thumb{border-radius:6px;box-shadow:inset 0 0 6px rgb(193,182,182);background-color:#8d8d8e}.customeScroll3::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.8);background-color:#f5f5f5}.customeScroll3::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.customeScroll3::-webkit-scrollbar-thumb{border-radius:6px;box-shadow:inset 0 0 6px rgba(0,0,0,.8);background-color:#343a40}input:focus{outline:1px solid #ff922b!important;outline-offset:0!important;transition:all 40ms ease;background-color:#fff!important}.calendarCustome input{width:100%;height:100%;background-color:transparent;position:absolute;top:0;right:0;border-radius:16px;padding-right:10px}.calendarContainer{border-radius:16px!important;box-shadow:none!important}.calendarContainer .selectToday{display:none}.calendarContainer button{font-size:14px!important}.calendarContainer .dayWrapper button{color:#343a40!important}.calendarContainer .selected button{background-color:#ff922b!important;color:#fff!important}.calendarContainer .heading .next,.calendarContainer .heading .prev{display:flex!important;justify-content:center!important;align-items:center!important}.tether-element{z-index:100000001!important}@media screen and (max-width:720px){.tether-enabled{position:fixed!important;transform:translate(-50%,-50%)!important;top:50%!important;left:50%!important}}.relativeI{position:relative!important}@media screen and (max-width:720px){.fullWidthButtonInMobile .MuiButtonBase-root{width:100%!important}.productImageCross img{width:100%!important;height:100%!important}.productImageCross{max-width:auto!important}}.ril__closeButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat 50%!important}.ril__zoomInButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat 50%!important}.ril__zoomOutButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat 50%!important}.ril-image-current{border-radius:10px}.ril__navButtonPrev{background:rgba(0,0,0,.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat 50%!important}.ril__navButtonNext{background:rgba(0,0,0,.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat 50%!important}.imageSize img{width:80px!important;max-height:90px!important}.MapMainCom{width:100%;height:20rem;z-index:100;position:relative;margin-top:2rem;border-radius:10px;overflow:hidden}.MapMainCom .leaflet-container{position:relative;width:100%;height:100%}.leaflet-control-attribution{display:none}.leaflet-div-icon{background-color:transparent!important;border:none!important}.customeInput .MuiInputBase-root-MuiInput-root:after{display:none}.customeInput .MuiInput-root:before{border-bottom:0!important}.customeInput .MuiInput-root{border:1px solid #dee2e6;border-radius:15px;padding-top:5px!important;padding-bottom:5px!important;margin-inline:auto!important;background-color:#f8f9fa!important}.customeInput input:focus{outline:none!important;background:transparent!important}.seo-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.MuiPaginationItem-root.Mui-selected{background-color:#ff8000!important;color:#fff!important;border-radius:12px!important}.blinking{animation:blink 2s ease infinite}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}@keyframes rise1{0%{transform:translate(0)}50%{transform:translate(-100%,-130%)}to{transform:translate(0)}}@keyframes rise3{0%{transform:translate(0)}50%{transform:translate(-40%,-200%)}to{transform:translate(0)}}[data-theme=dark] .main .MuiPaper-root,[data-theme=dark] .main .bg-white,[data-theme=dark] .main .lg\:bg-white,[data-theme=dark] .main .md\:bg-white,[data-theme=dark] .main .sm\:bg-white{background-color:#000!important}[data-theme=dark] .main .text-light-primary-text,[data-theme=dark] .main a,[data-theme=dark] .main p,[data-theme=dark] .main span{color:#fff!important}[data-theme=dark] .main{background-color:#1d1b20}[data-theme=dark] .main img[src$=".svg"]{filter:invert(1)}[data-theme=dark] .main{background-color:#087f5b!important;background-color:#212529!important;background-color:#d9480f!important;background-color:#1d1b20!important}[data-theme=dark] .mainFooter .bg-gray-50{background-color:#000!important}[data-theme=dark] .mainFooter .bg-white{background-color:#1d1b20!important}[data-theme=dark] .main .relative:after{background-color:transparent!important}.productArticle h1{color:#343a40;font-size:24px;font-weight:bolder}.productArticle h2{color:#343a40;font-size:20px;font-weight:bolder}.productArticle h3{color:#343a40;font-size:18px;font-weight:600}.productArticle h4{color:#343a40;font-size:16px;font-weight:500}.productArticle h5{color:#343a40;font-size:15px;font-weight:500}.productArticle p{color:#343a40;font-size:14px;font-weight:300}.productArticle a{color:#ff922b}.text-rainbow-animation{font-family:arial black;font-size:14px;background-image:linear-gradient(270deg,#ff8787,#f03e3e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow-animation 35s linear infinite}@keyframes rainbow-animation{to{background-position:-450vh}}@media screen and (max-width:947px){.text-rainbow-animation{font-size:12px}}.payment-loader{width:250px;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.payment-loader .binding{content:"";width:90px;height:4px;border:2px solid #00c4bd;margin:0 auto}.payment-loader .pad{width:90px;height:58px;border-radius:8px;border:2px solid #00c4bd;padding:6px;margin:0 auto}.payment-loader .chip{width:12px;height:8px;background:#00c4bd;border-radius:3px;margin-top:4px;margin-left:3px}.payment-loader .line{width:52px;animation:writeline 3s ease-in infinite}.payment-loader .line,.payment-loader .line2{margin-top:6px;margin-left:3px;height:4px;background:#00c4bd;border-radius:100px;opacity:0}.payment-loader .line2{width:32px;animation:writeline2 3s ease-in infinite}.payment-loader .line:first-child{margin-top:0}.payment-loader .line.line1{animation-delay:0s}.payment-loader .line.line2{animation-delay:.5s}.payment-loader .loader-text{text-align:center;margin-top:20px;font-size:16px;line-height:16px;color:#5f6571;font-weight:700}@keyframes writeline{0%{width:0;opacity:0}33%{width:52px;opacity:1}70%{opacity:1}to{opacity:0}}@keyframes writeline2{0%{width:0;opacity:0}33%{width:32px;opacity:1}70%{opacity:1}to{opacity:0}}.textSMall button{font-size:12px!important}.mapboxgl-map{height:450px!important}@media screen and (max-width:720px){.mapboxgl-map{height:350px!important}}.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#9880ff;color:#9880ff;animation:dotFlashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-15px;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:10px;height:10px;border-radius:5px;background-color:#9880ff;color:#9880ff}.dot-flashing:after{left:15px;animation:dotFlashing 1s infinite alternate;animation-delay:1s}@keyframes dotFlashing{0%{background-color:#9880ff}50%,to{background-color:#ebe6ff}}.MuiAutocomplete-popper{z-index:99999999999!important;position:fixed!important}.countdown-container{animation:pulse 1s infinite alternate}.countdown-circle{transition:stroke-dashoffset 1s linear}.countdown-number{transition:all .3s ease}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.rounded-2xl,.rounded-\[16px\]{border-radius:12px!important}.rounded-xl{border-radius:10px!important}.rounded-lg{border-radius:8px!important}@media (min-width:1024px){.md\:rounded-2xl,.md\:rounded-\[16px\]{border-radius:12px!important}.md\:rounded-xl{border-radius:10px!important}.md\:rounded-lg{border-radius:8px!important}}.nooutline,.nooutline:focus{outline:none!important}.mapboxgl-ctrl-attrib-inner{display:none!important}.ltrForEditor,.ltrForEditor *{direction:ltr!important;font-family:Courier New,Courier,monospace!important}.badge{display:flex;height:24px;width:28px;align-items:center;justify-content:center;border-radius:.375rem;padding:.5rem;font-size:.75rem;line-height:1rem}.invoicePage .text-left.badge.items-center.justify-between.w-48.text-base.font-bold,.invoicePage .text-left.flex.badge.justify-between.w-48.text-base.font-bold{font-size:10px;font-weight:500}.invoicePage span.badge{font-weight:500}.invoicePage .text-left.badge.items-center.justify-between.w-48.text-base.font-bold,.invoicePage .text-left.flex.badge.justify-between.w-48.text-base.font-bold{font-size:11px}@media (min-width:1024px){.badge{border-radius:4px}}.red-badge{display:flex;height:24px;width:28px;align-items:center;justify-content:center;border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(240 62 62/var(--tw-bg-opacity));padding:.5rem;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.invoicePage .text-left.flex.red-badge.justify-between.w-48.text-base.font-bold,.invoicePage .text-left.red-badge.items-center.justify-between.w-48.text-base.font-bold{font-size:10px;font-weight:500}.invoicePage span.red-badge{font-weight:500}.invoicePage .text-left.flex.red-badge.justify-between.w-48.text-base.font-bold,.invoicePage .text-left.red-badge.items-center.justify-between.w-48.text-base.font-bold{font-size:11px}@media (min-width:1024px){.red-badge{border-radius:4px}}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.custom-scrollbar::-webkit-scrollbar{width:10px}.custom-scrollbar::-webkit-scrollbar-track{background-color:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:darkgrey;border-radius:5px}.last-in-row .shop-left-border{display:none}.modal2-body{max-height:70vh;overflow-y:auto;padding:1rem}.modal2-footer{position:absolute;bottom:0;left:0;right:0;margin-top:auto;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;--tw-bg-opacity:1;background-color:rgb(245 246 251/var(--tw-bg-opacity));padding:1rem}.ril__image{max-width:70%!important}.dashboard-tag{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;border-radius:28px;border-width:1px;padding:.25rem .75rem;text-align:center;font-size:10px;line-height:1rem}.invoicePage h2.dashboard-tag.font-extrabold{background:#eaeaea}.invoicePage .text-left.dashboard-tag.items-center.justify-between.w-48.text-base.font-bold,.invoicePage .text-left.flex.dashboard-tag.justify-between.w-48.text-base.font-bold{font-size:10px;font-weight:500}.invoicePage tr.dashboard-tag th{font-weight:400}.invoicePage h2.dashboard-tag.font-extrabold{font-size:12px}.invoicePage .col-span-3.bg-\[\#d6d8d9\].py-2.dashboard-tag.border-black,.invoicePage .col-span-3.bg-\[\#d6d8d9\].py-2.dashboard-tag.border-black.mt-3{padding:2px}.invoicePage h1.dashboard-tag.text-base.font-bold{font-size:12px}.invoicePage .text-left.dashboard-tag.items-center.justify-between.w-48.text-base.font-bold,.invoicePage .text-left.flex.dashboard-tag.justify-between.w-48.text-base.font-bold{font-size:11px}.full-description p{font-weight:500}@keyframes slideIn{0%{transform:translateX(-82px)}20%{transform:translateX(0)}80%{transform:translateX(0)}to{transform:translateX(-82px)}}#__next{overflow:visible!important}.placeholder\:text-xs::-moz-placeholder{font-size:.75rem;line-height:1rem}.placeholder\:text-xs::placeholder{font-size:.75rem;line-height:1rem}.placeholder\:\!text-\[12px\]::-moz-placeholder{font-size:12px!important}.placeholder\:\!text-\[12px\]::placeholder{font-size:12px!important}.placeholder\:text-sm::-moz-placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:text-base::-moz-placeholder{font-size:1rem;line-height:1.5rem}.placeholder\:text-base::placeholder{font-size:1rem;line-height:1.5rem}.placeholder\:text-\[10px\]::-moz-placeholder{font-size:10px}.placeholder\:text-\[10px\]::placeholder{font-size:10px}.placeholder\:\!text-sm::-moz-placeholder{font-size:.875rem!important;line-height:1.25rem!important}.placeholder\:\!text-sm::placeholder{font-size:.875rem!important;line-height:1.25rem!important}.placeholder\:text-\[12px\]::-moz-placeholder{font-size:12px}.placeholder\:text-\[12px\]::placeholder{font-size:12px}.placeholder\:font-light::-moz-placeholder{font-weight:300}.placeholder\:font-light::placeholder{font-weight:300}.placeholder\:font-medium::-moz-placeholder{font-weight:500}.placeholder\:font-medium::placeholder{font-weight:500}.placeholder\:font-normal::-moz-placeholder{font-weight:400}.placeholder\:font-normal::placeholder{font-weight:400}.placeholder\:text-light-secondary-text::-moz-placeholder{--tw-text-opacity:1;color:rgb(151 155 167/var(--tw-text-opacity))}.placeholder\:text-light-secondary-text::placeholder{--tw-text-opacity:1;color:rgb(151 155 167/var(--tw-text-opacity))}.placeholder\:text-light-primary-text::-moz-placeholder{--tw-text-opacity:1;color:rgb(34 41 47/var(--tw-text-opacity))}.placeholder\:text-light-primary-text::placeholder{--tw-text-opacity:1;color:rgb(34 41 47/var(--tw-text-opacity))}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(173 181 189/var(--tw-text-opacity))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity:1;color:rgb(173 181 189/var(--tw-text-opacity))}.first\:border-t:first-child{border-top-width:1px}.last\:border-b:last-child{border-bottom-width:1px}.last\:border-b-0:last-child{border-bottom-width:0}.last\:border-none:last-child{border-style:none}.even\:bg-gray-50:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity))}.hover\:h-\[280\]:hover{height:280}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-110:hover,.hover\:scale-95:hover{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))}.hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-orange-500:hover{--tw-border-opacity:1;border-color:rgb(255 146 43/var(--tw-border-opacity))}.hover\:border-orange-300:hover{--tw-border-opacity:1;border-color:rgb(255 192 120/var(--tw-border-opacity))}.hover\:bg-\[\#37D925\]:hover{--tw-bg-opacity:1;background-color:rgb(55 217 37/var(--tw-bg-opacity))}.hover\:bg-light-card:hover{--tw-bg-opacity:1;background-color:rgb(245 246 251/var(--tw-bg-opacity))}.hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:rgb(255 244 230/var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(255 227 227/var(--tw-bg-opacity))}.hover\:bg-orange-100:hover{--tw-bg-opacity:1;background-color:rgb(255 232 204/var(--tw-bg-opacity))}.hover\:bg-\[\#161617\]:hover{--tw-bg-opacity:1;background-color:rgb(22 22 23/var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(33 37 41/var(--tw-bg-opacity))}.hover\:bg-orange-50\/40:hover{background-color:rgb(255 244 230/.4)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(241 243 245/var(--tw-bg-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(206 212 218/var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(28 126 214/var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(250 82 82/var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(240 62 62/var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(25 113 194/var(--tw-text-opacity))}.hover\:text-\[\#0000ff\]:hover{--tw-text-opacity:1;color:rgb(0 0 255/var(--tw-text-opacity))}.hover\:text-orange-700:hover{--tw-text-opacity:1;color:rgb(247 103 7/var(--tw-text-opacity))}.hover\:text-orange-500:hover{--tw-text-opacity:1;color:rgb(255 146 43/var(--tw-text-opacity))}.hover\:shadow-custom:hover{--tw-shadow:0px 4px 36px 0px #7090B040;--tw-shadow-colored:0px 4px 36px 0px var(--tw-shadow-color)}.hover\:shadow-custom:hover,.hover\:shadow-xl:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.hover\:brightness-110:hover{--tw-brightness:brightness(1.1)}.hover\:brightness-110:hover,.hover\:filter:hover{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:ease-in-out:hover{transition-timing-function:cubic-bezier(.4,0,.2,1)}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(51 154 240/var(--tw-border-opacity))}.focus\:bg-transparent:focus{background-color:transparent}.focus\:\!bg-\[\#F0F0F0\]:focus{--tw-bg-opacity:1!important;background-color:rgb(240 240 240/var(--tw-bg-opacity))!important}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:\!outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:outline-orange-800:focus{outline-color:#e8590c}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-orange-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 146 43/var(--tw-ring-opacity))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-slate-500:disabled{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity))}.disabled\:bg-transparent:disabled{background-color:transparent}.disabled\:bg-gray-300:disabled{--tw-bg-opacity:1;background-color:rgb(222 226 230/var(--tw-bg-opacity))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(241 243 245/var(--tw-bg-opacity))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-80:disabled{opacity:.8}.group:last-child .group-last\:hidden{display:none}.group:nth-child(odd) .group-odd\:-right-10{right:-2.5rem}.group:nth-child(2n) .group-even\:-left-10{left:-2.5rem}.group:hover .group-hover\:right-0{right:0}.group:hover .group-hover\:left-0{left:0}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.group:hover .group-hover\:scale-105,.group:hover .group-hover\:scale-110{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))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:text-orange-700{--tw-text-opacity:1;color:rgb(247 103 7/var(--tw-text-opacity))}.group:hover .group-hover\:text-orange-500{--tw-text-opacity:1;color:rgb(255 146 43/var(--tw-text-opacity))}@media (min-width:768px){.sm\:absolute{position:absolute}.sm\:my-20{margin-top:5rem;margin-bottom:5rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-\[100vh\]{height:100vh}.sm\:h-\[48px\]{height:48px}.sm\:h-\[68px\]{height:68px}.sm\:h-14{height:3.5rem}.sm\:h-\[20px\]{height:20px}.sm\:max-h-\[168px\]{max-height:168px}.sm\:min-h-\[100vh\]{min-height:100vh}.sm\:min-h-\[550px\]{min-height:550px}.sm\:w-auto{width:auto}.sm\:w-\[52px\]{width:52px}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:w-\[68px\]{width:68px}.sm\:w-\[170px\]{width:170px}.sm\:w-\[64px\]{width:64px}.sm\:w-\[60px\]{width:60px}.sm\:min-w-\[114px\]{min-width:114px}.sm\:max-w-\[534px\]{max-width:534px}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-center{align-items:center}.sm\:gap-8{gap:2rem}.sm\:\!rounded-2xl{border-radius:1rem!important}.sm\:bg-gray-100{--tw-bg-opacity:1;background-color:rgb(241 243 245/var(--tw-bg-opacity))}.sm\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.sm\:p-3{padding:.75rem}.sm\:p-2{padding:.5rem}.sm\:p-4{padding:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:pt-0{padding-top:0}.sm\:pt-8{padding-top:2rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-\[98px\]{padding-top:98px}.sm\:pb-44{padding-bottom:11rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:font-medium{font-weight:500}}@media (min-width:1024px){.md\:container{width:100%}@media (min-width:768px){.md\:container{max-width:768px}}@media (min-width:1024px){.md\:container{max-width:1024px}}@media (min-width:1280px){.md\:container{max-width:1280px}}@media (min-width:1400px){.md\:container{max-width:1400px}}@media (min-width:1536px){.md\:container{max-width:1536px}}.md\:container{max-width:1440px;margin-inline:auto;padding-inline:10px}.md\:static{position:static}.md\:fixed{position:fixed}.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:sticky{position:sticky}.md\:top-20{top:5rem}.md\:-top-8{top:-2rem}.md\:left-0{left:0}.md\:bottom-5{bottom:1.25rem}.md\:top-1\/2{top:50%}.md\:-bottom-32{bottom:-8rem}.md\:top-\[\%\]{top:%}.md\:left-\[-10\%\]{left:-10%}.md\:left-4{left:1rem}.md\:left-\[-100px\]{left:-100px}.md\:bottom-\[29\%\]{bottom:29%}.md\:top-32{top:8rem}.md\:top-\[130px\]{top:130px}.md\:-top-1{top:-.25rem}.md\:-right-1{right:-.25rem}.md\:bottom-3{bottom:.75rem}.md\:left-5{left:1.25rem}.md\:bottom-10{bottom:2.5rem}.md\:top-auto{top:auto}.md\:right-10{right:2.5rem}.md\:right-0{right:0}.md\:z-50{z-index:50}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-9{grid-column:span 9/span 9}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-1{grid-column:span 1/span 1}.md\:m-0{margin:0}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:my-0{margin-top:0;margin-bottom:0}.md\:my-40{margin-top:10rem;margin-bottom:10rem}.md\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:mt-4{margin-top:1rem}.md\:mt-0{margin-top:0}.md\:mt-\[50px\]{margin-top:50px}.md\:mt-\[192px\]{margin-top:192px}.md\:mb-0{margin-bottom:0}.md\:mt-2{margin-top:.5rem}.md\:mt-32{margin-top:8rem}.md\:ml-11{margin-left:2.75rem}.md\:mt-10{margin-top:2.5rem}.md\:mt-16{margin-top:4rem}.md\:mb-7{margin-bottom:1.75rem}.md\:mt-\[-30px\]{margin-top:-30px}.md\:ml-12{margin-left:3rem}.md\:mt-20{margin-top:5rem}.md\:mt-\[150px\]{margin-top:150px}.md\:mt-6{margin-top:1.5rem}.md\:mt-8{margin-top:2rem}.md\:ml-0{margin-left:0}.md\:mb-20{margin-bottom:5rem}.md\:mt-\[8px\]{margin-top:8px}.md\:ml-5{margin-left:1.25rem}.md\:mt-24{margin-top:6rem}.md\:mt-\[300px\]{margin-top:300px}.md\:mt-40{margin-top:10rem}.md\:ml-8{margin-left:2rem}.md\:ml-\[52px\]{margin-left:52px}.md\:mt-5{margin-top:1.25rem}.md\:mb-\[50px\]{margin-bottom:50px}.md\:mr-0{margin-right:0}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mt-3{margin-top:.75rem}.md\:mb-\[8px\]{margin-bottom:8px}.md\:mt-\[45px\]{margin-top:45px}.md\:mt-\[35px\]{margin-top:35px}.md\:mt-12{margin-top:3rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mr-4{margin-right:1rem}.md\:mb-8{margin-bottom:2rem}.md\:-mt-1{margin-top:-.25rem}.md\:mt-\[60px\]{margin-top:60px}.md\:mt-36{margin-top:9rem}.md\:mr-12{margin-right:3rem}.md\:mb-2{margin-bottom:.5rem}.md\:mr-8{margin-right:2rem}.md\:mr-5{margin-right:1.25rem}.md\:mt-\[64px\]{margin-top:64px}.md\:mb-\[24px\]{margin-bottom:24px}.md\:mb-\[16px\]{margin-bottom:16px}.md\:mt-\[30px\]{margin-top:30px}.md\:mt-\[100px\]{margin-top:100px}.md\:mb-\[10px\]{margin-bottom:10px}.md\:mt-1{margin-top:.25rem}.md\:block{display:block}.md\:\!flex{display:flex!important}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:\!hidden{display:none!important}.md\:h-\[270px\]{height:270px}.md\:h-\[412px\]{height:412px}.md\:h-\[100px\]{height:100px}.md\:h-\[492px\]{height:492px}.md\:h-\[356px\]{height:356px}.md\:h-\[76px\]{height:76px}.md\:h-\[538px\]{height:538px}.md\:h-\[480px\]{height:480px}.md\:h-\[40px\]{height:40px}.md\:h-\[60px\]{height:60px}.md\:h-\[167px\]{height:167px}.md\:h-\[117px\]{height:117px}.md\:h-\[50px\]{height:50px}.md\:h-\[37px\]{height:37px}.md\:h-\[120px\]{height:120px}.md\:h-\[80px\]{height:80px}.md\:h-\[96px\]{height:96px}.md\:h-\[210px\]{height:210px}.md\:h-\[54px\]{height:54px}.md\:h-auto{height:auto}.md\:h-\[700px\]{height:700px}.md\:h-\[650px\]{height:650px}.md\:h-\[100vh\]{height:100vh}.md\:h-\[676px\]{height:676px}.md\:h-\[192px\]{height:192px}.md\:h-\[580px\]{height:580px}.md\:h-\[360px\]{height:360px}.md\:h-\[425px\]{height:425px}.md\:h-14{height:3.5rem}.md\:h-10{height:2.5rem}.md\:h-\[405px\]{height:405px}.md\:h-\[64px\]{height:64px}.md\:h-full{height:100%}.md\:\!h-\[417px\]{height:417px!important}.md\:h-\[320px\]{height:320px}.md\:h-\[130px\]{height:130px}.md\:h-\[65px\]{height:65px}.md\:h-\[95px\]{height:95px}.md\:h-3{height:.75rem}.md\:h-\[16px\]{height:16px}.md\:h-\[30px\]{height:30px}.md\:h-\[93px\]{height:93px}.md\:h-\[24px\]{height:24px}.md\:h-\[285px\]{height:285px}.md\:h-\[90px\]{height:90px}.md\:h-\[48px\]{height:48px}.md\:\!h-\[170px\]{height:170px!important}.md\:h-\[56px\]{height:56px}.md\:max-h-\[324px\]{max-height:324px}.md\:max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.md\:max-h-\[95vh\]{max-height:95vh}.md\:max-h-\[464px\]{max-height:464px}.md\:max-h-\[320px\]{max-height:320px}.md\:max-h-\[450px\]{max-height:450px}.md\:max-h-96{max-height:24rem}.md\:max-h-\[1246px\]{max-height:1246px}.md\:min-h-\[70\%\]{min-height:70%}.md\:min-h-\[424px\]{min-height:424px}.md\:min-h-\[750px\]{min-height:750px}.md\:min-h-\[auto\]{min-height:auto}.md\:min-h-\[128px\]{min-height:128px}.md\:min-h-screen{min-height:100vh}.md\:min-h-\[200px\]{min-height:200px}.md\:min-h-\[147px\]{min-height:147px}.md\:min-h-\[400px\]{min-height:400px}.md\:min-h-\[404px\]{min-height:404px}.md\:\!min-h-\[36px\]{min-height:36px!important}.md\:min-h-\[100vh\]{min-height:100vh}.md\:w-auto{width:auto}.md\:\!w-\[250px\]{width:250px!important}.md\:w-\[136px\]{width:136px}.md\:w-\[144px\]{width:144px}.md\:w-\[112px\]{width:112px}.md\:w-\[calc\(100\%_-_16rem\)\]{width:calc(100% - 16rem)}.md\:w-\[80px\]{width:80px}.md\:w-\[195px\]{width:195px}.md\:w-\[300px\]{width:300px}.md\:w-\[500px\]{width:500px}.md\:w-\[280px\]{width:280px}.md\:w-\[250px\]{width:250px}.md\:w-\[228px\]{width:228px}.md\:\!w-\[248px\]{width:248px!important}.md\:w-\[100px\]{width:100px}.md\:w-\[200px\]{width:200px}.md\:w-full{width:100%}.md\:w-\[calc\(100\%-250px\)\]{width:calc(100% - 250px)}.md\:w-\[310px\]{width:310px}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-\[96px\]{width:96px}.md\:w-\[169px\]{width:169px}.md\:w-\[100vw\]{width:100vw}.md\:w-\[1140px\]{width:1140px}.md\:w-\[calc\(100\%-96px\)\]{width:calc(100% - 96px)}.md\:w-\[calc\(100\%-104px\)\]{width:calc(100% - 104px)}.md\:w-\[347px\]{width:347px}.md\:w-\[120px\]{width:120px}.md\:w-\[88px\]{width:88px}.md\:w-\[104px\]{width:104px}.md\:w-\[16px\]{width:16px}.md\:w-\[50px\]{width:50px}.md\:w-\[70px\]{width:70px}.md\:w-\[87px\]{width:87px}.md\:w-64{width:16rem}.md\:\!w-\[207px\]{width:207px!important}.md\:w-\[auto\]{width:auto}.md\:w-\[168px\]{width:168px}.md\:w-\[410px\]{width:410px}.md\:w-\[200px_\!important\]{width:200px!important}.md\:w-\[240px\]{width:240px}.md\:w-\[calc\(100\%_-_240px\)\]{width:calc(100% - 240px)}.md\:\!w-\[calc\(100\%-40px\)\]{width:calc(100% - 40px)!important}.md\:w-\[90\%\]{width:90%}.md\:w-\[64px\]{width:64px}.md\:w-\[130px\]{width:130px}.md\:w-\[65px\]{width:65px}.md\:w-\[95px\]{width:95px}.md\:w-\[24px\]{width:24px}.md\:w-\[128px\]{width:128px}.md\:w-\[150px\]{width:150px}.md\:w-\[56px\]{width:56px}.md\:w-\[60px\]{width:60px}.md\:w-\[90px\]{width:90px}.md\:w-\[48px\]{width:48px}.md\:w-\[85px\]{width:85px}.md\:w-\[calc\(100\%-136px\)\]{width:calc(100% - 136px)}.md\:w-\[46px\]{width:46px}.md\:w-\[220px\]{width:220px}.md\:\!w-\[170px\]{width:170px!important}.md\:w-\[40px\]{width:40px}.md\:min-w-\[342px\]{min-width:342px}.md\:min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.md\:min-w-\[200px\]{min-width:200px}.md\:min-w-full{min-width:100%}.md\:min-w-\[232px\]{min-width:232px}.md\:\!min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.md\:min-w-\[128px\]{min-width:128px}.md\:\!min-w-\[120px\]{min-width:120px!important}.md\:min-w-\[120px\]{min-width:120px}.md\:min-w-\[150px\]{min-width:150px}.md\:min-w-\[400px\]{min-width:400px}.md\:min-w-\[182px\]{min-width:182px}.md\:min-w-\[100px\]{min-width:100px}.md\:min-w-\[300px\]{min-width:300px}.md\:min-w-\[56px\]{min-width:56px}.md\:\!min-w-\[36px\]{min-width:36px!important}.md\:min-w-\[auto\]{min-width:auto}.md\:min-w-\[100\%\]{min-width:100%}.md\:max-w-\[342px\]{max-width:342px}.md\:max-w-\[533px\]{max-width:533px}.md\:max-w-\[634px\]{max-width:634px}.md\:max-w-\[1100px\]{max-width:1100px}.md\:max-w-\[923px\]{max-width:923px}.md\:max-w-\[800px\]{max-width:800px}.md\:max-w-\[366px\]{max-width:366px}.md\:max-w-\[600px\]{max-width:600px}.md\:max-w-\[300px\]{max-width:300px}.md\:max-w-6xl{max-width:72rem}.md\:max-w-\[700px\]{max-width:700px}.md\:max-w-\[1322px\]{max-width:1322px}.md\:\!max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.md\:max-w-\[350px\]{max-width:350px}.md\:max-w-\[109px\]{max-width:109px}.md\:max-w-\[182px\]{max-width:182px}.md\:max-w-full{max-width:100%}.md\:max-w-\[245px\]{max-width:245px}.md\:max-w-\[400px\]{max-width:400px}.md\:max-w-3xl{max-width:48rem}.md\:translate-y-0{--tw-translate-y:0px}.md\:-translate-y-1\/2,.md\: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))}.md\:-translate-y-1\/2{--tw-translate-y:-50%}.md\:translate-x-0{--tw-translate-x:0px;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))}.md\:animate-none{animation:none}.md\:columns-2{-moz-columns:2;column-count:2}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:flex-col-reverse{flex-direction:column-reverse}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:justify-items-end{justify-items:end}.md\:gap-\[260px\]{gap:260px}.md\:gap-8{gap:2rem}.md\:gap-\[112px\]{gap:112px}.md\:gap-6{gap:1.5rem}.md\:gap-\[64px\]{gap:64px}.md\:gap-4{gap:1rem}.md\:gap-16{gap:4rem}.md\:gap-12{gap:3rem}.md\:gap-10{gap:2.5rem}.md\:gap-28{gap:7rem}.md\:gap-7{gap:1.75rem}.md\:gap-5{gap:1.25rem}.md\:gap-0{gap:0}.md\:gap-20{gap:5rem}.md\:gap-2{gap:.5rem}.md\:gap-1{gap:.25rem}.md\:gap-\[24px\]{gap:24px}.md\:gap-3{gap:.75rem}.md\:gap-\[8px\]{gap:8px}.md\:gap-\[38px\]{gap:38px}.md\:gap-40{gap:10rem}.md\:gap-\[48px\]{gap:48px}.md\:gap-9{gap:2.25rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:gap-y-\[64px\]{row-gap:64px}.md\:gap-y-5{row-gap:1.25rem}.md\:gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.md\:gap-y-4{row-gap:1rem}.md\: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))}.md\:self-start{align-self:flex-start}.md\:self-end{align-self:flex-end}.md\:overflow-hidden{overflow:hidden}.md\:overflow-visible{overflow:visible}.md\:overflow-y-auto{overflow-y:auto}.md\:overflow-x-hidden{overflow-x:hidden}.md\:rounded-none{border-radius:0}.md\:\!rounded-\[32px\]{border-radius:32px!important}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-3xl{border-radius:1.5rem}.md\:\!rounded-\[16px\]{border-radius:16px!important}.md\:rounded-xl{border-radius:.75rem}.md\:rounded-md{border-radius:.375rem}.md\:\!rounded-2xl{border-radius:1rem!important}.md\:rounded-lg{border-radius:.5rem}.md\:rounded-full{border-radius:9999px}.md\:border{border-width:1px}.md\:border-4{border-width:4px}.md\:border-0{border-width:0}.md\:border-b-0{border-bottom-width:0}.md\:border-t-0{border-top-width:0}.md\:border-l{border-left-width:1px}.md\:border-l-2{border-left-width:2px}.md\:border-t{border-top-width:1px}.md\:border-r-4{border-right-width:4px}.md\:border-none{border-style:none}.md\:bg-transparent{background-color:transparent}.md\:bg-\[\#F8F9FA\]{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity))}.md\:bg-inherit{background-color:inherit}.md\:bg-light-card{--tw-bg-opacity:1;background-color:rgb(245 246 251/var(--tw-bg-opacity))}.md\:bg-\[\#fff\],.md\:bg-light-card2,.md\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.md\:bg-\[\#3FB6B9\]{--tw-bg-opacity:1;background-color:rgb(63 182 185/var(--tw-bg-opacity))}.md\:bg-gray-100{--tw-bg-opacity:1;background-color:rgb(241 243 245/var(--tw-bg-opacity))}.md\:bg-\[\#f8f9fa\]{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity))}.md\:bg-\[\#F4F6F9\]{--tw-bg-opacity:1;background-color:rgb(244 246 249/var(--tw-bg-opacity))}.md\:bg-gray-50{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity))}.md\:bg-\[linear-gradient\(115deg\2c _\#FFF_32\.25\%\2c _\#F9F9F9_100\%\)\]{background-image:linear-gradient(115deg,#FFF 32.25%,#F9F9F9)}.md\:object-contain{-o-object-fit:contain;object-fit:contain}.md\:object-cover{-o-object-fit:cover;object-fit:cover}@media (min-width:1024px){.md\:md\:p-10{padding:2.5rem}}.md\:p-10{padding:2.5rem}.md\:p-6{padding:1.5rem}.md\:p-3{padding:.75rem}.md\:p-8{padding:2rem}.md\:p-4{padding:1rem}.md\:p-0{padding:0}.md\:p-2{padding:.5rem}.md\:p-\[70px\]{padding:70px}.md\:p-\[25px\]{padding:25px}.md\:p-\[8px\]{padding:8px}.md\:p-\[2px\]{padding:2px}.md\:p-\[48px\]{padding:48px}.md\:py-\[220px\]{padding-top:220px;padding-bottom:220px}.md\:py-0{padding-top:0;padding-bottom:0}.md\:px-0{padding-left:0;padding-right:0}.md\:py-\[80px\]{padding-top:80px;padding-bottom:80px}.md\:py-\[16px\]{padding-top:16px;padding-bottom:16px}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:py-\[20px\]{padding-top:20px;padding-bottom:20px}.md\:px-\[100px\]{padding-left:100px;padding-right:100px}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-\[72px\]{padding-left:72px;padding-right:72px}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.md\:px-9{padding-left:2.25rem;padding-right:2.25rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-\[180px\]{padding-top:180px;padding-bottom:180px}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:py-\[100px\]{padding-top:100px;padding-bottom:100px}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-11{padding-left:2.75rem;padding-right:2.75rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:py-\[64px\]{padding-top:64px;padding-bottom:64px}.md\:px-\[24px\]{padding-left:24px;padding-right:24px}.md\:px-\[18px\]{padding-left:18px;padding-right:18px}.md\:py-\[13px\]{padding-top:13px;padding-bottom:13px}.md\:px-\[40px\]{padding-left:40px;padding-right:40px}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-\[4px\]{padding-top:4px;padding-bottom:4px}.md\:px-\[3px\]{padding-left:3px;padding-right:3px}.md\:py-\[2px\]{padding-top:2px;padding-bottom:2px}.md\:\!px-\[16px\]{padding-left:16px!important;padding-right:16px!important}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-\[10px\]{padding-top:10px;padding-bottom:10px}.md\:py-\[12px\]{padding-top:12px;padding-bottom:12px}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-\[20px\]{padding-left:20px;padding-right:20px}.md\:px-\[32px\]{padding-left:32px;padding-right:32px}.md\:py-\[27px\]{padding-top:27px;padding-bottom:27px}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:pt-\[220px\]{padding-top:220px}.md\:pr-0{padding-right:0}.md\:pt-8{padding-top:2rem}.md\:pb-\[80px\]{padding-bottom:80px}.md\:pt-10{padding-top:2.5rem}.md\:pt-28{padding-top:7rem}.md\:pl-12{padding-left:3rem}.md\:pr-7{padding-right:1.75rem}.md\:pt-12{padding-top:3rem}.md\:pl-16{padding-left:4rem}.md\:pt-2{padding-top:.5rem}.md\:pt-\[200px\]{padding-top:200px}.md\:pt-0{padding-top:0}.md\:pl-8{padding-left:2rem}.md\:pl-9{padding-left:2.25rem}.md\:pb-0{padding-bottom:0}.md\:pl-\[40px\]{padding-left:40px}.md\:pr-\[40px\]{padding-right:40px}.md\:pr-\[8px\]{padding-right:8px}.md\:pr-\[136px\]{padding-right:136px}.md\:pb-20{padding-bottom:5rem}.md\:pt-4{padding-top:1rem}.md\:pb-3{padding-bottom:.75rem}.md\:pr-16{padding-right:4rem}.md\:pb-2{padding-bottom:.5rem}.md\:pt-\[10px\]{padding-top:10px}.md\:pb-\[12px\]{padding-bottom:12px}.md\:pb-\[24px\]{padding-bottom:24px}.md\:pr-\[18px\]{padding-right:18px}.md\:pl-\[27px\]{padding-left:27px}.md\:pb-14{padding-bottom:3.5rem}.md\:pt-\[18px\]{padding-top:18px}.md\:pb-\[10px\]{padding-bottom:10px}.md\:pl-0{padding-left:0}.md\:pr-\[220px\]{padding-right:220px}.md\:pt-\[48px\]{padding-top:48px}.md\:pt-14{padding-top:3.5rem}.md\:pt-\[50px\]{padding-top:50px}.md\:pb-5{padding-bottom:1.25rem}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:text-start{text-align:start}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-\[38px\]{font-size:38px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[28px\]{font-size:28px}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:text-\[32px\]{font-size:32px}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-\[48px\]{font-size:48px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[36px\]{font-size:36px}.md\:text-\[18px\]{font-size:18px}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-\[40px\]{font-size:40px}.md\:text-\[30px\]{font-size:30px}.md\:text-\[26px\]{font-size:26px}.md\:text-\[50px\]{font-size:50px}.md\:text-\[55px\]{font-size:55px}.md\:text-\[35px\]{font-size:35px}.md\:text-\[21px\]{font-size:21px}.md\:text-\[25px\]{font-size:25px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[14px\]{font-size:14px}.md\:\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.md\:text-\[15px\]{font-size:15px}.md\:\!text-base{font-size:1rem!important;line-height:1.5rem!important}.md\:text-\[0\.8125rem\]{font-size:.8125rem}.md\:text-\[12px\]{font-size:12px}.md\:text-\[17px\]{font-size:17px}.md\:text-\[0\.75rem\]{font-size:.75rem}.md\:text-\[13px\]{font-size:13px}.md\:text-\[19px\]{font-size:19px}.md\:text-\[23px\]{font-size:23px}.md\:\!text-xs{font-size:.75rem!important;line-height:1rem!important}.md\:font-normal{font-weight:400}.md\:font-bold{font-weight:700}.md\:font-medium{font-weight:500}.md\:font-light{font-weight:300}.md\:\!font-normal{font-weight:400!important}.md\:font-semibold{font-weight:600}.md\:\!font-medium{font-weight:500!important}.md\:leading-8{line-height:2rem}.md\:leading-\[56px\]{line-height:56px}.md\:\!leading-10{line-height:2.5rem!important}.md\:leading-9{line-height:2.25rem}.md\:leading-\[32px\]{line-height:32px}.md\:leading-\[36px\]{line-height:36px}.md\:leading-\[40px\]{line-height:40px}.md\:leading-6{line-height:1.5rem}.md\:leading-5{line-height:1.25rem}.md\:leading-\[48px\]{line-height:48px}.md\:leading-4{line-height:1rem}.md\:text-light-primary-text{--tw-text-opacity:1;color:rgb(34 41 47/var(--tw-text-opacity))}.md\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.md\:text-light-secondary-text{--tw-text-opacity:1;color:rgb(151 155 167/var(--tw-text-opacity))}.md\:shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.md\:shadow-none,.md\:shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.md\:duration-100{transition-duration:.1s}.md\:placeholder\:text-base::-moz-placeholder{font-size:1rem;line-height:1.5rem}.md\:placeholder\:text-base::placeholder{font-size:1rem;line-height:1.5rem}.md\:placeholder\:text-\[12px\]::-moz-placeholder{font-size:12px}.md\:placeholder\:text-\[12px\]::placeholder{font-size:12px}.md\:hover\:h-\[370px\]:hover{height:370px}.md\:hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;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))}.md\:hover\:border-orange-500:hover{--tw-border-opacity:1;border-color:rgb(255 146 43/var(--tw-border-opacity))}.md\:hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:rgb(255 244 230/var(--tw-bg-opacity))}.group:nth-child(odd) .md\:group-odd\:right-auto{right:auto}}@media (min-width:1280px){.lg\:top-\[10px\]{top:10px}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-9{grid-column:span 9/span 9}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.lg\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:ml-5{margin-left:1.25rem}.lg\:ml-16{margin-left:4rem}.lg\:ml-4{margin-left:1rem}.lg\:mt-0{margin-top:0}.lg\:mb-\[50px\]{margin-bottom:50px}.lg\:mt-3{margin-top:.75rem}.lg\:mt-\[60px\]{margin-top:60px}.lg\:mt-\[50px\]{margin-top:50px}.lg\:mt-\[64px\]{margin-top:64px}.lg\:mt-\[32px\]{margin-top:32px}.lg\:mb-0{margin-bottom:0}.lg\:mb-\[32px\]{margin-bottom:32px}.lg\:mt-\[200px\]{margin-top:200px}.lg\:ml-\[100px\]{margin-left:100px}.lg\:mb-\[15px\]{margin-bottom:15px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-\[193px\]{height:193px}.lg\:w-full{width:100%}.lg\:\!w-1\/2{width:50%!important}.lg\:w-\[84px\]{width:84px}.lg\:w-\[65\%\]{width:65%}.lg\:w-\[35\%\]{width:35%}.lg\:w-\[462px\]{width:462px}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:w-\[330px\]{width:330px}.lg\:w-\[20px\]{width:20px}.lg\:min-w-\[470px\]{min-width:470px}.lg\:min-w-\[300px\]{min-width:300px}.lg\:max-w-none{max-width:none}.lg\:flex-1{flex:1 1 0%}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-\[1fr_auto_1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr auto 1fr}.lg\:flex-row{flex-direction:row}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-0{gap:0}.lg\:gap-4{gap:1rem}.lg\:gap-10{gap:2.5rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-\[24px\]{gap:24px}.lg\:gap-\[20px\]{gap:20px}.lg\:justify-self-center{justify-self:center}.lg\:rounded-\[12px\]{border-radius:12px}.lg\:rounded-\[18px\]{border-radius:18px}.lg\:border{border-width:1px}.lg\:border-r-2{border-right-width:2px}.lg\:border-l-2{border-left-width:2px}.lg\:border-l{border-left-width:1px}.lg\:border-\[\#DEE2E6\]{--tw-border-opacity:1;border-color:rgb(222 226 230/var(--tw-border-opacity))}.lg\:border-\[\#707070\]{--tw-border-opacity:1;border-color:rgb(112 112 112/var(--tw-border-opacity))}.lg\:bg-\[\#F8F9FA\]{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity))}.lg\:p-9{padding:2.25rem}.lg\:p-8{padding:2rem}.lg\:px-24{padding-left:6rem;padding-right:6rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-\[64px\]{padding-top:64px;padding-bottom:64px}.lg\:px-\[64px\]{padding-left:64px;padding-right:64px}.lg\:px-\[76px\]{padding-left:76px;padding-right:76px}.lg\:px-\[18px\]{padding-left:18px;padding-right:18px}.lg\:py-\[13px\]{padding-top:13px;padding-bottom:13px}.lg\:px-\[75px\]{padding-left:75px;padding-right:75px}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-\[140px\]{padding-left:140px;padding-right:140px}.lg\:px-\[24px\]{padding-left:24px;padding-right:24px}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-\[20px\]{padding-left:20px;padding-right:20px}.lg\:py-\[12px\]{padding-top:12px;padding-bottom:12px}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:px-\[44px\]{padding-left:44px;padding-right:44px}.lg\:pl-5{padding-left:1.25rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-16{padding-left:4rem}.lg\:pl-4{padding-left:1rem}.lg\:pt-0{padding-top:0}.lg\:pb-\[12px\]{padding-bottom:12px}.lg\:pb-\[24px\]{padding-bottom:24px}.lg\:pr-\[18px\]{padding-right:18px}.lg\:pr-\[40px\]{padding-right:40px}.lg\:pr-\[30px\]{padding-right:30px}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-\[47px\]{font-size:47px}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-\[14px\]{font-size:14px}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:text-\[27px\]{font-size:27px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[20px\]{font-size:20px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[18px\]{font-size:18px}.lg\:text-\[25px\]{font-size:25px}.lg\:text-\[30px\]{font-size:30px}.lg\:text-\[19px\]{font-size:19px}}@media (min-width:1400px){.xl\:block{display:block}.xl\:\!w-\[225px\]{width:225px!important}.xl\:w-\[330px\]{width:330px}.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))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.xl\:justify-end{justify-content:flex-end}.xl\:px-0{padding-left:0;padding-right:0}.xl\:pr-\[40px\]{padding-right:40px}.xl\:text-\[36px\]{font-size:36px}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xl\:text-base{font-size:1rem;line-height:1.5rem}}@media (max-width:380px){.xs\:hidden{display:none}.xs\:w-\[100\%_\!important\]{width:100%!important}.xs\:w-full{width:100%}.xs\:px-2{padding-left:.5rem;padding-right:.5rem}}.\[\&_p\]\:m-0 p{margin:0}.\[\&_p\]\:inline p{display:inline}.swiper-container{border-radius:15px}.swiper-button-next:after,.swiper-button-prev:after{color:rgba(255,255,255,.7);font-size:25px!important;font-weight:bolder;transition:color .2s ease-in-out}.swiperPagination .swiper-button-next:hover:after,.swiperPagination .swiper-button-prev:hover:after{color:#fff;transition:color .2s ease-in-out}.swiperPagination .swiper-pagination-bullet{width:24px!important;height:4px!important;border-radius:30px!important}.swiperPagination .swiper-pagination-bullet-active{background:#fff!important}@media screen and (max-width:520px){.swiper-button-next:after,.swiper-button-prev:after{font-size:10px!important}.swiper-pagination-bullet{width:8px!important;height:8px!important}.swiper-pagination-bullet-active{width:10px!important;height:10px!important;color:#343a40!important}}.my-swiper2 .swiper-button-prev{background-color:#fff}.my-swiper2 .swiper-button-next{background-color:#fff;left:-15px!important;right:auto;top:110px!important;border-radius:50%;width:37px;height:37px}.my-swiper2 .swiper-button-prev{right:-15px!important;left:auto;top:110px!important;border-radius:50%;width:37px;height:37px}.my-swiper2 .swiper-button-next:after,.my-swiper2 .swiper-button-prev:after{color:#000;font-size:12px!important;font-weight:bolder;transition:color .2s ease-in-out}.productImageGallery .swiper-pagination{bottom:-5px!important}.productImageGallery .swiper-pagination-bullet-active{background:#8c8c8c!important}.recommendSlider .swiper-button-next{top:170px!important;box-shadow:0 0 5px rgb(0 0 0/50%)!important;padding-left:5px}.recommendSlider .swiper-button-prev{top:170px!important;box-shadow:0 0 5px rgb(0 0 0/50%)!important;padding-right:5px}.swiper3{padding:20px 15px!important}.swiper3-button-next svg:hover,.swiper3-button-prev svg:hover{color:#161414;transition:color .2s ease-in-out}.swiper3-button-next svg,.swiper3-button-prev svg{color:#685d5d}.swiper3-button-next,.swiper3-button-prev{display:flex;flex-direction:column;justify-content:center;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.swiper3-button-prev{right:-10px}.swiper3-button-next{left:-10px}.swiper5{padding:20px 5px!important}.swiper5-button-next svg:hover,.swiper5-button-prev svg:hover{color:#161414;transition:color .2s ease-in-out}.swiper5-button-next svg,.swiper5-button-prev svg{color:#685d5d}.swiper-button-disabled svg{color:#ccc!important}.swiper5-button-next,.swiper5-button-prev{display:flex;flex-direction:column;justify-content:center;cursor:pointer}.swiper5-button-next{margin-left:-20px}.swiper5-button-prev{margin-right:-20px}.swiper-pay2 .swiper-pay{width:100%!important;height:100%!important}.swiper-pay2 .swiper-slide-pay{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center;width:100%;height:36px!important;max-height:36px!important;margin:6px 0!important}.swiper-pay2 .swiper-slide-active p{color:#2c3544;font-size:32px;font-weight:600}@media only screen and (max-width:768px){.swiper-pay2 .swiper-slide-active p{font-size:22px}}.swiper-pay2 .swiper-slide-active p:nth-child(2){color:#2c3544;font-size:24px;font-weight:600}.swiper-pay2 .swiper-button-disabled{opacity:.3;cursor:unset}.swiper-pay2 .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.historySwiper{width:60vw!important}.historySwiper .swiper-wrapper{padding:0!important}@media screen and (max-width:574px){.historySwiper{width:100vw!important}}.generall .swiper-button-prev{background-color:#fff;box-shadow:0 0 14px -3px rgba(0,0,0,.22)!important}.generall .swiper-button-next{background-color:#fff;box-shadow:0 0 14px -3px rgba(0,0,0,.22)!important;left:3px!important;right:auto;top:50%!important;border-radius:50%;width:35px;height:35px}.generall .swiper-button-prev{right:3px!important;left:auto;top:50%!important;border-radius:50%;width:35px;height:35px}.generall .swiper-button-next:after,.generall .swiper-button-prev:after{color:#000;font-size:12px!important;font-weight:bolder;transition:color .2s ease-in-out}.productImageCross{max-width:200px}.productImageGalleryMobile .swiper-pagination{width:-moz-max-content!important;width:max-content!important;display:flex;justify-content:center;align-items:center;background-color:#495057!important;right:50%!important;transform:translateX(50%)!important;padding:8px!important;border-radius:16px!important;bottom:0!important}.productImageGalleryMobile .swiper-pagination-bullet{background:#adb5bd!important;opacity:1!important}.productImageGallery .swiper-pagination-bullet:only-child{display:block!important}.productImageGalleryMobile .swiper-pagination-bullet-active{background:#fff!important;width:8px!important;height:8px!important;opacity:1!important}.swiperPaginationNew .swiper-pagination{width:-moz-max-content!important;width:max-content!important;background-color:#495057!important;right:50%!important;transform:translateX(50%)!important;padding:0 8px 2px!important;border-radius:12px!important;bottom:8px!important}.swiperPaginationNew .swiper-pagination-bullet{background:#adb5bd!important;opacity:1!important}.swiperPaginationNew .swiper-pagination-bullet-active{background:#fff!important;width:8px!important;height:8px!important;opacity:1!important}.nojs-slides{position:relative;width:100%;height:248px;overflow:hidden}@media (min-width:768px){.nojs-slides{height:404px}}.nojs-slide{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;opacity:0;transition:opacity .3s ease-in-out;z-index:0;display:block;overflow:hidden}.nojs-slide>*{width:100%;height:100%;display:block}.nojs-slide:first-child{opacity:1!important;z-index:1!important}.nojs-dots{position:absolute;left:50%;transform:translateX(-50%);bottom:12px;display:flex;align-items:center;gap:8px;z-index:10;padding:8px;border-radius:9999px;background:rgba(31,41,55,1)}.nojs-dot{height:8px;width:8px;border-radius:6px;background:rgba(107,114,128,1);transition:background-color .2s ease;cursor:pointer;display:block}.Toastify__toast-body{font-family:IRANYekanX!important}.test{display:none}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}@-webkit-keyframes closeWindow{0%{opacity:1}to{opacity:0}}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{background-color:rgba(0,0,0,.85);outline:none;top:0;left:0;right:0;bottom:0;z-index:1000;width:100%;height:100%;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;-ms-touch-action:none;touch-action:none}.ril__outerClosing{opacity:0}.ril__image,.ril__imageNext,.ril__imagePrev,.ril__inner{position:absolute;top:0;left:0;right:0;bottom:0}.ril__image,.ril__imageNext,.ril__imagePrev{margin:auto;max-width:none;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;-ms-touch-action:none;touch-action:none}.ril__imageDiscourager{background-repeat:no-repeat;background-position:50%;background-size:contain}.ril__navButtons{border:none;position:absolute;top:0;bottom:0;width:20px;height:34px;padding:40px 30px;margin:auto;cursor:pointer;opacity:.7}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{left:0;background:rgba(0,0,0,.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat 50%}.ril__navButtonNext{right:0;background:rgba(0,0,0,.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat 50%}.ril__downloadBlocker{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");background-size:cover}.ril__caption,.ril__toolbar{background-color:rgba(0,0,0,.5);position:absolute;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{padding:10px 20px;color:#fff}.ril__toolbar{top:0;height:50px}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{padding-left:20px;padding-right:0;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.ril__toolbarRightSide{padding-left:0;padding-right:20px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.ril__toolbarItem{display:inline-block;line-height:50px;padding:0;color:#fff;font-size:120%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{width:40px;height:35px;cursor:pointer;border:none;opacity:.7}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat 50%}.ril__zoomInButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat 50%}.ril__zoomOutButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat 50%}.ril__outerAnimating{-webkit-animation-name:closeWindow;animation-name:closeWindow}@-webkit-keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{width:60px;height:60px;position:relative}.ril__loadingCirclePoint{width:100%;height:100%;position:absolute;left:0;top:0}.ril__loadingCirclePoint:before{content:"";display:block;margin:0 auto;width:11%;height:30%;background-color:#fff;border-radius:30%;-webkit-animation:pointFade .8s ease-in-out infinite both;animation:pointFade .8s ease-in-out infinite both}.ril__loadingCirclePoint:first-of-type{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ril__loadingCirclePoint:first-of-type:before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{-webkit-animation-delay:-666ms;animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{-webkit-animation-delay:-533ms;animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10):before,.ril__loadingCirclePoint:nth-of-type(4):before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11):before,.ril__loadingCirclePoint:nth-of-type(5):before{-webkit-animation-delay:-266ms;animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12):before,.ril__loadingCirclePoint:nth-of-type(6):before{-webkit-animation-delay:-133ms;animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){-webkit-transform:rotate(1turn);transform:rotate(1turn)}.ril__loadingCirclePoint:nth-of-type(13):before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:0s;animation-delay:0s}.ril__loadingContainer{position:absolute;top:0;right:0;bottom:0;left:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));&.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}&.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-button-prev,~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto;.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);button&{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}&.swiper-scrollbar-vertical,.swiper-vertical>&{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}