@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Palanquin:wght@100;200;300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Palanquin:wght@100;200;300;400;500;600;700&display=swap";@import"https://api.fontshare.com/v2/css?f[]=poppins@400&display=swap";@import"https://api.fontshare.com/v2/css?f[]=trench-slab@500&display=swap";@import"https://api.fontshare.com/v2/css?f[]=technor@300&display=swap";@import"https://api.fontshare.com/v2/css?f[]=technor@300&f[]=sentient@400&f[]=rajdhani@700&display=swap";@import"https://api.fontshare.com/v2/css?f[]=general-sans@500&display=swap";@font-face{font-family:Pricedown;src:url(/Frontend/src/assets/Text/pricedown.ttf)}.create{display:block;cursor:pointer;color:#fff;margin:0;position:relative;text-decoration:none;font-weight:600;border-radius:2rem;overflow:hidden;padding:3px;isolation:isolate}.create:before{content:"";position:absolute;top:0;left:0;width:400%;height:100%;background:linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);background-size:25% 100%;animation:an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop .75s linear infinite;animation-play-state:paused;translate:-5% 0%;transition:translate .25s ease-out}.create:hover:before{animation-play-state:running;transition-duration:.75s;translate:0% 0%}@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop{to{transform:translate(-25%)}}.create span{position:relative;display:block;padding:.5rem 1rem;background:#282f37;border-radius:2rem}.Btn{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100px;height:40px;border:none;padding:0 20px;background:#fff;color:#000;font-size:16px;font-weight:600;cursor:pointer;border-radius:12px;box-shadow:0 20px 30px -7px #6176ee80;transition-duration:.3s}.svg{width:12px;position:absolute;right:0;margin-right:20px;fill:#000;transition-duration:.3s}.Btn:hover{color:transparent}.Btn:hover svg{right:43%;margin:0;padding:0;border:none;transition-duration:.3s}.Btn:active{transform:translate(3px,3px);transition-duration:.3s}.button{position:relative;width:4em;height:4em;border:none;background:#b4536b1c;border-radius:5px;transition:background .5s}.X{content:"";position:absolute;top:50%;left:50%;width:2em;height:1.5px;background-color:#fff;transform:translate(-50%) rotate(45deg)}.Y{content:"";position:absolute;top:50%;left:50%;width:2em;height:1.5px;background-color:#000;transform:translate(-50%) rotate(-45deg)}.close{position:absolute;display:flex;padding:.8rem 1.5rem;align-items:center;justify-content:center;transform:translate(-50%);top:-70%;left:50%;width:3em;height:1.7em;font-size:12px;background-color:#131618;color:#000;border:none;border-radius:3px;pointer-events:none;opacity:0}.button:hover{background-color:#d31515}.button:active{background-color:#820000}.button:hover>.close{animation:close .2s forwards .25s}@keyframes close{to{opacity:1}}.ui-like{--icon-size: 20px;--icon-secondary-color: rgb(201, 186, 186);--icon-hover-color: rgb(211, 205, 205);--icon-primary-color: rgb(230, 26, 26);--icon-circle-border: 1px solid var(--icon-primary-color);--icon-circle-size: 35px;--icon-anmt-duration: .3s}.ui-like input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.ui-like .like{width:var(--icon-size);height:auto;fill:var(--icon-secondary-color);cursor:pointer;transition:.2s;display:flex;justify-content:center;align-items:center;position:relative;transform-origin:top}.like:after{content:"";position:absolute;width:2px;height:2px;box-shadow:0 30px 0 -4px var(--icon-primary-color),30px 0 0 -4px var(--icon-primary-color),0 -30px 0 -4px var(--icon-primary-color),-30px 0 0 -4px var(--icon-primary-color),-22px 22px 0 -4px var(--icon-primary-color),-22px -22px 0 -4px var(--icon-primary-color),22px -22px 0 -4px var(--icon-primary-color),22px 22px 0 -4px var(--icon-primary-color);border-radius:50%;transform:scale(0)}.like:before{content:"";position:absolute;border-radius:50%;border:var(--icon-circle-border);opacity:0}.ui-like:hover .like{fill:var(--icon-hover-color)}.ui-like input:checked+.like:after{animation:circles var(--icon-anmt-duration) cubic-bezier(.175,.885,.32,1.275) forwards;animation-delay:var(--icon-anmt-duration)}.ui-like input:checked+.like{fill:var(--icon-primary-color);animation:like var(--icon-anmt-duration) forwards;transition-delay:.3s}.ui-like input:checked+.like:before{animation:circle var(--icon-anmt-duration) cubic-bezier(.175,.885,.32,1.275) forwards;animation-delay:var(--icon-anmt-duration)}@keyframes like{50%{transform:scaleY(.6)}to{transform:scaleY(1)}}@keyframes circle{0%{width:0;height:0;opacity:0}90%{width:var(--icon-circle-size);height:var(--icon-circle-size);opacity:1}to{opacity:0}}@keyframes circles{0%{transform:scale(0)}40%{opacity:1}to{transform:scale(.8);opacity:0}}.loader{display:flex;justify-content:center;align-items:center;--color: hsl(0, 0%, 87%);--animation: 2s ease-in-out infinite}.loader .circle{display:flex;align-items:center;justify-content:center;position:relative;width:20px;height:20px;border:solid 2px var(--color);border-radius:50%;margin:0 10px;background-color:transparent;animation:circle-keys var(--animation)}.loader .circle .dot{position:absolute;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background-color:var(--color);animation:dot-keys var(--animation)}.loader .circle .outline{position:absolute;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%;animation:outline-keys var(--animation)}.circle:nth-child(2){animation-delay:.3s}.circle:nth-child(3){animation-delay:.6s}.circle:nth-child(4){animation-delay:.9s}.circle:nth-child(5){animation-delay:1.2s}.circle:nth-child(2) .dot{animation-delay:.3s}.circle:nth-child(3) .dot{animation-delay:.6s}.circle:nth-child(4) .dot{animation-delay:.9s}.circle:nth-child(5) .dot{animation-delay:1.2s}.circle:nth-child(1) .outline{animation-delay:.9s}.circle:nth-child(2) .outline{animation-delay:1.2s}.circle:nth-child(3) .outline{animation-delay:1.5s}.circle:nth-child(4) .outline{animation-delay:1.8s}.circle:nth-child(5) .outline{animation-delay:2.1s}@keyframes circle-keys{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes dot-keys{0%{transform:scale(1)}50%{transform:scale(0)}to{transform:scale(1)}}@keyframes outline-keys{0%{transform:scale(0);outline:solid 20px var(--color);outline-offset:0;opacity:1}to{transform:scale(1);outline:solid 0 transparent;outline-offset:20px;opacity:0}}.button{text-decoration:none;position:relative;border:none;font-family:inherit;cursor:pointer;color:#fff;line-height:2em;text-align:center;background:linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);background-size:300%;border-radius:30px;z-index:1}.button:hover{animation:ani 8s linear infinite;border:none}@keyframes ani{0%{background-position:0%}to{background-position:400%}}.button:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;z-index:-1;background:linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);background-size:400%;border-radius:35px;transition:1s}.button:hover:before{filter:blur(20px)}.button:active{background:linear-gradient(32deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4)}.slideshow-container{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out,transform 5s ease-in-out;transform:scale(1.1)}.slide.active{opacity:1;transform:scale(1.1)}.slide.entering{opacity:0;transform:scale(1.05)}.slide.exiting{opacity:0;transform:scale(1.1)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}@font-face{font-family:Pricedown;src:url(/assets/pricedown-DBgWJu69.ttf)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-\[3\%\]{bottom:3%}.bottom-\[5\%\]{bottom:5%}.left-2{left:.5rem}.left-\[3\%\]{left:3%}.left-\[31\%\]{left:31%}.left-\[5\%\]{left:5%}.right-2{right:.5rem}.right-\[-27\%\]{right:-27%}.right-\[-43\%\]{right:-43%}.right-\[-45\%\]{right:-45%}.right-\[-50\%\]{right:-50%}.right-\[-55\%\]{right:-55%}.right-\[-60\%\]{right:-60%}.right-\[-75\%\]{right:-75%}.right-\[0\%\]{right:0%}.right-\[22\%\]{right:22%}.right-\[3\%\]{right:3%}.right-\[5\%\]{right:5%}.right-\[50\%\]{right:50%}.right-\[65\%\]{right:65%}.right-\[73\%\]{right:73%}.top-\[10\%\]{top:10%}.top-\[140vh\]{top:140vh}.top-\[20\%\]{top:20%}.top-\[25\%\]{top:25%}.top-\[27\%\]{top:27%}.top-\[3\%\]{top:3%}.top-\[45\%\]{top:45%}.top-\[55\%\]{top:55%}.top-\[60\%\]{top:60%}.top-\[63\%\]{top:63%}.top-\[75\%\]{top:75%}.top-\[80\%\]{top:80%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.m-0{margin:0}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-5{margin-left:1.25rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.block{display:block}.flex{display:flex}.hidden{display:none}.size-full{width:100%;height:100%}.h-1\/2{height:50%}.h-1\/3{height:33.333333%}.h-1\/4{height:25%}.h-1\/5{height:20%}.h-10{height:2.5rem}.h-2\/5{height:40%}.h-3\/4{height:75%}.h-3\/5{height:60%}.h-4\/5{height:80%}.h-5{height:1.25rem}.h-60{height:15rem}.h-\[10\%\]{height:10%}.h-\[100\%\]{height:100%}.h-\[100px\]{height:100px}.h-\[100vh\]{height:100vh}.h-\[13\%\]{height:13%}.h-\[15\%\]{height:15%}.h-\[180vh\]{height:180vh}.h-\[20\%\]{height:20%}.h-\[200\%\]{height:200%}.h-\[25\%\]{height:25%}.h-\[27\%\]{height:27%}.h-\[30\%\]{height:30%}.h-\[30px\]{height:30px}.h-\[40\%\]{height:40%}.h-\[45\%\]{height:45%}.h-\[50\%\]{height:50%}.h-\[6\.5\%\]{height:6.5%}.h-\[60\%\]{height:60%}.h-\[60px\]{height:60px}.h-\[7\%\]{height:7%}.h-\[70\%\]{height:70%}.h-\[80\%\]{height:80%}.h-\[90\%\]{height:90%}.h-\[95\%\]{height:95%}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[30px\]{max-height:30px}.max-h-\[40\%\]{max-height:40%}.max-h-\[45\%\]{max-height:45%}.max-h-\[50\%\]{max-height:50%}.max-h-\[75\%\]{max-height:75%}.max-h-\[85\%\]{max-height:85%}.max-h-\[90\%\]{max-height:90%}.max-h-full{max-height:100%}.min-h-\[10\%\]{min-height:10%}.min-h-\[30px\]{min-height:30px}.min-h-\[40\%\]{min-height:40%}.min-h-\[50\%\]{min-height:50%}.min-h-\[6\.5\%\]{min-height:6.5%}.min-h-\[75\%\]{min-height:75%}.min-h-\[85\%\]{min-height:85%}.min-h-\[90\%\]{min-height:90%}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-2\/4{width:50%}.w-32{width:8rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-5{width:1.25rem}.w-\[10\%\]{width:10%}.w-\[100\%\]{width:100%}.w-\[100vh\]{width:100vh}.w-\[15\%\]{width:15%}.w-\[20\%\]{width:20%}.w-\[25\%\]{width:25%}.w-\[27\%\]{width:27%}.w-\[30px\]{width:30px}.w-\[40\%\]{width:40%}.w-\[5\%\]{width:5%}.w-\[50\%\]{width:50%}.w-\[60\%\]{width:60%}.w-\[65\%\]{width:65%}.w-\[70\%\]{width:70%}.w-\[73\%\]{width:73%}.w-\[75\%\]{width:75%}.w-\[80\%\]{width:80%}.w-\[90\%\]{width:90%}.w-\[95\%\]{width:95%}.w-\[96\%\]{width:96%}.w-\[97\%\]{width:97%}.w-\[98\%\]{width:98%}.w-\[99\%\]{width:99%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-\[100\%\]{min-width:100%}.min-w-\[200\%\]{min-width:200%}.min-w-\[30px\]{min-width:30px}.max-w-\[200\%\]{max-width:200%}.max-w-\[220px\]{max-width:220px}.max-w-\[30px\]{max-width:30px}.max-w-\[90\%\]{max-width:90%}.flex-1{flex:1 1 0%}.flex-grow{flex-grow:1}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.scroll-p-10{scroll-padding:2.5rem}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-4{row-gap:1rem}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-purple-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(168 85 247 / var(--tw-divide-opacity))}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[3px\]{border-width:3px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-fuchsia-200{--tw-border-opacity: 1;border-color:rgb(245 208 254 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.bg-\[\#52b69a\]{--tw-bg-opacity: 1;background-color:rgb(82 182 154 / var(--tw-bg-opacity))}.bg-\[\#a8dadc\]{--tw-bg-opacity: 1;background-color:rgb(168 218 220 / var(--tw-bg-opacity))}.bg-\[\#a98467\]{--tw-bg-opacity: 1;background-color:rgb(169 132 103 / var(--tw-bg-opacity))}.bg-\[\#b392ac\]{--tw-bg-opacity: 1;background-color:rgb(179 146 172 / var(--tw-bg-opacity))}.bg-\[\#e26d5c\]{--tw-bg-opacity: 1;background-color:rgb(226 109 92 / var(--tw-bg-opacity))}.bg-\[\#e5e5e5\]{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity))}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-light-gray{--tw-bg-opacity: 1;background-color:rgb(40 47 55 / var(--tw-bg-opacity))}.bg-pink-300{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-rose-300{--tw-bg-opacity: 1;background-color:rgb(253 164 175 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-\[50\%\]{--tw-bg-opacity: 50%}.bg-cover{background-size:cover}.bg-center{background-position:center}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.2rem\]{padding-top:.2rem;padding-bottom:.2rem}.pb-3{padding-bottom:.75rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.text-center{text-align:center}.text-end{text-align:end}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-poppins{font-family:Poppins,sans-serif}.font-pricedown{font-family:Pricedown,sans-serif}.font-technor{font-family:Technor,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[0\.75rem\]{font-size:.75rem}.text-\[0\.7rem\]{font-size:.7rem}.text-\[0\.85rem\]{font-size:.85rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[1rem\]{font-size:1rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-thin{font-weight:100}.capitalize{text-transform:capitalize}.tracking-wider{letter-spacing:.05em}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-fuchsia-600{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-light-gray{--tw-text-opacity: 1;color:rgb(40 47 55 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-200{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-100{opacity:1}.opacity-50{opacity:.5}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[1px_2px_3px_1px_rgba\(0\,0\,0\,0\.4\)\]{--tw-shadow: 1px 2px 3px 1px rgba(0,0,0,.4);--tw-shadow-colored: 1px 2px 3px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-black{--tw-shadow-color: #000;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400{--tw-shadow-color: #e879f9;--tw-shadow: var(--tw-shadow-colored)}.shadow-light-gray{--tw-shadow-color: #282F37;--tw-shadow: var(--tw-shadow-colored)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-2xl{--tw-backdrop-blur: blur(40px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-linear{transition-timing-function:linear}::-webkit-scrollbar{width:4px}::-webkit-scrollbar:horizontal{height:8px}::-webkit-scrollbar-thumb{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}.task>::-webkit-scrollbar-thumb{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(125 211 252 / var(--tw-bg-opacity))}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-full::file-selector-button{border-radius:9999px}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-gray-200::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-gray-700::file-selector-button{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.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-black::-moz-placeholder{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.placeholder\:text-black::placeholder{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:w-fit:hover{width:-moz-fit-content;width:fit-content}.hover\:border-2:hover{border-width:2px}.hover\:border-black:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.hover\:bg-\[\#bcb8b1\]:hover{--tw-bg-opacity: 1;background-color:rgb(188 184 177 / var(--tw-bg-opacity))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-opacity-35:hover{--tw-bg-opacity: .35}.hover\:bg-opacity-70:hover{--tw-bg-opacity: .7}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:backdrop-blur-sm:hover{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.hover\:file\:bg-gray-300::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity))}@media (min-width: 640px){.sm\:left-\[43\.5\%\]{left:43.5%}.sm\:right-\[-40\%\]{right:-40%}.sm\:right-\[-43\%\]{right:-43%}.sm\:right-\[-50\%\]{right:-50%}.sm\:right-\[0\%\]{right:0%}.sm\:right-\[50\%\]{right:50%}.sm\:right-\[65\%\]{right:65%}.sm\:top-\[25\%\]{top:25%}.sm\:top-\[45\%\]{top:45%}.sm\:top-\[55\%\]{top:55%}.sm\:top-\[60\%\]{top:60%}.sm\:top-\[75\%\]{top:75%}.sm\:top-\[77\%\]{top:77%}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:mr-0{margin-right:0}.sm\:flex{display:flex}.sm\:h-\[10\%\]{height:10%}.sm\:h-\[130px\]{height:130px}.sm\:h-\[20\%\]{height:20%}.sm\:h-\[90\%\]{height:90%}.sm\:h-full{height:100%}.sm\:h-screen{height:100vh}.sm\:max-h-max{max-height:-moz-max-content;max-height:max-content}.sm\:w-1\/3{width:33.333333%}.sm\:w-3\/4{width:75%}.sm\:w-4\/5{width:80%}.sm\:w-\[17\%\]{width:17%}.sm\:w-\[40\%\]{width:40%}.sm\:w-\[48\%\]{width:48%}.sm\:w-\[55\%\]{width:55%}.sm\:w-\[70\%\]{width:70%}.sm\:w-\[80\%\]{width:80%}.sm\:w-\[90\%\]{width:90%}.sm\:w-full{width:100%}.sm\:min-w-\[100\%\]{min-width:100%}.sm\:min-w-\[100vh\]{min-width:100vh}.sm\:min-w-\[90\%\]{min-width:90%}.sm\:max-w-\[200px\]{max-width:200px}.sm\:max-w-\[90\%\]{max-width:90%}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:overflow-y-auto{overflow-y:auto}.sm\:whitespace-pre-wrap{white-space:pre-wrap}.sm\:object-fill{-o-object-fit:fill;object-fit:fill}.sm\:p-2{padding:.5rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[0\.6rem\]{font-size:.6rem}.sm\:text-\[0\.8rem\]{font-size:.8rem}.sm\:text-\[0\.9rem\]{font-size:.9rem}.sm\:text-\[1\.3rem\]{font-size:1.3rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}}@media (min-width: 768px){.md\:right-\[-40\%\]{right:-40%}.md\:right-\[-43\%\]{right:-43%}.md\:right-\[-50\%\]{right:-50%}.md\:right-\[0\%\]{right:0%}.md\:right-\[11\%\]{right:11%}.md\:right-\[23\%\]{right:23%}.md\:right-\[37\%\]{right:37%}.md\:right-\[47\%\]{right:47%}.md\:right-\[5\%\]{right:5%}.md\:right-\[50\%\]{right:50%}.md\:right-\[70\%\]{right:70%}.md\:right-\[85\%\]{right:85%}.md\:top-\[25\%\]{top:25%}.md\:top-\[45\%\]{top:45%}.md\:top-\[55\%\]{top:55%}.md\:top-\[60\%\]{top:60%}.md\:top-\[75\%\]{top:75%}.md\:top-\[77\%\]{top:77%}.md\:my-0{margin-top:0;margin-bottom:0}.md\:mr-0{margin-right:0}.md\:hidden{display:none}.md\:h-\[13\%\]{height:13%}.md\:h-\[15\%\]{height:15%}.md\:h-\[80\%\]{height:80%}.md\:h-\[90\%\]{height:90%}.md\:h-full{height:100%}.md\:w-3\/4{width:75%}.md\:w-3\/5{width:60%}.md\:w-\[100\%\]{width:100%}.md\:w-\[20px\]{width:20px}.md\:w-\[30\%\]{width:30%}.md\:w-\[48\%\]{width:48%}.md\:w-\[50\%\]{width:50%}.md\:w-\[55\%\]{width:55%}.md\:w-\[70\%\]{width:70%}.md\:w-\[80\%\]{width:80%}.md\:w-\[97\%\]{width:97%}.md\:min-w-\[100\%\]{min-width:100%}.md\:min-w-\[45\%\]{min-width:45%}.md\:max-w-\[200px\]{max-width:200px}.md\:max-w-\[45\%\]{max-width:45%}.md\:flex-col{flex-direction:column}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:overflow-hidden{overflow:hidden}.md\:overflow-y-auto{overflow-y:auto}.md\:object-fill{-o-object-fit:fill;object-fit:fill}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[0\.7rem\]{font-size:.7rem}.md\:text-\[0\.8rem\]{font-size:.8rem}.md\:text-\[01rem\]{font-size:01rem}.md\:text-\[1rem\]{font-size:1rem}}@media (min-width: 1024px){.lg\:bottom-\[3\%\]{bottom:3%}.lg\:left-0{left:0}.lg\:right-0{right:0}.lg\:right-\[11\%\]{right:11%}.lg\:right-\[23\%\]{right:23%}.lg\:right-\[25\%\]{right:25%}.lg\:right-\[28\%\]{right:28%}.lg\:right-\[30\%\]{right:30%}.lg\:right-\[38\%\]{right:38%}.lg\:right-\[47\%\]{right:47%}.lg\:right-\[5\%\]{right:5%}.lg\:right-\[50\%\]{right:50%}.lg\:right-\[55\%\]{right:55%}.lg\:right-\[61\%\]{right:61%}.lg\:right-\[7\%\]{right:7%}.lg\:right-\[75\%\]{right:75%}.lg\:right-\[80\%\]{right:80%}.lg\:right-\[87\%\]{right:87%}.lg\:top-\[20\%\]{top:20%}.lg\:top-\[22\%\]{top:22%}.lg\:top-\[25\%\]{top:25%}.lg\:top-\[26\%\]{top:26%}.lg\:top-\[27\%\]{top:27%}.lg\:top-\[30\%\]{top:30%}.lg\:top-\[45\%\]{top:45%}.lg\:top-\[46\.5\%\]{top:46.5%}.lg\:top-\[55\%\]{top:55%}.lg\:top-\[60\%\]{top:60%}.lg\:top-\[65\%\]{top:65%}.lg\:top-\[75\%\]{top:75%}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:mb-1{margin-bottom:.25rem}.lg\:mr-0{margin-right:0}.lg\:mt-1{margin-top:.25rem}.lg\:mt-5{margin-top:1.25rem}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:size-full{width:100%;height:100%}.lg\:h-1\/2{height:50%}.lg\:h-4\/5{height:80%}.lg\:h-\[10\%\]{height:10%}.lg\:h-\[15\%\]{height:15%}.lg\:h-\[20\%\]{height:20%}.lg\:h-\[25px\]{height:25px}.lg\:h-\[40\%\]{height:40%}.lg\:h-\[60\%\]{height:60%}.lg\:h-\[80\%\]{height:80%}.lg\:h-\[80px\]{height:80px}.lg\:h-\[90\%\]{height:90%}.lg\:h-full{height:100%}.lg\:max-h-\[220vh\]{max-height:220vh}.lg\:max-h-full{max-height:100%}.lg\:min-h-\[100\%\]{min-height:100%}.lg\:min-h-\[220vh\]{min-height:220vh}.lg\:w-1\/2{width:50%}.lg\:w-1\/4{width:25%}.lg\:w-3\/4{width:75%}.lg\:w-4\/5{width:80%}.lg\:w-\[100\%\]{width:100%}.lg\:w-\[15\%\]{width:15%}.lg\:w-\[20\%\]{width:20%}.lg\:w-\[25px\]{width:25px}.lg\:w-\[30\%\]{width:30%}.lg\:w-\[48\%\]{width:48%}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[70\%\]{width:70%}.lg\:w-\[80\%\]{width:80%}.lg\:w-\[97\%\]{width:97%}.lg\:w-full{width:100%}.lg\:min-w-\[100\%\]{min-width:100%}.lg\:min-w-\[30\%\]{min-width:30%}.lg\:max-w-\[30\%\]{max-width:30%}.lg\:max-w-\[300px\]{max-width:300px}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:gap-0{gap:0px}.lg\:gap-1{gap:.25rem}.lg\:gap-2{gap:.5rem}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-visible{overflow:visible}.lg\:overflow-y-auto{overflow-y:auto}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:text-nowrap{text-wrap:nowrap}.lg\:rounded-xl{border-radius:.75rem}.lg\:border-4{border-width:4px}.lg\:object-fill{-o-object-fit:fill;object-fit:fill}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-6{padding-left:1.5rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-\[0\.85rem\]{font-size:.85rem}.lg\:text-\[0\.9rem\]{font-size:.9rem}.lg\:text-\[1\.1rem\]{font-size:1.1rem}.lg\:text-\[1rem\]{font-size:1rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (prefers-color-scheme: dark){.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:file\:bg-gray-700::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:file\:text-gray-200::file-selector-button{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.dark\:hover\:file\:bg-gray-600::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}}
