@jaw.id/ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc +12 -0
- package/README.md +55 -0
- package/components.json +22 -0
- package/dist/ccip-Cdkx99iZ.js +147 -0
- package/dist/components/ConnectDialog/index.d.ts +4 -0
- package/dist/components/ConnectDialog/index.d.ts.map +1 -0
- package/dist/components/ConnectDialog/types.d.ts +20 -0
- package/dist/components/ConnectDialog/types.d.ts.map +1 -0
- package/dist/components/DefaultDialog/index.d.ts +14 -0
- package/dist/components/DefaultDialog/index.d.ts.map +1 -0
- package/dist/components/Eip712Dialog/index.d.ts +4 -0
- package/dist/components/Eip712Dialog/index.d.ts.map +1 -0
- package/dist/components/Eip712Dialog/types.d.ts +19 -0
- package/dist/components/Eip712Dialog/types.d.ts.map +1 -0
- package/dist/components/FeeTokenSelector/index.d.ts +26 -0
- package/dist/components/FeeTokenSelector/index.d.ts.map +1 -0
- package/dist/components/OnboardingDialog/index.d.ts +4 -0
- package/dist/components/OnboardingDialog/index.d.ts.map +1 -0
- package/dist/components/OnboardingDialog/types.d.ts +36 -0
- package/dist/components/OnboardingDialog/types.d.ts.map +1 -0
- package/dist/components/OrSeparator/index.d.ts +2 -0
- package/dist/components/OrSeparator/index.d.ts.map +1 -0
- package/dist/components/PermissionDialog/index.d.ts +4 -0
- package/dist/components/PermissionDialog/index.d.ts.map +1 -0
- package/dist/components/PermissionDialog/types.d.ts +49 -0
- package/dist/components/PermissionDialog/types.d.ts.map +1 -0
- package/dist/components/SignatureDialog/index.d.ts +4 -0
- package/dist/components/SignatureDialog/index.d.ts.map +1 -0
- package/dist/components/SignatureDialog/types.d.ts +19 -0
- package/dist/components/SignatureDialog/types.d.ts.map +1 -0
- package/dist/components/SiweDialog/index.d.ts +4 -0
- package/dist/components/SiweDialog/index.d.ts.map +1 -0
- package/dist/components/SiweDialog/types.d.ts +22 -0
- package/dist/components/SiweDialog/types.d.ts.map +1 -0
- package/dist/components/TransactionDialog/DecodedCalldata.d.ts +9 -0
- package/dist/components/TransactionDialog/DecodedCalldata.d.ts.map +1 -0
- package/dist/components/TransactionDialog/index.d.ts +4 -0
- package/dist/components/TransactionDialog/index.d.ts.map +1 -0
- package/dist/components/TransactionDialog/types.d.ts +34 -0
- package/dist/components/TransactionDialog/types.d.ts.map +1 -0
- package/dist/components/ui/accordion.d.ts +8 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/avatar.d.ts +7 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +18 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +26 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/form.d.ts +25 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +8 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +8 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +6 -0
- package/dist/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +14 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/sheet.d.ts +14 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/spinner.d.ts +3 -0
- package/dist/components/ui/spinner.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useChainIconURI.d.ts +12 -0
- package/dist/hooks/useChainIconURI.d.ts.map +1 -0
- package/dist/hooks/useDecodedCalldata.d.ts +15 -0
- package/dist/hooks/useDecodedCalldata.d.ts.map +1 -0
- package/dist/hooks/useFeeTokenPrice.d.ts +8 -0
- package/dist/hooks/useFeeTokenPrice.d.ts.map +1 -0
- package/dist/hooks/useGasEstimation.d.ts +77 -0
- package/dist/hooks/useGasEstimation.d.ts.map +1 -0
- package/dist/hooks/useIsMobile.d.ts +2 -0
- package/dist/hooks/useIsMobile.d.ts.map +1 -0
- package/dist/icons/index.d.ts +12 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/index-DlfjdYW4.js +83119 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +38 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/react/ReactUIHandler.d.ts +35 -0
- package/dist/react/ReactUIHandler.d.ts.map +1 -0
- package/dist/react/index.d.ts +2 -0
- package/dist/react/index.d.ts.map +1 -0
- package/dist/utils/formatAddress.d.ts +18 -0
- package/dist/utils/formatAddress.d.ts.map +1 -0
- package/dist/utils/index.d.ts +5 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/justaNameInstance.d.ts +7 -0
- package/dist/utils/justaNameInstance.d.ts.map +1 -0
- package/dist/utils/tokenBalance.d.ts +10 -0
- package/dist/utils/tokenBalance.d.ts.map +1 -0
- package/dist/utils/tokenPrice.d.ts +12 -0
- package/dist/utils/tokenPrice.d.ts.map +1 -0
- package/package.json +67 -0
- package/postcss.config.cjs +6 -0
- package/src/components/ConnectDialog/index.tsx +270 -0
- package/src/components/ConnectDialog/types.ts +34 -0
- package/src/components/DefaultDialog/index.tsx +99 -0
- package/src/components/Eip712Dialog/index.tsx +525 -0
- package/src/components/Eip712Dialog/types.ts +27 -0
- package/src/components/FeeTokenSelector/index.tsx +308 -0
- package/src/components/OnboardingDialog/index.tsx +317 -0
- package/src/components/OnboardingDialog/types.ts +43 -0
- package/src/components/OrSeparator/index.tsx +13 -0
- package/src/components/PermissionDialog/index.tsx +598 -0
- package/src/components/PermissionDialog/types.ts +77 -0
- package/src/components/SignatureDialog/index.tsx +180 -0
- package/src/components/SignatureDialog/types.ts +27 -0
- package/src/components/SiweDialog/index.tsx +231 -0
- package/src/components/SiweDialog/types.ts +34 -0
- package/src/components/TransactionDialog/DecodedCalldata.tsx +79 -0
- package/src/components/TransactionDialog/index.tsx +663 -0
- package/src/components/TransactionDialog/types.ts +54 -0
- package/src/components/ui/accordion.tsx +66 -0
- package/src/components/ui/avatar.tsx +53 -0
- package/src/components/ui/button.tsx +59 -0
- package/src/components/ui/card.tsx +92 -0
- package/src/components/ui/checkbox.tsx +32 -0
- package/src/components/ui/dialog.tsx +183 -0
- package/src/components/ui/dropdown-menu.tsx +258 -0
- package/src/components/ui/form.tsx +167 -0
- package/src/components/ui/input.tsx +60 -0
- package/src/components/ui/label.tsx +24 -0
- package/src/components/ui/popover.tsx +48 -0
- package/src/components/ui/scroll-area.tsx +58 -0
- package/src/components/ui/select.tsx +160 -0
- package/src/components/ui/separator.tsx +28 -0
- package/src/components/ui/sheet.tsx +169 -0
- package/src/components/ui/spinner.tsx +18 -0
- package/src/components/ui/tabs.tsx +69 -0
- package/src/components/ui/tooltip.tsx +61 -0
- package/src/hooks/index.ts +5 -0
- package/src/hooks/useChainIconURI.tsx +117 -0
- package/src/hooks/useDecodedCalldata.ts +128 -0
- package/src/hooks/useFeeTokenPrice.tsx +36 -0
- package/src/hooks/useGasEstimation.ts +474 -0
- package/src/hooks/useIsMobile.ts +36 -0
- package/src/icons/index.tsx +114 -0
- package/src/index.ts +19 -0
- package/src/lib/utils.ts +6 -0
- package/src/react/ReactUIHandler.tsx +3004 -0
- package/src/react/index.ts +2 -0
- package/src/styles.css +210 -0
- package/src/utils/formatAddress.ts +24 -0
- package/src/utils/index.ts +4 -0
- package/src/utils/justaNameInstance.ts +25 -0
- package/src/utils/tokenBalance.ts +41 -0
- package/src/utils/tokenPrice.ts +58 -0
- package/tailwind.config.js +130 -0
- package/tsconfig.json +19 -0
- package/tsconfig.lib.json +43 -0
- package/vite.config.ts +45 -0
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*,: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: }:root{--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--destructive-foreground: oklch(.577 .245 27.325);--border: oklch(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--radius: .625rem;--sidebar-background: #FAFAFA;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: #E5E7EB;--sidebar-ring: #A1A1AA;--font-inter: "Inter", sans-serif;--vh: 1vh;--vh-mobile: 1vh}*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground)}.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}}.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}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-0\.5{inset:.125rem}.inset-1{inset:.25rem}.inset-1\.5{inset:.375rem}.inset-1\/2{inset:50%}.inset-1\/3{inset:33.333333%}.inset-1\/4{inset:25%}.inset-10{inset:2.5rem}.inset-11{inset:2.75rem}.inset-12{inset:3rem}.inset-14{inset:3.5rem}.inset-16{inset:4rem}.inset-2{inset:.5rem}.inset-2\.5{inset:.625rem}.inset-2\/3{inset:66.666667%}.inset-2\/4{inset:50%}.inset-20{inset:5rem}.inset-24{inset:6rem}.inset-28{inset:7rem}.inset-3{inset:.75rem}.inset-3\.5{inset:.875rem}.inset-3\/4{inset:75%}.inset-32{inset:8rem}.inset-36{inset:9rem}.inset-4{inset:1rem}.inset-40{inset:10rem}.inset-44{inset:11rem}.inset-48{inset:12rem}.inset-5{inset:1.25rem}.inset-52{inset:13rem}.inset-56{inset:14rem}.inset-6{inset:1.5rem}.inset-60{inset:15rem}.inset-64{inset:16rem}.inset-7{inset:1.75rem}.inset-72{inset:18rem}.inset-8{inset:2rem}.inset-80{inset:20rem}.inset-9{inset:2.25rem}.inset-96{inset:24rem}.inset-auto{inset:auto}.inset-full{inset:100%}.inset-px{inset:1px}.inset-x-0{left:0;right:0}.inset-x-0\.5{left:.125rem;right:.125rem}.inset-x-1{left:.25rem;right:.25rem}.inset-x-1\.5{left:.375rem;right:.375rem}.inset-x-1\/2{left:50%;right:50%}.inset-x-1\/3{left:33.333333%;right:33.333333%}.inset-x-1\/4{left:25%;right:25%}.inset-x-10{left:2.5rem;right:2.5rem}.inset-x-11{left:2.75rem;right:2.75rem}.inset-x-12{left:3rem;right:3rem}.inset-x-14{left:3.5rem;right:3.5rem}.inset-x-16{left:4rem;right:4rem}.inset-x-2{left:.5rem;right:.5rem}.inset-x-2\.5{left:.625rem;right:.625rem}.inset-x-2\/3{left:66.666667%;right:66.666667%}.inset-x-2\/4{left:50%;right:50%}.inset-x-20{left:5rem;right:5rem}.inset-x-24{left:6rem;right:6rem}.inset-x-28{left:7rem;right:7rem}.inset-x-3{left:.75rem;right:.75rem}.inset-x-3\.5{left:.875rem;right:.875rem}.inset-x-3\/4{left:75%;right:75%}.inset-x-32{left:8rem;right:8rem}.inset-x-36{left:9rem;right:9rem}.inset-x-4{left:1rem;right:1rem}.inset-x-40{left:10rem;right:10rem}.inset-x-44{left:11rem;right:11rem}.inset-x-48{left:12rem;right:12rem}.inset-x-5{left:1.25rem;right:1.25rem}.inset-x-52{left:13rem;right:13rem}.inset-x-56{left:14rem;right:14rem}.inset-x-6{left:1.5rem;right:1.5rem}.inset-x-60{left:15rem;right:15rem}.inset-x-64{left:16rem;right:16rem}.inset-x-7{left:1.75rem;right:1.75rem}.inset-x-72{left:18rem;right:18rem}.inset-x-8{left:2rem;right:2rem}.inset-x-80{left:20rem;right:20rem}.inset-x-9{left:2.25rem;right:2.25rem}.inset-x-96{left:24rem;right:24rem}.inset-x-auto{left:auto;right:auto}.inset-x-full{left:100%;right:100%}.inset-x-px{left:1px;right:1px}.inset-y-0{top:0;bottom:0}.inset-y-0\.5{top:.125rem;bottom:.125rem}.inset-y-1{top:.25rem;bottom:.25rem}.inset-y-1\.5{top:.375rem;bottom:.375rem}.inset-y-1\/2{top:50%;bottom:50%}.inset-y-1\/3{top:33.333333%;bottom:33.333333%}.inset-y-1\/4{top:25%;bottom:25%}.inset-y-10{top:2.5rem;bottom:2.5rem}.inset-y-11{top:2.75rem;bottom:2.75rem}.inset-y-12{top:3rem;bottom:3rem}.inset-y-14{top:3.5rem;bottom:3.5rem}.inset-y-16{top:4rem;bottom:4rem}.inset-y-2{top:.5rem;bottom:.5rem}.inset-y-2\.5{top:.625rem;bottom:.625rem}.inset-y-2\/3{top:66.666667%;bottom:66.666667%}.inset-y-2\/4{top:50%;bottom:50%}.inset-y-20{top:5rem;bottom:5rem}.inset-y-24{top:6rem;bottom:6rem}.inset-y-28{top:7rem;bottom:7rem}.inset-y-3{top:.75rem;bottom:.75rem}.inset-y-3\.5{top:.875rem;bottom:.875rem}.inset-y-3\/4{top:75%;bottom:75%}.inset-y-32{top:8rem;bottom:8rem}.inset-y-36{top:9rem;bottom:9rem}.inset-y-4{top:1rem;bottom:1rem}.inset-y-40{top:10rem;bottom:10rem}.inset-y-44{top:11rem;bottom:11rem}.inset-y-48{top:12rem;bottom:12rem}.inset-y-5{top:1.25rem;bottom:1.25rem}.inset-y-52{top:13rem;bottom:13rem}.inset-y-56{top:14rem;bottom:14rem}.inset-y-6{top:1.5rem;bottom:1.5rem}.inset-y-60{top:15rem;bottom:15rem}.inset-y-64{top:16rem;bottom:16rem}.inset-y-7{top:1.75rem;bottom:1.75rem}.inset-y-72{top:18rem;bottom:18rem}.inset-y-8{top:2rem;bottom:2rem}.inset-y-80{top:20rem;bottom:20rem}.inset-y-9{top:2.25rem;bottom:2.25rem}.inset-y-96{top:24rem;bottom:24rem}.inset-y-auto{top:auto;bottom:auto}.inset-y-full{top:100%;bottom:100%}.inset-y-px{top:1px;bottom:1px}.bottom-0{bottom:0}.bottom-0\.5{bottom:.125rem}.bottom-1{bottom:.25rem}.bottom-1\.5{bottom:.375rem}.bottom-1\/2{bottom:50%}.bottom-1\/3{bottom:33.333333%}.bottom-1\/4{bottom:25%}.bottom-10{bottom:2.5rem}.bottom-11{bottom:2.75rem}.bottom-12{bottom:3rem}.bottom-14{bottom:3.5rem}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-2\.5{bottom:.625rem}.bottom-2\/3{bottom:66.666667%}.bottom-2\/4{bottom:50%}.bottom-20{bottom:5rem}.bottom-24{bottom:6rem}.bottom-28{bottom:7rem}.bottom-3{bottom:.75rem}.bottom-3\.5{bottom:.875rem}.bottom-3\/4{bottom:75%}.bottom-32{bottom:8rem}.bottom-36{bottom:9rem}.bottom-4{bottom:1rem}.bottom-40{bottom:10rem}.bottom-44{bottom:11rem}.bottom-48{bottom:12rem}.bottom-5{bottom:1.25rem}.bottom-52{bottom:13rem}.bottom-56{bottom:14rem}.bottom-6{bottom:1.5rem}.bottom-60{bottom:15rem}.bottom-64{bottom:16rem}.bottom-7{bottom:1.75rem}.bottom-72{bottom:18rem}.bottom-8{bottom:2rem}.bottom-80{bottom:20rem}.bottom-9{bottom:2.25rem}.bottom-96{bottom:24rem}.bottom-auto{bottom:auto}.bottom-full{bottom:100%}.bottom-px{bottom:1px}.left-0{left:0}.left-0\.5{left:.125rem}.left-1{left:.25rem}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-1\/3{left:33.333333%}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-11{left:2.75rem}.left-12{left:3rem}.left-14{left:3.5rem}.left-16{left:4rem}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-2\/3{left:66.666667%}.left-2\/4{left:50%}.left-20{left:5rem}.left-24{left:6rem}.left-28{left:7rem}.left-3{left:.75rem}.left-3\.5{left:.875rem}.left-3\/4{left:75%}.left-32{left:8rem}.left-36{left:9rem}.left-4{left:1rem}.left-40{left:10rem}.left-44{left:11rem}.left-48{left:12rem}.left-5{left:1.25rem}.left-52{left:13rem}.left-56{left:14rem}.left-6{left:1.5rem}.left-60{left:15rem}.left-64{left:16rem}.left-7{left:1.75rem}.left-72{left:18rem}.left-8{left:2rem}.left-80{left:20rem}.left-9{left:2.25rem}.left-96{left:24rem}.left-\[50\%\]{left:50%}.left-auto{left:auto}.left-full{left:100%}.left-px{left:1px}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-1\/2{right:50%}.right-1\/3{right:33.333333%}.right-1\/4{right:25%}.right-10{right:2.5rem}.right-11{right:2.75rem}.right-12{right:3rem}.right-14{right:3.5rem}.right-16{right:4rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-2\/3{right:66.666667%}.right-2\/4{right:50%}.right-20{right:5rem}.right-24{right:6rem}.right-28{right:7rem}.right-3{right:.75rem}.right-3\.5{right:.875rem}.right-3\/4{right:75%}.right-32{right:8rem}.right-36{right:9rem}.right-4{right:1rem}.right-40{right:10rem}.right-44{right:11rem}.right-48{right:12rem}.right-5{right:1.25rem}.right-52{right:13rem}.right-56{right:14rem}.right-6{right:1.5rem}.right-60{right:15rem}.right-64{right:16rem}.right-7{right:1.75rem}.right-72{right:18rem}.right-8{right:2rem}.right-80{right:20rem}.right-9{right:2.25rem}.right-96{right:24rem}.right-auto{right:auto}.right-full{right:100%}.right-px{right:1px}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-1\/4{top:25%}.top-10{top:2.5rem}.top-11{top:2.75rem}.top-12{top:3rem}.top-14{top:3.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-2\/3{top:66.666667%}.top-2\/4{top:50%}.top-20{top:5rem}.top-24{top:6rem}.top-28{top:7rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-3\/4{top:75%}.top-32{top:8rem}.top-36{top:9rem}.top-4{top:1rem}.top-40{top:10rem}.top-44{top:11rem}.top-48{top:12rem}.top-5{top:1.25rem}.top-52{top:13rem}.top-56{top:14rem}.top-6{top:1.5rem}.top-60{top:15rem}.top-64{top:16rem}.top-7{top:1.75rem}.top-72{top:18rem}.top-8{top:2rem}.top-80{top:20rem}.top-9{top:2.25rem}.top-96{top:24rem}.top-\[50\%\]{top:50%}.top-auto{top:auto}.top-full{top:100%}.top-px{top:1px}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[200\]{z-index:200}.z-auto{z-index:auto}.col-start-2{grid-column-start:2}.row-span-2{grid-row:span 2 / span 2}.row-start-1{grid-row-start:1}.m-0{margin:0}.m-0\.5{margin:.125rem}.m-1{margin:.25rem}.m-1\.5{margin:.375rem}.m-10{margin:2.5rem}.m-11{margin:2.75rem}.m-12{margin:3rem}.m-14{margin:3.5rem}.m-16{margin:4rem}.m-2{margin:.5rem}.m-2\.5{margin:.625rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-28{margin:7rem}.m-3{margin:.75rem}.m-3\.5{margin:.875rem}.m-32{margin:8rem}.m-36{margin:9rem}.m-4{margin:1rem}.m-40{margin:10rem}.m-44{margin:11rem}.m-48{margin:12rem}.m-5{margin:1.25rem}.m-52{margin:13rem}.m-56{margin:14rem}.m-6{margin:1.5rem}.m-60{margin:15rem}.m-64{margin:16rem}.m-8{margin:2rem}.m-80{margin:20rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-auto{margin-left:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-6{width:1.5rem;height:1.5rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-full{width:100%;height:100%}.\!h-5{height:1.25rem!important}.\!h-6{height:1.5rem!important}.h-10{height:2.5rem}.h-16{height:4rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100vh\]{height:100vh}.h-\[30px\]{height:30px}.h-\[72px\]{height:72px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[20vh\]{max-height:20vh}.max-h-\[35vh\]{max-height:35vh}.max-h-\[40vh\]{max-height:40vh}.max-h-\[50vh\]{max-height:50vh}.max-h-\[60vh\]{max-height:60vh}.min-h-0{min-height:0px}.min-h-\[100vh\]{min-height:100vh}.min-h-\[300px\]{min-height:300px}.min-h-\[40px\]{min-height:40px}.min-h-\[50px\]{min-height:50px}.min-h-\[70px\]{min-height:70px}.\!w-5{width:1.25rem!important}.\!w-6{width:1.5rem!important}.w-10{width:2.5rem}.w-16{width:4rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-\[100vw\]{width:100vw}.w-\[1px\]{width:1px}.w-\[24px\]{width:24px}.w-\[72px\]{width:72px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-4{min-width:1rem}.min-w-\[100vw\]{min-width:100vw}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-\[200px\]{max-width:200px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0\.5{--tw-translate-y: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y: calc(-50% - 2px) ;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-flow-dense{grid-auto-flow:dense}.grid-flow-row-dense{grid-auto-flow:row dense}.grid-flow-col-dense{grid-auto-flow:column dense}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-none{grid-template-columns:none}.grid-cols-subgrid{grid-template-columns:subgrid}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))}.grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr))}.grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))}.grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))}.grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))}.grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.grid-rows-none{grid-template-rows:none}.grid-rows-subgrid{grid-template-rows:subgrid}.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}.flex-nowrap{flex-wrap:nowrap}.content-normal{align-content:normal}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.content-baseline{align-content:baseline}.content-stretch{align-content:stretch}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-11{gap:2.75rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-28{gap:7rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-32{gap:8rem}.gap-36{gap:9rem}.gap-4{gap:1rem}.gap-40{gap:10rem}.gap-44{gap:11rem}.gap-48{gap:12rem}.gap-5{gap:1.25rem}.gap-52{gap:13rem}.gap-56{gap:14rem}.gap-6{gap:1.5rem}.gap-60{gap:15rem}.gap-64{gap:16rem}.gap-8{gap:2rem}.gap-80{gap:20rem}.gap-\[5px\]{gap:5px}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.rounded-b-lg{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-b-md{border-bottom-right-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-sm{border-bottom-right-radius:calc(var(--radius) - 4px);border-bottom-left-radius:calc(var(--radius) - 4px)}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-e{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}.rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}.rounded-e-lg{border-start-end-radius:var(--radius);border-end-end-radius:var(--radius)}.rounded-e-md{border-start-end-radius:calc(var(--radius) - 2px);border-end-end-radius:calc(var(--radius) - 2px)}.rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}.rounded-e-sm{border-start-end-radius:calc(var(--radius) - 4px);border-end-end-radius:calc(var(--radius) - 4px)}.rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-lg{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-l-md{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-l-sm{border-top-left-radius:calc(var(--radius) - 4px);border-bottom-left-radius:calc(var(--radius) - 4px)}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-lg{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-r-sm{border-top-right-radius:calc(var(--radius) - 4px);border-bottom-right-radius:calc(var(--radius) - 4px)}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-s{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}.rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}.rounded-s-lg{border-start-start-radius:var(--radius);border-end-start-radius:var(--radius)}.rounded-s-md{border-start-start-radius:calc(var(--radius) - 2px);border-end-start-radius:calc(var(--radius) - 2px)}.rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}.rounded-s-sm{border-start-start-radius:calc(var(--radius) - 4px);border-end-start-radius:calc(var(--radius) - 4px)}.rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-t-md{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-sm{border-top-left-radius:calc(var(--radius) - 4px);border-top-right-radius:calc(var(--radius) - 4px)}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-bl-2xl{border-bottom-left-radius:1rem}.rounded-bl-3xl{border-bottom-left-radius:1.5rem}.rounded-bl-full{border-bottom-left-radius:9999px}.rounded-bl-lg{border-bottom-left-radius:var(--radius)}.rounded-bl-md{border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-bl-none{border-bottom-left-radius:0}.rounded-bl-sm{border-bottom-left-radius:calc(var(--radius) - 4px)}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-br-2xl{border-bottom-right-radius:1rem}.rounded-br-3xl{border-bottom-right-radius:1.5rem}.rounded-br-full{border-bottom-right-radius:9999px}.rounded-br-lg{border-bottom-right-radius:var(--radius)}.rounded-br-md{border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-br-none{border-bottom-right-radius:0}.rounded-br-sm{border-bottom-right-radius:calc(var(--radius) - 4px)}.rounded-br-xl{border-bottom-right-radius:.75rem}.rounded-ee{border-end-end-radius:.25rem}.rounded-ee-2xl{border-end-end-radius:1rem}.rounded-ee-3xl{border-end-end-radius:1.5rem}.rounded-ee-full{border-end-end-radius:9999px}.rounded-ee-lg{border-end-end-radius:var(--radius)}.rounded-ee-md{border-end-end-radius:calc(var(--radius) - 2px)}.rounded-ee-none{border-end-end-radius:0px}.rounded-ee-sm{border-end-end-radius:calc(var(--radius) - 4px)}.rounded-ee-xl{border-end-end-radius:.75rem}.rounded-es{border-end-start-radius:.25rem}.rounded-es-2xl{border-end-start-radius:1rem}.rounded-es-3xl{border-end-start-radius:1.5rem}.rounded-es-full{border-end-start-radius:9999px}.rounded-es-lg{border-end-start-radius:var(--radius)}.rounded-es-md{border-end-start-radius:calc(var(--radius) - 2px)}.rounded-es-none{border-end-start-radius:0px}.rounded-es-sm{border-end-start-radius:calc(var(--radius) - 4px)}.rounded-es-xl{border-end-start-radius:.75rem}.rounded-se{border-start-end-radius:.25rem}.rounded-se-2xl{border-start-end-radius:1rem}.rounded-se-3xl{border-start-end-radius:1.5rem}.rounded-se-full{border-start-end-radius:9999px}.rounded-se-lg{border-start-end-radius:var(--radius)}.rounded-se-md{border-start-end-radius:calc(var(--radius) - 2px)}.rounded-se-none{border-start-end-radius:0px}.rounded-se-sm{border-start-end-radius:calc(var(--radius) - 4px)}.rounded-se-xl{border-start-end-radius:.75rem}.rounded-ss{border-start-start-radius:.25rem}.rounded-ss-2xl{border-start-start-radius:1rem}.rounded-ss-3xl{border-start-start-radius:1.5rem}.rounded-ss-full{border-start-start-radius:9999px}.rounded-ss-lg{border-start-start-radius:var(--radius)}.rounded-ss-md{border-start-start-radius:calc(var(--radius) - 2px)}.rounded-ss-none{border-start-start-radius:0px}.rounded-ss-sm{border-start-start-radius:calc(var(--radius) - 4px)}.rounded-ss-xl{border-start-start-radius:.75rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.rounded-tl-full{border-top-left-radius:9999px}.rounded-tl-lg{border-top-left-radius:var(--radius)}.rounded-tl-md{border-top-left-radius:calc(var(--radius) - 2px)}.rounded-tl-none{border-top-left-radius:0}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.rounded-tl-xl{border-top-left-radius:.75rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-tr-2xl{border-top-right-radius:1rem}.rounded-tr-3xl{border-top-right-radius:1.5rem}.rounded-tr-full{border-top-right-radius:9999px}.rounded-tr-lg{border-top-right-radius:var(--radius)}.rounded-tr-md{border-top-right-radius:calc(var(--radius) - 2px)}.rounded-tr-none{border-top-right-radius:0}.rounded-tr-sm{border-top-right-radius:calc(var(--radius) - 4px)}.rounded-tr-xl{border-top-right-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-accent{border-color:var(--accent)}.border-accent-foreground{border-color:var(--accent-foreground)}.border-background{border-color:var(--background)}.border-border{border-color:var(--border)}.border-card{border-color:var(--card)}.border-card-foreground{border-color:var(--card-foreground)}.border-destructive{border-color:var(--destructive)}.border-destructive-foreground{border-color:var(--destructive-foreground)}.border-foreground{border-color:var(--foreground)}.border-input{border-color:var(--input)}.border-muted{border-color:var(--muted)}.border-muted-foreground{border-color:var(--muted-foreground)}.border-popover{border-color:var(--popover)}.border-popover-foreground{border-color:var(--popover-foreground)}.border-primary{border-color:var(--primary)}.border-primary-foreground{border-color:var(--primary-foreground)}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-ring{border-color:var(--ring)}.border-secondary{border-color:var(--secondary)}.border-secondary-foreground{border-color:var(--secondary-foreground)}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-accent{background-color:var(--accent)}.bg-accent-foreground{background-color:var(--accent-foreground)}.bg-background{background-color:var(--background)}.bg-black\/50{background-color:#00000080}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-card-foreground{background-color:var(--card-foreground)}.bg-destructive{background-color:var(--destructive)}.bg-destructive-foreground{background-color:var(--destructive-foreground)}.bg-foreground{background-color:var(--foreground)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-input{background-color:var(--input)}.bg-muted{background-color:var(--muted)}.bg-muted-foreground{background-color:var(--muted-foreground)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:var(--popover)}.bg-popover-foreground{background-color:var(--popover-foreground)}.bg-primary{background-color:var(--primary)}.bg-primary-foreground{background-color:var(--primary-foreground)}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-ring{background-color:var(--ring)}.bg-secondary{background-color:var(--secondary)}.bg-secondary-foreground{background-color:var(--secondary-foreground)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-zinc-200{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity, 1))}.fill-current{fill:currentColor}.fill-primary{fill:var(--primary)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-11{padding:2.75rem}.p-12{padding:3rem}.p-14{padding:3.5rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-20{padding:5rem}.p-24{padding:6rem}.p-28{padding:7rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-32{padding:8rem}.p-36{padding:9rem}.p-4{padding:1rem}.p-40{padding:10rem}.p-44{padding:11rem}.p-48{padding:12rem}.p-5{padding:1.25rem}.p-52{padding:13rem}.p-56{padding:14rem}.p-6{padding:1.5rem}.p-60{padding:15rem}.p-64{padding:16rem}.p-8{padding:2rem}.p-80{padding:20rem}.p-px{padding:1px}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-0{padding-bottom:0}.pb-3\.5{padding-bottom:.875rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pt-0{padding-top:0}.pt-3{padding-top:.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[10px\]{font-size:10px}.text-\[30px\]{font-size:30px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.lowercase{text-transform:lowercase}.leading-\[100\%\]{line-height:100%}.leading-\[133\%\]{line-height:133%}.leading-\[150\%\]{line-height:150%}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-widest{letter-spacing:.1em}.text-accent{color:var(--accent)}.text-accent-foreground{color:var(--accent-foreground)}.text-background{color:var(--background)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-border{color:var(--border)}.text-card{color:var(--card)}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-destructive{color:var(--destructive)}.text-destructive-foreground{color:var(--destructive-foreground)}.text-foreground{color:var(--foreground)}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-input{color:var(--input)}.text-muted{color:var(--muted)}.text-muted-foreground{color:var(--muted-foreground)}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-popover{color:var(--popover)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-ring{color:var(--ring)}.text-secondary{color:var(--secondary)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-15{opacity:.15}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-35{opacity:.35}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-65{opacity:.65}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-85{opacity:.85}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.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-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-accent{--tw-shadow-color: var(--accent);--tw-shadow: var(--tw-shadow-colored)}.shadow-accent-foreground{--tw-shadow-color: var(--accent-foreground);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100{--tw-shadow-color: #fef3c7;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/0{--tw-shadow-color: rgb(254 243 199 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/10{--tw-shadow-color: rgb(254 243 199 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/100{--tw-shadow-color: rgb(254 243 199 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/15{--tw-shadow-color: rgb(254 243 199 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/20{--tw-shadow-color: rgb(254 243 199 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/25{--tw-shadow-color: rgb(254 243 199 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/30{--tw-shadow-color: rgb(254 243 199 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/35{--tw-shadow-color: rgb(254 243 199 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/40{--tw-shadow-color: rgb(254 243 199 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/45{--tw-shadow-color: rgb(254 243 199 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/5{--tw-shadow-color: rgb(254 243 199 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/50{--tw-shadow-color: rgb(254 243 199 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/55{--tw-shadow-color: rgb(254 243 199 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/60{--tw-shadow-color: rgb(254 243 199 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/65{--tw-shadow-color: rgb(254 243 199 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/70{--tw-shadow-color: rgb(254 243 199 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/75{--tw-shadow-color: rgb(254 243 199 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/80{--tw-shadow-color: rgb(254 243 199 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/85{--tw-shadow-color: rgb(254 243 199 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/90{--tw-shadow-color: rgb(254 243 199 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-100\/95{--tw-shadow-color: rgb(254 243 199 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200{--tw-shadow-color: #fde68a;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/0{--tw-shadow-color: rgb(253 230 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/10{--tw-shadow-color: rgb(253 230 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/100{--tw-shadow-color: rgb(253 230 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/15{--tw-shadow-color: rgb(253 230 138 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/20{--tw-shadow-color: rgb(253 230 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/25{--tw-shadow-color: rgb(253 230 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/30{--tw-shadow-color: rgb(253 230 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/35{--tw-shadow-color: rgb(253 230 138 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/40{--tw-shadow-color: rgb(253 230 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/45{--tw-shadow-color: rgb(253 230 138 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/5{--tw-shadow-color: rgb(253 230 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/50{--tw-shadow-color: rgb(253 230 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/55{--tw-shadow-color: rgb(253 230 138 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/60{--tw-shadow-color: rgb(253 230 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/65{--tw-shadow-color: rgb(253 230 138 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/70{--tw-shadow-color: rgb(253 230 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/75{--tw-shadow-color: rgb(253 230 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/80{--tw-shadow-color: rgb(253 230 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/85{--tw-shadow-color: rgb(253 230 138 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/90{--tw-shadow-color: rgb(253 230 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/95{--tw-shadow-color: rgb(253 230 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300{--tw-shadow-color: #fcd34d;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/0{--tw-shadow-color: rgb(252 211 77 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/10{--tw-shadow-color: rgb(252 211 77 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/100{--tw-shadow-color: rgb(252 211 77 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/15{--tw-shadow-color: rgb(252 211 77 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/20{--tw-shadow-color: rgb(252 211 77 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/25{--tw-shadow-color: rgb(252 211 77 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/30{--tw-shadow-color: rgb(252 211 77 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/35{--tw-shadow-color: rgb(252 211 77 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/40{--tw-shadow-color: rgb(252 211 77 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/45{--tw-shadow-color: rgb(252 211 77 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/5{--tw-shadow-color: rgb(252 211 77 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/50{--tw-shadow-color: rgb(252 211 77 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/55{--tw-shadow-color: rgb(252 211 77 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/60{--tw-shadow-color: rgb(252 211 77 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/65{--tw-shadow-color: rgb(252 211 77 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/70{--tw-shadow-color: rgb(252 211 77 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/75{--tw-shadow-color: rgb(252 211 77 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/80{--tw-shadow-color: rgb(252 211 77 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/85{--tw-shadow-color: rgb(252 211 77 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/90{--tw-shadow-color: rgb(252 211 77 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-300\/95{--tw-shadow-color: rgb(252 211 77 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400{--tw-shadow-color: #fbbf24;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/0{--tw-shadow-color: rgb(251 191 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/10{--tw-shadow-color: rgb(251 191 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/100{--tw-shadow-color: rgb(251 191 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/15{--tw-shadow-color: rgb(251 191 36 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/20{--tw-shadow-color: rgb(251 191 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/25{--tw-shadow-color: rgb(251 191 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/30{--tw-shadow-color: rgb(251 191 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/35{--tw-shadow-color: rgb(251 191 36 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/40{--tw-shadow-color: rgb(251 191 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/45{--tw-shadow-color: rgb(251 191 36 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/5{--tw-shadow-color: rgb(251 191 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/50{--tw-shadow-color: rgb(251 191 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/55{--tw-shadow-color: rgb(251 191 36 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/60{--tw-shadow-color: rgb(251 191 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/65{--tw-shadow-color: rgb(251 191 36 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/70{--tw-shadow-color: rgb(251 191 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/75{--tw-shadow-color: rgb(251 191 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/80{--tw-shadow-color: rgb(251 191 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/85{--tw-shadow-color: rgb(251 191 36 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/90{--tw-shadow-color: rgb(251 191 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-400\/95{--tw-shadow-color: rgb(251 191 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50{--tw-shadow-color: #fffbeb;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/0{--tw-shadow-color: rgb(255 251 235 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/10{--tw-shadow-color: rgb(255 251 235 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/100{--tw-shadow-color: rgb(255 251 235 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/15{--tw-shadow-color: rgb(255 251 235 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/20{--tw-shadow-color: rgb(255 251 235 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/25{--tw-shadow-color: rgb(255 251 235 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/30{--tw-shadow-color: rgb(255 251 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/35{--tw-shadow-color: rgb(255 251 235 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/40{--tw-shadow-color: rgb(255 251 235 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/45{--tw-shadow-color: rgb(255 251 235 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/5{--tw-shadow-color: rgb(255 251 235 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/50{--tw-shadow-color: rgb(255 251 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/55{--tw-shadow-color: rgb(255 251 235 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/60{--tw-shadow-color: rgb(255 251 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/65{--tw-shadow-color: rgb(255 251 235 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/70{--tw-shadow-color: rgb(255 251 235 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/75{--tw-shadow-color: rgb(255 251 235 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/80{--tw-shadow-color: rgb(255 251 235 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/85{--tw-shadow-color: rgb(255 251 235 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/90{--tw-shadow-color: rgb(255 251 235 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-50\/95{--tw-shadow-color: rgb(255 251 235 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500{--tw-shadow-color: #f59e0b;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/0{--tw-shadow-color: rgb(245 158 11 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/10{--tw-shadow-color: rgb(245 158 11 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/100{--tw-shadow-color: rgb(245 158 11 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/15{--tw-shadow-color: rgb(245 158 11 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/20{--tw-shadow-color: rgb(245 158 11 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/25{--tw-shadow-color: rgb(245 158 11 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/30{--tw-shadow-color: rgb(245 158 11 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/35{--tw-shadow-color: rgb(245 158 11 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/40{--tw-shadow-color: rgb(245 158 11 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/45{--tw-shadow-color: rgb(245 158 11 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/5{--tw-shadow-color: rgb(245 158 11 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/50{--tw-shadow-color: rgb(245 158 11 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/55{--tw-shadow-color: rgb(245 158 11 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/60{--tw-shadow-color: rgb(245 158 11 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/65{--tw-shadow-color: rgb(245 158 11 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/70{--tw-shadow-color: rgb(245 158 11 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/75{--tw-shadow-color: rgb(245 158 11 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/80{--tw-shadow-color: rgb(245 158 11 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/85{--tw-shadow-color: rgb(245 158 11 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/90{--tw-shadow-color: rgb(245 158 11 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/95{--tw-shadow-color: rgb(245 158 11 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600{--tw-shadow-color: #d97706;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/0{--tw-shadow-color: rgb(217 119 6 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/10{--tw-shadow-color: rgb(217 119 6 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/100{--tw-shadow-color: rgb(217 119 6 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/15{--tw-shadow-color: rgb(217 119 6 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/20{--tw-shadow-color: rgb(217 119 6 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/25{--tw-shadow-color: rgb(217 119 6 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/30{--tw-shadow-color: rgb(217 119 6 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/35{--tw-shadow-color: rgb(217 119 6 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/40{--tw-shadow-color: rgb(217 119 6 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/45{--tw-shadow-color: rgb(217 119 6 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/5{--tw-shadow-color: rgb(217 119 6 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/50{--tw-shadow-color: rgb(217 119 6 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/55{--tw-shadow-color: rgb(217 119 6 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/60{--tw-shadow-color: rgb(217 119 6 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/65{--tw-shadow-color: rgb(217 119 6 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/70{--tw-shadow-color: rgb(217 119 6 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/75{--tw-shadow-color: rgb(217 119 6 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/80{--tw-shadow-color: rgb(217 119 6 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/85{--tw-shadow-color: rgb(217 119 6 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/90{--tw-shadow-color: rgb(217 119 6 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-600\/95{--tw-shadow-color: rgb(217 119 6 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700{--tw-shadow-color: #b45309;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/0{--tw-shadow-color: rgb(180 83 9 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/10{--tw-shadow-color: rgb(180 83 9 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/100{--tw-shadow-color: rgb(180 83 9 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/15{--tw-shadow-color: rgb(180 83 9 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/20{--tw-shadow-color: rgb(180 83 9 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/25{--tw-shadow-color: rgb(180 83 9 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/30{--tw-shadow-color: rgb(180 83 9 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/35{--tw-shadow-color: rgb(180 83 9 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/40{--tw-shadow-color: rgb(180 83 9 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/45{--tw-shadow-color: rgb(180 83 9 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/5{--tw-shadow-color: rgb(180 83 9 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/50{--tw-shadow-color: rgb(180 83 9 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/55{--tw-shadow-color: rgb(180 83 9 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/60{--tw-shadow-color: rgb(180 83 9 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/65{--tw-shadow-color: rgb(180 83 9 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/70{--tw-shadow-color: rgb(180 83 9 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/75{--tw-shadow-color: rgb(180 83 9 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/80{--tw-shadow-color: rgb(180 83 9 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/85{--tw-shadow-color: rgb(180 83 9 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/90{--tw-shadow-color: rgb(180 83 9 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-700\/95{--tw-shadow-color: rgb(180 83 9 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800{--tw-shadow-color: #92400e;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/0{--tw-shadow-color: rgb(146 64 14 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/10{--tw-shadow-color: rgb(146 64 14 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/100{--tw-shadow-color: rgb(146 64 14 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/15{--tw-shadow-color: rgb(146 64 14 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/20{--tw-shadow-color: rgb(146 64 14 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/25{--tw-shadow-color: rgb(146 64 14 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/30{--tw-shadow-color: rgb(146 64 14 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/35{--tw-shadow-color: rgb(146 64 14 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/40{--tw-shadow-color: rgb(146 64 14 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/45{--tw-shadow-color: rgb(146 64 14 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/5{--tw-shadow-color: rgb(146 64 14 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/50{--tw-shadow-color: rgb(146 64 14 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/55{--tw-shadow-color: rgb(146 64 14 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/60{--tw-shadow-color: rgb(146 64 14 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/65{--tw-shadow-color: rgb(146 64 14 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/70{--tw-shadow-color: rgb(146 64 14 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/75{--tw-shadow-color: rgb(146 64 14 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/80{--tw-shadow-color: rgb(146 64 14 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/85{--tw-shadow-color: rgb(146 64 14 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/90{--tw-shadow-color: rgb(146 64 14 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-800\/95{--tw-shadow-color: rgb(146 64 14 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900{--tw-shadow-color: #78350f;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/0{--tw-shadow-color: rgb(120 53 15 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/10{--tw-shadow-color: rgb(120 53 15 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/100{--tw-shadow-color: rgb(120 53 15 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/15{--tw-shadow-color: rgb(120 53 15 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/20{--tw-shadow-color: rgb(120 53 15 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/25{--tw-shadow-color: rgb(120 53 15 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/30{--tw-shadow-color: rgb(120 53 15 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/35{--tw-shadow-color: rgb(120 53 15 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/40{--tw-shadow-color: rgb(120 53 15 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/45{--tw-shadow-color: rgb(120 53 15 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/5{--tw-shadow-color: rgb(120 53 15 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/50{--tw-shadow-color: rgb(120 53 15 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/55{--tw-shadow-color: rgb(120 53 15 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/60{--tw-shadow-color: rgb(120 53 15 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/65{--tw-shadow-color: rgb(120 53 15 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/70{--tw-shadow-color: rgb(120 53 15 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/75{--tw-shadow-color: rgb(120 53 15 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/80{--tw-shadow-color: rgb(120 53 15 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/85{--tw-shadow-color: rgb(120 53 15 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/90{--tw-shadow-color: rgb(120 53 15 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-900\/95{--tw-shadow-color: rgb(120 53 15 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950{--tw-shadow-color: #451a03;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/0{--tw-shadow-color: rgb(69 26 3 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/10{--tw-shadow-color: rgb(69 26 3 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/100{--tw-shadow-color: rgb(69 26 3 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/15{--tw-shadow-color: rgb(69 26 3 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/20{--tw-shadow-color: rgb(69 26 3 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/25{--tw-shadow-color: rgb(69 26 3 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/30{--tw-shadow-color: rgb(69 26 3 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/35{--tw-shadow-color: rgb(69 26 3 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/40{--tw-shadow-color: rgb(69 26 3 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/45{--tw-shadow-color: rgb(69 26 3 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/5{--tw-shadow-color: rgb(69 26 3 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/50{--tw-shadow-color: rgb(69 26 3 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/55{--tw-shadow-color: rgb(69 26 3 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/60{--tw-shadow-color: rgb(69 26 3 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/65{--tw-shadow-color: rgb(69 26 3 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/70{--tw-shadow-color: rgb(69 26 3 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/75{--tw-shadow-color: rgb(69 26 3 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/80{--tw-shadow-color: rgb(69 26 3 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/85{--tw-shadow-color: rgb(69 26 3 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/90{--tw-shadow-color: rgb(69 26 3 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-950\/95{--tw-shadow-color: rgb(69 26 3 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-background{--tw-shadow-color: var(--background);--tw-shadow: var(--tw-shadow-colored)}.shadow-black{--tw-shadow-color: #000;--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/0{--tw-shadow-color: rgb(0 0 0 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/10{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/100{--tw-shadow-color: rgb(0 0 0 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/15{--tw-shadow-color: rgb(0 0 0 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/20{--tw-shadow-color: rgb(0 0 0 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/25{--tw-shadow-color: rgb(0 0 0 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/30{--tw-shadow-color: rgb(0 0 0 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/35{--tw-shadow-color: rgb(0 0 0 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/40{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/45{--tw-shadow-color: rgb(0 0 0 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/5{--tw-shadow-color: rgb(0 0 0 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/50{--tw-shadow-color: rgb(0 0 0 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/55{--tw-shadow-color: rgb(0 0 0 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/60{--tw-shadow-color: rgb(0 0 0 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/65{--tw-shadow-color: rgb(0 0 0 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/70{--tw-shadow-color: rgb(0 0 0 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/75{--tw-shadow-color: rgb(0 0 0 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/80{--tw-shadow-color: rgb(0 0 0 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/85{--tw-shadow-color: rgb(0 0 0 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/90{--tw-shadow-color: rgb(0 0 0 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/95{--tw-shadow-color: rgb(0 0 0 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100{--tw-shadow-color: #dbeafe;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/0{--tw-shadow-color: rgb(219 234 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/10{--tw-shadow-color: rgb(219 234 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/100{--tw-shadow-color: rgb(219 234 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/15{--tw-shadow-color: rgb(219 234 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/20{--tw-shadow-color: rgb(219 234 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/25{--tw-shadow-color: rgb(219 234 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/30{--tw-shadow-color: rgb(219 234 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/35{--tw-shadow-color: rgb(219 234 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/40{--tw-shadow-color: rgb(219 234 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/45{--tw-shadow-color: rgb(219 234 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/5{--tw-shadow-color: rgb(219 234 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/50{--tw-shadow-color: rgb(219 234 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/55{--tw-shadow-color: rgb(219 234 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/60{--tw-shadow-color: rgb(219 234 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/65{--tw-shadow-color: rgb(219 234 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/70{--tw-shadow-color: rgb(219 234 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/75{--tw-shadow-color: rgb(219 234 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/80{--tw-shadow-color: rgb(219 234 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/85{--tw-shadow-color: rgb(219 234 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/90{--tw-shadow-color: rgb(219 234 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-100\/95{--tw-shadow-color: rgb(219 234 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200{--tw-shadow-color: #bfdbfe;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/0{--tw-shadow-color: rgb(191 219 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/10{--tw-shadow-color: rgb(191 219 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/100{--tw-shadow-color: rgb(191 219 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/15{--tw-shadow-color: rgb(191 219 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/20{--tw-shadow-color: rgb(191 219 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/25{--tw-shadow-color: rgb(191 219 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/30{--tw-shadow-color: rgb(191 219 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/35{--tw-shadow-color: rgb(191 219 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/40{--tw-shadow-color: rgb(191 219 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/45{--tw-shadow-color: rgb(191 219 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/5{--tw-shadow-color: rgb(191 219 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/50{--tw-shadow-color: rgb(191 219 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/55{--tw-shadow-color: rgb(191 219 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/60{--tw-shadow-color: rgb(191 219 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/65{--tw-shadow-color: rgb(191 219 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/70{--tw-shadow-color: rgb(191 219 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/75{--tw-shadow-color: rgb(191 219 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/80{--tw-shadow-color: rgb(191 219 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/85{--tw-shadow-color: rgb(191 219 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/90{--tw-shadow-color: rgb(191 219 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200\/95{--tw-shadow-color: rgb(191 219 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300{--tw-shadow-color: #93c5fd;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/0{--tw-shadow-color: rgb(147 197 253 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/10{--tw-shadow-color: rgb(147 197 253 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/100{--tw-shadow-color: rgb(147 197 253 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/15{--tw-shadow-color: rgb(147 197 253 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/20{--tw-shadow-color: rgb(147 197 253 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/25{--tw-shadow-color: rgb(147 197 253 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/30{--tw-shadow-color: rgb(147 197 253 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/35{--tw-shadow-color: rgb(147 197 253 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/40{--tw-shadow-color: rgb(147 197 253 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/45{--tw-shadow-color: rgb(147 197 253 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/5{--tw-shadow-color: rgb(147 197 253 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/50{--tw-shadow-color: rgb(147 197 253 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/55{--tw-shadow-color: rgb(147 197 253 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/60{--tw-shadow-color: rgb(147 197 253 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/65{--tw-shadow-color: rgb(147 197 253 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/70{--tw-shadow-color: rgb(147 197 253 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/75{--tw-shadow-color: rgb(147 197 253 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/80{--tw-shadow-color: rgb(147 197 253 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/85{--tw-shadow-color: rgb(147 197 253 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/90{--tw-shadow-color: rgb(147 197 253 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300\/95{--tw-shadow-color: rgb(147 197 253 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400{--tw-shadow-color: #60a5fa;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/0{--tw-shadow-color: rgb(96 165 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/10{--tw-shadow-color: rgb(96 165 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/100{--tw-shadow-color: rgb(96 165 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/15{--tw-shadow-color: rgb(96 165 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/20{--tw-shadow-color: rgb(96 165 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/25{--tw-shadow-color: rgb(96 165 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/30{--tw-shadow-color: rgb(96 165 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/35{--tw-shadow-color: rgb(96 165 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/40{--tw-shadow-color: rgb(96 165 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/45{--tw-shadow-color: rgb(96 165 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/5{--tw-shadow-color: rgb(96 165 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/50{--tw-shadow-color: rgb(96 165 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/55{--tw-shadow-color: rgb(96 165 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/60{--tw-shadow-color: rgb(96 165 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/65{--tw-shadow-color: rgb(96 165 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/70{--tw-shadow-color: rgb(96 165 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/75{--tw-shadow-color: rgb(96 165 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/80{--tw-shadow-color: rgb(96 165 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/85{--tw-shadow-color: rgb(96 165 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/90{--tw-shadow-color: rgb(96 165 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-400\/95{--tw-shadow-color: rgb(96 165 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50{--tw-shadow-color: #eff6ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/0{--tw-shadow-color: rgb(239 246 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/10{--tw-shadow-color: rgb(239 246 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/100{--tw-shadow-color: rgb(239 246 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/15{--tw-shadow-color: rgb(239 246 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/20{--tw-shadow-color: rgb(239 246 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/25{--tw-shadow-color: rgb(239 246 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/30{--tw-shadow-color: rgb(239 246 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/35{--tw-shadow-color: rgb(239 246 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/40{--tw-shadow-color: rgb(239 246 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/45{--tw-shadow-color: rgb(239 246 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/5{--tw-shadow-color: rgb(239 246 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/50{--tw-shadow-color: rgb(239 246 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/55{--tw-shadow-color: rgb(239 246 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/60{--tw-shadow-color: rgb(239 246 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/65{--tw-shadow-color: rgb(239 246 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/70{--tw-shadow-color: rgb(239 246 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/75{--tw-shadow-color: rgb(239 246 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/80{--tw-shadow-color: rgb(239 246 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/85{--tw-shadow-color: rgb(239 246 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/90{--tw-shadow-color: rgb(239 246 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-50\/95{--tw-shadow-color: rgb(239 246 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500{--tw-shadow-color: #3b82f6;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/0{--tw-shadow-color: rgb(59 130 246 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/10{--tw-shadow-color: rgb(59 130 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/100{--tw-shadow-color: rgb(59 130 246 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/15{--tw-shadow-color: rgb(59 130 246 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/20{--tw-shadow-color: rgb(59 130 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/25{--tw-shadow-color: rgb(59 130 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/30{--tw-shadow-color: rgb(59 130 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/35{--tw-shadow-color: rgb(59 130 246 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/40{--tw-shadow-color: rgb(59 130 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/45{--tw-shadow-color: rgb(59 130 246 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/5{--tw-shadow-color: rgb(59 130 246 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/50{--tw-shadow-color: rgb(59 130 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/55{--tw-shadow-color: rgb(59 130 246 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/60{--tw-shadow-color: rgb(59 130 246 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/65{--tw-shadow-color: rgb(59 130 246 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/70{--tw-shadow-color: rgb(59 130 246 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/75{--tw-shadow-color: rgb(59 130 246 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/80{--tw-shadow-color: rgb(59 130 246 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/85{--tw-shadow-color: rgb(59 130 246 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/90{--tw-shadow-color: rgb(59 130 246 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/95{--tw-shadow-color: rgb(59 130 246 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600{--tw-shadow-color: #2563eb;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/0{--tw-shadow-color: rgb(37 99 235 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/10{--tw-shadow-color: rgb(37 99 235 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/100{--tw-shadow-color: rgb(37 99 235 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/15{--tw-shadow-color: rgb(37 99 235 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/20{--tw-shadow-color: rgb(37 99 235 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/25{--tw-shadow-color: rgb(37 99 235 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/30{--tw-shadow-color: rgb(37 99 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/35{--tw-shadow-color: rgb(37 99 235 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/40{--tw-shadow-color: rgb(37 99 235 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/45{--tw-shadow-color: rgb(37 99 235 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/5{--tw-shadow-color: rgb(37 99 235 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/50{--tw-shadow-color: rgb(37 99 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/55{--tw-shadow-color: rgb(37 99 235 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/60{--tw-shadow-color: rgb(37 99 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/65{--tw-shadow-color: rgb(37 99 235 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/70{--tw-shadow-color: rgb(37 99 235 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/75{--tw-shadow-color: rgb(37 99 235 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/80{--tw-shadow-color: rgb(37 99 235 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/85{--tw-shadow-color: rgb(37 99 235 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/90{--tw-shadow-color: rgb(37 99 235 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-600\/95{--tw-shadow-color: rgb(37 99 235 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700{--tw-shadow-color: #1d4ed8;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/0{--tw-shadow-color: rgb(29 78 216 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/10{--tw-shadow-color: rgb(29 78 216 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/100{--tw-shadow-color: rgb(29 78 216 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/15{--tw-shadow-color: rgb(29 78 216 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/20{--tw-shadow-color: rgb(29 78 216 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/25{--tw-shadow-color: rgb(29 78 216 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/30{--tw-shadow-color: rgb(29 78 216 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/35{--tw-shadow-color: rgb(29 78 216 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/40{--tw-shadow-color: rgb(29 78 216 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/45{--tw-shadow-color: rgb(29 78 216 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/5{--tw-shadow-color: rgb(29 78 216 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/50{--tw-shadow-color: rgb(29 78 216 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/55{--tw-shadow-color: rgb(29 78 216 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/60{--tw-shadow-color: rgb(29 78 216 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/65{--tw-shadow-color: rgb(29 78 216 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/70{--tw-shadow-color: rgb(29 78 216 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/75{--tw-shadow-color: rgb(29 78 216 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/80{--tw-shadow-color: rgb(29 78 216 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/85{--tw-shadow-color: rgb(29 78 216 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/90{--tw-shadow-color: rgb(29 78 216 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-700\/95{--tw-shadow-color: rgb(29 78 216 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800{--tw-shadow-color: #1e40af;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/0{--tw-shadow-color: rgb(30 64 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/10{--tw-shadow-color: rgb(30 64 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/100{--tw-shadow-color: rgb(30 64 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/15{--tw-shadow-color: rgb(30 64 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/20{--tw-shadow-color: rgb(30 64 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/25{--tw-shadow-color: rgb(30 64 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/30{--tw-shadow-color: rgb(30 64 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/35{--tw-shadow-color: rgb(30 64 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/40{--tw-shadow-color: rgb(30 64 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/45{--tw-shadow-color: rgb(30 64 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/5{--tw-shadow-color: rgb(30 64 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/50{--tw-shadow-color: rgb(30 64 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/55{--tw-shadow-color: rgb(30 64 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/60{--tw-shadow-color: rgb(30 64 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/65{--tw-shadow-color: rgb(30 64 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/70{--tw-shadow-color: rgb(30 64 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/75{--tw-shadow-color: rgb(30 64 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/80{--tw-shadow-color: rgb(30 64 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/85{--tw-shadow-color: rgb(30 64 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/90{--tw-shadow-color: rgb(30 64 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/95{--tw-shadow-color: rgb(30 64 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900{--tw-shadow-color: #1e3a8a;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/0{--tw-shadow-color: rgb(30 58 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/10{--tw-shadow-color: rgb(30 58 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/100{--tw-shadow-color: rgb(30 58 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/15{--tw-shadow-color: rgb(30 58 138 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/20{--tw-shadow-color: rgb(30 58 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/25{--tw-shadow-color: rgb(30 58 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/30{--tw-shadow-color: rgb(30 58 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/35{--tw-shadow-color: rgb(30 58 138 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/40{--tw-shadow-color: rgb(30 58 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/45{--tw-shadow-color: rgb(30 58 138 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/5{--tw-shadow-color: rgb(30 58 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/50{--tw-shadow-color: rgb(30 58 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/55{--tw-shadow-color: rgb(30 58 138 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/60{--tw-shadow-color: rgb(30 58 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/65{--tw-shadow-color: rgb(30 58 138 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/70{--tw-shadow-color: rgb(30 58 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/75{--tw-shadow-color: rgb(30 58 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/80{--tw-shadow-color: rgb(30 58 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/85{--tw-shadow-color: rgb(30 58 138 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/90{--tw-shadow-color: rgb(30 58 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/95{--tw-shadow-color: rgb(30 58 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950{--tw-shadow-color: #172554;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/0{--tw-shadow-color: rgb(23 37 84 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/10{--tw-shadow-color: rgb(23 37 84 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/100{--tw-shadow-color: rgb(23 37 84 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/15{--tw-shadow-color: rgb(23 37 84 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/20{--tw-shadow-color: rgb(23 37 84 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/25{--tw-shadow-color: rgb(23 37 84 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/30{--tw-shadow-color: rgb(23 37 84 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/35{--tw-shadow-color: rgb(23 37 84 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/40{--tw-shadow-color: rgb(23 37 84 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/45{--tw-shadow-color: rgb(23 37 84 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/5{--tw-shadow-color: rgb(23 37 84 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/50{--tw-shadow-color: rgb(23 37 84 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/55{--tw-shadow-color: rgb(23 37 84 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/60{--tw-shadow-color: rgb(23 37 84 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/65{--tw-shadow-color: rgb(23 37 84 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/70{--tw-shadow-color: rgb(23 37 84 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/75{--tw-shadow-color: rgb(23 37 84 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/80{--tw-shadow-color: rgb(23 37 84 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/85{--tw-shadow-color: rgb(23 37 84 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/90{--tw-shadow-color: rgb(23 37 84 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/95{--tw-shadow-color: rgb(23 37 84 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-border{--tw-shadow-color: var(--border);--tw-shadow: var(--tw-shadow-colored)}.shadow-card{--tw-shadow-color: var(--card);--tw-shadow: var(--tw-shadow-colored)}.shadow-card-foreground{--tw-shadow-color: var(--card-foreground);--tw-shadow: var(--tw-shadow-colored)}.shadow-chart-1{--tw-shadow-color: var(--chart-1);--tw-shadow: var(--tw-shadow-colored)}.shadow-chart-2{--tw-shadow-color: var(--chart-2);--tw-shadow: var(--tw-shadow-colored)}.shadow-chart-3{--tw-shadow-color: var(--chart-3);--tw-shadow: var(--tw-shadow-colored)}.shadow-chart-4{--tw-shadow-color: var(--chart-4);--tw-shadow: var(--tw-shadow-colored)}.shadow-chart-5{--tw-shadow-color: var(--chart-5);--tw-shadow: var(--tw-shadow-colored)}.shadow-current{--tw-shadow-color: currentColor;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100{--tw-shadow-color: #cffafe;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/0{--tw-shadow-color: rgb(207 250 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/10{--tw-shadow-color: rgb(207 250 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/100{--tw-shadow-color: rgb(207 250 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/15{--tw-shadow-color: rgb(207 250 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/20{--tw-shadow-color: rgb(207 250 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/25{--tw-shadow-color: rgb(207 250 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/30{--tw-shadow-color: rgb(207 250 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/35{--tw-shadow-color: rgb(207 250 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/40{--tw-shadow-color: rgb(207 250 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/45{--tw-shadow-color: rgb(207 250 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/5{--tw-shadow-color: rgb(207 250 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/50{--tw-shadow-color: rgb(207 250 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/55{--tw-shadow-color: rgb(207 250 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/60{--tw-shadow-color: rgb(207 250 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/65{--tw-shadow-color: rgb(207 250 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/70{--tw-shadow-color: rgb(207 250 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/75{--tw-shadow-color: rgb(207 250 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/80{--tw-shadow-color: rgb(207 250 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/85{--tw-shadow-color: rgb(207 250 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/90{--tw-shadow-color: rgb(207 250 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100\/95{--tw-shadow-color: rgb(207 250 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200{--tw-shadow-color: #a5f3fc;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/0{--tw-shadow-color: rgb(165 243 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/10{--tw-shadow-color: rgb(165 243 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/100{--tw-shadow-color: rgb(165 243 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/15{--tw-shadow-color: rgb(165 243 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/20{--tw-shadow-color: rgb(165 243 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/25{--tw-shadow-color: rgb(165 243 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/30{--tw-shadow-color: rgb(165 243 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/35{--tw-shadow-color: rgb(165 243 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/40{--tw-shadow-color: rgb(165 243 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/45{--tw-shadow-color: rgb(165 243 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/5{--tw-shadow-color: rgb(165 243 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/50{--tw-shadow-color: rgb(165 243 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/55{--tw-shadow-color: rgb(165 243 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/60{--tw-shadow-color: rgb(165 243 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/65{--tw-shadow-color: rgb(165 243 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/70{--tw-shadow-color: rgb(165 243 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/75{--tw-shadow-color: rgb(165 243 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/80{--tw-shadow-color: rgb(165 243 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/85{--tw-shadow-color: rgb(165 243 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/90{--tw-shadow-color: rgb(165 243 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-200\/95{--tw-shadow-color: rgb(165 243 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300{--tw-shadow-color: #67e8f9;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/0{--tw-shadow-color: rgb(103 232 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/10{--tw-shadow-color: rgb(103 232 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/100{--tw-shadow-color: rgb(103 232 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/15{--tw-shadow-color: rgb(103 232 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/20{--tw-shadow-color: rgb(103 232 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/25{--tw-shadow-color: rgb(103 232 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/30{--tw-shadow-color: rgb(103 232 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/35{--tw-shadow-color: rgb(103 232 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/40{--tw-shadow-color: rgb(103 232 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/45{--tw-shadow-color: rgb(103 232 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/5{--tw-shadow-color: rgb(103 232 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/50{--tw-shadow-color: rgb(103 232 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/55{--tw-shadow-color: rgb(103 232 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/60{--tw-shadow-color: rgb(103 232 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/65{--tw-shadow-color: rgb(103 232 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/70{--tw-shadow-color: rgb(103 232 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/75{--tw-shadow-color: rgb(103 232 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/80{--tw-shadow-color: rgb(103 232 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/85{--tw-shadow-color: rgb(103 232 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/90{--tw-shadow-color: rgb(103 232 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-300\/95{--tw-shadow-color: rgb(103 232 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400{--tw-shadow-color: #22d3ee;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/0{--tw-shadow-color: rgb(34 211 238 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/10{--tw-shadow-color: rgb(34 211 238 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/100{--tw-shadow-color: rgb(34 211 238 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/15{--tw-shadow-color: rgb(34 211 238 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/20{--tw-shadow-color: rgb(34 211 238 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/25{--tw-shadow-color: rgb(34 211 238 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/30{--tw-shadow-color: rgb(34 211 238 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/35{--tw-shadow-color: rgb(34 211 238 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/40{--tw-shadow-color: rgb(34 211 238 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/45{--tw-shadow-color: rgb(34 211 238 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/5{--tw-shadow-color: rgb(34 211 238 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/50{--tw-shadow-color: rgb(34 211 238 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/55{--tw-shadow-color: rgb(34 211 238 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/60{--tw-shadow-color: rgb(34 211 238 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/65{--tw-shadow-color: rgb(34 211 238 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/70{--tw-shadow-color: rgb(34 211 238 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/75{--tw-shadow-color: rgb(34 211 238 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/80{--tw-shadow-color: rgb(34 211 238 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/85{--tw-shadow-color: rgb(34 211 238 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/90{--tw-shadow-color: rgb(34 211 238 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-400\/95{--tw-shadow-color: rgb(34 211 238 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50{--tw-shadow-color: #ecfeff;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/0{--tw-shadow-color: rgb(236 254 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/10{--tw-shadow-color: rgb(236 254 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/100{--tw-shadow-color: rgb(236 254 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/15{--tw-shadow-color: rgb(236 254 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/20{--tw-shadow-color: rgb(236 254 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/25{--tw-shadow-color: rgb(236 254 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/30{--tw-shadow-color: rgb(236 254 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/35{--tw-shadow-color: rgb(236 254 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/40{--tw-shadow-color: rgb(236 254 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/45{--tw-shadow-color: rgb(236 254 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/5{--tw-shadow-color: rgb(236 254 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/50{--tw-shadow-color: rgb(236 254 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/55{--tw-shadow-color: rgb(236 254 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/60{--tw-shadow-color: rgb(236 254 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/65{--tw-shadow-color: rgb(236 254 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/70{--tw-shadow-color: rgb(236 254 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/75{--tw-shadow-color: rgb(236 254 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/80{--tw-shadow-color: rgb(236 254 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/85{--tw-shadow-color: rgb(236 254 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/90{--tw-shadow-color: rgb(236 254 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-50\/95{--tw-shadow-color: rgb(236 254 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500{--tw-shadow-color: #06b6d4;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/0{--tw-shadow-color: rgb(6 182 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/10{--tw-shadow-color: rgb(6 182 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/100{--tw-shadow-color: rgb(6 182 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/15{--tw-shadow-color: rgb(6 182 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/20{--tw-shadow-color: rgb(6 182 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/25{--tw-shadow-color: rgb(6 182 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/30{--tw-shadow-color: rgb(6 182 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/35{--tw-shadow-color: rgb(6 182 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/40{--tw-shadow-color: rgb(6 182 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/45{--tw-shadow-color: rgb(6 182 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/5{--tw-shadow-color: rgb(6 182 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/50{--tw-shadow-color: rgb(6 182 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/55{--tw-shadow-color: rgb(6 182 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/60{--tw-shadow-color: rgb(6 182 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/65{--tw-shadow-color: rgb(6 182 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/70{--tw-shadow-color: rgb(6 182 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/75{--tw-shadow-color: rgb(6 182 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/80{--tw-shadow-color: rgb(6 182 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/85{--tw-shadow-color: rgb(6 182 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/90{--tw-shadow-color: rgb(6 182 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/95{--tw-shadow-color: rgb(6 182 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600{--tw-shadow-color: #0891b2;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/0{--tw-shadow-color: rgb(8 145 178 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/10{--tw-shadow-color: rgb(8 145 178 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/100{--tw-shadow-color: rgb(8 145 178 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/15{--tw-shadow-color: rgb(8 145 178 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/20{--tw-shadow-color: rgb(8 145 178 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/25{--tw-shadow-color: rgb(8 145 178 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/30{--tw-shadow-color: rgb(8 145 178 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/35{--tw-shadow-color: rgb(8 145 178 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/40{--tw-shadow-color: rgb(8 145 178 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/45{--tw-shadow-color: rgb(8 145 178 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/5{--tw-shadow-color: rgb(8 145 178 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/50{--tw-shadow-color: rgb(8 145 178 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/55{--tw-shadow-color: rgb(8 145 178 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/60{--tw-shadow-color: rgb(8 145 178 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/65{--tw-shadow-color: rgb(8 145 178 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/70{--tw-shadow-color: rgb(8 145 178 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/75{--tw-shadow-color: rgb(8 145 178 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/80{--tw-shadow-color: rgb(8 145 178 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/85{--tw-shadow-color: rgb(8 145 178 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/90{--tw-shadow-color: rgb(8 145 178 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-600\/95{--tw-shadow-color: rgb(8 145 178 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700{--tw-shadow-color: #0e7490;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/0{--tw-shadow-color: rgb(14 116 144 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/10{--tw-shadow-color: rgb(14 116 144 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/100{--tw-shadow-color: rgb(14 116 144 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/15{--tw-shadow-color: rgb(14 116 144 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/20{--tw-shadow-color: rgb(14 116 144 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/25{--tw-shadow-color: rgb(14 116 144 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/30{--tw-shadow-color: rgb(14 116 144 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/35{--tw-shadow-color: rgb(14 116 144 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/40{--tw-shadow-color: rgb(14 116 144 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/45{--tw-shadow-color: rgb(14 116 144 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/5{--tw-shadow-color: rgb(14 116 144 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/50{--tw-shadow-color: rgb(14 116 144 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/55{--tw-shadow-color: rgb(14 116 144 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/60{--tw-shadow-color: rgb(14 116 144 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/65{--tw-shadow-color: rgb(14 116 144 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/70{--tw-shadow-color: rgb(14 116 144 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/75{--tw-shadow-color: rgb(14 116 144 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/80{--tw-shadow-color: rgb(14 116 144 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/85{--tw-shadow-color: rgb(14 116 144 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/90{--tw-shadow-color: rgb(14 116 144 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-700\/95{--tw-shadow-color: rgb(14 116 144 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800{--tw-shadow-color: #155e75;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/0{--tw-shadow-color: rgb(21 94 117 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/10{--tw-shadow-color: rgb(21 94 117 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/100{--tw-shadow-color: rgb(21 94 117 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/15{--tw-shadow-color: rgb(21 94 117 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/20{--tw-shadow-color: rgb(21 94 117 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/25{--tw-shadow-color: rgb(21 94 117 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/30{--tw-shadow-color: rgb(21 94 117 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/35{--tw-shadow-color: rgb(21 94 117 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/40{--tw-shadow-color: rgb(21 94 117 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/45{--tw-shadow-color: rgb(21 94 117 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/5{--tw-shadow-color: rgb(21 94 117 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/50{--tw-shadow-color: rgb(21 94 117 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/55{--tw-shadow-color: rgb(21 94 117 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/60{--tw-shadow-color: rgb(21 94 117 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/65{--tw-shadow-color: rgb(21 94 117 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/70{--tw-shadow-color: rgb(21 94 117 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/75{--tw-shadow-color: rgb(21 94 117 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/80{--tw-shadow-color: rgb(21 94 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/85{--tw-shadow-color: rgb(21 94 117 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/90{--tw-shadow-color: rgb(21 94 117 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/95{--tw-shadow-color: rgb(21 94 117 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900{--tw-shadow-color: #164e63;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/0{--tw-shadow-color: rgb(22 78 99 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/10{--tw-shadow-color: rgb(22 78 99 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/100{--tw-shadow-color: rgb(22 78 99 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/15{--tw-shadow-color: rgb(22 78 99 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/20{--tw-shadow-color: rgb(22 78 99 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/25{--tw-shadow-color: rgb(22 78 99 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/30{--tw-shadow-color: rgb(22 78 99 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/35{--tw-shadow-color: rgb(22 78 99 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/40{--tw-shadow-color: rgb(22 78 99 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/45{--tw-shadow-color: rgb(22 78 99 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/5{--tw-shadow-color: rgb(22 78 99 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/50{--tw-shadow-color: rgb(22 78 99 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/55{--tw-shadow-color: rgb(22 78 99 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/60{--tw-shadow-color: rgb(22 78 99 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/65{--tw-shadow-color: rgb(22 78 99 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/70{--tw-shadow-color: rgb(22 78 99 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/75{--tw-shadow-color: rgb(22 78 99 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/80{--tw-shadow-color: rgb(22 78 99 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/85{--tw-shadow-color: rgb(22 78 99 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/90{--tw-shadow-color: rgb(22 78 99 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-900\/95{--tw-shadow-color: rgb(22 78 99 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950{--tw-shadow-color: #083344;--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/0{--tw-shadow-color: rgb(8 51 68 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/10{--tw-shadow-color: rgb(8 51 68 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/100{--tw-shadow-color: rgb(8 51 68 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/15{--tw-shadow-color: rgb(8 51 68 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/20{--tw-shadow-color: rgb(8 51 68 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/25{--tw-shadow-color: rgb(8 51 68 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/30{--tw-shadow-color: rgb(8 51 68 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/35{--tw-shadow-color: rgb(8 51 68 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/40{--tw-shadow-color: rgb(8 51 68 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/45{--tw-shadow-color: rgb(8 51 68 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/5{--tw-shadow-color: rgb(8 51 68 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/50{--tw-shadow-color: rgb(8 51 68 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/55{--tw-shadow-color: rgb(8 51 68 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/60{--tw-shadow-color: rgb(8 51 68 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/65{--tw-shadow-color: rgb(8 51 68 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/70{--tw-shadow-color: rgb(8 51 68 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/75{--tw-shadow-color: rgb(8 51 68 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/80{--tw-shadow-color: rgb(8 51 68 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/85{--tw-shadow-color: rgb(8 51 68 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/90{--tw-shadow-color: rgb(8 51 68 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-950\/95{--tw-shadow-color: rgb(8 51 68 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-destructive{--tw-shadow-color: var(--destructive);--tw-shadow: var(--tw-shadow-colored)}.shadow-destructive-foreground{--tw-shadow-color: var(--destructive-foreground);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100{--tw-shadow-color: #d1fae5;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/0{--tw-shadow-color: rgb(209 250 229 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/10{--tw-shadow-color: rgb(209 250 229 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/100{--tw-shadow-color: rgb(209 250 229 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/15{--tw-shadow-color: rgb(209 250 229 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/20{--tw-shadow-color: rgb(209 250 229 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/25{--tw-shadow-color: rgb(209 250 229 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/30{--tw-shadow-color: rgb(209 250 229 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/35{--tw-shadow-color: rgb(209 250 229 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/40{--tw-shadow-color: rgb(209 250 229 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/45{--tw-shadow-color: rgb(209 250 229 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/5{--tw-shadow-color: rgb(209 250 229 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/50{--tw-shadow-color: rgb(209 250 229 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/55{--tw-shadow-color: rgb(209 250 229 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/60{--tw-shadow-color: rgb(209 250 229 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/65{--tw-shadow-color: rgb(209 250 229 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/70{--tw-shadow-color: rgb(209 250 229 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/75{--tw-shadow-color: rgb(209 250 229 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/80{--tw-shadow-color: rgb(209 250 229 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/85{--tw-shadow-color: rgb(209 250 229 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/90{--tw-shadow-color: rgb(209 250 229 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100\/95{--tw-shadow-color: rgb(209 250 229 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200{--tw-shadow-color: #a7f3d0;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/0{--tw-shadow-color: rgb(167 243 208 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/10{--tw-shadow-color: rgb(167 243 208 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/100{--tw-shadow-color: rgb(167 243 208 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/15{--tw-shadow-color: rgb(167 243 208 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/20{--tw-shadow-color: rgb(167 243 208 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/25{--tw-shadow-color: rgb(167 243 208 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/30{--tw-shadow-color: rgb(167 243 208 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/35{--tw-shadow-color: rgb(167 243 208 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/40{--tw-shadow-color: rgb(167 243 208 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/45{--tw-shadow-color: rgb(167 243 208 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/5{--tw-shadow-color: rgb(167 243 208 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/50{--tw-shadow-color: rgb(167 243 208 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/55{--tw-shadow-color: rgb(167 243 208 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/60{--tw-shadow-color: rgb(167 243 208 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/65{--tw-shadow-color: rgb(167 243 208 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/70{--tw-shadow-color: rgb(167 243 208 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/75{--tw-shadow-color: rgb(167 243 208 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/80{--tw-shadow-color: rgb(167 243 208 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/85{--tw-shadow-color: rgb(167 243 208 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/90{--tw-shadow-color: rgb(167 243 208 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-200\/95{--tw-shadow-color: rgb(167 243 208 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300{--tw-shadow-color: #6ee7b7;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/0{--tw-shadow-color: rgb(110 231 183 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/10{--tw-shadow-color: rgb(110 231 183 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/100{--tw-shadow-color: rgb(110 231 183 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/15{--tw-shadow-color: rgb(110 231 183 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/20{--tw-shadow-color: rgb(110 231 183 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/25{--tw-shadow-color: rgb(110 231 183 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/30{--tw-shadow-color: rgb(110 231 183 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/35{--tw-shadow-color: rgb(110 231 183 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/40{--tw-shadow-color: rgb(110 231 183 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/45{--tw-shadow-color: rgb(110 231 183 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/5{--tw-shadow-color: rgb(110 231 183 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/50{--tw-shadow-color: rgb(110 231 183 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/55{--tw-shadow-color: rgb(110 231 183 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/60{--tw-shadow-color: rgb(110 231 183 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/65{--tw-shadow-color: rgb(110 231 183 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/70{--tw-shadow-color: rgb(110 231 183 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/75{--tw-shadow-color: rgb(110 231 183 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/80{--tw-shadow-color: rgb(110 231 183 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/85{--tw-shadow-color: rgb(110 231 183 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/90{--tw-shadow-color: rgb(110 231 183 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-300\/95{--tw-shadow-color: rgb(110 231 183 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400{--tw-shadow-color: #34d399;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/0{--tw-shadow-color: rgb(52 211 153 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/10{--tw-shadow-color: rgb(52 211 153 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/100{--tw-shadow-color: rgb(52 211 153 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/15{--tw-shadow-color: rgb(52 211 153 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/20{--tw-shadow-color: rgb(52 211 153 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/25{--tw-shadow-color: rgb(52 211 153 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/30{--tw-shadow-color: rgb(52 211 153 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/35{--tw-shadow-color: rgb(52 211 153 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/40{--tw-shadow-color: rgb(52 211 153 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/45{--tw-shadow-color: rgb(52 211 153 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/5{--tw-shadow-color: rgb(52 211 153 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/50{--tw-shadow-color: rgb(52 211 153 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/55{--tw-shadow-color: rgb(52 211 153 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/60{--tw-shadow-color: rgb(52 211 153 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/65{--tw-shadow-color: rgb(52 211 153 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/70{--tw-shadow-color: rgb(52 211 153 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/75{--tw-shadow-color: rgb(52 211 153 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/80{--tw-shadow-color: rgb(52 211 153 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/85{--tw-shadow-color: rgb(52 211 153 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/90{--tw-shadow-color: rgb(52 211 153 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-400\/95{--tw-shadow-color: rgb(52 211 153 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50{--tw-shadow-color: #ecfdf5;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/0{--tw-shadow-color: rgb(236 253 245 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/10{--tw-shadow-color: rgb(236 253 245 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/100{--tw-shadow-color: rgb(236 253 245 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/15{--tw-shadow-color: rgb(236 253 245 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/20{--tw-shadow-color: rgb(236 253 245 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/25{--tw-shadow-color: rgb(236 253 245 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/30{--tw-shadow-color: rgb(236 253 245 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/35{--tw-shadow-color: rgb(236 253 245 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/40{--tw-shadow-color: rgb(236 253 245 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/45{--tw-shadow-color: rgb(236 253 245 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/5{--tw-shadow-color: rgb(236 253 245 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/50{--tw-shadow-color: rgb(236 253 245 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/55{--tw-shadow-color: rgb(236 253 245 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/60{--tw-shadow-color: rgb(236 253 245 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/65{--tw-shadow-color: rgb(236 253 245 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/70{--tw-shadow-color: rgb(236 253 245 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/75{--tw-shadow-color: rgb(236 253 245 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/80{--tw-shadow-color: rgb(236 253 245 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/85{--tw-shadow-color: rgb(236 253 245 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/90{--tw-shadow-color: rgb(236 253 245 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-50\/95{--tw-shadow-color: rgb(236 253 245 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500{--tw-shadow-color: #10b981;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/0{--tw-shadow-color: rgb(16 185 129 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/10{--tw-shadow-color: rgb(16 185 129 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/100{--tw-shadow-color: rgb(16 185 129 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/15{--tw-shadow-color: rgb(16 185 129 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/20{--tw-shadow-color: rgb(16 185 129 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/25{--tw-shadow-color: rgb(16 185 129 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/30{--tw-shadow-color: rgb(16 185 129 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/35{--tw-shadow-color: rgb(16 185 129 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/40{--tw-shadow-color: rgb(16 185 129 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/45{--tw-shadow-color: rgb(16 185 129 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/5{--tw-shadow-color: rgb(16 185 129 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/50{--tw-shadow-color: rgb(16 185 129 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/55{--tw-shadow-color: rgb(16 185 129 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/60{--tw-shadow-color: rgb(16 185 129 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/65{--tw-shadow-color: rgb(16 185 129 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/70{--tw-shadow-color: rgb(16 185 129 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/75{--tw-shadow-color: rgb(16 185 129 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/80{--tw-shadow-color: rgb(16 185 129 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/85{--tw-shadow-color: rgb(16 185 129 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/90{--tw-shadow-color: rgb(16 185 129 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/95{--tw-shadow-color: rgb(16 185 129 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600{--tw-shadow-color: #059669;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/0{--tw-shadow-color: rgb(5 150 105 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/10{--tw-shadow-color: rgb(5 150 105 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/100{--tw-shadow-color: rgb(5 150 105 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/15{--tw-shadow-color: rgb(5 150 105 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/20{--tw-shadow-color: rgb(5 150 105 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/25{--tw-shadow-color: rgb(5 150 105 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/30{--tw-shadow-color: rgb(5 150 105 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/35{--tw-shadow-color: rgb(5 150 105 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/40{--tw-shadow-color: rgb(5 150 105 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/45{--tw-shadow-color: rgb(5 150 105 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/5{--tw-shadow-color: rgb(5 150 105 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/50{--tw-shadow-color: rgb(5 150 105 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/55{--tw-shadow-color: rgb(5 150 105 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/60{--tw-shadow-color: rgb(5 150 105 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/65{--tw-shadow-color: rgb(5 150 105 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/70{--tw-shadow-color: rgb(5 150 105 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/75{--tw-shadow-color: rgb(5 150 105 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/80{--tw-shadow-color: rgb(5 150 105 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/85{--tw-shadow-color: rgb(5 150 105 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/90{--tw-shadow-color: rgb(5 150 105 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-600\/95{--tw-shadow-color: rgb(5 150 105 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700{--tw-shadow-color: #047857;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/0{--tw-shadow-color: rgb(4 120 87 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/10{--tw-shadow-color: rgb(4 120 87 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/100{--tw-shadow-color: rgb(4 120 87 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/15{--tw-shadow-color: rgb(4 120 87 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/20{--tw-shadow-color: rgb(4 120 87 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/25{--tw-shadow-color: rgb(4 120 87 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/30{--tw-shadow-color: rgb(4 120 87 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/35{--tw-shadow-color: rgb(4 120 87 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/40{--tw-shadow-color: rgb(4 120 87 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/45{--tw-shadow-color: rgb(4 120 87 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/5{--tw-shadow-color: rgb(4 120 87 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/50{--tw-shadow-color: rgb(4 120 87 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/55{--tw-shadow-color: rgb(4 120 87 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/60{--tw-shadow-color: rgb(4 120 87 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/65{--tw-shadow-color: rgb(4 120 87 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/70{--tw-shadow-color: rgb(4 120 87 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/75{--tw-shadow-color: rgb(4 120 87 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/80{--tw-shadow-color: rgb(4 120 87 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/85{--tw-shadow-color: rgb(4 120 87 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/90{--tw-shadow-color: rgb(4 120 87 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-700\/95{--tw-shadow-color: rgb(4 120 87 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800{--tw-shadow-color: #065f46;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/0{--tw-shadow-color: rgb(6 95 70 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/10{--tw-shadow-color: rgb(6 95 70 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/100{--tw-shadow-color: rgb(6 95 70 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/15{--tw-shadow-color: rgb(6 95 70 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/20{--tw-shadow-color: rgb(6 95 70 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/25{--tw-shadow-color: rgb(6 95 70 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/30{--tw-shadow-color: rgb(6 95 70 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/35{--tw-shadow-color: rgb(6 95 70 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/40{--tw-shadow-color: rgb(6 95 70 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/45{--tw-shadow-color: rgb(6 95 70 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/5{--tw-shadow-color: rgb(6 95 70 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/50{--tw-shadow-color: rgb(6 95 70 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/55{--tw-shadow-color: rgb(6 95 70 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/60{--tw-shadow-color: rgb(6 95 70 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/65{--tw-shadow-color: rgb(6 95 70 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/70{--tw-shadow-color: rgb(6 95 70 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/75{--tw-shadow-color: rgb(6 95 70 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/80{--tw-shadow-color: rgb(6 95 70 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/85{--tw-shadow-color: rgb(6 95 70 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/90{--tw-shadow-color: rgb(6 95 70 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-800\/95{--tw-shadow-color: rgb(6 95 70 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900{--tw-shadow-color: #064e3b;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/0{--tw-shadow-color: rgb(6 78 59 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/10{--tw-shadow-color: rgb(6 78 59 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/100{--tw-shadow-color: rgb(6 78 59 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/15{--tw-shadow-color: rgb(6 78 59 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/20{--tw-shadow-color: rgb(6 78 59 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/25{--tw-shadow-color: rgb(6 78 59 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/30{--tw-shadow-color: rgb(6 78 59 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/35{--tw-shadow-color: rgb(6 78 59 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/40{--tw-shadow-color: rgb(6 78 59 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/45{--tw-shadow-color: rgb(6 78 59 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/5{--tw-shadow-color: rgb(6 78 59 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/50{--tw-shadow-color: rgb(6 78 59 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/55{--tw-shadow-color: rgb(6 78 59 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/60{--tw-shadow-color: rgb(6 78 59 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/65{--tw-shadow-color: rgb(6 78 59 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/70{--tw-shadow-color: rgb(6 78 59 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/75{--tw-shadow-color: rgb(6 78 59 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/80{--tw-shadow-color: rgb(6 78 59 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/85{--tw-shadow-color: rgb(6 78 59 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/90{--tw-shadow-color: rgb(6 78 59 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-900\/95{--tw-shadow-color: rgb(6 78 59 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950{--tw-shadow-color: #022c22;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/0{--tw-shadow-color: rgb(2 44 34 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/10{--tw-shadow-color: rgb(2 44 34 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/100{--tw-shadow-color: rgb(2 44 34 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/15{--tw-shadow-color: rgb(2 44 34 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/20{--tw-shadow-color: rgb(2 44 34 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/25{--tw-shadow-color: rgb(2 44 34 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/30{--tw-shadow-color: rgb(2 44 34 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/35{--tw-shadow-color: rgb(2 44 34 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/40{--tw-shadow-color: rgb(2 44 34 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/45{--tw-shadow-color: rgb(2 44 34 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/5{--tw-shadow-color: rgb(2 44 34 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/50{--tw-shadow-color: rgb(2 44 34 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/55{--tw-shadow-color: rgb(2 44 34 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/60{--tw-shadow-color: rgb(2 44 34 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/65{--tw-shadow-color: rgb(2 44 34 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/70{--tw-shadow-color: rgb(2 44 34 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/75{--tw-shadow-color: rgb(2 44 34 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/80{--tw-shadow-color: rgb(2 44 34 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/85{--tw-shadow-color: rgb(2 44 34 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/90{--tw-shadow-color: rgb(2 44 34 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-950\/95{--tw-shadow-color: rgb(2 44 34 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-foreground{--tw-shadow-color: var(--foreground);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100{--tw-shadow-color: #fae8ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/0{--tw-shadow-color: rgb(250 232 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/10{--tw-shadow-color: rgb(250 232 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/100{--tw-shadow-color: rgb(250 232 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/15{--tw-shadow-color: rgb(250 232 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/20{--tw-shadow-color: rgb(250 232 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/25{--tw-shadow-color: rgb(250 232 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/30{--tw-shadow-color: rgb(250 232 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/35{--tw-shadow-color: rgb(250 232 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/40{--tw-shadow-color: rgb(250 232 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/45{--tw-shadow-color: rgb(250 232 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/5{--tw-shadow-color: rgb(250 232 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/50{--tw-shadow-color: rgb(250 232 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/55{--tw-shadow-color: rgb(250 232 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/60{--tw-shadow-color: rgb(250 232 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/65{--tw-shadow-color: rgb(250 232 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/70{--tw-shadow-color: rgb(250 232 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/75{--tw-shadow-color: rgb(250 232 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/80{--tw-shadow-color: rgb(250 232 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/85{--tw-shadow-color: rgb(250 232 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/90{--tw-shadow-color: rgb(250 232 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-100\/95{--tw-shadow-color: rgb(250 232 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200{--tw-shadow-color: #f5d0fe;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/0{--tw-shadow-color: rgb(245 208 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/10{--tw-shadow-color: rgb(245 208 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/100{--tw-shadow-color: rgb(245 208 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/15{--tw-shadow-color: rgb(245 208 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/20{--tw-shadow-color: rgb(245 208 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/25{--tw-shadow-color: rgb(245 208 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/30{--tw-shadow-color: rgb(245 208 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/35{--tw-shadow-color: rgb(245 208 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/40{--tw-shadow-color: rgb(245 208 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/45{--tw-shadow-color: rgb(245 208 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/5{--tw-shadow-color: rgb(245 208 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/50{--tw-shadow-color: rgb(245 208 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/55{--tw-shadow-color: rgb(245 208 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/60{--tw-shadow-color: rgb(245 208 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/65{--tw-shadow-color: rgb(245 208 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/70{--tw-shadow-color: rgb(245 208 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/75{--tw-shadow-color: rgb(245 208 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/80{--tw-shadow-color: rgb(245 208 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/85{--tw-shadow-color: rgb(245 208 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/90{--tw-shadow-color: rgb(245 208 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-200\/95{--tw-shadow-color: rgb(245 208 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300{--tw-shadow-color: #f0abfc;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/0{--tw-shadow-color: rgb(240 171 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/10{--tw-shadow-color: rgb(240 171 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/100{--tw-shadow-color: rgb(240 171 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/15{--tw-shadow-color: rgb(240 171 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/20{--tw-shadow-color: rgb(240 171 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/25{--tw-shadow-color: rgb(240 171 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/30{--tw-shadow-color: rgb(240 171 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/35{--tw-shadow-color: rgb(240 171 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/40{--tw-shadow-color: rgb(240 171 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/45{--tw-shadow-color: rgb(240 171 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/5{--tw-shadow-color: rgb(240 171 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/50{--tw-shadow-color: rgb(240 171 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/55{--tw-shadow-color: rgb(240 171 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/60{--tw-shadow-color: rgb(240 171 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/65{--tw-shadow-color: rgb(240 171 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/70{--tw-shadow-color: rgb(240 171 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/75{--tw-shadow-color: rgb(240 171 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/80{--tw-shadow-color: rgb(240 171 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/85{--tw-shadow-color: rgb(240 171 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/90{--tw-shadow-color: rgb(240 171 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300\/95{--tw-shadow-color: rgb(240 171 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400{--tw-shadow-color: #e879f9;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/0{--tw-shadow-color: rgb(232 121 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/10{--tw-shadow-color: rgb(232 121 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/100{--tw-shadow-color: rgb(232 121 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/15{--tw-shadow-color: rgb(232 121 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/20{--tw-shadow-color: rgb(232 121 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/25{--tw-shadow-color: rgb(232 121 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/30{--tw-shadow-color: rgb(232 121 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/35{--tw-shadow-color: rgb(232 121 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/40{--tw-shadow-color: rgb(232 121 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/45{--tw-shadow-color: rgb(232 121 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/5{--tw-shadow-color: rgb(232 121 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/50{--tw-shadow-color: rgb(232 121 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/55{--tw-shadow-color: rgb(232 121 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/60{--tw-shadow-color: rgb(232 121 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/65{--tw-shadow-color: rgb(232 121 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/70{--tw-shadow-color: rgb(232 121 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/75{--tw-shadow-color: rgb(232 121 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/80{--tw-shadow-color: rgb(232 121 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/85{--tw-shadow-color: rgb(232 121 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/90{--tw-shadow-color: rgb(232 121 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-400\/95{--tw-shadow-color: rgb(232 121 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50{--tw-shadow-color: #fdf4ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/0{--tw-shadow-color: rgb(253 244 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/10{--tw-shadow-color: rgb(253 244 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/100{--tw-shadow-color: rgb(253 244 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/15{--tw-shadow-color: rgb(253 244 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/20{--tw-shadow-color: rgb(253 244 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/25{--tw-shadow-color: rgb(253 244 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/30{--tw-shadow-color: rgb(253 244 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/35{--tw-shadow-color: rgb(253 244 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/40{--tw-shadow-color: rgb(253 244 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/45{--tw-shadow-color: rgb(253 244 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/5{--tw-shadow-color: rgb(253 244 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/50{--tw-shadow-color: rgb(253 244 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/55{--tw-shadow-color: rgb(253 244 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/60{--tw-shadow-color: rgb(253 244 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/65{--tw-shadow-color: rgb(253 244 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/70{--tw-shadow-color: rgb(253 244 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/75{--tw-shadow-color: rgb(253 244 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/80{--tw-shadow-color: rgb(253 244 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/85{--tw-shadow-color: rgb(253 244 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/90{--tw-shadow-color: rgb(253 244 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-50\/95{--tw-shadow-color: rgb(253 244 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500{--tw-shadow-color: #d946ef;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/0{--tw-shadow-color: rgb(217 70 239 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/10{--tw-shadow-color: rgb(217 70 239 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/100{--tw-shadow-color: rgb(217 70 239 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/15{--tw-shadow-color: rgb(217 70 239 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/20{--tw-shadow-color: rgb(217 70 239 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/25{--tw-shadow-color: rgb(217 70 239 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/30{--tw-shadow-color: rgb(217 70 239 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/35{--tw-shadow-color: rgb(217 70 239 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/40{--tw-shadow-color: rgb(217 70 239 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/45{--tw-shadow-color: rgb(217 70 239 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/5{--tw-shadow-color: rgb(217 70 239 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/50{--tw-shadow-color: rgb(217 70 239 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/55{--tw-shadow-color: rgb(217 70 239 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/60{--tw-shadow-color: rgb(217 70 239 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/65{--tw-shadow-color: rgb(217 70 239 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/70{--tw-shadow-color: rgb(217 70 239 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/75{--tw-shadow-color: rgb(217 70 239 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/80{--tw-shadow-color: rgb(217 70 239 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/85{--tw-shadow-color: rgb(217 70 239 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/90{--tw-shadow-color: rgb(217 70 239 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/95{--tw-shadow-color: rgb(217 70 239 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600{--tw-shadow-color: #c026d3;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/0{--tw-shadow-color: rgb(192 38 211 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/10{--tw-shadow-color: rgb(192 38 211 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/100{--tw-shadow-color: rgb(192 38 211 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/15{--tw-shadow-color: rgb(192 38 211 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/20{--tw-shadow-color: rgb(192 38 211 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/25{--tw-shadow-color: rgb(192 38 211 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/30{--tw-shadow-color: rgb(192 38 211 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/35{--tw-shadow-color: rgb(192 38 211 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/40{--tw-shadow-color: rgb(192 38 211 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/45{--tw-shadow-color: rgb(192 38 211 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/5{--tw-shadow-color: rgb(192 38 211 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/50{--tw-shadow-color: rgb(192 38 211 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/55{--tw-shadow-color: rgb(192 38 211 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/60{--tw-shadow-color: rgb(192 38 211 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/65{--tw-shadow-color: rgb(192 38 211 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/70{--tw-shadow-color: rgb(192 38 211 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/75{--tw-shadow-color: rgb(192 38 211 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/80{--tw-shadow-color: rgb(192 38 211 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/85{--tw-shadow-color: rgb(192 38 211 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/90{--tw-shadow-color: rgb(192 38 211 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-600\/95{--tw-shadow-color: rgb(192 38 211 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700{--tw-shadow-color: #a21caf;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/0{--tw-shadow-color: rgb(162 28 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/10{--tw-shadow-color: rgb(162 28 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/100{--tw-shadow-color: rgb(162 28 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/15{--tw-shadow-color: rgb(162 28 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/20{--tw-shadow-color: rgb(162 28 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/25{--tw-shadow-color: rgb(162 28 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/30{--tw-shadow-color: rgb(162 28 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/35{--tw-shadow-color: rgb(162 28 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/40{--tw-shadow-color: rgb(162 28 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/45{--tw-shadow-color: rgb(162 28 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/5{--tw-shadow-color: rgb(162 28 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/50{--tw-shadow-color: rgb(162 28 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/55{--tw-shadow-color: rgb(162 28 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/60{--tw-shadow-color: rgb(162 28 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/65{--tw-shadow-color: rgb(162 28 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/70{--tw-shadow-color: rgb(162 28 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/75{--tw-shadow-color: rgb(162 28 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/80{--tw-shadow-color: rgb(162 28 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/85{--tw-shadow-color: rgb(162 28 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/90{--tw-shadow-color: rgb(162 28 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-700\/95{--tw-shadow-color: rgb(162 28 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800{--tw-shadow-color: #86198f;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/0{--tw-shadow-color: rgb(134 25 143 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/10{--tw-shadow-color: rgb(134 25 143 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/100{--tw-shadow-color: rgb(134 25 143 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/15{--tw-shadow-color: rgb(134 25 143 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/20{--tw-shadow-color: rgb(134 25 143 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/25{--tw-shadow-color: rgb(134 25 143 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/30{--tw-shadow-color: rgb(134 25 143 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/35{--tw-shadow-color: rgb(134 25 143 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/40{--tw-shadow-color: rgb(134 25 143 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/45{--tw-shadow-color: rgb(134 25 143 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/5{--tw-shadow-color: rgb(134 25 143 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/50{--tw-shadow-color: rgb(134 25 143 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/55{--tw-shadow-color: rgb(134 25 143 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/60{--tw-shadow-color: rgb(134 25 143 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/65{--tw-shadow-color: rgb(134 25 143 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/70{--tw-shadow-color: rgb(134 25 143 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/75{--tw-shadow-color: rgb(134 25 143 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/80{--tw-shadow-color: rgb(134 25 143 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/85{--tw-shadow-color: rgb(134 25 143 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/90{--tw-shadow-color: rgb(134 25 143 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-800\/95{--tw-shadow-color: rgb(134 25 143 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900{--tw-shadow-color: #701a75;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/0{--tw-shadow-color: rgb(112 26 117 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/10{--tw-shadow-color: rgb(112 26 117 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/100{--tw-shadow-color: rgb(112 26 117 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/15{--tw-shadow-color: rgb(112 26 117 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/20{--tw-shadow-color: rgb(112 26 117 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/25{--tw-shadow-color: rgb(112 26 117 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/30{--tw-shadow-color: rgb(112 26 117 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/35{--tw-shadow-color: rgb(112 26 117 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/40{--tw-shadow-color: rgb(112 26 117 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/45{--tw-shadow-color: rgb(112 26 117 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/5{--tw-shadow-color: rgb(112 26 117 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/50{--tw-shadow-color: rgb(112 26 117 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/55{--tw-shadow-color: rgb(112 26 117 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/60{--tw-shadow-color: rgb(112 26 117 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/65{--tw-shadow-color: rgb(112 26 117 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/70{--tw-shadow-color: rgb(112 26 117 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/75{--tw-shadow-color: rgb(112 26 117 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/80{--tw-shadow-color: rgb(112 26 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/85{--tw-shadow-color: rgb(112 26 117 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/90{--tw-shadow-color: rgb(112 26 117 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-900\/95{--tw-shadow-color: rgb(112 26 117 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950{--tw-shadow-color: #4a044e;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/0{--tw-shadow-color: rgb(74 4 78 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/10{--tw-shadow-color: rgb(74 4 78 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/100{--tw-shadow-color: rgb(74 4 78 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/15{--tw-shadow-color: rgb(74 4 78 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/20{--tw-shadow-color: rgb(74 4 78 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/25{--tw-shadow-color: rgb(74 4 78 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/30{--tw-shadow-color: rgb(74 4 78 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/35{--tw-shadow-color: rgb(74 4 78 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/40{--tw-shadow-color: rgb(74 4 78 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/45{--tw-shadow-color: rgb(74 4 78 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/5{--tw-shadow-color: rgb(74 4 78 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/50{--tw-shadow-color: rgb(74 4 78 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/55{--tw-shadow-color: rgb(74 4 78 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/60{--tw-shadow-color: rgb(74 4 78 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/65{--tw-shadow-color: rgb(74 4 78 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/70{--tw-shadow-color: rgb(74 4 78 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/75{--tw-shadow-color: rgb(74 4 78 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/80{--tw-shadow-color: rgb(74 4 78 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/85{--tw-shadow-color: rgb(74 4 78 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/90{--tw-shadow-color: rgb(74 4 78 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-950\/95{--tw-shadow-color: rgb(74 4 78 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100{--tw-shadow-color: #f3f4f6;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/0{--tw-shadow-color: rgb(243 244 246 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/10{--tw-shadow-color: rgb(243 244 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/100{--tw-shadow-color: rgb(243 244 246 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/15{--tw-shadow-color: rgb(243 244 246 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/20{--tw-shadow-color: rgb(243 244 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/25{--tw-shadow-color: rgb(243 244 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/30{--tw-shadow-color: rgb(243 244 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/35{--tw-shadow-color: rgb(243 244 246 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/40{--tw-shadow-color: rgb(243 244 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/45{--tw-shadow-color: rgb(243 244 246 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/5{--tw-shadow-color: rgb(243 244 246 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/50{--tw-shadow-color: rgb(243 244 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/55{--tw-shadow-color: rgb(243 244 246 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/60{--tw-shadow-color: rgb(243 244 246 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/65{--tw-shadow-color: rgb(243 244 246 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/70{--tw-shadow-color: rgb(243 244 246 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/75{--tw-shadow-color: rgb(243 244 246 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/80{--tw-shadow-color: rgb(243 244 246 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/85{--tw-shadow-color: rgb(243 244 246 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/90{--tw-shadow-color: rgb(243 244 246 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/95{--tw-shadow-color: rgb(243 244 246 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200{--tw-shadow-color: #e5e7eb;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/0{--tw-shadow-color: rgb(229 231 235 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/10{--tw-shadow-color: rgb(229 231 235 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/100{--tw-shadow-color: rgb(229 231 235 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/15{--tw-shadow-color: rgb(229 231 235 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/20{--tw-shadow-color: rgb(229 231 235 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/25{--tw-shadow-color: rgb(229 231 235 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/30{--tw-shadow-color: rgb(229 231 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/35{--tw-shadow-color: rgb(229 231 235 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/40{--tw-shadow-color: rgb(229 231 235 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/45{--tw-shadow-color: rgb(229 231 235 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/5{--tw-shadow-color: rgb(229 231 235 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/50{--tw-shadow-color: rgb(229 231 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/55{--tw-shadow-color: rgb(229 231 235 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/60{--tw-shadow-color: rgb(229 231 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/65{--tw-shadow-color: rgb(229 231 235 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/70{--tw-shadow-color: rgb(229 231 235 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/75{--tw-shadow-color: rgb(229 231 235 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/80{--tw-shadow-color: rgb(229 231 235 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/85{--tw-shadow-color: rgb(229 231 235 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/90{--tw-shadow-color: rgb(229 231 235 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200\/95{--tw-shadow-color: rgb(229 231 235 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300{--tw-shadow-color: #d1d5db;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/0{--tw-shadow-color: rgb(209 213 219 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/10{--tw-shadow-color: rgb(209 213 219 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/100{--tw-shadow-color: rgb(209 213 219 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/15{--tw-shadow-color: rgb(209 213 219 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/20{--tw-shadow-color: rgb(209 213 219 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/25{--tw-shadow-color: rgb(209 213 219 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/30{--tw-shadow-color: rgb(209 213 219 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/35{--tw-shadow-color: rgb(209 213 219 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/40{--tw-shadow-color: rgb(209 213 219 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/45{--tw-shadow-color: rgb(209 213 219 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/5{--tw-shadow-color: rgb(209 213 219 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/50{--tw-shadow-color: rgb(209 213 219 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/55{--tw-shadow-color: rgb(209 213 219 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/60{--tw-shadow-color: rgb(209 213 219 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/65{--tw-shadow-color: rgb(209 213 219 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/70{--tw-shadow-color: rgb(209 213 219 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/75{--tw-shadow-color: rgb(209 213 219 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/80{--tw-shadow-color: rgb(209 213 219 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/85{--tw-shadow-color: rgb(209 213 219 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/90{--tw-shadow-color: rgb(209 213 219 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-300\/95{--tw-shadow-color: rgb(209 213 219 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400{--tw-shadow-color: #9ca3af;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/0{--tw-shadow-color: rgb(156 163 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/10{--tw-shadow-color: rgb(156 163 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/100{--tw-shadow-color: rgb(156 163 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/15{--tw-shadow-color: rgb(156 163 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/20{--tw-shadow-color: rgb(156 163 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/25{--tw-shadow-color: rgb(156 163 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/30{--tw-shadow-color: rgb(156 163 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/35{--tw-shadow-color: rgb(156 163 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/40{--tw-shadow-color: rgb(156 163 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/45{--tw-shadow-color: rgb(156 163 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/5{--tw-shadow-color: rgb(156 163 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/50{--tw-shadow-color: rgb(156 163 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/55{--tw-shadow-color: rgb(156 163 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/60{--tw-shadow-color: rgb(156 163 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/65{--tw-shadow-color: rgb(156 163 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/70{--tw-shadow-color: rgb(156 163 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/75{--tw-shadow-color: rgb(156 163 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/80{--tw-shadow-color: rgb(156 163 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/85{--tw-shadow-color: rgb(156 163 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/90{--tw-shadow-color: rgb(156 163 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400\/95{--tw-shadow-color: rgb(156 163 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50{--tw-shadow-color: #f9fafb;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/0{--tw-shadow-color: rgb(249 250 251 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/10{--tw-shadow-color: rgb(249 250 251 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/100{--tw-shadow-color: rgb(249 250 251 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/15{--tw-shadow-color: rgb(249 250 251 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/20{--tw-shadow-color: rgb(249 250 251 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/25{--tw-shadow-color: rgb(249 250 251 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/30{--tw-shadow-color: rgb(249 250 251 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/35{--tw-shadow-color: rgb(249 250 251 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/40{--tw-shadow-color: rgb(249 250 251 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/45{--tw-shadow-color: rgb(249 250 251 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/5{--tw-shadow-color: rgb(249 250 251 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/50{--tw-shadow-color: rgb(249 250 251 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/55{--tw-shadow-color: rgb(249 250 251 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/60{--tw-shadow-color: rgb(249 250 251 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/65{--tw-shadow-color: rgb(249 250 251 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/70{--tw-shadow-color: rgb(249 250 251 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/75{--tw-shadow-color: rgb(249 250 251 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/80{--tw-shadow-color: rgb(249 250 251 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/85{--tw-shadow-color: rgb(249 250 251 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/90{--tw-shadow-color: rgb(249 250 251 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-50\/95{--tw-shadow-color: rgb(249 250 251 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/0{--tw-shadow-color: rgb(107 114 128 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/10{--tw-shadow-color: rgb(107 114 128 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/100{--tw-shadow-color: rgb(107 114 128 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/15{--tw-shadow-color: rgb(107 114 128 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/20{--tw-shadow-color: rgb(107 114 128 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/25{--tw-shadow-color: rgb(107 114 128 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/30{--tw-shadow-color: rgb(107 114 128 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/35{--tw-shadow-color: rgb(107 114 128 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/40{--tw-shadow-color: rgb(107 114 128 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/45{--tw-shadow-color: rgb(107 114 128 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/5{--tw-shadow-color: rgb(107 114 128 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/50{--tw-shadow-color: rgb(107 114 128 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/55{--tw-shadow-color: rgb(107 114 128 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/60{--tw-shadow-color: rgb(107 114 128 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/65{--tw-shadow-color: rgb(107 114 128 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/70{--tw-shadow-color: rgb(107 114 128 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/75{--tw-shadow-color: rgb(107 114 128 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/80{--tw-shadow-color: rgb(107 114 128 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/85{--tw-shadow-color: rgb(107 114 128 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/90{--tw-shadow-color: rgb(107 114 128 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-500\/95{--tw-shadow-color: rgb(107 114 128 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600{--tw-shadow-color: #4b5563;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/0{--tw-shadow-color: rgb(75 85 99 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/10{--tw-shadow-color: rgb(75 85 99 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/100{--tw-shadow-color: rgb(75 85 99 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/15{--tw-shadow-color: rgb(75 85 99 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/20{--tw-shadow-color: rgb(75 85 99 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/25{--tw-shadow-color: rgb(75 85 99 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/30{--tw-shadow-color: rgb(75 85 99 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/35{--tw-shadow-color: rgb(75 85 99 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/40{--tw-shadow-color: rgb(75 85 99 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/45{--tw-shadow-color: rgb(75 85 99 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/5{--tw-shadow-color: rgb(75 85 99 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/50{--tw-shadow-color: rgb(75 85 99 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/55{--tw-shadow-color: rgb(75 85 99 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/60{--tw-shadow-color: rgb(75 85 99 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/65{--tw-shadow-color: rgb(75 85 99 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/70{--tw-shadow-color: rgb(75 85 99 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/75{--tw-shadow-color: rgb(75 85 99 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/80{--tw-shadow-color: rgb(75 85 99 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/85{--tw-shadow-color: rgb(75 85 99 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/90{--tw-shadow-color: rgb(75 85 99 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/95{--tw-shadow-color: rgb(75 85 99 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700{--tw-shadow-color: #374151;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/0{--tw-shadow-color: rgb(55 65 81 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/10{--tw-shadow-color: rgb(55 65 81 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/100{--tw-shadow-color: rgb(55 65 81 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/15{--tw-shadow-color: rgb(55 65 81 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/20{--tw-shadow-color: rgb(55 65 81 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/25{--tw-shadow-color: rgb(55 65 81 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/30{--tw-shadow-color: rgb(55 65 81 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/35{--tw-shadow-color: rgb(55 65 81 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/40{--tw-shadow-color: rgb(55 65 81 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/45{--tw-shadow-color: rgb(55 65 81 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/5{--tw-shadow-color: rgb(55 65 81 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/50{--tw-shadow-color: rgb(55 65 81 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/55{--tw-shadow-color: rgb(55 65 81 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/60{--tw-shadow-color: rgb(55 65 81 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/65{--tw-shadow-color: rgb(55 65 81 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/70{--tw-shadow-color: rgb(55 65 81 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/75{--tw-shadow-color: rgb(55 65 81 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/80{--tw-shadow-color: rgb(55 65 81 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/85{--tw-shadow-color: rgb(55 65 81 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/90{--tw-shadow-color: rgb(55 65 81 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-700\/95{--tw-shadow-color: rgb(55 65 81 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800{--tw-shadow-color: #1f2937;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/0{--tw-shadow-color: rgb(31 41 55 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/10{--tw-shadow-color: rgb(31 41 55 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/100{--tw-shadow-color: rgb(31 41 55 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/15{--tw-shadow-color: rgb(31 41 55 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/20{--tw-shadow-color: rgb(31 41 55 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/25{--tw-shadow-color: rgb(31 41 55 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/30{--tw-shadow-color: rgb(31 41 55 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/35{--tw-shadow-color: rgb(31 41 55 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/40{--tw-shadow-color: rgb(31 41 55 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/45{--tw-shadow-color: rgb(31 41 55 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/5{--tw-shadow-color: rgb(31 41 55 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/50{--tw-shadow-color: rgb(31 41 55 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/55{--tw-shadow-color: rgb(31 41 55 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/60{--tw-shadow-color: rgb(31 41 55 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/65{--tw-shadow-color: rgb(31 41 55 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/70{--tw-shadow-color: rgb(31 41 55 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/75{--tw-shadow-color: rgb(31 41 55 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/80{--tw-shadow-color: rgb(31 41 55 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/85{--tw-shadow-color: rgb(31 41 55 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/90{--tw-shadow-color: rgb(31 41 55 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-800\/95{--tw-shadow-color: rgb(31 41 55 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900{--tw-shadow-color: #111827;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/0{--tw-shadow-color: rgb(17 24 39 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/10{--tw-shadow-color: rgb(17 24 39 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/100{--tw-shadow-color: rgb(17 24 39 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/15{--tw-shadow-color: rgb(17 24 39 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/20{--tw-shadow-color: rgb(17 24 39 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/25{--tw-shadow-color: rgb(17 24 39 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/30{--tw-shadow-color: rgb(17 24 39 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/35{--tw-shadow-color: rgb(17 24 39 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/40{--tw-shadow-color: rgb(17 24 39 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/45{--tw-shadow-color: rgb(17 24 39 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/5{--tw-shadow-color: rgb(17 24 39 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/50{--tw-shadow-color: rgb(17 24 39 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/55{--tw-shadow-color: rgb(17 24 39 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/60{--tw-shadow-color: rgb(17 24 39 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/65{--tw-shadow-color: rgb(17 24 39 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/70{--tw-shadow-color: rgb(17 24 39 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/75{--tw-shadow-color: rgb(17 24 39 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/80{--tw-shadow-color: rgb(17 24 39 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/85{--tw-shadow-color: rgb(17 24 39 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/90{--tw-shadow-color: rgb(17 24 39 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/95{--tw-shadow-color: rgb(17 24 39 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950{--tw-shadow-color: #030712;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/0{--tw-shadow-color: rgb(3 7 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/10{--tw-shadow-color: rgb(3 7 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/100{--tw-shadow-color: rgb(3 7 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/15{--tw-shadow-color: rgb(3 7 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/20{--tw-shadow-color: rgb(3 7 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/25{--tw-shadow-color: rgb(3 7 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/30{--tw-shadow-color: rgb(3 7 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/35{--tw-shadow-color: rgb(3 7 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/40{--tw-shadow-color: rgb(3 7 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/45{--tw-shadow-color: rgb(3 7 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/5{--tw-shadow-color: rgb(3 7 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/50{--tw-shadow-color: rgb(3 7 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/55{--tw-shadow-color: rgb(3 7 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/60{--tw-shadow-color: rgb(3 7 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/65{--tw-shadow-color: rgb(3 7 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/70{--tw-shadow-color: rgb(3 7 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/75{--tw-shadow-color: rgb(3 7 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/80{--tw-shadow-color: rgb(3 7 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/85{--tw-shadow-color: rgb(3 7 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/90{--tw-shadow-color: rgb(3 7 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-950\/95{--tw-shadow-color: rgb(3 7 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100{--tw-shadow-color: #dcfce7;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/0{--tw-shadow-color: rgb(220 252 231 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/10{--tw-shadow-color: rgb(220 252 231 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/100{--tw-shadow-color: rgb(220 252 231 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/15{--tw-shadow-color: rgb(220 252 231 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/20{--tw-shadow-color: rgb(220 252 231 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/25{--tw-shadow-color: rgb(220 252 231 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/30{--tw-shadow-color: rgb(220 252 231 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/35{--tw-shadow-color: rgb(220 252 231 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/40{--tw-shadow-color: rgb(220 252 231 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/45{--tw-shadow-color: rgb(220 252 231 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/5{--tw-shadow-color: rgb(220 252 231 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/50{--tw-shadow-color: rgb(220 252 231 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/55{--tw-shadow-color: rgb(220 252 231 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/60{--tw-shadow-color: rgb(220 252 231 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/65{--tw-shadow-color: rgb(220 252 231 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/70{--tw-shadow-color: rgb(220 252 231 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/75{--tw-shadow-color: rgb(220 252 231 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/80{--tw-shadow-color: rgb(220 252 231 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/85{--tw-shadow-color: rgb(220 252 231 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/90{--tw-shadow-color: rgb(220 252 231 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-100\/95{--tw-shadow-color: rgb(220 252 231 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200{--tw-shadow-color: #bbf7d0;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/0{--tw-shadow-color: rgb(187 247 208 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/10{--tw-shadow-color: rgb(187 247 208 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/100{--tw-shadow-color: rgb(187 247 208 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/15{--tw-shadow-color: rgb(187 247 208 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/20{--tw-shadow-color: rgb(187 247 208 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/25{--tw-shadow-color: rgb(187 247 208 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/30{--tw-shadow-color: rgb(187 247 208 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/35{--tw-shadow-color: rgb(187 247 208 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/40{--tw-shadow-color: rgb(187 247 208 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/45{--tw-shadow-color: rgb(187 247 208 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/5{--tw-shadow-color: rgb(187 247 208 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/50{--tw-shadow-color: rgb(187 247 208 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/55{--tw-shadow-color: rgb(187 247 208 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/60{--tw-shadow-color: rgb(187 247 208 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/65{--tw-shadow-color: rgb(187 247 208 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/70{--tw-shadow-color: rgb(187 247 208 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/75{--tw-shadow-color: rgb(187 247 208 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/80{--tw-shadow-color: rgb(187 247 208 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/85{--tw-shadow-color: rgb(187 247 208 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/90{--tw-shadow-color: rgb(187 247 208 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-200\/95{--tw-shadow-color: rgb(187 247 208 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300{--tw-shadow-color: #86efac;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/0{--tw-shadow-color: rgb(134 239 172 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/10{--tw-shadow-color: rgb(134 239 172 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/100{--tw-shadow-color: rgb(134 239 172 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/15{--tw-shadow-color: rgb(134 239 172 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/20{--tw-shadow-color: rgb(134 239 172 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/25{--tw-shadow-color: rgb(134 239 172 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/30{--tw-shadow-color: rgb(134 239 172 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/35{--tw-shadow-color: rgb(134 239 172 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/40{--tw-shadow-color: rgb(134 239 172 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/45{--tw-shadow-color: rgb(134 239 172 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/5{--tw-shadow-color: rgb(134 239 172 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/50{--tw-shadow-color: rgb(134 239 172 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/55{--tw-shadow-color: rgb(134 239 172 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/60{--tw-shadow-color: rgb(134 239 172 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/65{--tw-shadow-color: rgb(134 239 172 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/70{--tw-shadow-color: rgb(134 239 172 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/75{--tw-shadow-color: rgb(134 239 172 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/80{--tw-shadow-color: rgb(134 239 172 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/85{--tw-shadow-color: rgb(134 239 172 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/90{--tw-shadow-color: rgb(134 239 172 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-300\/95{--tw-shadow-color: rgb(134 239 172 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400{--tw-shadow-color: #4ade80;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/0{--tw-shadow-color: rgb(74 222 128 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/10{--tw-shadow-color: rgb(74 222 128 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/100{--tw-shadow-color: rgb(74 222 128 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/15{--tw-shadow-color: rgb(74 222 128 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/20{--tw-shadow-color: rgb(74 222 128 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/25{--tw-shadow-color: rgb(74 222 128 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/30{--tw-shadow-color: rgb(74 222 128 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/35{--tw-shadow-color: rgb(74 222 128 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/40{--tw-shadow-color: rgb(74 222 128 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/45{--tw-shadow-color: rgb(74 222 128 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/5{--tw-shadow-color: rgb(74 222 128 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/50{--tw-shadow-color: rgb(74 222 128 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/55{--tw-shadow-color: rgb(74 222 128 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/60{--tw-shadow-color: rgb(74 222 128 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/65{--tw-shadow-color: rgb(74 222 128 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/70{--tw-shadow-color: rgb(74 222 128 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/75{--tw-shadow-color: rgb(74 222 128 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/80{--tw-shadow-color: rgb(74 222 128 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/85{--tw-shadow-color: rgb(74 222 128 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/90{--tw-shadow-color: rgb(74 222 128 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-400\/95{--tw-shadow-color: rgb(74 222 128 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50{--tw-shadow-color: #f0fdf4;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/0{--tw-shadow-color: rgb(240 253 244 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/10{--tw-shadow-color: rgb(240 253 244 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/100{--tw-shadow-color: rgb(240 253 244 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/15{--tw-shadow-color: rgb(240 253 244 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/20{--tw-shadow-color: rgb(240 253 244 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/25{--tw-shadow-color: rgb(240 253 244 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/30{--tw-shadow-color: rgb(240 253 244 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/35{--tw-shadow-color: rgb(240 253 244 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/40{--tw-shadow-color: rgb(240 253 244 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/45{--tw-shadow-color: rgb(240 253 244 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/5{--tw-shadow-color: rgb(240 253 244 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/50{--tw-shadow-color: rgb(240 253 244 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/55{--tw-shadow-color: rgb(240 253 244 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/60{--tw-shadow-color: rgb(240 253 244 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/65{--tw-shadow-color: rgb(240 253 244 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/70{--tw-shadow-color: rgb(240 253 244 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/75{--tw-shadow-color: rgb(240 253 244 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/80{--tw-shadow-color: rgb(240 253 244 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/85{--tw-shadow-color: rgb(240 253 244 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/90{--tw-shadow-color: rgb(240 253 244 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-50\/95{--tw-shadow-color: rgb(240 253 244 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500{--tw-shadow-color: #22c55e;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/0{--tw-shadow-color: rgb(34 197 94 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/10{--tw-shadow-color: rgb(34 197 94 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/100{--tw-shadow-color: rgb(34 197 94 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/15{--tw-shadow-color: rgb(34 197 94 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/20{--tw-shadow-color: rgb(34 197 94 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/25{--tw-shadow-color: rgb(34 197 94 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/30{--tw-shadow-color: rgb(34 197 94 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/35{--tw-shadow-color: rgb(34 197 94 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/40{--tw-shadow-color: rgb(34 197 94 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/45{--tw-shadow-color: rgb(34 197 94 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/5{--tw-shadow-color: rgb(34 197 94 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/50{--tw-shadow-color: rgb(34 197 94 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/55{--tw-shadow-color: rgb(34 197 94 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/60{--tw-shadow-color: rgb(34 197 94 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/65{--tw-shadow-color: rgb(34 197 94 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/70{--tw-shadow-color: rgb(34 197 94 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/75{--tw-shadow-color: rgb(34 197 94 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/80{--tw-shadow-color: rgb(34 197 94 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/85{--tw-shadow-color: rgb(34 197 94 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/90{--tw-shadow-color: rgb(34 197 94 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/95{--tw-shadow-color: rgb(34 197 94 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600{--tw-shadow-color: #16a34a;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/0{--tw-shadow-color: rgb(22 163 74 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/10{--tw-shadow-color: rgb(22 163 74 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/100{--tw-shadow-color: rgb(22 163 74 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/15{--tw-shadow-color: rgb(22 163 74 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/20{--tw-shadow-color: rgb(22 163 74 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/25{--tw-shadow-color: rgb(22 163 74 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/30{--tw-shadow-color: rgb(22 163 74 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/35{--tw-shadow-color: rgb(22 163 74 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/40{--tw-shadow-color: rgb(22 163 74 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/45{--tw-shadow-color: rgb(22 163 74 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/5{--tw-shadow-color: rgb(22 163 74 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/50{--tw-shadow-color: rgb(22 163 74 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/55{--tw-shadow-color: rgb(22 163 74 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/60{--tw-shadow-color: rgb(22 163 74 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/65{--tw-shadow-color: rgb(22 163 74 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/70{--tw-shadow-color: rgb(22 163 74 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/75{--tw-shadow-color: rgb(22 163 74 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/80{--tw-shadow-color: rgb(22 163 74 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/85{--tw-shadow-color: rgb(22 163 74 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/90{--tw-shadow-color: rgb(22 163 74 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-600\/95{--tw-shadow-color: rgb(22 163 74 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700{--tw-shadow-color: #15803d;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/0{--tw-shadow-color: rgb(21 128 61 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/10{--tw-shadow-color: rgb(21 128 61 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/100{--tw-shadow-color: rgb(21 128 61 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/15{--tw-shadow-color: rgb(21 128 61 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/20{--tw-shadow-color: rgb(21 128 61 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/25{--tw-shadow-color: rgb(21 128 61 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/30{--tw-shadow-color: rgb(21 128 61 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/35{--tw-shadow-color: rgb(21 128 61 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/40{--tw-shadow-color: rgb(21 128 61 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/45{--tw-shadow-color: rgb(21 128 61 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/5{--tw-shadow-color: rgb(21 128 61 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/50{--tw-shadow-color: rgb(21 128 61 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/55{--tw-shadow-color: rgb(21 128 61 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/60{--tw-shadow-color: rgb(21 128 61 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/65{--tw-shadow-color: rgb(21 128 61 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/70{--tw-shadow-color: rgb(21 128 61 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/75{--tw-shadow-color: rgb(21 128 61 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/80{--tw-shadow-color: rgb(21 128 61 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/85{--tw-shadow-color: rgb(21 128 61 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/90{--tw-shadow-color: rgb(21 128 61 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-700\/95{--tw-shadow-color: rgb(21 128 61 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800{--tw-shadow-color: #166534;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/0{--tw-shadow-color: rgb(22 101 52 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/10{--tw-shadow-color: rgb(22 101 52 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/100{--tw-shadow-color: rgb(22 101 52 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/15{--tw-shadow-color: rgb(22 101 52 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/20{--tw-shadow-color: rgb(22 101 52 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/25{--tw-shadow-color: rgb(22 101 52 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/30{--tw-shadow-color: rgb(22 101 52 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/35{--tw-shadow-color: rgb(22 101 52 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/40{--tw-shadow-color: rgb(22 101 52 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/45{--tw-shadow-color: rgb(22 101 52 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/5{--tw-shadow-color: rgb(22 101 52 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/50{--tw-shadow-color: rgb(22 101 52 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/55{--tw-shadow-color: rgb(22 101 52 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/60{--tw-shadow-color: rgb(22 101 52 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/65{--tw-shadow-color: rgb(22 101 52 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/70{--tw-shadow-color: rgb(22 101 52 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/75{--tw-shadow-color: rgb(22 101 52 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/80{--tw-shadow-color: rgb(22 101 52 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/85{--tw-shadow-color: rgb(22 101 52 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/90{--tw-shadow-color: rgb(22 101 52 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/95{--tw-shadow-color: rgb(22 101 52 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900{--tw-shadow-color: #14532d;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/0{--tw-shadow-color: rgb(20 83 45 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/10{--tw-shadow-color: rgb(20 83 45 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/100{--tw-shadow-color: rgb(20 83 45 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/15{--tw-shadow-color: rgb(20 83 45 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/20{--tw-shadow-color: rgb(20 83 45 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/25{--tw-shadow-color: rgb(20 83 45 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/30{--tw-shadow-color: rgb(20 83 45 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/35{--tw-shadow-color: rgb(20 83 45 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/40{--tw-shadow-color: rgb(20 83 45 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/45{--tw-shadow-color: rgb(20 83 45 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/5{--tw-shadow-color: rgb(20 83 45 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/50{--tw-shadow-color: rgb(20 83 45 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/55{--tw-shadow-color: rgb(20 83 45 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/60{--tw-shadow-color: rgb(20 83 45 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/65{--tw-shadow-color: rgb(20 83 45 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/70{--tw-shadow-color: rgb(20 83 45 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/75{--tw-shadow-color: rgb(20 83 45 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/80{--tw-shadow-color: rgb(20 83 45 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/85{--tw-shadow-color: rgb(20 83 45 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/90{--tw-shadow-color: rgb(20 83 45 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-900\/95{--tw-shadow-color: rgb(20 83 45 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950{--tw-shadow-color: #052e16;--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/0{--tw-shadow-color: rgb(5 46 22 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/10{--tw-shadow-color: rgb(5 46 22 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/100{--tw-shadow-color: rgb(5 46 22 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/15{--tw-shadow-color: rgb(5 46 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/20{--tw-shadow-color: rgb(5 46 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/25{--tw-shadow-color: rgb(5 46 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/30{--tw-shadow-color: rgb(5 46 22 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/35{--tw-shadow-color: rgb(5 46 22 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/40{--tw-shadow-color: rgb(5 46 22 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/45{--tw-shadow-color: rgb(5 46 22 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/5{--tw-shadow-color: rgb(5 46 22 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/50{--tw-shadow-color: rgb(5 46 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/55{--tw-shadow-color: rgb(5 46 22 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/60{--tw-shadow-color: rgb(5 46 22 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/65{--tw-shadow-color: rgb(5 46 22 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/70{--tw-shadow-color: rgb(5 46 22 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/75{--tw-shadow-color: rgb(5 46 22 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/80{--tw-shadow-color: rgb(5 46 22 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/85{--tw-shadow-color: rgb(5 46 22 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/90{--tw-shadow-color: rgb(5 46 22 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-950\/95{--tw-shadow-color: rgb(5 46 22 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100{--tw-shadow-color: #e0e7ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/0{--tw-shadow-color: rgb(224 231 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/10{--tw-shadow-color: rgb(224 231 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/100{--tw-shadow-color: rgb(224 231 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/15{--tw-shadow-color: rgb(224 231 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/20{--tw-shadow-color: rgb(224 231 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/25{--tw-shadow-color: rgb(224 231 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/30{--tw-shadow-color: rgb(224 231 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/35{--tw-shadow-color: rgb(224 231 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/40{--tw-shadow-color: rgb(224 231 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/45{--tw-shadow-color: rgb(224 231 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/5{--tw-shadow-color: rgb(224 231 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/50{--tw-shadow-color: rgb(224 231 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/55{--tw-shadow-color: rgb(224 231 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/60{--tw-shadow-color: rgb(224 231 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/65{--tw-shadow-color: rgb(224 231 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/70{--tw-shadow-color: rgb(224 231 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/75{--tw-shadow-color: rgb(224 231 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/80{--tw-shadow-color: rgb(224 231 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/85{--tw-shadow-color: rgb(224 231 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/90{--tw-shadow-color: rgb(224 231 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100\/95{--tw-shadow-color: rgb(224 231 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200{--tw-shadow-color: #c7d2fe;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/0{--tw-shadow-color: rgb(199 210 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/10{--tw-shadow-color: rgb(199 210 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/100{--tw-shadow-color: rgb(199 210 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/15{--tw-shadow-color: rgb(199 210 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/20{--tw-shadow-color: rgb(199 210 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/25{--tw-shadow-color: rgb(199 210 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/30{--tw-shadow-color: rgb(199 210 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/35{--tw-shadow-color: rgb(199 210 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/40{--tw-shadow-color: rgb(199 210 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/45{--tw-shadow-color: rgb(199 210 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/5{--tw-shadow-color: rgb(199 210 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/50{--tw-shadow-color: rgb(199 210 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/55{--tw-shadow-color: rgb(199 210 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/60{--tw-shadow-color: rgb(199 210 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/65{--tw-shadow-color: rgb(199 210 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/70{--tw-shadow-color: rgb(199 210 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/75{--tw-shadow-color: rgb(199 210 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/80{--tw-shadow-color: rgb(199 210 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/85{--tw-shadow-color: rgb(199 210 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/90{--tw-shadow-color: rgb(199 210 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-200\/95{--tw-shadow-color: rgb(199 210 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300{--tw-shadow-color: #a5b4fc;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/0{--tw-shadow-color: rgb(165 180 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/10{--tw-shadow-color: rgb(165 180 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/100{--tw-shadow-color: rgb(165 180 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/15{--tw-shadow-color: rgb(165 180 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/20{--tw-shadow-color: rgb(165 180 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/25{--tw-shadow-color: rgb(165 180 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/30{--tw-shadow-color: rgb(165 180 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/35{--tw-shadow-color: rgb(165 180 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/40{--tw-shadow-color: rgb(165 180 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/45{--tw-shadow-color: rgb(165 180 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/5{--tw-shadow-color: rgb(165 180 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/50{--tw-shadow-color: rgb(165 180 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/55{--tw-shadow-color: rgb(165 180 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/60{--tw-shadow-color: rgb(165 180 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/65{--tw-shadow-color: rgb(165 180 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/70{--tw-shadow-color: rgb(165 180 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/75{--tw-shadow-color: rgb(165 180 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/80{--tw-shadow-color: rgb(165 180 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/85{--tw-shadow-color: rgb(165 180 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/90{--tw-shadow-color: rgb(165 180 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-300\/95{--tw-shadow-color: rgb(165 180 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400{--tw-shadow-color: #818cf8;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/0{--tw-shadow-color: rgb(129 140 248 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/10{--tw-shadow-color: rgb(129 140 248 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/100{--tw-shadow-color: rgb(129 140 248 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/15{--tw-shadow-color: rgb(129 140 248 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/20{--tw-shadow-color: rgb(129 140 248 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/25{--tw-shadow-color: rgb(129 140 248 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/30{--tw-shadow-color: rgb(129 140 248 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/35{--tw-shadow-color: rgb(129 140 248 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/40{--tw-shadow-color: rgb(129 140 248 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/45{--tw-shadow-color: rgb(129 140 248 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/5{--tw-shadow-color: rgb(129 140 248 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/50{--tw-shadow-color: rgb(129 140 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/55{--tw-shadow-color: rgb(129 140 248 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/60{--tw-shadow-color: rgb(129 140 248 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/65{--tw-shadow-color: rgb(129 140 248 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/70{--tw-shadow-color: rgb(129 140 248 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/75{--tw-shadow-color: rgb(129 140 248 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/80{--tw-shadow-color: rgb(129 140 248 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/85{--tw-shadow-color: rgb(129 140 248 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/90{--tw-shadow-color: rgb(129 140 248 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-400\/95{--tw-shadow-color: rgb(129 140 248 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50{--tw-shadow-color: #eef2ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/0{--tw-shadow-color: rgb(238 242 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/10{--tw-shadow-color: rgb(238 242 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/100{--tw-shadow-color: rgb(238 242 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/15{--tw-shadow-color: rgb(238 242 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/20{--tw-shadow-color: rgb(238 242 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/25{--tw-shadow-color: rgb(238 242 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/30{--tw-shadow-color: rgb(238 242 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/35{--tw-shadow-color: rgb(238 242 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/40{--tw-shadow-color: rgb(238 242 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/45{--tw-shadow-color: rgb(238 242 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/5{--tw-shadow-color: rgb(238 242 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/50{--tw-shadow-color: rgb(238 242 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/55{--tw-shadow-color: rgb(238 242 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/60{--tw-shadow-color: rgb(238 242 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/65{--tw-shadow-color: rgb(238 242 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/70{--tw-shadow-color: rgb(238 242 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/75{--tw-shadow-color: rgb(238 242 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/80{--tw-shadow-color: rgb(238 242 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/85{--tw-shadow-color: rgb(238 242 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/90{--tw-shadow-color: rgb(238 242 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-50\/95{--tw-shadow-color: rgb(238 242 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500{--tw-shadow-color: #6366f1;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/0{--tw-shadow-color: rgb(99 102 241 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/10{--tw-shadow-color: rgb(99 102 241 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/100{--tw-shadow-color: rgb(99 102 241 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/15{--tw-shadow-color: rgb(99 102 241 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/20{--tw-shadow-color: rgb(99 102 241 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/25{--tw-shadow-color: rgb(99 102 241 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/30{--tw-shadow-color: rgb(99 102 241 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/35{--tw-shadow-color: rgb(99 102 241 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/40{--tw-shadow-color: rgb(99 102 241 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/45{--tw-shadow-color: rgb(99 102 241 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/5{--tw-shadow-color: rgb(99 102 241 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/50{--tw-shadow-color: rgb(99 102 241 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/55{--tw-shadow-color: rgb(99 102 241 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/60{--tw-shadow-color: rgb(99 102 241 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/65{--tw-shadow-color: rgb(99 102 241 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/70{--tw-shadow-color: rgb(99 102 241 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/75{--tw-shadow-color: rgb(99 102 241 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/80{--tw-shadow-color: rgb(99 102 241 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/85{--tw-shadow-color: rgb(99 102 241 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/90{--tw-shadow-color: rgb(99 102 241 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/95{--tw-shadow-color: rgb(99 102 241 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600{--tw-shadow-color: #4f46e5;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/0{--tw-shadow-color: rgb(79 70 229 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/10{--tw-shadow-color: rgb(79 70 229 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/100{--tw-shadow-color: rgb(79 70 229 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/15{--tw-shadow-color: rgb(79 70 229 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/20{--tw-shadow-color: rgb(79 70 229 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/25{--tw-shadow-color: rgb(79 70 229 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/30{--tw-shadow-color: rgb(79 70 229 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/35{--tw-shadow-color: rgb(79 70 229 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/40{--tw-shadow-color: rgb(79 70 229 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/45{--tw-shadow-color: rgb(79 70 229 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/5{--tw-shadow-color: rgb(79 70 229 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/50{--tw-shadow-color: rgb(79 70 229 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/55{--tw-shadow-color: rgb(79 70 229 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/60{--tw-shadow-color: rgb(79 70 229 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/65{--tw-shadow-color: rgb(79 70 229 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/70{--tw-shadow-color: rgb(79 70 229 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/75{--tw-shadow-color: rgb(79 70 229 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/80{--tw-shadow-color: rgb(79 70 229 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/85{--tw-shadow-color: rgb(79 70 229 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/90{--tw-shadow-color: rgb(79 70 229 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-600\/95{--tw-shadow-color: rgb(79 70 229 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700{--tw-shadow-color: #4338ca;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/0{--tw-shadow-color: rgb(67 56 202 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/10{--tw-shadow-color: rgb(67 56 202 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/100{--tw-shadow-color: rgb(67 56 202 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/15{--tw-shadow-color: rgb(67 56 202 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/20{--tw-shadow-color: rgb(67 56 202 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/25{--tw-shadow-color: rgb(67 56 202 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/30{--tw-shadow-color: rgb(67 56 202 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/35{--tw-shadow-color: rgb(67 56 202 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/40{--tw-shadow-color: rgb(67 56 202 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/45{--tw-shadow-color: rgb(67 56 202 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/5{--tw-shadow-color: rgb(67 56 202 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/50{--tw-shadow-color: rgb(67 56 202 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/55{--tw-shadow-color: rgb(67 56 202 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/60{--tw-shadow-color: rgb(67 56 202 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/65{--tw-shadow-color: rgb(67 56 202 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/70{--tw-shadow-color: rgb(67 56 202 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/75{--tw-shadow-color: rgb(67 56 202 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/80{--tw-shadow-color: rgb(67 56 202 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/85{--tw-shadow-color: rgb(67 56 202 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/90{--tw-shadow-color: rgb(67 56 202 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-700\/95{--tw-shadow-color: rgb(67 56 202 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800{--tw-shadow-color: #3730a3;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/0{--tw-shadow-color: rgb(55 48 163 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/10{--tw-shadow-color: rgb(55 48 163 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/100{--tw-shadow-color: rgb(55 48 163 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/15{--tw-shadow-color: rgb(55 48 163 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/20{--tw-shadow-color: rgb(55 48 163 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/25{--tw-shadow-color: rgb(55 48 163 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/30{--tw-shadow-color: rgb(55 48 163 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/35{--tw-shadow-color: rgb(55 48 163 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/40{--tw-shadow-color: rgb(55 48 163 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/45{--tw-shadow-color: rgb(55 48 163 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/5{--tw-shadow-color: rgb(55 48 163 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/50{--tw-shadow-color: rgb(55 48 163 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/55{--tw-shadow-color: rgb(55 48 163 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/60{--tw-shadow-color: rgb(55 48 163 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/65{--tw-shadow-color: rgb(55 48 163 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/70{--tw-shadow-color: rgb(55 48 163 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/75{--tw-shadow-color: rgb(55 48 163 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/80{--tw-shadow-color: rgb(55 48 163 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/85{--tw-shadow-color: rgb(55 48 163 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/90{--tw-shadow-color: rgb(55 48 163 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-800\/95{--tw-shadow-color: rgb(55 48 163 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900{--tw-shadow-color: #312e81;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/0{--tw-shadow-color: rgb(49 46 129 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/10{--tw-shadow-color: rgb(49 46 129 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/100{--tw-shadow-color: rgb(49 46 129 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/15{--tw-shadow-color: rgb(49 46 129 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/20{--tw-shadow-color: rgb(49 46 129 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/25{--tw-shadow-color: rgb(49 46 129 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/30{--tw-shadow-color: rgb(49 46 129 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/35{--tw-shadow-color: rgb(49 46 129 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/40{--tw-shadow-color: rgb(49 46 129 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/45{--tw-shadow-color: rgb(49 46 129 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/5{--tw-shadow-color: rgb(49 46 129 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/50{--tw-shadow-color: rgb(49 46 129 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/55{--tw-shadow-color: rgb(49 46 129 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/60{--tw-shadow-color: rgb(49 46 129 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/65{--tw-shadow-color: rgb(49 46 129 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/70{--tw-shadow-color: rgb(49 46 129 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/75{--tw-shadow-color: rgb(49 46 129 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/80{--tw-shadow-color: rgb(49 46 129 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/85{--tw-shadow-color: rgb(49 46 129 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/90{--tw-shadow-color: rgb(49 46 129 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-900\/95{--tw-shadow-color: rgb(49 46 129 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950{--tw-shadow-color: #1e1b4b;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/0{--tw-shadow-color: rgb(30 27 75 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/10{--tw-shadow-color: rgb(30 27 75 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/100{--tw-shadow-color: rgb(30 27 75 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/15{--tw-shadow-color: rgb(30 27 75 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/20{--tw-shadow-color: rgb(30 27 75 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/25{--tw-shadow-color: rgb(30 27 75 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/30{--tw-shadow-color: rgb(30 27 75 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/35{--tw-shadow-color: rgb(30 27 75 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/40{--tw-shadow-color: rgb(30 27 75 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/45{--tw-shadow-color: rgb(30 27 75 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/5{--tw-shadow-color: rgb(30 27 75 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/50{--tw-shadow-color: rgb(30 27 75 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/55{--tw-shadow-color: rgb(30 27 75 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/60{--tw-shadow-color: rgb(30 27 75 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/65{--tw-shadow-color: rgb(30 27 75 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/70{--tw-shadow-color: rgb(30 27 75 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/75{--tw-shadow-color: rgb(30 27 75 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/80{--tw-shadow-color: rgb(30 27 75 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/85{--tw-shadow-color: rgb(30 27 75 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/90{--tw-shadow-color: rgb(30 27 75 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-950\/95{--tw-shadow-color: rgb(30 27 75 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-inherit{--tw-shadow-color: inherit;--tw-shadow: var(--tw-shadow-colored)}.shadow-input{--tw-shadow-color: var(--input);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100{--tw-shadow-color: #ecfccb;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/0{--tw-shadow-color: rgb(236 252 203 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/10{--tw-shadow-color: rgb(236 252 203 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/100{--tw-shadow-color: rgb(236 252 203 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/15{--tw-shadow-color: rgb(236 252 203 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/20{--tw-shadow-color: rgb(236 252 203 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/25{--tw-shadow-color: rgb(236 252 203 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/30{--tw-shadow-color: rgb(236 252 203 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/35{--tw-shadow-color: rgb(236 252 203 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/40{--tw-shadow-color: rgb(236 252 203 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/45{--tw-shadow-color: rgb(236 252 203 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/5{--tw-shadow-color: rgb(236 252 203 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/50{--tw-shadow-color: rgb(236 252 203 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/55{--tw-shadow-color: rgb(236 252 203 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/60{--tw-shadow-color: rgb(236 252 203 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/65{--tw-shadow-color: rgb(236 252 203 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/70{--tw-shadow-color: rgb(236 252 203 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/75{--tw-shadow-color: rgb(236 252 203 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/80{--tw-shadow-color: rgb(236 252 203 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/85{--tw-shadow-color: rgb(236 252 203 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/90{--tw-shadow-color: rgb(236 252 203 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-100\/95{--tw-shadow-color: rgb(236 252 203 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200{--tw-shadow-color: #d9f99d;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/0{--tw-shadow-color: rgb(217 249 157 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/10{--tw-shadow-color: rgb(217 249 157 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/100{--tw-shadow-color: rgb(217 249 157 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/15{--tw-shadow-color: rgb(217 249 157 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/20{--tw-shadow-color: rgb(217 249 157 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/25{--tw-shadow-color: rgb(217 249 157 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/30{--tw-shadow-color: rgb(217 249 157 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/35{--tw-shadow-color: rgb(217 249 157 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/40{--tw-shadow-color: rgb(217 249 157 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/45{--tw-shadow-color: rgb(217 249 157 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/5{--tw-shadow-color: rgb(217 249 157 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/50{--tw-shadow-color: rgb(217 249 157 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/55{--tw-shadow-color: rgb(217 249 157 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/60{--tw-shadow-color: rgb(217 249 157 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/65{--tw-shadow-color: rgb(217 249 157 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/70{--tw-shadow-color: rgb(217 249 157 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/75{--tw-shadow-color: rgb(217 249 157 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/80{--tw-shadow-color: rgb(217 249 157 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/85{--tw-shadow-color: rgb(217 249 157 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/90{--tw-shadow-color: rgb(217 249 157 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-200\/95{--tw-shadow-color: rgb(217 249 157 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300{--tw-shadow-color: #bef264;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/0{--tw-shadow-color: rgb(190 242 100 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/10{--tw-shadow-color: rgb(190 242 100 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/100{--tw-shadow-color: rgb(190 242 100 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/15{--tw-shadow-color: rgb(190 242 100 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/20{--tw-shadow-color: rgb(190 242 100 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/25{--tw-shadow-color: rgb(190 242 100 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/30{--tw-shadow-color: rgb(190 242 100 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/35{--tw-shadow-color: rgb(190 242 100 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/40{--tw-shadow-color: rgb(190 242 100 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/45{--tw-shadow-color: rgb(190 242 100 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/5{--tw-shadow-color: rgb(190 242 100 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/50{--tw-shadow-color: rgb(190 242 100 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/55{--tw-shadow-color: rgb(190 242 100 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/60{--tw-shadow-color: rgb(190 242 100 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/65{--tw-shadow-color: rgb(190 242 100 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/70{--tw-shadow-color: rgb(190 242 100 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/75{--tw-shadow-color: rgb(190 242 100 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/80{--tw-shadow-color: rgb(190 242 100 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/85{--tw-shadow-color: rgb(190 242 100 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/90{--tw-shadow-color: rgb(190 242 100 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-300\/95{--tw-shadow-color: rgb(190 242 100 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400{--tw-shadow-color: #a3e635;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/0{--tw-shadow-color: rgb(163 230 53 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/10{--tw-shadow-color: rgb(163 230 53 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/100{--tw-shadow-color: rgb(163 230 53 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/15{--tw-shadow-color: rgb(163 230 53 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/20{--tw-shadow-color: rgb(163 230 53 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/25{--tw-shadow-color: rgb(163 230 53 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/30{--tw-shadow-color: rgb(163 230 53 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/35{--tw-shadow-color: rgb(163 230 53 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/40{--tw-shadow-color: rgb(163 230 53 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/45{--tw-shadow-color: rgb(163 230 53 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/5{--tw-shadow-color: rgb(163 230 53 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/50{--tw-shadow-color: rgb(163 230 53 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/55{--tw-shadow-color: rgb(163 230 53 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/60{--tw-shadow-color: rgb(163 230 53 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/65{--tw-shadow-color: rgb(163 230 53 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/70{--tw-shadow-color: rgb(163 230 53 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/75{--tw-shadow-color: rgb(163 230 53 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/80{--tw-shadow-color: rgb(163 230 53 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/85{--tw-shadow-color: rgb(163 230 53 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/90{--tw-shadow-color: rgb(163 230 53 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-400\/95{--tw-shadow-color: rgb(163 230 53 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50{--tw-shadow-color: #f7fee7;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/0{--tw-shadow-color: rgb(247 254 231 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/10{--tw-shadow-color: rgb(247 254 231 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/100{--tw-shadow-color: rgb(247 254 231 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/15{--tw-shadow-color: rgb(247 254 231 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/20{--tw-shadow-color: rgb(247 254 231 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/25{--tw-shadow-color: rgb(247 254 231 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/30{--tw-shadow-color: rgb(247 254 231 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/35{--tw-shadow-color: rgb(247 254 231 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/40{--tw-shadow-color: rgb(247 254 231 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/45{--tw-shadow-color: rgb(247 254 231 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/5{--tw-shadow-color: rgb(247 254 231 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/50{--tw-shadow-color: rgb(247 254 231 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/55{--tw-shadow-color: rgb(247 254 231 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/60{--tw-shadow-color: rgb(247 254 231 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/65{--tw-shadow-color: rgb(247 254 231 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/70{--tw-shadow-color: rgb(247 254 231 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/75{--tw-shadow-color: rgb(247 254 231 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/80{--tw-shadow-color: rgb(247 254 231 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/85{--tw-shadow-color: rgb(247 254 231 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/90{--tw-shadow-color: rgb(247 254 231 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-50\/95{--tw-shadow-color: rgb(247 254 231 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500{--tw-shadow-color: #84cc16;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/0{--tw-shadow-color: rgb(132 204 22 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/10{--tw-shadow-color: rgb(132 204 22 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/100{--tw-shadow-color: rgb(132 204 22 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/15{--tw-shadow-color: rgb(132 204 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/20{--tw-shadow-color: rgb(132 204 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/25{--tw-shadow-color: rgb(132 204 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/30{--tw-shadow-color: rgb(132 204 22 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/35{--tw-shadow-color: rgb(132 204 22 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/40{--tw-shadow-color: rgb(132 204 22 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/45{--tw-shadow-color: rgb(132 204 22 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/5{--tw-shadow-color: rgb(132 204 22 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/50{--tw-shadow-color: rgb(132 204 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/55{--tw-shadow-color: rgb(132 204 22 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/60{--tw-shadow-color: rgb(132 204 22 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/65{--tw-shadow-color: rgb(132 204 22 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/70{--tw-shadow-color: rgb(132 204 22 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/75{--tw-shadow-color: rgb(132 204 22 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/80{--tw-shadow-color: rgb(132 204 22 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/85{--tw-shadow-color: rgb(132 204 22 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/90{--tw-shadow-color: rgb(132 204 22 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/95{--tw-shadow-color: rgb(132 204 22 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600{--tw-shadow-color: #65a30d;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/0{--tw-shadow-color: rgb(101 163 13 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/10{--tw-shadow-color: rgb(101 163 13 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/100{--tw-shadow-color: rgb(101 163 13 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/15{--tw-shadow-color: rgb(101 163 13 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/20{--tw-shadow-color: rgb(101 163 13 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/25{--tw-shadow-color: rgb(101 163 13 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/30{--tw-shadow-color: rgb(101 163 13 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/35{--tw-shadow-color: rgb(101 163 13 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/40{--tw-shadow-color: rgb(101 163 13 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/45{--tw-shadow-color: rgb(101 163 13 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/5{--tw-shadow-color: rgb(101 163 13 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/50{--tw-shadow-color: rgb(101 163 13 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/55{--tw-shadow-color: rgb(101 163 13 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/60{--tw-shadow-color: rgb(101 163 13 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/65{--tw-shadow-color: rgb(101 163 13 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/70{--tw-shadow-color: rgb(101 163 13 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/75{--tw-shadow-color: rgb(101 163 13 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/80{--tw-shadow-color: rgb(101 163 13 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/85{--tw-shadow-color: rgb(101 163 13 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/90{--tw-shadow-color: rgb(101 163 13 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-600\/95{--tw-shadow-color: rgb(101 163 13 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700{--tw-shadow-color: #4d7c0f;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/0{--tw-shadow-color: rgb(77 124 15 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/10{--tw-shadow-color: rgb(77 124 15 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/100{--tw-shadow-color: rgb(77 124 15 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/15{--tw-shadow-color: rgb(77 124 15 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/20{--tw-shadow-color: rgb(77 124 15 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/25{--tw-shadow-color: rgb(77 124 15 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/30{--tw-shadow-color: rgb(77 124 15 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/35{--tw-shadow-color: rgb(77 124 15 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/40{--tw-shadow-color: rgb(77 124 15 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/45{--tw-shadow-color: rgb(77 124 15 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/5{--tw-shadow-color: rgb(77 124 15 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/50{--tw-shadow-color: rgb(77 124 15 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/55{--tw-shadow-color: rgb(77 124 15 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/60{--tw-shadow-color: rgb(77 124 15 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/65{--tw-shadow-color: rgb(77 124 15 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/70{--tw-shadow-color: rgb(77 124 15 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/75{--tw-shadow-color: rgb(77 124 15 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/80{--tw-shadow-color: rgb(77 124 15 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/85{--tw-shadow-color: rgb(77 124 15 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/90{--tw-shadow-color: rgb(77 124 15 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-700\/95{--tw-shadow-color: rgb(77 124 15 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800{--tw-shadow-color: #3f6212;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/0{--tw-shadow-color: rgb(63 98 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/10{--tw-shadow-color: rgb(63 98 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/100{--tw-shadow-color: rgb(63 98 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/15{--tw-shadow-color: rgb(63 98 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/20{--tw-shadow-color: rgb(63 98 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/25{--tw-shadow-color: rgb(63 98 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/30{--tw-shadow-color: rgb(63 98 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/35{--tw-shadow-color: rgb(63 98 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/40{--tw-shadow-color: rgb(63 98 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/45{--tw-shadow-color: rgb(63 98 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/5{--tw-shadow-color: rgb(63 98 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/50{--tw-shadow-color: rgb(63 98 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/55{--tw-shadow-color: rgb(63 98 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/60{--tw-shadow-color: rgb(63 98 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/65{--tw-shadow-color: rgb(63 98 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/70{--tw-shadow-color: rgb(63 98 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/75{--tw-shadow-color: rgb(63 98 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/80{--tw-shadow-color: rgb(63 98 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/85{--tw-shadow-color: rgb(63 98 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/90{--tw-shadow-color: rgb(63 98 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/95{--tw-shadow-color: rgb(63 98 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900{--tw-shadow-color: #365314;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/0{--tw-shadow-color: rgb(54 83 20 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/10{--tw-shadow-color: rgb(54 83 20 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/100{--tw-shadow-color: rgb(54 83 20 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/15{--tw-shadow-color: rgb(54 83 20 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/20{--tw-shadow-color: rgb(54 83 20 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/25{--tw-shadow-color: rgb(54 83 20 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/30{--tw-shadow-color: rgb(54 83 20 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/35{--tw-shadow-color: rgb(54 83 20 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/40{--tw-shadow-color: rgb(54 83 20 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/45{--tw-shadow-color: rgb(54 83 20 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/5{--tw-shadow-color: rgb(54 83 20 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/50{--tw-shadow-color: rgb(54 83 20 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/55{--tw-shadow-color: rgb(54 83 20 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/60{--tw-shadow-color: rgb(54 83 20 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/65{--tw-shadow-color: rgb(54 83 20 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/70{--tw-shadow-color: rgb(54 83 20 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/75{--tw-shadow-color: rgb(54 83 20 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/80{--tw-shadow-color: rgb(54 83 20 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/85{--tw-shadow-color: rgb(54 83 20 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/90{--tw-shadow-color: rgb(54 83 20 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-900\/95{--tw-shadow-color: rgb(54 83 20 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950{--tw-shadow-color: #1a2e05;--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/0{--tw-shadow-color: rgb(26 46 5 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/10{--tw-shadow-color: rgb(26 46 5 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/100{--tw-shadow-color: rgb(26 46 5 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/15{--tw-shadow-color: rgb(26 46 5 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/20{--tw-shadow-color: rgb(26 46 5 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/25{--tw-shadow-color: rgb(26 46 5 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/30{--tw-shadow-color: rgb(26 46 5 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/35{--tw-shadow-color: rgb(26 46 5 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/40{--tw-shadow-color: rgb(26 46 5 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/45{--tw-shadow-color: rgb(26 46 5 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/5{--tw-shadow-color: rgb(26 46 5 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/50{--tw-shadow-color: rgb(26 46 5 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/55{--tw-shadow-color: rgb(26 46 5 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/60{--tw-shadow-color: rgb(26 46 5 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/65{--tw-shadow-color: rgb(26 46 5 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/70{--tw-shadow-color: rgb(26 46 5 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/75{--tw-shadow-color: rgb(26 46 5 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/80{--tw-shadow-color: rgb(26 46 5 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/85{--tw-shadow-color: rgb(26 46 5 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/90{--tw-shadow-color: rgb(26 46 5 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-950\/95{--tw-shadow-color: rgb(26 46 5 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-muted{--tw-shadow-color: var(--muted);--tw-shadow: var(--tw-shadow-colored)}.shadow-muted-foreground{--tw-shadow-color: var(--muted-foreground);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100{--tw-shadow-color: #f5f5f5;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/0{--tw-shadow-color: rgb(245 245 245 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/10{--tw-shadow-color: rgb(245 245 245 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/100{--tw-shadow-color: rgb(245 245 245 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/15{--tw-shadow-color: rgb(245 245 245 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/20{--tw-shadow-color: rgb(245 245 245 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/25{--tw-shadow-color: rgb(245 245 245 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/30{--tw-shadow-color: rgb(245 245 245 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/35{--tw-shadow-color: rgb(245 245 245 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/40{--tw-shadow-color: rgb(245 245 245 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/45{--tw-shadow-color: rgb(245 245 245 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/5{--tw-shadow-color: rgb(245 245 245 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/50{--tw-shadow-color: rgb(245 245 245 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/55{--tw-shadow-color: rgb(245 245 245 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/60{--tw-shadow-color: rgb(245 245 245 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/65{--tw-shadow-color: rgb(245 245 245 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/70{--tw-shadow-color: rgb(245 245 245 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/75{--tw-shadow-color: rgb(245 245 245 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/80{--tw-shadow-color: rgb(245 245 245 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/85{--tw-shadow-color: rgb(245 245 245 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/90{--tw-shadow-color: rgb(245 245 245 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-100\/95{--tw-shadow-color: rgb(245 245 245 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200{--tw-shadow-color: #e5e5e5;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/0{--tw-shadow-color: rgb(229 229 229 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/10{--tw-shadow-color: rgb(229 229 229 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/100{--tw-shadow-color: rgb(229 229 229 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/15{--tw-shadow-color: rgb(229 229 229 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/20{--tw-shadow-color: rgb(229 229 229 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/25{--tw-shadow-color: rgb(229 229 229 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/30{--tw-shadow-color: rgb(229 229 229 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/35{--tw-shadow-color: rgb(229 229 229 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/40{--tw-shadow-color: rgb(229 229 229 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/45{--tw-shadow-color: rgb(229 229 229 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/5{--tw-shadow-color: rgb(229 229 229 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/50{--tw-shadow-color: rgb(229 229 229 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/55{--tw-shadow-color: rgb(229 229 229 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/60{--tw-shadow-color: rgb(229 229 229 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/65{--tw-shadow-color: rgb(229 229 229 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/70{--tw-shadow-color: rgb(229 229 229 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/75{--tw-shadow-color: rgb(229 229 229 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/80{--tw-shadow-color: rgb(229 229 229 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/85{--tw-shadow-color: rgb(229 229 229 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/90{--tw-shadow-color: rgb(229 229 229 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-200\/95{--tw-shadow-color: rgb(229 229 229 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300{--tw-shadow-color: #d4d4d4;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/0{--tw-shadow-color: rgb(212 212 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/10{--tw-shadow-color: rgb(212 212 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/100{--tw-shadow-color: rgb(212 212 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/15{--tw-shadow-color: rgb(212 212 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/20{--tw-shadow-color: rgb(212 212 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/25{--tw-shadow-color: rgb(212 212 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/30{--tw-shadow-color: rgb(212 212 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/35{--tw-shadow-color: rgb(212 212 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/40{--tw-shadow-color: rgb(212 212 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/45{--tw-shadow-color: rgb(212 212 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/5{--tw-shadow-color: rgb(212 212 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/50{--tw-shadow-color: rgb(212 212 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/55{--tw-shadow-color: rgb(212 212 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/60{--tw-shadow-color: rgb(212 212 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/65{--tw-shadow-color: rgb(212 212 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/70{--tw-shadow-color: rgb(212 212 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/75{--tw-shadow-color: rgb(212 212 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/80{--tw-shadow-color: rgb(212 212 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/85{--tw-shadow-color: rgb(212 212 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/90{--tw-shadow-color: rgb(212 212 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-300\/95{--tw-shadow-color: rgb(212 212 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400{--tw-shadow-color: #a3a3a3;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/0{--tw-shadow-color: rgb(163 163 163 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/10{--tw-shadow-color: rgb(163 163 163 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/100{--tw-shadow-color: rgb(163 163 163 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/15{--tw-shadow-color: rgb(163 163 163 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/20{--tw-shadow-color: rgb(163 163 163 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/25{--tw-shadow-color: rgb(163 163 163 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/30{--tw-shadow-color: rgb(163 163 163 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/35{--tw-shadow-color: rgb(163 163 163 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/40{--tw-shadow-color: rgb(163 163 163 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/45{--tw-shadow-color: rgb(163 163 163 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/5{--tw-shadow-color: rgb(163 163 163 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/50{--tw-shadow-color: rgb(163 163 163 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/55{--tw-shadow-color: rgb(163 163 163 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/60{--tw-shadow-color: rgb(163 163 163 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/65{--tw-shadow-color: rgb(163 163 163 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/70{--tw-shadow-color: rgb(163 163 163 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/75{--tw-shadow-color: rgb(163 163 163 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/80{--tw-shadow-color: rgb(163 163 163 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/85{--tw-shadow-color: rgb(163 163 163 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/90{--tw-shadow-color: rgb(163 163 163 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-400\/95{--tw-shadow-color: rgb(163 163 163 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50{--tw-shadow-color: #fafafa;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/0{--tw-shadow-color: rgb(250 250 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/10{--tw-shadow-color: rgb(250 250 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/100{--tw-shadow-color: rgb(250 250 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/15{--tw-shadow-color: rgb(250 250 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/20{--tw-shadow-color: rgb(250 250 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/25{--tw-shadow-color: rgb(250 250 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/30{--tw-shadow-color: rgb(250 250 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/35{--tw-shadow-color: rgb(250 250 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/40{--tw-shadow-color: rgb(250 250 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/45{--tw-shadow-color: rgb(250 250 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/5{--tw-shadow-color: rgb(250 250 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/50{--tw-shadow-color: rgb(250 250 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/55{--tw-shadow-color: rgb(250 250 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/60{--tw-shadow-color: rgb(250 250 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/65{--tw-shadow-color: rgb(250 250 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/70{--tw-shadow-color: rgb(250 250 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/75{--tw-shadow-color: rgb(250 250 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/80{--tw-shadow-color: rgb(250 250 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/85{--tw-shadow-color: rgb(250 250 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/90{--tw-shadow-color: rgb(250 250 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-50\/95{--tw-shadow-color: rgb(250 250 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500{--tw-shadow-color: #737373;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/0{--tw-shadow-color: rgb(115 115 115 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/10{--tw-shadow-color: rgb(115 115 115 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/100{--tw-shadow-color: rgb(115 115 115 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/15{--tw-shadow-color: rgb(115 115 115 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/20{--tw-shadow-color: rgb(115 115 115 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/25{--tw-shadow-color: rgb(115 115 115 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/30{--tw-shadow-color: rgb(115 115 115 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/35{--tw-shadow-color: rgb(115 115 115 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/40{--tw-shadow-color: rgb(115 115 115 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/45{--tw-shadow-color: rgb(115 115 115 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/5{--tw-shadow-color: rgb(115 115 115 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/50{--tw-shadow-color: rgb(115 115 115 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/55{--tw-shadow-color: rgb(115 115 115 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/60{--tw-shadow-color: rgb(115 115 115 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/65{--tw-shadow-color: rgb(115 115 115 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/70{--tw-shadow-color: rgb(115 115 115 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/75{--tw-shadow-color: rgb(115 115 115 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/80{--tw-shadow-color: rgb(115 115 115 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/85{--tw-shadow-color: rgb(115 115 115 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/90{--tw-shadow-color: rgb(115 115 115 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-500\/95{--tw-shadow-color: rgb(115 115 115 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600{--tw-shadow-color: #525252;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/0{--tw-shadow-color: rgb(82 82 82 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/10{--tw-shadow-color: rgb(82 82 82 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/100{--tw-shadow-color: rgb(82 82 82 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/15{--tw-shadow-color: rgb(82 82 82 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/20{--tw-shadow-color: rgb(82 82 82 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/25{--tw-shadow-color: rgb(82 82 82 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/30{--tw-shadow-color: rgb(82 82 82 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/35{--tw-shadow-color: rgb(82 82 82 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/40{--tw-shadow-color: rgb(82 82 82 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/45{--tw-shadow-color: rgb(82 82 82 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/5{--tw-shadow-color: rgb(82 82 82 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/50{--tw-shadow-color: rgb(82 82 82 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/55{--tw-shadow-color: rgb(82 82 82 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/60{--tw-shadow-color: rgb(82 82 82 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/65{--tw-shadow-color: rgb(82 82 82 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/70{--tw-shadow-color: rgb(82 82 82 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/75{--tw-shadow-color: rgb(82 82 82 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/80{--tw-shadow-color: rgb(82 82 82 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/85{--tw-shadow-color: rgb(82 82 82 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/90{--tw-shadow-color: rgb(82 82 82 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-600\/95{--tw-shadow-color: rgb(82 82 82 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700{--tw-shadow-color: #404040;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/0{--tw-shadow-color: rgb(64 64 64 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/10{--tw-shadow-color: rgb(64 64 64 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/100{--tw-shadow-color: rgb(64 64 64 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/15{--tw-shadow-color: rgb(64 64 64 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/20{--tw-shadow-color: rgb(64 64 64 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/25{--tw-shadow-color: rgb(64 64 64 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/30{--tw-shadow-color: rgb(64 64 64 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/35{--tw-shadow-color: rgb(64 64 64 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/40{--tw-shadow-color: rgb(64 64 64 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/45{--tw-shadow-color: rgb(64 64 64 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/5{--tw-shadow-color: rgb(64 64 64 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/50{--tw-shadow-color: rgb(64 64 64 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/55{--tw-shadow-color: rgb(64 64 64 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/60{--tw-shadow-color: rgb(64 64 64 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/65{--tw-shadow-color: rgb(64 64 64 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/70{--tw-shadow-color: rgb(64 64 64 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/75{--tw-shadow-color: rgb(64 64 64 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/80{--tw-shadow-color: rgb(64 64 64 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/85{--tw-shadow-color: rgb(64 64 64 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/90{--tw-shadow-color: rgb(64 64 64 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-700\/95{--tw-shadow-color: rgb(64 64 64 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800{--tw-shadow-color: #262626;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/0{--tw-shadow-color: rgb(38 38 38 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/10{--tw-shadow-color: rgb(38 38 38 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/100{--tw-shadow-color: rgb(38 38 38 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/15{--tw-shadow-color: rgb(38 38 38 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/20{--tw-shadow-color: rgb(38 38 38 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/25{--tw-shadow-color: rgb(38 38 38 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/30{--tw-shadow-color: rgb(38 38 38 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/35{--tw-shadow-color: rgb(38 38 38 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/40{--tw-shadow-color: rgb(38 38 38 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/45{--tw-shadow-color: rgb(38 38 38 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/5{--tw-shadow-color: rgb(38 38 38 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/50{--tw-shadow-color: rgb(38 38 38 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/55{--tw-shadow-color: rgb(38 38 38 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/60{--tw-shadow-color: rgb(38 38 38 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/65{--tw-shadow-color: rgb(38 38 38 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/70{--tw-shadow-color: rgb(38 38 38 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/75{--tw-shadow-color: rgb(38 38 38 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/80{--tw-shadow-color: rgb(38 38 38 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/85{--tw-shadow-color: rgb(38 38 38 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/90{--tw-shadow-color: rgb(38 38 38 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-800\/95{--tw-shadow-color: rgb(38 38 38 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900{--tw-shadow-color: #171717;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/0{--tw-shadow-color: rgb(23 23 23 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/10{--tw-shadow-color: rgb(23 23 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/100{--tw-shadow-color: rgb(23 23 23 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/15{--tw-shadow-color: rgb(23 23 23 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/20{--tw-shadow-color: rgb(23 23 23 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/25{--tw-shadow-color: rgb(23 23 23 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/30{--tw-shadow-color: rgb(23 23 23 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/35{--tw-shadow-color: rgb(23 23 23 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/40{--tw-shadow-color: rgb(23 23 23 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/45{--tw-shadow-color: rgb(23 23 23 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/5{--tw-shadow-color: rgb(23 23 23 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/50{--tw-shadow-color: rgb(23 23 23 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/55{--tw-shadow-color: rgb(23 23 23 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/60{--tw-shadow-color: rgb(23 23 23 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/65{--tw-shadow-color: rgb(23 23 23 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/70{--tw-shadow-color: rgb(23 23 23 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/75{--tw-shadow-color: rgb(23 23 23 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/80{--tw-shadow-color: rgb(23 23 23 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/85{--tw-shadow-color: rgb(23 23 23 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/90{--tw-shadow-color: rgb(23 23 23 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-900\/95{--tw-shadow-color: rgb(23 23 23 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950{--tw-shadow-color: #0a0a0a;--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/0{--tw-shadow-color: rgb(10 10 10 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/10{--tw-shadow-color: rgb(10 10 10 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/100{--tw-shadow-color: rgb(10 10 10 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/15{--tw-shadow-color: rgb(10 10 10 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/20{--tw-shadow-color: rgb(10 10 10 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/25{--tw-shadow-color: rgb(10 10 10 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/30{--tw-shadow-color: rgb(10 10 10 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/35{--tw-shadow-color: rgb(10 10 10 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/40{--tw-shadow-color: rgb(10 10 10 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/45{--tw-shadow-color: rgb(10 10 10 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/5{--tw-shadow-color: rgb(10 10 10 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/50{--tw-shadow-color: rgb(10 10 10 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/55{--tw-shadow-color: rgb(10 10 10 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/60{--tw-shadow-color: rgb(10 10 10 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/65{--tw-shadow-color: rgb(10 10 10 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/70{--tw-shadow-color: rgb(10 10 10 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/75{--tw-shadow-color: rgb(10 10 10 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/80{--tw-shadow-color: rgb(10 10 10 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/85{--tw-shadow-color: rgb(10 10 10 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/90{--tw-shadow-color: rgb(10 10 10 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-neutral-950\/95{--tw-shadow-color: rgb(10 10 10 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100{--tw-shadow-color: #ffedd5;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/0{--tw-shadow-color: rgb(255 237 213 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/10{--tw-shadow-color: rgb(255 237 213 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/100{--tw-shadow-color: rgb(255 237 213 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/15{--tw-shadow-color: rgb(255 237 213 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/20{--tw-shadow-color: rgb(255 237 213 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/25{--tw-shadow-color: rgb(255 237 213 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/30{--tw-shadow-color: rgb(255 237 213 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/35{--tw-shadow-color: rgb(255 237 213 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/40{--tw-shadow-color: rgb(255 237 213 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/45{--tw-shadow-color: rgb(255 237 213 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/5{--tw-shadow-color: rgb(255 237 213 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/50{--tw-shadow-color: rgb(255 237 213 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/55{--tw-shadow-color: rgb(255 237 213 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/60{--tw-shadow-color: rgb(255 237 213 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/65{--tw-shadow-color: rgb(255 237 213 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/70{--tw-shadow-color: rgb(255 237 213 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/75{--tw-shadow-color: rgb(255 237 213 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/80{--tw-shadow-color: rgb(255 237 213 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/85{--tw-shadow-color: rgb(255 237 213 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/90{--tw-shadow-color: rgb(255 237 213 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/95{--tw-shadow-color: rgb(255 237 213 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200{--tw-shadow-color: #fed7aa;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/0{--tw-shadow-color: rgb(254 215 170 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/10{--tw-shadow-color: rgb(254 215 170 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/100{--tw-shadow-color: rgb(254 215 170 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/15{--tw-shadow-color: rgb(254 215 170 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/20{--tw-shadow-color: rgb(254 215 170 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/25{--tw-shadow-color: rgb(254 215 170 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/30{--tw-shadow-color: rgb(254 215 170 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/35{--tw-shadow-color: rgb(254 215 170 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/40{--tw-shadow-color: rgb(254 215 170 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/45{--tw-shadow-color: rgb(254 215 170 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/5{--tw-shadow-color: rgb(254 215 170 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/50{--tw-shadow-color: rgb(254 215 170 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/55{--tw-shadow-color: rgb(254 215 170 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/60{--tw-shadow-color: rgb(254 215 170 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/65{--tw-shadow-color: rgb(254 215 170 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/70{--tw-shadow-color: rgb(254 215 170 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/75{--tw-shadow-color: rgb(254 215 170 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/80{--tw-shadow-color: rgb(254 215 170 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/85{--tw-shadow-color: rgb(254 215 170 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/90{--tw-shadow-color: rgb(254 215 170 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-200\/95{--tw-shadow-color: rgb(254 215 170 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300{--tw-shadow-color: #fdba74;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/0{--tw-shadow-color: rgb(253 186 116 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/10{--tw-shadow-color: rgb(253 186 116 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/100{--tw-shadow-color: rgb(253 186 116 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/15{--tw-shadow-color: rgb(253 186 116 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/20{--tw-shadow-color: rgb(253 186 116 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/25{--tw-shadow-color: rgb(253 186 116 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/30{--tw-shadow-color: rgb(253 186 116 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/35{--tw-shadow-color: rgb(253 186 116 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/40{--tw-shadow-color: rgb(253 186 116 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/45{--tw-shadow-color: rgb(253 186 116 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/5{--tw-shadow-color: rgb(253 186 116 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/50{--tw-shadow-color: rgb(253 186 116 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/55{--tw-shadow-color: rgb(253 186 116 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/60{--tw-shadow-color: rgb(253 186 116 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/65{--tw-shadow-color: rgb(253 186 116 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/70{--tw-shadow-color: rgb(253 186 116 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/75{--tw-shadow-color: rgb(253 186 116 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/80{--tw-shadow-color: rgb(253 186 116 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/85{--tw-shadow-color: rgb(253 186 116 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/90{--tw-shadow-color: rgb(253 186 116 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-300\/95{--tw-shadow-color: rgb(253 186 116 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400{--tw-shadow-color: #fb923c;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/0{--tw-shadow-color: rgb(251 146 60 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/10{--tw-shadow-color: rgb(251 146 60 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/100{--tw-shadow-color: rgb(251 146 60 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/15{--tw-shadow-color: rgb(251 146 60 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/20{--tw-shadow-color: rgb(251 146 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/25{--tw-shadow-color: rgb(251 146 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/30{--tw-shadow-color: rgb(251 146 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/35{--tw-shadow-color: rgb(251 146 60 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/40{--tw-shadow-color: rgb(251 146 60 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/45{--tw-shadow-color: rgb(251 146 60 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/5{--tw-shadow-color: rgb(251 146 60 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/50{--tw-shadow-color: rgb(251 146 60 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/55{--tw-shadow-color: rgb(251 146 60 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/60{--tw-shadow-color: rgb(251 146 60 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/65{--tw-shadow-color: rgb(251 146 60 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/70{--tw-shadow-color: rgb(251 146 60 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/75{--tw-shadow-color: rgb(251 146 60 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/80{--tw-shadow-color: rgb(251 146 60 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/85{--tw-shadow-color: rgb(251 146 60 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/90{--tw-shadow-color: rgb(251 146 60 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/95{--tw-shadow-color: rgb(251 146 60 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50{--tw-shadow-color: #fff7ed;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/0{--tw-shadow-color: rgb(255 247 237 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/10{--tw-shadow-color: rgb(255 247 237 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/100{--tw-shadow-color: rgb(255 247 237 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/15{--tw-shadow-color: rgb(255 247 237 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/20{--tw-shadow-color: rgb(255 247 237 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/25{--tw-shadow-color: rgb(255 247 237 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/30{--tw-shadow-color: rgb(255 247 237 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/35{--tw-shadow-color: rgb(255 247 237 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/40{--tw-shadow-color: rgb(255 247 237 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/45{--tw-shadow-color: rgb(255 247 237 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/5{--tw-shadow-color: rgb(255 247 237 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/50{--tw-shadow-color: rgb(255 247 237 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/55{--tw-shadow-color: rgb(255 247 237 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/60{--tw-shadow-color: rgb(255 247 237 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/65{--tw-shadow-color: rgb(255 247 237 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/70{--tw-shadow-color: rgb(255 247 237 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/75{--tw-shadow-color: rgb(255 247 237 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/80{--tw-shadow-color: rgb(255 247 237 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/85{--tw-shadow-color: rgb(255 247 237 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/90{--tw-shadow-color: rgb(255 247 237 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-50\/95{--tw-shadow-color: rgb(255 247 237 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500{--tw-shadow-color: #f97316;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/0{--tw-shadow-color: rgb(249 115 22 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/10{--tw-shadow-color: rgb(249 115 22 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/100{--tw-shadow-color: rgb(249 115 22 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/15{--tw-shadow-color: rgb(249 115 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/20{--tw-shadow-color: rgb(249 115 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/25{--tw-shadow-color: rgb(249 115 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/30{--tw-shadow-color: rgb(249 115 22 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/35{--tw-shadow-color: rgb(249 115 22 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/40{--tw-shadow-color: rgb(249 115 22 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/45{--tw-shadow-color: rgb(249 115 22 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/5{--tw-shadow-color: rgb(249 115 22 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/50{--tw-shadow-color: rgb(249 115 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/55{--tw-shadow-color: rgb(249 115 22 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/60{--tw-shadow-color: rgb(249 115 22 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/65{--tw-shadow-color: rgb(249 115 22 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/70{--tw-shadow-color: rgb(249 115 22 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/75{--tw-shadow-color: rgb(249 115 22 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/80{--tw-shadow-color: rgb(249 115 22 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/85{--tw-shadow-color: rgb(249 115 22 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/90{--tw-shadow-color: rgb(249 115 22 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/95{--tw-shadow-color: rgb(249 115 22 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600{--tw-shadow-color: #ea580c;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/0{--tw-shadow-color: rgb(234 88 12 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/10{--tw-shadow-color: rgb(234 88 12 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/100{--tw-shadow-color: rgb(234 88 12 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/15{--tw-shadow-color: rgb(234 88 12 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/20{--tw-shadow-color: rgb(234 88 12 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/25{--tw-shadow-color: rgb(234 88 12 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/30{--tw-shadow-color: rgb(234 88 12 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/35{--tw-shadow-color: rgb(234 88 12 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/40{--tw-shadow-color: rgb(234 88 12 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/45{--tw-shadow-color: rgb(234 88 12 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/5{--tw-shadow-color: rgb(234 88 12 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/50{--tw-shadow-color: rgb(234 88 12 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/55{--tw-shadow-color: rgb(234 88 12 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/60{--tw-shadow-color: rgb(234 88 12 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/65{--tw-shadow-color: rgb(234 88 12 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/70{--tw-shadow-color: rgb(234 88 12 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/75{--tw-shadow-color: rgb(234 88 12 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/80{--tw-shadow-color: rgb(234 88 12 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/85{--tw-shadow-color: rgb(234 88 12 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/90{--tw-shadow-color: rgb(234 88 12 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-600\/95{--tw-shadow-color: rgb(234 88 12 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700{--tw-shadow-color: #c2410c;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/0{--tw-shadow-color: rgb(194 65 12 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/10{--tw-shadow-color: rgb(194 65 12 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/100{--tw-shadow-color: rgb(194 65 12 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/15{--tw-shadow-color: rgb(194 65 12 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/20{--tw-shadow-color: rgb(194 65 12 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/25{--tw-shadow-color: rgb(194 65 12 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/30{--tw-shadow-color: rgb(194 65 12 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/35{--tw-shadow-color: rgb(194 65 12 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/40{--tw-shadow-color: rgb(194 65 12 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/45{--tw-shadow-color: rgb(194 65 12 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/5{--tw-shadow-color: rgb(194 65 12 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/50{--tw-shadow-color: rgb(194 65 12 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/55{--tw-shadow-color: rgb(194 65 12 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/60{--tw-shadow-color: rgb(194 65 12 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/65{--tw-shadow-color: rgb(194 65 12 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/70{--tw-shadow-color: rgb(194 65 12 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/75{--tw-shadow-color: rgb(194 65 12 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/80{--tw-shadow-color: rgb(194 65 12 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/85{--tw-shadow-color: rgb(194 65 12 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/90{--tw-shadow-color: rgb(194 65 12 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-700\/95{--tw-shadow-color: rgb(194 65 12 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800{--tw-shadow-color: #9a3412;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/0{--tw-shadow-color: rgb(154 52 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/10{--tw-shadow-color: rgb(154 52 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/100{--tw-shadow-color: rgb(154 52 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/15{--tw-shadow-color: rgb(154 52 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/20{--tw-shadow-color: rgb(154 52 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/25{--tw-shadow-color: rgb(154 52 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/30{--tw-shadow-color: rgb(154 52 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/35{--tw-shadow-color: rgb(154 52 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/40{--tw-shadow-color: rgb(154 52 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/45{--tw-shadow-color: rgb(154 52 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/5{--tw-shadow-color: rgb(154 52 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/50{--tw-shadow-color: rgb(154 52 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/55{--tw-shadow-color: rgb(154 52 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/60{--tw-shadow-color: rgb(154 52 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/65{--tw-shadow-color: rgb(154 52 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/70{--tw-shadow-color: rgb(154 52 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/75{--tw-shadow-color: rgb(154 52 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/80{--tw-shadow-color: rgb(154 52 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/85{--tw-shadow-color: rgb(154 52 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/90{--tw-shadow-color: rgb(154 52 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-800\/95{--tw-shadow-color: rgb(154 52 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900{--tw-shadow-color: #7c2d12;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/0{--tw-shadow-color: rgb(124 45 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/10{--tw-shadow-color: rgb(124 45 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/100{--tw-shadow-color: rgb(124 45 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/15{--tw-shadow-color: rgb(124 45 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/20{--tw-shadow-color: rgb(124 45 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/25{--tw-shadow-color: rgb(124 45 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/30{--tw-shadow-color: rgb(124 45 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/35{--tw-shadow-color: rgb(124 45 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/40{--tw-shadow-color: rgb(124 45 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/45{--tw-shadow-color: rgb(124 45 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/5{--tw-shadow-color: rgb(124 45 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/50{--tw-shadow-color: rgb(124 45 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/55{--tw-shadow-color: rgb(124 45 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/60{--tw-shadow-color: rgb(124 45 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/65{--tw-shadow-color: rgb(124 45 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/70{--tw-shadow-color: rgb(124 45 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/75{--tw-shadow-color: rgb(124 45 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/80{--tw-shadow-color: rgb(124 45 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/85{--tw-shadow-color: rgb(124 45 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/90{--tw-shadow-color: rgb(124 45 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-900\/95{--tw-shadow-color: rgb(124 45 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950{--tw-shadow-color: #431407;--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/0{--tw-shadow-color: rgb(67 20 7 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/10{--tw-shadow-color: rgb(67 20 7 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/100{--tw-shadow-color: rgb(67 20 7 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/15{--tw-shadow-color: rgb(67 20 7 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/20{--tw-shadow-color: rgb(67 20 7 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/25{--tw-shadow-color: rgb(67 20 7 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/30{--tw-shadow-color: rgb(67 20 7 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/35{--tw-shadow-color: rgb(67 20 7 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/40{--tw-shadow-color: rgb(67 20 7 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/45{--tw-shadow-color: rgb(67 20 7 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/5{--tw-shadow-color: rgb(67 20 7 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/50{--tw-shadow-color: rgb(67 20 7 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/55{--tw-shadow-color: rgb(67 20 7 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/60{--tw-shadow-color: rgb(67 20 7 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/65{--tw-shadow-color: rgb(67 20 7 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/70{--tw-shadow-color: rgb(67 20 7 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/75{--tw-shadow-color: rgb(67 20 7 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/80{--tw-shadow-color: rgb(67 20 7 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/85{--tw-shadow-color: rgb(67 20 7 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/90{--tw-shadow-color: rgb(67 20 7 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-950\/95{--tw-shadow-color: rgb(67 20 7 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100{--tw-shadow-color: #fce7f3;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/0{--tw-shadow-color: rgb(252 231 243 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/10{--tw-shadow-color: rgb(252 231 243 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/100{--tw-shadow-color: rgb(252 231 243 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/15{--tw-shadow-color: rgb(252 231 243 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/20{--tw-shadow-color: rgb(252 231 243 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/25{--tw-shadow-color: rgb(252 231 243 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/30{--tw-shadow-color: rgb(252 231 243 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/35{--tw-shadow-color: rgb(252 231 243 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/40{--tw-shadow-color: rgb(252 231 243 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/45{--tw-shadow-color: rgb(252 231 243 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/5{--tw-shadow-color: rgb(252 231 243 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/50{--tw-shadow-color: rgb(252 231 243 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/55{--tw-shadow-color: rgb(252 231 243 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/60{--tw-shadow-color: rgb(252 231 243 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/65{--tw-shadow-color: rgb(252 231 243 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/70{--tw-shadow-color: rgb(252 231 243 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/75{--tw-shadow-color: rgb(252 231 243 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/80{--tw-shadow-color: rgb(252 231 243 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/85{--tw-shadow-color: rgb(252 231 243 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/90{--tw-shadow-color: rgb(252 231 243 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-100\/95{--tw-shadow-color: rgb(252 231 243 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200{--tw-shadow-color: #fbcfe8;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/0{--tw-shadow-color: rgb(251 207 232 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/10{--tw-shadow-color: rgb(251 207 232 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/100{--tw-shadow-color: rgb(251 207 232 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/15{--tw-shadow-color: rgb(251 207 232 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/20{--tw-shadow-color: rgb(251 207 232 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/25{--tw-shadow-color: rgb(251 207 232 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/30{--tw-shadow-color: rgb(251 207 232 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/35{--tw-shadow-color: rgb(251 207 232 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/40{--tw-shadow-color: rgb(251 207 232 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/45{--tw-shadow-color: rgb(251 207 232 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/5{--tw-shadow-color: rgb(251 207 232 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/50{--tw-shadow-color: rgb(251 207 232 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/55{--tw-shadow-color: rgb(251 207 232 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/60{--tw-shadow-color: rgb(251 207 232 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/65{--tw-shadow-color: rgb(251 207 232 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/70{--tw-shadow-color: rgb(251 207 232 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/75{--tw-shadow-color: rgb(251 207 232 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/80{--tw-shadow-color: rgb(251 207 232 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/85{--tw-shadow-color: rgb(251 207 232 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/90{--tw-shadow-color: rgb(251 207 232 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-200\/95{--tw-shadow-color: rgb(251 207 232 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300{--tw-shadow-color: #f9a8d4;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/0{--tw-shadow-color: rgb(249 168 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/10{--tw-shadow-color: rgb(249 168 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/100{--tw-shadow-color: rgb(249 168 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/15{--tw-shadow-color: rgb(249 168 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/20{--tw-shadow-color: rgb(249 168 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/25{--tw-shadow-color: rgb(249 168 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/30{--tw-shadow-color: rgb(249 168 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/35{--tw-shadow-color: rgb(249 168 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/40{--tw-shadow-color: rgb(249 168 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/45{--tw-shadow-color: rgb(249 168 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/5{--tw-shadow-color: rgb(249 168 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/50{--tw-shadow-color: rgb(249 168 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/55{--tw-shadow-color: rgb(249 168 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/60{--tw-shadow-color: rgb(249 168 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/65{--tw-shadow-color: rgb(249 168 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/70{--tw-shadow-color: rgb(249 168 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/75{--tw-shadow-color: rgb(249 168 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/80{--tw-shadow-color: rgb(249 168 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/85{--tw-shadow-color: rgb(249 168 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/90{--tw-shadow-color: rgb(249 168 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-300\/95{--tw-shadow-color: rgb(249 168 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400{--tw-shadow-color: #f472b6;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/0{--tw-shadow-color: rgb(244 114 182 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/10{--tw-shadow-color: rgb(244 114 182 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/100{--tw-shadow-color: rgb(244 114 182 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/15{--tw-shadow-color: rgb(244 114 182 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/20{--tw-shadow-color: rgb(244 114 182 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/25{--tw-shadow-color: rgb(244 114 182 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/30{--tw-shadow-color: rgb(244 114 182 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/35{--tw-shadow-color: rgb(244 114 182 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/40{--tw-shadow-color: rgb(244 114 182 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/45{--tw-shadow-color: rgb(244 114 182 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/5{--tw-shadow-color: rgb(244 114 182 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/50{--tw-shadow-color: rgb(244 114 182 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/55{--tw-shadow-color: rgb(244 114 182 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/60{--tw-shadow-color: rgb(244 114 182 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/65{--tw-shadow-color: rgb(244 114 182 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/70{--tw-shadow-color: rgb(244 114 182 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/75{--tw-shadow-color: rgb(244 114 182 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/80{--tw-shadow-color: rgb(244 114 182 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/85{--tw-shadow-color: rgb(244 114 182 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/90{--tw-shadow-color: rgb(244 114 182 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-400\/95{--tw-shadow-color: rgb(244 114 182 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50{--tw-shadow-color: #fdf2f8;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/0{--tw-shadow-color: rgb(253 242 248 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/10{--tw-shadow-color: rgb(253 242 248 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/100{--tw-shadow-color: rgb(253 242 248 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/15{--tw-shadow-color: rgb(253 242 248 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/20{--tw-shadow-color: rgb(253 242 248 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/25{--tw-shadow-color: rgb(253 242 248 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/30{--tw-shadow-color: rgb(253 242 248 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/35{--tw-shadow-color: rgb(253 242 248 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/40{--tw-shadow-color: rgb(253 242 248 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/45{--tw-shadow-color: rgb(253 242 248 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/5{--tw-shadow-color: rgb(253 242 248 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/50{--tw-shadow-color: rgb(253 242 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/55{--tw-shadow-color: rgb(253 242 248 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/60{--tw-shadow-color: rgb(253 242 248 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/65{--tw-shadow-color: rgb(253 242 248 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/70{--tw-shadow-color: rgb(253 242 248 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/75{--tw-shadow-color: rgb(253 242 248 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/80{--tw-shadow-color: rgb(253 242 248 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/85{--tw-shadow-color: rgb(253 242 248 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/90{--tw-shadow-color: rgb(253 242 248 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-50\/95{--tw-shadow-color: rgb(253 242 248 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500{--tw-shadow-color: #ec4899;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/0{--tw-shadow-color: rgb(236 72 153 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/10{--tw-shadow-color: rgb(236 72 153 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/100{--tw-shadow-color: rgb(236 72 153 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/15{--tw-shadow-color: rgb(236 72 153 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/20{--tw-shadow-color: rgb(236 72 153 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/25{--tw-shadow-color: rgb(236 72 153 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/30{--tw-shadow-color: rgb(236 72 153 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/35{--tw-shadow-color: rgb(236 72 153 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/40{--tw-shadow-color: rgb(236 72 153 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/45{--tw-shadow-color: rgb(236 72 153 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/5{--tw-shadow-color: rgb(236 72 153 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/50{--tw-shadow-color: rgb(236 72 153 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/55{--tw-shadow-color: rgb(236 72 153 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/60{--tw-shadow-color: rgb(236 72 153 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/65{--tw-shadow-color: rgb(236 72 153 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/70{--tw-shadow-color: rgb(236 72 153 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/75{--tw-shadow-color: rgb(236 72 153 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/80{--tw-shadow-color: rgb(236 72 153 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/85{--tw-shadow-color: rgb(236 72 153 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/90{--tw-shadow-color: rgb(236 72 153 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/95{--tw-shadow-color: rgb(236 72 153 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600{--tw-shadow-color: #db2777;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/0{--tw-shadow-color: rgb(219 39 119 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/10{--tw-shadow-color: rgb(219 39 119 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/100{--tw-shadow-color: rgb(219 39 119 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/15{--tw-shadow-color: rgb(219 39 119 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/20{--tw-shadow-color: rgb(219 39 119 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/25{--tw-shadow-color: rgb(219 39 119 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/30{--tw-shadow-color: rgb(219 39 119 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/35{--tw-shadow-color: rgb(219 39 119 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/40{--tw-shadow-color: rgb(219 39 119 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/45{--tw-shadow-color: rgb(219 39 119 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/5{--tw-shadow-color: rgb(219 39 119 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/50{--tw-shadow-color: rgb(219 39 119 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/55{--tw-shadow-color: rgb(219 39 119 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/60{--tw-shadow-color: rgb(219 39 119 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/65{--tw-shadow-color: rgb(219 39 119 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/70{--tw-shadow-color: rgb(219 39 119 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/75{--tw-shadow-color: rgb(219 39 119 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/80{--tw-shadow-color: rgb(219 39 119 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/85{--tw-shadow-color: rgb(219 39 119 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/90{--tw-shadow-color: rgb(219 39 119 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-600\/95{--tw-shadow-color: rgb(219 39 119 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700{--tw-shadow-color: #be185d;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/0{--tw-shadow-color: rgb(190 24 93 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/10{--tw-shadow-color: rgb(190 24 93 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/100{--tw-shadow-color: rgb(190 24 93 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/15{--tw-shadow-color: rgb(190 24 93 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/20{--tw-shadow-color: rgb(190 24 93 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/25{--tw-shadow-color: rgb(190 24 93 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/30{--tw-shadow-color: rgb(190 24 93 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/35{--tw-shadow-color: rgb(190 24 93 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/40{--tw-shadow-color: rgb(190 24 93 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/45{--tw-shadow-color: rgb(190 24 93 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/5{--tw-shadow-color: rgb(190 24 93 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/50{--tw-shadow-color: rgb(190 24 93 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/55{--tw-shadow-color: rgb(190 24 93 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/60{--tw-shadow-color: rgb(190 24 93 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/65{--tw-shadow-color: rgb(190 24 93 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/70{--tw-shadow-color: rgb(190 24 93 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/75{--tw-shadow-color: rgb(190 24 93 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/80{--tw-shadow-color: rgb(190 24 93 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/85{--tw-shadow-color: rgb(190 24 93 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/90{--tw-shadow-color: rgb(190 24 93 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-700\/95{--tw-shadow-color: rgb(190 24 93 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800{--tw-shadow-color: #9d174d;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/0{--tw-shadow-color: rgb(157 23 77 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/10{--tw-shadow-color: rgb(157 23 77 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/100{--tw-shadow-color: rgb(157 23 77 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/15{--tw-shadow-color: rgb(157 23 77 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/20{--tw-shadow-color: rgb(157 23 77 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/25{--tw-shadow-color: rgb(157 23 77 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/30{--tw-shadow-color: rgb(157 23 77 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/35{--tw-shadow-color: rgb(157 23 77 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/40{--tw-shadow-color: rgb(157 23 77 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/45{--tw-shadow-color: rgb(157 23 77 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/5{--tw-shadow-color: rgb(157 23 77 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/50{--tw-shadow-color: rgb(157 23 77 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/55{--tw-shadow-color: rgb(157 23 77 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/60{--tw-shadow-color: rgb(157 23 77 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/65{--tw-shadow-color: rgb(157 23 77 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/70{--tw-shadow-color: rgb(157 23 77 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/75{--tw-shadow-color: rgb(157 23 77 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/80{--tw-shadow-color: rgb(157 23 77 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/85{--tw-shadow-color: rgb(157 23 77 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/90{--tw-shadow-color: rgb(157 23 77 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/95{--tw-shadow-color: rgb(157 23 77 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900{--tw-shadow-color: #831843;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/0{--tw-shadow-color: rgb(131 24 67 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/10{--tw-shadow-color: rgb(131 24 67 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/100{--tw-shadow-color: rgb(131 24 67 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/15{--tw-shadow-color: rgb(131 24 67 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/20{--tw-shadow-color: rgb(131 24 67 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/25{--tw-shadow-color: rgb(131 24 67 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/30{--tw-shadow-color: rgb(131 24 67 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/35{--tw-shadow-color: rgb(131 24 67 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/40{--tw-shadow-color: rgb(131 24 67 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/45{--tw-shadow-color: rgb(131 24 67 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/5{--tw-shadow-color: rgb(131 24 67 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/50{--tw-shadow-color: rgb(131 24 67 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/55{--tw-shadow-color: rgb(131 24 67 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/60{--tw-shadow-color: rgb(131 24 67 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/65{--tw-shadow-color: rgb(131 24 67 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/70{--tw-shadow-color: rgb(131 24 67 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/75{--tw-shadow-color: rgb(131 24 67 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/80{--tw-shadow-color: rgb(131 24 67 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/85{--tw-shadow-color: rgb(131 24 67 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/90{--tw-shadow-color: rgb(131 24 67 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-900\/95{--tw-shadow-color: rgb(131 24 67 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950{--tw-shadow-color: #500724;--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/0{--tw-shadow-color: rgb(80 7 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/10{--tw-shadow-color: rgb(80 7 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/100{--tw-shadow-color: rgb(80 7 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/15{--tw-shadow-color: rgb(80 7 36 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/20{--tw-shadow-color: rgb(80 7 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/25{--tw-shadow-color: rgb(80 7 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/30{--tw-shadow-color: rgb(80 7 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/35{--tw-shadow-color: rgb(80 7 36 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/40{--tw-shadow-color: rgb(80 7 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/45{--tw-shadow-color: rgb(80 7 36 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/5{--tw-shadow-color: rgb(80 7 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/50{--tw-shadow-color: rgb(80 7 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/55{--tw-shadow-color: rgb(80 7 36 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/60{--tw-shadow-color: rgb(80 7 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/65{--tw-shadow-color: rgb(80 7 36 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/70{--tw-shadow-color: rgb(80 7 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/75{--tw-shadow-color: rgb(80 7 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/80{--tw-shadow-color: rgb(80 7 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/85{--tw-shadow-color: rgb(80 7 36 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/90{--tw-shadow-color: rgb(80 7 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-950\/95{--tw-shadow-color: rgb(80 7 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-popover{--tw-shadow-color: var(--popover);--tw-shadow: var(--tw-shadow-colored)}.shadow-popover-foreground{--tw-shadow-color: var(--popover-foreground);--tw-shadow: var(--tw-shadow-colored)}.shadow-primary{--tw-shadow-color: var(--primary);--tw-shadow: var(--tw-shadow-colored)}.shadow-primary-foreground{--tw-shadow-color: var(--primary-foreground);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100{--tw-shadow-color: #f3e8ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/0{--tw-shadow-color: rgb(243 232 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/10{--tw-shadow-color: rgb(243 232 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/100{--tw-shadow-color: rgb(243 232 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/15{--tw-shadow-color: rgb(243 232 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/20{--tw-shadow-color: rgb(243 232 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/25{--tw-shadow-color: rgb(243 232 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/30{--tw-shadow-color: rgb(243 232 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/35{--tw-shadow-color: rgb(243 232 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/40{--tw-shadow-color: rgb(243 232 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/45{--tw-shadow-color: rgb(243 232 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/5{--tw-shadow-color: rgb(243 232 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/50{--tw-shadow-color: rgb(243 232 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/55{--tw-shadow-color: rgb(243 232 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/60{--tw-shadow-color: rgb(243 232 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/65{--tw-shadow-color: rgb(243 232 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/70{--tw-shadow-color: rgb(243 232 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/75{--tw-shadow-color: rgb(243 232 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/80{--tw-shadow-color: rgb(243 232 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/85{--tw-shadow-color: rgb(243 232 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/90{--tw-shadow-color: rgb(243 232 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100\/95{--tw-shadow-color: rgb(243 232 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200{--tw-shadow-color: #e9d5ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/0{--tw-shadow-color: rgb(233 213 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/10{--tw-shadow-color: rgb(233 213 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/100{--tw-shadow-color: rgb(233 213 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/15{--tw-shadow-color: rgb(233 213 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/20{--tw-shadow-color: rgb(233 213 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/25{--tw-shadow-color: rgb(233 213 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/30{--tw-shadow-color: rgb(233 213 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/35{--tw-shadow-color: rgb(233 213 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/40{--tw-shadow-color: rgb(233 213 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/45{--tw-shadow-color: rgb(233 213 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/5{--tw-shadow-color: rgb(233 213 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/50{--tw-shadow-color: rgb(233 213 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/55{--tw-shadow-color: rgb(233 213 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/60{--tw-shadow-color: rgb(233 213 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/65{--tw-shadow-color: rgb(233 213 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/70{--tw-shadow-color: rgb(233 213 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/75{--tw-shadow-color: rgb(233 213 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/80{--tw-shadow-color: rgb(233 213 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/85{--tw-shadow-color: rgb(233 213 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/90{--tw-shadow-color: rgb(233 213 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-200\/95{--tw-shadow-color: rgb(233 213 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300{--tw-shadow-color: #d8b4fe;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/0{--tw-shadow-color: rgb(216 180 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/10{--tw-shadow-color: rgb(216 180 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/100{--tw-shadow-color: rgb(216 180 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/15{--tw-shadow-color: rgb(216 180 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/20{--tw-shadow-color: rgb(216 180 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/25{--tw-shadow-color: rgb(216 180 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/30{--tw-shadow-color: rgb(216 180 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/35{--tw-shadow-color: rgb(216 180 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/40{--tw-shadow-color: rgb(216 180 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/45{--tw-shadow-color: rgb(216 180 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/5{--tw-shadow-color: rgb(216 180 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/50{--tw-shadow-color: rgb(216 180 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/55{--tw-shadow-color: rgb(216 180 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/60{--tw-shadow-color: rgb(216 180 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/65{--tw-shadow-color: rgb(216 180 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/70{--tw-shadow-color: rgb(216 180 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/75{--tw-shadow-color: rgb(216 180 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/80{--tw-shadow-color: rgb(216 180 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/85{--tw-shadow-color: rgb(216 180 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/90{--tw-shadow-color: rgb(216 180 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300\/95{--tw-shadow-color: rgb(216 180 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400{--tw-shadow-color: #c084fc;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/0{--tw-shadow-color: rgb(192 132 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/10{--tw-shadow-color: rgb(192 132 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/100{--tw-shadow-color: rgb(192 132 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/15{--tw-shadow-color: rgb(192 132 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/20{--tw-shadow-color: rgb(192 132 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/25{--tw-shadow-color: rgb(192 132 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/30{--tw-shadow-color: rgb(192 132 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/35{--tw-shadow-color: rgb(192 132 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/40{--tw-shadow-color: rgb(192 132 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/45{--tw-shadow-color: rgb(192 132 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/5{--tw-shadow-color: rgb(192 132 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/50{--tw-shadow-color: rgb(192 132 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/55{--tw-shadow-color: rgb(192 132 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/60{--tw-shadow-color: rgb(192 132 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/65{--tw-shadow-color: rgb(192 132 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/70{--tw-shadow-color: rgb(192 132 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/75{--tw-shadow-color: rgb(192 132 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/80{--tw-shadow-color: rgb(192 132 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/85{--tw-shadow-color: rgb(192 132 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/90{--tw-shadow-color: rgb(192 132 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-400\/95{--tw-shadow-color: rgb(192 132 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50{--tw-shadow-color: #faf5ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/0{--tw-shadow-color: rgb(250 245 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/10{--tw-shadow-color: rgb(250 245 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/100{--tw-shadow-color: rgb(250 245 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/15{--tw-shadow-color: rgb(250 245 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/20{--tw-shadow-color: rgb(250 245 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/25{--tw-shadow-color: rgb(250 245 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/30{--tw-shadow-color: rgb(250 245 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/35{--tw-shadow-color: rgb(250 245 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/40{--tw-shadow-color: rgb(250 245 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/45{--tw-shadow-color: rgb(250 245 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/5{--tw-shadow-color: rgb(250 245 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/50{--tw-shadow-color: rgb(250 245 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/55{--tw-shadow-color: rgb(250 245 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/60{--tw-shadow-color: rgb(250 245 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/65{--tw-shadow-color: rgb(250 245 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/70{--tw-shadow-color: rgb(250 245 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/75{--tw-shadow-color: rgb(250 245 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/80{--tw-shadow-color: rgb(250 245 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/85{--tw-shadow-color: rgb(250 245 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/90{--tw-shadow-color: rgb(250 245 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-50\/95{--tw-shadow-color: rgb(250 245 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500{--tw-shadow-color: #a855f7;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/0{--tw-shadow-color: rgb(168 85 247 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/10{--tw-shadow-color: rgb(168 85 247 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/100{--tw-shadow-color: rgb(168 85 247 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/15{--tw-shadow-color: rgb(168 85 247 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/20{--tw-shadow-color: rgb(168 85 247 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/25{--tw-shadow-color: rgb(168 85 247 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/30{--tw-shadow-color: rgb(168 85 247 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/35{--tw-shadow-color: rgb(168 85 247 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/40{--tw-shadow-color: rgb(168 85 247 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/45{--tw-shadow-color: rgb(168 85 247 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/5{--tw-shadow-color: rgb(168 85 247 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/50{--tw-shadow-color: rgb(168 85 247 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/55{--tw-shadow-color: rgb(168 85 247 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/60{--tw-shadow-color: rgb(168 85 247 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/65{--tw-shadow-color: rgb(168 85 247 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/70{--tw-shadow-color: rgb(168 85 247 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/75{--tw-shadow-color: rgb(168 85 247 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/80{--tw-shadow-color: rgb(168 85 247 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/85{--tw-shadow-color: rgb(168 85 247 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/90{--tw-shadow-color: rgb(168 85 247 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/95{--tw-shadow-color: rgb(168 85 247 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600{--tw-shadow-color: #9333ea;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/0{--tw-shadow-color: rgb(147 51 234 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/10{--tw-shadow-color: rgb(147 51 234 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/100{--tw-shadow-color: rgb(147 51 234 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/15{--tw-shadow-color: rgb(147 51 234 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/20{--tw-shadow-color: rgb(147 51 234 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/25{--tw-shadow-color: rgb(147 51 234 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/30{--tw-shadow-color: rgb(147 51 234 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/35{--tw-shadow-color: rgb(147 51 234 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/40{--tw-shadow-color: rgb(147 51 234 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/45{--tw-shadow-color: rgb(147 51 234 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/5{--tw-shadow-color: rgb(147 51 234 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/50{--tw-shadow-color: rgb(147 51 234 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/55{--tw-shadow-color: rgb(147 51 234 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/60{--tw-shadow-color: rgb(147 51 234 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/65{--tw-shadow-color: rgb(147 51 234 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/70{--tw-shadow-color: rgb(147 51 234 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/75{--tw-shadow-color: rgb(147 51 234 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/80{--tw-shadow-color: rgb(147 51 234 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/85{--tw-shadow-color: rgb(147 51 234 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/90{--tw-shadow-color: rgb(147 51 234 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-600\/95{--tw-shadow-color: rgb(147 51 234 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700{--tw-shadow-color: #7e22ce;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/0{--tw-shadow-color: rgb(126 34 206 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/10{--tw-shadow-color: rgb(126 34 206 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/100{--tw-shadow-color: rgb(126 34 206 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/15{--tw-shadow-color: rgb(126 34 206 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/20{--tw-shadow-color: rgb(126 34 206 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/25{--tw-shadow-color: rgb(126 34 206 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/30{--tw-shadow-color: rgb(126 34 206 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/35{--tw-shadow-color: rgb(126 34 206 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/40{--tw-shadow-color: rgb(126 34 206 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/45{--tw-shadow-color: rgb(126 34 206 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/5{--tw-shadow-color: rgb(126 34 206 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/50{--tw-shadow-color: rgb(126 34 206 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/55{--tw-shadow-color: rgb(126 34 206 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/60{--tw-shadow-color: rgb(126 34 206 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/65{--tw-shadow-color: rgb(126 34 206 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/70{--tw-shadow-color: rgb(126 34 206 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/75{--tw-shadow-color: rgb(126 34 206 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/80{--tw-shadow-color: rgb(126 34 206 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/85{--tw-shadow-color: rgb(126 34 206 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/90{--tw-shadow-color: rgb(126 34 206 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-700\/95{--tw-shadow-color: rgb(126 34 206 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800{--tw-shadow-color: #6b21a8;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/0{--tw-shadow-color: rgb(107 33 168 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/10{--tw-shadow-color: rgb(107 33 168 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/100{--tw-shadow-color: rgb(107 33 168 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/15{--tw-shadow-color: rgb(107 33 168 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/20{--tw-shadow-color: rgb(107 33 168 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/25{--tw-shadow-color: rgb(107 33 168 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/30{--tw-shadow-color: rgb(107 33 168 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/35{--tw-shadow-color: rgb(107 33 168 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/40{--tw-shadow-color: rgb(107 33 168 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/45{--tw-shadow-color: rgb(107 33 168 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/5{--tw-shadow-color: rgb(107 33 168 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/50{--tw-shadow-color: rgb(107 33 168 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/55{--tw-shadow-color: rgb(107 33 168 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/60{--tw-shadow-color: rgb(107 33 168 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/65{--tw-shadow-color: rgb(107 33 168 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/70{--tw-shadow-color: rgb(107 33 168 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/75{--tw-shadow-color: rgb(107 33 168 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/80{--tw-shadow-color: rgb(107 33 168 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/85{--tw-shadow-color: rgb(107 33 168 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/90{--tw-shadow-color: rgb(107 33 168 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/95{--tw-shadow-color: rgb(107 33 168 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900{--tw-shadow-color: #581c87;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/0{--tw-shadow-color: rgb(88 28 135 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/10{--tw-shadow-color: rgb(88 28 135 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/100{--tw-shadow-color: rgb(88 28 135 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/15{--tw-shadow-color: rgb(88 28 135 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/20{--tw-shadow-color: rgb(88 28 135 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/25{--tw-shadow-color: rgb(88 28 135 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/30{--tw-shadow-color: rgb(88 28 135 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/35{--tw-shadow-color: rgb(88 28 135 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/40{--tw-shadow-color: rgb(88 28 135 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/45{--tw-shadow-color: rgb(88 28 135 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/5{--tw-shadow-color: rgb(88 28 135 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/50{--tw-shadow-color: rgb(88 28 135 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/55{--tw-shadow-color: rgb(88 28 135 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/60{--tw-shadow-color: rgb(88 28 135 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/65{--tw-shadow-color: rgb(88 28 135 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/70{--tw-shadow-color: rgb(88 28 135 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/75{--tw-shadow-color: rgb(88 28 135 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/80{--tw-shadow-color: rgb(88 28 135 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/85{--tw-shadow-color: rgb(88 28 135 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/90{--tw-shadow-color: rgb(88 28 135 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/95{--tw-shadow-color: rgb(88 28 135 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950{--tw-shadow-color: #3b0764;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/0{--tw-shadow-color: rgb(59 7 100 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/10{--tw-shadow-color: rgb(59 7 100 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/100{--tw-shadow-color: rgb(59 7 100 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/15{--tw-shadow-color: rgb(59 7 100 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/20{--tw-shadow-color: rgb(59 7 100 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/25{--tw-shadow-color: rgb(59 7 100 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/30{--tw-shadow-color: rgb(59 7 100 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/35{--tw-shadow-color: rgb(59 7 100 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/40{--tw-shadow-color: rgb(59 7 100 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/45{--tw-shadow-color: rgb(59 7 100 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/5{--tw-shadow-color: rgb(59 7 100 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/50{--tw-shadow-color: rgb(59 7 100 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/55{--tw-shadow-color: rgb(59 7 100 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/60{--tw-shadow-color: rgb(59 7 100 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/65{--tw-shadow-color: rgb(59 7 100 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/70{--tw-shadow-color: rgb(59 7 100 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/75{--tw-shadow-color: rgb(59 7 100 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/80{--tw-shadow-color: rgb(59 7 100 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/85{--tw-shadow-color: rgb(59 7 100 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/90{--tw-shadow-color: rgb(59 7 100 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-950\/95{--tw-shadow-color: rgb(59 7 100 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100{--tw-shadow-color: #fee2e2;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/0{--tw-shadow-color: rgb(254 226 226 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/10{--tw-shadow-color: rgb(254 226 226 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/100{--tw-shadow-color: rgb(254 226 226 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/15{--tw-shadow-color: rgb(254 226 226 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/20{--tw-shadow-color: rgb(254 226 226 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/25{--tw-shadow-color: rgb(254 226 226 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/30{--tw-shadow-color: rgb(254 226 226 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/35{--tw-shadow-color: rgb(254 226 226 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/40{--tw-shadow-color: rgb(254 226 226 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/45{--tw-shadow-color: rgb(254 226 226 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/5{--tw-shadow-color: rgb(254 226 226 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/50{--tw-shadow-color: rgb(254 226 226 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/55{--tw-shadow-color: rgb(254 226 226 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/60{--tw-shadow-color: rgb(254 226 226 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/65{--tw-shadow-color: rgb(254 226 226 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/70{--tw-shadow-color: rgb(254 226 226 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/75{--tw-shadow-color: rgb(254 226 226 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/80{--tw-shadow-color: rgb(254 226 226 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/85{--tw-shadow-color: rgb(254 226 226 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/90{--tw-shadow-color: rgb(254 226 226 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-100\/95{--tw-shadow-color: rgb(254 226 226 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200{--tw-shadow-color: #fecaca;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/0{--tw-shadow-color: rgb(254 202 202 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/10{--tw-shadow-color: rgb(254 202 202 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/100{--tw-shadow-color: rgb(254 202 202 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/15{--tw-shadow-color: rgb(254 202 202 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/20{--tw-shadow-color: rgb(254 202 202 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/25{--tw-shadow-color: rgb(254 202 202 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/30{--tw-shadow-color: rgb(254 202 202 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/35{--tw-shadow-color: rgb(254 202 202 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/40{--tw-shadow-color: rgb(254 202 202 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/45{--tw-shadow-color: rgb(254 202 202 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/5{--tw-shadow-color: rgb(254 202 202 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/50{--tw-shadow-color: rgb(254 202 202 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/55{--tw-shadow-color: rgb(254 202 202 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/60{--tw-shadow-color: rgb(254 202 202 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/65{--tw-shadow-color: rgb(254 202 202 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/70{--tw-shadow-color: rgb(254 202 202 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/75{--tw-shadow-color: rgb(254 202 202 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/80{--tw-shadow-color: rgb(254 202 202 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/85{--tw-shadow-color: rgb(254 202 202 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/90{--tw-shadow-color: rgb(254 202 202 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-200\/95{--tw-shadow-color: rgb(254 202 202 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300{--tw-shadow-color: #fca5a5;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/0{--tw-shadow-color: rgb(252 165 165 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/10{--tw-shadow-color: rgb(252 165 165 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/100{--tw-shadow-color: rgb(252 165 165 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/15{--tw-shadow-color: rgb(252 165 165 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/20{--tw-shadow-color: rgb(252 165 165 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/25{--tw-shadow-color: rgb(252 165 165 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/30{--tw-shadow-color: rgb(252 165 165 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/35{--tw-shadow-color: rgb(252 165 165 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/40{--tw-shadow-color: rgb(252 165 165 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/45{--tw-shadow-color: rgb(252 165 165 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/5{--tw-shadow-color: rgb(252 165 165 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/50{--tw-shadow-color: rgb(252 165 165 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/55{--tw-shadow-color: rgb(252 165 165 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/60{--tw-shadow-color: rgb(252 165 165 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/65{--tw-shadow-color: rgb(252 165 165 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/70{--tw-shadow-color: rgb(252 165 165 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/75{--tw-shadow-color: rgb(252 165 165 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/80{--tw-shadow-color: rgb(252 165 165 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/85{--tw-shadow-color: rgb(252 165 165 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/90{--tw-shadow-color: rgb(252 165 165 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-300\/95{--tw-shadow-color: rgb(252 165 165 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400{--tw-shadow-color: #f87171;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/0{--tw-shadow-color: rgb(248 113 113 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/10{--tw-shadow-color: rgb(248 113 113 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/100{--tw-shadow-color: rgb(248 113 113 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/15{--tw-shadow-color: rgb(248 113 113 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/20{--tw-shadow-color: rgb(248 113 113 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/25{--tw-shadow-color: rgb(248 113 113 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/30{--tw-shadow-color: rgb(248 113 113 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/35{--tw-shadow-color: rgb(248 113 113 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/40{--tw-shadow-color: rgb(248 113 113 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/45{--tw-shadow-color: rgb(248 113 113 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/5{--tw-shadow-color: rgb(248 113 113 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/50{--tw-shadow-color: rgb(248 113 113 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/55{--tw-shadow-color: rgb(248 113 113 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/60{--tw-shadow-color: rgb(248 113 113 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/65{--tw-shadow-color: rgb(248 113 113 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/70{--tw-shadow-color: rgb(248 113 113 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/75{--tw-shadow-color: rgb(248 113 113 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/80{--tw-shadow-color: rgb(248 113 113 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/85{--tw-shadow-color: rgb(248 113 113 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/90{--tw-shadow-color: rgb(248 113 113 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-400\/95{--tw-shadow-color: rgb(248 113 113 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50{--tw-shadow-color: #fef2f2;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/0{--tw-shadow-color: rgb(254 242 242 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/10{--tw-shadow-color: rgb(254 242 242 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/100{--tw-shadow-color: rgb(254 242 242 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/15{--tw-shadow-color: rgb(254 242 242 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/20{--tw-shadow-color: rgb(254 242 242 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/25{--tw-shadow-color: rgb(254 242 242 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/30{--tw-shadow-color: rgb(254 242 242 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/35{--tw-shadow-color: rgb(254 242 242 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/40{--tw-shadow-color: rgb(254 242 242 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/45{--tw-shadow-color: rgb(254 242 242 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/5{--tw-shadow-color: rgb(254 242 242 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/50{--tw-shadow-color: rgb(254 242 242 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/55{--tw-shadow-color: rgb(254 242 242 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/60{--tw-shadow-color: rgb(254 242 242 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/65{--tw-shadow-color: rgb(254 242 242 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/70{--tw-shadow-color: rgb(254 242 242 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/75{--tw-shadow-color: rgb(254 242 242 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/80{--tw-shadow-color: rgb(254 242 242 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/85{--tw-shadow-color: rgb(254 242 242 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/90{--tw-shadow-color: rgb(254 242 242 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-50\/95{--tw-shadow-color: rgb(254 242 242 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500{--tw-shadow-color: #ef4444;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/0{--tw-shadow-color: rgb(239 68 68 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/10{--tw-shadow-color: rgb(239 68 68 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/100{--tw-shadow-color: rgb(239 68 68 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/15{--tw-shadow-color: rgb(239 68 68 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/20{--tw-shadow-color: rgb(239 68 68 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/25{--tw-shadow-color: rgb(239 68 68 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/30{--tw-shadow-color: rgb(239 68 68 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/35{--tw-shadow-color: rgb(239 68 68 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/40{--tw-shadow-color: rgb(239 68 68 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/45{--tw-shadow-color: rgb(239 68 68 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/5{--tw-shadow-color: rgb(239 68 68 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/50{--tw-shadow-color: rgb(239 68 68 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/55{--tw-shadow-color: rgb(239 68 68 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/60{--tw-shadow-color: rgb(239 68 68 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/65{--tw-shadow-color: rgb(239 68 68 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/70{--tw-shadow-color: rgb(239 68 68 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/75{--tw-shadow-color: rgb(239 68 68 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/80{--tw-shadow-color: rgb(239 68 68 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/85{--tw-shadow-color: rgb(239 68 68 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/90{--tw-shadow-color: rgb(239 68 68 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/95{--tw-shadow-color: rgb(239 68 68 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600{--tw-shadow-color: #dc2626;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/0{--tw-shadow-color: rgb(220 38 38 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/10{--tw-shadow-color: rgb(220 38 38 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/100{--tw-shadow-color: rgb(220 38 38 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/15{--tw-shadow-color: rgb(220 38 38 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/20{--tw-shadow-color: rgb(220 38 38 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/25{--tw-shadow-color: rgb(220 38 38 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/30{--tw-shadow-color: rgb(220 38 38 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/35{--tw-shadow-color: rgb(220 38 38 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/40{--tw-shadow-color: rgb(220 38 38 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/45{--tw-shadow-color: rgb(220 38 38 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/5{--tw-shadow-color: rgb(220 38 38 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/50{--tw-shadow-color: rgb(220 38 38 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/55{--tw-shadow-color: rgb(220 38 38 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/60{--tw-shadow-color: rgb(220 38 38 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/65{--tw-shadow-color: rgb(220 38 38 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/70{--tw-shadow-color: rgb(220 38 38 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/75{--tw-shadow-color: rgb(220 38 38 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/80{--tw-shadow-color: rgb(220 38 38 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/85{--tw-shadow-color: rgb(220 38 38 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/90{--tw-shadow-color: rgb(220 38 38 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/95{--tw-shadow-color: rgb(220 38 38 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700{--tw-shadow-color: #b91c1c;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/0{--tw-shadow-color: rgb(185 28 28 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/10{--tw-shadow-color: rgb(185 28 28 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/100{--tw-shadow-color: rgb(185 28 28 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/15{--tw-shadow-color: rgb(185 28 28 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/20{--tw-shadow-color: rgb(185 28 28 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/25{--tw-shadow-color: rgb(185 28 28 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/30{--tw-shadow-color: rgb(185 28 28 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/35{--tw-shadow-color: rgb(185 28 28 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/40{--tw-shadow-color: rgb(185 28 28 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/45{--tw-shadow-color: rgb(185 28 28 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/5{--tw-shadow-color: rgb(185 28 28 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/50{--tw-shadow-color: rgb(185 28 28 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/55{--tw-shadow-color: rgb(185 28 28 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/60{--tw-shadow-color: rgb(185 28 28 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/65{--tw-shadow-color: rgb(185 28 28 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/70{--tw-shadow-color: rgb(185 28 28 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/75{--tw-shadow-color: rgb(185 28 28 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/80{--tw-shadow-color: rgb(185 28 28 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/85{--tw-shadow-color: rgb(185 28 28 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/90{--tw-shadow-color: rgb(185 28 28 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-700\/95{--tw-shadow-color: rgb(185 28 28 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800{--tw-shadow-color: #991b1b;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/0{--tw-shadow-color: rgb(153 27 27 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/10{--tw-shadow-color: rgb(153 27 27 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/100{--tw-shadow-color: rgb(153 27 27 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/15{--tw-shadow-color: rgb(153 27 27 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/20{--tw-shadow-color: rgb(153 27 27 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/25{--tw-shadow-color: rgb(153 27 27 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/30{--tw-shadow-color: rgb(153 27 27 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/35{--tw-shadow-color: rgb(153 27 27 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/40{--tw-shadow-color: rgb(153 27 27 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/45{--tw-shadow-color: rgb(153 27 27 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/5{--tw-shadow-color: rgb(153 27 27 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/50{--tw-shadow-color: rgb(153 27 27 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/55{--tw-shadow-color: rgb(153 27 27 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/60{--tw-shadow-color: rgb(153 27 27 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/65{--tw-shadow-color: rgb(153 27 27 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/70{--tw-shadow-color: rgb(153 27 27 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/75{--tw-shadow-color: rgb(153 27 27 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/80{--tw-shadow-color: rgb(153 27 27 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/85{--tw-shadow-color: rgb(153 27 27 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/90{--tw-shadow-color: rgb(153 27 27 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/95{--tw-shadow-color: rgb(153 27 27 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900{--tw-shadow-color: #7f1d1d;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/0{--tw-shadow-color: rgb(127 29 29 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/10{--tw-shadow-color: rgb(127 29 29 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/100{--tw-shadow-color: rgb(127 29 29 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/15{--tw-shadow-color: rgb(127 29 29 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/20{--tw-shadow-color: rgb(127 29 29 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/25{--tw-shadow-color: rgb(127 29 29 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/30{--tw-shadow-color: rgb(127 29 29 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/35{--tw-shadow-color: rgb(127 29 29 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/40{--tw-shadow-color: rgb(127 29 29 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/45{--tw-shadow-color: rgb(127 29 29 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/5{--tw-shadow-color: rgb(127 29 29 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/50{--tw-shadow-color: rgb(127 29 29 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/55{--tw-shadow-color: rgb(127 29 29 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/60{--tw-shadow-color: rgb(127 29 29 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/65{--tw-shadow-color: rgb(127 29 29 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/70{--tw-shadow-color: rgb(127 29 29 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/75{--tw-shadow-color: rgb(127 29 29 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/80{--tw-shadow-color: rgb(127 29 29 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/85{--tw-shadow-color: rgb(127 29 29 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/90{--tw-shadow-color: rgb(127 29 29 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-900\/95{--tw-shadow-color: rgb(127 29 29 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950{--tw-shadow-color: #450a0a;--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/0{--tw-shadow-color: rgb(69 10 10 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/10{--tw-shadow-color: rgb(69 10 10 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/100{--tw-shadow-color: rgb(69 10 10 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/15{--tw-shadow-color: rgb(69 10 10 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/20{--tw-shadow-color: rgb(69 10 10 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/25{--tw-shadow-color: rgb(69 10 10 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/30{--tw-shadow-color: rgb(69 10 10 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/35{--tw-shadow-color: rgb(69 10 10 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/40{--tw-shadow-color: rgb(69 10 10 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/45{--tw-shadow-color: rgb(69 10 10 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/5{--tw-shadow-color: rgb(69 10 10 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/50{--tw-shadow-color: rgb(69 10 10 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/55{--tw-shadow-color: rgb(69 10 10 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/60{--tw-shadow-color: rgb(69 10 10 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/65{--tw-shadow-color: rgb(69 10 10 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/70{--tw-shadow-color: rgb(69 10 10 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/75{--tw-shadow-color: rgb(69 10 10 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/80{--tw-shadow-color: rgb(69 10 10 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/85{--tw-shadow-color: rgb(69 10 10 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/90{--tw-shadow-color: rgb(69 10 10 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-950\/95{--tw-shadow-color: rgb(69 10 10 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-ring{--tw-shadow-color: var(--ring);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100{--tw-shadow-color: #ffe4e6;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/0{--tw-shadow-color: rgb(255 228 230 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/10{--tw-shadow-color: rgb(255 228 230 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/100{--tw-shadow-color: rgb(255 228 230 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/15{--tw-shadow-color: rgb(255 228 230 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/20{--tw-shadow-color: rgb(255 228 230 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/25{--tw-shadow-color: rgb(255 228 230 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/30{--tw-shadow-color: rgb(255 228 230 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/35{--tw-shadow-color: rgb(255 228 230 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/40{--tw-shadow-color: rgb(255 228 230 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/45{--tw-shadow-color: rgb(255 228 230 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/5{--tw-shadow-color: rgb(255 228 230 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/50{--tw-shadow-color: rgb(255 228 230 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/55{--tw-shadow-color: rgb(255 228 230 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/60{--tw-shadow-color: rgb(255 228 230 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/65{--tw-shadow-color: rgb(255 228 230 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/70{--tw-shadow-color: rgb(255 228 230 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/75{--tw-shadow-color: rgb(255 228 230 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/80{--tw-shadow-color: rgb(255 228 230 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/85{--tw-shadow-color: rgb(255 228 230 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/90{--tw-shadow-color: rgb(255 228 230 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-100\/95{--tw-shadow-color: rgb(255 228 230 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200{--tw-shadow-color: #fecdd3;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/0{--tw-shadow-color: rgb(254 205 211 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/10{--tw-shadow-color: rgb(254 205 211 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/100{--tw-shadow-color: rgb(254 205 211 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/15{--tw-shadow-color: rgb(254 205 211 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/20{--tw-shadow-color: rgb(254 205 211 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/25{--tw-shadow-color: rgb(254 205 211 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/30{--tw-shadow-color: rgb(254 205 211 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/35{--tw-shadow-color: rgb(254 205 211 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/40{--tw-shadow-color: rgb(254 205 211 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/45{--tw-shadow-color: rgb(254 205 211 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/5{--tw-shadow-color: rgb(254 205 211 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/50{--tw-shadow-color: rgb(254 205 211 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/55{--tw-shadow-color: rgb(254 205 211 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/60{--tw-shadow-color: rgb(254 205 211 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/65{--tw-shadow-color: rgb(254 205 211 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/70{--tw-shadow-color: rgb(254 205 211 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/75{--tw-shadow-color: rgb(254 205 211 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/80{--tw-shadow-color: rgb(254 205 211 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/85{--tw-shadow-color: rgb(254 205 211 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/90{--tw-shadow-color: rgb(254 205 211 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-200\/95{--tw-shadow-color: rgb(254 205 211 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300{--tw-shadow-color: #fda4af;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/0{--tw-shadow-color: rgb(253 164 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/10{--tw-shadow-color: rgb(253 164 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/100{--tw-shadow-color: rgb(253 164 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/15{--tw-shadow-color: rgb(253 164 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/20{--tw-shadow-color: rgb(253 164 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/25{--tw-shadow-color: rgb(253 164 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/30{--tw-shadow-color: rgb(253 164 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/35{--tw-shadow-color: rgb(253 164 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/40{--tw-shadow-color: rgb(253 164 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/45{--tw-shadow-color: rgb(253 164 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/5{--tw-shadow-color: rgb(253 164 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/50{--tw-shadow-color: rgb(253 164 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/55{--tw-shadow-color: rgb(253 164 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/60{--tw-shadow-color: rgb(253 164 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/65{--tw-shadow-color: rgb(253 164 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/70{--tw-shadow-color: rgb(253 164 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/75{--tw-shadow-color: rgb(253 164 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/80{--tw-shadow-color: rgb(253 164 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/85{--tw-shadow-color: rgb(253 164 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/90{--tw-shadow-color: rgb(253 164 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-300\/95{--tw-shadow-color: rgb(253 164 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400{--tw-shadow-color: #fb7185;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/0{--tw-shadow-color: rgb(251 113 133 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/10{--tw-shadow-color: rgb(251 113 133 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/100{--tw-shadow-color: rgb(251 113 133 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/15{--tw-shadow-color: rgb(251 113 133 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/20{--tw-shadow-color: rgb(251 113 133 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/25{--tw-shadow-color: rgb(251 113 133 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/30{--tw-shadow-color: rgb(251 113 133 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/35{--tw-shadow-color: rgb(251 113 133 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/40{--tw-shadow-color: rgb(251 113 133 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/45{--tw-shadow-color: rgb(251 113 133 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/5{--tw-shadow-color: rgb(251 113 133 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/50{--tw-shadow-color: rgb(251 113 133 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/55{--tw-shadow-color: rgb(251 113 133 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/60{--tw-shadow-color: rgb(251 113 133 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/65{--tw-shadow-color: rgb(251 113 133 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/70{--tw-shadow-color: rgb(251 113 133 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/75{--tw-shadow-color: rgb(251 113 133 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/80{--tw-shadow-color: rgb(251 113 133 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/85{--tw-shadow-color: rgb(251 113 133 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/90{--tw-shadow-color: rgb(251 113 133 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-400\/95{--tw-shadow-color: rgb(251 113 133 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50{--tw-shadow-color: #fff1f2;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/0{--tw-shadow-color: rgb(255 241 242 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/10{--tw-shadow-color: rgb(255 241 242 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/100{--tw-shadow-color: rgb(255 241 242 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/15{--tw-shadow-color: rgb(255 241 242 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/20{--tw-shadow-color: rgb(255 241 242 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/25{--tw-shadow-color: rgb(255 241 242 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/30{--tw-shadow-color: rgb(255 241 242 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/35{--tw-shadow-color: rgb(255 241 242 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/40{--tw-shadow-color: rgb(255 241 242 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/45{--tw-shadow-color: rgb(255 241 242 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/5{--tw-shadow-color: rgb(255 241 242 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/50{--tw-shadow-color: rgb(255 241 242 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/55{--tw-shadow-color: rgb(255 241 242 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/60{--tw-shadow-color: rgb(255 241 242 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/65{--tw-shadow-color: rgb(255 241 242 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/70{--tw-shadow-color: rgb(255 241 242 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/75{--tw-shadow-color: rgb(255 241 242 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/80{--tw-shadow-color: rgb(255 241 242 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/85{--tw-shadow-color: rgb(255 241 242 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/90{--tw-shadow-color: rgb(255 241 242 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-50\/95{--tw-shadow-color: rgb(255 241 242 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500{--tw-shadow-color: #f43f5e;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/0{--tw-shadow-color: rgb(244 63 94 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/10{--tw-shadow-color: rgb(244 63 94 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/100{--tw-shadow-color: rgb(244 63 94 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/15{--tw-shadow-color: rgb(244 63 94 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/20{--tw-shadow-color: rgb(244 63 94 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/25{--tw-shadow-color: rgb(244 63 94 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/30{--tw-shadow-color: rgb(244 63 94 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/35{--tw-shadow-color: rgb(244 63 94 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/40{--tw-shadow-color: rgb(244 63 94 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/45{--tw-shadow-color: rgb(244 63 94 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/5{--tw-shadow-color: rgb(244 63 94 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/50{--tw-shadow-color: rgb(244 63 94 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/55{--tw-shadow-color: rgb(244 63 94 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/60{--tw-shadow-color: rgb(244 63 94 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/65{--tw-shadow-color: rgb(244 63 94 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/70{--tw-shadow-color: rgb(244 63 94 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/75{--tw-shadow-color: rgb(244 63 94 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/80{--tw-shadow-color: rgb(244 63 94 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/85{--tw-shadow-color: rgb(244 63 94 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/90{--tw-shadow-color: rgb(244 63 94 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-500\/95{--tw-shadow-color: rgb(244 63 94 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600{--tw-shadow-color: #e11d48;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/0{--tw-shadow-color: rgb(225 29 72 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/10{--tw-shadow-color: rgb(225 29 72 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/100{--tw-shadow-color: rgb(225 29 72 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/15{--tw-shadow-color: rgb(225 29 72 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/20{--tw-shadow-color: rgb(225 29 72 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/25{--tw-shadow-color: rgb(225 29 72 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/30{--tw-shadow-color: rgb(225 29 72 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/35{--tw-shadow-color: rgb(225 29 72 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/40{--tw-shadow-color: rgb(225 29 72 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/45{--tw-shadow-color: rgb(225 29 72 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/5{--tw-shadow-color: rgb(225 29 72 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/50{--tw-shadow-color: rgb(225 29 72 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/55{--tw-shadow-color: rgb(225 29 72 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/60{--tw-shadow-color: rgb(225 29 72 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/65{--tw-shadow-color: rgb(225 29 72 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/70{--tw-shadow-color: rgb(225 29 72 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/75{--tw-shadow-color: rgb(225 29 72 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/80{--tw-shadow-color: rgb(225 29 72 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/85{--tw-shadow-color: rgb(225 29 72 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/90{--tw-shadow-color: rgb(225 29 72 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-600\/95{--tw-shadow-color: rgb(225 29 72 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700{--tw-shadow-color: #be123c;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/0{--tw-shadow-color: rgb(190 18 60 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/10{--tw-shadow-color: rgb(190 18 60 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/100{--tw-shadow-color: rgb(190 18 60 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/15{--tw-shadow-color: rgb(190 18 60 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/20{--tw-shadow-color: rgb(190 18 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/25{--tw-shadow-color: rgb(190 18 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/30{--tw-shadow-color: rgb(190 18 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/35{--tw-shadow-color: rgb(190 18 60 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/40{--tw-shadow-color: rgb(190 18 60 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/45{--tw-shadow-color: rgb(190 18 60 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/5{--tw-shadow-color: rgb(190 18 60 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/50{--tw-shadow-color: rgb(190 18 60 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/55{--tw-shadow-color: rgb(190 18 60 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/60{--tw-shadow-color: rgb(190 18 60 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/65{--tw-shadow-color: rgb(190 18 60 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/70{--tw-shadow-color: rgb(190 18 60 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/75{--tw-shadow-color: rgb(190 18 60 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/80{--tw-shadow-color: rgb(190 18 60 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/85{--tw-shadow-color: rgb(190 18 60 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/90{--tw-shadow-color: rgb(190 18 60 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-700\/95{--tw-shadow-color: rgb(190 18 60 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800{--tw-shadow-color: #9f1239;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/0{--tw-shadow-color: rgb(159 18 57 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/10{--tw-shadow-color: rgb(159 18 57 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/100{--tw-shadow-color: rgb(159 18 57 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/15{--tw-shadow-color: rgb(159 18 57 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/20{--tw-shadow-color: rgb(159 18 57 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/25{--tw-shadow-color: rgb(159 18 57 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/30{--tw-shadow-color: rgb(159 18 57 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/35{--tw-shadow-color: rgb(159 18 57 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/40{--tw-shadow-color: rgb(159 18 57 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/45{--tw-shadow-color: rgb(159 18 57 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/5{--tw-shadow-color: rgb(159 18 57 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/50{--tw-shadow-color: rgb(159 18 57 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/55{--tw-shadow-color: rgb(159 18 57 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/60{--tw-shadow-color: rgb(159 18 57 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/65{--tw-shadow-color: rgb(159 18 57 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/70{--tw-shadow-color: rgb(159 18 57 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/75{--tw-shadow-color: rgb(159 18 57 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/80{--tw-shadow-color: rgb(159 18 57 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/85{--tw-shadow-color: rgb(159 18 57 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/90{--tw-shadow-color: rgb(159 18 57 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-800\/95{--tw-shadow-color: rgb(159 18 57 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900{--tw-shadow-color: #881337;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/0{--tw-shadow-color: rgb(136 19 55 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/10{--tw-shadow-color: rgb(136 19 55 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/100{--tw-shadow-color: rgb(136 19 55 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/15{--tw-shadow-color: rgb(136 19 55 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/20{--tw-shadow-color: rgb(136 19 55 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/25{--tw-shadow-color: rgb(136 19 55 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/30{--tw-shadow-color: rgb(136 19 55 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/35{--tw-shadow-color: rgb(136 19 55 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/40{--tw-shadow-color: rgb(136 19 55 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/45{--tw-shadow-color: rgb(136 19 55 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/5{--tw-shadow-color: rgb(136 19 55 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/50{--tw-shadow-color: rgb(136 19 55 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/55{--tw-shadow-color: rgb(136 19 55 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/60{--tw-shadow-color: rgb(136 19 55 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/65{--tw-shadow-color: rgb(136 19 55 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/70{--tw-shadow-color: rgb(136 19 55 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/75{--tw-shadow-color: rgb(136 19 55 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/80{--tw-shadow-color: rgb(136 19 55 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/85{--tw-shadow-color: rgb(136 19 55 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/90{--tw-shadow-color: rgb(136 19 55 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-900\/95{--tw-shadow-color: rgb(136 19 55 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950{--tw-shadow-color: #4c0519;--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/0{--tw-shadow-color: rgb(76 5 25 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/10{--tw-shadow-color: rgb(76 5 25 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/100{--tw-shadow-color: rgb(76 5 25 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/15{--tw-shadow-color: rgb(76 5 25 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/20{--tw-shadow-color: rgb(76 5 25 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/25{--tw-shadow-color: rgb(76 5 25 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/30{--tw-shadow-color: rgb(76 5 25 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/35{--tw-shadow-color: rgb(76 5 25 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/40{--tw-shadow-color: rgb(76 5 25 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/45{--tw-shadow-color: rgb(76 5 25 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/5{--tw-shadow-color: rgb(76 5 25 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/50{--tw-shadow-color: rgb(76 5 25 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/55{--tw-shadow-color: rgb(76 5 25 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/60{--tw-shadow-color: rgb(76 5 25 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/65{--tw-shadow-color: rgb(76 5 25 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/70{--tw-shadow-color: rgb(76 5 25 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/75{--tw-shadow-color: rgb(76 5 25 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/80{--tw-shadow-color: rgb(76 5 25 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/85{--tw-shadow-color: rgb(76 5 25 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/90{--tw-shadow-color: rgb(76 5 25 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-rose-950\/95{--tw-shadow-color: rgb(76 5 25 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-secondary{--tw-shadow-color: var(--secondary);--tw-shadow: var(--tw-shadow-colored)}.shadow-secondary-foreground{--tw-shadow-color: var(--secondary-foreground);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100{--tw-shadow-color: #e0f2fe;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/0{--tw-shadow-color: rgb(224 242 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/10{--tw-shadow-color: rgb(224 242 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/100{--tw-shadow-color: rgb(224 242 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/15{--tw-shadow-color: rgb(224 242 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/20{--tw-shadow-color: rgb(224 242 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/25{--tw-shadow-color: rgb(224 242 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/30{--tw-shadow-color: rgb(224 242 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/35{--tw-shadow-color: rgb(224 242 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/40{--tw-shadow-color: rgb(224 242 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/45{--tw-shadow-color: rgb(224 242 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/5{--tw-shadow-color: rgb(224 242 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/50{--tw-shadow-color: rgb(224 242 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/55{--tw-shadow-color: rgb(224 242 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/60{--tw-shadow-color: rgb(224 242 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/65{--tw-shadow-color: rgb(224 242 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/70{--tw-shadow-color: rgb(224 242 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/75{--tw-shadow-color: rgb(224 242 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/80{--tw-shadow-color: rgb(224 242 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/85{--tw-shadow-color: rgb(224 242 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/90{--tw-shadow-color: rgb(224 242 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-100\/95{--tw-shadow-color: rgb(224 242 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200{--tw-shadow-color: #bae6fd;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/0{--tw-shadow-color: rgb(186 230 253 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/10{--tw-shadow-color: rgb(186 230 253 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/100{--tw-shadow-color: rgb(186 230 253 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/15{--tw-shadow-color: rgb(186 230 253 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/20{--tw-shadow-color: rgb(186 230 253 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/25{--tw-shadow-color: rgb(186 230 253 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/30{--tw-shadow-color: rgb(186 230 253 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/35{--tw-shadow-color: rgb(186 230 253 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/40{--tw-shadow-color: rgb(186 230 253 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/45{--tw-shadow-color: rgb(186 230 253 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/5{--tw-shadow-color: rgb(186 230 253 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/50{--tw-shadow-color: rgb(186 230 253 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/55{--tw-shadow-color: rgb(186 230 253 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/60{--tw-shadow-color: rgb(186 230 253 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/65{--tw-shadow-color: rgb(186 230 253 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/70{--tw-shadow-color: rgb(186 230 253 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/75{--tw-shadow-color: rgb(186 230 253 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/80{--tw-shadow-color: rgb(186 230 253 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/85{--tw-shadow-color: rgb(186 230 253 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/90{--tw-shadow-color: rgb(186 230 253 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-200\/95{--tw-shadow-color: rgb(186 230 253 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300{--tw-shadow-color: #7dd3fc;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/0{--tw-shadow-color: rgb(125 211 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/10{--tw-shadow-color: rgb(125 211 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/100{--tw-shadow-color: rgb(125 211 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/15{--tw-shadow-color: rgb(125 211 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/20{--tw-shadow-color: rgb(125 211 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/25{--tw-shadow-color: rgb(125 211 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/30{--tw-shadow-color: rgb(125 211 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/35{--tw-shadow-color: rgb(125 211 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/40{--tw-shadow-color: rgb(125 211 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/45{--tw-shadow-color: rgb(125 211 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/5{--tw-shadow-color: rgb(125 211 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/50{--tw-shadow-color: rgb(125 211 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/55{--tw-shadow-color: rgb(125 211 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/60{--tw-shadow-color: rgb(125 211 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/65{--tw-shadow-color: rgb(125 211 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/70{--tw-shadow-color: rgb(125 211 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/75{--tw-shadow-color: rgb(125 211 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/80{--tw-shadow-color: rgb(125 211 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/85{--tw-shadow-color: rgb(125 211 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/90{--tw-shadow-color: rgb(125 211 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-300\/95{--tw-shadow-color: rgb(125 211 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400{--tw-shadow-color: #38bdf8;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/0{--tw-shadow-color: rgb(56 189 248 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/10{--tw-shadow-color: rgb(56 189 248 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/100{--tw-shadow-color: rgb(56 189 248 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/15{--tw-shadow-color: rgb(56 189 248 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/20{--tw-shadow-color: rgb(56 189 248 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/25{--tw-shadow-color: rgb(56 189 248 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/30{--tw-shadow-color: rgb(56 189 248 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/35{--tw-shadow-color: rgb(56 189 248 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/40{--tw-shadow-color: rgb(56 189 248 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/45{--tw-shadow-color: rgb(56 189 248 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/5{--tw-shadow-color: rgb(56 189 248 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/50{--tw-shadow-color: rgb(56 189 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/55{--tw-shadow-color: rgb(56 189 248 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/60{--tw-shadow-color: rgb(56 189 248 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/65{--tw-shadow-color: rgb(56 189 248 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/70{--tw-shadow-color: rgb(56 189 248 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/75{--tw-shadow-color: rgb(56 189 248 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/80{--tw-shadow-color: rgb(56 189 248 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/85{--tw-shadow-color: rgb(56 189 248 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/90{--tw-shadow-color: rgb(56 189 248 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-400\/95{--tw-shadow-color: rgb(56 189 248 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50{--tw-shadow-color: #f0f9ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/0{--tw-shadow-color: rgb(240 249 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/10{--tw-shadow-color: rgb(240 249 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/100{--tw-shadow-color: rgb(240 249 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/15{--tw-shadow-color: rgb(240 249 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/20{--tw-shadow-color: rgb(240 249 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/25{--tw-shadow-color: rgb(240 249 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/30{--tw-shadow-color: rgb(240 249 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/35{--tw-shadow-color: rgb(240 249 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/40{--tw-shadow-color: rgb(240 249 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/45{--tw-shadow-color: rgb(240 249 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/5{--tw-shadow-color: rgb(240 249 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/50{--tw-shadow-color: rgb(240 249 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/55{--tw-shadow-color: rgb(240 249 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/60{--tw-shadow-color: rgb(240 249 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/65{--tw-shadow-color: rgb(240 249 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/70{--tw-shadow-color: rgb(240 249 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/75{--tw-shadow-color: rgb(240 249 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/80{--tw-shadow-color: rgb(240 249 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/85{--tw-shadow-color: rgb(240 249 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/90{--tw-shadow-color: rgb(240 249 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-50\/95{--tw-shadow-color: rgb(240 249 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500{--tw-shadow-color: #0ea5e9;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/0{--tw-shadow-color: rgb(14 165 233 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/10{--tw-shadow-color: rgb(14 165 233 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/100{--tw-shadow-color: rgb(14 165 233 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/15{--tw-shadow-color: rgb(14 165 233 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/20{--tw-shadow-color: rgb(14 165 233 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/25{--tw-shadow-color: rgb(14 165 233 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/30{--tw-shadow-color: rgb(14 165 233 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/35{--tw-shadow-color: rgb(14 165 233 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/40{--tw-shadow-color: rgb(14 165 233 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/45{--tw-shadow-color: rgb(14 165 233 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/5{--tw-shadow-color: rgb(14 165 233 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/50{--tw-shadow-color: rgb(14 165 233 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/55{--tw-shadow-color: rgb(14 165 233 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/60{--tw-shadow-color: rgb(14 165 233 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/65{--tw-shadow-color: rgb(14 165 233 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/70{--tw-shadow-color: rgb(14 165 233 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/75{--tw-shadow-color: rgb(14 165 233 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/80{--tw-shadow-color: rgb(14 165 233 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/85{--tw-shadow-color: rgb(14 165 233 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/90{--tw-shadow-color: rgb(14 165 233 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-500\/95{--tw-shadow-color: rgb(14 165 233 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600{--tw-shadow-color: #0284c7;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/0{--tw-shadow-color: rgb(2 132 199 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/10{--tw-shadow-color: rgb(2 132 199 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/100{--tw-shadow-color: rgb(2 132 199 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/15{--tw-shadow-color: rgb(2 132 199 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/20{--tw-shadow-color: rgb(2 132 199 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/25{--tw-shadow-color: rgb(2 132 199 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/30{--tw-shadow-color: rgb(2 132 199 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/35{--tw-shadow-color: rgb(2 132 199 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/40{--tw-shadow-color: rgb(2 132 199 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/45{--tw-shadow-color: rgb(2 132 199 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/5{--tw-shadow-color: rgb(2 132 199 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/50{--tw-shadow-color: rgb(2 132 199 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/55{--tw-shadow-color: rgb(2 132 199 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/60{--tw-shadow-color: rgb(2 132 199 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/65{--tw-shadow-color: rgb(2 132 199 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/70{--tw-shadow-color: rgb(2 132 199 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/75{--tw-shadow-color: rgb(2 132 199 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/80{--tw-shadow-color: rgb(2 132 199 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/85{--tw-shadow-color: rgb(2 132 199 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/90{--tw-shadow-color: rgb(2 132 199 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-600\/95{--tw-shadow-color: rgb(2 132 199 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700{--tw-shadow-color: #0369a1;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/0{--tw-shadow-color: rgb(3 105 161 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/10{--tw-shadow-color: rgb(3 105 161 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/100{--tw-shadow-color: rgb(3 105 161 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/15{--tw-shadow-color: rgb(3 105 161 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/20{--tw-shadow-color: rgb(3 105 161 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/25{--tw-shadow-color: rgb(3 105 161 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/30{--tw-shadow-color: rgb(3 105 161 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/35{--tw-shadow-color: rgb(3 105 161 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/40{--tw-shadow-color: rgb(3 105 161 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/45{--tw-shadow-color: rgb(3 105 161 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/5{--tw-shadow-color: rgb(3 105 161 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/50{--tw-shadow-color: rgb(3 105 161 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/55{--tw-shadow-color: rgb(3 105 161 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/60{--tw-shadow-color: rgb(3 105 161 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/65{--tw-shadow-color: rgb(3 105 161 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/70{--tw-shadow-color: rgb(3 105 161 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/75{--tw-shadow-color: rgb(3 105 161 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/80{--tw-shadow-color: rgb(3 105 161 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/85{--tw-shadow-color: rgb(3 105 161 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/90{--tw-shadow-color: rgb(3 105 161 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-700\/95{--tw-shadow-color: rgb(3 105 161 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800{--tw-shadow-color: #075985;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/0{--tw-shadow-color: rgb(7 89 133 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/10{--tw-shadow-color: rgb(7 89 133 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/100{--tw-shadow-color: rgb(7 89 133 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/15{--tw-shadow-color: rgb(7 89 133 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/20{--tw-shadow-color: rgb(7 89 133 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/25{--tw-shadow-color: rgb(7 89 133 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/30{--tw-shadow-color: rgb(7 89 133 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/35{--tw-shadow-color: rgb(7 89 133 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/40{--tw-shadow-color: rgb(7 89 133 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/45{--tw-shadow-color: rgb(7 89 133 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/5{--tw-shadow-color: rgb(7 89 133 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/50{--tw-shadow-color: rgb(7 89 133 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/55{--tw-shadow-color: rgb(7 89 133 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/60{--tw-shadow-color: rgb(7 89 133 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/65{--tw-shadow-color: rgb(7 89 133 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/70{--tw-shadow-color: rgb(7 89 133 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/75{--tw-shadow-color: rgb(7 89 133 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/80{--tw-shadow-color: rgb(7 89 133 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/85{--tw-shadow-color: rgb(7 89 133 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/90{--tw-shadow-color: rgb(7 89 133 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-800\/95{--tw-shadow-color: rgb(7 89 133 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900{--tw-shadow-color: #0c4a6e;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/0{--tw-shadow-color: rgb(12 74 110 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/10{--tw-shadow-color: rgb(12 74 110 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/100{--tw-shadow-color: rgb(12 74 110 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/15{--tw-shadow-color: rgb(12 74 110 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/20{--tw-shadow-color: rgb(12 74 110 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/25{--tw-shadow-color: rgb(12 74 110 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/30{--tw-shadow-color: rgb(12 74 110 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/35{--tw-shadow-color: rgb(12 74 110 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/40{--tw-shadow-color: rgb(12 74 110 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/45{--tw-shadow-color: rgb(12 74 110 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/5{--tw-shadow-color: rgb(12 74 110 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/50{--tw-shadow-color: rgb(12 74 110 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/55{--tw-shadow-color: rgb(12 74 110 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/60{--tw-shadow-color: rgb(12 74 110 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/65{--tw-shadow-color: rgb(12 74 110 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/70{--tw-shadow-color: rgb(12 74 110 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/75{--tw-shadow-color: rgb(12 74 110 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/80{--tw-shadow-color: rgb(12 74 110 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/85{--tw-shadow-color: rgb(12 74 110 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/90{--tw-shadow-color: rgb(12 74 110 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-900\/95{--tw-shadow-color: rgb(12 74 110 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950{--tw-shadow-color: #082f49;--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/0{--tw-shadow-color: rgb(8 47 73 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/10{--tw-shadow-color: rgb(8 47 73 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/100{--tw-shadow-color: rgb(8 47 73 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/15{--tw-shadow-color: rgb(8 47 73 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/20{--tw-shadow-color: rgb(8 47 73 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/25{--tw-shadow-color: rgb(8 47 73 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/30{--tw-shadow-color: rgb(8 47 73 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/35{--tw-shadow-color: rgb(8 47 73 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/40{--tw-shadow-color: rgb(8 47 73 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/45{--tw-shadow-color: rgb(8 47 73 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/5{--tw-shadow-color: rgb(8 47 73 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/50{--tw-shadow-color: rgb(8 47 73 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/55{--tw-shadow-color: rgb(8 47 73 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/60{--tw-shadow-color: rgb(8 47 73 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/65{--tw-shadow-color: rgb(8 47 73 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/70{--tw-shadow-color: rgb(8 47 73 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/75{--tw-shadow-color: rgb(8 47 73 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/80{--tw-shadow-color: rgb(8 47 73 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/85{--tw-shadow-color: rgb(8 47 73 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/90{--tw-shadow-color: rgb(8 47 73 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-sky-950\/95{--tw-shadow-color: rgb(8 47 73 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100{--tw-shadow-color: #f1f5f9;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/0{--tw-shadow-color: rgb(241 245 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/10{--tw-shadow-color: rgb(241 245 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/100{--tw-shadow-color: rgb(241 245 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/15{--tw-shadow-color: rgb(241 245 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/20{--tw-shadow-color: rgb(241 245 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/25{--tw-shadow-color: rgb(241 245 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/30{--tw-shadow-color: rgb(241 245 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/35{--tw-shadow-color: rgb(241 245 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/40{--tw-shadow-color: rgb(241 245 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/45{--tw-shadow-color: rgb(241 245 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/5{--tw-shadow-color: rgb(241 245 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/50{--tw-shadow-color: rgb(241 245 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/55{--tw-shadow-color: rgb(241 245 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/60{--tw-shadow-color: rgb(241 245 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/65{--tw-shadow-color: rgb(241 245 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/70{--tw-shadow-color: rgb(241 245 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/75{--tw-shadow-color: rgb(241 245 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/80{--tw-shadow-color: rgb(241 245 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/85{--tw-shadow-color: rgb(241 245 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/90{--tw-shadow-color: rgb(241 245 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-100\/95{--tw-shadow-color: rgb(241 245 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200{--tw-shadow-color: #e2e8f0;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/0{--tw-shadow-color: rgb(226 232 240 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/10{--tw-shadow-color: rgb(226 232 240 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/100{--tw-shadow-color: rgb(226 232 240 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/15{--tw-shadow-color: rgb(226 232 240 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/20{--tw-shadow-color: rgb(226 232 240 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/25{--tw-shadow-color: rgb(226 232 240 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/30{--tw-shadow-color: rgb(226 232 240 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/35{--tw-shadow-color: rgb(226 232 240 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/40{--tw-shadow-color: rgb(226 232 240 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/45{--tw-shadow-color: rgb(226 232 240 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/5{--tw-shadow-color: rgb(226 232 240 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/50{--tw-shadow-color: rgb(226 232 240 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/55{--tw-shadow-color: rgb(226 232 240 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/60{--tw-shadow-color: rgb(226 232 240 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/65{--tw-shadow-color: rgb(226 232 240 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/70{--tw-shadow-color: rgb(226 232 240 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/75{--tw-shadow-color: rgb(226 232 240 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/80{--tw-shadow-color: rgb(226 232 240 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/85{--tw-shadow-color: rgb(226 232 240 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/90{--tw-shadow-color: rgb(226 232 240 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-200\/95{--tw-shadow-color: rgb(226 232 240 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300{--tw-shadow-color: #cbd5e1;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/0{--tw-shadow-color: rgb(203 213 225 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/10{--tw-shadow-color: rgb(203 213 225 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/100{--tw-shadow-color: rgb(203 213 225 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/15{--tw-shadow-color: rgb(203 213 225 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/20{--tw-shadow-color: rgb(203 213 225 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/25{--tw-shadow-color: rgb(203 213 225 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/30{--tw-shadow-color: rgb(203 213 225 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/35{--tw-shadow-color: rgb(203 213 225 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/40{--tw-shadow-color: rgb(203 213 225 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/45{--tw-shadow-color: rgb(203 213 225 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/5{--tw-shadow-color: rgb(203 213 225 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/50{--tw-shadow-color: rgb(203 213 225 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/55{--tw-shadow-color: rgb(203 213 225 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/60{--tw-shadow-color: rgb(203 213 225 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/65{--tw-shadow-color: rgb(203 213 225 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/70{--tw-shadow-color: rgb(203 213 225 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/75{--tw-shadow-color: rgb(203 213 225 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/80{--tw-shadow-color: rgb(203 213 225 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/85{--tw-shadow-color: rgb(203 213 225 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/90{--tw-shadow-color: rgb(203 213 225 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/95{--tw-shadow-color: rgb(203 213 225 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400{--tw-shadow-color: #94a3b8;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/0{--tw-shadow-color: rgb(148 163 184 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/10{--tw-shadow-color: rgb(148 163 184 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/100{--tw-shadow-color: rgb(148 163 184 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/15{--tw-shadow-color: rgb(148 163 184 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/20{--tw-shadow-color: rgb(148 163 184 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/25{--tw-shadow-color: rgb(148 163 184 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/30{--tw-shadow-color: rgb(148 163 184 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/35{--tw-shadow-color: rgb(148 163 184 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/40{--tw-shadow-color: rgb(148 163 184 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/45{--tw-shadow-color: rgb(148 163 184 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/5{--tw-shadow-color: rgb(148 163 184 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/50{--tw-shadow-color: rgb(148 163 184 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/55{--tw-shadow-color: rgb(148 163 184 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/60{--tw-shadow-color: rgb(148 163 184 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/65{--tw-shadow-color: rgb(148 163 184 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/70{--tw-shadow-color: rgb(148 163 184 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/75{--tw-shadow-color: rgb(148 163 184 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/80{--tw-shadow-color: rgb(148 163 184 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/85{--tw-shadow-color: rgb(148 163 184 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/90{--tw-shadow-color: rgb(148 163 184 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/95{--tw-shadow-color: rgb(148 163 184 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50{--tw-shadow-color: #f8fafc;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/0{--tw-shadow-color: rgb(248 250 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/10{--tw-shadow-color: rgb(248 250 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/100{--tw-shadow-color: rgb(248 250 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/15{--tw-shadow-color: rgb(248 250 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/20{--tw-shadow-color: rgb(248 250 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/25{--tw-shadow-color: rgb(248 250 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/30{--tw-shadow-color: rgb(248 250 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/35{--tw-shadow-color: rgb(248 250 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/40{--tw-shadow-color: rgb(248 250 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/45{--tw-shadow-color: rgb(248 250 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/5{--tw-shadow-color: rgb(248 250 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/50{--tw-shadow-color: rgb(248 250 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/55{--tw-shadow-color: rgb(248 250 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/60{--tw-shadow-color: rgb(248 250 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/65{--tw-shadow-color: rgb(248 250 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/70{--tw-shadow-color: rgb(248 250 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/75{--tw-shadow-color: rgb(248 250 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/80{--tw-shadow-color: rgb(248 250 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/85{--tw-shadow-color: rgb(248 250 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/90{--tw-shadow-color: rgb(248 250 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-50\/95{--tw-shadow-color: rgb(248 250 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500{--tw-shadow-color: #64748b;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/0{--tw-shadow-color: rgb(100 116 139 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/10{--tw-shadow-color: rgb(100 116 139 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/100{--tw-shadow-color: rgb(100 116 139 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/15{--tw-shadow-color: rgb(100 116 139 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/20{--tw-shadow-color: rgb(100 116 139 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/25{--tw-shadow-color: rgb(100 116 139 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/30{--tw-shadow-color: rgb(100 116 139 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/35{--tw-shadow-color: rgb(100 116 139 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/40{--tw-shadow-color: rgb(100 116 139 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/45{--tw-shadow-color: rgb(100 116 139 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/5{--tw-shadow-color: rgb(100 116 139 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/50{--tw-shadow-color: rgb(100 116 139 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/55{--tw-shadow-color: rgb(100 116 139 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/60{--tw-shadow-color: rgb(100 116 139 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/65{--tw-shadow-color: rgb(100 116 139 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/70{--tw-shadow-color: rgb(100 116 139 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/75{--tw-shadow-color: rgb(100 116 139 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/80{--tw-shadow-color: rgb(100 116 139 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/85{--tw-shadow-color: rgb(100 116 139 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/90{--tw-shadow-color: rgb(100 116 139 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-500\/95{--tw-shadow-color: rgb(100 116 139 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600{--tw-shadow-color: #475569;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/0{--tw-shadow-color: rgb(71 85 105 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/10{--tw-shadow-color: rgb(71 85 105 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/100{--tw-shadow-color: rgb(71 85 105 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/15{--tw-shadow-color: rgb(71 85 105 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/20{--tw-shadow-color: rgb(71 85 105 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/25{--tw-shadow-color: rgb(71 85 105 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/30{--tw-shadow-color: rgb(71 85 105 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/35{--tw-shadow-color: rgb(71 85 105 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/40{--tw-shadow-color: rgb(71 85 105 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/45{--tw-shadow-color: rgb(71 85 105 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/5{--tw-shadow-color: rgb(71 85 105 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/50{--tw-shadow-color: rgb(71 85 105 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/55{--tw-shadow-color: rgb(71 85 105 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/60{--tw-shadow-color: rgb(71 85 105 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/65{--tw-shadow-color: rgb(71 85 105 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/70{--tw-shadow-color: rgb(71 85 105 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/75{--tw-shadow-color: rgb(71 85 105 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/80{--tw-shadow-color: rgb(71 85 105 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/85{--tw-shadow-color: rgb(71 85 105 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/90{--tw-shadow-color: rgb(71 85 105 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-600\/95{--tw-shadow-color: rgb(71 85 105 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700{--tw-shadow-color: #334155;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/0{--tw-shadow-color: rgb(51 65 85 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/10{--tw-shadow-color: rgb(51 65 85 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/100{--tw-shadow-color: rgb(51 65 85 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/15{--tw-shadow-color: rgb(51 65 85 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/20{--tw-shadow-color: rgb(51 65 85 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/25{--tw-shadow-color: rgb(51 65 85 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/30{--tw-shadow-color: rgb(51 65 85 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/35{--tw-shadow-color: rgb(51 65 85 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/40{--tw-shadow-color: rgb(51 65 85 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/45{--tw-shadow-color: rgb(51 65 85 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/5{--tw-shadow-color: rgb(51 65 85 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/50{--tw-shadow-color: rgb(51 65 85 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/55{--tw-shadow-color: rgb(51 65 85 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/60{--tw-shadow-color: rgb(51 65 85 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/65{--tw-shadow-color: rgb(51 65 85 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/70{--tw-shadow-color: rgb(51 65 85 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/75{--tw-shadow-color: rgb(51 65 85 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/80{--tw-shadow-color: rgb(51 65 85 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/85{--tw-shadow-color: rgb(51 65 85 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/90{--tw-shadow-color: rgb(51 65 85 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-700\/95{--tw-shadow-color: rgb(51 65 85 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800{--tw-shadow-color: #1e293b;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/0{--tw-shadow-color: rgb(30 41 59 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/10{--tw-shadow-color: rgb(30 41 59 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/100{--tw-shadow-color: rgb(30 41 59 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/15{--tw-shadow-color: rgb(30 41 59 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/20{--tw-shadow-color: rgb(30 41 59 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/25{--tw-shadow-color: rgb(30 41 59 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/30{--tw-shadow-color: rgb(30 41 59 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/35{--tw-shadow-color: rgb(30 41 59 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/40{--tw-shadow-color: rgb(30 41 59 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/45{--tw-shadow-color: rgb(30 41 59 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/5{--tw-shadow-color: rgb(30 41 59 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/50{--tw-shadow-color: rgb(30 41 59 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/55{--tw-shadow-color: rgb(30 41 59 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/60{--tw-shadow-color: rgb(30 41 59 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/65{--tw-shadow-color: rgb(30 41 59 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/70{--tw-shadow-color: rgb(30 41 59 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/75{--tw-shadow-color: rgb(30 41 59 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/80{--tw-shadow-color: rgb(30 41 59 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/85{--tw-shadow-color: rgb(30 41 59 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/90{--tw-shadow-color: rgb(30 41 59 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-800\/95{--tw-shadow-color: rgb(30 41 59 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900{--tw-shadow-color: #0f172a;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/0{--tw-shadow-color: rgb(15 23 42 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/10{--tw-shadow-color: rgb(15 23 42 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/100{--tw-shadow-color: rgb(15 23 42 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/15{--tw-shadow-color: rgb(15 23 42 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/20{--tw-shadow-color: rgb(15 23 42 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/25{--tw-shadow-color: rgb(15 23 42 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/30{--tw-shadow-color: rgb(15 23 42 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/35{--tw-shadow-color: rgb(15 23 42 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/40{--tw-shadow-color: rgb(15 23 42 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/45{--tw-shadow-color: rgb(15 23 42 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/5{--tw-shadow-color: rgb(15 23 42 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/50{--tw-shadow-color: rgb(15 23 42 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/55{--tw-shadow-color: rgb(15 23 42 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/60{--tw-shadow-color: rgb(15 23 42 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/65{--tw-shadow-color: rgb(15 23 42 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/70{--tw-shadow-color: rgb(15 23 42 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/75{--tw-shadow-color: rgb(15 23 42 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/80{--tw-shadow-color: rgb(15 23 42 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/85{--tw-shadow-color: rgb(15 23 42 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/90{--tw-shadow-color: rgb(15 23 42 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/95{--tw-shadow-color: rgb(15 23 42 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950{--tw-shadow-color: #020617;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/0{--tw-shadow-color: rgb(2 6 23 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/10{--tw-shadow-color: rgb(2 6 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/100{--tw-shadow-color: rgb(2 6 23 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/15{--tw-shadow-color: rgb(2 6 23 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/20{--tw-shadow-color: rgb(2 6 23 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/25{--tw-shadow-color: rgb(2 6 23 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/30{--tw-shadow-color: rgb(2 6 23 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/35{--tw-shadow-color: rgb(2 6 23 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/40{--tw-shadow-color: rgb(2 6 23 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/45{--tw-shadow-color: rgb(2 6 23 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/5{--tw-shadow-color: rgb(2 6 23 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/50{--tw-shadow-color: rgb(2 6 23 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/55{--tw-shadow-color: rgb(2 6 23 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/60{--tw-shadow-color: rgb(2 6 23 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/65{--tw-shadow-color: rgb(2 6 23 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/70{--tw-shadow-color: rgb(2 6 23 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/75{--tw-shadow-color: rgb(2 6 23 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/80{--tw-shadow-color: rgb(2 6 23 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/85{--tw-shadow-color: rgb(2 6 23 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/90{--tw-shadow-color: rgb(2 6 23 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-950\/95{--tw-shadow-color: rgb(2 6 23 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100{--tw-shadow-color: #f5f5f4;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/0{--tw-shadow-color: rgb(245 245 244 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/10{--tw-shadow-color: rgb(245 245 244 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/100{--tw-shadow-color: rgb(245 245 244 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/15{--tw-shadow-color: rgb(245 245 244 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/20{--tw-shadow-color: rgb(245 245 244 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/25{--tw-shadow-color: rgb(245 245 244 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/30{--tw-shadow-color: rgb(245 245 244 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/35{--tw-shadow-color: rgb(245 245 244 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/40{--tw-shadow-color: rgb(245 245 244 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/45{--tw-shadow-color: rgb(245 245 244 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/5{--tw-shadow-color: rgb(245 245 244 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/50{--tw-shadow-color: rgb(245 245 244 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/55{--tw-shadow-color: rgb(245 245 244 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/60{--tw-shadow-color: rgb(245 245 244 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/65{--tw-shadow-color: rgb(245 245 244 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/70{--tw-shadow-color: rgb(245 245 244 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/75{--tw-shadow-color: rgb(245 245 244 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/80{--tw-shadow-color: rgb(245 245 244 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/85{--tw-shadow-color: rgb(245 245 244 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/90{--tw-shadow-color: rgb(245 245 244 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-100\/95{--tw-shadow-color: rgb(245 245 244 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200{--tw-shadow-color: #e7e5e4;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/0{--tw-shadow-color: rgb(231 229 228 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/10{--tw-shadow-color: rgb(231 229 228 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/100{--tw-shadow-color: rgb(231 229 228 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/15{--tw-shadow-color: rgb(231 229 228 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/20{--tw-shadow-color: rgb(231 229 228 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/25{--tw-shadow-color: rgb(231 229 228 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/30{--tw-shadow-color: rgb(231 229 228 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/35{--tw-shadow-color: rgb(231 229 228 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/40{--tw-shadow-color: rgb(231 229 228 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/45{--tw-shadow-color: rgb(231 229 228 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/5{--tw-shadow-color: rgb(231 229 228 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/50{--tw-shadow-color: rgb(231 229 228 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/55{--tw-shadow-color: rgb(231 229 228 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/60{--tw-shadow-color: rgb(231 229 228 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/65{--tw-shadow-color: rgb(231 229 228 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/70{--tw-shadow-color: rgb(231 229 228 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/75{--tw-shadow-color: rgb(231 229 228 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/80{--tw-shadow-color: rgb(231 229 228 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/85{--tw-shadow-color: rgb(231 229 228 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/90{--tw-shadow-color: rgb(231 229 228 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-200\/95{--tw-shadow-color: rgb(231 229 228 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300{--tw-shadow-color: #d6d3d1;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/0{--tw-shadow-color: rgb(214 211 209 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/10{--tw-shadow-color: rgb(214 211 209 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/100{--tw-shadow-color: rgb(214 211 209 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/15{--tw-shadow-color: rgb(214 211 209 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/20{--tw-shadow-color: rgb(214 211 209 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/25{--tw-shadow-color: rgb(214 211 209 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/30{--tw-shadow-color: rgb(214 211 209 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/35{--tw-shadow-color: rgb(214 211 209 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/40{--tw-shadow-color: rgb(214 211 209 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/45{--tw-shadow-color: rgb(214 211 209 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/5{--tw-shadow-color: rgb(214 211 209 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/50{--tw-shadow-color: rgb(214 211 209 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/55{--tw-shadow-color: rgb(214 211 209 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/60{--tw-shadow-color: rgb(214 211 209 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/65{--tw-shadow-color: rgb(214 211 209 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/70{--tw-shadow-color: rgb(214 211 209 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/75{--tw-shadow-color: rgb(214 211 209 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/80{--tw-shadow-color: rgb(214 211 209 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/85{--tw-shadow-color: rgb(214 211 209 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/90{--tw-shadow-color: rgb(214 211 209 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-300\/95{--tw-shadow-color: rgb(214 211 209 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400{--tw-shadow-color: #a8a29e;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/0{--tw-shadow-color: rgb(168 162 158 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/10{--tw-shadow-color: rgb(168 162 158 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/100{--tw-shadow-color: rgb(168 162 158 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/15{--tw-shadow-color: rgb(168 162 158 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/20{--tw-shadow-color: rgb(168 162 158 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/25{--tw-shadow-color: rgb(168 162 158 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/30{--tw-shadow-color: rgb(168 162 158 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/35{--tw-shadow-color: rgb(168 162 158 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/40{--tw-shadow-color: rgb(168 162 158 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/45{--tw-shadow-color: rgb(168 162 158 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/5{--tw-shadow-color: rgb(168 162 158 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/50{--tw-shadow-color: rgb(168 162 158 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/55{--tw-shadow-color: rgb(168 162 158 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/60{--tw-shadow-color: rgb(168 162 158 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/65{--tw-shadow-color: rgb(168 162 158 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/70{--tw-shadow-color: rgb(168 162 158 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/75{--tw-shadow-color: rgb(168 162 158 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/80{--tw-shadow-color: rgb(168 162 158 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/85{--tw-shadow-color: rgb(168 162 158 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/90{--tw-shadow-color: rgb(168 162 158 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400\/95{--tw-shadow-color: rgb(168 162 158 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50{--tw-shadow-color: #fafaf9;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/0{--tw-shadow-color: rgb(250 250 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/10{--tw-shadow-color: rgb(250 250 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/100{--tw-shadow-color: rgb(250 250 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/15{--tw-shadow-color: rgb(250 250 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/20{--tw-shadow-color: rgb(250 250 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/25{--tw-shadow-color: rgb(250 250 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/30{--tw-shadow-color: rgb(250 250 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/35{--tw-shadow-color: rgb(250 250 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/40{--tw-shadow-color: rgb(250 250 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/45{--tw-shadow-color: rgb(250 250 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/5{--tw-shadow-color: rgb(250 250 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/50{--tw-shadow-color: rgb(250 250 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/55{--tw-shadow-color: rgb(250 250 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/60{--tw-shadow-color: rgb(250 250 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/65{--tw-shadow-color: rgb(250 250 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/70{--tw-shadow-color: rgb(250 250 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/75{--tw-shadow-color: rgb(250 250 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/80{--tw-shadow-color: rgb(250 250 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/85{--tw-shadow-color: rgb(250 250 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/90{--tw-shadow-color: rgb(250 250 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-50\/95{--tw-shadow-color: rgb(250 250 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500{--tw-shadow-color: #78716c;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/0{--tw-shadow-color: rgb(120 113 108 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/10{--tw-shadow-color: rgb(120 113 108 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/100{--tw-shadow-color: rgb(120 113 108 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/15{--tw-shadow-color: rgb(120 113 108 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/20{--tw-shadow-color: rgb(120 113 108 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/25{--tw-shadow-color: rgb(120 113 108 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/30{--tw-shadow-color: rgb(120 113 108 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/35{--tw-shadow-color: rgb(120 113 108 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/40{--tw-shadow-color: rgb(120 113 108 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/45{--tw-shadow-color: rgb(120 113 108 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/5{--tw-shadow-color: rgb(120 113 108 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/50{--tw-shadow-color: rgb(120 113 108 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/55{--tw-shadow-color: rgb(120 113 108 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/60{--tw-shadow-color: rgb(120 113 108 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/65{--tw-shadow-color: rgb(120 113 108 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/70{--tw-shadow-color: rgb(120 113 108 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/75{--tw-shadow-color: rgb(120 113 108 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/80{--tw-shadow-color: rgb(120 113 108 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/85{--tw-shadow-color: rgb(120 113 108 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/90{--tw-shadow-color: rgb(120 113 108 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-500\/95{--tw-shadow-color: rgb(120 113 108 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600{--tw-shadow-color: #57534e;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/0{--tw-shadow-color: rgb(87 83 78 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/10{--tw-shadow-color: rgb(87 83 78 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/100{--tw-shadow-color: rgb(87 83 78 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/15{--tw-shadow-color: rgb(87 83 78 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/20{--tw-shadow-color: rgb(87 83 78 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/25{--tw-shadow-color: rgb(87 83 78 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/30{--tw-shadow-color: rgb(87 83 78 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/35{--tw-shadow-color: rgb(87 83 78 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/40{--tw-shadow-color: rgb(87 83 78 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/45{--tw-shadow-color: rgb(87 83 78 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/5{--tw-shadow-color: rgb(87 83 78 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/50{--tw-shadow-color: rgb(87 83 78 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/55{--tw-shadow-color: rgb(87 83 78 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/60{--tw-shadow-color: rgb(87 83 78 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/65{--tw-shadow-color: rgb(87 83 78 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/70{--tw-shadow-color: rgb(87 83 78 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/75{--tw-shadow-color: rgb(87 83 78 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/80{--tw-shadow-color: rgb(87 83 78 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/85{--tw-shadow-color: rgb(87 83 78 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/90{--tw-shadow-color: rgb(87 83 78 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-600\/95{--tw-shadow-color: rgb(87 83 78 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700{--tw-shadow-color: #44403c;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/0{--tw-shadow-color: rgb(68 64 60 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/10{--tw-shadow-color: rgb(68 64 60 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/100{--tw-shadow-color: rgb(68 64 60 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/15{--tw-shadow-color: rgb(68 64 60 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/20{--tw-shadow-color: rgb(68 64 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/25{--tw-shadow-color: rgb(68 64 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/30{--tw-shadow-color: rgb(68 64 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/35{--tw-shadow-color: rgb(68 64 60 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/40{--tw-shadow-color: rgb(68 64 60 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/45{--tw-shadow-color: rgb(68 64 60 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/5{--tw-shadow-color: rgb(68 64 60 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/50{--tw-shadow-color: rgb(68 64 60 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/55{--tw-shadow-color: rgb(68 64 60 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/60{--tw-shadow-color: rgb(68 64 60 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/65{--tw-shadow-color: rgb(68 64 60 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/70{--tw-shadow-color: rgb(68 64 60 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/75{--tw-shadow-color: rgb(68 64 60 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/80{--tw-shadow-color: rgb(68 64 60 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/85{--tw-shadow-color: rgb(68 64 60 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/90{--tw-shadow-color: rgb(68 64 60 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700\/95{--tw-shadow-color: rgb(68 64 60 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800{--tw-shadow-color: #292524;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/0{--tw-shadow-color: rgb(41 37 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/10{--tw-shadow-color: rgb(41 37 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/100{--tw-shadow-color: rgb(41 37 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/15{--tw-shadow-color: rgb(41 37 36 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/20{--tw-shadow-color: rgb(41 37 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/25{--tw-shadow-color: rgb(41 37 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/30{--tw-shadow-color: rgb(41 37 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/35{--tw-shadow-color: rgb(41 37 36 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/40{--tw-shadow-color: rgb(41 37 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/45{--tw-shadow-color: rgb(41 37 36 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/5{--tw-shadow-color: rgb(41 37 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/50{--tw-shadow-color: rgb(41 37 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/55{--tw-shadow-color: rgb(41 37 36 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/60{--tw-shadow-color: rgb(41 37 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/65{--tw-shadow-color: rgb(41 37 36 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/70{--tw-shadow-color: rgb(41 37 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/75{--tw-shadow-color: rgb(41 37 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/80{--tw-shadow-color: rgb(41 37 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/85{--tw-shadow-color: rgb(41 37 36 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/90{--tw-shadow-color: rgb(41 37 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-800\/95{--tw-shadow-color: rgb(41 37 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900{--tw-shadow-color: #1c1917;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/0{--tw-shadow-color: rgb(28 25 23 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/10{--tw-shadow-color: rgb(28 25 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/100{--tw-shadow-color: rgb(28 25 23 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/15{--tw-shadow-color: rgb(28 25 23 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/20{--tw-shadow-color: rgb(28 25 23 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/25{--tw-shadow-color: rgb(28 25 23 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/30{--tw-shadow-color: rgb(28 25 23 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/35{--tw-shadow-color: rgb(28 25 23 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/40{--tw-shadow-color: rgb(28 25 23 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/45{--tw-shadow-color: rgb(28 25 23 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/5{--tw-shadow-color: rgb(28 25 23 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/50{--tw-shadow-color: rgb(28 25 23 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/55{--tw-shadow-color: rgb(28 25 23 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/60{--tw-shadow-color: rgb(28 25 23 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/65{--tw-shadow-color: rgb(28 25 23 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/70{--tw-shadow-color: rgb(28 25 23 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/75{--tw-shadow-color: rgb(28 25 23 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/80{--tw-shadow-color: rgb(28 25 23 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/85{--tw-shadow-color: rgb(28 25 23 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/90{--tw-shadow-color: rgb(28 25 23 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-900\/95{--tw-shadow-color: rgb(28 25 23 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950{--tw-shadow-color: #0c0a09;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/0{--tw-shadow-color: rgb(12 10 9 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/10{--tw-shadow-color: rgb(12 10 9 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/100{--tw-shadow-color: rgb(12 10 9 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/15{--tw-shadow-color: rgb(12 10 9 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/20{--tw-shadow-color: rgb(12 10 9 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/25{--tw-shadow-color: rgb(12 10 9 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/30{--tw-shadow-color: rgb(12 10 9 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/35{--tw-shadow-color: rgb(12 10 9 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/40{--tw-shadow-color: rgb(12 10 9 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/45{--tw-shadow-color: rgb(12 10 9 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/5{--tw-shadow-color: rgb(12 10 9 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/50{--tw-shadow-color: rgb(12 10 9 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/55{--tw-shadow-color: rgb(12 10 9 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/60{--tw-shadow-color: rgb(12 10 9 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/65{--tw-shadow-color: rgb(12 10 9 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/70{--tw-shadow-color: rgb(12 10 9 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/75{--tw-shadow-color: rgb(12 10 9 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/80{--tw-shadow-color: rgb(12 10 9 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/85{--tw-shadow-color: rgb(12 10 9 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/90{--tw-shadow-color: rgb(12 10 9 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-950\/95{--tw-shadow-color: rgb(12 10 9 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100{--tw-shadow-color: #ccfbf1;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/0{--tw-shadow-color: rgb(204 251 241 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/10{--tw-shadow-color: rgb(204 251 241 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/100{--tw-shadow-color: rgb(204 251 241 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/15{--tw-shadow-color: rgb(204 251 241 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/20{--tw-shadow-color: rgb(204 251 241 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/25{--tw-shadow-color: rgb(204 251 241 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/30{--tw-shadow-color: rgb(204 251 241 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/35{--tw-shadow-color: rgb(204 251 241 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/40{--tw-shadow-color: rgb(204 251 241 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/45{--tw-shadow-color: rgb(204 251 241 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/5{--tw-shadow-color: rgb(204 251 241 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/50{--tw-shadow-color: rgb(204 251 241 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/55{--tw-shadow-color: rgb(204 251 241 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/60{--tw-shadow-color: rgb(204 251 241 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/65{--tw-shadow-color: rgb(204 251 241 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/70{--tw-shadow-color: rgb(204 251 241 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/75{--tw-shadow-color: rgb(204 251 241 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/80{--tw-shadow-color: rgb(204 251 241 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/85{--tw-shadow-color: rgb(204 251 241 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/90{--tw-shadow-color: rgb(204 251 241 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-100\/95{--tw-shadow-color: rgb(204 251 241 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200{--tw-shadow-color: #99f6e4;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/0{--tw-shadow-color: rgb(153 246 228 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/10{--tw-shadow-color: rgb(153 246 228 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/100{--tw-shadow-color: rgb(153 246 228 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/15{--tw-shadow-color: rgb(153 246 228 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/20{--tw-shadow-color: rgb(153 246 228 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/25{--tw-shadow-color: rgb(153 246 228 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/30{--tw-shadow-color: rgb(153 246 228 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/35{--tw-shadow-color: rgb(153 246 228 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/40{--tw-shadow-color: rgb(153 246 228 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/45{--tw-shadow-color: rgb(153 246 228 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/5{--tw-shadow-color: rgb(153 246 228 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/50{--tw-shadow-color: rgb(153 246 228 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/55{--tw-shadow-color: rgb(153 246 228 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/60{--tw-shadow-color: rgb(153 246 228 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/65{--tw-shadow-color: rgb(153 246 228 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/70{--tw-shadow-color: rgb(153 246 228 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/75{--tw-shadow-color: rgb(153 246 228 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/80{--tw-shadow-color: rgb(153 246 228 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/85{--tw-shadow-color: rgb(153 246 228 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/90{--tw-shadow-color: rgb(153 246 228 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-200\/95{--tw-shadow-color: rgb(153 246 228 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300{--tw-shadow-color: #5eead4;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/0{--tw-shadow-color: rgb(94 234 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/10{--tw-shadow-color: rgb(94 234 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/100{--tw-shadow-color: rgb(94 234 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/15{--tw-shadow-color: rgb(94 234 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/20{--tw-shadow-color: rgb(94 234 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/25{--tw-shadow-color: rgb(94 234 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/30{--tw-shadow-color: rgb(94 234 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/35{--tw-shadow-color: rgb(94 234 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/40{--tw-shadow-color: rgb(94 234 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/45{--tw-shadow-color: rgb(94 234 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/5{--tw-shadow-color: rgb(94 234 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/50{--tw-shadow-color: rgb(94 234 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/55{--tw-shadow-color: rgb(94 234 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/60{--tw-shadow-color: rgb(94 234 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/65{--tw-shadow-color: rgb(94 234 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/70{--tw-shadow-color: rgb(94 234 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/75{--tw-shadow-color: rgb(94 234 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/80{--tw-shadow-color: rgb(94 234 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/85{--tw-shadow-color: rgb(94 234 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/90{--tw-shadow-color: rgb(94 234 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-300\/95{--tw-shadow-color: rgb(94 234 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400{--tw-shadow-color: #2dd4bf;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/0{--tw-shadow-color: rgb(45 212 191 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/10{--tw-shadow-color: rgb(45 212 191 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/100{--tw-shadow-color: rgb(45 212 191 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/15{--tw-shadow-color: rgb(45 212 191 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/20{--tw-shadow-color: rgb(45 212 191 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/25{--tw-shadow-color: rgb(45 212 191 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/30{--tw-shadow-color: rgb(45 212 191 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/35{--tw-shadow-color: rgb(45 212 191 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/40{--tw-shadow-color: rgb(45 212 191 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/45{--tw-shadow-color: rgb(45 212 191 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/5{--tw-shadow-color: rgb(45 212 191 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/50{--tw-shadow-color: rgb(45 212 191 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/55{--tw-shadow-color: rgb(45 212 191 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/60{--tw-shadow-color: rgb(45 212 191 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/65{--tw-shadow-color: rgb(45 212 191 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/70{--tw-shadow-color: rgb(45 212 191 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/75{--tw-shadow-color: rgb(45 212 191 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/80{--tw-shadow-color: rgb(45 212 191 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/85{--tw-shadow-color: rgb(45 212 191 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/90{--tw-shadow-color: rgb(45 212 191 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-400\/95{--tw-shadow-color: rgb(45 212 191 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50{--tw-shadow-color: #f0fdfa;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/0{--tw-shadow-color: rgb(240 253 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/10{--tw-shadow-color: rgb(240 253 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/100{--tw-shadow-color: rgb(240 253 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/15{--tw-shadow-color: rgb(240 253 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/20{--tw-shadow-color: rgb(240 253 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/25{--tw-shadow-color: rgb(240 253 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/30{--tw-shadow-color: rgb(240 253 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/35{--tw-shadow-color: rgb(240 253 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/40{--tw-shadow-color: rgb(240 253 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/45{--tw-shadow-color: rgb(240 253 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/5{--tw-shadow-color: rgb(240 253 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/50{--tw-shadow-color: rgb(240 253 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/55{--tw-shadow-color: rgb(240 253 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/60{--tw-shadow-color: rgb(240 253 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/65{--tw-shadow-color: rgb(240 253 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/70{--tw-shadow-color: rgb(240 253 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/75{--tw-shadow-color: rgb(240 253 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/80{--tw-shadow-color: rgb(240 253 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/85{--tw-shadow-color: rgb(240 253 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/90{--tw-shadow-color: rgb(240 253 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-50\/95{--tw-shadow-color: rgb(240 253 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500{--tw-shadow-color: #14b8a6;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/0{--tw-shadow-color: rgb(20 184 166 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/10{--tw-shadow-color: rgb(20 184 166 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/100{--tw-shadow-color: rgb(20 184 166 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/15{--tw-shadow-color: rgb(20 184 166 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/20{--tw-shadow-color: rgb(20 184 166 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/25{--tw-shadow-color: rgb(20 184 166 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/30{--tw-shadow-color: rgb(20 184 166 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/35{--tw-shadow-color: rgb(20 184 166 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/40{--tw-shadow-color: rgb(20 184 166 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/45{--tw-shadow-color: rgb(20 184 166 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/5{--tw-shadow-color: rgb(20 184 166 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/50{--tw-shadow-color: rgb(20 184 166 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/55{--tw-shadow-color: rgb(20 184 166 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/60{--tw-shadow-color: rgb(20 184 166 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/65{--tw-shadow-color: rgb(20 184 166 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/70{--tw-shadow-color: rgb(20 184 166 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/75{--tw-shadow-color: rgb(20 184 166 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/80{--tw-shadow-color: rgb(20 184 166 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/85{--tw-shadow-color: rgb(20 184 166 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/90{--tw-shadow-color: rgb(20 184 166 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/95{--tw-shadow-color: rgb(20 184 166 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600{--tw-shadow-color: #0d9488;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/0{--tw-shadow-color: rgb(13 148 136 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/10{--tw-shadow-color: rgb(13 148 136 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/100{--tw-shadow-color: rgb(13 148 136 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/15{--tw-shadow-color: rgb(13 148 136 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/20{--tw-shadow-color: rgb(13 148 136 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/25{--tw-shadow-color: rgb(13 148 136 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/30{--tw-shadow-color: rgb(13 148 136 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/35{--tw-shadow-color: rgb(13 148 136 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/40{--tw-shadow-color: rgb(13 148 136 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/45{--tw-shadow-color: rgb(13 148 136 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/5{--tw-shadow-color: rgb(13 148 136 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/50{--tw-shadow-color: rgb(13 148 136 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/55{--tw-shadow-color: rgb(13 148 136 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/60{--tw-shadow-color: rgb(13 148 136 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/65{--tw-shadow-color: rgb(13 148 136 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/70{--tw-shadow-color: rgb(13 148 136 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/75{--tw-shadow-color: rgb(13 148 136 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/80{--tw-shadow-color: rgb(13 148 136 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/85{--tw-shadow-color: rgb(13 148 136 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/90{--tw-shadow-color: rgb(13 148 136 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-600\/95{--tw-shadow-color: rgb(13 148 136 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700{--tw-shadow-color: #0f766e;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/0{--tw-shadow-color: rgb(15 118 110 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/10{--tw-shadow-color: rgb(15 118 110 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/100{--tw-shadow-color: rgb(15 118 110 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/15{--tw-shadow-color: rgb(15 118 110 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/20{--tw-shadow-color: rgb(15 118 110 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/25{--tw-shadow-color: rgb(15 118 110 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/30{--tw-shadow-color: rgb(15 118 110 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/35{--tw-shadow-color: rgb(15 118 110 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/40{--tw-shadow-color: rgb(15 118 110 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/45{--tw-shadow-color: rgb(15 118 110 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/5{--tw-shadow-color: rgb(15 118 110 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/50{--tw-shadow-color: rgb(15 118 110 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/55{--tw-shadow-color: rgb(15 118 110 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/60{--tw-shadow-color: rgb(15 118 110 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/65{--tw-shadow-color: rgb(15 118 110 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/70{--tw-shadow-color: rgb(15 118 110 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/75{--tw-shadow-color: rgb(15 118 110 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/80{--tw-shadow-color: rgb(15 118 110 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/85{--tw-shadow-color: rgb(15 118 110 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/90{--tw-shadow-color: rgb(15 118 110 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-700\/95{--tw-shadow-color: rgb(15 118 110 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800{--tw-shadow-color: #115e59;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/0{--tw-shadow-color: rgb(17 94 89 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/10{--tw-shadow-color: rgb(17 94 89 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/100{--tw-shadow-color: rgb(17 94 89 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/15{--tw-shadow-color: rgb(17 94 89 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/20{--tw-shadow-color: rgb(17 94 89 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/25{--tw-shadow-color: rgb(17 94 89 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/30{--tw-shadow-color: rgb(17 94 89 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/35{--tw-shadow-color: rgb(17 94 89 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/40{--tw-shadow-color: rgb(17 94 89 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/45{--tw-shadow-color: rgb(17 94 89 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/5{--tw-shadow-color: rgb(17 94 89 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/50{--tw-shadow-color: rgb(17 94 89 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/55{--tw-shadow-color: rgb(17 94 89 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/60{--tw-shadow-color: rgb(17 94 89 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/65{--tw-shadow-color: rgb(17 94 89 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/70{--tw-shadow-color: rgb(17 94 89 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/75{--tw-shadow-color: rgb(17 94 89 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/80{--tw-shadow-color: rgb(17 94 89 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/85{--tw-shadow-color: rgb(17 94 89 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/90{--tw-shadow-color: rgb(17 94 89 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-800\/95{--tw-shadow-color: rgb(17 94 89 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900{--tw-shadow-color: #134e4a;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/0{--tw-shadow-color: rgb(19 78 74 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/10{--tw-shadow-color: rgb(19 78 74 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/100{--tw-shadow-color: rgb(19 78 74 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/15{--tw-shadow-color: rgb(19 78 74 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/20{--tw-shadow-color: rgb(19 78 74 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/25{--tw-shadow-color: rgb(19 78 74 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/30{--tw-shadow-color: rgb(19 78 74 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/35{--tw-shadow-color: rgb(19 78 74 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/40{--tw-shadow-color: rgb(19 78 74 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/45{--tw-shadow-color: rgb(19 78 74 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/5{--tw-shadow-color: rgb(19 78 74 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/50{--tw-shadow-color: rgb(19 78 74 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/55{--tw-shadow-color: rgb(19 78 74 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/60{--tw-shadow-color: rgb(19 78 74 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/65{--tw-shadow-color: rgb(19 78 74 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/70{--tw-shadow-color: rgb(19 78 74 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/75{--tw-shadow-color: rgb(19 78 74 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/80{--tw-shadow-color: rgb(19 78 74 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/85{--tw-shadow-color: rgb(19 78 74 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/90{--tw-shadow-color: rgb(19 78 74 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-900\/95{--tw-shadow-color: rgb(19 78 74 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950{--tw-shadow-color: #042f2e;--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/0{--tw-shadow-color: rgb(4 47 46 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/10{--tw-shadow-color: rgb(4 47 46 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/100{--tw-shadow-color: rgb(4 47 46 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/15{--tw-shadow-color: rgb(4 47 46 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/20{--tw-shadow-color: rgb(4 47 46 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/25{--tw-shadow-color: rgb(4 47 46 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/30{--tw-shadow-color: rgb(4 47 46 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/35{--tw-shadow-color: rgb(4 47 46 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/40{--tw-shadow-color: rgb(4 47 46 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/45{--tw-shadow-color: rgb(4 47 46 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/5{--tw-shadow-color: rgb(4 47 46 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/50{--tw-shadow-color: rgb(4 47 46 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/55{--tw-shadow-color: rgb(4 47 46 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/60{--tw-shadow-color: rgb(4 47 46 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/65{--tw-shadow-color: rgb(4 47 46 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/70{--tw-shadow-color: rgb(4 47 46 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/75{--tw-shadow-color: rgb(4 47 46 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/80{--tw-shadow-color: rgb(4 47 46 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/85{--tw-shadow-color: rgb(4 47 46 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/90{--tw-shadow-color: rgb(4 47 46 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-950\/95{--tw-shadow-color: rgb(4 47 46 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent{--tw-shadow-color: transparent;--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/0{--tw-shadow-color: rgb(0 0 0 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/10{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/100{--tw-shadow-color: rgb(0 0 0 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/15{--tw-shadow-color: rgb(0 0 0 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/20{--tw-shadow-color: rgb(0 0 0 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/25{--tw-shadow-color: rgb(0 0 0 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/30{--tw-shadow-color: rgb(0 0 0 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/35{--tw-shadow-color: rgb(0 0 0 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/40{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/45{--tw-shadow-color: rgb(0 0 0 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/5{--tw-shadow-color: rgb(0 0 0 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/50{--tw-shadow-color: rgb(0 0 0 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/55{--tw-shadow-color: rgb(0 0 0 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/60{--tw-shadow-color: rgb(0 0 0 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/65{--tw-shadow-color: rgb(0 0 0 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/70{--tw-shadow-color: rgb(0 0 0 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/75{--tw-shadow-color: rgb(0 0 0 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/80{--tw-shadow-color: rgb(0 0 0 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/85{--tw-shadow-color: rgb(0 0 0 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/90{--tw-shadow-color: rgb(0 0 0 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-transparent\/95{--tw-shadow-color: rgb(0 0 0 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100{--tw-shadow-color: #ede9fe;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/0{--tw-shadow-color: rgb(237 233 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/10{--tw-shadow-color: rgb(237 233 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/100{--tw-shadow-color: rgb(237 233 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/15{--tw-shadow-color: rgb(237 233 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/20{--tw-shadow-color: rgb(237 233 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/25{--tw-shadow-color: rgb(237 233 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/30{--tw-shadow-color: rgb(237 233 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/35{--tw-shadow-color: rgb(237 233 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/40{--tw-shadow-color: rgb(237 233 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/45{--tw-shadow-color: rgb(237 233 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/5{--tw-shadow-color: rgb(237 233 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/50{--tw-shadow-color: rgb(237 233 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/55{--tw-shadow-color: rgb(237 233 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/60{--tw-shadow-color: rgb(237 233 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/65{--tw-shadow-color: rgb(237 233 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/70{--tw-shadow-color: rgb(237 233 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/75{--tw-shadow-color: rgb(237 233 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/80{--tw-shadow-color: rgb(237 233 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/85{--tw-shadow-color: rgb(237 233 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/90{--tw-shadow-color: rgb(237 233 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-100\/95{--tw-shadow-color: rgb(237 233 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200{--tw-shadow-color: #ddd6fe;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/0{--tw-shadow-color: rgb(221 214 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/10{--tw-shadow-color: rgb(221 214 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/100{--tw-shadow-color: rgb(221 214 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/15{--tw-shadow-color: rgb(221 214 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/20{--tw-shadow-color: rgb(221 214 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/25{--tw-shadow-color: rgb(221 214 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/30{--tw-shadow-color: rgb(221 214 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/35{--tw-shadow-color: rgb(221 214 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/40{--tw-shadow-color: rgb(221 214 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/45{--tw-shadow-color: rgb(221 214 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/5{--tw-shadow-color: rgb(221 214 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/50{--tw-shadow-color: rgb(221 214 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/55{--tw-shadow-color: rgb(221 214 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/60{--tw-shadow-color: rgb(221 214 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/65{--tw-shadow-color: rgb(221 214 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/70{--tw-shadow-color: rgb(221 214 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/75{--tw-shadow-color: rgb(221 214 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/80{--tw-shadow-color: rgb(221 214 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/85{--tw-shadow-color: rgb(221 214 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/90{--tw-shadow-color: rgb(221 214 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-200\/95{--tw-shadow-color: rgb(221 214 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300{--tw-shadow-color: #c4b5fd;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/0{--tw-shadow-color: rgb(196 181 253 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/10{--tw-shadow-color: rgb(196 181 253 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/100{--tw-shadow-color: rgb(196 181 253 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/15{--tw-shadow-color: rgb(196 181 253 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/20{--tw-shadow-color: rgb(196 181 253 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/25{--tw-shadow-color: rgb(196 181 253 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/30{--tw-shadow-color: rgb(196 181 253 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/35{--tw-shadow-color: rgb(196 181 253 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/40{--tw-shadow-color: rgb(196 181 253 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/45{--tw-shadow-color: rgb(196 181 253 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/5{--tw-shadow-color: rgb(196 181 253 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/50{--tw-shadow-color: rgb(196 181 253 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/55{--tw-shadow-color: rgb(196 181 253 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/60{--tw-shadow-color: rgb(196 181 253 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/65{--tw-shadow-color: rgb(196 181 253 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/70{--tw-shadow-color: rgb(196 181 253 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/75{--tw-shadow-color: rgb(196 181 253 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/80{--tw-shadow-color: rgb(196 181 253 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/85{--tw-shadow-color: rgb(196 181 253 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/90{--tw-shadow-color: rgb(196 181 253 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-300\/95{--tw-shadow-color: rgb(196 181 253 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400{--tw-shadow-color: #a78bfa;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/0{--tw-shadow-color: rgb(167 139 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/10{--tw-shadow-color: rgb(167 139 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/100{--tw-shadow-color: rgb(167 139 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/15{--tw-shadow-color: rgb(167 139 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/20{--tw-shadow-color: rgb(167 139 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/25{--tw-shadow-color: rgb(167 139 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/30{--tw-shadow-color: rgb(167 139 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/35{--tw-shadow-color: rgb(167 139 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/40{--tw-shadow-color: rgb(167 139 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/45{--tw-shadow-color: rgb(167 139 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/5{--tw-shadow-color: rgb(167 139 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/50{--tw-shadow-color: rgb(167 139 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/55{--tw-shadow-color: rgb(167 139 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/60{--tw-shadow-color: rgb(167 139 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/65{--tw-shadow-color: rgb(167 139 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/70{--tw-shadow-color: rgb(167 139 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/75{--tw-shadow-color: rgb(167 139 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/80{--tw-shadow-color: rgb(167 139 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/85{--tw-shadow-color: rgb(167 139 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/90{--tw-shadow-color: rgb(167 139 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-400\/95{--tw-shadow-color: rgb(167 139 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50{--tw-shadow-color: #f5f3ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/0{--tw-shadow-color: rgb(245 243 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/10{--tw-shadow-color: rgb(245 243 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/100{--tw-shadow-color: rgb(245 243 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/15{--tw-shadow-color: rgb(245 243 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/20{--tw-shadow-color: rgb(245 243 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/25{--tw-shadow-color: rgb(245 243 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/30{--tw-shadow-color: rgb(245 243 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/35{--tw-shadow-color: rgb(245 243 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/40{--tw-shadow-color: rgb(245 243 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/45{--tw-shadow-color: rgb(245 243 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/5{--tw-shadow-color: rgb(245 243 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/50{--tw-shadow-color: rgb(245 243 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/55{--tw-shadow-color: rgb(245 243 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/60{--tw-shadow-color: rgb(245 243 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/65{--tw-shadow-color: rgb(245 243 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/70{--tw-shadow-color: rgb(245 243 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/75{--tw-shadow-color: rgb(245 243 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/80{--tw-shadow-color: rgb(245 243 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/85{--tw-shadow-color: rgb(245 243 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/90{--tw-shadow-color: rgb(245 243 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-50\/95{--tw-shadow-color: rgb(245 243 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500{--tw-shadow-color: #8b5cf6;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/0{--tw-shadow-color: rgb(139 92 246 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/10{--tw-shadow-color: rgb(139 92 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/100{--tw-shadow-color: rgb(139 92 246 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/15{--tw-shadow-color: rgb(139 92 246 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/20{--tw-shadow-color: rgb(139 92 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/25{--tw-shadow-color: rgb(139 92 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/30{--tw-shadow-color: rgb(139 92 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/35{--tw-shadow-color: rgb(139 92 246 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/40{--tw-shadow-color: rgb(139 92 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/45{--tw-shadow-color: rgb(139 92 246 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/5{--tw-shadow-color: rgb(139 92 246 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/50{--tw-shadow-color: rgb(139 92 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/55{--tw-shadow-color: rgb(139 92 246 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/60{--tw-shadow-color: rgb(139 92 246 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/65{--tw-shadow-color: rgb(139 92 246 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/70{--tw-shadow-color: rgb(139 92 246 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/75{--tw-shadow-color: rgb(139 92 246 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/80{--tw-shadow-color: rgb(139 92 246 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/85{--tw-shadow-color: rgb(139 92 246 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/90{--tw-shadow-color: rgb(139 92 246 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/95{--tw-shadow-color: rgb(139 92 246 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600{--tw-shadow-color: #7c3aed;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/0{--tw-shadow-color: rgb(124 58 237 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/10{--tw-shadow-color: rgb(124 58 237 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/100{--tw-shadow-color: rgb(124 58 237 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/15{--tw-shadow-color: rgb(124 58 237 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/20{--tw-shadow-color: rgb(124 58 237 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/25{--tw-shadow-color: rgb(124 58 237 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/30{--tw-shadow-color: rgb(124 58 237 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/35{--tw-shadow-color: rgb(124 58 237 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/40{--tw-shadow-color: rgb(124 58 237 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/45{--tw-shadow-color: rgb(124 58 237 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/5{--tw-shadow-color: rgb(124 58 237 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/50{--tw-shadow-color: rgb(124 58 237 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/55{--tw-shadow-color: rgb(124 58 237 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/60{--tw-shadow-color: rgb(124 58 237 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/65{--tw-shadow-color: rgb(124 58 237 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/70{--tw-shadow-color: rgb(124 58 237 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/75{--tw-shadow-color: rgb(124 58 237 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/80{--tw-shadow-color: rgb(124 58 237 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/85{--tw-shadow-color: rgb(124 58 237 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/90{--tw-shadow-color: rgb(124 58 237 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-600\/95{--tw-shadow-color: rgb(124 58 237 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700{--tw-shadow-color: #6d28d9;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/0{--tw-shadow-color: rgb(109 40 217 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/10{--tw-shadow-color: rgb(109 40 217 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/100{--tw-shadow-color: rgb(109 40 217 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/15{--tw-shadow-color: rgb(109 40 217 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/20{--tw-shadow-color: rgb(109 40 217 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/25{--tw-shadow-color: rgb(109 40 217 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/30{--tw-shadow-color: rgb(109 40 217 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/35{--tw-shadow-color: rgb(109 40 217 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/40{--tw-shadow-color: rgb(109 40 217 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/45{--tw-shadow-color: rgb(109 40 217 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/5{--tw-shadow-color: rgb(109 40 217 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/50{--tw-shadow-color: rgb(109 40 217 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/55{--tw-shadow-color: rgb(109 40 217 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/60{--tw-shadow-color: rgb(109 40 217 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/65{--tw-shadow-color: rgb(109 40 217 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/70{--tw-shadow-color: rgb(109 40 217 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/75{--tw-shadow-color: rgb(109 40 217 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/80{--tw-shadow-color: rgb(109 40 217 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/85{--tw-shadow-color: rgb(109 40 217 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/90{--tw-shadow-color: rgb(109 40 217 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-700\/95{--tw-shadow-color: rgb(109 40 217 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800{--tw-shadow-color: #5b21b6;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/0{--tw-shadow-color: rgb(91 33 182 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/10{--tw-shadow-color: rgb(91 33 182 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/100{--tw-shadow-color: rgb(91 33 182 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/15{--tw-shadow-color: rgb(91 33 182 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/20{--tw-shadow-color: rgb(91 33 182 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/25{--tw-shadow-color: rgb(91 33 182 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/30{--tw-shadow-color: rgb(91 33 182 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/35{--tw-shadow-color: rgb(91 33 182 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/40{--tw-shadow-color: rgb(91 33 182 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/45{--tw-shadow-color: rgb(91 33 182 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/5{--tw-shadow-color: rgb(91 33 182 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/50{--tw-shadow-color: rgb(91 33 182 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/55{--tw-shadow-color: rgb(91 33 182 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/60{--tw-shadow-color: rgb(91 33 182 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/65{--tw-shadow-color: rgb(91 33 182 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/70{--tw-shadow-color: rgb(91 33 182 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/75{--tw-shadow-color: rgb(91 33 182 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/80{--tw-shadow-color: rgb(91 33 182 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/85{--tw-shadow-color: rgb(91 33 182 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/90{--tw-shadow-color: rgb(91 33 182 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-800\/95{--tw-shadow-color: rgb(91 33 182 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900{--tw-shadow-color: #4c1d95;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/0{--tw-shadow-color: rgb(76 29 149 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/10{--tw-shadow-color: rgb(76 29 149 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/100{--tw-shadow-color: rgb(76 29 149 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/15{--tw-shadow-color: rgb(76 29 149 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/20{--tw-shadow-color: rgb(76 29 149 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/25{--tw-shadow-color: rgb(76 29 149 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/30{--tw-shadow-color: rgb(76 29 149 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/35{--tw-shadow-color: rgb(76 29 149 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/40{--tw-shadow-color: rgb(76 29 149 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/45{--tw-shadow-color: rgb(76 29 149 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/5{--tw-shadow-color: rgb(76 29 149 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/50{--tw-shadow-color: rgb(76 29 149 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/55{--tw-shadow-color: rgb(76 29 149 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/60{--tw-shadow-color: rgb(76 29 149 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/65{--tw-shadow-color: rgb(76 29 149 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/70{--tw-shadow-color: rgb(76 29 149 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/75{--tw-shadow-color: rgb(76 29 149 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/80{--tw-shadow-color: rgb(76 29 149 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/85{--tw-shadow-color: rgb(76 29 149 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/90{--tw-shadow-color: rgb(76 29 149 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-900\/95{--tw-shadow-color: rgb(76 29 149 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950{--tw-shadow-color: #2e1065;--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/0{--tw-shadow-color: rgb(46 16 101 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/10{--tw-shadow-color: rgb(46 16 101 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/100{--tw-shadow-color: rgb(46 16 101 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/15{--tw-shadow-color: rgb(46 16 101 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/20{--tw-shadow-color: rgb(46 16 101 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/25{--tw-shadow-color: rgb(46 16 101 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/30{--tw-shadow-color: rgb(46 16 101 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/35{--tw-shadow-color: rgb(46 16 101 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/40{--tw-shadow-color: rgb(46 16 101 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/45{--tw-shadow-color: rgb(46 16 101 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/5{--tw-shadow-color: rgb(46 16 101 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/50{--tw-shadow-color: rgb(46 16 101 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/55{--tw-shadow-color: rgb(46 16 101 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/60{--tw-shadow-color: rgb(46 16 101 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/65{--tw-shadow-color: rgb(46 16 101 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/70{--tw-shadow-color: rgb(46 16 101 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/75{--tw-shadow-color: rgb(46 16 101 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/80{--tw-shadow-color: rgb(46 16 101 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/85{--tw-shadow-color: rgb(46 16 101 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/90{--tw-shadow-color: rgb(46 16 101 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-950\/95{--tw-shadow-color: rgb(46 16 101 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-white{--tw-shadow-color: #fff;--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/0{--tw-shadow-color: rgb(255 255 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/10{--tw-shadow-color: rgb(255 255 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/100{--tw-shadow-color: rgb(255 255 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/15{--tw-shadow-color: rgb(255 255 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/20{--tw-shadow-color: rgb(255 255 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/25{--tw-shadow-color: rgb(255 255 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/30{--tw-shadow-color: rgb(255 255 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/35{--tw-shadow-color: rgb(255 255 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/40{--tw-shadow-color: rgb(255 255 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/45{--tw-shadow-color: rgb(255 255 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/5{--tw-shadow-color: rgb(255 255 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/50{--tw-shadow-color: rgb(255 255 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/55{--tw-shadow-color: rgb(255 255 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/60{--tw-shadow-color: rgb(255 255 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/65{--tw-shadow-color: rgb(255 255 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/70{--tw-shadow-color: rgb(255 255 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/75{--tw-shadow-color: rgb(255 255 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/80{--tw-shadow-color: rgb(255 255 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/85{--tw-shadow-color: rgb(255 255 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/90{--tw-shadow-color: rgb(255 255 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-white\/95{--tw-shadow-color: rgb(255 255 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100{--tw-shadow-color: #fef9c3;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/0{--tw-shadow-color: rgb(254 249 195 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/10{--tw-shadow-color: rgb(254 249 195 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/100{--tw-shadow-color: rgb(254 249 195 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/15{--tw-shadow-color: rgb(254 249 195 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/20{--tw-shadow-color: rgb(254 249 195 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/25{--tw-shadow-color: rgb(254 249 195 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/30{--tw-shadow-color: rgb(254 249 195 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/35{--tw-shadow-color: rgb(254 249 195 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/40{--tw-shadow-color: rgb(254 249 195 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/45{--tw-shadow-color: rgb(254 249 195 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/5{--tw-shadow-color: rgb(254 249 195 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/50{--tw-shadow-color: rgb(254 249 195 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/55{--tw-shadow-color: rgb(254 249 195 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/60{--tw-shadow-color: rgb(254 249 195 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/65{--tw-shadow-color: rgb(254 249 195 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/70{--tw-shadow-color: rgb(254 249 195 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/75{--tw-shadow-color: rgb(254 249 195 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/80{--tw-shadow-color: rgb(254 249 195 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/85{--tw-shadow-color: rgb(254 249 195 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/90{--tw-shadow-color: rgb(254 249 195 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/95{--tw-shadow-color: rgb(254 249 195 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200{--tw-shadow-color: #fef08a;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/0{--tw-shadow-color: rgb(254 240 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/10{--tw-shadow-color: rgb(254 240 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/100{--tw-shadow-color: rgb(254 240 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/15{--tw-shadow-color: rgb(254 240 138 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/20{--tw-shadow-color: rgb(254 240 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/25{--tw-shadow-color: rgb(254 240 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/30{--tw-shadow-color: rgb(254 240 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/35{--tw-shadow-color: rgb(254 240 138 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/40{--tw-shadow-color: rgb(254 240 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/45{--tw-shadow-color: rgb(254 240 138 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/5{--tw-shadow-color: rgb(254 240 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/50{--tw-shadow-color: rgb(254 240 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/55{--tw-shadow-color: rgb(254 240 138 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/60{--tw-shadow-color: rgb(254 240 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/65{--tw-shadow-color: rgb(254 240 138 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/70{--tw-shadow-color: rgb(254 240 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/75{--tw-shadow-color: rgb(254 240 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/80{--tw-shadow-color: rgb(254 240 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/85{--tw-shadow-color: rgb(254 240 138 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/90{--tw-shadow-color: rgb(254 240 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/95{--tw-shadow-color: rgb(254 240 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300{--tw-shadow-color: #fde047;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/0{--tw-shadow-color: rgb(253 224 71 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/10{--tw-shadow-color: rgb(253 224 71 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/100{--tw-shadow-color: rgb(253 224 71 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/15{--tw-shadow-color: rgb(253 224 71 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/20{--tw-shadow-color: rgb(253 224 71 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/25{--tw-shadow-color: rgb(253 224 71 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/30{--tw-shadow-color: rgb(253 224 71 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/35{--tw-shadow-color: rgb(253 224 71 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/40{--tw-shadow-color: rgb(253 224 71 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/45{--tw-shadow-color: rgb(253 224 71 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/5{--tw-shadow-color: rgb(253 224 71 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/50{--tw-shadow-color: rgb(253 224 71 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/55{--tw-shadow-color: rgb(253 224 71 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/60{--tw-shadow-color: rgb(253 224 71 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/65{--tw-shadow-color: rgb(253 224 71 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/70{--tw-shadow-color: rgb(253 224 71 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/75{--tw-shadow-color: rgb(253 224 71 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/80{--tw-shadow-color: rgb(253 224 71 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/85{--tw-shadow-color: rgb(253 224 71 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/90{--tw-shadow-color: rgb(253 224 71 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/95{--tw-shadow-color: rgb(253 224 71 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400{--tw-shadow-color: #facc15;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/0{--tw-shadow-color: rgb(250 204 21 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/10{--tw-shadow-color: rgb(250 204 21 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/100{--tw-shadow-color: rgb(250 204 21 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/15{--tw-shadow-color: rgb(250 204 21 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/20{--tw-shadow-color: rgb(250 204 21 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/25{--tw-shadow-color: rgb(250 204 21 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/30{--tw-shadow-color: rgb(250 204 21 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/35{--tw-shadow-color: rgb(250 204 21 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/40{--tw-shadow-color: rgb(250 204 21 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/45{--tw-shadow-color: rgb(250 204 21 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/5{--tw-shadow-color: rgb(250 204 21 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/50{--tw-shadow-color: rgb(250 204 21 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/55{--tw-shadow-color: rgb(250 204 21 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/60{--tw-shadow-color: rgb(250 204 21 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/65{--tw-shadow-color: rgb(250 204 21 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/70{--tw-shadow-color: rgb(250 204 21 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/75{--tw-shadow-color: rgb(250 204 21 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/80{--tw-shadow-color: rgb(250 204 21 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/85{--tw-shadow-color: rgb(250 204 21 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/90{--tw-shadow-color: rgb(250 204 21 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/95{--tw-shadow-color: rgb(250 204 21 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50{--tw-shadow-color: #fefce8;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/0{--tw-shadow-color: rgb(254 252 232 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/10{--tw-shadow-color: rgb(254 252 232 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/100{--tw-shadow-color: rgb(254 252 232 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/15{--tw-shadow-color: rgb(254 252 232 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/20{--tw-shadow-color: rgb(254 252 232 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/25{--tw-shadow-color: rgb(254 252 232 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/30{--tw-shadow-color: rgb(254 252 232 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/35{--tw-shadow-color: rgb(254 252 232 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/40{--tw-shadow-color: rgb(254 252 232 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/45{--tw-shadow-color: rgb(254 252 232 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/5{--tw-shadow-color: rgb(254 252 232 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/50{--tw-shadow-color: rgb(254 252 232 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/55{--tw-shadow-color: rgb(254 252 232 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/60{--tw-shadow-color: rgb(254 252 232 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/65{--tw-shadow-color: rgb(254 252 232 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/70{--tw-shadow-color: rgb(254 252 232 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/75{--tw-shadow-color: rgb(254 252 232 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/80{--tw-shadow-color: rgb(254 252 232 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/85{--tw-shadow-color: rgb(254 252 232 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/90{--tw-shadow-color: rgb(254 252 232 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/95{--tw-shadow-color: rgb(254 252 232 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500{--tw-shadow-color: #eab308;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/0{--tw-shadow-color: rgb(234 179 8 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/10{--tw-shadow-color: rgb(234 179 8 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/100{--tw-shadow-color: rgb(234 179 8 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/15{--tw-shadow-color: rgb(234 179 8 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/20{--tw-shadow-color: rgb(234 179 8 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/25{--tw-shadow-color: rgb(234 179 8 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/30{--tw-shadow-color: rgb(234 179 8 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/35{--tw-shadow-color: rgb(234 179 8 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/40{--tw-shadow-color: rgb(234 179 8 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/45{--tw-shadow-color: rgb(234 179 8 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/5{--tw-shadow-color: rgb(234 179 8 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/50{--tw-shadow-color: rgb(234 179 8 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/55{--tw-shadow-color: rgb(234 179 8 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/60{--tw-shadow-color: rgb(234 179 8 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/65{--tw-shadow-color: rgb(234 179 8 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/70{--tw-shadow-color: rgb(234 179 8 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/75{--tw-shadow-color: rgb(234 179 8 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/80{--tw-shadow-color: rgb(234 179 8 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/85{--tw-shadow-color: rgb(234 179 8 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/90{--tw-shadow-color: rgb(234 179 8 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/95{--tw-shadow-color: rgb(234 179 8 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600{--tw-shadow-color: #ca8a04;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/0{--tw-shadow-color: rgb(202 138 4 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/10{--tw-shadow-color: rgb(202 138 4 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/100{--tw-shadow-color: rgb(202 138 4 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/15{--tw-shadow-color: rgb(202 138 4 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/20{--tw-shadow-color: rgb(202 138 4 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/25{--tw-shadow-color: rgb(202 138 4 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/30{--tw-shadow-color: rgb(202 138 4 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/35{--tw-shadow-color: rgb(202 138 4 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/40{--tw-shadow-color: rgb(202 138 4 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/45{--tw-shadow-color: rgb(202 138 4 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/5{--tw-shadow-color: rgb(202 138 4 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/50{--tw-shadow-color: rgb(202 138 4 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/55{--tw-shadow-color: rgb(202 138 4 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/60{--tw-shadow-color: rgb(202 138 4 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/65{--tw-shadow-color: rgb(202 138 4 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/70{--tw-shadow-color: rgb(202 138 4 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/75{--tw-shadow-color: rgb(202 138 4 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/80{--tw-shadow-color: rgb(202 138 4 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/85{--tw-shadow-color: rgb(202 138 4 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/90{--tw-shadow-color: rgb(202 138 4 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/95{--tw-shadow-color: rgb(202 138 4 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700{--tw-shadow-color: #a16207;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/0{--tw-shadow-color: rgb(161 98 7 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/10{--tw-shadow-color: rgb(161 98 7 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/100{--tw-shadow-color: rgb(161 98 7 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/15{--tw-shadow-color: rgb(161 98 7 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/20{--tw-shadow-color: rgb(161 98 7 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/25{--tw-shadow-color: rgb(161 98 7 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/30{--tw-shadow-color: rgb(161 98 7 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/35{--tw-shadow-color: rgb(161 98 7 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/40{--tw-shadow-color: rgb(161 98 7 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/45{--tw-shadow-color: rgb(161 98 7 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/5{--tw-shadow-color: rgb(161 98 7 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/50{--tw-shadow-color: rgb(161 98 7 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/55{--tw-shadow-color: rgb(161 98 7 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/60{--tw-shadow-color: rgb(161 98 7 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/65{--tw-shadow-color: rgb(161 98 7 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/70{--tw-shadow-color: rgb(161 98 7 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/75{--tw-shadow-color: rgb(161 98 7 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/80{--tw-shadow-color: rgb(161 98 7 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/85{--tw-shadow-color: rgb(161 98 7 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/90{--tw-shadow-color: rgb(161 98 7 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-700\/95{--tw-shadow-color: rgb(161 98 7 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800{--tw-shadow-color: #854d0e;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/0{--tw-shadow-color: rgb(133 77 14 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/10{--tw-shadow-color: rgb(133 77 14 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/100{--tw-shadow-color: rgb(133 77 14 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/15{--tw-shadow-color: rgb(133 77 14 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/20{--tw-shadow-color: rgb(133 77 14 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/25{--tw-shadow-color: rgb(133 77 14 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/30{--tw-shadow-color: rgb(133 77 14 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/35{--tw-shadow-color: rgb(133 77 14 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/40{--tw-shadow-color: rgb(133 77 14 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/45{--tw-shadow-color: rgb(133 77 14 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/5{--tw-shadow-color: rgb(133 77 14 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/50{--tw-shadow-color: rgb(133 77 14 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/55{--tw-shadow-color: rgb(133 77 14 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/60{--tw-shadow-color: rgb(133 77 14 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/65{--tw-shadow-color: rgb(133 77 14 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/70{--tw-shadow-color: rgb(133 77 14 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/75{--tw-shadow-color: rgb(133 77 14 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/80{--tw-shadow-color: rgb(133 77 14 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/85{--tw-shadow-color: rgb(133 77 14 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/90{--tw-shadow-color: rgb(133 77 14 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/95{--tw-shadow-color: rgb(133 77 14 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900{--tw-shadow-color: #713f12;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/0{--tw-shadow-color: rgb(113 63 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/10{--tw-shadow-color: rgb(113 63 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/100{--tw-shadow-color: rgb(113 63 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/15{--tw-shadow-color: rgb(113 63 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/20{--tw-shadow-color: rgb(113 63 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/25{--tw-shadow-color: rgb(113 63 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/30{--tw-shadow-color: rgb(113 63 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/35{--tw-shadow-color: rgb(113 63 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/40{--tw-shadow-color: rgb(113 63 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/45{--tw-shadow-color: rgb(113 63 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/5{--tw-shadow-color: rgb(113 63 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/50{--tw-shadow-color: rgb(113 63 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/55{--tw-shadow-color: rgb(113 63 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/60{--tw-shadow-color: rgb(113 63 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/65{--tw-shadow-color: rgb(113 63 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/70{--tw-shadow-color: rgb(113 63 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/75{--tw-shadow-color: rgb(113 63 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/80{--tw-shadow-color: rgb(113 63 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/85{--tw-shadow-color: rgb(113 63 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/90{--tw-shadow-color: rgb(113 63 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-900\/95{--tw-shadow-color: rgb(113 63 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950{--tw-shadow-color: #422006;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/0{--tw-shadow-color: rgb(66 32 6 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/10{--tw-shadow-color: rgb(66 32 6 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/100{--tw-shadow-color: rgb(66 32 6 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/15{--tw-shadow-color: rgb(66 32 6 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/20{--tw-shadow-color: rgb(66 32 6 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/25{--tw-shadow-color: rgb(66 32 6 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/30{--tw-shadow-color: rgb(66 32 6 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/35{--tw-shadow-color: rgb(66 32 6 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/40{--tw-shadow-color: rgb(66 32 6 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/45{--tw-shadow-color: rgb(66 32 6 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/5{--tw-shadow-color: rgb(66 32 6 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/50{--tw-shadow-color: rgb(66 32 6 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/55{--tw-shadow-color: rgb(66 32 6 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/60{--tw-shadow-color: rgb(66 32 6 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/65{--tw-shadow-color: rgb(66 32 6 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/70{--tw-shadow-color: rgb(66 32 6 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/75{--tw-shadow-color: rgb(66 32 6 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/80{--tw-shadow-color: rgb(66 32 6 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/85{--tw-shadow-color: rgb(66 32 6 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/90{--tw-shadow-color: rgb(66 32 6 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-950\/95{--tw-shadow-color: rgb(66 32 6 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100{--tw-shadow-color: #f4f4f5;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/0{--tw-shadow-color: rgb(244 244 245 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/10{--tw-shadow-color: rgb(244 244 245 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/100{--tw-shadow-color: rgb(244 244 245 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/15{--tw-shadow-color: rgb(244 244 245 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/20{--tw-shadow-color: rgb(244 244 245 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/25{--tw-shadow-color: rgb(244 244 245 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/30{--tw-shadow-color: rgb(244 244 245 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/35{--tw-shadow-color: rgb(244 244 245 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/40{--tw-shadow-color: rgb(244 244 245 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/45{--tw-shadow-color: rgb(244 244 245 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/5{--tw-shadow-color: rgb(244 244 245 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/50{--tw-shadow-color: rgb(244 244 245 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/55{--tw-shadow-color: rgb(244 244 245 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/60{--tw-shadow-color: rgb(244 244 245 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/65{--tw-shadow-color: rgb(244 244 245 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/70{--tw-shadow-color: rgb(244 244 245 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/75{--tw-shadow-color: rgb(244 244 245 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/80{--tw-shadow-color: rgb(244 244 245 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/85{--tw-shadow-color: rgb(244 244 245 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/90{--tw-shadow-color: rgb(244 244 245 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-100\/95{--tw-shadow-color: rgb(244 244 245 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200{--tw-shadow-color: #e4e4e7;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/0{--tw-shadow-color: rgb(228 228 231 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/10{--tw-shadow-color: rgb(228 228 231 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/100{--tw-shadow-color: rgb(228 228 231 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/15{--tw-shadow-color: rgb(228 228 231 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/20{--tw-shadow-color: rgb(228 228 231 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/25{--tw-shadow-color: rgb(228 228 231 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/30{--tw-shadow-color: rgb(228 228 231 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/35{--tw-shadow-color: rgb(228 228 231 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/40{--tw-shadow-color: rgb(228 228 231 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/45{--tw-shadow-color: rgb(228 228 231 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/5{--tw-shadow-color: rgb(228 228 231 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/50{--tw-shadow-color: rgb(228 228 231 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/55{--tw-shadow-color: rgb(228 228 231 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/60{--tw-shadow-color: rgb(228 228 231 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/65{--tw-shadow-color: rgb(228 228 231 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/70{--tw-shadow-color: rgb(228 228 231 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/75{--tw-shadow-color: rgb(228 228 231 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/80{--tw-shadow-color: rgb(228 228 231 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/85{--tw-shadow-color: rgb(228 228 231 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/90{--tw-shadow-color: rgb(228 228 231 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-200\/95{--tw-shadow-color: rgb(228 228 231 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300{--tw-shadow-color: #d4d4d8;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/0{--tw-shadow-color: rgb(212 212 216 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/10{--tw-shadow-color: rgb(212 212 216 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/100{--tw-shadow-color: rgb(212 212 216 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/15{--tw-shadow-color: rgb(212 212 216 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/20{--tw-shadow-color: rgb(212 212 216 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/25{--tw-shadow-color: rgb(212 212 216 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/30{--tw-shadow-color: rgb(212 212 216 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/35{--tw-shadow-color: rgb(212 212 216 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/40{--tw-shadow-color: rgb(212 212 216 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/45{--tw-shadow-color: rgb(212 212 216 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/5{--tw-shadow-color: rgb(212 212 216 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/50{--tw-shadow-color: rgb(212 212 216 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/55{--tw-shadow-color: rgb(212 212 216 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/60{--tw-shadow-color: rgb(212 212 216 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/65{--tw-shadow-color: rgb(212 212 216 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/70{--tw-shadow-color: rgb(212 212 216 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/75{--tw-shadow-color: rgb(212 212 216 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/80{--tw-shadow-color: rgb(212 212 216 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/85{--tw-shadow-color: rgb(212 212 216 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/90{--tw-shadow-color: rgb(212 212 216 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-300\/95{--tw-shadow-color: rgb(212 212 216 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400{--tw-shadow-color: #a1a1aa;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/0{--tw-shadow-color: rgb(161 161 170 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/10{--tw-shadow-color: rgb(161 161 170 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/100{--tw-shadow-color: rgb(161 161 170 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/15{--tw-shadow-color: rgb(161 161 170 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/20{--tw-shadow-color: rgb(161 161 170 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/25{--tw-shadow-color: rgb(161 161 170 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/30{--tw-shadow-color: rgb(161 161 170 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/35{--tw-shadow-color: rgb(161 161 170 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/40{--tw-shadow-color: rgb(161 161 170 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/45{--tw-shadow-color: rgb(161 161 170 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/5{--tw-shadow-color: rgb(161 161 170 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/50{--tw-shadow-color: rgb(161 161 170 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/55{--tw-shadow-color: rgb(161 161 170 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/60{--tw-shadow-color: rgb(161 161 170 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/65{--tw-shadow-color: rgb(161 161 170 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/70{--tw-shadow-color: rgb(161 161 170 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/75{--tw-shadow-color: rgb(161 161 170 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/80{--tw-shadow-color: rgb(161 161 170 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/85{--tw-shadow-color: rgb(161 161 170 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/90{--tw-shadow-color: rgb(161 161 170 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-400\/95{--tw-shadow-color: rgb(161 161 170 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50{--tw-shadow-color: #fafafa;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/0{--tw-shadow-color: rgb(250 250 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/10{--tw-shadow-color: rgb(250 250 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/100{--tw-shadow-color: rgb(250 250 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/15{--tw-shadow-color: rgb(250 250 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/20{--tw-shadow-color: rgb(250 250 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/25{--tw-shadow-color: rgb(250 250 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/30{--tw-shadow-color: rgb(250 250 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/35{--tw-shadow-color: rgb(250 250 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/40{--tw-shadow-color: rgb(250 250 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/45{--tw-shadow-color: rgb(250 250 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/5{--tw-shadow-color: rgb(250 250 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/50{--tw-shadow-color: rgb(250 250 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/55{--tw-shadow-color: rgb(250 250 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/60{--tw-shadow-color: rgb(250 250 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/65{--tw-shadow-color: rgb(250 250 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/70{--tw-shadow-color: rgb(250 250 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/75{--tw-shadow-color: rgb(250 250 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/80{--tw-shadow-color: rgb(250 250 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/85{--tw-shadow-color: rgb(250 250 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/90{--tw-shadow-color: rgb(250 250 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-50\/95{--tw-shadow-color: rgb(250 250 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500{--tw-shadow-color: #71717a;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/0{--tw-shadow-color: rgb(113 113 122 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/10{--tw-shadow-color: rgb(113 113 122 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/100{--tw-shadow-color: rgb(113 113 122 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/15{--tw-shadow-color: rgb(113 113 122 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/20{--tw-shadow-color: rgb(113 113 122 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/25{--tw-shadow-color: rgb(113 113 122 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/30{--tw-shadow-color: rgb(113 113 122 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/35{--tw-shadow-color: rgb(113 113 122 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/40{--tw-shadow-color: rgb(113 113 122 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/45{--tw-shadow-color: rgb(113 113 122 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/5{--tw-shadow-color: rgb(113 113 122 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/50{--tw-shadow-color: rgb(113 113 122 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/55{--tw-shadow-color: rgb(113 113 122 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/60{--tw-shadow-color: rgb(113 113 122 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/65{--tw-shadow-color: rgb(113 113 122 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/70{--tw-shadow-color: rgb(113 113 122 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/75{--tw-shadow-color: rgb(113 113 122 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/80{--tw-shadow-color: rgb(113 113 122 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/85{--tw-shadow-color: rgb(113 113 122 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/90{--tw-shadow-color: rgb(113 113 122 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-500\/95{--tw-shadow-color: rgb(113 113 122 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600{--tw-shadow-color: #52525b;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/0{--tw-shadow-color: rgb(82 82 91 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/10{--tw-shadow-color: rgb(82 82 91 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/100{--tw-shadow-color: rgb(82 82 91 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/15{--tw-shadow-color: rgb(82 82 91 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/20{--tw-shadow-color: rgb(82 82 91 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/25{--tw-shadow-color: rgb(82 82 91 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/30{--tw-shadow-color: rgb(82 82 91 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/35{--tw-shadow-color: rgb(82 82 91 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/40{--tw-shadow-color: rgb(82 82 91 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/45{--tw-shadow-color: rgb(82 82 91 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/5{--tw-shadow-color: rgb(82 82 91 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/50{--tw-shadow-color: rgb(82 82 91 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/55{--tw-shadow-color: rgb(82 82 91 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/60{--tw-shadow-color: rgb(82 82 91 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/65{--tw-shadow-color: rgb(82 82 91 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/70{--tw-shadow-color: rgb(82 82 91 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/75{--tw-shadow-color: rgb(82 82 91 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/80{--tw-shadow-color: rgb(82 82 91 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/85{--tw-shadow-color: rgb(82 82 91 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/90{--tw-shadow-color: rgb(82 82 91 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-600\/95{--tw-shadow-color: rgb(82 82 91 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700{--tw-shadow-color: #3f3f46;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/0{--tw-shadow-color: rgb(63 63 70 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/10{--tw-shadow-color: rgb(63 63 70 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/100{--tw-shadow-color: rgb(63 63 70 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/15{--tw-shadow-color: rgb(63 63 70 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/20{--tw-shadow-color: rgb(63 63 70 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/25{--tw-shadow-color: rgb(63 63 70 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/30{--tw-shadow-color: rgb(63 63 70 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/35{--tw-shadow-color: rgb(63 63 70 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/40{--tw-shadow-color: rgb(63 63 70 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/45{--tw-shadow-color: rgb(63 63 70 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/5{--tw-shadow-color: rgb(63 63 70 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/50{--tw-shadow-color: rgb(63 63 70 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/55{--tw-shadow-color: rgb(63 63 70 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/60{--tw-shadow-color: rgb(63 63 70 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/65{--tw-shadow-color: rgb(63 63 70 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/70{--tw-shadow-color: rgb(63 63 70 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/75{--tw-shadow-color: rgb(63 63 70 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/80{--tw-shadow-color: rgb(63 63 70 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/85{--tw-shadow-color: rgb(63 63 70 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/90{--tw-shadow-color: rgb(63 63 70 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-700\/95{--tw-shadow-color: rgb(63 63 70 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800{--tw-shadow-color: #27272a;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/0{--tw-shadow-color: rgb(39 39 42 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/10{--tw-shadow-color: rgb(39 39 42 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/100{--tw-shadow-color: rgb(39 39 42 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/15{--tw-shadow-color: rgb(39 39 42 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/20{--tw-shadow-color: rgb(39 39 42 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/25{--tw-shadow-color: rgb(39 39 42 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/30{--tw-shadow-color: rgb(39 39 42 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/35{--tw-shadow-color: rgb(39 39 42 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/40{--tw-shadow-color: rgb(39 39 42 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/45{--tw-shadow-color: rgb(39 39 42 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/5{--tw-shadow-color: rgb(39 39 42 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/50{--tw-shadow-color: rgb(39 39 42 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/55{--tw-shadow-color: rgb(39 39 42 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/60{--tw-shadow-color: rgb(39 39 42 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/65{--tw-shadow-color: rgb(39 39 42 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/70{--tw-shadow-color: rgb(39 39 42 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/75{--tw-shadow-color: rgb(39 39 42 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/80{--tw-shadow-color: rgb(39 39 42 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/85{--tw-shadow-color: rgb(39 39 42 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/90{--tw-shadow-color: rgb(39 39 42 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-800\/95{--tw-shadow-color: rgb(39 39 42 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900{--tw-shadow-color: #18181b;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/0{--tw-shadow-color: rgb(24 24 27 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/10{--tw-shadow-color: rgb(24 24 27 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/100{--tw-shadow-color: rgb(24 24 27 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/15{--tw-shadow-color: rgb(24 24 27 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/20{--tw-shadow-color: rgb(24 24 27 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/25{--tw-shadow-color: rgb(24 24 27 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/30{--tw-shadow-color: rgb(24 24 27 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/35{--tw-shadow-color: rgb(24 24 27 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/40{--tw-shadow-color: rgb(24 24 27 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/45{--tw-shadow-color: rgb(24 24 27 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/5{--tw-shadow-color: rgb(24 24 27 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/50{--tw-shadow-color: rgb(24 24 27 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/55{--tw-shadow-color: rgb(24 24 27 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/60{--tw-shadow-color: rgb(24 24 27 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/65{--tw-shadow-color: rgb(24 24 27 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/70{--tw-shadow-color: rgb(24 24 27 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/75{--tw-shadow-color: rgb(24 24 27 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/80{--tw-shadow-color: rgb(24 24 27 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/85{--tw-shadow-color: rgb(24 24 27 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/90{--tw-shadow-color: rgb(24 24 27 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-900\/95{--tw-shadow-color: rgb(24 24 27 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950{--tw-shadow-color: #09090b;--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/0{--tw-shadow-color: rgb(9 9 11 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/10{--tw-shadow-color: rgb(9 9 11 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/100{--tw-shadow-color: rgb(9 9 11 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/15{--tw-shadow-color: rgb(9 9 11 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/20{--tw-shadow-color: rgb(9 9 11 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/25{--tw-shadow-color: rgb(9 9 11 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/30{--tw-shadow-color: rgb(9 9 11 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/35{--tw-shadow-color: rgb(9 9 11 / .35);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/40{--tw-shadow-color: rgb(9 9 11 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/45{--tw-shadow-color: rgb(9 9 11 / .45);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/5{--tw-shadow-color: rgb(9 9 11 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/50{--tw-shadow-color: rgb(9 9 11 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/55{--tw-shadow-color: rgb(9 9 11 / .55);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/60{--tw-shadow-color: rgb(9 9 11 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/65{--tw-shadow-color: rgb(9 9 11 / .65);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/70{--tw-shadow-color: rgb(9 9 11 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/75{--tw-shadow-color: rgb(9 9 11 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/80{--tw-shadow-color: rgb(9 9 11 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/85{--tw-shadow-color: rgb(9 9 11 / .85);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/90{--tw-shadow-color: rgb(9 9 11 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-zinc-950\/95{--tw-shadow-color: rgb(9 9 11 / .95);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-accent{--tw-ring-color: var(--accent)}.ring-accent-foreground{--tw-ring-color: var(--accent-foreground)}.ring-background{--tw-ring-color: var(--background)}.ring-border{--tw-ring-color: var(--border)}.ring-card{--tw-ring-color: var(--card)}.ring-card-foreground{--tw-ring-color: var(--card-foreground)}.ring-destructive{--tw-ring-color: var(--destructive)}.ring-destructive-foreground{--tw-ring-color: var(--destructive-foreground)}.ring-foreground{--tw-ring-color: var(--foreground)}.ring-input{--tw-ring-color: var(--input)}.ring-muted{--tw-ring-color: var(--muted)}.ring-muted-foreground{--tw-ring-color: var(--muted-foreground)}.ring-popover{--tw-ring-color: var(--popover)}.ring-popover-foreground{--tw-ring-color: var(--popover-foreground)}.ring-primary{--tw-ring-color: var(--primary)}.ring-primary-foreground{--tw-ring-color: var(--primary-foreground)}.ring-ring{--tw-ring-color: var(--ring)}.ring-secondary{--tw-ring-color: var(--secondary)}.ring-secondary-foreground{--tw-ring-color: var(--secondary-foreground)}.ring-offset-background{--tw-ring-offset-color: var(--background)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-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-\[color\,background-color\,box-shadow\]{transition-property:color,background-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;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-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;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-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.content-none{--tw-content: none;content:var(--tw-content)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.animate-out{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.fade-out-0{--tw-exit-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.zoom-out-95{--tw-exit-scale: .95}.slide-in-from-left-1\/2{--tw-enter-translate-x: -50%}.slide-in-from-top-1\/2{--tw-enter-translate-y: -50%}.slide-out-to-left-1\/2{--tw-exit-translate-x: -50%}.slide-out-to-top-1\/2{--tw-exit-translate-y: -50%}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-background: var(--sidebar-background); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); --font-inter: "Inter", sans-serif; }.sliderInput{width:100%;height:.5rem;background-color:#bfdbfe;border-radius:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.sliderInput:focus{outline:none}.sliderInput::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1rem;height:1rem;background-color:#2563eb;border-radius:50%;cursor:pointer;margin-top:-.25rem}.sliderInput::-moz-range-thumb{width:1rem;height:1rem;background-color:#2563eb;border:none;border-radius:50%;cursor:pointer}.sliderInput::-ms-thumb{width:1rem;height:1rem;background-color:#2563eb;border:none;border-radius:50%;cursor:pointer}.sliderInput::-webkit-slider-runnable-track{height:.5rem;background:transparent;border-radius:.5rem}.scrollbar-hide::-webkit-scrollbar{display:none}.selection\:bg-primary *::-moz-selection{background-color:var(--primary)}.selection\:bg-primary *::selection{background-color:var(--primary)}.selection\:text-primary-foreground *::-moz-selection{color:var(--primary-foreground)}.selection\:text-primary-foreground *::selection{color:var(--primary-foreground)}.selection\:bg-primary::-moz-selection{background-color:var(--primary)}.selection\:bg-primary::selection{background-color:var(--primary)}.selection\:text-primary-foreground::-moz-selection{color:var(--primary-foreground)}.selection\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:1.75rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-muted-foreground::-moz-placeholder{color:var(--muted-foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.hover\:z-0:hover{z-index:0}.hover\:z-10:hover{z-index:10}.hover\:z-20:hover{z-index:20}.hover\:z-30:hover{z-index:30}.hover\:z-40:hover{z-index:40}.hover\:z-50:hover{z-index:50}.hover\:z-auto:hover{z-index:auto}.hover\:rounded-2xl:hover{border-radius:1rem}.hover\:rounded-3xl:hover{border-radius:1.5rem}.hover\:rounded-full:hover{border-radius:9999px}.hover\:rounded-lg:hover{border-radius:var(--radius)}.hover\:rounded-md:hover{border-radius:calc(var(--radius) - 2px)}.hover\:rounded-none:hover{border-radius:0}.hover\:rounded-sm:hover{border-radius:calc(var(--radius) - 4px)}.hover\:rounded-xl:hover{border-radius:.75rem}.hover\:rounded-b:hover{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.hover\:rounded-b-2xl:hover{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.hover\:rounded-b-3xl:hover{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.hover\:rounded-b-full:hover{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.hover\:rounded-b-lg:hover{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.hover\:rounded-b-md:hover{border-bottom-right-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.hover\:rounded-b-none:hover{border-bottom-right-radius:0;border-bottom-left-radius:0}.hover\:rounded-b-sm:hover{border-bottom-right-radius:calc(var(--radius) - 4px);border-bottom-left-radius:calc(var(--radius) - 4px)}.hover\:rounded-b-xl:hover{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.hover\:rounded-e:hover{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.hover\:rounded-e-2xl:hover{border-start-end-radius:1rem;border-end-end-radius:1rem}.hover\:rounded-e-3xl:hover{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.hover\:rounded-e-full:hover{border-start-end-radius:9999px;border-end-end-radius:9999px}.hover\:rounded-e-lg:hover{border-start-end-radius:var(--radius);border-end-end-radius:var(--radius)}.hover\:rounded-e-md:hover{border-start-end-radius:calc(var(--radius) - 2px);border-end-end-radius:calc(var(--radius) - 2px)}.hover\:rounded-e-none:hover{border-start-end-radius:0px;border-end-end-radius:0px}.hover\:rounded-e-sm:hover{border-start-end-radius:calc(var(--radius) - 4px);border-end-end-radius:calc(var(--radius) - 4px)}.hover\:rounded-e-xl:hover{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.hover\:rounded-l:hover{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.hover\:rounded-l-2xl:hover{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.hover\:rounded-l-3xl:hover{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.hover\:rounded-l-full:hover{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.hover\:rounded-l-lg:hover{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.hover\:rounded-l-md:hover{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.hover\:rounded-l-none:hover{border-top-left-radius:0;border-bottom-left-radius:0}.hover\:rounded-l-sm:hover{border-top-left-radius:calc(var(--radius) - 4px);border-bottom-left-radius:calc(var(--radius) - 4px)}.hover\:rounded-l-xl:hover{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.hover\:rounded-r:hover{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.hover\:rounded-r-2xl:hover{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.hover\:rounded-r-3xl:hover{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.hover\:rounded-r-full:hover{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.hover\:rounded-r-lg:hover{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.hover\:rounded-r-md:hover{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.hover\:rounded-r-none:hover{border-top-right-radius:0;border-bottom-right-radius:0}.hover\:rounded-r-sm:hover{border-top-right-radius:calc(var(--radius) - 4px);border-bottom-right-radius:calc(var(--radius) - 4px)}.hover\:rounded-r-xl:hover{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.hover\:rounded-s:hover{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.hover\:rounded-s-2xl:hover{border-start-start-radius:1rem;border-end-start-radius:1rem}.hover\:rounded-s-3xl:hover{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.hover\:rounded-s-full:hover{border-start-start-radius:9999px;border-end-start-radius:9999px}.hover\:rounded-s-lg:hover{border-start-start-radius:var(--radius);border-end-start-radius:var(--radius)}.hover\:rounded-s-md:hover{border-start-start-radius:calc(var(--radius) - 2px);border-end-start-radius:calc(var(--radius) - 2px)}.hover\:rounded-s-none:hover{border-start-start-radius:0px;border-end-start-radius:0px}.hover\:rounded-s-sm:hover{border-start-start-radius:calc(var(--radius) - 4px);border-end-start-radius:calc(var(--radius) - 4px)}.hover\:rounded-s-xl:hover{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.hover\:rounded-t:hover{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.hover\:rounded-t-2xl:hover{border-top-left-radius:1rem;border-top-right-radius:1rem}.hover\:rounded-t-3xl:hover{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.hover\:rounded-t-full:hover{border-top-left-radius:9999px;border-top-right-radius:9999px}.hover\:rounded-t-lg:hover{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.hover\:rounded-t-md:hover{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.hover\:rounded-t-none:hover{border-top-left-radius:0;border-top-right-radius:0}.hover\:rounded-t-sm:hover{border-top-left-radius:calc(var(--radius) - 4px);border-top-right-radius:calc(var(--radius) - 4px)}.hover\:rounded-t-xl:hover{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.hover\:rounded-bl:hover{border-bottom-left-radius:.25rem}.hover\:rounded-bl-2xl:hover{border-bottom-left-radius:1rem}.hover\:rounded-bl-3xl:hover{border-bottom-left-radius:1.5rem}.hover\:rounded-bl-full:hover{border-bottom-left-radius:9999px}.hover\:rounded-bl-lg:hover{border-bottom-left-radius:var(--radius)}.hover\:rounded-bl-md:hover{border-bottom-left-radius:calc(var(--radius) - 2px)}.hover\:rounded-bl-none:hover{border-bottom-left-radius:0}.hover\:rounded-bl-sm:hover{border-bottom-left-radius:calc(var(--radius) - 4px)}.hover\:rounded-bl-xl:hover{border-bottom-left-radius:.75rem}.hover\:rounded-br:hover{border-bottom-right-radius:.25rem}.hover\:rounded-br-2xl:hover{border-bottom-right-radius:1rem}.hover\:rounded-br-3xl:hover{border-bottom-right-radius:1.5rem}.hover\:rounded-br-full:hover{border-bottom-right-radius:9999px}.hover\:rounded-br-lg:hover{border-bottom-right-radius:var(--radius)}.hover\:rounded-br-md:hover{border-bottom-right-radius:calc(var(--radius) - 2px)}.hover\:rounded-br-none:hover{border-bottom-right-radius:0}.hover\:rounded-br-sm:hover{border-bottom-right-radius:calc(var(--radius) - 4px)}.hover\:rounded-br-xl:hover{border-bottom-right-radius:.75rem}.hover\:rounded-ee:hover{border-end-end-radius:.25rem}.hover\:rounded-ee-2xl:hover{border-end-end-radius:1rem}.hover\:rounded-ee-3xl:hover{border-end-end-radius:1.5rem}.hover\:rounded-ee-full:hover{border-end-end-radius:9999px}.hover\:rounded-ee-lg:hover{border-end-end-radius:var(--radius)}.hover\:rounded-ee-md:hover{border-end-end-radius:calc(var(--radius) - 2px)}.hover\:rounded-ee-none:hover{border-end-end-radius:0px}.hover\:rounded-ee-sm:hover{border-end-end-radius:calc(var(--radius) - 4px)}.hover\:rounded-ee-xl:hover{border-end-end-radius:.75rem}.hover\:rounded-es:hover{border-end-start-radius:.25rem}.hover\:rounded-es-2xl:hover{border-end-start-radius:1rem}.hover\:rounded-es-3xl:hover{border-end-start-radius:1.5rem}.hover\:rounded-es-full:hover{border-end-start-radius:9999px}.hover\:rounded-es-lg:hover{border-end-start-radius:var(--radius)}.hover\:rounded-es-md:hover{border-end-start-radius:calc(var(--radius) - 2px)}.hover\:rounded-es-none:hover{border-end-start-radius:0px}.hover\:rounded-es-sm:hover{border-end-start-radius:calc(var(--radius) - 4px)}.hover\:rounded-es-xl:hover{border-end-start-radius:.75rem}.hover\:rounded-se:hover{border-start-end-radius:.25rem}.hover\:rounded-se-2xl:hover{border-start-end-radius:1rem}.hover\:rounded-se-3xl:hover{border-start-end-radius:1.5rem}.hover\:rounded-se-full:hover{border-start-end-radius:9999px}.hover\:rounded-se-lg:hover{border-start-end-radius:var(--radius)}.hover\:rounded-se-md:hover{border-start-end-radius:calc(var(--radius) - 2px)}.hover\:rounded-se-none:hover{border-start-end-radius:0px}.hover\:rounded-se-sm:hover{border-start-end-radius:calc(var(--radius) - 4px)}.hover\:rounded-se-xl:hover{border-start-end-radius:.75rem}.hover\:rounded-ss:hover{border-start-start-radius:.25rem}.hover\:rounded-ss-2xl:hover{border-start-start-radius:1rem}.hover\:rounded-ss-3xl:hover{border-start-start-radius:1.5rem}.hover\:rounded-ss-full:hover{border-start-start-radius:9999px}.hover\:rounded-ss-lg:hover{border-start-start-radius:var(--radius)}.hover\:rounded-ss-md:hover{border-start-start-radius:calc(var(--radius) - 2px)}.hover\:rounded-ss-none:hover{border-start-start-radius:0px}.hover\:rounded-ss-sm:hover{border-start-start-radius:calc(var(--radius) - 4px)}.hover\:rounded-ss-xl:hover{border-start-start-radius:.75rem}.hover\:rounded-tl:hover{border-top-left-radius:.25rem}.hover\:rounded-tl-2xl:hover{border-top-left-radius:1rem}.hover\:rounded-tl-3xl:hover{border-top-left-radius:1.5rem}.hover\:rounded-tl-full:hover{border-top-left-radius:9999px}.hover\:rounded-tl-lg:hover{border-top-left-radius:var(--radius)}.hover\:rounded-tl-md:hover{border-top-left-radius:calc(var(--radius) - 2px)}.hover\:rounded-tl-none:hover{border-top-left-radius:0}.hover\:rounded-tl-sm:hover{border-top-left-radius:calc(var(--radius) - 4px)}.hover\:rounded-tl-xl:hover{border-top-left-radius:.75rem}.hover\:rounded-tr:hover{border-top-right-radius:.25rem}.hover\:rounded-tr-2xl:hover{border-top-right-radius:1rem}.hover\:rounded-tr-3xl:hover{border-top-right-radius:1.5rem}.hover\:rounded-tr-full:hover{border-top-right-radius:9999px}.hover\:rounded-tr-lg:hover{border-top-right-radius:var(--radius)}.hover\:rounded-tr-md:hover{border-top-right-radius:calc(var(--radius) - 2px)}.hover\:rounded-tr-none:hover{border-top-right-radius:0}.hover\:rounded-tr-sm:hover{border-top-right-radius:calc(var(--radius) - 4px)}.hover\:rounded-tr-xl:hover{border-top-right-radius:.75rem}.hover\:border-accent:hover{border-color:var(--accent)}.hover\:border-accent-foreground:hover{border-color:var(--accent-foreground)}.hover\:border-background:hover{border-color:var(--background)}.hover\:border-border:hover{border-color:var(--border)}.hover\:border-card:hover{border-color:var(--card)}.hover\:border-card-foreground:hover{border-color:var(--card-foreground)}.hover\:border-destructive:hover{border-color:var(--destructive)}.hover\:border-destructive-foreground:hover{border-color:var(--destructive-foreground)}.hover\:border-foreground:hover{border-color:var(--foreground)}.hover\:border-input:hover{border-color:var(--input)}.hover\:border-muted:hover{border-color:var(--muted)}.hover\:border-muted-foreground:hover{border-color:var(--muted-foreground)}.hover\:border-popover:hover{border-color:var(--popover)}.hover\:border-popover-foreground:hover{border-color:var(--popover-foreground)}.hover\:border-primary:hover{border-color:var(--primary)}.hover\:border-primary-foreground:hover{border-color:var(--primary-foreground)}.hover\:border-ring:hover{border-color:var(--ring)}.hover\:border-secondary:hover{border-color:var(--secondary)}.hover\:border-secondary-foreground:hover{border-color:var(--secondary-foreground)}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-accent-foreground:hover{background-color:var(--accent-foreground)}.hover\:bg-background:hover{background-color:var(--background)}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-border:hover{background-color:var(--border)}.hover\:bg-card:hover{background-color:var(--card)}.hover\:bg-card-foreground:hover{background-color:var(--card-foreground)}.hover\:bg-destructive:hover{background-color:var(--destructive)}.hover\:bg-destructive-foreground:hover{background-color:var(--destructive-foreground)}.hover\:bg-foreground:hover{background-color:var(--foreground)}.hover\:bg-input:hover{background-color:var(--input)}.hover\:bg-muted:hover{background-color:var(--muted)}.hover\:bg-muted-foreground:hover{background-color:var(--muted-foreground)}.hover\:bg-popover:hover{background-color:var(--popover)}.hover\:bg-popover-foreground:hover{background-color:var(--popover-foreground)}.hover\:bg-primary:hover{background-color:var(--primary)}.hover\:bg-primary-foreground:hover{background-color:var(--primary-foreground)}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-ring:hover{background-color:var(--ring)}.hover\:bg-secondary:hover{background-color:var(--secondary)}.hover\:bg-secondary-foreground:hover{background-color:var(--secondary-foreground)}.hover\:text-accent:hover{color:var(--accent)}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-background:hover{color:var(--background)}.hover\:text-border:hover{color:var(--border)}.hover\:text-card:hover{color:var(--card)}.hover\:text-card-foreground:hover{color:var(--card-foreground)}.hover\:text-destructive:hover{color:var(--destructive)}.hover\:text-destructive-foreground:hover{color:var(--destructive-foreground)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-input:hover{color:var(--input)}.hover\:text-muted:hover{color:var(--muted)}.hover\:text-muted-foreground:hover{color:var(--muted-foreground)}.hover\:text-popover:hover{color:var(--popover)}.hover\:text-popover-foreground:hover{color:var(--popover-foreground)}.hover\:text-primary:hover{color:var(--primary)}.hover\:text-primary-foreground:hover{color:var(--primary-foreground)}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-ring:hover{color:var(--ring)}.hover\:text-secondary:hover{color:var(--secondary)}.hover\:text-secondary-foreground:hover{color:var(--secondary-foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-0:hover{opacity:0}.hover\:opacity-10:hover{opacity:.1}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-15:hover{opacity:.15}.hover\:opacity-20:hover{opacity:.2}.hover\:opacity-25:hover{opacity:.25}.hover\:opacity-30:hover{opacity:.3}.hover\:opacity-35:hover{opacity:.35}.hover\:opacity-40:hover{opacity:.4}.hover\:opacity-45:hover{opacity:.45}.hover\:opacity-5:hover{opacity:.05}.hover\:opacity-50:hover{opacity:.5}.hover\:opacity-55:hover{opacity:.55}.hover\:opacity-60:hover{opacity:.6}.hover\:opacity-65:hover{opacity:.65}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-85:hover{opacity:.85}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-95:hover{opacity:.95}.hover\:shadow-2xl:hover{--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)}.hover\:shadow-inner:hover{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 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)}.hover\:shadow-lg:hover{--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)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-none:hover{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--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)}.hover\:shadow-accent:hover{--tw-shadow-color: var(--accent);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-accent-foreground:hover{--tw-shadow-color: var(--accent-foreground);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100:hover{--tw-shadow-color: #fef3c7;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/0:hover{--tw-shadow-color: rgb(254 243 199 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/10:hover{--tw-shadow-color: rgb(254 243 199 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/100:hover{--tw-shadow-color: rgb(254 243 199 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/15:hover{--tw-shadow-color: rgb(254 243 199 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/20:hover{--tw-shadow-color: rgb(254 243 199 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/25:hover{--tw-shadow-color: rgb(254 243 199 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/30:hover{--tw-shadow-color: rgb(254 243 199 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/35:hover{--tw-shadow-color: rgb(254 243 199 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/40:hover{--tw-shadow-color: rgb(254 243 199 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/45:hover{--tw-shadow-color: rgb(254 243 199 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/5:hover{--tw-shadow-color: rgb(254 243 199 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/50:hover{--tw-shadow-color: rgb(254 243 199 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/55:hover{--tw-shadow-color: rgb(254 243 199 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/60:hover{--tw-shadow-color: rgb(254 243 199 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/65:hover{--tw-shadow-color: rgb(254 243 199 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/70:hover{--tw-shadow-color: rgb(254 243 199 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/75:hover{--tw-shadow-color: rgb(254 243 199 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/80:hover{--tw-shadow-color: rgb(254 243 199 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/85:hover{--tw-shadow-color: rgb(254 243 199 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/90:hover{--tw-shadow-color: rgb(254 243 199 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-100\/95:hover{--tw-shadow-color: rgb(254 243 199 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200:hover{--tw-shadow-color: #fde68a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/0:hover{--tw-shadow-color: rgb(253 230 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/10:hover{--tw-shadow-color: rgb(253 230 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/100:hover{--tw-shadow-color: rgb(253 230 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/15:hover{--tw-shadow-color: rgb(253 230 138 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/20:hover{--tw-shadow-color: rgb(253 230 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/25:hover{--tw-shadow-color: rgb(253 230 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/30:hover{--tw-shadow-color: rgb(253 230 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/35:hover{--tw-shadow-color: rgb(253 230 138 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/40:hover{--tw-shadow-color: rgb(253 230 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/45:hover{--tw-shadow-color: rgb(253 230 138 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/5:hover{--tw-shadow-color: rgb(253 230 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/50:hover{--tw-shadow-color: rgb(253 230 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/55:hover{--tw-shadow-color: rgb(253 230 138 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/60:hover{--tw-shadow-color: rgb(253 230 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/65:hover{--tw-shadow-color: rgb(253 230 138 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/70:hover{--tw-shadow-color: rgb(253 230 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/75:hover{--tw-shadow-color: rgb(253 230 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/80:hover{--tw-shadow-color: rgb(253 230 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/85:hover{--tw-shadow-color: rgb(253 230 138 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/90:hover{--tw-shadow-color: rgb(253 230 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-200\/95:hover{--tw-shadow-color: rgb(253 230 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300:hover{--tw-shadow-color: #fcd34d;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/0:hover{--tw-shadow-color: rgb(252 211 77 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/10:hover{--tw-shadow-color: rgb(252 211 77 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/100:hover{--tw-shadow-color: rgb(252 211 77 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/15:hover{--tw-shadow-color: rgb(252 211 77 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/20:hover{--tw-shadow-color: rgb(252 211 77 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/25:hover{--tw-shadow-color: rgb(252 211 77 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/30:hover{--tw-shadow-color: rgb(252 211 77 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/35:hover{--tw-shadow-color: rgb(252 211 77 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/40:hover{--tw-shadow-color: rgb(252 211 77 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/45:hover{--tw-shadow-color: rgb(252 211 77 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/5:hover{--tw-shadow-color: rgb(252 211 77 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/50:hover{--tw-shadow-color: rgb(252 211 77 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/55:hover{--tw-shadow-color: rgb(252 211 77 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/60:hover{--tw-shadow-color: rgb(252 211 77 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/65:hover{--tw-shadow-color: rgb(252 211 77 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/70:hover{--tw-shadow-color: rgb(252 211 77 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/75:hover{--tw-shadow-color: rgb(252 211 77 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/80:hover{--tw-shadow-color: rgb(252 211 77 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/85:hover{--tw-shadow-color: rgb(252 211 77 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/90:hover{--tw-shadow-color: rgb(252 211 77 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-300\/95:hover{--tw-shadow-color: rgb(252 211 77 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400:hover{--tw-shadow-color: #fbbf24;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/0:hover{--tw-shadow-color: rgb(251 191 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/10:hover{--tw-shadow-color: rgb(251 191 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/100:hover{--tw-shadow-color: rgb(251 191 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/15:hover{--tw-shadow-color: rgb(251 191 36 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/20:hover{--tw-shadow-color: rgb(251 191 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/25:hover{--tw-shadow-color: rgb(251 191 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/30:hover{--tw-shadow-color: rgb(251 191 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/35:hover{--tw-shadow-color: rgb(251 191 36 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/40:hover{--tw-shadow-color: rgb(251 191 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/45:hover{--tw-shadow-color: rgb(251 191 36 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/5:hover{--tw-shadow-color: rgb(251 191 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/50:hover{--tw-shadow-color: rgb(251 191 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/55:hover{--tw-shadow-color: rgb(251 191 36 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/60:hover{--tw-shadow-color: rgb(251 191 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/65:hover{--tw-shadow-color: rgb(251 191 36 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/70:hover{--tw-shadow-color: rgb(251 191 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/75:hover{--tw-shadow-color: rgb(251 191 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/80:hover{--tw-shadow-color: rgb(251 191 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/85:hover{--tw-shadow-color: rgb(251 191 36 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/90:hover{--tw-shadow-color: rgb(251 191 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-400\/95:hover{--tw-shadow-color: rgb(251 191 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50:hover{--tw-shadow-color: #fffbeb;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/0:hover{--tw-shadow-color: rgb(255 251 235 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/10:hover{--tw-shadow-color: rgb(255 251 235 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/100:hover{--tw-shadow-color: rgb(255 251 235 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/15:hover{--tw-shadow-color: rgb(255 251 235 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/20:hover{--tw-shadow-color: rgb(255 251 235 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/25:hover{--tw-shadow-color: rgb(255 251 235 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/30:hover{--tw-shadow-color: rgb(255 251 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/35:hover{--tw-shadow-color: rgb(255 251 235 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/40:hover{--tw-shadow-color: rgb(255 251 235 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/45:hover{--tw-shadow-color: rgb(255 251 235 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/5:hover{--tw-shadow-color: rgb(255 251 235 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/50:hover{--tw-shadow-color: rgb(255 251 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/55:hover{--tw-shadow-color: rgb(255 251 235 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/60:hover{--tw-shadow-color: rgb(255 251 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/65:hover{--tw-shadow-color: rgb(255 251 235 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/70:hover{--tw-shadow-color: rgb(255 251 235 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/75:hover{--tw-shadow-color: rgb(255 251 235 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/80:hover{--tw-shadow-color: rgb(255 251 235 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/85:hover{--tw-shadow-color: rgb(255 251 235 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/90:hover{--tw-shadow-color: rgb(255 251 235 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-50\/95:hover{--tw-shadow-color: rgb(255 251 235 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500:hover{--tw-shadow-color: #f59e0b;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/0:hover{--tw-shadow-color: rgb(245 158 11 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/10:hover{--tw-shadow-color: rgb(245 158 11 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/100:hover{--tw-shadow-color: rgb(245 158 11 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/15:hover{--tw-shadow-color: rgb(245 158 11 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/20:hover{--tw-shadow-color: rgb(245 158 11 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/25:hover{--tw-shadow-color: rgb(245 158 11 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/30:hover{--tw-shadow-color: rgb(245 158 11 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/35:hover{--tw-shadow-color: rgb(245 158 11 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/40:hover{--tw-shadow-color: rgb(245 158 11 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/45:hover{--tw-shadow-color: rgb(245 158 11 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/5:hover{--tw-shadow-color: rgb(245 158 11 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/50:hover{--tw-shadow-color: rgb(245 158 11 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/55:hover{--tw-shadow-color: rgb(245 158 11 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/60:hover{--tw-shadow-color: rgb(245 158 11 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/65:hover{--tw-shadow-color: rgb(245 158 11 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/70:hover{--tw-shadow-color: rgb(245 158 11 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/75:hover{--tw-shadow-color: rgb(245 158 11 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/80:hover{--tw-shadow-color: rgb(245 158 11 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/85:hover{--tw-shadow-color: rgb(245 158 11 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/90:hover{--tw-shadow-color: rgb(245 158 11 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-500\/95:hover{--tw-shadow-color: rgb(245 158 11 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600:hover{--tw-shadow-color: #d97706;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/0:hover{--tw-shadow-color: rgb(217 119 6 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/10:hover{--tw-shadow-color: rgb(217 119 6 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/100:hover{--tw-shadow-color: rgb(217 119 6 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/15:hover{--tw-shadow-color: rgb(217 119 6 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/20:hover{--tw-shadow-color: rgb(217 119 6 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/25:hover{--tw-shadow-color: rgb(217 119 6 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/30:hover{--tw-shadow-color: rgb(217 119 6 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/35:hover{--tw-shadow-color: rgb(217 119 6 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/40:hover{--tw-shadow-color: rgb(217 119 6 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/45:hover{--tw-shadow-color: rgb(217 119 6 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/5:hover{--tw-shadow-color: rgb(217 119 6 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/50:hover{--tw-shadow-color: rgb(217 119 6 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/55:hover{--tw-shadow-color: rgb(217 119 6 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/60:hover{--tw-shadow-color: rgb(217 119 6 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/65:hover{--tw-shadow-color: rgb(217 119 6 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/70:hover{--tw-shadow-color: rgb(217 119 6 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/75:hover{--tw-shadow-color: rgb(217 119 6 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/80:hover{--tw-shadow-color: rgb(217 119 6 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/85:hover{--tw-shadow-color: rgb(217 119 6 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/90:hover{--tw-shadow-color: rgb(217 119 6 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-600\/95:hover{--tw-shadow-color: rgb(217 119 6 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700:hover{--tw-shadow-color: #b45309;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/0:hover{--tw-shadow-color: rgb(180 83 9 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/10:hover{--tw-shadow-color: rgb(180 83 9 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/100:hover{--tw-shadow-color: rgb(180 83 9 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/15:hover{--tw-shadow-color: rgb(180 83 9 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/20:hover{--tw-shadow-color: rgb(180 83 9 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/25:hover{--tw-shadow-color: rgb(180 83 9 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/30:hover{--tw-shadow-color: rgb(180 83 9 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/35:hover{--tw-shadow-color: rgb(180 83 9 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/40:hover{--tw-shadow-color: rgb(180 83 9 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/45:hover{--tw-shadow-color: rgb(180 83 9 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/5:hover{--tw-shadow-color: rgb(180 83 9 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/50:hover{--tw-shadow-color: rgb(180 83 9 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/55:hover{--tw-shadow-color: rgb(180 83 9 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/60:hover{--tw-shadow-color: rgb(180 83 9 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/65:hover{--tw-shadow-color: rgb(180 83 9 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/70:hover{--tw-shadow-color: rgb(180 83 9 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/75:hover{--tw-shadow-color: rgb(180 83 9 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/80:hover{--tw-shadow-color: rgb(180 83 9 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/85:hover{--tw-shadow-color: rgb(180 83 9 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/90:hover{--tw-shadow-color: rgb(180 83 9 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-700\/95:hover{--tw-shadow-color: rgb(180 83 9 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800:hover{--tw-shadow-color: #92400e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/0:hover{--tw-shadow-color: rgb(146 64 14 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/10:hover{--tw-shadow-color: rgb(146 64 14 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/100:hover{--tw-shadow-color: rgb(146 64 14 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/15:hover{--tw-shadow-color: rgb(146 64 14 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/20:hover{--tw-shadow-color: rgb(146 64 14 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/25:hover{--tw-shadow-color: rgb(146 64 14 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/30:hover{--tw-shadow-color: rgb(146 64 14 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/35:hover{--tw-shadow-color: rgb(146 64 14 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/40:hover{--tw-shadow-color: rgb(146 64 14 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/45:hover{--tw-shadow-color: rgb(146 64 14 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/5:hover{--tw-shadow-color: rgb(146 64 14 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/50:hover{--tw-shadow-color: rgb(146 64 14 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/55:hover{--tw-shadow-color: rgb(146 64 14 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/60:hover{--tw-shadow-color: rgb(146 64 14 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/65:hover{--tw-shadow-color: rgb(146 64 14 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/70:hover{--tw-shadow-color: rgb(146 64 14 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/75:hover{--tw-shadow-color: rgb(146 64 14 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/80:hover{--tw-shadow-color: rgb(146 64 14 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/85:hover{--tw-shadow-color: rgb(146 64 14 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/90:hover{--tw-shadow-color: rgb(146 64 14 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-800\/95:hover{--tw-shadow-color: rgb(146 64 14 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900:hover{--tw-shadow-color: #78350f;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/0:hover{--tw-shadow-color: rgb(120 53 15 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/10:hover{--tw-shadow-color: rgb(120 53 15 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/100:hover{--tw-shadow-color: rgb(120 53 15 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/15:hover{--tw-shadow-color: rgb(120 53 15 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/20:hover{--tw-shadow-color: rgb(120 53 15 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/25:hover{--tw-shadow-color: rgb(120 53 15 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/30:hover{--tw-shadow-color: rgb(120 53 15 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/35:hover{--tw-shadow-color: rgb(120 53 15 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/40:hover{--tw-shadow-color: rgb(120 53 15 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/45:hover{--tw-shadow-color: rgb(120 53 15 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/5:hover{--tw-shadow-color: rgb(120 53 15 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/50:hover{--tw-shadow-color: rgb(120 53 15 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/55:hover{--tw-shadow-color: rgb(120 53 15 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/60:hover{--tw-shadow-color: rgb(120 53 15 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/65:hover{--tw-shadow-color: rgb(120 53 15 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/70:hover{--tw-shadow-color: rgb(120 53 15 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/75:hover{--tw-shadow-color: rgb(120 53 15 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/80:hover{--tw-shadow-color: rgb(120 53 15 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/85:hover{--tw-shadow-color: rgb(120 53 15 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/90:hover{--tw-shadow-color: rgb(120 53 15 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-900\/95:hover{--tw-shadow-color: rgb(120 53 15 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950:hover{--tw-shadow-color: #451a03;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/0:hover{--tw-shadow-color: rgb(69 26 3 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/10:hover{--tw-shadow-color: rgb(69 26 3 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/100:hover{--tw-shadow-color: rgb(69 26 3 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/15:hover{--tw-shadow-color: rgb(69 26 3 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/20:hover{--tw-shadow-color: rgb(69 26 3 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/25:hover{--tw-shadow-color: rgb(69 26 3 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/30:hover{--tw-shadow-color: rgb(69 26 3 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/35:hover{--tw-shadow-color: rgb(69 26 3 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/40:hover{--tw-shadow-color: rgb(69 26 3 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/45:hover{--tw-shadow-color: rgb(69 26 3 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/5:hover{--tw-shadow-color: rgb(69 26 3 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/50:hover{--tw-shadow-color: rgb(69 26 3 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/55:hover{--tw-shadow-color: rgb(69 26 3 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/60:hover{--tw-shadow-color: rgb(69 26 3 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/65:hover{--tw-shadow-color: rgb(69 26 3 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/70:hover{--tw-shadow-color: rgb(69 26 3 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/75:hover{--tw-shadow-color: rgb(69 26 3 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/80:hover{--tw-shadow-color: rgb(69 26 3 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/85:hover{--tw-shadow-color: rgb(69 26 3 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/90:hover{--tw-shadow-color: rgb(69 26 3 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-amber-950\/95:hover{--tw-shadow-color: rgb(69 26 3 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-background:hover{--tw-shadow-color: var(--background);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black:hover{--tw-shadow-color: #000;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/0:hover{--tw-shadow-color: rgb(0 0 0 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/10:hover{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/100:hover{--tw-shadow-color: rgb(0 0 0 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/15:hover{--tw-shadow-color: rgb(0 0 0 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/20:hover{--tw-shadow-color: rgb(0 0 0 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/25:hover{--tw-shadow-color: rgb(0 0 0 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/30:hover{--tw-shadow-color: rgb(0 0 0 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/35:hover{--tw-shadow-color: rgb(0 0 0 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/40:hover{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/45:hover{--tw-shadow-color: rgb(0 0 0 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/5:hover{--tw-shadow-color: rgb(0 0 0 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/50:hover{--tw-shadow-color: rgb(0 0 0 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/55:hover{--tw-shadow-color: rgb(0 0 0 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/60:hover{--tw-shadow-color: rgb(0 0 0 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/65:hover{--tw-shadow-color: rgb(0 0 0 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/70:hover{--tw-shadow-color: rgb(0 0 0 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/75:hover{--tw-shadow-color: rgb(0 0 0 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/80:hover{--tw-shadow-color: rgb(0 0 0 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/85:hover{--tw-shadow-color: rgb(0 0 0 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/90:hover{--tw-shadow-color: rgb(0 0 0 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-black\/95:hover{--tw-shadow-color: rgb(0 0 0 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100:hover{--tw-shadow-color: #dbeafe;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/0:hover{--tw-shadow-color: rgb(219 234 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/10:hover{--tw-shadow-color: rgb(219 234 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/100:hover{--tw-shadow-color: rgb(219 234 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/15:hover{--tw-shadow-color: rgb(219 234 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/20:hover{--tw-shadow-color: rgb(219 234 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/25:hover{--tw-shadow-color: rgb(219 234 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/30:hover{--tw-shadow-color: rgb(219 234 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/35:hover{--tw-shadow-color: rgb(219 234 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/40:hover{--tw-shadow-color: rgb(219 234 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/45:hover{--tw-shadow-color: rgb(219 234 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/5:hover{--tw-shadow-color: rgb(219 234 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/50:hover{--tw-shadow-color: rgb(219 234 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/55:hover{--tw-shadow-color: rgb(219 234 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/60:hover{--tw-shadow-color: rgb(219 234 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/65:hover{--tw-shadow-color: rgb(219 234 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/70:hover{--tw-shadow-color: rgb(219 234 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/75:hover{--tw-shadow-color: rgb(219 234 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/80:hover{--tw-shadow-color: rgb(219 234 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/85:hover{--tw-shadow-color: rgb(219 234 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/90:hover{--tw-shadow-color: rgb(219 234 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-100\/95:hover{--tw-shadow-color: rgb(219 234 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200:hover{--tw-shadow-color: #bfdbfe;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/0:hover{--tw-shadow-color: rgb(191 219 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/10:hover{--tw-shadow-color: rgb(191 219 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/100:hover{--tw-shadow-color: rgb(191 219 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/15:hover{--tw-shadow-color: rgb(191 219 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/20:hover{--tw-shadow-color: rgb(191 219 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/25:hover{--tw-shadow-color: rgb(191 219 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/30:hover{--tw-shadow-color: rgb(191 219 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/35:hover{--tw-shadow-color: rgb(191 219 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/40:hover{--tw-shadow-color: rgb(191 219 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/45:hover{--tw-shadow-color: rgb(191 219 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/5:hover{--tw-shadow-color: rgb(191 219 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/50:hover{--tw-shadow-color: rgb(191 219 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/55:hover{--tw-shadow-color: rgb(191 219 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/60:hover{--tw-shadow-color: rgb(191 219 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/65:hover{--tw-shadow-color: rgb(191 219 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/70:hover{--tw-shadow-color: rgb(191 219 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/75:hover{--tw-shadow-color: rgb(191 219 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/80:hover{--tw-shadow-color: rgb(191 219 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/85:hover{--tw-shadow-color: rgb(191 219 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/90:hover{--tw-shadow-color: rgb(191 219 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-200\/95:hover{--tw-shadow-color: rgb(191 219 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300:hover{--tw-shadow-color: #93c5fd;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/0:hover{--tw-shadow-color: rgb(147 197 253 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/10:hover{--tw-shadow-color: rgb(147 197 253 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/100:hover{--tw-shadow-color: rgb(147 197 253 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/15:hover{--tw-shadow-color: rgb(147 197 253 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/20:hover{--tw-shadow-color: rgb(147 197 253 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/25:hover{--tw-shadow-color: rgb(147 197 253 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/30:hover{--tw-shadow-color: rgb(147 197 253 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/35:hover{--tw-shadow-color: rgb(147 197 253 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/40:hover{--tw-shadow-color: rgb(147 197 253 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/45:hover{--tw-shadow-color: rgb(147 197 253 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/5:hover{--tw-shadow-color: rgb(147 197 253 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/50:hover{--tw-shadow-color: rgb(147 197 253 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/55:hover{--tw-shadow-color: rgb(147 197 253 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/60:hover{--tw-shadow-color: rgb(147 197 253 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/65:hover{--tw-shadow-color: rgb(147 197 253 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/70:hover{--tw-shadow-color: rgb(147 197 253 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/75:hover{--tw-shadow-color: rgb(147 197 253 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/80:hover{--tw-shadow-color: rgb(147 197 253 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/85:hover{--tw-shadow-color: rgb(147 197 253 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/90:hover{--tw-shadow-color: rgb(147 197 253 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-300\/95:hover{--tw-shadow-color: rgb(147 197 253 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400:hover{--tw-shadow-color: #60a5fa;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/0:hover{--tw-shadow-color: rgb(96 165 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/10:hover{--tw-shadow-color: rgb(96 165 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/100:hover{--tw-shadow-color: rgb(96 165 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/15:hover{--tw-shadow-color: rgb(96 165 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/20:hover{--tw-shadow-color: rgb(96 165 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/25:hover{--tw-shadow-color: rgb(96 165 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/30:hover{--tw-shadow-color: rgb(96 165 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/35:hover{--tw-shadow-color: rgb(96 165 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/40:hover{--tw-shadow-color: rgb(96 165 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/45:hover{--tw-shadow-color: rgb(96 165 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/5:hover{--tw-shadow-color: rgb(96 165 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/50:hover{--tw-shadow-color: rgb(96 165 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/55:hover{--tw-shadow-color: rgb(96 165 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/60:hover{--tw-shadow-color: rgb(96 165 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/65:hover{--tw-shadow-color: rgb(96 165 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/70:hover{--tw-shadow-color: rgb(96 165 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/75:hover{--tw-shadow-color: rgb(96 165 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/80:hover{--tw-shadow-color: rgb(96 165 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/85:hover{--tw-shadow-color: rgb(96 165 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/90:hover{--tw-shadow-color: rgb(96 165 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-400\/95:hover{--tw-shadow-color: rgb(96 165 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50:hover{--tw-shadow-color: #eff6ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/0:hover{--tw-shadow-color: rgb(239 246 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/10:hover{--tw-shadow-color: rgb(239 246 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/100:hover{--tw-shadow-color: rgb(239 246 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/15:hover{--tw-shadow-color: rgb(239 246 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/20:hover{--tw-shadow-color: rgb(239 246 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/25:hover{--tw-shadow-color: rgb(239 246 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/30:hover{--tw-shadow-color: rgb(239 246 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/35:hover{--tw-shadow-color: rgb(239 246 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/40:hover{--tw-shadow-color: rgb(239 246 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/45:hover{--tw-shadow-color: rgb(239 246 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/5:hover{--tw-shadow-color: rgb(239 246 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/50:hover{--tw-shadow-color: rgb(239 246 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/55:hover{--tw-shadow-color: rgb(239 246 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/60:hover{--tw-shadow-color: rgb(239 246 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/65:hover{--tw-shadow-color: rgb(239 246 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/70:hover{--tw-shadow-color: rgb(239 246 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/75:hover{--tw-shadow-color: rgb(239 246 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/80:hover{--tw-shadow-color: rgb(239 246 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/85:hover{--tw-shadow-color: rgb(239 246 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/90:hover{--tw-shadow-color: rgb(239 246 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-50\/95:hover{--tw-shadow-color: rgb(239 246 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500:hover{--tw-shadow-color: #3b82f6;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/0:hover{--tw-shadow-color: rgb(59 130 246 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/10:hover{--tw-shadow-color: rgb(59 130 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/100:hover{--tw-shadow-color: rgb(59 130 246 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/15:hover{--tw-shadow-color: rgb(59 130 246 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/20:hover{--tw-shadow-color: rgb(59 130 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/25:hover{--tw-shadow-color: rgb(59 130 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/30:hover{--tw-shadow-color: rgb(59 130 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/35:hover{--tw-shadow-color: rgb(59 130 246 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/40:hover{--tw-shadow-color: rgb(59 130 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/45:hover{--tw-shadow-color: rgb(59 130 246 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/5:hover{--tw-shadow-color: rgb(59 130 246 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/50:hover{--tw-shadow-color: rgb(59 130 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/55:hover{--tw-shadow-color: rgb(59 130 246 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/60:hover{--tw-shadow-color: rgb(59 130 246 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/65:hover{--tw-shadow-color: rgb(59 130 246 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/70:hover{--tw-shadow-color: rgb(59 130 246 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/75:hover{--tw-shadow-color: rgb(59 130 246 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/80:hover{--tw-shadow-color: rgb(59 130 246 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/85:hover{--tw-shadow-color: rgb(59 130 246 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/90:hover{--tw-shadow-color: rgb(59 130 246 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/95:hover{--tw-shadow-color: rgb(59 130 246 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600:hover{--tw-shadow-color: #2563eb;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/0:hover{--tw-shadow-color: rgb(37 99 235 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/10:hover{--tw-shadow-color: rgb(37 99 235 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/100:hover{--tw-shadow-color: rgb(37 99 235 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/15:hover{--tw-shadow-color: rgb(37 99 235 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/20:hover{--tw-shadow-color: rgb(37 99 235 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/25:hover{--tw-shadow-color: rgb(37 99 235 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/30:hover{--tw-shadow-color: rgb(37 99 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/35:hover{--tw-shadow-color: rgb(37 99 235 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/40:hover{--tw-shadow-color: rgb(37 99 235 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/45:hover{--tw-shadow-color: rgb(37 99 235 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/5:hover{--tw-shadow-color: rgb(37 99 235 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/50:hover{--tw-shadow-color: rgb(37 99 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/55:hover{--tw-shadow-color: rgb(37 99 235 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/60:hover{--tw-shadow-color: rgb(37 99 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/65:hover{--tw-shadow-color: rgb(37 99 235 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/70:hover{--tw-shadow-color: rgb(37 99 235 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/75:hover{--tw-shadow-color: rgb(37 99 235 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/80:hover{--tw-shadow-color: rgb(37 99 235 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/85:hover{--tw-shadow-color: rgb(37 99 235 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/90:hover{--tw-shadow-color: rgb(37 99 235 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-600\/95:hover{--tw-shadow-color: rgb(37 99 235 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700:hover{--tw-shadow-color: #1d4ed8;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/0:hover{--tw-shadow-color: rgb(29 78 216 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/10:hover{--tw-shadow-color: rgb(29 78 216 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/100:hover{--tw-shadow-color: rgb(29 78 216 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/15:hover{--tw-shadow-color: rgb(29 78 216 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/20:hover{--tw-shadow-color: rgb(29 78 216 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/25:hover{--tw-shadow-color: rgb(29 78 216 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/30:hover{--tw-shadow-color: rgb(29 78 216 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/35:hover{--tw-shadow-color: rgb(29 78 216 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/40:hover{--tw-shadow-color: rgb(29 78 216 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/45:hover{--tw-shadow-color: rgb(29 78 216 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/5:hover{--tw-shadow-color: rgb(29 78 216 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/50:hover{--tw-shadow-color: rgb(29 78 216 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/55:hover{--tw-shadow-color: rgb(29 78 216 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/60:hover{--tw-shadow-color: rgb(29 78 216 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/65:hover{--tw-shadow-color: rgb(29 78 216 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/70:hover{--tw-shadow-color: rgb(29 78 216 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/75:hover{--tw-shadow-color: rgb(29 78 216 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/80:hover{--tw-shadow-color: rgb(29 78 216 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/85:hover{--tw-shadow-color: rgb(29 78 216 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/90:hover{--tw-shadow-color: rgb(29 78 216 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-700\/95:hover{--tw-shadow-color: rgb(29 78 216 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800:hover{--tw-shadow-color: #1e40af;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/0:hover{--tw-shadow-color: rgb(30 64 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/10:hover{--tw-shadow-color: rgb(30 64 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/100:hover{--tw-shadow-color: rgb(30 64 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/15:hover{--tw-shadow-color: rgb(30 64 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/20:hover{--tw-shadow-color: rgb(30 64 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/25:hover{--tw-shadow-color: rgb(30 64 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/30:hover{--tw-shadow-color: rgb(30 64 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/35:hover{--tw-shadow-color: rgb(30 64 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/40:hover{--tw-shadow-color: rgb(30 64 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/45:hover{--tw-shadow-color: rgb(30 64 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/5:hover{--tw-shadow-color: rgb(30 64 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/50:hover{--tw-shadow-color: rgb(30 64 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/55:hover{--tw-shadow-color: rgb(30 64 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/60:hover{--tw-shadow-color: rgb(30 64 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/65:hover{--tw-shadow-color: rgb(30 64 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/70:hover{--tw-shadow-color: rgb(30 64 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/75:hover{--tw-shadow-color: rgb(30 64 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/80:hover{--tw-shadow-color: rgb(30 64 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/85:hover{--tw-shadow-color: rgb(30 64 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/90:hover{--tw-shadow-color: rgb(30 64 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-800\/95:hover{--tw-shadow-color: rgb(30 64 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900:hover{--tw-shadow-color: #1e3a8a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/0:hover{--tw-shadow-color: rgb(30 58 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/10:hover{--tw-shadow-color: rgb(30 58 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/100:hover{--tw-shadow-color: rgb(30 58 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/15:hover{--tw-shadow-color: rgb(30 58 138 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/20:hover{--tw-shadow-color: rgb(30 58 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/25:hover{--tw-shadow-color: rgb(30 58 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/30:hover{--tw-shadow-color: rgb(30 58 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/35:hover{--tw-shadow-color: rgb(30 58 138 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/40:hover{--tw-shadow-color: rgb(30 58 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/45:hover{--tw-shadow-color: rgb(30 58 138 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/5:hover{--tw-shadow-color: rgb(30 58 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/50:hover{--tw-shadow-color: rgb(30 58 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/55:hover{--tw-shadow-color: rgb(30 58 138 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/60:hover{--tw-shadow-color: rgb(30 58 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/65:hover{--tw-shadow-color: rgb(30 58 138 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/70:hover{--tw-shadow-color: rgb(30 58 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/75:hover{--tw-shadow-color: rgb(30 58 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/80:hover{--tw-shadow-color: rgb(30 58 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/85:hover{--tw-shadow-color: rgb(30 58 138 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/90:hover{--tw-shadow-color: rgb(30 58 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-900\/95:hover{--tw-shadow-color: rgb(30 58 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950:hover{--tw-shadow-color: #172554;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/0:hover{--tw-shadow-color: rgb(23 37 84 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/10:hover{--tw-shadow-color: rgb(23 37 84 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/100:hover{--tw-shadow-color: rgb(23 37 84 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/15:hover{--tw-shadow-color: rgb(23 37 84 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/20:hover{--tw-shadow-color: rgb(23 37 84 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/25:hover{--tw-shadow-color: rgb(23 37 84 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/30:hover{--tw-shadow-color: rgb(23 37 84 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/35:hover{--tw-shadow-color: rgb(23 37 84 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/40:hover{--tw-shadow-color: rgb(23 37 84 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/45:hover{--tw-shadow-color: rgb(23 37 84 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/5:hover{--tw-shadow-color: rgb(23 37 84 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/50:hover{--tw-shadow-color: rgb(23 37 84 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/55:hover{--tw-shadow-color: rgb(23 37 84 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/60:hover{--tw-shadow-color: rgb(23 37 84 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/65:hover{--tw-shadow-color: rgb(23 37 84 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/70:hover{--tw-shadow-color: rgb(23 37 84 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/75:hover{--tw-shadow-color: rgb(23 37 84 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/80:hover{--tw-shadow-color: rgb(23 37 84 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/85:hover{--tw-shadow-color: rgb(23 37 84 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/90:hover{--tw-shadow-color: rgb(23 37 84 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-950\/95:hover{--tw-shadow-color: rgb(23 37 84 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-border:hover{--tw-shadow-color: var(--border);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-card:hover{--tw-shadow-color: var(--card);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-card-foreground:hover{--tw-shadow-color: var(--card-foreground);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-chart-1:hover{--tw-shadow-color: var(--chart-1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-chart-2:hover{--tw-shadow-color: var(--chart-2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-chart-3:hover{--tw-shadow-color: var(--chart-3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-chart-4:hover{--tw-shadow-color: var(--chart-4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-chart-5:hover{--tw-shadow-color: var(--chart-5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-current:hover{--tw-shadow-color: currentColor;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100:hover{--tw-shadow-color: #cffafe;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/0:hover{--tw-shadow-color: rgb(207 250 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/10:hover{--tw-shadow-color: rgb(207 250 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/100:hover{--tw-shadow-color: rgb(207 250 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/15:hover{--tw-shadow-color: rgb(207 250 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/20:hover{--tw-shadow-color: rgb(207 250 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/25:hover{--tw-shadow-color: rgb(207 250 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/30:hover{--tw-shadow-color: rgb(207 250 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/35:hover{--tw-shadow-color: rgb(207 250 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/40:hover{--tw-shadow-color: rgb(207 250 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/45:hover{--tw-shadow-color: rgb(207 250 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/5:hover{--tw-shadow-color: rgb(207 250 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/50:hover{--tw-shadow-color: rgb(207 250 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/55:hover{--tw-shadow-color: rgb(207 250 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/60:hover{--tw-shadow-color: rgb(207 250 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/65:hover{--tw-shadow-color: rgb(207 250 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/70:hover{--tw-shadow-color: rgb(207 250 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/75:hover{--tw-shadow-color: rgb(207 250 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/80:hover{--tw-shadow-color: rgb(207 250 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/85:hover{--tw-shadow-color: rgb(207 250 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/90:hover{--tw-shadow-color: rgb(207 250 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-100\/95:hover{--tw-shadow-color: rgb(207 250 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200:hover{--tw-shadow-color: #a5f3fc;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/0:hover{--tw-shadow-color: rgb(165 243 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/10:hover{--tw-shadow-color: rgb(165 243 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/100:hover{--tw-shadow-color: rgb(165 243 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/15:hover{--tw-shadow-color: rgb(165 243 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/20:hover{--tw-shadow-color: rgb(165 243 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/25:hover{--tw-shadow-color: rgb(165 243 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/30:hover{--tw-shadow-color: rgb(165 243 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/35:hover{--tw-shadow-color: rgb(165 243 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/40:hover{--tw-shadow-color: rgb(165 243 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/45:hover{--tw-shadow-color: rgb(165 243 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/5:hover{--tw-shadow-color: rgb(165 243 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/50:hover{--tw-shadow-color: rgb(165 243 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/55:hover{--tw-shadow-color: rgb(165 243 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/60:hover{--tw-shadow-color: rgb(165 243 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/65:hover{--tw-shadow-color: rgb(165 243 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/70:hover{--tw-shadow-color: rgb(165 243 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/75:hover{--tw-shadow-color: rgb(165 243 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/80:hover{--tw-shadow-color: rgb(165 243 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/85:hover{--tw-shadow-color: rgb(165 243 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/90:hover{--tw-shadow-color: rgb(165 243 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-200\/95:hover{--tw-shadow-color: rgb(165 243 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300:hover{--tw-shadow-color: #67e8f9;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/0:hover{--tw-shadow-color: rgb(103 232 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/10:hover{--tw-shadow-color: rgb(103 232 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/100:hover{--tw-shadow-color: rgb(103 232 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/15:hover{--tw-shadow-color: rgb(103 232 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/20:hover{--tw-shadow-color: rgb(103 232 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/25:hover{--tw-shadow-color: rgb(103 232 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/30:hover{--tw-shadow-color: rgb(103 232 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/35:hover{--tw-shadow-color: rgb(103 232 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/40:hover{--tw-shadow-color: rgb(103 232 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/45:hover{--tw-shadow-color: rgb(103 232 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/5:hover{--tw-shadow-color: rgb(103 232 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/50:hover{--tw-shadow-color: rgb(103 232 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/55:hover{--tw-shadow-color: rgb(103 232 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/60:hover{--tw-shadow-color: rgb(103 232 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/65:hover{--tw-shadow-color: rgb(103 232 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/70:hover{--tw-shadow-color: rgb(103 232 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/75:hover{--tw-shadow-color: rgb(103 232 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/80:hover{--tw-shadow-color: rgb(103 232 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/85:hover{--tw-shadow-color: rgb(103 232 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/90:hover{--tw-shadow-color: rgb(103 232 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-300\/95:hover{--tw-shadow-color: rgb(103 232 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400:hover{--tw-shadow-color: #22d3ee;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/0:hover{--tw-shadow-color: rgb(34 211 238 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/10:hover{--tw-shadow-color: rgb(34 211 238 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/100:hover{--tw-shadow-color: rgb(34 211 238 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/15:hover{--tw-shadow-color: rgb(34 211 238 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/20:hover{--tw-shadow-color: rgb(34 211 238 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/25:hover{--tw-shadow-color: rgb(34 211 238 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/30:hover{--tw-shadow-color: rgb(34 211 238 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/35:hover{--tw-shadow-color: rgb(34 211 238 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/40:hover{--tw-shadow-color: rgb(34 211 238 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/45:hover{--tw-shadow-color: rgb(34 211 238 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/5:hover{--tw-shadow-color: rgb(34 211 238 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/50:hover{--tw-shadow-color: rgb(34 211 238 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/55:hover{--tw-shadow-color: rgb(34 211 238 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/60:hover{--tw-shadow-color: rgb(34 211 238 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/65:hover{--tw-shadow-color: rgb(34 211 238 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/70:hover{--tw-shadow-color: rgb(34 211 238 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/75:hover{--tw-shadow-color: rgb(34 211 238 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/80:hover{--tw-shadow-color: rgb(34 211 238 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/85:hover{--tw-shadow-color: rgb(34 211 238 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/90:hover{--tw-shadow-color: rgb(34 211 238 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-400\/95:hover{--tw-shadow-color: rgb(34 211 238 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50:hover{--tw-shadow-color: #ecfeff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/0:hover{--tw-shadow-color: rgb(236 254 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/10:hover{--tw-shadow-color: rgb(236 254 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/100:hover{--tw-shadow-color: rgb(236 254 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/15:hover{--tw-shadow-color: rgb(236 254 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/20:hover{--tw-shadow-color: rgb(236 254 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/25:hover{--tw-shadow-color: rgb(236 254 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/30:hover{--tw-shadow-color: rgb(236 254 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/35:hover{--tw-shadow-color: rgb(236 254 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/40:hover{--tw-shadow-color: rgb(236 254 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/45:hover{--tw-shadow-color: rgb(236 254 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/5:hover{--tw-shadow-color: rgb(236 254 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/50:hover{--tw-shadow-color: rgb(236 254 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/55:hover{--tw-shadow-color: rgb(236 254 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/60:hover{--tw-shadow-color: rgb(236 254 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/65:hover{--tw-shadow-color: rgb(236 254 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/70:hover{--tw-shadow-color: rgb(236 254 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/75:hover{--tw-shadow-color: rgb(236 254 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/80:hover{--tw-shadow-color: rgb(236 254 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/85:hover{--tw-shadow-color: rgb(236 254 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/90:hover{--tw-shadow-color: rgb(236 254 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-50\/95:hover{--tw-shadow-color: rgb(236 254 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500:hover{--tw-shadow-color: #06b6d4;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/0:hover{--tw-shadow-color: rgb(6 182 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/10:hover{--tw-shadow-color: rgb(6 182 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/100:hover{--tw-shadow-color: rgb(6 182 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/15:hover{--tw-shadow-color: rgb(6 182 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/20:hover{--tw-shadow-color: rgb(6 182 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/25:hover{--tw-shadow-color: rgb(6 182 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/30:hover{--tw-shadow-color: rgb(6 182 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/35:hover{--tw-shadow-color: rgb(6 182 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/40:hover{--tw-shadow-color: rgb(6 182 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/45:hover{--tw-shadow-color: rgb(6 182 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/5:hover{--tw-shadow-color: rgb(6 182 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/50:hover{--tw-shadow-color: rgb(6 182 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/55:hover{--tw-shadow-color: rgb(6 182 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/60:hover{--tw-shadow-color: rgb(6 182 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/65:hover{--tw-shadow-color: rgb(6 182 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/70:hover{--tw-shadow-color: rgb(6 182 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/75:hover{--tw-shadow-color: rgb(6 182 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/80:hover{--tw-shadow-color: rgb(6 182 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/85:hover{--tw-shadow-color: rgb(6 182 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/90:hover{--tw-shadow-color: rgb(6 182 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/95:hover{--tw-shadow-color: rgb(6 182 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600:hover{--tw-shadow-color: #0891b2;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/0:hover{--tw-shadow-color: rgb(8 145 178 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/10:hover{--tw-shadow-color: rgb(8 145 178 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/100:hover{--tw-shadow-color: rgb(8 145 178 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/15:hover{--tw-shadow-color: rgb(8 145 178 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/20:hover{--tw-shadow-color: rgb(8 145 178 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/25:hover{--tw-shadow-color: rgb(8 145 178 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/30:hover{--tw-shadow-color: rgb(8 145 178 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/35:hover{--tw-shadow-color: rgb(8 145 178 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/40:hover{--tw-shadow-color: rgb(8 145 178 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/45:hover{--tw-shadow-color: rgb(8 145 178 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/5:hover{--tw-shadow-color: rgb(8 145 178 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/50:hover{--tw-shadow-color: rgb(8 145 178 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/55:hover{--tw-shadow-color: rgb(8 145 178 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/60:hover{--tw-shadow-color: rgb(8 145 178 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/65:hover{--tw-shadow-color: rgb(8 145 178 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/70:hover{--tw-shadow-color: rgb(8 145 178 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/75:hover{--tw-shadow-color: rgb(8 145 178 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/80:hover{--tw-shadow-color: rgb(8 145 178 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/85:hover{--tw-shadow-color: rgb(8 145 178 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/90:hover{--tw-shadow-color: rgb(8 145 178 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-600\/95:hover{--tw-shadow-color: rgb(8 145 178 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700:hover{--tw-shadow-color: #0e7490;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/0:hover{--tw-shadow-color: rgb(14 116 144 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/10:hover{--tw-shadow-color: rgb(14 116 144 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/100:hover{--tw-shadow-color: rgb(14 116 144 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/15:hover{--tw-shadow-color: rgb(14 116 144 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/20:hover{--tw-shadow-color: rgb(14 116 144 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/25:hover{--tw-shadow-color: rgb(14 116 144 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/30:hover{--tw-shadow-color: rgb(14 116 144 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/35:hover{--tw-shadow-color: rgb(14 116 144 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/40:hover{--tw-shadow-color: rgb(14 116 144 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/45:hover{--tw-shadow-color: rgb(14 116 144 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/5:hover{--tw-shadow-color: rgb(14 116 144 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/50:hover{--tw-shadow-color: rgb(14 116 144 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/55:hover{--tw-shadow-color: rgb(14 116 144 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/60:hover{--tw-shadow-color: rgb(14 116 144 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/65:hover{--tw-shadow-color: rgb(14 116 144 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/70:hover{--tw-shadow-color: rgb(14 116 144 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/75:hover{--tw-shadow-color: rgb(14 116 144 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/80:hover{--tw-shadow-color: rgb(14 116 144 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/85:hover{--tw-shadow-color: rgb(14 116 144 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/90:hover{--tw-shadow-color: rgb(14 116 144 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-700\/95:hover{--tw-shadow-color: rgb(14 116 144 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800:hover{--tw-shadow-color: #155e75;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/0:hover{--tw-shadow-color: rgb(21 94 117 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/10:hover{--tw-shadow-color: rgb(21 94 117 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/100:hover{--tw-shadow-color: rgb(21 94 117 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/15:hover{--tw-shadow-color: rgb(21 94 117 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/20:hover{--tw-shadow-color: rgb(21 94 117 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/25:hover{--tw-shadow-color: rgb(21 94 117 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/30:hover{--tw-shadow-color: rgb(21 94 117 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/35:hover{--tw-shadow-color: rgb(21 94 117 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/40:hover{--tw-shadow-color: rgb(21 94 117 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/45:hover{--tw-shadow-color: rgb(21 94 117 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/5:hover{--tw-shadow-color: rgb(21 94 117 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/50:hover{--tw-shadow-color: rgb(21 94 117 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/55:hover{--tw-shadow-color: rgb(21 94 117 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/60:hover{--tw-shadow-color: rgb(21 94 117 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/65:hover{--tw-shadow-color: rgb(21 94 117 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/70:hover{--tw-shadow-color: rgb(21 94 117 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/75:hover{--tw-shadow-color: rgb(21 94 117 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/80:hover{--tw-shadow-color: rgb(21 94 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/85:hover{--tw-shadow-color: rgb(21 94 117 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/90:hover{--tw-shadow-color: rgb(21 94 117 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-800\/95:hover{--tw-shadow-color: rgb(21 94 117 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900:hover{--tw-shadow-color: #164e63;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/0:hover{--tw-shadow-color: rgb(22 78 99 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/10:hover{--tw-shadow-color: rgb(22 78 99 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/100:hover{--tw-shadow-color: rgb(22 78 99 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/15:hover{--tw-shadow-color: rgb(22 78 99 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/20:hover{--tw-shadow-color: rgb(22 78 99 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/25:hover{--tw-shadow-color: rgb(22 78 99 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/30:hover{--tw-shadow-color: rgb(22 78 99 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/35:hover{--tw-shadow-color: rgb(22 78 99 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/40:hover{--tw-shadow-color: rgb(22 78 99 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/45:hover{--tw-shadow-color: rgb(22 78 99 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/5:hover{--tw-shadow-color: rgb(22 78 99 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/50:hover{--tw-shadow-color: rgb(22 78 99 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/55:hover{--tw-shadow-color: rgb(22 78 99 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/60:hover{--tw-shadow-color: rgb(22 78 99 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/65:hover{--tw-shadow-color: rgb(22 78 99 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/70:hover{--tw-shadow-color: rgb(22 78 99 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/75:hover{--tw-shadow-color: rgb(22 78 99 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/80:hover{--tw-shadow-color: rgb(22 78 99 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/85:hover{--tw-shadow-color: rgb(22 78 99 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/90:hover{--tw-shadow-color: rgb(22 78 99 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-900\/95:hover{--tw-shadow-color: rgb(22 78 99 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950:hover{--tw-shadow-color: #083344;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/0:hover{--tw-shadow-color: rgb(8 51 68 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/10:hover{--tw-shadow-color: rgb(8 51 68 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/100:hover{--tw-shadow-color: rgb(8 51 68 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/15:hover{--tw-shadow-color: rgb(8 51 68 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/20:hover{--tw-shadow-color: rgb(8 51 68 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/25:hover{--tw-shadow-color: rgb(8 51 68 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/30:hover{--tw-shadow-color: rgb(8 51 68 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/35:hover{--tw-shadow-color: rgb(8 51 68 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/40:hover{--tw-shadow-color: rgb(8 51 68 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/45:hover{--tw-shadow-color: rgb(8 51 68 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/5:hover{--tw-shadow-color: rgb(8 51 68 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/50:hover{--tw-shadow-color: rgb(8 51 68 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/55:hover{--tw-shadow-color: rgb(8 51 68 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/60:hover{--tw-shadow-color: rgb(8 51 68 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/65:hover{--tw-shadow-color: rgb(8 51 68 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/70:hover{--tw-shadow-color: rgb(8 51 68 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/75:hover{--tw-shadow-color: rgb(8 51 68 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/80:hover{--tw-shadow-color: rgb(8 51 68 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/85:hover{--tw-shadow-color: rgb(8 51 68 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/90:hover{--tw-shadow-color: rgb(8 51 68 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-950\/95:hover{--tw-shadow-color: rgb(8 51 68 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-destructive:hover{--tw-shadow-color: var(--destructive);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-destructive-foreground:hover{--tw-shadow-color: var(--destructive-foreground);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100:hover{--tw-shadow-color: #d1fae5;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/0:hover{--tw-shadow-color: rgb(209 250 229 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/10:hover{--tw-shadow-color: rgb(209 250 229 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/100:hover{--tw-shadow-color: rgb(209 250 229 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/15:hover{--tw-shadow-color: rgb(209 250 229 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/20:hover{--tw-shadow-color: rgb(209 250 229 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/25:hover{--tw-shadow-color: rgb(209 250 229 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/30:hover{--tw-shadow-color: rgb(209 250 229 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/35:hover{--tw-shadow-color: rgb(209 250 229 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/40:hover{--tw-shadow-color: rgb(209 250 229 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/45:hover{--tw-shadow-color: rgb(209 250 229 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/5:hover{--tw-shadow-color: rgb(209 250 229 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/50:hover{--tw-shadow-color: rgb(209 250 229 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/55:hover{--tw-shadow-color: rgb(209 250 229 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/60:hover{--tw-shadow-color: rgb(209 250 229 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/65:hover{--tw-shadow-color: rgb(209 250 229 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/70:hover{--tw-shadow-color: rgb(209 250 229 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/75:hover{--tw-shadow-color: rgb(209 250 229 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/80:hover{--tw-shadow-color: rgb(209 250 229 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/85:hover{--tw-shadow-color: rgb(209 250 229 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/90:hover{--tw-shadow-color: rgb(209 250 229 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-100\/95:hover{--tw-shadow-color: rgb(209 250 229 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200:hover{--tw-shadow-color: #a7f3d0;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/0:hover{--tw-shadow-color: rgb(167 243 208 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/10:hover{--tw-shadow-color: rgb(167 243 208 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/100:hover{--tw-shadow-color: rgb(167 243 208 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/15:hover{--tw-shadow-color: rgb(167 243 208 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/20:hover{--tw-shadow-color: rgb(167 243 208 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/25:hover{--tw-shadow-color: rgb(167 243 208 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/30:hover{--tw-shadow-color: rgb(167 243 208 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/35:hover{--tw-shadow-color: rgb(167 243 208 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/40:hover{--tw-shadow-color: rgb(167 243 208 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/45:hover{--tw-shadow-color: rgb(167 243 208 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/5:hover{--tw-shadow-color: rgb(167 243 208 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/50:hover{--tw-shadow-color: rgb(167 243 208 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/55:hover{--tw-shadow-color: rgb(167 243 208 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/60:hover{--tw-shadow-color: rgb(167 243 208 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/65:hover{--tw-shadow-color: rgb(167 243 208 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/70:hover{--tw-shadow-color: rgb(167 243 208 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/75:hover{--tw-shadow-color: rgb(167 243 208 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/80:hover{--tw-shadow-color: rgb(167 243 208 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/85:hover{--tw-shadow-color: rgb(167 243 208 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/90:hover{--tw-shadow-color: rgb(167 243 208 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-200\/95:hover{--tw-shadow-color: rgb(167 243 208 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300:hover{--tw-shadow-color: #6ee7b7;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/0:hover{--tw-shadow-color: rgb(110 231 183 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/10:hover{--tw-shadow-color: rgb(110 231 183 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/100:hover{--tw-shadow-color: rgb(110 231 183 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/15:hover{--tw-shadow-color: rgb(110 231 183 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/20:hover{--tw-shadow-color: rgb(110 231 183 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/25:hover{--tw-shadow-color: rgb(110 231 183 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/30:hover{--tw-shadow-color: rgb(110 231 183 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/35:hover{--tw-shadow-color: rgb(110 231 183 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/40:hover{--tw-shadow-color: rgb(110 231 183 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/45:hover{--tw-shadow-color: rgb(110 231 183 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/5:hover{--tw-shadow-color: rgb(110 231 183 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/50:hover{--tw-shadow-color: rgb(110 231 183 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/55:hover{--tw-shadow-color: rgb(110 231 183 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/60:hover{--tw-shadow-color: rgb(110 231 183 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/65:hover{--tw-shadow-color: rgb(110 231 183 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/70:hover{--tw-shadow-color: rgb(110 231 183 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/75:hover{--tw-shadow-color: rgb(110 231 183 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/80:hover{--tw-shadow-color: rgb(110 231 183 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/85:hover{--tw-shadow-color: rgb(110 231 183 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/90:hover{--tw-shadow-color: rgb(110 231 183 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-300\/95:hover{--tw-shadow-color: rgb(110 231 183 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400:hover{--tw-shadow-color: #34d399;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/0:hover{--tw-shadow-color: rgb(52 211 153 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/10:hover{--tw-shadow-color: rgb(52 211 153 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/100:hover{--tw-shadow-color: rgb(52 211 153 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/15:hover{--tw-shadow-color: rgb(52 211 153 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/20:hover{--tw-shadow-color: rgb(52 211 153 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/25:hover{--tw-shadow-color: rgb(52 211 153 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/30:hover{--tw-shadow-color: rgb(52 211 153 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/35:hover{--tw-shadow-color: rgb(52 211 153 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/40:hover{--tw-shadow-color: rgb(52 211 153 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/45:hover{--tw-shadow-color: rgb(52 211 153 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/5:hover{--tw-shadow-color: rgb(52 211 153 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/50:hover{--tw-shadow-color: rgb(52 211 153 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/55:hover{--tw-shadow-color: rgb(52 211 153 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/60:hover{--tw-shadow-color: rgb(52 211 153 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/65:hover{--tw-shadow-color: rgb(52 211 153 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/70:hover{--tw-shadow-color: rgb(52 211 153 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/75:hover{--tw-shadow-color: rgb(52 211 153 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/80:hover{--tw-shadow-color: rgb(52 211 153 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/85:hover{--tw-shadow-color: rgb(52 211 153 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/90:hover{--tw-shadow-color: rgb(52 211 153 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-400\/95:hover{--tw-shadow-color: rgb(52 211 153 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50:hover{--tw-shadow-color: #ecfdf5;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/0:hover{--tw-shadow-color: rgb(236 253 245 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/10:hover{--tw-shadow-color: rgb(236 253 245 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/100:hover{--tw-shadow-color: rgb(236 253 245 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/15:hover{--tw-shadow-color: rgb(236 253 245 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/20:hover{--tw-shadow-color: rgb(236 253 245 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/25:hover{--tw-shadow-color: rgb(236 253 245 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/30:hover{--tw-shadow-color: rgb(236 253 245 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/35:hover{--tw-shadow-color: rgb(236 253 245 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/40:hover{--tw-shadow-color: rgb(236 253 245 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/45:hover{--tw-shadow-color: rgb(236 253 245 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/5:hover{--tw-shadow-color: rgb(236 253 245 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/50:hover{--tw-shadow-color: rgb(236 253 245 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/55:hover{--tw-shadow-color: rgb(236 253 245 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/60:hover{--tw-shadow-color: rgb(236 253 245 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/65:hover{--tw-shadow-color: rgb(236 253 245 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/70:hover{--tw-shadow-color: rgb(236 253 245 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/75:hover{--tw-shadow-color: rgb(236 253 245 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/80:hover{--tw-shadow-color: rgb(236 253 245 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/85:hover{--tw-shadow-color: rgb(236 253 245 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/90:hover{--tw-shadow-color: rgb(236 253 245 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-50\/95:hover{--tw-shadow-color: rgb(236 253 245 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500:hover{--tw-shadow-color: #10b981;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/0:hover{--tw-shadow-color: rgb(16 185 129 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/10:hover{--tw-shadow-color: rgb(16 185 129 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/100:hover{--tw-shadow-color: rgb(16 185 129 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/15:hover{--tw-shadow-color: rgb(16 185 129 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/20:hover{--tw-shadow-color: rgb(16 185 129 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/25:hover{--tw-shadow-color: rgb(16 185 129 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/30:hover{--tw-shadow-color: rgb(16 185 129 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/35:hover{--tw-shadow-color: rgb(16 185 129 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/40:hover{--tw-shadow-color: rgb(16 185 129 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/45:hover{--tw-shadow-color: rgb(16 185 129 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/5:hover{--tw-shadow-color: rgb(16 185 129 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/50:hover{--tw-shadow-color: rgb(16 185 129 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/55:hover{--tw-shadow-color: rgb(16 185 129 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/60:hover{--tw-shadow-color: rgb(16 185 129 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/65:hover{--tw-shadow-color: rgb(16 185 129 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/70:hover{--tw-shadow-color: rgb(16 185 129 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/75:hover{--tw-shadow-color: rgb(16 185 129 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/80:hover{--tw-shadow-color: rgb(16 185 129 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/85:hover{--tw-shadow-color: rgb(16 185 129 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/90:hover{--tw-shadow-color: rgb(16 185 129 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/95:hover{--tw-shadow-color: rgb(16 185 129 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600:hover{--tw-shadow-color: #059669;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/0:hover{--tw-shadow-color: rgb(5 150 105 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/10:hover{--tw-shadow-color: rgb(5 150 105 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/100:hover{--tw-shadow-color: rgb(5 150 105 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/15:hover{--tw-shadow-color: rgb(5 150 105 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/20:hover{--tw-shadow-color: rgb(5 150 105 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/25:hover{--tw-shadow-color: rgb(5 150 105 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/30:hover{--tw-shadow-color: rgb(5 150 105 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/35:hover{--tw-shadow-color: rgb(5 150 105 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/40:hover{--tw-shadow-color: rgb(5 150 105 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/45:hover{--tw-shadow-color: rgb(5 150 105 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/5:hover{--tw-shadow-color: rgb(5 150 105 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/50:hover{--tw-shadow-color: rgb(5 150 105 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/55:hover{--tw-shadow-color: rgb(5 150 105 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/60:hover{--tw-shadow-color: rgb(5 150 105 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/65:hover{--tw-shadow-color: rgb(5 150 105 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/70:hover{--tw-shadow-color: rgb(5 150 105 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/75:hover{--tw-shadow-color: rgb(5 150 105 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/80:hover{--tw-shadow-color: rgb(5 150 105 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/85:hover{--tw-shadow-color: rgb(5 150 105 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/90:hover{--tw-shadow-color: rgb(5 150 105 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-600\/95:hover{--tw-shadow-color: rgb(5 150 105 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700:hover{--tw-shadow-color: #047857;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/0:hover{--tw-shadow-color: rgb(4 120 87 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/10:hover{--tw-shadow-color: rgb(4 120 87 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/100:hover{--tw-shadow-color: rgb(4 120 87 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/15:hover{--tw-shadow-color: rgb(4 120 87 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/20:hover{--tw-shadow-color: rgb(4 120 87 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/25:hover{--tw-shadow-color: rgb(4 120 87 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/30:hover{--tw-shadow-color: rgb(4 120 87 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/35:hover{--tw-shadow-color: rgb(4 120 87 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/40:hover{--tw-shadow-color: rgb(4 120 87 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/45:hover{--tw-shadow-color: rgb(4 120 87 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/5:hover{--tw-shadow-color: rgb(4 120 87 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/50:hover{--tw-shadow-color: rgb(4 120 87 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/55:hover{--tw-shadow-color: rgb(4 120 87 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/60:hover{--tw-shadow-color: rgb(4 120 87 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/65:hover{--tw-shadow-color: rgb(4 120 87 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/70:hover{--tw-shadow-color: rgb(4 120 87 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/75:hover{--tw-shadow-color: rgb(4 120 87 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/80:hover{--tw-shadow-color: rgb(4 120 87 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/85:hover{--tw-shadow-color: rgb(4 120 87 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/90:hover{--tw-shadow-color: rgb(4 120 87 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-700\/95:hover{--tw-shadow-color: rgb(4 120 87 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800:hover{--tw-shadow-color: #065f46;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/0:hover{--tw-shadow-color: rgb(6 95 70 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/10:hover{--tw-shadow-color: rgb(6 95 70 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/100:hover{--tw-shadow-color: rgb(6 95 70 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/15:hover{--tw-shadow-color: rgb(6 95 70 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/20:hover{--tw-shadow-color: rgb(6 95 70 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/25:hover{--tw-shadow-color: rgb(6 95 70 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/30:hover{--tw-shadow-color: rgb(6 95 70 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/35:hover{--tw-shadow-color: rgb(6 95 70 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/40:hover{--tw-shadow-color: rgb(6 95 70 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/45:hover{--tw-shadow-color: rgb(6 95 70 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/5:hover{--tw-shadow-color: rgb(6 95 70 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/50:hover{--tw-shadow-color: rgb(6 95 70 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/55:hover{--tw-shadow-color: rgb(6 95 70 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/60:hover{--tw-shadow-color: rgb(6 95 70 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/65:hover{--tw-shadow-color: rgb(6 95 70 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/70:hover{--tw-shadow-color: rgb(6 95 70 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/75:hover{--tw-shadow-color: rgb(6 95 70 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/80:hover{--tw-shadow-color: rgb(6 95 70 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/85:hover{--tw-shadow-color: rgb(6 95 70 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/90:hover{--tw-shadow-color: rgb(6 95 70 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-800\/95:hover{--tw-shadow-color: rgb(6 95 70 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900:hover{--tw-shadow-color: #064e3b;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/0:hover{--tw-shadow-color: rgb(6 78 59 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/10:hover{--tw-shadow-color: rgb(6 78 59 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/100:hover{--tw-shadow-color: rgb(6 78 59 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/15:hover{--tw-shadow-color: rgb(6 78 59 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/20:hover{--tw-shadow-color: rgb(6 78 59 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/25:hover{--tw-shadow-color: rgb(6 78 59 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/30:hover{--tw-shadow-color: rgb(6 78 59 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/35:hover{--tw-shadow-color: rgb(6 78 59 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/40:hover{--tw-shadow-color: rgb(6 78 59 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/45:hover{--tw-shadow-color: rgb(6 78 59 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/5:hover{--tw-shadow-color: rgb(6 78 59 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/50:hover{--tw-shadow-color: rgb(6 78 59 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/55:hover{--tw-shadow-color: rgb(6 78 59 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/60:hover{--tw-shadow-color: rgb(6 78 59 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/65:hover{--tw-shadow-color: rgb(6 78 59 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/70:hover{--tw-shadow-color: rgb(6 78 59 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/75:hover{--tw-shadow-color: rgb(6 78 59 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/80:hover{--tw-shadow-color: rgb(6 78 59 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/85:hover{--tw-shadow-color: rgb(6 78 59 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/90:hover{--tw-shadow-color: rgb(6 78 59 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-900\/95:hover{--tw-shadow-color: rgb(6 78 59 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950:hover{--tw-shadow-color: #022c22;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/0:hover{--tw-shadow-color: rgb(2 44 34 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/10:hover{--tw-shadow-color: rgb(2 44 34 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/100:hover{--tw-shadow-color: rgb(2 44 34 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/15:hover{--tw-shadow-color: rgb(2 44 34 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/20:hover{--tw-shadow-color: rgb(2 44 34 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/25:hover{--tw-shadow-color: rgb(2 44 34 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/30:hover{--tw-shadow-color: rgb(2 44 34 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/35:hover{--tw-shadow-color: rgb(2 44 34 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/40:hover{--tw-shadow-color: rgb(2 44 34 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/45:hover{--tw-shadow-color: rgb(2 44 34 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/5:hover{--tw-shadow-color: rgb(2 44 34 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/50:hover{--tw-shadow-color: rgb(2 44 34 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/55:hover{--tw-shadow-color: rgb(2 44 34 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/60:hover{--tw-shadow-color: rgb(2 44 34 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/65:hover{--tw-shadow-color: rgb(2 44 34 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/70:hover{--tw-shadow-color: rgb(2 44 34 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/75:hover{--tw-shadow-color: rgb(2 44 34 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/80:hover{--tw-shadow-color: rgb(2 44 34 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/85:hover{--tw-shadow-color: rgb(2 44 34 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/90:hover{--tw-shadow-color: rgb(2 44 34 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-950\/95:hover{--tw-shadow-color: rgb(2 44 34 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-foreground:hover{--tw-shadow-color: var(--foreground);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100:hover{--tw-shadow-color: #fae8ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/0:hover{--tw-shadow-color: rgb(250 232 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/10:hover{--tw-shadow-color: rgb(250 232 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/100:hover{--tw-shadow-color: rgb(250 232 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/15:hover{--tw-shadow-color: rgb(250 232 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/20:hover{--tw-shadow-color: rgb(250 232 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/25:hover{--tw-shadow-color: rgb(250 232 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/30:hover{--tw-shadow-color: rgb(250 232 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/35:hover{--tw-shadow-color: rgb(250 232 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/40:hover{--tw-shadow-color: rgb(250 232 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/45:hover{--tw-shadow-color: rgb(250 232 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/5:hover{--tw-shadow-color: rgb(250 232 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/50:hover{--tw-shadow-color: rgb(250 232 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/55:hover{--tw-shadow-color: rgb(250 232 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/60:hover{--tw-shadow-color: rgb(250 232 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/65:hover{--tw-shadow-color: rgb(250 232 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/70:hover{--tw-shadow-color: rgb(250 232 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/75:hover{--tw-shadow-color: rgb(250 232 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/80:hover{--tw-shadow-color: rgb(250 232 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/85:hover{--tw-shadow-color: rgb(250 232 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/90:hover{--tw-shadow-color: rgb(250 232 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-100\/95:hover{--tw-shadow-color: rgb(250 232 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200:hover{--tw-shadow-color: #f5d0fe;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/0:hover{--tw-shadow-color: rgb(245 208 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/10:hover{--tw-shadow-color: rgb(245 208 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/100:hover{--tw-shadow-color: rgb(245 208 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/15:hover{--tw-shadow-color: rgb(245 208 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/20:hover{--tw-shadow-color: rgb(245 208 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/25:hover{--tw-shadow-color: rgb(245 208 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/30:hover{--tw-shadow-color: rgb(245 208 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/35:hover{--tw-shadow-color: rgb(245 208 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/40:hover{--tw-shadow-color: rgb(245 208 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/45:hover{--tw-shadow-color: rgb(245 208 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/5:hover{--tw-shadow-color: rgb(245 208 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/50:hover{--tw-shadow-color: rgb(245 208 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/55:hover{--tw-shadow-color: rgb(245 208 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/60:hover{--tw-shadow-color: rgb(245 208 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/65:hover{--tw-shadow-color: rgb(245 208 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/70:hover{--tw-shadow-color: rgb(245 208 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/75:hover{--tw-shadow-color: rgb(245 208 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/80:hover{--tw-shadow-color: rgb(245 208 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/85:hover{--tw-shadow-color: rgb(245 208 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/90:hover{--tw-shadow-color: rgb(245 208 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-200\/95:hover{--tw-shadow-color: rgb(245 208 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300:hover{--tw-shadow-color: #f0abfc;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/0:hover{--tw-shadow-color: rgb(240 171 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/10:hover{--tw-shadow-color: rgb(240 171 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/100:hover{--tw-shadow-color: rgb(240 171 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/15:hover{--tw-shadow-color: rgb(240 171 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/20:hover{--tw-shadow-color: rgb(240 171 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/25:hover{--tw-shadow-color: rgb(240 171 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/30:hover{--tw-shadow-color: rgb(240 171 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/35:hover{--tw-shadow-color: rgb(240 171 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/40:hover{--tw-shadow-color: rgb(240 171 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/45:hover{--tw-shadow-color: rgb(240 171 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/5:hover{--tw-shadow-color: rgb(240 171 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/50:hover{--tw-shadow-color: rgb(240 171 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/55:hover{--tw-shadow-color: rgb(240 171 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/60:hover{--tw-shadow-color: rgb(240 171 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/65:hover{--tw-shadow-color: rgb(240 171 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/70:hover{--tw-shadow-color: rgb(240 171 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/75:hover{--tw-shadow-color: rgb(240 171 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/80:hover{--tw-shadow-color: rgb(240 171 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/85:hover{--tw-shadow-color: rgb(240 171 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/90:hover{--tw-shadow-color: rgb(240 171 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-300\/95:hover{--tw-shadow-color: rgb(240 171 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400:hover{--tw-shadow-color: #e879f9;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/0:hover{--tw-shadow-color: rgb(232 121 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/10:hover{--tw-shadow-color: rgb(232 121 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/100:hover{--tw-shadow-color: rgb(232 121 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/15:hover{--tw-shadow-color: rgb(232 121 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/20:hover{--tw-shadow-color: rgb(232 121 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/25:hover{--tw-shadow-color: rgb(232 121 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/30:hover{--tw-shadow-color: rgb(232 121 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/35:hover{--tw-shadow-color: rgb(232 121 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/40:hover{--tw-shadow-color: rgb(232 121 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/45:hover{--tw-shadow-color: rgb(232 121 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/5:hover{--tw-shadow-color: rgb(232 121 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/50:hover{--tw-shadow-color: rgb(232 121 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/55:hover{--tw-shadow-color: rgb(232 121 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/60:hover{--tw-shadow-color: rgb(232 121 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/65:hover{--tw-shadow-color: rgb(232 121 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/70:hover{--tw-shadow-color: rgb(232 121 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/75:hover{--tw-shadow-color: rgb(232 121 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/80:hover{--tw-shadow-color: rgb(232 121 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/85:hover{--tw-shadow-color: rgb(232 121 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/90:hover{--tw-shadow-color: rgb(232 121 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-400\/95:hover{--tw-shadow-color: rgb(232 121 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50:hover{--tw-shadow-color: #fdf4ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/0:hover{--tw-shadow-color: rgb(253 244 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/10:hover{--tw-shadow-color: rgb(253 244 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/100:hover{--tw-shadow-color: rgb(253 244 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/15:hover{--tw-shadow-color: rgb(253 244 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/20:hover{--tw-shadow-color: rgb(253 244 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/25:hover{--tw-shadow-color: rgb(253 244 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/30:hover{--tw-shadow-color: rgb(253 244 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/35:hover{--tw-shadow-color: rgb(253 244 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/40:hover{--tw-shadow-color: rgb(253 244 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/45:hover{--tw-shadow-color: rgb(253 244 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/5:hover{--tw-shadow-color: rgb(253 244 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/50:hover{--tw-shadow-color: rgb(253 244 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/55:hover{--tw-shadow-color: rgb(253 244 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/60:hover{--tw-shadow-color: rgb(253 244 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/65:hover{--tw-shadow-color: rgb(253 244 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/70:hover{--tw-shadow-color: rgb(253 244 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/75:hover{--tw-shadow-color: rgb(253 244 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/80:hover{--tw-shadow-color: rgb(253 244 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/85:hover{--tw-shadow-color: rgb(253 244 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/90:hover{--tw-shadow-color: rgb(253 244 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-50\/95:hover{--tw-shadow-color: rgb(253 244 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500:hover{--tw-shadow-color: #d946ef;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/0:hover{--tw-shadow-color: rgb(217 70 239 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/10:hover{--tw-shadow-color: rgb(217 70 239 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/100:hover{--tw-shadow-color: rgb(217 70 239 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/15:hover{--tw-shadow-color: rgb(217 70 239 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/20:hover{--tw-shadow-color: rgb(217 70 239 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/25:hover{--tw-shadow-color: rgb(217 70 239 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/30:hover{--tw-shadow-color: rgb(217 70 239 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/35:hover{--tw-shadow-color: rgb(217 70 239 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/40:hover{--tw-shadow-color: rgb(217 70 239 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/45:hover{--tw-shadow-color: rgb(217 70 239 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/5:hover{--tw-shadow-color: rgb(217 70 239 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/50:hover{--tw-shadow-color: rgb(217 70 239 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/55:hover{--tw-shadow-color: rgb(217 70 239 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/60:hover{--tw-shadow-color: rgb(217 70 239 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/65:hover{--tw-shadow-color: rgb(217 70 239 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/70:hover{--tw-shadow-color: rgb(217 70 239 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/75:hover{--tw-shadow-color: rgb(217 70 239 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/80:hover{--tw-shadow-color: rgb(217 70 239 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/85:hover{--tw-shadow-color: rgb(217 70 239 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/90:hover{--tw-shadow-color: rgb(217 70 239 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-500\/95:hover{--tw-shadow-color: rgb(217 70 239 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600:hover{--tw-shadow-color: #c026d3;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/0:hover{--tw-shadow-color: rgb(192 38 211 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/10:hover{--tw-shadow-color: rgb(192 38 211 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/100:hover{--tw-shadow-color: rgb(192 38 211 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/15:hover{--tw-shadow-color: rgb(192 38 211 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/20:hover{--tw-shadow-color: rgb(192 38 211 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/25:hover{--tw-shadow-color: rgb(192 38 211 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/30:hover{--tw-shadow-color: rgb(192 38 211 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/35:hover{--tw-shadow-color: rgb(192 38 211 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/40:hover{--tw-shadow-color: rgb(192 38 211 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/45:hover{--tw-shadow-color: rgb(192 38 211 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/5:hover{--tw-shadow-color: rgb(192 38 211 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/50:hover{--tw-shadow-color: rgb(192 38 211 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/55:hover{--tw-shadow-color: rgb(192 38 211 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/60:hover{--tw-shadow-color: rgb(192 38 211 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/65:hover{--tw-shadow-color: rgb(192 38 211 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/70:hover{--tw-shadow-color: rgb(192 38 211 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/75:hover{--tw-shadow-color: rgb(192 38 211 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/80:hover{--tw-shadow-color: rgb(192 38 211 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/85:hover{--tw-shadow-color: rgb(192 38 211 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/90:hover{--tw-shadow-color: rgb(192 38 211 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-600\/95:hover{--tw-shadow-color: rgb(192 38 211 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700:hover{--tw-shadow-color: #a21caf;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/0:hover{--tw-shadow-color: rgb(162 28 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/10:hover{--tw-shadow-color: rgb(162 28 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/100:hover{--tw-shadow-color: rgb(162 28 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/15:hover{--tw-shadow-color: rgb(162 28 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/20:hover{--tw-shadow-color: rgb(162 28 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/25:hover{--tw-shadow-color: rgb(162 28 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/30:hover{--tw-shadow-color: rgb(162 28 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/35:hover{--tw-shadow-color: rgb(162 28 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/40:hover{--tw-shadow-color: rgb(162 28 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/45:hover{--tw-shadow-color: rgb(162 28 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/5:hover{--tw-shadow-color: rgb(162 28 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/50:hover{--tw-shadow-color: rgb(162 28 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/55:hover{--tw-shadow-color: rgb(162 28 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/60:hover{--tw-shadow-color: rgb(162 28 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/65:hover{--tw-shadow-color: rgb(162 28 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/70:hover{--tw-shadow-color: rgb(162 28 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/75:hover{--tw-shadow-color: rgb(162 28 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/80:hover{--tw-shadow-color: rgb(162 28 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/85:hover{--tw-shadow-color: rgb(162 28 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/90:hover{--tw-shadow-color: rgb(162 28 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-700\/95:hover{--tw-shadow-color: rgb(162 28 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800:hover{--tw-shadow-color: #86198f;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/0:hover{--tw-shadow-color: rgb(134 25 143 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/10:hover{--tw-shadow-color: rgb(134 25 143 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/100:hover{--tw-shadow-color: rgb(134 25 143 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/15:hover{--tw-shadow-color: rgb(134 25 143 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/20:hover{--tw-shadow-color: rgb(134 25 143 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/25:hover{--tw-shadow-color: rgb(134 25 143 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/30:hover{--tw-shadow-color: rgb(134 25 143 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/35:hover{--tw-shadow-color: rgb(134 25 143 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/40:hover{--tw-shadow-color: rgb(134 25 143 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/45:hover{--tw-shadow-color: rgb(134 25 143 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/5:hover{--tw-shadow-color: rgb(134 25 143 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/50:hover{--tw-shadow-color: rgb(134 25 143 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/55:hover{--tw-shadow-color: rgb(134 25 143 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/60:hover{--tw-shadow-color: rgb(134 25 143 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/65:hover{--tw-shadow-color: rgb(134 25 143 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/70:hover{--tw-shadow-color: rgb(134 25 143 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/75:hover{--tw-shadow-color: rgb(134 25 143 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/80:hover{--tw-shadow-color: rgb(134 25 143 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/85:hover{--tw-shadow-color: rgb(134 25 143 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/90:hover{--tw-shadow-color: rgb(134 25 143 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-800\/95:hover{--tw-shadow-color: rgb(134 25 143 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900:hover{--tw-shadow-color: #701a75;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/0:hover{--tw-shadow-color: rgb(112 26 117 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/10:hover{--tw-shadow-color: rgb(112 26 117 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/100:hover{--tw-shadow-color: rgb(112 26 117 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/15:hover{--tw-shadow-color: rgb(112 26 117 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/20:hover{--tw-shadow-color: rgb(112 26 117 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/25:hover{--tw-shadow-color: rgb(112 26 117 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/30:hover{--tw-shadow-color: rgb(112 26 117 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/35:hover{--tw-shadow-color: rgb(112 26 117 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/40:hover{--tw-shadow-color: rgb(112 26 117 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/45:hover{--tw-shadow-color: rgb(112 26 117 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/5:hover{--tw-shadow-color: rgb(112 26 117 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/50:hover{--tw-shadow-color: rgb(112 26 117 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/55:hover{--tw-shadow-color: rgb(112 26 117 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/60:hover{--tw-shadow-color: rgb(112 26 117 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/65:hover{--tw-shadow-color: rgb(112 26 117 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/70:hover{--tw-shadow-color: rgb(112 26 117 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/75:hover{--tw-shadow-color: rgb(112 26 117 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/80:hover{--tw-shadow-color: rgb(112 26 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/85:hover{--tw-shadow-color: rgb(112 26 117 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/90:hover{--tw-shadow-color: rgb(112 26 117 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-900\/95:hover{--tw-shadow-color: rgb(112 26 117 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950:hover{--tw-shadow-color: #4a044e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/0:hover{--tw-shadow-color: rgb(74 4 78 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/10:hover{--tw-shadow-color: rgb(74 4 78 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/100:hover{--tw-shadow-color: rgb(74 4 78 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/15:hover{--tw-shadow-color: rgb(74 4 78 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/20:hover{--tw-shadow-color: rgb(74 4 78 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/25:hover{--tw-shadow-color: rgb(74 4 78 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/30:hover{--tw-shadow-color: rgb(74 4 78 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/35:hover{--tw-shadow-color: rgb(74 4 78 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/40:hover{--tw-shadow-color: rgb(74 4 78 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/45:hover{--tw-shadow-color: rgb(74 4 78 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/5:hover{--tw-shadow-color: rgb(74 4 78 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/50:hover{--tw-shadow-color: rgb(74 4 78 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/55:hover{--tw-shadow-color: rgb(74 4 78 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/60:hover{--tw-shadow-color: rgb(74 4 78 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/65:hover{--tw-shadow-color: rgb(74 4 78 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/70:hover{--tw-shadow-color: rgb(74 4 78 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/75:hover{--tw-shadow-color: rgb(74 4 78 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/80:hover{--tw-shadow-color: rgb(74 4 78 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/85:hover{--tw-shadow-color: rgb(74 4 78 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/90:hover{--tw-shadow-color: rgb(74 4 78 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-fuchsia-950\/95:hover{--tw-shadow-color: rgb(74 4 78 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100:hover{--tw-shadow-color: #f3f4f6;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/0:hover{--tw-shadow-color: rgb(243 244 246 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/10:hover{--tw-shadow-color: rgb(243 244 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/100:hover{--tw-shadow-color: rgb(243 244 246 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/15:hover{--tw-shadow-color: rgb(243 244 246 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/20:hover{--tw-shadow-color: rgb(243 244 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/25:hover{--tw-shadow-color: rgb(243 244 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/30:hover{--tw-shadow-color: rgb(243 244 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/35:hover{--tw-shadow-color: rgb(243 244 246 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/40:hover{--tw-shadow-color: rgb(243 244 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/45:hover{--tw-shadow-color: rgb(243 244 246 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/5:hover{--tw-shadow-color: rgb(243 244 246 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/50:hover{--tw-shadow-color: rgb(243 244 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/55:hover{--tw-shadow-color: rgb(243 244 246 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/60:hover{--tw-shadow-color: rgb(243 244 246 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/65:hover{--tw-shadow-color: rgb(243 244 246 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/70:hover{--tw-shadow-color: rgb(243 244 246 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/75:hover{--tw-shadow-color: rgb(243 244 246 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/80:hover{--tw-shadow-color: rgb(243 244 246 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/85:hover{--tw-shadow-color: rgb(243 244 246 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/90:hover{--tw-shadow-color: rgb(243 244 246 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-100\/95:hover{--tw-shadow-color: rgb(243 244 246 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200:hover{--tw-shadow-color: #e5e7eb;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/0:hover{--tw-shadow-color: rgb(229 231 235 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/10:hover{--tw-shadow-color: rgb(229 231 235 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/100:hover{--tw-shadow-color: rgb(229 231 235 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/15:hover{--tw-shadow-color: rgb(229 231 235 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/20:hover{--tw-shadow-color: rgb(229 231 235 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/25:hover{--tw-shadow-color: rgb(229 231 235 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/30:hover{--tw-shadow-color: rgb(229 231 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/35:hover{--tw-shadow-color: rgb(229 231 235 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/40:hover{--tw-shadow-color: rgb(229 231 235 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/45:hover{--tw-shadow-color: rgb(229 231 235 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/5:hover{--tw-shadow-color: rgb(229 231 235 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/50:hover{--tw-shadow-color: rgb(229 231 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/55:hover{--tw-shadow-color: rgb(229 231 235 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/60:hover{--tw-shadow-color: rgb(229 231 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/65:hover{--tw-shadow-color: rgb(229 231 235 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/70:hover{--tw-shadow-color: rgb(229 231 235 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/75:hover{--tw-shadow-color: rgb(229 231 235 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/80:hover{--tw-shadow-color: rgb(229 231 235 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/85:hover{--tw-shadow-color: rgb(229 231 235 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/90:hover{--tw-shadow-color: rgb(229 231 235 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/95:hover{--tw-shadow-color: rgb(229 231 235 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300:hover{--tw-shadow-color: #d1d5db;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/0:hover{--tw-shadow-color: rgb(209 213 219 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/10:hover{--tw-shadow-color: rgb(209 213 219 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/100:hover{--tw-shadow-color: rgb(209 213 219 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/15:hover{--tw-shadow-color: rgb(209 213 219 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/20:hover{--tw-shadow-color: rgb(209 213 219 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/25:hover{--tw-shadow-color: rgb(209 213 219 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/30:hover{--tw-shadow-color: rgb(209 213 219 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/35:hover{--tw-shadow-color: rgb(209 213 219 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/40:hover{--tw-shadow-color: rgb(209 213 219 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/45:hover{--tw-shadow-color: rgb(209 213 219 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/5:hover{--tw-shadow-color: rgb(209 213 219 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/50:hover{--tw-shadow-color: rgb(209 213 219 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/55:hover{--tw-shadow-color: rgb(209 213 219 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/60:hover{--tw-shadow-color: rgb(209 213 219 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/65:hover{--tw-shadow-color: rgb(209 213 219 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/70:hover{--tw-shadow-color: rgb(209 213 219 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/75:hover{--tw-shadow-color: rgb(209 213 219 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/80:hover{--tw-shadow-color: rgb(209 213 219 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/85:hover{--tw-shadow-color: rgb(209 213 219 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/90:hover{--tw-shadow-color: rgb(209 213 219 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/95:hover{--tw-shadow-color: rgb(209 213 219 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400:hover{--tw-shadow-color: #9ca3af;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/0:hover{--tw-shadow-color: rgb(156 163 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/10:hover{--tw-shadow-color: rgb(156 163 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/100:hover{--tw-shadow-color: rgb(156 163 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/15:hover{--tw-shadow-color: rgb(156 163 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/20:hover{--tw-shadow-color: rgb(156 163 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/25:hover{--tw-shadow-color: rgb(156 163 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/30:hover{--tw-shadow-color: rgb(156 163 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/35:hover{--tw-shadow-color: rgb(156 163 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/40:hover{--tw-shadow-color: rgb(156 163 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/45:hover{--tw-shadow-color: rgb(156 163 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/5:hover{--tw-shadow-color: rgb(156 163 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/50:hover{--tw-shadow-color: rgb(156 163 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/55:hover{--tw-shadow-color: rgb(156 163 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/60:hover{--tw-shadow-color: rgb(156 163 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/65:hover{--tw-shadow-color: rgb(156 163 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/70:hover{--tw-shadow-color: rgb(156 163 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/75:hover{--tw-shadow-color: rgb(156 163 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/80:hover{--tw-shadow-color: rgb(156 163 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/85:hover{--tw-shadow-color: rgb(156 163 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/90:hover{--tw-shadow-color: rgb(156 163 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-400\/95:hover{--tw-shadow-color: rgb(156 163 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50:hover{--tw-shadow-color: #f9fafb;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/0:hover{--tw-shadow-color: rgb(249 250 251 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/10:hover{--tw-shadow-color: rgb(249 250 251 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/100:hover{--tw-shadow-color: rgb(249 250 251 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/15:hover{--tw-shadow-color: rgb(249 250 251 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/20:hover{--tw-shadow-color: rgb(249 250 251 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/25:hover{--tw-shadow-color: rgb(249 250 251 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/30:hover{--tw-shadow-color: rgb(249 250 251 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/35:hover{--tw-shadow-color: rgb(249 250 251 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/40:hover{--tw-shadow-color: rgb(249 250 251 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/45:hover{--tw-shadow-color: rgb(249 250 251 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/5:hover{--tw-shadow-color: rgb(249 250 251 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/50:hover{--tw-shadow-color: rgb(249 250 251 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/55:hover{--tw-shadow-color: rgb(249 250 251 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/60:hover{--tw-shadow-color: rgb(249 250 251 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/65:hover{--tw-shadow-color: rgb(249 250 251 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/70:hover{--tw-shadow-color: rgb(249 250 251 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/75:hover{--tw-shadow-color: rgb(249 250 251 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/80:hover{--tw-shadow-color: rgb(249 250 251 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/85:hover{--tw-shadow-color: rgb(249 250 251 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/90:hover{--tw-shadow-color: rgb(249 250 251 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-50\/95:hover{--tw-shadow-color: rgb(249 250 251 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500:hover{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/0:hover{--tw-shadow-color: rgb(107 114 128 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/10:hover{--tw-shadow-color: rgb(107 114 128 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/100:hover{--tw-shadow-color: rgb(107 114 128 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/15:hover{--tw-shadow-color: rgb(107 114 128 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/20:hover{--tw-shadow-color: rgb(107 114 128 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/25:hover{--tw-shadow-color: rgb(107 114 128 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/30:hover{--tw-shadow-color: rgb(107 114 128 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/35:hover{--tw-shadow-color: rgb(107 114 128 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/40:hover{--tw-shadow-color: rgb(107 114 128 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/45:hover{--tw-shadow-color: rgb(107 114 128 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/5:hover{--tw-shadow-color: rgb(107 114 128 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/50:hover{--tw-shadow-color: rgb(107 114 128 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/55:hover{--tw-shadow-color: rgb(107 114 128 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/60:hover{--tw-shadow-color: rgb(107 114 128 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/65:hover{--tw-shadow-color: rgb(107 114 128 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/70:hover{--tw-shadow-color: rgb(107 114 128 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/75:hover{--tw-shadow-color: rgb(107 114 128 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/80:hover{--tw-shadow-color: rgb(107 114 128 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/85:hover{--tw-shadow-color: rgb(107 114 128 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/90:hover{--tw-shadow-color: rgb(107 114 128 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/95:hover{--tw-shadow-color: rgb(107 114 128 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600:hover{--tw-shadow-color: #4b5563;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/0:hover{--tw-shadow-color: rgb(75 85 99 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/10:hover{--tw-shadow-color: rgb(75 85 99 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/100:hover{--tw-shadow-color: rgb(75 85 99 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/15:hover{--tw-shadow-color: rgb(75 85 99 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/20:hover{--tw-shadow-color: rgb(75 85 99 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/25:hover{--tw-shadow-color: rgb(75 85 99 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/30:hover{--tw-shadow-color: rgb(75 85 99 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/35:hover{--tw-shadow-color: rgb(75 85 99 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/40:hover{--tw-shadow-color: rgb(75 85 99 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/45:hover{--tw-shadow-color: rgb(75 85 99 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/5:hover{--tw-shadow-color: rgb(75 85 99 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/50:hover{--tw-shadow-color: rgb(75 85 99 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/55:hover{--tw-shadow-color: rgb(75 85 99 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/60:hover{--tw-shadow-color: rgb(75 85 99 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/65:hover{--tw-shadow-color: rgb(75 85 99 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/70:hover{--tw-shadow-color: rgb(75 85 99 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/75:hover{--tw-shadow-color: rgb(75 85 99 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/80:hover{--tw-shadow-color: rgb(75 85 99 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/85:hover{--tw-shadow-color: rgb(75 85 99 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/90:hover{--tw-shadow-color: rgb(75 85 99 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-600\/95:hover{--tw-shadow-color: rgb(75 85 99 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700:hover{--tw-shadow-color: #374151;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/0:hover{--tw-shadow-color: rgb(55 65 81 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/10:hover{--tw-shadow-color: rgb(55 65 81 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/100:hover{--tw-shadow-color: rgb(55 65 81 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/15:hover{--tw-shadow-color: rgb(55 65 81 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/20:hover{--tw-shadow-color: rgb(55 65 81 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/25:hover{--tw-shadow-color: rgb(55 65 81 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/30:hover{--tw-shadow-color: rgb(55 65 81 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/35:hover{--tw-shadow-color: rgb(55 65 81 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/40:hover{--tw-shadow-color: rgb(55 65 81 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/45:hover{--tw-shadow-color: rgb(55 65 81 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/5:hover{--tw-shadow-color: rgb(55 65 81 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/50:hover{--tw-shadow-color: rgb(55 65 81 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/55:hover{--tw-shadow-color: rgb(55 65 81 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/60:hover{--tw-shadow-color: rgb(55 65 81 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/65:hover{--tw-shadow-color: rgb(55 65 81 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/70:hover{--tw-shadow-color: rgb(55 65 81 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/75:hover{--tw-shadow-color: rgb(55 65 81 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/80:hover{--tw-shadow-color: rgb(55 65 81 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/85:hover{--tw-shadow-color: rgb(55 65 81 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/90:hover{--tw-shadow-color: rgb(55 65 81 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/95:hover{--tw-shadow-color: rgb(55 65 81 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800:hover{--tw-shadow-color: #1f2937;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/0:hover{--tw-shadow-color: rgb(31 41 55 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/10:hover{--tw-shadow-color: rgb(31 41 55 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/100:hover{--tw-shadow-color: rgb(31 41 55 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/15:hover{--tw-shadow-color: rgb(31 41 55 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/20:hover{--tw-shadow-color: rgb(31 41 55 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/25:hover{--tw-shadow-color: rgb(31 41 55 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/30:hover{--tw-shadow-color: rgb(31 41 55 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/35:hover{--tw-shadow-color: rgb(31 41 55 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/40:hover{--tw-shadow-color: rgb(31 41 55 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/45:hover{--tw-shadow-color: rgb(31 41 55 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/5:hover{--tw-shadow-color: rgb(31 41 55 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/50:hover{--tw-shadow-color: rgb(31 41 55 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/55:hover{--tw-shadow-color: rgb(31 41 55 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/60:hover{--tw-shadow-color: rgb(31 41 55 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/65:hover{--tw-shadow-color: rgb(31 41 55 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/70:hover{--tw-shadow-color: rgb(31 41 55 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/75:hover{--tw-shadow-color: rgb(31 41 55 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/80:hover{--tw-shadow-color: rgb(31 41 55 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/85:hover{--tw-shadow-color: rgb(31 41 55 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/90:hover{--tw-shadow-color: rgb(31 41 55 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-800\/95:hover{--tw-shadow-color: rgb(31 41 55 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900:hover{--tw-shadow-color: #111827;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/0:hover{--tw-shadow-color: rgb(17 24 39 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/10:hover{--tw-shadow-color: rgb(17 24 39 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/100:hover{--tw-shadow-color: rgb(17 24 39 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/15:hover{--tw-shadow-color: rgb(17 24 39 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/20:hover{--tw-shadow-color: rgb(17 24 39 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/25:hover{--tw-shadow-color: rgb(17 24 39 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/30:hover{--tw-shadow-color: rgb(17 24 39 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/35:hover{--tw-shadow-color: rgb(17 24 39 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/40:hover{--tw-shadow-color: rgb(17 24 39 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/45:hover{--tw-shadow-color: rgb(17 24 39 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/5:hover{--tw-shadow-color: rgb(17 24 39 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/50:hover{--tw-shadow-color: rgb(17 24 39 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/55:hover{--tw-shadow-color: rgb(17 24 39 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/60:hover{--tw-shadow-color: rgb(17 24 39 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/65:hover{--tw-shadow-color: rgb(17 24 39 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/70:hover{--tw-shadow-color: rgb(17 24 39 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/75:hover{--tw-shadow-color: rgb(17 24 39 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/80:hover{--tw-shadow-color: rgb(17 24 39 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/85:hover{--tw-shadow-color: rgb(17 24 39 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/90:hover{--tw-shadow-color: rgb(17 24 39 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/95:hover{--tw-shadow-color: rgb(17 24 39 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950:hover{--tw-shadow-color: #030712;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/0:hover{--tw-shadow-color: rgb(3 7 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/10:hover{--tw-shadow-color: rgb(3 7 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/100:hover{--tw-shadow-color: rgb(3 7 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/15:hover{--tw-shadow-color: rgb(3 7 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/20:hover{--tw-shadow-color: rgb(3 7 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/25:hover{--tw-shadow-color: rgb(3 7 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/30:hover{--tw-shadow-color: rgb(3 7 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/35:hover{--tw-shadow-color: rgb(3 7 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/40:hover{--tw-shadow-color: rgb(3 7 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/45:hover{--tw-shadow-color: rgb(3 7 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/5:hover{--tw-shadow-color: rgb(3 7 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/50:hover{--tw-shadow-color: rgb(3 7 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/55:hover{--tw-shadow-color: rgb(3 7 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/60:hover{--tw-shadow-color: rgb(3 7 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/65:hover{--tw-shadow-color: rgb(3 7 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/70:hover{--tw-shadow-color: rgb(3 7 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/75:hover{--tw-shadow-color: rgb(3 7 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/80:hover{--tw-shadow-color: rgb(3 7 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/85:hover{--tw-shadow-color: rgb(3 7 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/90:hover{--tw-shadow-color: rgb(3 7 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-950\/95:hover{--tw-shadow-color: rgb(3 7 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100:hover{--tw-shadow-color: #dcfce7;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/0:hover{--tw-shadow-color: rgb(220 252 231 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/10:hover{--tw-shadow-color: rgb(220 252 231 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/100:hover{--tw-shadow-color: rgb(220 252 231 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/15:hover{--tw-shadow-color: rgb(220 252 231 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/20:hover{--tw-shadow-color: rgb(220 252 231 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/25:hover{--tw-shadow-color: rgb(220 252 231 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/30:hover{--tw-shadow-color: rgb(220 252 231 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/35:hover{--tw-shadow-color: rgb(220 252 231 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/40:hover{--tw-shadow-color: rgb(220 252 231 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/45:hover{--tw-shadow-color: rgb(220 252 231 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/5:hover{--tw-shadow-color: rgb(220 252 231 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/50:hover{--tw-shadow-color: rgb(220 252 231 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/55:hover{--tw-shadow-color: rgb(220 252 231 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/60:hover{--tw-shadow-color: rgb(220 252 231 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/65:hover{--tw-shadow-color: rgb(220 252 231 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/70:hover{--tw-shadow-color: rgb(220 252 231 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/75:hover{--tw-shadow-color: rgb(220 252 231 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/80:hover{--tw-shadow-color: rgb(220 252 231 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/85:hover{--tw-shadow-color: rgb(220 252 231 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/90:hover{--tw-shadow-color: rgb(220 252 231 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-100\/95:hover{--tw-shadow-color: rgb(220 252 231 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200:hover{--tw-shadow-color: #bbf7d0;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/0:hover{--tw-shadow-color: rgb(187 247 208 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/10:hover{--tw-shadow-color: rgb(187 247 208 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/100:hover{--tw-shadow-color: rgb(187 247 208 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/15:hover{--tw-shadow-color: rgb(187 247 208 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/20:hover{--tw-shadow-color: rgb(187 247 208 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/25:hover{--tw-shadow-color: rgb(187 247 208 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/30:hover{--tw-shadow-color: rgb(187 247 208 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/35:hover{--tw-shadow-color: rgb(187 247 208 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/40:hover{--tw-shadow-color: rgb(187 247 208 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/45:hover{--tw-shadow-color: rgb(187 247 208 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/5:hover{--tw-shadow-color: rgb(187 247 208 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/50:hover{--tw-shadow-color: rgb(187 247 208 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/55:hover{--tw-shadow-color: rgb(187 247 208 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/60:hover{--tw-shadow-color: rgb(187 247 208 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/65:hover{--tw-shadow-color: rgb(187 247 208 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/70:hover{--tw-shadow-color: rgb(187 247 208 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/75:hover{--tw-shadow-color: rgb(187 247 208 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/80:hover{--tw-shadow-color: rgb(187 247 208 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/85:hover{--tw-shadow-color: rgb(187 247 208 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/90:hover{--tw-shadow-color: rgb(187 247 208 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-200\/95:hover{--tw-shadow-color: rgb(187 247 208 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300:hover{--tw-shadow-color: #86efac;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/0:hover{--tw-shadow-color: rgb(134 239 172 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/10:hover{--tw-shadow-color: rgb(134 239 172 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/100:hover{--tw-shadow-color: rgb(134 239 172 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/15:hover{--tw-shadow-color: rgb(134 239 172 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/20:hover{--tw-shadow-color: rgb(134 239 172 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/25:hover{--tw-shadow-color: rgb(134 239 172 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/30:hover{--tw-shadow-color: rgb(134 239 172 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/35:hover{--tw-shadow-color: rgb(134 239 172 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/40:hover{--tw-shadow-color: rgb(134 239 172 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/45:hover{--tw-shadow-color: rgb(134 239 172 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/5:hover{--tw-shadow-color: rgb(134 239 172 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/50:hover{--tw-shadow-color: rgb(134 239 172 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/55:hover{--tw-shadow-color: rgb(134 239 172 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/60:hover{--tw-shadow-color: rgb(134 239 172 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/65:hover{--tw-shadow-color: rgb(134 239 172 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/70:hover{--tw-shadow-color: rgb(134 239 172 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/75:hover{--tw-shadow-color: rgb(134 239 172 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/80:hover{--tw-shadow-color: rgb(134 239 172 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/85:hover{--tw-shadow-color: rgb(134 239 172 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/90:hover{--tw-shadow-color: rgb(134 239 172 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-300\/95:hover{--tw-shadow-color: rgb(134 239 172 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400:hover{--tw-shadow-color: #4ade80;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/0:hover{--tw-shadow-color: rgb(74 222 128 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/10:hover{--tw-shadow-color: rgb(74 222 128 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/100:hover{--tw-shadow-color: rgb(74 222 128 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/15:hover{--tw-shadow-color: rgb(74 222 128 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/20:hover{--tw-shadow-color: rgb(74 222 128 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/25:hover{--tw-shadow-color: rgb(74 222 128 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/30:hover{--tw-shadow-color: rgb(74 222 128 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/35:hover{--tw-shadow-color: rgb(74 222 128 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/40:hover{--tw-shadow-color: rgb(74 222 128 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/45:hover{--tw-shadow-color: rgb(74 222 128 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/5:hover{--tw-shadow-color: rgb(74 222 128 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/50:hover{--tw-shadow-color: rgb(74 222 128 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/55:hover{--tw-shadow-color: rgb(74 222 128 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/60:hover{--tw-shadow-color: rgb(74 222 128 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/65:hover{--tw-shadow-color: rgb(74 222 128 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/70:hover{--tw-shadow-color: rgb(74 222 128 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/75:hover{--tw-shadow-color: rgb(74 222 128 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/80:hover{--tw-shadow-color: rgb(74 222 128 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/85:hover{--tw-shadow-color: rgb(74 222 128 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/90:hover{--tw-shadow-color: rgb(74 222 128 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/95:hover{--tw-shadow-color: rgb(74 222 128 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50:hover{--tw-shadow-color: #f0fdf4;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/0:hover{--tw-shadow-color: rgb(240 253 244 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/10:hover{--tw-shadow-color: rgb(240 253 244 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/100:hover{--tw-shadow-color: rgb(240 253 244 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/15:hover{--tw-shadow-color: rgb(240 253 244 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/20:hover{--tw-shadow-color: rgb(240 253 244 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/25:hover{--tw-shadow-color: rgb(240 253 244 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/30:hover{--tw-shadow-color: rgb(240 253 244 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/35:hover{--tw-shadow-color: rgb(240 253 244 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/40:hover{--tw-shadow-color: rgb(240 253 244 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/45:hover{--tw-shadow-color: rgb(240 253 244 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/5:hover{--tw-shadow-color: rgb(240 253 244 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/50:hover{--tw-shadow-color: rgb(240 253 244 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/55:hover{--tw-shadow-color: rgb(240 253 244 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/60:hover{--tw-shadow-color: rgb(240 253 244 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/65:hover{--tw-shadow-color: rgb(240 253 244 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/70:hover{--tw-shadow-color: rgb(240 253 244 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/75:hover{--tw-shadow-color: rgb(240 253 244 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/80:hover{--tw-shadow-color: rgb(240 253 244 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/85:hover{--tw-shadow-color: rgb(240 253 244 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/90:hover{--tw-shadow-color: rgb(240 253 244 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-50\/95:hover{--tw-shadow-color: rgb(240 253 244 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500:hover{--tw-shadow-color: #22c55e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/0:hover{--tw-shadow-color: rgb(34 197 94 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/10:hover{--tw-shadow-color: rgb(34 197 94 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/100:hover{--tw-shadow-color: rgb(34 197 94 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/15:hover{--tw-shadow-color: rgb(34 197 94 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/20:hover{--tw-shadow-color: rgb(34 197 94 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/25:hover{--tw-shadow-color: rgb(34 197 94 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/30:hover{--tw-shadow-color: rgb(34 197 94 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/35:hover{--tw-shadow-color: rgb(34 197 94 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/40:hover{--tw-shadow-color: rgb(34 197 94 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/45:hover{--tw-shadow-color: rgb(34 197 94 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/5:hover{--tw-shadow-color: rgb(34 197 94 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/50:hover{--tw-shadow-color: rgb(34 197 94 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/55:hover{--tw-shadow-color: rgb(34 197 94 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/60:hover{--tw-shadow-color: rgb(34 197 94 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/65:hover{--tw-shadow-color: rgb(34 197 94 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/70:hover{--tw-shadow-color: rgb(34 197 94 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/75:hover{--tw-shadow-color: rgb(34 197 94 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/80:hover{--tw-shadow-color: rgb(34 197 94 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/85:hover{--tw-shadow-color: rgb(34 197 94 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/90:hover{--tw-shadow-color: rgb(34 197 94 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/95:hover{--tw-shadow-color: rgb(34 197 94 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600:hover{--tw-shadow-color: #16a34a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/0:hover{--tw-shadow-color: rgb(22 163 74 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/10:hover{--tw-shadow-color: rgb(22 163 74 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/100:hover{--tw-shadow-color: rgb(22 163 74 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/15:hover{--tw-shadow-color: rgb(22 163 74 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/20:hover{--tw-shadow-color: rgb(22 163 74 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/25:hover{--tw-shadow-color: rgb(22 163 74 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/30:hover{--tw-shadow-color: rgb(22 163 74 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/35:hover{--tw-shadow-color: rgb(22 163 74 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/40:hover{--tw-shadow-color: rgb(22 163 74 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/45:hover{--tw-shadow-color: rgb(22 163 74 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/5:hover{--tw-shadow-color: rgb(22 163 74 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/50:hover{--tw-shadow-color: rgb(22 163 74 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/55:hover{--tw-shadow-color: rgb(22 163 74 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/60:hover{--tw-shadow-color: rgb(22 163 74 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/65:hover{--tw-shadow-color: rgb(22 163 74 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/70:hover{--tw-shadow-color: rgb(22 163 74 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/75:hover{--tw-shadow-color: rgb(22 163 74 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/80:hover{--tw-shadow-color: rgb(22 163 74 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/85:hover{--tw-shadow-color: rgb(22 163 74 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/90:hover{--tw-shadow-color: rgb(22 163 74 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-600\/95:hover{--tw-shadow-color: rgb(22 163 74 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700:hover{--tw-shadow-color: #15803d;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/0:hover{--tw-shadow-color: rgb(21 128 61 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/10:hover{--tw-shadow-color: rgb(21 128 61 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/100:hover{--tw-shadow-color: rgb(21 128 61 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/15:hover{--tw-shadow-color: rgb(21 128 61 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/20:hover{--tw-shadow-color: rgb(21 128 61 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/25:hover{--tw-shadow-color: rgb(21 128 61 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/30:hover{--tw-shadow-color: rgb(21 128 61 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/35:hover{--tw-shadow-color: rgb(21 128 61 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/40:hover{--tw-shadow-color: rgb(21 128 61 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/45:hover{--tw-shadow-color: rgb(21 128 61 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/5:hover{--tw-shadow-color: rgb(21 128 61 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/50:hover{--tw-shadow-color: rgb(21 128 61 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/55:hover{--tw-shadow-color: rgb(21 128 61 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/60:hover{--tw-shadow-color: rgb(21 128 61 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/65:hover{--tw-shadow-color: rgb(21 128 61 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/70:hover{--tw-shadow-color: rgb(21 128 61 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/75:hover{--tw-shadow-color: rgb(21 128 61 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/80:hover{--tw-shadow-color: rgb(21 128 61 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/85:hover{--tw-shadow-color: rgb(21 128 61 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/90:hover{--tw-shadow-color: rgb(21 128 61 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-700\/95:hover{--tw-shadow-color: rgb(21 128 61 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800:hover{--tw-shadow-color: #166534;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/0:hover{--tw-shadow-color: rgb(22 101 52 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/10:hover{--tw-shadow-color: rgb(22 101 52 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/100:hover{--tw-shadow-color: rgb(22 101 52 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/15:hover{--tw-shadow-color: rgb(22 101 52 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/20:hover{--tw-shadow-color: rgb(22 101 52 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/25:hover{--tw-shadow-color: rgb(22 101 52 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/30:hover{--tw-shadow-color: rgb(22 101 52 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/35:hover{--tw-shadow-color: rgb(22 101 52 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/40:hover{--tw-shadow-color: rgb(22 101 52 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/45:hover{--tw-shadow-color: rgb(22 101 52 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/5:hover{--tw-shadow-color: rgb(22 101 52 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/50:hover{--tw-shadow-color: rgb(22 101 52 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/55:hover{--tw-shadow-color: rgb(22 101 52 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/60:hover{--tw-shadow-color: rgb(22 101 52 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/65:hover{--tw-shadow-color: rgb(22 101 52 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/70:hover{--tw-shadow-color: rgb(22 101 52 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/75:hover{--tw-shadow-color: rgb(22 101 52 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/80:hover{--tw-shadow-color: rgb(22 101 52 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/85:hover{--tw-shadow-color: rgb(22 101 52 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/90:hover{--tw-shadow-color: rgb(22 101 52 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-800\/95:hover{--tw-shadow-color: rgb(22 101 52 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900:hover{--tw-shadow-color: #14532d;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/0:hover{--tw-shadow-color: rgb(20 83 45 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/10:hover{--tw-shadow-color: rgb(20 83 45 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/100:hover{--tw-shadow-color: rgb(20 83 45 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/15:hover{--tw-shadow-color: rgb(20 83 45 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/20:hover{--tw-shadow-color: rgb(20 83 45 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/25:hover{--tw-shadow-color: rgb(20 83 45 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/30:hover{--tw-shadow-color: rgb(20 83 45 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/35:hover{--tw-shadow-color: rgb(20 83 45 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/40:hover{--tw-shadow-color: rgb(20 83 45 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/45:hover{--tw-shadow-color: rgb(20 83 45 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/5:hover{--tw-shadow-color: rgb(20 83 45 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/50:hover{--tw-shadow-color: rgb(20 83 45 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/55:hover{--tw-shadow-color: rgb(20 83 45 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/60:hover{--tw-shadow-color: rgb(20 83 45 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/65:hover{--tw-shadow-color: rgb(20 83 45 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/70:hover{--tw-shadow-color: rgb(20 83 45 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/75:hover{--tw-shadow-color: rgb(20 83 45 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/80:hover{--tw-shadow-color: rgb(20 83 45 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/85:hover{--tw-shadow-color: rgb(20 83 45 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/90:hover{--tw-shadow-color: rgb(20 83 45 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-900\/95:hover{--tw-shadow-color: rgb(20 83 45 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950:hover{--tw-shadow-color: #052e16;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/0:hover{--tw-shadow-color: rgb(5 46 22 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/10:hover{--tw-shadow-color: rgb(5 46 22 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/100:hover{--tw-shadow-color: rgb(5 46 22 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/15:hover{--tw-shadow-color: rgb(5 46 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/20:hover{--tw-shadow-color: rgb(5 46 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/25:hover{--tw-shadow-color: rgb(5 46 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/30:hover{--tw-shadow-color: rgb(5 46 22 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/35:hover{--tw-shadow-color: rgb(5 46 22 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/40:hover{--tw-shadow-color: rgb(5 46 22 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/45:hover{--tw-shadow-color: rgb(5 46 22 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/5:hover{--tw-shadow-color: rgb(5 46 22 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/50:hover{--tw-shadow-color: rgb(5 46 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/55:hover{--tw-shadow-color: rgb(5 46 22 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/60:hover{--tw-shadow-color: rgb(5 46 22 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/65:hover{--tw-shadow-color: rgb(5 46 22 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/70:hover{--tw-shadow-color: rgb(5 46 22 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/75:hover{--tw-shadow-color: rgb(5 46 22 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/80:hover{--tw-shadow-color: rgb(5 46 22 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/85:hover{--tw-shadow-color: rgb(5 46 22 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/90:hover{--tw-shadow-color: rgb(5 46 22 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-950\/95:hover{--tw-shadow-color: rgb(5 46 22 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100:hover{--tw-shadow-color: #e0e7ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/0:hover{--tw-shadow-color: rgb(224 231 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/10:hover{--tw-shadow-color: rgb(224 231 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/100:hover{--tw-shadow-color: rgb(224 231 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/15:hover{--tw-shadow-color: rgb(224 231 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/20:hover{--tw-shadow-color: rgb(224 231 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/25:hover{--tw-shadow-color: rgb(224 231 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/30:hover{--tw-shadow-color: rgb(224 231 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/35:hover{--tw-shadow-color: rgb(224 231 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/40:hover{--tw-shadow-color: rgb(224 231 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/45:hover{--tw-shadow-color: rgb(224 231 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/5:hover{--tw-shadow-color: rgb(224 231 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/50:hover{--tw-shadow-color: rgb(224 231 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/55:hover{--tw-shadow-color: rgb(224 231 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/60:hover{--tw-shadow-color: rgb(224 231 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/65:hover{--tw-shadow-color: rgb(224 231 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/70:hover{--tw-shadow-color: rgb(224 231 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/75:hover{--tw-shadow-color: rgb(224 231 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/80:hover{--tw-shadow-color: rgb(224 231 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/85:hover{--tw-shadow-color: rgb(224 231 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/90:hover{--tw-shadow-color: rgb(224 231 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-100\/95:hover{--tw-shadow-color: rgb(224 231 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200:hover{--tw-shadow-color: #c7d2fe;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/0:hover{--tw-shadow-color: rgb(199 210 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/10:hover{--tw-shadow-color: rgb(199 210 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/100:hover{--tw-shadow-color: rgb(199 210 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/15:hover{--tw-shadow-color: rgb(199 210 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/20:hover{--tw-shadow-color: rgb(199 210 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/25:hover{--tw-shadow-color: rgb(199 210 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/30:hover{--tw-shadow-color: rgb(199 210 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/35:hover{--tw-shadow-color: rgb(199 210 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/40:hover{--tw-shadow-color: rgb(199 210 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/45:hover{--tw-shadow-color: rgb(199 210 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/5:hover{--tw-shadow-color: rgb(199 210 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/50:hover{--tw-shadow-color: rgb(199 210 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/55:hover{--tw-shadow-color: rgb(199 210 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/60:hover{--tw-shadow-color: rgb(199 210 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/65:hover{--tw-shadow-color: rgb(199 210 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/70:hover{--tw-shadow-color: rgb(199 210 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/75:hover{--tw-shadow-color: rgb(199 210 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/80:hover{--tw-shadow-color: rgb(199 210 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/85:hover{--tw-shadow-color: rgb(199 210 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/90:hover{--tw-shadow-color: rgb(199 210 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-200\/95:hover{--tw-shadow-color: rgb(199 210 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300:hover{--tw-shadow-color: #a5b4fc;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/0:hover{--tw-shadow-color: rgb(165 180 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/10:hover{--tw-shadow-color: rgb(165 180 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/100:hover{--tw-shadow-color: rgb(165 180 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/15:hover{--tw-shadow-color: rgb(165 180 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/20:hover{--tw-shadow-color: rgb(165 180 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/25:hover{--tw-shadow-color: rgb(165 180 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/30:hover{--tw-shadow-color: rgb(165 180 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/35:hover{--tw-shadow-color: rgb(165 180 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/40:hover{--tw-shadow-color: rgb(165 180 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/45:hover{--tw-shadow-color: rgb(165 180 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/5:hover{--tw-shadow-color: rgb(165 180 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/50:hover{--tw-shadow-color: rgb(165 180 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/55:hover{--tw-shadow-color: rgb(165 180 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/60:hover{--tw-shadow-color: rgb(165 180 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/65:hover{--tw-shadow-color: rgb(165 180 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/70:hover{--tw-shadow-color: rgb(165 180 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/75:hover{--tw-shadow-color: rgb(165 180 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/80:hover{--tw-shadow-color: rgb(165 180 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/85:hover{--tw-shadow-color: rgb(165 180 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/90:hover{--tw-shadow-color: rgb(165 180 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-300\/95:hover{--tw-shadow-color: rgb(165 180 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400:hover{--tw-shadow-color: #818cf8;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/0:hover{--tw-shadow-color: rgb(129 140 248 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/10:hover{--tw-shadow-color: rgb(129 140 248 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/100:hover{--tw-shadow-color: rgb(129 140 248 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/15:hover{--tw-shadow-color: rgb(129 140 248 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/20:hover{--tw-shadow-color: rgb(129 140 248 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/25:hover{--tw-shadow-color: rgb(129 140 248 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/30:hover{--tw-shadow-color: rgb(129 140 248 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/35:hover{--tw-shadow-color: rgb(129 140 248 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/40:hover{--tw-shadow-color: rgb(129 140 248 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/45:hover{--tw-shadow-color: rgb(129 140 248 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/5:hover{--tw-shadow-color: rgb(129 140 248 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/50:hover{--tw-shadow-color: rgb(129 140 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/55:hover{--tw-shadow-color: rgb(129 140 248 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/60:hover{--tw-shadow-color: rgb(129 140 248 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/65:hover{--tw-shadow-color: rgb(129 140 248 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/70:hover{--tw-shadow-color: rgb(129 140 248 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/75:hover{--tw-shadow-color: rgb(129 140 248 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/80:hover{--tw-shadow-color: rgb(129 140 248 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/85:hover{--tw-shadow-color: rgb(129 140 248 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/90:hover{--tw-shadow-color: rgb(129 140 248 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-400\/95:hover{--tw-shadow-color: rgb(129 140 248 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50:hover{--tw-shadow-color: #eef2ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/0:hover{--tw-shadow-color: rgb(238 242 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/10:hover{--tw-shadow-color: rgb(238 242 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/100:hover{--tw-shadow-color: rgb(238 242 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/15:hover{--tw-shadow-color: rgb(238 242 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/20:hover{--tw-shadow-color: rgb(238 242 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/25:hover{--tw-shadow-color: rgb(238 242 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/30:hover{--tw-shadow-color: rgb(238 242 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/35:hover{--tw-shadow-color: rgb(238 242 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/40:hover{--tw-shadow-color: rgb(238 242 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/45:hover{--tw-shadow-color: rgb(238 242 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/5:hover{--tw-shadow-color: rgb(238 242 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/50:hover{--tw-shadow-color: rgb(238 242 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/55:hover{--tw-shadow-color: rgb(238 242 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/60:hover{--tw-shadow-color: rgb(238 242 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/65:hover{--tw-shadow-color: rgb(238 242 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/70:hover{--tw-shadow-color: rgb(238 242 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/75:hover{--tw-shadow-color: rgb(238 242 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/80:hover{--tw-shadow-color: rgb(238 242 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/85:hover{--tw-shadow-color: rgb(238 242 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/90:hover{--tw-shadow-color: rgb(238 242 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-50\/95:hover{--tw-shadow-color: rgb(238 242 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500:hover{--tw-shadow-color: #6366f1;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/0:hover{--tw-shadow-color: rgb(99 102 241 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/10:hover{--tw-shadow-color: rgb(99 102 241 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/100:hover{--tw-shadow-color: rgb(99 102 241 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/15:hover{--tw-shadow-color: rgb(99 102 241 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/20:hover{--tw-shadow-color: rgb(99 102 241 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/25:hover{--tw-shadow-color: rgb(99 102 241 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/30:hover{--tw-shadow-color: rgb(99 102 241 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/35:hover{--tw-shadow-color: rgb(99 102 241 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/40:hover{--tw-shadow-color: rgb(99 102 241 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/45:hover{--tw-shadow-color: rgb(99 102 241 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/5:hover{--tw-shadow-color: rgb(99 102 241 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/50:hover{--tw-shadow-color: rgb(99 102 241 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/55:hover{--tw-shadow-color: rgb(99 102 241 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/60:hover{--tw-shadow-color: rgb(99 102 241 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/65:hover{--tw-shadow-color: rgb(99 102 241 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/70:hover{--tw-shadow-color: rgb(99 102 241 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/75:hover{--tw-shadow-color: rgb(99 102 241 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/80:hover{--tw-shadow-color: rgb(99 102 241 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/85:hover{--tw-shadow-color: rgb(99 102 241 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/90:hover{--tw-shadow-color: rgb(99 102 241 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/95:hover{--tw-shadow-color: rgb(99 102 241 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600:hover{--tw-shadow-color: #4f46e5;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/0:hover{--tw-shadow-color: rgb(79 70 229 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/10:hover{--tw-shadow-color: rgb(79 70 229 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/100:hover{--tw-shadow-color: rgb(79 70 229 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/15:hover{--tw-shadow-color: rgb(79 70 229 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/20:hover{--tw-shadow-color: rgb(79 70 229 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/25:hover{--tw-shadow-color: rgb(79 70 229 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/30:hover{--tw-shadow-color: rgb(79 70 229 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/35:hover{--tw-shadow-color: rgb(79 70 229 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/40:hover{--tw-shadow-color: rgb(79 70 229 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/45:hover{--tw-shadow-color: rgb(79 70 229 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/5:hover{--tw-shadow-color: rgb(79 70 229 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/50:hover{--tw-shadow-color: rgb(79 70 229 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/55:hover{--tw-shadow-color: rgb(79 70 229 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/60:hover{--tw-shadow-color: rgb(79 70 229 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/65:hover{--tw-shadow-color: rgb(79 70 229 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/70:hover{--tw-shadow-color: rgb(79 70 229 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/75:hover{--tw-shadow-color: rgb(79 70 229 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/80:hover{--tw-shadow-color: rgb(79 70 229 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/85:hover{--tw-shadow-color: rgb(79 70 229 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/90:hover{--tw-shadow-color: rgb(79 70 229 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-600\/95:hover{--tw-shadow-color: rgb(79 70 229 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700:hover{--tw-shadow-color: #4338ca;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/0:hover{--tw-shadow-color: rgb(67 56 202 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/10:hover{--tw-shadow-color: rgb(67 56 202 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/100:hover{--tw-shadow-color: rgb(67 56 202 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/15:hover{--tw-shadow-color: rgb(67 56 202 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/20:hover{--tw-shadow-color: rgb(67 56 202 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/25:hover{--tw-shadow-color: rgb(67 56 202 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/30:hover{--tw-shadow-color: rgb(67 56 202 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/35:hover{--tw-shadow-color: rgb(67 56 202 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/40:hover{--tw-shadow-color: rgb(67 56 202 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/45:hover{--tw-shadow-color: rgb(67 56 202 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/5:hover{--tw-shadow-color: rgb(67 56 202 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/50:hover{--tw-shadow-color: rgb(67 56 202 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/55:hover{--tw-shadow-color: rgb(67 56 202 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/60:hover{--tw-shadow-color: rgb(67 56 202 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/65:hover{--tw-shadow-color: rgb(67 56 202 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/70:hover{--tw-shadow-color: rgb(67 56 202 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/75:hover{--tw-shadow-color: rgb(67 56 202 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/80:hover{--tw-shadow-color: rgb(67 56 202 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/85:hover{--tw-shadow-color: rgb(67 56 202 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/90:hover{--tw-shadow-color: rgb(67 56 202 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-700\/95:hover{--tw-shadow-color: rgb(67 56 202 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800:hover{--tw-shadow-color: #3730a3;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/0:hover{--tw-shadow-color: rgb(55 48 163 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/10:hover{--tw-shadow-color: rgb(55 48 163 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/100:hover{--tw-shadow-color: rgb(55 48 163 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/15:hover{--tw-shadow-color: rgb(55 48 163 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/20:hover{--tw-shadow-color: rgb(55 48 163 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/25:hover{--tw-shadow-color: rgb(55 48 163 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/30:hover{--tw-shadow-color: rgb(55 48 163 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/35:hover{--tw-shadow-color: rgb(55 48 163 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/40:hover{--tw-shadow-color: rgb(55 48 163 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/45:hover{--tw-shadow-color: rgb(55 48 163 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/5:hover{--tw-shadow-color: rgb(55 48 163 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/50:hover{--tw-shadow-color: rgb(55 48 163 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/55:hover{--tw-shadow-color: rgb(55 48 163 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/60:hover{--tw-shadow-color: rgb(55 48 163 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/65:hover{--tw-shadow-color: rgb(55 48 163 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/70:hover{--tw-shadow-color: rgb(55 48 163 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/75:hover{--tw-shadow-color: rgb(55 48 163 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/80:hover{--tw-shadow-color: rgb(55 48 163 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/85:hover{--tw-shadow-color: rgb(55 48 163 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/90:hover{--tw-shadow-color: rgb(55 48 163 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-800\/95:hover{--tw-shadow-color: rgb(55 48 163 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900:hover{--tw-shadow-color: #312e81;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/0:hover{--tw-shadow-color: rgb(49 46 129 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/10:hover{--tw-shadow-color: rgb(49 46 129 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/100:hover{--tw-shadow-color: rgb(49 46 129 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/15:hover{--tw-shadow-color: rgb(49 46 129 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/20:hover{--tw-shadow-color: rgb(49 46 129 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/25:hover{--tw-shadow-color: rgb(49 46 129 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/30:hover{--tw-shadow-color: rgb(49 46 129 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/35:hover{--tw-shadow-color: rgb(49 46 129 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/40:hover{--tw-shadow-color: rgb(49 46 129 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/45:hover{--tw-shadow-color: rgb(49 46 129 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/5:hover{--tw-shadow-color: rgb(49 46 129 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/50:hover{--tw-shadow-color: rgb(49 46 129 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/55:hover{--tw-shadow-color: rgb(49 46 129 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/60:hover{--tw-shadow-color: rgb(49 46 129 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/65:hover{--tw-shadow-color: rgb(49 46 129 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/70:hover{--tw-shadow-color: rgb(49 46 129 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/75:hover{--tw-shadow-color: rgb(49 46 129 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/80:hover{--tw-shadow-color: rgb(49 46 129 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/85:hover{--tw-shadow-color: rgb(49 46 129 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/90:hover{--tw-shadow-color: rgb(49 46 129 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-900\/95:hover{--tw-shadow-color: rgb(49 46 129 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950:hover{--tw-shadow-color: #1e1b4b;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/0:hover{--tw-shadow-color: rgb(30 27 75 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/10:hover{--tw-shadow-color: rgb(30 27 75 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/100:hover{--tw-shadow-color: rgb(30 27 75 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/15:hover{--tw-shadow-color: rgb(30 27 75 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/20:hover{--tw-shadow-color: rgb(30 27 75 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/25:hover{--tw-shadow-color: rgb(30 27 75 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/30:hover{--tw-shadow-color: rgb(30 27 75 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/35:hover{--tw-shadow-color: rgb(30 27 75 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/40:hover{--tw-shadow-color: rgb(30 27 75 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/45:hover{--tw-shadow-color: rgb(30 27 75 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/5:hover{--tw-shadow-color: rgb(30 27 75 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/50:hover{--tw-shadow-color: rgb(30 27 75 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/55:hover{--tw-shadow-color: rgb(30 27 75 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/60:hover{--tw-shadow-color: rgb(30 27 75 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/65:hover{--tw-shadow-color: rgb(30 27 75 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/70:hover{--tw-shadow-color: rgb(30 27 75 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/75:hover{--tw-shadow-color: rgb(30 27 75 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/80:hover{--tw-shadow-color: rgb(30 27 75 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/85:hover{--tw-shadow-color: rgb(30 27 75 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/90:hover{--tw-shadow-color: rgb(30 27 75 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-950\/95:hover{--tw-shadow-color: rgb(30 27 75 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-inherit:hover{--tw-shadow-color: inherit;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-input:hover{--tw-shadow-color: var(--input);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100:hover{--tw-shadow-color: #ecfccb;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/0:hover{--tw-shadow-color: rgb(236 252 203 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/10:hover{--tw-shadow-color: rgb(236 252 203 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/100:hover{--tw-shadow-color: rgb(236 252 203 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/15:hover{--tw-shadow-color: rgb(236 252 203 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/20:hover{--tw-shadow-color: rgb(236 252 203 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/25:hover{--tw-shadow-color: rgb(236 252 203 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/30:hover{--tw-shadow-color: rgb(236 252 203 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/35:hover{--tw-shadow-color: rgb(236 252 203 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/40:hover{--tw-shadow-color: rgb(236 252 203 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/45:hover{--tw-shadow-color: rgb(236 252 203 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/5:hover{--tw-shadow-color: rgb(236 252 203 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/50:hover{--tw-shadow-color: rgb(236 252 203 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/55:hover{--tw-shadow-color: rgb(236 252 203 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/60:hover{--tw-shadow-color: rgb(236 252 203 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/65:hover{--tw-shadow-color: rgb(236 252 203 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/70:hover{--tw-shadow-color: rgb(236 252 203 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/75:hover{--tw-shadow-color: rgb(236 252 203 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/80:hover{--tw-shadow-color: rgb(236 252 203 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/85:hover{--tw-shadow-color: rgb(236 252 203 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/90:hover{--tw-shadow-color: rgb(236 252 203 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-100\/95:hover{--tw-shadow-color: rgb(236 252 203 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200:hover{--tw-shadow-color: #d9f99d;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/0:hover{--tw-shadow-color: rgb(217 249 157 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/10:hover{--tw-shadow-color: rgb(217 249 157 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/100:hover{--tw-shadow-color: rgb(217 249 157 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/15:hover{--tw-shadow-color: rgb(217 249 157 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/20:hover{--tw-shadow-color: rgb(217 249 157 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/25:hover{--tw-shadow-color: rgb(217 249 157 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/30:hover{--tw-shadow-color: rgb(217 249 157 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/35:hover{--tw-shadow-color: rgb(217 249 157 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/40:hover{--tw-shadow-color: rgb(217 249 157 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/45:hover{--tw-shadow-color: rgb(217 249 157 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/5:hover{--tw-shadow-color: rgb(217 249 157 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/50:hover{--tw-shadow-color: rgb(217 249 157 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/55:hover{--tw-shadow-color: rgb(217 249 157 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/60:hover{--tw-shadow-color: rgb(217 249 157 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/65:hover{--tw-shadow-color: rgb(217 249 157 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/70:hover{--tw-shadow-color: rgb(217 249 157 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/75:hover{--tw-shadow-color: rgb(217 249 157 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/80:hover{--tw-shadow-color: rgb(217 249 157 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/85:hover{--tw-shadow-color: rgb(217 249 157 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/90:hover{--tw-shadow-color: rgb(217 249 157 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-200\/95:hover{--tw-shadow-color: rgb(217 249 157 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300:hover{--tw-shadow-color: #bef264;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/0:hover{--tw-shadow-color: rgb(190 242 100 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/10:hover{--tw-shadow-color: rgb(190 242 100 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/100:hover{--tw-shadow-color: rgb(190 242 100 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/15:hover{--tw-shadow-color: rgb(190 242 100 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/20:hover{--tw-shadow-color: rgb(190 242 100 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/25:hover{--tw-shadow-color: rgb(190 242 100 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/30:hover{--tw-shadow-color: rgb(190 242 100 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/35:hover{--tw-shadow-color: rgb(190 242 100 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/40:hover{--tw-shadow-color: rgb(190 242 100 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/45:hover{--tw-shadow-color: rgb(190 242 100 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/5:hover{--tw-shadow-color: rgb(190 242 100 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/50:hover{--tw-shadow-color: rgb(190 242 100 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/55:hover{--tw-shadow-color: rgb(190 242 100 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/60:hover{--tw-shadow-color: rgb(190 242 100 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/65:hover{--tw-shadow-color: rgb(190 242 100 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/70:hover{--tw-shadow-color: rgb(190 242 100 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/75:hover{--tw-shadow-color: rgb(190 242 100 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/80:hover{--tw-shadow-color: rgb(190 242 100 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/85:hover{--tw-shadow-color: rgb(190 242 100 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/90:hover{--tw-shadow-color: rgb(190 242 100 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-300\/95:hover{--tw-shadow-color: rgb(190 242 100 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400:hover{--tw-shadow-color: #a3e635;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/0:hover{--tw-shadow-color: rgb(163 230 53 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/10:hover{--tw-shadow-color: rgb(163 230 53 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/100:hover{--tw-shadow-color: rgb(163 230 53 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/15:hover{--tw-shadow-color: rgb(163 230 53 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/20:hover{--tw-shadow-color: rgb(163 230 53 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/25:hover{--tw-shadow-color: rgb(163 230 53 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/30:hover{--tw-shadow-color: rgb(163 230 53 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/35:hover{--tw-shadow-color: rgb(163 230 53 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/40:hover{--tw-shadow-color: rgb(163 230 53 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/45:hover{--tw-shadow-color: rgb(163 230 53 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/5:hover{--tw-shadow-color: rgb(163 230 53 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/50:hover{--tw-shadow-color: rgb(163 230 53 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/55:hover{--tw-shadow-color: rgb(163 230 53 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/60:hover{--tw-shadow-color: rgb(163 230 53 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/65:hover{--tw-shadow-color: rgb(163 230 53 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/70:hover{--tw-shadow-color: rgb(163 230 53 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/75:hover{--tw-shadow-color: rgb(163 230 53 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/80:hover{--tw-shadow-color: rgb(163 230 53 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/85:hover{--tw-shadow-color: rgb(163 230 53 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/90:hover{--tw-shadow-color: rgb(163 230 53 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-400\/95:hover{--tw-shadow-color: rgb(163 230 53 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50:hover{--tw-shadow-color: #f7fee7;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/0:hover{--tw-shadow-color: rgb(247 254 231 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/10:hover{--tw-shadow-color: rgb(247 254 231 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/100:hover{--tw-shadow-color: rgb(247 254 231 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/15:hover{--tw-shadow-color: rgb(247 254 231 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/20:hover{--tw-shadow-color: rgb(247 254 231 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/25:hover{--tw-shadow-color: rgb(247 254 231 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/30:hover{--tw-shadow-color: rgb(247 254 231 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/35:hover{--tw-shadow-color: rgb(247 254 231 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/40:hover{--tw-shadow-color: rgb(247 254 231 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/45:hover{--tw-shadow-color: rgb(247 254 231 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/5:hover{--tw-shadow-color: rgb(247 254 231 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/50:hover{--tw-shadow-color: rgb(247 254 231 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/55:hover{--tw-shadow-color: rgb(247 254 231 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/60:hover{--tw-shadow-color: rgb(247 254 231 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/65:hover{--tw-shadow-color: rgb(247 254 231 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/70:hover{--tw-shadow-color: rgb(247 254 231 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/75:hover{--tw-shadow-color: rgb(247 254 231 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/80:hover{--tw-shadow-color: rgb(247 254 231 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/85:hover{--tw-shadow-color: rgb(247 254 231 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/90:hover{--tw-shadow-color: rgb(247 254 231 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-50\/95:hover{--tw-shadow-color: rgb(247 254 231 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500:hover{--tw-shadow-color: #84cc16;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/0:hover{--tw-shadow-color: rgb(132 204 22 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/10:hover{--tw-shadow-color: rgb(132 204 22 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/100:hover{--tw-shadow-color: rgb(132 204 22 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/15:hover{--tw-shadow-color: rgb(132 204 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/20:hover{--tw-shadow-color: rgb(132 204 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/25:hover{--tw-shadow-color: rgb(132 204 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/30:hover{--tw-shadow-color: rgb(132 204 22 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/35:hover{--tw-shadow-color: rgb(132 204 22 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/40:hover{--tw-shadow-color: rgb(132 204 22 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/45:hover{--tw-shadow-color: rgb(132 204 22 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/5:hover{--tw-shadow-color: rgb(132 204 22 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/50:hover{--tw-shadow-color: rgb(132 204 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/55:hover{--tw-shadow-color: rgb(132 204 22 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/60:hover{--tw-shadow-color: rgb(132 204 22 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/65:hover{--tw-shadow-color: rgb(132 204 22 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/70:hover{--tw-shadow-color: rgb(132 204 22 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/75:hover{--tw-shadow-color: rgb(132 204 22 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/80:hover{--tw-shadow-color: rgb(132 204 22 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/85:hover{--tw-shadow-color: rgb(132 204 22 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/90:hover{--tw-shadow-color: rgb(132 204 22 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/95:hover{--tw-shadow-color: rgb(132 204 22 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600:hover{--tw-shadow-color: #65a30d;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/0:hover{--tw-shadow-color: rgb(101 163 13 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/10:hover{--tw-shadow-color: rgb(101 163 13 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/100:hover{--tw-shadow-color: rgb(101 163 13 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/15:hover{--tw-shadow-color: rgb(101 163 13 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/20:hover{--tw-shadow-color: rgb(101 163 13 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/25:hover{--tw-shadow-color: rgb(101 163 13 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/30:hover{--tw-shadow-color: rgb(101 163 13 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/35:hover{--tw-shadow-color: rgb(101 163 13 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/40:hover{--tw-shadow-color: rgb(101 163 13 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/45:hover{--tw-shadow-color: rgb(101 163 13 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/5:hover{--tw-shadow-color: rgb(101 163 13 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/50:hover{--tw-shadow-color: rgb(101 163 13 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/55:hover{--tw-shadow-color: rgb(101 163 13 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/60:hover{--tw-shadow-color: rgb(101 163 13 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/65:hover{--tw-shadow-color: rgb(101 163 13 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/70:hover{--tw-shadow-color: rgb(101 163 13 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/75:hover{--tw-shadow-color: rgb(101 163 13 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/80:hover{--tw-shadow-color: rgb(101 163 13 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/85:hover{--tw-shadow-color: rgb(101 163 13 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/90:hover{--tw-shadow-color: rgb(101 163 13 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-600\/95:hover{--tw-shadow-color: rgb(101 163 13 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700:hover{--tw-shadow-color: #4d7c0f;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/0:hover{--tw-shadow-color: rgb(77 124 15 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/10:hover{--tw-shadow-color: rgb(77 124 15 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/100:hover{--tw-shadow-color: rgb(77 124 15 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/15:hover{--tw-shadow-color: rgb(77 124 15 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/20:hover{--tw-shadow-color: rgb(77 124 15 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/25:hover{--tw-shadow-color: rgb(77 124 15 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/30:hover{--tw-shadow-color: rgb(77 124 15 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/35:hover{--tw-shadow-color: rgb(77 124 15 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/40:hover{--tw-shadow-color: rgb(77 124 15 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/45:hover{--tw-shadow-color: rgb(77 124 15 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/5:hover{--tw-shadow-color: rgb(77 124 15 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/50:hover{--tw-shadow-color: rgb(77 124 15 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/55:hover{--tw-shadow-color: rgb(77 124 15 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/60:hover{--tw-shadow-color: rgb(77 124 15 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/65:hover{--tw-shadow-color: rgb(77 124 15 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/70:hover{--tw-shadow-color: rgb(77 124 15 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/75:hover{--tw-shadow-color: rgb(77 124 15 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/80:hover{--tw-shadow-color: rgb(77 124 15 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/85:hover{--tw-shadow-color: rgb(77 124 15 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/90:hover{--tw-shadow-color: rgb(77 124 15 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-700\/95:hover{--tw-shadow-color: rgb(77 124 15 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800:hover{--tw-shadow-color: #3f6212;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/0:hover{--tw-shadow-color: rgb(63 98 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/10:hover{--tw-shadow-color: rgb(63 98 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/100:hover{--tw-shadow-color: rgb(63 98 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/15:hover{--tw-shadow-color: rgb(63 98 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/20:hover{--tw-shadow-color: rgb(63 98 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/25:hover{--tw-shadow-color: rgb(63 98 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/30:hover{--tw-shadow-color: rgb(63 98 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/35:hover{--tw-shadow-color: rgb(63 98 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/40:hover{--tw-shadow-color: rgb(63 98 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/45:hover{--tw-shadow-color: rgb(63 98 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/5:hover{--tw-shadow-color: rgb(63 98 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/50:hover{--tw-shadow-color: rgb(63 98 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/55:hover{--tw-shadow-color: rgb(63 98 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/60:hover{--tw-shadow-color: rgb(63 98 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/65:hover{--tw-shadow-color: rgb(63 98 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/70:hover{--tw-shadow-color: rgb(63 98 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/75:hover{--tw-shadow-color: rgb(63 98 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/80:hover{--tw-shadow-color: rgb(63 98 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/85:hover{--tw-shadow-color: rgb(63 98 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/90:hover{--tw-shadow-color: rgb(63 98 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-800\/95:hover{--tw-shadow-color: rgb(63 98 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900:hover{--tw-shadow-color: #365314;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/0:hover{--tw-shadow-color: rgb(54 83 20 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/10:hover{--tw-shadow-color: rgb(54 83 20 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/100:hover{--tw-shadow-color: rgb(54 83 20 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/15:hover{--tw-shadow-color: rgb(54 83 20 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/20:hover{--tw-shadow-color: rgb(54 83 20 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/25:hover{--tw-shadow-color: rgb(54 83 20 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/30:hover{--tw-shadow-color: rgb(54 83 20 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/35:hover{--tw-shadow-color: rgb(54 83 20 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/40:hover{--tw-shadow-color: rgb(54 83 20 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/45:hover{--tw-shadow-color: rgb(54 83 20 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/5:hover{--tw-shadow-color: rgb(54 83 20 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/50:hover{--tw-shadow-color: rgb(54 83 20 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/55:hover{--tw-shadow-color: rgb(54 83 20 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/60:hover{--tw-shadow-color: rgb(54 83 20 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/65:hover{--tw-shadow-color: rgb(54 83 20 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/70:hover{--tw-shadow-color: rgb(54 83 20 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/75:hover{--tw-shadow-color: rgb(54 83 20 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/80:hover{--tw-shadow-color: rgb(54 83 20 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/85:hover{--tw-shadow-color: rgb(54 83 20 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/90:hover{--tw-shadow-color: rgb(54 83 20 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-900\/95:hover{--tw-shadow-color: rgb(54 83 20 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950:hover{--tw-shadow-color: #1a2e05;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/0:hover{--tw-shadow-color: rgb(26 46 5 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/10:hover{--tw-shadow-color: rgb(26 46 5 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/100:hover{--tw-shadow-color: rgb(26 46 5 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/15:hover{--tw-shadow-color: rgb(26 46 5 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/20:hover{--tw-shadow-color: rgb(26 46 5 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/25:hover{--tw-shadow-color: rgb(26 46 5 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/30:hover{--tw-shadow-color: rgb(26 46 5 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/35:hover{--tw-shadow-color: rgb(26 46 5 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/40:hover{--tw-shadow-color: rgb(26 46 5 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/45:hover{--tw-shadow-color: rgb(26 46 5 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/5:hover{--tw-shadow-color: rgb(26 46 5 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/50:hover{--tw-shadow-color: rgb(26 46 5 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/55:hover{--tw-shadow-color: rgb(26 46 5 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/60:hover{--tw-shadow-color: rgb(26 46 5 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/65:hover{--tw-shadow-color: rgb(26 46 5 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/70:hover{--tw-shadow-color: rgb(26 46 5 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/75:hover{--tw-shadow-color: rgb(26 46 5 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/80:hover{--tw-shadow-color: rgb(26 46 5 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/85:hover{--tw-shadow-color: rgb(26 46 5 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/90:hover{--tw-shadow-color: rgb(26 46 5 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-950\/95:hover{--tw-shadow-color: rgb(26 46 5 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-muted:hover{--tw-shadow-color: var(--muted);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-muted-foreground:hover{--tw-shadow-color: var(--muted-foreground);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100:hover{--tw-shadow-color: #f5f5f5;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/0:hover{--tw-shadow-color: rgb(245 245 245 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/10:hover{--tw-shadow-color: rgb(245 245 245 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/100:hover{--tw-shadow-color: rgb(245 245 245 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/15:hover{--tw-shadow-color: rgb(245 245 245 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/20:hover{--tw-shadow-color: rgb(245 245 245 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/25:hover{--tw-shadow-color: rgb(245 245 245 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/30:hover{--tw-shadow-color: rgb(245 245 245 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/35:hover{--tw-shadow-color: rgb(245 245 245 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/40:hover{--tw-shadow-color: rgb(245 245 245 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/45:hover{--tw-shadow-color: rgb(245 245 245 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/5:hover{--tw-shadow-color: rgb(245 245 245 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/50:hover{--tw-shadow-color: rgb(245 245 245 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/55:hover{--tw-shadow-color: rgb(245 245 245 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/60:hover{--tw-shadow-color: rgb(245 245 245 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/65:hover{--tw-shadow-color: rgb(245 245 245 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/70:hover{--tw-shadow-color: rgb(245 245 245 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/75:hover{--tw-shadow-color: rgb(245 245 245 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/80:hover{--tw-shadow-color: rgb(245 245 245 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/85:hover{--tw-shadow-color: rgb(245 245 245 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/90:hover{--tw-shadow-color: rgb(245 245 245 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-100\/95:hover{--tw-shadow-color: rgb(245 245 245 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200:hover{--tw-shadow-color: #e5e5e5;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/0:hover{--tw-shadow-color: rgb(229 229 229 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/10:hover{--tw-shadow-color: rgb(229 229 229 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/100:hover{--tw-shadow-color: rgb(229 229 229 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/15:hover{--tw-shadow-color: rgb(229 229 229 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/20:hover{--tw-shadow-color: rgb(229 229 229 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/25:hover{--tw-shadow-color: rgb(229 229 229 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/30:hover{--tw-shadow-color: rgb(229 229 229 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/35:hover{--tw-shadow-color: rgb(229 229 229 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/40:hover{--tw-shadow-color: rgb(229 229 229 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/45:hover{--tw-shadow-color: rgb(229 229 229 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/5:hover{--tw-shadow-color: rgb(229 229 229 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/50:hover{--tw-shadow-color: rgb(229 229 229 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/55:hover{--tw-shadow-color: rgb(229 229 229 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/60:hover{--tw-shadow-color: rgb(229 229 229 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/65:hover{--tw-shadow-color: rgb(229 229 229 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/70:hover{--tw-shadow-color: rgb(229 229 229 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/75:hover{--tw-shadow-color: rgb(229 229 229 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/80:hover{--tw-shadow-color: rgb(229 229 229 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/85:hover{--tw-shadow-color: rgb(229 229 229 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/90:hover{--tw-shadow-color: rgb(229 229 229 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-200\/95:hover{--tw-shadow-color: rgb(229 229 229 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300:hover{--tw-shadow-color: #d4d4d4;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/0:hover{--tw-shadow-color: rgb(212 212 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/10:hover{--tw-shadow-color: rgb(212 212 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/100:hover{--tw-shadow-color: rgb(212 212 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/15:hover{--tw-shadow-color: rgb(212 212 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/20:hover{--tw-shadow-color: rgb(212 212 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/25:hover{--tw-shadow-color: rgb(212 212 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/30:hover{--tw-shadow-color: rgb(212 212 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/35:hover{--tw-shadow-color: rgb(212 212 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/40:hover{--tw-shadow-color: rgb(212 212 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/45:hover{--tw-shadow-color: rgb(212 212 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/5:hover{--tw-shadow-color: rgb(212 212 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/50:hover{--tw-shadow-color: rgb(212 212 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/55:hover{--tw-shadow-color: rgb(212 212 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/60:hover{--tw-shadow-color: rgb(212 212 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/65:hover{--tw-shadow-color: rgb(212 212 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/70:hover{--tw-shadow-color: rgb(212 212 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/75:hover{--tw-shadow-color: rgb(212 212 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/80:hover{--tw-shadow-color: rgb(212 212 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/85:hover{--tw-shadow-color: rgb(212 212 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/90:hover{--tw-shadow-color: rgb(212 212 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-300\/95:hover{--tw-shadow-color: rgb(212 212 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400:hover{--tw-shadow-color: #a3a3a3;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/0:hover{--tw-shadow-color: rgb(163 163 163 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/10:hover{--tw-shadow-color: rgb(163 163 163 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/100:hover{--tw-shadow-color: rgb(163 163 163 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/15:hover{--tw-shadow-color: rgb(163 163 163 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/20:hover{--tw-shadow-color: rgb(163 163 163 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/25:hover{--tw-shadow-color: rgb(163 163 163 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/30:hover{--tw-shadow-color: rgb(163 163 163 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/35:hover{--tw-shadow-color: rgb(163 163 163 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/40:hover{--tw-shadow-color: rgb(163 163 163 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/45:hover{--tw-shadow-color: rgb(163 163 163 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/5:hover{--tw-shadow-color: rgb(163 163 163 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/50:hover{--tw-shadow-color: rgb(163 163 163 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/55:hover{--tw-shadow-color: rgb(163 163 163 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/60:hover{--tw-shadow-color: rgb(163 163 163 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/65:hover{--tw-shadow-color: rgb(163 163 163 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/70:hover{--tw-shadow-color: rgb(163 163 163 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/75:hover{--tw-shadow-color: rgb(163 163 163 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/80:hover{--tw-shadow-color: rgb(163 163 163 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/85:hover{--tw-shadow-color: rgb(163 163 163 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/90:hover{--tw-shadow-color: rgb(163 163 163 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-400\/95:hover{--tw-shadow-color: rgb(163 163 163 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50:hover{--tw-shadow-color: #fafafa;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/0:hover{--tw-shadow-color: rgb(250 250 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/10:hover{--tw-shadow-color: rgb(250 250 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/100:hover{--tw-shadow-color: rgb(250 250 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/15:hover{--tw-shadow-color: rgb(250 250 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/20:hover{--tw-shadow-color: rgb(250 250 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/25:hover{--tw-shadow-color: rgb(250 250 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/30:hover{--tw-shadow-color: rgb(250 250 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/35:hover{--tw-shadow-color: rgb(250 250 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/40:hover{--tw-shadow-color: rgb(250 250 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/45:hover{--tw-shadow-color: rgb(250 250 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/5:hover{--tw-shadow-color: rgb(250 250 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/50:hover{--tw-shadow-color: rgb(250 250 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/55:hover{--tw-shadow-color: rgb(250 250 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/60:hover{--tw-shadow-color: rgb(250 250 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/65:hover{--tw-shadow-color: rgb(250 250 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/70:hover{--tw-shadow-color: rgb(250 250 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/75:hover{--tw-shadow-color: rgb(250 250 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/80:hover{--tw-shadow-color: rgb(250 250 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/85:hover{--tw-shadow-color: rgb(250 250 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/90:hover{--tw-shadow-color: rgb(250 250 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-50\/95:hover{--tw-shadow-color: rgb(250 250 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500:hover{--tw-shadow-color: #737373;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/0:hover{--tw-shadow-color: rgb(115 115 115 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/10:hover{--tw-shadow-color: rgb(115 115 115 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/100:hover{--tw-shadow-color: rgb(115 115 115 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/15:hover{--tw-shadow-color: rgb(115 115 115 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/20:hover{--tw-shadow-color: rgb(115 115 115 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/25:hover{--tw-shadow-color: rgb(115 115 115 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/30:hover{--tw-shadow-color: rgb(115 115 115 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/35:hover{--tw-shadow-color: rgb(115 115 115 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/40:hover{--tw-shadow-color: rgb(115 115 115 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/45:hover{--tw-shadow-color: rgb(115 115 115 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/5:hover{--tw-shadow-color: rgb(115 115 115 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/50:hover{--tw-shadow-color: rgb(115 115 115 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/55:hover{--tw-shadow-color: rgb(115 115 115 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/60:hover{--tw-shadow-color: rgb(115 115 115 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/65:hover{--tw-shadow-color: rgb(115 115 115 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/70:hover{--tw-shadow-color: rgb(115 115 115 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/75:hover{--tw-shadow-color: rgb(115 115 115 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/80:hover{--tw-shadow-color: rgb(115 115 115 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/85:hover{--tw-shadow-color: rgb(115 115 115 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/90:hover{--tw-shadow-color: rgb(115 115 115 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-500\/95:hover{--tw-shadow-color: rgb(115 115 115 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600:hover{--tw-shadow-color: #525252;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/0:hover{--tw-shadow-color: rgb(82 82 82 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/10:hover{--tw-shadow-color: rgb(82 82 82 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/100:hover{--tw-shadow-color: rgb(82 82 82 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/15:hover{--tw-shadow-color: rgb(82 82 82 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/20:hover{--tw-shadow-color: rgb(82 82 82 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/25:hover{--tw-shadow-color: rgb(82 82 82 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/30:hover{--tw-shadow-color: rgb(82 82 82 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/35:hover{--tw-shadow-color: rgb(82 82 82 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/40:hover{--tw-shadow-color: rgb(82 82 82 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/45:hover{--tw-shadow-color: rgb(82 82 82 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/5:hover{--tw-shadow-color: rgb(82 82 82 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/50:hover{--tw-shadow-color: rgb(82 82 82 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/55:hover{--tw-shadow-color: rgb(82 82 82 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/60:hover{--tw-shadow-color: rgb(82 82 82 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/65:hover{--tw-shadow-color: rgb(82 82 82 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/70:hover{--tw-shadow-color: rgb(82 82 82 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/75:hover{--tw-shadow-color: rgb(82 82 82 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/80:hover{--tw-shadow-color: rgb(82 82 82 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/85:hover{--tw-shadow-color: rgb(82 82 82 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/90:hover{--tw-shadow-color: rgb(82 82 82 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-600\/95:hover{--tw-shadow-color: rgb(82 82 82 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700:hover{--tw-shadow-color: #404040;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/0:hover{--tw-shadow-color: rgb(64 64 64 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/10:hover{--tw-shadow-color: rgb(64 64 64 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/100:hover{--tw-shadow-color: rgb(64 64 64 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/15:hover{--tw-shadow-color: rgb(64 64 64 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/20:hover{--tw-shadow-color: rgb(64 64 64 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/25:hover{--tw-shadow-color: rgb(64 64 64 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/30:hover{--tw-shadow-color: rgb(64 64 64 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/35:hover{--tw-shadow-color: rgb(64 64 64 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/40:hover{--tw-shadow-color: rgb(64 64 64 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/45:hover{--tw-shadow-color: rgb(64 64 64 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/5:hover{--tw-shadow-color: rgb(64 64 64 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/50:hover{--tw-shadow-color: rgb(64 64 64 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/55:hover{--tw-shadow-color: rgb(64 64 64 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/60:hover{--tw-shadow-color: rgb(64 64 64 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/65:hover{--tw-shadow-color: rgb(64 64 64 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/70:hover{--tw-shadow-color: rgb(64 64 64 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/75:hover{--tw-shadow-color: rgb(64 64 64 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/80:hover{--tw-shadow-color: rgb(64 64 64 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/85:hover{--tw-shadow-color: rgb(64 64 64 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/90:hover{--tw-shadow-color: rgb(64 64 64 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-700\/95:hover{--tw-shadow-color: rgb(64 64 64 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800:hover{--tw-shadow-color: #262626;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/0:hover{--tw-shadow-color: rgb(38 38 38 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/10:hover{--tw-shadow-color: rgb(38 38 38 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/100:hover{--tw-shadow-color: rgb(38 38 38 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/15:hover{--tw-shadow-color: rgb(38 38 38 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/20:hover{--tw-shadow-color: rgb(38 38 38 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/25:hover{--tw-shadow-color: rgb(38 38 38 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/30:hover{--tw-shadow-color: rgb(38 38 38 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/35:hover{--tw-shadow-color: rgb(38 38 38 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/40:hover{--tw-shadow-color: rgb(38 38 38 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/45:hover{--tw-shadow-color: rgb(38 38 38 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/5:hover{--tw-shadow-color: rgb(38 38 38 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/50:hover{--tw-shadow-color: rgb(38 38 38 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/55:hover{--tw-shadow-color: rgb(38 38 38 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/60:hover{--tw-shadow-color: rgb(38 38 38 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/65:hover{--tw-shadow-color: rgb(38 38 38 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/70:hover{--tw-shadow-color: rgb(38 38 38 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/75:hover{--tw-shadow-color: rgb(38 38 38 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/80:hover{--tw-shadow-color: rgb(38 38 38 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/85:hover{--tw-shadow-color: rgb(38 38 38 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/90:hover{--tw-shadow-color: rgb(38 38 38 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-800\/95:hover{--tw-shadow-color: rgb(38 38 38 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900:hover{--tw-shadow-color: #171717;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/0:hover{--tw-shadow-color: rgb(23 23 23 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/10:hover{--tw-shadow-color: rgb(23 23 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/100:hover{--tw-shadow-color: rgb(23 23 23 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/15:hover{--tw-shadow-color: rgb(23 23 23 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/20:hover{--tw-shadow-color: rgb(23 23 23 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/25:hover{--tw-shadow-color: rgb(23 23 23 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/30:hover{--tw-shadow-color: rgb(23 23 23 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/35:hover{--tw-shadow-color: rgb(23 23 23 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/40:hover{--tw-shadow-color: rgb(23 23 23 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/45:hover{--tw-shadow-color: rgb(23 23 23 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/5:hover{--tw-shadow-color: rgb(23 23 23 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/50:hover{--tw-shadow-color: rgb(23 23 23 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/55:hover{--tw-shadow-color: rgb(23 23 23 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/60:hover{--tw-shadow-color: rgb(23 23 23 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/65:hover{--tw-shadow-color: rgb(23 23 23 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/70:hover{--tw-shadow-color: rgb(23 23 23 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/75:hover{--tw-shadow-color: rgb(23 23 23 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/80:hover{--tw-shadow-color: rgb(23 23 23 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/85:hover{--tw-shadow-color: rgb(23 23 23 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/90:hover{--tw-shadow-color: rgb(23 23 23 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-900\/95:hover{--tw-shadow-color: rgb(23 23 23 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950:hover{--tw-shadow-color: #0a0a0a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/0:hover{--tw-shadow-color: rgb(10 10 10 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/10:hover{--tw-shadow-color: rgb(10 10 10 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/100:hover{--tw-shadow-color: rgb(10 10 10 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/15:hover{--tw-shadow-color: rgb(10 10 10 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/20:hover{--tw-shadow-color: rgb(10 10 10 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/25:hover{--tw-shadow-color: rgb(10 10 10 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/30:hover{--tw-shadow-color: rgb(10 10 10 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/35:hover{--tw-shadow-color: rgb(10 10 10 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/40:hover{--tw-shadow-color: rgb(10 10 10 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/45:hover{--tw-shadow-color: rgb(10 10 10 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/5:hover{--tw-shadow-color: rgb(10 10 10 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/50:hover{--tw-shadow-color: rgb(10 10 10 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/55:hover{--tw-shadow-color: rgb(10 10 10 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/60:hover{--tw-shadow-color: rgb(10 10 10 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/65:hover{--tw-shadow-color: rgb(10 10 10 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/70:hover{--tw-shadow-color: rgb(10 10 10 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/75:hover{--tw-shadow-color: rgb(10 10 10 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/80:hover{--tw-shadow-color: rgb(10 10 10 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/85:hover{--tw-shadow-color: rgb(10 10 10 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/90:hover{--tw-shadow-color: rgb(10 10 10 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-neutral-950\/95:hover{--tw-shadow-color: rgb(10 10 10 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100:hover{--tw-shadow-color: #ffedd5;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/0:hover{--tw-shadow-color: rgb(255 237 213 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/10:hover{--tw-shadow-color: rgb(255 237 213 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/100:hover{--tw-shadow-color: rgb(255 237 213 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/15:hover{--tw-shadow-color: rgb(255 237 213 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/20:hover{--tw-shadow-color: rgb(255 237 213 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/25:hover{--tw-shadow-color: rgb(255 237 213 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/30:hover{--tw-shadow-color: rgb(255 237 213 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/35:hover{--tw-shadow-color: rgb(255 237 213 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/40:hover{--tw-shadow-color: rgb(255 237 213 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/45:hover{--tw-shadow-color: rgb(255 237 213 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/5:hover{--tw-shadow-color: rgb(255 237 213 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/50:hover{--tw-shadow-color: rgb(255 237 213 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/55:hover{--tw-shadow-color: rgb(255 237 213 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/60:hover{--tw-shadow-color: rgb(255 237 213 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/65:hover{--tw-shadow-color: rgb(255 237 213 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/70:hover{--tw-shadow-color: rgb(255 237 213 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/75:hover{--tw-shadow-color: rgb(255 237 213 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/80:hover{--tw-shadow-color: rgb(255 237 213 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/85:hover{--tw-shadow-color: rgb(255 237 213 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/90:hover{--tw-shadow-color: rgb(255 237 213 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-100\/95:hover{--tw-shadow-color: rgb(255 237 213 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200:hover{--tw-shadow-color: #fed7aa;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/0:hover{--tw-shadow-color: rgb(254 215 170 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/10:hover{--tw-shadow-color: rgb(254 215 170 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/100:hover{--tw-shadow-color: rgb(254 215 170 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/15:hover{--tw-shadow-color: rgb(254 215 170 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/20:hover{--tw-shadow-color: rgb(254 215 170 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/25:hover{--tw-shadow-color: rgb(254 215 170 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/30:hover{--tw-shadow-color: rgb(254 215 170 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/35:hover{--tw-shadow-color: rgb(254 215 170 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/40:hover{--tw-shadow-color: rgb(254 215 170 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/45:hover{--tw-shadow-color: rgb(254 215 170 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/5:hover{--tw-shadow-color: rgb(254 215 170 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/50:hover{--tw-shadow-color: rgb(254 215 170 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/55:hover{--tw-shadow-color: rgb(254 215 170 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/60:hover{--tw-shadow-color: rgb(254 215 170 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/65:hover{--tw-shadow-color: rgb(254 215 170 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/70:hover{--tw-shadow-color: rgb(254 215 170 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/75:hover{--tw-shadow-color: rgb(254 215 170 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/80:hover{--tw-shadow-color: rgb(254 215 170 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/85:hover{--tw-shadow-color: rgb(254 215 170 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/90:hover{--tw-shadow-color: rgb(254 215 170 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/95:hover{--tw-shadow-color: rgb(254 215 170 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300:hover{--tw-shadow-color: #fdba74;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/0:hover{--tw-shadow-color: rgb(253 186 116 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/10:hover{--tw-shadow-color: rgb(253 186 116 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/100:hover{--tw-shadow-color: rgb(253 186 116 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/15:hover{--tw-shadow-color: rgb(253 186 116 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/20:hover{--tw-shadow-color: rgb(253 186 116 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/25:hover{--tw-shadow-color: rgb(253 186 116 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/30:hover{--tw-shadow-color: rgb(253 186 116 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/35:hover{--tw-shadow-color: rgb(253 186 116 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/40:hover{--tw-shadow-color: rgb(253 186 116 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/45:hover{--tw-shadow-color: rgb(253 186 116 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/5:hover{--tw-shadow-color: rgb(253 186 116 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/50:hover{--tw-shadow-color: rgb(253 186 116 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/55:hover{--tw-shadow-color: rgb(253 186 116 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/60:hover{--tw-shadow-color: rgb(253 186 116 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/65:hover{--tw-shadow-color: rgb(253 186 116 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/70:hover{--tw-shadow-color: rgb(253 186 116 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/75:hover{--tw-shadow-color: rgb(253 186 116 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/80:hover{--tw-shadow-color: rgb(253 186 116 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/85:hover{--tw-shadow-color: rgb(253 186 116 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/90:hover{--tw-shadow-color: rgb(253 186 116 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-300\/95:hover{--tw-shadow-color: rgb(253 186 116 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400:hover{--tw-shadow-color: #fb923c;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/0:hover{--tw-shadow-color: rgb(251 146 60 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/10:hover{--tw-shadow-color: rgb(251 146 60 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/100:hover{--tw-shadow-color: rgb(251 146 60 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/15:hover{--tw-shadow-color: rgb(251 146 60 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/20:hover{--tw-shadow-color: rgb(251 146 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/25:hover{--tw-shadow-color: rgb(251 146 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/30:hover{--tw-shadow-color: rgb(251 146 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/35:hover{--tw-shadow-color: rgb(251 146 60 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/40:hover{--tw-shadow-color: rgb(251 146 60 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/45:hover{--tw-shadow-color: rgb(251 146 60 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/5:hover{--tw-shadow-color: rgb(251 146 60 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/50:hover{--tw-shadow-color: rgb(251 146 60 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/55:hover{--tw-shadow-color: rgb(251 146 60 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/60:hover{--tw-shadow-color: rgb(251 146 60 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/65:hover{--tw-shadow-color: rgb(251 146 60 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/70:hover{--tw-shadow-color: rgb(251 146 60 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/75:hover{--tw-shadow-color: rgb(251 146 60 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/80:hover{--tw-shadow-color: rgb(251 146 60 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/85:hover{--tw-shadow-color: rgb(251 146 60 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/90:hover{--tw-shadow-color: rgb(251 146 60 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-400\/95:hover{--tw-shadow-color: rgb(251 146 60 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50:hover{--tw-shadow-color: #fff7ed;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/0:hover{--tw-shadow-color: rgb(255 247 237 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/10:hover{--tw-shadow-color: rgb(255 247 237 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/100:hover{--tw-shadow-color: rgb(255 247 237 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/15:hover{--tw-shadow-color: rgb(255 247 237 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/20:hover{--tw-shadow-color: rgb(255 247 237 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/25:hover{--tw-shadow-color: rgb(255 247 237 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/30:hover{--tw-shadow-color: rgb(255 247 237 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/35:hover{--tw-shadow-color: rgb(255 247 237 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/40:hover{--tw-shadow-color: rgb(255 247 237 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/45:hover{--tw-shadow-color: rgb(255 247 237 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/5:hover{--tw-shadow-color: rgb(255 247 237 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/50:hover{--tw-shadow-color: rgb(255 247 237 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/55:hover{--tw-shadow-color: rgb(255 247 237 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/60:hover{--tw-shadow-color: rgb(255 247 237 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/65:hover{--tw-shadow-color: rgb(255 247 237 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/70:hover{--tw-shadow-color: rgb(255 247 237 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/75:hover{--tw-shadow-color: rgb(255 247 237 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/80:hover{--tw-shadow-color: rgb(255 247 237 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/85:hover{--tw-shadow-color: rgb(255 247 237 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/90:hover{--tw-shadow-color: rgb(255 247 237 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-50\/95:hover{--tw-shadow-color: rgb(255 247 237 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500:hover{--tw-shadow-color: #f97316;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/0:hover{--tw-shadow-color: rgb(249 115 22 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/10:hover{--tw-shadow-color: rgb(249 115 22 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/100:hover{--tw-shadow-color: rgb(249 115 22 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/15:hover{--tw-shadow-color: rgb(249 115 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/20:hover{--tw-shadow-color: rgb(249 115 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/25:hover{--tw-shadow-color: rgb(249 115 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/30:hover{--tw-shadow-color: rgb(249 115 22 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/35:hover{--tw-shadow-color: rgb(249 115 22 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/40:hover{--tw-shadow-color: rgb(249 115 22 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/45:hover{--tw-shadow-color: rgb(249 115 22 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/5:hover{--tw-shadow-color: rgb(249 115 22 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/50:hover{--tw-shadow-color: rgb(249 115 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/55:hover{--tw-shadow-color: rgb(249 115 22 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/60:hover{--tw-shadow-color: rgb(249 115 22 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/65:hover{--tw-shadow-color: rgb(249 115 22 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/70:hover{--tw-shadow-color: rgb(249 115 22 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/75:hover{--tw-shadow-color: rgb(249 115 22 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/80:hover{--tw-shadow-color: rgb(249 115 22 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/85:hover{--tw-shadow-color: rgb(249 115 22 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/90:hover{--tw-shadow-color: rgb(249 115 22 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/95:hover{--tw-shadow-color: rgb(249 115 22 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600:hover{--tw-shadow-color: #ea580c;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/0:hover{--tw-shadow-color: rgb(234 88 12 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/10:hover{--tw-shadow-color: rgb(234 88 12 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/100:hover{--tw-shadow-color: rgb(234 88 12 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/15:hover{--tw-shadow-color: rgb(234 88 12 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/20:hover{--tw-shadow-color: rgb(234 88 12 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/25:hover{--tw-shadow-color: rgb(234 88 12 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/30:hover{--tw-shadow-color: rgb(234 88 12 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/35:hover{--tw-shadow-color: rgb(234 88 12 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/40:hover{--tw-shadow-color: rgb(234 88 12 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/45:hover{--tw-shadow-color: rgb(234 88 12 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/5:hover{--tw-shadow-color: rgb(234 88 12 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/50:hover{--tw-shadow-color: rgb(234 88 12 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/55:hover{--tw-shadow-color: rgb(234 88 12 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/60:hover{--tw-shadow-color: rgb(234 88 12 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/65:hover{--tw-shadow-color: rgb(234 88 12 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/70:hover{--tw-shadow-color: rgb(234 88 12 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/75:hover{--tw-shadow-color: rgb(234 88 12 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/80:hover{--tw-shadow-color: rgb(234 88 12 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/85:hover{--tw-shadow-color: rgb(234 88 12 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/90:hover{--tw-shadow-color: rgb(234 88 12 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-600\/95:hover{--tw-shadow-color: rgb(234 88 12 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700:hover{--tw-shadow-color: #c2410c;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/0:hover{--tw-shadow-color: rgb(194 65 12 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/10:hover{--tw-shadow-color: rgb(194 65 12 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/100:hover{--tw-shadow-color: rgb(194 65 12 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/15:hover{--tw-shadow-color: rgb(194 65 12 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/20:hover{--tw-shadow-color: rgb(194 65 12 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/25:hover{--tw-shadow-color: rgb(194 65 12 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/30:hover{--tw-shadow-color: rgb(194 65 12 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/35:hover{--tw-shadow-color: rgb(194 65 12 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/40:hover{--tw-shadow-color: rgb(194 65 12 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/45:hover{--tw-shadow-color: rgb(194 65 12 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/5:hover{--tw-shadow-color: rgb(194 65 12 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/50:hover{--tw-shadow-color: rgb(194 65 12 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/55:hover{--tw-shadow-color: rgb(194 65 12 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/60:hover{--tw-shadow-color: rgb(194 65 12 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/65:hover{--tw-shadow-color: rgb(194 65 12 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/70:hover{--tw-shadow-color: rgb(194 65 12 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/75:hover{--tw-shadow-color: rgb(194 65 12 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/80:hover{--tw-shadow-color: rgb(194 65 12 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/85:hover{--tw-shadow-color: rgb(194 65 12 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/90:hover{--tw-shadow-color: rgb(194 65 12 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-700\/95:hover{--tw-shadow-color: rgb(194 65 12 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800:hover{--tw-shadow-color: #9a3412;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/0:hover{--tw-shadow-color: rgb(154 52 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/10:hover{--tw-shadow-color: rgb(154 52 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/100:hover{--tw-shadow-color: rgb(154 52 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/15:hover{--tw-shadow-color: rgb(154 52 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/20:hover{--tw-shadow-color: rgb(154 52 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/25:hover{--tw-shadow-color: rgb(154 52 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/30:hover{--tw-shadow-color: rgb(154 52 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/35:hover{--tw-shadow-color: rgb(154 52 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/40:hover{--tw-shadow-color: rgb(154 52 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/45:hover{--tw-shadow-color: rgb(154 52 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/5:hover{--tw-shadow-color: rgb(154 52 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/50:hover{--tw-shadow-color: rgb(154 52 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/55:hover{--tw-shadow-color: rgb(154 52 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/60:hover{--tw-shadow-color: rgb(154 52 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/65:hover{--tw-shadow-color: rgb(154 52 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/70:hover{--tw-shadow-color: rgb(154 52 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/75:hover{--tw-shadow-color: rgb(154 52 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/80:hover{--tw-shadow-color: rgb(154 52 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/85:hover{--tw-shadow-color: rgb(154 52 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/90:hover{--tw-shadow-color: rgb(154 52 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-800\/95:hover{--tw-shadow-color: rgb(154 52 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900:hover{--tw-shadow-color: #7c2d12;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/0:hover{--tw-shadow-color: rgb(124 45 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/10:hover{--tw-shadow-color: rgb(124 45 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/100:hover{--tw-shadow-color: rgb(124 45 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/15:hover{--tw-shadow-color: rgb(124 45 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/20:hover{--tw-shadow-color: rgb(124 45 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/25:hover{--tw-shadow-color: rgb(124 45 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/30:hover{--tw-shadow-color: rgb(124 45 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/35:hover{--tw-shadow-color: rgb(124 45 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/40:hover{--tw-shadow-color: rgb(124 45 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/45:hover{--tw-shadow-color: rgb(124 45 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/5:hover{--tw-shadow-color: rgb(124 45 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/50:hover{--tw-shadow-color: rgb(124 45 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/55:hover{--tw-shadow-color: rgb(124 45 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/60:hover{--tw-shadow-color: rgb(124 45 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/65:hover{--tw-shadow-color: rgb(124 45 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/70:hover{--tw-shadow-color: rgb(124 45 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/75:hover{--tw-shadow-color: rgb(124 45 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/80:hover{--tw-shadow-color: rgb(124 45 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/85:hover{--tw-shadow-color: rgb(124 45 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/90:hover{--tw-shadow-color: rgb(124 45 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-900\/95:hover{--tw-shadow-color: rgb(124 45 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950:hover{--tw-shadow-color: #431407;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/0:hover{--tw-shadow-color: rgb(67 20 7 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/10:hover{--tw-shadow-color: rgb(67 20 7 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/100:hover{--tw-shadow-color: rgb(67 20 7 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/15:hover{--tw-shadow-color: rgb(67 20 7 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/20:hover{--tw-shadow-color: rgb(67 20 7 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/25:hover{--tw-shadow-color: rgb(67 20 7 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/30:hover{--tw-shadow-color: rgb(67 20 7 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/35:hover{--tw-shadow-color: rgb(67 20 7 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/40:hover{--tw-shadow-color: rgb(67 20 7 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/45:hover{--tw-shadow-color: rgb(67 20 7 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/5:hover{--tw-shadow-color: rgb(67 20 7 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/50:hover{--tw-shadow-color: rgb(67 20 7 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/55:hover{--tw-shadow-color: rgb(67 20 7 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/60:hover{--tw-shadow-color: rgb(67 20 7 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/65:hover{--tw-shadow-color: rgb(67 20 7 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/70:hover{--tw-shadow-color: rgb(67 20 7 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/75:hover{--tw-shadow-color: rgb(67 20 7 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/80:hover{--tw-shadow-color: rgb(67 20 7 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/85:hover{--tw-shadow-color: rgb(67 20 7 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/90:hover{--tw-shadow-color: rgb(67 20 7 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-950\/95:hover{--tw-shadow-color: rgb(67 20 7 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100:hover{--tw-shadow-color: #fce7f3;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/0:hover{--tw-shadow-color: rgb(252 231 243 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/10:hover{--tw-shadow-color: rgb(252 231 243 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/100:hover{--tw-shadow-color: rgb(252 231 243 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/15:hover{--tw-shadow-color: rgb(252 231 243 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/20:hover{--tw-shadow-color: rgb(252 231 243 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/25:hover{--tw-shadow-color: rgb(252 231 243 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/30:hover{--tw-shadow-color: rgb(252 231 243 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/35:hover{--tw-shadow-color: rgb(252 231 243 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/40:hover{--tw-shadow-color: rgb(252 231 243 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/45:hover{--tw-shadow-color: rgb(252 231 243 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/5:hover{--tw-shadow-color: rgb(252 231 243 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/50:hover{--tw-shadow-color: rgb(252 231 243 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/55:hover{--tw-shadow-color: rgb(252 231 243 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/60:hover{--tw-shadow-color: rgb(252 231 243 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/65:hover{--tw-shadow-color: rgb(252 231 243 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/70:hover{--tw-shadow-color: rgb(252 231 243 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/75:hover{--tw-shadow-color: rgb(252 231 243 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/80:hover{--tw-shadow-color: rgb(252 231 243 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/85:hover{--tw-shadow-color: rgb(252 231 243 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/90:hover{--tw-shadow-color: rgb(252 231 243 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-100\/95:hover{--tw-shadow-color: rgb(252 231 243 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200:hover{--tw-shadow-color: #fbcfe8;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/0:hover{--tw-shadow-color: rgb(251 207 232 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/10:hover{--tw-shadow-color: rgb(251 207 232 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/100:hover{--tw-shadow-color: rgb(251 207 232 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/15:hover{--tw-shadow-color: rgb(251 207 232 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/20:hover{--tw-shadow-color: rgb(251 207 232 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/25:hover{--tw-shadow-color: rgb(251 207 232 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/30:hover{--tw-shadow-color: rgb(251 207 232 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/35:hover{--tw-shadow-color: rgb(251 207 232 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/40:hover{--tw-shadow-color: rgb(251 207 232 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/45:hover{--tw-shadow-color: rgb(251 207 232 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/5:hover{--tw-shadow-color: rgb(251 207 232 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/50:hover{--tw-shadow-color: rgb(251 207 232 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/55:hover{--tw-shadow-color: rgb(251 207 232 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/60:hover{--tw-shadow-color: rgb(251 207 232 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/65:hover{--tw-shadow-color: rgb(251 207 232 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/70:hover{--tw-shadow-color: rgb(251 207 232 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/75:hover{--tw-shadow-color: rgb(251 207 232 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/80:hover{--tw-shadow-color: rgb(251 207 232 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/85:hover{--tw-shadow-color: rgb(251 207 232 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/90:hover{--tw-shadow-color: rgb(251 207 232 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-200\/95:hover{--tw-shadow-color: rgb(251 207 232 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300:hover{--tw-shadow-color: #f9a8d4;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/0:hover{--tw-shadow-color: rgb(249 168 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/10:hover{--tw-shadow-color: rgb(249 168 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/100:hover{--tw-shadow-color: rgb(249 168 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/15:hover{--tw-shadow-color: rgb(249 168 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/20:hover{--tw-shadow-color: rgb(249 168 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/25:hover{--tw-shadow-color: rgb(249 168 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/30:hover{--tw-shadow-color: rgb(249 168 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/35:hover{--tw-shadow-color: rgb(249 168 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/40:hover{--tw-shadow-color: rgb(249 168 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/45:hover{--tw-shadow-color: rgb(249 168 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/5:hover{--tw-shadow-color: rgb(249 168 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/50:hover{--tw-shadow-color: rgb(249 168 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/55:hover{--tw-shadow-color: rgb(249 168 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/60:hover{--tw-shadow-color: rgb(249 168 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/65:hover{--tw-shadow-color: rgb(249 168 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/70:hover{--tw-shadow-color: rgb(249 168 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/75:hover{--tw-shadow-color: rgb(249 168 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/80:hover{--tw-shadow-color: rgb(249 168 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/85:hover{--tw-shadow-color: rgb(249 168 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/90:hover{--tw-shadow-color: rgb(249 168 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-300\/95:hover{--tw-shadow-color: rgb(249 168 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400:hover{--tw-shadow-color: #f472b6;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/0:hover{--tw-shadow-color: rgb(244 114 182 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/10:hover{--tw-shadow-color: rgb(244 114 182 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/100:hover{--tw-shadow-color: rgb(244 114 182 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/15:hover{--tw-shadow-color: rgb(244 114 182 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/20:hover{--tw-shadow-color: rgb(244 114 182 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/25:hover{--tw-shadow-color: rgb(244 114 182 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/30:hover{--tw-shadow-color: rgb(244 114 182 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/35:hover{--tw-shadow-color: rgb(244 114 182 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/40:hover{--tw-shadow-color: rgb(244 114 182 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/45:hover{--tw-shadow-color: rgb(244 114 182 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/5:hover{--tw-shadow-color: rgb(244 114 182 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/50:hover{--tw-shadow-color: rgb(244 114 182 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/55:hover{--tw-shadow-color: rgb(244 114 182 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/60:hover{--tw-shadow-color: rgb(244 114 182 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/65:hover{--tw-shadow-color: rgb(244 114 182 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/70:hover{--tw-shadow-color: rgb(244 114 182 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/75:hover{--tw-shadow-color: rgb(244 114 182 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/80:hover{--tw-shadow-color: rgb(244 114 182 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/85:hover{--tw-shadow-color: rgb(244 114 182 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/90:hover{--tw-shadow-color: rgb(244 114 182 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-400\/95:hover{--tw-shadow-color: rgb(244 114 182 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50:hover{--tw-shadow-color: #fdf2f8;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/0:hover{--tw-shadow-color: rgb(253 242 248 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/10:hover{--tw-shadow-color: rgb(253 242 248 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/100:hover{--tw-shadow-color: rgb(253 242 248 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/15:hover{--tw-shadow-color: rgb(253 242 248 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/20:hover{--tw-shadow-color: rgb(253 242 248 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/25:hover{--tw-shadow-color: rgb(253 242 248 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/30:hover{--tw-shadow-color: rgb(253 242 248 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/35:hover{--tw-shadow-color: rgb(253 242 248 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/40:hover{--tw-shadow-color: rgb(253 242 248 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/45:hover{--tw-shadow-color: rgb(253 242 248 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/5:hover{--tw-shadow-color: rgb(253 242 248 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/50:hover{--tw-shadow-color: rgb(253 242 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/55:hover{--tw-shadow-color: rgb(253 242 248 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/60:hover{--tw-shadow-color: rgb(253 242 248 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/65:hover{--tw-shadow-color: rgb(253 242 248 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/70:hover{--tw-shadow-color: rgb(253 242 248 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/75:hover{--tw-shadow-color: rgb(253 242 248 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/80:hover{--tw-shadow-color: rgb(253 242 248 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/85:hover{--tw-shadow-color: rgb(253 242 248 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/90:hover{--tw-shadow-color: rgb(253 242 248 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-50\/95:hover{--tw-shadow-color: rgb(253 242 248 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500:hover{--tw-shadow-color: #ec4899;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/0:hover{--tw-shadow-color: rgb(236 72 153 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/10:hover{--tw-shadow-color: rgb(236 72 153 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/100:hover{--tw-shadow-color: rgb(236 72 153 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/15:hover{--tw-shadow-color: rgb(236 72 153 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/20:hover{--tw-shadow-color: rgb(236 72 153 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/25:hover{--tw-shadow-color: rgb(236 72 153 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/30:hover{--tw-shadow-color: rgb(236 72 153 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/35:hover{--tw-shadow-color: rgb(236 72 153 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/40:hover{--tw-shadow-color: rgb(236 72 153 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/45:hover{--tw-shadow-color: rgb(236 72 153 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/5:hover{--tw-shadow-color: rgb(236 72 153 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/50:hover{--tw-shadow-color: rgb(236 72 153 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/55:hover{--tw-shadow-color: rgb(236 72 153 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/60:hover{--tw-shadow-color: rgb(236 72 153 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/65:hover{--tw-shadow-color: rgb(236 72 153 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/70:hover{--tw-shadow-color: rgb(236 72 153 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/75:hover{--tw-shadow-color: rgb(236 72 153 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/80:hover{--tw-shadow-color: rgb(236 72 153 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/85:hover{--tw-shadow-color: rgb(236 72 153 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/90:hover{--tw-shadow-color: rgb(236 72 153 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/95:hover{--tw-shadow-color: rgb(236 72 153 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600:hover{--tw-shadow-color: #db2777;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/0:hover{--tw-shadow-color: rgb(219 39 119 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/10:hover{--tw-shadow-color: rgb(219 39 119 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/100:hover{--tw-shadow-color: rgb(219 39 119 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/15:hover{--tw-shadow-color: rgb(219 39 119 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/20:hover{--tw-shadow-color: rgb(219 39 119 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/25:hover{--tw-shadow-color: rgb(219 39 119 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/30:hover{--tw-shadow-color: rgb(219 39 119 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/35:hover{--tw-shadow-color: rgb(219 39 119 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/40:hover{--tw-shadow-color: rgb(219 39 119 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/45:hover{--tw-shadow-color: rgb(219 39 119 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/5:hover{--tw-shadow-color: rgb(219 39 119 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/50:hover{--tw-shadow-color: rgb(219 39 119 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/55:hover{--tw-shadow-color: rgb(219 39 119 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/60:hover{--tw-shadow-color: rgb(219 39 119 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/65:hover{--tw-shadow-color: rgb(219 39 119 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/70:hover{--tw-shadow-color: rgb(219 39 119 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/75:hover{--tw-shadow-color: rgb(219 39 119 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/80:hover{--tw-shadow-color: rgb(219 39 119 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/85:hover{--tw-shadow-color: rgb(219 39 119 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/90:hover{--tw-shadow-color: rgb(219 39 119 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-600\/95:hover{--tw-shadow-color: rgb(219 39 119 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700:hover{--tw-shadow-color: #be185d;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/0:hover{--tw-shadow-color: rgb(190 24 93 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/10:hover{--tw-shadow-color: rgb(190 24 93 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/100:hover{--tw-shadow-color: rgb(190 24 93 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/15:hover{--tw-shadow-color: rgb(190 24 93 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/20:hover{--tw-shadow-color: rgb(190 24 93 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/25:hover{--tw-shadow-color: rgb(190 24 93 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/30:hover{--tw-shadow-color: rgb(190 24 93 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/35:hover{--tw-shadow-color: rgb(190 24 93 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/40:hover{--tw-shadow-color: rgb(190 24 93 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/45:hover{--tw-shadow-color: rgb(190 24 93 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/5:hover{--tw-shadow-color: rgb(190 24 93 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/50:hover{--tw-shadow-color: rgb(190 24 93 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/55:hover{--tw-shadow-color: rgb(190 24 93 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/60:hover{--tw-shadow-color: rgb(190 24 93 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/65:hover{--tw-shadow-color: rgb(190 24 93 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/70:hover{--tw-shadow-color: rgb(190 24 93 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/75:hover{--tw-shadow-color: rgb(190 24 93 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/80:hover{--tw-shadow-color: rgb(190 24 93 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/85:hover{--tw-shadow-color: rgb(190 24 93 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/90:hover{--tw-shadow-color: rgb(190 24 93 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-700\/95:hover{--tw-shadow-color: rgb(190 24 93 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800:hover{--tw-shadow-color: #9d174d;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/0:hover{--tw-shadow-color: rgb(157 23 77 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/10:hover{--tw-shadow-color: rgb(157 23 77 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/100:hover{--tw-shadow-color: rgb(157 23 77 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/15:hover{--tw-shadow-color: rgb(157 23 77 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/20:hover{--tw-shadow-color: rgb(157 23 77 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/25:hover{--tw-shadow-color: rgb(157 23 77 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/30:hover{--tw-shadow-color: rgb(157 23 77 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/35:hover{--tw-shadow-color: rgb(157 23 77 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/40:hover{--tw-shadow-color: rgb(157 23 77 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/45:hover{--tw-shadow-color: rgb(157 23 77 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/5:hover{--tw-shadow-color: rgb(157 23 77 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/50:hover{--tw-shadow-color: rgb(157 23 77 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/55:hover{--tw-shadow-color: rgb(157 23 77 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/60:hover{--tw-shadow-color: rgb(157 23 77 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/65:hover{--tw-shadow-color: rgb(157 23 77 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/70:hover{--tw-shadow-color: rgb(157 23 77 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/75:hover{--tw-shadow-color: rgb(157 23 77 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/80:hover{--tw-shadow-color: rgb(157 23 77 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/85:hover{--tw-shadow-color: rgb(157 23 77 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/90:hover{--tw-shadow-color: rgb(157 23 77 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-800\/95:hover{--tw-shadow-color: rgb(157 23 77 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900:hover{--tw-shadow-color: #831843;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/0:hover{--tw-shadow-color: rgb(131 24 67 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/10:hover{--tw-shadow-color: rgb(131 24 67 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/100:hover{--tw-shadow-color: rgb(131 24 67 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/15:hover{--tw-shadow-color: rgb(131 24 67 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/20:hover{--tw-shadow-color: rgb(131 24 67 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/25:hover{--tw-shadow-color: rgb(131 24 67 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/30:hover{--tw-shadow-color: rgb(131 24 67 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/35:hover{--tw-shadow-color: rgb(131 24 67 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/40:hover{--tw-shadow-color: rgb(131 24 67 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/45:hover{--tw-shadow-color: rgb(131 24 67 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/5:hover{--tw-shadow-color: rgb(131 24 67 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/50:hover{--tw-shadow-color: rgb(131 24 67 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/55:hover{--tw-shadow-color: rgb(131 24 67 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/60:hover{--tw-shadow-color: rgb(131 24 67 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/65:hover{--tw-shadow-color: rgb(131 24 67 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/70:hover{--tw-shadow-color: rgb(131 24 67 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/75:hover{--tw-shadow-color: rgb(131 24 67 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/80:hover{--tw-shadow-color: rgb(131 24 67 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/85:hover{--tw-shadow-color: rgb(131 24 67 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/90:hover{--tw-shadow-color: rgb(131 24 67 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-900\/95:hover{--tw-shadow-color: rgb(131 24 67 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950:hover{--tw-shadow-color: #500724;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/0:hover{--tw-shadow-color: rgb(80 7 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/10:hover{--tw-shadow-color: rgb(80 7 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/100:hover{--tw-shadow-color: rgb(80 7 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/15:hover{--tw-shadow-color: rgb(80 7 36 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/20:hover{--tw-shadow-color: rgb(80 7 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/25:hover{--tw-shadow-color: rgb(80 7 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/30:hover{--tw-shadow-color: rgb(80 7 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/35:hover{--tw-shadow-color: rgb(80 7 36 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/40:hover{--tw-shadow-color: rgb(80 7 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/45:hover{--tw-shadow-color: rgb(80 7 36 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/5:hover{--tw-shadow-color: rgb(80 7 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/50:hover{--tw-shadow-color: rgb(80 7 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/55:hover{--tw-shadow-color: rgb(80 7 36 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/60:hover{--tw-shadow-color: rgb(80 7 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/65:hover{--tw-shadow-color: rgb(80 7 36 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/70:hover{--tw-shadow-color: rgb(80 7 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/75:hover{--tw-shadow-color: rgb(80 7 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/80:hover{--tw-shadow-color: rgb(80 7 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/85:hover{--tw-shadow-color: rgb(80 7 36 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/90:hover{--tw-shadow-color: rgb(80 7 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-950\/95:hover{--tw-shadow-color: rgb(80 7 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-popover:hover{--tw-shadow-color: var(--popover);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-popover-foreground:hover{--tw-shadow-color: var(--popover-foreground);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-primary:hover{--tw-shadow-color: var(--primary);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-primary-foreground:hover{--tw-shadow-color: var(--primary-foreground);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100:hover{--tw-shadow-color: #f3e8ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/0:hover{--tw-shadow-color: rgb(243 232 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/10:hover{--tw-shadow-color: rgb(243 232 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/100:hover{--tw-shadow-color: rgb(243 232 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/15:hover{--tw-shadow-color: rgb(243 232 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/20:hover{--tw-shadow-color: rgb(243 232 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/25:hover{--tw-shadow-color: rgb(243 232 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/30:hover{--tw-shadow-color: rgb(243 232 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/35:hover{--tw-shadow-color: rgb(243 232 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/40:hover{--tw-shadow-color: rgb(243 232 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/45:hover{--tw-shadow-color: rgb(243 232 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/5:hover{--tw-shadow-color: rgb(243 232 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/50:hover{--tw-shadow-color: rgb(243 232 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/55:hover{--tw-shadow-color: rgb(243 232 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/60:hover{--tw-shadow-color: rgb(243 232 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/65:hover{--tw-shadow-color: rgb(243 232 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/70:hover{--tw-shadow-color: rgb(243 232 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/75:hover{--tw-shadow-color: rgb(243 232 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/80:hover{--tw-shadow-color: rgb(243 232 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/85:hover{--tw-shadow-color: rgb(243 232 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/90:hover{--tw-shadow-color: rgb(243 232 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-100\/95:hover{--tw-shadow-color: rgb(243 232 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200:hover{--tw-shadow-color: #e9d5ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/0:hover{--tw-shadow-color: rgb(233 213 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/10:hover{--tw-shadow-color: rgb(233 213 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/100:hover{--tw-shadow-color: rgb(233 213 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/15:hover{--tw-shadow-color: rgb(233 213 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/20:hover{--tw-shadow-color: rgb(233 213 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/25:hover{--tw-shadow-color: rgb(233 213 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/30:hover{--tw-shadow-color: rgb(233 213 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/35:hover{--tw-shadow-color: rgb(233 213 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/40:hover{--tw-shadow-color: rgb(233 213 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/45:hover{--tw-shadow-color: rgb(233 213 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/5:hover{--tw-shadow-color: rgb(233 213 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/50:hover{--tw-shadow-color: rgb(233 213 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/55:hover{--tw-shadow-color: rgb(233 213 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/60:hover{--tw-shadow-color: rgb(233 213 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/65:hover{--tw-shadow-color: rgb(233 213 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/70:hover{--tw-shadow-color: rgb(233 213 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/75:hover{--tw-shadow-color: rgb(233 213 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/80:hover{--tw-shadow-color: rgb(233 213 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/85:hover{--tw-shadow-color: rgb(233 213 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/90:hover{--tw-shadow-color: rgb(233 213 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-200\/95:hover{--tw-shadow-color: rgb(233 213 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300:hover{--tw-shadow-color: #d8b4fe;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/0:hover{--tw-shadow-color: rgb(216 180 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/10:hover{--tw-shadow-color: rgb(216 180 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/100:hover{--tw-shadow-color: rgb(216 180 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/15:hover{--tw-shadow-color: rgb(216 180 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/20:hover{--tw-shadow-color: rgb(216 180 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/25:hover{--tw-shadow-color: rgb(216 180 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/30:hover{--tw-shadow-color: rgb(216 180 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/35:hover{--tw-shadow-color: rgb(216 180 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/40:hover{--tw-shadow-color: rgb(216 180 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/45:hover{--tw-shadow-color: rgb(216 180 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/5:hover{--tw-shadow-color: rgb(216 180 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/50:hover{--tw-shadow-color: rgb(216 180 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/55:hover{--tw-shadow-color: rgb(216 180 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/60:hover{--tw-shadow-color: rgb(216 180 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/65:hover{--tw-shadow-color: rgb(216 180 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/70:hover{--tw-shadow-color: rgb(216 180 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/75:hover{--tw-shadow-color: rgb(216 180 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/80:hover{--tw-shadow-color: rgb(216 180 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/85:hover{--tw-shadow-color: rgb(216 180 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/90:hover{--tw-shadow-color: rgb(216 180 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-300\/95:hover{--tw-shadow-color: rgb(216 180 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400:hover{--tw-shadow-color: #c084fc;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/0:hover{--tw-shadow-color: rgb(192 132 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/10:hover{--tw-shadow-color: rgb(192 132 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/100:hover{--tw-shadow-color: rgb(192 132 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/15:hover{--tw-shadow-color: rgb(192 132 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/20:hover{--tw-shadow-color: rgb(192 132 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/25:hover{--tw-shadow-color: rgb(192 132 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/30:hover{--tw-shadow-color: rgb(192 132 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/35:hover{--tw-shadow-color: rgb(192 132 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/40:hover{--tw-shadow-color: rgb(192 132 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/45:hover{--tw-shadow-color: rgb(192 132 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/5:hover{--tw-shadow-color: rgb(192 132 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/50:hover{--tw-shadow-color: rgb(192 132 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/55:hover{--tw-shadow-color: rgb(192 132 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/60:hover{--tw-shadow-color: rgb(192 132 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/65:hover{--tw-shadow-color: rgb(192 132 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/70:hover{--tw-shadow-color: rgb(192 132 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/75:hover{--tw-shadow-color: rgb(192 132 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/80:hover{--tw-shadow-color: rgb(192 132 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/85:hover{--tw-shadow-color: rgb(192 132 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/90:hover{--tw-shadow-color: rgb(192 132 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/95:hover{--tw-shadow-color: rgb(192 132 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50:hover{--tw-shadow-color: #faf5ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/0:hover{--tw-shadow-color: rgb(250 245 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/10:hover{--tw-shadow-color: rgb(250 245 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/100:hover{--tw-shadow-color: rgb(250 245 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/15:hover{--tw-shadow-color: rgb(250 245 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/20:hover{--tw-shadow-color: rgb(250 245 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/25:hover{--tw-shadow-color: rgb(250 245 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/30:hover{--tw-shadow-color: rgb(250 245 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/35:hover{--tw-shadow-color: rgb(250 245 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/40:hover{--tw-shadow-color: rgb(250 245 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/45:hover{--tw-shadow-color: rgb(250 245 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/5:hover{--tw-shadow-color: rgb(250 245 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/50:hover{--tw-shadow-color: rgb(250 245 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/55:hover{--tw-shadow-color: rgb(250 245 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/60:hover{--tw-shadow-color: rgb(250 245 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/65:hover{--tw-shadow-color: rgb(250 245 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/70:hover{--tw-shadow-color: rgb(250 245 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/75:hover{--tw-shadow-color: rgb(250 245 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/80:hover{--tw-shadow-color: rgb(250 245 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/85:hover{--tw-shadow-color: rgb(250 245 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/90:hover{--tw-shadow-color: rgb(250 245 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-50\/95:hover{--tw-shadow-color: rgb(250 245 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500:hover{--tw-shadow-color: #a855f7;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/0:hover{--tw-shadow-color: rgb(168 85 247 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/10:hover{--tw-shadow-color: rgb(168 85 247 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/100:hover{--tw-shadow-color: rgb(168 85 247 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/15:hover{--tw-shadow-color: rgb(168 85 247 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/20:hover{--tw-shadow-color: rgb(168 85 247 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/25:hover{--tw-shadow-color: rgb(168 85 247 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/30:hover{--tw-shadow-color: rgb(168 85 247 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/35:hover{--tw-shadow-color: rgb(168 85 247 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/40:hover{--tw-shadow-color: rgb(168 85 247 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/45:hover{--tw-shadow-color: rgb(168 85 247 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/5:hover{--tw-shadow-color: rgb(168 85 247 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/50:hover{--tw-shadow-color: rgb(168 85 247 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/55:hover{--tw-shadow-color: rgb(168 85 247 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/60:hover{--tw-shadow-color: rgb(168 85 247 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/65:hover{--tw-shadow-color: rgb(168 85 247 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/70:hover{--tw-shadow-color: rgb(168 85 247 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/75:hover{--tw-shadow-color: rgb(168 85 247 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/80:hover{--tw-shadow-color: rgb(168 85 247 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/85:hover{--tw-shadow-color: rgb(168 85 247 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/90:hover{--tw-shadow-color: rgb(168 85 247 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/95:hover{--tw-shadow-color: rgb(168 85 247 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600:hover{--tw-shadow-color: #9333ea;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/0:hover{--tw-shadow-color: rgb(147 51 234 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/10:hover{--tw-shadow-color: rgb(147 51 234 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/100:hover{--tw-shadow-color: rgb(147 51 234 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/15:hover{--tw-shadow-color: rgb(147 51 234 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/20:hover{--tw-shadow-color: rgb(147 51 234 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/25:hover{--tw-shadow-color: rgb(147 51 234 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/30:hover{--tw-shadow-color: rgb(147 51 234 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/35:hover{--tw-shadow-color: rgb(147 51 234 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/40:hover{--tw-shadow-color: rgb(147 51 234 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/45:hover{--tw-shadow-color: rgb(147 51 234 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/5:hover{--tw-shadow-color: rgb(147 51 234 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/50:hover{--tw-shadow-color: rgb(147 51 234 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/55:hover{--tw-shadow-color: rgb(147 51 234 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/60:hover{--tw-shadow-color: rgb(147 51 234 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/65:hover{--tw-shadow-color: rgb(147 51 234 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/70:hover{--tw-shadow-color: rgb(147 51 234 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/75:hover{--tw-shadow-color: rgb(147 51 234 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/80:hover{--tw-shadow-color: rgb(147 51 234 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/85:hover{--tw-shadow-color: rgb(147 51 234 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/90:hover{--tw-shadow-color: rgb(147 51 234 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-600\/95:hover{--tw-shadow-color: rgb(147 51 234 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700:hover{--tw-shadow-color: #7e22ce;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/0:hover{--tw-shadow-color: rgb(126 34 206 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/10:hover{--tw-shadow-color: rgb(126 34 206 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/100:hover{--tw-shadow-color: rgb(126 34 206 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/15:hover{--tw-shadow-color: rgb(126 34 206 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/20:hover{--tw-shadow-color: rgb(126 34 206 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/25:hover{--tw-shadow-color: rgb(126 34 206 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/30:hover{--tw-shadow-color: rgb(126 34 206 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/35:hover{--tw-shadow-color: rgb(126 34 206 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/40:hover{--tw-shadow-color: rgb(126 34 206 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/45:hover{--tw-shadow-color: rgb(126 34 206 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/5:hover{--tw-shadow-color: rgb(126 34 206 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/50:hover{--tw-shadow-color: rgb(126 34 206 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/55:hover{--tw-shadow-color: rgb(126 34 206 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/60:hover{--tw-shadow-color: rgb(126 34 206 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/65:hover{--tw-shadow-color: rgb(126 34 206 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/70:hover{--tw-shadow-color: rgb(126 34 206 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/75:hover{--tw-shadow-color: rgb(126 34 206 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/80:hover{--tw-shadow-color: rgb(126 34 206 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/85:hover{--tw-shadow-color: rgb(126 34 206 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/90:hover{--tw-shadow-color: rgb(126 34 206 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/95:hover{--tw-shadow-color: rgb(126 34 206 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800:hover{--tw-shadow-color: #6b21a8;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/0:hover{--tw-shadow-color: rgb(107 33 168 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/10:hover{--tw-shadow-color: rgb(107 33 168 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/100:hover{--tw-shadow-color: rgb(107 33 168 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/15:hover{--tw-shadow-color: rgb(107 33 168 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/20:hover{--tw-shadow-color: rgb(107 33 168 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/25:hover{--tw-shadow-color: rgb(107 33 168 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/30:hover{--tw-shadow-color: rgb(107 33 168 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/35:hover{--tw-shadow-color: rgb(107 33 168 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/40:hover{--tw-shadow-color: rgb(107 33 168 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/45:hover{--tw-shadow-color: rgb(107 33 168 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/5:hover{--tw-shadow-color: rgb(107 33 168 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/50:hover{--tw-shadow-color: rgb(107 33 168 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/55:hover{--tw-shadow-color: rgb(107 33 168 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/60:hover{--tw-shadow-color: rgb(107 33 168 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/65:hover{--tw-shadow-color: rgb(107 33 168 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/70:hover{--tw-shadow-color: rgb(107 33 168 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/75:hover{--tw-shadow-color: rgb(107 33 168 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/80:hover{--tw-shadow-color: rgb(107 33 168 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/85:hover{--tw-shadow-color: rgb(107 33 168 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/90:hover{--tw-shadow-color: rgb(107 33 168 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/95:hover{--tw-shadow-color: rgb(107 33 168 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900:hover{--tw-shadow-color: #581c87;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/0:hover{--tw-shadow-color: rgb(88 28 135 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/10:hover{--tw-shadow-color: rgb(88 28 135 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/100:hover{--tw-shadow-color: rgb(88 28 135 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/15:hover{--tw-shadow-color: rgb(88 28 135 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/20:hover{--tw-shadow-color: rgb(88 28 135 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/25:hover{--tw-shadow-color: rgb(88 28 135 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/30:hover{--tw-shadow-color: rgb(88 28 135 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/35:hover{--tw-shadow-color: rgb(88 28 135 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/40:hover{--tw-shadow-color: rgb(88 28 135 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/45:hover{--tw-shadow-color: rgb(88 28 135 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/5:hover{--tw-shadow-color: rgb(88 28 135 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/50:hover{--tw-shadow-color: rgb(88 28 135 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/55:hover{--tw-shadow-color: rgb(88 28 135 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/60:hover{--tw-shadow-color: rgb(88 28 135 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/65:hover{--tw-shadow-color: rgb(88 28 135 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/70:hover{--tw-shadow-color: rgb(88 28 135 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/75:hover{--tw-shadow-color: rgb(88 28 135 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/80:hover{--tw-shadow-color: rgb(88 28 135 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/85:hover{--tw-shadow-color: rgb(88 28 135 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/90:hover{--tw-shadow-color: rgb(88 28 135 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-900\/95:hover{--tw-shadow-color: rgb(88 28 135 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950:hover{--tw-shadow-color: #3b0764;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/0:hover{--tw-shadow-color: rgb(59 7 100 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/10:hover{--tw-shadow-color: rgb(59 7 100 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/100:hover{--tw-shadow-color: rgb(59 7 100 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/15:hover{--tw-shadow-color: rgb(59 7 100 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/20:hover{--tw-shadow-color: rgb(59 7 100 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/25:hover{--tw-shadow-color: rgb(59 7 100 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/30:hover{--tw-shadow-color: rgb(59 7 100 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/35:hover{--tw-shadow-color: rgb(59 7 100 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/40:hover{--tw-shadow-color: rgb(59 7 100 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/45:hover{--tw-shadow-color: rgb(59 7 100 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/5:hover{--tw-shadow-color: rgb(59 7 100 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/50:hover{--tw-shadow-color: rgb(59 7 100 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/55:hover{--tw-shadow-color: rgb(59 7 100 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/60:hover{--tw-shadow-color: rgb(59 7 100 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/65:hover{--tw-shadow-color: rgb(59 7 100 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/70:hover{--tw-shadow-color: rgb(59 7 100 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/75:hover{--tw-shadow-color: rgb(59 7 100 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/80:hover{--tw-shadow-color: rgb(59 7 100 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/85:hover{--tw-shadow-color: rgb(59 7 100 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/90:hover{--tw-shadow-color: rgb(59 7 100 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-950\/95:hover{--tw-shadow-color: rgb(59 7 100 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100:hover{--tw-shadow-color: #fee2e2;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/0:hover{--tw-shadow-color: rgb(254 226 226 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/10:hover{--tw-shadow-color: rgb(254 226 226 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/100:hover{--tw-shadow-color: rgb(254 226 226 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/15:hover{--tw-shadow-color: rgb(254 226 226 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/20:hover{--tw-shadow-color: rgb(254 226 226 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/25:hover{--tw-shadow-color: rgb(254 226 226 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/30:hover{--tw-shadow-color: rgb(254 226 226 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/35:hover{--tw-shadow-color: rgb(254 226 226 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/40:hover{--tw-shadow-color: rgb(254 226 226 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/45:hover{--tw-shadow-color: rgb(254 226 226 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/5:hover{--tw-shadow-color: rgb(254 226 226 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/50:hover{--tw-shadow-color: rgb(254 226 226 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/55:hover{--tw-shadow-color: rgb(254 226 226 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/60:hover{--tw-shadow-color: rgb(254 226 226 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/65:hover{--tw-shadow-color: rgb(254 226 226 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/70:hover{--tw-shadow-color: rgb(254 226 226 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/75:hover{--tw-shadow-color: rgb(254 226 226 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/80:hover{--tw-shadow-color: rgb(254 226 226 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/85:hover{--tw-shadow-color: rgb(254 226 226 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/90:hover{--tw-shadow-color: rgb(254 226 226 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-100\/95:hover{--tw-shadow-color: rgb(254 226 226 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200:hover{--tw-shadow-color: #fecaca;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/0:hover{--tw-shadow-color: rgb(254 202 202 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/10:hover{--tw-shadow-color: rgb(254 202 202 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/100:hover{--tw-shadow-color: rgb(254 202 202 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/15:hover{--tw-shadow-color: rgb(254 202 202 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/20:hover{--tw-shadow-color: rgb(254 202 202 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/25:hover{--tw-shadow-color: rgb(254 202 202 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/30:hover{--tw-shadow-color: rgb(254 202 202 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/35:hover{--tw-shadow-color: rgb(254 202 202 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/40:hover{--tw-shadow-color: rgb(254 202 202 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/45:hover{--tw-shadow-color: rgb(254 202 202 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/5:hover{--tw-shadow-color: rgb(254 202 202 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/50:hover{--tw-shadow-color: rgb(254 202 202 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/55:hover{--tw-shadow-color: rgb(254 202 202 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/60:hover{--tw-shadow-color: rgb(254 202 202 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/65:hover{--tw-shadow-color: rgb(254 202 202 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/70:hover{--tw-shadow-color: rgb(254 202 202 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/75:hover{--tw-shadow-color: rgb(254 202 202 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/80:hover{--tw-shadow-color: rgb(254 202 202 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/85:hover{--tw-shadow-color: rgb(254 202 202 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/90:hover{--tw-shadow-color: rgb(254 202 202 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-200\/95:hover{--tw-shadow-color: rgb(254 202 202 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300:hover{--tw-shadow-color: #fca5a5;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/0:hover{--tw-shadow-color: rgb(252 165 165 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/10:hover{--tw-shadow-color: rgb(252 165 165 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/100:hover{--tw-shadow-color: rgb(252 165 165 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/15:hover{--tw-shadow-color: rgb(252 165 165 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/20:hover{--tw-shadow-color: rgb(252 165 165 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/25:hover{--tw-shadow-color: rgb(252 165 165 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/30:hover{--tw-shadow-color: rgb(252 165 165 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/35:hover{--tw-shadow-color: rgb(252 165 165 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/40:hover{--tw-shadow-color: rgb(252 165 165 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/45:hover{--tw-shadow-color: rgb(252 165 165 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/5:hover{--tw-shadow-color: rgb(252 165 165 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/50:hover{--tw-shadow-color: rgb(252 165 165 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/55:hover{--tw-shadow-color: rgb(252 165 165 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/60:hover{--tw-shadow-color: rgb(252 165 165 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/65:hover{--tw-shadow-color: rgb(252 165 165 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/70:hover{--tw-shadow-color: rgb(252 165 165 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/75:hover{--tw-shadow-color: rgb(252 165 165 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/80:hover{--tw-shadow-color: rgb(252 165 165 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/85:hover{--tw-shadow-color: rgb(252 165 165 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/90:hover{--tw-shadow-color: rgb(252 165 165 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-300\/95:hover{--tw-shadow-color: rgb(252 165 165 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400:hover{--tw-shadow-color: #f87171;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/0:hover{--tw-shadow-color: rgb(248 113 113 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/10:hover{--tw-shadow-color: rgb(248 113 113 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/100:hover{--tw-shadow-color: rgb(248 113 113 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/15:hover{--tw-shadow-color: rgb(248 113 113 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/20:hover{--tw-shadow-color: rgb(248 113 113 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/25:hover{--tw-shadow-color: rgb(248 113 113 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/30:hover{--tw-shadow-color: rgb(248 113 113 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/35:hover{--tw-shadow-color: rgb(248 113 113 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/40:hover{--tw-shadow-color: rgb(248 113 113 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/45:hover{--tw-shadow-color: rgb(248 113 113 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/5:hover{--tw-shadow-color: rgb(248 113 113 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/50:hover{--tw-shadow-color: rgb(248 113 113 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/55:hover{--tw-shadow-color: rgb(248 113 113 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/60:hover{--tw-shadow-color: rgb(248 113 113 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/65:hover{--tw-shadow-color: rgb(248 113 113 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/70:hover{--tw-shadow-color: rgb(248 113 113 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/75:hover{--tw-shadow-color: rgb(248 113 113 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/80:hover{--tw-shadow-color: rgb(248 113 113 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/85:hover{--tw-shadow-color: rgb(248 113 113 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/90:hover{--tw-shadow-color: rgb(248 113 113 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-400\/95:hover{--tw-shadow-color: rgb(248 113 113 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50:hover{--tw-shadow-color: #fef2f2;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/0:hover{--tw-shadow-color: rgb(254 242 242 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/10:hover{--tw-shadow-color: rgb(254 242 242 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/100:hover{--tw-shadow-color: rgb(254 242 242 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/15:hover{--tw-shadow-color: rgb(254 242 242 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/20:hover{--tw-shadow-color: rgb(254 242 242 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/25:hover{--tw-shadow-color: rgb(254 242 242 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/30:hover{--tw-shadow-color: rgb(254 242 242 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/35:hover{--tw-shadow-color: rgb(254 242 242 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/40:hover{--tw-shadow-color: rgb(254 242 242 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/45:hover{--tw-shadow-color: rgb(254 242 242 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/5:hover{--tw-shadow-color: rgb(254 242 242 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/50:hover{--tw-shadow-color: rgb(254 242 242 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/55:hover{--tw-shadow-color: rgb(254 242 242 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/60:hover{--tw-shadow-color: rgb(254 242 242 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/65:hover{--tw-shadow-color: rgb(254 242 242 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/70:hover{--tw-shadow-color: rgb(254 242 242 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/75:hover{--tw-shadow-color: rgb(254 242 242 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/80:hover{--tw-shadow-color: rgb(254 242 242 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/85:hover{--tw-shadow-color: rgb(254 242 242 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/90:hover{--tw-shadow-color: rgb(254 242 242 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-50\/95:hover{--tw-shadow-color: rgb(254 242 242 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500:hover{--tw-shadow-color: #ef4444;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/0:hover{--tw-shadow-color: rgb(239 68 68 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/10:hover{--tw-shadow-color: rgb(239 68 68 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/100:hover{--tw-shadow-color: rgb(239 68 68 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/15:hover{--tw-shadow-color: rgb(239 68 68 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/20:hover{--tw-shadow-color: rgb(239 68 68 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/25:hover{--tw-shadow-color: rgb(239 68 68 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/30:hover{--tw-shadow-color: rgb(239 68 68 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/35:hover{--tw-shadow-color: rgb(239 68 68 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/40:hover{--tw-shadow-color: rgb(239 68 68 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/45:hover{--tw-shadow-color: rgb(239 68 68 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/5:hover{--tw-shadow-color: rgb(239 68 68 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/50:hover{--tw-shadow-color: rgb(239 68 68 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/55:hover{--tw-shadow-color: rgb(239 68 68 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/60:hover{--tw-shadow-color: rgb(239 68 68 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/65:hover{--tw-shadow-color: rgb(239 68 68 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/70:hover{--tw-shadow-color: rgb(239 68 68 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/75:hover{--tw-shadow-color: rgb(239 68 68 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/80:hover{--tw-shadow-color: rgb(239 68 68 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/85:hover{--tw-shadow-color: rgb(239 68 68 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/90:hover{--tw-shadow-color: rgb(239 68 68 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/95:hover{--tw-shadow-color: rgb(239 68 68 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600:hover{--tw-shadow-color: #dc2626;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/0:hover{--tw-shadow-color: rgb(220 38 38 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/10:hover{--tw-shadow-color: rgb(220 38 38 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/100:hover{--tw-shadow-color: rgb(220 38 38 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/15:hover{--tw-shadow-color: rgb(220 38 38 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/20:hover{--tw-shadow-color: rgb(220 38 38 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/25:hover{--tw-shadow-color: rgb(220 38 38 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/30:hover{--tw-shadow-color: rgb(220 38 38 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/35:hover{--tw-shadow-color: rgb(220 38 38 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/40:hover{--tw-shadow-color: rgb(220 38 38 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/45:hover{--tw-shadow-color: rgb(220 38 38 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/5:hover{--tw-shadow-color: rgb(220 38 38 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/50:hover{--tw-shadow-color: rgb(220 38 38 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/55:hover{--tw-shadow-color: rgb(220 38 38 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/60:hover{--tw-shadow-color: rgb(220 38 38 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/65:hover{--tw-shadow-color: rgb(220 38 38 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/70:hover{--tw-shadow-color: rgb(220 38 38 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/75:hover{--tw-shadow-color: rgb(220 38 38 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/80:hover{--tw-shadow-color: rgb(220 38 38 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/85:hover{--tw-shadow-color: rgb(220 38 38 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/90:hover{--tw-shadow-color: rgb(220 38 38 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-600\/95:hover{--tw-shadow-color: rgb(220 38 38 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700:hover{--tw-shadow-color: #b91c1c;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/0:hover{--tw-shadow-color: rgb(185 28 28 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/10:hover{--tw-shadow-color: rgb(185 28 28 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/100:hover{--tw-shadow-color: rgb(185 28 28 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/15:hover{--tw-shadow-color: rgb(185 28 28 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/20:hover{--tw-shadow-color: rgb(185 28 28 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/25:hover{--tw-shadow-color: rgb(185 28 28 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/30:hover{--tw-shadow-color: rgb(185 28 28 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/35:hover{--tw-shadow-color: rgb(185 28 28 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/40:hover{--tw-shadow-color: rgb(185 28 28 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/45:hover{--tw-shadow-color: rgb(185 28 28 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/5:hover{--tw-shadow-color: rgb(185 28 28 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/50:hover{--tw-shadow-color: rgb(185 28 28 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/55:hover{--tw-shadow-color: rgb(185 28 28 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/60:hover{--tw-shadow-color: rgb(185 28 28 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/65:hover{--tw-shadow-color: rgb(185 28 28 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/70:hover{--tw-shadow-color: rgb(185 28 28 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/75:hover{--tw-shadow-color: rgb(185 28 28 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/80:hover{--tw-shadow-color: rgb(185 28 28 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/85:hover{--tw-shadow-color: rgb(185 28 28 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/90:hover{--tw-shadow-color: rgb(185 28 28 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/95:hover{--tw-shadow-color: rgb(185 28 28 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800:hover{--tw-shadow-color: #991b1b;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/0:hover{--tw-shadow-color: rgb(153 27 27 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/10:hover{--tw-shadow-color: rgb(153 27 27 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/100:hover{--tw-shadow-color: rgb(153 27 27 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/15:hover{--tw-shadow-color: rgb(153 27 27 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/20:hover{--tw-shadow-color: rgb(153 27 27 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/25:hover{--tw-shadow-color: rgb(153 27 27 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/30:hover{--tw-shadow-color: rgb(153 27 27 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/35:hover{--tw-shadow-color: rgb(153 27 27 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/40:hover{--tw-shadow-color: rgb(153 27 27 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/45:hover{--tw-shadow-color: rgb(153 27 27 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/5:hover{--tw-shadow-color: rgb(153 27 27 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/50:hover{--tw-shadow-color: rgb(153 27 27 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/55:hover{--tw-shadow-color: rgb(153 27 27 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/60:hover{--tw-shadow-color: rgb(153 27 27 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/65:hover{--tw-shadow-color: rgb(153 27 27 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/70:hover{--tw-shadow-color: rgb(153 27 27 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/75:hover{--tw-shadow-color: rgb(153 27 27 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/80:hover{--tw-shadow-color: rgb(153 27 27 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/85:hover{--tw-shadow-color: rgb(153 27 27 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/90:hover{--tw-shadow-color: rgb(153 27 27 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-800\/95:hover{--tw-shadow-color: rgb(153 27 27 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900:hover{--tw-shadow-color: #7f1d1d;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/0:hover{--tw-shadow-color: rgb(127 29 29 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/10:hover{--tw-shadow-color: rgb(127 29 29 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/100:hover{--tw-shadow-color: rgb(127 29 29 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/15:hover{--tw-shadow-color: rgb(127 29 29 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/20:hover{--tw-shadow-color: rgb(127 29 29 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/25:hover{--tw-shadow-color: rgb(127 29 29 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/30:hover{--tw-shadow-color: rgb(127 29 29 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/35:hover{--tw-shadow-color: rgb(127 29 29 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/40:hover{--tw-shadow-color: rgb(127 29 29 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/45:hover{--tw-shadow-color: rgb(127 29 29 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/5:hover{--tw-shadow-color: rgb(127 29 29 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/50:hover{--tw-shadow-color: rgb(127 29 29 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/55:hover{--tw-shadow-color: rgb(127 29 29 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/60:hover{--tw-shadow-color: rgb(127 29 29 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/65:hover{--tw-shadow-color: rgb(127 29 29 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/70:hover{--tw-shadow-color: rgb(127 29 29 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/75:hover{--tw-shadow-color: rgb(127 29 29 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/80:hover{--tw-shadow-color: rgb(127 29 29 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/85:hover{--tw-shadow-color: rgb(127 29 29 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/90:hover{--tw-shadow-color: rgb(127 29 29 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-900\/95:hover{--tw-shadow-color: rgb(127 29 29 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950:hover{--tw-shadow-color: #450a0a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/0:hover{--tw-shadow-color: rgb(69 10 10 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/10:hover{--tw-shadow-color: rgb(69 10 10 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/100:hover{--tw-shadow-color: rgb(69 10 10 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/15:hover{--tw-shadow-color: rgb(69 10 10 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/20:hover{--tw-shadow-color: rgb(69 10 10 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/25:hover{--tw-shadow-color: rgb(69 10 10 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/30:hover{--tw-shadow-color: rgb(69 10 10 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/35:hover{--tw-shadow-color: rgb(69 10 10 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/40:hover{--tw-shadow-color: rgb(69 10 10 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/45:hover{--tw-shadow-color: rgb(69 10 10 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/5:hover{--tw-shadow-color: rgb(69 10 10 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/50:hover{--tw-shadow-color: rgb(69 10 10 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/55:hover{--tw-shadow-color: rgb(69 10 10 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/60:hover{--tw-shadow-color: rgb(69 10 10 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/65:hover{--tw-shadow-color: rgb(69 10 10 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/70:hover{--tw-shadow-color: rgb(69 10 10 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/75:hover{--tw-shadow-color: rgb(69 10 10 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/80:hover{--tw-shadow-color: rgb(69 10 10 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/85:hover{--tw-shadow-color: rgb(69 10 10 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/90:hover{--tw-shadow-color: rgb(69 10 10 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-950\/95:hover{--tw-shadow-color: rgb(69 10 10 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-ring:hover{--tw-shadow-color: var(--ring);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100:hover{--tw-shadow-color: #ffe4e6;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/0:hover{--tw-shadow-color: rgb(255 228 230 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/10:hover{--tw-shadow-color: rgb(255 228 230 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/100:hover{--tw-shadow-color: rgb(255 228 230 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/15:hover{--tw-shadow-color: rgb(255 228 230 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/20:hover{--tw-shadow-color: rgb(255 228 230 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/25:hover{--tw-shadow-color: rgb(255 228 230 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/30:hover{--tw-shadow-color: rgb(255 228 230 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/35:hover{--tw-shadow-color: rgb(255 228 230 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/40:hover{--tw-shadow-color: rgb(255 228 230 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/45:hover{--tw-shadow-color: rgb(255 228 230 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/5:hover{--tw-shadow-color: rgb(255 228 230 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/50:hover{--tw-shadow-color: rgb(255 228 230 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/55:hover{--tw-shadow-color: rgb(255 228 230 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/60:hover{--tw-shadow-color: rgb(255 228 230 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/65:hover{--tw-shadow-color: rgb(255 228 230 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/70:hover{--tw-shadow-color: rgb(255 228 230 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/75:hover{--tw-shadow-color: rgb(255 228 230 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/80:hover{--tw-shadow-color: rgb(255 228 230 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/85:hover{--tw-shadow-color: rgb(255 228 230 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/90:hover{--tw-shadow-color: rgb(255 228 230 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-100\/95:hover{--tw-shadow-color: rgb(255 228 230 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200:hover{--tw-shadow-color: #fecdd3;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/0:hover{--tw-shadow-color: rgb(254 205 211 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/10:hover{--tw-shadow-color: rgb(254 205 211 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/100:hover{--tw-shadow-color: rgb(254 205 211 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/15:hover{--tw-shadow-color: rgb(254 205 211 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/20:hover{--tw-shadow-color: rgb(254 205 211 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/25:hover{--tw-shadow-color: rgb(254 205 211 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/30:hover{--tw-shadow-color: rgb(254 205 211 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/35:hover{--tw-shadow-color: rgb(254 205 211 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/40:hover{--tw-shadow-color: rgb(254 205 211 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/45:hover{--tw-shadow-color: rgb(254 205 211 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/5:hover{--tw-shadow-color: rgb(254 205 211 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/50:hover{--tw-shadow-color: rgb(254 205 211 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/55:hover{--tw-shadow-color: rgb(254 205 211 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/60:hover{--tw-shadow-color: rgb(254 205 211 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/65:hover{--tw-shadow-color: rgb(254 205 211 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/70:hover{--tw-shadow-color: rgb(254 205 211 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/75:hover{--tw-shadow-color: rgb(254 205 211 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/80:hover{--tw-shadow-color: rgb(254 205 211 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/85:hover{--tw-shadow-color: rgb(254 205 211 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/90:hover{--tw-shadow-color: rgb(254 205 211 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-200\/95:hover{--tw-shadow-color: rgb(254 205 211 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300:hover{--tw-shadow-color: #fda4af;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/0:hover{--tw-shadow-color: rgb(253 164 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/10:hover{--tw-shadow-color: rgb(253 164 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/100:hover{--tw-shadow-color: rgb(253 164 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/15:hover{--tw-shadow-color: rgb(253 164 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/20:hover{--tw-shadow-color: rgb(253 164 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/25:hover{--tw-shadow-color: rgb(253 164 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/30:hover{--tw-shadow-color: rgb(253 164 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/35:hover{--tw-shadow-color: rgb(253 164 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/40:hover{--tw-shadow-color: rgb(253 164 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/45:hover{--tw-shadow-color: rgb(253 164 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/5:hover{--tw-shadow-color: rgb(253 164 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/50:hover{--tw-shadow-color: rgb(253 164 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/55:hover{--tw-shadow-color: rgb(253 164 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/60:hover{--tw-shadow-color: rgb(253 164 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/65:hover{--tw-shadow-color: rgb(253 164 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/70:hover{--tw-shadow-color: rgb(253 164 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/75:hover{--tw-shadow-color: rgb(253 164 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/80:hover{--tw-shadow-color: rgb(253 164 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/85:hover{--tw-shadow-color: rgb(253 164 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/90:hover{--tw-shadow-color: rgb(253 164 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-300\/95:hover{--tw-shadow-color: rgb(253 164 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400:hover{--tw-shadow-color: #fb7185;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/0:hover{--tw-shadow-color: rgb(251 113 133 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/10:hover{--tw-shadow-color: rgb(251 113 133 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/100:hover{--tw-shadow-color: rgb(251 113 133 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/15:hover{--tw-shadow-color: rgb(251 113 133 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/20:hover{--tw-shadow-color: rgb(251 113 133 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/25:hover{--tw-shadow-color: rgb(251 113 133 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/30:hover{--tw-shadow-color: rgb(251 113 133 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/35:hover{--tw-shadow-color: rgb(251 113 133 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/40:hover{--tw-shadow-color: rgb(251 113 133 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/45:hover{--tw-shadow-color: rgb(251 113 133 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/5:hover{--tw-shadow-color: rgb(251 113 133 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/50:hover{--tw-shadow-color: rgb(251 113 133 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/55:hover{--tw-shadow-color: rgb(251 113 133 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/60:hover{--tw-shadow-color: rgb(251 113 133 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/65:hover{--tw-shadow-color: rgb(251 113 133 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/70:hover{--tw-shadow-color: rgb(251 113 133 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/75:hover{--tw-shadow-color: rgb(251 113 133 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/80:hover{--tw-shadow-color: rgb(251 113 133 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/85:hover{--tw-shadow-color: rgb(251 113 133 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/90:hover{--tw-shadow-color: rgb(251 113 133 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-400\/95:hover{--tw-shadow-color: rgb(251 113 133 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50:hover{--tw-shadow-color: #fff1f2;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/0:hover{--tw-shadow-color: rgb(255 241 242 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/10:hover{--tw-shadow-color: rgb(255 241 242 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/100:hover{--tw-shadow-color: rgb(255 241 242 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/15:hover{--tw-shadow-color: rgb(255 241 242 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/20:hover{--tw-shadow-color: rgb(255 241 242 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/25:hover{--tw-shadow-color: rgb(255 241 242 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/30:hover{--tw-shadow-color: rgb(255 241 242 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/35:hover{--tw-shadow-color: rgb(255 241 242 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/40:hover{--tw-shadow-color: rgb(255 241 242 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/45:hover{--tw-shadow-color: rgb(255 241 242 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/5:hover{--tw-shadow-color: rgb(255 241 242 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/50:hover{--tw-shadow-color: rgb(255 241 242 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/55:hover{--tw-shadow-color: rgb(255 241 242 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/60:hover{--tw-shadow-color: rgb(255 241 242 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/65:hover{--tw-shadow-color: rgb(255 241 242 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/70:hover{--tw-shadow-color: rgb(255 241 242 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/75:hover{--tw-shadow-color: rgb(255 241 242 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/80:hover{--tw-shadow-color: rgb(255 241 242 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/85:hover{--tw-shadow-color: rgb(255 241 242 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/90:hover{--tw-shadow-color: rgb(255 241 242 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-50\/95:hover{--tw-shadow-color: rgb(255 241 242 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500:hover{--tw-shadow-color: #f43f5e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/0:hover{--tw-shadow-color: rgb(244 63 94 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/10:hover{--tw-shadow-color: rgb(244 63 94 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/100:hover{--tw-shadow-color: rgb(244 63 94 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/15:hover{--tw-shadow-color: rgb(244 63 94 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/20:hover{--tw-shadow-color: rgb(244 63 94 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/25:hover{--tw-shadow-color: rgb(244 63 94 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/30:hover{--tw-shadow-color: rgb(244 63 94 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/35:hover{--tw-shadow-color: rgb(244 63 94 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/40:hover{--tw-shadow-color: rgb(244 63 94 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/45:hover{--tw-shadow-color: rgb(244 63 94 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/5:hover{--tw-shadow-color: rgb(244 63 94 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/50:hover{--tw-shadow-color: rgb(244 63 94 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/55:hover{--tw-shadow-color: rgb(244 63 94 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/60:hover{--tw-shadow-color: rgb(244 63 94 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/65:hover{--tw-shadow-color: rgb(244 63 94 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/70:hover{--tw-shadow-color: rgb(244 63 94 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/75:hover{--tw-shadow-color: rgb(244 63 94 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/80:hover{--tw-shadow-color: rgb(244 63 94 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/85:hover{--tw-shadow-color: rgb(244 63 94 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/90:hover{--tw-shadow-color: rgb(244 63 94 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-500\/95:hover{--tw-shadow-color: rgb(244 63 94 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600:hover{--tw-shadow-color: #e11d48;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/0:hover{--tw-shadow-color: rgb(225 29 72 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/10:hover{--tw-shadow-color: rgb(225 29 72 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/100:hover{--tw-shadow-color: rgb(225 29 72 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/15:hover{--tw-shadow-color: rgb(225 29 72 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/20:hover{--tw-shadow-color: rgb(225 29 72 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/25:hover{--tw-shadow-color: rgb(225 29 72 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/30:hover{--tw-shadow-color: rgb(225 29 72 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/35:hover{--tw-shadow-color: rgb(225 29 72 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/40:hover{--tw-shadow-color: rgb(225 29 72 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/45:hover{--tw-shadow-color: rgb(225 29 72 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/5:hover{--tw-shadow-color: rgb(225 29 72 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/50:hover{--tw-shadow-color: rgb(225 29 72 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/55:hover{--tw-shadow-color: rgb(225 29 72 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/60:hover{--tw-shadow-color: rgb(225 29 72 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/65:hover{--tw-shadow-color: rgb(225 29 72 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/70:hover{--tw-shadow-color: rgb(225 29 72 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/75:hover{--tw-shadow-color: rgb(225 29 72 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/80:hover{--tw-shadow-color: rgb(225 29 72 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/85:hover{--tw-shadow-color: rgb(225 29 72 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/90:hover{--tw-shadow-color: rgb(225 29 72 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-600\/95:hover{--tw-shadow-color: rgb(225 29 72 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700:hover{--tw-shadow-color: #be123c;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/0:hover{--tw-shadow-color: rgb(190 18 60 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/10:hover{--tw-shadow-color: rgb(190 18 60 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/100:hover{--tw-shadow-color: rgb(190 18 60 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/15:hover{--tw-shadow-color: rgb(190 18 60 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/20:hover{--tw-shadow-color: rgb(190 18 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/25:hover{--tw-shadow-color: rgb(190 18 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/30:hover{--tw-shadow-color: rgb(190 18 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/35:hover{--tw-shadow-color: rgb(190 18 60 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/40:hover{--tw-shadow-color: rgb(190 18 60 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/45:hover{--tw-shadow-color: rgb(190 18 60 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/5:hover{--tw-shadow-color: rgb(190 18 60 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/50:hover{--tw-shadow-color: rgb(190 18 60 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/55:hover{--tw-shadow-color: rgb(190 18 60 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/60:hover{--tw-shadow-color: rgb(190 18 60 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/65:hover{--tw-shadow-color: rgb(190 18 60 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/70:hover{--tw-shadow-color: rgb(190 18 60 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/75:hover{--tw-shadow-color: rgb(190 18 60 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/80:hover{--tw-shadow-color: rgb(190 18 60 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/85:hover{--tw-shadow-color: rgb(190 18 60 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/90:hover{--tw-shadow-color: rgb(190 18 60 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-700\/95:hover{--tw-shadow-color: rgb(190 18 60 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800:hover{--tw-shadow-color: #9f1239;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/0:hover{--tw-shadow-color: rgb(159 18 57 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/10:hover{--tw-shadow-color: rgb(159 18 57 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/100:hover{--tw-shadow-color: rgb(159 18 57 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/15:hover{--tw-shadow-color: rgb(159 18 57 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/20:hover{--tw-shadow-color: rgb(159 18 57 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/25:hover{--tw-shadow-color: rgb(159 18 57 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/30:hover{--tw-shadow-color: rgb(159 18 57 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/35:hover{--tw-shadow-color: rgb(159 18 57 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/40:hover{--tw-shadow-color: rgb(159 18 57 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/45:hover{--tw-shadow-color: rgb(159 18 57 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/5:hover{--tw-shadow-color: rgb(159 18 57 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/50:hover{--tw-shadow-color: rgb(159 18 57 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/55:hover{--tw-shadow-color: rgb(159 18 57 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/60:hover{--tw-shadow-color: rgb(159 18 57 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/65:hover{--tw-shadow-color: rgb(159 18 57 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/70:hover{--tw-shadow-color: rgb(159 18 57 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/75:hover{--tw-shadow-color: rgb(159 18 57 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/80:hover{--tw-shadow-color: rgb(159 18 57 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/85:hover{--tw-shadow-color: rgb(159 18 57 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/90:hover{--tw-shadow-color: rgb(159 18 57 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-800\/95:hover{--tw-shadow-color: rgb(159 18 57 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900:hover{--tw-shadow-color: #881337;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/0:hover{--tw-shadow-color: rgb(136 19 55 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/10:hover{--tw-shadow-color: rgb(136 19 55 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/100:hover{--tw-shadow-color: rgb(136 19 55 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/15:hover{--tw-shadow-color: rgb(136 19 55 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/20:hover{--tw-shadow-color: rgb(136 19 55 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/25:hover{--tw-shadow-color: rgb(136 19 55 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/30:hover{--tw-shadow-color: rgb(136 19 55 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/35:hover{--tw-shadow-color: rgb(136 19 55 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/40:hover{--tw-shadow-color: rgb(136 19 55 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/45:hover{--tw-shadow-color: rgb(136 19 55 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/5:hover{--tw-shadow-color: rgb(136 19 55 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/50:hover{--tw-shadow-color: rgb(136 19 55 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/55:hover{--tw-shadow-color: rgb(136 19 55 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/60:hover{--tw-shadow-color: rgb(136 19 55 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/65:hover{--tw-shadow-color: rgb(136 19 55 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/70:hover{--tw-shadow-color: rgb(136 19 55 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/75:hover{--tw-shadow-color: rgb(136 19 55 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/80:hover{--tw-shadow-color: rgb(136 19 55 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/85:hover{--tw-shadow-color: rgb(136 19 55 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/90:hover{--tw-shadow-color: rgb(136 19 55 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-900\/95:hover{--tw-shadow-color: rgb(136 19 55 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950:hover{--tw-shadow-color: #4c0519;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/0:hover{--tw-shadow-color: rgb(76 5 25 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/10:hover{--tw-shadow-color: rgb(76 5 25 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/100:hover{--tw-shadow-color: rgb(76 5 25 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/15:hover{--tw-shadow-color: rgb(76 5 25 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/20:hover{--tw-shadow-color: rgb(76 5 25 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/25:hover{--tw-shadow-color: rgb(76 5 25 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/30:hover{--tw-shadow-color: rgb(76 5 25 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/35:hover{--tw-shadow-color: rgb(76 5 25 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/40:hover{--tw-shadow-color: rgb(76 5 25 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/45:hover{--tw-shadow-color: rgb(76 5 25 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/5:hover{--tw-shadow-color: rgb(76 5 25 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/50:hover{--tw-shadow-color: rgb(76 5 25 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/55:hover{--tw-shadow-color: rgb(76 5 25 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/60:hover{--tw-shadow-color: rgb(76 5 25 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/65:hover{--tw-shadow-color: rgb(76 5 25 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/70:hover{--tw-shadow-color: rgb(76 5 25 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/75:hover{--tw-shadow-color: rgb(76 5 25 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/80:hover{--tw-shadow-color: rgb(76 5 25 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/85:hover{--tw-shadow-color: rgb(76 5 25 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/90:hover{--tw-shadow-color: rgb(76 5 25 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-rose-950\/95:hover{--tw-shadow-color: rgb(76 5 25 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-secondary:hover{--tw-shadow-color: var(--secondary);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-secondary-foreground:hover{--tw-shadow-color: var(--secondary-foreground);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100:hover{--tw-shadow-color: #e0f2fe;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/0:hover{--tw-shadow-color: rgb(224 242 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/10:hover{--tw-shadow-color: rgb(224 242 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/100:hover{--tw-shadow-color: rgb(224 242 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/15:hover{--tw-shadow-color: rgb(224 242 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/20:hover{--tw-shadow-color: rgb(224 242 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/25:hover{--tw-shadow-color: rgb(224 242 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/30:hover{--tw-shadow-color: rgb(224 242 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/35:hover{--tw-shadow-color: rgb(224 242 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/40:hover{--tw-shadow-color: rgb(224 242 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/45:hover{--tw-shadow-color: rgb(224 242 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/5:hover{--tw-shadow-color: rgb(224 242 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/50:hover{--tw-shadow-color: rgb(224 242 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/55:hover{--tw-shadow-color: rgb(224 242 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/60:hover{--tw-shadow-color: rgb(224 242 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/65:hover{--tw-shadow-color: rgb(224 242 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/70:hover{--tw-shadow-color: rgb(224 242 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/75:hover{--tw-shadow-color: rgb(224 242 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/80:hover{--tw-shadow-color: rgb(224 242 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/85:hover{--tw-shadow-color: rgb(224 242 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/90:hover{--tw-shadow-color: rgb(224 242 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-100\/95:hover{--tw-shadow-color: rgb(224 242 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200:hover{--tw-shadow-color: #bae6fd;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/0:hover{--tw-shadow-color: rgb(186 230 253 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/10:hover{--tw-shadow-color: rgb(186 230 253 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/100:hover{--tw-shadow-color: rgb(186 230 253 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/15:hover{--tw-shadow-color: rgb(186 230 253 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/20:hover{--tw-shadow-color: rgb(186 230 253 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/25:hover{--tw-shadow-color: rgb(186 230 253 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/30:hover{--tw-shadow-color: rgb(186 230 253 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/35:hover{--tw-shadow-color: rgb(186 230 253 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/40:hover{--tw-shadow-color: rgb(186 230 253 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/45:hover{--tw-shadow-color: rgb(186 230 253 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/5:hover{--tw-shadow-color: rgb(186 230 253 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/50:hover{--tw-shadow-color: rgb(186 230 253 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/55:hover{--tw-shadow-color: rgb(186 230 253 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/60:hover{--tw-shadow-color: rgb(186 230 253 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/65:hover{--tw-shadow-color: rgb(186 230 253 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/70:hover{--tw-shadow-color: rgb(186 230 253 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/75:hover{--tw-shadow-color: rgb(186 230 253 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/80:hover{--tw-shadow-color: rgb(186 230 253 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/85:hover{--tw-shadow-color: rgb(186 230 253 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/90:hover{--tw-shadow-color: rgb(186 230 253 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-200\/95:hover{--tw-shadow-color: rgb(186 230 253 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300:hover{--tw-shadow-color: #7dd3fc;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/0:hover{--tw-shadow-color: rgb(125 211 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/10:hover{--tw-shadow-color: rgb(125 211 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/100:hover{--tw-shadow-color: rgb(125 211 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/15:hover{--tw-shadow-color: rgb(125 211 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/20:hover{--tw-shadow-color: rgb(125 211 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/25:hover{--tw-shadow-color: rgb(125 211 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/30:hover{--tw-shadow-color: rgb(125 211 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/35:hover{--tw-shadow-color: rgb(125 211 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/40:hover{--tw-shadow-color: rgb(125 211 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/45:hover{--tw-shadow-color: rgb(125 211 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/5:hover{--tw-shadow-color: rgb(125 211 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/50:hover{--tw-shadow-color: rgb(125 211 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/55:hover{--tw-shadow-color: rgb(125 211 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/60:hover{--tw-shadow-color: rgb(125 211 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/65:hover{--tw-shadow-color: rgb(125 211 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/70:hover{--tw-shadow-color: rgb(125 211 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/75:hover{--tw-shadow-color: rgb(125 211 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/80:hover{--tw-shadow-color: rgb(125 211 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/85:hover{--tw-shadow-color: rgb(125 211 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/90:hover{--tw-shadow-color: rgb(125 211 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-300\/95:hover{--tw-shadow-color: rgb(125 211 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400:hover{--tw-shadow-color: #38bdf8;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/0:hover{--tw-shadow-color: rgb(56 189 248 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/10:hover{--tw-shadow-color: rgb(56 189 248 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/100:hover{--tw-shadow-color: rgb(56 189 248 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/15:hover{--tw-shadow-color: rgb(56 189 248 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/20:hover{--tw-shadow-color: rgb(56 189 248 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/25:hover{--tw-shadow-color: rgb(56 189 248 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/30:hover{--tw-shadow-color: rgb(56 189 248 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/35:hover{--tw-shadow-color: rgb(56 189 248 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/40:hover{--tw-shadow-color: rgb(56 189 248 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/45:hover{--tw-shadow-color: rgb(56 189 248 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/5:hover{--tw-shadow-color: rgb(56 189 248 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/50:hover{--tw-shadow-color: rgb(56 189 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/55:hover{--tw-shadow-color: rgb(56 189 248 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/60:hover{--tw-shadow-color: rgb(56 189 248 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/65:hover{--tw-shadow-color: rgb(56 189 248 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/70:hover{--tw-shadow-color: rgb(56 189 248 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/75:hover{--tw-shadow-color: rgb(56 189 248 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/80:hover{--tw-shadow-color: rgb(56 189 248 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/85:hover{--tw-shadow-color: rgb(56 189 248 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/90:hover{--tw-shadow-color: rgb(56 189 248 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-400\/95:hover{--tw-shadow-color: rgb(56 189 248 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50:hover{--tw-shadow-color: #f0f9ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/0:hover{--tw-shadow-color: rgb(240 249 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/10:hover{--tw-shadow-color: rgb(240 249 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/100:hover{--tw-shadow-color: rgb(240 249 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/15:hover{--tw-shadow-color: rgb(240 249 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/20:hover{--tw-shadow-color: rgb(240 249 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/25:hover{--tw-shadow-color: rgb(240 249 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/30:hover{--tw-shadow-color: rgb(240 249 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/35:hover{--tw-shadow-color: rgb(240 249 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/40:hover{--tw-shadow-color: rgb(240 249 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/45:hover{--tw-shadow-color: rgb(240 249 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/5:hover{--tw-shadow-color: rgb(240 249 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/50:hover{--tw-shadow-color: rgb(240 249 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/55:hover{--tw-shadow-color: rgb(240 249 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/60:hover{--tw-shadow-color: rgb(240 249 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/65:hover{--tw-shadow-color: rgb(240 249 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/70:hover{--tw-shadow-color: rgb(240 249 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/75:hover{--tw-shadow-color: rgb(240 249 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/80:hover{--tw-shadow-color: rgb(240 249 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/85:hover{--tw-shadow-color: rgb(240 249 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/90:hover{--tw-shadow-color: rgb(240 249 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-50\/95:hover{--tw-shadow-color: rgb(240 249 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500:hover{--tw-shadow-color: #0ea5e9;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/0:hover{--tw-shadow-color: rgb(14 165 233 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/10:hover{--tw-shadow-color: rgb(14 165 233 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/100:hover{--tw-shadow-color: rgb(14 165 233 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/15:hover{--tw-shadow-color: rgb(14 165 233 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/20:hover{--tw-shadow-color: rgb(14 165 233 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/25:hover{--tw-shadow-color: rgb(14 165 233 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/30:hover{--tw-shadow-color: rgb(14 165 233 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/35:hover{--tw-shadow-color: rgb(14 165 233 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/40:hover{--tw-shadow-color: rgb(14 165 233 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/45:hover{--tw-shadow-color: rgb(14 165 233 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/5:hover{--tw-shadow-color: rgb(14 165 233 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/50:hover{--tw-shadow-color: rgb(14 165 233 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/55:hover{--tw-shadow-color: rgb(14 165 233 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/60:hover{--tw-shadow-color: rgb(14 165 233 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/65:hover{--tw-shadow-color: rgb(14 165 233 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/70:hover{--tw-shadow-color: rgb(14 165 233 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/75:hover{--tw-shadow-color: rgb(14 165 233 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/80:hover{--tw-shadow-color: rgb(14 165 233 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/85:hover{--tw-shadow-color: rgb(14 165 233 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/90:hover{--tw-shadow-color: rgb(14 165 233 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-500\/95:hover{--tw-shadow-color: rgb(14 165 233 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600:hover{--tw-shadow-color: #0284c7;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/0:hover{--tw-shadow-color: rgb(2 132 199 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/10:hover{--tw-shadow-color: rgb(2 132 199 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/100:hover{--tw-shadow-color: rgb(2 132 199 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/15:hover{--tw-shadow-color: rgb(2 132 199 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/20:hover{--tw-shadow-color: rgb(2 132 199 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/25:hover{--tw-shadow-color: rgb(2 132 199 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/30:hover{--tw-shadow-color: rgb(2 132 199 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/35:hover{--tw-shadow-color: rgb(2 132 199 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/40:hover{--tw-shadow-color: rgb(2 132 199 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/45:hover{--tw-shadow-color: rgb(2 132 199 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/5:hover{--tw-shadow-color: rgb(2 132 199 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/50:hover{--tw-shadow-color: rgb(2 132 199 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/55:hover{--tw-shadow-color: rgb(2 132 199 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/60:hover{--tw-shadow-color: rgb(2 132 199 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/65:hover{--tw-shadow-color: rgb(2 132 199 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/70:hover{--tw-shadow-color: rgb(2 132 199 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/75:hover{--tw-shadow-color: rgb(2 132 199 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/80:hover{--tw-shadow-color: rgb(2 132 199 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/85:hover{--tw-shadow-color: rgb(2 132 199 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/90:hover{--tw-shadow-color: rgb(2 132 199 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-600\/95:hover{--tw-shadow-color: rgb(2 132 199 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700:hover{--tw-shadow-color: #0369a1;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/0:hover{--tw-shadow-color: rgb(3 105 161 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/10:hover{--tw-shadow-color: rgb(3 105 161 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/100:hover{--tw-shadow-color: rgb(3 105 161 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/15:hover{--tw-shadow-color: rgb(3 105 161 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/20:hover{--tw-shadow-color: rgb(3 105 161 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/25:hover{--tw-shadow-color: rgb(3 105 161 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/30:hover{--tw-shadow-color: rgb(3 105 161 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/35:hover{--tw-shadow-color: rgb(3 105 161 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/40:hover{--tw-shadow-color: rgb(3 105 161 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/45:hover{--tw-shadow-color: rgb(3 105 161 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/5:hover{--tw-shadow-color: rgb(3 105 161 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/50:hover{--tw-shadow-color: rgb(3 105 161 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/55:hover{--tw-shadow-color: rgb(3 105 161 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/60:hover{--tw-shadow-color: rgb(3 105 161 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/65:hover{--tw-shadow-color: rgb(3 105 161 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/70:hover{--tw-shadow-color: rgb(3 105 161 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/75:hover{--tw-shadow-color: rgb(3 105 161 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/80:hover{--tw-shadow-color: rgb(3 105 161 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/85:hover{--tw-shadow-color: rgb(3 105 161 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/90:hover{--tw-shadow-color: rgb(3 105 161 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-700\/95:hover{--tw-shadow-color: rgb(3 105 161 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800:hover{--tw-shadow-color: #075985;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/0:hover{--tw-shadow-color: rgb(7 89 133 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/10:hover{--tw-shadow-color: rgb(7 89 133 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/100:hover{--tw-shadow-color: rgb(7 89 133 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/15:hover{--tw-shadow-color: rgb(7 89 133 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/20:hover{--tw-shadow-color: rgb(7 89 133 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/25:hover{--tw-shadow-color: rgb(7 89 133 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/30:hover{--tw-shadow-color: rgb(7 89 133 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/35:hover{--tw-shadow-color: rgb(7 89 133 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/40:hover{--tw-shadow-color: rgb(7 89 133 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/45:hover{--tw-shadow-color: rgb(7 89 133 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/5:hover{--tw-shadow-color: rgb(7 89 133 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/50:hover{--tw-shadow-color: rgb(7 89 133 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/55:hover{--tw-shadow-color: rgb(7 89 133 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/60:hover{--tw-shadow-color: rgb(7 89 133 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/65:hover{--tw-shadow-color: rgb(7 89 133 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/70:hover{--tw-shadow-color: rgb(7 89 133 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/75:hover{--tw-shadow-color: rgb(7 89 133 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/80:hover{--tw-shadow-color: rgb(7 89 133 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/85:hover{--tw-shadow-color: rgb(7 89 133 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/90:hover{--tw-shadow-color: rgb(7 89 133 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-800\/95:hover{--tw-shadow-color: rgb(7 89 133 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900:hover{--tw-shadow-color: #0c4a6e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/0:hover{--tw-shadow-color: rgb(12 74 110 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/10:hover{--tw-shadow-color: rgb(12 74 110 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/100:hover{--tw-shadow-color: rgb(12 74 110 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/15:hover{--tw-shadow-color: rgb(12 74 110 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/20:hover{--tw-shadow-color: rgb(12 74 110 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/25:hover{--tw-shadow-color: rgb(12 74 110 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/30:hover{--tw-shadow-color: rgb(12 74 110 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/35:hover{--tw-shadow-color: rgb(12 74 110 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/40:hover{--tw-shadow-color: rgb(12 74 110 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/45:hover{--tw-shadow-color: rgb(12 74 110 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/5:hover{--tw-shadow-color: rgb(12 74 110 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/50:hover{--tw-shadow-color: rgb(12 74 110 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/55:hover{--tw-shadow-color: rgb(12 74 110 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/60:hover{--tw-shadow-color: rgb(12 74 110 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/65:hover{--tw-shadow-color: rgb(12 74 110 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/70:hover{--tw-shadow-color: rgb(12 74 110 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/75:hover{--tw-shadow-color: rgb(12 74 110 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/80:hover{--tw-shadow-color: rgb(12 74 110 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/85:hover{--tw-shadow-color: rgb(12 74 110 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/90:hover{--tw-shadow-color: rgb(12 74 110 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-900\/95:hover{--tw-shadow-color: rgb(12 74 110 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950:hover{--tw-shadow-color: #082f49;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/0:hover{--tw-shadow-color: rgb(8 47 73 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/10:hover{--tw-shadow-color: rgb(8 47 73 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/100:hover{--tw-shadow-color: rgb(8 47 73 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/15:hover{--tw-shadow-color: rgb(8 47 73 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/20:hover{--tw-shadow-color: rgb(8 47 73 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/25:hover{--tw-shadow-color: rgb(8 47 73 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/30:hover{--tw-shadow-color: rgb(8 47 73 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/35:hover{--tw-shadow-color: rgb(8 47 73 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/40:hover{--tw-shadow-color: rgb(8 47 73 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/45:hover{--tw-shadow-color: rgb(8 47 73 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/5:hover{--tw-shadow-color: rgb(8 47 73 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/50:hover{--tw-shadow-color: rgb(8 47 73 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/55:hover{--tw-shadow-color: rgb(8 47 73 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/60:hover{--tw-shadow-color: rgb(8 47 73 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/65:hover{--tw-shadow-color: rgb(8 47 73 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/70:hover{--tw-shadow-color: rgb(8 47 73 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/75:hover{--tw-shadow-color: rgb(8 47 73 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/80:hover{--tw-shadow-color: rgb(8 47 73 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/85:hover{--tw-shadow-color: rgb(8 47 73 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/90:hover{--tw-shadow-color: rgb(8 47 73 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-sky-950\/95:hover{--tw-shadow-color: rgb(8 47 73 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100:hover{--tw-shadow-color: #f1f5f9;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/0:hover{--tw-shadow-color: rgb(241 245 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/10:hover{--tw-shadow-color: rgb(241 245 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/100:hover{--tw-shadow-color: rgb(241 245 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/15:hover{--tw-shadow-color: rgb(241 245 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/20:hover{--tw-shadow-color: rgb(241 245 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/25:hover{--tw-shadow-color: rgb(241 245 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/30:hover{--tw-shadow-color: rgb(241 245 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/35:hover{--tw-shadow-color: rgb(241 245 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/40:hover{--tw-shadow-color: rgb(241 245 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/45:hover{--tw-shadow-color: rgb(241 245 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/5:hover{--tw-shadow-color: rgb(241 245 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/50:hover{--tw-shadow-color: rgb(241 245 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/55:hover{--tw-shadow-color: rgb(241 245 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/60:hover{--tw-shadow-color: rgb(241 245 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/65:hover{--tw-shadow-color: rgb(241 245 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/70:hover{--tw-shadow-color: rgb(241 245 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/75:hover{--tw-shadow-color: rgb(241 245 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/80:hover{--tw-shadow-color: rgb(241 245 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/85:hover{--tw-shadow-color: rgb(241 245 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/90:hover{--tw-shadow-color: rgb(241 245 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-100\/95:hover{--tw-shadow-color: rgb(241 245 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200:hover{--tw-shadow-color: #e2e8f0;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/0:hover{--tw-shadow-color: rgb(226 232 240 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/10:hover{--tw-shadow-color: rgb(226 232 240 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/100:hover{--tw-shadow-color: rgb(226 232 240 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/15:hover{--tw-shadow-color: rgb(226 232 240 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/20:hover{--tw-shadow-color: rgb(226 232 240 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/25:hover{--tw-shadow-color: rgb(226 232 240 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/30:hover{--tw-shadow-color: rgb(226 232 240 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/35:hover{--tw-shadow-color: rgb(226 232 240 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/40:hover{--tw-shadow-color: rgb(226 232 240 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/45:hover{--tw-shadow-color: rgb(226 232 240 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/5:hover{--tw-shadow-color: rgb(226 232 240 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/50:hover{--tw-shadow-color: rgb(226 232 240 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/55:hover{--tw-shadow-color: rgb(226 232 240 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/60:hover{--tw-shadow-color: rgb(226 232 240 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/65:hover{--tw-shadow-color: rgb(226 232 240 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/70:hover{--tw-shadow-color: rgb(226 232 240 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/75:hover{--tw-shadow-color: rgb(226 232 240 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/80:hover{--tw-shadow-color: rgb(226 232 240 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/85:hover{--tw-shadow-color: rgb(226 232 240 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/90:hover{--tw-shadow-color: rgb(226 232 240 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-200\/95:hover{--tw-shadow-color: rgb(226 232 240 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300:hover{--tw-shadow-color: #cbd5e1;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/0:hover{--tw-shadow-color: rgb(203 213 225 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/10:hover{--tw-shadow-color: rgb(203 213 225 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/100:hover{--tw-shadow-color: rgb(203 213 225 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/15:hover{--tw-shadow-color: rgb(203 213 225 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/20:hover{--tw-shadow-color: rgb(203 213 225 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/25:hover{--tw-shadow-color: rgb(203 213 225 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/30:hover{--tw-shadow-color: rgb(203 213 225 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/35:hover{--tw-shadow-color: rgb(203 213 225 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/40:hover{--tw-shadow-color: rgb(203 213 225 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/45:hover{--tw-shadow-color: rgb(203 213 225 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/5:hover{--tw-shadow-color: rgb(203 213 225 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/50:hover{--tw-shadow-color: rgb(203 213 225 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/55:hover{--tw-shadow-color: rgb(203 213 225 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/60:hover{--tw-shadow-color: rgb(203 213 225 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/65:hover{--tw-shadow-color: rgb(203 213 225 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/70:hover{--tw-shadow-color: rgb(203 213 225 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/75:hover{--tw-shadow-color: rgb(203 213 225 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/80:hover{--tw-shadow-color: rgb(203 213 225 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/85:hover{--tw-shadow-color: rgb(203 213 225 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/90:hover{--tw-shadow-color: rgb(203 213 225 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-300\/95:hover{--tw-shadow-color: rgb(203 213 225 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400:hover{--tw-shadow-color: #94a3b8;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/0:hover{--tw-shadow-color: rgb(148 163 184 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/10:hover{--tw-shadow-color: rgb(148 163 184 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/100:hover{--tw-shadow-color: rgb(148 163 184 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/15:hover{--tw-shadow-color: rgb(148 163 184 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/20:hover{--tw-shadow-color: rgb(148 163 184 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/25:hover{--tw-shadow-color: rgb(148 163 184 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/30:hover{--tw-shadow-color: rgb(148 163 184 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/35:hover{--tw-shadow-color: rgb(148 163 184 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/40:hover{--tw-shadow-color: rgb(148 163 184 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/45:hover{--tw-shadow-color: rgb(148 163 184 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/5:hover{--tw-shadow-color: rgb(148 163 184 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/50:hover{--tw-shadow-color: rgb(148 163 184 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/55:hover{--tw-shadow-color: rgb(148 163 184 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/60:hover{--tw-shadow-color: rgb(148 163 184 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/65:hover{--tw-shadow-color: rgb(148 163 184 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/70:hover{--tw-shadow-color: rgb(148 163 184 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/75:hover{--tw-shadow-color: rgb(148 163 184 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/80:hover{--tw-shadow-color: rgb(148 163 184 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/85:hover{--tw-shadow-color: rgb(148 163 184 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/90:hover{--tw-shadow-color: rgb(148 163 184 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-400\/95:hover{--tw-shadow-color: rgb(148 163 184 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50:hover{--tw-shadow-color: #f8fafc;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/0:hover{--tw-shadow-color: rgb(248 250 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/10:hover{--tw-shadow-color: rgb(248 250 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/100:hover{--tw-shadow-color: rgb(248 250 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/15:hover{--tw-shadow-color: rgb(248 250 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/20:hover{--tw-shadow-color: rgb(248 250 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/25:hover{--tw-shadow-color: rgb(248 250 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/30:hover{--tw-shadow-color: rgb(248 250 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/35:hover{--tw-shadow-color: rgb(248 250 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/40:hover{--tw-shadow-color: rgb(248 250 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/45:hover{--tw-shadow-color: rgb(248 250 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/5:hover{--tw-shadow-color: rgb(248 250 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/50:hover{--tw-shadow-color: rgb(248 250 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/55:hover{--tw-shadow-color: rgb(248 250 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/60:hover{--tw-shadow-color: rgb(248 250 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/65:hover{--tw-shadow-color: rgb(248 250 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/70:hover{--tw-shadow-color: rgb(248 250 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/75:hover{--tw-shadow-color: rgb(248 250 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/80:hover{--tw-shadow-color: rgb(248 250 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/85:hover{--tw-shadow-color: rgb(248 250 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/90:hover{--tw-shadow-color: rgb(248 250 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-50\/95:hover{--tw-shadow-color: rgb(248 250 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500:hover{--tw-shadow-color: #64748b;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/0:hover{--tw-shadow-color: rgb(100 116 139 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/10:hover{--tw-shadow-color: rgb(100 116 139 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/100:hover{--tw-shadow-color: rgb(100 116 139 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/15:hover{--tw-shadow-color: rgb(100 116 139 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/20:hover{--tw-shadow-color: rgb(100 116 139 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/25:hover{--tw-shadow-color: rgb(100 116 139 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/30:hover{--tw-shadow-color: rgb(100 116 139 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/35:hover{--tw-shadow-color: rgb(100 116 139 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/40:hover{--tw-shadow-color: rgb(100 116 139 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/45:hover{--tw-shadow-color: rgb(100 116 139 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/5:hover{--tw-shadow-color: rgb(100 116 139 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/50:hover{--tw-shadow-color: rgb(100 116 139 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/55:hover{--tw-shadow-color: rgb(100 116 139 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/60:hover{--tw-shadow-color: rgb(100 116 139 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/65:hover{--tw-shadow-color: rgb(100 116 139 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/70:hover{--tw-shadow-color: rgb(100 116 139 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/75:hover{--tw-shadow-color: rgb(100 116 139 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/80:hover{--tw-shadow-color: rgb(100 116 139 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/85:hover{--tw-shadow-color: rgb(100 116 139 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/90:hover{--tw-shadow-color: rgb(100 116 139 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-500\/95:hover{--tw-shadow-color: rgb(100 116 139 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600:hover{--tw-shadow-color: #475569;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/0:hover{--tw-shadow-color: rgb(71 85 105 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/10:hover{--tw-shadow-color: rgb(71 85 105 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/100:hover{--tw-shadow-color: rgb(71 85 105 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/15:hover{--tw-shadow-color: rgb(71 85 105 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/20:hover{--tw-shadow-color: rgb(71 85 105 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/25:hover{--tw-shadow-color: rgb(71 85 105 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/30:hover{--tw-shadow-color: rgb(71 85 105 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/35:hover{--tw-shadow-color: rgb(71 85 105 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/40:hover{--tw-shadow-color: rgb(71 85 105 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/45:hover{--tw-shadow-color: rgb(71 85 105 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/5:hover{--tw-shadow-color: rgb(71 85 105 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/50:hover{--tw-shadow-color: rgb(71 85 105 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/55:hover{--tw-shadow-color: rgb(71 85 105 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/60:hover{--tw-shadow-color: rgb(71 85 105 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/65:hover{--tw-shadow-color: rgb(71 85 105 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/70:hover{--tw-shadow-color: rgb(71 85 105 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/75:hover{--tw-shadow-color: rgb(71 85 105 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/80:hover{--tw-shadow-color: rgb(71 85 105 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/85:hover{--tw-shadow-color: rgb(71 85 105 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/90:hover{--tw-shadow-color: rgb(71 85 105 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-600\/95:hover{--tw-shadow-color: rgb(71 85 105 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700:hover{--tw-shadow-color: #334155;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/0:hover{--tw-shadow-color: rgb(51 65 85 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/10:hover{--tw-shadow-color: rgb(51 65 85 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/100:hover{--tw-shadow-color: rgb(51 65 85 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/15:hover{--tw-shadow-color: rgb(51 65 85 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/20:hover{--tw-shadow-color: rgb(51 65 85 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/25:hover{--tw-shadow-color: rgb(51 65 85 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/30:hover{--tw-shadow-color: rgb(51 65 85 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/35:hover{--tw-shadow-color: rgb(51 65 85 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/40:hover{--tw-shadow-color: rgb(51 65 85 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/45:hover{--tw-shadow-color: rgb(51 65 85 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/5:hover{--tw-shadow-color: rgb(51 65 85 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/50:hover{--tw-shadow-color: rgb(51 65 85 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/55:hover{--tw-shadow-color: rgb(51 65 85 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/60:hover{--tw-shadow-color: rgb(51 65 85 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/65:hover{--tw-shadow-color: rgb(51 65 85 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/70:hover{--tw-shadow-color: rgb(51 65 85 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/75:hover{--tw-shadow-color: rgb(51 65 85 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/80:hover{--tw-shadow-color: rgb(51 65 85 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/85:hover{--tw-shadow-color: rgb(51 65 85 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/90:hover{--tw-shadow-color: rgb(51 65 85 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-700\/95:hover{--tw-shadow-color: rgb(51 65 85 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800:hover{--tw-shadow-color: #1e293b;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/0:hover{--tw-shadow-color: rgb(30 41 59 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/10:hover{--tw-shadow-color: rgb(30 41 59 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/100:hover{--tw-shadow-color: rgb(30 41 59 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/15:hover{--tw-shadow-color: rgb(30 41 59 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/20:hover{--tw-shadow-color: rgb(30 41 59 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/25:hover{--tw-shadow-color: rgb(30 41 59 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/30:hover{--tw-shadow-color: rgb(30 41 59 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/35:hover{--tw-shadow-color: rgb(30 41 59 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/40:hover{--tw-shadow-color: rgb(30 41 59 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/45:hover{--tw-shadow-color: rgb(30 41 59 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/5:hover{--tw-shadow-color: rgb(30 41 59 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/50:hover{--tw-shadow-color: rgb(30 41 59 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/55:hover{--tw-shadow-color: rgb(30 41 59 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/60:hover{--tw-shadow-color: rgb(30 41 59 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/65:hover{--tw-shadow-color: rgb(30 41 59 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/70:hover{--tw-shadow-color: rgb(30 41 59 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/75:hover{--tw-shadow-color: rgb(30 41 59 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/80:hover{--tw-shadow-color: rgb(30 41 59 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/85:hover{--tw-shadow-color: rgb(30 41 59 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/90:hover{--tw-shadow-color: rgb(30 41 59 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-800\/95:hover{--tw-shadow-color: rgb(30 41 59 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900:hover{--tw-shadow-color: #0f172a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/0:hover{--tw-shadow-color: rgb(15 23 42 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/10:hover{--tw-shadow-color: rgb(15 23 42 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/100:hover{--tw-shadow-color: rgb(15 23 42 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/15:hover{--tw-shadow-color: rgb(15 23 42 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/20:hover{--tw-shadow-color: rgb(15 23 42 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/25:hover{--tw-shadow-color: rgb(15 23 42 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/30:hover{--tw-shadow-color: rgb(15 23 42 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/35:hover{--tw-shadow-color: rgb(15 23 42 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/40:hover{--tw-shadow-color: rgb(15 23 42 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/45:hover{--tw-shadow-color: rgb(15 23 42 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/5:hover{--tw-shadow-color: rgb(15 23 42 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/50:hover{--tw-shadow-color: rgb(15 23 42 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/55:hover{--tw-shadow-color: rgb(15 23 42 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/60:hover{--tw-shadow-color: rgb(15 23 42 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/65:hover{--tw-shadow-color: rgb(15 23 42 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/70:hover{--tw-shadow-color: rgb(15 23 42 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/75:hover{--tw-shadow-color: rgb(15 23 42 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/80:hover{--tw-shadow-color: rgb(15 23 42 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/85:hover{--tw-shadow-color: rgb(15 23 42 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/90:hover{--tw-shadow-color: rgb(15 23 42 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-900\/95:hover{--tw-shadow-color: rgb(15 23 42 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950:hover{--tw-shadow-color: #020617;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/0:hover{--tw-shadow-color: rgb(2 6 23 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/10:hover{--tw-shadow-color: rgb(2 6 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/100:hover{--tw-shadow-color: rgb(2 6 23 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/15:hover{--tw-shadow-color: rgb(2 6 23 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/20:hover{--tw-shadow-color: rgb(2 6 23 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/25:hover{--tw-shadow-color: rgb(2 6 23 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/30:hover{--tw-shadow-color: rgb(2 6 23 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/35:hover{--tw-shadow-color: rgb(2 6 23 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/40:hover{--tw-shadow-color: rgb(2 6 23 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/45:hover{--tw-shadow-color: rgb(2 6 23 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/5:hover{--tw-shadow-color: rgb(2 6 23 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/50:hover{--tw-shadow-color: rgb(2 6 23 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/55:hover{--tw-shadow-color: rgb(2 6 23 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/60:hover{--tw-shadow-color: rgb(2 6 23 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/65:hover{--tw-shadow-color: rgb(2 6 23 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/70:hover{--tw-shadow-color: rgb(2 6 23 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/75:hover{--tw-shadow-color: rgb(2 6 23 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/80:hover{--tw-shadow-color: rgb(2 6 23 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/85:hover{--tw-shadow-color: rgb(2 6 23 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/90:hover{--tw-shadow-color: rgb(2 6 23 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-slate-950\/95:hover{--tw-shadow-color: rgb(2 6 23 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100:hover{--tw-shadow-color: #f5f5f4;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/0:hover{--tw-shadow-color: rgb(245 245 244 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/10:hover{--tw-shadow-color: rgb(245 245 244 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/100:hover{--tw-shadow-color: rgb(245 245 244 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/15:hover{--tw-shadow-color: rgb(245 245 244 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/20:hover{--tw-shadow-color: rgb(245 245 244 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/25:hover{--tw-shadow-color: rgb(245 245 244 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/30:hover{--tw-shadow-color: rgb(245 245 244 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/35:hover{--tw-shadow-color: rgb(245 245 244 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/40:hover{--tw-shadow-color: rgb(245 245 244 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/45:hover{--tw-shadow-color: rgb(245 245 244 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/5:hover{--tw-shadow-color: rgb(245 245 244 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/50:hover{--tw-shadow-color: rgb(245 245 244 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/55:hover{--tw-shadow-color: rgb(245 245 244 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/60:hover{--tw-shadow-color: rgb(245 245 244 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/65:hover{--tw-shadow-color: rgb(245 245 244 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/70:hover{--tw-shadow-color: rgb(245 245 244 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/75:hover{--tw-shadow-color: rgb(245 245 244 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/80:hover{--tw-shadow-color: rgb(245 245 244 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/85:hover{--tw-shadow-color: rgb(245 245 244 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/90:hover{--tw-shadow-color: rgb(245 245 244 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-100\/95:hover{--tw-shadow-color: rgb(245 245 244 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200:hover{--tw-shadow-color: #e7e5e4;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/0:hover{--tw-shadow-color: rgb(231 229 228 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/10:hover{--tw-shadow-color: rgb(231 229 228 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/100:hover{--tw-shadow-color: rgb(231 229 228 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/15:hover{--tw-shadow-color: rgb(231 229 228 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/20:hover{--tw-shadow-color: rgb(231 229 228 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/25:hover{--tw-shadow-color: rgb(231 229 228 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/30:hover{--tw-shadow-color: rgb(231 229 228 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/35:hover{--tw-shadow-color: rgb(231 229 228 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/40:hover{--tw-shadow-color: rgb(231 229 228 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/45:hover{--tw-shadow-color: rgb(231 229 228 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/5:hover{--tw-shadow-color: rgb(231 229 228 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/50:hover{--tw-shadow-color: rgb(231 229 228 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/55:hover{--tw-shadow-color: rgb(231 229 228 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/60:hover{--tw-shadow-color: rgb(231 229 228 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/65:hover{--tw-shadow-color: rgb(231 229 228 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/70:hover{--tw-shadow-color: rgb(231 229 228 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/75:hover{--tw-shadow-color: rgb(231 229 228 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/80:hover{--tw-shadow-color: rgb(231 229 228 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/85:hover{--tw-shadow-color: rgb(231 229 228 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/90:hover{--tw-shadow-color: rgb(231 229 228 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-200\/95:hover{--tw-shadow-color: rgb(231 229 228 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300:hover{--tw-shadow-color: #d6d3d1;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/0:hover{--tw-shadow-color: rgb(214 211 209 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/10:hover{--tw-shadow-color: rgb(214 211 209 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/100:hover{--tw-shadow-color: rgb(214 211 209 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/15:hover{--tw-shadow-color: rgb(214 211 209 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/20:hover{--tw-shadow-color: rgb(214 211 209 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/25:hover{--tw-shadow-color: rgb(214 211 209 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/30:hover{--tw-shadow-color: rgb(214 211 209 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/35:hover{--tw-shadow-color: rgb(214 211 209 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/40:hover{--tw-shadow-color: rgb(214 211 209 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/45:hover{--tw-shadow-color: rgb(214 211 209 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/5:hover{--tw-shadow-color: rgb(214 211 209 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/50:hover{--tw-shadow-color: rgb(214 211 209 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/55:hover{--tw-shadow-color: rgb(214 211 209 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/60:hover{--tw-shadow-color: rgb(214 211 209 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/65:hover{--tw-shadow-color: rgb(214 211 209 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/70:hover{--tw-shadow-color: rgb(214 211 209 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/75:hover{--tw-shadow-color: rgb(214 211 209 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/80:hover{--tw-shadow-color: rgb(214 211 209 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/85:hover{--tw-shadow-color: rgb(214 211 209 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/90:hover{--tw-shadow-color: rgb(214 211 209 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-300\/95:hover{--tw-shadow-color: rgb(214 211 209 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400:hover{--tw-shadow-color: #a8a29e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/0:hover{--tw-shadow-color: rgb(168 162 158 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/10:hover{--tw-shadow-color: rgb(168 162 158 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/100:hover{--tw-shadow-color: rgb(168 162 158 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/15:hover{--tw-shadow-color: rgb(168 162 158 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/20:hover{--tw-shadow-color: rgb(168 162 158 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/25:hover{--tw-shadow-color: rgb(168 162 158 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/30:hover{--tw-shadow-color: rgb(168 162 158 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/35:hover{--tw-shadow-color: rgb(168 162 158 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/40:hover{--tw-shadow-color: rgb(168 162 158 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/45:hover{--tw-shadow-color: rgb(168 162 158 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/5:hover{--tw-shadow-color: rgb(168 162 158 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/50:hover{--tw-shadow-color: rgb(168 162 158 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/55:hover{--tw-shadow-color: rgb(168 162 158 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/60:hover{--tw-shadow-color: rgb(168 162 158 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/65:hover{--tw-shadow-color: rgb(168 162 158 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/70:hover{--tw-shadow-color: rgb(168 162 158 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/75:hover{--tw-shadow-color: rgb(168 162 158 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/80:hover{--tw-shadow-color: rgb(168 162 158 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/85:hover{--tw-shadow-color: rgb(168 162 158 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/90:hover{--tw-shadow-color: rgb(168 162 158 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-400\/95:hover{--tw-shadow-color: rgb(168 162 158 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50:hover{--tw-shadow-color: #fafaf9;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/0:hover{--tw-shadow-color: rgb(250 250 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/10:hover{--tw-shadow-color: rgb(250 250 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/100:hover{--tw-shadow-color: rgb(250 250 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/15:hover{--tw-shadow-color: rgb(250 250 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/20:hover{--tw-shadow-color: rgb(250 250 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/25:hover{--tw-shadow-color: rgb(250 250 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/30:hover{--tw-shadow-color: rgb(250 250 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/35:hover{--tw-shadow-color: rgb(250 250 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/40:hover{--tw-shadow-color: rgb(250 250 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/45:hover{--tw-shadow-color: rgb(250 250 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/5:hover{--tw-shadow-color: rgb(250 250 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/50:hover{--tw-shadow-color: rgb(250 250 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/55:hover{--tw-shadow-color: rgb(250 250 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/60:hover{--tw-shadow-color: rgb(250 250 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/65:hover{--tw-shadow-color: rgb(250 250 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/70:hover{--tw-shadow-color: rgb(250 250 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/75:hover{--tw-shadow-color: rgb(250 250 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/80:hover{--tw-shadow-color: rgb(250 250 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/85:hover{--tw-shadow-color: rgb(250 250 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/90:hover{--tw-shadow-color: rgb(250 250 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-50\/95:hover{--tw-shadow-color: rgb(250 250 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500:hover{--tw-shadow-color: #78716c;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/0:hover{--tw-shadow-color: rgb(120 113 108 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/10:hover{--tw-shadow-color: rgb(120 113 108 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/100:hover{--tw-shadow-color: rgb(120 113 108 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/15:hover{--tw-shadow-color: rgb(120 113 108 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/20:hover{--tw-shadow-color: rgb(120 113 108 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/25:hover{--tw-shadow-color: rgb(120 113 108 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/30:hover{--tw-shadow-color: rgb(120 113 108 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/35:hover{--tw-shadow-color: rgb(120 113 108 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/40:hover{--tw-shadow-color: rgb(120 113 108 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/45:hover{--tw-shadow-color: rgb(120 113 108 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/5:hover{--tw-shadow-color: rgb(120 113 108 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/50:hover{--tw-shadow-color: rgb(120 113 108 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/55:hover{--tw-shadow-color: rgb(120 113 108 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/60:hover{--tw-shadow-color: rgb(120 113 108 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/65:hover{--tw-shadow-color: rgb(120 113 108 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/70:hover{--tw-shadow-color: rgb(120 113 108 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/75:hover{--tw-shadow-color: rgb(120 113 108 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/80:hover{--tw-shadow-color: rgb(120 113 108 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/85:hover{--tw-shadow-color: rgb(120 113 108 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/90:hover{--tw-shadow-color: rgb(120 113 108 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-500\/95:hover{--tw-shadow-color: rgb(120 113 108 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600:hover{--tw-shadow-color: #57534e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/0:hover{--tw-shadow-color: rgb(87 83 78 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/10:hover{--tw-shadow-color: rgb(87 83 78 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/100:hover{--tw-shadow-color: rgb(87 83 78 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/15:hover{--tw-shadow-color: rgb(87 83 78 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/20:hover{--tw-shadow-color: rgb(87 83 78 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/25:hover{--tw-shadow-color: rgb(87 83 78 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/30:hover{--tw-shadow-color: rgb(87 83 78 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/35:hover{--tw-shadow-color: rgb(87 83 78 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/40:hover{--tw-shadow-color: rgb(87 83 78 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/45:hover{--tw-shadow-color: rgb(87 83 78 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/5:hover{--tw-shadow-color: rgb(87 83 78 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/50:hover{--tw-shadow-color: rgb(87 83 78 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/55:hover{--tw-shadow-color: rgb(87 83 78 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/60:hover{--tw-shadow-color: rgb(87 83 78 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/65:hover{--tw-shadow-color: rgb(87 83 78 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/70:hover{--tw-shadow-color: rgb(87 83 78 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/75:hover{--tw-shadow-color: rgb(87 83 78 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/80:hover{--tw-shadow-color: rgb(87 83 78 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/85:hover{--tw-shadow-color: rgb(87 83 78 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/90:hover{--tw-shadow-color: rgb(87 83 78 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-600\/95:hover{--tw-shadow-color: rgb(87 83 78 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700:hover{--tw-shadow-color: #44403c;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/0:hover{--tw-shadow-color: rgb(68 64 60 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/10:hover{--tw-shadow-color: rgb(68 64 60 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/100:hover{--tw-shadow-color: rgb(68 64 60 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/15:hover{--tw-shadow-color: rgb(68 64 60 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/20:hover{--tw-shadow-color: rgb(68 64 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/25:hover{--tw-shadow-color: rgb(68 64 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/30:hover{--tw-shadow-color: rgb(68 64 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/35:hover{--tw-shadow-color: rgb(68 64 60 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/40:hover{--tw-shadow-color: rgb(68 64 60 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/45:hover{--tw-shadow-color: rgb(68 64 60 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/5:hover{--tw-shadow-color: rgb(68 64 60 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/50:hover{--tw-shadow-color: rgb(68 64 60 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/55:hover{--tw-shadow-color: rgb(68 64 60 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/60:hover{--tw-shadow-color: rgb(68 64 60 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/65:hover{--tw-shadow-color: rgb(68 64 60 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/70:hover{--tw-shadow-color: rgb(68 64 60 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/75:hover{--tw-shadow-color: rgb(68 64 60 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/80:hover{--tw-shadow-color: rgb(68 64 60 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/85:hover{--tw-shadow-color: rgb(68 64 60 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/90:hover{--tw-shadow-color: rgb(68 64 60 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-700\/95:hover{--tw-shadow-color: rgb(68 64 60 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800:hover{--tw-shadow-color: #292524;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/0:hover{--tw-shadow-color: rgb(41 37 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/10:hover{--tw-shadow-color: rgb(41 37 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/100:hover{--tw-shadow-color: rgb(41 37 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/15:hover{--tw-shadow-color: rgb(41 37 36 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/20:hover{--tw-shadow-color: rgb(41 37 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/25:hover{--tw-shadow-color: rgb(41 37 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/30:hover{--tw-shadow-color: rgb(41 37 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/35:hover{--tw-shadow-color: rgb(41 37 36 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/40:hover{--tw-shadow-color: rgb(41 37 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/45:hover{--tw-shadow-color: rgb(41 37 36 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/5:hover{--tw-shadow-color: rgb(41 37 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/50:hover{--tw-shadow-color: rgb(41 37 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/55:hover{--tw-shadow-color: rgb(41 37 36 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/60:hover{--tw-shadow-color: rgb(41 37 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/65:hover{--tw-shadow-color: rgb(41 37 36 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/70:hover{--tw-shadow-color: rgb(41 37 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/75:hover{--tw-shadow-color: rgb(41 37 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/80:hover{--tw-shadow-color: rgb(41 37 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/85:hover{--tw-shadow-color: rgb(41 37 36 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/90:hover{--tw-shadow-color: rgb(41 37 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-800\/95:hover{--tw-shadow-color: rgb(41 37 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900:hover{--tw-shadow-color: #1c1917;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/0:hover{--tw-shadow-color: rgb(28 25 23 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/10:hover{--tw-shadow-color: rgb(28 25 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/100:hover{--tw-shadow-color: rgb(28 25 23 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/15:hover{--tw-shadow-color: rgb(28 25 23 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/20:hover{--tw-shadow-color: rgb(28 25 23 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/25:hover{--tw-shadow-color: rgb(28 25 23 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/30:hover{--tw-shadow-color: rgb(28 25 23 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/35:hover{--tw-shadow-color: rgb(28 25 23 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/40:hover{--tw-shadow-color: rgb(28 25 23 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/45:hover{--tw-shadow-color: rgb(28 25 23 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/5:hover{--tw-shadow-color: rgb(28 25 23 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/50:hover{--tw-shadow-color: rgb(28 25 23 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/55:hover{--tw-shadow-color: rgb(28 25 23 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/60:hover{--tw-shadow-color: rgb(28 25 23 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/65:hover{--tw-shadow-color: rgb(28 25 23 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/70:hover{--tw-shadow-color: rgb(28 25 23 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/75:hover{--tw-shadow-color: rgb(28 25 23 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/80:hover{--tw-shadow-color: rgb(28 25 23 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/85:hover{--tw-shadow-color: rgb(28 25 23 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/90:hover{--tw-shadow-color: rgb(28 25 23 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-900\/95:hover{--tw-shadow-color: rgb(28 25 23 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950:hover{--tw-shadow-color: #0c0a09;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/0:hover{--tw-shadow-color: rgb(12 10 9 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/10:hover{--tw-shadow-color: rgb(12 10 9 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/100:hover{--tw-shadow-color: rgb(12 10 9 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/15:hover{--tw-shadow-color: rgb(12 10 9 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/20:hover{--tw-shadow-color: rgb(12 10 9 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/25:hover{--tw-shadow-color: rgb(12 10 9 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/30:hover{--tw-shadow-color: rgb(12 10 9 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/35:hover{--tw-shadow-color: rgb(12 10 9 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/40:hover{--tw-shadow-color: rgb(12 10 9 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/45:hover{--tw-shadow-color: rgb(12 10 9 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/5:hover{--tw-shadow-color: rgb(12 10 9 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/50:hover{--tw-shadow-color: rgb(12 10 9 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/55:hover{--tw-shadow-color: rgb(12 10 9 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/60:hover{--tw-shadow-color: rgb(12 10 9 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/65:hover{--tw-shadow-color: rgb(12 10 9 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/70:hover{--tw-shadow-color: rgb(12 10 9 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/75:hover{--tw-shadow-color: rgb(12 10 9 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/80:hover{--tw-shadow-color: rgb(12 10 9 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/85:hover{--tw-shadow-color: rgb(12 10 9 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/90:hover{--tw-shadow-color: rgb(12 10 9 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-stone-950\/95:hover{--tw-shadow-color: rgb(12 10 9 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100:hover{--tw-shadow-color: #ccfbf1;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/0:hover{--tw-shadow-color: rgb(204 251 241 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/10:hover{--tw-shadow-color: rgb(204 251 241 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/100:hover{--tw-shadow-color: rgb(204 251 241 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/15:hover{--tw-shadow-color: rgb(204 251 241 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/20:hover{--tw-shadow-color: rgb(204 251 241 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/25:hover{--tw-shadow-color: rgb(204 251 241 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/30:hover{--tw-shadow-color: rgb(204 251 241 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/35:hover{--tw-shadow-color: rgb(204 251 241 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/40:hover{--tw-shadow-color: rgb(204 251 241 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/45:hover{--tw-shadow-color: rgb(204 251 241 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/5:hover{--tw-shadow-color: rgb(204 251 241 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/50:hover{--tw-shadow-color: rgb(204 251 241 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/55:hover{--tw-shadow-color: rgb(204 251 241 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/60:hover{--tw-shadow-color: rgb(204 251 241 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/65:hover{--tw-shadow-color: rgb(204 251 241 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/70:hover{--tw-shadow-color: rgb(204 251 241 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/75:hover{--tw-shadow-color: rgb(204 251 241 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/80:hover{--tw-shadow-color: rgb(204 251 241 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/85:hover{--tw-shadow-color: rgb(204 251 241 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/90:hover{--tw-shadow-color: rgb(204 251 241 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-100\/95:hover{--tw-shadow-color: rgb(204 251 241 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200:hover{--tw-shadow-color: #99f6e4;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/0:hover{--tw-shadow-color: rgb(153 246 228 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/10:hover{--tw-shadow-color: rgb(153 246 228 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/100:hover{--tw-shadow-color: rgb(153 246 228 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/15:hover{--tw-shadow-color: rgb(153 246 228 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/20:hover{--tw-shadow-color: rgb(153 246 228 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/25:hover{--tw-shadow-color: rgb(153 246 228 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/30:hover{--tw-shadow-color: rgb(153 246 228 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/35:hover{--tw-shadow-color: rgb(153 246 228 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/40:hover{--tw-shadow-color: rgb(153 246 228 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/45:hover{--tw-shadow-color: rgb(153 246 228 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/5:hover{--tw-shadow-color: rgb(153 246 228 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/50:hover{--tw-shadow-color: rgb(153 246 228 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/55:hover{--tw-shadow-color: rgb(153 246 228 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/60:hover{--tw-shadow-color: rgb(153 246 228 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/65:hover{--tw-shadow-color: rgb(153 246 228 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/70:hover{--tw-shadow-color: rgb(153 246 228 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/75:hover{--tw-shadow-color: rgb(153 246 228 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/80:hover{--tw-shadow-color: rgb(153 246 228 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/85:hover{--tw-shadow-color: rgb(153 246 228 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/90:hover{--tw-shadow-color: rgb(153 246 228 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-200\/95:hover{--tw-shadow-color: rgb(153 246 228 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300:hover{--tw-shadow-color: #5eead4;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/0:hover{--tw-shadow-color: rgb(94 234 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/10:hover{--tw-shadow-color: rgb(94 234 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/100:hover{--tw-shadow-color: rgb(94 234 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/15:hover{--tw-shadow-color: rgb(94 234 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/20:hover{--tw-shadow-color: rgb(94 234 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/25:hover{--tw-shadow-color: rgb(94 234 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/30:hover{--tw-shadow-color: rgb(94 234 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/35:hover{--tw-shadow-color: rgb(94 234 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/40:hover{--tw-shadow-color: rgb(94 234 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/45:hover{--tw-shadow-color: rgb(94 234 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/5:hover{--tw-shadow-color: rgb(94 234 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/50:hover{--tw-shadow-color: rgb(94 234 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/55:hover{--tw-shadow-color: rgb(94 234 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/60:hover{--tw-shadow-color: rgb(94 234 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/65:hover{--tw-shadow-color: rgb(94 234 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/70:hover{--tw-shadow-color: rgb(94 234 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/75:hover{--tw-shadow-color: rgb(94 234 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/80:hover{--tw-shadow-color: rgb(94 234 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/85:hover{--tw-shadow-color: rgb(94 234 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/90:hover{--tw-shadow-color: rgb(94 234 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-300\/95:hover{--tw-shadow-color: rgb(94 234 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400:hover{--tw-shadow-color: #2dd4bf;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/0:hover{--tw-shadow-color: rgb(45 212 191 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/10:hover{--tw-shadow-color: rgb(45 212 191 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/100:hover{--tw-shadow-color: rgb(45 212 191 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/15:hover{--tw-shadow-color: rgb(45 212 191 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/20:hover{--tw-shadow-color: rgb(45 212 191 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/25:hover{--tw-shadow-color: rgb(45 212 191 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/30:hover{--tw-shadow-color: rgb(45 212 191 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/35:hover{--tw-shadow-color: rgb(45 212 191 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/40:hover{--tw-shadow-color: rgb(45 212 191 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/45:hover{--tw-shadow-color: rgb(45 212 191 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/5:hover{--tw-shadow-color: rgb(45 212 191 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/50:hover{--tw-shadow-color: rgb(45 212 191 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/55:hover{--tw-shadow-color: rgb(45 212 191 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/60:hover{--tw-shadow-color: rgb(45 212 191 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/65:hover{--tw-shadow-color: rgb(45 212 191 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/70:hover{--tw-shadow-color: rgb(45 212 191 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/75:hover{--tw-shadow-color: rgb(45 212 191 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/80:hover{--tw-shadow-color: rgb(45 212 191 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/85:hover{--tw-shadow-color: rgb(45 212 191 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/90:hover{--tw-shadow-color: rgb(45 212 191 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-400\/95:hover{--tw-shadow-color: rgb(45 212 191 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50:hover{--tw-shadow-color: #f0fdfa;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/0:hover{--tw-shadow-color: rgb(240 253 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/10:hover{--tw-shadow-color: rgb(240 253 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/100:hover{--tw-shadow-color: rgb(240 253 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/15:hover{--tw-shadow-color: rgb(240 253 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/20:hover{--tw-shadow-color: rgb(240 253 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/25:hover{--tw-shadow-color: rgb(240 253 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/30:hover{--tw-shadow-color: rgb(240 253 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/35:hover{--tw-shadow-color: rgb(240 253 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/40:hover{--tw-shadow-color: rgb(240 253 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/45:hover{--tw-shadow-color: rgb(240 253 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/5:hover{--tw-shadow-color: rgb(240 253 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/50:hover{--tw-shadow-color: rgb(240 253 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/55:hover{--tw-shadow-color: rgb(240 253 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/60:hover{--tw-shadow-color: rgb(240 253 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/65:hover{--tw-shadow-color: rgb(240 253 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/70:hover{--tw-shadow-color: rgb(240 253 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/75:hover{--tw-shadow-color: rgb(240 253 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/80:hover{--tw-shadow-color: rgb(240 253 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/85:hover{--tw-shadow-color: rgb(240 253 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/90:hover{--tw-shadow-color: rgb(240 253 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-50\/95:hover{--tw-shadow-color: rgb(240 253 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500:hover{--tw-shadow-color: #14b8a6;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/0:hover{--tw-shadow-color: rgb(20 184 166 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/10:hover{--tw-shadow-color: rgb(20 184 166 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/100:hover{--tw-shadow-color: rgb(20 184 166 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/15:hover{--tw-shadow-color: rgb(20 184 166 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/20:hover{--tw-shadow-color: rgb(20 184 166 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/25:hover{--tw-shadow-color: rgb(20 184 166 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/30:hover{--tw-shadow-color: rgb(20 184 166 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/35:hover{--tw-shadow-color: rgb(20 184 166 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/40:hover{--tw-shadow-color: rgb(20 184 166 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/45:hover{--tw-shadow-color: rgb(20 184 166 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/5:hover{--tw-shadow-color: rgb(20 184 166 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/50:hover{--tw-shadow-color: rgb(20 184 166 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/55:hover{--tw-shadow-color: rgb(20 184 166 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/60:hover{--tw-shadow-color: rgb(20 184 166 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/65:hover{--tw-shadow-color: rgb(20 184 166 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/70:hover{--tw-shadow-color: rgb(20 184 166 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/75:hover{--tw-shadow-color: rgb(20 184 166 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/80:hover{--tw-shadow-color: rgb(20 184 166 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/85:hover{--tw-shadow-color: rgb(20 184 166 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/90:hover{--tw-shadow-color: rgb(20 184 166 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/95:hover{--tw-shadow-color: rgb(20 184 166 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600:hover{--tw-shadow-color: #0d9488;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/0:hover{--tw-shadow-color: rgb(13 148 136 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/10:hover{--tw-shadow-color: rgb(13 148 136 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/100:hover{--tw-shadow-color: rgb(13 148 136 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/15:hover{--tw-shadow-color: rgb(13 148 136 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/20:hover{--tw-shadow-color: rgb(13 148 136 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/25:hover{--tw-shadow-color: rgb(13 148 136 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/30:hover{--tw-shadow-color: rgb(13 148 136 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/35:hover{--tw-shadow-color: rgb(13 148 136 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/40:hover{--tw-shadow-color: rgb(13 148 136 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/45:hover{--tw-shadow-color: rgb(13 148 136 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/5:hover{--tw-shadow-color: rgb(13 148 136 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/50:hover{--tw-shadow-color: rgb(13 148 136 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/55:hover{--tw-shadow-color: rgb(13 148 136 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/60:hover{--tw-shadow-color: rgb(13 148 136 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/65:hover{--tw-shadow-color: rgb(13 148 136 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/70:hover{--tw-shadow-color: rgb(13 148 136 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/75:hover{--tw-shadow-color: rgb(13 148 136 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/80:hover{--tw-shadow-color: rgb(13 148 136 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/85:hover{--tw-shadow-color: rgb(13 148 136 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/90:hover{--tw-shadow-color: rgb(13 148 136 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-600\/95:hover{--tw-shadow-color: rgb(13 148 136 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700:hover{--tw-shadow-color: #0f766e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/0:hover{--tw-shadow-color: rgb(15 118 110 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/10:hover{--tw-shadow-color: rgb(15 118 110 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/100:hover{--tw-shadow-color: rgb(15 118 110 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/15:hover{--tw-shadow-color: rgb(15 118 110 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/20:hover{--tw-shadow-color: rgb(15 118 110 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/25:hover{--tw-shadow-color: rgb(15 118 110 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/30:hover{--tw-shadow-color: rgb(15 118 110 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/35:hover{--tw-shadow-color: rgb(15 118 110 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/40:hover{--tw-shadow-color: rgb(15 118 110 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/45:hover{--tw-shadow-color: rgb(15 118 110 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/5:hover{--tw-shadow-color: rgb(15 118 110 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/50:hover{--tw-shadow-color: rgb(15 118 110 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/55:hover{--tw-shadow-color: rgb(15 118 110 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/60:hover{--tw-shadow-color: rgb(15 118 110 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/65:hover{--tw-shadow-color: rgb(15 118 110 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/70:hover{--tw-shadow-color: rgb(15 118 110 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/75:hover{--tw-shadow-color: rgb(15 118 110 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/80:hover{--tw-shadow-color: rgb(15 118 110 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/85:hover{--tw-shadow-color: rgb(15 118 110 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/90:hover{--tw-shadow-color: rgb(15 118 110 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-700\/95:hover{--tw-shadow-color: rgb(15 118 110 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800:hover{--tw-shadow-color: #115e59;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/0:hover{--tw-shadow-color: rgb(17 94 89 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/10:hover{--tw-shadow-color: rgb(17 94 89 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/100:hover{--tw-shadow-color: rgb(17 94 89 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/15:hover{--tw-shadow-color: rgb(17 94 89 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/20:hover{--tw-shadow-color: rgb(17 94 89 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/25:hover{--tw-shadow-color: rgb(17 94 89 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/30:hover{--tw-shadow-color: rgb(17 94 89 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/35:hover{--tw-shadow-color: rgb(17 94 89 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/40:hover{--tw-shadow-color: rgb(17 94 89 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/45:hover{--tw-shadow-color: rgb(17 94 89 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/5:hover{--tw-shadow-color: rgb(17 94 89 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/50:hover{--tw-shadow-color: rgb(17 94 89 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/55:hover{--tw-shadow-color: rgb(17 94 89 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/60:hover{--tw-shadow-color: rgb(17 94 89 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/65:hover{--tw-shadow-color: rgb(17 94 89 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/70:hover{--tw-shadow-color: rgb(17 94 89 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/75:hover{--tw-shadow-color: rgb(17 94 89 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/80:hover{--tw-shadow-color: rgb(17 94 89 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/85:hover{--tw-shadow-color: rgb(17 94 89 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/90:hover{--tw-shadow-color: rgb(17 94 89 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-800\/95:hover{--tw-shadow-color: rgb(17 94 89 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900:hover{--tw-shadow-color: #134e4a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/0:hover{--tw-shadow-color: rgb(19 78 74 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/10:hover{--tw-shadow-color: rgb(19 78 74 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/100:hover{--tw-shadow-color: rgb(19 78 74 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/15:hover{--tw-shadow-color: rgb(19 78 74 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/20:hover{--tw-shadow-color: rgb(19 78 74 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/25:hover{--tw-shadow-color: rgb(19 78 74 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/30:hover{--tw-shadow-color: rgb(19 78 74 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/35:hover{--tw-shadow-color: rgb(19 78 74 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/40:hover{--tw-shadow-color: rgb(19 78 74 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/45:hover{--tw-shadow-color: rgb(19 78 74 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/5:hover{--tw-shadow-color: rgb(19 78 74 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/50:hover{--tw-shadow-color: rgb(19 78 74 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/55:hover{--tw-shadow-color: rgb(19 78 74 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/60:hover{--tw-shadow-color: rgb(19 78 74 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/65:hover{--tw-shadow-color: rgb(19 78 74 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/70:hover{--tw-shadow-color: rgb(19 78 74 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/75:hover{--tw-shadow-color: rgb(19 78 74 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/80:hover{--tw-shadow-color: rgb(19 78 74 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/85:hover{--tw-shadow-color: rgb(19 78 74 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/90:hover{--tw-shadow-color: rgb(19 78 74 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-900\/95:hover{--tw-shadow-color: rgb(19 78 74 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950:hover{--tw-shadow-color: #042f2e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/0:hover{--tw-shadow-color: rgb(4 47 46 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/10:hover{--tw-shadow-color: rgb(4 47 46 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/100:hover{--tw-shadow-color: rgb(4 47 46 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/15:hover{--tw-shadow-color: rgb(4 47 46 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/20:hover{--tw-shadow-color: rgb(4 47 46 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/25:hover{--tw-shadow-color: rgb(4 47 46 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/30:hover{--tw-shadow-color: rgb(4 47 46 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/35:hover{--tw-shadow-color: rgb(4 47 46 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/40:hover{--tw-shadow-color: rgb(4 47 46 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/45:hover{--tw-shadow-color: rgb(4 47 46 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/5:hover{--tw-shadow-color: rgb(4 47 46 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/50:hover{--tw-shadow-color: rgb(4 47 46 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/55:hover{--tw-shadow-color: rgb(4 47 46 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/60:hover{--tw-shadow-color: rgb(4 47 46 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/65:hover{--tw-shadow-color: rgb(4 47 46 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/70:hover{--tw-shadow-color: rgb(4 47 46 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/75:hover{--tw-shadow-color: rgb(4 47 46 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/80:hover{--tw-shadow-color: rgb(4 47 46 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/85:hover{--tw-shadow-color: rgb(4 47 46 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/90:hover{--tw-shadow-color: rgb(4 47 46 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-950\/95:hover{--tw-shadow-color: rgb(4 47 46 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent:hover{--tw-shadow-color: transparent;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/0:hover{--tw-shadow-color: rgb(0 0 0 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/10:hover{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/100:hover{--tw-shadow-color: rgb(0 0 0 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/15:hover{--tw-shadow-color: rgb(0 0 0 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/20:hover{--tw-shadow-color: rgb(0 0 0 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/25:hover{--tw-shadow-color: rgb(0 0 0 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/30:hover{--tw-shadow-color: rgb(0 0 0 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/35:hover{--tw-shadow-color: rgb(0 0 0 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/40:hover{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/45:hover{--tw-shadow-color: rgb(0 0 0 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/5:hover{--tw-shadow-color: rgb(0 0 0 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/50:hover{--tw-shadow-color: rgb(0 0 0 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/55:hover{--tw-shadow-color: rgb(0 0 0 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/60:hover{--tw-shadow-color: rgb(0 0 0 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/65:hover{--tw-shadow-color: rgb(0 0 0 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/70:hover{--tw-shadow-color: rgb(0 0 0 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/75:hover{--tw-shadow-color: rgb(0 0 0 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/80:hover{--tw-shadow-color: rgb(0 0 0 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/85:hover{--tw-shadow-color: rgb(0 0 0 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/90:hover{--tw-shadow-color: rgb(0 0 0 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-transparent\/95:hover{--tw-shadow-color: rgb(0 0 0 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100:hover{--tw-shadow-color: #ede9fe;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/0:hover{--tw-shadow-color: rgb(237 233 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/10:hover{--tw-shadow-color: rgb(237 233 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/100:hover{--tw-shadow-color: rgb(237 233 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/15:hover{--tw-shadow-color: rgb(237 233 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/20:hover{--tw-shadow-color: rgb(237 233 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/25:hover{--tw-shadow-color: rgb(237 233 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/30:hover{--tw-shadow-color: rgb(237 233 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/35:hover{--tw-shadow-color: rgb(237 233 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/40:hover{--tw-shadow-color: rgb(237 233 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/45:hover{--tw-shadow-color: rgb(237 233 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/5:hover{--tw-shadow-color: rgb(237 233 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/50:hover{--tw-shadow-color: rgb(237 233 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/55:hover{--tw-shadow-color: rgb(237 233 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/60:hover{--tw-shadow-color: rgb(237 233 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/65:hover{--tw-shadow-color: rgb(237 233 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/70:hover{--tw-shadow-color: rgb(237 233 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/75:hover{--tw-shadow-color: rgb(237 233 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/80:hover{--tw-shadow-color: rgb(237 233 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/85:hover{--tw-shadow-color: rgb(237 233 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/90:hover{--tw-shadow-color: rgb(237 233 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-100\/95:hover{--tw-shadow-color: rgb(237 233 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200:hover{--tw-shadow-color: #ddd6fe;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/0:hover{--tw-shadow-color: rgb(221 214 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/10:hover{--tw-shadow-color: rgb(221 214 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/100:hover{--tw-shadow-color: rgb(221 214 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/15:hover{--tw-shadow-color: rgb(221 214 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/20:hover{--tw-shadow-color: rgb(221 214 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/25:hover{--tw-shadow-color: rgb(221 214 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/30:hover{--tw-shadow-color: rgb(221 214 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/35:hover{--tw-shadow-color: rgb(221 214 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/40:hover{--tw-shadow-color: rgb(221 214 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/45:hover{--tw-shadow-color: rgb(221 214 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/5:hover{--tw-shadow-color: rgb(221 214 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/50:hover{--tw-shadow-color: rgb(221 214 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/55:hover{--tw-shadow-color: rgb(221 214 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/60:hover{--tw-shadow-color: rgb(221 214 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/65:hover{--tw-shadow-color: rgb(221 214 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/70:hover{--tw-shadow-color: rgb(221 214 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/75:hover{--tw-shadow-color: rgb(221 214 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/80:hover{--tw-shadow-color: rgb(221 214 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/85:hover{--tw-shadow-color: rgb(221 214 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/90:hover{--tw-shadow-color: rgb(221 214 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-200\/95:hover{--tw-shadow-color: rgb(221 214 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300:hover{--tw-shadow-color: #c4b5fd;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/0:hover{--tw-shadow-color: rgb(196 181 253 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/10:hover{--tw-shadow-color: rgb(196 181 253 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/100:hover{--tw-shadow-color: rgb(196 181 253 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/15:hover{--tw-shadow-color: rgb(196 181 253 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/20:hover{--tw-shadow-color: rgb(196 181 253 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/25:hover{--tw-shadow-color: rgb(196 181 253 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/30:hover{--tw-shadow-color: rgb(196 181 253 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/35:hover{--tw-shadow-color: rgb(196 181 253 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/40:hover{--tw-shadow-color: rgb(196 181 253 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/45:hover{--tw-shadow-color: rgb(196 181 253 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/5:hover{--tw-shadow-color: rgb(196 181 253 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/50:hover{--tw-shadow-color: rgb(196 181 253 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/55:hover{--tw-shadow-color: rgb(196 181 253 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/60:hover{--tw-shadow-color: rgb(196 181 253 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/65:hover{--tw-shadow-color: rgb(196 181 253 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/70:hover{--tw-shadow-color: rgb(196 181 253 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/75:hover{--tw-shadow-color: rgb(196 181 253 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/80:hover{--tw-shadow-color: rgb(196 181 253 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/85:hover{--tw-shadow-color: rgb(196 181 253 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/90:hover{--tw-shadow-color: rgb(196 181 253 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-300\/95:hover{--tw-shadow-color: rgb(196 181 253 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400:hover{--tw-shadow-color: #a78bfa;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/0:hover{--tw-shadow-color: rgb(167 139 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/10:hover{--tw-shadow-color: rgb(167 139 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/100:hover{--tw-shadow-color: rgb(167 139 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/15:hover{--tw-shadow-color: rgb(167 139 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/20:hover{--tw-shadow-color: rgb(167 139 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/25:hover{--tw-shadow-color: rgb(167 139 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/30:hover{--tw-shadow-color: rgb(167 139 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/35:hover{--tw-shadow-color: rgb(167 139 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/40:hover{--tw-shadow-color: rgb(167 139 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/45:hover{--tw-shadow-color: rgb(167 139 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/5:hover{--tw-shadow-color: rgb(167 139 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/50:hover{--tw-shadow-color: rgb(167 139 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/55:hover{--tw-shadow-color: rgb(167 139 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/60:hover{--tw-shadow-color: rgb(167 139 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/65:hover{--tw-shadow-color: rgb(167 139 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/70:hover{--tw-shadow-color: rgb(167 139 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/75:hover{--tw-shadow-color: rgb(167 139 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/80:hover{--tw-shadow-color: rgb(167 139 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/85:hover{--tw-shadow-color: rgb(167 139 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/90:hover{--tw-shadow-color: rgb(167 139 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-400\/95:hover{--tw-shadow-color: rgb(167 139 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50:hover{--tw-shadow-color: #f5f3ff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/0:hover{--tw-shadow-color: rgb(245 243 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/10:hover{--tw-shadow-color: rgb(245 243 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/100:hover{--tw-shadow-color: rgb(245 243 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/15:hover{--tw-shadow-color: rgb(245 243 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/20:hover{--tw-shadow-color: rgb(245 243 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/25:hover{--tw-shadow-color: rgb(245 243 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/30:hover{--tw-shadow-color: rgb(245 243 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/35:hover{--tw-shadow-color: rgb(245 243 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/40:hover{--tw-shadow-color: rgb(245 243 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/45:hover{--tw-shadow-color: rgb(245 243 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/5:hover{--tw-shadow-color: rgb(245 243 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/50:hover{--tw-shadow-color: rgb(245 243 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/55:hover{--tw-shadow-color: rgb(245 243 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/60:hover{--tw-shadow-color: rgb(245 243 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/65:hover{--tw-shadow-color: rgb(245 243 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/70:hover{--tw-shadow-color: rgb(245 243 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/75:hover{--tw-shadow-color: rgb(245 243 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/80:hover{--tw-shadow-color: rgb(245 243 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/85:hover{--tw-shadow-color: rgb(245 243 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/90:hover{--tw-shadow-color: rgb(245 243 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-50\/95:hover{--tw-shadow-color: rgb(245 243 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500:hover{--tw-shadow-color: #8b5cf6;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/0:hover{--tw-shadow-color: rgb(139 92 246 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/10:hover{--tw-shadow-color: rgb(139 92 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/100:hover{--tw-shadow-color: rgb(139 92 246 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/15:hover{--tw-shadow-color: rgb(139 92 246 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/20:hover{--tw-shadow-color: rgb(139 92 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/25:hover{--tw-shadow-color: rgb(139 92 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/30:hover{--tw-shadow-color: rgb(139 92 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/35:hover{--tw-shadow-color: rgb(139 92 246 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/40:hover{--tw-shadow-color: rgb(139 92 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/45:hover{--tw-shadow-color: rgb(139 92 246 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/5:hover{--tw-shadow-color: rgb(139 92 246 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/50:hover{--tw-shadow-color: rgb(139 92 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/55:hover{--tw-shadow-color: rgb(139 92 246 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/60:hover{--tw-shadow-color: rgb(139 92 246 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/65:hover{--tw-shadow-color: rgb(139 92 246 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/70:hover{--tw-shadow-color: rgb(139 92 246 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/75:hover{--tw-shadow-color: rgb(139 92 246 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/80:hover{--tw-shadow-color: rgb(139 92 246 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/85:hover{--tw-shadow-color: rgb(139 92 246 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/90:hover{--tw-shadow-color: rgb(139 92 246 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/95:hover{--tw-shadow-color: rgb(139 92 246 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600:hover{--tw-shadow-color: #7c3aed;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/0:hover{--tw-shadow-color: rgb(124 58 237 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/10:hover{--tw-shadow-color: rgb(124 58 237 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/100:hover{--tw-shadow-color: rgb(124 58 237 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/15:hover{--tw-shadow-color: rgb(124 58 237 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/20:hover{--tw-shadow-color: rgb(124 58 237 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/25:hover{--tw-shadow-color: rgb(124 58 237 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/30:hover{--tw-shadow-color: rgb(124 58 237 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/35:hover{--tw-shadow-color: rgb(124 58 237 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/40:hover{--tw-shadow-color: rgb(124 58 237 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/45:hover{--tw-shadow-color: rgb(124 58 237 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/5:hover{--tw-shadow-color: rgb(124 58 237 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/50:hover{--tw-shadow-color: rgb(124 58 237 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/55:hover{--tw-shadow-color: rgb(124 58 237 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/60:hover{--tw-shadow-color: rgb(124 58 237 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/65:hover{--tw-shadow-color: rgb(124 58 237 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/70:hover{--tw-shadow-color: rgb(124 58 237 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/75:hover{--tw-shadow-color: rgb(124 58 237 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/80:hover{--tw-shadow-color: rgb(124 58 237 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/85:hover{--tw-shadow-color: rgb(124 58 237 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/90:hover{--tw-shadow-color: rgb(124 58 237 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-600\/95:hover{--tw-shadow-color: rgb(124 58 237 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700:hover{--tw-shadow-color: #6d28d9;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/0:hover{--tw-shadow-color: rgb(109 40 217 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/10:hover{--tw-shadow-color: rgb(109 40 217 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/100:hover{--tw-shadow-color: rgb(109 40 217 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/15:hover{--tw-shadow-color: rgb(109 40 217 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/20:hover{--tw-shadow-color: rgb(109 40 217 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/25:hover{--tw-shadow-color: rgb(109 40 217 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/30:hover{--tw-shadow-color: rgb(109 40 217 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/35:hover{--tw-shadow-color: rgb(109 40 217 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/40:hover{--tw-shadow-color: rgb(109 40 217 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/45:hover{--tw-shadow-color: rgb(109 40 217 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/5:hover{--tw-shadow-color: rgb(109 40 217 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/50:hover{--tw-shadow-color: rgb(109 40 217 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/55:hover{--tw-shadow-color: rgb(109 40 217 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/60:hover{--tw-shadow-color: rgb(109 40 217 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/65:hover{--tw-shadow-color: rgb(109 40 217 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/70:hover{--tw-shadow-color: rgb(109 40 217 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/75:hover{--tw-shadow-color: rgb(109 40 217 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/80:hover{--tw-shadow-color: rgb(109 40 217 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/85:hover{--tw-shadow-color: rgb(109 40 217 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/90:hover{--tw-shadow-color: rgb(109 40 217 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-700\/95:hover{--tw-shadow-color: rgb(109 40 217 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800:hover{--tw-shadow-color: #5b21b6;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/0:hover{--tw-shadow-color: rgb(91 33 182 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/10:hover{--tw-shadow-color: rgb(91 33 182 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/100:hover{--tw-shadow-color: rgb(91 33 182 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/15:hover{--tw-shadow-color: rgb(91 33 182 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/20:hover{--tw-shadow-color: rgb(91 33 182 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/25:hover{--tw-shadow-color: rgb(91 33 182 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/30:hover{--tw-shadow-color: rgb(91 33 182 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/35:hover{--tw-shadow-color: rgb(91 33 182 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/40:hover{--tw-shadow-color: rgb(91 33 182 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/45:hover{--tw-shadow-color: rgb(91 33 182 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/5:hover{--tw-shadow-color: rgb(91 33 182 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/50:hover{--tw-shadow-color: rgb(91 33 182 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/55:hover{--tw-shadow-color: rgb(91 33 182 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/60:hover{--tw-shadow-color: rgb(91 33 182 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/65:hover{--tw-shadow-color: rgb(91 33 182 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/70:hover{--tw-shadow-color: rgb(91 33 182 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/75:hover{--tw-shadow-color: rgb(91 33 182 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/80:hover{--tw-shadow-color: rgb(91 33 182 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/85:hover{--tw-shadow-color: rgb(91 33 182 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/90:hover{--tw-shadow-color: rgb(91 33 182 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-800\/95:hover{--tw-shadow-color: rgb(91 33 182 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900:hover{--tw-shadow-color: #4c1d95;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/0:hover{--tw-shadow-color: rgb(76 29 149 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/10:hover{--tw-shadow-color: rgb(76 29 149 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/100:hover{--tw-shadow-color: rgb(76 29 149 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/15:hover{--tw-shadow-color: rgb(76 29 149 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/20:hover{--tw-shadow-color: rgb(76 29 149 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/25:hover{--tw-shadow-color: rgb(76 29 149 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/30:hover{--tw-shadow-color: rgb(76 29 149 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/35:hover{--tw-shadow-color: rgb(76 29 149 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/40:hover{--tw-shadow-color: rgb(76 29 149 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/45:hover{--tw-shadow-color: rgb(76 29 149 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/5:hover{--tw-shadow-color: rgb(76 29 149 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/50:hover{--tw-shadow-color: rgb(76 29 149 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/55:hover{--tw-shadow-color: rgb(76 29 149 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/60:hover{--tw-shadow-color: rgb(76 29 149 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/65:hover{--tw-shadow-color: rgb(76 29 149 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/70:hover{--tw-shadow-color: rgb(76 29 149 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/75:hover{--tw-shadow-color: rgb(76 29 149 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/80:hover{--tw-shadow-color: rgb(76 29 149 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/85:hover{--tw-shadow-color: rgb(76 29 149 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/90:hover{--tw-shadow-color: rgb(76 29 149 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-900\/95:hover{--tw-shadow-color: rgb(76 29 149 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950:hover{--tw-shadow-color: #2e1065;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/0:hover{--tw-shadow-color: rgb(46 16 101 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/10:hover{--tw-shadow-color: rgb(46 16 101 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/100:hover{--tw-shadow-color: rgb(46 16 101 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/15:hover{--tw-shadow-color: rgb(46 16 101 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/20:hover{--tw-shadow-color: rgb(46 16 101 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/25:hover{--tw-shadow-color: rgb(46 16 101 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/30:hover{--tw-shadow-color: rgb(46 16 101 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/35:hover{--tw-shadow-color: rgb(46 16 101 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/40:hover{--tw-shadow-color: rgb(46 16 101 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/45:hover{--tw-shadow-color: rgb(46 16 101 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/5:hover{--tw-shadow-color: rgb(46 16 101 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/50:hover{--tw-shadow-color: rgb(46 16 101 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/55:hover{--tw-shadow-color: rgb(46 16 101 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/60:hover{--tw-shadow-color: rgb(46 16 101 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/65:hover{--tw-shadow-color: rgb(46 16 101 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/70:hover{--tw-shadow-color: rgb(46 16 101 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/75:hover{--tw-shadow-color: rgb(46 16 101 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/80:hover{--tw-shadow-color: rgb(46 16 101 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/85:hover{--tw-shadow-color: rgb(46 16 101 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/90:hover{--tw-shadow-color: rgb(46 16 101 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-950\/95:hover{--tw-shadow-color: rgb(46 16 101 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white:hover{--tw-shadow-color: #fff;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/0:hover{--tw-shadow-color: rgb(255 255 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/10:hover{--tw-shadow-color: rgb(255 255 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/100:hover{--tw-shadow-color: rgb(255 255 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/15:hover{--tw-shadow-color: rgb(255 255 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/20:hover{--tw-shadow-color: rgb(255 255 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/25:hover{--tw-shadow-color: rgb(255 255 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/30:hover{--tw-shadow-color: rgb(255 255 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/35:hover{--tw-shadow-color: rgb(255 255 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/40:hover{--tw-shadow-color: rgb(255 255 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/45:hover{--tw-shadow-color: rgb(255 255 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/5:hover{--tw-shadow-color: rgb(255 255 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/50:hover{--tw-shadow-color: rgb(255 255 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/55:hover{--tw-shadow-color: rgb(255 255 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/60:hover{--tw-shadow-color: rgb(255 255 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/65:hover{--tw-shadow-color: rgb(255 255 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/70:hover{--tw-shadow-color: rgb(255 255 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/75:hover{--tw-shadow-color: rgb(255 255 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/80:hover{--tw-shadow-color: rgb(255 255 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/85:hover{--tw-shadow-color: rgb(255 255 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/90:hover{--tw-shadow-color: rgb(255 255 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-white\/95:hover{--tw-shadow-color: rgb(255 255 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100:hover{--tw-shadow-color: #fef9c3;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/0:hover{--tw-shadow-color: rgb(254 249 195 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/10:hover{--tw-shadow-color: rgb(254 249 195 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/100:hover{--tw-shadow-color: rgb(254 249 195 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/15:hover{--tw-shadow-color: rgb(254 249 195 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/20:hover{--tw-shadow-color: rgb(254 249 195 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/25:hover{--tw-shadow-color: rgb(254 249 195 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/30:hover{--tw-shadow-color: rgb(254 249 195 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/35:hover{--tw-shadow-color: rgb(254 249 195 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/40:hover{--tw-shadow-color: rgb(254 249 195 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/45:hover{--tw-shadow-color: rgb(254 249 195 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/5:hover{--tw-shadow-color: rgb(254 249 195 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/50:hover{--tw-shadow-color: rgb(254 249 195 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/55:hover{--tw-shadow-color: rgb(254 249 195 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/60:hover{--tw-shadow-color: rgb(254 249 195 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/65:hover{--tw-shadow-color: rgb(254 249 195 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/70:hover{--tw-shadow-color: rgb(254 249 195 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/75:hover{--tw-shadow-color: rgb(254 249 195 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/80:hover{--tw-shadow-color: rgb(254 249 195 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/85:hover{--tw-shadow-color: rgb(254 249 195 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/90:hover{--tw-shadow-color: rgb(254 249 195 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-100\/95:hover{--tw-shadow-color: rgb(254 249 195 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200:hover{--tw-shadow-color: #fef08a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/0:hover{--tw-shadow-color: rgb(254 240 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/10:hover{--tw-shadow-color: rgb(254 240 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/100:hover{--tw-shadow-color: rgb(254 240 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/15:hover{--tw-shadow-color: rgb(254 240 138 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/20:hover{--tw-shadow-color: rgb(254 240 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/25:hover{--tw-shadow-color: rgb(254 240 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/30:hover{--tw-shadow-color: rgb(254 240 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/35:hover{--tw-shadow-color: rgb(254 240 138 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/40:hover{--tw-shadow-color: rgb(254 240 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/45:hover{--tw-shadow-color: rgb(254 240 138 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/5:hover{--tw-shadow-color: rgb(254 240 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/50:hover{--tw-shadow-color: rgb(254 240 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/55:hover{--tw-shadow-color: rgb(254 240 138 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/60:hover{--tw-shadow-color: rgb(254 240 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/65:hover{--tw-shadow-color: rgb(254 240 138 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/70:hover{--tw-shadow-color: rgb(254 240 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/75:hover{--tw-shadow-color: rgb(254 240 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/80:hover{--tw-shadow-color: rgb(254 240 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/85:hover{--tw-shadow-color: rgb(254 240 138 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/90:hover{--tw-shadow-color: rgb(254 240 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-200\/95:hover{--tw-shadow-color: rgb(254 240 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300:hover{--tw-shadow-color: #fde047;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/0:hover{--tw-shadow-color: rgb(253 224 71 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/10:hover{--tw-shadow-color: rgb(253 224 71 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/100:hover{--tw-shadow-color: rgb(253 224 71 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/15:hover{--tw-shadow-color: rgb(253 224 71 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/20:hover{--tw-shadow-color: rgb(253 224 71 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/25:hover{--tw-shadow-color: rgb(253 224 71 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/30:hover{--tw-shadow-color: rgb(253 224 71 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/35:hover{--tw-shadow-color: rgb(253 224 71 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/40:hover{--tw-shadow-color: rgb(253 224 71 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/45:hover{--tw-shadow-color: rgb(253 224 71 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/5:hover{--tw-shadow-color: rgb(253 224 71 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/50:hover{--tw-shadow-color: rgb(253 224 71 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/55:hover{--tw-shadow-color: rgb(253 224 71 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/60:hover{--tw-shadow-color: rgb(253 224 71 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/65:hover{--tw-shadow-color: rgb(253 224 71 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/70:hover{--tw-shadow-color: rgb(253 224 71 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/75:hover{--tw-shadow-color: rgb(253 224 71 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/80:hover{--tw-shadow-color: rgb(253 224 71 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/85:hover{--tw-shadow-color: rgb(253 224 71 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/90:hover{--tw-shadow-color: rgb(253 224 71 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-300\/95:hover{--tw-shadow-color: rgb(253 224 71 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400:hover{--tw-shadow-color: #facc15;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/0:hover{--tw-shadow-color: rgb(250 204 21 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/10:hover{--tw-shadow-color: rgb(250 204 21 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/100:hover{--tw-shadow-color: rgb(250 204 21 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/15:hover{--tw-shadow-color: rgb(250 204 21 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/20:hover{--tw-shadow-color: rgb(250 204 21 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/25:hover{--tw-shadow-color: rgb(250 204 21 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/30:hover{--tw-shadow-color: rgb(250 204 21 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/35:hover{--tw-shadow-color: rgb(250 204 21 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/40:hover{--tw-shadow-color: rgb(250 204 21 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/45:hover{--tw-shadow-color: rgb(250 204 21 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/5:hover{--tw-shadow-color: rgb(250 204 21 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/50:hover{--tw-shadow-color: rgb(250 204 21 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/55:hover{--tw-shadow-color: rgb(250 204 21 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/60:hover{--tw-shadow-color: rgb(250 204 21 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/65:hover{--tw-shadow-color: rgb(250 204 21 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/70:hover{--tw-shadow-color: rgb(250 204 21 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/75:hover{--tw-shadow-color: rgb(250 204 21 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/80:hover{--tw-shadow-color: rgb(250 204 21 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/85:hover{--tw-shadow-color: rgb(250 204 21 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/90:hover{--tw-shadow-color: rgb(250 204 21 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-400\/95:hover{--tw-shadow-color: rgb(250 204 21 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50:hover{--tw-shadow-color: #fefce8;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/0:hover{--tw-shadow-color: rgb(254 252 232 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/10:hover{--tw-shadow-color: rgb(254 252 232 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/100:hover{--tw-shadow-color: rgb(254 252 232 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/15:hover{--tw-shadow-color: rgb(254 252 232 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/20:hover{--tw-shadow-color: rgb(254 252 232 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/25:hover{--tw-shadow-color: rgb(254 252 232 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/30:hover{--tw-shadow-color: rgb(254 252 232 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/35:hover{--tw-shadow-color: rgb(254 252 232 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/40:hover{--tw-shadow-color: rgb(254 252 232 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/45:hover{--tw-shadow-color: rgb(254 252 232 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/5:hover{--tw-shadow-color: rgb(254 252 232 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/50:hover{--tw-shadow-color: rgb(254 252 232 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/55:hover{--tw-shadow-color: rgb(254 252 232 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/60:hover{--tw-shadow-color: rgb(254 252 232 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/65:hover{--tw-shadow-color: rgb(254 252 232 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/70:hover{--tw-shadow-color: rgb(254 252 232 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/75:hover{--tw-shadow-color: rgb(254 252 232 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/80:hover{--tw-shadow-color: rgb(254 252 232 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/85:hover{--tw-shadow-color: rgb(254 252 232 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/90:hover{--tw-shadow-color: rgb(254 252 232 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-50\/95:hover{--tw-shadow-color: rgb(254 252 232 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500:hover{--tw-shadow-color: #eab308;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/0:hover{--tw-shadow-color: rgb(234 179 8 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/10:hover{--tw-shadow-color: rgb(234 179 8 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/100:hover{--tw-shadow-color: rgb(234 179 8 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/15:hover{--tw-shadow-color: rgb(234 179 8 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/20:hover{--tw-shadow-color: rgb(234 179 8 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/25:hover{--tw-shadow-color: rgb(234 179 8 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/30:hover{--tw-shadow-color: rgb(234 179 8 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/35:hover{--tw-shadow-color: rgb(234 179 8 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/40:hover{--tw-shadow-color: rgb(234 179 8 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/45:hover{--tw-shadow-color: rgb(234 179 8 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/5:hover{--tw-shadow-color: rgb(234 179 8 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/50:hover{--tw-shadow-color: rgb(234 179 8 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/55:hover{--tw-shadow-color: rgb(234 179 8 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/60:hover{--tw-shadow-color: rgb(234 179 8 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/65:hover{--tw-shadow-color: rgb(234 179 8 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/70:hover{--tw-shadow-color: rgb(234 179 8 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/75:hover{--tw-shadow-color: rgb(234 179 8 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/80:hover{--tw-shadow-color: rgb(234 179 8 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/85:hover{--tw-shadow-color: rgb(234 179 8 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/90:hover{--tw-shadow-color: rgb(234 179 8 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/95:hover{--tw-shadow-color: rgb(234 179 8 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600:hover{--tw-shadow-color: #ca8a04;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/0:hover{--tw-shadow-color: rgb(202 138 4 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/10:hover{--tw-shadow-color: rgb(202 138 4 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/100:hover{--tw-shadow-color: rgb(202 138 4 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/15:hover{--tw-shadow-color: rgb(202 138 4 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/20:hover{--tw-shadow-color: rgb(202 138 4 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/25:hover{--tw-shadow-color: rgb(202 138 4 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/30:hover{--tw-shadow-color: rgb(202 138 4 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/35:hover{--tw-shadow-color: rgb(202 138 4 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/40:hover{--tw-shadow-color: rgb(202 138 4 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/45:hover{--tw-shadow-color: rgb(202 138 4 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/5:hover{--tw-shadow-color: rgb(202 138 4 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/50:hover{--tw-shadow-color: rgb(202 138 4 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/55:hover{--tw-shadow-color: rgb(202 138 4 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/60:hover{--tw-shadow-color: rgb(202 138 4 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/65:hover{--tw-shadow-color: rgb(202 138 4 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/70:hover{--tw-shadow-color: rgb(202 138 4 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/75:hover{--tw-shadow-color: rgb(202 138 4 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/80:hover{--tw-shadow-color: rgb(202 138 4 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/85:hover{--tw-shadow-color: rgb(202 138 4 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/90:hover{--tw-shadow-color: rgb(202 138 4 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-600\/95:hover{--tw-shadow-color: rgb(202 138 4 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700:hover{--tw-shadow-color: #a16207;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/0:hover{--tw-shadow-color: rgb(161 98 7 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/10:hover{--tw-shadow-color: rgb(161 98 7 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/100:hover{--tw-shadow-color: rgb(161 98 7 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/15:hover{--tw-shadow-color: rgb(161 98 7 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/20:hover{--tw-shadow-color: rgb(161 98 7 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/25:hover{--tw-shadow-color: rgb(161 98 7 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/30:hover{--tw-shadow-color: rgb(161 98 7 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/35:hover{--tw-shadow-color: rgb(161 98 7 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/40:hover{--tw-shadow-color: rgb(161 98 7 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/45:hover{--tw-shadow-color: rgb(161 98 7 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/5:hover{--tw-shadow-color: rgb(161 98 7 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/50:hover{--tw-shadow-color: rgb(161 98 7 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/55:hover{--tw-shadow-color: rgb(161 98 7 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/60:hover{--tw-shadow-color: rgb(161 98 7 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/65:hover{--tw-shadow-color: rgb(161 98 7 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/70:hover{--tw-shadow-color: rgb(161 98 7 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/75:hover{--tw-shadow-color: rgb(161 98 7 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/80:hover{--tw-shadow-color: rgb(161 98 7 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/85:hover{--tw-shadow-color: rgb(161 98 7 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/90:hover{--tw-shadow-color: rgb(161 98 7 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-700\/95:hover{--tw-shadow-color: rgb(161 98 7 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800:hover{--tw-shadow-color: #854d0e;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/0:hover{--tw-shadow-color: rgb(133 77 14 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/10:hover{--tw-shadow-color: rgb(133 77 14 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/100:hover{--tw-shadow-color: rgb(133 77 14 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/15:hover{--tw-shadow-color: rgb(133 77 14 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/20:hover{--tw-shadow-color: rgb(133 77 14 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/25:hover{--tw-shadow-color: rgb(133 77 14 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/30:hover{--tw-shadow-color: rgb(133 77 14 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/35:hover{--tw-shadow-color: rgb(133 77 14 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/40:hover{--tw-shadow-color: rgb(133 77 14 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/45:hover{--tw-shadow-color: rgb(133 77 14 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/5:hover{--tw-shadow-color: rgb(133 77 14 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/50:hover{--tw-shadow-color: rgb(133 77 14 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/55:hover{--tw-shadow-color: rgb(133 77 14 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/60:hover{--tw-shadow-color: rgb(133 77 14 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/65:hover{--tw-shadow-color: rgb(133 77 14 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/70:hover{--tw-shadow-color: rgb(133 77 14 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/75:hover{--tw-shadow-color: rgb(133 77 14 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/80:hover{--tw-shadow-color: rgb(133 77 14 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/85:hover{--tw-shadow-color: rgb(133 77 14 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/90:hover{--tw-shadow-color: rgb(133 77 14 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-800\/95:hover{--tw-shadow-color: rgb(133 77 14 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900:hover{--tw-shadow-color: #713f12;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/0:hover{--tw-shadow-color: rgb(113 63 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/10:hover{--tw-shadow-color: rgb(113 63 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/100:hover{--tw-shadow-color: rgb(113 63 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/15:hover{--tw-shadow-color: rgb(113 63 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/20:hover{--tw-shadow-color: rgb(113 63 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/25:hover{--tw-shadow-color: rgb(113 63 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/30:hover{--tw-shadow-color: rgb(113 63 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/35:hover{--tw-shadow-color: rgb(113 63 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/40:hover{--tw-shadow-color: rgb(113 63 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/45:hover{--tw-shadow-color: rgb(113 63 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/5:hover{--tw-shadow-color: rgb(113 63 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/50:hover{--tw-shadow-color: rgb(113 63 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/55:hover{--tw-shadow-color: rgb(113 63 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/60:hover{--tw-shadow-color: rgb(113 63 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/65:hover{--tw-shadow-color: rgb(113 63 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/70:hover{--tw-shadow-color: rgb(113 63 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/75:hover{--tw-shadow-color: rgb(113 63 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/80:hover{--tw-shadow-color: rgb(113 63 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/85:hover{--tw-shadow-color: rgb(113 63 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/90:hover{--tw-shadow-color: rgb(113 63 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-900\/95:hover{--tw-shadow-color: rgb(113 63 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950:hover{--tw-shadow-color: #422006;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/0:hover{--tw-shadow-color: rgb(66 32 6 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/10:hover{--tw-shadow-color: rgb(66 32 6 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/100:hover{--tw-shadow-color: rgb(66 32 6 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/15:hover{--tw-shadow-color: rgb(66 32 6 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/20:hover{--tw-shadow-color: rgb(66 32 6 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/25:hover{--tw-shadow-color: rgb(66 32 6 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/30:hover{--tw-shadow-color: rgb(66 32 6 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/35:hover{--tw-shadow-color: rgb(66 32 6 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/40:hover{--tw-shadow-color: rgb(66 32 6 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/45:hover{--tw-shadow-color: rgb(66 32 6 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/5:hover{--tw-shadow-color: rgb(66 32 6 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/50:hover{--tw-shadow-color: rgb(66 32 6 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/55:hover{--tw-shadow-color: rgb(66 32 6 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/60:hover{--tw-shadow-color: rgb(66 32 6 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/65:hover{--tw-shadow-color: rgb(66 32 6 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/70:hover{--tw-shadow-color: rgb(66 32 6 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/75:hover{--tw-shadow-color: rgb(66 32 6 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/80:hover{--tw-shadow-color: rgb(66 32 6 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/85:hover{--tw-shadow-color: rgb(66 32 6 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/90:hover{--tw-shadow-color: rgb(66 32 6 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-950\/95:hover{--tw-shadow-color: rgb(66 32 6 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100:hover{--tw-shadow-color: #f4f4f5;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/0:hover{--tw-shadow-color: rgb(244 244 245 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/10:hover{--tw-shadow-color: rgb(244 244 245 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/100:hover{--tw-shadow-color: rgb(244 244 245 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/15:hover{--tw-shadow-color: rgb(244 244 245 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/20:hover{--tw-shadow-color: rgb(244 244 245 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/25:hover{--tw-shadow-color: rgb(244 244 245 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/30:hover{--tw-shadow-color: rgb(244 244 245 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/35:hover{--tw-shadow-color: rgb(244 244 245 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/40:hover{--tw-shadow-color: rgb(244 244 245 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/45:hover{--tw-shadow-color: rgb(244 244 245 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/5:hover{--tw-shadow-color: rgb(244 244 245 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/50:hover{--tw-shadow-color: rgb(244 244 245 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/55:hover{--tw-shadow-color: rgb(244 244 245 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/60:hover{--tw-shadow-color: rgb(244 244 245 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/65:hover{--tw-shadow-color: rgb(244 244 245 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/70:hover{--tw-shadow-color: rgb(244 244 245 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/75:hover{--tw-shadow-color: rgb(244 244 245 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/80:hover{--tw-shadow-color: rgb(244 244 245 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/85:hover{--tw-shadow-color: rgb(244 244 245 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/90:hover{--tw-shadow-color: rgb(244 244 245 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-100\/95:hover{--tw-shadow-color: rgb(244 244 245 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200:hover{--tw-shadow-color: #e4e4e7;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/0:hover{--tw-shadow-color: rgb(228 228 231 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/10:hover{--tw-shadow-color: rgb(228 228 231 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/100:hover{--tw-shadow-color: rgb(228 228 231 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/15:hover{--tw-shadow-color: rgb(228 228 231 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/20:hover{--tw-shadow-color: rgb(228 228 231 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/25:hover{--tw-shadow-color: rgb(228 228 231 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/30:hover{--tw-shadow-color: rgb(228 228 231 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/35:hover{--tw-shadow-color: rgb(228 228 231 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/40:hover{--tw-shadow-color: rgb(228 228 231 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/45:hover{--tw-shadow-color: rgb(228 228 231 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/5:hover{--tw-shadow-color: rgb(228 228 231 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/50:hover{--tw-shadow-color: rgb(228 228 231 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/55:hover{--tw-shadow-color: rgb(228 228 231 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/60:hover{--tw-shadow-color: rgb(228 228 231 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/65:hover{--tw-shadow-color: rgb(228 228 231 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/70:hover{--tw-shadow-color: rgb(228 228 231 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/75:hover{--tw-shadow-color: rgb(228 228 231 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/80:hover{--tw-shadow-color: rgb(228 228 231 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/85:hover{--tw-shadow-color: rgb(228 228 231 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/90:hover{--tw-shadow-color: rgb(228 228 231 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-200\/95:hover{--tw-shadow-color: rgb(228 228 231 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300:hover{--tw-shadow-color: #d4d4d8;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/0:hover{--tw-shadow-color: rgb(212 212 216 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/10:hover{--tw-shadow-color: rgb(212 212 216 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/100:hover{--tw-shadow-color: rgb(212 212 216 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/15:hover{--tw-shadow-color: rgb(212 212 216 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/20:hover{--tw-shadow-color: rgb(212 212 216 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/25:hover{--tw-shadow-color: rgb(212 212 216 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/30:hover{--tw-shadow-color: rgb(212 212 216 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/35:hover{--tw-shadow-color: rgb(212 212 216 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/40:hover{--tw-shadow-color: rgb(212 212 216 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/45:hover{--tw-shadow-color: rgb(212 212 216 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/5:hover{--tw-shadow-color: rgb(212 212 216 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/50:hover{--tw-shadow-color: rgb(212 212 216 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/55:hover{--tw-shadow-color: rgb(212 212 216 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/60:hover{--tw-shadow-color: rgb(212 212 216 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/65:hover{--tw-shadow-color: rgb(212 212 216 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/70:hover{--tw-shadow-color: rgb(212 212 216 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/75:hover{--tw-shadow-color: rgb(212 212 216 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/80:hover{--tw-shadow-color: rgb(212 212 216 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/85:hover{--tw-shadow-color: rgb(212 212 216 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/90:hover{--tw-shadow-color: rgb(212 212 216 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-300\/95:hover{--tw-shadow-color: rgb(212 212 216 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400:hover{--tw-shadow-color: #a1a1aa;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/0:hover{--tw-shadow-color: rgb(161 161 170 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/10:hover{--tw-shadow-color: rgb(161 161 170 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/100:hover{--tw-shadow-color: rgb(161 161 170 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/15:hover{--tw-shadow-color: rgb(161 161 170 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/20:hover{--tw-shadow-color: rgb(161 161 170 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/25:hover{--tw-shadow-color: rgb(161 161 170 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/30:hover{--tw-shadow-color: rgb(161 161 170 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/35:hover{--tw-shadow-color: rgb(161 161 170 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/40:hover{--tw-shadow-color: rgb(161 161 170 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/45:hover{--tw-shadow-color: rgb(161 161 170 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/5:hover{--tw-shadow-color: rgb(161 161 170 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/50:hover{--tw-shadow-color: rgb(161 161 170 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/55:hover{--tw-shadow-color: rgb(161 161 170 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/60:hover{--tw-shadow-color: rgb(161 161 170 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/65:hover{--tw-shadow-color: rgb(161 161 170 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/70:hover{--tw-shadow-color: rgb(161 161 170 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/75:hover{--tw-shadow-color: rgb(161 161 170 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/80:hover{--tw-shadow-color: rgb(161 161 170 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/85:hover{--tw-shadow-color: rgb(161 161 170 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/90:hover{--tw-shadow-color: rgb(161 161 170 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-400\/95:hover{--tw-shadow-color: rgb(161 161 170 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50:hover{--tw-shadow-color: #fafafa;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/0:hover{--tw-shadow-color: rgb(250 250 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/10:hover{--tw-shadow-color: rgb(250 250 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/100:hover{--tw-shadow-color: rgb(250 250 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/15:hover{--tw-shadow-color: rgb(250 250 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/20:hover{--tw-shadow-color: rgb(250 250 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/25:hover{--tw-shadow-color: rgb(250 250 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/30:hover{--tw-shadow-color: rgb(250 250 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/35:hover{--tw-shadow-color: rgb(250 250 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/40:hover{--tw-shadow-color: rgb(250 250 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/45:hover{--tw-shadow-color: rgb(250 250 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/5:hover{--tw-shadow-color: rgb(250 250 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/50:hover{--tw-shadow-color: rgb(250 250 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/55:hover{--tw-shadow-color: rgb(250 250 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/60:hover{--tw-shadow-color: rgb(250 250 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/65:hover{--tw-shadow-color: rgb(250 250 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/70:hover{--tw-shadow-color: rgb(250 250 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/75:hover{--tw-shadow-color: rgb(250 250 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/80:hover{--tw-shadow-color: rgb(250 250 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/85:hover{--tw-shadow-color: rgb(250 250 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/90:hover{--tw-shadow-color: rgb(250 250 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-50\/95:hover{--tw-shadow-color: rgb(250 250 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500:hover{--tw-shadow-color: #71717a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/0:hover{--tw-shadow-color: rgb(113 113 122 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/10:hover{--tw-shadow-color: rgb(113 113 122 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/100:hover{--tw-shadow-color: rgb(113 113 122 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/15:hover{--tw-shadow-color: rgb(113 113 122 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/20:hover{--tw-shadow-color: rgb(113 113 122 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/25:hover{--tw-shadow-color: rgb(113 113 122 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/30:hover{--tw-shadow-color: rgb(113 113 122 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/35:hover{--tw-shadow-color: rgb(113 113 122 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/40:hover{--tw-shadow-color: rgb(113 113 122 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/45:hover{--tw-shadow-color: rgb(113 113 122 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/5:hover{--tw-shadow-color: rgb(113 113 122 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/50:hover{--tw-shadow-color: rgb(113 113 122 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/55:hover{--tw-shadow-color: rgb(113 113 122 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/60:hover{--tw-shadow-color: rgb(113 113 122 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/65:hover{--tw-shadow-color: rgb(113 113 122 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/70:hover{--tw-shadow-color: rgb(113 113 122 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/75:hover{--tw-shadow-color: rgb(113 113 122 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/80:hover{--tw-shadow-color: rgb(113 113 122 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/85:hover{--tw-shadow-color: rgb(113 113 122 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/90:hover{--tw-shadow-color: rgb(113 113 122 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-500\/95:hover{--tw-shadow-color: rgb(113 113 122 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600:hover{--tw-shadow-color: #52525b;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/0:hover{--tw-shadow-color: rgb(82 82 91 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/10:hover{--tw-shadow-color: rgb(82 82 91 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/100:hover{--tw-shadow-color: rgb(82 82 91 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/15:hover{--tw-shadow-color: rgb(82 82 91 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/20:hover{--tw-shadow-color: rgb(82 82 91 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/25:hover{--tw-shadow-color: rgb(82 82 91 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/30:hover{--tw-shadow-color: rgb(82 82 91 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/35:hover{--tw-shadow-color: rgb(82 82 91 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/40:hover{--tw-shadow-color: rgb(82 82 91 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/45:hover{--tw-shadow-color: rgb(82 82 91 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/5:hover{--tw-shadow-color: rgb(82 82 91 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/50:hover{--tw-shadow-color: rgb(82 82 91 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/55:hover{--tw-shadow-color: rgb(82 82 91 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/60:hover{--tw-shadow-color: rgb(82 82 91 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/65:hover{--tw-shadow-color: rgb(82 82 91 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/70:hover{--tw-shadow-color: rgb(82 82 91 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/75:hover{--tw-shadow-color: rgb(82 82 91 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/80:hover{--tw-shadow-color: rgb(82 82 91 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/85:hover{--tw-shadow-color: rgb(82 82 91 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/90:hover{--tw-shadow-color: rgb(82 82 91 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-600\/95:hover{--tw-shadow-color: rgb(82 82 91 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700:hover{--tw-shadow-color: #3f3f46;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/0:hover{--tw-shadow-color: rgb(63 63 70 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/10:hover{--tw-shadow-color: rgb(63 63 70 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/100:hover{--tw-shadow-color: rgb(63 63 70 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/15:hover{--tw-shadow-color: rgb(63 63 70 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/20:hover{--tw-shadow-color: rgb(63 63 70 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/25:hover{--tw-shadow-color: rgb(63 63 70 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/30:hover{--tw-shadow-color: rgb(63 63 70 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/35:hover{--tw-shadow-color: rgb(63 63 70 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/40:hover{--tw-shadow-color: rgb(63 63 70 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/45:hover{--tw-shadow-color: rgb(63 63 70 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/5:hover{--tw-shadow-color: rgb(63 63 70 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/50:hover{--tw-shadow-color: rgb(63 63 70 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/55:hover{--tw-shadow-color: rgb(63 63 70 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/60:hover{--tw-shadow-color: rgb(63 63 70 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/65:hover{--tw-shadow-color: rgb(63 63 70 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/70:hover{--tw-shadow-color: rgb(63 63 70 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/75:hover{--tw-shadow-color: rgb(63 63 70 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/80:hover{--tw-shadow-color: rgb(63 63 70 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/85:hover{--tw-shadow-color: rgb(63 63 70 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/90:hover{--tw-shadow-color: rgb(63 63 70 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-700\/95:hover{--tw-shadow-color: rgb(63 63 70 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800:hover{--tw-shadow-color: #27272a;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/0:hover{--tw-shadow-color: rgb(39 39 42 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/10:hover{--tw-shadow-color: rgb(39 39 42 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/100:hover{--tw-shadow-color: rgb(39 39 42 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/15:hover{--tw-shadow-color: rgb(39 39 42 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/20:hover{--tw-shadow-color: rgb(39 39 42 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/25:hover{--tw-shadow-color: rgb(39 39 42 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/30:hover{--tw-shadow-color: rgb(39 39 42 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/35:hover{--tw-shadow-color: rgb(39 39 42 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/40:hover{--tw-shadow-color: rgb(39 39 42 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/45:hover{--tw-shadow-color: rgb(39 39 42 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/5:hover{--tw-shadow-color: rgb(39 39 42 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/50:hover{--tw-shadow-color: rgb(39 39 42 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/55:hover{--tw-shadow-color: rgb(39 39 42 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/60:hover{--tw-shadow-color: rgb(39 39 42 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/65:hover{--tw-shadow-color: rgb(39 39 42 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/70:hover{--tw-shadow-color: rgb(39 39 42 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/75:hover{--tw-shadow-color: rgb(39 39 42 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/80:hover{--tw-shadow-color: rgb(39 39 42 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/85:hover{--tw-shadow-color: rgb(39 39 42 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/90:hover{--tw-shadow-color: rgb(39 39 42 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-800\/95:hover{--tw-shadow-color: rgb(39 39 42 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900:hover{--tw-shadow-color: #18181b;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/0:hover{--tw-shadow-color: rgb(24 24 27 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/10:hover{--tw-shadow-color: rgb(24 24 27 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/100:hover{--tw-shadow-color: rgb(24 24 27 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/15:hover{--tw-shadow-color: rgb(24 24 27 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/20:hover{--tw-shadow-color: rgb(24 24 27 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/25:hover{--tw-shadow-color: rgb(24 24 27 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/30:hover{--tw-shadow-color: rgb(24 24 27 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/35:hover{--tw-shadow-color: rgb(24 24 27 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/40:hover{--tw-shadow-color: rgb(24 24 27 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/45:hover{--tw-shadow-color: rgb(24 24 27 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/5:hover{--tw-shadow-color: rgb(24 24 27 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/50:hover{--tw-shadow-color: rgb(24 24 27 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/55:hover{--tw-shadow-color: rgb(24 24 27 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/60:hover{--tw-shadow-color: rgb(24 24 27 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/65:hover{--tw-shadow-color: rgb(24 24 27 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/70:hover{--tw-shadow-color: rgb(24 24 27 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/75:hover{--tw-shadow-color: rgb(24 24 27 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/80:hover{--tw-shadow-color: rgb(24 24 27 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/85:hover{--tw-shadow-color: rgb(24 24 27 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/90:hover{--tw-shadow-color: rgb(24 24 27 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-900\/95:hover{--tw-shadow-color: rgb(24 24 27 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950:hover{--tw-shadow-color: #09090b;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/0:hover{--tw-shadow-color: rgb(9 9 11 / 0);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/10:hover{--tw-shadow-color: rgb(9 9 11 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/100:hover{--tw-shadow-color: rgb(9 9 11 / 1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/15:hover{--tw-shadow-color: rgb(9 9 11 / .15);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/20:hover{--tw-shadow-color: rgb(9 9 11 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/25:hover{--tw-shadow-color: rgb(9 9 11 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/30:hover{--tw-shadow-color: rgb(9 9 11 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/35:hover{--tw-shadow-color: rgb(9 9 11 / .35);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/40:hover{--tw-shadow-color: rgb(9 9 11 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/45:hover{--tw-shadow-color: rgb(9 9 11 / .45);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/5:hover{--tw-shadow-color: rgb(9 9 11 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/50:hover{--tw-shadow-color: rgb(9 9 11 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/55:hover{--tw-shadow-color: rgb(9 9 11 / .55);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/60:hover{--tw-shadow-color: rgb(9 9 11 / .6);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/65:hover{--tw-shadow-color: rgb(9 9 11 / .65);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/70:hover{--tw-shadow-color: rgb(9 9 11 / .7);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/75:hover{--tw-shadow-color: rgb(9 9 11 / .75);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/80:hover{--tw-shadow-color: rgb(9 9 11 / .8);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/85:hover{--tw-shadow-color: rgb(9 9 11 / .85);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/90:hover{--tw-shadow-color: rgb(9 9 11 / .9);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-zinc-950\/95:hover{--tw-shadow-color: rgb(9 9 11 / .95);--tw-shadow: var(--tw-shadow-colored)}.hover\:ring-accent:hover{--tw-ring-color: var(--accent)}.hover\:ring-accent-foreground:hover{--tw-ring-color: var(--accent-foreground)}.hover\:ring-background:hover{--tw-ring-color: var(--background)}.hover\:ring-border:hover{--tw-ring-color: var(--border)}.hover\:ring-card:hover{--tw-ring-color: var(--card)}.hover\:ring-card-foreground:hover{--tw-ring-color: var(--card-foreground)}.hover\:ring-destructive:hover{--tw-ring-color: var(--destructive)}.hover\:ring-destructive-foreground:hover{--tw-ring-color: var(--destructive-foreground)}.hover\:ring-foreground:hover{--tw-ring-color: var(--foreground)}.hover\:ring-input:hover{--tw-ring-color: var(--input)}.hover\:ring-muted:hover{--tw-ring-color: var(--muted)}.hover\:ring-muted-foreground:hover{--tw-ring-color: var(--muted-foreground)}.hover\:ring-popover:hover{--tw-ring-color: var(--popover)}.hover\:ring-popover-foreground:hover{--tw-ring-color: var(--popover-foreground)}.hover\:ring-primary:hover{--tw-ring-color: var(--primary)}.hover\:ring-primary-foreground:hover{--tw-ring-color: var(--primary-foreground)}.hover\:ring-ring:hover{--tw-ring-color: var(--ring)}.hover\:ring-secondary:hover{--tw-ring-color: var(--secondary)}.hover\:ring-secondary-foreground:hover{--tw-ring-color: var(--secondary-foreground)}.focus\:z-0:focus{z-index:0}.focus\:z-10:focus{z-index:10}.focus\:z-20:focus{z-index:20}.focus\:z-30:focus{z-index:30}.focus\:z-40:focus{z-index:40}.focus\:z-50:focus{z-index:50}.focus\:z-auto:focus{z-index:auto}.focus\:rounded-2xl:focus{border-radius:1rem}.focus\:rounded-3xl:focus{border-radius:1.5rem}.focus\:rounded-full:focus{border-radius:9999px}.focus\:rounded-lg:focus{border-radius:var(--radius)}.focus\:rounded-md:focus{border-radius:calc(var(--radius) - 2px)}.focus\:rounded-none:focus{border-radius:0}.focus\:rounded-sm:focus{border-radius:calc(var(--radius) - 4px)}.focus\:rounded-xl:focus{border-radius:.75rem}.focus\:rounded-b:focus{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.focus\:rounded-b-2xl:focus{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.focus\:rounded-b-3xl:focus{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.focus\:rounded-b-full:focus{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.focus\:rounded-b-lg:focus{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.focus\:rounded-b-md:focus{border-bottom-right-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.focus\:rounded-b-none:focus{border-bottom-right-radius:0;border-bottom-left-radius:0}.focus\:rounded-b-sm:focus{border-bottom-right-radius:calc(var(--radius) - 4px);border-bottom-left-radius:calc(var(--radius) - 4px)}.focus\:rounded-b-xl:focus{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.focus\:rounded-e:focus{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.focus\:rounded-e-2xl:focus{border-start-end-radius:1rem;border-end-end-radius:1rem}.focus\:rounded-e-3xl:focus{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.focus\:rounded-e-full:focus{border-start-end-radius:9999px;border-end-end-radius:9999px}.focus\:rounded-e-lg:focus{border-start-end-radius:var(--radius);border-end-end-radius:var(--radius)}.focus\:rounded-e-md:focus{border-start-end-radius:calc(var(--radius) - 2px);border-end-end-radius:calc(var(--radius) - 2px)}.focus\:rounded-e-none:focus{border-start-end-radius:0px;border-end-end-radius:0px}.focus\:rounded-e-sm:focus{border-start-end-radius:calc(var(--radius) - 4px);border-end-end-radius:calc(var(--radius) - 4px)}.focus\:rounded-e-xl:focus{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.focus\:rounded-l:focus{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.focus\:rounded-l-2xl:focus{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.focus\:rounded-l-3xl:focus{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.focus\:rounded-l-full:focus{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.focus\:rounded-l-lg:focus{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.focus\:rounded-l-md:focus{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.focus\:rounded-l-none:focus{border-top-left-radius:0;border-bottom-left-radius:0}.focus\:rounded-l-sm:focus{border-top-left-radius:calc(var(--radius) - 4px);border-bottom-left-radius:calc(var(--radius) - 4px)}.focus\:rounded-l-xl:focus{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.focus\:rounded-r:focus{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.focus\:rounded-r-2xl:focus{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.focus\:rounded-r-3xl:focus{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.focus\:rounded-r-full:focus{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.focus\:rounded-r-lg:focus{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.focus\:rounded-r-md:focus{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.focus\:rounded-r-none:focus{border-top-right-radius:0;border-bottom-right-radius:0}.focus\:rounded-r-sm:focus{border-top-right-radius:calc(var(--radius) - 4px);border-bottom-right-radius:calc(var(--radius) - 4px)}.focus\:rounded-r-xl:focus{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.focus\:rounded-s:focus{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.focus\:rounded-s-2xl:focus{border-start-start-radius:1rem;border-end-start-radius:1rem}.focus\:rounded-s-3xl:focus{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.focus\:rounded-s-full:focus{border-start-start-radius:9999px;border-end-start-radius:9999px}.focus\:rounded-s-lg:focus{border-start-start-radius:var(--radius);border-end-start-radius:var(--radius)}.focus\:rounded-s-md:focus{border-start-start-radius:calc(var(--radius) - 2px);border-end-start-radius:calc(var(--radius) - 2px)}.focus\:rounded-s-none:focus{border-start-start-radius:0px;border-end-start-radius:0px}.focus\:rounded-s-sm:focus{border-start-start-radius:calc(var(--radius) - 4px);border-end-start-radius:calc(var(--radius) - 4px)}.focus\:rounded-s-xl:focus{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.focus\:rounded-t:focus{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.focus\:rounded-t-2xl:focus{border-top-left-radius:1rem;border-top-right-radius:1rem}.focus\:rounded-t-3xl:focus{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.focus\:rounded-t-full:focus{border-top-left-radius:9999px;border-top-right-radius:9999px}.focus\:rounded-t-lg:focus{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.focus\:rounded-t-md:focus{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.focus\:rounded-t-none:focus{border-top-left-radius:0;border-top-right-radius:0}.focus\:rounded-t-sm:focus{border-top-left-radius:calc(var(--radius) - 4px);border-top-right-radius:calc(var(--radius) - 4px)}.focus\:rounded-t-xl:focus{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.focus\:rounded-bl:focus{border-bottom-left-radius:.25rem}.focus\:rounded-bl-2xl:focus{border-bottom-left-radius:1rem}.focus\:rounded-bl-3xl:focus{border-bottom-left-radius:1.5rem}.focus\:rounded-bl-full:focus{border-bottom-left-radius:9999px}.focus\:rounded-bl-lg:focus{border-bottom-left-radius:var(--radius)}.focus\:rounded-bl-md:focus{border-bottom-left-radius:calc(var(--radius) - 2px)}.focus\:rounded-bl-none:focus{border-bottom-left-radius:0}.focus\:rounded-bl-sm:focus{border-bottom-left-radius:calc(var(--radius) - 4px)}.focus\:rounded-bl-xl:focus{border-bottom-left-radius:.75rem}.focus\:rounded-br:focus{border-bottom-right-radius:.25rem}.focus\:rounded-br-2xl:focus{border-bottom-right-radius:1rem}.focus\:rounded-br-3xl:focus{border-bottom-right-radius:1.5rem}.focus\:rounded-br-full:focus{border-bottom-right-radius:9999px}.focus\:rounded-br-lg:focus{border-bottom-right-radius:var(--radius)}.focus\:rounded-br-md:focus{border-bottom-right-radius:calc(var(--radius) - 2px)}.focus\:rounded-br-none:focus{border-bottom-right-radius:0}.focus\:rounded-br-sm:focus{border-bottom-right-radius:calc(var(--radius) - 4px)}.focus\:rounded-br-xl:focus{border-bottom-right-radius:.75rem}.focus\:rounded-ee:focus{border-end-end-radius:.25rem}.focus\:rounded-ee-2xl:focus{border-end-end-radius:1rem}.focus\:rounded-ee-3xl:focus{border-end-end-radius:1.5rem}.focus\:rounded-ee-full:focus{border-end-end-radius:9999px}.focus\:rounded-ee-lg:focus{border-end-end-radius:var(--radius)}.focus\:rounded-ee-md:focus{border-end-end-radius:calc(var(--radius) - 2px)}.focus\:rounded-ee-none:focus{border-end-end-radius:0px}.focus\:rounded-ee-sm:focus{border-end-end-radius:calc(var(--radius) - 4px)}.focus\:rounded-ee-xl:focus{border-end-end-radius:.75rem}.focus\:rounded-es:focus{border-end-start-radius:.25rem}.focus\:rounded-es-2xl:focus{border-end-start-radius:1rem}.focus\:rounded-es-3xl:focus{border-end-start-radius:1.5rem}.focus\:rounded-es-full:focus{border-end-start-radius:9999px}.focus\:rounded-es-lg:focus{border-end-start-radius:var(--radius)}.focus\:rounded-es-md:focus{border-end-start-radius:calc(var(--radius) - 2px)}.focus\:rounded-es-none:focus{border-end-start-radius:0px}.focus\:rounded-es-sm:focus{border-end-start-radius:calc(var(--radius) - 4px)}.focus\:rounded-es-xl:focus{border-end-start-radius:.75rem}.focus\:rounded-se:focus{border-start-end-radius:.25rem}.focus\:rounded-se-2xl:focus{border-start-end-radius:1rem}.focus\:rounded-se-3xl:focus{border-start-end-radius:1.5rem}.focus\:rounded-se-full:focus{border-start-end-radius:9999px}.focus\:rounded-se-lg:focus{border-start-end-radius:var(--radius)}.focus\:rounded-se-md:focus{border-start-end-radius:calc(var(--radius) - 2px)}.focus\:rounded-se-none:focus{border-start-end-radius:0px}.focus\:rounded-se-sm:focus{border-start-end-radius:calc(var(--radius) - 4px)}.focus\:rounded-se-xl:focus{border-start-end-radius:.75rem}.focus\:rounded-ss:focus{border-start-start-radius:.25rem}.focus\:rounded-ss-2xl:focus{border-start-start-radius:1rem}.focus\:rounded-ss-3xl:focus{border-start-start-radius:1.5rem}.focus\:rounded-ss-full:focus{border-start-start-radius:9999px}.focus\:rounded-ss-lg:focus{border-start-start-radius:var(--radius)}.focus\:rounded-ss-md:focus{border-start-start-radius:calc(var(--radius) - 2px)}.focus\:rounded-ss-none:focus{border-start-start-radius:0px}.focus\:rounded-ss-sm:focus{border-start-start-radius:calc(var(--radius) - 4px)}.focus\:rounded-ss-xl:focus{border-start-start-radius:.75rem}.focus\:rounded-tl:focus{border-top-left-radius:.25rem}.focus\:rounded-tl-2xl:focus{border-top-left-radius:1rem}.focus\:rounded-tl-3xl:focus{border-top-left-radius:1.5rem}.focus\:rounded-tl-full:focus{border-top-left-radius:9999px}.focus\:rounded-tl-lg:focus{border-top-left-radius:var(--radius)}.focus\:rounded-tl-md:focus{border-top-left-radius:calc(var(--radius) - 2px)}.focus\:rounded-tl-none:focus{border-top-left-radius:0}.focus\:rounded-tl-sm:focus{border-top-left-radius:calc(var(--radius) - 4px)}.focus\:rounded-tl-xl:focus{border-top-left-radius:.75rem}.focus\:rounded-tr:focus{border-top-right-radius:.25rem}.focus\:rounded-tr-2xl:focus{border-top-right-radius:1rem}.focus\:rounded-tr-3xl:focus{border-top-right-radius:1.5rem}.focus\:rounded-tr-full:focus{border-top-right-radius:9999px}.focus\:rounded-tr-lg:focus{border-top-right-radius:var(--radius)}.focus\:rounded-tr-md:focus{border-top-right-radius:calc(var(--radius) - 2px)}.focus\:rounded-tr-none:focus{border-top-right-radius:0}.focus\:rounded-tr-sm:focus{border-top-right-radius:calc(var(--radius) - 4px)}.focus\:rounded-tr-xl:focus{border-top-right-radius:.75rem}.focus\:border-accent:focus{border-color:var(--accent)}.focus\:border-accent-foreground:focus{border-color:var(--accent-foreground)}.focus\:border-background:focus{border-color:var(--background)}.focus\:border-border:focus{border-color:var(--border)}.focus\:border-card:focus{border-color:var(--card)}.focus\:border-card-foreground:focus{border-color:var(--card-foreground)}.focus\:border-destructive:focus{border-color:var(--destructive)}.focus\:border-destructive-foreground:focus{border-color:var(--destructive-foreground)}.focus\:border-foreground:focus{border-color:var(--foreground)}.focus\:border-input:focus{border-color:var(--input)}.focus\:border-muted:focus{border-color:var(--muted)}.focus\:border-muted-foreground:focus{border-color:var(--muted-foreground)}.focus\:border-popover:focus{border-color:var(--popover)}.focus\:border-popover-foreground:focus{border-color:var(--popover-foreground)}.focus\:border-primary:focus{border-color:var(--primary)}.focus\:border-primary-foreground:focus{border-color:var(--primary-foreground)}.focus\:border-ring:focus{border-color:var(--ring)}.focus\:border-secondary:focus{border-color:var(--secondary)}.focus\:border-secondary-foreground:focus{border-color:var(--secondary-foreground)}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:bg-accent-foreground:focus{background-color:var(--accent-foreground)}.focus\:bg-background:focus{background-color:var(--background)}.focus\:bg-border:focus{background-color:var(--border)}.focus\:bg-card:focus{background-color:var(--card)}.focus\:bg-card-foreground:focus{background-color:var(--card-foreground)}.focus\:bg-destructive:focus{background-color:var(--destructive)}.focus\:bg-destructive-foreground:focus{background-color:var(--destructive-foreground)}.focus\:bg-foreground:focus{background-color:var(--foreground)}.focus\:bg-input:focus{background-color:var(--input)}.focus\:bg-muted:focus{background-color:var(--muted)}.focus\:bg-muted-foreground:focus{background-color:var(--muted-foreground)}.focus\:bg-popover:focus{background-color:var(--popover)}.focus\:bg-popover-foreground:focus{background-color:var(--popover-foreground)}.focus\:bg-primary:focus{background-color:var(--primary)}.focus\:bg-primary-foreground:focus{background-color:var(--primary-foreground)}.focus\:bg-ring:focus{background-color:var(--ring)}.focus\:bg-secondary:focus{background-color:var(--secondary)}.focus\:bg-secondary-foreground:focus{background-color:var(--secondary-foreground)}.focus\:text-accent:focus{color:var(--accent)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-background:focus{color:var(--background)}.focus\:text-border:focus{color:var(--border)}.focus\:text-card:focus{color:var(--card)}.focus\:text-card-foreground:focus{color:var(--card-foreground)}.focus\:text-destructive:focus{color:var(--destructive)}.focus\:text-destructive-foreground:focus{color:var(--destructive-foreground)}.focus\:text-foreground:focus{color:var(--foreground)}.focus\:text-input:focus{color:var(--input)}.focus\:text-muted:focus{color:var(--muted)}.focus\:text-muted-foreground:focus{color:var(--muted-foreground)}.focus\:text-popover:focus{color:var(--popover)}.focus\:text-popover-foreground:focus{color:var(--popover-foreground)}.focus\:text-primary:focus{color:var(--primary)}.focus\:text-primary-foreground:focus{color:var(--primary-foreground)}.focus\:text-ring:focus{color:var(--ring)}.focus\:text-secondary:focus{color:var(--secondary)}.focus\:text-secondary-foreground:focus{color:var(--secondary-foreground)}.focus\:opacity-0:focus{opacity:0}.focus\:opacity-10:focus{opacity:.1}.focus\:opacity-100:focus{opacity:1}.focus\:opacity-15:focus{opacity:.15}.focus\:opacity-20:focus{opacity:.2}.focus\:opacity-25:focus{opacity:.25}.focus\:opacity-30:focus{opacity:.3}.focus\:opacity-35:focus{opacity:.35}.focus\:opacity-40:focus{opacity:.4}.focus\:opacity-45:focus{opacity:.45}.focus\:opacity-5:focus{opacity:.05}.focus\:opacity-50:focus{opacity:.5}.focus\:opacity-55:focus{opacity:.55}.focus\:opacity-60:focus{opacity:.6}.focus\:opacity-65:focus{opacity:.65}.focus\:opacity-70:focus{opacity:.7}.focus\:opacity-75:focus{opacity:.75}.focus\:opacity-80:focus{opacity:.8}.focus\:opacity-85:focus{opacity:.85}.focus\:opacity-90:focus{opacity:.9}.focus\:opacity-95:focus{opacity:.95}.focus\:shadow-2xl:focus{--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)}.focus\:shadow-inner:focus{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-lg:focus{--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)}.focus\:shadow-md:focus{--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)}.focus\:shadow-none:focus{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-sm:focus{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-xl:focus{--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)}.focus\:shadow-accent:focus{--tw-shadow-color: var(--accent);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-accent-foreground:focus{--tw-shadow-color: var(--accent-foreground);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100:focus{--tw-shadow-color: #fef3c7;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/0:focus{--tw-shadow-color: rgb(254 243 199 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/10:focus{--tw-shadow-color: rgb(254 243 199 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/100:focus{--tw-shadow-color: rgb(254 243 199 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/15:focus{--tw-shadow-color: rgb(254 243 199 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/20:focus{--tw-shadow-color: rgb(254 243 199 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/25:focus{--tw-shadow-color: rgb(254 243 199 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/30:focus{--tw-shadow-color: rgb(254 243 199 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/35:focus{--tw-shadow-color: rgb(254 243 199 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/40:focus{--tw-shadow-color: rgb(254 243 199 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/45:focus{--tw-shadow-color: rgb(254 243 199 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/5:focus{--tw-shadow-color: rgb(254 243 199 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/50:focus{--tw-shadow-color: rgb(254 243 199 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/55:focus{--tw-shadow-color: rgb(254 243 199 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/60:focus{--tw-shadow-color: rgb(254 243 199 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/65:focus{--tw-shadow-color: rgb(254 243 199 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/70:focus{--tw-shadow-color: rgb(254 243 199 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/75:focus{--tw-shadow-color: rgb(254 243 199 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/80:focus{--tw-shadow-color: rgb(254 243 199 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/85:focus{--tw-shadow-color: rgb(254 243 199 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/90:focus{--tw-shadow-color: rgb(254 243 199 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-100\/95:focus{--tw-shadow-color: rgb(254 243 199 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200:focus{--tw-shadow-color: #fde68a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/0:focus{--tw-shadow-color: rgb(253 230 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/10:focus{--tw-shadow-color: rgb(253 230 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/100:focus{--tw-shadow-color: rgb(253 230 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/15:focus{--tw-shadow-color: rgb(253 230 138 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/20:focus{--tw-shadow-color: rgb(253 230 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/25:focus{--tw-shadow-color: rgb(253 230 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/30:focus{--tw-shadow-color: rgb(253 230 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/35:focus{--tw-shadow-color: rgb(253 230 138 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/40:focus{--tw-shadow-color: rgb(253 230 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/45:focus{--tw-shadow-color: rgb(253 230 138 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/5:focus{--tw-shadow-color: rgb(253 230 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/50:focus{--tw-shadow-color: rgb(253 230 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/55:focus{--tw-shadow-color: rgb(253 230 138 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/60:focus{--tw-shadow-color: rgb(253 230 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/65:focus{--tw-shadow-color: rgb(253 230 138 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/70:focus{--tw-shadow-color: rgb(253 230 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/75:focus{--tw-shadow-color: rgb(253 230 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/80:focus{--tw-shadow-color: rgb(253 230 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/85:focus{--tw-shadow-color: rgb(253 230 138 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/90:focus{--tw-shadow-color: rgb(253 230 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-200\/95:focus{--tw-shadow-color: rgb(253 230 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300:focus{--tw-shadow-color: #fcd34d;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/0:focus{--tw-shadow-color: rgb(252 211 77 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/10:focus{--tw-shadow-color: rgb(252 211 77 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/100:focus{--tw-shadow-color: rgb(252 211 77 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/15:focus{--tw-shadow-color: rgb(252 211 77 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/20:focus{--tw-shadow-color: rgb(252 211 77 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/25:focus{--tw-shadow-color: rgb(252 211 77 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/30:focus{--tw-shadow-color: rgb(252 211 77 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/35:focus{--tw-shadow-color: rgb(252 211 77 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/40:focus{--tw-shadow-color: rgb(252 211 77 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/45:focus{--tw-shadow-color: rgb(252 211 77 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/5:focus{--tw-shadow-color: rgb(252 211 77 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/50:focus{--tw-shadow-color: rgb(252 211 77 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/55:focus{--tw-shadow-color: rgb(252 211 77 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/60:focus{--tw-shadow-color: rgb(252 211 77 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/65:focus{--tw-shadow-color: rgb(252 211 77 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/70:focus{--tw-shadow-color: rgb(252 211 77 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/75:focus{--tw-shadow-color: rgb(252 211 77 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/80:focus{--tw-shadow-color: rgb(252 211 77 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/85:focus{--tw-shadow-color: rgb(252 211 77 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/90:focus{--tw-shadow-color: rgb(252 211 77 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-300\/95:focus{--tw-shadow-color: rgb(252 211 77 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400:focus{--tw-shadow-color: #fbbf24;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/0:focus{--tw-shadow-color: rgb(251 191 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/10:focus{--tw-shadow-color: rgb(251 191 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/100:focus{--tw-shadow-color: rgb(251 191 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/15:focus{--tw-shadow-color: rgb(251 191 36 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/20:focus{--tw-shadow-color: rgb(251 191 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/25:focus{--tw-shadow-color: rgb(251 191 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/30:focus{--tw-shadow-color: rgb(251 191 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/35:focus{--tw-shadow-color: rgb(251 191 36 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/40:focus{--tw-shadow-color: rgb(251 191 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/45:focus{--tw-shadow-color: rgb(251 191 36 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/5:focus{--tw-shadow-color: rgb(251 191 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/50:focus{--tw-shadow-color: rgb(251 191 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/55:focus{--tw-shadow-color: rgb(251 191 36 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/60:focus{--tw-shadow-color: rgb(251 191 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/65:focus{--tw-shadow-color: rgb(251 191 36 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/70:focus{--tw-shadow-color: rgb(251 191 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/75:focus{--tw-shadow-color: rgb(251 191 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/80:focus{--tw-shadow-color: rgb(251 191 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/85:focus{--tw-shadow-color: rgb(251 191 36 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/90:focus{--tw-shadow-color: rgb(251 191 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-400\/95:focus{--tw-shadow-color: rgb(251 191 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50:focus{--tw-shadow-color: #fffbeb;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/0:focus{--tw-shadow-color: rgb(255 251 235 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/10:focus{--tw-shadow-color: rgb(255 251 235 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/100:focus{--tw-shadow-color: rgb(255 251 235 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/15:focus{--tw-shadow-color: rgb(255 251 235 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/20:focus{--tw-shadow-color: rgb(255 251 235 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/25:focus{--tw-shadow-color: rgb(255 251 235 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/30:focus{--tw-shadow-color: rgb(255 251 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/35:focus{--tw-shadow-color: rgb(255 251 235 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/40:focus{--tw-shadow-color: rgb(255 251 235 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/45:focus{--tw-shadow-color: rgb(255 251 235 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/5:focus{--tw-shadow-color: rgb(255 251 235 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/50:focus{--tw-shadow-color: rgb(255 251 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/55:focus{--tw-shadow-color: rgb(255 251 235 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/60:focus{--tw-shadow-color: rgb(255 251 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/65:focus{--tw-shadow-color: rgb(255 251 235 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/70:focus{--tw-shadow-color: rgb(255 251 235 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/75:focus{--tw-shadow-color: rgb(255 251 235 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/80:focus{--tw-shadow-color: rgb(255 251 235 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/85:focus{--tw-shadow-color: rgb(255 251 235 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/90:focus{--tw-shadow-color: rgb(255 251 235 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-50\/95:focus{--tw-shadow-color: rgb(255 251 235 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500:focus{--tw-shadow-color: #f59e0b;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/0:focus{--tw-shadow-color: rgb(245 158 11 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/10:focus{--tw-shadow-color: rgb(245 158 11 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/100:focus{--tw-shadow-color: rgb(245 158 11 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/15:focus{--tw-shadow-color: rgb(245 158 11 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/20:focus{--tw-shadow-color: rgb(245 158 11 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/25:focus{--tw-shadow-color: rgb(245 158 11 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/30:focus{--tw-shadow-color: rgb(245 158 11 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/35:focus{--tw-shadow-color: rgb(245 158 11 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/40:focus{--tw-shadow-color: rgb(245 158 11 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/45:focus{--tw-shadow-color: rgb(245 158 11 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/5:focus{--tw-shadow-color: rgb(245 158 11 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/50:focus{--tw-shadow-color: rgb(245 158 11 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/55:focus{--tw-shadow-color: rgb(245 158 11 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/60:focus{--tw-shadow-color: rgb(245 158 11 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/65:focus{--tw-shadow-color: rgb(245 158 11 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/70:focus{--tw-shadow-color: rgb(245 158 11 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/75:focus{--tw-shadow-color: rgb(245 158 11 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/80:focus{--tw-shadow-color: rgb(245 158 11 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/85:focus{--tw-shadow-color: rgb(245 158 11 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/90:focus{--tw-shadow-color: rgb(245 158 11 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-500\/95:focus{--tw-shadow-color: rgb(245 158 11 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600:focus{--tw-shadow-color: #d97706;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/0:focus{--tw-shadow-color: rgb(217 119 6 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/10:focus{--tw-shadow-color: rgb(217 119 6 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/100:focus{--tw-shadow-color: rgb(217 119 6 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/15:focus{--tw-shadow-color: rgb(217 119 6 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/20:focus{--tw-shadow-color: rgb(217 119 6 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/25:focus{--tw-shadow-color: rgb(217 119 6 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/30:focus{--tw-shadow-color: rgb(217 119 6 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/35:focus{--tw-shadow-color: rgb(217 119 6 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/40:focus{--tw-shadow-color: rgb(217 119 6 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/45:focus{--tw-shadow-color: rgb(217 119 6 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/5:focus{--tw-shadow-color: rgb(217 119 6 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/50:focus{--tw-shadow-color: rgb(217 119 6 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/55:focus{--tw-shadow-color: rgb(217 119 6 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/60:focus{--tw-shadow-color: rgb(217 119 6 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/65:focus{--tw-shadow-color: rgb(217 119 6 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/70:focus{--tw-shadow-color: rgb(217 119 6 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/75:focus{--tw-shadow-color: rgb(217 119 6 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/80:focus{--tw-shadow-color: rgb(217 119 6 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/85:focus{--tw-shadow-color: rgb(217 119 6 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/90:focus{--tw-shadow-color: rgb(217 119 6 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-600\/95:focus{--tw-shadow-color: rgb(217 119 6 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700:focus{--tw-shadow-color: #b45309;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/0:focus{--tw-shadow-color: rgb(180 83 9 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/10:focus{--tw-shadow-color: rgb(180 83 9 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/100:focus{--tw-shadow-color: rgb(180 83 9 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/15:focus{--tw-shadow-color: rgb(180 83 9 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/20:focus{--tw-shadow-color: rgb(180 83 9 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/25:focus{--tw-shadow-color: rgb(180 83 9 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/30:focus{--tw-shadow-color: rgb(180 83 9 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/35:focus{--tw-shadow-color: rgb(180 83 9 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/40:focus{--tw-shadow-color: rgb(180 83 9 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/45:focus{--tw-shadow-color: rgb(180 83 9 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/5:focus{--tw-shadow-color: rgb(180 83 9 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/50:focus{--tw-shadow-color: rgb(180 83 9 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/55:focus{--tw-shadow-color: rgb(180 83 9 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/60:focus{--tw-shadow-color: rgb(180 83 9 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/65:focus{--tw-shadow-color: rgb(180 83 9 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/70:focus{--tw-shadow-color: rgb(180 83 9 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/75:focus{--tw-shadow-color: rgb(180 83 9 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/80:focus{--tw-shadow-color: rgb(180 83 9 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/85:focus{--tw-shadow-color: rgb(180 83 9 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/90:focus{--tw-shadow-color: rgb(180 83 9 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-700\/95:focus{--tw-shadow-color: rgb(180 83 9 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800:focus{--tw-shadow-color: #92400e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/0:focus{--tw-shadow-color: rgb(146 64 14 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/10:focus{--tw-shadow-color: rgb(146 64 14 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/100:focus{--tw-shadow-color: rgb(146 64 14 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/15:focus{--tw-shadow-color: rgb(146 64 14 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/20:focus{--tw-shadow-color: rgb(146 64 14 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/25:focus{--tw-shadow-color: rgb(146 64 14 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/30:focus{--tw-shadow-color: rgb(146 64 14 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/35:focus{--tw-shadow-color: rgb(146 64 14 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/40:focus{--tw-shadow-color: rgb(146 64 14 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/45:focus{--tw-shadow-color: rgb(146 64 14 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/5:focus{--tw-shadow-color: rgb(146 64 14 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/50:focus{--tw-shadow-color: rgb(146 64 14 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/55:focus{--tw-shadow-color: rgb(146 64 14 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/60:focus{--tw-shadow-color: rgb(146 64 14 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/65:focus{--tw-shadow-color: rgb(146 64 14 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/70:focus{--tw-shadow-color: rgb(146 64 14 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/75:focus{--tw-shadow-color: rgb(146 64 14 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/80:focus{--tw-shadow-color: rgb(146 64 14 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/85:focus{--tw-shadow-color: rgb(146 64 14 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/90:focus{--tw-shadow-color: rgb(146 64 14 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-800\/95:focus{--tw-shadow-color: rgb(146 64 14 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900:focus{--tw-shadow-color: #78350f;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/0:focus{--tw-shadow-color: rgb(120 53 15 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/10:focus{--tw-shadow-color: rgb(120 53 15 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/100:focus{--tw-shadow-color: rgb(120 53 15 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/15:focus{--tw-shadow-color: rgb(120 53 15 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/20:focus{--tw-shadow-color: rgb(120 53 15 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/25:focus{--tw-shadow-color: rgb(120 53 15 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/30:focus{--tw-shadow-color: rgb(120 53 15 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/35:focus{--tw-shadow-color: rgb(120 53 15 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/40:focus{--tw-shadow-color: rgb(120 53 15 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/45:focus{--tw-shadow-color: rgb(120 53 15 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/5:focus{--tw-shadow-color: rgb(120 53 15 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/50:focus{--tw-shadow-color: rgb(120 53 15 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/55:focus{--tw-shadow-color: rgb(120 53 15 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/60:focus{--tw-shadow-color: rgb(120 53 15 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/65:focus{--tw-shadow-color: rgb(120 53 15 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/70:focus{--tw-shadow-color: rgb(120 53 15 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/75:focus{--tw-shadow-color: rgb(120 53 15 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/80:focus{--tw-shadow-color: rgb(120 53 15 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/85:focus{--tw-shadow-color: rgb(120 53 15 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/90:focus{--tw-shadow-color: rgb(120 53 15 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-900\/95:focus{--tw-shadow-color: rgb(120 53 15 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950:focus{--tw-shadow-color: #451a03;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/0:focus{--tw-shadow-color: rgb(69 26 3 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/10:focus{--tw-shadow-color: rgb(69 26 3 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/100:focus{--tw-shadow-color: rgb(69 26 3 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/15:focus{--tw-shadow-color: rgb(69 26 3 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/20:focus{--tw-shadow-color: rgb(69 26 3 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/25:focus{--tw-shadow-color: rgb(69 26 3 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/30:focus{--tw-shadow-color: rgb(69 26 3 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/35:focus{--tw-shadow-color: rgb(69 26 3 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/40:focus{--tw-shadow-color: rgb(69 26 3 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/45:focus{--tw-shadow-color: rgb(69 26 3 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/5:focus{--tw-shadow-color: rgb(69 26 3 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/50:focus{--tw-shadow-color: rgb(69 26 3 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/55:focus{--tw-shadow-color: rgb(69 26 3 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/60:focus{--tw-shadow-color: rgb(69 26 3 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/65:focus{--tw-shadow-color: rgb(69 26 3 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/70:focus{--tw-shadow-color: rgb(69 26 3 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/75:focus{--tw-shadow-color: rgb(69 26 3 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/80:focus{--tw-shadow-color: rgb(69 26 3 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/85:focus{--tw-shadow-color: rgb(69 26 3 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/90:focus{--tw-shadow-color: rgb(69 26 3 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-amber-950\/95:focus{--tw-shadow-color: rgb(69 26 3 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-background:focus{--tw-shadow-color: var(--background);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black:focus{--tw-shadow-color: #000;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/0:focus{--tw-shadow-color: rgb(0 0 0 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/10:focus{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/100:focus{--tw-shadow-color: rgb(0 0 0 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/15:focus{--tw-shadow-color: rgb(0 0 0 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/20:focus{--tw-shadow-color: rgb(0 0 0 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/25:focus{--tw-shadow-color: rgb(0 0 0 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/30:focus{--tw-shadow-color: rgb(0 0 0 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/35:focus{--tw-shadow-color: rgb(0 0 0 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/40:focus{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/45:focus{--tw-shadow-color: rgb(0 0 0 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/5:focus{--tw-shadow-color: rgb(0 0 0 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/50:focus{--tw-shadow-color: rgb(0 0 0 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/55:focus{--tw-shadow-color: rgb(0 0 0 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/60:focus{--tw-shadow-color: rgb(0 0 0 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/65:focus{--tw-shadow-color: rgb(0 0 0 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/70:focus{--tw-shadow-color: rgb(0 0 0 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/75:focus{--tw-shadow-color: rgb(0 0 0 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/80:focus{--tw-shadow-color: rgb(0 0 0 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/85:focus{--tw-shadow-color: rgb(0 0 0 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/90:focus{--tw-shadow-color: rgb(0 0 0 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-black\/95:focus{--tw-shadow-color: rgb(0 0 0 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100:focus{--tw-shadow-color: #dbeafe;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/0:focus{--tw-shadow-color: rgb(219 234 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/10:focus{--tw-shadow-color: rgb(219 234 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/100:focus{--tw-shadow-color: rgb(219 234 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/15:focus{--tw-shadow-color: rgb(219 234 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/20:focus{--tw-shadow-color: rgb(219 234 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/25:focus{--tw-shadow-color: rgb(219 234 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/30:focus{--tw-shadow-color: rgb(219 234 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/35:focus{--tw-shadow-color: rgb(219 234 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/40:focus{--tw-shadow-color: rgb(219 234 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/45:focus{--tw-shadow-color: rgb(219 234 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/5:focus{--tw-shadow-color: rgb(219 234 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/50:focus{--tw-shadow-color: rgb(219 234 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/55:focus{--tw-shadow-color: rgb(219 234 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/60:focus{--tw-shadow-color: rgb(219 234 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/65:focus{--tw-shadow-color: rgb(219 234 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/70:focus{--tw-shadow-color: rgb(219 234 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/75:focus{--tw-shadow-color: rgb(219 234 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/80:focus{--tw-shadow-color: rgb(219 234 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/85:focus{--tw-shadow-color: rgb(219 234 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/90:focus{--tw-shadow-color: rgb(219 234 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-100\/95:focus{--tw-shadow-color: rgb(219 234 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200:focus{--tw-shadow-color: #bfdbfe;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/0:focus{--tw-shadow-color: rgb(191 219 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/10:focus{--tw-shadow-color: rgb(191 219 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/100:focus{--tw-shadow-color: rgb(191 219 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/15:focus{--tw-shadow-color: rgb(191 219 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/20:focus{--tw-shadow-color: rgb(191 219 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/25:focus{--tw-shadow-color: rgb(191 219 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/30:focus{--tw-shadow-color: rgb(191 219 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/35:focus{--tw-shadow-color: rgb(191 219 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/40:focus{--tw-shadow-color: rgb(191 219 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/45:focus{--tw-shadow-color: rgb(191 219 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/5:focus{--tw-shadow-color: rgb(191 219 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/50:focus{--tw-shadow-color: rgb(191 219 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/55:focus{--tw-shadow-color: rgb(191 219 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/60:focus{--tw-shadow-color: rgb(191 219 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/65:focus{--tw-shadow-color: rgb(191 219 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/70:focus{--tw-shadow-color: rgb(191 219 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/75:focus{--tw-shadow-color: rgb(191 219 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/80:focus{--tw-shadow-color: rgb(191 219 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/85:focus{--tw-shadow-color: rgb(191 219 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/90:focus{--tw-shadow-color: rgb(191 219 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-200\/95:focus{--tw-shadow-color: rgb(191 219 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300:focus{--tw-shadow-color: #93c5fd;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/0:focus{--tw-shadow-color: rgb(147 197 253 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/10:focus{--tw-shadow-color: rgb(147 197 253 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/100:focus{--tw-shadow-color: rgb(147 197 253 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/15:focus{--tw-shadow-color: rgb(147 197 253 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/20:focus{--tw-shadow-color: rgb(147 197 253 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/25:focus{--tw-shadow-color: rgb(147 197 253 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/30:focus{--tw-shadow-color: rgb(147 197 253 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/35:focus{--tw-shadow-color: rgb(147 197 253 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/40:focus{--tw-shadow-color: rgb(147 197 253 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/45:focus{--tw-shadow-color: rgb(147 197 253 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/5:focus{--tw-shadow-color: rgb(147 197 253 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/50:focus{--tw-shadow-color: rgb(147 197 253 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/55:focus{--tw-shadow-color: rgb(147 197 253 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/60:focus{--tw-shadow-color: rgb(147 197 253 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/65:focus{--tw-shadow-color: rgb(147 197 253 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/70:focus{--tw-shadow-color: rgb(147 197 253 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/75:focus{--tw-shadow-color: rgb(147 197 253 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/80:focus{--tw-shadow-color: rgb(147 197 253 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/85:focus{--tw-shadow-color: rgb(147 197 253 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/90:focus{--tw-shadow-color: rgb(147 197 253 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-300\/95:focus{--tw-shadow-color: rgb(147 197 253 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400:focus{--tw-shadow-color: #60a5fa;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/0:focus{--tw-shadow-color: rgb(96 165 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/10:focus{--tw-shadow-color: rgb(96 165 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/100:focus{--tw-shadow-color: rgb(96 165 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/15:focus{--tw-shadow-color: rgb(96 165 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/20:focus{--tw-shadow-color: rgb(96 165 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/25:focus{--tw-shadow-color: rgb(96 165 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/30:focus{--tw-shadow-color: rgb(96 165 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/35:focus{--tw-shadow-color: rgb(96 165 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/40:focus{--tw-shadow-color: rgb(96 165 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/45:focus{--tw-shadow-color: rgb(96 165 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/5:focus{--tw-shadow-color: rgb(96 165 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/50:focus{--tw-shadow-color: rgb(96 165 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/55:focus{--tw-shadow-color: rgb(96 165 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/60:focus{--tw-shadow-color: rgb(96 165 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/65:focus{--tw-shadow-color: rgb(96 165 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/70:focus{--tw-shadow-color: rgb(96 165 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/75:focus{--tw-shadow-color: rgb(96 165 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/80:focus{--tw-shadow-color: rgb(96 165 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/85:focus{--tw-shadow-color: rgb(96 165 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/90:focus{--tw-shadow-color: rgb(96 165 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-400\/95:focus{--tw-shadow-color: rgb(96 165 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50:focus{--tw-shadow-color: #eff6ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/0:focus{--tw-shadow-color: rgb(239 246 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/10:focus{--tw-shadow-color: rgb(239 246 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/100:focus{--tw-shadow-color: rgb(239 246 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/15:focus{--tw-shadow-color: rgb(239 246 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/20:focus{--tw-shadow-color: rgb(239 246 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/25:focus{--tw-shadow-color: rgb(239 246 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/30:focus{--tw-shadow-color: rgb(239 246 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/35:focus{--tw-shadow-color: rgb(239 246 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/40:focus{--tw-shadow-color: rgb(239 246 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/45:focus{--tw-shadow-color: rgb(239 246 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/5:focus{--tw-shadow-color: rgb(239 246 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/50:focus{--tw-shadow-color: rgb(239 246 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/55:focus{--tw-shadow-color: rgb(239 246 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/60:focus{--tw-shadow-color: rgb(239 246 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/65:focus{--tw-shadow-color: rgb(239 246 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/70:focus{--tw-shadow-color: rgb(239 246 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/75:focus{--tw-shadow-color: rgb(239 246 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/80:focus{--tw-shadow-color: rgb(239 246 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/85:focus{--tw-shadow-color: rgb(239 246 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/90:focus{--tw-shadow-color: rgb(239 246 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-50\/95:focus{--tw-shadow-color: rgb(239 246 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500:focus{--tw-shadow-color: #3b82f6;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/0:focus{--tw-shadow-color: rgb(59 130 246 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/10:focus{--tw-shadow-color: rgb(59 130 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/100:focus{--tw-shadow-color: rgb(59 130 246 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/15:focus{--tw-shadow-color: rgb(59 130 246 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/20:focus{--tw-shadow-color: rgb(59 130 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/25:focus{--tw-shadow-color: rgb(59 130 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/30:focus{--tw-shadow-color: rgb(59 130 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/35:focus{--tw-shadow-color: rgb(59 130 246 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/40:focus{--tw-shadow-color: rgb(59 130 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/45:focus{--tw-shadow-color: rgb(59 130 246 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/5:focus{--tw-shadow-color: rgb(59 130 246 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/50:focus{--tw-shadow-color: rgb(59 130 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/55:focus{--tw-shadow-color: rgb(59 130 246 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/60:focus{--tw-shadow-color: rgb(59 130 246 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/65:focus{--tw-shadow-color: rgb(59 130 246 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/70:focus{--tw-shadow-color: rgb(59 130 246 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/75:focus{--tw-shadow-color: rgb(59 130 246 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/80:focus{--tw-shadow-color: rgb(59 130 246 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/85:focus{--tw-shadow-color: rgb(59 130 246 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/90:focus{--tw-shadow-color: rgb(59 130 246 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-500\/95:focus{--tw-shadow-color: rgb(59 130 246 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600:focus{--tw-shadow-color: #2563eb;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/0:focus{--tw-shadow-color: rgb(37 99 235 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/10:focus{--tw-shadow-color: rgb(37 99 235 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/100:focus{--tw-shadow-color: rgb(37 99 235 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/15:focus{--tw-shadow-color: rgb(37 99 235 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/20:focus{--tw-shadow-color: rgb(37 99 235 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/25:focus{--tw-shadow-color: rgb(37 99 235 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/30:focus{--tw-shadow-color: rgb(37 99 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/35:focus{--tw-shadow-color: rgb(37 99 235 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/40:focus{--tw-shadow-color: rgb(37 99 235 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/45:focus{--tw-shadow-color: rgb(37 99 235 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/5:focus{--tw-shadow-color: rgb(37 99 235 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/50:focus{--tw-shadow-color: rgb(37 99 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/55:focus{--tw-shadow-color: rgb(37 99 235 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/60:focus{--tw-shadow-color: rgb(37 99 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/65:focus{--tw-shadow-color: rgb(37 99 235 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/70:focus{--tw-shadow-color: rgb(37 99 235 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/75:focus{--tw-shadow-color: rgb(37 99 235 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/80:focus{--tw-shadow-color: rgb(37 99 235 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/85:focus{--tw-shadow-color: rgb(37 99 235 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/90:focus{--tw-shadow-color: rgb(37 99 235 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-600\/95:focus{--tw-shadow-color: rgb(37 99 235 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700:focus{--tw-shadow-color: #1d4ed8;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/0:focus{--tw-shadow-color: rgb(29 78 216 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/10:focus{--tw-shadow-color: rgb(29 78 216 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/100:focus{--tw-shadow-color: rgb(29 78 216 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/15:focus{--tw-shadow-color: rgb(29 78 216 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/20:focus{--tw-shadow-color: rgb(29 78 216 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/25:focus{--tw-shadow-color: rgb(29 78 216 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/30:focus{--tw-shadow-color: rgb(29 78 216 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/35:focus{--tw-shadow-color: rgb(29 78 216 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/40:focus{--tw-shadow-color: rgb(29 78 216 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/45:focus{--tw-shadow-color: rgb(29 78 216 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/5:focus{--tw-shadow-color: rgb(29 78 216 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/50:focus{--tw-shadow-color: rgb(29 78 216 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/55:focus{--tw-shadow-color: rgb(29 78 216 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/60:focus{--tw-shadow-color: rgb(29 78 216 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/65:focus{--tw-shadow-color: rgb(29 78 216 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/70:focus{--tw-shadow-color: rgb(29 78 216 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/75:focus{--tw-shadow-color: rgb(29 78 216 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/80:focus{--tw-shadow-color: rgb(29 78 216 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/85:focus{--tw-shadow-color: rgb(29 78 216 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/90:focus{--tw-shadow-color: rgb(29 78 216 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-700\/95:focus{--tw-shadow-color: rgb(29 78 216 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800:focus{--tw-shadow-color: #1e40af;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/0:focus{--tw-shadow-color: rgb(30 64 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/10:focus{--tw-shadow-color: rgb(30 64 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/100:focus{--tw-shadow-color: rgb(30 64 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/15:focus{--tw-shadow-color: rgb(30 64 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/20:focus{--tw-shadow-color: rgb(30 64 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/25:focus{--tw-shadow-color: rgb(30 64 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/30:focus{--tw-shadow-color: rgb(30 64 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/35:focus{--tw-shadow-color: rgb(30 64 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/40:focus{--tw-shadow-color: rgb(30 64 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/45:focus{--tw-shadow-color: rgb(30 64 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/5:focus{--tw-shadow-color: rgb(30 64 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/50:focus{--tw-shadow-color: rgb(30 64 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/55:focus{--tw-shadow-color: rgb(30 64 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/60:focus{--tw-shadow-color: rgb(30 64 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/65:focus{--tw-shadow-color: rgb(30 64 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/70:focus{--tw-shadow-color: rgb(30 64 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/75:focus{--tw-shadow-color: rgb(30 64 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/80:focus{--tw-shadow-color: rgb(30 64 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/85:focus{--tw-shadow-color: rgb(30 64 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/90:focus{--tw-shadow-color: rgb(30 64 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-800\/95:focus{--tw-shadow-color: rgb(30 64 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900:focus{--tw-shadow-color: #1e3a8a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/0:focus{--tw-shadow-color: rgb(30 58 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/10:focus{--tw-shadow-color: rgb(30 58 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/100:focus{--tw-shadow-color: rgb(30 58 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/15:focus{--tw-shadow-color: rgb(30 58 138 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/20:focus{--tw-shadow-color: rgb(30 58 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/25:focus{--tw-shadow-color: rgb(30 58 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/30:focus{--tw-shadow-color: rgb(30 58 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/35:focus{--tw-shadow-color: rgb(30 58 138 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/40:focus{--tw-shadow-color: rgb(30 58 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/45:focus{--tw-shadow-color: rgb(30 58 138 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/5:focus{--tw-shadow-color: rgb(30 58 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/50:focus{--tw-shadow-color: rgb(30 58 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/55:focus{--tw-shadow-color: rgb(30 58 138 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/60:focus{--tw-shadow-color: rgb(30 58 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/65:focus{--tw-shadow-color: rgb(30 58 138 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/70:focus{--tw-shadow-color: rgb(30 58 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/75:focus{--tw-shadow-color: rgb(30 58 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/80:focus{--tw-shadow-color: rgb(30 58 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/85:focus{--tw-shadow-color: rgb(30 58 138 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/90:focus{--tw-shadow-color: rgb(30 58 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-900\/95:focus{--tw-shadow-color: rgb(30 58 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950:focus{--tw-shadow-color: #172554;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/0:focus{--tw-shadow-color: rgb(23 37 84 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/10:focus{--tw-shadow-color: rgb(23 37 84 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/100:focus{--tw-shadow-color: rgb(23 37 84 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/15:focus{--tw-shadow-color: rgb(23 37 84 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/20:focus{--tw-shadow-color: rgb(23 37 84 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/25:focus{--tw-shadow-color: rgb(23 37 84 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/30:focus{--tw-shadow-color: rgb(23 37 84 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/35:focus{--tw-shadow-color: rgb(23 37 84 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/40:focus{--tw-shadow-color: rgb(23 37 84 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/45:focus{--tw-shadow-color: rgb(23 37 84 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/5:focus{--tw-shadow-color: rgb(23 37 84 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/50:focus{--tw-shadow-color: rgb(23 37 84 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/55:focus{--tw-shadow-color: rgb(23 37 84 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/60:focus{--tw-shadow-color: rgb(23 37 84 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/65:focus{--tw-shadow-color: rgb(23 37 84 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/70:focus{--tw-shadow-color: rgb(23 37 84 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/75:focus{--tw-shadow-color: rgb(23 37 84 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/80:focus{--tw-shadow-color: rgb(23 37 84 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/85:focus{--tw-shadow-color: rgb(23 37 84 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/90:focus{--tw-shadow-color: rgb(23 37 84 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-blue-950\/95:focus{--tw-shadow-color: rgb(23 37 84 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-border:focus{--tw-shadow-color: var(--border);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-card:focus{--tw-shadow-color: var(--card);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-card-foreground:focus{--tw-shadow-color: var(--card-foreground);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-chart-1:focus{--tw-shadow-color: var(--chart-1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-chart-2:focus{--tw-shadow-color: var(--chart-2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-chart-3:focus{--tw-shadow-color: var(--chart-3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-chart-4:focus{--tw-shadow-color: var(--chart-4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-chart-5:focus{--tw-shadow-color: var(--chart-5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-current:focus{--tw-shadow-color: currentColor;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100:focus{--tw-shadow-color: #cffafe;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/0:focus{--tw-shadow-color: rgb(207 250 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/10:focus{--tw-shadow-color: rgb(207 250 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/100:focus{--tw-shadow-color: rgb(207 250 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/15:focus{--tw-shadow-color: rgb(207 250 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/20:focus{--tw-shadow-color: rgb(207 250 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/25:focus{--tw-shadow-color: rgb(207 250 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/30:focus{--tw-shadow-color: rgb(207 250 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/35:focus{--tw-shadow-color: rgb(207 250 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/40:focus{--tw-shadow-color: rgb(207 250 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/45:focus{--tw-shadow-color: rgb(207 250 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/5:focus{--tw-shadow-color: rgb(207 250 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/50:focus{--tw-shadow-color: rgb(207 250 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/55:focus{--tw-shadow-color: rgb(207 250 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/60:focus{--tw-shadow-color: rgb(207 250 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/65:focus{--tw-shadow-color: rgb(207 250 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/70:focus{--tw-shadow-color: rgb(207 250 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/75:focus{--tw-shadow-color: rgb(207 250 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/80:focus{--tw-shadow-color: rgb(207 250 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/85:focus{--tw-shadow-color: rgb(207 250 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/90:focus{--tw-shadow-color: rgb(207 250 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-100\/95:focus{--tw-shadow-color: rgb(207 250 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200:focus{--tw-shadow-color: #a5f3fc;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/0:focus{--tw-shadow-color: rgb(165 243 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/10:focus{--tw-shadow-color: rgb(165 243 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/100:focus{--tw-shadow-color: rgb(165 243 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/15:focus{--tw-shadow-color: rgb(165 243 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/20:focus{--tw-shadow-color: rgb(165 243 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/25:focus{--tw-shadow-color: rgb(165 243 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/30:focus{--tw-shadow-color: rgb(165 243 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/35:focus{--tw-shadow-color: rgb(165 243 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/40:focus{--tw-shadow-color: rgb(165 243 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/45:focus{--tw-shadow-color: rgb(165 243 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/5:focus{--tw-shadow-color: rgb(165 243 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/50:focus{--tw-shadow-color: rgb(165 243 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/55:focus{--tw-shadow-color: rgb(165 243 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/60:focus{--tw-shadow-color: rgb(165 243 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/65:focus{--tw-shadow-color: rgb(165 243 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/70:focus{--tw-shadow-color: rgb(165 243 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/75:focus{--tw-shadow-color: rgb(165 243 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/80:focus{--tw-shadow-color: rgb(165 243 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/85:focus{--tw-shadow-color: rgb(165 243 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/90:focus{--tw-shadow-color: rgb(165 243 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-200\/95:focus{--tw-shadow-color: rgb(165 243 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300:focus{--tw-shadow-color: #67e8f9;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/0:focus{--tw-shadow-color: rgb(103 232 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/10:focus{--tw-shadow-color: rgb(103 232 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/100:focus{--tw-shadow-color: rgb(103 232 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/15:focus{--tw-shadow-color: rgb(103 232 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/20:focus{--tw-shadow-color: rgb(103 232 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/25:focus{--tw-shadow-color: rgb(103 232 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/30:focus{--tw-shadow-color: rgb(103 232 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/35:focus{--tw-shadow-color: rgb(103 232 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/40:focus{--tw-shadow-color: rgb(103 232 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/45:focus{--tw-shadow-color: rgb(103 232 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/5:focus{--tw-shadow-color: rgb(103 232 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/50:focus{--tw-shadow-color: rgb(103 232 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/55:focus{--tw-shadow-color: rgb(103 232 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/60:focus{--tw-shadow-color: rgb(103 232 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/65:focus{--tw-shadow-color: rgb(103 232 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/70:focus{--tw-shadow-color: rgb(103 232 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/75:focus{--tw-shadow-color: rgb(103 232 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/80:focus{--tw-shadow-color: rgb(103 232 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/85:focus{--tw-shadow-color: rgb(103 232 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/90:focus{--tw-shadow-color: rgb(103 232 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-300\/95:focus{--tw-shadow-color: rgb(103 232 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400:focus{--tw-shadow-color: #22d3ee;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/0:focus{--tw-shadow-color: rgb(34 211 238 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/10:focus{--tw-shadow-color: rgb(34 211 238 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/100:focus{--tw-shadow-color: rgb(34 211 238 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/15:focus{--tw-shadow-color: rgb(34 211 238 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/20:focus{--tw-shadow-color: rgb(34 211 238 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/25:focus{--tw-shadow-color: rgb(34 211 238 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/30:focus{--tw-shadow-color: rgb(34 211 238 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/35:focus{--tw-shadow-color: rgb(34 211 238 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/40:focus{--tw-shadow-color: rgb(34 211 238 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/45:focus{--tw-shadow-color: rgb(34 211 238 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/5:focus{--tw-shadow-color: rgb(34 211 238 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/50:focus{--tw-shadow-color: rgb(34 211 238 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/55:focus{--tw-shadow-color: rgb(34 211 238 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/60:focus{--tw-shadow-color: rgb(34 211 238 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/65:focus{--tw-shadow-color: rgb(34 211 238 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/70:focus{--tw-shadow-color: rgb(34 211 238 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/75:focus{--tw-shadow-color: rgb(34 211 238 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/80:focus{--tw-shadow-color: rgb(34 211 238 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/85:focus{--tw-shadow-color: rgb(34 211 238 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/90:focus{--tw-shadow-color: rgb(34 211 238 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-400\/95:focus{--tw-shadow-color: rgb(34 211 238 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50:focus{--tw-shadow-color: #ecfeff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/0:focus{--tw-shadow-color: rgb(236 254 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/10:focus{--tw-shadow-color: rgb(236 254 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/100:focus{--tw-shadow-color: rgb(236 254 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/15:focus{--tw-shadow-color: rgb(236 254 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/20:focus{--tw-shadow-color: rgb(236 254 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/25:focus{--tw-shadow-color: rgb(236 254 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/30:focus{--tw-shadow-color: rgb(236 254 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/35:focus{--tw-shadow-color: rgb(236 254 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/40:focus{--tw-shadow-color: rgb(236 254 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/45:focus{--tw-shadow-color: rgb(236 254 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/5:focus{--tw-shadow-color: rgb(236 254 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/50:focus{--tw-shadow-color: rgb(236 254 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/55:focus{--tw-shadow-color: rgb(236 254 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/60:focus{--tw-shadow-color: rgb(236 254 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/65:focus{--tw-shadow-color: rgb(236 254 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/70:focus{--tw-shadow-color: rgb(236 254 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/75:focus{--tw-shadow-color: rgb(236 254 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/80:focus{--tw-shadow-color: rgb(236 254 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/85:focus{--tw-shadow-color: rgb(236 254 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/90:focus{--tw-shadow-color: rgb(236 254 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-50\/95:focus{--tw-shadow-color: rgb(236 254 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500:focus{--tw-shadow-color: #06b6d4;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/0:focus{--tw-shadow-color: rgb(6 182 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/10:focus{--tw-shadow-color: rgb(6 182 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/100:focus{--tw-shadow-color: rgb(6 182 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/15:focus{--tw-shadow-color: rgb(6 182 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/20:focus{--tw-shadow-color: rgb(6 182 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/25:focus{--tw-shadow-color: rgb(6 182 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/30:focus{--tw-shadow-color: rgb(6 182 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/35:focus{--tw-shadow-color: rgb(6 182 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/40:focus{--tw-shadow-color: rgb(6 182 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/45:focus{--tw-shadow-color: rgb(6 182 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/5:focus{--tw-shadow-color: rgb(6 182 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/50:focus{--tw-shadow-color: rgb(6 182 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/55:focus{--tw-shadow-color: rgb(6 182 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/60:focus{--tw-shadow-color: rgb(6 182 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/65:focus{--tw-shadow-color: rgb(6 182 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/70:focus{--tw-shadow-color: rgb(6 182 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/75:focus{--tw-shadow-color: rgb(6 182 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/80:focus{--tw-shadow-color: rgb(6 182 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/85:focus{--tw-shadow-color: rgb(6 182 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/90:focus{--tw-shadow-color: rgb(6 182 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-500\/95:focus{--tw-shadow-color: rgb(6 182 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600:focus{--tw-shadow-color: #0891b2;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/0:focus{--tw-shadow-color: rgb(8 145 178 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/10:focus{--tw-shadow-color: rgb(8 145 178 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/100:focus{--tw-shadow-color: rgb(8 145 178 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/15:focus{--tw-shadow-color: rgb(8 145 178 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/20:focus{--tw-shadow-color: rgb(8 145 178 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/25:focus{--tw-shadow-color: rgb(8 145 178 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/30:focus{--tw-shadow-color: rgb(8 145 178 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/35:focus{--tw-shadow-color: rgb(8 145 178 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/40:focus{--tw-shadow-color: rgb(8 145 178 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/45:focus{--tw-shadow-color: rgb(8 145 178 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/5:focus{--tw-shadow-color: rgb(8 145 178 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/50:focus{--tw-shadow-color: rgb(8 145 178 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/55:focus{--tw-shadow-color: rgb(8 145 178 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/60:focus{--tw-shadow-color: rgb(8 145 178 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/65:focus{--tw-shadow-color: rgb(8 145 178 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/70:focus{--tw-shadow-color: rgb(8 145 178 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/75:focus{--tw-shadow-color: rgb(8 145 178 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/80:focus{--tw-shadow-color: rgb(8 145 178 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/85:focus{--tw-shadow-color: rgb(8 145 178 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/90:focus{--tw-shadow-color: rgb(8 145 178 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-600\/95:focus{--tw-shadow-color: rgb(8 145 178 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700:focus{--tw-shadow-color: #0e7490;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/0:focus{--tw-shadow-color: rgb(14 116 144 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/10:focus{--tw-shadow-color: rgb(14 116 144 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/100:focus{--tw-shadow-color: rgb(14 116 144 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/15:focus{--tw-shadow-color: rgb(14 116 144 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/20:focus{--tw-shadow-color: rgb(14 116 144 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/25:focus{--tw-shadow-color: rgb(14 116 144 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/30:focus{--tw-shadow-color: rgb(14 116 144 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/35:focus{--tw-shadow-color: rgb(14 116 144 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/40:focus{--tw-shadow-color: rgb(14 116 144 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/45:focus{--tw-shadow-color: rgb(14 116 144 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/5:focus{--tw-shadow-color: rgb(14 116 144 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/50:focus{--tw-shadow-color: rgb(14 116 144 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/55:focus{--tw-shadow-color: rgb(14 116 144 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/60:focus{--tw-shadow-color: rgb(14 116 144 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/65:focus{--tw-shadow-color: rgb(14 116 144 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/70:focus{--tw-shadow-color: rgb(14 116 144 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/75:focus{--tw-shadow-color: rgb(14 116 144 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/80:focus{--tw-shadow-color: rgb(14 116 144 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/85:focus{--tw-shadow-color: rgb(14 116 144 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/90:focus{--tw-shadow-color: rgb(14 116 144 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-700\/95:focus{--tw-shadow-color: rgb(14 116 144 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800:focus{--tw-shadow-color: #155e75;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/0:focus{--tw-shadow-color: rgb(21 94 117 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/10:focus{--tw-shadow-color: rgb(21 94 117 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/100:focus{--tw-shadow-color: rgb(21 94 117 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/15:focus{--tw-shadow-color: rgb(21 94 117 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/20:focus{--tw-shadow-color: rgb(21 94 117 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/25:focus{--tw-shadow-color: rgb(21 94 117 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/30:focus{--tw-shadow-color: rgb(21 94 117 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/35:focus{--tw-shadow-color: rgb(21 94 117 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/40:focus{--tw-shadow-color: rgb(21 94 117 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/45:focus{--tw-shadow-color: rgb(21 94 117 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/5:focus{--tw-shadow-color: rgb(21 94 117 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/50:focus{--tw-shadow-color: rgb(21 94 117 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/55:focus{--tw-shadow-color: rgb(21 94 117 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/60:focus{--tw-shadow-color: rgb(21 94 117 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/65:focus{--tw-shadow-color: rgb(21 94 117 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/70:focus{--tw-shadow-color: rgb(21 94 117 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/75:focus{--tw-shadow-color: rgb(21 94 117 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/80:focus{--tw-shadow-color: rgb(21 94 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/85:focus{--tw-shadow-color: rgb(21 94 117 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/90:focus{--tw-shadow-color: rgb(21 94 117 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-800\/95:focus{--tw-shadow-color: rgb(21 94 117 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900:focus{--tw-shadow-color: #164e63;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/0:focus{--tw-shadow-color: rgb(22 78 99 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/10:focus{--tw-shadow-color: rgb(22 78 99 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/100:focus{--tw-shadow-color: rgb(22 78 99 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/15:focus{--tw-shadow-color: rgb(22 78 99 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/20:focus{--tw-shadow-color: rgb(22 78 99 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/25:focus{--tw-shadow-color: rgb(22 78 99 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/30:focus{--tw-shadow-color: rgb(22 78 99 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/35:focus{--tw-shadow-color: rgb(22 78 99 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/40:focus{--tw-shadow-color: rgb(22 78 99 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/45:focus{--tw-shadow-color: rgb(22 78 99 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/5:focus{--tw-shadow-color: rgb(22 78 99 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/50:focus{--tw-shadow-color: rgb(22 78 99 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/55:focus{--tw-shadow-color: rgb(22 78 99 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/60:focus{--tw-shadow-color: rgb(22 78 99 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/65:focus{--tw-shadow-color: rgb(22 78 99 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/70:focus{--tw-shadow-color: rgb(22 78 99 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/75:focus{--tw-shadow-color: rgb(22 78 99 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/80:focus{--tw-shadow-color: rgb(22 78 99 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/85:focus{--tw-shadow-color: rgb(22 78 99 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/90:focus{--tw-shadow-color: rgb(22 78 99 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-900\/95:focus{--tw-shadow-color: rgb(22 78 99 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950:focus{--tw-shadow-color: #083344;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/0:focus{--tw-shadow-color: rgb(8 51 68 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/10:focus{--tw-shadow-color: rgb(8 51 68 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/100:focus{--tw-shadow-color: rgb(8 51 68 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/15:focus{--tw-shadow-color: rgb(8 51 68 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/20:focus{--tw-shadow-color: rgb(8 51 68 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/25:focus{--tw-shadow-color: rgb(8 51 68 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/30:focus{--tw-shadow-color: rgb(8 51 68 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/35:focus{--tw-shadow-color: rgb(8 51 68 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/40:focus{--tw-shadow-color: rgb(8 51 68 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/45:focus{--tw-shadow-color: rgb(8 51 68 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/5:focus{--tw-shadow-color: rgb(8 51 68 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/50:focus{--tw-shadow-color: rgb(8 51 68 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/55:focus{--tw-shadow-color: rgb(8 51 68 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/60:focus{--tw-shadow-color: rgb(8 51 68 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/65:focus{--tw-shadow-color: rgb(8 51 68 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/70:focus{--tw-shadow-color: rgb(8 51 68 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/75:focus{--tw-shadow-color: rgb(8 51 68 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/80:focus{--tw-shadow-color: rgb(8 51 68 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/85:focus{--tw-shadow-color: rgb(8 51 68 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/90:focus{--tw-shadow-color: rgb(8 51 68 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-cyan-950\/95:focus{--tw-shadow-color: rgb(8 51 68 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-destructive:focus{--tw-shadow-color: var(--destructive);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-destructive-foreground:focus{--tw-shadow-color: var(--destructive-foreground);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100:focus{--tw-shadow-color: #d1fae5;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/0:focus{--tw-shadow-color: rgb(209 250 229 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/10:focus{--tw-shadow-color: rgb(209 250 229 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/100:focus{--tw-shadow-color: rgb(209 250 229 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/15:focus{--tw-shadow-color: rgb(209 250 229 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/20:focus{--tw-shadow-color: rgb(209 250 229 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/25:focus{--tw-shadow-color: rgb(209 250 229 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/30:focus{--tw-shadow-color: rgb(209 250 229 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/35:focus{--tw-shadow-color: rgb(209 250 229 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/40:focus{--tw-shadow-color: rgb(209 250 229 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/45:focus{--tw-shadow-color: rgb(209 250 229 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/5:focus{--tw-shadow-color: rgb(209 250 229 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/50:focus{--tw-shadow-color: rgb(209 250 229 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/55:focus{--tw-shadow-color: rgb(209 250 229 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/60:focus{--tw-shadow-color: rgb(209 250 229 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/65:focus{--tw-shadow-color: rgb(209 250 229 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/70:focus{--tw-shadow-color: rgb(209 250 229 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/75:focus{--tw-shadow-color: rgb(209 250 229 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/80:focus{--tw-shadow-color: rgb(209 250 229 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/85:focus{--tw-shadow-color: rgb(209 250 229 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/90:focus{--tw-shadow-color: rgb(209 250 229 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-100\/95:focus{--tw-shadow-color: rgb(209 250 229 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200:focus{--tw-shadow-color: #a7f3d0;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/0:focus{--tw-shadow-color: rgb(167 243 208 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/10:focus{--tw-shadow-color: rgb(167 243 208 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/100:focus{--tw-shadow-color: rgb(167 243 208 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/15:focus{--tw-shadow-color: rgb(167 243 208 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/20:focus{--tw-shadow-color: rgb(167 243 208 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/25:focus{--tw-shadow-color: rgb(167 243 208 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/30:focus{--tw-shadow-color: rgb(167 243 208 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/35:focus{--tw-shadow-color: rgb(167 243 208 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/40:focus{--tw-shadow-color: rgb(167 243 208 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/45:focus{--tw-shadow-color: rgb(167 243 208 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/5:focus{--tw-shadow-color: rgb(167 243 208 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/50:focus{--tw-shadow-color: rgb(167 243 208 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/55:focus{--tw-shadow-color: rgb(167 243 208 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/60:focus{--tw-shadow-color: rgb(167 243 208 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/65:focus{--tw-shadow-color: rgb(167 243 208 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/70:focus{--tw-shadow-color: rgb(167 243 208 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/75:focus{--tw-shadow-color: rgb(167 243 208 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/80:focus{--tw-shadow-color: rgb(167 243 208 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/85:focus{--tw-shadow-color: rgb(167 243 208 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/90:focus{--tw-shadow-color: rgb(167 243 208 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-200\/95:focus{--tw-shadow-color: rgb(167 243 208 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300:focus{--tw-shadow-color: #6ee7b7;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/0:focus{--tw-shadow-color: rgb(110 231 183 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/10:focus{--tw-shadow-color: rgb(110 231 183 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/100:focus{--tw-shadow-color: rgb(110 231 183 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/15:focus{--tw-shadow-color: rgb(110 231 183 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/20:focus{--tw-shadow-color: rgb(110 231 183 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/25:focus{--tw-shadow-color: rgb(110 231 183 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/30:focus{--tw-shadow-color: rgb(110 231 183 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/35:focus{--tw-shadow-color: rgb(110 231 183 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/40:focus{--tw-shadow-color: rgb(110 231 183 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/45:focus{--tw-shadow-color: rgb(110 231 183 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/5:focus{--tw-shadow-color: rgb(110 231 183 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/50:focus{--tw-shadow-color: rgb(110 231 183 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/55:focus{--tw-shadow-color: rgb(110 231 183 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/60:focus{--tw-shadow-color: rgb(110 231 183 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/65:focus{--tw-shadow-color: rgb(110 231 183 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/70:focus{--tw-shadow-color: rgb(110 231 183 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/75:focus{--tw-shadow-color: rgb(110 231 183 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/80:focus{--tw-shadow-color: rgb(110 231 183 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/85:focus{--tw-shadow-color: rgb(110 231 183 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/90:focus{--tw-shadow-color: rgb(110 231 183 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-300\/95:focus{--tw-shadow-color: rgb(110 231 183 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400:focus{--tw-shadow-color: #34d399;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/0:focus{--tw-shadow-color: rgb(52 211 153 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/10:focus{--tw-shadow-color: rgb(52 211 153 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/100:focus{--tw-shadow-color: rgb(52 211 153 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/15:focus{--tw-shadow-color: rgb(52 211 153 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/20:focus{--tw-shadow-color: rgb(52 211 153 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/25:focus{--tw-shadow-color: rgb(52 211 153 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/30:focus{--tw-shadow-color: rgb(52 211 153 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/35:focus{--tw-shadow-color: rgb(52 211 153 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/40:focus{--tw-shadow-color: rgb(52 211 153 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/45:focus{--tw-shadow-color: rgb(52 211 153 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/5:focus{--tw-shadow-color: rgb(52 211 153 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/50:focus{--tw-shadow-color: rgb(52 211 153 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/55:focus{--tw-shadow-color: rgb(52 211 153 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/60:focus{--tw-shadow-color: rgb(52 211 153 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/65:focus{--tw-shadow-color: rgb(52 211 153 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/70:focus{--tw-shadow-color: rgb(52 211 153 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/75:focus{--tw-shadow-color: rgb(52 211 153 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/80:focus{--tw-shadow-color: rgb(52 211 153 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/85:focus{--tw-shadow-color: rgb(52 211 153 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/90:focus{--tw-shadow-color: rgb(52 211 153 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-400\/95:focus{--tw-shadow-color: rgb(52 211 153 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50:focus{--tw-shadow-color: #ecfdf5;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/0:focus{--tw-shadow-color: rgb(236 253 245 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/10:focus{--tw-shadow-color: rgb(236 253 245 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/100:focus{--tw-shadow-color: rgb(236 253 245 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/15:focus{--tw-shadow-color: rgb(236 253 245 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/20:focus{--tw-shadow-color: rgb(236 253 245 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/25:focus{--tw-shadow-color: rgb(236 253 245 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/30:focus{--tw-shadow-color: rgb(236 253 245 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/35:focus{--tw-shadow-color: rgb(236 253 245 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/40:focus{--tw-shadow-color: rgb(236 253 245 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/45:focus{--tw-shadow-color: rgb(236 253 245 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/5:focus{--tw-shadow-color: rgb(236 253 245 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/50:focus{--tw-shadow-color: rgb(236 253 245 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/55:focus{--tw-shadow-color: rgb(236 253 245 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/60:focus{--tw-shadow-color: rgb(236 253 245 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/65:focus{--tw-shadow-color: rgb(236 253 245 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/70:focus{--tw-shadow-color: rgb(236 253 245 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/75:focus{--tw-shadow-color: rgb(236 253 245 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/80:focus{--tw-shadow-color: rgb(236 253 245 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/85:focus{--tw-shadow-color: rgb(236 253 245 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/90:focus{--tw-shadow-color: rgb(236 253 245 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-50\/95:focus{--tw-shadow-color: rgb(236 253 245 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500:focus{--tw-shadow-color: #10b981;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/0:focus{--tw-shadow-color: rgb(16 185 129 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/10:focus{--tw-shadow-color: rgb(16 185 129 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/100:focus{--tw-shadow-color: rgb(16 185 129 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/15:focus{--tw-shadow-color: rgb(16 185 129 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/20:focus{--tw-shadow-color: rgb(16 185 129 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/25:focus{--tw-shadow-color: rgb(16 185 129 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/30:focus{--tw-shadow-color: rgb(16 185 129 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/35:focus{--tw-shadow-color: rgb(16 185 129 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/40:focus{--tw-shadow-color: rgb(16 185 129 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/45:focus{--tw-shadow-color: rgb(16 185 129 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/5:focus{--tw-shadow-color: rgb(16 185 129 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/50:focus{--tw-shadow-color: rgb(16 185 129 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/55:focus{--tw-shadow-color: rgb(16 185 129 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/60:focus{--tw-shadow-color: rgb(16 185 129 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/65:focus{--tw-shadow-color: rgb(16 185 129 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/70:focus{--tw-shadow-color: rgb(16 185 129 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/75:focus{--tw-shadow-color: rgb(16 185 129 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/80:focus{--tw-shadow-color: rgb(16 185 129 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/85:focus{--tw-shadow-color: rgb(16 185 129 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/90:focus{--tw-shadow-color: rgb(16 185 129 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-500\/95:focus{--tw-shadow-color: rgb(16 185 129 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600:focus{--tw-shadow-color: #059669;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/0:focus{--tw-shadow-color: rgb(5 150 105 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/10:focus{--tw-shadow-color: rgb(5 150 105 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/100:focus{--tw-shadow-color: rgb(5 150 105 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/15:focus{--tw-shadow-color: rgb(5 150 105 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/20:focus{--tw-shadow-color: rgb(5 150 105 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/25:focus{--tw-shadow-color: rgb(5 150 105 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/30:focus{--tw-shadow-color: rgb(5 150 105 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/35:focus{--tw-shadow-color: rgb(5 150 105 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/40:focus{--tw-shadow-color: rgb(5 150 105 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/45:focus{--tw-shadow-color: rgb(5 150 105 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/5:focus{--tw-shadow-color: rgb(5 150 105 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/50:focus{--tw-shadow-color: rgb(5 150 105 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/55:focus{--tw-shadow-color: rgb(5 150 105 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/60:focus{--tw-shadow-color: rgb(5 150 105 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/65:focus{--tw-shadow-color: rgb(5 150 105 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/70:focus{--tw-shadow-color: rgb(5 150 105 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/75:focus{--tw-shadow-color: rgb(5 150 105 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/80:focus{--tw-shadow-color: rgb(5 150 105 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/85:focus{--tw-shadow-color: rgb(5 150 105 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/90:focus{--tw-shadow-color: rgb(5 150 105 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-600\/95:focus{--tw-shadow-color: rgb(5 150 105 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700:focus{--tw-shadow-color: #047857;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/0:focus{--tw-shadow-color: rgb(4 120 87 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/10:focus{--tw-shadow-color: rgb(4 120 87 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/100:focus{--tw-shadow-color: rgb(4 120 87 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/15:focus{--tw-shadow-color: rgb(4 120 87 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/20:focus{--tw-shadow-color: rgb(4 120 87 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/25:focus{--tw-shadow-color: rgb(4 120 87 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/30:focus{--tw-shadow-color: rgb(4 120 87 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/35:focus{--tw-shadow-color: rgb(4 120 87 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/40:focus{--tw-shadow-color: rgb(4 120 87 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/45:focus{--tw-shadow-color: rgb(4 120 87 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/5:focus{--tw-shadow-color: rgb(4 120 87 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/50:focus{--tw-shadow-color: rgb(4 120 87 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/55:focus{--tw-shadow-color: rgb(4 120 87 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/60:focus{--tw-shadow-color: rgb(4 120 87 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/65:focus{--tw-shadow-color: rgb(4 120 87 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/70:focus{--tw-shadow-color: rgb(4 120 87 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/75:focus{--tw-shadow-color: rgb(4 120 87 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/80:focus{--tw-shadow-color: rgb(4 120 87 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/85:focus{--tw-shadow-color: rgb(4 120 87 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/90:focus{--tw-shadow-color: rgb(4 120 87 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-700\/95:focus{--tw-shadow-color: rgb(4 120 87 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800:focus{--tw-shadow-color: #065f46;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/0:focus{--tw-shadow-color: rgb(6 95 70 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/10:focus{--tw-shadow-color: rgb(6 95 70 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/100:focus{--tw-shadow-color: rgb(6 95 70 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/15:focus{--tw-shadow-color: rgb(6 95 70 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/20:focus{--tw-shadow-color: rgb(6 95 70 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/25:focus{--tw-shadow-color: rgb(6 95 70 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/30:focus{--tw-shadow-color: rgb(6 95 70 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/35:focus{--tw-shadow-color: rgb(6 95 70 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/40:focus{--tw-shadow-color: rgb(6 95 70 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/45:focus{--tw-shadow-color: rgb(6 95 70 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/5:focus{--tw-shadow-color: rgb(6 95 70 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/50:focus{--tw-shadow-color: rgb(6 95 70 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/55:focus{--tw-shadow-color: rgb(6 95 70 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/60:focus{--tw-shadow-color: rgb(6 95 70 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/65:focus{--tw-shadow-color: rgb(6 95 70 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/70:focus{--tw-shadow-color: rgb(6 95 70 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/75:focus{--tw-shadow-color: rgb(6 95 70 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/80:focus{--tw-shadow-color: rgb(6 95 70 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/85:focus{--tw-shadow-color: rgb(6 95 70 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/90:focus{--tw-shadow-color: rgb(6 95 70 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-800\/95:focus{--tw-shadow-color: rgb(6 95 70 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900:focus{--tw-shadow-color: #064e3b;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/0:focus{--tw-shadow-color: rgb(6 78 59 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/10:focus{--tw-shadow-color: rgb(6 78 59 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/100:focus{--tw-shadow-color: rgb(6 78 59 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/15:focus{--tw-shadow-color: rgb(6 78 59 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/20:focus{--tw-shadow-color: rgb(6 78 59 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/25:focus{--tw-shadow-color: rgb(6 78 59 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/30:focus{--tw-shadow-color: rgb(6 78 59 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/35:focus{--tw-shadow-color: rgb(6 78 59 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/40:focus{--tw-shadow-color: rgb(6 78 59 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/45:focus{--tw-shadow-color: rgb(6 78 59 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/5:focus{--tw-shadow-color: rgb(6 78 59 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/50:focus{--tw-shadow-color: rgb(6 78 59 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/55:focus{--tw-shadow-color: rgb(6 78 59 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/60:focus{--tw-shadow-color: rgb(6 78 59 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/65:focus{--tw-shadow-color: rgb(6 78 59 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/70:focus{--tw-shadow-color: rgb(6 78 59 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/75:focus{--tw-shadow-color: rgb(6 78 59 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/80:focus{--tw-shadow-color: rgb(6 78 59 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/85:focus{--tw-shadow-color: rgb(6 78 59 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/90:focus{--tw-shadow-color: rgb(6 78 59 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-900\/95:focus{--tw-shadow-color: rgb(6 78 59 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950:focus{--tw-shadow-color: #022c22;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/0:focus{--tw-shadow-color: rgb(2 44 34 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/10:focus{--tw-shadow-color: rgb(2 44 34 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/100:focus{--tw-shadow-color: rgb(2 44 34 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/15:focus{--tw-shadow-color: rgb(2 44 34 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/20:focus{--tw-shadow-color: rgb(2 44 34 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/25:focus{--tw-shadow-color: rgb(2 44 34 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/30:focus{--tw-shadow-color: rgb(2 44 34 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/35:focus{--tw-shadow-color: rgb(2 44 34 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/40:focus{--tw-shadow-color: rgb(2 44 34 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/45:focus{--tw-shadow-color: rgb(2 44 34 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/5:focus{--tw-shadow-color: rgb(2 44 34 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/50:focus{--tw-shadow-color: rgb(2 44 34 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/55:focus{--tw-shadow-color: rgb(2 44 34 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/60:focus{--tw-shadow-color: rgb(2 44 34 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/65:focus{--tw-shadow-color: rgb(2 44 34 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/70:focus{--tw-shadow-color: rgb(2 44 34 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/75:focus{--tw-shadow-color: rgb(2 44 34 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/80:focus{--tw-shadow-color: rgb(2 44 34 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/85:focus{--tw-shadow-color: rgb(2 44 34 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/90:focus{--tw-shadow-color: rgb(2 44 34 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-emerald-950\/95:focus{--tw-shadow-color: rgb(2 44 34 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-foreground:focus{--tw-shadow-color: var(--foreground);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100:focus{--tw-shadow-color: #fae8ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/0:focus{--tw-shadow-color: rgb(250 232 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/10:focus{--tw-shadow-color: rgb(250 232 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/100:focus{--tw-shadow-color: rgb(250 232 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/15:focus{--tw-shadow-color: rgb(250 232 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/20:focus{--tw-shadow-color: rgb(250 232 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/25:focus{--tw-shadow-color: rgb(250 232 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/30:focus{--tw-shadow-color: rgb(250 232 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/35:focus{--tw-shadow-color: rgb(250 232 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/40:focus{--tw-shadow-color: rgb(250 232 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/45:focus{--tw-shadow-color: rgb(250 232 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/5:focus{--tw-shadow-color: rgb(250 232 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/50:focus{--tw-shadow-color: rgb(250 232 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/55:focus{--tw-shadow-color: rgb(250 232 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/60:focus{--tw-shadow-color: rgb(250 232 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/65:focus{--tw-shadow-color: rgb(250 232 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/70:focus{--tw-shadow-color: rgb(250 232 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/75:focus{--tw-shadow-color: rgb(250 232 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/80:focus{--tw-shadow-color: rgb(250 232 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/85:focus{--tw-shadow-color: rgb(250 232 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/90:focus{--tw-shadow-color: rgb(250 232 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-100\/95:focus{--tw-shadow-color: rgb(250 232 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200:focus{--tw-shadow-color: #f5d0fe;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/0:focus{--tw-shadow-color: rgb(245 208 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/10:focus{--tw-shadow-color: rgb(245 208 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/100:focus{--tw-shadow-color: rgb(245 208 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/15:focus{--tw-shadow-color: rgb(245 208 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/20:focus{--tw-shadow-color: rgb(245 208 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/25:focus{--tw-shadow-color: rgb(245 208 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/30:focus{--tw-shadow-color: rgb(245 208 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/35:focus{--tw-shadow-color: rgb(245 208 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/40:focus{--tw-shadow-color: rgb(245 208 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/45:focus{--tw-shadow-color: rgb(245 208 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/5:focus{--tw-shadow-color: rgb(245 208 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/50:focus{--tw-shadow-color: rgb(245 208 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/55:focus{--tw-shadow-color: rgb(245 208 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/60:focus{--tw-shadow-color: rgb(245 208 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/65:focus{--tw-shadow-color: rgb(245 208 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/70:focus{--tw-shadow-color: rgb(245 208 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/75:focus{--tw-shadow-color: rgb(245 208 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/80:focus{--tw-shadow-color: rgb(245 208 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/85:focus{--tw-shadow-color: rgb(245 208 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/90:focus{--tw-shadow-color: rgb(245 208 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-200\/95:focus{--tw-shadow-color: rgb(245 208 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300:focus{--tw-shadow-color: #f0abfc;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/0:focus{--tw-shadow-color: rgb(240 171 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/10:focus{--tw-shadow-color: rgb(240 171 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/100:focus{--tw-shadow-color: rgb(240 171 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/15:focus{--tw-shadow-color: rgb(240 171 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/20:focus{--tw-shadow-color: rgb(240 171 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/25:focus{--tw-shadow-color: rgb(240 171 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/30:focus{--tw-shadow-color: rgb(240 171 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/35:focus{--tw-shadow-color: rgb(240 171 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/40:focus{--tw-shadow-color: rgb(240 171 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/45:focus{--tw-shadow-color: rgb(240 171 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/5:focus{--tw-shadow-color: rgb(240 171 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/50:focus{--tw-shadow-color: rgb(240 171 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/55:focus{--tw-shadow-color: rgb(240 171 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/60:focus{--tw-shadow-color: rgb(240 171 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/65:focus{--tw-shadow-color: rgb(240 171 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/70:focus{--tw-shadow-color: rgb(240 171 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/75:focus{--tw-shadow-color: rgb(240 171 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/80:focus{--tw-shadow-color: rgb(240 171 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/85:focus{--tw-shadow-color: rgb(240 171 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/90:focus{--tw-shadow-color: rgb(240 171 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-300\/95:focus{--tw-shadow-color: rgb(240 171 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400:focus{--tw-shadow-color: #e879f9;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/0:focus{--tw-shadow-color: rgb(232 121 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/10:focus{--tw-shadow-color: rgb(232 121 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/100:focus{--tw-shadow-color: rgb(232 121 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/15:focus{--tw-shadow-color: rgb(232 121 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/20:focus{--tw-shadow-color: rgb(232 121 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/25:focus{--tw-shadow-color: rgb(232 121 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/30:focus{--tw-shadow-color: rgb(232 121 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/35:focus{--tw-shadow-color: rgb(232 121 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/40:focus{--tw-shadow-color: rgb(232 121 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/45:focus{--tw-shadow-color: rgb(232 121 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/5:focus{--tw-shadow-color: rgb(232 121 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/50:focus{--tw-shadow-color: rgb(232 121 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/55:focus{--tw-shadow-color: rgb(232 121 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/60:focus{--tw-shadow-color: rgb(232 121 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/65:focus{--tw-shadow-color: rgb(232 121 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/70:focus{--tw-shadow-color: rgb(232 121 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/75:focus{--tw-shadow-color: rgb(232 121 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/80:focus{--tw-shadow-color: rgb(232 121 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/85:focus{--tw-shadow-color: rgb(232 121 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/90:focus{--tw-shadow-color: rgb(232 121 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-400\/95:focus{--tw-shadow-color: rgb(232 121 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50:focus{--tw-shadow-color: #fdf4ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/0:focus{--tw-shadow-color: rgb(253 244 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/10:focus{--tw-shadow-color: rgb(253 244 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/100:focus{--tw-shadow-color: rgb(253 244 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/15:focus{--tw-shadow-color: rgb(253 244 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/20:focus{--tw-shadow-color: rgb(253 244 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/25:focus{--tw-shadow-color: rgb(253 244 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/30:focus{--tw-shadow-color: rgb(253 244 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/35:focus{--tw-shadow-color: rgb(253 244 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/40:focus{--tw-shadow-color: rgb(253 244 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/45:focus{--tw-shadow-color: rgb(253 244 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/5:focus{--tw-shadow-color: rgb(253 244 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/50:focus{--tw-shadow-color: rgb(253 244 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/55:focus{--tw-shadow-color: rgb(253 244 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/60:focus{--tw-shadow-color: rgb(253 244 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/65:focus{--tw-shadow-color: rgb(253 244 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/70:focus{--tw-shadow-color: rgb(253 244 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/75:focus{--tw-shadow-color: rgb(253 244 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/80:focus{--tw-shadow-color: rgb(253 244 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/85:focus{--tw-shadow-color: rgb(253 244 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/90:focus{--tw-shadow-color: rgb(253 244 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-50\/95:focus{--tw-shadow-color: rgb(253 244 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500:focus{--tw-shadow-color: #d946ef;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/0:focus{--tw-shadow-color: rgb(217 70 239 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/10:focus{--tw-shadow-color: rgb(217 70 239 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/100:focus{--tw-shadow-color: rgb(217 70 239 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/15:focus{--tw-shadow-color: rgb(217 70 239 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/20:focus{--tw-shadow-color: rgb(217 70 239 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/25:focus{--tw-shadow-color: rgb(217 70 239 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/30:focus{--tw-shadow-color: rgb(217 70 239 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/35:focus{--tw-shadow-color: rgb(217 70 239 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/40:focus{--tw-shadow-color: rgb(217 70 239 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/45:focus{--tw-shadow-color: rgb(217 70 239 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/5:focus{--tw-shadow-color: rgb(217 70 239 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/50:focus{--tw-shadow-color: rgb(217 70 239 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/55:focus{--tw-shadow-color: rgb(217 70 239 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/60:focus{--tw-shadow-color: rgb(217 70 239 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/65:focus{--tw-shadow-color: rgb(217 70 239 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/70:focus{--tw-shadow-color: rgb(217 70 239 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/75:focus{--tw-shadow-color: rgb(217 70 239 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/80:focus{--tw-shadow-color: rgb(217 70 239 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/85:focus{--tw-shadow-color: rgb(217 70 239 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/90:focus{--tw-shadow-color: rgb(217 70 239 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-500\/95:focus{--tw-shadow-color: rgb(217 70 239 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600:focus{--tw-shadow-color: #c026d3;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/0:focus{--tw-shadow-color: rgb(192 38 211 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/10:focus{--tw-shadow-color: rgb(192 38 211 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/100:focus{--tw-shadow-color: rgb(192 38 211 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/15:focus{--tw-shadow-color: rgb(192 38 211 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/20:focus{--tw-shadow-color: rgb(192 38 211 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/25:focus{--tw-shadow-color: rgb(192 38 211 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/30:focus{--tw-shadow-color: rgb(192 38 211 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/35:focus{--tw-shadow-color: rgb(192 38 211 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/40:focus{--tw-shadow-color: rgb(192 38 211 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/45:focus{--tw-shadow-color: rgb(192 38 211 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/5:focus{--tw-shadow-color: rgb(192 38 211 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/50:focus{--tw-shadow-color: rgb(192 38 211 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/55:focus{--tw-shadow-color: rgb(192 38 211 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/60:focus{--tw-shadow-color: rgb(192 38 211 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/65:focus{--tw-shadow-color: rgb(192 38 211 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/70:focus{--tw-shadow-color: rgb(192 38 211 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/75:focus{--tw-shadow-color: rgb(192 38 211 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/80:focus{--tw-shadow-color: rgb(192 38 211 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/85:focus{--tw-shadow-color: rgb(192 38 211 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/90:focus{--tw-shadow-color: rgb(192 38 211 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-600\/95:focus{--tw-shadow-color: rgb(192 38 211 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700:focus{--tw-shadow-color: #a21caf;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/0:focus{--tw-shadow-color: rgb(162 28 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/10:focus{--tw-shadow-color: rgb(162 28 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/100:focus{--tw-shadow-color: rgb(162 28 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/15:focus{--tw-shadow-color: rgb(162 28 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/20:focus{--tw-shadow-color: rgb(162 28 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/25:focus{--tw-shadow-color: rgb(162 28 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/30:focus{--tw-shadow-color: rgb(162 28 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/35:focus{--tw-shadow-color: rgb(162 28 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/40:focus{--tw-shadow-color: rgb(162 28 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/45:focus{--tw-shadow-color: rgb(162 28 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/5:focus{--tw-shadow-color: rgb(162 28 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/50:focus{--tw-shadow-color: rgb(162 28 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/55:focus{--tw-shadow-color: rgb(162 28 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/60:focus{--tw-shadow-color: rgb(162 28 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/65:focus{--tw-shadow-color: rgb(162 28 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/70:focus{--tw-shadow-color: rgb(162 28 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/75:focus{--tw-shadow-color: rgb(162 28 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/80:focus{--tw-shadow-color: rgb(162 28 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/85:focus{--tw-shadow-color: rgb(162 28 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/90:focus{--tw-shadow-color: rgb(162 28 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-700\/95:focus{--tw-shadow-color: rgb(162 28 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800:focus{--tw-shadow-color: #86198f;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/0:focus{--tw-shadow-color: rgb(134 25 143 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/10:focus{--tw-shadow-color: rgb(134 25 143 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/100:focus{--tw-shadow-color: rgb(134 25 143 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/15:focus{--tw-shadow-color: rgb(134 25 143 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/20:focus{--tw-shadow-color: rgb(134 25 143 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/25:focus{--tw-shadow-color: rgb(134 25 143 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/30:focus{--tw-shadow-color: rgb(134 25 143 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/35:focus{--tw-shadow-color: rgb(134 25 143 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/40:focus{--tw-shadow-color: rgb(134 25 143 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/45:focus{--tw-shadow-color: rgb(134 25 143 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/5:focus{--tw-shadow-color: rgb(134 25 143 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/50:focus{--tw-shadow-color: rgb(134 25 143 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/55:focus{--tw-shadow-color: rgb(134 25 143 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/60:focus{--tw-shadow-color: rgb(134 25 143 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/65:focus{--tw-shadow-color: rgb(134 25 143 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/70:focus{--tw-shadow-color: rgb(134 25 143 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/75:focus{--tw-shadow-color: rgb(134 25 143 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/80:focus{--tw-shadow-color: rgb(134 25 143 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/85:focus{--tw-shadow-color: rgb(134 25 143 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/90:focus{--tw-shadow-color: rgb(134 25 143 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-800\/95:focus{--tw-shadow-color: rgb(134 25 143 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900:focus{--tw-shadow-color: #701a75;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/0:focus{--tw-shadow-color: rgb(112 26 117 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/10:focus{--tw-shadow-color: rgb(112 26 117 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/100:focus{--tw-shadow-color: rgb(112 26 117 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/15:focus{--tw-shadow-color: rgb(112 26 117 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/20:focus{--tw-shadow-color: rgb(112 26 117 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/25:focus{--tw-shadow-color: rgb(112 26 117 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/30:focus{--tw-shadow-color: rgb(112 26 117 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/35:focus{--tw-shadow-color: rgb(112 26 117 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/40:focus{--tw-shadow-color: rgb(112 26 117 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/45:focus{--tw-shadow-color: rgb(112 26 117 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/5:focus{--tw-shadow-color: rgb(112 26 117 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/50:focus{--tw-shadow-color: rgb(112 26 117 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/55:focus{--tw-shadow-color: rgb(112 26 117 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/60:focus{--tw-shadow-color: rgb(112 26 117 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/65:focus{--tw-shadow-color: rgb(112 26 117 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/70:focus{--tw-shadow-color: rgb(112 26 117 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/75:focus{--tw-shadow-color: rgb(112 26 117 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/80:focus{--tw-shadow-color: rgb(112 26 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/85:focus{--tw-shadow-color: rgb(112 26 117 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/90:focus{--tw-shadow-color: rgb(112 26 117 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-900\/95:focus{--tw-shadow-color: rgb(112 26 117 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950:focus{--tw-shadow-color: #4a044e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/0:focus{--tw-shadow-color: rgb(74 4 78 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/10:focus{--tw-shadow-color: rgb(74 4 78 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/100:focus{--tw-shadow-color: rgb(74 4 78 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/15:focus{--tw-shadow-color: rgb(74 4 78 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/20:focus{--tw-shadow-color: rgb(74 4 78 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/25:focus{--tw-shadow-color: rgb(74 4 78 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/30:focus{--tw-shadow-color: rgb(74 4 78 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/35:focus{--tw-shadow-color: rgb(74 4 78 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/40:focus{--tw-shadow-color: rgb(74 4 78 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/45:focus{--tw-shadow-color: rgb(74 4 78 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/5:focus{--tw-shadow-color: rgb(74 4 78 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/50:focus{--tw-shadow-color: rgb(74 4 78 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/55:focus{--tw-shadow-color: rgb(74 4 78 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/60:focus{--tw-shadow-color: rgb(74 4 78 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/65:focus{--tw-shadow-color: rgb(74 4 78 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/70:focus{--tw-shadow-color: rgb(74 4 78 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/75:focus{--tw-shadow-color: rgb(74 4 78 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/80:focus{--tw-shadow-color: rgb(74 4 78 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/85:focus{--tw-shadow-color: rgb(74 4 78 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/90:focus{--tw-shadow-color: rgb(74 4 78 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-fuchsia-950\/95:focus{--tw-shadow-color: rgb(74 4 78 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100:focus{--tw-shadow-color: #f3f4f6;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/0:focus{--tw-shadow-color: rgb(243 244 246 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/10:focus{--tw-shadow-color: rgb(243 244 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/100:focus{--tw-shadow-color: rgb(243 244 246 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/15:focus{--tw-shadow-color: rgb(243 244 246 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/20:focus{--tw-shadow-color: rgb(243 244 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/25:focus{--tw-shadow-color: rgb(243 244 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/30:focus{--tw-shadow-color: rgb(243 244 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/35:focus{--tw-shadow-color: rgb(243 244 246 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/40:focus{--tw-shadow-color: rgb(243 244 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/45:focus{--tw-shadow-color: rgb(243 244 246 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/5:focus{--tw-shadow-color: rgb(243 244 246 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/50:focus{--tw-shadow-color: rgb(243 244 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/55:focus{--tw-shadow-color: rgb(243 244 246 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/60:focus{--tw-shadow-color: rgb(243 244 246 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/65:focus{--tw-shadow-color: rgb(243 244 246 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/70:focus{--tw-shadow-color: rgb(243 244 246 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/75:focus{--tw-shadow-color: rgb(243 244 246 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/80:focus{--tw-shadow-color: rgb(243 244 246 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/85:focus{--tw-shadow-color: rgb(243 244 246 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/90:focus{--tw-shadow-color: rgb(243 244 246 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-100\/95:focus{--tw-shadow-color: rgb(243 244 246 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200:focus{--tw-shadow-color: #e5e7eb;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/0:focus{--tw-shadow-color: rgb(229 231 235 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/10:focus{--tw-shadow-color: rgb(229 231 235 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/100:focus{--tw-shadow-color: rgb(229 231 235 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/15:focus{--tw-shadow-color: rgb(229 231 235 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/20:focus{--tw-shadow-color: rgb(229 231 235 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/25:focus{--tw-shadow-color: rgb(229 231 235 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/30:focus{--tw-shadow-color: rgb(229 231 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/35:focus{--tw-shadow-color: rgb(229 231 235 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/40:focus{--tw-shadow-color: rgb(229 231 235 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/45:focus{--tw-shadow-color: rgb(229 231 235 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/5:focus{--tw-shadow-color: rgb(229 231 235 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/50:focus{--tw-shadow-color: rgb(229 231 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/55:focus{--tw-shadow-color: rgb(229 231 235 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/60:focus{--tw-shadow-color: rgb(229 231 235 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/65:focus{--tw-shadow-color: rgb(229 231 235 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/70:focus{--tw-shadow-color: rgb(229 231 235 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/75:focus{--tw-shadow-color: rgb(229 231 235 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/80:focus{--tw-shadow-color: rgb(229 231 235 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/85:focus{--tw-shadow-color: rgb(229 231 235 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/90:focus{--tw-shadow-color: rgb(229 231 235 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-200\/95:focus{--tw-shadow-color: rgb(229 231 235 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300:focus{--tw-shadow-color: #d1d5db;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/0:focus{--tw-shadow-color: rgb(209 213 219 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/10:focus{--tw-shadow-color: rgb(209 213 219 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/100:focus{--tw-shadow-color: rgb(209 213 219 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/15:focus{--tw-shadow-color: rgb(209 213 219 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/20:focus{--tw-shadow-color: rgb(209 213 219 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/25:focus{--tw-shadow-color: rgb(209 213 219 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/30:focus{--tw-shadow-color: rgb(209 213 219 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/35:focus{--tw-shadow-color: rgb(209 213 219 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/40:focus{--tw-shadow-color: rgb(209 213 219 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/45:focus{--tw-shadow-color: rgb(209 213 219 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/5:focus{--tw-shadow-color: rgb(209 213 219 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/50:focus{--tw-shadow-color: rgb(209 213 219 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/55:focus{--tw-shadow-color: rgb(209 213 219 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/60:focus{--tw-shadow-color: rgb(209 213 219 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/65:focus{--tw-shadow-color: rgb(209 213 219 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/70:focus{--tw-shadow-color: rgb(209 213 219 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/75:focus{--tw-shadow-color: rgb(209 213 219 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/80:focus{--tw-shadow-color: rgb(209 213 219 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/85:focus{--tw-shadow-color: rgb(209 213 219 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/90:focus{--tw-shadow-color: rgb(209 213 219 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-300\/95:focus{--tw-shadow-color: rgb(209 213 219 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400:focus{--tw-shadow-color: #9ca3af;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/0:focus{--tw-shadow-color: rgb(156 163 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/10:focus{--tw-shadow-color: rgb(156 163 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/100:focus{--tw-shadow-color: rgb(156 163 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/15:focus{--tw-shadow-color: rgb(156 163 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/20:focus{--tw-shadow-color: rgb(156 163 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/25:focus{--tw-shadow-color: rgb(156 163 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/30:focus{--tw-shadow-color: rgb(156 163 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/35:focus{--tw-shadow-color: rgb(156 163 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/40:focus{--tw-shadow-color: rgb(156 163 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/45:focus{--tw-shadow-color: rgb(156 163 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/5:focus{--tw-shadow-color: rgb(156 163 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/50:focus{--tw-shadow-color: rgb(156 163 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/55:focus{--tw-shadow-color: rgb(156 163 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/60:focus{--tw-shadow-color: rgb(156 163 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/65:focus{--tw-shadow-color: rgb(156 163 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/70:focus{--tw-shadow-color: rgb(156 163 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/75:focus{--tw-shadow-color: rgb(156 163 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/80:focus{--tw-shadow-color: rgb(156 163 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/85:focus{--tw-shadow-color: rgb(156 163 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/90:focus{--tw-shadow-color: rgb(156 163 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-400\/95:focus{--tw-shadow-color: rgb(156 163 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50:focus{--tw-shadow-color: #f9fafb;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/0:focus{--tw-shadow-color: rgb(249 250 251 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/10:focus{--tw-shadow-color: rgb(249 250 251 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/100:focus{--tw-shadow-color: rgb(249 250 251 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/15:focus{--tw-shadow-color: rgb(249 250 251 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/20:focus{--tw-shadow-color: rgb(249 250 251 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/25:focus{--tw-shadow-color: rgb(249 250 251 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/30:focus{--tw-shadow-color: rgb(249 250 251 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/35:focus{--tw-shadow-color: rgb(249 250 251 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/40:focus{--tw-shadow-color: rgb(249 250 251 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/45:focus{--tw-shadow-color: rgb(249 250 251 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/5:focus{--tw-shadow-color: rgb(249 250 251 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/50:focus{--tw-shadow-color: rgb(249 250 251 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/55:focus{--tw-shadow-color: rgb(249 250 251 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/60:focus{--tw-shadow-color: rgb(249 250 251 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/65:focus{--tw-shadow-color: rgb(249 250 251 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/70:focus{--tw-shadow-color: rgb(249 250 251 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/75:focus{--tw-shadow-color: rgb(249 250 251 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/80:focus{--tw-shadow-color: rgb(249 250 251 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/85:focus{--tw-shadow-color: rgb(249 250 251 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/90:focus{--tw-shadow-color: rgb(249 250 251 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-50\/95:focus{--tw-shadow-color: rgb(249 250 251 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500:focus{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/0:focus{--tw-shadow-color: rgb(107 114 128 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/10:focus{--tw-shadow-color: rgb(107 114 128 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/100:focus{--tw-shadow-color: rgb(107 114 128 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/15:focus{--tw-shadow-color: rgb(107 114 128 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/20:focus{--tw-shadow-color: rgb(107 114 128 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/25:focus{--tw-shadow-color: rgb(107 114 128 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/30:focus{--tw-shadow-color: rgb(107 114 128 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/35:focus{--tw-shadow-color: rgb(107 114 128 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/40:focus{--tw-shadow-color: rgb(107 114 128 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/45:focus{--tw-shadow-color: rgb(107 114 128 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/5:focus{--tw-shadow-color: rgb(107 114 128 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/50:focus{--tw-shadow-color: rgb(107 114 128 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/55:focus{--tw-shadow-color: rgb(107 114 128 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/60:focus{--tw-shadow-color: rgb(107 114 128 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/65:focus{--tw-shadow-color: rgb(107 114 128 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/70:focus{--tw-shadow-color: rgb(107 114 128 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/75:focus{--tw-shadow-color: rgb(107 114 128 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/80:focus{--tw-shadow-color: rgb(107 114 128 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/85:focus{--tw-shadow-color: rgb(107 114 128 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/90:focus{--tw-shadow-color: rgb(107 114 128 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-500\/95:focus{--tw-shadow-color: rgb(107 114 128 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600:focus{--tw-shadow-color: #4b5563;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/0:focus{--tw-shadow-color: rgb(75 85 99 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/10:focus{--tw-shadow-color: rgb(75 85 99 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/100:focus{--tw-shadow-color: rgb(75 85 99 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/15:focus{--tw-shadow-color: rgb(75 85 99 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/20:focus{--tw-shadow-color: rgb(75 85 99 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/25:focus{--tw-shadow-color: rgb(75 85 99 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/30:focus{--tw-shadow-color: rgb(75 85 99 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/35:focus{--tw-shadow-color: rgb(75 85 99 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/40:focus{--tw-shadow-color: rgb(75 85 99 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/45:focus{--tw-shadow-color: rgb(75 85 99 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/5:focus{--tw-shadow-color: rgb(75 85 99 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/50:focus{--tw-shadow-color: rgb(75 85 99 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/55:focus{--tw-shadow-color: rgb(75 85 99 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/60:focus{--tw-shadow-color: rgb(75 85 99 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/65:focus{--tw-shadow-color: rgb(75 85 99 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/70:focus{--tw-shadow-color: rgb(75 85 99 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/75:focus{--tw-shadow-color: rgb(75 85 99 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/80:focus{--tw-shadow-color: rgb(75 85 99 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/85:focus{--tw-shadow-color: rgb(75 85 99 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/90:focus{--tw-shadow-color: rgb(75 85 99 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-600\/95:focus{--tw-shadow-color: rgb(75 85 99 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700:focus{--tw-shadow-color: #374151;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/0:focus{--tw-shadow-color: rgb(55 65 81 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/10:focus{--tw-shadow-color: rgb(55 65 81 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/100:focus{--tw-shadow-color: rgb(55 65 81 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/15:focus{--tw-shadow-color: rgb(55 65 81 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/20:focus{--tw-shadow-color: rgb(55 65 81 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/25:focus{--tw-shadow-color: rgb(55 65 81 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/30:focus{--tw-shadow-color: rgb(55 65 81 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/35:focus{--tw-shadow-color: rgb(55 65 81 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/40:focus{--tw-shadow-color: rgb(55 65 81 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/45:focus{--tw-shadow-color: rgb(55 65 81 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/5:focus{--tw-shadow-color: rgb(55 65 81 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/50:focus{--tw-shadow-color: rgb(55 65 81 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/55:focus{--tw-shadow-color: rgb(55 65 81 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/60:focus{--tw-shadow-color: rgb(55 65 81 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/65:focus{--tw-shadow-color: rgb(55 65 81 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/70:focus{--tw-shadow-color: rgb(55 65 81 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/75:focus{--tw-shadow-color: rgb(55 65 81 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/80:focus{--tw-shadow-color: rgb(55 65 81 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/85:focus{--tw-shadow-color: rgb(55 65 81 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/90:focus{--tw-shadow-color: rgb(55 65 81 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-700\/95:focus{--tw-shadow-color: rgb(55 65 81 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800:focus{--tw-shadow-color: #1f2937;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/0:focus{--tw-shadow-color: rgb(31 41 55 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/10:focus{--tw-shadow-color: rgb(31 41 55 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/100:focus{--tw-shadow-color: rgb(31 41 55 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/15:focus{--tw-shadow-color: rgb(31 41 55 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/20:focus{--tw-shadow-color: rgb(31 41 55 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/25:focus{--tw-shadow-color: rgb(31 41 55 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/30:focus{--tw-shadow-color: rgb(31 41 55 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/35:focus{--tw-shadow-color: rgb(31 41 55 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/40:focus{--tw-shadow-color: rgb(31 41 55 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/45:focus{--tw-shadow-color: rgb(31 41 55 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/5:focus{--tw-shadow-color: rgb(31 41 55 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/50:focus{--tw-shadow-color: rgb(31 41 55 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/55:focus{--tw-shadow-color: rgb(31 41 55 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/60:focus{--tw-shadow-color: rgb(31 41 55 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/65:focus{--tw-shadow-color: rgb(31 41 55 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/70:focus{--tw-shadow-color: rgb(31 41 55 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/75:focus{--tw-shadow-color: rgb(31 41 55 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/80:focus{--tw-shadow-color: rgb(31 41 55 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/85:focus{--tw-shadow-color: rgb(31 41 55 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/90:focus{--tw-shadow-color: rgb(31 41 55 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-800\/95:focus{--tw-shadow-color: rgb(31 41 55 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900:focus{--tw-shadow-color: #111827;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/0:focus{--tw-shadow-color: rgb(17 24 39 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/10:focus{--tw-shadow-color: rgb(17 24 39 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/100:focus{--tw-shadow-color: rgb(17 24 39 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/15:focus{--tw-shadow-color: rgb(17 24 39 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/20:focus{--tw-shadow-color: rgb(17 24 39 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/25:focus{--tw-shadow-color: rgb(17 24 39 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/30:focus{--tw-shadow-color: rgb(17 24 39 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/35:focus{--tw-shadow-color: rgb(17 24 39 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/40:focus{--tw-shadow-color: rgb(17 24 39 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/45:focus{--tw-shadow-color: rgb(17 24 39 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/5:focus{--tw-shadow-color: rgb(17 24 39 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/50:focus{--tw-shadow-color: rgb(17 24 39 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/55:focus{--tw-shadow-color: rgb(17 24 39 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/60:focus{--tw-shadow-color: rgb(17 24 39 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/65:focus{--tw-shadow-color: rgb(17 24 39 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/70:focus{--tw-shadow-color: rgb(17 24 39 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/75:focus{--tw-shadow-color: rgb(17 24 39 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/80:focus{--tw-shadow-color: rgb(17 24 39 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/85:focus{--tw-shadow-color: rgb(17 24 39 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/90:focus{--tw-shadow-color: rgb(17 24 39 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-900\/95:focus{--tw-shadow-color: rgb(17 24 39 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950:focus{--tw-shadow-color: #030712;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/0:focus{--tw-shadow-color: rgb(3 7 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/10:focus{--tw-shadow-color: rgb(3 7 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/100:focus{--tw-shadow-color: rgb(3 7 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/15:focus{--tw-shadow-color: rgb(3 7 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/20:focus{--tw-shadow-color: rgb(3 7 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/25:focus{--tw-shadow-color: rgb(3 7 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/30:focus{--tw-shadow-color: rgb(3 7 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/35:focus{--tw-shadow-color: rgb(3 7 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/40:focus{--tw-shadow-color: rgb(3 7 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/45:focus{--tw-shadow-color: rgb(3 7 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/5:focus{--tw-shadow-color: rgb(3 7 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/50:focus{--tw-shadow-color: rgb(3 7 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/55:focus{--tw-shadow-color: rgb(3 7 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/60:focus{--tw-shadow-color: rgb(3 7 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/65:focus{--tw-shadow-color: rgb(3 7 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/70:focus{--tw-shadow-color: rgb(3 7 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/75:focus{--tw-shadow-color: rgb(3 7 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/80:focus{--tw-shadow-color: rgb(3 7 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/85:focus{--tw-shadow-color: rgb(3 7 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/90:focus{--tw-shadow-color: rgb(3 7 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-gray-950\/95:focus{--tw-shadow-color: rgb(3 7 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100:focus{--tw-shadow-color: #dcfce7;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/0:focus{--tw-shadow-color: rgb(220 252 231 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/10:focus{--tw-shadow-color: rgb(220 252 231 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/100:focus{--tw-shadow-color: rgb(220 252 231 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/15:focus{--tw-shadow-color: rgb(220 252 231 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/20:focus{--tw-shadow-color: rgb(220 252 231 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/25:focus{--tw-shadow-color: rgb(220 252 231 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/30:focus{--tw-shadow-color: rgb(220 252 231 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/35:focus{--tw-shadow-color: rgb(220 252 231 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/40:focus{--tw-shadow-color: rgb(220 252 231 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/45:focus{--tw-shadow-color: rgb(220 252 231 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/5:focus{--tw-shadow-color: rgb(220 252 231 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/50:focus{--tw-shadow-color: rgb(220 252 231 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/55:focus{--tw-shadow-color: rgb(220 252 231 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/60:focus{--tw-shadow-color: rgb(220 252 231 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/65:focus{--tw-shadow-color: rgb(220 252 231 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/70:focus{--tw-shadow-color: rgb(220 252 231 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/75:focus{--tw-shadow-color: rgb(220 252 231 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/80:focus{--tw-shadow-color: rgb(220 252 231 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/85:focus{--tw-shadow-color: rgb(220 252 231 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/90:focus{--tw-shadow-color: rgb(220 252 231 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-100\/95:focus{--tw-shadow-color: rgb(220 252 231 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200:focus{--tw-shadow-color: #bbf7d0;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/0:focus{--tw-shadow-color: rgb(187 247 208 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/10:focus{--tw-shadow-color: rgb(187 247 208 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/100:focus{--tw-shadow-color: rgb(187 247 208 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/15:focus{--tw-shadow-color: rgb(187 247 208 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/20:focus{--tw-shadow-color: rgb(187 247 208 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/25:focus{--tw-shadow-color: rgb(187 247 208 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/30:focus{--tw-shadow-color: rgb(187 247 208 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/35:focus{--tw-shadow-color: rgb(187 247 208 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/40:focus{--tw-shadow-color: rgb(187 247 208 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/45:focus{--tw-shadow-color: rgb(187 247 208 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/5:focus{--tw-shadow-color: rgb(187 247 208 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/50:focus{--tw-shadow-color: rgb(187 247 208 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/55:focus{--tw-shadow-color: rgb(187 247 208 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/60:focus{--tw-shadow-color: rgb(187 247 208 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/65:focus{--tw-shadow-color: rgb(187 247 208 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/70:focus{--tw-shadow-color: rgb(187 247 208 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/75:focus{--tw-shadow-color: rgb(187 247 208 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/80:focus{--tw-shadow-color: rgb(187 247 208 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/85:focus{--tw-shadow-color: rgb(187 247 208 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/90:focus{--tw-shadow-color: rgb(187 247 208 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-200\/95:focus{--tw-shadow-color: rgb(187 247 208 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300:focus{--tw-shadow-color: #86efac;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/0:focus{--tw-shadow-color: rgb(134 239 172 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/10:focus{--tw-shadow-color: rgb(134 239 172 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/100:focus{--tw-shadow-color: rgb(134 239 172 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/15:focus{--tw-shadow-color: rgb(134 239 172 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/20:focus{--tw-shadow-color: rgb(134 239 172 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/25:focus{--tw-shadow-color: rgb(134 239 172 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/30:focus{--tw-shadow-color: rgb(134 239 172 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/35:focus{--tw-shadow-color: rgb(134 239 172 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/40:focus{--tw-shadow-color: rgb(134 239 172 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/45:focus{--tw-shadow-color: rgb(134 239 172 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/5:focus{--tw-shadow-color: rgb(134 239 172 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/50:focus{--tw-shadow-color: rgb(134 239 172 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/55:focus{--tw-shadow-color: rgb(134 239 172 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/60:focus{--tw-shadow-color: rgb(134 239 172 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/65:focus{--tw-shadow-color: rgb(134 239 172 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/70:focus{--tw-shadow-color: rgb(134 239 172 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/75:focus{--tw-shadow-color: rgb(134 239 172 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/80:focus{--tw-shadow-color: rgb(134 239 172 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/85:focus{--tw-shadow-color: rgb(134 239 172 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/90:focus{--tw-shadow-color: rgb(134 239 172 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-300\/95:focus{--tw-shadow-color: rgb(134 239 172 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400:focus{--tw-shadow-color: #4ade80;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/0:focus{--tw-shadow-color: rgb(74 222 128 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/10:focus{--tw-shadow-color: rgb(74 222 128 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/100:focus{--tw-shadow-color: rgb(74 222 128 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/15:focus{--tw-shadow-color: rgb(74 222 128 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/20:focus{--tw-shadow-color: rgb(74 222 128 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/25:focus{--tw-shadow-color: rgb(74 222 128 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/30:focus{--tw-shadow-color: rgb(74 222 128 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/35:focus{--tw-shadow-color: rgb(74 222 128 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/40:focus{--tw-shadow-color: rgb(74 222 128 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/45:focus{--tw-shadow-color: rgb(74 222 128 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/5:focus{--tw-shadow-color: rgb(74 222 128 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/50:focus{--tw-shadow-color: rgb(74 222 128 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/55:focus{--tw-shadow-color: rgb(74 222 128 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/60:focus{--tw-shadow-color: rgb(74 222 128 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/65:focus{--tw-shadow-color: rgb(74 222 128 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/70:focus{--tw-shadow-color: rgb(74 222 128 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/75:focus{--tw-shadow-color: rgb(74 222 128 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/80:focus{--tw-shadow-color: rgb(74 222 128 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/85:focus{--tw-shadow-color: rgb(74 222 128 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/90:focus{--tw-shadow-color: rgb(74 222 128 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-400\/95:focus{--tw-shadow-color: rgb(74 222 128 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50:focus{--tw-shadow-color: #f0fdf4;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/0:focus{--tw-shadow-color: rgb(240 253 244 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/10:focus{--tw-shadow-color: rgb(240 253 244 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/100:focus{--tw-shadow-color: rgb(240 253 244 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/15:focus{--tw-shadow-color: rgb(240 253 244 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/20:focus{--tw-shadow-color: rgb(240 253 244 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/25:focus{--tw-shadow-color: rgb(240 253 244 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/30:focus{--tw-shadow-color: rgb(240 253 244 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/35:focus{--tw-shadow-color: rgb(240 253 244 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/40:focus{--tw-shadow-color: rgb(240 253 244 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/45:focus{--tw-shadow-color: rgb(240 253 244 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/5:focus{--tw-shadow-color: rgb(240 253 244 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/50:focus{--tw-shadow-color: rgb(240 253 244 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/55:focus{--tw-shadow-color: rgb(240 253 244 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/60:focus{--tw-shadow-color: rgb(240 253 244 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/65:focus{--tw-shadow-color: rgb(240 253 244 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/70:focus{--tw-shadow-color: rgb(240 253 244 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/75:focus{--tw-shadow-color: rgb(240 253 244 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/80:focus{--tw-shadow-color: rgb(240 253 244 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/85:focus{--tw-shadow-color: rgb(240 253 244 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/90:focus{--tw-shadow-color: rgb(240 253 244 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-50\/95:focus{--tw-shadow-color: rgb(240 253 244 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500:focus{--tw-shadow-color: #22c55e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/0:focus{--tw-shadow-color: rgb(34 197 94 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/10:focus{--tw-shadow-color: rgb(34 197 94 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/100:focus{--tw-shadow-color: rgb(34 197 94 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/15:focus{--tw-shadow-color: rgb(34 197 94 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/20:focus{--tw-shadow-color: rgb(34 197 94 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/25:focus{--tw-shadow-color: rgb(34 197 94 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/30:focus{--tw-shadow-color: rgb(34 197 94 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/35:focus{--tw-shadow-color: rgb(34 197 94 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/40:focus{--tw-shadow-color: rgb(34 197 94 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/45:focus{--tw-shadow-color: rgb(34 197 94 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/5:focus{--tw-shadow-color: rgb(34 197 94 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/50:focus{--tw-shadow-color: rgb(34 197 94 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/55:focus{--tw-shadow-color: rgb(34 197 94 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/60:focus{--tw-shadow-color: rgb(34 197 94 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/65:focus{--tw-shadow-color: rgb(34 197 94 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/70:focus{--tw-shadow-color: rgb(34 197 94 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/75:focus{--tw-shadow-color: rgb(34 197 94 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/80:focus{--tw-shadow-color: rgb(34 197 94 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/85:focus{--tw-shadow-color: rgb(34 197 94 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/90:focus{--tw-shadow-color: rgb(34 197 94 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-500\/95:focus{--tw-shadow-color: rgb(34 197 94 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600:focus{--tw-shadow-color: #16a34a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/0:focus{--tw-shadow-color: rgb(22 163 74 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/10:focus{--tw-shadow-color: rgb(22 163 74 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/100:focus{--tw-shadow-color: rgb(22 163 74 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/15:focus{--tw-shadow-color: rgb(22 163 74 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/20:focus{--tw-shadow-color: rgb(22 163 74 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/25:focus{--tw-shadow-color: rgb(22 163 74 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/30:focus{--tw-shadow-color: rgb(22 163 74 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/35:focus{--tw-shadow-color: rgb(22 163 74 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/40:focus{--tw-shadow-color: rgb(22 163 74 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/45:focus{--tw-shadow-color: rgb(22 163 74 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/5:focus{--tw-shadow-color: rgb(22 163 74 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/50:focus{--tw-shadow-color: rgb(22 163 74 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/55:focus{--tw-shadow-color: rgb(22 163 74 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/60:focus{--tw-shadow-color: rgb(22 163 74 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/65:focus{--tw-shadow-color: rgb(22 163 74 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/70:focus{--tw-shadow-color: rgb(22 163 74 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/75:focus{--tw-shadow-color: rgb(22 163 74 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/80:focus{--tw-shadow-color: rgb(22 163 74 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/85:focus{--tw-shadow-color: rgb(22 163 74 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/90:focus{--tw-shadow-color: rgb(22 163 74 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-600\/95:focus{--tw-shadow-color: rgb(22 163 74 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700:focus{--tw-shadow-color: #15803d;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/0:focus{--tw-shadow-color: rgb(21 128 61 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/10:focus{--tw-shadow-color: rgb(21 128 61 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/100:focus{--tw-shadow-color: rgb(21 128 61 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/15:focus{--tw-shadow-color: rgb(21 128 61 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/20:focus{--tw-shadow-color: rgb(21 128 61 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/25:focus{--tw-shadow-color: rgb(21 128 61 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/30:focus{--tw-shadow-color: rgb(21 128 61 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/35:focus{--tw-shadow-color: rgb(21 128 61 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/40:focus{--tw-shadow-color: rgb(21 128 61 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/45:focus{--tw-shadow-color: rgb(21 128 61 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/5:focus{--tw-shadow-color: rgb(21 128 61 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/50:focus{--tw-shadow-color: rgb(21 128 61 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/55:focus{--tw-shadow-color: rgb(21 128 61 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/60:focus{--tw-shadow-color: rgb(21 128 61 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/65:focus{--tw-shadow-color: rgb(21 128 61 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/70:focus{--tw-shadow-color: rgb(21 128 61 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/75:focus{--tw-shadow-color: rgb(21 128 61 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/80:focus{--tw-shadow-color: rgb(21 128 61 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/85:focus{--tw-shadow-color: rgb(21 128 61 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/90:focus{--tw-shadow-color: rgb(21 128 61 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-700\/95:focus{--tw-shadow-color: rgb(21 128 61 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800:focus{--tw-shadow-color: #166534;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/0:focus{--tw-shadow-color: rgb(22 101 52 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/10:focus{--tw-shadow-color: rgb(22 101 52 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/100:focus{--tw-shadow-color: rgb(22 101 52 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/15:focus{--tw-shadow-color: rgb(22 101 52 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/20:focus{--tw-shadow-color: rgb(22 101 52 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/25:focus{--tw-shadow-color: rgb(22 101 52 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/30:focus{--tw-shadow-color: rgb(22 101 52 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/35:focus{--tw-shadow-color: rgb(22 101 52 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/40:focus{--tw-shadow-color: rgb(22 101 52 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/45:focus{--tw-shadow-color: rgb(22 101 52 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/5:focus{--tw-shadow-color: rgb(22 101 52 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/50:focus{--tw-shadow-color: rgb(22 101 52 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/55:focus{--tw-shadow-color: rgb(22 101 52 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/60:focus{--tw-shadow-color: rgb(22 101 52 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/65:focus{--tw-shadow-color: rgb(22 101 52 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/70:focus{--tw-shadow-color: rgb(22 101 52 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/75:focus{--tw-shadow-color: rgb(22 101 52 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/80:focus{--tw-shadow-color: rgb(22 101 52 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/85:focus{--tw-shadow-color: rgb(22 101 52 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/90:focus{--tw-shadow-color: rgb(22 101 52 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-800\/95:focus{--tw-shadow-color: rgb(22 101 52 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900:focus{--tw-shadow-color: #14532d;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/0:focus{--tw-shadow-color: rgb(20 83 45 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/10:focus{--tw-shadow-color: rgb(20 83 45 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/100:focus{--tw-shadow-color: rgb(20 83 45 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/15:focus{--tw-shadow-color: rgb(20 83 45 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/20:focus{--tw-shadow-color: rgb(20 83 45 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/25:focus{--tw-shadow-color: rgb(20 83 45 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/30:focus{--tw-shadow-color: rgb(20 83 45 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/35:focus{--tw-shadow-color: rgb(20 83 45 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/40:focus{--tw-shadow-color: rgb(20 83 45 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/45:focus{--tw-shadow-color: rgb(20 83 45 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/5:focus{--tw-shadow-color: rgb(20 83 45 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/50:focus{--tw-shadow-color: rgb(20 83 45 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/55:focus{--tw-shadow-color: rgb(20 83 45 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/60:focus{--tw-shadow-color: rgb(20 83 45 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/65:focus{--tw-shadow-color: rgb(20 83 45 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/70:focus{--tw-shadow-color: rgb(20 83 45 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/75:focus{--tw-shadow-color: rgb(20 83 45 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/80:focus{--tw-shadow-color: rgb(20 83 45 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/85:focus{--tw-shadow-color: rgb(20 83 45 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/90:focus{--tw-shadow-color: rgb(20 83 45 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-900\/95:focus{--tw-shadow-color: rgb(20 83 45 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950:focus{--tw-shadow-color: #052e16;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/0:focus{--tw-shadow-color: rgb(5 46 22 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/10:focus{--tw-shadow-color: rgb(5 46 22 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/100:focus{--tw-shadow-color: rgb(5 46 22 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/15:focus{--tw-shadow-color: rgb(5 46 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/20:focus{--tw-shadow-color: rgb(5 46 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/25:focus{--tw-shadow-color: rgb(5 46 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/30:focus{--tw-shadow-color: rgb(5 46 22 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/35:focus{--tw-shadow-color: rgb(5 46 22 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/40:focus{--tw-shadow-color: rgb(5 46 22 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/45:focus{--tw-shadow-color: rgb(5 46 22 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/5:focus{--tw-shadow-color: rgb(5 46 22 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/50:focus{--tw-shadow-color: rgb(5 46 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/55:focus{--tw-shadow-color: rgb(5 46 22 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/60:focus{--tw-shadow-color: rgb(5 46 22 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/65:focus{--tw-shadow-color: rgb(5 46 22 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/70:focus{--tw-shadow-color: rgb(5 46 22 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/75:focus{--tw-shadow-color: rgb(5 46 22 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/80:focus{--tw-shadow-color: rgb(5 46 22 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/85:focus{--tw-shadow-color: rgb(5 46 22 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/90:focus{--tw-shadow-color: rgb(5 46 22 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-green-950\/95:focus{--tw-shadow-color: rgb(5 46 22 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100:focus{--tw-shadow-color: #e0e7ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/0:focus{--tw-shadow-color: rgb(224 231 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/10:focus{--tw-shadow-color: rgb(224 231 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/100:focus{--tw-shadow-color: rgb(224 231 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/15:focus{--tw-shadow-color: rgb(224 231 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/20:focus{--tw-shadow-color: rgb(224 231 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/25:focus{--tw-shadow-color: rgb(224 231 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/30:focus{--tw-shadow-color: rgb(224 231 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/35:focus{--tw-shadow-color: rgb(224 231 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/40:focus{--tw-shadow-color: rgb(224 231 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/45:focus{--tw-shadow-color: rgb(224 231 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/5:focus{--tw-shadow-color: rgb(224 231 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/50:focus{--tw-shadow-color: rgb(224 231 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/55:focus{--tw-shadow-color: rgb(224 231 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/60:focus{--tw-shadow-color: rgb(224 231 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/65:focus{--tw-shadow-color: rgb(224 231 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/70:focus{--tw-shadow-color: rgb(224 231 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/75:focus{--tw-shadow-color: rgb(224 231 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/80:focus{--tw-shadow-color: rgb(224 231 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/85:focus{--tw-shadow-color: rgb(224 231 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/90:focus{--tw-shadow-color: rgb(224 231 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-100\/95:focus{--tw-shadow-color: rgb(224 231 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200:focus{--tw-shadow-color: #c7d2fe;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/0:focus{--tw-shadow-color: rgb(199 210 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/10:focus{--tw-shadow-color: rgb(199 210 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/100:focus{--tw-shadow-color: rgb(199 210 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/15:focus{--tw-shadow-color: rgb(199 210 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/20:focus{--tw-shadow-color: rgb(199 210 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/25:focus{--tw-shadow-color: rgb(199 210 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/30:focus{--tw-shadow-color: rgb(199 210 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/35:focus{--tw-shadow-color: rgb(199 210 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/40:focus{--tw-shadow-color: rgb(199 210 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/45:focus{--tw-shadow-color: rgb(199 210 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/5:focus{--tw-shadow-color: rgb(199 210 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/50:focus{--tw-shadow-color: rgb(199 210 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/55:focus{--tw-shadow-color: rgb(199 210 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/60:focus{--tw-shadow-color: rgb(199 210 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/65:focus{--tw-shadow-color: rgb(199 210 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/70:focus{--tw-shadow-color: rgb(199 210 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/75:focus{--tw-shadow-color: rgb(199 210 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/80:focus{--tw-shadow-color: rgb(199 210 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/85:focus{--tw-shadow-color: rgb(199 210 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/90:focus{--tw-shadow-color: rgb(199 210 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-200\/95:focus{--tw-shadow-color: rgb(199 210 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300:focus{--tw-shadow-color: #a5b4fc;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/0:focus{--tw-shadow-color: rgb(165 180 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/10:focus{--tw-shadow-color: rgb(165 180 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/100:focus{--tw-shadow-color: rgb(165 180 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/15:focus{--tw-shadow-color: rgb(165 180 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/20:focus{--tw-shadow-color: rgb(165 180 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/25:focus{--tw-shadow-color: rgb(165 180 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/30:focus{--tw-shadow-color: rgb(165 180 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/35:focus{--tw-shadow-color: rgb(165 180 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/40:focus{--tw-shadow-color: rgb(165 180 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/45:focus{--tw-shadow-color: rgb(165 180 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/5:focus{--tw-shadow-color: rgb(165 180 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/50:focus{--tw-shadow-color: rgb(165 180 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/55:focus{--tw-shadow-color: rgb(165 180 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/60:focus{--tw-shadow-color: rgb(165 180 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/65:focus{--tw-shadow-color: rgb(165 180 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/70:focus{--tw-shadow-color: rgb(165 180 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/75:focus{--tw-shadow-color: rgb(165 180 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/80:focus{--tw-shadow-color: rgb(165 180 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/85:focus{--tw-shadow-color: rgb(165 180 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/90:focus{--tw-shadow-color: rgb(165 180 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-300\/95:focus{--tw-shadow-color: rgb(165 180 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400:focus{--tw-shadow-color: #818cf8;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/0:focus{--tw-shadow-color: rgb(129 140 248 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/10:focus{--tw-shadow-color: rgb(129 140 248 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/100:focus{--tw-shadow-color: rgb(129 140 248 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/15:focus{--tw-shadow-color: rgb(129 140 248 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/20:focus{--tw-shadow-color: rgb(129 140 248 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/25:focus{--tw-shadow-color: rgb(129 140 248 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/30:focus{--tw-shadow-color: rgb(129 140 248 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/35:focus{--tw-shadow-color: rgb(129 140 248 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/40:focus{--tw-shadow-color: rgb(129 140 248 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/45:focus{--tw-shadow-color: rgb(129 140 248 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/5:focus{--tw-shadow-color: rgb(129 140 248 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/50:focus{--tw-shadow-color: rgb(129 140 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/55:focus{--tw-shadow-color: rgb(129 140 248 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/60:focus{--tw-shadow-color: rgb(129 140 248 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/65:focus{--tw-shadow-color: rgb(129 140 248 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/70:focus{--tw-shadow-color: rgb(129 140 248 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/75:focus{--tw-shadow-color: rgb(129 140 248 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/80:focus{--tw-shadow-color: rgb(129 140 248 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/85:focus{--tw-shadow-color: rgb(129 140 248 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/90:focus{--tw-shadow-color: rgb(129 140 248 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-400\/95:focus{--tw-shadow-color: rgb(129 140 248 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50:focus{--tw-shadow-color: #eef2ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/0:focus{--tw-shadow-color: rgb(238 242 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/10:focus{--tw-shadow-color: rgb(238 242 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/100:focus{--tw-shadow-color: rgb(238 242 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/15:focus{--tw-shadow-color: rgb(238 242 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/20:focus{--tw-shadow-color: rgb(238 242 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/25:focus{--tw-shadow-color: rgb(238 242 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/30:focus{--tw-shadow-color: rgb(238 242 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/35:focus{--tw-shadow-color: rgb(238 242 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/40:focus{--tw-shadow-color: rgb(238 242 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/45:focus{--tw-shadow-color: rgb(238 242 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/5:focus{--tw-shadow-color: rgb(238 242 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/50:focus{--tw-shadow-color: rgb(238 242 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/55:focus{--tw-shadow-color: rgb(238 242 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/60:focus{--tw-shadow-color: rgb(238 242 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/65:focus{--tw-shadow-color: rgb(238 242 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/70:focus{--tw-shadow-color: rgb(238 242 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/75:focus{--tw-shadow-color: rgb(238 242 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/80:focus{--tw-shadow-color: rgb(238 242 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/85:focus{--tw-shadow-color: rgb(238 242 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/90:focus{--tw-shadow-color: rgb(238 242 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-50\/95:focus{--tw-shadow-color: rgb(238 242 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500:focus{--tw-shadow-color: #6366f1;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/0:focus{--tw-shadow-color: rgb(99 102 241 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/10:focus{--tw-shadow-color: rgb(99 102 241 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/100:focus{--tw-shadow-color: rgb(99 102 241 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/15:focus{--tw-shadow-color: rgb(99 102 241 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/20:focus{--tw-shadow-color: rgb(99 102 241 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/25:focus{--tw-shadow-color: rgb(99 102 241 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/30:focus{--tw-shadow-color: rgb(99 102 241 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/35:focus{--tw-shadow-color: rgb(99 102 241 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/40:focus{--tw-shadow-color: rgb(99 102 241 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/45:focus{--tw-shadow-color: rgb(99 102 241 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/5:focus{--tw-shadow-color: rgb(99 102 241 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/50:focus{--tw-shadow-color: rgb(99 102 241 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/55:focus{--tw-shadow-color: rgb(99 102 241 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/60:focus{--tw-shadow-color: rgb(99 102 241 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/65:focus{--tw-shadow-color: rgb(99 102 241 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/70:focus{--tw-shadow-color: rgb(99 102 241 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/75:focus{--tw-shadow-color: rgb(99 102 241 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/80:focus{--tw-shadow-color: rgb(99 102 241 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/85:focus{--tw-shadow-color: rgb(99 102 241 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/90:focus{--tw-shadow-color: rgb(99 102 241 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-500\/95:focus{--tw-shadow-color: rgb(99 102 241 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600:focus{--tw-shadow-color: #4f46e5;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/0:focus{--tw-shadow-color: rgb(79 70 229 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/10:focus{--tw-shadow-color: rgb(79 70 229 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/100:focus{--tw-shadow-color: rgb(79 70 229 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/15:focus{--tw-shadow-color: rgb(79 70 229 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/20:focus{--tw-shadow-color: rgb(79 70 229 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/25:focus{--tw-shadow-color: rgb(79 70 229 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/30:focus{--tw-shadow-color: rgb(79 70 229 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/35:focus{--tw-shadow-color: rgb(79 70 229 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/40:focus{--tw-shadow-color: rgb(79 70 229 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/45:focus{--tw-shadow-color: rgb(79 70 229 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/5:focus{--tw-shadow-color: rgb(79 70 229 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/50:focus{--tw-shadow-color: rgb(79 70 229 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/55:focus{--tw-shadow-color: rgb(79 70 229 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/60:focus{--tw-shadow-color: rgb(79 70 229 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/65:focus{--tw-shadow-color: rgb(79 70 229 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/70:focus{--tw-shadow-color: rgb(79 70 229 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/75:focus{--tw-shadow-color: rgb(79 70 229 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/80:focus{--tw-shadow-color: rgb(79 70 229 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/85:focus{--tw-shadow-color: rgb(79 70 229 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/90:focus{--tw-shadow-color: rgb(79 70 229 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-600\/95:focus{--tw-shadow-color: rgb(79 70 229 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700:focus{--tw-shadow-color: #4338ca;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/0:focus{--tw-shadow-color: rgb(67 56 202 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/10:focus{--tw-shadow-color: rgb(67 56 202 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/100:focus{--tw-shadow-color: rgb(67 56 202 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/15:focus{--tw-shadow-color: rgb(67 56 202 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/20:focus{--tw-shadow-color: rgb(67 56 202 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/25:focus{--tw-shadow-color: rgb(67 56 202 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/30:focus{--tw-shadow-color: rgb(67 56 202 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/35:focus{--tw-shadow-color: rgb(67 56 202 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/40:focus{--tw-shadow-color: rgb(67 56 202 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/45:focus{--tw-shadow-color: rgb(67 56 202 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/5:focus{--tw-shadow-color: rgb(67 56 202 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/50:focus{--tw-shadow-color: rgb(67 56 202 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/55:focus{--tw-shadow-color: rgb(67 56 202 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/60:focus{--tw-shadow-color: rgb(67 56 202 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/65:focus{--tw-shadow-color: rgb(67 56 202 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/70:focus{--tw-shadow-color: rgb(67 56 202 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/75:focus{--tw-shadow-color: rgb(67 56 202 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/80:focus{--tw-shadow-color: rgb(67 56 202 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/85:focus{--tw-shadow-color: rgb(67 56 202 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/90:focus{--tw-shadow-color: rgb(67 56 202 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-700\/95:focus{--tw-shadow-color: rgb(67 56 202 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800:focus{--tw-shadow-color: #3730a3;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/0:focus{--tw-shadow-color: rgb(55 48 163 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/10:focus{--tw-shadow-color: rgb(55 48 163 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/100:focus{--tw-shadow-color: rgb(55 48 163 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/15:focus{--tw-shadow-color: rgb(55 48 163 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/20:focus{--tw-shadow-color: rgb(55 48 163 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/25:focus{--tw-shadow-color: rgb(55 48 163 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/30:focus{--tw-shadow-color: rgb(55 48 163 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/35:focus{--tw-shadow-color: rgb(55 48 163 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/40:focus{--tw-shadow-color: rgb(55 48 163 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/45:focus{--tw-shadow-color: rgb(55 48 163 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/5:focus{--tw-shadow-color: rgb(55 48 163 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/50:focus{--tw-shadow-color: rgb(55 48 163 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/55:focus{--tw-shadow-color: rgb(55 48 163 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/60:focus{--tw-shadow-color: rgb(55 48 163 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/65:focus{--tw-shadow-color: rgb(55 48 163 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/70:focus{--tw-shadow-color: rgb(55 48 163 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/75:focus{--tw-shadow-color: rgb(55 48 163 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/80:focus{--tw-shadow-color: rgb(55 48 163 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/85:focus{--tw-shadow-color: rgb(55 48 163 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/90:focus{--tw-shadow-color: rgb(55 48 163 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-800\/95:focus{--tw-shadow-color: rgb(55 48 163 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900:focus{--tw-shadow-color: #312e81;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/0:focus{--tw-shadow-color: rgb(49 46 129 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/10:focus{--tw-shadow-color: rgb(49 46 129 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/100:focus{--tw-shadow-color: rgb(49 46 129 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/15:focus{--tw-shadow-color: rgb(49 46 129 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/20:focus{--tw-shadow-color: rgb(49 46 129 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/25:focus{--tw-shadow-color: rgb(49 46 129 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/30:focus{--tw-shadow-color: rgb(49 46 129 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/35:focus{--tw-shadow-color: rgb(49 46 129 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/40:focus{--tw-shadow-color: rgb(49 46 129 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/45:focus{--tw-shadow-color: rgb(49 46 129 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/5:focus{--tw-shadow-color: rgb(49 46 129 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/50:focus{--tw-shadow-color: rgb(49 46 129 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/55:focus{--tw-shadow-color: rgb(49 46 129 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/60:focus{--tw-shadow-color: rgb(49 46 129 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/65:focus{--tw-shadow-color: rgb(49 46 129 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/70:focus{--tw-shadow-color: rgb(49 46 129 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/75:focus{--tw-shadow-color: rgb(49 46 129 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/80:focus{--tw-shadow-color: rgb(49 46 129 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/85:focus{--tw-shadow-color: rgb(49 46 129 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/90:focus{--tw-shadow-color: rgb(49 46 129 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-900\/95:focus{--tw-shadow-color: rgb(49 46 129 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950:focus{--tw-shadow-color: #1e1b4b;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/0:focus{--tw-shadow-color: rgb(30 27 75 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/10:focus{--tw-shadow-color: rgb(30 27 75 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/100:focus{--tw-shadow-color: rgb(30 27 75 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/15:focus{--tw-shadow-color: rgb(30 27 75 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/20:focus{--tw-shadow-color: rgb(30 27 75 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/25:focus{--tw-shadow-color: rgb(30 27 75 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/30:focus{--tw-shadow-color: rgb(30 27 75 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/35:focus{--tw-shadow-color: rgb(30 27 75 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/40:focus{--tw-shadow-color: rgb(30 27 75 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/45:focus{--tw-shadow-color: rgb(30 27 75 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/5:focus{--tw-shadow-color: rgb(30 27 75 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/50:focus{--tw-shadow-color: rgb(30 27 75 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/55:focus{--tw-shadow-color: rgb(30 27 75 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/60:focus{--tw-shadow-color: rgb(30 27 75 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/65:focus{--tw-shadow-color: rgb(30 27 75 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/70:focus{--tw-shadow-color: rgb(30 27 75 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/75:focus{--tw-shadow-color: rgb(30 27 75 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/80:focus{--tw-shadow-color: rgb(30 27 75 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/85:focus{--tw-shadow-color: rgb(30 27 75 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/90:focus{--tw-shadow-color: rgb(30 27 75 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-indigo-950\/95:focus{--tw-shadow-color: rgb(30 27 75 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-inherit:focus{--tw-shadow-color: inherit;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-input:focus{--tw-shadow-color: var(--input);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100:focus{--tw-shadow-color: #ecfccb;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/0:focus{--tw-shadow-color: rgb(236 252 203 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/10:focus{--tw-shadow-color: rgb(236 252 203 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/100:focus{--tw-shadow-color: rgb(236 252 203 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/15:focus{--tw-shadow-color: rgb(236 252 203 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/20:focus{--tw-shadow-color: rgb(236 252 203 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/25:focus{--tw-shadow-color: rgb(236 252 203 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/30:focus{--tw-shadow-color: rgb(236 252 203 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/35:focus{--tw-shadow-color: rgb(236 252 203 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/40:focus{--tw-shadow-color: rgb(236 252 203 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/45:focus{--tw-shadow-color: rgb(236 252 203 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/5:focus{--tw-shadow-color: rgb(236 252 203 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/50:focus{--tw-shadow-color: rgb(236 252 203 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/55:focus{--tw-shadow-color: rgb(236 252 203 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/60:focus{--tw-shadow-color: rgb(236 252 203 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/65:focus{--tw-shadow-color: rgb(236 252 203 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/70:focus{--tw-shadow-color: rgb(236 252 203 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/75:focus{--tw-shadow-color: rgb(236 252 203 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/80:focus{--tw-shadow-color: rgb(236 252 203 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/85:focus{--tw-shadow-color: rgb(236 252 203 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/90:focus{--tw-shadow-color: rgb(236 252 203 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-100\/95:focus{--tw-shadow-color: rgb(236 252 203 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200:focus{--tw-shadow-color: #d9f99d;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/0:focus{--tw-shadow-color: rgb(217 249 157 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/10:focus{--tw-shadow-color: rgb(217 249 157 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/100:focus{--tw-shadow-color: rgb(217 249 157 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/15:focus{--tw-shadow-color: rgb(217 249 157 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/20:focus{--tw-shadow-color: rgb(217 249 157 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/25:focus{--tw-shadow-color: rgb(217 249 157 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/30:focus{--tw-shadow-color: rgb(217 249 157 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/35:focus{--tw-shadow-color: rgb(217 249 157 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/40:focus{--tw-shadow-color: rgb(217 249 157 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/45:focus{--tw-shadow-color: rgb(217 249 157 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/5:focus{--tw-shadow-color: rgb(217 249 157 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/50:focus{--tw-shadow-color: rgb(217 249 157 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/55:focus{--tw-shadow-color: rgb(217 249 157 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/60:focus{--tw-shadow-color: rgb(217 249 157 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/65:focus{--tw-shadow-color: rgb(217 249 157 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/70:focus{--tw-shadow-color: rgb(217 249 157 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/75:focus{--tw-shadow-color: rgb(217 249 157 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/80:focus{--tw-shadow-color: rgb(217 249 157 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/85:focus{--tw-shadow-color: rgb(217 249 157 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/90:focus{--tw-shadow-color: rgb(217 249 157 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-200\/95:focus{--tw-shadow-color: rgb(217 249 157 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300:focus{--tw-shadow-color: #bef264;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/0:focus{--tw-shadow-color: rgb(190 242 100 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/10:focus{--tw-shadow-color: rgb(190 242 100 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/100:focus{--tw-shadow-color: rgb(190 242 100 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/15:focus{--tw-shadow-color: rgb(190 242 100 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/20:focus{--tw-shadow-color: rgb(190 242 100 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/25:focus{--tw-shadow-color: rgb(190 242 100 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/30:focus{--tw-shadow-color: rgb(190 242 100 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/35:focus{--tw-shadow-color: rgb(190 242 100 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/40:focus{--tw-shadow-color: rgb(190 242 100 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/45:focus{--tw-shadow-color: rgb(190 242 100 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/5:focus{--tw-shadow-color: rgb(190 242 100 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/50:focus{--tw-shadow-color: rgb(190 242 100 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/55:focus{--tw-shadow-color: rgb(190 242 100 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/60:focus{--tw-shadow-color: rgb(190 242 100 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/65:focus{--tw-shadow-color: rgb(190 242 100 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/70:focus{--tw-shadow-color: rgb(190 242 100 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/75:focus{--tw-shadow-color: rgb(190 242 100 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/80:focus{--tw-shadow-color: rgb(190 242 100 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/85:focus{--tw-shadow-color: rgb(190 242 100 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/90:focus{--tw-shadow-color: rgb(190 242 100 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-300\/95:focus{--tw-shadow-color: rgb(190 242 100 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400:focus{--tw-shadow-color: #a3e635;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/0:focus{--tw-shadow-color: rgb(163 230 53 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/10:focus{--tw-shadow-color: rgb(163 230 53 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/100:focus{--tw-shadow-color: rgb(163 230 53 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/15:focus{--tw-shadow-color: rgb(163 230 53 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/20:focus{--tw-shadow-color: rgb(163 230 53 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/25:focus{--tw-shadow-color: rgb(163 230 53 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/30:focus{--tw-shadow-color: rgb(163 230 53 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/35:focus{--tw-shadow-color: rgb(163 230 53 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/40:focus{--tw-shadow-color: rgb(163 230 53 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/45:focus{--tw-shadow-color: rgb(163 230 53 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/5:focus{--tw-shadow-color: rgb(163 230 53 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/50:focus{--tw-shadow-color: rgb(163 230 53 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/55:focus{--tw-shadow-color: rgb(163 230 53 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/60:focus{--tw-shadow-color: rgb(163 230 53 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/65:focus{--tw-shadow-color: rgb(163 230 53 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/70:focus{--tw-shadow-color: rgb(163 230 53 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/75:focus{--tw-shadow-color: rgb(163 230 53 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/80:focus{--tw-shadow-color: rgb(163 230 53 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/85:focus{--tw-shadow-color: rgb(163 230 53 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/90:focus{--tw-shadow-color: rgb(163 230 53 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-400\/95:focus{--tw-shadow-color: rgb(163 230 53 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50:focus{--tw-shadow-color: #f7fee7;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/0:focus{--tw-shadow-color: rgb(247 254 231 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/10:focus{--tw-shadow-color: rgb(247 254 231 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/100:focus{--tw-shadow-color: rgb(247 254 231 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/15:focus{--tw-shadow-color: rgb(247 254 231 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/20:focus{--tw-shadow-color: rgb(247 254 231 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/25:focus{--tw-shadow-color: rgb(247 254 231 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/30:focus{--tw-shadow-color: rgb(247 254 231 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/35:focus{--tw-shadow-color: rgb(247 254 231 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/40:focus{--tw-shadow-color: rgb(247 254 231 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/45:focus{--tw-shadow-color: rgb(247 254 231 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/5:focus{--tw-shadow-color: rgb(247 254 231 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/50:focus{--tw-shadow-color: rgb(247 254 231 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/55:focus{--tw-shadow-color: rgb(247 254 231 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/60:focus{--tw-shadow-color: rgb(247 254 231 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/65:focus{--tw-shadow-color: rgb(247 254 231 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/70:focus{--tw-shadow-color: rgb(247 254 231 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/75:focus{--tw-shadow-color: rgb(247 254 231 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/80:focus{--tw-shadow-color: rgb(247 254 231 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/85:focus{--tw-shadow-color: rgb(247 254 231 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/90:focus{--tw-shadow-color: rgb(247 254 231 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-50\/95:focus{--tw-shadow-color: rgb(247 254 231 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500:focus{--tw-shadow-color: #84cc16;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/0:focus{--tw-shadow-color: rgb(132 204 22 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/10:focus{--tw-shadow-color: rgb(132 204 22 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/100:focus{--tw-shadow-color: rgb(132 204 22 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/15:focus{--tw-shadow-color: rgb(132 204 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/20:focus{--tw-shadow-color: rgb(132 204 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/25:focus{--tw-shadow-color: rgb(132 204 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/30:focus{--tw-shadow-color: rgb(132 204 22 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/35:focus{--tw-shadow-color: rgb(132 204 22 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/40:focus{--tw-shadow-color: rgb(132 204 22 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/45:focus{--tw-shadow-color: rgb(132 204 22 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/5:focus{--tw-shadow-color: rgb(132 204 22 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/50:focus{--tw-shadow-color: rgb(132 204 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/55:focus{--tw-shadow-color: rgb(132 204 22 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/60:focus{--tw-shadow-color: rgb(132 204 22 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/65:focus{--tw-shadow-color: rgb(132 204 22 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/70:focus{--tw-shadow-color: rgb(132 204 22 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/75:focus{--tw-shadow-color: rgb(132 204 22 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/80:focus{--tw-shadow-color: rgb(132 204 22 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/85:focus{--tw-shadow-color: rgb(132 204 22 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/90:focus{--tw-shadow-color: rgb(132 204 22 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-500\/95:focus{--tw-shadow-color: rgb(132 204 22 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600:focus{--tw-shadow-color: #65a30d;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/0:focus{--tw-shadow-color: rgb(101 163 13 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/10:focus{--tw-shadow-color: rgb(101 163 13 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/100:focus{--tw-shadow-color: rgb(101 163 13 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/15:focus{--tw-shadow-color: rgb(101 163 13 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/20:focus{--tw-shadow-color: rgb(101 163 13 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/25:focus{--tw-shadow-color: rgb(101 163 13 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/30:focus{--tw-shadow-color: rgb(101 163 13 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/35:focus{--tw-shadow-color: rgb(101 163 13 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/40:focus{--tw-shadow-color: rgb(101 163 13 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/45:focus{--tw-shadow-color: rgb(101 163 13 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/5:focus{--tw-shadow-color: rgb(101 163 13 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/50:focus{--tw-shadow-color: rgb(101 163 13 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/55:focus{--tw-shadow-color: rgb(101 163 13 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/60:focus{--tw-shadow-color: rgb(101 163 13 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/65:focus{--tw-shadow-color: rgb(101 163 13 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/70:focus{--tw-shadow-color: rgb(101 163 13 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/75:focus{--tw-shadow-color: rgb(101 163 13 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/80:focus{--tw-shadow-color: rgb(101 163 13 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/85:focus{--tw-shadow-color: rgb(101 163 13 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/90:focus{--tw-shadow-color: rgb(101 163 13 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-600\/95:focus{--tw-shadow-color: rgb(101 163 13 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700:focus{--tw-shadow-color: #4d7c0f;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/0:focus{--tw-shadow-color: rgb(77 124 15 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/10:focus{--tw-shadow-color: rgb(77 124 15 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/100:focus{--tw-shadow-color: rgb(77 124 15 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/15:focus{--tw-shadow-color: rgb(77 124 15 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/20:focus{--tw-shadow-color: rgb(77 124 15 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/25:focus{--tw-shadow-color: rgb(77 124 15 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/30:focus{--tw-shadow-color: rgb(77 124 15 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/35:focus{--tw-shadow-color: rgb(77 124 15 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/40:focus{--tw-shadow-color: rgb(77 124 15 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/45:focus{--tw-shadow-color: rgb(77 124 15 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/5:focus{--tw-shadow-color: rgb(77 124 15 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/50:focus{--tw-shadow-color: rgb(77 124 15 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/55:focus{--tw-shadow-color: rgb(77 124 15 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/60:focus{--tw-shadow-color: rgb(77 124 15 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/65:focus{--tw-shadow-color: rgb(77 124 15 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/70:focus{--tw-shadow-color: rgb(77 124 15 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/75:focus{--tw-shadow-color: rgb(77 124 15 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/80:focus{--tw-shadow-color: rgb(77 124 15 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/85:focus{--tw-shadow-color: rgb(77 124 15 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/90:focus{--tw-shadow-color: rgb(77 124 15 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-700\/95:focus{--tw-shadow-color: rgb(77 124 15 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800:focus{--tw-shadow-color: #3f6212;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/0:focus{--tw-shadow-color: rgb(63 98 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/10:focus{--tw-shadow-color: rgb(63 98 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/100:focus{--tw-shadow-color: rgb(63 98 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/15:focus{--tw-shadow-color: rgb(63 98 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/20:focus{--tw-shadow-color: rgb(63 98 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/25:focus{--tw-shadow-color: rgb(63 98 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/30:focus{--tw-shadow-color: rgb(63 98 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/35:focus{--tw-shadow-color: rgb(63 98 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/40:focus{--tw-shadow-color: rgb(63 98 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/45:focus{--tw-shadow-color: rgb(63 98 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/5:focus{--tw-shadow-color: rgb(63 98 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/50:focus{--tw-shadow-color: rgb(63 98 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/55:focus{--tw-shadow-color: rgb(63 98 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/60:focus{--tw-shadow-color: rgb(63 98 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/65:focus{--tw-shadow-color: rgb(63 98 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/70:focus{--tw-shadow-color: rgb(63 98 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/75:focus{--tw-shadow-color: rgb(63 98 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/80:focus{--tw-shadow-color: rgb(63 98 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/85:focus{--tw-shadow-color: rgb(63 98 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/90:focus{--tw-shadow-color: rgb(63 98 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-800\/95:focus{--tw-shadow-color: rgb(63 98 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900:focus{--tw-shadow-color: #365314;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/0:focus{--tw-shadow-color: rgb(54 83 20 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/10:focus{--tw-shadow-color: rgb(54 83 20 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/100:focus{--tw-shadow-color: rgb(54 83 20 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/15:focus{--tw-shadow-color: rgb(54 83 20 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/20:focus{--tw-shadow-color: rgb(54 83 20 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/25:focus{--tw-shadow-color: rgb(54 83 20 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/30:focus{--tw-shadow-color: rgb(54 83 20 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/35:focus{--tw-shadow-color: rgb(54 83 20 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/40:focus{--tw-shadow-color: rgb(54 83 20 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/45:focus{--tw-shadow-color: rgb(54 83 20 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/5:focus{--tw-shadow-color: rgb(54 83 20 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/50:focus{--tw-shadow-color: rgb(54 83 20 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/55:focus{--tw-shadow-color: rgb(54 83 20 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/60:focus{--tw-shadow-color: rgb(54 83 20 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/65:focus{--tw-shadow-color: rgb(54 83 20 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/70:focus{--tw-shadow-color: rgb(54 83 20 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/75:focus{--tw-shadow-color: rgb(54 83 20 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/80:focus{--tw-shadow-color: rgb(54 83 20 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/85:focus{--tw-shadow-color: rgb(54 83 20 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/90:focus{--tw-shadow-color: rgb(54 83 20 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-900\/95:focus{--tw-shadow-color: rgb(54 83 20 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950:focus{--tw-shadow-color: #1a2e05;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/0:focus{--tw-shadow-color: rgb(26 46 5 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/10:focus{--tw-shadow-color: rgb(26 46 5 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/100:focus{--tw-shadow-color: rgb(26 46 5 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/15:focus{--tw-shadow-color: rgb(26 46 5 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/20:focus{--tw-shadow-color: rgb(26 46 5 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/25:focus{--tw-shadow-color: rgb(26 46 5 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/30:focus{--tw-shadow-color: rgb(26 46 5 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/35:focus{--tw-shadow-color: rgb(26 46 5 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/40:focus{--tw-shadow-color: rgb(26 46 5 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/45:focus{--tw-shadow-color: rgb(26 46 5 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/5:focus{--tw-shadow-color: rgb(26 46 5 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/50:focus{--tw-shadow-color: rgb(26 46 5 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/55:focus{--tw-shadow-color: rgb(26 46 5 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/60:focus{--tw-shadow-color: rgb(26 46 5 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/65:focus{--tw-shadow-color: rgb(26 46 5 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/70:focus{--tw-shadow-color: rgb(26 46 5 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/75:focus{--tw-shadow-color: rgb(26 46 5 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/80:focus{--tw-shadow-color: rgb(26 46 5 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/85:focus{--tw-shadow-color: rgb(26 46 5 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/90:focus{--tw-shadow-color: rgb(26 46 5 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-lime-950\/95:focus{--tw-shadow-color: rgb(26 46 5 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-muted:focus{--tw-shadow-color: var(--muted);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-muted-foreground:focus{--tw-shadow-color: var(--muted-foreground);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100:focus{--tw-shadow-color: #f5f5f5;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/0:focus{--tw-shadow-color: rgb(245 245 245 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/10:focus{--tw-shadow-color: rgb(245 245 245 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/100:focus{--tw-shadow-color: rgb(245 245 245 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/15:focus{--tw-shadow-color: rgb(245 245 245 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/20:focus{--tw-shadow-color: rgb(245 245 245 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/25:focus{--tw-shadow-color: rgb(245 245 245 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/30:focus{--tw-shadow-color: rgb(245 245 245 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/35:focus{--tw-shadow-color: rgb(245 245 245 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/40:focus{--tw-shadow-color: rgb(245 245 245 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/45:focus{--tw-shadow-color: rgb(245 245 245 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/5:focus{--tw-shadow-color: rgb(245 245 245 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/50:focus{--tw-shadow-color: rgb(245 245 245 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/55:focus{--tw-shadow-color: rgb(245 245 245 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/60:focus{--tw-shadow-color: rgb(245 245 245 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/65:focus{--tw-shadow-color: rgb(245 245 245 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/70:focus{--tw-shadow-color: rgb(245 245 245 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/75:focus{--tw-shadow-color: rgb(245 245 245 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/80:focus{--tw-shadow-color: rgb(245 245 245 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/85:focus{--tw-shadow-color: rgb(245 245 245 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/90:focus{--tw-shadow-color: rgb(245 245 245 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-100\/95:focus{--tw-shadow-color: rgb(245 245 245 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200:focus{--tw-shadow-color: #e5e5e5;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/0:focus{--tw-shadow-color: rgb(229 229 229 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/10:focus{--tw-shadow-color: rgb(229 229 229 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/100:focus{--tw-shadow-color: rgb(229 229 229 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/15:focus{--tw-shadow-color: rgb(229 229 229 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/20:focus{--tw-shadow-color: rgb(229 229 229 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/25:focus{--tw-shadow-color: rgb(229 229 229 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/30:focus{--tw-shadow-color: rgb(229 229 229 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/35:focus{--tw-shadow-color: rgb(229 229 229 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/40:focus{--tw-shadow-color: rgb(229 229 229 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/45:focus{--tw-shadow-color: rgb(229 229 229 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/5:focus{--tw-shadow-color: rgb(229 229 229 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/50:focus{--tw-shadow-color: rgb(229 229 229 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/55:focus{--tw-shadow-color: rgb(229 229 229 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/60:focus{--tw-shadow-color: rgb(229 229 229 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/65:focus{--tw-shadow-color: rgb(229 229 229 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/70:focus{--tw-shadow-color: rgb(229 229 229 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/75:focus{--tw-shadow-color: rgb(229 229 229 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/80:focus{--tw-shadow-color: rgb(229 229 229 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/85:focus{--tw-shadow-color: rgb(229 229 229 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/90:focus{--tw-shadow-color: rgb(229 229 229 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-200\/95:focus{--tw-shadow-color: rgb(229 229 229 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300:focus{--tw-shadow-color: #d4d4d4;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/0:focus{--tw-shadow-color: rgb(212 212 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/10:focus{--tw-shadow-color: rgb(212 212 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/100:focus{--tw-shadow-color: rgb(212 212 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/15:focus{--tw-shadow-color: rgb(212 212 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/20:focus{--tw-shadow-color: rgb(212 212 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/25:focus{--tw-shadow-color: rgb(212 212 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/30:focus{--tw-shadow-color: rgb(212 212 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/35:focus{--tw-shadow-color: rgb(212 212 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/40:focus{--tw-shadow-color: rgb(212 212 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/45:focus{--tw-shadow-color: rgb(212 212 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/5:focus{--tw-shadow-color: rgb(212 212 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/50:focus{--tw-shadow-color: rgb(212 212 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/55:focus{--tw-shadow-color: rgb(212 212 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/60:focus{--tw-shadow-color: rgb(212 212 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/65:focus{--tw-shadow-color: rgb(212 212 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/70:focus{--tw-shadow-color: rgb(212 212 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/75:focus{--tw-shadow-color: rgb(212 212 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/80:focus{--tw-shadow-color: rgb(212 212 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/85:focus{--tw-shadow-color: rgb(212 212 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/90:focus{--tw-shadow-color: rgb(212 212 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-300\/95:focus{--tw-shadow-color: rgb(212 212 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400:focus{--tw-shadow-color: #a3a3a3;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/0:focus{--tw-shadow-color: rgb(163 163 163 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/10:focus{--tw-shadow-color: rgb(163 163 163 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/100:focus{--tw-shadow-color: rgb(163 163 163 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/15:focus{--tw-shadow-color: rgb(163 163 163 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/20:focus{--tw-shadow-color: rgb(163 163 163 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/25:focus{--tw-shadow-color: rgb(163 163 163 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/30:focus{--tw-shadow-color: rgb(163 163 163 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/35:focus{--tw-shadow-color: rgb(163 163 163 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/40:focus{--tw-shadow-color: rgb(163 163 163 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/45:focus{--tw-shadow-color: rgb(163 163 163 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/5:focus{--tw-shadow-color: rgb(163 163 163 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/50:focus{--tw-shadow-color: rgb(163 163 163 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/55:focus{--tw-shadow-color: rgb(163 163 163 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/60:focus{--tw-shadow-color: rgb(163 163 163 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/65:focus{--tw-shadow-color: rgb(163 163 163 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/70:focus{--tw-shadow-color: rgb(163 163 163 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/75:focus{--tw-shadow-color: rgb(163 163 163 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/80:focus{--tw-shadow-color: rgb(163 163 163 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/85:focus{--tw-shadow-color: rgb(163 163 163 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/90:focus{--tw-shadow-color: rgb(163 163 163 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-400\/95:focus{--tw-shadow-color: rgb(163 163 163 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50:focus{--tw-shadow-color: #fafafa;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/0:focus{--tw-shadow-color: rgb(250 250 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/10:focus{--tw-shadow-color: rgb(250 250 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/100:focus{--tw-shadow-color: rgb(250 250 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/15:focus{--tw-shadow-color: rgb(250 250 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/20:focus{--tw-shadow-color: rgb(250 250 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/25:focus{--tw-shadow-color: rgb(250 250 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/30:focus{--tw-shadow-color: rgb(250 250 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/35:focus{--tw-shadow-color: rgb(250 250 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/40:focus{--tw-shadow-color: rgb(250 250 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/45:focus{--tw-shadow-color: rgb(250 250 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/5:focus{--tw-shadow-color: rgb(250 250 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/50:focus{--tw-shadow-color: rgb(250 250 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/55:focus{--tw-shadow-color: rgb(250 250 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/60:focus{--tw-shadow-color: rgb(250 250 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/65:focus{--tw-shadow-color: rgb(250 250 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/70:focus{--tw-shadow-color: rgb(250 250 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/75:focus{--tw-shadow-color: rgb(250 250 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/80:focus{--tw-shadow-color: rgb(250 250 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/85:focus{--tw-shadow-color: rgb(250 250 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/90:focus{--tw-shadow-color: rgb(250 250 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-50\/95:focus{--tw-shadow-color: rgb(250 250 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500:focus{--tw-shadow-color: #737373;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/0:focus{--tw-shadow-color: rgb(115 115 115 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/10:focus{--tw-shadow-color: rgb(115 115 115 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/100:focus{--tw-shadow-color: rgb(115 115 115 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/15:focus{--tw-shadow-color: rgb(115 115 115 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/20:focus{--tw-shadow-color: rgb(115 115 115 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/25:focus{--tw-shadow-color: rgb(115 115 115 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/30:focus{--tw-shadow-color: rgb(115 115 115 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/35:focus{--tw-shadow-color: rgb(115 115 115 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/40:focus{--tw-shadow-color: rgb(115 115 115 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/45:focus{--tw-shadow-color: rgb(115 115 115 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/5:focus{--tw-shadow-color: rgb(115 115 115 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/50:focus{--tw-shadow-color: rgb(115 115 115 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/55:focus{--tw-shadow-color: rgb(115 115 115 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/60:focus{--tw-shadow-color: rgb(115 115 115 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/65:focus{--tw-shadow-color: rgb(115 115 115 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/70:focus{--tw-shadow-color: rgb(115 115 115 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/75:focus{--tw-shadow-color: rgb(115 115 115 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/80:focus{--tw-shadow-color: rgb(115 115 115 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/85:focus{--tw-shadow-color: rgb(115 115 115 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/90:focus{--tw-shadow-color: rgb(115 115 115 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-500\/95:focus{--tw-shadow-color: rgb(115 115 115 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600:focus{--tw-shadow-color: #525252;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/0:focus{--tw-shadow-color: rgb(82 82 82 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/10:focus{--tw-shadow-color: rgb(82 82 82 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/100:focus{--tw-shadow-color: rgb(82 82 82 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/15:focus{--tw-shadow-color: rgb(82 82 82 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/20:focus{--tw-shadow-color: rgb(82 82 82 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/25:focus{--tw-shadow-color: rgb(82 82 82 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/30:focus{--tw-shadow-color: rgb(82 82 82 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/35:focus{--tw-shadow-color: rgb(82 82 82 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/40:focus{--tw-shadow-color: rgb(82 82 82 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/45:focus{--tw-shadow-color: rgb(82 82 82 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/5:focus{--tw-shadow-color: rgb(82 82 82 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/50:focus{--tw-shadow-color: rgb(82 82 82 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/55:focus{--tw-shadow-color: rgb(82 82 82 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/60:focus{--tw-shadow-color: rgb(82 82 82 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/65:focus{--tw-shadow-color: rgb(82 82 82 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/70:focus{--tw-shadow-color: rgb(82 82 82 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/75:focus{--tw-shadow-color: rgb(82 82 82 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/80:focus{--tw-shadow-color: rgb(82 82 82 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/85:focus{--tw-shadow-color: rgb(82 82 82 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/90:focus{--tw-shadow-color: rgb(82 82 82 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-600\/95:focus{--tw-shadow-color: rgb(82 82 82 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700:focus{--tw-shadow-color: #404040;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/0:focus{--tw-shadow-color: rgb(64 64 64 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/10:focus{--tw-shadow-color: rgb(64 64 64 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/100:focus{--tw-shadow-color: rgb(64 64 64 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/15:focus{--tw-shadow-color: rgb(64 64 64 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/20:focus{--tw-shadow-color: rgb(64 64 64 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/25:focus{--tw-shadow-color: rgb(64 64 64 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/30:focus{--tw-shadow-color: rgb(64 64 64 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/35:focus{--tw-shadow-color: rgb(64 64 64 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/40:focus{--tw-shadow-color: rgb(64 64 64 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/45:focus{--tw-shadow-color: rgb(64 64 64 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/5:focus{--tw-shadow-color: rgb(64 64 64 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/50:focus{--tw-shadow-color: rgb(64 64 64 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/55:focus{--tw-shadow-color: rgb(64 64 64 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/60:focus{--tw-shadow-color: rgb(64 64 64 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/65:focus{--tw-shadow-color: rgb(64 64 64 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/70:focus{--tw-shadow-color: rgb(64 64 64 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/75:focus{--tw-shadow-color: rgb(64 64 64 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/80:focus{--tw-shadow-color: rgb(64 64 64 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/85:focus{--tw-shadow-color: rgb(64 64 64 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/90:focus{--tw-shadow-color: rgb(64 64 64 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-700\/95:focus{--tw-shadow-color: rgb(64 64 64 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800:focus{--tw-shadow-color: #262626;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/0:focus{--tw-shadow-color: rgb(38 38 38 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/10:focus{--tw-shadow-color: rgb(38 38 38 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/100:focus{--tw-shadow-color: rgb(38 38 38 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/15:focus{--tw-shadow-color: rgb(38 38 38 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/20:focus{--tw-shadow-color: rgb(38 38 38 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/25:focus{--tw-shadow-color: rgb(38 38 38 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/30:focus{--tw-shadow-color: rgb(38 38 38 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/35:focus{--tw-shadow-color: rgb(38 38 38 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/40:focus{--tw-shadow-color: rgb(38 38 38 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/45:focus{--tw-shadow-color: rgb(38 38 38 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/5:focus{--tw-shadow-color: rgb(38 38 38 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/50:focus{--tw-shadow-color: rgb(38 38 38 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/55:focus{--tw-shadow-color: rgb(38 38 38 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/60:focus{--tw-shadow-color: rgb(38 38 38 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/65:focus{--tw-shadow-color: rgb(38 38 38 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/70:focus{--tw-shadow-color: rgb(38 38 38 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/75:focus{--tw-shadow-color: rgb(38 38 38 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/80:focus{--tw-shadow-color: rgb(38 38 38 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/85:focus{--tw-shadow-color: rgb(38 38 38 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/90:focus{--tw-shadow-color: rgb(38 38 38 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-800\/95:focus{--tw-shadow-color: rgb(38 38 38 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900:focus{--tw-shadow-color: #171717;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/0:focus{--tw-shadow-color: rgb(23 23 23 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/10:focus{--tw-shadow-color: rgb(23 23 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/100:focus{--tw-shadow-color: rgb(23 23 23 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/15:focus{--tw-shadow-color: rgb(23 23 23 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/20:focus{--tw-shadow-color: rgb(23 23 23 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/25:focus{--tw-shadow-color: rgb(23 23 23 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/30:focus{--tw-shadow-color: rgb(23 23 23 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/35:focus{--tw-shadow-color: rgb(23 23 23 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/40:focus{--tw-shadow-color: rgb(23 23 23 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/45:focus{--tw-shadow-color: rgb(23 23 23 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/5:focus{--tw-shadow-color: rgb(23 23 23 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/50:focus{--tw-shadow-color: rgb(23 23 23 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/55:focus{--tw-shadow-color: rgb(23 23 23 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/60:focus{--tw-shadow-color: rgb(23 23 23 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/65:focus{--tw-shadow-color: rgb(23 23 23 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/70:focus{--tw-shadow-color: rgb(23 23 23 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/75:focus{--tw-shadow-color: rgb(23 23 23 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/80:focus{--tw-shadow-color: rgb(23 23 23 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/85:focus{--tw-shadow-color: rgb(23 23 23 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/90:focus{--tw-shadow-color: rgb(23 23 23 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-900\/95:focus{--tw-shadow-color: rgb(23 23 23 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950:focus{--tw-shadow-color: #0a0a0a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/0:focus{--tw-shadow-color: rgb(10 10 10 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/10:focus{--tw-shadow-color: rgb(10 10 10 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/100:focus{--tw-shadow-color: rgb(10 10 10 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/15:focus{--tw-shadow-color: rgb(10 10 10 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/20:focus{--tw-shadow-color: rgb(10 10 10 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/25:focus{--tw-shadow-color: rgb(10 10 10 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/30:focus{--tw-shadow-color: rgb(10 10 10 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/35:focus{--tw-shadow-color: rgb(10 10 10 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/40:focus{--tw-shadow-color: rgb(10 10 10 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/45:focus{--tw-shadow-color: rgb(10 10 10 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/5:focus{--tw-shadow-color: rgb(10 10 10 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/50:focus{--tw-shadow-color: rgb(10 10 10 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/55:focus{--tw-shadow-color: rgb(10 10 10 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/60:focus{--tw-shadow-color: rgb(10 10 10 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/65:focus{--tw-shadow-color: rgb(10 10 10 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/70:focus{--tw-shadow-color: rgb(10 10 10 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/75:focus{--tw-shadow-color: rgb(10 10 10 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/80:focus{--tw-shadow-color: rgb(10 10 10 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/85:focus{--tw-shadow-color: rgb(10 10 10 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/90:focus{--tw-shadow-color: rgb(10 10 10 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-neutral-950\/95:focus{--tw-shadow-color: rgb(10 10 10 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100:focus{--tw-shadow-color: #ffedd5;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/0:focus{--tw-shadow-color: rgb(255 237 213 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/10:focus{--tw-shadow-color: rgb(255 237 213 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/100:focus{--tw-shadow-color: rgb(255 237 213 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/15:focus{--tw-shadow-color: rgb(255 237 213 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/20:focus{--tw-shadow-color: rgb(255 237 213 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/25:focus{--tw-shadow-color: rgb(255 237 213 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/30:focus{--tw-shadow-color: rgb(255 237 213 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/35:focus{--tw-shadow-color: rgb(255 237 213 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/40:focus{--tw-shadow-color: rgb(255 237 213 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/45:focus{--tw-shadow-color: rgb(255 237 213 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/5:focus{--tw-shadow-color: rgb(255 237 213 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/50:focus{--tw-shadow-color: rgb(255 237 213 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/55:focus{--tw-shadow-color: rgb(255 237 213 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/60:focus{--tw-shadow-color: rgb(255 237 213 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/65:focus{--tw-shadow-color: rgb(255 237 213 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/70:focus{--tw-shadow-color: rgb(255 237 213 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/75:focus{--tw-shadow-color: rgb(255 237 213 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/80:focus{--tw-shadow-color: rgb(255 237 213 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/85:focus{--tw-shadow-color: rgb(255 237 213 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/90:focus{--tw-shadow-color: rgb(255 237 213 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-100\/95:focus{--tw-shadow-color: rgb(255 237 213 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200:focus{--tw-shadow-color: #fed7aa;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/0:focus{--tw-shadow-color: rgb(254 215 170 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/10:focus{--tw-shadow-color: rgb(254 215 170 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/100:focus{--tw-shadow-color: rgb(254 215 170 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/15:focus{--tw-shadow-color: rgb(254 215 170 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/20:focus{--tw-shadow-color: rgb(254 215 170 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/25:focus{--tw-shadow-color: rgb(254 215 170 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/30:focus{--tw-shadow-color: rgb(254 215 170 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/35:focus{--tw-shadow-color: rgb(254 215 170 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/40:focus{--tw-shadow-color: rgb(254 215 170 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/45:focus{--tw-shadow-color: rgb(254 215 170 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/5:focus{--tw-shadow-color: rgb(254 215 170 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/50:focus{--tw-shadow-color: rgb(254 215 170 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/55:focus{--tw-shadow-color: rgb(254 215 170 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/60:focus{--tw-shadow-color: rgb(254 215 170 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/65:focus{--tw-shadow-color: rgb(254 215 170 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/70:focus{--tw-shadow-color: rgb(254 215 170 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/75:focus{--tw-shadow-color: rgb(254 215 170 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/80:focus{--tw-shadow-color: rgb(254 215 170 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/85:focus{--tw-shadow-color: rgb(254 215 170 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/90:focus{--tw-shadow-color: rgb(254 215 170 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-200\/95:focus{--tw-shadow-color: rgb(254 215 170 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300:focus{--tw-shadow-color: #fdba74;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/0:focus{--tw-shadow-color: rgb(253 186 116 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/10:focus{--tw-shadow-color: rgb(253 186 116 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/100:focus{--tw-shadow-color: rgb(253 186 116 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/15:focus{--tw-shadow-color: rgb(253 186 116 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/20:focus{--tw-shadow-color: rgb(253 186 116 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/25:focus{--tw-shadow-color: rgb(253 186 116 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/30:focus{--tw-shadow-color: rgb(253 186 116 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/35:focus{--tw-shadow-color: rgb(253 186 116 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/40:focus{--tw-shadow-color: rgb(253 186 116 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/45:focus{--tw-shadow-color: rgb(253 186 116 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/5:focus{--tw-shadow-color: rgb(253 186 116 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/50:focus{--tw-shadow-color: rgb(253 186 116 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/55:focus{--tw-shadow-color: rgb(253 186 116 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/60:focus{--tw-shadow-color: rgb(253 186 116 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/65:focus{--tw-shadow-color: rgb(253 186 116 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/70:focus{--tw-shadow-color: rgb(253 186 116 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/75:focus{--tw-shadow-color: rgb(253 186 116 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/80:focus{--tw-shadow-color: rgb(253 186 116 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/85:focus{--tw-shadow-color: rgb(253 186 116 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/90:focus{--tw-shadow-color: rgb(253 186 116 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-300\/95:focus{--tw-shadow-color: rgb(253 186 116 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400:focus{--tw-shadow-color: #fb923c;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/0:focus{--tw-shadow-color: rgb(251 146 60 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/10:focus{--tw-shadow-color: rgb(251 146 60 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/100:focus{--tw-shadow-color: rgb(251 146 60 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/15:focus{--tw-shadow-color: rgb(251 146 60 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/20:focus{--tw-shadow-color: rgb(251 146 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/25:focus{--tw-shadow-color: rgb(251 146 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/30:focus{--tw-shadow-color: rgb(251 146 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/35:focus{--tw-shadow-color: rgb(251 146 60 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/40:focus{--tw-shadow-color: rgb(251 146 60 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/45:focus{--tw-shadow-color: rgb(251 146 60 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/5:focus{--tw-shadow-color: rgb(251 146 60 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/50:focus{--tw-shadow-color: rgb(251 146 60 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/55:focus{--tw-shadow-color: rgb(251 146 60 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/60:focus{--tw-shadow-color: rgb(251 146 60 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/65:focus{--tw-shadow-color: rgb(251 146 60 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/70:focus{--tw-shadow-color: rgb(251 146 60 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/75:focus{--tw-shadow-color: rgb(251 146 60 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/80:focus{--tw-shadow-color: rgb(251 146 60 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/85:focus{--tw-shadow-color: rgb(251 146 60 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/90:focus{--tw-shadow-color: rgb(251 146 60 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-400\/95:focus{--tw-shadow-color: rgb(251 146 60 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50:focus{--tw-shadow-color: #fff7ed;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/0:focus{--tw-shadow-color: rgb(255 247 237 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/10:focus{--tw-shadow-color: rgb(255 247 237 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/100:focus{--tw-shadow-color: rgb(255 247 237 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/15:focus{--tw-shadow-color: rgb(255 247 237 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/20:focus{--tw-shadow-color: rgb(255 247 237 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/25:focus{--tw-shadow-color: rgb(255 247 237 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/30:focus{--tw-shadow-color: rgb(255 247 237 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/35:focus{--tw-shadow-color: rgb(255 247 237 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/40:focus{--tw-shadow-color: rgb(255 247 237 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/45:focus{--tw-shadow-color: rgb(255 247 237 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/5:focus{--tw-shadow-color: rgb(255 247 237 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/50:focus{--tw-shadow-color: rgb(255 247 237 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/55:focus{--tw-shadow-color: rgb(255 247 237 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/60:focus{--tw-shadow-color: rgb(255 247 237 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/65:focus{--tw-shadow-color: rgb(255 247 237 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/70:focus{--tw-shadow-color: rgb(255 247 237 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/75:focus{--tw-shadow-color: rgb(255 247 237 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/80:focus{--tw-shadow-color: rgb(255 247 237 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/85:focus{--tw-shadow-color: rgb(255 247 237 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/90:focus{--tw-shadow-color: rgb(255 247 237 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-50\/95:focus{--tw-shadow-color: rgb(255 247 237 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500:focus{--tw-shadow-color: #f97316;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/0:focus{--tw-shadow-color: rgb(249 115 22 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/10:focus{--tw-shadow-color: rgb(249 115 22 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/100:focus{--tw-shadow-color: rgb(249 115 22 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/15:focus{--tw-shadow-color: rgb(249 115 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/20:focus{--tw-shadow-color: rgb(249 115 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/25:focus{--tw-shadow-color: rgb(249 115 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/30:focus{--tw-shadow-color: rgb(249 115 22 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/35:focus{--tw-shadow-color: rgb(249 115 22 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/40:focus{--tw-shadow-color: rgb(249 115 22 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/45:focus{--tw-shadow-color: rgb(249 115 22 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/5:focus{--tw-shadow-color: rgb(249 115 22 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/50:focus{--tw-shadow-color: rgb(249 115 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/55:focus{--tw-shadow-color: rgb(249 115 22 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/60:focus{--tw-shadow-color: rgb(249 115 22 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/65:focus{--tw-shadow-color: rgb(249 115 22 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/70:focus{--tw-shadow-color: rgb(249 115 22 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/75:focus{--tw-shadow-color: rgb(249 115 22 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/80:focus{--tw-shadow-color: rgb(249 115 22 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/85:focus{--tw-shadow-color: rgb(249 115 22 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/90:focus{--tw-shadow-color: rgb(249 115 22 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-500\/95:focus{--tw-shadow-color: rgb(249 115 22 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600:focus{--tw-shadow-color: #ea580c;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/0:focus{--tw-shadow-color: rgb(234 88 12 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/10:focus{--tw-shadow-color: rgb(234 88 12 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/100:focus{--tw-shadow-color: rgb(234 88 12 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/15:focus{--tw-shadow-color: rgb(234 88 12 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/20:focus{--tw-shadow-color: rgb(234 88 12 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/25:focus{--tw-shadow-color: rgb(234 88 12 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/30:focus{--tw-shadow-color: rgb(234 88 12 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/35:focus{--tw-shadow-color: rgb(234 88 12 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/40:focus{--tw-shadow-color: rgb(234 88 12 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/45:focus{--tw-shadow-color: rgb(234 88 12 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/5:focus{--tw-shadow-color: rgb(234 88 12 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/50:focus{--tw-shadow-color: rgb(234 88 12 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/55:focus{--tw-shadow-color: rgb(234 88 12 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/60:focus{--tw-shadow-color: rgb(234 88 12 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/65:focus{--tw-shadow-color: rgb(234 88 12 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/70:focus{--tw-shadow-color: rgb(234 88 12 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/75:focus{--tw-shadow-color: rgb(234 88 12 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/80:focus{--tw-shadow-color: rgb(234 88 12 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/85:focus{--tw-shadow-color: rgb(234 88 12 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/90:focus{--tw-shadow-color: rgb(234 88 12 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-600\/95:focus{--tw-shadow-color: rgb(234 88 12 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700:focus{--tw-shadow-color: #c2410c;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/0:focus{--tw-shadow-color: rgb(194 65 12 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/10:focus{--tw-shadow-color: rgb(194 65 12 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/100:focus{--tw-shadow-color: rgb(194 65 12 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/15:focus{--tw-shadow-color: rgb(194 65 12 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/20:focus{--tw-shadow-color: rgb(194 65 12 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/25:focus{--tw-shadow-color: rgb(194 65 12 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/30:focus{--tw-shadow-color: rgb(194 65 12 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/35:focus{--tw-shadow-color: rgb(194 65 12 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/40:focus{--tw-shadow-color: rgb(194 65 12 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/45:focus{--tw-shadow-color: rgb(194 65 12 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/5:focus{--tw-shadow-color: rgb(194 65 12 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/50:focus{--tw-shadow-color: rgb(194 65 12 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/55:focus{--tw-shadow-color: rgb(194 65 12 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/60:focus{--tw-shadow-color: rgb(194 65 12 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/65:focus{--tw-shadow-color: rgb(194 65 12 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/70:focus{--tw-shadow-color: rgb(194 65 12 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/75:focus{--tw-shadow-color: rgb(194 65 12 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/80:focus{--tw-shadow-color: rgb(194 65 12 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/85:focus{--tw-shadow-color: rgb(194 65 12 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/90:focus{--tw-shadow-color: rgb(194 65 12 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-700\/95:focus{--tw-shadow-color: rgb(194 65 12 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800:focus{--tw-shadow-color: #9a3412;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/0:focus{--tw-shadow-color: rgb(154 52 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/10:focus{--tw-shadow-color: rgb(154 52 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/100:focus{--tw-shadow-color: rgb(154 52 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/15:focus{--tw-shadow-color: rgb(154 52 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/20:focus{--tw-shadow-color: rgb(154 52 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/25:focus{--tw-shadow-color: rgb(154 52 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/30:focus{--tw-shadow-color: rgb(154 52 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/35:focus{--tw-shadow-color: rgb(154 52 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/40:focus{--tw-shadow-color: rgb(154 52 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/45:focus{--tw-shadow-color: rgb(154 52 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/5:focus{--tw-shadow-color: rgb(154 52 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/50:focus{--tw-shadow-color: rgb(154 52 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/55:focus{--tw-shadow-color: rgb(154 52 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/60:focus{--tw-shadow-color: rgb(154 52 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/65:focus{--tw-shadow-color: rgb(154 52 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/70:focus{--tw-shadow-color: rgb(154 52 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/75:focus{--tw-shadow-color: rgb(154 52 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/80:focus{--tw-shadow-color: rgb(154 52 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/85:focus{--tw-shadow-color: rgb(154 52 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/90:focus{--tw-shadow-color: rgb(154 52 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-800\/95:focus{--tw-shadow-color: rgb(154 52 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900:focus{--tw-shadow-color: #7c2d12;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/0:focus{--tw-shadow-color: rgb(124 45 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/10:focus{--tw-shadow-color: rgb(124 45 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/100:focus{--tw-shadow-color: rgb(124 45 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/15:focus{--tw-shadow-color: rgb(124 45 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/20:focus{--tw-shadow-color: rgb(124 45 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/25:focus{--tw-shadow-color: rgb(124 45 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/30:focus{--tw-shadow-color: rgb(124 45 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/35:focus{--tw-shadow-color: rgb(124 45 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/40:focus{--tw-shadow-color: rgb(124 45 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/45:focus{--tw-shadow-color: rgb(124 45 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/5:focus{--tw-shadow-color: rgb(124 45 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/50:focus{--tw-shadow-color: rgb(124 45 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/55:focus{--tw-shadow-color: rgb(124 45 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/60:focus{--tw-shadow-color: rgb(124 45 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/65:focus{--tw-shadow-color: rgb(124 45 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/70:focus{--tw-shadow-color: rgb(124 45 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/75:focus{--tw-shadow-color: rgb(124 45 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/80:focus{--tw-shadow-color: rgb(124 45 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/85:focus{--tw-shadow-color: rgb(124 45 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/90:focus{--tw-shadow-color: rgb(124 45 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-900\/95:focus{--tw-shadow-color: rgb(124 45 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950:focus{--tw-shadow-color: #431407;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/0:focus{--tw-shadow-color: rgb(67 20 7 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/10:focus{--tw-shadow-color: rgb(67 20 7 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/100:focus{--tw-shadow-color: rgb(67 20 7 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/15:focus{--tw-shadow-color: rgb(67 20 7 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/20:focus{--tw-shadow-color: rgb(67 20 7 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/25:focus{--tw-shadow-color: rgb(67 20 7 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/30:focus{--tw-shadow-color: rgb(67 20 7 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/35:focus{--tw-shadow-color: rgb(67 20 7 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/40:focus{--tw-shadow-color: rgb(67 20 7 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/45:focus{--tw-shadow-color: rgb(67 20 7 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/5:focus{--tw-shadow-color: rgb(67 20 7 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/50:focus{--tw-shadow-color: rgb(67 20 7 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/55:focus{--tw-shadow-color: rgb(67 20 7 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/60:focus{--tw-shadow-color: rgb(67 20 7 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/65:focus{--tw-shadow-color: rgb(67 20 7 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/70:focus{--tw-shadow-color: rgb(67 20 7 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/75:focus{--tw-shadow-color: rgb(67 20 7 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/80:focus{--tw-shadow-color: rgb(67 20 7 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/85:focus{--tw-shadow-color: rgb(67 20 7 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/90:focus{--tw-shadow-color: rgb(67 20 7 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-orange-950\/95:focus{--tw-shadow-color: rgb(67 20 7 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100:focus{--tw-shadow-color: #fce7f3;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/0:focus{--tw-shadow-color: rgb(252 231 243 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/10:focus{--tw-shadow-color: rgb(252 231 243 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/100:focus{--tw-shadow-color: rgb(252 231 243 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/15:focus{--tw-shadow-color: rgb(252 231 243 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/20:focus{--tw-shadow-color: rgb(252 231 243 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/25:focus{--tw-shadow-color: rgb(252 231 243 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/30:focus{--tw-shadow-color: rgb(252 231 243 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/35:focus{--tw-shadow-color: rgb(252 231 243 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/40:focus{--tw-shadow-color: rgb(252 231 243 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/45:focus{--tw-shadow-color: rgb(252 231 243 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/5:focus{--tw-shadow-color: rgb(252 231 243 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/50:focus{--tw-shadow-color: rgb(252 231 243 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/55:focus{--tw-shadow-color: rgb(252 231 243 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/60:focus{--tw-shadow-color: rgb(252 231 243 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/65:focus{--tw-shadow-color: rgb(252 231 243 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/70:focus{--tw-shadow-color: rgb(252 231 243 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/75:focus{--tw-shadow-color: rgb(252 231 243 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/80:focus{--tw-shadow-color: rgb(252 231 243 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/85:focus{--tw-shadow-color: rgb(252 231 243 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/90:focus{--tw-shadow-color: rgb(252 231 243 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-100\/95:focus{--tw-shadow-color: rgb(252 231 243 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200:focus{--tw-shadow-color: #fbcfe8;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/0:focus{--tw-shadow-color: rgb(251 207 232 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/10:focus{--tw-shadow-color: rgb(251 207 232 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/100:focus{--tw-shadow-color: rgb(251 207 232 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/15:focus{--tw-shadow-color: rgb(251 207 232 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/20:focus{--tw-shadow-color: rgb(251 207 232 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/25:focus{--tw-shadow-color: rgb(251 207 232 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/30:focus{--tw-shadow-color: rgb(251 207 232 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/35:focus{--tw-shadow-color: rgb(251 207 232 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/40:focus{--tw-shadow-color: rgb(251 207 232 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/45:focus{--tw-shadow-color: rgb(251 207 232 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/5:focus{--tw-shadow-color: rgb(251 207 232 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/50:focus{--tw-shadow-color: rgb(251 207 232 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/55:focus{--tw-shadow-color: rgb(251 207 232 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/60:focus{--tw-shadow-color: rgb(251 207 232 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/65:focus{--tw-shadow-color: rgb(251 207 232 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/70:focus{--tw-shadow-color: rgb(251 207 232 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/75:focus{--tw-shadow-color: rgb(251 207 232 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/80:focus{--tw-shadow-color: rgb(251 207 232 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/85:focus{--tw-shadow-color: rgb(251 207 232 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/90:focus{--tw-shadow-color: rgb(251 207 232 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-200\/95:focus{--tw-shadow-color: rgb(251 207 232 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300:focus{--tw-shadow-color: #f9a8d4;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/0:focus{--tw-shadow-color: rgb(249 168 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/10:focus{--tw-shadow-color: rgb(249 168 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/100:focus{--tw-shadow-color: rgb(249 168 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/15:focus{--tw-shadow-color: rgb(249 168 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/20:focus{--tw-shadow-color: rgb(249 168 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/25:focus{--tw-shadow-color: rgb(249 168 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/30:focus{--tw-shadow-color: rgb(249 168 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/35:focus{--tw-shadow-color: rgb(249 168 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/40:focus{--tw-shadow-color: rgb(249 168 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/45:focus{--tw-shadow-color: rgb(249 168 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/5:focus{--tw-shadow-color: rgb(249 168 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/50:focus{--tw-shadow-color: rgb(249 168 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/55:focus{--tw-shadow-color: rgb(249 168 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/60:focus{--tw-shadow-color: rgb(249 168 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/65:focus{--tw-shadow-color: rgb(249 168 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/70:focus{--tw-shadow-color: rgb(249 168 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/75:focus{--tw-shadow-color: rgb(249 168 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/80:focus{--tw-shadow-color: rgb(249 168 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/85:focus{--tw-shadow-color: rgb(249 168 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/90:focus{--tw-shadow-color: rgb(249 168 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-300\/95:focus{--tw-shadow-color: rgb(249 168 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400:focus{--tw-shadow-color: #f472b6;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/0:focus{--tw-shadow-color: rgb(244 114 182 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/10:focus{--tw-shadow-color: rgb(244 114 182 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/100:focus{--tw-shadow-color: rgb(244 114 182 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/15:focus{--tw-shadow-color: rgb(244 114 182 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/20:focus{--tw-shadow-color: rgb(244 114 182 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/25:focus{--tw-shadow-color: rgb(244 114 182 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/30:focus{--tw-shadow-color: rgb(244 114 182 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/35:focus{--tw-shadow-color: rgb(244 114 182 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/40:focus{--tw-shadow-color: rgb(244 114 182 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/45:focus{--tw-shadow-color: rgb(244 114 182 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/5:focus{--tw-shadow-color: rgb(244 114 182 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/50:focus{--tw-shadow-color: rgb(244 114 182 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/55:focus{--tw-shadow-color: rgb(244 114 182 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/60:focus{--tw-shadow-color: rgb(244 114 182 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/65:focus{--tw-shadow-color: rgb(244 114 182 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/70:focus{--tw-shadow-color: rgb(244 114 182 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/75:focus{--tw-shadow-color: rgb(244 114 182 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/80:focus{--tw-shadow-color: rgb(244 114 182 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/85:focus{--tw-shadow-color: rgb(244 114 182 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/90:focus{--tw-shadow-color: rgb(244 114 182 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-400\/95:focus{--tw-shadow-color: rgb(244 114 182 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50:focus{--tw-shadow-color: #fdf2f8;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/0:focus{--tw-shadow-color: rgb(253 242 248 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/10:focus{--tw-shadow-color: rgb(253 242 248 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/100:focus{--tw-shadow-color: rgb(253 242 248 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/15:focus{--tw-shadow-color: rgb(253 242 248 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/20:focus{--tw-shadow-color: rgb(253 242 248 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/25:focus{--tw-shadow-color: rgb(253 242 248 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/30:focus{--tw-shadow-color: rgb(253 242 248 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/35:focus{--tw-shadow-color: rgb(253 242 248 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/40:focus{--tw-shadow-color: rgb(253 242 248 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/45:focus{--tw-shadow-color: rgb(253 242 248 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/5:focus{--tw-shadow-color: rgb(253 242 248 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/50:focus{--tw-shadow-color: rgb(253 242 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/55:focus{--tw-shadow-color: rgb(253 242 248 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/60:focus{--tw-shadow-color: rgb(253 242 248 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/65:focus{--tw-shadow-color: rgb(253 242 248 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/70:focus{--tw-shadow-color: rgb(253 242 248 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/75:focus{--tw-shadow-color: rgb(253 242 248 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/80:focus{--tw-shadow-color: rgb(253 242 248 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/85:focus{--tw-shadow-color: rgb(253 242 248 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/90:focus{--tw-shadow-color: rgb(253 242 248 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-50\/95:focus{--tw-shadow-color: rgb(253 242 248 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500:focus{--tw-shadow-color: #ec4899;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/0:focus{--tw-shadow-color: rgb(236 72 153 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/10:focus{--tw-shadow-color: rgb(236 72 153 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/100:focus{--tw-shadow-color: rgb(236 72 153 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/15:focus{--tw-shadow-color: rgb(236 72 153 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/20:focus{--tw-shadow-color: rgb(236 72 153 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/25:focus{--tw-shadow-color: rgb(236 72 153 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/30:focus{--tw-shadow-color: rgb(236 72 153 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/35:focus{--tw-shadow-color: rgb(236 72 153 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/40:focus{--tw-shadow-color: rgb(236 72 153 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/45:focus{--tw-shadow-color: rgb(236 72 153 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/5:focus{--tw-shadow-color: rgb(236 72 153 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/50:focus{--tw-shadow-color: rgb(236 72 153 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/55:focus{--tw-shadow-color: rgb(236 72 153 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/60:focus{--tw-shadow-color: rgb(236 72 153 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/65:focus{--tw-shadow-color: rgb(236 72 153 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/70:focus{--tw-shadow-color: rgb(236 72 153 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/75:focus{--tw-shadow-color: rgb(236 72 153 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/80:focus{--tw-shadow-color: rgb(236 72 153 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/85:focus{--tw-shadow-color: rgb(236 72 153 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/90:focus{--tw-shadow-color: rgb(236 72 153 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-500\/95:focus{--tw-shadow-color: rgb(236 72 153 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600:focus{--tw-shadow-color: #db2777;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/0:focus{--tw-shadow-color: rgb(219 39 119 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/10:focus{--tw-shadow-color: rgb(219 39 119 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/100:focus{--tw-shadow-color: rgb(219 39 119 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/15:focus{--tw-shadow-color: rgb(219 39 119 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/20:focus{--tw-shadow-color: rgb(219 39 119 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/25:focus{--tw-shadow-color: rgb(219 39 119 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/30:focus{--tw-shadow-color: rgb(219 39 119 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/35:focus{--tw-shadow-color: rgb(219 39 119 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/40:focus{--tw-shadow-color: rgb(219 39 119 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/45:focus{--tw-shadow-color: rgb(219 39 119 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/5:focus{--tw-shadow-color: rgb(219 39 119 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/50:focus{--tw-shadow-color: rgb(219 39 119 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/55:focus{--tw-shadow-color: rgb(219 39 119 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/60:focus{--tw-shadow-color: rgb(219 39 119 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/65:focus{--tw-shadow-color: rgb(219 39 119 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/70:focus{--tw-shadow-color: rgb(219 39 119 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/75:focus{--tw-shadow-color: rgb(219 39 119 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/80:focus{--tw-shadow-color: rgb(219 39 119 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/85:focus{--tw-shadow-color: rgb(219 39 119 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/90:focus{--tw-shadow-color: rgb(219 39 119 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-600\/95:focus{--tw-shadow-color: rgb(219 39 119 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700:focus{--tw-shadow-color: #be185d;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/0:focus{--tw-shadow-color: rgb(190 24 93 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/10:focus{--tw-shadow-color: rgb(190 24 93 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/100:focus{--tw-shadow-color: rgb(190 24 93 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/15:focus{--tw-shadow-color: rgb(190 24 93 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/20:focus{--tw-shadow-color: rgb(190 24 93 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/25:focus{--tw-shadow-color: rgb(190 24 93 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/30:focus{--tw-shadow-color: rgb(190 24 93 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/35:focus{--tw-shadow-color: rgb(190 24 93 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/40:focus{--tw-shadow-color: rgb(190 24 93 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/45:focus{--tw-shadow-color: rgb(190 24 93 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/5:focus{--tw-shadow-color: rgb(190 24 93 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/50:focus{--tw-shadow-color: rgb(190 24 93 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/55:focus{--tw-shadow-color: rgb(190 24 93 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/60:focus{--tw-shadow-color: rgb(190 24 93 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/65:focus{--tw-shadow-color: rgb(190 24 93 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/70:focus{--tw-shadow-color: rgb(190 24 93 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/75:focus{--tw-shadow-color: rgb(190 24 93 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/80:focus{--tw-shadow-color: rgb(190 24 93 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/85:focus{--tw-shadow-color: rgb(190 24 93 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/90:focus{--tw-shadow-color: rgb(190 24 93 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-700\/95:focus{--tw-shadow-color: rgb(190 24 93 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800:focus{--tw-shadow-color: #9d174d;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/0:focus{--tw-shadow-color: rgb(157 23 77 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/10:focus{--tw-shadow-color: rgb(157 23 77 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/100:focus{--tw-shadow-color: rgb(157 23 77 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/15:focus{--tw-shadow-color: rgb(157 23 77 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/20:focus{--tw-shadow-color: rgb(157 23 77 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/25:focus{--tw-shadow-color: rgb(157 23 77 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/30:focus{--tw-shadow-color: rgb(157 23 77 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/35:focus{--tw-shadow-color: rgb(157 23 77 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/40:focus{--tw-shadow-color: rgb(157 23 77 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/45:focus{--tw-shadow-color: rgb(157 23 77 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/5:focus{--tw-shadow-color: rgb(157 23 77 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/50:focus{--tw-shadow-color: rgb(157 23 77 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/55:focus{--tw-shadow-color: rgb(157 23 77 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/60:focus{--tw-shadow-color: rgb(157 23 77 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/65:focus{--tw-shadow-color: rgb(157 23 77 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/70:focus{--tw-shadow-color: rgb(157 23 77 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/75:focus{--tw-shadow-color: rgb(157 23 77 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/80:focus{--tw-shadow-color: rgb(157 23 77 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/85:focus{--tw-shadow-color: rgb(157 23 77 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/90:focus{--tw-shadow-color: rgb(157 23 77 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-800\/95:focus{--tw-shadow-color: rgb(157 23 77 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900:focus{--tw-shadow-color: #831843;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/0:focus{--tw-shadow-color: rgb(131 24 67 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/10:focus{--tw-shadow-color: rgb(131 24 67 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/100:focus{--tw-shadow-color: rgb(131 24 67 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/15:focus{--tw-shadow-color: rgb(131 24 67 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/20:focus{--tw-shadow-color: rgb(131 24 67 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/25:focus{--tw-shadow-color: rgb(131 24 67 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/30:focus{--tw-shadow-color: rgb(131 24 67 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/35:focus{--tw-shadow-color: rgb(131 24 67 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/40:focus{--tw-shadow-color: rgb(131 24 67 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/45:focus{--tw-shadow-color: rgb(131 24 67 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/5:focus{--tw-shadow-color: rgb(131 24 67 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/50:focus{--tw-shadow-color: rgb(131 24 67 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/55:focus{--tw-shadow-color: rgb(131 24 67 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/60:focus{--tw-shadow-color: rgb(131 24 67 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/65:focus{--tw-shadow-color: rgb(131 24 67 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/70:focus{--tw-shadow-color: rgb(131 24 67 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/75:focus{--tw-shadow-color: rgb(131 24 67 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/80:focus{--tw-shadow-color: rgb(131 24 67 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/85:focus{--tw-shadow-color: rgb(131 24 67 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/90:focus{--tw-shadow-color: rgb(131 24 67 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-900\/95:focus{--tw-shadow-color: rgb(131 24 67 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950:focus{--tw-shadow-color: #500724;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/0:focus{--tw-shadow-color: rgb(80 7 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/10:focus{--tw-shadow-color: rgb(80 7 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/100:focus{--tw-shadow-color: rgb(80 7 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/15:focus{--tw-shadow-color: rgb(80 7 36 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/20:focus{--tw-shadow-color: rgb(80 7 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/25:focus{--tw-shadow-color: rgb(80 7 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/30:focus{--tw-shadow-color: rgb(80 7 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/35:focus{--tw-shadow-color: rgb(80 7 36 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/40:focus{--tw-shadow-color: rgb(80 7 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/45:focus{--tw-shadow-color: rgb(80 7 36 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/5:focus{--tw-shadow-color: rgb(80 7 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/50:focus{--tw-shadow-color: rgb(80 7 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/55:focus{--tw-shadow-color: rgb(80 7 36 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/60:focus{--tw-shadow-color: rgb(80 7 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/65:focus{--tw-shadow-color: rgb(80 7 36 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/70:focus{--tw-shadow-color: rgb(80 7 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/75:focus{--tw-shadow-color: rgb(80 7 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/80:focus{--tw-shadow-color: rgb(80 7 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/85:focus{--tw-shadow-color: rgb(80 7 36 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/90:focus{--tw-shadow-color: rgb(80 7 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-pink-950\/95:focus{--tw-shadow-color: rgb(80 7 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-popover:focus{--tw-shadow-color: var(--popover);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-popover-foreground:focus{--tw-shadow-color: var(--popover-foreground);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-primary:focus{--tw-shadow-color: var(--primary);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-primary-foreground:focus{--tw-shadow-color: var(--primary-foreground);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100:focus{--tw-shadow-color: #f3e8ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/0:focus{--tw-shadow-color: rgb(243 232 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/10:focus{--tw-shadow-color: rgb(243 232 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/100:focus{--tw-shadow-color: rgb(243 232 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/15:focus{--tw-shadow-color: rgb(243 232 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/20:focus{--tw-shadow-color: rgb(243 232 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/25:focus{--tw-shadow-color: rgb(243 232 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/30:focus{--tw-shadow-color: rgb(243 232 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/35:focus{--tw-shadow-color: rgb(243 232 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/40:focus{--tw-shadow-color: rgb(243 232 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/45:focus{--tw-shadow-color: rgb(243 232 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/5:focus{--tw-shadow-color: rgb(243 232 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/50:focus{--tw-shadow-color: rgb(243 232 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/55:focus{--tw-shadow-color: rgb(243 232 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/60:focus{--tw-shadow-color: rgb(243 232 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/65:focus{--tw-shadow-color: rgb(243 232 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/70:focus{--tw-shadow-color: rgb(243 232 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/75:focus{--tw-shadow-color: rgb(243 232 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/80:focus{--tw-shadow-color: rgb(243 232 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/85:focus{--tw-shadow-color: rgb(243 232 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/90:focus{--tw-shadow-color: rgb(243 232 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-100\/95:focus{--tw-shadow-color: rgb(243 232 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200:focus{--tw-shadow-color: #e9d5ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/0:focus{--tw-shadow-color: rgb(233 213 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/10:focus{--tw-shadow-color: rgb(233 213 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/100:focus{--tw-shadow-color: rgb(233 213 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/15:focus{--tw-shadow-color: rgb(233 213 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/20:focus{--tw-shadow-color: rgb(233 213 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/25:focus{--tw-shadow-color: rgb(233 213 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/30:focus{--tw-shadow-color: rgb(233 213 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/35:focus{--tw-shadow-color: rgb(233 213 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/40:focus{--tw-shadow-color: rgb(233 213 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/45:focus{--tw-shadow-color: rgb(233 213 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/5:focus{--tw-shadow-color: rgb(233 213 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/50:focus{--tw-shadow-color: rgb(233 213 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/55:focus{--tw-shadow-color: rgb(233 213 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/60:focus{--tw-shadow-color: rgb(233 213 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/65:focus{--tw-shadow-color: rgb(233 213 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/70:focus{--tw-shadow-color: rgb(233 213 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/75:focus{--tw-shadow-color: rgb(233 213 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/80:focus{--tw-shadow-color: rgb(233 213 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/85:focus{--tw-shadow-color: rgb(233 213 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/90:focus{--tw-shadow-color: rgb(233 213 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-200\/95:focus{--tw-shadow-color: rgb(233 213 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300:focus{--tw-shadow-color: #d8b4fe;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/0:focus{--tw-shadow-color: rgb(216 180 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/10:focus{--tw-shadow-color: rgb(216 180 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/100:focus{--tw-shadow-color: rgb(216 180 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/15:focus{--tw-shadow-color: rgb(216 180 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/20:focus{--tw-shadow-color: rgb(216 180 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/25:focus{--tw-shadow-color: rgb(216 180 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/30:focus{--tw-shadow-color: rgb(216 180 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/35:focus{--tw-shadow-color: rgb(216 180 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/40:focus{--tw-shadow-color: rgb(216 180 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/45:focus{--tw-shadow-color: rgb(216 180 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/5:focus{--tw-shadow-color: rgb(216 180 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/50:focus{--tw-shadow-color: rgb(216 180 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/55:focus{--tw-shadow-color: rgb(216 180 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/60:focus{--tw-shadow-color: rgb(216 180 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/65:focus{--tw-shadow-color: rgb(216 180 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/70:focus{--tw-shadow-color: rgb(216 180 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/75:focus{--tw-shadow-color: rgb(216 180 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/80:focus{--tw-shadow-color: rgb(216 180 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/85:focus{--tw-shadow-color: rgb(216 180 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/90:focus{--tw-shadow-color: rgb(216 180 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-300\/95:focus{--tw-shadow-color: rgb(216 180 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400:focus{--tw-shadow-color: #c084fc;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/0:focus{--tw-shadow-color: rgb(192 132 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/10:focus{--tw-shadow-color: rgb(192 132 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/100:focus{--tw-shadow-color: rgb(192 132 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/15:focus{--tw-shadow-color: rgb(192 132 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/20:focus{--tw-shadow-color: rgb(192 132 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/25:focus{--tw-shadow-color: rgb(192 132 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/30:focus{--tw-shadow-color: rgb(192 132 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/35:focus{--tw-shadow-color: rgb(192 132 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/40:focus{--tw-shadow-color: rgb(192 132 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/45:focus{--tw-shadow-color: rgb(192 132 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/5:focus{--tw-shadow-color: rgb(192 132 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/50:focus{--tw-shadow-color: rgb(192 132 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/55:focus{--tw-shadow-color: rgb(192 132 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/60:focus{--tw-shadow-color: rgb(192 132 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/65:focus{--tw-shadow-color: rgb(192 132 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/70:focus{--tw-shadow-color: rgb(192 132 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/75:focus{--tw-shadow-color: rgb(192 132 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/80:focus{--tw-shadow-color: rgb(192 132 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/85:focus{--tw-shadow-color: rgb(192 132 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/90:focus{--tw-shadow-color: rgb(192 132 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-400\/95:focus{--tw-shadow-color: rgb(192 132 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50:focus{--tw-shadow-color: #faf5ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/0:focus{--tw-shadow-color: rgb(250 245 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/10:focus{--tw-shadow-color: rgb(250 245 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/100:focus{--tw-shadow-color: rgb(250 245 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/15:focus{--tw-shadow-color: rgb(250 245 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/20:focus{--tw-shadow-color: rgb(250 245 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/25:focus{--tw-shadow-color: rgb(250 245 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/30:focus{--tw-shadow-color: rgb(250 245 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/35:focus{--tw-shadow-color: rgb(250 245 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/40:focus{--tw-shadow-color: rgb(250 245 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/45:focus{--tw-shadow-color: rgb(250 245 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/5:focus{--tw-shadow-color: rgb(250 245 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/50:focus{--tw-shadow-color: rgb(250 245 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/55:focus{--tw-shadow-color: rgb(250 245 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/60:focus{--tw-shadow-color: rgb(250 245 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/65:focus{--tw-shadow-color: rgb(250 245 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/70:focus{--tw-shadow-color: rgb(250 245 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/75:focus{--tw-shadow-color: rgb(250 245 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/80:focus{--tw-shadow-color: rgb(250 245 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/85:focus{--tw-shadow-color: rgb(250 245 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/90:focus{--tw-shadow-color: rgb(250 245 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-50\/95:focus{--tw-shadow-color: rgb(250 245 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500:focus{--tw-shadow-color: #a855f7;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/0:focus{--tw-shadow-color: rgb(168 85 247 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/10:focus{--tw-shadow-color: rgb(168 85 247 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/100:focus{--tw-shadow-color: rgb(168 85 247 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/15:focus{--tw-shadow-color: rgb(168 85 247 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/20:focus{--tw-shadow-color: rgb(168 85 247 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/25:focus{--tw-shadow-color: rgb(168 85 247 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/30:focus{--tw-shadow-color: rgb(168 85 247 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/35:focus{--tw-shadow-color: rgb(168 85 247 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/40:focus{--tw-shadow-color: rgb(168 85 247 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/45:focus{--tw-shadow-color: rgb(168 85 247 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/5:focus{--tw-shadow-color: rgb(168 85 247 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/50:focus{--tw-shadow-color: rgb(168 85 247 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/55:focus{--tw-shadow-color: rgb(168 85 247 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/60:focus{--tw-shadow-color: rgb(168 85 247 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/65:focus{--tw-shadow-color: rgb(168 85 247 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/70:focus{--tw-shadow-color: rgb(168 85 247 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/75:focus{--tw-shadow-color: rgb(168 85 247 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/80:focus{--tw-shadow-color: rgb(168 85 247 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/85:focus{--tw-shadow-color: rgb(168 85 247 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/90:focus{--tw-shadow-color: rgb(168 85 247 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-500\/95:focus{--tw-shadow-color: rgb(168 85 247 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600:focus{--tw-shadow-color: #9333ea;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/0:focus{--tw-shadow-color: rgb(147 51 234 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/10:focus{--tw-shadow-color: rgb(147 51 234 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/100:focus{--tw-shadow-color: rgb(147 51 234 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/15:focus{--tw-shadow-color: rgb(147 51 234 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/20:focus{--tw-shadow-color: rgb(147 51 234 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/25:focus{--tw-shadow-color: rgb(147 51 234 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/30:focus{--tw-shadow-color: rgb(147 51 234 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/35:focus{--tw-shadow-color: rgb(147 51 234 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/40:focus{--tw-shadow-color: rgb(147 51 234 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/45:focus{--tw-shadow-color: rgb(147 51 234 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/5:focus{--tw-shadow-color: rgb(147 51 234 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/50:focus{--tw-shadow-color: rgb(147 51 234 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/55:focus{--tw-shadow-color: rgb(147 51 234 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/60:focus{--tw-shadow-color: rgb(147 51 234 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/65:focus{--tw-shadow-color: rgb(147 51 234 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/70:focus{--tw-shadow-color: rgb(147 51 234 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/75:focus{--tw-shadow-color: rgb(147 51 234 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/80:focus{--tw-shadow-color: rgb(147 51 234 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/85:focus{--tw-shadow-color: rgb(147 51 234 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/90:focus{--tw-shadow-color: rgb(147 51 234 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-600\/95:focus{--tw-shadow-color: rgb(147 51 234 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700:focus{--tw-shadow-color: #7e22ce;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/0:focus{--tw-shadow-color: rgb(126 34 206 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/10:focus{--tw-shadow-color: rgb(126 34 206 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/100:focus{--tw-shadow-color: rgb(126 34 206 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/15:focus{--tw-shadow-color: rgb(126 34 206 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/20:focus{--tw-shadow-color: rgb(126 34 206 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/25:focus{--tw-shadow-color: rgb(126 34 206 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/30:focus{--tw-shadow-color: rgb(126 34 206 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/35:focus{--tw-shadow-color: rgb(126 34 206 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/40:focus{--tw-shadow-color: rgb(126 34 206 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/45:focus{--tw-shadow-color: rgb(126 34 206 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/5:focus{--tw-shadow-color: rgb(126 34 206 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/50:focus{--tw-shadow-color: rgb(126 34 206 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/55:focus{--tw-shadow-color: rgb(126 34 206 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/60:focus{--tw-shadow-color: rgb(126 34 206 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/65:focus{--tw-shadow-color: rgb(126 34 206 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/70:focus{--tw-shadow-color: rgb(126 34 206 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/75:focus{--tw-shadow-color: rgb(126 34 206 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/80:focus{--tw-shadow-color: rgb(126 34 206 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/85:focus{--tw-shadow-color: rgb(126 34 206 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/90:focus{--tw-shadow-color: rgb(126 34 206 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-700\/95:focus{--tw-shadow-color: rgb(126 34 206 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800:focus{--tw-shadow-color: #6b21a8;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/0:focus{--tw-shadow-color: rgb(107 33 168 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/10:focus{--tw-shadow-color: rgb(107 33 168 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/100:focus{--tw-shadow-color: rgb(107 33 168 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/15:focus{--tw-shadow-color: rgb(107 33 168 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/20:focus{--tw-shadow-color: rgb(107 33 168 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/25:focus{--tw-shadow-color: rgb(107 33 168 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/30:focus{--tw-shadow-color: rgb(107 33 168 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/35:focus{--tw-shadow-color: rgb(107 33 168 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/40:focus{--tw-shadow-color: rgb(107 33 168 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/45:focus{--tw-shadow-color: rgb(107 33 168 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/5:focus{--tw-shadow-color: rgb(107 33 168 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/50:focus{--tw-shadow-color: rgb(107 33 168 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/55:focus{--tw-shadow-color: rgb(107 33 168 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/60:focus{--tw-shadow-color: rgb(107 33 168 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/65:focus{--tw-shadow-color: rgb(107 33 168 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/70:focus{--tw-shadow-color: rgb(107 33 168 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/75:focus{--tw-shadow-color: rgb(107 33 168 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/80:focus{--tw-shadow-color: rgb(107 33 168 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/85:focus{--tw-shadow-color: rgb(107 33 168 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/90:focus{--tw-shadow-color: rgb(107 33 168 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-800\/95:focus{--tw-shadow-color: rgb(107 33 168 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900:focus{--tw-shadow-color: #581c87;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/0:focus{--tw-shadow-color: rgb(88 28 135 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/10:focus{--tw-shadow-color: rgb(88 28 135 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/100:focus{--tw-shadow-color: rgb(88 28 135 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/15:focus{--tw-shadow-color: rgb(88 28 135 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/20:focus{--tw-shadow-color: rgb(88 28 135 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/25:focus{--tw-shadow-color: rgb(88 28 135 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/30:focus{--tw-shadow-color: rgb(88 28 135 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/35:focus{--tw-shadow-color: rgb(88 28 135 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/40:focus{--tw-shadow-color: rgb(88 28 135 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/45:focus{--tw-shadow-color: rgb(88 28 135 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/5:focus{--tw-shadow-color: rgb(88 28 135 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/50:focus{--tw-shadow-color: rgb(88 28 135 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/55:focus{--tw-shadow-color: rgb(88 28 135 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/60:focus{--tw-shadow-color: rgb(88 28 135 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/65:focus{--tw-shadow-color: rgb(88 28 135 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/70:focus{--tw-shadow-color: rgb(88 28 135 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/75:focus{--tw-shadow-color: rgb(88 28 135 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/80:focus{--tw-shadow-color: rgb(88 28 135 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/85:focus{--tw-shadow-color: rgb(88 28 135 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/90:focus{--tw-shadow-color: rgb(88 28 135 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-900\/95:focus{--tw-shadow-color: rgb(88 28 135 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950:focus{--tw-shadow-color: #3b0764;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/0:focus{--tw-shadow-color: rgb(59 7 100 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/10:focus{--tw-shadow-color: rgb(59 7 100 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/100:focus{--tw-shadow-color: rgb(59 7 100 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/15:focus{--tw-shadow-color: rgb(59 7 100 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/20:focus{--tw-shadow-color: rgb(59 7 100 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/25:focus{--tw-shadow-color: rgb(59 7 100 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/30:focus{--tw-shadow-color: rgb(59 7 100 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/35:focus{--tw-shadow-color: rgb(59 7 100 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/40:focus{--tw-shadow-color: rgb(59 7 100 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/45:focus{--tw-shadow-color: rgb(59 7 100 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/5:focus{--tw-shadow-color: rgb(59 7 100 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/50:focus{--tw-shadow-color: rgb(59 7 100 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/55:focus{--tw-shadow-color: rgb(59 7 100 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/60:focus{--tw-shadow-color: rgb(59 7 100 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/65:focus{--tw-shadow-color: rgb(59 7 100 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/70:focus{--tw-shadow-color: rgb(59 7 100 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/75:focus{--tw-shadow-color: rgb(59 7 100 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/80:focus{--tw-shadow-color: rgb(59 7 100 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/85:focus{--tw-shadow-color: rgb(59 7 100 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/90:focus{--tw-shadow-color: rgb(59 7 100 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-purple-950\/95:focus{--tw-shadow-color: rgb(59 7 100 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100:focus{--tw-shadow-color: #fee2e2;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/0:focus{--tw-shadow-color: rgb(254 226 226 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/10:focus{--tw-shadow-color: rgb(254 226 226 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/100:focus{--tw-shadow-color: rgb(254 226 226 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/15:focus{--tw-shadow-color: rgb(254 226 226 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/20:focus{--tw-shadow-color: rgb(254 226 226 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/25:focus{--tw-shadow-color: rgb(254 226 226 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/30:focus{--tw-shadow-color: rgb(254 226 226 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/35:focus{--tw-shadow-color: rgb(254 226 226 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/40:focus{--tw-shadow-color: rgb(254 226 226 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/45:focus{--tw-shadow-color: rgb(254 226 226 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/5:focus{--tw-shadow-color: rgb(254 226 226 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/50:focus{--tw-shadow-color: rgb(254 226 226 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/55:focus{--tw-shadow-color: rgb(254 226 226 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/60:focus{--tw-shadow-color: rgb(254 226 226 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/65:focus{--tw-shadow-color: rgb(254 226 226 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/70:focus{--tw-shadow-color: rgb(254 226 226 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/75:focus{--tw-shadow-color: rgb(254 226 226 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/80:focus{--tw-shadow-color: rgb(254 226 226 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/85:focus{--tw-shadow-color: rgb(254 226 226 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/90:focus{--tw-shadow-color: rgb(254 226 226 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-100\/95:focus{--tw-shadow-color: rgb(254 226 226 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200:focus{--tw-shadow-color: #fecaca;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/0:focus{--tw-shadow-color: rgb(254 202 202 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/10:focus{--tw-shadow-color: rgb(254 202 202 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/100:focus{--tw-shadow-color: rgb(254 202 202 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/15:focus{--tw-shadow-color: rgb(254 202 202 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/20:focus{--tw-shadow-color: rgb(254 202 202 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/25:focus{--tw-shadow-color: rgb(254 202 202 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/30:focus{--tw-shadow-color: rgb(254 202 202 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/35:focus{--tw-shadow-color: rgb(254 202 202 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/40:focus{--tw-shadow-color: rgb(254 202 202 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/45:focus{--tw-shadow-color: rgb(254 202 202 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/5:focus{--tw-shadow-color: rgb(254 202 202 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/50:focus{--tw-shadow-color: rgb(254 202 202 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/55:focus{--tw-shadow-color: rgb(254 202 202 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/60:focus{--tw-shadow-color: rgb(254 202 202 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/65:focus{--tw-shadow-color: rgb(254 202 202 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/70:focus{--tw-shadow-color: rgb(254 202 202 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/75:focus{--tw-shadow-color: rgb(254 202 202 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/80:focus{--tw-shadow-color: rgb(254 202 202 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/85:focus{--tw-shadow-color: rgb(254 202 202 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/90:focus{--tw-shadow-color: rgb(254 202 202 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-200\/95:focus{--tw-shadow-color: rgb(254 202 202 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300:focus{--tw-shadow-color: #fca5a5;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/0:focus{--tw-shadow-color: rgb(252 165 165 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/10:focus{--tw-shadow-color: rgb(252 165 165 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/100:focus{--tw-shadow-color: rgb(252 165 165 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/15:focus{--tw-shadow-color: rgb(252 165 165 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/20:focus{--tw-shadow-color: rgb(252 165 165 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/25:focus{--tw-shadow-color: rgb(252 165 165 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/30:focus{--tw-shadow-color: rgb(252 165 165 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/35:focus{--tw-shadow-color: rgb(252 165 165 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/40:focus{--tw-shadow-color: rgb(252 165 165 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/45:focus{--tw-shadow-color: rgb(252 165 165 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/5:focus{--tw-shadow-color: rgb(252 165 165 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/50:focus{--tw-shadow-color: rgb(252 165 165 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/55:focus{--tw-shadow-color: rgb(252 165 165 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/60:focus{--tw-shadow-color: rgb(252 165 165 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/65:focus{--tw-shadow-color: rgb(252 165 165 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/70:focus{--tw-shadow-color: rgb(252 165 165 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/75:focus{--tw-shadow-color: rgb(252 165 165 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/80:focus{--tw-shadow-color: rgb(252 165 165 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/85:focus{--tw-shadow-color: rgb(252 165 165 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/90:focus{--tw-shadow-color: rgb(252 165 165 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-300\/95:focus{--tw-shadow-color: rgb(252 165 165 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400:focus{--tw-shadow-color: #f87171;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/0:focus{--tw-shadow-color: rgb(248 113 113 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/10:focus{--tw-shadow-color: rgb(248 113 113 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/100:focus{--tw-shadow-color: rgb(248 113 113 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/15:focus{--tw-shadow-color: rgb(248 113 113 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/20:focus{--tw-shadow-color: rgb(248 113 113 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/25:focus{--tw-shadow-color: rgb(248 113 113 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/30:focus{--tw-shadow-color: rgb(248 113 113 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/35:focus{--tw-shadow-color: rgb(248 113 113 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/40:focus{--tw-shadow-color: rgb(248 113 113 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/45:focus{--tw-shadow-color: rgb(248 113 113 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/5:focus{--tw-shadow-color: rgb(248 113 113 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/50:focus{--tw-shadow-color: rgb(248 113 113 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/55:focus{--tw-shadow-color: rgb(248 113 113 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/60:focus{--tw-shadow-color: rgb(248 113 113 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/65:focus{--tw-shadow-color: rgb(248 113 113 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/70:focus{--tw-shadow-color: rgb(248 113 113 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/75:focus{--tw-shadow-color: rgb(248 113 113 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/80:focus{--tw-shadow-color: rgb(248 113 113 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/85:focus{--tw-shadow-color: rgb(248 113 113 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/90:focus{--tw-shadow-color: rgb(248 113 113 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-400\/95:focus{--tw-shadow-color: rgb(248 113 113 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50:focus{--tw-shadow-color: #fef2f2;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/0:focus{--tw-shadow-color: rgb(254 242 242 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/10:focus{--tw-shadow-color: rgb(254 242 242 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/100:focus{--tw-shadow-color: rgb(254 242 242 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/15:focus{--tw-shadow-color: rgb(254 242 242 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/20:focus{--tw-shadow-color: rgb(254 242 242 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/25:focus{--tw-shadow-color: rgb(254 242 242 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/30:focus{--tw-shadow-color: rgb(254 242 242 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/35:focus{--tw-shadow-color: rgb(254 242 242 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/40:focus{--tw-shadow-color: rgb(254 242 242 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/45:focus{--tw-shadow-color: rgb(254 242 242 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/5:focus{--tw-shadow-color: rgb(254 242 242 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/50:focus{--tw-shadow-color: rgb(254 242 242 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/55:focus{--tw-shadow-color: rgb(254 242 242 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/60:focus{--tw-shadow-color: rgb(254 242 242 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/65:focus{--tw-shadow-color: rgb(254 242 242 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/70:focus{--tw-shadow-color: rgb(254 242 242 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/75:focus{--tw-shadow-color: rgb(254 242 242 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/80:focus{--tw-shadow-color: rgb(254 242 242 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/85:focus{--tw-shadow-color: rgb(254 242 242 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/90:focus{--tw-shadow-color: rgb(254 242 242 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-50\/95:focus{--tw-shadow-color: rgb(254 242 242 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500:focus{--tw-shadow-color: #ef4444;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/0:focus{--tw-shadow-color: rgb(239 68 68 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/10:focus{--tw-shadow-color: rgb(239 68 68 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/100:focus{--tw-shadow-color: rgb(239 68 68 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/15:focus{--tw-shadow-color: rgb(239 68 68 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/20:focus{--tw-shadow-color: rgb(239 68 68 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/25:focus{--tw-shadow-color: rgb(239 68 68 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/30:focus{--tw-shadow-color: rgb(239 68 68 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/35:focus{--tw-shadow-color: rgb(239 68 68 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/40:focus{--tw-shadow-color: rgb(239 68 68 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/45:focus{--tw-shadow-color: rgb(239 68 68 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/5:focus{--tw-shadow-color: rgb(239 68 68 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/50:focus{--tw-shadow-color: rgb(239 68 68 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/55:focus{--tw-shadow-color: rgb(239 68 68 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/60:focus{--tw-shadow-color: rgb(239 68 68 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/65:focus{--tw-shadow-color: rgb(239 68 68 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/70:focus{--tw-shadow-color: rgb(239 68 68 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/75:focus{--tw-shadow-color: rgb(239 68 68 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/80:focus{--tw-shadow-color: rgb(239 68 68 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/85:focus{--tw-shadow-color: rgb(239 68 68 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/90:focus{--tw-shadow-color: rgb(239 68 68 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-500\/95:focus{--tw-shadow-color: rgb(239 68 68 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600:focus{--tw-shadow-color: #dc2626;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/0:focus{--tw-shadow-color: rgb(220 38 38 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/10:focus{--tw-shadow-color: rgb(220 38 38 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/100:focus{--tw-shadow-color: rgb(220 38 38 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/15:focus{--tw-shadow-color: rgb(220 38 38 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/20:focus{--tw-shadow-color: rgb(220 38 38 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/25:focus{--tw-shadow-color: rgb(220 38 38 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/30:focus{--tw-shadow-color: rgb(220 38 38 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/35:focus{--tw-shadow-color: rgb(220 38 38 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/40:focus{--tw-shadow-color: rgb(220 38 38 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/45:focus{--tw-shadow-color: rgb(220 38 38 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/5:focus{--tw-shadow-color: rgb(220 38 38 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/50:focus{--tw-shadow-color: rgb(220 38 38 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/55:focus{--tw-shadow-color: rgb(220 38 38 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/60:focus{--tw-shadow-color: rgb(220 38 38 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/65:focus{--tw-shadow-color: rgb(220 38 38 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/70:focus{--tw-shadow-color: rgb(220 38 38 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/75:focus{--tw-shadow-color: rgb(220 38 38 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/80:focus{--tw-shadow-color: rgb(220 38 38 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/85:focus{--tw-shadow-color: rgb(220 38 38 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/90:focus{--tw-shadow-color: rgb(220 38 38 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-600\/95:focus{--tw-shadow-color: rgb(220 38 38 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700:focus{--tw-shadow-color: #b91c1c;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/0:focus{--tw-shadow-color: rgb(185 28 28 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/10:focus{--tw-shadow-color: rgb(185 28 28 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/100:focus{--tw-shadow-color: rgb(185 28 28 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/15:focus{--tw-shadow-color: rgb(185 28 28 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/20:focus{--tw-shadow-color: rgb(185 28 28 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/25:focus{--tw-shadow-color: rgb(185 28 28 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/30:focus{--tw-shadow-color: rgb(185 28 28 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/35:focus{--tw-shadow-color: rgb(185 28 28 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/40:focus{--tw-shadow-color: rgb(185 28 28 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/45:focus{--tw-shadow-color: rgb(185 28 28 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/5:focus{--tw-shadow-color: rgb(185 28 28 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/50:focus{--tw-shadow-color: rgb(185 28 28 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/55:focus{--tw-shadow-color: rgb(185 28 28 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/60:focus{--tw-shadow-color: rgb(185 28 28 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/65:focus{--tw-shadow-color: rgb(185 28 28 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/70:focus{--tw-shadow-color: rgb(185 28 28 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/75:focus{--tw-shadow-color: rgb(185 28 28 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/80:focus{--tw-shadow-color: rgb(185 28 28 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/85:focus{--tw-shadow-color: rgb(185 28 28 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/90:focus{--tw-shadow-color: rgb(185 28 28 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-700\/95:focus{--tw-shadow-color: rgb(185 28 28 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800:focus{--tw-shadow-color: #991b1b;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/0:focus{--tw-shadow-color: rgb(153 27 27 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/10:focus{--tw-shadow-color: rgb(153 27 27 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/100:focus{--tw-shadow-color: rgb(153 27 27 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/15:focus{--tw-shadow-color: rgb(153 27 27 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/20:focus{--tw-shadow-color: rgb(153 27 27 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/25:focus{--tw-shadow-color: rgb(153 27 27 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/30:focus{--tw-shadow-color: rgb(153 27 27 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/35:focus{--tw-shadow-color: rgb(153 27 27 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/40:focus{--tw-shadow-color: rgb(153 27 27 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/45:focus{--tw-shadow-color: rgb(153 27 27 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/5:focus{--tw-shadow-color: rgb(153 27 27 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/50:focus{--tw-shadow-color: rgb(153 27 27 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/55:focus{--tw-shadow-color: rgb(153 27 27 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/60:focus{--tw-shadow-color: rgb(153 27 27 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/65:focus{--tw-shadow-color: rgb(153 27 27 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/70:focus{--tw-shadow-color: rgb(153 27 27 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/75:focus{--tw-shadow-color: rgb(153 27 27 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/80:focus{--tw-shadow-color: rgb(153 27 27 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/85:focus{--tw-shadow-color: rgb(153 27 27 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/90:focus{--tw-shadow-color: rgb(153 27 27 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-800\/95:focus{--tw-shadow-color: rgb(153 27 27 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900:focus{--tw-shadow-color: #7f1d1d;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/0:focus{--tw-shadow-color: rgb(127 29 29 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/10:focus{--tw-shadow-color: rgb(127 29 29 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/100:focus{--tw-shadow-color: rgb(127 29 29 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/15:focus{--tw-shadow-color: rgb(127 29 29 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/20:focus{--tw-shadow-color: rgb(127 29 29 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/25:focus{--tw-shadow-color: rgb(127 29 29 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/30:focus{--tw-shadow-color: rgb(127 29 29 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/35:focus{--tw-shadow-color: rgb(127 29 29 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/40:focus{--tw-shadow-color: rgb(127 29 29 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/45:focus{--tw-shadow-color: rgb(127 29 29 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/5:focus{--tw-shadow-color: rgb(127 29 29 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/50:focus{--tw-shadow-color: rgb(127 29 29 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/55:focus{--tw-shadow-color: rgb(127 29 29 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/60:focus{--tw-shadow-color: rgb(127 29 29 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/65:focus{--tw-shadow-color: rgb(127 29 29 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/70:focus{--tw-shadow-color: rgb(127 29 29 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/75:focus{--tw-shadow-color: rgb(127 29 29 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/80:focus{--tw-shadow-color: rgb(127 29 29 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/85:focus{--tw-shadow-color: rgb(127 29 29 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/90:focus{--tw-shadow-color: rgb(127 29 29 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-900\/95:focus{--tw-shadow-color: rgb(127 29 29 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950:focus{--tw-shadow-color: #450a0a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/0:focus{--tw-shadow-color: rgb(69 10 10 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/10:focus{--tw-shadow-color: rgb(69 10 10 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/100:focus{--tw-shadow-color: rgb(69 10 10 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/15:focus{--tw-shadow-color: rgb(69 10 10 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/20:focus{--tw-shadow-color: rgb(69 10 10 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/25:focus{--tw-shadow-color: rgb(69 10 10 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/30:focus{--tw-shadow-color: rgb(69 10 10 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/35:focus{--tw-shadow-color: rgb(69 10 10 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/40:focus{--tw-shadow-color: rgb(69 10 10 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/45:focus{--tw-shadow-color: rgb(69 10 10 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/5:focus{--tw-shadow-color: rgb(69 10 10 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/50:focus{--tw-shadow-color: rgb(69 10 10 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/55:focus{--tw-shadow-color: rgb(69 10 10 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/60:focus{--tw-shadow-color: rgb(69 10 10 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/65:focus{--tw-shadow-color: rgb(69 10 10 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/70:focus{--tw-shadow-color: rgb(69 10 10 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/75:focus{--tw-shadow-color: rgb(69 10 10 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/80:focus{--tw-shadow-color: rgb(69 10 10 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/85:focus{--tw-shadow-color: rgb(69 10 10 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/90:focus{--tw-shadow-color: rgb(69 10 10 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-red-950\/95:focus{--tw-shadow-color: rgb(69 10 10 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-ring:focus{--tw-shadow-color: var(--ring);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100:focus{--tw-shadow-color: #ffe4e6;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/0:focus{--tw-shadow-color: rgb(255 228 230 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/10:focus{--tw-shadow-color: rgb(255 228 230 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/100:focus{--tw-shadow-color: rgb(255 228 230 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/15:focus{--tw-shadow-color: rgb(255 228 230 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/20:focus{--tw-shadow-color: rgb(255 228 230 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/25:focus{--tw-shadow-color: rgb(255 228 230 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/30:focus{--tw-shadow-color: rgb(255 228 230 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/35:focus{--tw-shadow-color: rgb(255 228 230 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/40:focus{--tw-shadow-color: rgb(255 228 230 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/45:focus{--tw-shadow-color: rgb(255 228 230 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/5:focus{--tw-shadow-color: rgb(255 228 230 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/50:focus{--tw-shadow-color: rgb(255 228 230 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/55:focus{--tw-shadow-color: rgb(255 228 230 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/60:focus{--tw-shadow-color: rgb(255 228 230 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/65:focus{--tw-shadow-color: rgb(255 228 230 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/70:focus{--tw-shadow-color: rgb(255 228 230 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/75:focus{--tw-shadow-color: rgb(255 228 230 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/80:focus{--tw-shadow-color: rgb(255 228 230 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/85:focus{--tw-shadow-color: rgb(255 228 230 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/90:focus{--tw-shadow-color: rgb(255 228 230 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-100\/95:focus{--tw-shadow-color: rgb(255 228 230 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200:focus{--tw-shadow-color: #fecdd3;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/0:focus{--tw-shadow-color: rgb(254 205 211 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/10:focus{--tw-shadow-color: rgb(254 205 211 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/100:focus{--tw-shadow-color: rgb(254 205 211 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/15:focus{--tw-shadow-color: rgb(254 205 211 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/20:focus{--tw-shadow-color: rgb(254 205 211 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/25:focus{--tw-shadow-color: rgb(254 205 211 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/30:focus{--tw-shadow-color: rgb(254 205 211 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/35:focus{--tw-shadow-color: rgb(254 205 211 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/40:focus{--tw-shadow-color: rgb(254 205 211 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/45:focus{--tw-shadow-color: rgb(254 205 211 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/5:focus{--tw-shadow-color: rgb(254 205 211 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/50:focus{--tw-shadow-color: rgb(254 205 211 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/55:focus{--tw-shadow-color: rgb(254 205 211 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/60:focus{--tw-shadow-color: rgb(254 205 211 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/65:focus{--tw-shadow-color: rgb(254 205 211 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/70:focus{--tw-shadow-color: rgb(254 205 211 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/75:focus{--tw-shadow-color: rgb(254 205 211 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/80:focus{--tw-shadow-color: rgb(254 205 211 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/85:focus{--tw-shadow-color: rgb(254 205 211 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/90:focus{--tw-shadow-color: rgb(254 205 211 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-200\/95:focus{--tw-shadow-color: rgb(254 205 211 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300:focus{--tw-shadow-color: #fda4af;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/0:focus{--tw-shadow-color: rgb(253 164 175 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/10:focus{--tw-shadow-color: rgb(253 164 175 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/100:focus{--tw-shadow-color: rgb(253 164 175 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/15:focus{--tw-shadow-color: rgb(253 164 175 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/20:focus{--tw-shadow-color: rgb(253 164 175 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/25:focus{--tw-shadow-color: rgb(253 164 175 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/30:focus{--tw-shadow-color: rgb(253 164 175 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/35:focus{--tw-shadow-color: rgb(253 164 175 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/40:focus{--tw-shadow-color: rgb(253 164 175 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/45:focus{--tw-shadow-color: rgb(253 164 175 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/5:focus{--tw-shadow-color: rgb(253 164 175 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/50:focus{--tw-shadow-color: rgb(253 164 175 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/55:focus{--tw-shadow-color: rgb(253 164 175 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/60:focus{--tw-shadow-color: rgb(253 164 175 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/65:focus{--tw-shadow-color: rgb(253 164 175 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/70:focus{--tw-shadow-color: rgb(253 164 175 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/75:focus{--tw-shadow-color: rgb(253 164 175 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/80:focus{--tw-shadow-color: rgb(253 164 175 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/85:focus{--tw-shadow-color: rgb(253 164 175 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/90:focus{--tw-shadow-color: rgb(253 164 175 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-300\/95:focus{--tw-shadow-color: rgb(253 164 175 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400:focus{--tw-shadow-color: #fb7185;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/0:focus{--tw-shadow-color: rgb(251 113 133 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/10:focus{--tw-shadow-color: rgb(251 113 133 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/100:focus{--tw-shadow-color: rgb(251 113 133 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/15:focus{--tw-shadow-color: rgb(251 113 133 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/20:focus{--tw-shadow-color: rgb(251 113 133 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/25:focus{--tw-shadow-color: rgb(251 113 133 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/30:focus{--tw-shadow-color: rgb(251 113 133 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/35:focus{--tw-shadow-color: rgb(251 113 133 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/40:focus{--tw-shadow-color: rgb(251 113 133 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/45:focus{--tw-shadow-color: rgb(251 113 133 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/5:focus{--tw-shadow-color: rgb(251 113 133 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/50:focus{--tw-shadow-color: rgb(251 113 133 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/55:focus{--tw-shadow-color: rgb(251 113 133 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/60:focus{--tw-shadow-color: rgb(251 113 133 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/65:focus{--tw-shadow-color: rgb(251 113 133 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/70:focus{--tw-shadow-color: rgb(251 113 133 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/75:focus{--tw-shadow-color: rgb(251 113 133 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/80:focus{--tw-shadow-color: rgb(251 113 133 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/85:focus{--tw-shadow-color: rgb(251 113 133 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/90:focus{--tw-shadow-color: rgb(251 113 133 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-400\/95:focus{--tw-shadow-color: rgb(251 113 133 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50:focus{--tw-shadow-color: #fff1f2;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/0:focus{--tw-shadow-color: rgb(255 241 242 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/10:focus{--tw-shadow-color: rgb(255 241 242 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/100:focus{--tw-shadow-color: rgb(255 241 242 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/15:focus{--tw-shadow-color: rgb(255 241 242 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/20:focus{--tw-shadow-color: rgb(255 241 242 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/25:focus{--tw-shadow-color: rgb(255 241 242 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/30:focus{--tw-shadow-color: rgb(255 241 242 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/35:focus{--tw-shadow-color: rgb(255 241 242 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/40:focus{--tw-shadow-color: rgb(255 241 242 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/45:focus{--tw-shadow-color: rgb(255 241 242 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/5:focus{--tw-shadow-color: rgb(255 241 242 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/50:focus{--tw-shadow-color: rgb(255 241 242 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/55:focus{--tw-shadow-color: rgb(255 241 242 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/60:focus{--tw-shadow-color: rgb(255 241 242 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/65:focus{--tw-shadow-color: rgb(255 241 242 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/70:focus{--tw-shadow-color: rgb(255 241 242 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/75:focus{--tw-shadow-color: rgb(255 241 242 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/80:focus{--tw-shadow-color: rgb(255 241 242 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/85:focus{--tw-shadow-color: rgb(255 241 242 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/90:focus{--tw-shadow-color: rgb(255 241 242 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-50\/95:focus{--tw-shadow-color: rgb(255 241 242 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500:focus{--tw-shadow-color: #f43f5e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/0:focus{--tw-shadow-color: rgb(244 63 94 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/10:focus{--tw-shadow-color: rgb(244 63 94 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/100:focus{--tw-shadow-color: rgb(244 63 94 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/15:focus{--tw-shadow-color: rgb(244 63 94 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/20:focus{--tw-shadow-color: rgb(244 63 94 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/25:focus{--tw-shadow-color: rgb(244 63 94 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/30:focus{--tw-shadow-color: rgb(244 63 94 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/35:focus{--tw-shadow-color: rgb(244 63 94 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/40:focus{--tw-shadow-color: rgb(244 63 94 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/45:focus{--tw-shadow-color: rgb(244 63 94 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/5:focus{--tw-shadow-color: rgb(244 63 94 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/50:focus{--tw-shadow-color: rgb(244 63 94 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/55:focus{--tw-shadow-color: rgb(244 63 94 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/60:focus{--tw-shadow-color: rgb(244 63 94 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/65:focus{--tw-shadow-color: rgb(244 63 94 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/70:focus{--tw-shadow-color: rgb(244 63 94 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/75:focus{--tw-shadow-color: rgb(244 63 94 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/80:focus{--tw-shadow-color: rgb(244 63 94 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/85:focus{--tw-shadow-color: rgb(244 63 94 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/90:focus{--tw-shadow-color: rgb(244 63 94 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-500\/95:focus{--tw-shadow-color: rgb(244 63 94 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600:focus{--tw-shadow-color: #e11d48;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/0:focus{--tw-shadow-color: rgb(225 29 72 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/10:focus{--tw-shadow-color: rgb(225 29 72 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/100:focus{--tw-shadow-color: rgb(225 29 72 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/15:focus{--tw-shadow-color: rgb(225 29 72 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/20:focus{--tw-shadow-color: rgb(225 29 72 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/25:focus{--tw-shadow-color: rgb(225 29 72 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/30:focus{--tw-shadow-color: rgb(225 29 72 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/35:focus{--tw-shadow-color: rgb(225 29 72 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/40:focus{--tw-shadow-color: rgb(225 29 72 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/45:focus{--tw-shadow-color: rgb(225 29 72 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/5:focus{--tw-shadow-color: rgb(225 29 72 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/50:focus{--tw-shadow-color: rgb(225 29 72 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/55:focus{--tw-shadow-color: rgb(225 29 72 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/60:focus{--tw-shadow-color: rgb(225 29 72 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/65:focus{--tw-shadow-color: rgb(225 29 72 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/70:focus{--tw-shadow-color: rgb(225 29 72 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/75:focus{--tw-shadow-color: rgb(225 29 72 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/80:focus{--tw-shadow-color: rgb(225 29 72 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/85:focus{--tw-shadow-color: rgb(225 29 72 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/90:focus{--tw-shadow-color: rgb(225 29 72 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-600\/95:focus{--tw-shadow-color: rgb(225 29 72 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700:focus{--tw-shadow-color: #be123c;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/0:focus{--tw-shadow-color: rgb(190 18 60 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/10:focus{--tw-shadow-color: rgb(190 18 60 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/100:focus{--tw-shadow-color: rgb(190 18 60 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/15:focus{--tw-shadow-color: rgb(190 18 60 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/20:focus{--tw-shadow-color: rgb(190 18 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/25:focus{--tw-shadow-color: rgb(190 18 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/30:focus{--tw-shadow-color: rgb(190 18 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/35:focus{--tw-shadow-color: rgb(190 18 60 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/40:focus{--tw-shadow-color: rgb(190 18 60 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/45:focus{--tw-shadow-color: rgb(190 18 60 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/5:focus{--tw-shadow-color: rgb(190 18 60 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/50:focus{--tw-shadow-color: rgb(190 18 60 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/55:focus{--tw-shadow-color: rgb(190 18 60 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/60:focus{--tw-shadow-color: rgb(190 18 60 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/65:focus{--tw-shadow-color: rgb(190 18 60 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/70:focus{--tw-shadow-color: rgb(190 18 60 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/75:focus{--tw-shadow-color: rgb(190 18 60 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/80:focus{--tw-shadow-color: rgb(190 18 60 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/85:focus{--tw-shadow-color: rgb(190 18 60 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/90:focus{--tw-shadow-color: rgb(190 18 60 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-700\/95:focus{--tw-shadow-color: rgb(190 18 60 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800:focus{--tw-shadow-color: #9f1239;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/0:focus{--tw-shadow-color: rgb(159 18 57 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/10:focus{--tw-shadow-color: rgb(159 18 57 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/100:focus{--tw-shadow-color: rgb(159 18 57 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/15:focus{--tw-shadow-color: rgb(159 18 57 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/20:focus{--tw-shadow-color: rgb(159 18 57 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/25:focus{--tw-shadow-color: rgb(159 18 57 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/30:focus{--tw-shadow-color: rgb(159 18 57 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/35:focus{--tw-shadow-color: rgb(159 18 57 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/40:focus{--tw-shadow-color: rgb(159 18 57 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/45:focus{--tw-shadow-color: rgb(159 18 57 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/5:focus{--tw-shadow-color: rgb(159 18 57 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/50:focus{--tw-shadow-color: rgb(159 18 57 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/55:focus{--tw-shadow-color: rgb(159 18 57 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/60:focus{--tw-shadow-color: rgb(159 18 57 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/65:focus{--tw-shadow-color: rgb(159 18 57 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/70:focus{--tw-shadow-color: rgb(159 18 57 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/75:focus{--tw-shadow-color: rgb(159 18 57 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/80:focus{--tw-shadow-color: rgb(159 18 57 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/85:focus{--tw-shadow-color: rgb(159 18 57 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/90:focus{--tw-shadow-color: rgb(159 18 57 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-800\/95:focus{--tw-shadow-color: rgb(159 18 57 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900:focus{--tw-shadow-color: #881337;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/0:focus{--tw-shadow-color: rgb(136 19 55 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/10:focus{--tw-shadow-color: rgb(136 19 55 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/100:focus{--tw-shadow-color: rgb(136 19 55 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/15:focus{--tw-shadow-color: rgb(136 19 55 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/20:focus{--tw-shadow-color: rgb(136 19 55 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/25:focus{--tw-shadow-color: rgb(136 19 55 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/30:focus{--tw-shadow-color: rgb(136 19 55 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/35:focus{--tw-shadow-color: rgb(136 19 55 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/40:focus{--tw-shadow-color: rgb(136 19 55 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/45:focus{--tw-shadow-color: rgb(136 19 55 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/5:focus{--tw-shadow-color: rgb(136 19 55 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/50:focus{--tw-shadow-color: rgb(136 19 55 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/55:focus{--tw-shadow-color: rgb(136 19 55 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/60:focus{--tw-shadow-color: rgb(136 19 55 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/65:focus{--tw-shadow-color: rgb(136 19 55 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/70:focus{--tw-shadow-color: rgb(136 19 55 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/75:focus{--tw-shadow-color: rgb(136 19 55 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/80:focus{--tw-shadow-color: rgb(136 19 55 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/85:focus{--tw-shadow-color: rgb(136 19 55 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/90:focus{--tw-shadow-color: rgb(136 19 55 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-900\/95:focus{--tw-shadow-color: rgb(136 19 55 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950:focus{--tw-shadow-color: #4c0519;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/0:focus{--tw-shadow-color: rgb(76 5 25 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/10:focus{--tw-shadow-color: rgb(76 5 25 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/100:focus{--tw-shadow-color: rgb(76 5 25 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/15:focus{--tw-shadow-color: rgb(76 5 25 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/20:focus{--tw-shadow-color: rgb(76 5 25 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/25:focus{--tw-shadow-color: rgb(76 5 25 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/30:focus{--tw-shadow-color: rgb(76 5 25 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/35:focus{--tw-shadow-color: rgb(76 5 25 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/40:focus{--tw-shadow-color: rgb(76 5 25 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/45:focus{--tw-shadow-color: rgb(76 5 25 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/5:focus{--tw-shadow-color: rgb(76 5 25 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/50:focus{--tw-shadow-color: rgb(76 5 25 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/55:focus{--tw-shadow-color: rgb(76 5 25 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/60:focus{--tw-shadow-color: rgb(76 5 25 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/65:focus{--tw-shadow-color: rgb(76 5 25 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/70:focus{--tw-shadow-color: rgb(76 5 25 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/75:focus{--tw-shadow-color: rgb(76 5 25 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/80:focus{--tw-shadow-color: rgb(76 5 25 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/85:focus{--tw-shadow-color: rgb(76 5 25 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/90:focus{--tw-shadow-color: rgb(76 5 25 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-rose-950\/95:focus{--tw-shadow-color: rgb(76 5 25 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-secondary:focus{--tw-shadow-color: var(--secondary);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-secondary-foreground:focus{--tw-shadow-color: var(--secondary-foreground);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100:focus{--tw-shadow-color: #e0f2fe;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/0:focus{--tw-shadow-color: rgb(224 242 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/10:focus{--tw-shadow-color: rgb(224 242 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/100:focus{--tw-shadow-color: rgb(224 242 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/15:focus{--tw-shadow-color: rgb(224 242 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/20:focus{--tw-shadow-color: rgb(224 242 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/25:focus{--tw-shadow-color: rgb(224 242 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/30:focus{--tw-shadow-color: rgb(224 242 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/35:focus{--tw-shadow-color: rgb(224 242 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/40:focus{--tw-shadow-color: rgb(224 242 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/45:focus{--tw-shadow-color: rgb(224 242 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/5:focus{--tw-shadow-color: rgb(224 242 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/50:focus{--tw-shadow-color: rgb(224 242 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/55:focus{--tw-shadow-color: rgb(224 242 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/60:focus{--tw-shadow-color: rgb(224 242 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/65:focus{--tw-shadow-color: rgb(224 242 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/70:focus{--tw-shadow-color: rgb(224 242 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/75:focus{--tw-shadow-color: rgb(224 242 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/80:focus{--tw-shadow-color: rgb(224 242 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/85:focus{--tw-shadow-color: rgb(224 242 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/90:focus{--tw-shadow-color: rgb(224 242 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-100\/95:focus{--tw-shadow-color: rgb(224 242 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200:focus{--tw-shadow-color: #bae6fd;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/0:focus{--tw-shadow-color: rgb(186 230 253 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/10:focus{--tw-shadow-color: rgb(186 230 253 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/100:focus{--tw-shadow-color: rgb(186 230 253 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/15:focus{--tw-shadow-color: rgb(186 230 253 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/20:focus{--tw-shadow-color: rgb(186 230 253 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/25:focus{--tw-shadow-color: rgb(186 230 253 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/30:focus{--tw-shadow-color: rgb(186 230 253 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/35:focus{--tw-shadow-color: rgb(186 230 253 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/40:focus{--tw-shadow-color: rgb(186 230 253 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/45:focus{--tw-shadow-color: rgb(186 230 253 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/5:focus{--tw-shadow-color: rgb(186 230 253 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/50:focus{--tw-shadow-color: rgb(186 230 253 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/55:focus{--tw-shadow-color: rgb(186 230 253 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/60:focus{--tw-shadow-color: rgb(186 230 253 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/65:focus{--tw-shadow-color: rgb(186 230 253 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/70:focus{--tw-shadow-color: rgb(186 230 253 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/75:focus{--tw-shadow-color: rgb(186 230 253 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/80:focus{--tw-shadow-color: rgb(186 230 253 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/85:focus{--tw-shadow-color: rgb(186 230 253 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/90:focus{--tw-shadow-color: rgb(186 230 253 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-200\/95:focus{--tw-shadow-color: rgb(186 230 253 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300:focus{--tw-shadow-color: #7dd3fc;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/0:focus{--tw-shadow-color: rgb(125 211 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/10:focus{--tw-shadow-color: rgb(125 211 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/100:focus{--tw-shadow-color: rgb(125 211 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/15:focus{--tw-shadow-color: rgb(125 211 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/20:focus{--tw-shadow-color: rgb(125 211 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/25:focus{--tw-shadow-color: rgb(125 211 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/30:focus{--tw-shadow-color: rgb(125 211 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/35:focus{--tw-shadow-color: rgb(125 211 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/40:focus{--tw-shadow-color: rgb(125 211 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/45:focus{--tw-shadow-color: rgb(125 211 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/5:focus{--tw-shadow-color: rgb(125 211 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/50:focus{--tw-shadow-color: rgb(125 211 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/55:focus{--tw-shadow-color: rgb(125 211 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/60:focus{--tw-shadow-color: rgb(125 211 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/65:focus{--tw-shadow-color: rgb(125 211 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/70:focus{--tw-shadow-color: rgb(125 211 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/75:focus{--tw-shadow-color: rgb(125 211 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/80:focus{--tw-shadow-color: rgb(125 211 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/85:focus{--tw-shadow-color: rgb(125 211 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/90:focus{--tw-shadow-color: rgb(125 211 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-300\/95:focus{--tw-shadow-color: rgb(125 211 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400:focus{--tw-shadow-color: #38bdf8;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/0:focus{--tw-shadow-color: rgb(56 189 248 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/10:focus{--tw-shadow-color: rgb(56 189 248 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/100:focus{--tw-shadow-color: rgb(56 189 248 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/15:focus{--tw-shadow-color: rgb(56 189 248 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/20:focus{--tw-shadow-color: rgb(56 189 248 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/25:focus{--tw-shadow-color: rgb(56 189 248 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/30:focus{--tw-shadow-color: rgb(56 189 248 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/35:focus{--tw-shadow-color: rgb(56 189 248 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/40:focus{--tw-shadow-color: rgb(56 189 248 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/45:focus{--tw-shadow-color: rgb(56 189 248 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/5:focus{--tw-shadow-color: rgb(56 189 248 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/50:focus{--tw-shadow-color: rgb(56 189 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/55:focus{--tw-shadow-color: rgb(56 189 248 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/60:focus{--tw-shadow-color: rgb(56 189 248 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/65:focus{--tw-shadow-color: rgb(56 189 248 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/70:focus{--tw-shadow-color: rgb(56 189 248 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/75:focus{--tw-shadow-color: rgb(56 189 248 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/80:focus{--tw-shadow-color: rgb(56 189 248 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/85:focus{--tw-shadow-color: rgb(56 189 248 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/90:focus{--tw-shadow-color: rgb(56 189 248 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-400\/95:focus{--tw-shadow-color: rgb(56 189 248 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50:focus{--tw-shadow-color: #f0f9ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/0:focus{--tw-shadow-color: rgb(240 249 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/10:focus{--tw-shadow-color: rgb(240 249 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/100:focus{--tw-shadow-color: rgb(240 249 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/15:focus{--tw-shadow-color: rgb(240 249 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/20:focus{--tw-shadow-color: rgb(240 249 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/25:focus{--tw-shadow-color: rgb(240 249 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/30:focus{--tw-shadow-color: rgb(240 249 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/35:focus{--tw-shadow-color: rgb(240 249 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/40:focus{--tw-shadow-color: rgb(240 249 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/45:focus{--tw-shadow-color: rgb(240 249 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/5:focus{--tw-shadow-color: rgb(240 249 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/50:focus{--tw-shadow-color: rgb(240 249 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/55:focus{--tw-shadow-color: rgb(240 249 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/60:focus{--tw-shadow-color: rgb(240 249 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/65:focus{--tw-shadow-color: rgb(240 249 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/70:focus{--tw-shadow-color: rgb(240 249 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/75:focus{--tw-shadow-color: rgb(240 249 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/80:focus{--tw-shadow-color: rgb(240 249 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/85:focus{--tw-shadow-color: rgb(240 249 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/90:focus{--tw-shadow-color: rgb(240 249 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-50\/95:focus{--tw-shadow-color: rgb(240 249 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500:focus{--tw-shadow-color: #0ea5e9;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/0:focus{--tw-shadow-color: rgb(14 165 233 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/10:focus{--tw-shadow-color: rgb(14 165 233 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/100:focus{--tw-shadow-color: rgb(14 165 233 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/15:focus{--tw-shadow-color: rgb(14 165 233 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/20:focus{--tw-shadow-color: rgb(14 165 233 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/25:focus{--tw-shadow-color: rgb(14 165 233 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/30:focus{--tw-shadow-color: rgb(14 165 233 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/35:focus{--tw-shadow-color: rgb(14 165 233 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/40:focus{--tw-shadow-color: rgb(14 165 233 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/45:focus{--tw-shadow-color: rgb(14 165 233 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/5:focus{--tw-shadow-color: rgb(14 165 233 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/50:focus{--tw-shadow-color: rgb(14 165 233 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/55:focus{--tw-shadow-color: rgb(14 165 233 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/60:focus{--tw-shadow-color: rgb(14 165 233 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/65:focus{--tw-shadow-color: rgb(14 165 233 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/70:focus{--tw-shadow-color: rgb(14 165 233 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/75:focus{--tw-shadow-color: rgb(14 165 233 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/80:focus{--tw-shadow-color: rgb(14 165 233 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/85:focus{--tw-shadow-color: rgb(14 165 233 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/90:focus{--tw-shadow-color: rgb(14 165 233 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-500\/95:focus{--tw-shadow-color: rgb(14 165 233 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600:focus{--tw-shadow-color: #0284c7;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/0:focus{--tw-shadow-color: rgb(2 132 199 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/10:focus{--tw-shadow-color: rgb(2 132 199 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/100:focus{--tw-shadow-color: rgb(2 132 199 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/15:focus{--tw-shadow-color: rgb(2 132 199 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/20:focus{--tw-shadow-color: rgb(2 132 199 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/25:focus{--tw-shadow-color: rgb(2 132 199 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/30:focus{--tw-shadow-color: rgb(2 132 199 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/35:focus{--tw-shadow-color: rgb(2 132 199 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/40:focus{--tw-shadow-color: rgb(2 132 199 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/45:focus{--tw-shadow-color: rgb(2 132 199 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/5:focus{--tw-shadow-color: rgb(2 132 199 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/50:focus{--tw-shadow-color: rgb(2 132 199 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/55:focus{--tw-shadow-color: rgb(2 132 199 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/60:focus{--tw-shadow-color: rgb(2 132 199 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/65:focus{--tw-shadow-color: rgb(2 132 199 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/70:focus{--tw-shadow-color: rgb(2 132 199 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/75:focus{--tw-shadow-color: rgb(2 132 199 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/80:focus{--tw-shadow-color: rgb(2 132 199 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/85:focus{--tw-shadow-color: rgb(2 132 199 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/90:focus{--tw-shadow-color: rgb(2 132 199 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-600\/95:focus{--tw-shadow-color: rgb(2 132 199 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700:focus{--tw-shadow-color: #0369a1;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/0:focus{--tw-shadow-color: rgb(3 105 161 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/10:focus{--tw-shadow-color: rgb(3 105 161 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/100:focus{--tw-shadow-color: rgb(3 105 161 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/15:focus{--tw-shadow-color: rgb(3 105 161 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/20:focus{--tw-shadow-color: rgb(3 105 161 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/25:focus{--tw-shadow-color: rgb(3 105 161 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/30:focus{--tw-shadow-color: rgb(3 105 161 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/35:focus{--tw-shadow-color: rgb(3 105 161 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/40:focus{--tw-shadow-color: rgb(3 105 161 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/45:focus{--tw-shadow-color: rgb(3 105 161 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/5:focus{--tw-shadow-color: rgb(3 105 161 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/50:focus{--tw-shadow-color: rgb(3 105 161 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/55:focus{--tw-shadow-color: rgb(3 105 161 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/60:focus{--tw-shadow-color: rgb(3 105 161 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/65:focus{--tw-shadow-color: rgb(3 105 161 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/70:focus{--tw-shadow-color: rgb(3 105 161 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/75:focus{--tw-shadow-color: rgb(3 105 161 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/80:focus{--tw-shadow-color: rgb(3 105 161 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/85:focus{--tw-shadow-color: rgb(3 105 161 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/90:focus{--tw-shadow-color: rgb(3 105 161 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-700\/95:focus{--tw-shadow-color: rgb(3 105 161 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800:focus{--tw-shadow-color: #075985;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/0:focus{--tw-shadow-color: rgb(7 89 133 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/10:focus{--tw-shadow-color: rgb(7 89 133 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/100:focus{--tw-shadow-color: rgb(7 89 133 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/15:focus{--tw-shadow-color: rgb(7 89 133 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/20:focus{--tw-shadow-color: rgb(7 89 133 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/25:focus{--tw-shadow-color: rgb(7 89 133 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/30:focus{--tw-shadow-color: rgb(7 89 133 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/35:focus{--tw-shadow-color: rgb(7 89 133 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/40:focus{--tw-shadow-color: rgb(7 89 133 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/45:focus{--tw-shadow-color: rgb(7 89 133 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/5:focus{--tw-shadow-color: rgb(7 89 133 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/50:focus{--tw-shadow-color: rgb(7 89 133 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/55:focus{--tw-shadow-color: rgb(7 89 133 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/60:focus{--tw-shadow-color: rgb(7 89 133 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/65:focus{--tw-shadow-color: rgb(7 89 133 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/70:focus{--tw-shadow-color: rgb(7 89 133 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/75:focus{--tw-shadow-color: rgb(7 89 133 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/80:focus{--tw-shadow-color: rgb(7 89 133 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/85:focus{--tw-shadow-color: rgb(7 89 133 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/90:focus{--tw-shadow-color: rgb(7 89 133 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-800\/95:focus{--tw-shadow-color: rgb(7 89 133 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900:focus{--tw-shadow-color: #0c4a6e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/0:focus{--tw-shadow-color: rgb(12 74 110 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/10:focus{--tw-shadow-color: rgb(12 74 110 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/100:focus{--tw-shadow-color: rgb(12 74 110 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/15:focus{--tw-shadow-color: rgb(12 74 110 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/20:focus{--tw-shadow-color: rgb(12 74 110 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/25:focus{--tw-shadow-color: rgb(12 74 110 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/30:focus{--tw-shadow-color: rgb(12 74 110 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/35:focus{--tw-shadow-color: rgb(12 74 110 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/40:focus{--tw-shadow-color: rgb(12 74 110 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/45:focus{--tw-shadow-color: rgb(12 74 110 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/5:focus{--tw-shadow-color: rgb(12 74 110 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/50:focus{--tw-shadow-color: rgb(12 74 110 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/55:focus{--tw-shadow-color: rgb(12 74 110 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/60:focus{--tw-shadow-color: rgb(12 74 110 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/65:focus{--tw-shadow-color: rgb(12 74 110 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/70:focus{--tw-shadow-color: rgb(12 74 110 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/75:focus{--tw-shadow-color: rgb(12 74 110 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/80:focus{--tw-shadow-color: rgb(12 74 110 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/85:focus{--tw-shadow-color: rgb(12 74 110 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/90:focus{--tw-shadow-color: rgb(12 74 110 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-900\/95:focus{--tw-shadow-color: rgb(12 74 110 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950:focus{--tw-shadow-color: #082f49;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/0:focus{--tw-shadow-color: rgb(8 47 73 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/10:focus{--tw-shadow-color: rgb(8 47 73 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/100:focus{--tw-shadow-color: rgb(8 47 73 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/15:focus{--tw-shadow-color: rgb(8 47 73 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/20:focus{--tw-shadow-color: rgb(8 47 73 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/25:focus{--tw-shadow-color: rgb(8 47 73 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/30:focus{--tw-shadow-color: rgb(8 47 73 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/35:focus{--tw-shadow-color: rgb(8 47 73 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/40:focus{--tw-shadow-color: rgb(8 47 73 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/45:focus{--tw-shadow-color: rgb(8 47 73 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/5:focus{--tw-shadow-color: rgb(8 47 73 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/50:focus{--tw-shadow-color: rgb(8 47 73 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/55:focus{--tw-shadow-color: rgb(8 47 73 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/60:focus{--tw-shadow-color: rgb(8 47 73 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/65:focus{--tw-shadow-color: rgb(8 47 73 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/70:focus{--tw-shadow-color: rgb(8 47 73 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/75:focus{--tw-shadow-color: rgb(8 47 73 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/80:focus{--tw-shadow-color: rgb(8 47 73 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/85:focus{--tw-shadow-color: rgb(8 47 73 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/90:focus{--tw-shadow-color: rgb(8 47 73 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-sky-950\/95:focus{--tw-shadow-color: rgb(8 47 73 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100:focus{--tw-shadow-color: #f1f5f9;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/0:focus{--tw-shadow-color: rgb(241 245 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/10:focus{--tw-shadow-color: rgb(241 245 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/100:focus{--tw-shadow-color: rgb(241 245 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/15:focus{--tw-shadow-color: rgb(241 245 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/20:focus{--tw-shadow-color: rgb(241 245 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/25:focus{--tw-shadow-color: rgb(241 245 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/30:focus{--tw-shadow-color: rgb(241 245 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/35:focus{--tw-shadow-color: rgb(241 245 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/40:focus{--tw-shadow-color: rgb(241 245 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/45:focus{--tw-shadow-color: rgb(241 245 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/5:focus{--tw-shadow-color: rgb(241 245 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/50:focus{--tw-shadow-color: rgb(241 245 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/55:focus{--tw-shadow-color: rgb(241 245 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/60:focus{--tw-shadow-color: rgb(241 245 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/65:focus{--tw-shadow-color: rgb(241 245 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/70:focus{--tw-shadow-color: rgb(241 245 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/75:focus{--tw-shadow-color: rgb(241 245 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/80:focus{--tw-shadow-color: rgb(241 245 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/85:focus{--tw-shadow-color: rgb(241 245 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/90:focus{--tw-shadow-color: rgb(241 245 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-100\/95:focus{--tw-shadow-color: rgb(241 245 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200:focus{--tw-shadow-color: #e2e8f0;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/0:focus{--tw-shadow-color: rgb(226 232 240 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/10:focus{--tw-shadow-color: rgb(226 232 240 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/100:focus{--tw-shadow-color: rgb(226 232 240 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/15:focus{--tw-shadow-color: rgb(226 232 240 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/20:focus{--tw-shadow-color: rgb(226 232 240 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/25:focus{--tw-shadow-color: rgb(226 232 240 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/30:focus{--tw-shadow-color: rgb(226 232 240 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/35:focus{--tw-shadow-color: rgb(226 232 240 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/40:focus{--tw-shadow-color: rgb(226 232 240 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/45:focus{--tw-shadow-color: rgb(226 232 240 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/5:focus{--tw-shadow-color: rgb(226 232 240 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/50:focus{--tw-shadow-color: rgb(226 232 240 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/55:focus{--tw-shadow-color: rgb(226 232 240 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/60:focus{--tw-shadow-color: rgb(226 232 240 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/65:focus{--tw-shadow-color: rgb(226 232 240 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/70:focus{--tw-shadow-color: rgb(226 232 240 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/75:focus{--tw-shadow-color: rgb(226 232 240 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/80:focus{--tw-shadow-color: rgb(226 232 240 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/85:focus{--tw-shadow-color: rgb(226 232 240 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/90:focus{--tw-shadow-color: rgb(226 232 240 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-200\/95:focus{--tw-shadow-color: rgb(226 232 240 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300:focus{--tw-shadow-color: #cbd5e1;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/0:focus{--tw-shadow-color: rgb(203 213 225 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/10:focus{--tw-shadow-color: rgb(203 213 225 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/100:focus{--tw-shadow-color: rgb(203 213 225 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/15:focus{--tw-shadow-color: rgb(203 213 225 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/20:focus{--tw-shadow-color: rgb(203 213 225 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/25:focus{--tw-shadow-color: rgb(203 213 225 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/30:focus{--tw-shadow-color: rgb(203 213 225 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/35:focus{--tw-shadow-color: rgb(203 213 225 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/40:focus{--tw-shadow-color: rgb(203 213 225 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/45:focus{--tw-shadow-color: rgb(203 213 225 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/5:focus{--tw-shadow-color: rgb(203 213 225 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/50:focus{--tw-shadow-color: rgb(203 213 225 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/55:focus{--tw-shadow-color: rgb(203 213 225 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/60:focus{--tw-shadow-color: rgb(203 213 225 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/65:focus{--tw-shadow-color: rgb(203 213 225 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/70:focus{--tw-shadow-color: rgb(203 213 225 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/75:focus{--tw-shadow-color: rgb(203 213 225 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/80:focus{--tw-shadow-color: rgb(203 213 225 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/85:focus{--tw-shadow-color: rgb(203 213 225 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/90:focus{--tw-shadow-color: rgb(203 213 225 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-300\/95:focus{--tw-shadow-color: rgb(203 213 225 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400:focus{--tw-shadow-color: #94a3b8;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/0:focus{--tw-shadow-color: rgb(148 163 184 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/10:focus{--tw-shadow-color: rgb(148 163 184 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/100:focus{--tw-shadow-color: rgb(148 163 184 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/15:focus{--tw-shadow-color: rgb(148 163 184 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/20:focus{--tw-shadow-color: rgb(148 163 184 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/25:focus{--tw-shadow-color: rgb(148 163 184 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/30:focus{--tw-shadow-color: rgb(148 163 184 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/35:focus{--tw-shadow-color: rgb(148 163 184 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/40:focus{--tw-shadow-color: rgb(148 163 184 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/45:focus{--tw-shadow-color: rgb(148 163 184 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/5:focus{--tw-shadow-color: rgb(148 163 184 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/50:focus{--tw-shadow-color: rgb(148 163 184 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/55:focus{--tw-shadow-color: rgb(148 163 184 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/60:focus{--tw-shadow-color: rgb(148 163 184 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/65:focus{--tw-shadow-color: rgb(148 163 184 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/70:focus{--tw-shadow-color: rgb(148 163 184 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/75:focus{--tw-shadow-color: rgb(148 163 184 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/80:focus{--tw-shadow-color: rgb(148 163 184 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/85:focus{--tw-shadow-color: rgb(148 163 184 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/90:focus{--tw-shadow-color: rgb(148 163 184 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-400\/95:focus{--tw-shadow-color: rgb(148 163 184 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50:focus{--tw-shadow-color: #f8fafc;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/0:focus{--tw-shadow-color: rgb(248 250 252 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/10:focus{--tw-shadow-color: rgb(248 250 252 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/100:focus{--tw-shadow-color: rgb(248 250 252 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/15:focus{--tw-shadow-color: rgb(248 250 252 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/20:focus{--tw-shadow-color: rgb(248 250 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/25:focus{--tw-shadow-color: rgb(248 250 252 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/30:focus{--tw-shadow-color: rgb(248 250 252 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/35:focus{--tw-shadow-color: rgb(248 250 252 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/40:focus{--tw-shadow-color: rgb(248 250 252 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/45:focus{--tw-shadow-color: rgb(248 250 252 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/5:focus{--tw-shadow-color: rgb(248 250 252 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/50:focus{--tw-shadow-color: rgb(248 250 252 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/55:focus{--tw-shadow-color: rgb(248 250 252 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/60:focus{--tw-shadow-color: rgb(248 250 252 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/65:focus{--tw-shadow-color: rgb(248 250 252 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/70:focus{--tw-shadow-color: rgb(248 250 252 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/75:focus{--tw-shadow-color: rgb(248 250 252 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/80:focus{--tw-shadow-color: rgb(248 250 252 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/85:focus{--tw-shadow-color: rgb(248 250 252 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/90:focus{--tw-shadow-color: rgb(248 250 252 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-50\/95:focus{--tw-shadow-color: rgb(248 250 252 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500:focus{--tw-shadow-color: #64748b;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/0:focus{--tw-shadow-color: rgb(100 116 139 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/10:focus{--tw-shadow-color: rgb(100 116 139 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/100:focus{--tw-shadow-color: rgb(100 116 139 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/15:focus{--tw-shadow-color: rgb(100 116 139 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/20:focus{--tw-shadow-color: rgb(100 116 139 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/25:focus{--tw-shadow-color: rgb(100 116 139 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/30:focus{--tw-shadow-color: rgb(100 116 139 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/35:focus{--tw-shadow-color: rgb(100 116 139 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/40:focus{--tw-shadow-color: rgb(100 116 139 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/45:focus{--tw-shadow-color: rgb(100 116 139 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/5:focus{--tw-shadow-color: rgb(100 116 139 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/50:focus{--tw-shadow-color: rgb(100 116 139 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/55:focus{--tw-shadow-color: rgb(100 116 139 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/60:focus{--tw-shadow-color: rgb(100 116 139 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/65:focus{--tw-shadow-color: rgb(100 116 139 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/70:focus{--tw-shadow-color: rgb(100 116 139 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/75:focus{--tw-shadow-color: rgb(100 116 139 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/80:focus{--tw-shadow-color: rgb(100 116 139 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/85:focus{--tw-shadow-color: rgb(100 116 139 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/90:focus{--tw-shadow-color: rgb(100 116 139 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-500\/95:focus{--tw-shadow-color: rgb(100 116 139 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600:focus{--tw-shadow-color: #475569;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/0:focus{--tw-shadow-color: rgb(71 85 105 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/10:focus{--tw-shadow-color: rgb(71 85 105 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/100:focus{--tw-shadow-color: rgb(71 85 105 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/15:focus{--tw-shadow-color: rgb(71 85 105 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/20:focus{--tw-shadow-color: rgb(71 85 105 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/25:focus{--tw-shadow-color: rgb(71 85 105 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/30:focus{--tw-shadow-color: rgb(71 85 105 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/35:focus{--tw-shadow-color: rgb(71 85 105 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/40:focus{--tw-shadow-color: rgb(71 85 105 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/45:focus{--tw-shadow-color: rgb(71 85 105 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/5:focus{--tw-shadow-color: rgb(71 85 105 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/50:focus{--tw-shadow-color: rgb(71 85 105 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/55:focus{--tw-shadow-color: rgb(71 85 105 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/60:focus{--tw-shadow-color: rgb(71 85 105 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/65:focus{--tw-shadow-color: rgb(71 85 105 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/70:focus{--tw-shadow-color: rgb(71 85 105 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/75:focus{--tw-shadow-color: rgb(71 85 105 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/80:focus{--tw-shadow-color: rgb(71 85 105 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/85:focus{--tw-shadow-color: rgb(71 85 105 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/90:focus{--tw-shadow-color: rgb(71 85 105 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-600\/95:focus{--tw-shadow-color: rgb(71 85 105 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700:focus{--tw-shadow-color: #334155;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/0:focus{--tw-shadow-color: rgb(51 65 85 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/10:focus{--tw-shadow-color: rgb(51 65 85 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/100:focus{--tw-shadow-color: rgb(51 65 85 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/15:focus{--tw-shadow-color: rgb(51 65 85 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/20:focus{--tw-shadow-color: rgb(51 65 85 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/25:focus{--tw-shadow-color: rgb(51 65 85 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/30:focus{--tw-shadow-color: rgb(51 65 85 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/35:focus{--tw-shadow-color: rgb(51 65 85 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/40:focus{--tw-shadow-color: rgb(51 65 85 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/45:focus{--tw-shadow-color: rgb(51 65 85 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/5:focus{--tw-shadow-color: rgb(51 65 85 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/50:focus{--tw-shadow-color: rgb(51 65 85 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/55:focus{--tw-shadow-color: rgb(51 65 85 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/60:focus{--tw-shadow-color: rgb(51 65 85 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/65:focus{--tw-shadow-color: rgb(51 65 85 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/70:focus{--tw-shadow-color: rgb(51 65 85 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/75:focus{--tw-shadow-color: rgb(51 65 85 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/80:focus{--tw-shadow-color: rgb(51 65 85 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/85:focus{--tw-shadow-color: rgb(51 65 85 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/90:focus{--tw-shadow-color: rgb(51 65 85 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-700\/95:focus{--tw-shadow-color: rgb(51 65 85 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800:focus{--tw-shadow-color: #1e293b;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/0:focus{--tw-shadow-color: rgb(30 41 59 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/10:focus{--tw-shadow-color: rgb(30 41 59 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/100:focus{--tw-shadow-color: rgb(30 41 59 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/15:focus{--tw-shadow-color: rgb(30 41 59 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/20:focus{--tw-shadow-color: rgb(30 41 59 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/25:focus{--tw-shadow-color: rgb(30 41 59 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/30:focus{--tw-shadow-color: rgb(30 41 59 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/35:focus{--tw-shadow-color: rgb(30 41 59 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/40:focus{--tw-shadow-color: rgb(30 41 59 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/45:focus{--tw-shadow-color: rgb(30 41 59 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/5:focus{--tw-shadow-color: rgb(30 41 59 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/50:focus{--tw-shadow-color: rgb(30 41 59 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/55:focus{--tw-shadow-color: rgb(30 41 59 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/60:focus{--tw-shadow-color: rgb(30 41 59 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/65:focus{--tw-shadow-color: rgb(30 41 59 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/70:focus{--tw-shadow-color: rgb(30 41 59 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/75:focus{--tw-shadow-color: rgb(30 41 59 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/80:focus{--tw-shadow-color: rgb(30 41 59 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/85:focus{--tw-shadow-color: rgb(30 41 59 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/90:focus{--tw-shadow-color: rgb(30 41 59 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-800\/95:focus{--tw-shadow-color: rgb(30 41 59 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900:focus{--tw-shadow-color: #0f172a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/0:focus{--tw-shadow-color: rgb(15 23 42 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/10:focus{--tw-shadow-color: rgb(15 23 42 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/100:focus{--tw-shadow-color: rgb(15 23 42 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/15:focus{--tw-shadow-color: rgb(15 23 42 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/20:focus{--tw-shadow-color: rgb(15 23 42 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/25:focus{--tw-shadow-color: rgb(15 23 42 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/30:focus{--tw-shadow-color: rgb(15 23 42 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/35:focus{--tw-shadow-color: rgb(15 23 42 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/40:focus{--tw-shadow-color: rgb(15 23 42 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/45:focus{--tw-shadow-color: rgb(15 23 42 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/5:focus{--tw-shadow-color: rgb(15 23 42 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/50:focus{--tw-shadow-color: rgb(15 23 42 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/55:focus{--tw-shadow-color: rgb(15 23 42 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/60:focus{--tw-shadow-color: rgb(15 23 42 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/65:focus{--tw-shadow-color: rgb(15 23 42 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/70:focus{--tw-shadow-color: rgb(15 23 42 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/75:focus{--tw-shadow-color: rgb(15 23 42 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/80:focus{--tw-shadow-color: rgb(15 23 42 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/85:focus{--tw-shadow-color: rgb(15 23 42 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/90:focus{--tw-shadow-color: rgb(15 23 42 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-900\/95:focus{--tw-shadow-color: rgb(15 23 42 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950:focus{--tw-shadow-color: #020617;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/0:focus{--tw-shadow-color: rgb(2 6 23 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/10:focus{--tw-shadow-color: rgb(2 6 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/100:focus{--tw-shadow-color: rgb(2 6 23 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/15:focus{--tw-shadow-color: rgb(2 6 23 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/20:focus{--tw-shadow-color: rgb(2 6 23 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/25:focus{--tw-shadow-color: rgb(2 6 23 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/30:focus{--tw-shadow-color: rgb(2 6 23 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/35:focus{--tw-shadow-color: rgb(2 6 23 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/40:focus{--tw-shadow-color: rgb(2 6 23 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/45:focus{--tw-shadow-color: rgb(2 6 23 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/5:focus{--tw-shadow-color: rgb(2 6 23 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/50:focus{--tw-shadow-color: rgb(2 6 23 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/55:focus{--tw-shadow-color: rgb(2 6 23 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/60:focus{--tw-shadow-color: rgb(2 6 23 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/65:focus{--tw-shadow-color: rgb(2 6 23 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/70:focus{--tw-shadow-color: rgb(2 6 23 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/75:focus{--tw-shadow-color: rgb(2 6 23 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/80:focus{--tw-shadow-color: rgb(2 6 23 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/85:focus{--tw-shadow-color: rgb(2 6 23 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/90:focus{--tw-shadow-color: rgb(2 6 23 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-slate-950\/95:focus{--tw-shadow-color: rgb(2 6 23 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100:focus{--tw-shadow-color: #f5f5f4;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/0:focus{--tw-shadow-color: rgb(245 245 244 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/10:focus{--tw-shadow-color: rgb(245 245 244 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/100:focus{--tw-shadow-color: rgb(245 245 244 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/15:focus{--tw-shadow-color: rgb(245 245 244 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/20:focus{--tw-shadow-color: rgb(245 245 244 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/25:focus{--tw-shadow-color: rgb(245 245 244 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/30:focus{--tw-shadow-color: rgb(245 245 244 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/35:focus{--tw-shadow-color: rgb(245 245 244 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/40:focus{--tw-shadow-color: rgb(245 245 244 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/45:focus{--tw-shadow-color: rgb(245 245 244 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/5:focus{--tw-shadow-color: rgb(245 245 244 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/50:focus{--tw-shadow-color: rgb(245 245 244 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/55:focus{--tw-shadow-color: rgb(245 245 244 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/60:focus{--tw-shadow-color: rgb(245 245 244 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/65:focus{--tw-shadow-color: rgb(245 245 244 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/70:focus{--tw-shadow-color: rgb(245 245 244 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/75:focus{--tw-shadow-color: rgb(245 245 244 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/80:focus{--tw-shadow-color: rgb(245 245 244 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/85:focus{--tw-shadow-color: rgb(245 245 244 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/90:focus{--tw-shadow-color: rgb(245 245 244 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-100\/95:focus{--tw-shadow-color: rgb(245 245 244 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200:focus{--tw-shadow-color: #e7e5e4;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/0:focus{--tw-shadow-color: rgb(231 229 228 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/10:focus{--tw-shadow-color: rgb(231 229 228 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/100:focus{--tw-shadow-color: rgb(231 229 228 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/15:focus{--tw-shadow-color: rgb(231 229 228 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/20:focus{--tw-shadow-color: rgb(231 229 228 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/25:focus{--tw-shadow-color: rgb(231 229 228 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/30:focus{--tw-shadow-color: rgb(231 229 228 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/35:focus{--tw-shadow-color: rgb(231 229 228 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/40:focus{--tw-shadow-color: rgb(231 229 228 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/45:focus{--tw-shadow-color: rgb(231 229 228 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/5:focus{--tw-shadow-color: rgb(231 229 228 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/50:focus{--tw-shadow-color: rgb(231 229 228 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/55:focus{--tw-shadow-color: rgb(231 229 228 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/60:focus{--tw-shadow-color: rgb(231 229 228 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/65:focus{--tw-shadow-color: rgb(231 229 228 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/70:focus{--tw-shadow-color: rgb(231 229 228 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/75:focus{--tw-shadow-color: rgb(231 229 228 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/80:focus{--tw-shadow-color: rgb(231 229 228 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/85:focus{--tw-shadow-color: rgb(231 229 228 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/90:focus{--tw-shadow-color: rgb(231 229 228 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-200\/95:focus{--tw-shadow-color: rgb(231 229 228 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300:focus{--tw-shadow-color: #d6d3d1;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/0:focus{--tw-shadow-color: rgb(214 211 209 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/10:focus{--tw-shadow-color: rgb(214 211 209 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/100:focus{--tw-shadow-color: rgb(214 211 209 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/15:focus{--tw-shadow-color: rgb(214 211 209 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/20:focus{--tw-shadow-color: rgb(214 211 209 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/25:focus{--tw-shadow-color: rgb(214 211 209 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/30:focus{--tw-shadow-color: rgb(214 211 209 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/35:focus{--tw-shadow-color: rgb(214 211 209 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/40:focus{--tw-shadow-color: rgb(214 211 209 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/45:focus{--tw-shadow-color: rgb(214 211 209 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/5:focus{--tw-shadow-color: rgb(214 211 209 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/50:focus{--tw-shadow-color: rgb(214 211 209 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/55:focus{--tw-shadow-color: rgb(214 211 209 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/60:focus{--tw-shadow-color: rgb(214 211 209 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/65:focus{--tw-shadow-color: rgb(214 211 209 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/70:focus{--tw-shadow-color: rgb(214 211 209 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/75:focus{--tw-shadow-color: rgb(214 211 209 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/80:focus{--tw-shadow-color: rgb(214 211 209 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/85:focus{--tw-shadow-color: rgb(214 211 209 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/90:focus{--tw-shadow-color: rgb(214 211 209 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-300\/95:focus{--tw-shadow-color: rgb(214 211 209 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400:focus{--tw-shadow-color: #a8a29e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/0:focus{--tw-shadow-color: rgb(168 162 158 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/10:focus{--tw-shadow-color: rgb(168 162 158 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/100:focus{--tw-shadow-color: rgb(168 162 158 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/15:focus{--tw-shadow-color: rgb(168 162 158 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/20:focus{--tw-shadow-color: rgb(168 162 158 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/25:focus{--tw-shadow-color: rgb(168 162 158 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/30:focus{--tw-shadow-color: rgb(168 162 158 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/35:focus{--tw-shadow-color: rgb(168 162 158 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/40:focus{--tw-shadow-color: rgb(168 162 158 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/45:focus{--tw-shadow-color: rgb(168 162 158 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/5:focus{--tw-shadow-color: rgb(168 162 158 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/50:focus{--tw-shadow-color: rgb(168 162 158 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/55:focus{--tw-shadow-color: rgb(168 162 158 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/60:focus{--tw-shadow-color: rgb(168 162 158 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/65:focus{--tw-shadow-color: rgb(168 162 158 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/70:focus{--tw-shadow-color: rgb(168 162 158 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/75:focus{--tw-shadow-color: rgb(168 162 158 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/80:focus{--tw-shadow-color: rgb(168 162 158 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/85:focus{--tw-shadow-color: rgb(168 162 158 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/90:focus{--tw-shadow-color: rgb(168 162 158 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-400\/95:focus{--tw-shadow-color: rgb(168 162 158 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50:focus{--tw-shadow-color: #fafaf9;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/0:focus{--tw-shadow-color: rgb(250 250 249 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/10:focus{--tw-shadow-color: rgb(250 250 249 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/100:focus{--tw-shadow-color: rgb(250 250 249 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/15:focus{--tw-shadow-color: rgb(250 250 249 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/20:focus{--tw-shadow-color: rgb(250 250 249 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/25:focus{--tw-shadow-color: rgb(250 250 249 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/30:focus{--tw-shadow-color: rgb(250 250 249 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/35:focus{--tw-shadow-color: rgb(250 250 249 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/40:focus{--tw-shadow-color: rgb(250 250 249 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/45:focus{--tw-shadow-color: rgb(250 250 249 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/5:focus{--tw-shadow-color: rgb(250 250 249 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/50:focus{--tw-shadow-color: rgb(250 250 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/55:focus{--tw-shadow-color: rgb(250 250 249 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/60:focus{--tw-shadow-color: rgb(250 250 249 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/65:focus{--tw-shadow-color: rgb(250 250 249 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/70:focus{--tw-shadow-color: rgb(250 250 249 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/75:focus{--tw-shadow-color: rgb(250 250 249 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/80:focus{--tw-shadow-color: rgb(250 250 249 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/85:focus{--tw-shadow-color: rgb(250 250 249 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/90:focus{--tw-shadow-color: rgb(250 250 249 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-50\/95:focus{--tw-shadow-color: rgb(250 250 249 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500:focus{--tw-shadow-color: #78716c;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/0:focus{--tw-shadow-color: rgb(120 113 108 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/10:focus{--tw-shadow-color: rgb(120 113 108 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/100:focus{--tw-shadow-color: rgb(120 113 108 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/15:focus{--tw-shadow-color: rgb(120 113 108 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/20:focus{--tw-shadow-color: rgb(120 113 108 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/25:focus{--tw-shadow-color: rgb(120 113 108 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/30:focus{--tw-shadow-color: rgb(120 113 108 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/35:focus{--tw-shadow-color: rgb(120 113 108 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/40:focus{--tw-shadow-color: rgb(120 113 108 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/45:focus{--tw-shadow-color: rgb(120 113 108 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/5:focus{--tw-shadow-color: rgb(120 113 108 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/50:focus{--tw-shadow-color: rgb(120 113 108 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/55:focus{--tw-shadow-color: rgb(120 113 108 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/60:focus{--tw-shadow-color: rgb(120 113 108 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/65:focus{--tw-shadow-color: rgb(120 113 108 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/70:focus{--tw-shadow-color: rgb(120 113 108 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/75:focus{--tw-shadow-color: rgb(120 113 108 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/80:focus{--tw-shadow-color: rgb(120 113 108 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/85:focus{--tw-shadow-color: rgb(120 113 108 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/90:focus{--tw-shadow-color: rgb(120 113 108 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-500\/95:focus{--tw-shadow-color: rgb(120 113 108 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600:focus{--tw-shadow-color: #57534e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/0:focus{--tw-shadow-color: rgb(87 83 78 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/10:focus{--tw-shadow-color: rgb(87 83 78 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/100:focus{--tw-shadow-color: rgb(87 83 78 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/15:focus{--tw-shadow-color: rgb(87 83 78 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/20:focus{--tw-shadow-color: rgb(87 83 78 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/25:focus{--tw-shadow-color: rgb(87 83 78 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/30:focus{--tw-shadow-color: rgb(87 83 78 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/35:focus{--tw-shadow-color: rgb(87 83 78 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/40:focus{--tw-shadow-color: rgb(87 83 78 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/45:focus{--tw-shadow-color: rgb(87 83 78 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/5:focus{--tw-shadow-color: rgb(87 83 78 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/50:focus{--tw-shadow-color: rgb(87 83 78 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/55:focus{--tw-shadow-color: rgb(87 83 78 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/60:focus{--tw-shadow-color: rgb(87 83 78 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/65:focus{--tw-shadow-color: rgb(87 83 78 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/70:focus{--tw-shadow-color: rgb(87 83 78 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/75:focus{--tw-shadow-color: rgb(87 83 78 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/80:focus{--tw-shadow-color: rgb(87 83 78 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/85:focus{--tw-shadow-color: rgb(87 83 78 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/90:focus{--tw-shadow-color: rgb(87 83 78 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-600\/95:focus{--tw-shadow-color: rgb(87 83 78 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700:focus{--tw-shadow-color: #44403c;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/0:focus{--tw-shadow-color: rgb(68 64 60 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/10:focus{--tw-shadow-color: rgb(68 64 60 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/100:focus{--tw-shadow-color: rgb(68 64 60 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/15:focus{--tw-shadow-color: rgb(68 64 60 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/20:focus{--tw-shadow-color: rgb(68 64 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/25:focus{--tw-shadow-color: rgb(68 64 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/30:focus{--tw-shadow-color: rgb(68 64 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/35:focus{--tw-shadow-color: rgb(68 64 60 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/40:focus{--tw-shadow-color: rgb(68 64 60 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/45:focus{--tw-shadow-color: rgb(68 64 60 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/5:focus{--tw-shadow-color: rgb(68 64 60 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/50:focus{--tw-shadow-color: rgb(68 64 60 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/55:focus{--tw-shadow-color: rgb(68 64 60 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/60:focus{--tw-shadow-color: rgb(68 64 60 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/65:focus{--tw-shadow-color: rgb(68 64 60 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/70:focus{--tw-shadow-color: rgb(68 64 60 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/75:focus{--tw-shadow-color: rgb(68 64 60 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/80:focus{--tw-shadow-color: rgb(68 64 60 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/85:focus{--tw-shadow-color: rgb(68 64 60 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/90:focus{--tw-shadow-color: rgb(68 64 60 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-700\/95:focus{--tw-shadow-color: rgb(68 64 60 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800:focus{--tw-shadow-color: #292524;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/0:focus{--tw-shadow-color: rgb(41 37 36 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/10:focus{--tw-shadow-color: rgb(41 37 36 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/100:focus{--tw-shadow-color: rgb(41 37 36 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/15:focus{--tw-shadow-color: rgb(41 37 36 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/20:focus{--tw-shadow-color: rgb(41 37 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/25:focus{--tw-shadow-color: rgb(41 37 36 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/30:focus{--tw-shadow-color: rgb(41 37 36 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/35:focus{--tw-shadow-color: rgb(41 37 36 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/40:focus{--tw-shadow-color: rgb(41 37 36 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/45:focus{--tw-shadow-color: rgb(41 37 36 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/5:focus{--tw-shadow-color: rgb(41 37 36 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/50:focus{--tw-shadow-color: rgb(41 37 36 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/55:focus{--tw-shadow-color: rgb(41 37 36 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/60:focus{--tw-shadow-color: rgb(41 37 36 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/65:focus{--tw-shadow-color: rgb(41 37 36 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/70:focus{--tw-shadow-color: rgb(41 37 36 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/75:focus{--tw-shadow-color: rgb(41 37 36 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/80:focus{--tw-shadow-color: rgb(41 37 36 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/85:focus{--tw-shadow-color: rgb(41 37 36 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/90:focus{--tw-shadow-color: rgb(41 37 36 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-800\/95:focus{--tw-shadow-color: rgb(41 37 36 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900:focus{--tw-shadow-color: #1c1917;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/0:focus{--tw-shadow-color: rgb(28 25 23 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/10:focus{--tw-shadow-color: rgb(28 25 23 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/100:focus{--tw-shadow-color: rgb(28 25 23 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/15:focus{--tw-shadow-color: rgb(28 25 23 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/20:focus{--tw-shadow-color: rgb(28 25 23 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/25:focus{--tw-shadow-color: rgb(28 25 23 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/30:focus{--tw-shadow-color: rgb(28 25 23 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/35:focus{--tw-shadow-color: rgb(28 25 23 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/40:focus{--tw-shadow-color: rgb(28 25 23 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/45:focus{--tw-shadow-color: rgb(28 25 23 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/5:focus{--tw-shadow-color: rgb(28 25 23 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/50:focus{--tw-shadow-color: rgb(28 25 23 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/55:focus{--tw-shadow-color: rgb(28 25 23 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/60:focus{--tw-shadow-color: rgb(28 25 23 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/65:focus{--tw-shadow-color: rgb(28 25 23 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/70:focus{--tw-shadow-color: rgb(28 25 23 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/75:focus{--tw-shadow-color: rgb(28 25 23 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/80:focus{--tw-shadow-color: rgb(28 25 23 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/85:focus{--tw-shadow-color: rgb(28 25 23 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/90:focus{--tw-shadow-color: rgb(28 25 23 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-900\/95:focus{--tw-shadow-color: rgb(28 25 23 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950:focus{--tw-shadow-color: #0c0a09;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/0:focus{--tw-shadow-color: rgb(12 10 9 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/10:focus{--tw-shadow-color: rgb(12 10 9 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/100:focus{--tw-shadow-color: rgb(12 10 9 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/15:focus{--tw-shadow-color: rgb(12 10 9 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/20:focus{--tw-shadow-color: rgb(12 10 9 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/25:focus{--tw-shadow-color: rgb(12 10 9 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/30:focus{--tw-shadow-color: rgb(12 10 9 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/35:focus{--tw-shadow-color: rgb(12 10 9 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/40:focus{--tw-shadow-color: rgb(12 10 9 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/45:focus{--tw-shadow-color: rgb(12 10 9 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/5:focus{--tw-shadow-color: rgb(12 10 9 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/50:focus{--tw-shadow-color: rgb(12 10 9 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/55:focus{--tw-shadow-color: rgb(12 10 9 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/60:focus{--tw-shadow-color: rgb(12 10 9 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/65:focus{--tw-shadow-color: rgb(12 10 9 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/70:focus{--tw-shadow-color: rgb(12 10 9 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/75:focus{--tw-shadow-color: rgb(12 10 9 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/80:focus{--tw-shadow-color: rgb(12 10 9 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/85:focus{--tw-shadow-color: rgb(12 10 9 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/90:focus{--tw-shadow-color: rgb(12 10 9 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-stone-950\/95:focus{--tw-shadow-color: rgb(12 10 9 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100:focus{--tw-shadow-color: #ccfbf1;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/0:focus{--tw-shadow-color: rgb(204 251 241 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/10:focus{--tw-shadow-color: rgb(204 251 241 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/100:focus{--tw-shadow-color: rgb(204 251 241 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/15:focus{--tw-shadow-color: rgb(204 251 241 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/20:focus{--tw-shadow-color: rgb(204 251 241 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/25:focus{--tw-shadow-color: rgb(204 251 241 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/30:focus{--tw-shadow-color: rgb(204 251 241 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/35:focus{--tw-shadow-color: rgb(204 251 241 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/40:focus{--tw-shadow-color: rgb(204 251 241 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/45:focus{--tw-shadow-color: rgb(204 251 241 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/5:focus{--tw-shadow-color: rgb(204 251 241 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/50:focus{--tw-shadow-color: rgb(204 251 241 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/55:focus{--tw-shadow-color: rgb(204 251 241 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/60:focus{--tw-shadow-color: rgb(204 251 241 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/65:focus{--tw-shadow-color: rgb(204 251 241 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/70:focus{--tw-shadow-color: rgb(204 251 241 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/75:focus{--tw-shadow-color: rgb(204 251 241 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/80:focus{--tw-shadow-color: rgb(204 251 241 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/85:focus{--tw-shadow-color: rgb(204 251 241 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/90:focus{--tw-shadow-color: rgb(204 251 241 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-100\/95:focus{--tw-shadow-color: rgb(204 251 241 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200:focus{--tw-shadow-color: #99f6e4;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/0:focus{--tw-shadow-color: rgb(153 246 228 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/10:focus{--tw-shadow-color: rgb(153 246 228 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/100:focus{--tw-shadow-color: rgb(153 246 228 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/15:focus{--tw-shadow-color: rgb(153 246 228 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/20:focus{--tw-shadow-color: rgb(153 246 228 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/25:focus{--tw-shadow-color: rgb(153 246 228 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/30:focus{--tw-shadow-color: rgb(153 246 228 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/35:focus{--tw-shadow-color: rgb(153 246 228 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/40:focus{--tw-shadow-color: rgb(153 246 228 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/45:focus{--tw-shadow-color: rgb(153 246 228 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/5:focus{--tw-shadow-color: rgb(153 246 228 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/50:focus{--tw-shadow-color: rgb(153 246 228 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/55:focus{--tw-shadow-color: rgb(153 246 228 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/60:focus{--tw-shadow-color: rgb(153 246 228 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/65:focus{--tw-shadow-color: rgb(153 246 228 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/70:focus{--tw-shadow-color: rgb(153 246 228 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/75:focus{--tw-shadow-color: rgb(153 246 228 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/80:focus{--tw-shadow-color: rgb(153 246 228 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/85:focus{--tw-shadow-color: rgb(153 246 228 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/90:focus{--tw-shadow-color: rgb(153 246 228 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-200\/95:focus{--tw-shadow-color: rgb(153 246 228 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300:focus{--tw-shadow-color: #5eead4;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/0:focus{--tw-shadow-color: rgb(94 234 212 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/10:focus{--tw-shadow-color: rgb(94 234 212 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/100:focus{--tw-shadow-color: rgb(94 234 212 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/15:focus{--tw-shadow-color: rgb(94 234 212 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/20:focus{--tw-shadow-color: rgb(94 234 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/25:focus{--tw-shadow-color: rgb(94 234 212 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/30:focus{--tw-shadow-color: rgb(94 234 212 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/35:focus{--tw-shadow-color: rgb(94 234 212 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/40:focus{--tw-shadow-color: rgb(94 234 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/45:focus{--tw-shadow-color: rgb(94 234 212 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/5:focus{--tw-shadow-color: rgb(94 234 212 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/50:focus{--tw-shadow-color: rgb(94 234 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/55:focus{--tw-shadow-color: rgb(94 234 212 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/60:focus{--tw-shadow-color: rgb(94 234 212 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/65:focus{--tw-shadow-color: rgb(94 234 212 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/70:focus{--tw-shadow-color: rgb(94 234 212 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/75:focus{--tw-shadow-color: rgb(94 234 212 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/80:focus{--tw-shadow-color: rgb(94 234 212 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/85:focus{--tw-shadow-color: rgb(94 234 212 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/90:focus{--tw-shadow-color: rgb(94 234 212 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-300\/95:focus{--tw-shadow-color: rgb(94 234 212 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400:focus{--tw-shadow-color: #2dd4bf;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/0:focus{--tw-shadow-color: rgb(45 212 191 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/10:focus{--tw-shadow-color: rgb(45 212 191 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/100:focus{--tw-shadow-color: rgb(45 212 191 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/15:focus{--tw-shadow-color: rgb(45 212 191 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/20:focus{--tw-shadow-color: rgb(45 212 191 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/25:focus{--tw-shadow-color: rgb(45 212 191 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/30:focus{--tw-shadow-color: rgb(45 212 191 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/35:focus{--tw-shadow-color: rgb(45 212 191 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/40:focus{--tw-shadow-color: rgb(45 212 191 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/45:focus{--tw-shadow-color: rgb(45 212 191 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/5:focus{--tw-shadow-color: rgb(45 212 191 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/50:focus{--tw-shadow-color: rgb(45 212 191 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/55:focus{--tw-shadow-color: rgb(45 212 191 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/60:focus{--tw-shadow-color: rgb(45 212 191 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/65:focus{--tw-shadow-color: rgb(45 212 191 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/70:focus{--tw-shadow-color: rgb(45 212 191 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/75:focus{--tw-shadow-color: rgb(45 212 191 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/80:focus{--tw-shadow-color: rgb(45 212 191 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/85:focus{--tw-shadow-color: rgb(45 212 191 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/90:focus{--tw-shadow-color: rgb(45 212 191 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-400\/95:focus{--tw-shadow-color: rgb(45 212 191 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50:focus{--tw-shadow-color: #f0fdfa;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/0:focus{--tw-shadow-color: rgb(240 253 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/10:focus{--tw-shadow-color: rgb(240 253 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/100:focus{--tw-shadow-color: rgb(240 253 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/15:focus{--tw-shadow-color: rgb(240 253 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/20:focus{--tw-shadow-color: rgb(240 253 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/25:focus{--tw-shadow-color: rgb(240 253 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/30:focus{--tw-shadow-color: rgb(240 253 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/35:focus{--tw-shadow-color: rgb(240 253 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/40:focus{--tw-shadow-color: rgb(240 253 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/45:focus{--tw-shadow-color: rgb(240 253 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/5:focus{--tw-shadow-color: rgb(240 253 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/50:focus{--tw-shadow-color: rgb(240 253 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/55:focus{--tw-shadow-color: rgb(240 253 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/60:focus{--tw-shadow-color: rgb(240 253 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/65:focus{--tw-shadow-color: rgb(240 253 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/70:focus{--tw-shadow-color: rgb(240 253 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/75:focus{--tw-shadow-color: rgb(240 253 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/80:focus{--tw-shadow-color: rgb(240 253 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/85:focus{--tw-shadow-color: rgb(240 253 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/90:focus{--tw-shadow-color: rgb(240 253 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-50\/95:focus{--tw-shadow-color: rgb(240 253 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500:focus{--tw-shadow-color: #14b8a6;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/0:focus{--tw-shadow-color: rgb(20 184 166 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/10:focus{--tw-shadow-color: rgb(20 184 166 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/100:focus{--tw-shadow-color: rgb(20 184 166 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/15:focus{--tw-shadow-color: rgb(20 184 166 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/20:focus{--tw-shadow-color: rgb(20 184 166 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/25:focus{--tw-shadow-color: rgb(20 184 166 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/30:focus{--tw-shadow-color: rgb(20 184 166 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/35:focus{--tw-shadow-color: rgb(20 184 166 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/40:focus{--tw-shadow-color: rgb(20 184 166 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/45:focus{--tw-shadow-color: rgb(20 184 166 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/5:focus{--tw-shadow-color: rgb(20 184 166 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/50:focus{--tw-shadow-color: rgb(20 184 166 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/55:focus{--tw-shadow-color: rgb(20 184 166 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/60:focus{--tw-shadow-color: rgb(20 184 166 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/65:focus{--tw-shadow-color: rgb(20 184 166 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/70:focus{--tw-shadow-color: rgb(20 184 166 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/75:focus{--tw-shadow-color: rgb(20 184 166 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/80:focus{--tw-shadow-color: rgb(20 184 166 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/85:focus{--tw-shadow-color: rgb(20 184 166 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/90:focus{--tw-shadow-color: rgb(20 184 166 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-500\/95:focus{--tw-shadow-color: rgb(20 184 166 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600:focus{--tw-shadow-color: #0d9488;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/0:focus{--tw-shadow-color: rgb(13 148 136 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/10:focus{--tw-shadow-color: rgb(13 148 136 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/100:focus{--tw-shadow-color: rgb(13 148 136 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/15:focus{--tw-shadow-color: rgb(13 148 136 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/20:focus{--tw-shadow-color: rgb(13 148 136 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/25:focus{--tw-shadow-color: rgb(13 148 136 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/30:focus{--tw-shadow-color: rgb(13 148 136 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/35:focus{--tw-shadow-color: rgb(13 148 136 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/40:focus{--tw-shadow-color: rgb(13 148 136 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/45:focus{--tw-shadow-color: rgb(13 148 136 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/5:focus{--tw-shadow-color: rgb(13 148 136 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/50:focus{--tw-shadow-color: rgb(13 148 136 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/55:focus{--tw-shadow-color: rgb(13 148 136 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/60:focus{--tw-shadow-color: rgb(13 148 136 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/65:focus{--tw-shadow-color: rgb(13 148 136 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/70:focus{--tw-shadow-color: rgb(13 148 136 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/75:focus{--tw-shadow-color: rgb(13 148 136 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/80:focus{--tw-shadow-color: rgb(13 148 136 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/85:focus{--tw-shadow-color: rgb(13 148 136 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/90:focus{--tw-shadow-color: rgb(13 148 136 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-600\/95:focus{--tw-shadow-color: rgb(13 148 136 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700:focus{--tw-shadow-color: #0f766e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/0:focus{--tw-shadow-color: rgb(15 118 110 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/10:focus{--tw-shadow-color: rgb(15 118 110 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/100:focus{--tw-shadow-color: rgb(15 118 110 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/15:focus{--tw-shadow-color: rgb(15 118 110 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/20:focus{--tw-shadow-color: rgb(15 118 110 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/25:focus{--tw-shadow-color: rgb(15 118 110 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/30:focus{--tw-shadow-color: rgb(15 118 110 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/35:focus{--tw-shadow-color: rgb(15 118 110 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/40:focus{--tw-shadow-color: rgb(15 118 110 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/45:focus{--tw-shadow-color: rgb(15 118 110 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/5:focus{--tw-shadow-color: rgb(15 118 110 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/50:focus{--tw-shadow-color: rgb(15 118 110 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/55:focus{--tw-shadow-color: rgb(15 118 110 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/60:focus{--tw-shadow-color: rgb(15 118 110 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/65:focus{--tw-shadow-color: rgb(15 118 110 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/70:focus{--tw-shadow-color: rgb(15 118 110 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/75:focus{--tw-shadow-color: rgb(15 118 110 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/80:focus{--tw-shadow-color: rgb(15 118 110 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/85:focus{--tw-shadow-color: rgb(15 118 110 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/90:focus{--tw-shadow-color: rgb(15 118 110 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-700\/95:focus{--tw-shadow-color: rgb(15 118 110 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800:focus{--tw-shadow-color: #115e59;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/0:focus{--tw-shadow-color: rgb(17 94 89 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/10:focus{--tw-shadow-color: rgb(17 94 89 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/100:focus{--tw-shadow-color: rgb(17 94 89 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/15:focus{--tw-shadow-color: rgb(17 94 89 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/20:focus{--tw-shadow-color: rgb(17 94 89 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/25:focus{--tw-shadow-color: rgb(17 94 89 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/30:focus{--tw-shadow-color: rgb(17 94 89 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/35:focus{--tw-shadow-color: rgb(17 94 89 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/40:focus{--tw-shadow-color: rgb(17 94 89 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/45:focus{--tw-shadow-color: rgb(17 94 89 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/5:focus{--tw-shadow-color: rgb(17 94 89 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/50:focus{--tw-shadow-color: rgb(17 94 89 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/55:focus{--tw-shadow-color: rgb(17 94 89 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/60:focus{--tw-shadow-color: rgb(17 94 89 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/65:focus{--tw-shadow-color: rgb(17 94 89 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/70:focus{--tw-shadow-color: rgb(17 94 89 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/75:focus{--tw-shadow-color: rgb(17 94 89 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/80:focus{--tw-shadow-color: rgb(17 94 89 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/85:focus{--tw-shadow-color: rgb(17 94 89 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/90:focus{--tw-shadow-color: rgb(17 94 89 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-800\/95:focus{--tw-shadow-color: rgb(17 94 89 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900:focus{--tw-shadow-color: #134e4a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/0:focus{--tw-shadow-color: rgb(19 78 74 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/10:focus{--tw-shadow-color: rgb(19 78 74 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/100:focus{--tw-shadow-color: rgb(19 78 74 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/15:focus{--tw-shadow-color: rgb(19 78 74 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/20:focus{--tw-shadow-color: rgb(19 78 74 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/25:focus{--tw-shadow-color: rgb(19 78 74 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/30:focus{--tw-shadow-color: rgb(19 78 74 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/35:focus{--tw-shadow-color: rgb(19 78 74 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/40:focus{--tw-shadow-color: rgb(19 78 74 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/45:focus{--tw-shadow-color: rgb(19 78 74 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/5:focus{--tw-shadow-color: rgb(19 78 74 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/50:focus{--tw-shadow-color: rgb(19 78 74 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/55:focus{--tw-shadow-color: rgb(19 78 74 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/60:focus{--tw-shadow-color: rgb(19 78 74 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/65:focus{--tw-shadow-color: rgb(19 78 74 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/70:focus{--tw-shadow-color: rgb(19 78 74 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/75:focus{--tw-shadow-color: rgb(19 78 74 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/80:focus{--tw-shadow-color: rgb(19 78 74 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/85:focus{--tw-shadow-color: rgb(19 78 74 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/90:focus{--tw-shadow-color: rgb(19 78 74 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-900\/95:focus{--tw-shadow-color: rgb(19 78 74 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950:focus{--tw-shadow-color: #042f2e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/0:focus{--tw-shadow-color: rgb(4 47 46 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/10:focus{--tw-shadow-color: rgb(4 47 46 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/100:focus{--tw-shadow-color: rgb(4 47 46 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/15:focus{--tw-shadow-color: rgb(4 47 46 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/20:focus{--tw-shadow-color: rgb(4 47 46 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/25:focus{--tw-shadow-color: rgb(4 47 46 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/30:focus{--tw-shadow-color: rgb(4 47 46 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/35:focus{--tw-shadow-color: rgb(4 47 46 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/40:focus{--tw-shadow-color: rgb(4 47 46 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/45:focus{--tw-shadow-color: rgb(4 47 46 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/5:focus{--tw-shadow-color: rgb(4 47 46 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/50:focus{--tw-shadow-color: rgb(4 47 46 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/55:focus{--tw-shadow-color: rgb(4 47 46 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/60:focus{--tw-shadow-color: rgb(4 47 46 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/65:focus{--tw-shadow-color: rgb(4 47 46 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/70:focus{--tw-shadow-color: rgb(4 47 46 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/75:focus{--tw-shadow-color: rgb(4 47 46 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/80:focus{--tw-shadow-color: rgb(4 47 46 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/85:focus{--tw-shadow-color: rgb(4 47 46 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/90:focus{--tw-shadow-color: rgb(4 47 46 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-teal-950\/95:focus{--tw-shadow-color: rgb(4 47 46 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent:focus{--tw-shadow-color: transparent;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/0:focus{--tw-shadow-color: rgb(0 0 0 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/10:focus{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/100:focus{--tw-shadow-color: rgb(0 0 0 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/15:focus{--tw-shadow-color: rgb(0 0 0 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/20:focus{--tw-shadow-color: rgb(0 0 0 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/25:focus{--tw-shadow-color: rgb(0 0 0 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/30:focus{--tw-shadow-color: rgb(0 0 0 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/35:focus{--tw-shadow-color: rgb(0 0 0 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/40:focus{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/45:focus{--tw-shadow-color: rgb(0 0 0 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/5:focus{--tw-shadow-color: rgb(0 0 0 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/50:focus{--tw-shadow-color: rgb(0 0 0 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/55:focus{--tw-shadow-color: rgb(0 0 0 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/60:focus{--tw-shadow-color: rgb(0 0 0 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/65:focus{--tw-shadow-color: rgb(0 0 0 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/70:focus{--tw-shadow-color: rgb(0 0 0 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/75:focus{--tw-shadow-color: rgb(0 0 0 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/80:focus{--tw-shadow-color: rgb(0 0 0 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/85:focus{--tw-shadow-color: rgb(0 0 0 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/90:focus{--tw-shadow-color: rgb(0 0 0 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-transparent\/95:focus{--tw-shadow-color: rgb(0 0 0 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100:focus{--tw-shadow-color: #ede9fe;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/0:focus{--tw-shadow-color: rgb(237 233 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/10:focus{--tw-shadow-color: rgb(237 233 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/100:focus{--tw-shadow-color: rgb(237 233 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/15:focus{--tw-shadow-color: rgb(237 233 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/20:focus{--tw-shadow-color: rgb(237 233 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/25:focus{--tw-shadow-color: rgb(237 233 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/30:focus{--tw-shadow-color: rgb(237 233 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/35:focus{--tw-shadow-color: rgb(237 233 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/40:focus{--tw-shadow-color: rgb(237 233 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/45:focus{--tw-shadow-color: rgb(237 233 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/5:focus{--tw-shadow-color: rgb(237 233 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/50:focus{--tw-shadow-color: rgb(237 233 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/55:focus{--tw-shadow-color: rgb(237 233 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/60:focus{--tw-shadow-color: rgb(237 233 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/65:focus{--tw-shadow-color: rgb(237 233 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/70:focus{--tw-shadow-color: rgb(237 233 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/75:focus{--tw-shadow-color: rgb(237 233 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/80:focus{--tw-shadow-color: rgb(237 233 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/85:focus{--tw-shadow-color: rgb(237 233 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/90:focus{--tw-shadow-color: rgb(237 233 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-100\/95:focus{--tw-shadow-color: rgb(237 233 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200:focus{--tw-shadow-color: #ddd6fe;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/0:focus{--tw-shadow-color: rgb(221 214 254 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/10:focus{--tw-shadow-color: rgb(221 214 254 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/100:focus{--tw-shadow-color: rgb(221 214 254 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/15:focus{--tw-shadow-color: rgb(221 214 254 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/20:focus{--tw-shadow-color: rgb(221 214 254 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/25:focus{--tw-shadow-color: rgb(221 214 254 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/30:focus{--tw-shadow-color: rgb(221 214 254 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/35:focus{--tw-shadow-color: rgb(221 214 254 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/40:focus{--tw-shadow-color: rgb(221 214 254 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/45:focus{--tw-shadow-color: rgb(221 214 254 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/5:focus{--tw-shadow-color: rgb(221 214 254 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/50:focus{--tw-shadow-color: rgb(221 214 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/55:focus{--tw-shadow-color: rgb(221 214 254 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/60:focus{--tw-shadow-color: rgb(221 214 254 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/65:focus{--tw-shadow-color: rgb(221 214 254 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/70:focus{--tw-shadow-color: rgb(221 214 254 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/75:focus{--tw-shadow-color: rgb(221 214 254 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/80:focus{--tw-shadow-color: rgb(221 214 254 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/85:focus{--tw-shadow-color: rgb(221 214 254 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/90:focus{--tw-shadow-color: rgb(221 214 254 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-200\/95:focus{--tw-shadow-color: rgb(221 214 254 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300:focus{--tw-shadow-color: #c4b5fd;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/0:focus{--tw-shadow-color: rgb(196 181 253 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/10:focus{--tw-shadow-color: rgb(196 181 253 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/100:focus{--tw-shadow-color: rgb(196 181 253 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/15:focus{--tw-shadow-color: rgb(196 181 253 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/20:focus{--tw-shadow-color: rgb(196 181 253 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/25:focus{--tw-shadow-color: rgb(196 181 253 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/30:focus{--tw-shadow-color: rgb(196 181 253 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/35:focus{--tw-shadow-color: rgb(196 181 253 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/40:focus{--tw-shadow-color: rgb(196 181 253 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/45:focus{--tw-shadow-color: rgb(196 181 253 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/5:focus{--tw-shadow-color: rgb(196 181 253 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/50:focus{--tw-shadow-color: rgb(196 181 253 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/55:focus{--tw-shadow-color: rgb(196 181 253 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/60:focus{--tw-shadow-color: rgb(196 181 253 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/65:focus{--tw-shadow-color: rgb(196 181 253 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/70:focus{--tw-shadow-color: rgb(196 181 253 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/75:focus{--tw-shadow-color: rgb(196 181 253 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/80:focus{--tw-shadow-color: rgb(196 181 253 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/85:focus{--tw-shadow-color: rgb(196 181 253 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/90:focus{--tw-shadow-color: rgb(196 181 253 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-300\/95:focus{--tw-shadow-color: rgb(196 181 253 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400:focus{--tw-shadow-color: #a78bfa;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/0:focus{--tw-shadow-color: rgb(167 139 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/10:focus{--tw-shadow-color: rgb(167 139 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/100:focus{--tw-shadow-color: rgb(167 139 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/15:focus{--tw-shadow-color: rgb(167 139 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/20:focus{--tw-shadow-color: rgb(167 139 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/25:focus{--tw-shadow-color: rgb(167 139 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/30:focus{--tw-shadow-color: rgb(167 139 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/35:focus{--tw-shadow-color: rgb(167 139 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/40:focus{--tw-shadow-color: rgb(167 139 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/45:focus{--tw-shadow-color: rgb(167 139 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/5:focus{--tw-shadow-color: rgb(167 139 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/50:focus{--tw-shadow-color: rgb(167 139 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/55:focus{--tw-shadow-color: rgb(167 139 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/60:focus{--tw-shadow-color: rgb(167 139 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/65:focus{--tw-shadow-color: rgb(167 139 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/70:focus{--tw-shadow-color: rgb(167 139 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/75:focus{--tw-shadow-color: rgb(167 139 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/80:focus{--tw-shadow-color: rgb(167 139 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/85:focus{--tw-shadow-color: rgb(167 139 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/90:focus{--tw-shadow-color: rgb(167 139 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-400\/95:focus{--tw-shadow-color: rgb(167 139 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50:focus{--tw-shadow-color: #f5f3ff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/0:focus{--tw-shadow-color: rgb(245 243 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/10:focus{--tw-shadow-color: rgb(245 243 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/100:focus{--tw-shadow-color: rgb(245 243 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/15:focus{--tw-shadow-color: rgb(245 243 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/20:focus{--tw-shadow-color: rgb(245 243 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/25:focus{--tw-shadow-color: rgb(245 243 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/30:focus{--tw-shadow-color: rgb(245 243 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/35:focus{--tw-shadow-color: rgb(245 243 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/40:focus{--tw-shadow-color: rgb(245 243 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/45:focus{--tw-shadow-color: rgb(245 243 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/5:focus{--tw-shadow-color: rgb(245 243 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/50:focus{--tw-shadow-color: rgb(245 243 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/55:focus{--tw-shadow-color: rgb(245 243 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/60:focus{--tw-shadow-color: rgb(245 243 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/65:focus{--tw-shadow-color: rgb(245 243 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/70:focus{--tw-shadow-color: rgb(245 243 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/75:focus{--tw-shadow-color: rgb(245 243 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/80:focus{--tw-shadow-color: rgb(245 243 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/85:focus{--tw-shadow-color: rgb(245 243 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/90:focus{--tw-shadow-color: rgb(245 243 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-50\/95:focus{--tw-shadow-color: rgb(245 243 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500:focus{--tw-shadow-color: #8b5cf6;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/0:focus{--tw-shadow-color: rgb(139 92 246 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/10:focus{--tw-shadow-color: rgb(139 92 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/100:focus{--tw-shadow-color: rgb(139 92 246 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/15:focus{--tw-shadow-color: rgb(139 92 246 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/20:focus{--tw-shadow-color: rgb(139 92 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/25:focus{--tw-shadow-color: rgb(139 92 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/30:focus{--tw-shadow-color: rgb(139 92 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/35:focus{--tw-shadow-color: rgb(139 92 246 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/40:focus{--tw-shadow-color: rgb(139 92 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/45:focus{--tw-shadow-color: rgb(139 92 246 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/5:focus{--tw-shadow-color: rgb(139 92 246 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/50:focus{--tw-shadow-color: rgb(139 92 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/55:focus{--tw-shadow-color: rgb(139 92 246 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/60:focus{--tw-shadow-color: rgb(139 92 246 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/65:focus{--tw-shadow-color: rgb(139 92 246 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/70:focus{--tw-shadow-color: rgb(139 92 246 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/75:focus{--tw-shadow-color: rgb(139 92 246 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/80:focus{--tw-shadow-color: rgb(139 92 246 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/85:focus{--tw-shadow-color: rgb(139 92 246 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/90:focus{--tw-shadow-color: rgb(139 92 246 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-500\/95:focus{--tw-shadow-color: rgb(139 92 246 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600:focus{--tw-shadow-color: #7c3aed;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/0:focus{--tw-shadow-color: rgb(124 58 237 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/10:focus{--tw-shadow-color: rgb(124 58 237 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/100:focus{--tw-shadow-color: rgb(124 58 237 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/15:focus{--tw-shadow-color: rgb(124 58 237 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/20:focus{--tw-shadow-color: rgb(124 58 237 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/25:focus{--tw-shadow-color: rgb(124 58 237 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/30:focus{--tw-shadow-color: rgb(124 58 237 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/35:focus{--tw-shadow-color: rgb(124 58 237 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/40:focus{--tw-shadow-color: rgb(124 58 237 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/45:focus{--tw-shadow-color: rgb(124 58 237 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/5:focus{--tw-shadow-color: rgb(124 58 237 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/50:focus{--tw-shadow-color: rgb(124 58 237 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/55:focus{--tw-shadow-color: rgb(124 58 237 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/60:focus{--tw-shadow-color: rgb(124 58 237 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/65:focus{--tw-shadow-color: rgb(124 58 237 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/70:focus{--tw-shadow-color: rgb(124 58 237 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/75:focus{--tw-shadow-color: rgb(124 58 237 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/80:focus{--tw-shadow-color: rgb(124 58 237 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/85:focus{--tw-shadow-color: rgb(124 58 237 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/90:focus{--tw-shadow-color: rgb(124 58 237 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-600\/95:focus{--tw-shadow-color: rgb(124 58 237 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700:focus{--tw-shadow-color: #6d28d9;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/0:focus{--tw-shadow-color: rgb(109 40 217 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/10:focus{--tw-shadow-color: rgb(109 40 217 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/100:focus{--tw-shadow-color: rgb(109 40 217 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/15:focus{--tw-shadow-color: rgb(109 40 217 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/20:focus{--tw-shadow-color: rgb(109 40 217 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/25:focus{--tw-shadow-color: rgb(109 40 217 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/30:focus{--tw-shadow-color: rgb(109 40 217 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/35:focus{--tw-shadow-color: rgb(109 40 217 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/40:focus{--tw-shadow-color: rgb(109 40 217 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/45:focus{--tw-shadow-color: rgb(109 40 217 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/5:focus{--tw-shadow-color: rgb(109 40 217 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/50:focus{--tw-shadow-color: rgb(109 40 217 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/55:focus{--tw-shadow-color: rgb(109 40 217 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/60:focus{--tw-shadow-color: rgb(109 40 217 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/65:focus{--tw-shadow-color: rgb(109 40 217 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/70:focus{--tw-shadow-color: rgb(109 40 217 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/75:focus{--tw-shadow-color: rgb(109 40 217 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/80:focus{--tw-shadow-color: rgb(109 40 217 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/85:focus{--tw-shadow-color: rgb(109 40 217 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/90:focus{--tw-shadow-color: rgb(109 40 217 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-700\/95:focus{--tw-shadow-color: rgb(109 40 217 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800:focus{--tw-shadow-color: #5b21b6;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/0:focus{--tw-shadow-color: rgb(91 33 182 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/10:focus{--tw-shadow-color: rgb(91 33 182 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/100:focus{--tw-shadow-color: rgb(91 33 182 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/15:focus{--tw-shadow-color: rgb(91 33 182 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/20:focus{--tw-shadow-color: rgb(91 33 182 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/25:focus{--tw-shadow-color: rgb(91 33 182 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/30:focus{--tw-shadow-color: rgb(91 33 182 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/35:focus{--tw-shadow-color: rgb(91 33 182 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/40:focus{--tw-shadow-color: rgb(91 33 182 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/45:focus{--tw-shadow-color: rgb(91 33 182 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/5:focus{--tw-shadow-color: rgb(91 33 182 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/50:focus{--tw-shadow-color: rgb(91 33 182 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/55:focus{--tw-shadow-color: rgb(91 33 182 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/60:focus{--tw-shadow-color: rgb(91 33 182 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/65:focus{--tw-shadow-color: rgb(91 33 182 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/70:focus{--tw-shadow-color: rgb(91 33 182 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/75:focus{--tw-shadow-color: rgb(91 33 182 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/80:focus{--tw-shadow-color: rgb(91 33 182 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/85:focus{--tw-shadow-color: rgb(91 33 182 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/90:focus{--tw-shadow-color: rgb(91 33 182 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-800\/95:focus{--tw-shadow-color: rgb(91 33 182 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900:focus{--tw-shadow-color: #4c1d95;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/0:focus{--tw-shadow-color: rgb(76 29 149 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/10:focus{--tw-shadow-color: rgb(76 29 149 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/100:focus{--tw-shadow-color: rgb(76 29 149 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/15:focus{--tw-shadow-color: rgb(76 29 149 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/20:focus{--tw-shadow-color: rgb(76 29 149 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/25:focus{--tw-shadow-color: rgb(76 29 149 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/30:focus{--tw-shadow-color: rgb(76 29 149 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/35:focus{--tw-shadow-color: rgb(76 29 149 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/40:focus{--tw-shadow-color: rgb(76 29 149 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/45:focus{--tw-shadow-color: rgb(76 29 149 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/5:focus{--tw-shadow-color: rgb(76 29 149 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/50:focus{--tw-shadow-color: rgb(76 29 149 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/55:focus{--tw-shadow-color: rgb(76 29 149 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/60:focus{--tw-shadow-color: rgb(76 29 149 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/65:focus{--tw-shadow-color: rgb(76 29 149 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/70:focus{--tw-shadow-color: rgb(76 29 149 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/75:focus{--tw-shadow-color: rgb(76 29 149 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/80:focus{--tw-shadow-color: rgb(76 29 149 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/85:focus{--tw-shadow-color: rgb(76 29 149 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/90:focus{--tw-shadow-color: rgb(76 29 149 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-900\/95:focus{--tw-shadow-color: rgb(76 29 149 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950:focus{--tw-shadow-color: #2e1065;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/0:focus{--tw-shadow-color: rgb(46 16 101 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/10:focus{--tw-shadow-color: rgb(46 16 101 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/100:focus{--tw-shadow-color: rgb(46 16 101 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/15:focus{--tw-shadow-color: rgb(46 16 101 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/20:focus{--tw-shadow-color: rgb(46 16 101 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/25:focus{--tw-shadow-color: rgb(46 16 101 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/30:focus{--tw-shadow-color: rgb(46 16 101 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/35:focus{--tw-shadow-color: rgb(46 16 101 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/40:focus{--tw-shadow-color: rgb(46 16 101 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/45:focus{--tw-shadow-color: rgb(46 16 101 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/5:focus{--tw-shadow-color: rgb(46 16 101 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/50:focus{--tw-shadow-color: rgb(46 16 101 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/55:focus{--tw-shadow-color: rgb(46 16 101 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/60:focus{--tw-shadow-color: rgb(46 16 101 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/65:focus{--tw-shadow-color: rgb(46 16 101 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/70:focus{--tw-shadow-color: rgb(46 16 101 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/75:focus{--tw-shadow-color: rgb(46 16 101 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/80:focus{--tw-shadow-color: rgb(46 16 101 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/85:focus{--tw-shadow-color: rgb(46 16 101 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/90:focus{--tw-shadow-color: rgb(46 16 101 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-violet-950\/95:focus{--tw-shadow-color: rgb(46 16 101 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white:focus{--tw-shadow-color: #fff;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/0:focus{--tw-shadow-color: rgb(255 255 255 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/10:focus{--tw-shadow-color: rgb(255 255 255 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/100:focus{--tw-shadow-color: rgb(255 255 255 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/15:focus{--tw-shadow-color: rgb(255 255 255 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/20:focus{--tw-shadow-color: rgb(255 255 255 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/25:focus{--tw-shadow-color: rgb(255 255 255 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/30:focus{--tw-shadow-color: rgb(255 255 255 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/35:focus{--tw-shadow-color: rgb(255 255 255 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/40:focus{--tw-shadow-color: rgb(255 255 255 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/45:focus{--tw-shadow-color: rgb(255 255 255 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/5:focus{--tw-shadow-color: rgb(255 255 255 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/50:focus{--tw-shadow-color: rgb(255 255 255 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/55:focus{--tw-shadow-color: rgb(255 255 255 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/60:focus{--tw-shadow-color: rgb(255 255 255 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/65:focus{--tw-shadow-color: rgb(255 255 255 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/70:focus{--tw-shadow-color: rgb(255 255 255 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/75:focus{--tw-shadow-color: rgb(255 255 255 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/80:focus{--tw-shadow-color: rgb(255 255 255 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/85:focus{--tw-shadow-color: rgb(255 255 255 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/90:focus{--tw-shadow-color: rgb(255 255 255 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-white\/95:focus{--tw-shadow-color: rgb(255 255 255 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100:focus{--tw-shadow-color: #fef9c3;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/0:focus{--tw-shadow-color: rgb(254 249 195 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/10:focus{--tw-shadow-color: rgb(254 249 195 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/100:focus{--tw-shadow-color: rgb(254 249 195 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/15:focus{--tw-shadow-color: rgb(254 249 195 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/20:focus{--tw-shadow-color: rgb(254 249 195 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/25:focus{--tw-shadow-color: rgb(254 249 195 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/30:focus{--tw-shadow-color: rgb(254 249 195 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/35:focus{--tw-shadow-color: rgb(254 249 195 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/40:focus{--tw-shadow-color: rgb(254 249 195 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/45:focus{--tw-shadow-color: rgb(254 249 195 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/5:focus{--tw-shadow-color: rgb(254 249 195 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/50:focus{--tw-shadow-color: rgb(254 249 195 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/55:focus{--tw-shadow-color: rgb(254 249 195 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/60:focus{--tw-shadow-color: rgb(254 249 195 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/65:focus{--tw-shadow-color: rgb(254 249 195 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/70:focus{--tw-shadow-color: rgb(254 249 195 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/75:focus{--tw-shadow-color: rgb(254 249 195 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/80:focus{--tw-shadow-color: rgb(254 249 195 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/85:focus{--tw-shadow-color: rgb(254 249 195 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/90:focus{--tw-shadow-color: rgb(254 249 195 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-100\/95:focus{--tw-shadow-color: rgb(254 249 195 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200:focus{--tw-shadow-color: #fef08a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/0:focus{--tw-shadow-color: rgb(254 240 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/10:focus{--tw-shadow-color: rgb(254 240 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/100:focus{--tw-shadow-color: rgb(254 240 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/15:focus{--tw-shadow-color: rgb(254 240 138 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/20:focus{--tw-shadow-color: rgb(254 240 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/25:focus{--tw-shadow-color: rgb(254 240 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/30:focus{--tw-shadow-color: rgb(254 240 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/35:focus{--tw-shadow-color: rgb(254 240 138 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/40:focus{--tw-shadow-color: rgb(254 240 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/45:focus{--tw-shadow-color: rgb(254 240 138 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/5:focus{--tw-shadow-color: rgb(254 240 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/50:focus{--tw-shadow-color: rgb(254 240 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/55:focus{--tw-shadow-color: rgb(254 240 138 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/60:focus{--tw-shadow-color: rgb(254 240 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/65:focus{--tw-shadow-color: rgb(254 240 138 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/70:focus{--tw-shadow-color: rgb(254 240 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/75:focus{--tw-shadow-color: rgb(254 240 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/80:focus{--tw-shadow-color: rgb(254 240 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/85:focus{--tw-shadow-color: rgb(254 240 138 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/90:focus{--tw-shadow-color: rgb(254 240 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-200\/95:focus{--tw-shadow-color: rgb(254 240 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300:focus{--tw-shadow-color: #fde047;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/0:focus{--tw-shadow-color: rgb(253 224 71 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/10:focus{--tw-shadow-color: rgb(253 224 71 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/100:focus{--tw-shadow-color: rgb(253 224 71 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/15:focus{--tw-shadow-color: rgb(253 224 71 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/20:focus{--tw-shadow-color: rgb(253 224 71 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/25:focus{--tw-shadow-color: rgb(253 224 71 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/30:focus{--tw-shadow-color: rgb(253 224 71 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/35:focus{--tw-shadow-color: rgb(253 224 71 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/40:focus{--tw-shadow-color: rgb(253 224 71 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/45:focus{--tw-shadow-color: rgb(253 224 71 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/5:focus{--tw-shadow-color: rgb(253 224 71 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/50:focus{--tw-shadow-color: rgb(253 224 71 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/55:focus{--tw-shadow-color: rgb(253 224 71 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/60:focus{--tw-shadow-color: rgb(253 224 71 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/65:focus{--tw-shadow-color: rgb(253 224 71 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/70:focus{--tw-shadow-color: rgb(253 224 71 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/75:focus{--tw-shadow-color: rgb(253 224 71 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/80:focus{--tw-shadow-color: rgb(253 224 71 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/85:focus{--tw-shadow-color: rgb(253 224 71 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/90:focus{--tw-shadow-color: rgb(253 224 71 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-300\/95:focus{--tw-shadow-color: rgb(253 224 71 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400:focus{--tw-shadow-color: #facc15;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/0:focus{--tw-shadow-color: rgb(250 204 21 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/10:focus{--tw-shadow-color: rgb(250 204 21 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/100:focus{--tw-shadow-color: rgb(250 204 21 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/15:focus{--tw-shadow-color: rgb(250 204 21 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/20:focus{--tw-shadow-color: rgb(250 204 21 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/25:focus{--tw-shadow-color: rgb(250 204 21 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/30:focus{--tw-shadow-color: rgb(250 204 21 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/35:focus{--tw-shadow-color: rgb(250 204 21 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/40:focus{--tw-shadow-color: rgb(250 204 21 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/45:focus{--tw-shadow-color: rgb(250 204 21 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/5:focus{--tw-shadow-color: rgb(250 204 21 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/50:focus{--tw-shadow-color: rgb(250 204 21 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/55:focus{--tw-shadow-color: rgb(250 204 21 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/60:focus{--tw-shadow-color: rgb(250 204 21 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/65:focus{--tw-shadow-color: rgb(250 204 21 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/70:focus{--tw-shadow-color: rgb(250 204 21 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/75:focus{--tw-shadow-color: rgb(250 204 21 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/80:focus{--tw-shadow-color: rgb(250 204 21 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/85:focus{--tw-shadow-color: rgb(250 204 21 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/90:focus{--tw-shadow-color: rgb(250 204 21 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-400\/95:focus{--tw-shadow-color: rgb(250 204 21 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50:focus{--tw-shadow-color: #fefce8;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/0:focus{--tw-shadow-color: rgb(254 252 232 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/10:focus{--tw-shadow-color: rgb(254 252 232 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/100:focus{--tw-shadow-color: rgb(254 252 232 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/15:focus{--tw-shadow-color: rgb(254 252 232 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/20:focus{--tw-shadow-color: rgb(254 252 232 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/25:focus{--tw-shadow-color: rgb(254 252 232 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/30:focus{--tw-shadow-color: rgb(254 252 232 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/35:focus{--tw-shadow-color: rgb(254 252 232 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/40:focus{--tw-shadow-color: rgb(254 252 232 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/45:focus{--tw-shadow-color: rgb(254 252 232 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/5:focus{--tw-shadow-color: rgb(254 252 232 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/50:focus{--tw-shadow-color: rgb(254 252 232 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/55:focus{--tw-shadow-color: rgb(254 252 232 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/60:focus{--tw-shadow-color: rgb(254 252 232 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/65:focus{--tw-shadow-color: rgb(254 252 232 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/70:focus{--tw-shadow-color: rgb(254 252 232 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/75:focus{--tw-shadow-color: rgb(254 252 232 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/80:focus{--tw-shadow-color: rgb(254 252 232 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/85:focus{--tw-shadow-color: rgb(254 252 232 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/90:focus{--tw-shadow-color: rgb(254 252 232 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-50\/95:focus{--tw-shadow-color: rgb(254 252 232 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500:focus{--tw-shadow-color: #eab308;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/0:focus{--tw-shadow-color: rgb(234 179 8 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/10:focus{--tw-shadow-color: rgb(234 179 8 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/100:focus{--tw-shadow-color: rgb(234 179 8 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/15:focus{--tw-shadow-color: rgb(234 179 8 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/20:focus{--tw-shadow-color: rgb(234 179 8 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/25:focus{--tw-shadow-color: rgb(234 179 8 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/30:focus{--tw-shadow-color: rgb(234 179 8 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/35:focus{--tw-shadow-color: rgb(234 179 8 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/40:focus{--tw-shadow-color: rgb(234 179 8 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/45:focus{--tw-shadow-color: rgb(234 179 8 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/5:focus{--tw-shadow-color: rgb(234 179 8 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/50:focus{--tw-shadow-color: rgb(234 179 8 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/55:focus{--tw-shadow-color: rgb(234 179 8 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/60:focus{--tw-shadow-color: rgb(234 179 8 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/65:focus{--tw-shadow-color: rgb(234 179 8 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/70:focus{--tw-shadow-color: rgb(234 179 8 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/75:focus{--tw-shadow-color: rgb(234 179 8 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/80:focus{--tw-shadow-color: rgb(234 179 8 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/85:focus{--tw-shadow-color: rgb(234 179 8 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/90:focus{--tw-shadow-color: rgb(234 179 8 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-500\/95:focus{--tw-shadow-color: rgb(234 179 8 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600:focus{--tw-shadow-color: #ca8a04;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/0:focus{--tw-shadow-color: rgb(202 138 4 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/10:focus{--tw-shadow-color: rgb(202 138 4 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/100:focus{--tw-shadow-color: rgb(202 138 4 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/15:focus{--tw-shadow-color: rgb(202 138 4 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/20:focus{--tw-shadow-color: rgb(202 138 4 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/25:focus{--tw-shadow-color: rgb(202 138 4 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/30:focus{--tw-shadow-color: rgb(202 138 4 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/35:focus{--tw-shadow-color: rgb(202 138 4 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/40:focus{--tw-shadow-color: rgb(202 138 4 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/45:focus{--tw-shadow-color: rgb(202 138 4 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/5:focus{--tw-shadow-color: rgb(202 138 4 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/50:focus{--tw-shadow-color: rgb(202 138 4 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/55:focus{--tw-shadow-color: rgb(202 138 4 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/60:focus{--tw-shadow-color: rgb(202 138 4 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/65:focus{--tw-shadow-color: rgb(202 138 4 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/70:focus{--tw-shadow-color: rgb(202 138 4 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/75:focus{--tw-shadow-color: rgb(202 138 4 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/80:focus{--tw-shadow-color: rgb(202 138 4 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/85:focus{--tw-shadow-color: rgb(202 138 4 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/90:focus{--tw-shadow-color: rgb(202 138 4 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-600\/95:focus{--tw-shadow-color: rgb(202 138 4 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700:focus{--tw-shadow-color: #a16207;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/0:focus{--tw-shadow-color: rgb(161 98 7 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/10:focus{--tw-shadow-color: rgb(161 98 7 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/100:focus{--tw-shadow-color: rgb(161 98 7 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/15:focus{--tw-shadow-color: rgb(161 98 7 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/20:focus{--tw-shadow-color: rgb(161 98 7 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/25:focus{--tw-shadow-color: rgb(161 98 7 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/30:focus{--tw-shadow-color: rgb(161 98 7 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/35:focus{--tw-shadow-color: rgb(161 98 7 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/40:focus{--tw-shadow-color: rgb(161 98 7 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/45:focus{--tw-shadow-color: rgb(161 98 7 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/5:focus{--tw-shadow-color: rgb(161 98 7 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/50:focus{--tw-shadow-color: rgb(161 98 7 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/55:focus{--tw-shadow-color: rgb(161 98 7 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/60:focus{--tw-shadow-color: rgb(161 98 7 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/65:focus{--tw-shadow-color: rgb(161 98 7 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/70:focus{--tw-shadow-color: rgb(161 98 7 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/75:focus{--tw-shadow-color: rgb(161 98 7 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/80:focus{--tw-shadow-color: rgb(161 98 7 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/85:focus{--tw-shadow-color: rgb(161 98 7 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/90:focus{--tw-shadow-color: rgb(161 98 7 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-700\/95:focus{--tw-shadow-color: rgb(161 98 7 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800:focus{--tw-shadow-color: #854d0e;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/0:focus{--tw-shadow-color: rgb(133 77 14 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/10:focus{--tw-shadow-color: rgb(133 77 14 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/100:focus{--tw-shadow-color: rgb(133 77 14 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/15:focus{--tw-shadow-color: rgb(133 77 14 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/20:focus{--tw-shadow-color: rgb(133 77 14 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/25:focus{--tw-shadow-color: rgb(133 77 14 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/30:focus{--tw-shadow-color: rgb(133 77 14 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/35:focus{--tw-shadow-color: rgb(133 77 14 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/40:focus{--tw-shadow-color: rgb(133 77 14 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/45:focus{--tw-shadow-color: rgb(133 77 14 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/5:focus{--tw-shadow-color: rgb(133 77 14 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/50:focus{--tw-shadow-color: rgb(133 77 14 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/55:focus{--tw-shadow-color: rgb(133 77 14 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/60:focus{--tw-shadow-color: rgb(133 77 14 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/65:focus{--tw-shadow-color: rgb(133 77 14 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/70:focus{--tw-shadow-color: rgb(133 77 14 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/75:focus{--tw-shadow-color: rgb(133 77 14 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/80:focus{--tw-shadow-color: rgb(133 77 14 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/85:focus{--tw-shadow-color: rgb(133 77 14 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/90:focus{--tw-shadow-color: rgb(133 77 14 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-800\/95:focus{--tw-shadow-color: rgb(133 77 14 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900:focus{--tw-shadow-color: #713f12;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/0:focus{--tw-shadow-color: rgb(113 63 18 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/10:focus{--tw-shadow-color: rgb(113 63 18 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/100:focus{--tw-shadow-color: rgb(113 63 18 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/15:focus{--tw-shadow-color: rgb(113 63 18 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/20:focus{--tw-shadow-color: rgb(113 63 18 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/25:focus{--tw-shadow-color: rgb(113 63 18 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/30:focus{--tw-shadow-color: rgb(113 63 18 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/35:focus{--tw-shadow-color: rgb(113 63 18 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/40:focus{--tw-shadow-color: rgb(113 63 18 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/45:focus{--tw-shadow-color: rgb(113 63 18 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/5:focus{--tw-shadow-color: rgb(113 63 18 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/50:focus{--tw-shadow-color: rgb(113 63 18 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/55:focus{--tw-shadow-color: rgb(113 63 18 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/60:focus{--tw-shadow-color: rgb(113 63 18 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/65:focus{--tw-shadow-color: rgb(113 63 18 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/70:focus{--tw-shadow-color: rgb(113 63 18 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/75:focus{--tw-shadow-color: rgb(113 63 18 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/80:focus{--tw-shadow-color: rgb(113 63 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/85:focus{--tw-shadow-color: rgb(113 63 18 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/90:focus{--tw-shadow-color: rgb(113 63 18 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-900\/95:focus{--tw-shadow-color: rgb(113 63 18 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950:focus{--tw-shadow-color: #422006;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/0:focus{--tw-shadow-color: rgb(66 32 6 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/10:focus{--tw-shadow-color: rgb(66 32 6 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/100:focus{--tw-shadow-color: rgb(66 32 6 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/15:focus{--tw-shadow-color: rgb(66 32 6 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/20:focus{--tw-shadow-color: rgb(66 32 6 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/25:focus{--tw-shadow-color: rgb(66 32 6 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/30:focus{--tw-shadow-color: rgb(66 32 6 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/35:focus{--tw-shadow-color: rgb(66 32 6 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/40:focus{--tw-shadow-color: rgb(66 32 6 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/45:focus{--tw-shadow-color: rgb(66 32 6 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/5:focus{--tw-shadow-color: rgb(66 32 6 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/50:focus{--tw-shadow-color: rgb(66 32 6 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/55:focus{--tw-shadow-color: rgb(66 32 6 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/60:focus{--tw-shadow-color: rgb(66 32 6 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/65:focus{--tw-shadow-color: rgb(66 32 6 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/70:focus{--tw-shadow-color: rgb(66 32 6 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/75:focus{--tw-shadow-color: rgb(66 32 6 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/80:focus{--tw-shadow-color: rgb(66 32 6 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/85:focus{--tw-shadow-color: rgb(66 32 6 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/90:focus{--tw-shadow-color: rgb(66 32 6 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-yellow-950\/95:focus{--tw-shadow-color: rgb(66 32 6 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100:focus{--tw-shadow-color: #f4f4f5;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/0:focus{--tw-shadow-color: rgb(244 244 245 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/10:focus{--tw-shadow-color: rgb(244 244 245 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/100:focus{--tw-shadow-color: rgb(244 244 245 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/15:focus{--tw-shadow-color: rgb(244 244 245 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/20:focus{--tw-shadow-color: rgb(244 244 245 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/25:focus{--tw-shadow-color: rgb(244 244 245 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/30:focus{--tw-shadow-color: rgb(244 244 245 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/35:focus{--tw-shadow-color: rgb(244 244 245 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/40:focus{--tw-shadow-color: rgb(244 244 245 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/45:focus{--tw-shadow-color: rgb(244 244 245 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/5:focus{--tw-shadow-color: rgb(244 244 245 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/50:focus{--tw-shadow-color: rgb(244 244 245 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/55:focus{--tw-shadow-color: rgb(244 244 245 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/60:focus{--tw-shadow-color: rgb(244 244 245 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/65:focus{--tw-shadow-color: rgb(244 244 245 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/70:focus{--tw-shadow-color: rgb(244 244 245 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/75:focus{--tw-shadow-color: rgb(244 244 245 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/80:focus{--tw-shadow-color: rgb(244 244 245 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/85:focus{--tw-shadow-color: rgb(244 244 245 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/90:focus{--tw-shadow-color: rgb(244 244 245 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-100\/95:focus{--tw-shadow-color: rgb(244 244 245 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200:focus{--tw-shadow-color: #e4e4e7;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/0:focus{--tw-shadow-color: rgb(228 228 231 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/10:focus{--tw-shadow-color: rgb(228 228 231 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/100:focus{--tw-shadow-color: rgb(228 228 231 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/15:focus{--tw-shadow-color: rgb(228 228 231 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/20:focus{--tw-shadow-color: rgb(228 228 231 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/25:focus{--tw-shadow-color: rgb(228 228 231 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/30:focus{--tw-shadow-color: rgb(228 228 231 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/35:focus{--tw-shadow-color: rgb(228 228 231 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/40:focus{--tw-shadow-color: rgb(228 228 231 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/45:focus{--tw-shadow-color: rgb(228 228 231 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/5:focus{--tw-shadow-color: rgb(228 228 231 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/50:focus{--tw-shadow-color: rgb(228 228 231 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/55:focus{--tw-shadow-color: rgb(228 228 231 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/60:focus{--tw-shadow-color: rgb(228 228 231 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/65:focus{--tw-shadow-color: rgb(228 228 231 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/70:focus{--tw-shadow-color: rgb(228 228 231 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/75:focus{--tw-shadow-color: rgb(228 228 231 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/80:focus{--tw-shadow-color: rgb(228 228 231 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/85:focus{--tw-shadow-color: rgb(228 228 231 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/90:focus{--tw-shadow-color: rgb(228 228 231 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-200\/95:focus{--tw-shadow-color: rgb(228 228 231 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300:focus{--tw-shadow-color: #d4d4d8;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/0:focus{--tw-shadow-color: rgb(212 212 216 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/10:focus{--tw-shadow-color: rgb(212 212 216 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/100:focus{--tw-shadow-color: rgb(212 212 216 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/15:focus{--tw-shadow-color: rgb(212 212 216 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/20:focus{--tw-shadow-color: rgb(212 212 216 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/25:focus{--tw-shadow-color: rgb(212 212 216 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/30:focus{--tw-shadow-color: rgb(212 212 216 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/35:focus{--tw-shadow-color: rgb(212 212 216 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/40:focus{--tw-shadow-color: rgb(212 212 216 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/45:focus{--tw-shadow-color: rgb(212 212 216 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/5:focus{--tw-shadow-color: rgb(212 212 216 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/50:focus{--tw-shadow-color: rgb(212 212 216 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/55:focus{--tw-shadow-color: rgb(212 212 216 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/60:focus{--tw-shadow-color: rgb(212 212 216 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/65:focus{--tw-shadow-color: rgb(212 212 216 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/70:focus{--tw-shadow-color: rgb(212 212 216 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/75:focus{--tw-shadow-color: rgb(212 212 216 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/80:focus{--tw-shadow-color: rgb(212 212 216 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/85:focus{--tw-shadow-color: rgb(212 212 216 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/90:focus{--tw-shadow-color: rgb(212 212 216 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-300\/95:focus{--tw-shadow-color: rgb(212 212 216 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400:focus{--tw-shadow-color: #a1a1aa;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/0:focus{--tw-shadow-color: rgb(161 161 170 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/10:focus{--tw-shadow-color: rgb(161 161 170 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/100:focus{--tw-shadow-color: rgb(161 161 170 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/15:focus{--tw-shadow-color: rgb(161 161 170 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/20:focus{--tw-shadow-color: rgb(161 161 170 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/25:focus{--tw-shadow-color: rgb(161 161 170 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/30:focus{--tw-shadow-color: rgb(161 161 170 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/35:focus{--tw-shadow-color: rgb(161 161 170 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/40:focus{--tw-shadow-color: rgb(161 161 170 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/45:focus{--tw-shadow-color: rgb(161 161 170 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/5:focus{--tw-shadow-color: rgb(161 161 170 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/50:focus{--tw-shadow-color: rgb(161 161 170 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/55:focus{--tw-shadow-color: rgb(161 161 170 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/60:focus{--tw-shadow-color: rgb(161 161 170 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/65:focus{--tw-shadow-color: rgb(161 161 170 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/70:focus{--tw-shadow-color: rgb(161 161 170 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/75:focus{--tw-shadow-color: rgb(161 161 170 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/80:focus{--tw-shadow-color: rgb(161 161 170 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/85:focus{--tw-shadow-color: rgb(161 161 170 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/90:focus{--tw-shadow-color: rgb(161 161 170 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-400\/95:focus{--tw-shadow-color: rgb(161 161 170 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50:focus{--tw-shadow-color: #fafafa;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/0:focus{--tw-shadow-color: rgb(250 250 250 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/10:focus{--tw-shadow-color: rgb(250 250 250 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/100:focus{--tw-shadow-color: rgb(250 250 250 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/15:focus{--tw-shadow-color: rgb(250 250 250 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/20:focus{--tw-shadow-color: rgb(250 250 250 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/25:focus{--tw-shadow-color: rgb(250 250 250 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/30:focus{--tw-shadow-color: rgb(250 250 250 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/35:focus{--tw-shadow-color: rgb(250 250 250 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/40:focus{--tw-shadow-color: rgb(250 250 250 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/45:focus{--tw-shadow-color: rgb(250 250 250 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/5:focus{--tw-shadow-color: rgb(250 250 250 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/50:focus{--tw-shadow-color: rgb(250 250 250 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/55:focus{--tw-shadow-color: rgb(250 250 250 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/60:focus{--tw-shadow-color: rgb(250 250 250 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/65:focus{--tw-shadow-color: rgb(250 250 250 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/70:focus{--tw-shadow-color: rgb(250 250 250 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/75:focus{--tw-shadow-color: rgb(250 250 250 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/80:focus{--tw-shadow-color: rgb(250 250 250 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/85:focus{--tw-shadow-color: rgb(250 250 250 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/90:focus{--tw-shadow-color: rgb(250 250 250 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-50\/95:focus{--tw-shadow-color: rgb(250 250 250 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500:focus{--tw-shadow-color: #71717a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/0:focus{--tw-shadow-color: rgb(113 113 122 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/10:focus{--tw-shadow-color: rgb(113 113 122 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/100:focus{--tw-shadow-color: rgb(113 113 122 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/15:focus{--tw-shadow-color: rgb(113 113 122 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/20:focus{--tw-shadow-color: rgb(113 113 122 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/25:focus{--tw-shadow-color: rgb(113 113 122 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/30:focus{--tw-shadow-color: rgb(113 113 122 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/35:focus{--tw-shadow-color: rgb(113 113 122 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/40:focus{--tw-shadow-color: rgb(113 113 122 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/45:focus{--tw-shadow-color: rgb(113 113 122 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/5:focus{--tw-shadow-color: rgb(113 113 122 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/50:focus{--tw-shadow-color: rgb(113 113 122 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/55:focus{--tw-shadow-color: rgb(113 113 122 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/60:focus{--tw-shadow-color: rgb(113 113 122 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/65:focus{--tw-shadow-color: rgb(113 113 122 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/70:focus{--tw-shadow-color: rgb(113 113 122 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/75:focus{--tw-shadow-color: rgb(113 113 122 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/80:focus{--tw-shadow-color: rgb(113 113 122 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/85:focus{--tw-shadow-color: rgb(113 113 122 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/90:focus{--tw-shadow-color: rgb(113 113 122 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-500\/95:focus{--tw-shadow-color: rgb(113 113 122 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600:focus{--tw-shadow-color: #52525b;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/0:focus{--tw-shadow-color: rgb(82 82 91 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/10:focus{--tw-shadow-color: rgb(82 82 91 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/100:focus{--tw-shadow-color: rgb(82 82 91 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/15:focus{--tw-shadow-color: rgb(82 82 91 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/20:focus{--tw-shadow-color: rgb(82 82 91 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/25:focus{--tw-shadow-color: rgb(82 82 91 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/30:focus{--tw-shadow-color: rgb(82 82 91 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/35:focus{--tw-shadow-color: rgb(82 82 91 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/40:focus{--tw-shadow-color: rgb(82 82 91 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/45:focus{--tw-shadow-color: rgb(82 82 91 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/5:focus{--tw-shadow-color: rgb(82 82 91 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/50:focus{--tw-shadow-color: rgb(82 82 91 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/55:focus{--tw-shadow-color: rgb(82 82 91 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/60:focus{--tw-shadow-color: rgb(82 82 91 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/65:focus{--tw-shadow-color: rgb(82 82 91 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/70:focus{--tw-shadow-color: rgb(82 82 91 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/75:focus{--tw-shadow-color: rgb(82 82 91 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/80:focus{--tw-shadow-color: rgb(82 82 91 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/85:focus{--tw-shadow-color: rgb(82 82 91 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/90:focus{--tw-shadow-color: rgb(82 82 91 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-600\/95:focus{--tw-shadow-color: rgb(82 82 91 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700:focus{--tw-shadow-color: #3f3f46;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/0:focus{--tw-shadow-color: rgb(63 63 70 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/10:focus{--tw-shadow-color: rgb(63 63 70 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/100:focus{--tw-shadow-color: rgb(63 63 70 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/15:focus{--tw-shadow-color: rgb(63 63 70 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/20:focus{--tw-shadow-color: rgb(63 63 70 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/25:focus{--tw-shadow-color: rgb(63 63 70 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/30:focus{--tw-shadow-color: rgb(63 63 70 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/35:focus{--tw-shadow-color: rgb(63 63 70 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/40:focus{--tw-shadow-color: rgb(63 63 70 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/45:focus{--tw-shadow-color: rgb(63 63 70 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/5:focus{--tw-shadow-color: rgb(63 63 70 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/50:focus{--tw-shadow-color: rgb(63 63 70 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/55:focus{--tw-shadow-color: rgb(63 63 70 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/60:focus{--tw-shadow-color: rgb(63 63 70 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/65:focus{--tw-shadow-color: rgb(63 63 70 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/70:focus{--tw-shadow-color: rgb(63 63 70 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/75:focus{--tw-shadow-color: rgb(63 63 70 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/80:focus{--tw-shadow-color: rgb(63 63 70 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/85:focus{--tw-shadow-color: rgb(63 63 70 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/90:focus{--tw-shadow-color: rgb(63 63 70 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-700\/95:focus{--tw-shadow-color: rgb(63 63 70 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800:focus{--tw-shadow-color: #27272a;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/0:focus{--tw-shadow-color: rgb(39 39 42 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/10:focus{--tw-shadow-color: rgb(39 39 42 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/100:focus{--tw-shadow-color: rgb(39 39 42 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/15:focus{--tw-shadow-color: rgb(39 39 42 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/20:focus{--tw-shadow-color: rgb(39 39 42 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/25:focus{--tw-shadow-color: rgb(39 39 42 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/30:focus{--tw-shadow-color: rgb(39 39 42 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/35:focus{--tw-shadow-color: rgb(39 39 42 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/40:focus{--tw-shadow-color: rgb(39 39 42 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/45:focus{--tw-shadow-color: rgb(39 39 42 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/5:focus{--tw-shadow-color: rgb(39 39 42 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/50:focus{--tw-shadow-color: rgb(39 39 42 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/55:focus{--tw-shadow-color: rgb(39 39 42 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/60:focus{--tw-shadow-color: rgb(39 39 42 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/65:focus{--tw-shadow-color: rgb(39 39 42 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/70:focus{--tw-shadow-color: rgb(39 39 42 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/75:focus{--tw-shadow-color: rgb(39 39 42 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/80:focus{--tw-shadow-color: rgb(39 39 42 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/85:focus{--tw-shadow-color: rgb(39 39 42 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/90:focus{--tw-shadow-color: rgb(39 39 42 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-800\/95:focus{--tw-shadow-color: rgb(39 39 42 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900:focus{--tw-shadow-color: #18181b;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/0:focus{--tw-shadow-color: rgb(24 24 27 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/10:focus{--tw-shadow-color: rgb(24 24 27 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/100:focus{--tw-shadow-color: rgb(24 24 27 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/15:focus{--tw-shadow-color: rgb(24 24 27 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/20:focus{--tw-shadow-color: rgb(24 24 27 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/25:focus{--tw-shadow-color: rgb(24 24 27 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/30:focus{--tw-shadow-color: rgb(24 24 27 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/35:focus{--tw-shadow-color: rgb(24 24 27 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/40:focus{--tw-shadow-color: rgb(24 24 27 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/45:focus{--tw-shadow-color: rgb(24 24 27 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/5:focus{--tw-shadow-color: rgb(24 24 27 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/50:focus{--tw-shadow-color: rgb(24 24 27 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/55:focus{--tw-shadow-color: rgb(24 24 27 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/60:focus{--tw-shadow-color: rgb(24 24 27 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/65:focus{--tw-shadow-color: rgb(24 24 27 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/70:focus{--tw-shadow-color: rgb(24 24 27 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/75:focus{--tw-shadow-color: rgb(24 24 27 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/80:focus{--tw-shadow-color: rgb(24 24 27 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/85:focus{--tw-shadow-color: rgb(24 24 27 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/90:focus{--tw-shadow-color: rgb(24 24 27 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-900\/95:focus{--tw-shadow-color: rgb(24 24 27 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950:focus{--tw-shadow-color: #09090b;--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/0:focus{--tw-shadow-color: rgb(9 9 11 / 0);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/10:focus{--tw-shadow-color: rgb(9 9 11 / .1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/100:focus{--tw-shadow-color: rgb(9 9 11 / 1);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/15:focus{--tw-shadow-color: rgb(9 9 11 / .15);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/20:focus{--tw-shadow-color: rgb(9 9 11 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/25:focus{--tw-shadow-color: rgb(9 9 11 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/30:focus{--tw-shadow-color: rgb(9 9 11 / .3);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/35:focus{--tw-shadow-color: rgb(9 9 11 / .35);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/40:focus{--tw-shadow-color: rgb(9 9 11 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/45:focus{--tw-shadow-color: rgb(9 9 11 / .45);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/5:focus{--tw-shadow-color: rgb(9 9 11 / .05);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/50:focus{--tw-shadow-color: rgb(9 9 11 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/55:focus{--tw-shadow-color: rgb(9 9 11 / .55);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/60:focus{--tw-shadow-color: rgb(9 9 11 / .6);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/65:focus{--tw-shadow-color: rgb(9 9 11 / .65);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/70:focus{--tw-shadow-color: rgb(9 9 11 / .7);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/75:focus{--tw-shadow-color: rgb(9 9 11 / .75);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/80:focus{--tw-shadow-color: rgb(9 9 11 / .8);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/85:focus{--tw-shadow-color: rgb(9 9 11 / .85);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/90:focus{--tw-shadow-color: rgb(9 9 11 / .9);--tw-shadow: var(--tw-shadow-colored)}.focus\:shadow-zinc-950\/95:focus{--tw-shadow-color: rgb(9 9 11 / .95);--tw-shadow: var(--tw-shadow-colored)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-accent:focus{--tw-ring-color: var(--accent)}.focus\:ring-accent-foreground:focus{--tw-ring-color: var(--accent-foreground)}.focus\:ring-background:focus{--tw-ring-color: var(--background)}.focus\:ring-border:focus{--tw-ring-color: var(--border)}.focus\:ring-card:focus{--tw-ring-color: var(--card)}.focus\:ring-card-foreground:focus{--tw-ring-color: var(--card-foreground)}.focus\:ring-destructive:focus{--tw-ring-color: var(--destructive)}.focus\:ring-destructive-foreground:focus{--tw-ring-color: var(--destructive-foreground)}.focus\:ring-foreground:focus{--tw-ring-color: var(--foreground)}.focus\:ring-input:focus{--tw-ring-color: var(--input)}.focus\:ring-muted:focus{--tw-ring-color: var(--muted)}.focus\:ring-muted-foreground:focus{--tw-ring-color: var(--muted-foreground)}.focus\:ring-popover:focus{--tw-ring-color: var(--popover)}.focus\:ring-popover-foreground:focus{--tw-ring-color: var(--popover-foreground)}.focus\:ring-primary:focus{--tw-ring-color: var(--primary)}.focus\:ring-primary-foreground:focus{--tw-ring-color: var(--primary-foreground)}.focus\:ring-ring:focus{--tw-ring-color: var(--ring)}.focus\:ring-secondary:focus{--tw-ring-color: var(--secondary)}.focus\:ring-secondary-foreground:focus{--tw-ring-color: var(--secondary-foreground)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:outline-1:focus-visible{outline-width:1px}.focus-visible\:ring-\[1px\]:focus-visible{--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-visible\:ring-\[3px\]:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:border-accent:active{border-color:var(--accent)}.active\:border-accent-foreground:active{border-color:var(--accent-foreground)}.active\:border-background:active{border-color:var(--background)}.active\:border-border:active{border-color:var(--border)}.active\:border-card:active{border-color:var(--card)}.active\:border-card-foreground:active{border-color:var(--card-foreground)}.active\:border-destructive:active{border-color:var(--destructive)}.active\:border-destructive-foreground:active{border-color:var(--destructive-foreground)}.active\:border-foreground:active{border-color:var(--foreground)}.active\:border-input:active{border-color:var(--input)}.active\:border-muted:active{border-color:var(--muted)}.active\:border-muted-foreground:active{border-color:var(--muted-foreground)}.active\:border-popover:active{border-color:var(--popover)}.active\:border-popover-foreground:active{border-color:var(--popover-foreground)}.active\:border-primary:active{border-color:var(--primary)}.active\:border-primary-foreground:active{border-color:var(--primary-foreground)}.active\:border-ring:active{border-color:var(--ring)}.active\:border-secondary:active{border-color:var(--secondary)}.active\:border-secondary-foreground:active{border-color:var(--secondary-foreground)}.active\:bg-accent:active{background-color:var(--accent)}.active\:bg-accent-foreground:active{background-color:var(--accent-foreground)}.active\:bg-background:active{background-color:var(--background)}.active\:bg-border:active{background-color:var(--border)}.active\:bg-card:active{background-color:var(--card)}.active\:bg-card-foreground:active{background-color:var(--card-foreground)}.active\:bg-destructive:active{background-color:var(--destructive)}.active\:bg-destructive-foreground:active{background-color:var(--destructive-foreground)}.active\:bg-foreground:active{background-color:var(--foreground)}.active\:bg-input:active{background-color:var(--input)}.active\:bg-muted:active{background-color:var(--muted)}.active\:bg-muted-foreground:active{background-color:var(--muted-foreground)}.active\:bg-popover:active{background-color:var(--popover)}.active\:bg-popover-foreground:active{background-color:var(--popover-foreground)}.active\:bg-primary:active{background-color:var(--primary)}.active\:bg-primary-foreground:active{background-color:var(--primary-foreground)}.active\:bg-ring:active{background-color:var(--ring)}.active\:bg-secondary:active{background-color:var(--secondary)}.active\:bg-secondary-foreground:active{background-color:var(--secondary-foreground)}.active\:text-accent:active{color:var(--accent)}.active\:text-accent-foreground:active{color:var(--accent-foreground)}.active\:text-background:active{color:var(--background)}.active\:text-border:active{color:var(--border)}.active\:text-card:active{color:var(--card)}.active\:text-card-foreground:active{color:var(--card-foreground)}.active\:text-destructive:active{color:var(--destructive)}.active\:text-destructive-foreground:active{color:var(--destructive-foreground)}.active\:text-foreground:active{color:var(--foreground)}.active\:text-input:active{color:var(--input)}.active\:text-muted:active{color:var(--muted)}.active\:text-muted-foreground:active{color:var(--muted-foreground)}.active\:text-popover:active{color:var(--popover)}.active\:text-popover-foreground:active{color:var(--popover-foreground)}.active\:text-primary:active{color:var(--primary)}.active\:text-primary-foreground:active{color:var(--primary-foreground)}.active\:text-ring:active{color:var(--ring)}.active\:text-secondary:active{color:var(--secondary)}.active\:text-secondary-foreground:active{color:var(--secondary-foreground)}.active\:ring-accent:active{--tw-ring-color: var(--accent)}.active\:ring-accent-foreground:active{--tw-ring-color: var(--accent-foreground)}.active\:ring-background:active{--tw-ring-color: var(--background)}.active\:ring-border:active{--tw-ring-color: var(--border)}.active\:ring-card:active{--tw-ring-color: var(--card)}.active\:ring-card-foreground:active{--tw-ring-color: var(--card-foreground)}.active\:ring-destructive:active{--tw-ring-color: var(--destructive)}.active\:ring-destructive-foreground:active{--tw-ring-color: var(--destructive-foreground)}.active\:ring-foreground:active{--tw-ring-color: var(--foreground)}.active\:ring-input:active{--tw-ring-color: var(--input)}.active\:ring-muted:active{--tw-ring-color: var(--muted)}.active\:ring-muted-foreground:active{--tw-ring-color: var(--muted-foreground)}.active\:ring-popover:active{--tw-ring-color: var(--popover)}.active\:ring-popover-foreground:active{--tw-ring-color: var(--popover-foreground)}.active\:ring-primary:active{--tw-ring-color: var(--primary)}.active\:ring-primary-foreground:active{--tw-ring-color: var(--primary-foreground)}.active\:ring-ring:active{--tw-ring-color: var(--ring)}.active\:ring-secondary:active{--tw-ring-color: var(--secondary)}.active\:ring-secondary-foreground:active{--tw-ring-color: var(--secondary-foreground)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-50{opacity:.5}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-left:.625rem;padding-right:.625rem}.has-\[\>svg\]\:px-3:has(>svg){padding-left:.75rem;padding-right:.75rem}.has-\[\>svg\]\:px-4:has(>svg){padding-left:1rem;padding-right:1rem}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;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))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;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))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;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))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:var(--primary)}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--secondary)}.data-\[inset\]\:pl-8[data-inset]{padding-left:2rem}.data-\[error\=true\]\:text-destructive[data-error=true]{color:var(--destructive)}.data-\[state\=active\]\:text-foreground[data-state=active]{color:var(--foreground)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:var(--accent-foreground)}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[variant\=destructive\]\:text-destructive[data-variant=destructive]{color:var(--destructive)}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--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)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[variant\=destructive\]\:focus\:text-destructive:focus[data-variant=destructive]{color:var(--destructive)}.group[data-disabled=true] .group-data-\[disabled\=true\]\:pointer-events-none{pointer-events:none}.group[data-state=closed] .group-data-\[state\=closed\]\:inline,.group[data-state=open] .group-data-\[state\=open\]\:inline{display:inline}.group[data-disabled=true] .group-data-\[disabled\=true\]\:opacity-50{opacity:.5}.dark\:border-accent:is(.dark *){border-color:var(--accent)}.dark\:border-accent-foreground:is(.dark *){border-color:var(--accent-foreground)}.dark\:border-background:is(.dark *){border-color:var(--background)}.dark\:border-border:is(.dark *){border-color:var(--border)}.dark\:border-card:is(.dark *){border-color:var(--card)}.dark\:border-card-foreground:is(.dark *){border-color:var(--card-foreground)}.dark\:border-destructive:is(.dark *){border-color:var(--destructive)}.dark\:border-destructive-foreground:is(.dark *){border-color:var(--destructive-foreground)}.dark\:border-foreground:is(.dark *){border-color:var(--foreground)}.dark\:border-input:is(.dark *){border-color:var(--input)}.dark\:border-muted:is(.dark *){border-color:var(--muted)}.dark\:border-muted-foreground:is(.dark *){border-color:var(--muted-foreground)}.dark\:border-popover:is(.dark *){border-color:var(--popover)}.dark\:border-popover-foreground:is(.dark *){border-color:var(--popover-foreground)}.dark\:border-primary:is(.dark *){border-color:var(--primary)}.dark\:border-primary-foreground:is(.dark *){border-color:var(--primary-foreground)}.dark\:border-ring:is(.dark *){border-color:var(--ring)}.dark\:border-secondary:is(.dark *){border-color:var(--secondary)}.dark\:border-secondary-foreground:is(.dark *){border-color:var(--secondary-foreground)}.dark\:bg-accent:is(.dark *){background-color:var(--accent)}.dark\:bg-accent-foreground:is(.dark *){background-color:var(--accent-foreground)}.dark\:bg-background:is(.dark *){background-color:var(--background)}.dark\:bg-border:is(.dark *){background-color:var(--border)}.dark\:bg-card:is(.dark *){background-color:var(--card)}.dark\:bg-card-foreground:is(.dark *){background-color:var(--card-foreground)}.dark\:bg-destructive:is(.dark *){background-color:var(--destructive)}.dark\:bg-destructive-foreground:is(.dark *){background-color:var(--destructive-foreground)}.dark\:bg-foreground:is(.dark *){background-color:var(--foreground)}.dark\:bg-input:is(.dark *){background-color:var(--input)}.dark\:bg-muted:is(.dark *){background-color:var(--muted)}.dark\:bg-muted-foreground:is(.dark *){background-color:var(--muted-foreground)}.dark\:bg-popover:is(.dark *){background-color:var(--popover)}.dark\:bg-popover-foreground:is(.dark *){background-color:var(--popover-foreground)}.dark\:bg-primary:is(.dark *){background-color:var(--primary)}.dark\:bg-primary-foreground:is(.dark *){background-color:var(--primary-foreground)}.dark\:bg-ring:is(.dark *){background-color:var(--ring)}.dark\:bg-secondary:is(.dark *){background-color:var(--secondary)}.dark\:bg-secondary-foreground:is(.dark *){background-color:var(--secondary-foreground)}.dark\:text-accent:is(.dark *){color:var(--accent)}.dark\:text-accent-foreground:is(.dark *){color:var(--accent-foreground)}.dark\:text-background:is(.dark *){color:var(--background)}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-border:is(.dark *){color:var(--border)}.dark\:text-card:is(.dark *){color:var(--card)}.dark\:text-card-foreground:is(.dark *){color:var(--card-foreground)}.dark\:text-destructive:is(.dark *){color:var(--destructive)}.dark\:text-destructive-foreground:is(.dark *){color:var(--destructive-foreground)}.dark\:text-foreground:is(.dark *){color:var(--foreground)}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-input:is(.dark *){color:var(--input)}.dark\:text-muted:is(.dark *){color:var(--muted)}.dark\:text-muted-foreground:is(.dark *){color:var(--muted-foreground)}.dark\:text-popover:is(.dark *){color:var(--popover)}.dark\:text-popover-foreground:is(.dark *){color:var(--popover-foreground)}.dark\:text-primary:is(.dark *){color:var(--primary)}.dark\:text-primary-foreground:is(.dark *){color:var(--primary-foreground)}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-ring:is(.dark *){color:var(--ring)}.dark\:text-secondary:is(.dark *){color:var(--secondary)}.dark\:text-secondary-foreground:is(.dark *){color:var(--secondary-foreground)}.dark\:ring-accent:is(.dark *){--tw-ring-color: var(--accent)}.dark\:ring-accent-foreground:is(.dark *){--tw-ring-color: var(--accent-foreground)}.dark\:ring-background:is(.dark *){--tw-ring-color: var(--background)}.dark\:ring-border:is(.dark *){--tw-ring-color: var(--border)}.dark\:ring-card:is(.dark *){--tw-ring-color: var(--card)}.dark\:ring-card-foreground:is(.dark *){--tw-ring-color: var(--card-foreground)}.dark\:ring-destructive:is(.dark *){--tw-ring-color: var(--destructive)}.dark\:ring-destructive-foreground:is(.dark *){--tw-ring-color: var(--destructive-foreground)}.dark\:ring-foreground:is(.dark *){--tw-ring-color: var(--foreground)}.dark\:ring-input:is(.dark *){--tw-ring-color: var(--input)}.dark\:ring-muted:is(.dark *){--tw-ring-color: var(--muted)}.dark\:ring-muted-foreground:is(.dark *){--tw-ring-color: var(--muted-foreground)}.dark\:ring-popover:is(.dark *){--tw-ring-color: var(--popover)}.dark\:ring-popover-foreground:is(.dark *){--tw-ring-color: var(--popover-foreground)}.dark\:ring-primary:is(.dark *){--tw-ring-color: var(--primary)}.dark\:ring-primary-foreground:is(.dark *){--tw-ring-color: var(--primary-foreground)}.dark\:ring-ring:is(.dark *){--tw-ring-color: var(--ring)}.dark\:ring-secondary:is(.dark *){--tw-ring-color: var(--secondary)}.dark\:ring-secondary-foreground:is(.dark *){--tw-ring-color: var(--secondary-foreground)}.dark\:data-\[state\=checked\]\:bg-primary[data-state=checked]:is(.dark *){background-color:var(--primary)}@media not all and (min-width:768px){.max-md\:mt-auto{margin-top:auto}.max-md\:h-full{height:100%}.max-md\:flex-1{flex:1 1 0%}.max-md\:pb-2{padding-bottom:.5rem}}@media(min-width:640px){.sm\:max-w-lg{max-width:32rem}.sm\:max-w-sm{max-width:24rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-auto{flex:1 1 auto}.sm\:flex-initial{flex:0 1 auto}.sm\:flex-none{flex:none}.sm\:flex-shrink{flex-shrink:1}.sm\:flex-shrink-0{flex-shrink:0}.sm\:flex-grow{flex-grow:1}.sm\:flex-grow-0{flex-grow:0}.sm\:grid-flow-row{grid-auto-flow:row}.sm\:grid-flow-col{grid-auto-flow:column}.sm\:grid-flow-dense{grid-auto-flow:dense}.sm\:grid-flow-row-dense{grid-auto-flow:row dense}.sm\:grid-flow-col-dense{grid-auto-flow:column dense}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.sm\:grid-cols-12{grid-template-columns:repeat(12,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-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.sm\:grid-cols-none{grid-template-columns:none}.sm\:grid-cols-subgrid{grid-template-columns:subgrid}.sm\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.sm\:grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))}.sm\:grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr))}.sm\:grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr))}.sm\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.sm\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.sm\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.sm\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.sm\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.sm\:grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))}.sm\:grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))}.sm\:grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))}.sm\:grid-rows-none{grid-template-rows:none}.sm\:grid-rows-subgrid{grid-template-rows:subgrid}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-col{flex-direction:column}.sm\:flex-col-reverse{flex-direction:column-reverse}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-wrap-reverse{flex-wrap:wrap-reverse}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:content-normal{align-content:normal}.sm\:content-center{align-content:center}.sm\:content-start{align-content:flex-start}.sm\:content-end{align-content:flex-end}.sm\:content-between{align-content:space-between}.sm\:content-around{align-content:space-around}.sm\:content-evenly{align-content:space-evenly}.sm\:content-baseline{align-content:baseline}.sm\:content-stretch{align-content:stretch}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:items-baseline{align-items:baseline}.sm\:items-stretch{align-items:stretch}.sm\:justify-normal{justify-content:normal}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-around{justify-content:space-around}.sm\:justify-evenly{justify-content:space-evenly}.sm\:justify-stretch{justify-content:stretch}.sm\:justify-items-start{justify-items:start}.sm\:justify-items-end{justify-items:end}.sm\:justify-items-center{justify-items:center}.sm\:justify-items-stretch{justify-items:stretch}.sm\:justify-self-auto{justify-self:auto}.sm\:justify-self-start{justify-self:start}.sm\:justify-self-end{justify-self:end}.sm\:justify-self-center{justify-self:center}.sm\:justify-self-stretch{justify-self:stretch}.sm\:text-left{text-align:left}.sm\:content-none{--tw-content: none;content:var(--tw-content)}}@media(min-width:768px){.md\:max-h-\[calc\(100\%-45px\)\]{max-height:calc(100% - 45px)}.md\:flex-1{flex:1 1 0%}.md\:flex-auto{flex:1 1 auto}.md\:flex-initial{flex:0 1 auto}.md\:flex-none{flex:none}.md\:flex-shrink{flex-shrink:1}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-grow{flex-grow:1}.md\:flex-grow-0{flex-grow:0}.md\:grid-flow-row{grid-auto-flow:row}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-flow-dense{grid-auto-flow:dense}.md\:grid-flow-row-dense{grid-auto-flow:row dense}.md\:grid-flow-col-dense{grid-auto-flow:column dense}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.md\:grid-cols-none{grid-template-columns:none}.md\:grid-cols-subgrid{grid-template-columns:subgrid}.md\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.md\:grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))}.md\:grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr))}.md\:grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr))}.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.md\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.md\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.md\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.md\:grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))}.md\:grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))}.md\:grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))}.md\:grid-rows-none{grid-template-rows:none}.md\:grid-rows-subgrid{grid-template-rows:subgrid}.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-wrap-reverse{flex-wrap:wrap-reverse}.md\:flex-nowrap{flex-wrap:nowrap}.md\:content-normal{align-content:normal}.md\:content-center{align-content:center}.md\:content-start{align-content:flex-start}.md\:content-end{align-content:flex-end}.md\:content-between{align-content:space-between}.md\:content-around{align-content:space-around}.md\:content-evenly{align-content:space-evenly}.md\:content-baseline{align-content:baseline}.md\:content-stretch{align-content:stretch}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:items-stretch{align-items:stretch}.md\:justify-normal{justify-content:normal}.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-around{justify-content:space-around}.md\:justify-evenly{justify-content:space-evenly}.md\:justify-stretch{justify-content:stretch}.md\:justify-items-start{justify-items:start}.md\:justify-items-end{justify-items:end}.md\:justify-items-center{justify-items:center}.md\:justify-items-stretch{justify-items:stretch}.md\:justify-self-auto{justify-self:auto}.md\:justify-self-start{justify-self:start}.md\:justify-self-end{justify-self:end}.md\:justify-self-center{justify-self:center}.md\:justify-self-stretch{justify-self:stretch}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:content-none{--tw-content: none;content:var(--tw-content)}}@media(min-width:1024px){.lg\:flex-1{flex:1 1 0%}.lg\:flex-auto{flex:1 1 auto}.lg\:flex-initial{flex:0 1 auto}.lg\:flex-none{flex:none}.lg\:flex-shrink{flex-shrink:1}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-grow{flex-grow:1}.lg\:flex-grow-0{flex-grow:0}.lg\:grid-flow-row{grid-auto-flow:row}.lg\:grid-flow-col{grid-auto-flow:column}.lg\:grid-flow-dense{grid-auto-flow:dense}.lg\:grid-flow-row-dense{grid-auto-flow:row dense}.lg\:grid-flow-col-dense{grid-auto-flow:column dense}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:grid-cols-none{grid-template-columns:none}.lg\:grid-cols-subgrid{grid-template-columns:subgrid}.lg\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.lg\:grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))}.lg\:grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr))}.lg\:grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr))}.lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.lg\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.lg\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.lg\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.lg\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.lg\:grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))}.lg\:grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))}.lg\:grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))}.lg\:grid-rows-none{grid-template-rows:none}.lg\:grid-rows-subgrid{grid-template-rows:subgrid}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-col-reverse{flex-direction:column-reverse}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-wrap-reverse{flex-wrap:wrap-reverse}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:content-normal{align-content:normal}.lg\:content-center{align-content:center}.lg\:content-start{align-content:flex-start}.lg\:content-end{align-content:flex-end}.lg\:content-between{align-content:space-between}.lg\:content-around{align-content:space-around}.lg\:content-evenly{align-content:space-evenly}.lg\:content-baseline{align-content:baseline}.lg\:content-stretch{align-content:stretch}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:items-stretch{align-items:stretch}.lg\:justify-normal{justify-content:normal}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:justify-around{justify-content:space-around}.lg\:justify-evenly{justify-content:space-evenly}.lg\:justify-stretch{justify-content:stretch}.lg\:justify-items-start{justify-items:start}.lg\:justify-items-end{justify-items:end}.lg\:justify-items-center{justify-items:center}.lg\:justify-items-stretch{justify-items:stretch}.lg\:justify-self-auto{justify-self:auto}.lg\:justify-self-start{justify-self:start}.lg\:justify-self-end{justify-self:end}.lg\:justify-self-center{justify-self:center}.lg\:justify-self-stretch{justify-self:stretch}.lg\:content-none{--tw-content: none;content:var(--tw-content)}}@media(min-width:1280px){.xl\:flex-1{flex:1 1 0%}.xl\:flex-auto{flex:1 1 auto}.xl\:flex-initial{flex:0 1 auto}.xl\:flex-none{flex:none}.xl\:flex-shrink{flex-shrink:1}.xl\:flex-shrink-0{flex-shrink:0}.xl\:flex-grow{flex-grow:1}.xl\:flex-grow-0{flex-grow:0}.xl\:grid-flow-row{grid-auto-flow:row}.xl\:grid-flow-col{grid-auto-flow:column}.xl\:grid-flow-dense{grid-auto-flow:dense}.xl\:grid-flow-row-dense{grid-auto-flow:row dense}.xl\:grid-flow-col-dense{grid-auto-flow:column dense}.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\: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\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.xl\:grid-cols-none{grid-template-columns:none}.xl\:grid-cols-subgrid{grid-template-columns:subgrid}.xl\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.xl\:grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))}.xl\:grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr))}.xl\:grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr))}.xl\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.xl\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.xl\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.xl\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.xl\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.xl\:grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))}.xl\:grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))}.xl\:grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))}.xl\:grid-rows-none{grid-template-rows:none}.xl\:grid-rows-subgrid{grid-template-rows:subgrid}.xl\:flex-row{flex-direction:row}.xl\:flex-row-reverse{flex-direction:row-reverse}.xl\:flex-col{flex-direction:column}.xl\:flex-col-reverse{flex-direction:column-reverse}.xl\:flex-wrap{flex-wrap:wrap}.xl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:content-normal{align-content:normal}.xl\:content-center{align-content:center}.xl\:content-start{align-content:flex-start}.xl\:content-end{align-content:flex-end}.xl\:content-between{align-content:space-between}.xl\:content-around{align-content:space-around}.xl\:content-evenly{align-content:space-evenly}.xl\:content-baseline{align-content:baseline}.xl\:content-stretch{align-content:stretch}.xl\:items-start{align-items:flex-start}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:items-baseline{align-items:baseline}.xl\:items-stretch{align-items:stretch}.xl\:justify-normal{justify-content:normal}.xl\:justify-start{justify-content:flex-start}.xl\:justify-end{justify-content:flex-end}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-around{justify-content:space-around}.xl\:justify-evenly{justify-content:space-evenly}.xl\:justify-stretch{justify-content:stretch}.xl\:justify-items-start{justify-items:start}.xl\:justify-items-end{justify-items:end}.xl\:justify-items-center{justify-items:center}.xl\:justify-items-stretch{justify-items:stretch}.xl\:justify-self-auto{justify-self:auto}.xl\:justify-self-start{justify-self:start}.xl\:justify-self-end{justify-self:end}.xl\:justify-self-center{justify-self:center}.xl\:justify-self-stretch{justify-self:stretch}.xl\:content-none{--tw-content: none;content:var(--tw-content)}}@media(min-width:1536px){.\32xl\:flex-1{flex:1 1 0%}.\32xl\:flex-auto{flex:1 1 auto}.\32xl\:flex-initial{flex:0 1 auto}.\32xl\:flex-none{flex:none}.\32xl\:flex-shrink{flex-shrink:1}.\32xl\:flex-shrink-0{flex-shrink:0}.\32xl\:flex-grow{flex-grow:1}.\32xl\:flex-grow-0{flex-grow:0}.\32xl\:grid-flow-row{grid-auto-flow:row}.\32xl\:grid-flow-col{grid-auto-flow:column}.\32xl\:grid-flow-dense{grid-auto-flow:dense}.\32xl\:grid-flow-row-dense{grid-auto-flow:row dense}.\32xl\:grid-flow-col-dense{grid-auto-flow:column dense}.\32xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.\32xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.\32xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.\32xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.\32xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\32xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.\32xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.\32xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.\32xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.\32xl\:grid-cols-none{grid-template-columns:none}.\32xl\:grid-cols-subgrid{grid-template-columns:subgrid}.\32xl\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.\32xl\:grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))}.\32xl\:grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr))}.\32xl\:grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr))}.\32xl\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.\32xl\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.\32xl\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.\32xl\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.\32xl\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.\32xl\:grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))}.\32xl\:grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))}.\32xl\:grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))}.\32xl\:grid-rows-none{grid-template-rows:none}.\32xl\:grid-rows-subgrid{grid-template-rows:subgrid}.\32xl\:flex-row{flex-direction:row}.\32xl\:flex-row-reverse{flex-direction:row-reverse}.\32xl\:flex-col{flex-direction:column}.\32xl\:flex-col-reverse{flex-direction:column-reverse}.\32xl\:flex-wrap{flex-wrap:wrap}.\32xl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.\32xl\:flex-nowrap{flex-wrap:nowrap}.\32xl\:content-normal{align-content:normal}.\32xl\:content-center{align-content:center}.\32xl\:content-start{align-content:flex-start}.\32xl\:content-end{align-content:flex-end}.\32xl\:content-between{align-content:space-between}.\32xl\:content-around{align-content:space-around}.\32xl\:content-evenly{align-content:space-evenly}.\32xl\:content-baseline{align-content:baseline}.\32xl\:content-stretch{align-content:stretch}.\32xl\:items-start{align-items:flex-start}.\32xl\:items-end{align-items:flex-end}.\32xl\:items-center{align-items:center}.\32xl\:items-baseline{align-items:baseline}.\32xl\:items-stretch{align-items:stretch}.\32xl\:justify-normal{justify-content:normal}.\32xl\:justify-start{justify-content:flex-start}.\32xl\:justify-end{justify-content:flex-end}.\32xl\:justify-center{justify-content:center}.\32xl\:justify-between{justify-content:space-between}.\32xl\:justify-around{justify-content:space-around}.\32xl\:justify-evenly{justify-content:space-evenly}.\32xl\:justify-stretch{justify-content:stretch}.\32xl\:justify-items-start{justify-items:start}.\32xl\:justify-items-end{justify-items:end}.\32xl\:justify-items-center{justify-items:center}.\32xl\:justify-items-stretch{justify-items:stretch}.\32xl\:justify-self-auto{justify-self:auto}.\32xl\:justify-self-start{justify-self:start}.\32xl\:justify-self-end{justify-self:end}.\32xl\:justify-self-center{justify-self:center}.\32xl\:justify-self-stretch{justify-self:stretch}.\32xl\:content-none{--tw-content: none;content:var(--tw-content)}}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\]\:hidden>svg{display:none}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--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))}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:1rem;height:1rem}.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:var(--muted-foreground)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
|