.main-grid{display:grid;grid-template-areas:"header" "aside-primary-content" "main-content" "aside-secondary-content" "footer"}.main-grid>.header{grid-area:header}.main-grid>.main-content{grid-area:main-content}.main-grid>.aside-primary-content{grid-area:aside-primary-content}.main-grid>.aside-secondary-content{grid-area:aside-secondary-content}.main-grid>.footer{grid-area:footer}@media (min-width:640px){.main-grid{grid-template-areas:"header header" "aside-primary-content main-content" "aside-secondary-content aside-secondary-content" "footer footer"}}@media (min-width:768px){.main-grid{grid-template-areas:"header header header" "aside-primary-content main-content aside-secondary-content" "footer footer footer"}}@media (min-width:1024px){.main-grid{grid-template-areas:"header header header" "aside-primary-content main-content aside-secondary-content" "footer footer footer"}}

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/:root{--black:0 0 0;--white:255 255 255;--neutral-50:252 252 252;--neutral-100:240 240 240;--neutral-200:217 217 217;--neutral-300:184 184 184;--neutral-400:128 128 128;--neutral-500:74 74 74;--neutral-600:56 56 56;--neutral-700:43 43 43;--neutral-800:33 33 33;--neutral-900:26 26 26;--neutral-950:3 3 3;--default-950:16 18 20;--default-900:22 24 26;--default-800:32 34 36;--default-700:50 60 65;--default-600:74 84 94;--default-500:104 114 124;--default-400:180 180 180;--default-300:210 210 210;--default-200:228 228 228;--default-100:242 242 242;--default-50:252 252 252;--primary-50:255 253 234;--primary-100:255 246 197;--primary-200:255 238 133;--primary-300:255 222 70;--primary-400:255 204 27;--primary-500:255 170 0;--primary-600:226 129 0;--primary-700:187 89 2;--primary-800:152 69 8;--primary-900:124 56 11;--primary-950:72 28 0;--secondary-50:240 249 255;--secondary-100:224 242 254;--secondary-200:186 230 253;--secondary-300:125 211 252;--secondary-400:56 189 248;--secondary-500:14 165 233;--secondary-600:2 132 199;--secondary-700:3 105 161;--secondary-800:7 89 133;--secondary-900:12 74 110;--secondary-950:8 47 73;--red-50:254 242 242;--red-100:254 226 226;--red-200:254 202 202;--red-300:252 165 165;--red-400:248 113 113;--red-500:239 68 68;--red-600:220 38 38;--red-700:185 28 28;--red-800:153 27 27;--red-900:127 29 29;--red-950:69 10 10;--green-50:240 253 244;--green-100:220 252 231;--green-200:187 247 208;--green-300:134 239 172;--green-400:74 222 128;--green-500:34 197 94;--green-600:22 163 74;--green-700:21 128 61;--green-800:22 101 52;--green-900:20 83 45;--green-950:20 40 38;--blue-50:239 246 255;--blue-100:219 234 254;--blue-200:191 219 254;--blue-300:147 197 253;--blue-400:96 165 250;--blue-500:59 130 246;--blue-600:37 99 235;--blue-700:29 78 216;--blue-800:30 64 175;--blue-900:22 48 91;--blue-950:21 34 52;--yellow-50:249 241 196;--yellow-100:254 249 195;--yellow-200:254 240 138;--yellow-300:253 224 71;--yellow-400:250 204 21;--yellow-500:234 179 8;--yellow-600:202 138 4;--yellow-700:161 98 7;--yellow-800:133 77 14;--yellow-900:113 63 18;--yellow-950:40 31 22;--transition-duration-1:100ms;--transition-duration-2:250ms;--transition-duration-3:400ms;--border-color-secondary-sub:var(--secondary-800);--border-color-secondary-base:var(--secondary-500);--border-color-secondary-super:var(--secondary-400);--border-color-red-sub:var(--red-800);--border-color-red-base:var(--red-500);--border-color-red-super:var(--red-200);--border-color-green-sub:var(--green-800);--border-color-green-base:var(--green-500);--border-color-green-super:var(--green-200);--border-color-blue-sub:var(--blue-950);--border-color-blue-base:var(--blue-500);--border-color-blue-super:var(--blue-50);--border-color-yellow-sub:var(--yellow-800);--border-color-yellow-base:var(--yellow-500);--border-color-yellow-super:var(--yellow-200)}:root:not([data-theme=dark]) :not(.flip-theme),:root[data-theme=dark] .flip-theme{--font-text:var(--font-text-light-theme),sans-serif;--text-color-default-sub:var(--default-600);--text-color-default-base:var(--default-950);--text-color-default-super:var(--black);--text-color-neutral-sub:var(--neutral-700);--text-color-neutral-base:var(--neutral-900);--text-color-neutral-super:var(--black);--text-color-primary-sub:var(--primary-700);--text-color-primary-base:var(--primary-600);--text-color-primary-super:var(--primary-500);--text-color-secondary-sub:var(--secondary-800);--text-color-secondary-base:var(--secondary-600);--text-color-secondary-super:var(--secondary-500);--text-color-red-sub:var(--red-600);--text-color-red-base:var(--red-800);--text-color-red-super:var(--red-950);--text-color-green-sub:var(--green-600);--text-color-green-base:var(--green-800);--text-color-green-super:var(--green-950);--text-color-blue-sub:var(--blue-600);--text-color-blue-base:var(--blue-800);--text-color-blue-super:var(--blue-950);--text-color-yellow-sub:var(--yellow-600);--text-color-yellow-base:var(--yellow-800);--text-color-yellow-super:var(--yellow-950);--background-color-default-1:var(--default-50);--background-color-default-2:var(--default-100);--background-color-default-3:var(--default-200);--background-color-neutral-1:var(--neutral-50);--background-color-neutral-2:var(--neutral-100);--background-color-neutral-3:var(--neutral-200);--background-color-neutral-4:var(--neutral-300);--background-color-primary-sub:var(--primary-400);--background-color-primary-base:var(--primary-500);--background-color-primary-super:var(--primary-600);--background-color-secondary-1:var(--secondary-50);--background-color-secondary-2:var(--secondary-100);--background-color-secondary-3:var(--secondary-200);--background-color-red-1:var(--red-50);--background-color-red-2:var(--red-600);--background-color-red-3:var(--red-900);--background-color-green-1:var(--green-50);--background-color-green-2:var(--green-100);--background-color-green-3:var(--green-200);--background-color-blue-1:var(--blue-50);--background-color-blue-2:var(--blue-100);--background-color-blue-3:var(--blue-200);--background-color-yellow-1:var(--yellow-50);--background-color-yellow-2:var(--yellow-100);--background-color-yellow-3:var(--yellow-200);--border-color:var(--default-400);--border-color-default-1:var(--default-50);--border-color-default-2:var(--default-100);--border-color-default-3:var(--default-200);--border-color-primary-sub:var(--primary-900);--border-color-primary-base:var(--primary-600);--border-color-primary-super:var(--primary-500)}:root:not([data-theme=dark]) .flip-theme,:root[data-theme=dark] :not(.flip-theme){--font-text:var(--font-text-dark-theme);--text-color-default-sub:var(--default-400);--text-color-default-base:var(--default-200);--text-color-default-super:var(--white);--text-color-neutral-sub:var(--neutral-300);--text-color-neutral-base:var(--neutral-100);--text-color-neutral-super:var(--white);--text-color-primary-sub:var(--primary-600);--text-color-primary-base:var(--primary-500);--text-color-primary-super:var(--primary-400);--text-color-secondary-sub:var(--secondary-500);--text-color-secondary-base:var(--secondary-400);--text-color-secondary-super:var(--secondary-300);--text-color-red-sub:var(--red-400);--text-color-red-base:var(--red-200);--text-color-red-super:var(--red-50);--text-color-green-sub:var(--green-400);--text-color-green-base:var(--green-200);--text-color-green-super:var(--green-50);--text-color-blue-sub:var(--blue-400);--text-color-blue-base:var(--blue-200);--text-color-blue-super:var(--blue-50);--text-color-yellow-sub:var(--yellow-400);--text-color-yellow-base:var(--yellow-200);--text-color-yellow-super:var(--yellow-50);--background-color-default-1:var(--default-950);--background-color-default-2:var(--default-900);--background-color-default-3:var(--default-800);--background-color-neutral-1:var(--neutral-700);--background-color-neutral-2:var(--neutral-600);--background-color-neutral-3:var(--neutral-500);--background-color-primary-sub:var(--primary-400);--background-color-primary-base:var(--primary-500);--background-color-primary-super:var(--primary-600);--background-color-secondary-1:var(--secondary-950);--background-color-secondary-2:var(--secondary-900);--background-color-secondary-3:var(--secondary-800);--background-color-red-1:var(--red-950);--background-color-red-2:var(--red-900);--background-color-red-3:var(--red-800);--background-color-green-1:var(--green-950);--background-color-green-2:var(--green-900);--background-color-green-3:var(--green-800);--background-color-blue-1:var(--blue-950);--background-color-blue-2:var(--blue-900);--background-color-blue-3:var(--blue-800);--background-color-yellow-1:var(--yellow-950);--background-color-yellow-2:var(--yellow-900);--background-color-yellow-3:var(--yellow-800);--border-color:var(--default-700);--border-color-default-1:var(--default-950);--border-color-default-2:var(--default-900);--border-color-default-3:var(--default-700);--border-color-primary-sub:var(--primary-800);--border-color-primary-base:var(--primary-500);--border-color-primary-super:var(--primary-400)}:root{--cc-bg:#fff;--cc-text:#2d4156;--cc-btn-primary-bg:#2d4156;--cc-btn-primary-text:var(--cc-bg);--cc-btn-primary-hover-bg:#1d2e38;--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:rgba(4,6,8,.85);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0;--body-width:56rem}.c_darkmode{--cc-bg:#181b1d;--cc-text:#d8e5ea;--cc-btn-primary-bg:#a6c4dd;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#c2dff7;--cc-btn-secondary-bg:#33383c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#3e454a;--cc-toggle-bg-off:#667481;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#454c54;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-block-text:#b3bfc5;--cc-cookie-category-block-bg:#23272a;--cc-cookie-category-block-bg-hover:#2b3035;--cc-section-border:#292d31;--cc-cookie-table-border:#2b3035;--cc-webkit-scrollbar-bg:#667481;--cc-webkit-scrollbar-bg-hover:#9199a0}

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}@supports (font-size:clamp(1rem,1cqi,1rem)){:root{--font-size-xs:clamp(0.83rem,-0.28cqi + 0.9rem,0.67rem);--font-size-sm:clamp(0.91rem,-0.16cqi + 0.95rem,0.82rem);--font-size-base:clamp(1rem,0cqi + 1rem,1rem);--font-size-lg:clamp(1.1rem,0.22cqi + 1.05rem,1.22rem);--font-size-xl:clamp(1.21rem,0.51cqi + 1.08rem,1.49rem);--font-size-2xl:clamp(1.33rem,0.88cqi + 1.11rem,1.82rem);--font-size-3xl:clamp(1.46rem,1.37cqi + 1.12rem,2.22rem);--font-size-4xl:clamp(1.61rem,1.99cqi + 1.11rem,2.7rem);--font-size-5xl:clamp(1.77rem,2.77cqi + 1.08rem,3.3rem);--font-size-6xl:clamp(1.95rem,3.77cqi + 1.01rem,4.02rem)}}@supports not (font-size:clamp(1rem,1cqi,1rem)){:root{--font-size-xs:0.83rem;--font-size-sm:0.91rem;--font-size-base:1rem;--font-size-lg:1.1rem;--font-size-xl:1.21rem;--font-size-2xl:1.33rem;--font-size-3xl:1.46rem;--font-size-4xl:1.61rem;--font-size-5xl:1.77rem;--font-size-6xl:1.95rem}@media screen and (min-width:1280px){:root{--font-size-xs:0.67rem;--font-size-sm:0.82rem;--font-size-base:1rem;--font-size-lg:1.22rem;--font-size-xl:1.49rem;--font-size-2xl:1.82rem;--font-size-3xl:2.22rem;--font-size-4xl:2.7rem;--font-size-5xl:3.3rem;--font-size-6xl:4.02rem}}}@supports (font-size:clamp(1rem,1cqi,1rem)){:root{--padding-4xs:clamp(0.13rem,0.22cqi + 0.08rem,0.25rem);--padding-3xs:clamp(0.18rem,0.31cqi + 0.1rem,0.35rem);--padding-2xs:clamp(0.26rem,0.45cqi + 0.14rem,0.5rem);--padding-xs:clamp(0.36rem,0.64cqi + 0.2rem,0.71rem);--padding-sm:clamp(0.5rem,0.91cqi + 0.27rem,1rem);--padding-md:clamp(0.7rem,1.3cqi + 0.38rem,1.41rem);--padding-lg:clamp(0.98rem,1.85cqi + 0.52rem,2rem);--padding-xl:clamp(1.37rem,2.65cqi + 0.71rem,2.83rem);--padding-2xl:clamp(1.92rem,3.78cqi + 0.98rem,4rem);--padding-3xl:clamp(2.69rem,5.39cqi + 1.34rem,5.65rem);--padding-4xl:clamp(3.76rem,7.69cqi + 1.84rem,7.99rem);--padding-5xl:clamp(5.27rem,10.97cqi + 2.53rem,11.3rem);--padding-6xl:clamp(7.38rem,15.64cqi + 3.47rem,15.98rem)}}@supports not (font-size:clamp(1rem,1cqi,1rem)){:root{--padding-4xs:0.13rem;--padding-3xs:0.18rem;--padding-2xs:0.26rem;--padding-xs:0.36rem;--padding-sm:0.5rem;--padding-md:0.7rem;--padding-lg:0.98rem;--padding-xl:1.37rem;--padding-2xl:1.92rem;--padding-3xl:2.69rem;--padding-4xl:3.76rem;--padding-5xl:5.27rem;--padding-6xl:7.38rem}@media screen and (min-width:1280px){:root{--padding-4xs:0.25rem;--padding-3xs:0.35rem;--padding-2xs:0.5rem;--padding-xs:0.71rem;--padding-sm:1rem;--padding-md:1.41rem;--padding-lg:2rem;--padding-xl:2.83rem;--padding-2xl:4rem;--padding-3xl:5.65rem;--padding-4xl:7.99rem;--padding-5xl:11.3rem;--padding-6xl:15.98rem}}}:root{--line-height-xs:calc(var(--font-size-xs) * 1.5);--line-height-sm:calc(var(--font-size-sm) * 1.5);--line-height-base:calc(var(--font-size-base) * 1.5);--line-height-lg:calc(var(--font-size-xl) * 1.1);--line-height-xl:calc(var(--font-size-xl) * 1.2);--line-height-2xl:calc(var(--font-size-2xl) * 1.05);--line-height-3xl:calc(var(--font-size-3xl));--line-height-4xl:calc(var(--font-size-4xl) * 1.1);--line-height-5xl:calc(var(--font-size-5xl));--line-height-6xl:calc(var(--font-size-6xl))}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}html{-webkit-tap-highlight-color:transparent}body{--tw-bg-opacity:1;background-color:rgba(var(--background-color-default-1)/var(--tw-bg-opacity));font-size:var(--font-size-base);line-height:var(--line-height-base);letter-spacing:-.01em;--tw-text-opacity:1;color:rgba(var(--text-color-default-base)/var(--tw-text-opacity));font-family:var(--font-text),sans-serif}h1.heading-margin{margin-top:0;margin-bottom:0}h2.heading-margin,h3.heading-margin{margin-bottom:var(--padding-md);margin-top:var(--padding-2xl)}h4.heading-margin,h5.heading-margin,h6.heading-margin{margin-bottom:var(--padding-sm);margin-top:var(--padding-xl)}.heading-margin+.heading-margin{margin-top:1rem}.heading-margin:has(+.heading-margin){margin-bottom:1rem}.heading-margin:has(+.prose-ul>.prose-li:first-child .heading-margin){margin-bottom:0}h1,h2,h3,h4,h5,h6{font-weight:500;--tw-text-opacity:1;color:rgba(var(--text-color-default-super)/var(--tw-text-opacity));font-family:var(--font-display),sans-serif}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--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(var(--blue-500)/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: ;--tw-perspective:none;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:0;--tw-rotate-y:0;--tw-rotate-z:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--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(var(--blue-500)/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: ;--tw-perspective:none;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:0;--tw-rotate-y:0;--tw-rotate-z:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}.container{width:100%}@media (min-width:300px){.container{max-width:300px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}.indicator:before{content:"";position:absolute;background-color:rgb(var(--primary-500));width:2px;height:70%;margin-left:-1rem}.spinner{width:100%;height:100%;border-radius:50%;background:radial-gradient(farthest-side,#0dc2f4 94%,#0000) top/3px 3px no-repeat,conic-gradient(#0000 30%,#0dc2f4);-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);animation:spinner 1s linear infinite}@keyframes spinner{to{transform:rotate(1turn)}}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-left-\[1\.375rem\]{left:-1.375rem}.-top-\[1px\]{top:-1px}.bottom-0{bottom:0}.bottom-16{bottom:4rem}.bottom-36{bottom:9rem}.bottom-\[10\%\]{bottom:10%}.left-0{left:0}.left-6{left:1.5rem}.right-0{right:0}.right-6{right:1.5rem}.top-0{top:0}.top-40{top:10rem}.top-\[5\.75rem\]{top:5.75rem}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.order-3{order:3}.m-0{margin:0}.m-3{margin:.75rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-16{margin-top:4rem;margin-bottom:4rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-0\.5{margin-bottom:-.125rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-20{margin-left:5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-\[3\.75rem\]{margin-left:3.75rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}.mt-16{margin-top:4rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-1\.5{height:.375rem}.h-1\/4{height:25%}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.h-\[--visual-viewport-height\]{height:var(--visual-viewport-height)}.h-\[1px\]{height:1px}.h-\[2px\]{height:2px}.h-\[48px\]{height:48px}.h-\[calc\(100\%\+2px\)\]{height:calc(100% + 2px)}.h-\[calc\(100vh-16rem\)\]{height:calc(100vh - 16rem)}.h-full{height:100%}.max-h-\[100vh-4rem\]{max-height:100vh-4rem}.max-h-\[80vh\]{max-height:80vh}.max-h-\[calc\(100vh-4rem\)\]{max-height:calc(100vh - 4rem)}.max-h-full{max-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-12{width:3rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\[128px\]{width:128px}.w-\[192px\]{width:192px}.w-\[2px\]{width:2px}.w-full{width:100%}.min-w-\[180px\]{min-width:180px}.min-w-\[250px\]{min-width:250px}.min-w-\[50\%\]{min-width:50%}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[100vw-4rem\]{max-width:100vw-4rem}.max-w-\[220px\]{max-width:220px}.max-w-\[350px\]{max-width:350px}.max-w-\[45rem\]{max-width:45rem}.max-w-\[64rem\]{max-width:64rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow-0{flex-grow:0}.flex-grow-\[1\]{flex-grow:1}.flex-grow-\[2\]{flex-grow:2}.flex-grow-\[3\]{flex-grow:3}.grow{flex-grow:1}.basis-64{flex-basis:16rem}.basis-\[250px\]{flex-basis:250px}.basis-full{flex-basis:100%}.border-spacing-0{--tw-border-spacing-x:0px;--tw-border-spacing-y:0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.touch-pan-y{--tw-pan-y:pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.scroll-m-32{scroll-margin:8rem}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.auto-rows-\[1fr\]{grid-auto-rows:1fr}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\[repeat\(auto-fit\2c _minmax\(min\(100\%\2c _350px\)\2c _1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr))}.grid-cols-\[repeat\(auto-fit\2c _minmax\(min\(100\%\2c _360px\)\2c _0\.33fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),.33fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-3{gap:.75rem}.gap-32{gap:8rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.hyphens-auto{-webkit-hyphens:auto;hyphens:auto}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem}.rounded-b-lg,.rounded-l-lg{border-bottom-left-radius:.5rem}.rounded-l-lg{border-top-left-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tr-md{border-top-right-radius:.375rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t,.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-blue-base{--tw-border-opacity:1;border-color:rgba(var(--border-color-blue-base)/var(--tw-border-opacity))}.border-default-1{--tw-border-opacity:1;border-color:rgba(var(--border-color-default-1)/var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.border-green-base{--tw-border-opacity:1;border-color:rgba(var(--border-color-green-base)/var(--tw-border-opacity))}.border-neutral-3{--tw-border-opacity:1;border-color:rgba(var(--background-color-base-3)/var(--tw-border-opacity))}.border-neutral-300{--tw-border-opacity:1;border-color:rgba(var(--neutral-300)/var(--tw-border-opacity))}.border-primary-500{--tw-border-opacity:1;border-color:rgba(var(--primary-500)/var(--tw-border-opacity))}.border-primary-base{--tw-border-opacity:1;border-color:rgba(var(--border-color-primary-base)/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgba(var(--red-500)/var(--tw-border-opacity))}.border-red-600{--tw-border-opacity:1;border-color:rgba(var(--red-600)/var(--tw-border-opacity))}.border-red-base{--tw-border-opacity:1;border-color:rgba(var(--border-color-red-base)/var(--tw-border-opacity))}.border-slate-400{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity))}.border-slate-900{--tw-border-opacity:1;border-color:rgb(15 23 42/var(--tw-border-opacity))}.border-tag{--tw-border-opacity:1;border-color:rgba(var(--border-color)/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgba(var(--white)/var(--tw-border-opacity))}.border-yellow-base{--tw-border-opacity:1;border-color:rgba(var(--border-color-yellow-base)/var(--tw-border-opacity))}.border-l-primary-base{--tw-border-opacity:1;border-left-color:rgba(var(--border-color-primary-base)/var(--tw-border-opacity))}.border-opacity-0{--tw-border-opacity:0}.border-opacity-10{--tw-border-opacity:0.1}.bg-black{--tw-bg-opacity:1;background-color:rgba(var(--black)/var(--tw-bg-opacity))}.bg-blue-1{--tw-bg-opacity:1;background-color:rgba(var(--background-color-blue-1)/var(--tw-bg-opacity))}.bg-default-1{--tw-bg-opacity:1;background-color:rgba(var(--background-color-default-1)/var(--tw-bg-opacity))}.bg-default-2{--tw-bg-opacity:1;background-color:rgba(var(--background-color-default-2)/var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.bg-green-1{--tw-bg-opacity:1;background-color:rgba(var(--background-color-green-1)/var(--tw-bg-opacity))}.bg-neutral-2{--tw-bg-opacity:1;background-color:rgba(var(--background-color-neutral-2)/var(--tw-bg-opacity))}.bg-neutral-3{--tw-bg-opacity:1;background-color:rgba(var(--background-color-neutral-3)/var(--tw-bg-opacity))}.bg-primary-base{--tw-bg-opacity:1;background-color:rgba(var(--background-color-primary-base)/var(--tw-bg-opacity))}.bg-primary-base\/40{background-color:rgba(var(--background-color-primary-base)/.4)}.bg-red-1{--tw-bg-opacity:1;background-color:rgba(var(--background-color-red-1)/var(--tw-bg-opacity))}.bg-red-2{--tw-bg-opacity:1;background-color:rgba(var(--background-color-red-2)/var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgba(var(--red-600)/var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity))}.bg-yellow-1{--tw-bg-opacity:1;background-color:rgba(var(--background-color-yellow-1)/var(--tw-bg-opacity))}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-red-500{--tw-gradient-from:rgb(var(--red-500)) var(--tw-gradient-from-position);--tw-gradient-to:rgba(var(--red-500)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-red-500\/50{--tw-gradient-to:rgba(var(--red-500),0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(var(--red-500)/0.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-50\%{--tw-gradient-to-position:50%}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-2xl{padding:var(--padding-2xl)}.p-2xs{padding:var(--padding-2xs)}.p-3xl{padding:var(--padding-3xl)}.p-3xs{padding:var(--padding-3xs)}.p-4{padding:1rem}.p-4xl{padding:var(--padding-4xl)}.p-4xs{padding:var(--padding-4xs)}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-lg{padding:var(--padding-lg)}.p-md{padding:var(--padding-md)}.p-sm{padding:var(--padding-sm)}.p-xl{padding:var(--padding-xl)}.p-xs{padding:var(--padding-xs)}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-24{padding-left:6rem;padding-right:6rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-base{padding-left:var(--padding-lg);padding-right:var(--padding-lg)}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3xl{padding-top:var(--padding-3xl);padding-bottom:var(--padding-3xl)}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-6{padding-bottom:1.5rem}.pb-64{padding-bottom:16rem}.pl-2{padding-left:.5rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-16{padding-top:4rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.align-middle{vertical-align:middle}.font-display,.font-packed{font-family:var(--font-display)}.font-text{font-family:var(--font-text)}.text-2xl{font-size:var(--font-size-2xl);line-height:var(--line-height-2xl)}.text-2xl,.text-3xl{letter-spacing:-.01em}.text-3xl{font-size:var(--font-size-3xl);line-height:var(--line-height-3xl)}.text-4xl{font-size:var(--font-size-4xl);line-height:var(--line-height-4xl)}.text-4xl,.text-5xl{letter-spacing:-.02em}.text-5xl{font-size:var(--font-size-5xl);line-height:var(--line-height-5xl)}.text-6xl{font-size:var(--font-size-6xl);line-height:var(--line-height-6xl);letter-spacing:-.02em}.text-base{font-size:var(--font-size-base);line-height:var(--line-height-base)}.text-base,.text-lg{letter-spacing:-.01em}.text-lg{font-size:var(--font-size-lg);line-height:var(--line-height-lg)}.text-sm{font-size:var(--font-size-sm);line-height:var(--line-height-sm)}.text-sm,.text-xl{letter-spacing:-.01em}.text-xl{font-size:var(--font-size-xl);line-height:var(--line-height-xl)}.text-xs{font-size:var(--font-size-xs);line-height:var(--line-height-xs);letter-spacing:-.01em}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-black{--tw-text-opacity:1;color:rgba(var(--black)/var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity:1;color:rgba(var(--blue-100)/var(--tw-text-opacity))}.text-blue-100\/0{color:rgba(var(--blue-100)/0)}.text-blue-100\/10{color:rgba(var(--blue-100)/.1)}.text-blue-100\/100{color:rgba(var(--blue-100)/1)}.text-blue-100\/15{color:rgba(var(--blue-100)/.15)}.text-blue-100\/20{color:rgba(var(--blue-100)/.2)}.text-blue-100\/25{color:rgba(var(--blue-100)/.25)}.text-blue-100\/30{color:rgba(var(--blue-100)/.3)}.text-blue-100\/35{color:rgba(var(--blue-100)/.35)}.text-blue-100\/40{color:rgba(var(--blue-100)/.4)}.text-blue-100\/45{color:rgba(var(--blue-100)/.45)}.text-blue-100\/5{color:rgba(var(--blue-100)/.05)}.text-blue-100\/50{color:rgba(var(--blue-100)/.5)}.text-blue-100\/55{color:rgba(var(--blue-100)/.55)}.text-blue-100\/60{color:rgba(var(--blue-100)/.6)}.text-blue-100\/65{color:rgba(var(--blue-100)/.65)}.text-blue-100\/70{color:rgba(var(--blue-100)/.7)}.text-blue-100\/75{color:rgba(var(--blue-100)/.75)}.text-blue-100\/80{color:rgba(var(--blue-100)/.8)}.text-blue-100\/85{color:rgba(var(--blue-100)/.85)}.text-blue-100\/90{color:rgba(var(--blue-100)/.9)}.text-blue-100\/95{color:rgba(var(--blue-100)/.95)}.text-blue-200{--tw-text-opacity:1;color:rgba(var(--blue-200)/var(--tw-text-opacity))}.text-blue-200\/0{color:rgba(var(--blue-200)/0)}.text-blue-200\/10{color:rgba(var(--blue-200)/.1)}.text-blue-200\/100{color:rgba(var(--blue-200)/1)}.text-blue-200\/15{color:rgba(var(--blue-200)/.15)}.text-blue-200\/20{color:rgba(var(--blue-200)/.2)}.text-blue-200\/25{color:rgba(var(--blue-200)/.25)}.text-blue-200\/30{color:rgba(var(--blue-200)/.3)}.text-blue-200\/35{color:rgba(var(--blue-200)/.35)}.text-blue-200\/40{color:rgba(var(--blue-200)/.4)}.text-blue-200\/45{color:rgba(var(--blue-200)/.45)}.text-blue-200\/5{color:rgba(var(--blue-200)/.05)}.text-blue-200\/50{color:rgba(var(--blue-200)/.5)}.text-blue-200\/55{color:rgba(var(--blue-200)/.55)}.text-blue-200\/60{color:rgba(var(--blue-200)/.6)}.text-blue-200\/65{color:rgba(var(--blue-200)/.65)}.text-blue-200\/70{color:rgba(var(--blue-200)/.7)}.text-blue-200\/75{color:rgba(var(--blue-200)/.75)}.text-blue-200\/80{color:rgba(var(--blue-200)/.8)}.text-blue-200\/85{color:rgba(var(--blue-200)/.85)}.text-blue-200\/90{color:rgba(var(--blue-200)/.9)}.text-blue-200\/95{color:rgba(var(--blue-200)/.95)}.text-blue-300{--tw-text-opacity:1;color:rgba(var(--blue-300)/var(--tw-text-opacity))}.text-blue-300\/0{color:rgba(var(--blue-300)/0)}.text-blue-300\/10{color:rgba(var(--blue-300)/.1)}.text-blue-300\/100{color:rgba(var(--blue-300)/1)}.text-blue-300\/15{color:rgba(var(--blue-300)/.15)}.text-blue-300\/20{color:rgba(var(--blue-300)/.2)}.text-blue-300\/25{color:rgba(var(--blue-300)/.25)}.text-blue-300\/30{color:rgba(var(--blue-300)/.3)}.text-blue-300\/35{color:rgba(var(--blue-300)/.35)}.text-blue-300\/40{color:rgba(var(--blue-300)/.4)}.text-blue-300\/45{color:rgba(var(--blue-300)/.45)}.text-blue-300\/5{color:rgba(var(--blue-300)/.05)}.text-blue-300\/50{color:rgba(var(--blue-300)/.5)}.text-blue-300\/55{color:rgba(var(--blue-300)/.55)}.text-blue-300\/60{color:rgba(var(--blue-300)/.6)}.text-blue-300\/65{color:rgba(var(--blue-300)/.65)}.text-blue-300\/70{color:rgba(var(--blue-300)/.7)}.text-blue-300\/75{color:rgba(var(--blue-300)/.75)}.text-blue-300\/80{color:rgba(var(--blue-300)/.8)}.text-blue-300\/85{color:rgba(var(--blue-300)/.85)}.text-blue-300\/90{color:rgba(var(--blue-300)/.9)}.text-blue-300\/95{color:rgba(var(--blue-300)/.95)}.text-blue-400{--tw-text-opacity:1;color:rgba(var(--blue-400)/var(--tw-text-opacity))}.text-blue-400\/0{color:rgba(var(--blue-400)/0)}.text-blue-400\/10{color:rgba(var(--blue-400)/.1)}.text-blue-400\/100{color:rgba(var(--blue-400)/1)}.text-blue-400\/15{color:rgba(var(--blue-400)/.15)}.text-blue-400\/20{color:rgba(var(--blue-400)/.2)}.text-blue-400\/25{color:rgba(var(--blue-400)/.25)}.text-blue-400\/30{color:rgba(var(--blue-400)/.3)}.text-blue-400\/35{color:rgba(var(--blue-400)/.35)}.text-blue-400\/40{color:rgba(var(--blue-400)/.4)}.text-blue-400\/45{color:rgba(var(--blue-400)/.45)}.text-blue-400\/5{color:rgba(var(--blue-400)/.05)}.text-blue-400\/50{color:rgba(var(--blue-400)/.5)}.text-blue-400\/55{color:rgba(var(--blue-400)/.55)}.text-blue-400\/60{color:rgba(var(--blue-400)/.6)}.text-blue-400\/65{color:rgba(var(--blue-400)/.65)}.text-blue-400\/70{color:rgba(var(--blue-400)/.7)}.text-blue-400\/75{color:rgba(var(--blue-400)/.75)}.text-blue-400\/80{color:rgba(var(--blue-400)/.8)}.text-blue-400\/85{color:rgba(var(--blue-400)/.85)}.text-blue-400\/90{color:rgba(var(--blue-400)/.9)}.text-blue-400\/95{color:rgba(var(--blue-400)/.95)}.text-blue-50{--tw-text-opacity:1;color:rgba(var(--blue-50)/var(--tw-text-opacity))}.text-blue-50\/0{color:rgba(var(--blue-50)/0)}.text-blue-50\/10{color:rgba(var(--blue-50)/.1)}.text-blue-50\/100{color:rgba(var(--blue-50)/1)}.text-blue-50\/15{color:rgba(var(--blue-50)/.15)}.text-blue-50\/20{color:rgba(var(--blue-50)/.2)}.text-blue-50\/25{color:rgba(var(--blue-50)/.25)}.text-blue-50\/30{color:rgba(var(--blue-50)/.3)}.text-blue-50\/35{color:rgba(var(--blue-50)/.35)}.text-blue-50\/40{color:rgba(var(--blue-50)/.4)}.text-blue-50\/45{color:rgba(var(--blue-50)/.45)}.text-blue-50\/5{color:rgba(var(--blue-50)/.05)}.text-blue-50\/50{color:rgba(var(--blue-50)/.5)}.text-blue-50\/55{color:rgba(var(--blue-50)/.55)}.text-blue-50\/60{color:rgba(var(--blue-50)/.6)}.text-blue-50\/65{color:rgba(var(--blue-50)/.65)}.text-blue-50\/70{color:rgba(var(--blue-50)/.7)}.text-blue-50\/75{color:rgba(var(--blue-50)/.75)}.text-blue-50\/80{color:rgba(var(--blue-50)/.8)}.text-blue-50\/85{color:rgba(var(--blue-50)/.85)}.text-blue-50\/90{color:rgba(var(--blue-50)/.9)}.text-blue-50\/95{color:rgba(var(--blue-50)/.95)}.text-blue-500{--tw-text-opacity:1;color:rgba(var(--blue-500)/var(--tw-text-opacity))}.text-blue-500\/0{color:rgba(var(--blue-500)/0)}.text-blue-500\/10{color:rgba(var(--blue-500)/.1)}.text-blue-500\/100{color:rgba(var(--blue-500)/1)}.text-blue-500\/15{color:rgba(var(--blue-500)/.15)}.text-blue-500\/20{color:rgba(var(--blue-500)/.2)}.text-blue-500\/25{color:rgba(var(--blue-500)/.25)}.text-blue-500\/30{color:rgba(var(--blue-500)/.3)}.text-blue-500\/35{color:rgba(var(--blue-500)/.35)}.text-blue-500\/40{color:rgba(var(--blue-500)/.4)}.text-blue-500\/45{color:rgba(var(--blue-500)/.45)}.text-blue-500\/5{color:rgba(var(--blue-500)/.05)}.text-blue-500\/50{color:rgba(var(--blue-500)/.5)}.text-blue-500\/55{color:rgba(var(--blue-500)/.55)}.text-blue-500\/60{color:rgba(var(--blue-500)/.6)}.text-blue-500\/65{color:rgba(var(--blue-500)/.65)}.text-blue-500\/70{color:rgba(var(--blue-500)/.7)}.text-blue-500\/75{color:rgba(var(--blue-500)/.75)}.text-blue-500\/80{color:rgba(var(--blue-500)/.8)}.text-blue-500\/85{color:rgba(var(--blue-500)/.85)}.text-blue-500\/90{color:rgba(var(--blue-500)/.9)}.text-blue-500\/95{color:rgba(var(--blue-500)/.95)}.text-blue-600{--tw-text-opacity:1;color:rgba(var(--blue-600)/var(--tw-text-opacity))}.text-blue-600\/0{color:rgba(var(--blue-600)/0)}.text-blue-600\/10{color:rgba(var(--blue-600)/.1)}.text-blue-600\/100{color:rgba(var(--blue-600)/1)}.text-blue-600\/15{color:rgba(var(--blue-600)/.15)}.text-blue-600\/20{color:rgba(var(--blue-600)/.2)}.text-blue-600\/25{color:rgba(var(--blue-600)/.25)}.text-blue-600\/30{color:rgba(var(--blue-600)/.3)}.text-blue-600\/35{color:rgba(var(--blue-600)/.35)}.text-blue-600\/40{color:rgba(var(--blue-600)/.4)}.text-blue-600\/45{color:rgba(var(--blue-600)/.45)}.text-blue-600\/5{color:rgba(var(--blue-600)/.05)}.text-blue-600\/50{color:rgba(var(--blue-600)/.5)}.text-blue-600\/55{color:rgba(var(--blue-600)/.55)}.text-blue-600\/60{color:rgba(var(--blue-600)/.6)}.text-blue-600\/65{color:rgba(var(--blue-600)/.65)}.text-blue-600\/70{color:rgba(var(--blue-600)/.7)}.text-blue-600\/75{color:rgba(var(--blue-600)/.75)}.text-blue-600\/80{color:rgba(var(--blue-600)/.8)}.text-blue-600\/85{color:rgba(var(--blue-600)/.85)}.text-blue-600\/90{color:rgba(var(--blue-600)/.9)}.text-blue-600\/95{color:rgba(var(--blue-600)/.95)}.text-blue-700{--tw-text-opacity:1;color:rgba(var(--blue-700)/var(--tw-text-opacity))}.text-blue-700\/0{color:rgba(var(--blue-700)/0)}.text-blue-700\/10{color:rgba(var(--blue-700)/.1)}.text-blue-700\/100{color:rgba(var(--blue-700)/1)}.text-blue-700\/15{color:rgba(var(--blue-700)/.15)}.text-blue-700\/20{color:rgba(var(--blue-700)/.2)}.text-blue-700\/25{color:rgba(var(--blue-700)/.25)}.text-blue-700\/30{color:rgba(var(--blue-700)/.3)}.text-blue-700\/35{color:rgba(var(--blue-700)/.35)}.text-blue-700\/40{color:rgba(var(--blue-700)/.4)}.text-blue-700\/45{color:rgba(var(--blue-700)/.45)}.text-blue-700\/5{color:rgba(var(--blue-700)/.05)}.text-blue-700\/50{color:rgba(var(--blue-700)/.5)}.text-blue-700\/55{color:rgba(var(--blue-700)/.55)}.text-blue-700\/60{color:rgba(var(--blue-700)/.6)}.text-blue-700\/65{color:rgba(var(--blue-700)/.65)}.text-blue-700\/70{color:rgba(var(--blue-700)/.7)}.text-blue-700\/75{color:rgba(var(--blue-700)/.75)}.text-blue-700\/80{color:rgba(var(--blue-700)/.8)}.text-blue-700\/85{color:rgba(var(--blue-700)/.85)}.text-blue-700\/90{color:rgba(var(--blue-700)/.9)}.text-blue-700\/95{color:rgba(var(--blue-700)/.95)}.text-blue-800{--tw-text-opacity:1;color:rgba(var(--blue-800)/var(--tw-text-opacity))}.text-blue-800\/0{color:rgba(var(--blue-800)/0)}.text-blue-800\/10{color:rgba(var(--blue-800)/.1)}.text-blue-800\/100{color:rgba(var(--blue-800)/1)}.text-blue-800\/15{color:rgba(var(--blue-800)/.15)}.text-blue-800\/20{color:rgba(var(--blue-800)/.2)}.text-blue-800\/25{color:rgba(var(--blue-800)/.25)}.text-blue-800\/30{color:rgba(var(--blue-800)/.3)}.text-blue-800\/35{color:rgba(var(--blue-800)/.35)}.text-blue-800\/40{color:rgba(var(--blue-800)/.4)}.text-blue-800\/45{color:rgba(var(--blue-800)/.45)}.text-blue-800\/5{color:rgba(var(--blue-800)/.05)}.text-blue-800\/50{color:rgba(var(--blue-800)/.5)}.text-blue-800\/55{color:rgba(var(--blue-800)/.55)}.text-blue-800\/60{color:rgba(var(--blue-800)/.6)}.text-blue-800\/65{color:rgba(var(--blue-800)/.65)}.text-blue-800\/70{color:rgba(var(--blue-800)/.7)}.text-blue-800\/75{color:rgba(var(--blue-800)/.75)}.text-blue-800\/80{color:rgba(var(--blue-800)/.8)}.text-blue-800\/85{color:rgba(var(--blue-800)/.85)}.text-blue-800\/90{color:rgba(var(--blue-800)/.9)}.text-blue-800\/95{color:rgba(var(--blue-800)/.95)}.text-blue-900{--tw-text-opacity:1;color:rgba(var(--blue-900)/var(--tw-text-opacity))}.text-blue-900\/0{color:rgba(var(--blue-900)/0)}.text-blue-900\/10{color:rgba(var(--blue-900)/.1)}.text-blue-900\/100{color:rgba(var(--blue-900)/1)}.text-blue-900\/15{color:rgba(var(--blue-900)/.15)}.text-blue-900\/20{color:rgba(var(--blue-900)/.2)}.text-blue-900\/25{color:rgba(var(--blue-900)/.25)}.text-blue-900\/30{color:rgba(var(--blue-900)/.3)}.text-blue-900\/35{color:rgba(var(--blue-900)/.35)}.text-blue-900\/40{color:rgba(var(--blue-900)/.4)}.text-blue-900\/45{color:rgba(var(--blue-900)/.45)}.text-blue-900\/5{color:rgba(var(--blue-900)/.05)}.text-blue-900\/50{color:rgba(var(--blue-900)/.5)}.text-blue-900\/55{color:rgba(var(--blue-900)/.55)}.text-blue-900\/60{color:rgba(var(--blue-900)/.6)}.text-blue-900\/65{color:rgba(var(--blue-900)/.65)}.text-blue-900\/70{color:rgba(var(--blue-900)/.7)}.text-blue-900\/75{color:rgba(var(--blue-900)/.75)}.text-blue-900\/80{color:rgba(var(--blue-900)/.8)}.text-blue-900\/85{color:rgba(var(--blue-900)/.85)}.text-blue-900\/90{color:rgba(var(--blue-900)/.9)}.text-blue-900\/95{color:rgba(var(--blue-900)/.95)}.text-blue-950{--tw-text-opacity:1;color:rgba(var(--blue-950)/var(--tw-text-opacity))}.text-blue-950\/0{color:rgba(var(--blue-950)/0)}.text-blue-950\/10{color:rgba(var(--blue-950)/.1)}.text-blue-950\/100{color:rgba(var(--blue-950)/1)}.text-blue-950\/15{color:rgba(var(--blue-950)/.15)}.text-blue-950\/20{color:rgba(var(--blue-950)/.2)}.text-blue-950\/25{color:rgba(var(--blue-950)/.25)}.text-blue-950\/30{color:rgba(var(--blue-950)/.3)}.text-blue-950\/35{color:rgba(var(--blue-950)/.35)}.text-blue-950\/40{color:rgba(var(--blue-950)/.4)}.text-blue-950\/45{color:rgba(var(--blue-950)/.45)}.text-blue-950\/5{color:rgba(var(--blue-950)/.05)}.text-blue-950\/50{color:rgba(var(--blue-950)/.5)}.text-blue-950\/55{color:rgba(var(--blue-950)/.55)}.text-blue-950\/60{color:rgba(var(--blue-950)/.6)}.text-blue-950\/65{color:rgba(var(--blue-950)/.65)}.text-blue-950\/70{color:rgba(var(--blue-950)/.7)}.text-blue-950\/75{color:rgba(var(--blue-950)/.75)}.text-blue-950\/80{color:rgba(var(--blue-950)/.8)}.text-blue-950\/85{color:rgba(var(--blue-950)/.85)}.text-blue-950\/90{color:rgba(var(--blue-950)/.9)}.text-blue-950\/95{color:rgba(var(--blue-950)/.95)}.text-blue-base{--tw-text-opacity:1;color:rgba(var(--text-color-blue-base)/var(--tw-text-opacity))}.text-blue-base\/0{color:rgba(var(--text-color-blue-base)/0)}.text-blue-base\/10{color:rgba(var(--text-color-blue-base)/.1)}.text-blue-base\/100{color:rgba(var(--text-color-blue-base)/1)}.text-blue-base\/15{color:rgba(var(--text-color-blue-base)/.15)}.text-blue-base\/20{color:rgba(var(--text-color-blue-base)/.2)}.text-blue-base\/25{color:rgba(var(--text-color-blue-base)/.25)}.text-blue-base\/30{color:rgba(var(--text-color-blue-base)/.3)}.text-blue-base\/35{color:rgba(var(--text-color-blue-base)/.35)}.text-blue-base\/40{color:rgba(var(--text-color-blue-base)/.4)}.text-blue-base\/45{color:rgba(var(--text-color-blue-base)/.45)}.text-blue-base\/5{color:rgba(var(--text-color-blue-base)/.05)}.text-blue-base\/50{color:rgba(var(--text-color-blue-base)/.5)}.text-blue-base\/55{color:rgba(var(--text-color-blue-base)/.55)}.text-blue-base\/60{color:rgba(var(--text-color-blue-base)/.6)}.text-blue-base\/65{color:rgba(var(--text-color-blue-base)/.65)}.text-blue-base\/70{color:rgba(var(--text-color-blue-base)/.7)}.text-blue-base\/75{color:rgba(var(--text-color-blue-base)/.75)}.text-blue-base\/80{color:rgba(var(--text-color-blue-base)/.8)}.text-blue-base\/85{color:rgba(var(--text-color-blue-base)/.85)}.text-blue-base\/90{color:rgba(var(--text-color-blue-base)/.9)}.text-blue-base\/95{color:rgba(var(--text-color-blue-base)/.95)}.text-blue-sub{--tw-text-opacity:1;color:rgba(var(--text-color-blue-sub)/var(--tw-text-opacity))}.text-blue-sub\/0{color:rgba(var(--text-color-blue-sub)/0)}.text-blue-sub\/10{color:rgba(var(--text-color-blue-sub)/.1)}.text-blue-sub\/100{color:rgba(var(--text-color-blue-sub)/1)}.text-blue-sub\/15{color:rgba(var(--text-color-blue-sub)/.15)}.text-blue-sub\/20{color:rgba(var(--text-color-blue-sub)/.2)}.text-blue-sub\/25{color:rgba(var(--text-color-blue-sub)/.25)}.text-blue-sub\/30{color:rgba(var(--text-color-blue-sub)/.3)}.text-blue-sub\/35{color:rgba(var(--text-color-blue-sub)/.35)}.text-blue-sub\/40{color:rgba(var(--text-color-blue-sub)/.4)}.text-blue-sub\/45{color:rgba(var(--text-color-blue-sub)/.45)}.text-blue-sub\/5{color:rgba(var(--text-color-blue-sub)/.05)}.text-blue-sub\/50{color:rgba(var(--text-color-blue-sub)/.5)}.text-blue-sub\/55{color:rgba(var(--text-color-blue-sub)/.55)}.text-blue-sub\/60{color:rgba(var(--text-color-blue-sub)/.6)}.text-blue-sub\/65{color:rgba(var(--text-color-blue-sub)/.65)}.text-blue-sub\/70{color:rgba(var(--text-color-blue-sub)/.7)}.text-blue-sub\/75{color:rgba(var(--text-color-blue-sub)/.75)}.text-blue-sub\/80{color:rgba(var(--text-color-blue-sub)/.8)}.text-blue-sub\/85{color:rgba(var(--text-color-blue-sub)/.85)}.text-blue-sub\/90{color:rgba(var(--text-color-blue-sub)/.9)}.text-blue-sub\/95{color:rgba(var(--text-color-blue-sub)/.95)}.text-blue-super{--tw-text-opacity:1;color:rgba(var(--text-color-blue-super)/var(--tw-text-opacity))}.text-blue-super\/0{color:rgba(var(--text-color-blue-super)/0)}.text-blue-super\/10{color:rgba(var(--text-color-blue-super)/.1)}.text-blue-super\/100{color:rgba(var(--text-color-blue-super)/1)}.text-blue-super\/15{color:rgba(var(--text-color-blue-super)/.15)}.text-blue-super\/20{color:rgba(var(--text-color-blue-super)/.2)}.text-blue-super\/25{color:rgba(var(--text-color-blue-super)/.25)}.text-blue-super\/30{color:rgba(var(--text-color-blue-super)/.3)}.text-blue-super\/35{color:rgba(var(--text-color-blue-super)/.35)}.text-blue-super\/40{color:rgba(var(--text-color-blue-super)/.4)}.text-blue-super\/45{color:rgba(var(--text-color-blue-super)/.45)}.text-blue-super\/5{color:rgba(var(--text-color-blue-super)/.05)}.text-blue-super\/50{color:rgba(var(--text-color-blue-super)/.5)}.text-blue-super\/55{color:rgba(var(--text-color-blue-super)/.55)}.text-blue-super\/60{color:rgba(var(--text-color-blue-super)/.6)}.text-blue-super\/65{color:rgba(var(--text-color-blue-super)/.65)}.text-blue-super\/70{color:rgba(var(--text-color-blue-super)/.7)}.text-blue-super\/75{color:rgba(var(--text-color-blue-super)/.75)}.text-blue-super\/80{color:rgba(var(--text-color-blue-super)/.8)}.text-blue-super\/85{color:rgba(var(--text-color-blue-super)/.85)}.text-blue-super\/90{color:rgba(var(--text-color-blue-super)/.9)}.text-blue-super\/95{color:rgba(var(--text-color-blue-super)/.95)}.text-default-base{--tw-text-opacity:1;color:rgba(var(--text-color-default-base)/var(--tw-text-opacity))}.text-default-base\/0{color:rgba(var(--text-color-default-base)/0)}.text-default-base\/10{color:rgba(var(--text-color-default-base)/.1)}.text-default-base\/100{color:rgba(var(--text-color-default-base)/1)}.text-default-base\/15{color:rgba(var(--text-color-default-base)/.15)}.text-default-base\/20{color:rgba(var(--text-color-default-base)/.2)}.text-default-base\/25{color:rgba(var(--text-color-default-base)/.25)}.text-default-base\/30{color:rgba(var(--text-color-default-base)/.3)}.text-default-base\/35{color:rgba(var(--text-color-default-base)/.35)}.text-default-base\/40{color:rgba(var(--text-color-default-base)/.4)}.text-default-base\/45{color:rgba(var(--text-color-default-base)/.45)}.text-default-base\/5{color:rgba(var(--text-color-default-base)/.05)}.text-default-base\/50{color:rgba(var(--text-color-default-base)/.5)}.text-default-base\/55{color:rgba(var(--text-color-default-base)/.55)}.text-default-base\/60{color:rgba(var(--text-color-default-base)/.6)}.text-default-base\/65{color:rgba(var(--text-color-default-base)/.65)}.text-default-base\/70{color:rgba(var(--text-color-default-base)/.7)}.text-default-base\/75{color:rgba(var(--text-color-default-base)/.75)}.text-default-base\/80{color:rgba(var(--text-color-default-base)/.8)}.text-default-base\/85{color:rgba(var(--text-color-default-base)/.85)}.text-default-base\/90{color:rgba(var(--text-color-default-base)/.9)}.text-default-base\/95{color:rgba(var(--text-color-default-base)/.95)}.text-default-sub{--tw-text-opacity:1;color:rgba(var(--text-color-default-sub)/var(--tw-text-opacity))}.text-default-sub\/0{color:rgba(var(--text-color-default-sub)/0)}.text-default-sub\/10{color:rgba(var(--text-color-default-sub)/.1)}.text-default-sub\/100{color:rgba(var(--text-color-default-sub)/1)}.text-default-sub\/15{color:rgba(var(--text-color-default-sub)/.15)}.text-default-sub\/20{color:rgba(var(--text-color-default-sub)/.2)}.text-default-sub\/25{color:rgba(var(--text-color-default-sub)/.25)}.text-default-sub\/30{color:rgba(var(--text-color-default-sub)/.3)}.text-default-sub\/35{color:rgba(var(--text-color-default-sub)/.35)}.text-default-sub\/40{color:rgba(var(--text-color-default-sub)/.4)}.text-default-sub\/45{color:rgba(var(--text-color-default-sub)/.45)}.text-default-sub\/5{color:rgba(var(--text-color-default-sub)/.05)}.text-default-sub\/50{color:rgba(var(--text-color-default-sub)/.5)}.text-default-sub\/55{color:rgba(var(--text-color-default-sub)/.55)}.text-default-sub\/60{color:rgba(var(--text-color-default-sub)/.6)}.text-default-sub\/65{color:rgba(var(--text-color-default-sub)/.65)}.text-default-sub\/70{color:rgba(var(--text-color-default-sub)/.7)}.text-default-sub\/75{color:rgba(var(--text-color-default-sub)/.75)}.text-default-sub\/80{color:rgba(var(--text-color-default-sub)/.8)}.text-default-sub\/85{color:rgba(var(--text-color-default-sub)/.85)}.text-default-sub\/90{color:rgba(var(--text-color-default-sub)/.9)}.text-default-sub\/95{color:rgba(var(--text-color-default-sub)/.95)}.text-default-super{--tw-text-opacity:1;color:rgba(var(--text-color-default-super)/var(--tw-text-opacity))}.text-default-super\/0{color:rgba(var(--text-color-default-super)/0)}.text-default-super\/10{color:rgba(var(--text-color-default-super)/.1)}.text-default-super\/100{color:rgba(var(--text-color-default-super)/1)}.text-default-super\/15{color:rgba(var(--text-color-default-super)/.15)}.text-default-super\/20{color:rgba(var(--text-color-default-super)/.2)}.text-default-super\/25{color:rgba(var(--text-color-default-super)/.25)}.text-default-super\/30{color:rgba(var(--text-color-default-super)/.3)}.text-default-super\/35{color:rgba(var(--text-color-default-super)/.35)}.text-default-super\/40{color:rgba(var(--text-color-default-super)/.4)}.text-default-super\/45{color:rgba(var(--text-color-default-super)/.45)}.text-default-super\/5{color:rgba(var(--text-color-default-super)/.05)}.text-default-super\/50{color:rgba(var(--text-color-default-super)/.5)}.text-default-super\/55{color:rgba(var(--text-color-default-super)/.55)}.text-default-super\/60{color:rgba(var(--text-color-default-super)/.6)}.text-default-super\/65{color:rgba(var(--text-color-default-super)/.65)}.text-default-super\/70{color:rgba(var(--text-color-default-super)/.7)}.text-default-super\/75{color:rgba(var(--text-color-default-super)/.75)}.text-default-super\/80{color:rgba(var(--text-color-default-super)/.8)}.text-default-super\/85{color:rgba(var(--text-color-default-super)/.85)}.text-default-super\/90{color:rgba(var(--text-color-default-super)/.9)}.text-default-super\/95{color:rgba(var(--text-color-default-super)/.95)}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-green-100{--tw-text-opacity:1;color:rgba(var(--green-100)/var(--tw-text-opacity))}.text-green-100\/0{color:rgba(var(--green-100)/0)}.text-green-100\/10{color:rgba(var(--green-100)/.1)}.text-green-100\/100{color:rgba(var(--green-100)/1)}.text-green-100\/15{color:rgba(var(--green-100)/.15)}.text-green-100\/20{color:rgba(var(--green-100)/.2)}.text-green-100\/25{color:rgba(var(--green-100)/.25)}.text-green-100\/30{color:rgba(var(--green-100)/.3)}.text-green-100\/35{color:rgba(var(--green-100)/.35)}.text-green-100\/40{color:rgba(var(--green-100)/.4)}.text-green-100\/45{color:rgba(var(--green-100)/.45)}.text-green-100\/5{color:rgba(var(--green-100)/.05)}.text-green-100\/50{color:rgba(var(--green-100)/.5)}.text-green-100\/55{color:rgba(var(--green-100)/.55)}.text-green-100\/60{color:rgba(var(--green-100)/.6)}.text-green-100\/65{color:rgba(var(--green-100)/.65)}.text-green-100\/70{color:rgba(var(--green-100)/.7)}.text-green-100\/75{color:rgba(var(--green-100)/.75)}.text-green-100\/80{color:rgba(var(--green-100)/.8)}.text-green-100\/85{color:rgba(var(--green-100)/.85)}.text-green-100\/90{color:rgba(var(--green-100)/.9)}.text-green-100\/95{color:rgba(var(--green-100)/.95)}.text-green-200{--tw-text-opacity:1;color:rgba(var(--green-200)/var(--tw-text-opacity))}.text-green-200\/0{color:rgba(var(--green-200)/0)}.text-green-200\/10{color:rgba(var(--green-200)/.1)}.text-green-200\/100{color:rgba(var(--green-200)/1)}.text-green-200\/15{color:rgba(var(--green-200)/.15)}.text-green-200\/20{color:rgba(var(--green-200)/.2)}.text-green-200\/25{color:rgba(var(--green-200)/.25)}.text-green-200\/30{color:rgba(var(--green-200)/.3)}.text-green-200\/35{color:rgba(var(--green-200)/.35)}.text-green-200\/40{color:rgba(var(--green-200)/.4)}.text-green-200\/45{color:rgba(var(--green-200)/.45)}.text-green-200\/5{color:rgba(var(--green-200)/.05)}.text-green-200\/50{color:rgba(var(--green-200)/.5)}.text-green-200\/55{color:rgba(var(--green-200)/.55)}.text-green-200\/60{color:rgba(var(--green-200)/.6)}.text-green-200\/65{color:rgba(var(--green-200)/.65)}.text-green-200\/70{color:rgba(var(--green-200)/.7)}.text-green-200\/75{color:rgba(var(--green-200)/.75)}.text-green-200\/80{color:rgba(var(--green-200)/.8)}.text-green-200\/85{color:rgba(var(--green-200)/.85)}.text-green-200\/90{color:rgba(var(--green-200)/.9)}.text-green-200\/95{color:rgba(var(--green-200)/.95)}.text-green-300{--tw-text-opacity:1;color:rgba(var(--green-300)/var(--tw-text-opacity))}.text-green-300\/0{color:rgba(var(--green-300)/0)}.text-green-300\/10{color:rgba(var(--green-300)/.1)}.text-green-300\/100{color:rgba(var(--green-300)/1)}.text-green-300\/15{color:rgba(var(--green-300)/.15)}.text-green-300\/20{color:rgba(var(--green-300)/.2)}.text-green-300\/25{color:rgba(var(--green-300)/.25)}.text-green-300\/30{color:rgba(var(--green-300)/.3)}.text-green-300\/35{color:rgba(var(--green-300)/.35)}.text-green-300\/40{color:rgba(var(--green-300)/.4)}.text-green-300\/45{color:rgba(var(--green-300)/.45)}.text-green-300\/5{color:rgba(var(--green-300)/.05)}.text-green-300\/50{color:rgba(var(--green-300)/.5)}.text-green-300\/55{color:rgba(var(--green-300)/.55)}.text-green-300\/60{color:rgba(var(--green-300)/.6)}.text-green-300\/65{color:rgba(var(--green-300)/.65)}.text-green-300\/70{color:rgba(var(--green-300)/.7)}.text-green-300\/75{color:rgba(var(--green-300)/.75)}.text-green-300\/80{color:rgba(var(--green-300)/.8)}.text-green-300\/85{color:rgba(var(--green-300)/.85)}.text-green-300\/90{color:rgba(var(--green-300)/.9)}.text-green-300\/95{color:rgba(var(--green-300)/.95)}.text-green-400{--tw-text-opacity:1;color:rgba(var(--green-400)/var(--tw-text-opacity))}.text-green-400\/0{color:rgba(var(--green-400)/0)}.text-green-400\/10{color:rgba(var(--green-400)/.1)}.text-green-400\/100{color:rgba(var(--green-400)/1)}.text-green-400\/15{color:rgba(var(--green-400)/.15)}.text-green-400\/20{color:rgba(var(--green-400)/.2)}.text-green-400\/25{color:rgba(var(--green-400)/.25)}.text-green-400\/30{color:rgba(var(--green-400)/.3)}.text-green-400\/35{color:rgba(var(--green-400)/.35)}.text-green-400\/40{color:rgba(var(--green-400)/.4)}.text-green-400\/45{color:rgba(var(--green-400)/.45)}.text-green-400\/5{color:rgba(var(--green-400)/.05)}.text-green-400\/50{color:rgba(var(--green-400)/.5)}.text-green-400\/55{color:rgba(var(--green-400)/.55)}.text-green-400\/60{color:rgba(var(--green-400)/.6)}.text-green-400\/65{color:rgba(var(--green-400)/.65)}.text-green-400\/70{color:rgba(var(--green-400)/.7)}.text-green-400\/75{color:rgba(var(--green-400)/.75)}.text-green-400\/80{color:rgba(var(--green-400)/.8)}.text-green-400\/85{color:rgba(var(--green-400)/.85)}.text-green-400\/90{color:rgba(var(--green-400)/.9)}.text-green-400\/95{color:rgba(var(--green-400)/.95)}.text-green-50{--tw-text-opacity:1;color:rgba(var(--green-50)/var(--tw-text-opacity))}.text-green-50\/0{color:rgba(var(--green-50)/0)}.text-green-50\/10{color:rgba(var(--green-50)/.1)}.text-green-50\/100{color:rgba(var(--green-50)/1)}.text-green-50\/15{color:rgba(var(--green-50)/.15)}.text-green-50\/20{color:rgba(var(--green-50)/.2)}.text-green-50\/25{color:rgba(var(--green-50)/.25)}.text-green-50\/30{color:rgba(var(--green-50)/.3)}.text-green-50\/35{color:rgba(var(--green-50)/.35)}.text-green-50\/40{color:rgba(var(--green-50)/.4)}.text-green-50\/45{color:rgba(var(--green-50)/.45)}.text-green-50\/5{color:rgba(var(--green-50)/.05)}.text-green-50\/50{color:rgba(var(--green-50)/.5)}.text-green-50\/55{color:rgba(var(--green-50)/.55)}.text-green-50\/60{color:rgba(var(--green-50)/.6)}.text-green-50\/65{color:rgba(var(--green-50)/.65)}.text-green-50\/70{color:rgba(var(--green-50)/.7)}.text-green-50\/75{color:rgba(var(--green-50)/.75)}.text-green-50\/80{color:rgba(var(--green-50)/.8)}.text-green-50\/85{color:rgba(var(--green-50)/.85)}.text-green-50\/90{color:rgba(var(--green-50)/.9)}.text-green-50\/95{color:rgba(var(--green-50)/.95)}.text-green-500{--tw-text-opacity:1;color:rgba(var(--green-500)/var(--tw-text-opacity))}.text-green-500\/0{color:rgba(var(--green-500)/0)}.text-green-500\/10{color:rgba(var(--green-500)/.1)}.text-green-500\/100{color:rgba(var(--green-500)/1)}.text-green-500\/15{color:rgba(var(--green-500)/.15)}.text-green-500\/20{color:rgba(var(--green-500)/.2)}.text-green-500\/25{color:rgba(var(--green-500)/.25)}.text-green-500\/30{color:rgba(var(--green-500)/.3)}.text-green-500\/35{color:rgba(var(--green-500)/.35)}.text-green-500\/40{color:rgba(var(--green-500)/.4)}.text-green-500\/45{color:rgba(var(--green-500)/.45)}.text-green-500\/5{color:rgba(var(--green-500)/.05)}.text-green-500\/50{color:rgba(var(--green-500)/.5)}.text-green-500\/55{color:rgba(var(--green-500)/.55)}.text-green-500\/60{color:rgba(var(--green-500)/.6)}.text-green-500\/65{color:rgba(var(--green-500)/.65)}.text-green-500\/70{color:rgba(var(--green-500)/.7)}.text-green-500\/75{color:rgba(var(--green-500)/.75)}.text-green-500\/80{color:rgba(var(--green-500)/.8)}.text-green-500\/85{color:rgba(var(--green-500)/.85)}.text-green-500\/90{color:rgba(var(--green-500)/.9)}.text-green-500\/95{color:rgba(var(--green-500)/.95)}.text-green-600{--tw-text-opacity:1;color:rgba(var(--green-600)/var(--tw-text-opacity))}.text-green-600\/0{color:rgba(var(--green-600)/0)}.text-green-600\/10{color:rgba(var(--green-600)/.1)}.text-green-600\/100{color:rgba(var(--green-600)/1)}.text-green-600\/15{color:rgba(var(--green-600)/.15)}.text-green-600\/20{color:rgba(var(--green-600)/.2)}.text-green-600\/25{color:rgba(var(--green-600)/.25)}.text-green-600\/30{color:rgba(var(--green-600)/.3)}.text-green-600\/35{color:rgba(var(--green-600)/.35)}.text-green-600\/40{color:rgba(var(--green-600)/.4)}.text-green-600\/45{color:rgba(var(--green-600)/.45)}.text-green-600\/5{color:rgba(var(--green-600)/.05)}.text-green-600\/50{color:rgba(var(--green-600)/.5)}.text-green-600\/55{color:rgba(var(--green-600)/.55)}.text-green-600\/60{color:rgba(var(--green-600)/.6)}.text-green-600\/65{color:rgba(var(--green-600)/.65)}.text-green-600\/70{color:rgba(var(--green-600)/.7)}.text-green-600\/75{color:rgba(var(--green-600)/.75)}.text-green-600\/80{color:rgba(var(--green-600)/.8)}.text-green-600\/85{color:rgba(var(--green-600)/.85)}.text-green-600\/90{color:rgba(var(--green-600)/.9)}.text-green-600\/95{color:rgba(var(--green-600)/.95)}.text-green-700{--tw-text-opacity:1;color:rgba(var(--green-700)/var(--tw-text-opacity))}.text-green-700\/0{color:rgba(var(--green-700)/0)}.text-green-700\/10{color:rgba(var(--green-700)/.1)}.text-green-700\/100{color:rgba(var(--green-700)/1)}.text-green-700\/15{color:rgba(var(--green-700)/.15)}.text-green-700\/20{color:rgba(var(--green-700)/.2)}.text-green-700\/25{color:rgba(var(--green-700)/.25)}.text-green-700\/30{color:rgba(var(--green-700)/.3)}.text-green-700\/35{color:rgba(var(--green-700)/.35)}.text-green-700\/40{color:rgba(var(--green-700)/.4)}.text-green-700\/45{color:rgba(var(--green-700)/.45)}.text-green-700\/5{color:rgba(var(--green-700)/.05)}.text-green-700\/50{color:rgba(var(--green-700)/.5)}.text-green-700\/55{color:rgba(var(--green-700)/.55)}.text-green-700\/60{color:rgba(var(--green-700)/.6)}.text-green-700\/65{color:rgba(var(--green-700)/.65)}.text-green-700\/70{color:rgba(var(--green-700)/.7)}.text-green-700\/75{color:rgba(var(--green-700)/.75)}.text-green-700\/80{color:rgba(var(--green-700)/.8)}.text-green-700\/85{color:rgba(var(--green-700)/.85)}.text-green-700\/90{color:rgba(var(--green-700)/.9)}.text-green-700\/95{color:rgba(var(--green-700)/.95)}.text-green-800{--tw-text-opacity:1;color:rgba(var(--green-800)/var(--tw-text-opacity))}.text-green-800\/0{color:rgba(var(--green-800)/0)}.text-green-800\/10{color:rgba(var(--green-800)/.1)}.text-green-800\/100{color:rgba(var(--green-800)/1)}.text-green-800\/15{color:rgba(var(--green-800)/.15)}.text-green-800\/20{color:rgba(var(--green-800)/.2)}.text-green-800\/25{color:rgba(var(--green-800)/.25)}.text-green-800\/30{color:rgba(var(--green-800)/.3)}.text-green-800\/35{color:rgba(var(--green-800)/.35)}.text-green-800\/40{color:rgba(var(--green-800)/.4)}.text-green-800\/45{color:rgba(var(--green-800)/.45)}.text-green-800\/5{color:rgba(var(--green-800)/.05)}.text-green-800\/50{color:rgba(var(--green-800)/.5)}.text-green-800\/55{color:rgba(var(--green-800)/.55)}.text-green-800\/60{color:rgba(var(--green-800)/.6)}.text-green-800\/65{color:rgba(var(--green-800)/.65)}.text-green-800\/70{color:rgba(var(--green-800)/.7)}.text-green-800\/75{color:rgba(var(--green-800)/.75)}.text-green-800\/80{color:rgba(var(--green-800)/.8)}.text-green-800\/85{color:rgba(var(--green-800)/.85)}.text-green-800\/90{color:rgba(var(--green-800)/.9)}.text-green-800\/95{color:rgba(var(--green-800)/.95)}.text-green-900{--tw-text-opacity:1;color:rgba(var(--green-900)/var(--tw-text-opacity))}.text-green-900\/0{color:rgba(var(--green-900)/0)}.text-green-900\/10{color:rgba(var(--green-900)/.1)}.text-green-900\/100{color:rgba(var(--green-900)/1)}.text-green-900\/15{color:rgba(var(--green-900)/.15)}.text-green-900\/20{color:rgba(var(--green-900)/.2)}.text-green-900\/25{color:rgba(var(--green-900)/.25)}.text-green-900\/30{color:rgba(var(--green-900)/.3)}.text-green-900\/35{color:rgba(var(--green-900)/.35)}.text-green-900\/40{color:rgba(var(--green-900)/.4)}.text-green-900\/45{color:rgba(var(--green-900)/.45)}.text-green-900\/5{color:rgba(var(--green-900)/.05)}.text-green-900\/50{color:rgba(var(--green-900)/.5)}.text-green-900\/55{color:rgba(var(--green-900)/.55)}.text-green-900\/60{color:rgba(var(--green-900)/.6)}.text-green-900\/65{color:rgba(var(--green-900)/.65)}.text-green-900\/70{color:rgba(var(--green-900)/.7)}.text-green-900\/75{color:rgba(var(--green-900)/.75)}.text-green-900\/80{color:rgba(var(--green-900)/.8)}.text-green-900\/85{color:rgba(var(--green-900)/.85)}.text-green-900\/90{color:rgba(var(--green-900)/.9)}.text-green-900\/95{color:rgba(var(--green-900)/.95)}.text-green-950{--tw-text-opacity:1;color:rgba(var(--green-950)/var(--tw-text-opacity))}.text-green-950\/0{color:rgba(var(--green-950)/0)}.text-green-950\/10{color:rgba(var(--green-950)/.1)}.text-green-950\/100{color:rgba(var(--green-950)/1)}.text-green-950\/15{color:rgba(var(--green-950)/.15)}.text-green-950\/20{color:rgba(var(--green-950)/.2)}.text-green-950\/25{color:rgba(var(--green-950)/.25)}.text-green-950\/30{color:rgba(var(--green-950)/.3)}.text-green-950\/35{color:rgba(var(--green-950)/.35)}.text-green-950\/40{color:rgba(var(--green-950)/.4)}.text-green-950\/45{color:rgba(var(--green-950)/.45)}.text-green-950\/5{color:rgba(var(--green-950)/.05)}.text-green-950\/50{color:rgba(var(--green-950)/.5)}.text-green-950\/55{color:rgba(var(--green-950)/.55)}.text-green-950\/60{color:rgba(var(--green-950)/.6)}.text-green-950\/65{color:rgba(var(--green-950)/.65)}.text-green-950\/70{color:rgba(var(--green-950)/.7)}.text-green-950\/75{color:rgba(var(--green-950)/.75)}.text-green-950\/80{color:rgba(var(--green-950)/.8)}.text-green-950\/85{color:rgba(var(--green-950)/.85)}.text-green-950\/90{color:rgba(var(--green-950)/.9)}.text-green-950\/95{color:rgba(var(--green-950)/.95)}.text-green-base{--tw-text-opacity:1;color:rgba(var(--text-color-green-base)/var(--tw-text-opacity))}.text-green-base\/0{color:rgba(var(--text-color-green-base)/0)}.text-green-base\/10{color:rgba(var(--text-color-green-base)/.1)}.text-green-base\/100{color:rgba(var(--text-color-green-base)/1)}.text-green-base\/15{color:rgba(var(--text-color-green-base)/.15)}.text-green-base\/20{color:rgba(var(--text-color-green-base)/.2)}.text-green-base\/25{color:rgba(var(--text-color-green-base)/.25)}.text-green-base\/30{color:rgba(var(--text-color-green-base)/.3)}.text-green-base\/35{color:rgba(var(--text-color-green-base)/.35)}.text-green-base\/40{color:rgba(var(--text-color-green-base)/.4)}.text-green-base\/45{color:rgba(var(--text-color-green-base)/.45)}.text-green-base\/5{color:rgba(var(--text-color-green-base)/.05)}.text-green-base\/50{color:rgba(var(--text-color-green-base)/.5)}.text-green-base\/55{color:rgba(var(--text-color-green-base)/.55)}.text-green-base\/60{color:rgba(var(--text-color-green-base)/.6)}.text-green-base\/65{color:rgba(var(--text-color-green-base)/.65)}.text-green-base\/70{color:rgba(var(--text-color-green-base)/.7)}.text-green-base\/75{color:rgba(var(--text-color-green-base)/.75)}.text-green-base\/80{color:rgba(var(--text-color-green-base)/.8)}.text-green-base\/85{color:rgba(var(--text-color-green-base)/.85)}.text-green-base\/90{color:rgba(var(--text-color-green-base)/.9)}.text-green-base\/95{color:rgba(var(--text-color-green-base)/.95)}.text-green-sub{--tw-text-opacity:1;color:rgba(var(--text-color-green-sub)/var(--tw-text-opacity))}.text-green-sub\/0{color:rgba(var(--text-color-green-sub)/0)}.text-green-sub\/10{color:rgba(var(--text-color-green-sub)/.1)}.text-green-sub\/100{color:rgba(var(--text-color-green-sub)/1)}.text-green-sub\/15{color:rgba(var(--text-color-green-sub)/.15)}.text-green-sub\/20{color:rgba(var(--text-color-green-sub)/.2)}.text-green-sub\/25{color:rgba(var(--text-color-green-sub)/.25)}.text-green-sub\/30{color:rgba(var(--text-color-green-sub)/.3)}.text-green-sub\/35{color:rgba(var(--text-color-green-sub)/.35)}.text-green-sub\/40{color:rgba(var(--text-color-green-sub)/.4)}.text-green-sub\/45{color:rgba(var(--text-color-green-sub)/.45)}.text-green-sub\/5{color:rgba(var(--text-color-green-sub)/.05)}.text-green-sub\/50{color:rgba(var(--text-color-green-sub)/.5)}.text-green-sub\/55{color:rgba(var(--text-color-green-sub)/.55)}.text-green-sub\/60{color:rgba(var(--text-color-green-sub)/.6)}.text-green-sub\/65{color:rgba(var(--text-color-green-sub)/.65)}.text-green-sub\/70{color:rgba(var(--text-color-green-sub)/.7)}.text-green-sub\/75{color:rgba(var(--text-color-green-sub)/.75)}.text-green-sub\/80{color:rgba(var(--text-color-green-sub)/.8)}.text-green-sub\/85{color:rgba(var(--text-color-green-sub)/.85)}.text-green-sub\/90{color:rgba(var(--text-color-green-sub)/.9)}.text-green-sub\/95{color:rgba(var(--text-color-green-sub)/.95)}.text-green-super{--tw-text-opacity:1;color:rgba(var(--text-color-green-super)/var(--tw-text-opacity))}.text-green-super\/0{color:rgba(var(--text-color-green-super)/0)}.text-green-super\/10{color:rgba(var(--text-color-green-super)/.1)}.text-green-super\/100{color:rgba(var(--text-color-green-super)/1)}.text-green-super\/15{color:rgba(var(--text-color-green-super)/.15)}.text-green-super\/20{color:rgba(var(--text-color-green-super)/.2)}.text-green-super\/25{color:rgba(var(--text-color-green-super)/.25)}.text-green-super\/30{color:rgba(var(--text-color-green-super)/.3)}.text-green-super\/35{color:rgba(var(--text-color-green-super)/.35)}.text-green-super\/40{color:rgba(var(--text-color-green-super)/.4)}.text-green-super\/45{color:rgba(var(--text-color-green-super)/.45)}.text-green-super\/5{color:rgba(var(--text-color-green-super)/.05)}.text-green-super\/50{color:rgba(var(--text-color-green-super)/.5)}.text-green-super\/55{color:rgba(var(--text-color-green-super)/.55)}.text-green-super\/60{color:rgba(var(--text-color-green-super)/.6)}.text-green-super\/65{color:rgba(var(--text-color-green-super)/.65)}.text-green-super\/70{color:rgba(var(--text-color-green-super)/.7)}.text-green-super\/75{color:rgba(var(--text-color-green-super)/.75)}.text-green-super\/80{color:rgba(var(--text-color-green-super)/.8)}.text-green-super\/85{color:rgba(var(--text-color-green-super)/.85)}.text-green-super\/90{color:rgba(var(--text-color-green-super)/.9)}.text-green-super\/95{color:rgba(var(--text-color-green-super)/.95)}.text-neutral-base{--tw-text-opacity:1;color:rgba(var(--text-color-neutral-base)/var(--tw-text-opacity))}.text-primary-100{--tw-text-opacity:1;color:rgba(var(--primary-100)/var(--tw-text-opacity))}.text-primary-100\/0{color:rgba(var(--primary-100)/0)}.text-primary-100\/10{color:rgba(var(--primary-100)/.1)}.text-primary-100\/100{color:rgba(var(--primary-100)/1)}.text-primary-100\/15{color:rgba(var(--primary-100)/.15)}.text-primary-100\/20{color:rgba(var(--primary-100)/.2)}.text-primary-100\/25{color:rgba(var(--primary-100)/.25)}.text-primary-100\/30{color:rgba(var(--primary-100)/.3)}.text-primary-100\/35{color:rgba(var(--primary-100)/.35)}.text-primary-100\/40{color:rgba(var(--primary-100)/.4)}.text-primary-100\/45{color:rgba(var(--primary-100)/.45)}.text-primary-100\/5{color:rgba(var(--primary-100)/.05)}.text-primary-100\/50{color:rgba(var(--primary-100)/.5)}.text-primary-100\/55{color:rgba(var(--primary-100)/.55)}.text-primary-100\/60{color:rgba(var(--primary-100)/.6)}.text-primary-100\/65{color:rgba(var(--primary-100)/.65)}.text-primary-100\/70{color:rgba(var(--primary-100)/.7)}.text-primary-100\/75{color:rgba(var(--primary-100)/.75)}.text-primary-100\/80{color:rgba(var(--primary-100)/.8)}.text-primary-100\/85{color:rgba(var(--primary-100)/.85)}.text-primary-100\/90{color:rgba(var(--primary-100)/.9)}.text-primary-100\/95{color:rgba(var(--primary-100)/.95)}.text-primary-200{--tw-text-opacity:1;color:rgba(var(--primary-200)/var(--tw-text-opacity))}.text-primary-200\/0{color:rgba(var(--primary-200)/0)}.text-primary-200\/10{color:rgba(var(--primary-200)/.1)}.text-primary-200\/100{color:rgba(var(--primary-200)/1)}.text-primary-200\/15{color:rgba(var(--primary-200)/.15)}.text-primary-200\/20{color:rgba(var(--primary-200)/.2)}.text-primary-200\/25{color:rgba(var(--primary-200)/.25)}.text-primary-200\/30{color:rgba(var(--primary-200)/.3)}.text-primary-200\/35{color:rgba(var(--primary-200)/.35)}.text-primary-200\/40{color:rgba(var(--primary-200)/.4)}.text-primary-200\/45{color:rgba(var(--primary-200)/.45)}.text-primary-200\/5{color:rgba(var(--primary-200)/.05)}.text-primary-200\/50{color:rgba(var(--primary-200)/.5)}.text-primary-200\/55{color:rgba(var(--primary-200)/.55)}.text-primary-200\/60{color:rgba(var(--primary-200)/.6)}.text-primary-200\/65{color:rgba(var(--primary-200)/.65)}.text-primary-200\/70{color:rgba(var(--primary-200)/.7)}.text-primary-200\/75{color:rgba(var(--primary-200)/.75)}.text-primary-200\/80{color:rgba(var(--primary-200)/.8)}.text-primary-200\/85{color:rgba(var(--primary-200)/.85)}.text-primary-200\/90{color:rgba(var(--primary-200)/.9)}.text-primary-200\/95{color:rgba(var(--primary-200)/.95)}.text-primary-300{--tw-text-opacity:1;color:rgba(var(--primary-300)/var(--tw-text-opacity))}.text-primary-300\/0{color:rgba(var(--primary-300)/0)}.text-primary-300\/10{color:rgba(var(--primary-300)/.1)}.text-primary-300\/100{color:rgba(var(--primary-300)/1)}.text-primary-300\/15{color:rgba(var(--primary-300)/.15)}.text-primary-300\/20{color:rgba(var(--primary-300)/.2)}.text-primary-300\/25{color:rgba(var(--primary-300)/.25)}.text-primary-300\/30{color:rgba(var(--primary-300)/.3)}.text-primary-300\/35{color:rgba(var(--primary-300)/.35)}.text-primary-300\/40{color:rgba(var(--primary-300)/.4)}.text-primary-300\/45{color:rgba(var(--primary-300)/.45)}.text-primary-300\/5{color:rgba(var(--primary-300)/.05)}.text-primary-300\/50{color:rgba(var(--primary-300)/.5)}.text-primary-300\/55{color:rgba(var(--primary-300)/.55)}.text-primary-300\/60{color:rgba(var(--primary-300)/.6)}.text-primary-300\/65{color:rgba(var(--primary-300)/.65)}.text-primary-300\/70{color:rgba(var(--primary-300)/.7)}.text-primary-300\/75{color:rgba(var(--primary-300)/.75)}.text-primary-300\/80{color:rgba(var(--primary-300)/.8)}.text-primary-300\/85{color:rgba(var(--primary-300)/.85)}.text-primary-300\/90{color:rgba(var(--primary-300)/.9)}.text-primary-300\/95{color:rgba(var(--primary-300)/.95)}.text-primary-400{--tw-text-opacity:1;color:rgba(var(--primary-400)/var(--tw-text-opacity))}.text-primary-400\/0{color:rgba(var(--primary-400)/0)}.text-primary-400\/10{color:rgba(var(--primary-400)/.1)}.text-primary-400\/100{color:rgba(var(--primary-400)/1)}.text-primary-400\/15{color:rgba(var(--primary-400)/.15)}.text-primary-400\/20{color:rgba(var(--primary-400)/.2)}.text-primary-400\/25{color:rgba(var(--primary-400)/.25)}.text-primary-400\/30{color:rgba(var(--primary-400)/.3)}.text-primary-400\/35{color:rgba(var(--primary-400)/.35)}.text-primary-400\/40{color:rgba(var(--primary-400)/.4)}.text-primary-400\/45{color:rgba(var(--primary-400)/.45)}.text-primary-400\/5{color:rgba(var(--primary-400)/.05)}.text-primary-400\/50{color:rgba(var(--primary-400)/.5)}.text-primary-400\/55{color:rgba(var(--primary-400)/.55)}.text-primary-400\/60{color:rgba(var(--primary-400)/.6)}.text-primary-400\/65{color:rgba(var(--primary-400)/.65)}.text-primary-400\/70{color:rgba(var(--primary-400)/.7)}.text-primary-400\/75{color:rgba(var(--primary-400)/.75)}.text-primary-400\/80{color:rgba(var(--primary-400)/.8)}.text-primary-400\/85{color:rgba(var(--primary-400)/.85)}.text-primary-400\/90{color:rgba(var(--primary-400)/.9)}.text-primary-400\/95{color:rgba(var(--primary-400)/.95)}.text-primary-50{--tw-text-opacity:1;color:rgba(var(--primary-50)/var(--tw-text-opacity))}.text-primary-50\/0{color:rgba(var(--primary-50)/0)}.text-primary-50\/10{color:rgba(var(--primary-50)/.1)}.text-primary-50\/100{color:rgba(var(--primary-50)/1)}.text-primary-50\/15{color:rgba(var(--primary-50)/.15)}.text-primary-50\/20{color:rgba(var(--primary-50)/.2)}.text-primary-50\/25{color:rgba(var(--primary-50)/.25)}.text-primary-50\/30{color:rgba(var(--primary-50)/.3)}.text-primary-50\/35{color:rgba(var(--primary-50)/.35)}.text-primary-50\/40{color:rgba(var(--primary-50)/.4)}.text-primary-50\/45{color:rgba(var(--primary-50)/.45)}.text-primary-50\/5{color:rgba(var(--primary-50)/.05)}.text-primary-50\/50{color:rgba(var(--primary-50)/.5)}.text-primary-50\/55{color:rgba(var(--primary-50)/.55)}.text-primary-50\/60{color:rgba(var(--primary-50)/.6)}.text-primary-50\/65{color:rgba(var(--primary-50)/.65)}.text-primary-50\/70{color:rgba(var(--primary-50)/.7)}.text-primary-50\/75{color:rgba(var(--primary-50)/.75)}.text-primary-50\/80{color:rgba(var(--primary-50)/.8)}.text-primary-50\/85{color:rgba(var(--primary-50)/.85)}.text-primary-50\/90{color:rgba(var(--primary-50)/.9)}.text-primary-50\/95{color:rgba(var(--primary-50)/.95)}.text-primary-500{--tw-text-opacity:1;color:rgba(var(--primary-500)/var(--tw-text-opacity))}.text-primary-500\/0{color:rgba(var(--primary-500)/0)}.text-primary-500\/10{color:rgba(var(--primary-500)/.1)}.text-primary-500\/100{color:rgba(var(--primary-500)/1)}.text-primary-500\/15{color:rgba(var(--primary-500)/.15)}.text-primary-500\/20{color:rgba(var(--primary-500)/.2)}.text-primary-500\/25{color:rgba(var(--primary-500)/.25)}.text-primary-500\/30{color:rgba(var(--primary-500)/.3)}.text-primary-500\/35{color:rgba(var(--primary-500)/.35)}.text-primary-500\/40{color:rgba(var(--primary-500)/.4)}.text-primary-500\/45{color:rgba(var(--primary-500)/.45)}.text-primary-500\/5{color:rgba(var(--primary-500)/.05)}.text-primary-500\/50{color:rgba(var(--primary-500)/.5)}.text-primary-500\/55{color:rgba(var(--primary-500)/.55)}.text-primary-500\/60{color:rgba(var(--primary-500)/.6)}.text-primary-500\/65{color:rgba(var(--primary-500)/.65)}.text-primary-500\/70{color:rgba(var(--primary-500)/.7)}.text-primary-500\/75{color:rgba(var(--primary-500)/.75)}.text-primary-500\/80{color:rgba(var(--primary-500)/.8)}.text-primary-500\/85{color:rgba(var(--primary-500)/.85)}.text-primary-500\/90{color:rgba(var(--primary-500)/.9)}.text-primary-500\/95{color:rgba(var(--primary-500)/.95)}.text-primary-600{--tw-text-opacity:1;color:rgba(var(--primary-600)/var(--tw-text-opacity))}.text-primary-600\/0{color:rgba(var(--primary-600)/0)}.text-primary-600\/10{color:rgba(var(--primary-600)/.1)}.text-primary-600\/100{color:rgba(var(--primary-600)/1)}.text-primary-600\/15{color:rgba(var(--primary-600)/.15)}.text-primary-600\/20{color:rgba(var(--primary-600)/.2)}.text-primary-600\/25{color:rgba(var(--primary-600)/.25)}.text-primary-600\/30{color:rgba(var(--primary-600)/.3)}.text-primary-600\/35{color:rgba(var(--primary-600)/.35)}.text-primary-600\/40{color:rgba(var(--primary-600)/.4)}.text-primary-600\/45{color:rgba(var(--primary-600)/.45)}.text-primary-600\/5{color:rgba(var(--primary-600)/.05)}.text-primary-600\/50{color:rgba(var(--primary-600)/.5)}.text-primary-600\/55{color:rgba(var(--primary-600)/.55)}.text-primary-600\/60{color:rgba(var(--primary-600)/.6)}.text-primary-600\/65{color:rgba(var(--primary-600)/.65)}.text-primary-600\/70{color:rgba(var(--primary-600)/.7)}.text-primary-600\/75{color:rgba(var(--primary-600)/.75)}.text-primary-600\/80{color:rgba(var(--primary-600)/.8)}.text-primary-600\/85{color:rgba(var(--primary-600)/.85)}.text-primary-600\/90{color:rgba(var(--primary-600)/.9)}.text-primary-600\/95{color:rgba(var(--primary-600)/.95)}.text-primary-700{--tw-text-opacity:1;color:rgba(var(--primary-700)/var(--tw-text-opacity))}.text-primary-700\/0{color:rgba(var(--primary-700)/0)}.text-primary-700\/10{color:rgba(var(--primary-700)/.1)}.text-primary-700\/100{color:rgba(var(--primary-700)/1)}.text-primary-700\/15{color:rgba(var(--primary-700)/.15)}.text-primary-700\/20{color:rgba(var(--primary-700)/.2)}.text-primary-700\/25{color:rgba(var(--primary-700)/.25)}.text-primary-700\/30{color:rgba(var(--primary-700)/.3)}.text-primary-700\/35{color:rgba(var(--primary-700)/.35)}.text-primary-700\/40{color:rgba(var(--primary-700)/.4)}.text-primary-700\/45{color:rgba(var(--primary-700)/.45)}.text-primary-700\/5{color:rgba(var(--primary-700)/.05)}.text-primary-700\/50{color:rgba(var(--primary-700)/.5)}.text-primary-700\/55{color:rgba(var(--primary-700)/.55)}.text-primary-700\/60{color:rgba(var(--primary-700)/.6)}.text-primary-700\/65{color:rgba(var(--primary-700)/.65)}.text-primary-700\/70{color:rgba(var(--primary-700)/.7)}.text-primary-700\/75{color:rgba(var(--primary-700)/.75)}.text-primary-700\/80{color:rgba(var(--primary-700)/.8)}.text-primary-700\/85{color:rgba(var(--primary-700)/.85)}.text-primary-700\/90{color:rgba(var(--primary-700)/.9)}.text-primary-700\/95{color:rgba(var(--primary-700)/.95)}.text-primary-800{--tw-text-opacity:1;color:rgba(var(--primary-800)/var(--tw-text-opacity))}.text-primary-800\/0{color:rgba(var(--primary-800)/0)}.text-primary-800\/10{color:rgba(var(--primary-800)/.1)}.text-primary-800\/100{color:rgba(var(--primary-800)/1)}.text-primary-800\/15{color:rgba(var(--primary-800)/.15)}.text-primary-800\/20{color:rgba(var(--primary-800)/.2)}.text-primary-800\/25{color:rgba(var(--primary-800)/.25)}.text-primary-800\/30{color:rgba(var(--primary-800)/.3)}.text-primary-800\/35{color:rgba(var(--primary-800)/.35)}.text-primary-800\/40{color:rgba(var(--primary-800)/.4)}.text-primary-800\/45{color:rgba(var(--primary-800)/.45)}.text-primary-800\/5{color:rgba(var(--primary-800)/.05)}.text-primary-800\/50{color:rgba(var(--primary-800)/.5)}.text-primary-800\/55{color:rgba(var(--primary-800)/.55)}.text-primary-800\/60{color:rgba(var(--primary-800)/.6)}.text-primary-800\/65{color:rgba(var(--primary-800)/.65)}.text-primary-800\/70{color:rgba(var(--primary-800)/.7)}.text-primary-800\/75{color:rgba(var(--primary-800)/.75)}.text-primary-800\/80{color:rgba(var(--primary-800)/.8)}.text-primary-800\/85{color:rgba(var(--primary-800)/.85)}.text-primary-800\/90{color:rgba(var(--primary-800)/.9)}.text-primary-800\/95{color:rgba(var(--primary-800)/.95)}.text-primary-900{--tw-text-opacity:1;color:rgba(var(--primary-900)/var(--tw-text-opacity))}.text-primary-900\/0{color:rgba(var(--primary-900)/0)}.text-primary-900\/10{color:rgba(var(--primary-900)/.1)}.text-primary-900\/100{color:rgba(var(--primary-900)/1)}.text-primary-900\/15{color:rgba(var(--primary-900)/.15)}.text-primary-900\/20{color:rgba(var(--primary-900)/.2)}.text-primary-900\/25{color:rgba(var(--primary-900)/.25)}.text-primary-900\/30{color:rgba(var(--primary-900)/.3)}.text-primary-900\/35{color:rgba(var(--primary-900)/.35)}.text-primary-900\/40{color:rgba(var(--primary-900)/.4)}.text-primary-900\/45{color:rgba(var(--primary-900)/.45)}.text-primary-900\/5{color:rgba(var(--primary-900)/.05)}.text-primary-900\/50{color:rgba(var(--primary-900)/.5)}.text-primary-900\/55{color:rgba(var(--primary-900)/.55)}.text-primary-900\/60{color:rgba(var(--primary-900)/.6)}.text-primary-900\/65{color:rgba(var(--primary-900)/.65)}.text-primary-900\/70{color:rgba(var(--primary-900)/.7)}.text-primary-900\/75{color:rgba(var(--primary-900)/.75)}.text-primary-900\/80{color:rgba(var(--primary-900)/.8)}.text-primary-900\/85{color:rgba(var(--primary-900)/.85)}.text-primary-900\/90{color:rgba(var(--primary-900)/.9)}.text-primary-900\/95{color:rgba(var(--primary-900)/.95)}.text-primary-950{--tw-text-opacity:1;color:rgba(var(--primary-950)/var(--tw-text-opacity))}.text-primary-950\/0{color:rgba(var(--primary-950)/0)}.text-primary-950\/10{color:rgba(var(--primary-950)/.1)}.text-primary-950\/100{color:rgba(var(--primary-950)/1)}.text-primary-950\/15{color:rgba(var(--primary-950)/.15)}.text-primary-950\/20{color:rgba(var(--primary-950)/.2)}.text-primary-950\/25{color:rgba(var(--primary-950)/.25)}.text-primary-950\/30{color:rgba(var(--primary-950)/.3)}.text-primary-950\/35{color:rgba(var(--primary-950)/.35)}.text-primary-950\/40{color:rgba(var(--primary-950)/.4)}.text-primary-950\/45{color:rgba(var(--primary-950)/.45)}.text-primary-950\/5{color:rgba(var(--primary-950)/.05)}.text-primary-950\/50{color:rgba(var(--primary-950)/.5)}.text-primary-950\/55{color:rgba(var(--primary-950)/.55)}.text-primary-950\/60{color:rgba(var(--primary-950)/.6)}.text-primary-950\/65{color:rgba(var(--primary-950)/.65)}.text-primary-950\/70{color:rgba(var(--primary-950)/.7)}.text-primary-950\/75{color:rgba(var(--primary-950)/.75)}.text-primary-950\/80{color:rgba(var(--primary-950)/.8)}.text-primary-950\/85{color:rgba(var(--primary-950)/.85)}.text-primary-950\/90{color:rgba(var(--primary-950)/.9)}.text-primary-950\/95{color:rgba(var(--primary-950)/.95)}.text-primary-base{--tw-text-opacity:1;color:rgba(var(--text-color-primary-base)/var(--tw-text-opacity))}.text-primary-base\/0{color:rgba(var(--text-color-primary-base)/0)}.text-primary-base\/10{color:rgba(var(--text-color-primary-base)/.1)}.text-primary-base\/100{color:rgba(var(--text-color-primary-base)/1)}.text-primary-base\/15{color:rgba(var(--text-color-primary-base)/.15)}.text-primary-base\/20{color:rgba(var(--text-color-primary-base)/.2)}.text-primary-base\/25{color:rgba(var(--text-color-primary-base)/.25)}.text-primary-base\/30{color:rgba(var(--text-color-primary-base)/.3)}.text-primary-base\/35{color:rgba(var(--text-color-primary-base)/.35)}.text-primary-base\/40{color:rgba(var(--text-color-primary-base)/.4)}.text-primary-base\/45{color:rgba(var(--text-color-primary-base)/.45)}.text-primary-base\/5{color:rgba(var(--text-color-primary-base)/.05)}.text-primary-base\/50{color:rgba(var(--text-color-primary-base)/.5)}.text-primary-base\/55{color:rgba(var(--text-color-primary-base)/.55)}.text-primary-base\/60{color:rgba(var(--text-color-primary-base)/.6)}.text-primary-base\/65{color:rgba(var(--text-color-primary-base)/.65)}.text-primary-base\/70{color:rgba(var(--text-color-primary-base)/.7)}.text-primary-base\/75{color:rgba(var(--text-color-primary-base)/.75)}.text-primary-base\/80{color:rgba(var(--text-color-primary-base)/.8)}.text-primary-base\/85{color:rgba(var(--text-color-primary-base)/.85)}.text-primary-base\/90{color:rgba(var(--text-color-primary-base)/.9)}.text-primary-base\/95{color:rgba(var(--text-color-primary-base)/.95)}.text-primary-sub{--tw-text-opacity:1;color:rgba(var(--text-color-primary-sub)/var(--tw-text-opacity))}.text-primary-sub\/0{color:rgba(var(--text-color-primary-sub)/0)}.text-primary-sub\/10{color:rgba(var(--text-color-primary-sub)/.1)}.text-primary-sub\/100{color:rgba(var(--text-color-primary-sub)/1)}.text-primary-sub\/15{color:rgba(var(--text-color-primary-sub)/.15)}.text-primary-sub\/20{color:rgba(var(--text-color-primary-sub)/.2)}.text-primary-sub\/25{color:rgba(var(--text-color-primary-sub)/.25)}.text-primary-sub\/30{color:rgba(var(--text-color-primary-sub)/.3)}.text-primary-sub\/35{color:rgba(var(--text-color-primary-sub)/.35)}.text-primary-sub\/40{color:rgba(var(--text-color-primary-sub)/.4)}.text-primary-sub\/45{color:rgba(var(--text-color-primary-sub)/.45)}.text-primary-sub\/5{color:rgba(var(--text-color-primary-sub)/.05)}.text-primary-sub\/50{color:rgba(var(--text-color-primary-sub)/.5)}.text-primary-sub\/55{color:rgba(var(--text-color-primary-sub)/.55)}.text-primary-sub\/60{color:rgba(var(--text-color-primary-sub)/.6)}.text-primary-sub\/65{color:rgba(var(--text-color-primary-sub)/.65)}.text-primary-sub\/70{color:rgba(var(--text-color-primary-sub)/.7)}.text-primary-sub\/75{color:rgba(var(--text-color-primary-sub)/.75)}.text-primary-sub\/80{color:rgba(var(--text-color-primary-sub)/.8)}.text-primary-sub\/85{color:rgba(var(--text-color-primary-sub)/.85)}.text-primary-sub\/90{color:rgba(var(--text-color-primary-sub)/.9)}.text-primary-sub\/95{color:rgba(var(--text-color-primary-sub)/.95)}.text-primary-super{--tw-text-opacity:1;color:rgba(var(--text-color-primary-super)/var(--tw-text-opacity))}.text-primary-super\/0{color:rgba(var(--text-color-primary-super)/0)}.text-primary-super\/10{color:rgba(var(--text-color-primary-super)/.1)}.text-primary-super\/100{color:rgba(var(--text-color-primary-super)/1)}.text-primary-super\/15{color:rgba(var(--text-color-primary-super)/.15)}.text-primary-super\/20{color:rgba(var(--text-color-primary-super)/.2)}.text-primary-super\/25{color:rgba(var(--text-color-primary-super)/.25)}.text-primary-super\/30{color:rgba(var(--text-color-primary-super)/.3)}.text-primary-super\/35{color:rgba(var(--text-color-primary-super)/.35)}.text-primary-super\/40{color:rgba(var(--text-color-primary-super)/.4)}.text-primary-super\/45{color:rgba(var(--text-color-primary-super)/.45)}.text-primary-super\/5{color:rgba(var(--text-color-primary-super)/.05)}.text-primary-super\/50{color:rgba(var(--text-color-primary-super)/.5)}.text-primary-super\/55{color:rgba(var(--text-color-primary-super)/.55)}.text-primary-super\/60{color:rgba(var(--text-color-primary-super)/.6)}.text-primary-super\/65{color:rgba(var(--text-color-primary-super)/.65)}.text-primary-super\/70{color:rgba(var(--text-color-primary-super)/.7)}.text-primary-super\/75{color:rgba(var(--text-color-primary-super)/.75)}.text-primary-super\/80{color:rgba(var(--text-color-primary-super)/.8)}.text-primary-super\/85{color:rgba(var(--text-color-primary-super)/.85)}.text-primary-super\/90{color:rgba(var(--text-color-primary-super)/.9)}.text-primary-super\/95{color:rgba(var(--text-color-primary-super)/.95)}.text-red-100{--tw-text-opacity:1;color:rgba(var(--red-100)/var(--tw-text-opacity))}.text-red-100\/0{color:rgba(var(--red-100)/0)}.text-red-100\/10{color:rgba(var(--red-100)/.1)}.text-red-100\/100{color:rgba(var(--red-100)/1)}.text-red-100\/15{color:rgba(var(--red-100)/.15)}.text-red-100\/20{color:rgba(var(--red-100)/.2)}.text-red-100\/25{color:rgba(var(--red-100)/.25)}.text-red-100\/30{color:rgba(var(--red-100)/.3)}.text-red-100\/35{color:rgba(var(--red-100)/.35)}.text-red-100\/40{color:rgba(var(--red-100)/.4)}.text-red-100\/45{color:rgba(var(--red-100)/.45)}.text-red-100\/5{color:rgba(var(--red-100)/.05)}.text-red-100\/50{color:rgba(var(--red-100)/.5)}.text-red-100\/55{color:rgba(var(--red-100)/.55)}.text-red-100\/60{color:rgba(var(--red-100)/.6)}.text-red-100\/65{color:rgba(var(--red-100)/.65)}.text-red-100\/70{color:rgba(var(--red-100)/.7)}.text-red-100\/75{color:rgba(var(--red-100)/.75)}.text-red-100\/80{color:rgba(var(--red-100)/.8)}.text-red-100\/85{color:rgba(var(--red-100)/.85)}.text-red-100\/90{color:rgba(var(--red-100)/.9)}.text-red-100\/95{color:rgba(var(--red-100)/.95)}.text-red-200{--tw-text-opacity:1;color:rgba(var(--red-200)/var(--tw-text-opacity))}.text-red-200\/0{color:rgba(var(--red-200)/0)}.text-red-200\/10{color:rgba(var(--red-200)/.1)}.text-red-200\/100{color:rgba(var(--red-200)/1)}.text-red-200\/15{color:rgba(var(--red-200)/.15)}.text-red-200\/20{color:rgba(var(--red-200)/.2)}.text-red-200\/25{color:rgba(var(--red-200)/.25)}.text-red-200\/30{color:rgba(var(--red-200)/.3)}.text-red-200\/35{color:rgba(var(--red-200)/.35)}.text-red-200\/40{color:rgba(var(--red-200)/.4)}.text-red-200\/45{color:rgba(var(--red-200)/.45)}.text-red-200\/5{color:rgba(var(--red-200)/.05)}.text-red-200\/50{color:rgba(var(--red-200)/.5)}.text-red-200\/55{color:rgba(var(--red-200)/.55)}.text-red-200\/60{color:rgba(var(--red-200)/.6)}.text-red-200\/65{color:rgba(var(--red-200)/.65)}.text-red-200\/70{color:rgba(var(--red-200)/.7)}.text-red-200\/75{color:rgba(var(--red-200)/.75)}.text-red-200\/80{color:rgba(var(--red-200)/.8)}.text-red-200\/85{color:rgba(var(--red-200)/.85)}.text-red-200\/90{color:rgba(var(--red-200)/.9)}.text-red-200\/95{color:rgba(var(--red-200)/.95)}.text-red-300{--tw-text-opacity:1;color:rgba(var(--red-300)/var(--tw-text-opacity))}.text-red-300\/0{color:rgba(var(--red-300)/0)}.text-red-300\/10{color:rgba(var(--red-300)/.1)}.text-red-300\/100{color:rgba(var(--red-300)/1)}.text-red-300\/15{color:rgba(var(--red-300)/.15)}.text-red-300\/20{color:rgba(var(--red-300)/.2)}.text-red-300\/25{color:rgba(var(--red-300)/.25)}.text-red-300\/30{color:rgba(var(--red-300)/.3)}.text-red-300\/35{color:rgba(var(--red-300)/.35)}.text-red-300\/40{color:rgba(var(--red-300)/.4)}.text-red-300\/45{color:rgba(var(--red-300)/.45)}.text-red-300\/5{color:rgba(var(--red-300)/.05)}.text-red-300\/50{color:rgba(var(--red-300)/.5)}.text-red-300\/55{color:rgba(var(--red-300)/.55)}.text-red-300\/60{color:rgba(var(--red-300)/.6)}.text-red-300\/65{color:rgba(var(--red-300)/.65)}.text-red-300\/70{color:rgba(var(--red-300)/.7)}.text-red-300\/75{color:rgba(var(--red-300)/.75)}.text-red-300\/80{color:rgba(var(--red-300)/.8)}.text-red-300\/85{color:rgba(var(--red-300)/.85)}.text-red-300\/90{color:rgba(var(--red-300)/.9)}.text-red-300\/95{color:rgba(var(--red-300)/.95)}.text-red-400{--tw-text-opacity:1;color:rgba(var(--red-400)/var(--tw-text-opacity))}.text-red-400\/0{color:rgba(var(--red-400)/0)}.text-red-400\/10{color:rgba(var(--red-400)/.1)}.text-red-400\/100{color:rgba(var(--red-400)/1)}.text-red-400\/15{color:rgba(var(--red-400)/.15)}.text-red-400\/20{color:rgba(var(--red-400)/.2)}.text-red-400\/25{color:rgba(var(--red-400)/.25)}.text-red-400\/30{color:rgba(var(--red-400)/.3)}.text-red-400\/35{color:rgba(var(--red-400)/.35)}.text-red-400\/40{color:rgba(var(--red-400)/.4)}.text-red-400\/45{color:rgba(var(--red-400)/.45)}.text-red-400\/5{color:rgba(var(--red-400)/.05)}.text-red-400\/50{color:rgba(var(--red-400)/.5)}.text-red-400\/55{color:rgba(var(--red-400)/.55)}.text-red-400\/60{color:rgba(var(--red-400)/.6)}.text-red-400\/65{color:rgba(var(--red-400)/.65)}.text-red-400\/70{color:rgba(var(--red-400)/.7)}.text-red-400\/75{color:rgba(var(--red-400)/.75)}.text-red-400\/80{color:rgba(var(--red-400)/.8)}.text-red-400\/85{color:rgba(var(--red-400)/.85)}.text-red-400\/90{color:rgba(var(--red-400)/.9)}.text-red-400\/95{color:rgba(var(--red-400)/.95)}.text-red-50{--tw-text-opacity:1;color:rgba(var(--red-50)/var(--tw-text-opacity))}.text-red-50\/0{color:rgba(var(--red-50)/0)}.text-red-50\/10{color:rgba(var(--red-50)/.1)}.text-red-50\/100{color:rgba(var(--red-50)/1)}.text-red-50\/15{color:rgba(var(--red-50)/.15)}.text-red-50\/20{color:rgba(var(--red-50)/.2)}.text-red-50\/25{color:rgba(var(--red-50)/.25)}.text-red-50\/30{color:rgba(var(--red-50)/.3)}.text-red-50\/35{color:rgba(var(--red-50)/.35)}.text-red-50\/40{color:rgba(var(--red-50)/.4)}.text-red-50\/45{color:rgba(var(--red-50)/.45)}.text-red-50\/5{color:rgba(var(--red-50)/.05)}.text-red-50\/50{color:rgba(var(--red-50)/.5)}.text-red-50\/55{color:rgba(var(--red-50)/.55)}.text-red-50\/60{color:rgba(var(--red-50)/.6)}.text-red-50\/65{color:rgba(var(--red-50)/.65)}.text-red-50\/70{color:rgba(var(--red-50)/.7)}.text-red-50\/75{color:rgba(var(--red-50)/.75)}.text-red-50\/80{color:rgba(var(--red-50)/.8)}.text-red-50\/85{color:rgba(var(--red-50)/.85)}.text-red-50\/90{color:rgba(var(--red-50)/.9)}.text-red-50\/95{color:rgba(var(--red-50)/.95)}.text-red-500{--tw-text-opacity:1;color:rgba(var(--red-500)/var(--tw-text-opacity))}.text-red-500\/0{color:rgba(var(--red-500)/0)}.text-red-500\/10{color:rgba(var(--red-500)/.1)}.text-red-500\/100{color:rgba(var(--red-500)/1)}.text-red-500\/15{color:rgba(var(--red-500)/.15)}.text-red-500\/20{color:rgba(var(--red-500)/.2)}.text-red-500\/25{color:rgba(var(--red-500)/.25)}.text-red-500\/30{color:rgba(var(--red-500)/.3)}.text-red-500\/35{color:rgba(var(--red-500)/.35)}.text-red-500\/40{color:rgba(var(--red-500)/.4)}.text-red-500\/45{color:rgba(var(--red-500)/.45)}.text-red-500\/5{color:rgba(var(--red-500)/.05)}.text-red-500\/50{color:rgba(var(--red-500)/.5)}.text-red-500\/55{color:rgba(var(--red-500)/.55)}.text-red-500\/60{color:rgba(var(--red-500)/.6)}.text-red-500\/65{color:rgba(var(--red-500)/.65)}.text-red-500\/70{color:rgba(var(--red-500)/.7)}.text-red-500\/75{color:rgba(var(--red-500)/.75)}.text-red-500\/80{color:rgba(var(--red-500)/.8)}.text-red-500\/85{color:rgba(var(--red-500)/.85)}.text-red-500\/90{color:rgba(var(--red-500)/.9)}.text-red-500\/95{color:rgba(var(--red-500)/.95)}.text-red-600{--tw-text-opacity:1;color:rgba(var(--red-600)/var(--tw-text-opacity))}.text-red-600\/0{color:rgba(var(--red-600)/0)}.text-red-600\/10{color:rgba(var(--red-600)/.1)}.text-red-600\/100{color:rgba(var(--red-600)/1)}.text-red-600\/15{color:rgba(var(--red-600)/.15)}.text-red-600\/20{color:rgba(var(--red-600)/.2)}.text-red-600\/25{color:rgba(var(--red-600)/.25)}.text-red-600\/30{color:rgba(var(--red-600)/.3)}.text-red-600\/35{color:rgba(var(--red-600)/.35)}.text-red-600\/40{color:rgba(var(--red-600)/.4)}.text-red-600\/45{color:rgba(var(--red-600)/.45)}.text-red-600\/5{color:rgba(var(--red-600)/.05)}.text-red-600\/50{color:rgba(var(--red-600)/.5)}.text-red-600\/55{color:rgba(var(--red-600)/.55)}.text-red-600\/60{color:rgba(var(--red-600)/.6)}.text-red-600\/65{color:rgba(var(--red-600)/.65)}.text-red-600\/70{color:rgba(var(--red-600)/.7)}.text-red-600\/75{color:rgba(var(--red-600)/.75)}.text-red-600\/80{color:rgba(var(--red-600)/.8)}.text-red-600\/85{color:rgba(var(--red-600)/.85)}.text-red-600\/90{color:rgba(var(--red-600)/.9)}.text-red-600\/95{color:rgba(var(--red-600)/.95)}.text-red-700{--tw-text-opacity:1;color:rgba(var(--red-700)/var(--tw-text-opacity))}.text-red-700\/0{color:rgba(var(--red-700)/0)}.text-red-700\/10{color:rgba(var(--red-700)/.1)}.text-red-700\/100{color:rgba(var(--red-700)/1)}.text-red-700\/15{color:rgba(var(--red-700)/.15)}.text-red-700\/20{color:rgba(var(--red-700)/.2)}.text-red-700\/25{color:rgba(var(--red-700)/.25)}.text-red-700\/30{color:rgba(var(--red-700)/.3)}.text-red-700\/35{color:rgba(var(--red-700)/.35)}.text-red-700\/40{color:rgba(var(--red-700)/.4)}.text-red-700\/45{color:rgba(var(--red-700)/.45)}.text-red-700\/5{color:rgba(var(--red-700)/.05)}.text-red-700\/50{color:rgba(var(--red-700)/.5)}.text-red-700\/55{color:rgba(var(--red-700)/.55)}.text-red-700\/60{color:rgba(var(--red-700)/.6)}.text-red-700\/65{color:rgba(var(--red-700)/.65)}.text-red-700\/70{color:rgba(var(--red-700)/.7)}.text-red-700\/75{color:rgba(var(--red-700)/.75)}.text-red-700\/80{color:rgba(var(--red-700)/.8)}.text-red-700\/85{color:rgba(var(--red-700)/.85)}.text-red-700\/90{color:rgba(var(--red-700)/.9)}.text-red-700\/95{color:rgba(var(--red-700)/.95)}.text-red-800{--tw-text-opacity:1;color:rgba(var(--red-800)/var(--tw-text-opacity))}.text-red-800\/0{color:rgba(var(--red-800)/0)}.text-red-800\/10{color:rgba(var(--red-800)/.1)}.text-red-800\/100{color:rgba(var(--red-800)/1)}.text-red-800\/15{color:rgba(var(--red-800)/.15)}.text-red-800\/20{color:rgba(var(--red-800)/.2)}.text-red-800\/25{color:rgba(var(--red-800)/.25)}.text-red-800\/30{color:rgba(var(--red-800)/.3)}.text-red-800\/35{color:rgba(var(--red-800)/.35)}.text-red-800\/40{color:rgba(var(--red-800)/.4)}.text-red-800\/45{color:rgba(var(--red-800)/.45)}.text-red-800\/5{color:rgba(var(--red-800)/.05)}.text-red-800\/50{color:rgba(var(--red-800)/.5)}.text-red-800\/55{color:rgba(var(--red-800)/.55)}.text-red-800\/60{color:rgba(var(--red-800)/.6)}.text-red-800\/65{color:rgba(var(--red-800)/.65)}.text-red-800\/70{color:rgba(var(--red-800)/.7)}.text-red-800\/75{color:rgba(var(--red-800)/.75)}.text-red-800\/80{color:rgba(var(--red-800)/.8)}.text-red-800\/85{color:rgba(var(--red-800)/.85)}.text-red-800\/90{color:rgba(var(--red-800)/.9)}.text-red-800\/95{color:rgba(var(--red-800)/.95)}.text-red-900{--tw-text-opacity:1;color:rgba(var(--red-900)/var(--tw-text-opacity))}.text-red-900\/0{color:rgba(var(--red-900)/0)}.text-red-900\/10{color:rgba(var(--red-900)/.1)}.text-red-900\/100{color:rgba(var(--red-900)/1)}.text-red-900\/15{color:rgba(var(--red-900)/.15)}.text-red-900\/20{color:rgba(var(--red-900)/.2)}.text-red-900\/25{color:rgba(var(--red-900)/.25)}.text-red-900\/30{color:rgba(var(--red-900)/.3)}.text-red-900\/35{color:rgba(var(--red-900)/.35)}.text-red-900\/40{color:rgba(var(--red-900)/.4)}.text-red-900\/45{color:rgba(var(--red-900)/.45)}.text-red-900\/5{color:rgba(var(--red-900)/.05)}.text-red-900\/50{color:rgba(var(--red-900)/.5)}.text-red-900\/55{color:rgba(var(--red-900)/.55)}.text-red-900\/60{color:rgba(var(--red-900)/.6)}.text-red-900\/65{color:rgba(var(--red-900)/.65)}.text-red-900\/70{color:rgba(var(--red-900)/.7)}.text-red-900\/75{color:rgba(var(--red-900)/.75)}.text-red-900\/80{color:rgba(var(--red-900)/.8)}.text-red-900\/85{color:rgba(var(--red-900)/.85)}.text-red-900\/90{color:rgba(var(--red-900)/.9)}.text-red-900\/95{color:rgba(var(--red-900)/.95)}.text-red-950{--tw-text-opacity:1;color:rgba(var(--red-950)/var(--tw-text-opacity))}.text-red-950\/0{color:rgba(var(--red-950)/0)}.text-red-950\/10{color:rgba(var(--red-950)/.1)}.text-red-950\/100{color:rgba(var(--red-950)/1)}.text-red-950\/15{color:rgba(var(--red-950)/.15)}.text-red-950\/20{color:rgba(var(--red-950)/.2)}.text-red-950\/25{color:rgba(var(--red-950)/.25)}.text-red-950\/30{color:rgba(var(--red-950)/.3)}.text-red-950\/35{color:rgba(var(--red-950)/.35)}.text-red-950\/40{color:rgba(var(--red-950)/.4)}.text-red-950\/45{color:rgba(var(--red-950)/.45)}.text-red-950\/5{color:rgba(var(--red-950)/.05)}.text-red-950\/50{color:rgba(var(--red-950)/.5)}.text-red-950\/55{color:rgba(var(--red-950)/.55)}.text-red-950\/60{color:rgba(var(--red-950)/.6)}.text-red-950\/65{color:rgba(var(--red-950)/.65)}.text-red-950\/70{color:rgba(var(--red-950)/.7)}.text-red-950\/75{color:rgba(var(--red-950)/.75)}.text-red-950\/80{color:rgba(var(--red-950)/.8)}.text-red-950\/85{color:rgba(var(--red-950)/.85)}.text-red-950\/90{color:rgba(var(--red-950)/.9)}.text-red-950\/95{color:rgba(var(--red-950)/.95)}.text-red-base{--tw-text-opacity:1;color:rgba(var(--text-color-red-base)/var(--tw-text-opacity))}.text-red-base\/0{color:rgba(var(--text-color-red-base)/0)}.text-red-base\/10{color:rgba(var(--text-color-red-base)/.1)}.text-red-base\/100{color:rgba(var(--text-color-red-base)/1)}.text-red-base\/15{color:rgba(var(--text-color-red-base)/.15)}.text-red-base\/20{color:rgba(var(--text-color-red-base)/.2)}.text-red-base\/25{color:rgba(var(--text-color-red-base)/.25)}.text-red-base\/30{color:rgba(var(--text-color-red-base)/.3)}.text-red-base\/35{color:rgba(var(--text-color-red-base)/.35)}.text-red-base\/40{color:rgba(var(--text-color-red-base)/.4)}.text-red-base\/45{color:rgba(var(--text-color-red-base)/.45)}.text-red-base\/5{color:rgba(var(--text-color-red-base)/.05)}.text-red-base\/50{color:rgba(var(--text-color-red-base)/.5)}.text-red-base\/55{color:rgba(var(--text-color-red-base)/.55)}.text-red-base\/60{color:rgba(var(--text-color-red-base)/.6)}.text-red-base\/65{color:rgba(var(--text-color-red-base)/.65)}.text-red-base\/70{color:rgba(var(--text-color-red-base)/.7)}.text-red-base\/75{color:rgba(var(--text-color-red-base)/.75)}.text-red-base\/80{color:rgba(var(--text-color-red-base)/.8)}.text-red-base\/85{color:rgba(var(--text-color-red-base)/.85)}.text-red-base\/90{color:rgba(var(--text-color-red-base)/.9)}.text-red-base\/95{color:rgba(var(--text-color-red-base)/.95)}.text-red-sub{--tw-text-opacity:1;color:rgba(var(--text-color-red-sub)/var(--tw-text-opacity))}.text-red-sub\/0{color:rgba(var(--text-color-red-sub)/0)}.text-red-sub\/10{color:rgba(var(--text-color-red-sub)/.1)}.text-red-sub\/100{color:rgba(var(--text-color-red-sub)/1)}.text-red-sub\/15{color:rgba(var(--text-color-red-sub)/.15)}.text-red-sub\/20{color:rgba(var(--text-color-red-sub)/.2)}.text-red-sub\/25{color:rgba(var(--text-color-red-sub)/.25)}.text-red-sub\/30{color:rgba(var(--text-color-red-sub)/.3)}.text-red-sub\/35{color:rgba(var(--text-color-red-sub)/.35)}.text-red-sub\/40{color:rgba(var(--text-color-red-sub)/.4)}.text-red-sub\/45{color:rgba(var(--text-color-red-sub)/.45)}.text-red-sub\/5{color:rgba(var(--text-color-red-sub)/.05)}.text-red-sub\/50{color:rgba(var(--text-color-red-sub)/.5)}.text-red-sub\/55{color:rgba(var(--text-color-red-sub)/.55)}.text-red-sub\/60{color:rgba(var(--text-color-red-sub)/.6)}.text-red-sub\/65{color:rgba(var(--text-color-red-sub)/.65)}.text-red-sub\/70{color:rgba(var(--text-color-red-sub)/.7)}.text-red-sub\/75{color:rgba(var(--text-color-red-sub)/.75)}.text-red-sub\/80{color:rgba(var(--text-color-red-sub)/.8)}.text-red-sub\/85{color:rgba(var(--text-color-red-sub)/.85)}.text-red-sub\/90{color:rgba(var(--text-color-red-sub)/.9)}.text-red-sub\/95{color:rgba(var(--text-color-red-sub)/.95)}.text-red-super{--tw-text-opacity:1;color:rgba(var(--text-color-red-super)/var(--tw-text-opacity))}.text-red-super\/0{color:rgba(var(--text-color-red-super)/0)}.text-red-super\/10{color:rgba(var(--text-color-red-super)/.1)}.text-red-super\/100{color:rgba(var(--text-color-red-super)/1)}.text-red-super\/15{color:rgba(var(--text-color-red-super)/.15)}.text-red-super\/20{color:rgba(var(--text-color-red-super)/.2)}.text-red-super\/25{color:rgba(var(--text-color-red-super)/.25)}.text-red-super\/30{color:rgba(var(--text-color-red-super)/.3)}.text-red-super\/35{color:rgba(var(--text-color-red-super)/.35)}.text-red-super\/40{color:rgba(var(--text-color-red-super)/.4)}.text-red-super\/45{color:rgba(var(--text-color-red-super)/.45)}.text-red-super\/5{color:rgba(var(--text-color-red-super)/.05)}.text-red-super\/50{color:rgba(var(--text-color-red-super)/.5)}.text-red-super\/55{color:rgba(var(--text-color-red-super)/.55)}.text-red-super\/60{color:rgba(var(--text-color-red-super)/.6)}.text-red-super\/65{color:rgba(var(--text-color-red-super)/.65)}.text-red-super\/70{color:rgba(var(--text-color-red-super)/.7)}.text-red-super\/75{color:rgba(var(--text-color-red-super)/.75)}.text-red-super\/80{color:rgba(var(--text-color-red-super)/.8)}.text-red-super\/85{color:rgba(var(--text-color-red-super)/.85)}.text-red-super\/90{color:rgba(var(--text-color-red-super)/.9)}.text-red-super\/95{color:rgba(var(--text-color-red-super)/.95)}.text-secondary-100{--tw-text-opacity:1;color:rgba(var(--secondary-100)/var(--tw-text-opacity))}.text-secondary-100\/0{color:rgba(var(--secondary-100)/0)}.text-secondary-100\/10{color:rgba(var(--secondary-100)/.1)}.text-secondary-100\/100{color:rgba(var(--secondary-100)/1)}.text-secondary-100\/15{color:rgba(var(--secondary-100)/.15)}.text-secondary-100\/20{color:rgba(var(--secondary-100)/.2)}.text-secondary-100\/25{color:rgba(var(--secondary-100)/.25)}.text-secondary-100\/30{color:rgba(var(--secondary-100)/.3)}.text-secondary-100\/35{color:rgba(var(--secondary-100)/.35)}.text-secondary-100\/40{color:rgba(var(--secondary-100)/.4)}.text-secondary-100\/45{color:rgba(var(--secondary-100)/.45)}.text-secondary-100\/5{color:rgba(var(--secondary-100)/.05)}.text-secondary-100\/50{color:rgba(var(--secondary-100)/.5)}.text-secondary-100\/55{color:rgba(var(--secondary-100)/.55)}.text-secondary-100\/60{color:rgba(var(--secondary-100)/.6)}.text-secondary-100\/65{color:rgba(var(--secondary-100)/.65)}.text-secondary-100\/70{color:rgba(var(--secondary-100)/.7)}.text-secondary-100\/75{color:rgba(var(--secondary-100)/.75)}.text-secondary-100\/80{color:rgba(var(--secondary-100)/.8)}.text-secondary-100\/85{color:rgba(var(--secondary-100)/.85)}.text-secondary-100\/90{color:rgba(var(--secondary-100)/.9)}.text-secondary-100\/95{color:rgba(var(--secondary-100)/.95)}.text-secondary-200{--tw-text-opacity:1;color:rgba(var(--secondary-200)/var(--tw-text-opacity))}.text-secondary-200\/0{color:rgba(var(--secondary-200)/0)}.text-secondary-200\/10{color:rgba(var(--secondary-200)/.1)}.text-secondary-200\/100{color:rgba(var(--secondary-200)/1)}.text-secondary-200\/15{color:rgba(var(--secondary-200)/.15)}.text-secondary-200\/20{color:rgba(var(--secondary-200)/.2)}.text-secondary-200\/25{color:rgba(var(--secondary-200)/.25)}.text-secondary-200\/30{color:rgba(var(--secondary-200)/.3)}.text-secondary-200\/35{color:rgba(var(--secondary-200)/.35)}.text-secondary-200\/40{color:rgba(var(--secondary-200)/.4)}.text-secondary-200\/45{color:rgba(var(--secondary-200)/.45)}.text-secondary-200\/5{color:rgba(var(--secondary-200)/.05)}.text-secondary-200\/50{color:rgba(var(--secondary-200)/.5)}.text-secondary-200\/55{color:rgba(var(--secondary-200)/.55)}.text-secondary-200\/60{color:rgba(var(--secondary-200)/.6)}.text-secondary-200\/65{color:rgba(var(--secondary-200)/.65)}.text-secondary-200\/70{color:rgba(var(--secondary-200)/.7)}.text-secondary-200\/75{color:rgba(var(--secondary-200)/.75)}.text-secondary-200\/80{color:rgba(var(--secondary-200)/.8)}.text-secondary-200\/85{color:rgba(var(--secondary-200)/.85)}.text-secondary-200\/90{color:rgba(var(--secondary-200)/.9)}.text-secondary-200\/95{color:rgba(var(--secondary-200)/.95)}.text-secondary-300{--tw-text-opacity:1;color:rgba(var(--secondary-300)/var(--tw-text-opacity))}.text-secondary-300\/0{color:rgba(var(--secondary-300)/0)}.text-secondary-300\/10{color:rgba(var(--secondary-300)/.1)}.text-secondary-300\/100{color:rgba(var(--secondary-300)/1)}.text-secondary-300\/15{color:rgba(var(--secondary-300)/.15)}.text-secondary-300\/20{color:rgba(var(--secondary-300)/.2)}.text-secondary-300\/25{color:rgba(var(--secondary-300)/.25)}.text-secondary-300\/30{color:rgba(var(--secondary-300)/.3)}.text-secondary-300\/35{color:rgba(var(--secondary-300)/.35)}.text-secondary-300\/40{color:rgba(var(--secondary-300)/.4)}.text-secondary-300\/45{color:rgba(var(--secondary-300)/.45)}.text-secondary-300\/5{color:rgba(var(--secondary-300)/.05)}.text-secondary-300\/50{color:rgba(var(--secondary-300)/.5)}.text-secondary-300\/55{color:rgba(var(--secondary-300)/.55)}.text-secondary-300\/60{color:rgba(var(--secondary-300)/.6)}.text-secondary-300\/65{color:rgba(var(--secondary-300)/.65)}.text-secondary-300\/70{color:rgba(var(--secondary-300)/.7)}.text-secondary-300\/75{color:rgba(var(--secondary-300)/.75)}.text-secondary-300\/80{color:rgba(var(--secondary-300)/.8)}.text-secondary-300\/85{color:rgba(var(--secondary-300)/.85)}.text-secondary-300\/90{color:rgba(var(--secondary-300)/.9)}.text-secondary-300\/95{color:rgba(var(--secondary-300)/.95)}.text-secondary-400{--tw-text-opacity:1;color:rgba(var(--secondary-400)/var(--tw-text-opacity))}.text-secondary-400\/0{color:rgba(var(--secondary-400)/0)}.text-secondary-400\/10{color:rgba(var(--secondary-400)/.1)}.text-secondary-400\/100{color:rgba(var(--secondary-400)/1)}.text-secondary-400\/15{color:rgba(var(--secondary-400)/.15)}.text-secondary-400\/20{color:rgba(var(--secondary-400)/.2)}.text-secondary-400\/25{color:rgba(var(--secondary-400)/.25)}.text-secondary-400\/30{color:rgba(var(--secondary-400)/.3)}.text-secondary-400\/35{color:rgba(var(--secondary-400)/.35)}.text-secondary-400\/40{color:rgba(var(--secondary-400)/.4)}.text-secondary-400\/45{color:rgba(var(--secondary-400)/.45)}.text-secondary-400\/5{color:rgba(var(--secondary-400)/.05)}.text-secondary-400\/50{color:rgba(var(--secondary-400)/.5)}.text-secondary-400\/55{color:rgba(var(--secondary-400)/.55)}.text-secondary-400\/60{color:rgba(var(--secondary-400)/.6)}.text-secondary-400\/65{color:rgba(var(--secondary-400)/.65)}.text-secondary-400\/70{color:rgba(var(--secondary-400)/.7)}.text-secondary-400\/75{color:rgba(var(--secondary-400)/.75)}.text-secondary-400\/80{color:rgba(var(--secondary-400)/.8)}.text-secondary-400\/85{color:rgba(var(--secondary-400)/.85)}.text-secondary-400\/90{color:rgba(var(--secondary-400)/.9)}.text-secondary-400\/95{color:rgba(var(--secondary-400)/.95)}.text-secondary-50{--tw-text-opacity:1;color:rgba(var(--secondary-50)/var(--tw-text-opacity))}.text-secondary-50\/0{color:rgba(var(--secondary-50)/0)}.text-secondary-50\/10{color:rgba(var(--secondary-50)/.1)}.text-secondary-50\/100{color:rgba(var(--secondary-50)/1)}.text-secondary-50\/15{color:rgba(var(--secondary-50)/.15)}.text-secondary-50\/20{color:rgba(var(--secondary-50)/.2)}.text-secondary-50\/25{color:rgba(var(--secondary-50)/.25)}.text-secondary-50\/30{color:rgba(var(--secondary-50)/.3)}.text-secondary-50\/35{color:rgba(var(--secondary-50)/.35)}.text-secondary-50\/40{color:rgba(var(--secondary-50)/.4)}.text-secondary-50\/45{color:rgba(var(--secondary-50)/.45)}.text-secondary-50\/5{color:rgba(var(--secondary-50)/.05)}.text-secondary-50\/50{color:rgba(var(--secondary-50)/.5)}.text-secondary-50\/55{color:rgba(var(--secondary-50)/.55)}.text-secondary-50\/60{color:rgba(var(--secondary-50)/.6)}.text-secondary-50\/65{color:rgba(var(--secondary-50)/.65)}.text-secondary-50\/70{color:rgba(var(--secondary-50)/.7)}.text-secondary-50\/75{color:rgba(var(--secondary-50)/.75)}.text-secondary-50\/80{color:rgba(var(--secondary-50)/.8)}.text-secondary-50\/85{color:rgba(var(--secondary-50)/.85)}.text-secondary-50\/90{color:rgba(var(--secondary-50)/.9)}.text-secondary-50\/95{color:rgba(var(--secondary-50)/.95)}.text-secondary-500{--tw-text-opacity:1;color:rgba(var(--secondary-500)/var(--tw-text-opacity))}.text-secondary-500\/0{color:rgba(var(--secondary-500)/0)}.text-secondary-500\/10{color:rgba(var(--secondary-500)/.1)}.text-secondary-500\/100{color:rgba(var(--secondary-500)/1)}.text-secondary-500\/15{color:rgba(var(--secondary-500)/.15)}.text-secondary-500\/20{color:rgba(var(--secondary-500)/.2)}.text-secondary-500\/25{color:rgba(var(--secondary-500)/.25)}.text-secondary-500\/30{color:rgba(var(--secondary-500)/.3)}.text-secondary-500\/35{color:rgba(var(--secondary-500)/.35)}.text-secondary-500\/40{color:rgba(var(--secondary-500)/.4)}.text-secondary-500\/45{color:rgba(var(--secondary-500)/.45)}.text-secondary-500\/5{color:rgba(var(--secondary-500)/.05)}.text-secondary-500\/50{color:rgba(var(--secondary-500)/.5)}.text-secondary-500\/55{color:rgba(var(--secondary-500)/.55)}.text-secondary-500\/60{color:rgba(var(--secondary-500)/.6)}.text-secondary-500\/65{color:rgba(var(--secondary-500)/.65)}.text-secondary-500\/70{color:rgba(var(--secondary-500)/.7)}.text-secondary-500\/75{color:rgba(var(--secondary-500)/.75)}.text-secondary-500\/80{color:rgba(var(--secondary-500)/.8)}.text-secondary-500\/85{color:rgba(var(--secondary-500)/.85)}.text-secondary-500\/90{color:rgba(var(--secondary-500)/.9)}.text-secondary-500\/95{color:rgba(var(--secondary-500)/.95)}.text-secondary-600{--tw-text-opacity:1;color:rgba(var(--secondary-600)/var(--tw-text-opacity))}.text-secondary-600\/0{color:rgba(var(--secondary-600)/0)}.text-secondary-600\/10{color:rgba(var(--secondary-600)/.1)}.text-secondary-600\/100{color:rgba(var(--secondary-600)/1)}.text-secondary-600\/15{color:rgba(var(--secondary-600)/.15)}.text-secondary-600\/20{color:rgba(var(--secondary-600)/.2)}.text-secondary-600\/25{color:rgba(var(--secondary-600)/.25)}.text-secondary-600\/30{color:rgba(var(--secondary-600)/.3)}.text-secondary-600\/35{color:rgba(var(--secondary-600)/.35)}.text-secondary-600\/40{color:rgba(var(--secondary-600)/.4)}.text-secondary-600\/45{color:rgba(var(--secondary-600)/.45)}.text-secondary-600\/5{color:rgba(var(--secondary-600)/.05)}.text-secondary-600\/50{color:rgba(var(--secondary-600)/.5)}.text-secondary-600\/55{color:rgba(var(--secondary-600)/.55)}.text-secondary-600\/60{color:rgba(var(--secondary-600)/.6)}.text-secondary-600\/65{color:rgba(var(--secondary-600)/.65)}.text-secondary-600\/70{color:rgba(var(--secondary-600)/.7)}.text-secondary-600\/75{color:rgba(var(--secondary-600)/.75)}.text-secondary-600\/80{color:rgba(var(--secondary-600)/.8)}.text-secondary-600\/85{color:rgba(var(--secondary-600)/.85)}.text-secondary-600\/90{color:rgba(var(--secondary-600)/.9)}.text-secondary-600\/95{color:rgba(var(--secondary-600)/.95)}.text-secondary-700{--tw-text-opacity:1;color:rgba(var(--secondary-700)/var(--tw-text-opacity))}.text-secondary-700\/0{color:rgba(var(--secondary-700)/0)}.text-secondary-700\/10{color:rgba(var(--secondary-700)/.1)}.text-secondary-700\/100{color:rgba(var(--secondary-700)/1)}.text-secondary-700\/15{color:rgba(var(--secondary-700)/.15)}.text-secondary-700\/20{color:rgba(var(--secondary-700)/.2)}.text-secondary-700\/25{color:rgba(var(--secondary-700)/.25)}.text-secondary-700\/30{color:rgba(var(--secondary-700)/.3)}.text-secondary-700\/35{color:rgba(var(--secondary-700)/.35)}.text-secondary-700\/40{color:rgba(var(--secondary-700)/.4)}.text-secondary-700\/45{color:rgba(var(--secondary-700)/.45)}.text-secondary-700\/5{color:rgba(var(--secondary-700)/.05)}.text-secondary-700\/50{color:rgba(var(--secondary-700)/.5)}.text-secondary-700\/55{color:rgba(var(--secondary-700)/.55)}.text-secondary-700\/60{color:rgba(var(--secondary-700)/.6)}.text-secondary-700\/65{color:rgba(var(--secondary-700)/.65)}.text-secondary-700\/70{color:rgba(var(--secondary-700)/.7)}.text-secondary-700\/75{color:rgba(var(--secondary-700)/.75)}.text-secondary-700\/80{color:rgba(var(--secondary-700)/.8)}.text-secondary-700\/85{color:rgba(var(--secondary-700)/.85)}.text-secondary-700\/90{color:rgba(var(--secondary-700)/.9)}.text-secondary-700\/95{color:rgba(var(--secondary-700)/.95)}.text-secondary-800{--tw-text-opacity:1;color:rgba(var(--secondary-800)/var(--tw-text-opacity))}.text-secondary-800\/0{color:rgba(var(--secondary-800)/0)}.text-secondary-800\/10{color:rgba(var(--secondary-800)/.1)}.text-secondary-800\/100{color:rgba(var(--secondary-800)/1)}.text-secondary-800\/15{color:rgba(var(--secondary-800)/.15)}.text-secondary-800\/20{color:rgba(var(--secondary-800)/.2)}.text-secondary-800\/25{color:rgba(var(--secondary-800)/.25)}.text-secondary-800\/30{color:rgba(var(--secondary-800)/.3)}.text-secondary-800\/35{color:rgba(var(--secondary-800)/.35)}.text-secondary-800\/40{color:rgba(var(--secondary-800)/.4)}.text-secondary-800\/45{color:rgba(var(--secondary-800)/.45)}.text-secondary-800\/5{color:rgba(var(--secondary-800)/.05)}.text-secondary-800\/50{color:rgba(var(--secondary-800)/.5)}.text-secondary-800\/55{color:rgba(var(--secondary-800)/.55)}.text-secondary-800\/60{color:rgba(var(--secondary-800)/.6)}.text-secondary-800\/65{color:rgba(var(--secondary-800)/.65)}.text-secondary-800\/70{color:rgba(var(--secondary-800)/.7)}.text-secondary-800\/75{color:rgba(var(--secondary-800)/.75)}.text-secondary-800\/80{color:rgba(var(--secondary-800)/.8)}.text-secondary-800\/85{color:rgba(var(--secondary-800)/.85)}.text-secondary-800\/90{color:rgba(var(--secondary-800)/.9)}.text-secondary-800\/95{color:rgba(var(--secondary-800)/.95)}.text-secondary-900{--tw-text-opacity:1;color:rgba(var(--secondary-900)/var(--tw-text-opacity))}.text-secondary-900\/0{color:rgba(var(--secondary-900)/0)}.text-secondary-900\/10{color:rgba(var(--secondary-900)/.1)}.text-secondary-900\/100{color:rgba(var(--secondary-900)/1)}.text-secondary-900\/15{color:rgba(var(--secondary-900)/.15)}.text-secondary-900\/20{color:rgba(var(--secondary-900)/.2)}.text-secondary-900\/25{color:rgba(var(--secondary-900)/.25)}.text-secondary-900\/30{color:rgba(var(--secondary-900)/.3)}.text-secondary-900\/35{color:rgba(var(--secondary-900)/.35)}.text-secondary-900\/40{color:rgba(var(--secondary-900)/.4)}.text-secondary-900\/45{color:rgba(var(--secondary-900)/.45)}.text-secondary-900\/5{color:rgba(var(--secondary-900)/.05)}.text-secondary-900\/50{color:rgba(var(--secondary-900)/.5)}.text-secondary-900\/55{color:rgba(var(--secondary-900)/.55)}.text-secondary-900\/60{color:rgba(var(--secondary-900)/.6)}.text-secondary-900\/65{color:rgba(var(--secondary-900)/.65)}.text-secondary-900\/70{color:rgba(var(--secondary-900)/.7)}.text-secondary-900\/75{color:rgba(var(--secondary-900)/.75)}.text-secondary-900\/80{color:rgba(var(--secondary-900)/.8)}.text-secondary-900\/85{color:rgba(var(--secondary-900)/.85)}.text-secondary-900\/90{color:rgba(var(--secondary-900)/.9)}.text-secondary-900\/95{color:rgba(var(--secondary-900)/.95)}.text-secondary-950{--tw-text-opacity:1;color:rgba(var(--secondary-950)/var(--tw-text-opacity))}.text-secondary-950\/0{color:rgba(var(--secondary-950)/0)}.text-secondary-950\/10{color:rgba(var(--secondary-950)/.1)}.text-secondary-950\/100{color:rgba(var(--secondary-950)/1)}.text-secondary-950\/15{color:rgba(var(--secondary-950)/.15)}.text-secondary-950\/20{color:rgba(var(--secondary-950)/.2)}.text-secondary-950\/25{color:rgba(var(--secondary-950)/.25)}.text-secondary-950\/30{color:rgba(var(--secondary-950)/.3)}.text-secondary-950\/35{color:rgba(var(--secondary-950)/.35)}.text-secondary-950\/40{color:rgba(var(--secondary-950)/.4)}.text-secondary-950\/45{color:rgba(var(--secondary-950)/.45)}.text-secondary-950\/5{color:rgba(var(--secondary-950)/.05)}.text-secondary-950\/50{color:rgba(var(--secondary-950)/.5)}.text-secondary-950\/55{color:rgba(var(--secondary-950)/.55)}.text-secondary-950\/60{color:rgba(var(--secondary-950)/.6)}.text-secondary-950\/65{color:rgba(var(--secondary-950)/.65)}.text-secondary-950\/70{color:rgba(var(--secondary-950)/.7)}.text-secondary-950\/75{color:rgba(var(--secondary-950)/.75)}.text-secondary-950\/80{color:rgba(var(--secondary-950)/.8)}.text-secondary-950\/85{color:rgba(var(--secondary-950)/.85)}.text-secondary-950\/90{color:rgba(var(--secondary-950)/.9)}.text-secondary-950\/95{color:rgba(var(--secondary-950)/.95)}.text-secondary-base{--tw-text-opacity:1;color:rgba(var(--text-color-secondary-base)/var(--tw-text-opacity))}.text-secondary-base\/0{color:rgba(var(--text-color-secondary-base)/0)}.text-secondary-base\/10{color:rgba(var(--text-color-secondary-base)/.1)}.text-secondary-base\/100{color:rgba(var(--text-color-secondary-base)/1)}.text-secondary-base\/15{color:rgba(var(--text-color-secondary-base)/.15)}.text-secondary-base\/20{color:rgba(var(--text-color-secondary-base)/.2)}.text-secondary-base\/25{color:rgba(var(--text-color-secondary-base)/.25)}.text-secondary-base\/30{color:rgba(var(--text-color-secondary-base)/.3)}.text-secondary-base\/35{color:rgba(var(--text-color-secondary-base)/.35)}.text-secondary-base\/40{color:rgba(var(--text-color-secondary-base)/.4)}.text-secondary-base\/45{color:rgba(var(--text-color-secondary-base)/.45)}.text-secondary-base\/5{color:rgba(var(--text-color-secondary-base)/.05)}.text-secondary-base\/50{color:rgba(var(--text-color-secondary-base)/.5)}.text-secondary-base\/55{color:rgba(var(--text-color-secondary-base)/.55)}.text-secondary-base\/60{color:rgba(var(--text-color-secondary-base)/.6)}.text-secondary-base\/65{color:rgba(var(--text-color-secondary-base)/.65)}.text-secondary-base\/70{color:rgba(var(--text-color-secondary-base)/.7)}.text-secondary-base\/75{color:rgba(var(--text-color-secondary-base)/.75)}.text-secondary-base\/80{color:rgba(var(--text-color-secondary-base)/.8)}.text-secondary-base\/85{color:rgba(var(--text-color-secondary-base)/.85)}.text-secondary-base\/90{color:rgba(var(--text-color-secondary-base)/.9)}.text-secondary-base\/95{color:rgba(var(--text-color-secondary-base)/.95)}.text-secondary-sub{--tw-text-opacity:1;color:rgba(var(--text-color-secondary-sub)/var(--tw-text-opacity))}.text-secondary-sub\/0{color:rgba(var(--text-color-secondary-sub)/0)}.text-secondary-sub\/10{color:rgba(var(--text-color-secondary-sub)/.1)}.text-secondary-sub\/100{color:rgba(var(--text-color-secondary-sub)/1)}.text-secondary-sub\/15{color:rgba(var(--text-color-secondary-sub)/.15)}.text-secondary-sub\/20{color:rgba(var(--text-color-secondary-sub)/.2)}.text-secondary-sub\/25{color:rgba(var(--text-color-secondary-sub)/.25)}.text-secondary-sub\/30{color:rgba(var(--text-color-secondary-sub)/.3)}.text-secondary-sub\/35{color:rgba(var(--text-color-secondary-sub)/.35)}.text-secondary-sub\/40{color:rgba(var(--text-color-secondary-sub)/.4)}.text-secondary-sub\/45{color:rgba(var(--text-color-secondary-sub)/.45)}.text-secondary-sub\/5{color:rgba(var(--text-color-secondary-sub)/.05)}.text-secondary-sub\/50{color:rgba(var(--text-color-secondary-sub)/.5)}.text-secondary-sub\/55{color:rgba(var(--text-color-secondary-sub)/.55)}.text-secondary-sub\/60{color:rgba(var(--text-color-secondary-sub)/.6)}.text-secondary-sub\/65{color:rgba(var(--text-color-secondary-sub)/.65)}.text-secondary-sub\/70{color:rgba(var(--text-color-secondary-sub)/.7)}.text-secondary-sub\/75{color:rgba(var(--text-color-secondary-sub)/.75)}.text-secondary-sub\/80{color:rgba(var(--text-color-secondary-sub)/.8)}.text-secondary-sub\/85{color:rgba(var(--text-color-secondary-sub)/.85)}.text-secondary-sub\/90{color:rgba(var(--text-color-secondary-sub)/.9)}.text-secondary-sub\/95{color:rgba(var(--text-color-secondary-sub)/.95)}.text-secondary-super{--tw-text-opacity:1;color:rgba(var(--text-color-secondary-super)/var(--tw-text-opacity))}.text-secondary-super\/0{color:rgba(var(--text-color-secondary-super)/0)}.text-secondary-super\/10{color:rgba(var(--text-color-secondary-super)/.1)}.text-secondary-super\/100{color:rgba(var(--text-color-secondary-super)/1)}.text-secondary-super\/15{color:rgba(var(--text-color-secondary-super)/.15)}.text-secondary-super\/20{color:rgba(var(--text-color-secondary-super)/.2)}.text-secondary-super\/25{color:rgba(var(--text-color-secondary-super)/.25)}.text-secondary-super\/30{color:rgba(var(--text-color-secondary-super)/.3)}.text-secondary-super\/35{color:rgba(var(--text-color-secondary-super)/.35)}.text-secondary-super\/40{color:rgba(var(--text-color-secondary-super)/.4)}.text-secondary-super\/45{color:rgba(var(--text-color-secondary-super)/.45)}.text-secondary-super\/5{color:rgba(var(--text-color-secondary-super)/.05)}.text-secondary-super\/50{color:rgba(var(--text-color-secondary-super)/.5)}.text-secondary-super\/55{color:rgba(var(--text-color-secondary-super)/.55)}.text-secondary-super\/60{color:rgba(var(--text-color-secondary-super)/.6)}.text-secondary-super\/65{color:rgba(var(--text-color-secondary-super)/.65)}.text-secondary-super\/70{color:rgba(var(--text-color-secondary-super)/.7)}.text-secondary-super\/75{color:rgba(var(--text-color-secondary-super)/.75)}.text-secondary-super\/80{color:rgba(var(--text-color-secondary-super)/.8)}.text-secondary-super\/85{color:rgba(var(--text-color-secondary-super)/.85)}.text-secondary-super\/90{color:rgba(var(--text-color-secondary-super)/.9)}.text-secondary-super\/95{color:rgba(var(--text-color-secondary-super)/.95)}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(var(--white)/var(--tw-text-opacity))}.text-yellow-100{--tw-text-opacity:1;color:rgba(var(--yellow-100)/var(--tw-text-opacity))}.text-yellow-100\/0{color:rgba(var(--yellow-100)/0)}.text-yellow-100\/10{color:rgba(var(--yellow-100)/.1)}.text-yellow-100\/100{color:rgba(var(--yellow-100)/1)}.text-yellow-100\/15{color:rgba(var(--yellow-100)/.15)}.text-yellow-100\/20{color:rgba(var(--yellow-100)/.2)}.text-yellow-100\/25{color:rgba(var(--yellow-100)/.25)}.text-yellow-100\/30{color:rgba(var(--yellow-100)/.3)}.text-yellow-100\/35{color:rgba(var(--yellow-100)/.35)}.text-yellow-100\/40{color:rgba(var(--yellow-100)/.4)}.text-yellow-100\/45{color:rgba(var(--yellow-100)/.45)}.text-yellow-100\/5{color:rgba(var(--yellow-100)/.05)}.text-yellow-100\/50{color:rgba(var(--yellow-100)/.5)}.text-yellow-100\/55{color:rgba(var(--yellow-100)/.55)}.text-yellow-100\/60{color:rgba(var(--yellow-100)/.6)}.text-yellow-100\/65{color:rgba(var(--yellow-100)/.65)}.text-yellow-100\/70{color:rgba(var(--yellow-100)/.7)}.text-yellow-100\/75{color:rgba(var(--yellow-100)/.75)}.text-yellow-100\/80{color:rgba(var(--yellow-100)/.8)}.text-yellow-100\/85{color:rgba(var(--yellow-100)/.85)}.text-yellow-100\/90{color:rgba(var(--yellow-100)/.9)}.text-yellow-100\/95{color:rgba(var(--yellow-100)/.95)}.text-yellow-200{--tw-text-opacity:1;color:rgba(var(--yellow-200)/var(--tw-text-opacity))}.text-yellow-200\/0{color:rgba(var(--yellow-200)/0)}.text-yellow-200\/10{color:rgba(var(--yellow-200)/.1)}.text-yellow-200\/100{color:rgba(var(--yellow-200)/1)}.text-yellow-200\/15{color:rgba(var(--yellow-200)/.15)}.text-yellow-200\/20{color:rgba(var(--yellow-200)/.2)}.text-yellow-200\/25{color:rgba(var(--yellow-200)/.25)}.text-yellow-200\/30{color:rgba(var(--yellow-200)/.3)}.text-yellow-200\/35{color:rgba(var(--yellow-200)/.35)}.text-yellow-200\/40{color:rgba(var(--yellow-200)/.4)}.text-yellow-200\/45{color:rgba(var(--yellow-200)/.45)}.text-yellow-200\/5{color:rgba(var(--yellow-200)/.05)}.text-yellow-200\/50{color:rgba(var(--yellow-200)/.5)}.text-yellow-200\/55{color:rgba(var(--yellow-200)/.55)}.text-yellow-200\/60{color:rgba(var(--yellow-200)/.6)}.text-yellow-200\/65{color:rgba(var(--yellow-200)/.65)}.text-yellow-200\/70{color:rgba(var(--yellow-200)/.7)}.text-yellow-200\/75{color:rgba(var(--yellow-200)/.75)}.text-yellow-200\/80{color:rgba(var(--yellow-200)/.8)}.text-yellow-200\/85{color:rgba(var(--yellow-200)/.85)}.text-yellow-200\/90{color:rgba(var(--yellow-200)/.9)}.text-yellow-200\/95{color:rgba(var(--yellow-200)/.95)}.text-yellow-300{--tw-text-opacity:1;color:rgba(var(--yellow-300)/var(--tw-text-opacity))}.text-yellow-300\/0{color:rgba(var(--yellow-300)/0)}.text-yellow-300\/10{color:rgba(var(--yellow-300)/.1)}.text-yellow-300\/100{color:rgba(var(--yellow-300)/1)}.text-yellow-300\/15{color:rgba(var(--yellow-300)/.15)}.text-yellow-300\/20{color:rgba(var(--yellow-300)/.2)}.text-yellow-300\/25{color:rgba(var(--yellow-300)/.25)}.text-yellow-300\/30{color:rgba(var(--yellow-300)/.3)}.text-yellow-300\/35{color:rgba(var(--yellow-300)/.35)}.text-yellow-300\/40{color:rgba(var(--yellow-300)/.4)}.text-yellow-300\/45{color:rgba(var(--yellow-300)/.45)}.text-yellow-300\/5{color:rgba(var(--yellow-300)/.05)}.text-yellow-300\/50{color:rgba(var(--yellow-300)/.5)}.text-yellow-300\/55{color:rgba(var(--yellow-300)/.55)}.text-yellow-300\/60{color:rgba(var(--yellow-300)/.6)}.text-yellow-300\/65{color:rgba(var(--yellow-300)/.65)}.text-yellow-300\/70{color:rgba(var(--yellow-300)/.7)}.text-yellow-300\/75{color:rgba(var(--yellow-300)/.75)}.text-yellow-300\/80{color:rgba(var(--yellow-300)/.8)}.text-yellow-300\/85{color:rgba(var(--yellow-300)/.85)}.text-yellow-300\/90{color:rgba(var(--yellow-300)/.9)}.text-yellow-300\/95{color:rgba(var(--yellow-300)/.95)}.text-yellow-400{--tw-text-opacity:1;color:rgba(var(--yellow-400)/var(--tw-text-opacity))}.text-yellow-400\/0{color:rgba(var(--yellow-400)/0)}.text-yellow-400\/10{color:rgba(var(--yellow-400)/.1)}.text-yellow-400\/100{color:rgba(var(--yellow-400)/1)}.text-yellow-400\/15{color:rgba(var(--yellow-400)/.15)}.text-yellow-400\/20{color:rgba(var(--yellow-400)/.2)}.text-yellow-400\/25{color:rgba(var(--yellow-400)/.25)}.text-yellow-400\/30{color:rgba(var(--yellow-400)/.3)}.text-yellow-400\/35{color:rgba(var(--yellow-400)/.35)}.text-yellow-400\/40{color:rgba(var(--yellow-400)/.4)}.text-yellow-400\/45{color:rgba(var(--yellow-400)/.45)}.text-yellow-400\/5{color:rgba(var(--yellow-400)/.05)}.text-yellow-400\/50{color:rgba(var(--yellow-400)/.5)}.text-yellow-400\/55{color:rgba(var(--yellow-400)/.55)}.text-yellow-400\/60{color:rgba(var(--yellow-400)/.6)}.text-yellow-400\/65{color:rgba(var(--yellow-400)/.65)}.text-yellow-400\/70{color:rgba(var(--yellow-400)/.7)}.text-yellow-400\/75{color:rgba(var(--yellow-400)/.75)}.text-yellow-400\/80{color:rgba(var(--yellow-400)/.8)}.text-yellow-400\/85{color:rgba(var(--yellow-400)/.85)}.text-yellow-400\/90{color:rgba(var(--yellow-400)/.9)}.text-yellow-400\/95{color:rgba(var(--yellow-400)/.95)}.text-yellow-50{--tw-text-opacity:1;color:rgba(var(--yellow-50)/var(--tw-text-opacity))}.text-yellow-50\/0{color:rgba(var(--yellow-50)/0)}.text-yellow-50\/10{color:rgba(var(--yellow-50)/.1)}.text-yellow-50\/100{color:rgba(var(--yellow-50)/1)}.text-yellow-50\/15{color:rgba(var(--yellow-50)/.15)}.text-yellow-50\/20{color:rgba(var(--yellow-50)/.2)}.text-yellow-50\/25{color:rgba(var(--yellow-50)/.25)}.text-yellow-50\/30{color:rgba(var(--yellow-50)/.3)}.text-yellow-50\/35{color:rgba(var(--yellow-50)/.35)}.text-yellow-50\/40{color:rgba(var(--yellow-50)/.4)}.text-yellow-50\/45{color:rgba(var(--yellow-50)/.45)}.text-yellow-50\/5{color:rgba(var(--yellow-50)/.05)}.text-yellow-50\/50{color:rgba(var(--yellow-50)/.5)}.text-yellow-50\/55{color:rgba(var(--yellow-50)/.55)}.text-yellow-50\/60{color:rgba(var(--yellow-50)/.6)}.text-yellow-50\/65{color:rgba(var(--yellow-50)/.65)}.text-yellow-50\/70{color:rgba(var(--yellow-50)/.7)}.text-yellow-50\/75{color:rgba(var(--yellow-50)/.75)}.text-yellow-50\/80{color:rgba(var(--yellow-50)/.8)}.text-yellow-50\/85{color:rgba(var(--yellow-50)/.85)}.text-yellow-50\/90{color:rgba(var(--yellow-50)/.9)}.text-yellow-50\/95{color:rgba(var(--yellow-50)/.95)}.text-yellow-500{--tw-text-opacity:1;color:rgba(var(--yellow-500)/var(--tw-text-opacity))}.text-yellow-500\/0{color:rgba(var(--yellow-500)/0)}.text-yellow-500\/10{color:rgba(var(--yellow-500)/.1)}.text-yellow-500\/100{color:rgba(var(--yellow-500)/1)}.text-yellow-500\/15{color:rgba(var(--yellow-500)/.15)}.text-yellow-500\/20{color:rgba(var(--yellow-500)/.2)}.text-yellow-500\/25{color:rgba(var(--yellow-500)/.25)}.text-yellow-500\/30{color:rgba(var(--yellow-500)/.3)}.text-yellow-500\/35{color:rgba(var(--yellow-500)/.35)}.text-yellow-500\/40{color:rgba(var(--yellow-500)/.4)}.text-yellow-500\/45{color:rgba(var(--yellow-500)/.45)}.text-yellow-500\/5{color:rgba(var(--yellow-500)/.05)}.text-yellow-500\/50{color:rgba(var(--yellow-500)/.5)}.text-yellow-500\/55{color:rgba(var(--yellow-500)/.55)}.text-yellow-500\/60{color:rgba(var(--yellow-500)/.6)}.text-yellow-500\/65{color:rgba(var(--yellow-500)/.65)}.text-yellow-500\/70{color:rgba(var(--yellow-500)/.7)}.text-yellow-500\/75{color:rgba(var(--yellow-500)/.75)}.text-yellow-500\/80{color:rgba(var(--yellow-500)/.8)}.text-yellow-500\/85{color:rgba(var(--yellow-500)/.85)}.text-yellow-500\/90{color:rgba(var(--yellow-500)/.9)}.text-yellow-500\/95{color:rgba(var(--yellow-500)/.95)}.text-yellow-600{--tw-text-opacity:1;color:rgba(var(--yellow-600)/var(--tw-text-opacity))}.text-yellow-600\/0{color:rgba(var(--yellow-600)/0)}.text-yellow-600\/10{color:rgba(var(--yellow-600)/.1)}.text-yellow-600\/100{color:rgba(var(--yellow-600)/1)}.text-yellow-600\/15{color:rgba(var(--yellow-600)/.15)}.text-yellow-600\/20{color:rgba(var(--yellow-600)/.2)}.text-yellow-600\/25{color:rgba(var(--yellow-600)/.25)}.text-yellow-600\/30{color:rgba(var(--yellow-600)/.3)}.text-yellow-600\/35{color:rgba(var(--yellow-600)/.35)}.text-yellow-600\/40{color:rgba(var(--yellow-600)/.4)}.text-yellow-600\/45{color:rgba(var(--yellow-600)/.45)}.text-yellow-600\/5{color:rgba(var(--yellow-600)/.05)}.text-yellow-600\/50{color:rgba(var(--yellow-600)/.5)}.text-yellow-600\/55{color:rgba(var(--yellow-600)/.55)}.text-yellow-600\/60{color:rgba(var(--yellow-600)/.6)}.text-yellow-600\/65{color:rgba(var(--yellow-600)/.65)}.text-yellow-600\/70{color:rgba(var(--yellow-600)/.7)}.text-yellow-600\/75{color:rgba(var(--yellow-600)/.75)}.text-yellow-600\/80{color:rgba(var(--yellow-600)/.8)}.text-yellow-600\/85{color:rgba(var(--yellow-600)/.85)}.text-yellow-600\/90{color:rgba(var(--yellow-600)/.9)}.text-yellow-600\/95{color:rgba(var(--yellow-600)/.95)}.text-yellow-700{--tw-text-opacity:1;color:rgba(var(--yellow-700)/var(--tw-text-opacity))}.text-yellow-700\/0{color:rgba(var(--yellow-700)/0)}.text-yellow-700\/10{color:rgba(var(--yellow-700)/.1)}.text-yellow-700\/100{color:rgba(var(--yellow-700)/1)}.text-yellow-700\/15{color:rgba(var(--yellow-700)/.15)}.text-yellow-700\/20{color:rgba(var(--yellow-700)/.2)}.text-yellow-700\/25{color:rgba(var(--yellow-700)/.25)}.text-yellow-700\/30{color:rgba(var(--yellow-700)/.3)}.text-yellow-700\/35{color:rgba(var(--yellow-700)/.35)}.text-yellow-700\/40{color:rgba(var(--yellow-700)/.4)}.text-yellow-700\/45{color:rgba(var(--yellow-700)/.45)}.text-yellow-700\/5{color:rgba(var(--yellow-700)/.05)}.text-yellow-700\/50{color:rgba(var(--yellow-700)/.5)}.text-yellow-700\/55{color:rgba(var(--yellow-700)/.55)}.text-yellow-700\/60{color:rgba(var(--yellow-700)/.6)}.text-yellow-700\/65{color:rgba(var(--yellow-700)/.65)}.text-yellow-700\/70{color:rgba(var(--yellow-700)/.7)}.text-yellow-700\/75{color:rgba(var(--yellow-700)/.75)}.text-yellow-700\/80{color:rgba(var(--yellow-700)/.8)}.text-yellow-700\/85{color:rgba(var(--yellow-700)/.85)}.text-yellow-700\/90{color:rgba(var(--yellow-700)/.9)}.text-yellow-700\/95{color:rgba(var(--yellow-700)/.95)}.text-yellow-800{--tw-text-opacity:1;color:rgba(var(--yellow-800)/var(--tw-text-opacity))}.text-yellow-800\/0{color:rgba(var(--yellow-800)/0)}.text-yellow-800\/10{color:rgba(var(--yellow-800)/.1)}.text-yellow-800\/100{color:rgba(var(--yellow-800)/1)}.text-yellow-800\/15{color:rgba(var(--yellow-800)/.15)}.text-yellow-800\/20{color:rgba(var(--yellow-800)/.2)}.text-yellow-800\/25{color:rgba(var(--yellow-800)/.25)}.text-yellow-800\/30{color:rgba(var(--yellow-800)/.3)}.text-yellow-800\/35{color:rgba(var(--yellow-800)/.35)}.text-yellow-800\/40{color:rgba(var(--yellow-800)/.4)}.text-yellow-800\/45{color:rgba(var(--yellow-800)/.45)}.text-yellow-800\/5{color:rgba(var(--yellow-800)/.05)}.text-yellow-800\/50{color:rgba(var(--yellow-800)/.5)}.text-yellow-800\/55{color:rgba(var(--yellow-800)/.55)}.text-yellow-800\/60{color:rgba(var(--yellow-800)/.6)}.text-yellow-800\/65{color:rgba(var(--yellow-800)/.65)}.text-yellow-800\/70{color:rgba(var(--yellow-800)/.7)}.text-yellow-800\/75{color:rgba(var(--yellow-800)/.75)}.text-yellow-800\/80{color:rgba(var(--yellow-800)/.8)}.text-yellow-800\/85{color:rgba(var(--yellow-800)/.85)}.text-yellow-800\/90{color:rgba(var(--yellow-800)/.9)}.text-yellow-800\/95{color:rgba(var(--yellow-800)/.95)}.text-yellow-900{--tw-text-opacity:1;color:rgba(var(--yellow-900)/var(--tw-text-opacity))}.text-yellow-900\/0{color:rgba(var(--yellow-900)/0)}.text-yellow-900\/10{color:rgba(var(--yellow-900)/.1)}.text-yellow-900\/100{color:rgba(var(--yellow-900)/1)}.text-yellow-900\/15{color:rgba(var(--yellow-900)/.15)}.text-yellow-900\/20{color:rgba(var(--yellow-900)/.2)}.text-yellow-900\/25{color:rgba(var(--yellow-900)/.25)}.text-yellow-900\/30{color:rgba(var(--yellow-900)/.3)}.text-yellow-900\/35{color:rgba(var(--yellow-900)/.35)}.text-yellow-900\/40{color:rgba(var(--yellow-900)/.4)}.text-yellow-900\/45{color:rgba(var(--yellow-900)/.45)}.text-yellow-900\/5{color:rgba(var(--yellow-900)/.05)}.text-yellow-900\/50{color:rgba(var(--yellow-900)/.5)}.text-yellow-900\/55{color:rgba(var(--yellow-900)/.55)}.text-yellow-900\/60{color:rgba(var(--yellow-900)/.6)}.text-yellow-900\/65{color:rgba(var(--yellow-900)/.65)}.text-yellow-900\/70{color:rgba(var(--yellow-900)/.7)}.text-yellow-900\/75{color:rgba(var(--yellow-900)/.75)}.text-yellow-900\/80{color:rgba(var(--yellow-900)/.8)}.text-yellow-900\/85{color:rgba(var(--yellow-900)/.85)}.text-yellow-900\/90{color:rgba(var(--yellow-900)/.9)}.text-yellow-900\/95{color:rgba(var(--yellow-900)/.95)}.text-yellow-950{--tw-text-opacity:1;color:rgba(var(--yellow-950)/var(--tw-text-opacity))}.text-yellow-950\/0{color:rgba(var(--yellow-950)/0)}.text-yellow-950\/10{color:rgba(var(--yellow-950)/.1)}.text-yellow-950\/100{color:rgba(var(--yellow-950)/1)}.text-yellow-950\/15{color:rgba(var(--yellow-950)/.15)}.text-yellow-950\/20{color:rgba(var(--yellow-950)/.2)}.text-yellow-950\/25{color:rgba(var(--yellow-950)/.25)}.text-yellow-950\/30{color:rgba(var(--yellow-950)/.3)}.text-yellow-950\/35{color:rgba(var(--yellow-950)/.35)}.text-yellow-950\/40{color:rgba(var(--yellow-950)/.4)}.text-yellow-950\/45{color:rgba(var(--yellow-950)/.45)}.text-yellow-950\/5{color:rgba(var(--yellow-950)/.05)}.text-yellow-950\/50{color:rgba(var(--yellow-950)/.5)}.text-yellow-950\/55{color:rgba(var(--yellow-950)/.55)}.text-yellow-950\/60{color:rgba(var(--yellow-950)/.6)}.text-yellow-950\/65{color:rgba(var(--yellow-950)/.65)}.text-yellow-950\/70{color:rgba(var(--yellow-950)/.7)}.text-yellow-950\/75{color:rgba(var(--yellow-950)/.75)}.text-yellow-950\/80{color:rgba(var(--yellow-950)/.8)}.text-yellow-950\/85{color:rgba(var(--yellow-950)/.85)}.text-yellow-950\/90{color:rgba(var(--yellow-950)/.9)}.text-yellow-950\/95{color:rgba(var(--yellow-950)/.95)}.text-yellow-base{--tw-text-opacity:1;color:rgba(var(--text-color-yellow-base)/var(--tw-text-opacity))}.text-yellow-base\/0{color:rgba(var(--text-color-yellow-base)/0)}.text-yellow-base\/10{color:rgba(var(--text-color-yellow-base)/.1)}.text-yellow-base\/100{color:rgba(var(--text-color-yellow-base)/1)}.text-yellow-base\/15{color:rgba(var(--text-color-yellow-base)/.15)}.text-yellow-base\/20{color:rgba(var(--text-color-yellow-base)/.2)}.text-yellow-base\/25{color:rgba(var(--text-color-yellow-base)/.25)}.text-yellow-base\/30{color:rgba(var(--text-color-yellow-base)/.3)}.text-yellow-base\/35{color:rgba(var(--text-color-yellow-base)/.35)}.text-yellow-base\/40{color:rgba(var(--text-color-yellow-base)/.4)}.text-yellow-base\/45{color:rgba(var(--text-color-yellow-base)/.45)}.text-yellow-base\/5{color:rgba(var(--text-color-yellow-base)/.05)}.text-yellow-base\/50{color:rgba(var(--text-color-yellow-base)/.5)}.text-yellow-base\/55{color:rgba(var(--text-color-yellow-base)/.55)}.text-yellow-base\/60{color:rgba(var(--text-color-yellow-base)/.6)}.text-yellow-base\/65{color:rgba(var(--text-color-yellow-base)/.65)}.text-yellow-base\/70{color:rgba(var(--text-color-yellow-base)/.7)}.text-yellow-base\/75{color:rgba(var(--text-color-yellow-base)/.75)}.text-yellow-base\/80{color:rgba(var(--text-color-yellow-base)/.8)}.text-yellow-base\/85{color:rgba(var(--text-color-yellow-base)/.85)}.text-yellow-base\/90{color:rgba(var(--text-color-yellow-base)/.9)}.text-yellow-base\/95{color:rgba(var(--text-color-yellow-base)/.95)}.text-yellow-sub{--tw-text-opacity:1;color:rgba(var(--text-color-yellow-sub)/var(--tw-text-opacity))}.text-yellow-sub\/0{color:rgba(var(--text-color-yellow-sub)/0)}.text-yellow-sub\/10{color:rgba(var(--text-color-yellow-sub)/.1)}.text-yellow-sub\/100{color:rgba(var(--text-color-yellow-sub)/1)}.text-yellow-sub\/15{color:rgba(var(--text-color-yellow-sub)/.15)}.text-yellow-sub\/20{color:rgba(var(--text-color-yellow-sub)/.2)}.text-yellow-sub\/25{color:rgba(var(--text-color-yellow-sub)/.25)}.text-yellow-sub\/30{color:rgba(var(--text-color-yellow-sub)/.3)}.text-yellow-sub\/35{color:rgba(var(--text-color-yellow-sub)/.35)}.text-yellow-sub\/40{color:rgba(var(--text-color-yellow-sub)/.4)}.text-yellow-sub\/45{color:rgba(var(--text-color-yellow-sub)/.45)}.text-yellow-sub\/5{color:rgba(var(--text-color-yellow-sub)/.05)}.text-yellow-sub\/50{color:rgba(var(--text-color-yellow-sub)/.5)}.text-yellow-sub\/55{color:rgba(var(--text-color-yellow-sub)/.55)}.text-yellow-sub\/60{color:rgba(var(--text-color-yellow-sub)/.6)}.text-yellow-sub\/65{color:rgba(var(--text-color-yellow-sub)/.65)}.text-yellow-sub\/70{color:rgba(var(--text-color-yellow-sub)/.7)}.text-yellow-sub\/75{color:rgba(var(--text-color-yellow-sub)/.75)}.text-yellow-sub\/80{color:rgba(var(--text-color-yellow-sub)/.8)}.text-yellow-sub\/85{color:rgba(var(--text-color-yellow-sub)/.85)}.text-yellow-sub\/90{color:rgba(var(--text-color-yellow-sub)/.9)}.text-yellow-sub\/95{color:rgba(var(--text-color-yellow-sub)/.95)}.text-yellow-super{--tw-text-opacity:1;color:rgba(var(--text-color-yellow-super)/var(--tw-text-opacity))}.text-yellow-super\/0{color:rgba(var(--text-color-yellow-super)/0)}.text-yellow-super\/10{color:rgba(var(--text-color-yellow-super)/.1)}.text-yellow-super\/100{color:rgba(var(--text-color-yellow-super)/1)}.text-yellow-super\/15{color:rgba(var(--text-color-yellow-super)/.15)}.text-yellow-super\/20{color:rgba(var(--text-color-yellow-super)/.2)}.text-yellow-super\/25{color:rgba(var(--text-color-yellow-super)/.25)}.text-yellow-super\/30{color:rgba(var(--text-color-yellow-super)/.3)}.text-yellow-super\/35{color:rgba(var(--text-color-yellow-super)/.35)}.text-yellow-super\/40{color:rgba(var(--text-color-yellow-super)/.4)}.text-yellow-super\/45{color:rgba(var(--text-color-yellow-super)/.45)}.text-yellow-super\/5{color:rgba(var(--text-color-yellow-super)/.05)}.text-yellow-super\/50{color:rgba(var(--text-color-yellow-super)/.5)}.text-yellow-super\/55{color:rgba(var(--text-color-yellow-super)/.55)}.text-yellow-super\/60{color:rgba(var(--text-color-yellow-super)/.6)}.text-yellow-super\/65{color:rgba(var(--text-color-yellow-super)/.65)}.text-yellow-super\/70{color:rgba(var(--text-color-yellow-super)/.7)}.text-yellow-super\/75{color:rgba(var(--text-color-yellow-super)/.75)}.text-yellow-super\/80{color:rgba(var(--text-color-yellow-super)/.8)}.text-yellow-super\/85{color:rgba(var(--text-color-yellow-super)/.85)}.text-yellow-super\/90{color:rgba(var(--text-color-yellow-super)/.9)}.text-yellow-super\/95{color:rgba(var(--text-color-yellow-super)/.95)}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-95{opacity:.95}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-sm{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 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-tag-1{--tw-shadow:0px 0.2em 0.3em rgba(0,0,0,.098),0 0.3em 0.6em rgba(0,0,0,.08);--tw-shadow-colored:0px 0.2em 0.3em var(--tw-shadow-color),0 0.3em 0.6em var(--tw-shadow-color)}.shadow-tag-1,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow-slate-500{--tw-shadow-color:#64748b;--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(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)}.ring-zinc-950\/5{--tw-ring-color:rgba(9,9,11,.05)}.blur{--tw-blur:blur(8px)}.blur,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.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,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[filter\]{transition-property:filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-tag-1{transition-duration:var(--transition-duration-1)}.duration-tag-2{transition-duration:var(--transition-duration-2)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.will-change-transform{will-change:transform}.perspective-1000{perspective:1000px}.\@container{container-type:inline-size}@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-50{--tw-enter-opacity:0.5}.fade-out-50{--tw-exit-opacity:0.5}.slide-in-from-left{--tw-enter-translate-x:-100%}.slide-in-from-right{--tw-enter-translate-x:100%}.slide-out-to-left-full{--tw-exit-translate-x:-100%}.slide-out-to-right-full{--tw-exit-translate-x:100%}.duration-tag-1{animation-duration:var(--transition-duration-1)}.duration-tag-2{animation-duration:var(--transition-duration-2)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.running{animation-play-state:running}.perspective-1000{--tw-perspective:1000px;--webkit-transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.perspective-1000,.translate-x-0\.5{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.translate-x-0\.5{--tw-translate-x:0.125rem;--webkit-transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.translate-y-0\.5{--tw-translate-y:0.125rem;--webkit-transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.-rotate-90,.translate-y-0\.5{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.-rotate-90{--tw-rotate-z:-90deg;--webkit-transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.-rotate-y-30{--tw-rotate-y:-30deg;--webkit-transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.-rotate-y-30,.rotate-y-30{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.rotate-y-30{--tw-rotate-y:30deg;--webkit-transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.transform{--webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.text-wrap{text-wrap:balance;white-space-collapse:collapse}@keyframes Animation{to{background-position:-1000px 0}}.\[--visual-viewport-vertical-padding\:100px\]{--visual-viewport-vertical-padding:100px}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:-left-2:before{content:var(--tw-content);left:-.5rem}.before\:top-0:before{content:var(--tw-content);top:0}.before\:top-1\/2:before{content:var(--tw-content);top:50%}.before\:z-10:before{content:var(--tw-content);z-index:10}.before\:block:before{content:var(--tw-content);display:block}.before\:h-full:before{content:var(--tw-content);height:100%}.before\:h-px:before{content:var(--tw-content);height:1px}.before\:w-\[16px\]:before{content:var(--tw-content);width:16px}.before\:w-full:before{content:var(--tw-content);width:100%}.before\:rounded-br-lg:before{content:var(--tw-content);border-bottom-right-radius:.5rem}.before\:rounded-tr-lg:before{content:var(--tw-content);border-top-right-radius:.5rem}.before\:border-b:before{content:var(--tw-content);border-bottom-width:1px}.before\:border-r:before{content:var(--tw-content);border-right-width:1px}.before\:border-t:before{content:var(--tw-content);border-top-width:1px}.before\:border-t-2:before{content:var(--tw-content);border-top-width:2px}.before\:border-solid:before{content:var(--tw-content);border-style:solid}.before\:border-gray-100:before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.before\:border-tag:before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgba(var(--border-color)/var(--tw-border-opacity))}.before\:bg-default-2:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(var(--background-color-default-2)/var(--tw-bg-opacity))}.before\:content-none:before{--tw-content:none;content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-right-2:after{content:var(--tw-content);right:-.5rem}.after\:top-0:after{content:var(--tw-content);top:0}.after\:z-10:after{content:var(--tw-content);z-index:10}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-\[16px\]:after{content:var(--tw-content);width:16px}.after\:rounded-bl-lg:after{content:var(--tw-content);border-bottom-left-radius:.5rem}.after\:rounded-tl-lg:after{content:var(--tw-content);border-top-left-radius:.5rem}.after\:border-b:after{content:var(--tw-content);border-bottom-width:1px}.after\:border-l:after{content:var(--tw-content);border-left-width:1px}.after\:border-t:after{content:var(--tw-content);border-top-width:1px}.after\:border-tag:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgba(var(--border-color)/var(--tw-border-opacity))}.after\:bg-default-2:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(var(--background-color-default-2)/var(--tw-bg-opacity))}.target\:scroll-mt-32:target{scroll-margin-top:8rem}.hover\:cursor-zoom-in:hover{cursor:zoom-in}.hover\:border:hover{border-width:1px}.hover\:border-neutral-2:hover{--tw-border-opacity:1;border-color:rgba(var(--background-color-base-2)/var(--tw-border-opacity))}.hover\:border-primary-base:hover{--tw-border-opacity:1;border-color:rgba(var(--border-color-primary-base)/var(--tw-border-opacity))}.hover\:border-primary-super:hover{--tw-border-opacity:1;border-color:rgba(var(--border-color-primary-super)/var(--tw-border-opacity))}.hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgba(var(--red-500)/var(--tw-border-opacity))}.hover\:border-red-700:hover{--tw-border-opacity:1;border-color:rgba(var(--red-700)/var(--tw-border-opacity))}.hover\:border-secondary-base:hover{--tw-border-opacity:1;border-color:rgba(var(--border-color-secondary-base)/var(--tw-border-opacity))}.hover\:border-opacity-100:hover{--tw-border-opacity:1}.hover\:bg-neutral-2:hover{--tw-bg-opacity:1;background-color:rgba(var(--background-color-neutral-2)/var(--tw-bg-opacity))}.hover\:bg-primary-sub:hover{--tw-bg-opacity:1;background-color:rgba(var(--background-color-primary-sub)/var(--tw-bg-opacity))}.hover\:text-default-super:hover{--tw-text-opacity:1;color:rgba(var(--text-color-default-super)/var(--tw-text-opacity))}.hover\:text-primary-super:hover{--tw-text-opacity:1;color:rgba(var(--text-color-primary-super)/var(--tw-text-opacity))}.hover\:text-secondary-super:hover{--tw-text-opacity:1;color:rgba(var(--text-color-secondary-super)/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(var(--white)/var(--tw-text-opacity))}.hover\:shadow-red-500\/20:hover{--tw-shadow-color:rgba(var(--red-500)/0.2);--tw-shadow:var(--tw-shadow-colored)}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;--webkit-transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective));transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.group[open] .group-open\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.group[open] .group-open\:border-l-2{border-left-width:2px}.group[open] .group-open\:border-l-primary-base{--tw-border-opacity:1;border-left-color:rgba(var(--border-color-primary-base)/var(--tw-border-opacity))}.group\/card:hover .group-hover\/card\:underline{text-decoration-line:underline}.group\/heading:hover .group-hover\/heading\:opacity-80{opacity:.8}.group\/youtube:hover .group-hover\/youtube\:grayscale-0{--tw-grayscale:grayscale(0);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)}@container (min-width: 24rem){.\@sm\:max-w-\[42\%\]{max-width:42%}.\@sm\:flex-row{flex-direction:row}.\@sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.\@sm\:rounded-tl-md{border-top-left-radius:.375rem}.\@sm\:rounded-tr-none{border-top-right-radius:0}}@container (min-width: 32rem){.\@lg\:flex-row{flex-direction:row}}@container (min-width: 56rem){.\@4xl\:-translate-x-20{--tw-translate-x:-5rem;--webkit-transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.\@4xl\:-translate-x-20,.\@4xl\:translate-x-20{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}.\@4xl\:translate-x-20{--tw-translate-x:5rem;--webkit-transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective))}}.dark\:border-gray-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark\:border-slate-500:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity))}.dark\:border-tag:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgba(var(--border-color)/var(--tw-border-opacity))}.dark\:border-opacity-40:is([data-theme=dark] *){--tw-border-opacity:0.4}.dark\:bg-default-1:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgba(var(--background-color-default-1)/var(--tw-bg-opacity))}.dark\:bg-default-2:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgba(var(--background-color-default-2)/var(--tw-bg-opacity))}.dark\:text-gray-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark\:text-gray-50:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.dark\:text-white:is([data-theme=dark] *){--tw-text-opacity:1;color:rgba(var(--white)/var(--tw-text-opacity))}.dark\:ring-white\/15:is([data-theme=dark] *){--tw-ring-color:rgba(var(--white)/0.15)}.dark\:hover\:border-red-400:hover:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgba(var(--red-400)/var(--tw-border-opacity))}.dark\:hover\:border-red-500:hover:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgba(var(--red-500)/var(--tw-border-opacity))}@media (min-width:300px){.xs\:flex-row{flex-direction:row}}@media (min-width:640px){.sm\:static{position:static}.sm\:sticky{position:sticky}.sm\:top-16{top:4rem}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:order-3{order:3}.sm\:block{display:block}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-12{height:3rem}.sm\:h-auto{height:auto}.sm\:w-auto{width:auto}.sm\:max-w-lg{max-width:32rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-\[1fr_minmax\(auto\2c 100\%\)\]{grid-template-columns:1fr minmax(auto,100%)}.sm\:grid-cols-\[1fr_minmax\(auto\2c 45rem\)\]{grid-template-columns:1fr minmax(auto,45rem)}.sm\:grid-cols-\[1fr_minmax\(auto\2c 64rem\)\]{grid-template-columns:1fr minmax(auto,64rem)}.sm\:flex-row{flex-direction:row}.sm\:gap-16{gap:4rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:border-b{border-bottom-width:1px}.sm\:border-b-2{border-bottom-width:2px}.sm\:border-t-0{border-top-width:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pb-16{padding-bottom:4rem}.sm\:text-4xl{font-size:var(--font-size-4xl);line-height:var(--line-height-4xl);letter-spacing:-.02em}.sm\:text-sm{font-size:var(--font-size-sm);line-height:var(--line-height-sm);letter-spacing:-.01em}.sm\:before\:border-b:before{content:var(--tw-content);border-bottom-width:1px}.sm\:before\:border-t-0:before{content:var(--tw-content);border-top-width:0}.sm\:after\:border-b:after{content:var(--tw-content);border-bottom-width:1px}.sm\:after\:border-t-0:after{content:var(--tw-content);border-top-width:0}}@media (min-width:768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:block{display:block}.md\:hidden{display:none}.md\:w-3\/4{width:75%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[1fr_minmax\(auto\2c 100\%\)_1fr\]{grid-template-columns:1fr minmax(auto,100%) 1fr}.md\:grid-cols-\[1fr_minmax\(auto\2c 45rem\)_1fr\]{grid-template-columns:1fr minmax(auto,45rem) 1fr}.md\:grid-cols-\[1fr_minmax\(auto\2c 64rem\)_1fr\]{grid-template-columns:1fr minmax(auto,64rem) 1fr}.md\:p-10{padding:2.5rem}.md\:px-12{padding-left:3rem;padding-right:3rem}}@media (min-width:1024px){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:grid-cols-\[1fr_minmax\(auto\2c 100\%\)_1fr\]{grid-template-columns:1fr minmax(auto,100%) 1fr}.lg\:grid-cols-\[1fr_minmax\(auto\2c 45rem\)_1fr\]{grid-template-columns:1fr minmax(auto,45rem) 1fr}.lg\:grid-cols-\[1fr_minmax\(auto\2c 64rem\)_1fr\]{grid-template-columns:1fr minmax(auto,64rem) 1fr}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-start{justify-content:flex-start}.lg\:gap-16{gap:4rem}.lg\:p-12{padding:3rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-start{text-align:start}}.\[\&\>\*\:last-child\]\:gap-0>:last-child{gap:0}.\[\&\>\*\]\:gap-8>*{gap:2rem}.\[\&\[align\=center\]\]\:text-center[align=center]{text-align:center}.\[\&\[align\=right\]\]\:text-right[align=right]{text-align:right}html[data-theme=light] code[data-theme*=" "],html[data-theme=light] code[data-theme*=" "] span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}html[data-theme=dark] code[data-theme*=" "],html[data-theme=dark] code[data-theme*=" "] span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}figure[data-rehype-pretty-code-figure],span[data-rehype-pretty-code-figure]{overflow-x:auto;border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(var(--border-color)/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgba(var(--background-color-default-2)/var(--tw-bg-opacity))}figure[data-rehype-pretty-code-figure]{padding-top:1rem;padding-bottom:1rem}div[data-rehype-pretty-code-title],figcaption[data-rehype-pretty-code-title]{padding-left:1rem;padding-right:1rem;font-size:var(--font-size-sm);line-height:var(--line-height-sm);letter-spacing:-.01em;font-style:italic;--tw-text-opacity:1;color:rgba(var(--text-color-default-sub)/var(--tw-text-opacity))}span[data-line]{border-left-width:3px;border-color:rgba(var(--border-color)/var(--tw-border-opacity));--tw-border-opacity:0;font-size:var(--font-size-sm);line-height:var(--line-height-sm);letter-spacing:-.01em}pre span[data-line]{padding-left:1.5rem;padding-right:1.5rem}pre:not(.has-focused) span.diff.add:before{--tw-text-opacity:1;color:rgba(var(--green-300)/var(--tw-text-opacity));content:"+";position:absolute;left:0;top:0;transform:translateX(.25rem)}pre:not(.has-focused) span[data-line].diff.add{background-color:rgba(var(--background-color-green-3)/var(--tw-bg-opacity));--tw-bg-opacity:0.4;position:relative}pre:not(.has-focused) span.diff.remove:before{--tw-text-opacity:1;color:rgba(var(--red-500)/var(--tw-text-opacity));content:"-";position:absolute;left:0;top:0;transform:translateX(.25rem)}pre:not(.has-focused) span[data-line].diff.remove{background-color:rgba(var(--background-color-red-3)/var(--tw-bg-opacity));--tw-bg-opacity:0.25;position:relative}pre:not(.has-focused) span[data-line].highlighted{--tw-border-opacity:1;border-color:rgba(var(--border-color-primary-base)/var(--tw-border-opacity));--tw-bg-opacity:1!important;background-color:rgb(156 163 175/var(--tw-bg-opacity))!important}pre:not(.has-focused) span[data-line].highlighted:is([data-theme=dark] *){--tw-bg-opacity:1!important;background-color:rgb(31 41 55/var(--tw-bg-opacity))!important}pre:not(.has-focused) span[data-line].highlighted.error{--tw-border-opacity:1;border-color:rgba(var(--border-color-primary-base)/var(--tw-border-opacity));--tw-bg-opacity:1!important;background-color:rgba(var(--background-color-red-2)/var(--tw-bg-opacity))!important}pre:not(.has-focused) span[data-line].highlighted.error:is([data-theme=dark] *){--tw-bg-opacity:1!important;background-color:rgba(var(--background-color-red-2)/var(--tw-bg-opacity))!important}pre:not(.has-focused) span[data-line].highlighted.warning{--tw-border-opacity:1;border-color:rgba(var(--border-color-primary-base)/var(--tw-border-opacity));--tw-bg-opacity:1!important;background-color:rgba(var(--yellow-400)/var(--tw-bg-opacity))!important}pre:not(.has-focused) span[data-line].highlighted.warning:is([data-theme=dark] *){--tw-bg-opacity:1!important;background-color:rgba(var(--yellow-800)/var(--tw-bg-opacity))!important}pre:not(.has-focused) span[data-line] .highlighted-word{border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(var(--border-color)/var(--tw-border-opacity));--tw-bg-opacity:1!important;background-color:rgb(156 163 175/var(--tw-bg-opacity))!important;padding:.125rem .25rem}pre:not(.has-focused) span[data-line] .highlighted-word:is([data-theme=dark] *){--tw-bg-opacity:1!important;background-color:rgb(31 41 55/var(--tw-bg-opacity))!important}pre.has-focused span[data-line]:not(.focused){opacity:.25;--tw-blur:blur(1px);--tw-saturate:saturate(.25);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1)}pre.has-focused span[data-line]:not(.focused),pre.has-focused:hover span[data-line]{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)}pre.has-focused:hover span[data-line]{opacity:1;--tw-blur: ;--tw-saturate:saturate(1)}.scrollbar{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:orange;direction:ltr}.scrollbar::-webkit-scrollbar{width:.75rem}.scrollbar::-webkit-scrollbar-track{background:none}.scrollbar::-webkit-scrollbar-thumb{border-radius:.375rem}@media (hover:hover){.scrollbar:hover::-webkit-scrollbar-thumb{border:3px solid transparent;background-color:rgba(var(--background-color-primary-base)/.7);background-clip:content-box}}.prose-ul .prose-li:before{content:"";display:inline-block;position:absolute;top:9px;left:16px;width:7px;height:7px;border-radius:4px;margin-right:.75rem;background-color:rgb(var(--primary-500))}.prose-ul .prose-li{position:relative;padding-left:40px}.prose-ul .prose-li:first-child{margin-top:12px}.prose-ol .prose-li{position:relative;padding-left:40px}.prose-ol .prose-li:first-child{margin-top:12px}.prose-ol .prose-li:before{content:counter(list-item) ". ";display:inline-block;position:absolute;left:14px;font-weight:700;color:rgb(var(--primary-500))}.prose-ol .prose-li>h1:first-child,.prose-ol .prose-li>h2:first-child,.prose-ol .prose-li>h3:first-child,.prose-ol .prose-li>h4:first-child,.prose-ol .prose-li>h5:first-child,.prose-ol .prose-li>h6:first-child,.prose-ul .prose-li>h1:first-child,.prose-ul .prose-li>h2:first-child,.prose-ul .prose-li>h3:first-child,.prose-ul .prose-li>h4:first-child,.prose-ul .prose-li>h5:first-child,.prose-ul .prose-li>h6:first-child{margin-top:1rem}.prose-ol .prose-li:has(>h1:first-child):before,.prose-ol .prose-li:has(>h2:first-child):before,.prose-ol .prose-li:has(>h3:first-child):before,.prose-ol .prose-li:has(>h4:first-child):before,.prose-ol .prose-li:has(>h5:first-child):before,.prose-ol .prose-li:has(>h6:first-child):before,.prose-ul .prose-li:has(>h1:first-child):before,.prose-ul .prose-li:has(>h2:first-child):before,.prose-ul .prose-li:has(>h3:first-child):before,.prose-ul .prose-li:has(>h4:first-child):before,.prose-ul .prose-li:has(>h5:first-child):before,.prose-ul .prose-li:has(>h6:first-child):before{margin-top:1rem}.prose-ol .prose-li>p:first-child,.prose-ul .prose-li>p:first-child{margin-top:0}