@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";.card-spotlight{position:relative;border-radius:32px;background-color:#fff;overflow:hidden}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 40%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.card-spotlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),var(--spotlight-border-color, transparent),transparent 40%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:2}.card-spotlight:hover:before,.card-spotlight:hover:after{opacity:1}.card-spotlight>*{position:relative;z-index:3}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-text-shadow-color:initial;--tw-text-shadow-alpha:100%;--tw-content:"";--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:"Poppins",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-blue-50:oklch(97% .014 254.604);--color-blue-500:oklch(62.3% .214 259.815);--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-lg:32rem;--container-2xl:42rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--text-7xl:4.5rem;--text-7xl--line-height:1;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:900;--tracking-tight:-.025em;--tracking-widest:.1em;--leading-tight:1.25;--leading-relaxed:1.625;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-md:12px;--blur-xl:24px;--blur-3xl:64px;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-text-primary:#0c182d;--color-bg-white:#fff}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}:root{--background:var(--color-bg-white);--foreground:var(--color-text-primary)}body{font-family:var(--font-sans)}*{font-family:var(--font-sans)!important}}@layer components;@layer utilities{.\@container\/card-header{container:card-header/inline-size}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-1\/4{top:25%;right:25%;bottom:25%;left:25%}.inset-\[-0\.01\%_-0\.01\%_-0\.32\%_0\.02\%\]{top:-.01%;right:-.01%;bottom:-.32%;left:.02%}.inset-\[-0\.19\%_1\.89\%_2\.08\%_0\]{top:-.19%;right:1.89%;bottom:2.08%;left:0}.inset-\[-0\.25\%_0\]{top:-.25%;right:0;bottom:-.25%;left:0}.inset-\[-0\.36\%\]{top:-.36%;right:-.36%;bottom:-.36%;left:-.36%}.inset-\[-0\.39\%_0_0_0\]{top:-.39%;right:0;bottom:0;left:0}.inset-\[-0\.45px_-5\.36\%\]{top:-.45px;right:-5.36%;bottom:-.45px;left:-5.36%}.inset-\[-0\.51\%_0_0_0\]{top:-.51%;right:0;bottom:0;left:0}.inset-\[-0\.53\%_0_0_-0\.48\%\]{top:-.53%;right:0;bottom:0;left:-.48%}.inset-\[-0\.88px_-5\.36\%\]{top:-.88px;right:-5.36%;bottom:-.88px;left:-5.36%}.inset-\[-1\.66\%_0\]{top:-1.66%;right:0;bottom:-1.66%;left:0}.inset-\[-1\.86\%_-3\.38\%_-18\.2\%_-3\.68\%\]{top:-1.86%;right:-3.38%;bottom:-18.2%;left:-3.68%}.inset-\[-1px\]{top:-1px;right:-1px;bottom:-1px;left:-1px}.inset-\[-1px_0_0_0\]{top:-1px;right:0;bottom:0;left:0}.inset-\[-2\.5\%\]{top:-2.5%;right:-2.5%;bottom:-2.5%;left:-2.5%}.inset-\[-2\.25\%_35\.49\%_-2\.06\%_13\.83\%\]{top:-2.25%;right:35.49%;bottom:-2.06%;left:13.83%}.inset-\[-3\%_-12\.34\%_-20\.58\%_-12\.34\%\]{top:-3%;right:-12.34%;bottom:-20.58%;left:-12.34%}.inset-\[-4\.04\%_-2\.15\%_-4\.03\%_-2\.15\%\]{top:-4.04%;right:-2.15%;bottom:-4.03%;left:-2.15%}.inset-\[-4\.04\%_-2\.15\%_-4\.05\%_-2\.15\%\]{top:-4.04%;right:-2.15%;bottom:-4.05%;left:-2.15%}.inset-\[-5\.36\%_-10\.71\%\]{top:-5.36%;right:-10.71%;bottom:-5.36%;left:-10.71%}.inset-\[-8\.33\%\]{top:-8.33%;right:-8.33%;bottom:-8.33%;left:-8.33%}.inset-\[-9\.1\%_1\.12\%_-11\.82\%_10\.65\%\]{top:-9.1%;right:1.12%;bottom:-11.82%;left:10.65%}.inset-\[-9\.82\%_-6\.75\%_-13\.89\%_-6\.75\%\]{top:-9.82%;right:-6.75%;bottom:-13.89%;left:-6.75%}.inset-\[-10\%\]{top:-10%;right:-10%;bottom:-10%;left:-10%}.inset-\[-10\.01\%_0_-9\.99\%_0\]{top:-10.01%;right:0;bottom:-9.99%;left:0}.inset-\[-10\.42\%\]{top:-10.42%;right:-10.42%;bottom:-10.42%;left:-10.42%}.inset-\[-11\.66\%_-1\.28\%_-10\.12\%_0\]{top:-11.66%;right:-1.28%;bottom:-10.12%;left:0}.inset-\[-16\.58\%_-13\.15\%_-12\.01\%_-8\.39\%\]{top:-16.58%;right:-13.15%;bottom:-12.01%;left:-8.39%}.inset-\[-17\.5\%_-8\.75\%\]{top:-17.5%;right:-8.75%;bottom:-17.5%;left:-8.75%}.inset-\[-17\.36\%_-14\.92\%_-10\.66\%_-14\.92\%\]{top:-17.36%;right:-14.92%;bottom:-10.66%;left:-14.92%}.inset-\[-20\.28\%\]{top:-20.28%;right:-20.28%;bottom:-20.28%;left:-20.28%}.inset-\[-20\.81\%_-24\.19\%_-25\.17\%_-21\.8\%\]{top:-20.81%;right:-24.19%;bottom:-25.17%;left:-21.8%}.inset-\[-21\.32\%_-23\.63\%_-22\.27\%_-19\.95\%\]{top:-21.32%;right:-23.63%;bottom:-22.27%;left:-19.95%}.inset-\[-21\.43\%_-10\.71\%\]{top:-21.43%;right:-10.71%;bottom:-21.43%;left:-10.71%}.inset-\[-23\.39\%_-28\.66\%_-28\.65\%_-23\.39\%\]{top:-23.39%;right:-28.66%;bottom:-28.65%;left:-23.39%}.inset-\[-26\.17\%_-26\.69\%_-26\.17\%_-26\.3\%\]{top:-26.17%;right:-26.69%;bottom:-26.17%;left:-26.3%}.inset-\[-27\.51\%_-20\.86\%_-31\.8\%_-24\.91\%\]{top:-27.51%;right:-20.86%;bottom:-31.8%;left:-24.91%}.inset-\[-37\.64\%_-25\.4\%\]{top:-37.64%;right:-25.4%;bottom:-37.64%;left:-25.4%}.inset-\[-44\.71\%_-25\.4\%\]{top:-44.71%;right:-25.4%;bottom:-44.71%;left:-25.4%}.inset-\[-100\%_-37\.5\%_-111\.11\%_-37\.5\%\]{top:-100%;right:-37.5%;bottom:-111.11%;left:-37.5%}.inset-\[-140\%_-75\%_-120\%_-75\%\]{top:-140%;right:-75%;bottom:-120%;left:-75%}.inset-\[0\%_0\%\]{top:0%;right:0%;bottom:0%;left:0%}.inset-\[0\%_15\%\]{top:0%;right:15%;bottom:0%;left:15%}.inset-\[0\.7\%_24\.91\%_48\.3\%_66\.45\%\]{top:.7%;right:24.91%;bottom:48.3%;left:66.45%}.inset-\[0\.7\%_24\.91\%_48\.3\%_66\.46\%\]{top:.7%;right:24.91%;bottom:48.3%;left:66.46%}.inset-\[0\.7\%_24\.92\%_48\.3\%_66\.45\%\]{top:.7%;right:24.92%;bottom:48.3%;left:66.45%}.inset-\[0\.7\%_24\.92\%_48\.29\%_66\.45\%\]{top:.7%;right:24.92%;bottom:48.29%;left:66.45%}.inset-\[0\.7\%_36\.19\%_48\.3\%_55\.53\%\]{top:.7%;right:36.19%;bottom:48.3%;left:55.53%}.inset-\[0\.7\%_36\.19\%_48\.3\%_55\.54\%\]{top:.7%;right:36.19%;bottom:48.3%;left:55.54%}.inset-\[0\.7\%_36\.19\%_48\.29\%_55\.53\%\]{top:.7%;right:36.19%;bottom:48.29%;left:55.53%}.inset-\[0\.7\%_47\.89\%_48\.3\%_38\.27\%\]{top:.7%;right:47.89%;bottom:48.3%;left:38.27%}.inset-\[0\.7\%_47\.89\%_48\.29\%_38\.27\%\]{top:.7%;right:47.89%;bottom:48.29%;left:38.27%}.inset-\[0\.7\%_63\.93\%_48\.3\%_23\.93\%\]{top:.7%;right:63.93%;bottom:48.3%;left:23.93%}.inset-\[0\.7\%_63\.93\%_48\.3\%_23\.94\%\]{top:.7%;right:63.93%;bottom:48.3%;left:23.94%}.inset-\[0\.7\%_63\.93\%_48\.29\%_23\.94\%\]{top:.7%;right:63.93%;bottom:48.29%;left:23.94%}.inset-\[0\.7\%_77\.82\%_48\.3\%_13\.55\%\]{top:.7%;right:77.82%;bottom:48.3%;left:13.55%}.inset-\[0\.7\%_77\.82\%_48\.29\%_13\.55\%\]{top:.7%;right:77.82%;bottom:48.29%;left:13.55%}.inset-\[0_-0\.01\%_0_0\]{top:0;right:-.01%;bottom:0;left:0}.inset-\[0_-0\.31\%_0_0\]{top:0;right:-.31%;bottom:0;left:0}.inset-\[0_-0\.32\%_1\.26\%_1\.58\%\]{top:0;right:-.32%;bottom:1.26%;left:1.58%}.inset-\[0_-3\.22\%_-12\.08\%_0\]{top:0;right:-3.22%;bottom:-12.08%;left:0}.inset-\[0_-3\.23\%_-12\.08\%_0\]{top:0;right:-3.23%;bottom:-12.08%;left:0}.inset-\[0_-3\.23\%_-22\%_0\]{top:0;right:-3.23%;bottom:-22%;left:0}.inset-\[0_-9\.09\%_-10\.11\%_-9\.09\%\]{top:0;right:-9.09%;bottom:-10.11%;left:-9.09%}.inset-\[0_0\.24\%\]{top:0;right:.24%;bottom:0;left:.24%}.inset-\[0_0\.26\%_54\.96\%_0\.51\%\]{top:0;right:.26%;bottom:54.96%;left:.51%}.inset-\[0_0_-0\.41\%_-0\.38\%\]{top:0;right:0;bottom:-.41%;left:-.38%}.inset-\[0_0_-16\.3\%_0\]{top:0;right:0;bottom:-16.3%;left:0}.inset-\[0_0_0_-2\.34\%\]{top:0;right:0;bottom:0;left:-2.34%}.inset-\[0_0_0_-8\.21\%\]{top:0;right:0;bottom:0;left:-8.21%}.inset-\[0_0_0_66\.67\%\]{top:0;right:0;bottom:0;left:66.67%}.inset-\[0_0_47\.4\%_0\.56\%\]{top:0;right:0;bottom:47.4%;left:.56%}.inset-\[0_0_47\.4\%_89\.83\%\]{top:0;right:0;bottom:47.4%;left:89.83%}.inset-\[0_0_86\.34\%_0\]{top:0;right:0;bottom:86.34%;left:0}.inset-\[0_12\.38\%_47\.4\%_77\.45\%\]{top:0;right:12.38%;bottom:47.4%;left:77.45%}.inset-\[0_33\.33\%\]{top:0;right:33.33%;bottom:0;left:33.33%}.inset-\[0_66\.67\%_0_0\]{top:0;right:66.67%;bottom:0;left:0}.inset-\[0_85\.82\%_0_0\]{top:0;right:85.82%;bottom:0;left:0}.inset-\[0_89\.26\%_47\.4\%_0\.56\%\]{top:0;right:89.26%;bottom:47.4%;left:.56%}.inset-\[1\.05\%_0_82\.52\%_0\]{top:1.05%;right:0;bottom:82.52%;left:0}.inset-\[2\.04\%_0\.83\%_0\.15\%_1\.36\%\]{top:2.04%;right:.83%;bottom:.15%;left:1.36%}.inset-\[2\.5\%_3\.79\%_2\.38\%_3\.83\%\]{top:2.5%;right:3.79%;bottom:2.38%;left:3.83%}.inset-\[2\.5\%_15\.65\%_2\.38\%_15\.59\%\]{top:2.5%;right:15.65%;bottom:2.38%;left:15.59%}.inset-\[2\.07\%_0\.6\%_7\.3\%_3\.44\%\]{top:2.07%;right:.6%;bottom:7.3%;left:3.44%}.inset-\[2\.8\%_3\.03\%_3\.39\%_3\.04\%\]{top:2.8%;right:3.03%;bottom:3.39%;left:3.04%}.inset-\[2\.91\%_3\.24\%_88\.95\%_72\.5\%\]{top:2.91%;right:3.24%;bottom:88.95%;left:72.5%}.inset-\[2\.97\%_0\.44\%_4\.89\%_2\%\]{top:2.97%;right:.44%;bottom:4.89%;left:2%}.inset-\[3\.13\%\]{top:3.13%;right:3.13%;bottom:3.13%;left:3.13%}.inset-\[3\.13\%_3\.13\%_3\.12\%_3\.13\%\]{top:3.13%;right:3.13%;bottom:3.12%;left:3.13%}.inset-\[3\.75\%\]{top:3.75%;right:3.75%;bottom:3.75%;left:3.75%}.inset-\[3\.77\%_11\.16\%_3\.73\%_11\.27\%\]{top:3.77%;right:11.16%;bottom:3.73%;left:11.27%}.inset-\[3\.85\%_1\.71\%_1\.71\%_3\.85\%\]{top:3.85%;right:1.71%;bottom:1.71%;left:3.85%}.inset-\[4\.55\%_3\.24\%_85\.66\%_72\.5\%\]{top:4.55%;right:3.24%;bottom:85.66%;left:72.5%}.inset-\[5\%\]{top:5%;right:5%;bottom:5%;left:5%}.inset-\[5\.21\%_9\.38\%_9\.37\%_9\.37\%\]{top:5.21%;right:9.38%;bottom:9.37%;left:9.37%}.inset-\[5\.47\%_5\.06\%_5\.06\%_5\.47\%\]{top:5.47%;right:5.06%;bottom:5.06%;left:5.47%}.inset-\[6\.79\%_6\.56\%_5\.71\%_5\.94\%\]{top:6.79%;right:6.56%;bottom:5.71%;left:5.94%}.inset-\[7\.73\%_45\.03\%_7\.69\%_18\.75\%\]{top:7.73%;right:45.03%;bottom:7.69%;left:18.75%}.inset-\[8\.1\%_47\.92\%_68\.75\%_19\.22\%\]{top:8.1%;right:47.92%;bottom:68.75%;left:19.22%}.inset-\[8\.75\%_15\.5\%_8\.97\%_15\.5\%\]{top:8.75%;right:15.5%;bottom:8.97%;left:15.5%}.inset-\[8\.93\%_1\.73\%_7\.28\%_1\.79\%\]{top:8.93%;right:1.73%;bottom:7.28%;left:1.79%}.inset-\[8\.94\%_10\.25\%\]{top:8.94%;right:10.25%;bottom:8.94%;left:10.25%}.inset-\[9\.11\%_10\.29\%\]{top:9.11%;right:10.29%;bottom:9.11%;left:10.29%}.inset-\[9\.11\%_20\.48\%_9\.11\%_20\.4\%\]{top:9.11%;right:20.48%;bottom:9.11%;left:20.4%}.inset-\[9\.37\%_1\.82\%_9\.38\%_1\.55\%\]{top:9.37%;right:1.82%;bottom:9.38%;left:1.55%}.inset-\[9\.48\%_3\.79\%_19\.71\%_45\.67\%\]{top:9.48%;right:3.79%;bottom:19.71%;left:45.67%}.inset-\[9\.88\%_16\.89\%_10\.8\%_16\.89\%\]{top:9.88%;right:16.89%;bottom:10.8%;left:16.89%}.inset-\[10\.71\%_53\.33\%_87\.1\%_43\.3\%\]{top:10.71%;right:53.33%;bottom:87.1%;left:43.3%}.inset-\[11\.04\%_53\.75\%_87\.43\%_43\.67\%\]{top:11.04%;right:53.75%;bottom:87.43%;left:43.67%}.inset-\[11\.05\%_45\.95\%_8\.69\%_24\.28\%\]{top:11.05%;right:45.95%;bottom:8.69%;left:24.28%}.inset-\[11\.8\%_15\.58\%\]{top:11.8%;right:15.58%;bottom:11.8%;left:15.58%}.inset-\[11\.88\%_9\.06\%_11\.89\%_9\.06\%\]{top:11.88%;right:9.06%;bottom:11.89%;left:9.06%}.inset-\[11\.95\%_46\.63\%_9\.58\%_25\.05\%\]{top:11.95%;right:46.63%;bottom:9.58%;left:25.05%}.inset-\[12\.5\%_45\.89\%_8\.24\%_20\.17\%\]{top:12.5%;right:45.89%;bottom:8.24%;left:20.17%}.inset-\[12\.32\%_47\.03\%_61\.51\%_25\.38\%\]{top:12.32%;right:47.03%;bottom:61.51%;left:25.38%}.inset-\[12\.85\%_48\.6\%_65\.46\%_20\.61\%\]{top:12.85%;right:48.6%;bottom:65.46%;left:20.61%}.inset-\[13\.32\%_13\.2\%_13\.31\%_13\.33\%\]{top:13.32%;right:13.2%;bottom:13.31%;left:13.33%}.inset-\[13\.33\%_80\%_20\%_0\]{top:13.33%;right:80%;bottom:20%;left:0}.inset-\[13\.35\%_15\.42\%_16\.31\%_14\.25\%\]{top:13.35%;right:15.42%;bottom:16.31%;left:14.25%}.inset-\[13\.98\%_13\.65\%_15\.23\%_15\.56\%\]{top:13.98%;right:13.65%;bottom:15.23%;left:15.56%}.inset-\[14\.68\%_18\.18\%\]{top:14.68%;right:18.18%;bottom:14.68%;left:18.18%}.inset-\[15\%_14\.97\%\]{top:15%;right:14.97%;bottom:15%;left:14.97%}.inset-\[15\.6\%_54\.06\%_82\.97\%_43\.52\%\]{top:15.6%;right:54.06%;bottom:82.97%;left:43.52%}.inset-\[15\.11\%_10\.29\%_24\.01\%_46\.26\%\]{top:15.11%;right:10.29%;bottom:24.01%;left:46.26%}.inset-\[15\.11\%_17\.17\%_18\.07\%_16\%\]{top:15.11%;right:17.17%;bottom:18.07%;left:16%}.inset-\[15\.29\%_53\.67\%_82\.65\%_43\.18\%\]{top:15.29%;right:53.67%;bottom:82.65%;left:43.18%}.inset-\[15\.38\%_18\.85\%_18\.85\%_15\.38\%\]{top:15.38%;right:18.85%;bottom:18.85%;left:15.38%}.inset-\[15\.39\%_32\.07\%_38\.97\%_32\.07\%\]{top:15.39%;right:32.07%;bottom:38.97%;left:32.07%}.inset-\[15\.54\%_14\.31\%_14\.35\%_15\.56\%\]{top:15.54%;right:14.31%;bottom:14.35%;left:15.56%}.inset-\[15\.61\%_46\.75\%_9\.18\%_25\.35\%\]{top:15.61%;right:46.75%;bottom:9.18%;left:25.35%}.inset-\[15\.63\%_5\.56\%_16\.22\%_6\.6\%\]{top:15.63%;right:5.56%;bottom:16.22%;left:6.6%}.inset-\[15\.75\%_15\.42\%_17\%_17\.33\%\]{top:15.75%;right:15.42%;bottom:17%;left:17.33%}.inset-\[16\.36\%_10\.36\%_17\.38\%_10\.86\%\]{top:16.36%;right:10.36%;bottom:17.38%;left:10.86%}.inset-\[16\.44\%_15\.89\%_33\.71\%_50\.94\%\]{top:16.44%;right:15.89%;bottom:33.71%;left:50.94%}.inset-\[16\.46\%_47\.39\%_10\.02\%_26\.08\%\]{top:16.46%;right:47.39%;bottom:10.02%;left:26.08%}.inset-\[16\.81\%_47\.77\%_58\.67\%_26\.38\%\]{top:16.81%;right:47.77%;bottom:58.67%;left:26.38%}.inset-\[17\.29\%_16\.06\%_16\.1\%_17\.32\%\]{top:17.29%;right:16.06%;bottom:16.1%;left:17.32%}.inset-\[17\.31\%_0_16\.35\%_66\.73\%\]{top:17.31%;right:0;bottom:16.35%;left:66.73%}.inset-\[17\.31\%_33\.47\%_16\.35\%_33\.27\%\]{top:17.31%;right:33.47%;bottom:16.35%;left:33.27%}.inset-\[17\.31\%_66\.73\%_16\.35\%_0\]{top:17.31%;right:66.73%;bottom:16.35%;left:0}.inset-\[17\.86\%_16\.44\%_13\.33\%_12\.69\%\]{top:17.86%;right:16.44%;bottom:13.33%;left:12.69%}.inset-\[18\.02\%_75\.23\%_72\.67\%_3\.03\%\]{top:18.02%;right:75.23%;bottom:72.67%;left:3.03%}.inset-\[18\.95\%_17\.4\%_11\.97\%_23\.38\%\]{top:18.95%;right:17.4%;bottom:11.97%;left:23.38%}.inset-\[18\.95\%_18\.71\%_12\.65\%_23\.38\%\]{top:18.95%;right:18.71%;bottom:12.65%;left:23.38%}.inset-\[19\.23\%_16\.46\%_21\.92\%_19\.23\%\]{top:19.23%;right:16.46%;bottom:21.92%;left:19.23%}.inset-\[19\.23\%_16\.46\%_21\.93\%_19\.23\%\]{top:19.23%;right:16.46%;bottom:21.93%;left:19.23%}.inset-\[19\.23\%_17\.31\%_17\.31\%_19\.23\%\]{top:19.23%;right:17.31%;bottom:17.31%;left:19.23%}.inset-\[19\.23\%_17\.65\%_21\.16\%_19\.23\%\]{top:19.23%;right:17.65%;bottom:21.16%;left:19.23%}.inset-\[19\.23\%_19\.23\%_21\.25\%_19\.23\%\]{top:19.23%;right:19.23%;bottom:21.25%;left:19.23%}.inset-\[19\.23\%_19\.49\%_19\.23\%_19\.23\%\]{top:19.23%;right:19.49%;bottom:19.23%;left:19.23%}.inset-\[19\.64\%_58\.06\%_77\.02\%_37\.55\%\]{top:19.64%;right:58.06%;bottom:77.02%;left:37.55%}.inset-\[19\.97\%_58\.42\%_77\.43\%_37\.88\%\]{top:19.97%;right:58.42%;bottom:77.43%;left:37.88%}.inset-\[20\.11\%_22\.06\%_30\.04\%_44\.78\%\]{top:20.11%;right:22.06%;bottom:30.04%;left:44.78%}.inset-\[20\.14\%_54\.91\%_71\.35\%_30\.75\%\]{top:20.14%;right:54.91%;bottom:71.35%;left:30.75%}.inset-\[20\.64\%_4\.52\%_4\.22\%_2\.73\%\]{top:20.64%;right:4.52%;bottom:4.22%;left:2.73%}.inset-\[20\.83\%_20\.84\%_20\.83\%_49\.99\%\]{top:20.83%;right:20.84%;bottom:20.83%;left:49.99%}.inset-\[20\.92\%_12\.37\%\]{top:20.92%;right:12.37%;bottom:20.92%;left:12.37%}.inset-\[21\.63\%_13\.87\%_29\.47\%_-0\.01\%\]{top:21.63%;right:13.87%;bottom:29.47%;left:-.01%}.inset-\[21\.82\%_72\.19\%_20\%_13\.75\%\]{top:21.82%;right:72.19%;bottom:20%;left:13.75%}.inset-\[22\.98\%_47\%_16\.75\%_25\.41\%\]{top:22.98%;right:47%;bottom:16.75%;left:25.41%}.inset-\[23\.08\%_54\.05\%_72\.89\%_39\.38\%\]{top:23.08%;right:54.05%;bottom:72.89%;left:39.38%}.inset-\[23\.43\%_75\.23\%_65\.38\%_3\.03\%\]{top:23.43%;right:75.23%;bottom:65.38%;left:3.03%}.inset-\[23\.66\%_58\.1\%_73\.2\%_37\.79\%\]{top:23.66%;right:58.1%;bottom:73.2%;left:37.79%}.inset-\[23\.97\%_58\.44\%_73\.59\%_38\.1\%\]{top:23.97%;right:58.44%;bottom:73.59%;left:38.1%}.inset-\[24\.13\%_55\.15\%_67\.89\%_31\.41\%\]{top:24.13%;right:55.15%;bottom:67.89%;left:31.41%}.inset-\[24\.24\%_27\.36\%_22\.86\%_26\.93\%\]{top:24.24%;right:27.36%;bottom:22.86%;left:26.93%}.inset-\[24\.77\%_13\.06\%_17\.06\%_11\.93\%\]{top:24.77%;right:13.06%;bottom:17.06%;left:11.93%}.inset-\[24\.77\%_24\.32\%_29\.86\%_11\.92\%\]{top:24.77%;right:24.32%;bottom:29.86%;left:11.92%}.inset-\[24\.77\%_24\.32\%_29\.86\%_11\.93\%\]{top:24.77%;right:24.32%;bottom:29.86%;left:11.93%}.inset-\[25\.73\%_14\.71\%_38\.25\%_0\]{top:25.73%;right:14.71%;bottom:38.25%;left:0}.inset-\[26\.8\%_47\.74\%_16\.73\%_26\.41\%\]{top:26.8%;right:47.74%;bottom:16.73%;left:26.41%}.inset-\[26\.89\%_54\.34\%_69\.33\%_39\.5\%\]{top:26.89%;right:54.34%;bottom:69.33%;left:39.5%}.inset-\[27\.96\%_62\.44\%_70\.4\%_35\.17\%\]{top:27.96%;right:62.44%;bottom:70.4%;left:35.17%}.inset-\[28\.36\%_14\.03\%_53\.89\%_11\.66\%\]{top:28.36%;right:14.03%;bottom:53.89%;left:11.66%}.inset-\[29\.43\%_76\.54\%_9\.18\%_19\.1\%\]{top:29.43%;right:76.54%;bottom:9.18%;left:19.1%}.inset-\[30\.3\%_66\.59\%_68\.34\%_31\.44\%\]{top:30.3%;right:66.59%;bottom:68.34%;left:31.44%}.inset-\[31\.25\%_28\.1\%_27\.08\%_4\.76\%\]{top:31.25%;right:28.1%;bottom:27.08%;left:4.76%}.inset-\[31\.46\%_62\.2\%_67\%_35\.56\%\]{top:31.46%;right:62.2%;bottom:67%;left:35.56%}.inset-\[32\.4\%_11\.35\%_25\.73\%_9\.26\%\]{top:32.4%;right:11.35%;bottom:25.73%;left:9.26%}.inset-\[32\.83\%_75\.42\%_9\.64\%_20\.5\%\]{top:32.83%;right:75.42%;bottom:9.64%;left:20.5%}.inset-\[33\.05\%_24\.66\%_17\.54\%_24\.05\%\]{top:33.05%;right:24.66%;bottom:17.54%;left:24.05%}.inset-\[33\.33\%_6\.67\%_31\.04\%_84\.29\%\]{top:33.33%;right:6.67%;bottom:31.04%;left:84.29%}.inset-\[33\.66\%_0\]{top:33.66%;right:0;bottom:33.66%;left:0}.inset-\[33\.66\%_0_33\.65\%_0\]{top:33.66%;right:0;bottom:33.65%;left:0}.inset-\[33\.66\%_66\.09\%_65\.07\%_32\.06\%\]{top:33.66%;right:66.09%;bottom:65.07%;left:32.06%}.inset-\[33\.92\%_16\.59\%_40\.07\%_31\.56\%\]{top:33.92%;right:16.59%;bottom:40.07%;left:31.56%}.inset-\[34\.26\%_0\.09\%_31\.4\%_0\]{top:34.26%;right:.09%;bottom:31.4%;left:0}.inset-\[34\.26\%_0\.09\%_31\.38\%_0\]{top:34.26%;right:.09%;bottom:31.38%;left:0}.inset-\[34\.85\%_1\.8\%_34\.85\%_84\.31\%\]{top:34.85%;right:1.8%;bottom:34.85%;left:84.31%}.inset-\[34\.85\%_14\.81\%_34\.85\%_84\.31\%\]{top:34.85%;right:14.81%;bottom:34.85%;left:84.31%}.inset-\[34\.88\%_92\.72\%_10\.31\%_2\.73\%\]{top:34.88%;right:92.72%;bottom:10.31%;left:2.73%}.inset-\[34\.88\%_92\.72\%_60\.89\%_2\.73\%\]{top:34.88%;right:92.72%;bottom:60.89%;left:2.73%}.inset-\[35\.71\%_77\.47\%_57\.84\%_20\.4\%\]{top:35.71%;right:77.47%;bottom:57.84%;left:20.4%}.inset-\[36\.08\%_77\.84\%_58\.2\%_20\.81\%\]{top:36.08%;right:77.84%;bottom:58.2%;left:20.81%}.inset-\[36\.51\%_94\.48\%_13\.57\%_2\.12\%\]{top:36.51%;right:94.48%;bottom:13.57%;left:2.12%}.inset-\[36\.51\%_94\.52\%_60\.44\%_2\.12\%\]{top:36.51%;right:94.52%;bottom:60.44%;left:2.12%}.inset-\[36\.72\%_85\.86\%_42\.03\%_3\.83\%\]{top:36.72%;right:85.86%;bottom:42.03%;left:3.83%}.inset-\[36\.92\%_4\.65\%_12\.21\%_8\.7\%\]{top:36.92%;right:4.65%;bottom:12.21%;left:8.7%}.inset-\[36\.92\%_91\.19\%_12\.21\%_8\.19\%\]{top:36.92%;right:91.19%;bottom:12.21%;left:8.19%}.inset-\[37\.5\%_20\.83\%_33\.33\%_20\.83\%\]{top:37.5%;right:20.83%;bottom:33.33%;left:20.83%}.inset-\[37\.88\%_1\.8\%_36\.36\%_91\.9\%\]{top:37.88%;right:1.8%;bottom:36.36%;left:91.9%}.inset-\[37\.88\%_10\.13\%_36\.36\%_86\.66\%\]{top:37.88%;right:10.13%;bottom:36.36%;left:86.66%}.inset-\[38\.2\%_4\.12\%_14\.93\%_7\.65\%\]{top:38.2%;right:4.12%;bottom:14.93%;left:7.65%}.inset-\[38\.38\%_13\.06\%_34\.52\%_55\.77\%\]{top:38.38%;right:13.06%;bottom:34.52%;left:55.77%}.inset-\[38\.38\%_13\.07\%_34\.52\%_55\.77\%\]{top:38.38%;right:13.07%;bottom:34.52%;left:55.77%}.inset-\[38\.53\%_80\.85\%_43\.2\%_10\.29\%\]{top:38.53%;right:80.85%;bottom:43.2%;left:10.29%}.inset-\[38\.64\%_2\.91\%_32\.85\%_82\.64\%\]{top:38.64%;right:2.91%;bottom:32.85%;left:82.64%}.inset-\[38\.72\%_76\.29\%_55\.23\%_21\.72\%\]{top:38.72%;right:76.29%;bottom:55.23%;left:21.72%}.inset-\[38\.89\%_30\%_33\.33\%_30\%\]{top:38.89%;right:30%;bottom:33.33%;left:30%}.inset-\[39\.07\%_76\.64\%_55\.58\%_22\.1\%\]{top:39.07%;right:76.64%;bottom:55.58%;left:22.1%}.inset-\[40\.41\%_6\.17\%_12\.5\%_8\.7\%\]{top:40.41%;right:6.17%;bottom:12.5%;left:8.7%}.inset-\[41\.32\%_4\.12\%_14\.93\%_7\.65\%\]{top:41.32%;right:4.12%;bottom:14.93%;left:7.65%}.inset-\[42\.72\%_66\.43\%_52\.67\%_28\.72\%\]{top:42.72%;right:66.43%;bottom:52.67%;left:28.72%}.inset-\[42\.72\%_66\.44\%_52\.67\%_28\.71\%\]{top:42.72%;right:66.44%;bottom:52.67%;left:28.71%}.inset-\[42\.72\%_66\.44\%_52\.67\%_28\.72\%\]{top:42.72%;right:66.44%;bottom:52.67%;left:28.72%}.inset-\[43\.17\%_77\.46\%_50\.41\%_20\.41\%\]{top:43.17%;right:77.46%;bottom:50.41%;left:20.41%}.inset-\[43\.54\%_77\.84\%_50\.76\%_20\.8\%\]{top:43.54%;right:77.84%;bottom:50.76%;left:20.8%}.inset-\[43\.71\%_79\.51\%_12\.24\%_7\.75\%\]{top:43.71%;right:79.51%;bottom:12.24%;left:7.75%}.inset-\[45\.06\%_92\.72\%_50\.72\%_2\.73\%\]{top:45.06%;right:92.72%;bottom:50.72%;left:2.73%}.inset-\[45\.66\%_44\.4\%_47\.53\%_40\.32\%\]{top:45.66%;right:44.4%;bottom:47.53%;left:40.32%}.inset-\[45\.71\%_76\.28\%_48\.27\%_21\.72\%\]{top:45.71%;right:76.28%;bottom:48.27%;left:21.72%}.inset-\[45\.89\%_94\.52\%_51\.07\%_2\.12\%\]{top:45.89%;right:94.52%;bottom:51.07%;left:2.12%}.inset-\[46\.06\%_76\.64\%_48\.6\%_22\.09\%\]{top:46.06%;right:76.64%;bottom:48.6%;left:22.09%}.inset-\[48\.6\%_15\.87\%_15\.73\%_31\.24\%\]{top:48.6%;right:15.87%;bottom:15.73%;left:31.24%}.inset-\[48\.6\%_68\.55\%_15\.73\%_31\.24\%\]{top:48.6%;right:68.55%;bottom:15.73%;left:31.24%}.inset-\[48\.77\%_9\.3\%_23\.6\%_68\.96\%\]{top:48.77%;right:9.3%;bottom:23.6%;left:68.96%}.inset-\[49\.17\%_9\.5\%_24\%_69\.16\%\]{top:49.17%;right:9.5%;bottom:24%;left:69.16%}.inset-\[49\.25\%_20\.03\%_44\.5\%_74\.14\%\]{top:49.25%;right:20.03%;bottom:44.5%;left:74.14%}.inset-\[49\.25\%_20\.03\%_44\.51\%_74\.14\%\]{top:49.25%;right:20.03%;bottom:44.51%;left:74.14%}.inset-\[49\.25\%_20\.03\%_44\.51\%_74\.15\%\]{top:49.25%;right:20.03%;bottom:44.51%;left:74.15%}.inset-\[52\.1\%_15\.87\%_41\.96\%_68\.45\%\]{top:52.1%;right:15.87%;bottom:41.96%;left:68.45%}.inset-\[52\.1\%_15\.87\%_41\.96\%_70\.37\%\]{top:52.1%;right:15.87%;bottom:41.96%;left:70.37%}.inset-\[52\.1\%_48\.63\%_41\.96\%_37\.51\%\]{top:52.1%;right:48.63%;bottom:41.96%;left:37.51%}.inset-\[52\.1\%_48\.64\%_41\.96\%_35\.59\%\]{top:52.1%;right:48.64%;bottom:41.96%;left:35.59%}.inset-\[52\.44\%_15\.47\%_19\.93\%_62\.79\%\]{top:52.44%;right:15.47%;bottom:19.93%;left:62.79%}.inset-\[52\.84\%_15\.67\%_20\.33\%_62\.99\%\]{top:52.84%;right:15.67%;bottom:20.33%;left:62.99%}.inset-\[53\.5\%_30\.54\%_43\.01\%_68\.45\%\]{top:53.5%;right:30.54%;bottom:43.01%;left:68.45%}.inset-\[53\.5\%_63\.4\%_43\.01\%_35\.59\%\]{top:53.5%;right:63.4%;bottom:43.01%;left:35.59%}.inset-\[55\.23\%_92\.72\%_40\.54\%_2\.73\%\]{top:55.23%;right:92.72%;bottom:40.54%;left:2.73%}.inset-\[55\.26\%_94\.51\%_41\.69\%_2\.71\%\]{top:55.26%;right:94.51%;bottom:41.69%;left:2.71%}.inset-\[57\.87\%_34\.24\%_41\.65\%_64\.7\%\]{top:57.87%;right:34.24%;bottom:41.65%;left:64.7%}.inset-\[57\.87\%_34\.24\%_41\.66\%_64\.7\%\]{top:57.87%;right:34.24%;bottom:41.66%;left:64.7%}.inset-\[61\.89\%_15\.87\%_32\.17\%_68\.45\%\]{top:61.89%;right:15.87%;bottom:32.17%;left:68.45%}.inset-\[61\.89\%_15\.87\%_32\.17\%_70\.37\%\]{top:61.89%;right:15.87%;bottom:32.17%;left:70.37%}.inset-\[61\.89\%_48\.63\%_32\.17\%_37\.51\%\]{top:61.89%;right:48.63%;bottom:32.17%;left:37.51%}.inset-\[61\.89\%_48\.64\%_32\.17\%_35\.59\%\]{top:61.89%;right:48.64%;bottom:32.17%;left:35.59%}.inset-\[63\.29\%_30\.54\%_33\.22\%_68\.45\%\]{top:63.29%;right:30.54%;bottom:33.22%;left:68.45%}.inset-\[63\.29\%_63\.4\%_33\.22\%_35\.59\%\]{top:63.29%;right:63.4%;bottom:33.22%;left:35.59%}.inset-\[64\.64\%_94\.51\%_32\.32\%_2\.71\%\]{top:64.64%;right:94.51%;bottom:32.32%;left:2.71%}.inset-\[65\.12\%_92\.72\%_30\.66\%_2\.73\%\]{top:65.12%;right:92.72%;bottom:30.66%;left:2.73%}.inset-\[66\.55\%_18\.34\%_22\.35\%_71\.65\%\]{top:66.55%;right:18.34%;bottom:22.35%;left:71.65%}.inset-\[66\.55\%_18\.35\%_22\.35\%_71\.64\%\]{top:66.55%;right:18.35%;bottom:22.35%;left:71.64%}.inset-\[66\.55\%_29\.3\%_22\.36\%_60\.71\%\]{top:66.55%;right:29.3%;bottom:22.36%;left:60.71%}.inset-\[66\.55\%_29\.29\%_22\.36\%_60\.72\%\]{top:66.55%;right:29.29%;bottom:22.36%;left:60.72%}.inset-\[66\.67\%_40\.3\%_22\.55\%_49\.57\%\]{top:66.67%;right:40.3%;bottom:22.55%;left:49.57%}.inset-\[66\.67\%_40\.31\%_22\.55\%_49\.57\%\]{top:66.67%;right:40.31%;bottom:22.55%;left:49.57%}.inset-\[66\.68\%_40\.3\%_22\.55\%_49\.57\%\]{top:66.68%;right:40.3%;bottom:22.55%;left:49.57%}.inset-\[66\.68\%_40\.31\%_22\.55\%_49\.56\%\]{top:66.68%;right:40.31%;bottom:22.55%;left:49.56%}.inset-\[67\.95\%_46\.98\%_9\.94\%_25\.44\%\]{top:67.95%;right:46.98%;bottom:9.94%;left:25.44%}.inset-\[68\.93\%_47\.71\%_10\.35\%_26\.44\%\]{top:68.93%;right:47.71%;bottom:10.35%;left:26.44%}.inset-\[71\.33\%_48\.63\%_22\.73\%_37\.51\%\]{top:71.33%;right:48.63%;bottom:22.73%;left:37.51%}.inset-\[71\.33\%_48\.64\%_22\.73\%_35\.59\%\]{top:71.33%;right:48.64%;bottom:22.73%;left:35.59%}.inset-\[71\.36\%_34\.44\%_0\.11\%_58\.54\%\]{top:71.36%;right:34.44%;bottom:.11%;left:58.54%}.inset-\[71\.36\%_48\.44\%_0_45\.51\%\]{top:71.36%;right:48.44%;bottom:0;left:45.51%}.inset-\[71\.37\%_27\.86\%_0_17\.9\%\]{top:71.37%;right:27.86%;bottom:0;left:17.9%}.inset-\[71\.37\%_27\.87\%_0_17\.9\%\]{top:71.37%;right:27.87%;bottom:0;left:17.9%}.inset-\[71\.37\%_34\.44\%_0\.1\%_58\.54\%\]{top:71.37%;right:34.44%;bottom:.1%;left:58.54%}.inset-\[71\.37\%_34\.44\%_0\.11\%_58\.54\%\]{top:71.37%;right:34.44%;bottom:.11%;left:58.54%}.inset-\[71\.37\%_48\.44\%_0_45\.5\%\]{top:71.37%;right:48.44%;bottom:0;left:45.5%}.inset-\[71\.37\%_48\.44\%_0_45\.51\%\]{top:71.37%;right:48.44%;bottom:0;left:45.51%}.inset-\[71\.73\%_27\.86\%_0\.47\%_65\.95\%\]{top:71.73%;right:27.86%;bottom:.47%;left:65.95%}.inset-\[71\.73\%_27\.87\%_0\.47\%_65\.95\%\]{top:71.73%;right:27.87%;bottom:.47%;left:65.95%}.inset-\[71\.73\%_41\.17\%_0\.47\%_52\%\]{top:71.73%;right:41.17%;bottom:.47%;left:52%}.inset-\[71\.73\%_55\.25\%_0\.47\%_37\.84\%\]{top:71.73%;right:55.25%;bottom:.47%;left:37.84%}.inset-\[71\.73\%_55\.26\%_0\.47\%_37\.84\%\]{top:71.73%;right:55.26%;bottom:.47%;left:37.84%}.inset-\[71\.73\%_62\.22\%_0\.47\%_30\.95\%\]{top:71.73%;right:62.22%;bottom:.47%;left:30.95%}.inset-\[71\.73\%_69\.12\%_0\.47\%_24\.44\%\]{top:71.73%;right:69.12%;bottom:.47%;left:24.44%}.inset-\[71\.73\%_75\.91\%_0\.47\%_17\.9\%\]{top:71.73%;right:75.91%;bottom:.47%;left:17.9%}.inset-\[71\.73\%_75\.92\%_0\.47\%_17\.9\%\]{top:71.73%;right:75.92%;bottom:.47%;left:17.9%}.inset-\[71\.88\%_28\%_0\.51\%_18\.39\%\]{top:71.88%;right:28%;bottom:.51%;left:18.39%}.inset-\[71\.88\%_28\.01\%_0\.52\%_18\.39\%\]{top:71.88%;right:28.01%;bottom:.52%;left:18.39%}.inset-\[71\.88\%_34\.61\%_0\.62\%_59\.14\%\]{top:71.88%;right:34.61%;bottom:.62%;left:59.14%}.inset-\[71\.88\%_48\.58\%_0\.51\%_46\.08\%\]{top:71.88%;right:48.58%;bottom:.51%;left:46.08%}.inset-\[71\.88\%_48\.58\%_0\.52\%_46\.08\%\]{top:71.88%;right:48.58%;bottom:.52%;left:46.08%}.inset-\[72\.24\%_28\.01\%_0\.99\%_66\.44\%\]{top:72.24%;right:28.01%;bottom:.99%;left:66.44%}.inset-\[72\.24\%_41\.37\%_0\.99\%_52\.26\%\]{top:72.24%;right:41.37%;bottom:.99%;left:52.26%}.inset-\[72\.24\%_41\.38\%_0\.99\%_52\.26\%\]{top:72.24%;right:41.38%;bottom:.99%;left:52.26%}.inset-\[72\.24\%_55\.4\%_0\.99\%_38\.73\%\]{top:72.24%;right:55.4%;bottom:.99%;left:38.73%}.inset-\[72\.24\%_62\.42\%_0\.99\%_31\.21\%\]{top:72.24%;right:62.42%;bottom:.99%;left:31.21%}.inset-\[72\.24\%_62\.43\%_0\.99\%_31\.21\%\]{top:72.24%;right:62.43%;bottom:.99%;left:31.21%}.inset-\[72\.24\%_69\.36\%_0\.99\%_25\.33\%\]{top:72.24%;right:69.36%;bottom:.99%;left:25.33%}.inset-\[72\.24\%_76\.06\%_0\.99\%_18\.39\%\]{top:72.24%;right:76.06%;bottom:.99%;left:18.39%}.inset-\[72\.25\%_28\.01\%_0\.99\%_66\.44\%\]{top:72.25%;right:28.01%;bottom:.99%;left:66.44%}.inset-\[72\.25\%_41\.38\%_0\.99\%_52\.26\%\]{top:72.25%;right:41.38%;bottom:.99%;left:52.26%}.inset-\[72\.25\%_55\.4\%_0\.99\%_38\.73\%\]{top:72.25%;right:55.4%;bottom:.99%;left:38.73%}.inset-\[72\.25\%_62\.43\%_0\.99\%_31\.21\%\]{top:72.25%;right:62.43%;bottom:.99%;left:31.21%}.inset-\[72\.25\%_69\.36\%_0\.99\%_25\.33\%\]{top:72.25%;right:69.36%;bottom:.99%;left:25.33%}.inset-\[72\.25\%_76\.06\%_0\.99\%_18\.39\%\]{top:72.25%;right:76.06%;bottom:.99%;left:18.39%}.inset-\[72\.73\%_63\.4\%_23\.78\%_35\.59\%\]{top:72.73%;right:63.4%;bottom:23.78%;left:35.59%}.inset-\[74\.01\%_94\.51\%_22\.94\%_2\.71\%\]{top:74.01%;right:94.51%;bottom:22.94%;left:2.71%}.inset-\[75\.29\%_92\.72\%_20\.49\%_2\.73\%\]{top:75.29%;right:92.72%;bottom:20.49%;left:2.73%}.inset-\[76\.03\%_56\.97\%_19\.54\%_39\.2\%\]{top:76.03%;right:56.97%;bottom:19.54%;left:39.2%}.inset-\[76\.4\%_57\.31\%_19\.88\%_39\.58\%\]{top:76.4%;right:57.31%;bottom:19.88%;left:39.58%}.inset-\[76\.5\%_57\.08\%_19\.34\%_39\.33\%\]{top:76.5%;right:57.08%;bottom:19.34%;left:39.33%}.inset-\[76\.85\%_57\.4\%_19\.66\%_39\.69\%\]{top:76.85%;right:57.4%;bottom:19.66%;left:39.69%}.inset-\[79\.12\%_43\.02\%_17\.06\%_53\.16\%\]{top:79.12%;right:43.02%;bottom:17.06%;left:53.16%}.inset-\[79\.12\%_43\.03\%_17\.06\%_53\.16\%\]{top:79.12%;right:43.03%;bottom:17.06%;left:53.16%}.inset-\[79\.12\%_43\.03\%_17\.07\%_53\.16\%\]{top:79.12%;right:43.03%;bottom:17.07%;left:53.16%}.inset-\[79\.14\%_47\.2\%_17\.08\%_49\.17\%\]{top:79.14%;right:47.2%;bottom:17.08%;left:49.17%}.inset-\[79\.15\%_47\.2\%_17\.07\%_49\.17\%\]{top:79.15%;right:47.2%;bottom:17.07%;left:49.17%}.inset-\[79\.15\%_47\.2\%_17\.08\%_49\.17\%\]{top:79.15%;right:47.2%;bottom:17.08%;left:49.17%}.inset-\[79\.18\%_18\.48\%_17\.1\%_78\.4\%\]{top:79.18%;right:18.48%;bottom:17.1%;left:78.4%}.inset-\[79\.18\%_18\.49\%_17\.1\%_78\.39\%\]{top:79.18%;right:18.49%;bottom:17.1%;left:78.39%}.inset-\[79\.18\%_21\.97\%_17\.1\%_74\.47\%\]{top:79.18%;right:21.97%;bottom:17.1%;left:74.47%}.inset-\[79\.18\%_21\.97\%_17\.1\%_74\.48\%\]{top:79.18%;right:21.97%;bottom:17.1%;left:74.48%}.inset-\[79\.18\%_25\.84\%_17\.1\%_70\.11\%\]{top:79.18%;right:25.84%;bottom:17.1%;left:70.11%}.inset-\[79\.18\%_25\.85\%_17\.1\%_70\.11\%\]{top:79.18%;right:25.85%;bottom:17.1%;left:70.11%}.inset-\[79\.18\%_30\.2\%_17\.1\%_68\.63\%\]{top:79.18%;right:30.2%;bottom:17.1%;left:68.63%}.inset-\[79\.18\%_30\.21\%_17\.1\%_68\.62\%\]{top:79.18%;right:30.21%;bottom:17.1%;left:68.62%}.inset-\[79\.18\%_30\.21\%_17\.1\%_68\.63\%\]{top:79.18%;right:30.21%;bottom:17.1%;left:68.63%}.inset-\[79\.18\%_31\.78\%_17\.1\%_65\.93\%\]{top:79.18%;right:31.78%;bottom:17.1%;left:65.93%}.inset-\[79\.18\%_31\.79\%_17\.1\%_65\.93\%\]{top:79.18%;right:31.79%;bottom:17.1%;left:65.93%}.inset-\[79\.18\%_34\.49\%_17\.1\%_62\.48\%\]{top:79.18%;right:34.49%;bottom:17.1%;left:62.48%}.inset-\[79\.18\%_38\.1\%_17\.1\%_57\.44\%\]{top:79.18%;right:38.1%;bottom:17.1%;left:57.44%}.inset-\[79\.18\%_38\.1\%_17\.1\%_57\.45\%\]{top:79.18%;right:38.1%;bottom:17.1%;left:57.45%}.inset-\[80\.48\%_41\.39\%_18\.35\%_58\.34\%\]{top:80.48%;right:41.39%;bottom:18.35%;left:58.34%}.inset-\[83\.39\%_94\.48\%_13\.57\%_4\.71\%\]{top:83.39%;right:94.48%;bottom:13.57%;left:4.71%}.inset-\[84\.17\%_85\.27\%_1\.78\%_0\]{top:84.17%;right:85.27%;bottom:1.78%;left:0}.inset-\[85\.47\%_92\.72\%_10\.31\%_2\.73\%\]{top:85.47%;right:92.72%;bottom:10.31%;left:2.73%}.inset-\[87\.79\%_6\.17\%_10\.76\%_8\.59\%\]{top:87.79%;right:6.17%;bottom:10.76%;left:8.59%}.inset-\[88\.58\%_2\.89\%_8\.38\%_5\.82\%\]{top:88.58%;right:2.89%;bottom:8.38%;left:5.82%}.inset-\[88\.58\%_2\.89\%_8\.38\%_93\.51\%\]{top:88.58%;right:2.89%;bottom:8.38%;left:93.51%}.inset-\[88\.58\%_9\.69\%_8\.38\%_86\.71\%\]{top:88.58%;right:9.69%;bottom:8.38%;left:86.71%}.inset-\[88\.58\%_17\.05\%_8\.38\%_79\.35\%\]{top:88.58%;right:17.05%;bottom:8.38%;left:79.35%}.inset-\[88\.58\%_24\.4\%_8\.38\%_72\.12\%\]{top:88.58%;right:24.4%;bottom:8.38%;left:72.12%}.inset-\[88\.58\%_31\.75\%_8\.38\%_64\.76\%\]{top:88.58%;right:31.75%;bottom:8.38%;left:64.76%}.inset-\[88\.58\%_39\.1\%_8\.38\%_57\.41\%\]{top:88.58%;right:39.1%;bottom:8.38%;left:57.41%}.inset-\[88\.58\%_46\.57\%_8\.38\%_50\.06\%\]{top:88.58%;right:46.57%;bottom:8.38%;left:50.06%}.inset-\[88\.58\%_53\.81\%_8\.38\%_42\.71\%\]{top:88.58%;right:53.81%;bottom:8.38%;left:42.71%}.inset-\[88\.58\%_61\.17\%_8\.38\%_35\.24\%\]{top:88.58%;right:61.17%;bottom:8.38%;left:35.24%}.inset-\[88\.58\%_68\.52\%_8\.38\%_27\.88\%\]{top:88.58%;right:68.52%;bottom:8.38%;left:27.88%}.inset-\[88\.58\%_75\.75\%_8\.38\%_20\.53\%\]{top:88.58%;right:75.75%;bottom:8.38%;left:20.53%}.inset-\[88\.58\%_83\.22\%_8\.38\%_13\.18\%\]{top:88.58%;right:83.22%;bottom:8.38%;left:13.18%}.inset-\[88\.58\%_90\.58\%_8\.38\%_5\.82\%\]{top:88.58%;right:90.58%;bottom:8.38%;left:5.82%}.inset-\[90\.99\%_4\.52\%_4\.22\%_7\.08\%\]{top:90.99%;right:4.52%;bottom:4.22%;left:7.08%}.inset-\[90\.99\%_35\.46\%_4\.22\%_61\.17\%\]{top:90.99%;right:35.46%;bottom:4.22%;left:61.17%}.inset-\[90\.99\%_81\.87\%_4\.22\%_14\.76\%\]{top:90.99%;right:81.87%;bottom:4.22%;left:14.76%}.inset-\[91\.28\%_4\.52\%_4\.5\%_92\.11\%\]{top:91.28%;right:4.52%;bottom:4.5%;left:92.11%}.inset-\[91\.28\%_12\.21\%_4\.5\%_84\.43\%\]{top:91.28%;right:12.21%;bottom:4.5%;left:84.43%}.inset-\[91\.28\%_19\.99\%_4\.5\%_76\.64\%\]{top:91.28%;right:19.99%;bottom:4.5%;left:76.64%}.inset-\[91\.28\%_27\.68\%_4\.5\%_68\.96\%\]{top:91.28%;right:27.68%;bottom:4.5%;left:68.96%}.inset-\[91\.28\%_43\.15\%_4\.5\%_53\.49\%\]{top:91.28%;right:43.15%;bottom:4.5%;left:53.49%}.inset-\[91\.28\%_50\.93\%_4\.5\%_45\.7\%\]{top:91.28%;right:50.93%;bottom:4.5%;left:45.7%}.inset-\[91\.28\%_58\.62\%_4\.5\%_38\.02\%\]{top:91.28%;right:58.62%;bottom:4.5%;left:38.02%}.inset-\[91\.28\%_66\.4\%_4\.5\%_30\.23\%\]{top:91.28%;right:66.4%;bottom:4.5%;left:30.23%}.inset-\[91\.28\%_74\.09\%_4\.5\%_22\.55\%\]{top:91.28%;right:74.09%;bottom:4.5%;left:22.55%}.inset-\[91\.28\%_89\.56\%_4\.5\%_7\.08\%\]{top:91.28%;right:89.56%;bottom:4.5%;left:7.08%}.inset-\[calc\(36\.51\%-0\.27px\)_calc\(94\.48\%\+0\.9px\)_calc\(13\.57\%-0\.74px\)_calc\(2\.12\%-0\.97px\)\]{inset:calc(36.51% - .27px) calc(94.48% + .9px) calc(13.57% - .74px) calc(2.12% - .97px)}.inset-\[calc\(38\.2\%-0\.24px\)_calc\(4\.12\%-0\.93px\)_calc\(14\.93\%-0\.71px\)_calc\(7\.65\%-0\.86px\)\]{inset:calc(38.2% - .24px) calc(4.12% - .93px) calc(14.93% - .71px) calc(7.65% - .86px)}.inset-\[calc\(41\.32\%-0\.18px\)_calc\(4\.12\%-0\.93px\)_calc\(14\.93\%-0\.71px\)_calc\(7\.65\%-0\.86px\)\]{inset:calc(41.32% - .18px) calc(4.12% - .93px) calc(14.93% - .71px) calc(7.65% - .86px)}.inset-\[calc\(88\.58\%\+0\.78px\)_calc\(2\.89\%-0\.95px\)_calc\(8\.38\%-0\.84px\)_calc\(5\.82\%-0\.9px\)\]{inset:calc(88.58% + .78px) calc(2.89% - .95px) calc(8.38% - .84px) calc(5.82% - .9px)}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.-top-12{top:calc(var(--spacing)*-12)}.top-0{top:calc(var(--spacing)*0)}.top-1\.5{top:calc(var(--spacing)*1.5)}.top-1\/2{top:50%}.top-3\.5{top:calc(var(--spacing)*3.5)}.top-4{top:calc(var(--spacing)*4)}.top-\[-0\.2px\]{top:-.2px}.top-\[-0\.25px\]{top:-.25px}.top-\[-0\.29px\]{top:-.29px}.top-\[-0\.43px\]{top:-.43px}.top-\[-0\.51px\]{top:-.51px}.top-\[-0\.57px\]{top:-.57px}.top-\[-0\.88\%\]{top:-.88%}.top-\[-1\.03px\]{top:-1.03px}.top-\[-1\.14px\]{top:-1.14px}.top-\[-1\.27px\]{top:-1.27px}.top-\[-1px\]{top:-1px}.top-\[-4\.65px\]{top:-4.65px}.top-\[-6\.6px\]{top:-6.6px}.top-\[-6\.45px\]{top:-6.45px}.top-\[-6\.61px\]{top:-6.61px}.top-\[-6\.91px\]{top:-6.91px}.top-\[-9\.52\%\]{top:-9.52%}.top-\[-9px\]{top:-9px}.top-\[-18px\]{top:-18px}.top-\[-21\.05px\]{top:-21.05px}.top-\[-32px\]{top:-32px}.top-\[-35\.74px\]{top:-35.74px}.top-\[-36\.41px\]{top:-36.41px}.top-\[-213\.68px\]{top:-213.68px}.top-\[-229px\]{top:-229px}.top-\[-250px\]{top:-250px}.top-\[-389px\]{top:-389px}.top-\[-628\.97px\]{top:-628.97px}.top-\[0\.5px\]{top:.5px}.top-\[0\.8px\]{top:.8px}.top-\[0\.14px\]{top:.14px}.top-\[0\.16px\]{top:.16px}.top-\[0\.29px\]{top:.29px}.top-\[0\.48px\]{top:.48px}.top-\[0\.49\%\]{top:.49%}.top-\[0\.51px\]{top:.51px}.top-\[0\.57px\]{top:.57px}.top-\[0\.86px\]{top:.86px}.top-\[0px\]{top:0}.top-\[1\.01px\]{top:1.01px}.top-\[1\.6px\]{top:1.6px}.top-\[1\.44px\]{top:1.44px}.top-\[1\.52px\]{top:1.52px}.top-\[1\.57px\]{top:1.57px}.top-\[1px\]{top:1px}.top-\[2\.29px\]{top:2.29px}.top-\[2\.48px\]{top:2.48px}.top-\[2\.54px\]{top:2.54px}.top-\[2\.78px\]{top:2.78px}.top-\[2\.81px\]{top:2.81px}.top-\[2\.85px\]{top:2.85px}.top-\[2\.88px\]{top:2.88px}.top-\[2px\]{top:2px}.top-\[3\.09px\]{top:3.09px}.top-\[3\.18px\]{top:3.18px}.top-\[3\.29px\]{top:3.29px}.top-\[3\.34px\]{top:3.34px}.top-\[3\.39px\]{top:3.39px}.top-\[3\.46px\]{top:3.46px}.top-\[3\.47px\]{top:3.47px}.top-\[3\.61px\]{top:3.61px}.top-\[3\.64px\]{top:3.64px}.top-\[3\.95px\]{top:3.95px}.top-\[3px\]{top:3px}.top-\[4\.09px\]{top:4.09px}.top-\[4\.35px\]{top:4.35px}.top-\[4\.51px\]{top:4.51px}.top-\[4\.76px\]{top:4.76px}.top-\[4\.85px\]{top:4.85px}.top-\[4px\]{top:4px}.top-\[5\.2px\]{top:5.2px}.top-\[5\.42px\]{top:5.42px}.top-\[5\.57px\]{top:5.57px}.top-\[5\.68px\]{top:5.68px}.top-\[5\.81px\]{top:5.81px}.top-\[6\.14px\]{top:6.14px}.top-\[6\.54px\]{top:6.54px}.top-\[6\.84px\]{top:6.84px}.top-\[6\.93px\]{top:6.93px}.top-\[7\.6px\]{top:7.6px}.top-\[7\.9px\]{top:7.9px}.top-\[7\.21px\]{top:7.21px}.top-\[7\.34px\]{top:7.34px}.top-\[7\.98px\]{top:7.98px}.top-\[8\.23px\]{top:8.23px}.top-\[8\.64px\]{top:8.64px}.top-\[8\.83px\]{top:8.83px}.top-\[8\.87px\]{top:8.87px}.top-\[8\.94px\]{top:8.94px}.top-\[8px\]{top:8px}.top-\[9\.54px\]{top:9.54px}.top-\[9\.68px\]{top:9.68px}.top-\[9\.73px\]{top:9.73px}.top-\[9\.84px\]{top:9.84px}.top-\[9px\]{top:9px}.top-\[10\%\]{top:10%}.top-\[10\.2px\]{top:10.2px}.top-\[10\.5px\]{top:10.5px}.top-\[10\.07px\]{top:10.07px}.top-\[10\.11px\]{top:10.11px}.top-\[10\.22px\]{top:10.22px}.top-\[10\.25px\]{top:10.25px}.top-\[10\.48px\]{top:10.48px}.top-\[10\.87\%\]{top:10.87%}.top-\[10px\]{top:10px}.top-\[11\.06px\]{top:11.06px}.top-\[11\.9px\]{top:11.9px}.top-\[11\.51px\]{top:11.51px}.top-\[11\.81px\]{top:11.81px}.top-\[12\.08px\]{top:12.08px}.top-\[12\.43px\]{top:12.43px}.top-\[12\.53px\]{top:12.53px}.top-\[12\.58px\]{top:12.58px}.top-\[12\.78px\]{top:12.78px}.top-\[12\.95px\]{top:12.95px}.top-\[13\.3px\]{top:13.3px}.top-\[13\.71px\]{top:13.71px}.top-\[13\.78px\]{top:13.78px}.top-\[13px\]{top:13px}.top-\[14\.56px\]{top:14.56px}.top-\[14\.84px\]{top:14.84px}.top-\[14\.88px\]{top:14.88px}.top-\[15\.76px\]{top:15.76px}.top-\[15\.93px\]{top:15.93px}.top-\[15\.99px\]{top:15.99px}.top-\[16\.22px\]{top:16.22px}.top-\[16\.42px\]{top:16.42px}.top-\[16px\]{top:16px}.top-\[17\.5px\]{top:17.5px}.top-\[17\.34px\]{top:17.34px}.top-\[18\.15px\]{top:18.15px}.top-\[18\.26px\]{top:18.26px}.top-\[19\.02px\]{top:19.02px}.top-\[19\.25px\]{top:19.25px}.top-\[20\%\]{top:20%}.top-\[20\.64\%\]{top:20.64%}.top-\[20\.72px\]{top:20.72px}.top-\[20\.83\%\]{top:20.83%}.top-\[21\.05px\]{top:21.05px}.top-\[21\.5px\]{top:21.5px}.top-\[21\.12px\]{top:21.12px}.top-\[21px\]{top:21px}.top-\[22\.5px\]{top:22.5px}.top-\[22\.8px\]{top:22.8px}.top-\[22\.11px\]{top:22.11px}.top-\[22\.42px\]{top:22.42px}.top-\[23\.07px\]{top:23.07px}.top-\[23\.34px\]{top:23.34px}.top-\[23\.85px\]{top:23.85px}.top-\[23\.97px\]{top:23.97px}.top-\[24\.32px\]{top:24.32px}.top-\[24px\]{top:24px}.top-\[25\.33px\]{top:25.33px}.top-\[25\.43px\]{top:25.43px}.top-\[26\.15px\]{top:26.15px}.top-\[26\.18px\]{top:26.18px}.top-\[26\.24px\]{top:26.24px}.top-\[26\.44px\]{top:26.44px}.top-\[26px\]{top:26px}.top-\[27\.05px\]{top:27.05px}.top-\[27\.25px\]{top:27.25px}.top-\[28\.09px\]{top:28.09px}.top-\[28\.75px\]{top:28.75px}.top-\[28px\]{top:28px}.top-\[30\.21px\]{top:30.21px}.top-\[30px\]{top:30px}.top-\[31px\]{top:31px}.top-\[32\.42px\]{top:32.42px}.top-\[34\.43px\]{top:34.43px}.top-\[34\.48px\]{top:34.48px}.top-\[34px\]{top:34px}.top-\[35\.2px\]{top:35.2px}.top-\[35\.04px\]{top:35.04px}.top-\[35\.5px\]{top:35.5px}.top-\[35\.17px\]{top:35.17px}.top-\[35\.21px\]{top:35.21px}.top-\[35\.22px\]{top:35.22px}.top-\[35\.25px\]{top:35.25px}.top-\[35\.26px\]{top:35.26px}.top-\[35\.57px\]{top:35.57px}.top-\[35\.69px\]{top:35.69px}.top-\[35\.72px\]{top:35.72px}.top-\[35\.75px\]{top:35.75px}.top-\[35\.94px\]{top:35.94px}.top-\[35\.95px\]{top:35.95px}.top-\[36\.5px\]{top:36.5px}.top-\[36\.28px\]{top:36.28px}.top-\[36\.35px\]{top:36.35px}.top-\[36\.46px\]{top:36.46px}.top-\[36\.47px\]{top:36.47px}.top-\[36\.53px\]{top:36.53px}.top-\[36\.73px\]{top:36.73px}.top-\[36px\]{top:36px}.top-\[37\.5\%\]{top:37.5%}.top-\[37px\]{top:37px}.top-\[39\.25px\]{top:39.25px}.top-\[44\.59px\]{top:44.59px}.top-\[44\.78px\]{top:44.78px}.top-\[49px\]{top:49px}.top-\[50\%\]{top:50%}.top-\[53\.09px\]{top:53.09px}.top-\[53\.43px\]{top:53.43px}.top-\[54\.09px\]{top:54.09px}.top-\[54\.71px\]{top:54.71px}.top-\[56\.89px\]{top:56.89px}.top-\[60\%\]{top:60%}.top-\[61\.57px\]{top:61.57px}.top-\[66\.25px\]{top:66.25px}.top-\[69\.16px\]{top:69.16px}.top-\[72\.44px\]{top:72.44px}.top-\[72px\]{top:72px}.top-\[75px\]{top:75px}.top-\[78\.45px\]{top:78.45px}.top-\[78\.97px\]{top:78.97px}.top-\[78px\]{top:78px}.top-\[79\.48px\]{top:79.48px}.top-\[80\.27px\]{top:80.27px}.top-\[80\.55px\]{top:80.55px}.top-\[80\.75px\]{top:80.75px}.top-\[80\.76px\]{top:80.76px}.top-\[80px\]{top:80px}.top-\[81\.74px\]{top:81.74px}.top-\[84\.91px\]{top:84.91px}.top-\[85\.13px\]{top:85.13px}.top-\[85px\]{top:85px}.top-\[88\.07px\]{top:88.07px}.top-\[88\.36px\]{top:88.36px}.top-\[88\.69px\]{top:88.69px}.top-\[88px\]{top:88px}.top-\[89\.19px\]{top:89.19px}.top-\[89\.36px\]{top:89.36px}.top-\[90\.64px\]{top:90.64px}.top-\[95\.59px\]{top:95.59px}.top-\[96\.09px\]{top:96.09px}.top-\[96\.41px\]{top:96.41px}.top-\[96px\]{top:96px}.top-\[97\.09px\]{top:97.09px}.top-\[97\.19px\]{top:97.19px}.top-\[99\.75px\]{top:99.75px}.top-\[100\.01px\]{top:100.01px}.top-\[101\.16px\]{top:101.16px}.top-\[108\.12px\]{top:108.12px}.top-\[112\.34px\]{top:112.34px}.top-\[112\.37px\]{top:112.37px}.top-\[112px\]{top:112px}.top-\[113\.34px\]{top:113.34px}.top-\[113\.78px\]{top:113.78px}.top-\[114\.7px\]{top:114.7px}.top-\[119\.74px\]{top:119.74px}.top-\[126\.5px\]{top:126.5px}.top-\[127\.41px\]{top:127.41px}.top-\[128px\]{top:128px}.top-\[130\.25px\]{top:130.25px}.top-\[130\.34px\]{top:130.34px}.top-\[130px\]{top:130px}.top-\[131\.25px\]{top:131.25px}.top-\[135\.75px\]{top:135.75px}.top-\[136px\]{top:136px}.top-\[138\.09px\]{top:138.09px}.top-\[138\.15px\]{top:138.15px}.top-\[138\.34px\]{top:138.34px}.top-\[139\.09px\]{top:139.09px}.top-\[144\.52px\]{top:144.52px}.top-\[144\.88px\]{top:144.88px}.top-\[147\.5px\]{top:147.5px}.top-\[148\.41px\]{top:148.41px}.top-\[151\.43px\]{top:151.43px}.top-\[154\.41px\]{top:154.41px}.top-\[154\.52px\]{top:154.52px}.top-\[154px\]{top:154px}.top-\[155\.09px\]{top:155.09px}.top-\[157px\]{top:157px}.top-\[160px\]{top:160px}.top-\[169\.29px\]{top:169.29px}.top-\[170px\]{top:170px}.top-\[172\.59px\]{top:172.59px}.top-\[172\.75px\]{top:172.75px}.top-\[173\.97px\]{top:173.97px}.top-\[174\.25px\]{top:174.25px}.top-\[180\.59px\]{top:180.59px}.top-\[180px\]{top:180px}.top-\[184px\]{top:184px}.top-\[200px\]{top:200px}.top-\[204px\]{top:204px}.top-\[214\.11px\]{top:214.11px}.top-\[214\.15px\]{top:214.15px}.top-\[215\.25px\]{top:215.25px}.top-\[218\.84px\]{top:218.84px}.top-\[218px\]{top:218px}.top-\[228px\]{top:228px}.top-\[232\.48px\]{top:232.48px}.top-\[253\.59px\]{top:253.59px}.top-\[256\.95px\]{top:256.95px}.top-\[257\.75px\]{top:257.75px}.top-\[259\.46px\]{top:259.46px}.top-\[260\.26px\]{top:260.26px}.top-\[261\.16px\]{top:261.16px}.top-\[268\.39px\]{top:268.39px}.top-\[268px\]{top:268px}.top-\[269\.97px\]{top:269.97px}.top-\[271\.09px\]{top:271.09px}.top-\[274\.43px\]{top:274.43px}.top-\[274px\]{top:274px}.top-\[278\.56px\]{top:278.56px}.top-\[281\.66px\]{top:281.66px}.top-\[289\.11px\]{top:289.11px}.top-\[292px\]{top:292px}.top-\[293\.53px\]{top:293.53px}.top-\[294\.26px\]{top:294.26px}.top-\[296\.26px\]{top:296.26px}.top-\[307\.05px\]{top:307.05px}.top-\[307\.63px\]{top:307.63px}.top-\[310\.16px\]{top:310.16px}.top-\[317\.94px\]{top:317.94px}.top-\[320px\]{top:320px}.top-\[321px\]{top:321px}.top-\[323\.04px\]{top:323.04px}.top-\[338px\]{top:338px}.top-\[345\.41px\]{top:345.41px}.top-\[361\.66px\]{top:361.66px}.top-\[367\.48px\]{top:367.48px}.top-\[371\.66px\]{top:371.66px}.top-\[372\.91px\]{top:372.91px}.top-\[373\.25px\]{top:373.25px}.top-\[383\.91px\]{top:383.91px}.top-\[384\.7px\]{top:384.7px}.top-\[385\.02px\]{top:385.02px}.top-\[399\.5px\]{top:399.5px}.top-\[400\.98px\]{top:400.98px}.top-\[406\.97px\]{top:406.97px}.top-\[415\.54px\]{top:415.54px}.top-\[418\.71px\]{top:418.71px}.top-\[420\.71px\]{top:420.71px}.top-\[421px\]{top:421px}.top-\[424\.37px\]{top:424.37px}.top-\[424\.54px\]{top:424.54px}.top-\[430\.29px\]{top:430.29px}.top-\[440px\]{top:440px}.top-\[443\.2px\]{top:443.2px}.top-\[443\.97px\]{top:443.97px}.top-\[445\.23px\]{top:445.23px}.top-\[468\.36px\]{top:468.36px}.top-\[471\.36px\]{top:471.36px}.top-\[475\.57px\]{top:475.57px}.top-\[480\.29px\]{top:480.29px}.top-\[494\.97px\]{top:494.97px}.top-\[508\.76px\]{top:508.76px}.top-\[532px\]{top:532px}.top-\[536\.16px\]{top:536.16px}.top-\[536px\]{top:536px}.top-\[546\.91px\]{top:546.91px}.top-\[553\.52px\]{top:553.52px}.top-\[622px\]{top:622px}.top-\[625\.55px\]{top:625.55px}.top-\[640px\]{top:640px}.top-\[668px\]{top:668px}.top-\[680px\]{top:680px}.top-\[699\.45px\]{top:699.45px}.top-\[751\.05px\]{top:751.05px}.top-\[768\.25px\]{top:768.25px}.top-\[835px\]{top:835px}.top-\[836px\]{top:836px}.top-\[936px\]{top:936px}.top-\[1155px\]{top:1155px}.top-\[1235px\]{top:1235px}.top-\[1712px\]{top:1712px}.top-\[3617px\]{top:3617px}.top-\[calc\(50\%\+0\.05px\)\]{top:calc(50% + .05px)}.top-\[calc\(50\%\+0\.6px\)\]{top:calc(50% + .6px)}.top-\[calc\(50\%\+0\.08px\)\]{top:calc(50% + .08px)}.top-\[calc\(50\%\+0\.22px\)\]{top:calc(50% + .22px)}.top-\[calc\(50\%\+0\.23px\)\]{top:calc(50% + .23px)}.top-\[calc\(50\%\+0\.37px\)\]{top:calc(50% + .37px)}.top-\[calc\(50\%\+0\.52px\)\]{top:calc(50% + .52px)}.top-\[calc\(50\%\+1\.81px\)\]{top:calc(50% + 1.81px)}.top-\[calc\(50\%\+3\.09px\)\]{top:calc(50% + 3.09px)}.top-\[calc\(50\%\+15\.05px\)\]{top:calc(50% + 15.05px)}.top-\[calc\(50\%\+23\.23px\)\]{top:calc(50% + 23.23px)}.top-\[calc\(50\%\+67px\)\]{top:calc(50% + 67px)}.top-\[calc\(50\%-0\.17px\)\]{top:calc(50% - .17px)}.top-\[calc\(50\%-0\.31px\)\]{top:calc(50% - .31px)}.top-\[calc\(50\%-0\.37px\)\]{top:calc(50% - .37px)}.top-\[calc\(50\%-0\.52px\)\]{top:calc(50% - .52px)}.top-\[calc\(50\%-1\.71px\)\]{top:calc(50% - 1.71px)}.top-\[calc\(50\%-4\.85px\)\]{top:calc(50% - 4.85px)}.top-\[calc\(50\%-7\.74px\)\]{top:calc(50% - 7.74px)}.top-\[calc\(50\%-8\.77px\)\]{top:calc(50% - 8.77px)}.top-\[calc\(50\%-9\.29px\)\]{top:calc(50% - 9.29px)}.top-\[calc\(50\%-9\.61px\)\]{top:calc(50% - 9.61px)}.top-\[calc\(50\%-12\.39px\)\]{top:calc(50% - 12.39px)}.top-\[calc\(50\%-14\.47px\)\]{top:calc(50% - 14.47px)}.top-\[calc\(50\%-35\.1px\)\]{top:calc(50% - 35.1px)}.top-\[calc\(50\%-118\.19px\)\]{top:calc(50% - 118.19px)}.top-\[calc\(50\%-153\.29px\)\]{top:calc(50% - 153.29px)}.top-\[calc\(50\%-305px\)\]{top:calc(50% - 305px)}.top-\[calc\(55\%-24px\)\]{top:calc(55% - 24px)}.top-\[calc\(100\%\+4px\)\]{top:calc(100% + 4px)}.top-\[calc\(100\%-99\.57px\)\]{top:calc(100% - 99.57px)}.top-full{top:100%}.top-px{top:1px}.-right-12{right:calc(var(--spacing)*-12)}.-right-\[15\%\]{right:-15%}.right-0{right:calc(var(--spacing)*0)}.right-1{right:calc(var(--spacing)*1)}.right-1\/2{right:50%}.right-1\/4{right:25%}.right-2{right:calc(var(--spacing)*2)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.right-\[-5\%\]{right:-5%}.right-\[0\.22px\]{right:.22px}.right-\[0\.72\%\]{right:.72%}.right-\[2\.15\%\]{right:2.15%}.right-\[4\.13px\]{right:4.13px}.right-\[4\.65\%\]{right:4.65%}.right-\[8\.05\%\]{right:8.05%}.right-\[10\%\]{right:10%}.right-\[13\.4\%\]{right:13.4%}.right-\[13\.42\%\]{right:13.42%}.right-\[14px\]{right:14px}.right-\[20\.83\%\]{right:20.83%}.right-\[20\.84\%\]{right:20.84%}.right-\[23\.83\%\]{right:23.83%}.right-\[30\%\]{right:30%}.right-\[35\.62\%\]{right:35.62%}.right-\[41\.91\%\]{right:41.91%}.right-\[42\.34\%\]{right:42.34%}.right-\[42\.55\%\]{right:42.55%}.right-\[46\.86\%\]{right:46.86%}.right-\[60\.6\%\]{right:60.6%}.right-\[68\.68\%\]{right:68.68%}.right-\[68\.78\%\]{right:68.78%}.right-\[70\.12\%\]{right:70.12%}.right-\[70\.42\%\]{right:70.42%}.right-\[80\.03\%\]{right:80.03%}.right-\[155\.12px\]{right:155.12px}.right-\[1056px\]{right:1056px}.-bottom-12{bottom:calc(var(--spacing)*-12)}.-bottom-\[8px\]{bottom:-8px}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-1\/2{bottom:50%}.bottom-3\/4{bottom:75%}.bottom-4{bottom:calc(var(--spacing)*4)}.bottom-\[0\.64\%\]{bottom:.64%}.bottom-\[5\%\]{bottom:5%}.bottom-\[10\.87\%\]{bottom:10.87%}.bottom-\[20\.83\%\]{bottom:20.83%}.bottom-\[24px\]{bottom:24px}.bottom-\[37\.5\%\]{bottom:37.5%}.bottom-\[calc\(100\%\+16px\)\]{bottom:calc(100% + 16px)}.-left-12{left:calc(var(--spacing)*-12)}.-left-\[15\%\]{left:-15%}.-left-\[180px\]{left:-180px}.left-0{left:calc(var(--spacing)*0)}.left-1{left:calc(var(--spacing)*1)}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-2{left:calc(var(--spacing)*2)}.left-3\/4{left:75%}.left-\[-0\.01px\]{left:-.01px}.left-\[-0\.03px\]{left:-.03px}.left-\[-3\.34px\]{left:-3.34px}.left-\[-3px\]{left:-3px}.left-\[-5\.94px\]{left:-5.94px}.left-\[-7\.2px\]{left:-7.2px}.left-\[-8\.97px\]{left:-8.97px}.left-\[-9px\]{left:-9px}.left-\[-13\.33px\]{left:-13.33px}.left-\[-14\.65px\]{left:-14.65px}.left-\[-21\.77px\]{left:-21.77px}.left-\[-23px\]{left:-23px}.left-\[-80px\]{left:-80px}.left-\[-390px\]{left:-390px}.left-\[-520\.14px\]{left:-520.14px}.left-\[0\.22px\]{left:.22px}.left-\[0\.63px\]{left:.63px}.left-\[0\.99px\]{left:.99px}.left-\[0px\]{left:0}.left-\[1\.01px\]{left:1.01px}.left-\[1\.1px\]{left:1.1px}.left-\[1\.12px\]{left:1.12px}.left-\[1\.13px\]{left:1.13px}.left-\[1\.41px\]{left:1.41px}.left-\[1\.46px\]{left:1.46px}.left-\[1\.51px\]{left:1.51px}.left-\[1\.58px\]{left:1.58px}.left-\[1\.62px\]{left:1.62px}.left-\[1\.76px\]{left:1.76px}.left-\[1\.82\%\]{left:1.82%}.left-\[1\.91px\]{left:1.91px}.left-\[1\.92\%\]{left:1.92%}.left-\[2\.05px\]{left:2.05px}.left-\[2\.16px\]{left:2.16px}.left-\[2\.48px\]{left:2.48px}.left-\[2\.86px\]{left:2.86px}.left-\[2\.92px\]{left:2.92px}.left-\[2px\]{left:2px}.left-\[3\.3px\]{left:3.3px}.left-\[3\.26\%\]{left:3.26%}.left-\[3\.32px\]{left:3.32px}.left-\[3\.43px\]{left:3.43px}.left-\[3\.75\%\]{left:3.75%}.left-\[3\.95px\]{left:3.95px}.left-\[4\.9px\]{left:4.9px}.left-\[4\.15px\]{left:4.15px}.left-\[4\.24px\]{left:4.24px}.left-\[4\.77px\]{left:4.77px}.left-\[4px\]{left:4px}.left-\[5\.09px\]{left:5.09px}.left-\[5\.61px\]{left:5.61px}.left-\[5\.83px\]{left:5.83px}.left-\[6\.48px\]{left:6.48px}.left-\[6\.82px\]{left:6.82px}.left-\[7\.6px\]{left:7.6px}.left-\[7\.57px\]{left:7.57px}.left-\[8\.5px\]{left:8.5px}.left-\[8\.96px\]{left:8.96px}.left-\[8\.99px\]{left:8.99px}.left-\[8px\]{left:8px}.left-\[9\.35\%\]{left:9.35%}.left-\[9\.62px\]{left:9.62px}.left-\[9\.87px\]{left:9.87px}.left-\[9px\]{left:9px}.left-\[10\.01px\]{left:10.01px}.left-\[10\.13px\]{left:10.13px}.left-\[10\.18px\]{left:10.18px}.left-\[10\.57px\]{left:10.57px}.left-\[10\.88px\]{left:10.88px}.left-\[10px\]{left:10px}.left-\[11\.05px\]{left:11.05px}.left-\[11\.21\%\]{left:11.21%}.left-\[11\.39px\]{left:11.39px}.left-\[11\.84px\]{left:11.84px}.left-\[12\.21px\]{left:12.21px}.left-\[12\.36px\]{left:12.36px}.left-\[12\.56\%\]{left:12.56%}.left-\[12px\]{left:12px}.left-\[13\.6px\]{left:13.6px}.left-\[13\.14px\]{left:13.14px}.left-\[13\.82px\]{left:13.82px}.left-\[14\.8px\]{left:14.8px}.left-\[14\.32px\]{left:14.32px}.left-\[14\.35px\]{left:14.35px}.left-\[14\.56px\]{left:14.56px}.left-\[15\.04px\]{left:15.04px}.left-\[15\.32px\]{left:15.32px}.left-\[15\.78px\]{left:15.78px}.left-\[15\.94px\]{left:15.94px}.left-\[16\.9px\]{left:16.9px}.left-\[16\.13px\]{left:16.13px}.left-\[16\.31\%\]{left:16.31%}.left-\[16\.62px\]{left:16.62px}.left-\[16px\]{left:16px}.left-\[17\.7px\]{left:17.7px}.left-\[17\.9px\]{left:17.9px}.left-\[17\.12px\]{left:17.12px}.left-\[18\.19px\]{left:18.19px}.left-\[18\.22px\]{left:18.22px}.left-\[18\.71px\]{left:18.71px}.left-\[18\.84px\]{left:18.84px}.left-\[19\.23px\]{left:19.23px}.left-\[19\.29px\]{left:19.29px}.left-\[19\.77px\]{left:19.77px}.left-\[20\.3px\]{left:20.3px}.left-\[20\.16px\]{left:20.16px}.left-\[20\.18px\]{left:20.18px}.left-\[20\.26px\]{left:20.26px}.left-\[20\.35px\]{left:20.35px}.left-\[20\.66px\]{left:20.66px}.left-\[20\.83\%\]{left:20.83%}.left-\[21\.2px\]{left:21.2px}.left-\[21\.13px\]{left:21.13px}.left-\[21\.45px\]{left:21.45px}.left-\[21\.49px\]{left:21.49px}.left-\[21\.93px\]{left:21.93px}.left-\[22\.7px\]{left:22.7px}.left-\[22\.31px\]{left:22.31px}.left-\[22\.47px\]{left:22.47px}.left-\[22\.48px\]{left:22.48px}.left-\[22\.78px\]{left:22.78px}.left-\[23\.34px\]{left:23.34px}.left-\[23\.42px\]{left:23.42px}.left-\[23\.58px\]{left:23.58px}.left-\[24\.1px\]{left:24.1px}.left-\[24\.32px\]{left:24.32px}.left-\[24\.57px\]{left:24.57px}.left-\[24\.72px\]{left:24.72px}.left-\[24px\]{left:24px}.left-\[25\.14px\]{left:25.14px}.left-\[25\.55px\]{left:25.55px}.left-\[25\.87px\]{left:25.87px}.left-\[26\.5px\]{left:26.5px}.left-\[27\.5px\]{left:27.5px}.left-\[27\.18px\]{left:27.18px}.left-\[27\.24px\]{left:27.24px}.left-\[27\.82px\]{left:27.82px}.left-\[29\.07px\]{left:29.07px}.left-\[29\.64px\]{left:29.64px}.left-\[29\.97px\]{left:29.97px}.left-\[30\%\]{left:30%}.left-\[30\.5px\]{left:30.5px}.left-\[30\.46px\]{left:30.46px}.left-\[30\.57px\]{left:30.57px}.left-\[30\.96px\]{left:30.96px}.left-\[31\.18px\]{left:31.18px}.left-\[31\.44px\]{left:31.44px}.left-\[32\.02px\]{left:32.02px}.left-\[32\.5px\]{left:32.5px}.left-\[32\.36px\]{left:32.36px}.left-\[32\.48\%\]{left:32.48%}.left-\[32\.66px\]{left:32.66px}.left-\[32\.69px\]{left:32.69px}.left-\[32\.79px\]{left:32.79px}.left-\[33\.6px\]{left:33.6px}.left-\[33\.21px\]{left:33.21px}.left-\[33\.37px\]{left:33.37px}.left-\[33\.52px\]{left:33.52px}.left-\[33\.67px\]{left:33.67px}.left-\[34\.1px\]{left:34.1px}.left-\[34\.14px\]{left:34.14px}.left-\[34\.23px\]{left:34.23px}.left-\[34\.32px\]{left:34.32px}.left-\[34\.42px\]{left:34.42px}.left-\[34\.47px\]{left:34.47px}.left-\[34\.98\%\]{left:34.98%}.left-\[36\%\]{left:36%}.left-\[36px\]{left:36px}.left-\[37px\]{left:37px}.left-\[38\.05px\]{left:38.05px}.left-\[40\.53px\]{left:40.53px}.left-\[40px\]{left:40px}.left-\[42\.92\%\]{left:42.92%}.left-\[46\.04px\]{left:46.04px}.left-\[47\.72px\]{left:47.72px}.left-\[48\.65px\]{left:48.65px}.left-\[50\%\]{left:50%}.left-\[53\.51px\]{left:53.51px}.left-\[53\.62px\]{left:53.62px}.left-\[54\.44px\]{left:54.44px}.left-\[56\.89px\]{left:56.89px}.left-\[57\.66px\]{left:57.66px}.left-\[58\.58px\]{left:58.58px}.left-\[59\.85px\]{left:59.85px}.left-\[61\.5px\]{left:61.5px}.left-\[63\.93px\]{left:63.93px}.left-\[64\.48px\]{left:64.48px}.left-\[65\.44\%\]{left:65.44%}.left-\[65\.69\%\]{left:65.69%}.left-\[68\.05px\]{left:68.05px}.left-\[68\.45\%\]{left:68.45%}.left-\[68px\]{left:68px}.left-\[71\.1px\]{left:71.1px}.left-\[71\.34px\]{left:71.34px}.left-\[73\.61px\]{left:73.61px}.left-\[75\.05px\]{left:75.05px}.left-\[75\.21px\]{left:75.21px}.left-\[79\.99px\]{left:79.99px}.left-\[81\.25px\]{left:81.25px}.left-\[84\.09px\]{left:84.09px}.left-\[89\.88px\]{left:89.88px}.left-\[89\.99px\]{left:89.99px}.left-\[90\.29\%\]{left:90.29%}.left-\[92\.5px\]{left:92.5px}.left-\[99\.76px\]{left:99.76px}.left-\[110\.41px\]{left:110.41px}.left-\[114\.93px\]{left:114.93px}.left-\[117\.4px\]{left:117.4px}.left-\[119\.88px\]{left:119.88px}.left-\[121\.01px\]{left:121.01px}.left-\[122\.95px\]{left:122.95px}.left-\[128px\]{left:128px}.left-\[149\.34px\]{left:149.34px}.left-\[151px\]{left:151px}.left-\[155\.12px\]{left:155.12px}.left-\[159\.99px\]{left:159.99px}.left-\[170\.25px\]{left:170.25px}.left-\[181\.99px\]{left:181.99px}.left-\[182\.04px\]{left:182.04px}.left-\[188\.45px\]{left:188.45px}.left-\[188\.68px\]{left:188.68px}.left-\[188px\]{left:188px}.left-\[190\.83px\]{left:190.83px}.left-\[190px\]{left:190px}.left-\[197\.16px\]{left:197.16px}.left-\[199\.14px\]{left:199.14px}.left-\[199px\]{left:199px}.left-\[202\.95px\]{left:202.95px}.left-\[203\.2px\]{left:203.2px}.left-\[203\.25px\]{left:203.25px}.left-\[205\.5px\]{left:205.5px}.left-\[207\.41px\]{left:207.41px}.left-\[214\.71px\]{left:214.71px}.left-\[215\.5px\]{left:215.5px}.left-\[216\.64px\]{left:216.64px}.left-\[219\.19px\]{left:219.19px}.left-\[220px\]{left:220px}.left-\[221\.1px\]{left:221.1px}.left-\[221px\]{left:221px}.left-\[232\.62px\]{left:232.62px}.left-\[239\.48px\]{left:239.48px}.left-\[240\.52px\]{left:240.52px}.left-\[240px\]{left:240px}.left-\[244\.17px\]{left:244.17px}.left-\[250px\]{left:250px}.left-\[259px\]{left:259px}.left-\[286\.5px\]{left:286.5px}.left-\[286\.53px\]{left:286.53px}.left-\[296px\]{left:296px}.left-\[297\.78px\]{left:297.78px}.left-\[297px\]{left:297px}.left-\[299\.45px\]{left:299.45px}.left-\[319\.25px\]{left:319.25px}.left-\[319px\]{left:319px}.left-\[320\.3px\]{left:320.3px}.left-\[320px\]{left:320px}.left-\[321px\]{left:321px}.left-\[328px\]{left:328px}.left-\[343\.03px\]{left:343.03px}.left-\[345\.1px\]{left:345.1px}.left-\[348\.24px\]{left:348.24px}.left-\[358\.95px\]{left:358.95px}.left-\[376\.4px\]{left:376.4px}.left-\[377\.13px\]{left:377.13px}.left-\[395\.5px\]{left:395.5px}.left-\[395\.47px\]{left:395.47px}.left-\[395px\]{left:395px}.left-\[410\.45px\]{left:410.45px}.left-\[414\.13px\]{left:414.13px}.left-\[424\.14px\]{left:424.14px}.left-\[424px\]{left:424px}.left-\[433\.45px\]{left:433.45px}.left-\[435\.5px\]{left:435.5px}.left-\[447\.14px\]{left:447.14px}.left-\[453\.5px\]{left:453.5px}.left-\[498px\]{left:498px}.left-\[500\.27px\]{left:500.27px}.left-\[530\.5px\]{left:530.5px}.left-\[543\.11px\]{left:543.11px}.left-\[558px\]{left:558px}.left-\[565px\]{left:565px}.left-\[635\.62px\]{left:635.62px}.left-\[652\.24px\]{left:652.24px}.left-\[688px\]{left:688px}.left-\[706\.21px\]{left:706.21px}.left-\[724px\]{left:724px}.left-\[755px\]{left:755px}.left-\[762\.37px\]{left:762.37px}.left-\[778\.95px\]{left:778.95px}.left-\[815px\]{left:815px}.left-\[818\.01px\]{left:818.01px}.left-\[877px\]{left:877px}.left-\[904\.26px\]{left:904.26px}.left-\[912\.24px\]{left:912.24px}.left-\[927\.11px\]{left:927.11px}.left-\[935\.5px\]{left:935.5px}.left-\[950\.02px\]{left:950.02px}.left-\[953\.07px\]{left:953.07px}.left-\[959\.5px\]{left:959.5px}.left-\[960px\]{left:960px}.left-\[983\.55px\]{left:983.55px}.left-\[1087\.62px\]{left:1087.62px}.left-\[1088px\]{left:1088px}.left-\[1095px\]{left:1095px}.left-\[1114px\]{left:1114px}.left-\[1185\.54px\]{left:1185.54px}.left-\[1189px\]{left:1189px}.left-\[1194\.52px\]{left:1194.52px}.left-\[1204\.74px\]{left:1204.74px}.left-\[1210\.02px\]{left:1210.02px}.left-\[1212\.05px\]{left:1212.05px}.left-\[1297\.47px\]{left:1297.47px}.left-\[1331\.62px\]{left:1331.62px}.left-\[1344\.95px\]{left:1344.95px}.left-\[1355\.56px\]{left:1355.56px}.left-\[1403\.13px\]{left:1403.13px}.left-\[1425\.93px\]{left:1425.93px}.left-\[1480px\]{left:1480px}.left-\[1509\.84px\]{left:1509.84px}.left-\[1509px\]{left:1509px}.left-\[1515\.5px\]{left:1515.5px}.left-\[1527\.5px\]{left:1527.5px}.left-\[calc\(50\%\+0\.5px\)\]{left:calc(50% + .5px)}.left-\[calc\(50\%\+0\.12px\)\]{left:calc(50% + .12px)}.left-\[calc\(50\%\+0\.13px\)\]{left:calc(50% + .13px)}.left-\[calc\(50\%\+0\.14px\)\]{left:calc(50% + .14px)}.left-\[calc\(50\%\+0\.18px\)\]{left:calc(50% + .18px)}.left-\[calc\(50\%\+0\.22px\)\]{left:calc(50% + .22px)}.left-\[calc\(50\%\+0\.25px\)\]{left:calc(50% + .25px)}.left-\[calc\(50\%\+0\.57px\)\]{left:calc(50% + .57px)}.left-\[calc\(50\%\+1\.4px\)\]{left:calc(50% + 1.4px)}.left-\[calc\(50\%\+1\.22px\)\]{left:calc(50% + 1.22px)}.left-\[calc\(50\%\+3\.07px\)\]{left:calc(50% + 3.07px)}.left-\[calc\(50\%\+12\.49px\)\]{left:calc(50% + 12.49px)}.left-\[calc\(50\%\+25\.85px\)\]{left:calc(50% + 25.85px)}.left-\[calc\(50\%\+52\.13px\)\]{left:calc(50% + 52.13px)}.left-\[calc\(50\%\+54\.9px\)\]{left:calc(50% + 54.9px)}.left-\[calc\(50\%\+91\.36px\)\]{left:calc(50% + 91.36px)}.left-\[calc\(50\%\+129px\)\]{left:calc(50% + 129px)}.left-\[calc\(50\%\+403\.74px\)\]{left:calc(50% + 403.74px)}.left-\[calc\(50\%-0\.1px\)\]{left:calc(50% - .1px)}.left-\[calc\(50\%-0\.05px\)\]{left:calc(50% - .05px)}.left-\[calc\(50\%-0\.18px\)\]{left:calc(50% - .18px)}.left-\[calc\(50\%-0\.41px\)\]{left:calc(50% - .41px)}.left-\[calc\(50\%-0\.96px\)\]{left:calc(50% - .96px)}.left-\[calc\(50\%-1px\)\]{left:calc(50% - 1px)}.left-\[calc\(50\%-8\.95px\)\]{left:calc(50% - 8.95px)}.left-\[calc\(50\%-36\.87px\)\]{left:calc(50% - 36.87px)}.left-\[calc\(50\%-121px\)\]{left:calc(50% - 121px)}.left-\[calc\(50\%-158px\)\]{left:calc(50% - 158px)}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[1\]{z-index:1}.z-\[50\]{z-index:50}.z-\[100\]{z-index:100}.z-\[150\]{z-index:150}.z-\[999\]{z-index:999}.col-1{grid-column:1}.col-start-2{grid-column-start:2}.row-1{grid-row:1}.row-span-2{grid-row:span 2/span 2}.row-start-1{grid-row-start:1}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.-m-4{margin:calc(var(--spacing)*-4)}.m-0{margin:calc(var(--spacing)*0)}.m-\[0px\]{margin:0}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.-mx-4{margin-inline:calc(var(--spacing)*-4)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-3\.5{margin-inline:calc(var(--spacing)*3.5)}.mx-\[0px\]{margin-inline:0}.mx-auto{margin-inline:auto}.-my-\[60px\]{margin-block:-60px}.my-0\.5{margin-block:calc(var(--spacing)*.5)}.my-1{margin-block:calc(var(--spacing)*1)}.my-2{margin-block:calc(var(--spacing)*2)}.my-6{margin-block:calc(var(--spacing)*6)}.my-8{margin-block:calc(var(--spacing)*8)}.-mt-4{margin-top:calc(var(--spacing)*-4)}.-mt-\[100px\]{margin-top:-100px}.-mt-\[120px\]{margin-top:-120px}.-mt-\[160px\]{margin-top:-160px}.-mt-\[380px\]{margin-top:-380px}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-12{margin-top:calc(var(--spacing)*12)}.mt-\[-3\.47px\]{margin-top:-3.47px}.mt-\[-8px\]{margin-top:-8px}.mt-\[0px\]{margin-top:0}.mt-\[1\.44px\]{margin-top:1.44px}.mt-\[3\.77px\]{margin-top:3.77px}.mt-\[4px\]{margin-top:4px}.mt-\[9\.54px\]{margin-top:9.54px}.mt-\[9\.91px\]{margin-top:9.91px}.mt-\[11\.34px\]{margin-top:11.34px}.mt-\[19\.67px\]{margin-top:19.67px}.mt-\[20px\]{margin-top:20px}.mt-\[25\.13px\]{margin-top:25.13px}.mt-\[26\.44px\]{margin-top:26.44px}.mt-\[30px\]{margin-top:30px}.mt-\[31px\]{margin-top:31px}.mt-\[56px\]{margin-top:56px}.mt-auto{margin-top:auto}.-mr-4{margin-right:calc(var(--spacing)*-4)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-4{margin-right:calc(var(--spacing)*4)}.-mb-\[60px\]{margin-bottom:-60px}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-16{margin-bottom:calc(var(--spacing)*16)}.mb-20{margin-bottom:calc(var(--spacing)*20)}.mb-24{margin-bottom:calc(var(--spacing)*24)}.mb-\[16px\]{margin-bottom:16px}.mb-\[20px\]{margin-bottom:20px}.mb-\[21\.75px\]{margin-bottom:21.75px}.mb-\[24px\]{margin-bottom:24px}.mb-\[31px\]{margin-bottom:31px}.mb-\[32px\]{margin-bottom:32px}.mb-\[40px\]{margin-bottom:40px}.mb-\[44px\]{margin-bottom:44px}.mb-\[80px\]{margin-bottom:80px}.mb-\[92px\]{margin-bottom:92px}.-ml-0\.5{margin-left:calc(var(--spacing)*-.5)}.-ml-4{margin-left:calc(var(--spacing)*-4)}.-ml-\[32px\]{margin-left:-32px}.ml-0{margin-left:calc(var(--spacing)*0)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-\[-3\.47px\]{margin-left:-3.47px}.ml-\[1\.51px\]{margin-left:1.51px}.ml-\[3\.32px\]{margin-left:3.32px}.ml-\[3\.43px\]{margin-left:3.43px}.ml-\[4\.77px\]{margin-left:4.77px}.ml-\[5\.18px\]{margin-left:5.18px}.ml-\[8px\]{margin-left:8px}.ml-\[16\.43px\]{margin-left:16.43px}.ml-\[20\.98px\]{margin-left:20.98px}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-row{display:table-row}.field-sizing-content{field-sizing:content}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[4\/5\]{aspect-ratio:4/5}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.size-0{width:calc(var(--spacing)*0);height:calc(var(--spacing)*0)}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-2\.5{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-3\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-\[4\.28px\]{width:4.28px;height:4.28px}.size-\[4\.267px\]{width:4.267px;height:4.267px}.size-\[4\.377px\]{width:4.377px;height:4.377px}.size-\[4\.633px\]{width:4.633px;height:4.633px}.size-\[5\.305px\]{width:5.305px;height:5.305px}.size-\[5\.978px\]{width:5.978px;height:5.978px}.size-\[6\.019px\]{width:6.019px;height:6.019px}.size-\[6\.157px\]{width:6.157px;height:6.157px}.size-\[10\.132px\]{width:10.132px;height:10.132px}.size-\[14\.4px\]{width:14.4px;height:14.4px}.size-\[14\.184px\]{width:14.184px;height:14.184px}.size-\[16\.419px\]{width:16.419px;height:16.419px}.size-\[16px\]{width:16px;height:16px}.size-\[18\.122px\]{width:18.122px;height:18.122px}.size-\[20px\]{width:20px;height:20px}.size-\[22\.559px\]{width:22.559px;height:22.559px}.size-\[24\.58px\]{width:24.58px;height:24.58px}.size-\[24px\]{width:24px;height:24px}.size-\[26px\]{width:26px;height:26px}.size-\[28\.444px\]{width:28.444px;height:28.444px}.size-\[28\.903px\]{width:28.903px;height:28.903px}.size-\[28px\]{width:28px;height:28px}.size-\[30px\]{width:30px;height:30px}.size-\[31\.409px\]{width:31.409px;height:31.409px}.size-\[31\.927px\]{width:31.927px;height:31.927px}.size-\[32px\]{width:32px;height:32px}.size-\[36px\]{width:36px;height:36px}.size-\[38\.918px\]{width:38.918px;height:38.918px}.size-\[39\.83px\]{width:39.83px;height:39.83px}.size-\[40\.271px\]{width:40.271px;height:40.271px}.size-\[40\.796px\]{width:40.796px;height:40.796px}.size-\[40px\]{width:40px;height:40px}.size-\[44px\]{width:44px;height:44px}.size-\[45\.255px\]{width:45.255px;height:45.255px}.size-\[48px\]{width:48px;height:48px}.size-\[49\.16px\]{width:49.16px;height:49.16px}.size-\[49\.73px\]{width:49.73px;height:49.73px}.size-\[52px\]{width:52px;height:52px}.size-\[56\.135px\]{width:56.135px;height:56.135px}.size-\[56px\]{width:56px;height:56px}.size-\[62\.818px\]{width:62.818px;height:62.818px}.size-\[64px\]{width:64px;height:64px}.size-\[70\.119px\]{width:70.119px;height:70.119px}.size-\[71\.111px\]{width:71.111px;height:71.111px}.size-\[80px\]{width:80px;height:80px}.size-\[200px\]{width:200px;height:200px}.size-\[240px\]{width:240px;height:240px}.size-\[500px\]{width:500px;height:500px}.size-\[600px\]{width:600px;height:600px}.size-\[1479px\]{width:1479px;height:1479px}.size-full{width:100%;height:100%}.h-0{height:calc(var(--spacing)*0)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-1\/4{height:25%}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-16{height:calc(var(--spacing)*16)}.h-\[1\.15rem\]{height:1.15rem}.h-\[1\.869px\]{height:1.869px}.h-\[2\.629px\]{height:2.629px}.h-\[2\.706px\]{height:2.706px}.h-\[2\.867px\]{height:2.867px}.h-\[2\.912px\]{height:2.912px}.h-\[2\.949px\]{height:2.949px}.h-\[2\.993px\]{height:2.993px}.h-\[2px\]{height:2px}.h-\[3\.059px\]{height:3.059px}.h-\[3\.067px\]{height:3.067px}.h-\[3\.083px\]{height:3.083px}.h-\[3\.085px\]{height:3.085px}.h-\[3\.85px\]{height:3.85px}.h-\[3\.92px\]{height:3.92px}.h-\[3\.093px\]{height:3.093px}.h-\[3\.219px\]{height:3.219px}.h-\[3\.303px\]{height:3.303px}.h-\[3\.529px\]{height:3.529px}.h-\[3\.538px\]{height:3.538px}.h-\[3\.723px\]{height:3.723px}.h-\[3\.736px\]{height:3.736px}.h-\[3\.824px\]{height:3.824px}.h-\[3\.947px\]{height:3.947px}.h-\[4\.12px\]{height:4.12px}.h-\[4\.28px\]{height:4.28px}.h-\[4\.38px\]{height:4.38px}.h-\[4\.41px\]{height:4.41px}.h-\[4\.43px\]{height:4.43px}.h-\[4\.48px\]{height:4.48px}.h-\[4\.054px\]{height:4.054px}.h-\[4\.058px\]{height:4.058px}.h-\[4\.73px\]{height:4.73px}.h-\[4\.129px\]{height:4.129px}.h-\[4\.132px\]{height:4.132px}.h-\[4\.182px\]{height:4.182px}.h-\[4\.192px\]{height:4.192px}.h-\[4\.203px\]{height:4.203px}.h-\[4\.247px\]{height:4.247px}.h-\[4\.267px\]{height:4.267px}.h-\[4\.274px\]{height:4.274px}.h-\[4\.276px\]{height:4.276px}.h-\[4\.289px\]{height:4.289px}.h-\[4\.307px\]{height:4.307px}.h-\[4\.317px\]{height:4.317px}.h-\[4\.324px\]{height:4.324px}.h-\[4\.379px\]{height:4.379px}.h-\[4\.388px\]{height:4.388px}.h-\[4\.393px\]{height:4.393px}.h-\[4\.402px\]{height:4.402px}.h-\[4\.421px\]{height:4.421px}.h-\[4\.444px\]{height:4.444px}.h-\[4\.448px\]{height:4.448px}.h-\[4\.454px\]{height:4.454px}.h-\[4\.482px\]{height:4.482px}.h-\[4\.488px\]{height:4.488px}.h-\[4\.494px\]{height:4.494px}.h-\[4\.496px\]{height:4.496px}.h-\[4\.508px\]{height:4.508px}.h-\[4\.522px\]{height:4.522px}.h-\[4\.525px\]{height:4.525px}.h-\[4\.537px\]{height:4.537px}.h-\[4\.561px\]{height:4.561px}.h-\[4\.601px\]{height:4.601px}.h-\[4\.652px\]{height:4.652px}.h-\[4\.669px\]{height:4.669px}.h-\[4\.702px\]{height:4.702px}.h-\[4\.712px\]{height:4.712px}.h-\[4\.773px\]{height:4.773px}.h-\[4\.788px\]{height:4.788px}.h-\[4\.792px\]{height:4.792px}.h-\[4\.807px\]{height:4.807px}.h-\[4\.818px\]{height:4.818px}.h-\[4\.838px\]{height:4.838px}.h-\[4\.864px\]{height:4.864px}.h-\[4\.875px\]{height:4.875px}.h-\[4\.892px\]{height:4.892px}.h-\[4\.899px\]{height:4.899px}.h-\[4\.901px\]{height:4.901px}.h-\[4\.921px\]{height:4.921px}.h-\[4\.936px\]{height:4.936px}.h-\[4\.953px\]{height:4.953px}.h-\[4\.968px\]{height:4.968px}.h-\[4\.969px\]{height:4.969px}.h-\[4\.974px\]{height:4.974px}.h-\[4\.983px\]{height:4.983px}.h-\[4\.991px\]{height:4.991px}.h-\[4px\]{height:4px}.h-\[5\.01px\]{height:5.01px}.h-\[5\.34px\]{height:5.34px}.h-\[5\.169px\]{height:5.169px}.h-\[5\.209px\]{height:5.209px}.h-\[5\.232px\]{height:5.232px}.h-\[5\.264px\]{height:5.264px}.h-\[5\.289px\]{height:5.289px}.h-\[5\.306px\]{height:5.306px}.h-\[5\.314px\]{height:5.314px}.h-\[5\.334px\]{height:5.334px}.h-\[5\.377px\]{height:5.377px}.h-\[5\.391px\]{height:5.391px}.h-\[5\.408px\]{height:5.408px}.h-\[5\.443px\]{height:5.443px}.h-\[5\.529px\]{height:5.529px}.h-\[5\.596px\]{height:5.596px}.h-\[5\.722px\]{height:5.722px}.h-\[5\.761px\]{height:5.761px}.h-\[5\.778px\]{height:5.778px}.h-\[5\.976px\]{height:5.976px}.h-\[6\.194px\]{height:6.194px}.h-\[6\.713px\]{height:6.713px}.h-\[6\.717px\]{height:6.717px}.h-\[6\.882px\]{height:6.882px}.h-\[7\.102px\]{height:7.102px}.h-\[7\.238px\]{height:7.238px}.h-\[7\.636px\]{height:7.636px}.h-\[8\.578px\]{height:8.578px}.h-\[8\.848px\]{height:8.848px}.h-\[9\.29px\]{height:9.29px}.h-\[9\.248px\]{height:9.248px}.h-\[9\.658px\]{height:9.658px}.h-\[10\.26px\]{height:10.26px}.h-\[10\.323px\]{height:10.323px}.h-\[11\.266px\]{height:11.266px}.h-\[11\.355px\]{height:11.355px}.h-\[11\.467px\]{height:11.467px}.h-\[12\.342px\]{height:12.342px}.h-\[12px\]{height:12px}.h-\[14\.4px\]{height:14.4px}.h-\[14\.396px\]{height:14.396px}.h-\[14\.653px\]{height:14.653px}.h-\[14\.716px\]{height:14.716px}.h-\[15\.484px\]{height:15.484px}.h-\[16\.5px\]{height:16.5px}.h-\[16\.25px\]{height:16.25px}.h-\[16\.378px\]{height:16.378px}.h-\[16\.419px\]{height:16.419px}.h-\[16px\]{height:16px}.h-\[17\.063px\]{height:17.063px}.h-\[17\.751px\]{height:17.751px}.h-\[18\.237px\]{height:18.237px}.h-\[18\.369px\]{height:18.369px}.h-\[18\.427px\]{height:18.427px}.h-\[18\.547px\]{height:18.547px}.h-\[18\.667px\]{height:18.667px}.h-\[18\.805px\]{height:18.805px}.h-\[18px\]{height:18px}.h-\[19\.5px\]{height:19.5px}.h-\[19\.514px\]{height:19.514px}.h-\[19\.757px\]{height:19.757px}.h-\[20\.55px\]{height:20.55px}.h-\[20\.928px\]{height:20.928px}.h-\[20px\]{height:20px}.h-\[21\.75px\]{height:21.75px}.h-\[21\.276px\]{height:21.276px}.h-\[21\.739px\]{height:21.739px}.h-\[21px\]{height:21px}.h-\[22\.5px\]{height:22.5px}.h-\[22\.297px\]{height:22.297px}.h-\[22\.683px\]{height:22.683px}.h-\[22\.787px\]{height:22.787px}.h-\[22\.796px\]{height:22.796px}.h-\[22px\]{height:22px}.h-\[23\.853px\]{height:23.853px}.h-\[24\.936px\]{height:24.936px}.h-\[24px\]{height:24px}.h-\[25\.75px\]{height:25.75px}.h-\[25\.081px\]{height:25.081px}.h-\[25\.153px\]{height:25.153px}.h-\[25\.806px\]{height:25.806px}.h-\[25px\]{height:25px}.h-\[26\.667px\]{height:26.667px}.h-\[26\.756px\]{height:26.756px}.h-\[27\.777px\]{height:27.777px}.h-\[27px\]{height:27px}.h-\[28\.267px\]{height:28.267px}.h-\[28\.378px\]{height:28.378px}.h-\[28\.733px\]{height:28.733px}.h-\[28\.832px\]{height:28.832px}.h-\[28\.903px\]{height:28.903px}.h-\[28px\]{height:28px}.h-\[29\.118px\]{height:29.118px}.h-\[30\.395px\]{height:30.395px}.h-\[31\.68px\]{height:31.68px}.h-\[31\.678px\]{height:31.678px}.h-\[31\.679px\]{height:31.679px}.h-\[31\.829px\]{height:31.829px}.h-\[31\.914px\]{height:31.914px}.h-\[32\.3px\]{height:32.3px}.h-\[32\.048px\]{height:32.048px}.h-\[32\.141px\]{height:32.141px}.h-\[32\.421px\]{height:32.421px}.h-\[32px\]{height:32px}.h-\[33\.032px\]{height:33.032px}.h-\[33\.941px\]{height:33.941px}.h-\[34\.943px\]{height:34.943px}.h-\[35\.198px\]{height:35.198px}.h-\[35\.461px\]{height:35.461px}.h-\[35\.494px\]{height:35.494px}.h-\[35px\]{height:35px}.h-\[36\.12px\]{height:36.12px}.h-\[36\.262px\]{height:36.262px}.h-\[36px\]{height:36px}.h-\[37\.082px\]{height:37.082px}.h-\[37\.333px\]{height:37.333px}.h-\[37\.472px\]{height:37.472px}.h-\[38\.25px\]{height:38.25px}.h-\[38px\]{height:38px}.h-\[39\.327px\]{height:39.327px}.h-\[40\.258px\]{height:40.258px}.h-\[40\.646px\]{height:40.646px}.h-\[40\.671px\]{height:40.671px}.h-\[40px\]{height:40px}.h-\[41\.063px\]{height:41.063px}.h-\[41\.66px\]{height:41.66px}.h-\[41\.493px\]{height:41.493px}.h-\[41\.661px\]{height:41.661px}.h-\[42px\]{height:42px}.h-\[44\.137px\]{height:44.137px}.h-\[44\.593px\]{height:44.593px}.h-\[44\.786px\]{height:44.786px}.h-\[44px\]{height:44px}.h-\[46\.987px\]{height:46.987px}.h-\[46px\]{height:46px}.h-\[47\.184px\]{height:47.184px}.h-\[47\.339px\]{height:47.339px}.h-\[47\.882px\]{height:47.882px}.h-\[48\.106px\]{height:48.106px}.h-\[48px\]{height:48px}.h-\[49\.143px\]{height:49.143px}.h-\[49\.257px\]{height:49.257px}.h-\[49\.548px\]{height:49.548px}.h-\[49\.645px\]{height:49.645px}.h-\[49\.706px\]{height:49.706px}.h-\[49px\]{height:49px}.h-\[50\.988px\]{height:50.988px}.h-\[50px\]{height:50px}.h-\[52px\]{height:52px}.h-\[54\.421px\]{height:54.421px}.h-\[54px\]{height:54px}.h-\[55\.148px\]{height:55.148px}.h-\[56\.135px\]{height:56.135px}.h-\[56\.774px\]{height:56.774px}.h-\[56px\]{height:56px}.h-\[57\.613px\]{height:57.613px}.h-\[58px\]{height:58px}.h-\[59\.5px\]{height:59.5px}.h-\[59\.73px\]{height:59.73px}.h-\[60px\]{height:60px}.h-\[61\.598px\]{height:61.598px}.h-\[61px\]{height:61px}.h-\[63px\]{height:63px}.h-\[64px\]{height:64px}.h-\[65\.5px\]{height:65.5px}.h-\[65\.333px\]{height:65.333px}.h-\[65\.855px\]{height:65.855px}.h-\[65px\]{height:65px}.h-\[66\.702px\]{height:66.702px}.h-\[66px\]{height:66px}.h-\[68\.129px\]{height:68.129px}.h-\[68px\]{height:68px}.h-\[69\.908px\]{height:69.908px}.h-\[70\.25px\]{height:70.25px}.h-\[70\.119px\]{height:70.119px}.h-\[70px\]{height:70px}.h-\[71\.053px\]{height:71.053px}.h-\[71px\]{height:71px}.h-\[72px\]{height:72px}.h-\[74\.786px\]{height:74.786px}.h-\[74px\]{height:74px}.h-\[76\.5px\]{height:76.5px}.h-\[76px\]{height:76px}.h-\[77\.143px\]{height:77.143px}.h-\[78\.397px\]{height:78.397px}.h-\[80px\]{height:80px}.h-\[83\.989px\]{height:83.989px}.h-\[97\.179px\]{height:97.179px}.h-\[97\.288px\]{height:97.288px}.h-\[99\.97\%\]{height:99.97%}.h-\[100px\]{height:100px}.h-\[101\.873px\]{height:101.873px}.h-\[105\.157px\]{height:105.157px}.h-\[107\.5px\]{height:107.5px}.h-\[107\.342px\]{height:107.342px}.h-\[107\.355px\]{height:107.355px}.h-\[108\.5px\]{height:108.5px}.h-\[108\.696px\]{height:108.696px}.h-\[109\.52\%\]{height:109.52%}.h-\[110px\]{height:110px}.h-\[111\.288px\]{height:111.288px}.h-\[115\.141px\]{height:115.141px}.h-\[116\.513px\]{height:116.513px}.h-\[120px\]{height:120px}.h-\[123\.051px\]{height:123.051px}.h-\[123\.58px\]{height:123.58px}.h-\[124\.96px\]{height:124.96px}.h-\[124\.316px\]{height:124.316px}.h-\[125\.113px\]{height:125.113px}.h-\[130\.174px\]{height:130.174px}.h-\[135\.73px\]{height:135.73px}.h-\[139\.513px\]{height:139.513px}.h-\[139px\]{height:139px}.h-\[144\.862px\]{height:144.862px}.h-\[144\.863px\]{height:144.863px}.h-\[146px\]{height:146px}.h-\[147\.129px\]{height:147.129px}.h-\[149\.997px\]{height:149.997px}.h-\[150px\]{height:150px}.h-\[151\.5px\]{height:151.5px}.h-\[151\.785px\]{height:151.785px}.h-\[157\.236px\]{height:157.236px}.h-\[158\.364px\]{height:158.364px}.h-\[160\.535px\]{height:160.535px}.h-\[160px\]{height:160px}.h-\[162\.539px\]{height:162.539px}.h-\[164\.823px\]{height:164.823px}.h-\[165\.386px\]{height:165.386px}.h-\[165\.547px\]{height:165.547px}.h-\[174\.571px\]{height:174.571px}.h-\[175\.317px\]{height:175.317px}.h-\[178\.271px\]{height:178.271px}.h-\[180vw\]{height:180vw}.h-\[183\.372px\]{height:183.372px}.h-\[183\.373px\]{height:183.373px}.h-\[185px\]{height:185px}.h-\[188\.358px\]{height:188.358px}.h-\[191\.668px\]{height:191.668px}.h-\[196\.079px\]{height:196.079px}.h-\[200\.673px\]{height:200.673px}.h-\[200\.674px\]{height:200.674px}.h-\[201px\]{height:201px}.h-\[207\.929px\]{height:207.929px}.h-\[208\.04px\]{height:208.04px}.h-\[210\.929px\]{height:210.929px}.h-\[214\.746px\]{height:214.746px}.h-\[220px\]{height:220px}.h-\[221\.737px\]{height:221.737px}.h-\[238\.214px\]{height:238.214px}.h-\[240px\]{height:240px}.h-\[241\.974px\]{height:241.974px}.h-\[251\.61px\]{height:251.61px}.h-\[259\.722px\]{height:259.722px}.h-\[260px\]{height:260px}.h-\[265\.181px\]{height:265.181px}.h-\[268px\]{height:268px}.h-\[269\.231px\]{height:269.231px}.h-\[270\.128px\]{height:270.128px}.h-\[270\.294px\]{height:270.294px}.h-\[270\.536px\]{height:270.536px}.h-\[270\.538px\]{height:270.538px}.h-\[278\.389px\]{height:278.389px}.h-\[280px\]{height:280px}.h-\[283\.338px\]{height:283.338px}.h-\[285\.247px\]{height:285.247px}.h-\[292\.856px\]{height:292.856px}.h-\[295\.226px\]{height:295.226px}.h-\[297\.868px\]{height:297.868px}.h-\[306\.377px\]{height:306.377px}.h-\[306px\]{height:306px}.h-\[310\.089px\]{height:310.089px}.h-\[310px\]{height:310px}.h-\[324\.986px\]{height:324.986px}.h-\[332px\]{height:332px}.h-\[338\.851px\]{height:338.851px}.h-\[345\.173px\]{height:345.173px}.h-\[345\.253px\]{height:345.253px}.h-\[345\.385px\]{height:345.385px}.h-\[353\.136px\]{height:353.136px}.h-\[355\.097px\]{height:355.097px}.h-\[358\.551px\]{height:358.551px}.h-\[372\.168px\]{height:372.168px}.h-\[374\.065px\]{height:374.065px}.h-\[380\.889px\]{height:380.889px}.h-\[384\.462px\]{height:384.462px}.h-\[384\.463px\]{height:384.463px}.h-\[384px\]{height:384px}.h-\[389\.722px\]{height:389.722px}.h-\[398\.286px\]{height:398.286px}.h-\[400px\]{height:400px}.h-\[419\.556px\]{height:419.556px}.h-\[422\.165px\]{height:422.165px}.h-\[427\.553px\]{height:427.553px}.h-\[433px\]{height:433px}.h-\[440px\]{height:440px}.h-\[441\.168px\]{height:441.168px}.h-\[451\.241px\]{height:451.241px}.h-\[472px\]{height:472px}.h-\[475\.561px\]{height:475.561px}.h-\[480px\]{height:480px}.h-\[482\.286px\]{height:482.286px}.h-\[500px\]{height:500px}.h-\[510px\]{height:510px}.h-\[516px\]{height:516px}.h-\[525px\]{height:525px}.h-\[533\.333px\]{height:533.333px}.h-\[548px\]{height:548px}.h-\[549\.065px\]{height:549.065px}.h-\[549\.069px\]{height:549.069px}.h-\[560px\]{height:560px}.h-\[577\.003px\]{height:577.003px}.h-\[577\.922px\]{height:577.922px}.h-\[600px\]{height:600px}.h-\[610px\]{height:610px}.h-\[671px\]{height:671px}.h-\[681px\]{height:681px}.h-\[684px\]{height:684px}.h-\[694\.71px\]{height:694.71px}.h-\[733\.526px\]{height:733.526px}.h-\[765\.947px\]{height:765.947px}.h-\[766px\]{height:766px}.h-\[767\.974px\]{height:767.974px}.h-\[770px\]{height:770px}.h-\[797px\]{height:797px}.h-\[805px\]{height:805px}.h-\[858px\]{height:858px}.h-\[916px\]{height:916px}.h-\[981\.677px\]{height:981.677px}.h-\[1016px\]{height:1016px}.h-\[1080px\]{height:1080px}.h-\[1134px\]{height:1134px}.h-\[calc\(100\%-1px\)\]{height:calc(100% - 1px)}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-\(--radix-context-menu-content-available-height\){max-height:var(--radix-context-menu-content-available-height)}.max-h-\(--radix-dropdown-menu-content-available-height\){max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-\(--radix-select-content-available-height\){max-height:var(--radix-select-content-available-height)}.max-h-\[90vh\]{max-height:90vh}.max-h-\[260px\]{max-height:260px}.max-h-\[300px\]{max-height:300px}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-4{min-height:calc(var(--spacing)*4)}.min-h-16{min-height:calc(var(--spacing)*16)}.min-h-\[200px\]{min-height:200px}.min-h-\[240px\]{min-height:240px}.min-h-\[400px\]{min-height:400px}.min-h-\[420px\]{min-height:420px}.min-h-\[720px\]{min-height:720px}.min-h-\[770px\]{min-height:770px}.min-h-\[1080px\]{min-height:1080px}.min-h-px{min-height:1px}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-\(--sidebar-width\){width:var(--sidebar-width)}.w-0{width:calc(var(--spacing)*0)}.w-1{width:calc(var(--spacing)*1)}.w-2{width:calc(var(--spacing)*2)}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3{width:calc(var(--spacing)*3)}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-16{width:calc(var(--spacing)*16)}.w-64{width:calc(var(--spacing)*64)}.w-72{width:calc(var(--spacing)*72)}.w-\[1\.73px\]{width:1.73px}.w-\[1\.707px\]{width:1.707px}.w-\[1\.712px\]{width:1.712px}.w-\[1\.723px\]{width:1.723px}.w-\[1\.735px\]{width:1.735px}.w-\[1\.746px\]{width:1.746px}.w-\[2\.03px\]{width:2.03px}.w-\[2\.011px\]{width:2.011px}.w-\[2\.017px\]{width:2.017px}.w-\[2\.21px\]{width:2.21px}.w-\[2\.37px\]{width:2.37px}.w-\[2\.038px\]{width:2.038px}.w-\[2\.044px\]{width:2.044px}.w-\[2\.56px\]{width:2.56px}.w-\[2\.057px\]{width:2.057px}.w-\[2\.311px\]{width:2.311px}.w-\[2\.347px\]{width:2.347px}.w-\[2\.355px\]{width:2.355px}.w-\[2\.358px\]{width:2.358px}.w-\[2\.366px\]{width:2.366px}.w-\[2\.381px\]{width:2.381px}.w-\[2\.568px\]{width:2.568px}.w-\[2\.584px\]{width:2.584px}.w-\[2\.666px\]{width:2.666px}.w-\[2\.716px\]{width:2.716px}.w-\[2\.807px\]{width:2.807px}.w-\[2\.949px\]{width:2.949px}.w-\[3\.55px\]{width:3.55px}.w-\[3\.61px\]{width:3.61px}.w-\[3\.068px\]{width:3.068px}.w-\[3\.92px\]{width:3.92px}.w-\[3\.362px\]{width:3.362px}.w-\[3\.379px\]{width:3.379px}.w-\[3\.405px\]{width:3.405px}.w-\[3\.413px\]{width:3.413px}.w-\[3\.414px\]{width:3.414px}.w-\[3\.424px\]{width:3.424px}.w-\[3\.425px\]{width:3.425px}.w-\[3\.446px\]{width:3.446px}.w-\[3\.561px\]{width:3.561px}.w-\[3\.583px\]{width:3.583px}.w-\[3\.599px\]{width:3.599px}.w-\[3\.633px\]{width:3.633px}.w-\[3\.852px\]{width:3.852px}.w-\[3\.872px\]{width:3.872px}.w-\[3\.931px\]{width:3.931px}.w-\[3\.952px\]{width:3.952px}.w-\[3\.996px\]{width:3.996px}.w-\[4\.008px\]{width:4.008px}.w-\[4\.17px\]{width:4.17px}.w-\[4\.26px\]{width:4.26px}.w-\[4\.034px\]{width:4.034px}.w-\[4\.36px\]{width:4.36px}.w-\[4\.52px\]{width:4.52px}.w-\[4\.86px\]{width:4.86px}.w-\[4\.094px\]{width:4.094px}.w-\[4\.95px\]{width:4.95px}.w-\[4\.96px\]{width:4.96px}.w-\[4\.129px\]{width:4.129px}.w-\[4\.263px\]{width:4.263px}.w-\[4\.306px\]{width:4.306px}.w-\[4\.307px\]{width:4.307px}.w-\[4\.338px\]{width:4.338px}.w-\[4\.356px\]{width:4.356px}.w-\[4\.404px\]{width:4.404px}.w-\[4\.488px\]{width:4.488px}.w-\[4\.512px\]{width:4.512px}.w-\[4\.536px\]{width:4.536px}.w-\[4\.542px\]{width:4.542px}.w-\[4\.564px\]{width:4.564px}.w-\[4\.585px\]{width:4.585px}.w-\[4\.592px\]{width:4.592px}.w-\[4\.594px\]{width:4.594px}.w-\[4\.607px\]{width:4.607px}.w-\[4\.696px\]{width:4.696px}.w-\[4\.765px\]{width:4.765px}.w-\[4\.805px\]{width:4.805px}.w-\[4\.818px\]{width:4.818px}.w-\[4\.872px\]{width:4.872px}.w-\[4\.875px\]{width:4.875px}.w-\[4\.906px\]{width:4.906px}.w-\[4\.962px\]{width:4.962px}.w-\[4\.965px\]{width:4.965px}.w-\[4\.972px\]{width:4.972px}.w-\[4\.974px\]{width:4.974px}.w-\[4px\]{width:4px}.w-\[5\.216px\]{width:5.216px}.w-\[5\.247px\]{width:5.247px}.w-\[5\.324px\]{width:5.324px}.w-\[5\.342px\]{width:5.342px}.w-\[5\.345px\]{width:5.345px}.w-\[5\.379px\]{width:5.379px}.w-\[5\.403px\]{width:5.403px}.w-\[5\.427px\]{width:5.427px}.w-\[5\.453px\]{width:5.453px}.w-\[5\.455px\]{width:5.455px}.w-\[5\.562px\]{width:5.562px}.w-\[5\.614px\]{width:5.614px}.w-\[5\.666px\]{width:5.666px}.w-\[5\.684px\]{width:5.684px}.w-\[5\.736px\]{width:5.736px}.w-\[5\.749px\]{width:5.749px}.w-\[5\.766px\]{width:5.766px}.w-\[5\.772px\]{width:5.772px}.w-\[5\.776px\]{width:5.776px}.w-\[5\.933px\]{width:5.933px}.w-\[6\.194px\]{width:6.194px}.w-\[6\.497px\]{width:6.497px}.w-\[6\.527px\]{width:6.527px}.w-\[6\.535px\]{width:6.535px}.w-\[6\.882px\]{width:6.882px}.w-\[7\.61px\]{width:7.61px}.w-\[7\.645px\]{width:7.645px}.w-\[8\.848px\]{width:8.848px}.w-\[9\.08px\]{width:9.08px}.w-\[9\.467px\]{width:9.467px}.w-\[10\.25px\]{width:10.25px}.w-\[10\.237px\]{width:10.237px}.w-\[10\.323px\]{width:10.323px}.w-\[11\.72px\]{width:11.72px}.w-\[11\.089px\]{width:11.089px}.w-\[11\.99px\]{width:11.99px}.w-\[11\.493px\]{width:11.493px}.w-\[11\.587px\]{width:11.587px}.w-\[12\.006px\]{width:12.006px}.w-\[12\.379px\]{width:12.379px}.w-\[12px\]{width:12px}.w-\[13\.442px\]{width:13.442px}.w-\[13\.462px\]{width:13.462px}.w-\[14\.5px\]{width:14.5px}.w-\[14\.916px\]{width:14.916px}.w-\[15\.484px\]{width:15.484px}.w-\[15\.998px\]{width:15.998px}.w-\[16\.154px\]{width:16.154px}.w-\[16\.387px\]{width:16.387px}.w-\[16\.516px\]{width:16.516px}.w-\[16px\]{width:16px}.w-\[17\.472px\]{width:17.472px}.w-\[17\.748px\]{width:17.748px}.w-\[18\.384px\]{width:18.384px}.w-\[18\.921px\]{width:18.921px}.w-\[18px\]{width:18px}.w-\[19\.139px\]{width:19.139px}.w-\[19\.198px\]{width:19.198px}.w-\[19\.322px\]{width:19.322px}.w-\[20\.788px\]{width:20.788px}.w-\[20\.906px\]{width:20.906px}.w-\[20\.939px\]{width:20.939px}.w-\[20px\]{width:20px}.w-\[21\.049px\]{width:21.049px}.w-\[21\.534px\]{width:21.534px}.w-\[21\.872px\]{width:21.872px}.w-\[22\.75px\]{width:22.75px}.w-\[22px\]{width:22px}.w-\[24\.487px\]{width:24.487px}.w-\[24\.656px\]{width:24.656px}.w-\[24px\]{width:24px}.w-\[25\.91\%\]{width:25.91%}.w-\[25\.862px\]{width:25.862px}.w-\[25px\]{width:25px}.w-\[26\.444px\]{width:26.444px}.w-\[26px\]{width:26px}.w-\[27\.345px\]{width:27.345px}.w-\[28\.345px\]{width:28.345px}.w-\[28px\]{width:28px}.w-\[29\.433px\]{width:29.433px}.w-\[30\.092px\]{width:30.092px}.w-\[31\.526px\]{width:31.526px}.w-\[31\.927px\]{width:31.927px}.w-\[32px\]{width:32px}.w-\[33\.333px\]{width:33.333px}.w-\[34\.941px\]{width:34.941px}.w-\[35\.097px\]{width:35.097px}.w-\[35\.308px\]{width:35.308px}.w-\[35\.692px\]{width:35.692px}.w-\[35\.975px\]{width:35.975px}.w-\[36\.927px\]{width:36.927px}.w-\[36px\]{width:36px}.w-\[38\.76px\]{width:38.76px}.w-\[39\.328px\]{width:39.328px}.w-\[39\.539px\]{width:39.539px}.w-\[39px\]{width:39px}.w-\[40\.227px\]{width:40.227px}.w-\[40\.494px\]{width:40.494px}.w-\[41\.25px\]{width:41.25px}.w-\[41\.59px\]{width:41.59px}.w-\[41\.527px\]{width:41.527px}.w-\[41\.846px\]{width:41.846px}.w-\[42\.529px\]{width:42.529px}.w-\[42\.593px\]{width:42.593px}.w-\[42\.621px\]{width:42.621px}.w-\[42\.702px\]{width:42.702px}.w-\[43\.008px\]{width:43.008px}.w-\[44px\]{width:44px}.w-\[46\.432px\]{width:46.432px}.w-\[47\.991px\]{width:47.991px}.w-\[48\.061px\]{width:48.061px}.w-\[48\.409px\]{width:48.409px}.w-\[48\.497px\]{width:48.497px}.w-\[48\.545px\]{width:48.545px}.w-\[48\.695px\]{width:48.695px}.w-\[48\.739px\]{width:48.739px}.w-\[48px\]{width:48px}.w-\[49px\]{width:49px}.w-\[50\.725px\]{width:50.725px}.w-\[51\.717px\]{width:51.717px}.w-\[52\.053px\]{width:52.053px}.w-\[53\.648px\]{width:53.648px}.w-\[54px\]{width:54px}.w-\[55\.532px\]{width:55.532px}.w-\[56\.5px\]{width:56.5px}.w-\[56\.734px\]{width:56.734px}.w-\[56px\]{width:56px}.w-\[58\.235px\]{width:58.235px}.w-\[58px\]{width:58px}.w-\[62\.769px\]{width:62.769px}.w-\[64px\]{width:64px}.w-\[65\.422px\]{width:65.422px}.w-\[65\.591px\]{width:65.591px}.w-\[65\.609px\]{width:65.609px}.w-\[65\.832px\]{width:65.832px}.w-\[68\.094px\]{width:68.094px}.w-\[68\.846px\]{width:68.846px}.w-\[73\.656px\]{width:73.656px}.w-\[76\.289px\]{width:76.289px}.w-\[77\.538px\]{width:77.538px}.w-\[79\.93px\]{width:79.93px}.w-\[80\.641px\]{width:80.641px}.w-\[80\.664px\]{width:80.664px}.w-\[80px\]{width:80px}.w-\[82\.787px\]{width:82.787px}.w-\[84\.054px\]{width:84.054px}.w-\[84\.648px\]{width:84.648px}.w-\[85px\]{width:85px}.w-\[87\.269px\]{width:87.269px}.w-\[91\.205px\]{width:91.205px}.w-\[91\.959px\]{width:91.959px}.w-\[92px\]{width:92px}.w-\[96\.214px\]{width:96.214px}.w-\[99\.717px\]{width:99.717px}.w-\[100px\]{width:100px}.w-\[103\.073px\]{width:103.073px}.w-\[105\.614px\]{width:105.614px}.w-\[108\.018px\]{width:108.018px}.w-\[109px\]{width:109px}.w-\[111\.5px\]{width:111.5px}.w-\[112\.227px\]{width:112.227px}.w-\[114\.44px\]{width:114.44px}.w-\[114\.297px\]{width:114.297px}.w-\[114\.438px\]{width:114.438px}.w-\[115px\]{width:115px}.w-\[117\.506px\]{width:117.506px}.w-\[118\.916px\]{width:118.916px}.w-\[119\.109px\]{width:119.109px}.w-\[119\.527px\]{width:119.527px}.w-\[120\.167px\]{width:120.167px}.w-\[120px\]{width:120px}.w-\[121\.579px\]{width:121.579px}.w-\[126\.516px\]{width:126.516px}.w-\[126px\]{width:126px}.w-\[128px\]{width:128px}.w-\[129\.6px\]{width:129.6px}.w-\[130px\]{width:130px}.w-\[132\.213px\]{width:132.213px}.w-\[132\.383px\]{width:132.383px}.w-\[132\.402px\]{width:132.402px}.w-\[132\.408px\]{width:132.408px}.w-\[135\.935px\]{width:135.935px}.w-\[136\.8px\]{width:136.8px}.w-\[136\.615px\]{width:136.615px}.w-\[140\.964px\]{width:140.964px}.w-\[140px\]{width:140px}.w-\[142\.881px\]{width:142.881px}.w-\[144\.214px\]{width:144.214px}.w-\[144\.531px\]{width:144.531px}.w-\[146\.09px\]{width:146.09px}.w-\[146\.574px\]{width:146.574px}.w-\[147\.836px\]{width:147.836px}.w-\[155\.064px\]{width:155.064px}.w-\[155\.086px\]{width:155.086px}.w-\[155\.093px\]{width:155.093px}.w-\[157\.714px\]{width:157.714px}.w-\[158\.934px\]{width:158.934px}.w-\[159\.225px\]{width:159.225px}.w-\[160px\]{width:160px}.w-\[161\.07px\]{width:161.07px}.w-\[161\.123px\]{width:161.123px}.w-\[165\.518px\]{width:165.518px}.w-\[165\.911px\]{width:165.911px}.w-\[166\.66px\]{width:166.66px}.w-\[167\.361px\]{width:167.361px}.w-\[170\.402px\]{width:170.402px}.w-\[170\.929px\]{width:170.929px}.w-\[173\.855px\]{width:173.855px}.w-\[174\.769px\]{width:174.769px}.w-\[178\.884px\]{width:178.884px}.w-\[180\.308px\]{width:180.308px}.w-\[180px\]{width:180px}.w-\[180vw\]{width:180vw}.w-\[184\.735px\]{width:184.735px}.w-\[185\.477px\]{width:185.477px}.w-\[187\.241px\]{width:187.241px}.w-\[187\.343px\]{width:187.343px}.w-\[197\.372px\]{width:197.372px}.w-\[197\.703px\]{width:197.703px}.w-\[197px\]{width:197px}.w-\[200px\]{width:200px}.w-\[202\.632px\]{width:202.632px}.w-\[203\.641px\]{width:203.641px}.w-\[205\.999px\]{width:205.999px}.w-\[208\.36px\]{width:208.36px}.w-\[210px\]{width:210px}.w-\[212\.125px\]{width:212.125px}.w-\[213\.041px\]{width:213.041px}.w-\[213\.765px\]{width:213.765px}.w-\[216\.774px\]{width:216.774px}.w-\[218\.415px\]{width:218.415px}.w-\[220\.308px\]{width:220.308px}.w-\[222\.98px\]{width:222.98px}.w-\[222\.544px\]{width:222.544px}.w-\[223\.898px\]{width:223.898px}.w-\[223px\]{width:223px}.w-\[226\.602px\]{width:226.602px}.w-\[228\.475px\]{width:228.475px}.w-\[228\.476px\]{width:228.476px}.w-\[232\.987px\]{width:232.987px}.w-\[235\.588px\]{width:235.588px}.w-\[238\.974px\]{width:238.974px}.w-\[240\.594px\]{width:240.594px}.w-\[240px\]{width:240px}.w-\[242\.145px\]{width:242.145px}.w-\[243\.039px\]{width:243.039px}.w-\[243\.158px\]{width:243.158px}.w-\[248\.999px\]{width:248.999px}.w-\[252\.204px\]{width:252.204px}.w-\[255\.438px\]{width:255.438px}.w-\[258\.922px\]{width:258.922px}.w-\[260px\]{width:260px}.w-\[261\.795px\]{width:261.795px}.w-\[262\.222px\]{width:262.222px}.w-\[262px\]{width:262px}.w-\[263px\]{width:263px}.w-\[264px\]{width:264px}.w-\[266\.245px\]{width:266.245px}.w-\[268\.037px\]{width:268.037px}.w-\[268\.444px\]{width:268.444px}.w-\[271\.279px\]{width:271.279px}.w-\[278\.222px\]{width:278.222px}.w-\[280px\]{width:280px}.w-\[282\.976px\]{width:282.976px}.w-\[284\.37px\]{width:284.37px}.w-\[284\.444px\]{width:284.444px}.w-\[286\.5px\]{width:286.5px}.w-\[286px\]{width:286px}.w-\[288\.889px\]{width:288.889px}.w-\[292px\]{width:292px}.w-\[298\.667px\]{width:298.667px}.w-\[300px\]{width:300px}.w-\[301px\]{width:301px}.w-\[302px\]{width:302px}.w-\[304px\]{width:304px}.w-\[306\.816px\]{width:306.816px}.w-\[306px\]{width:306px}.w-\[307\.434px\]{width:307.434px}.w-\[310px\]{width:310px}.w-\[313px\]{width:313px}.w-\[316\.444px\]{width:316.444px}.w-\[316px\]{width:316px}.w-\[317\.421px\]{width:317.421px}.w-\[318\.855px\]{width:318.855px}.w-\[318\.857px\]{width:318.857px}.w-\[320px\]{width:320px}.w-\[321\.336px\]{width:321.336px}.w-\[322\.667px\]{width:322.667px}.w-\[323px\]{width:323px}.w-\[330px\]{width:330px}.w-\[338\.908px\]{width:338.908px}.w-\[340px\]{width:340px}.w-\[346\.644px\]{width:346.644px}.w-\[355\.556px\]{width:355.556px}.w-\[356\.745px\]{width:356.745px}.w-\[358\.573px\]{width:358.573px}.w-\[373\.712px\]{width:373.712px}.w-\[375\.922px\]{width:375.922px}.w-\[376\.895px\]{width:376.895px}.w-\[376px\]{width:376px}.w-\[400\.889px\]{width:400.889px}.w-\[400px\]{width:400px}.w-\[403\.301px\]{width:403.301px}.w-\[410px\]{width:410px}.w-\[420px\]{width:420px}.w-\[428\.761px\]{width:428.761px}.w-\[433\.454px\]{width:433.454px}.w-\[433\.455px\]{width:433.455px}.w-\[440px\]{width:440px}.w-\[445\.275px\]{width:445.275px}.w-\[448\.897px\]{width:448.897px}.w-\[449px\]{width:449px}.w-\[464px\]{width:464px}.w-\[466\.598px\]{width:466.598px}.w-\[466px\]{width:466px}.w-\[468px\]{width:468px}.w-\[475px\]{width:475px}.w-\[479\.997px\]{width:479.997px}.w-\[480px\]{width:480px}.w-\[499\.898px\]{width:499.898px}.w-\[500px\]{width:500px}.w-\[514\.667px\]{width:514.667px}.w-\[516\.973px\]{width:516.973px}.w-\[517px\]{width:517px}.w-\[525\.354px\]{width:525.354px}.w-\[526\.25px\]{width:526.25px}.w-\[526\.256px\]{width:526.256px}.w-\[532px\]{width:532px}.w-\[540px\]{width:540px}.w-\[545px\]{width:545px}.w-\[549\.795px\]{width:549.795px}.w-\[580\.967px\]{width:580.967px}.w-\[600px\]{width:600px}.w-\[602px\]{width:602px}.w-\[620px\]{width:620px}.w-\[624px\]{width:624px}.w-\[628px\]{width:628px}.w-\[639px\]{width:639px}.w-\[640px\]{width:640px}.w-\[652px\]{width:652px}.w-\[664\.971px\]{width:664.971px}.w-\[664px\]{width:664px}.w-\[680px\]{width:680px}.w-\[683px\]{width:683px}.w-\[689\.599px\]{width:689.599px}.w-\[720px\]{width:720px}.w-\[789\.219px\]{width:789.219px}.w-\[790\.502px\]{width:790.502px}.w-\[802px\]{width:802px}.w-\[810\.526px\]{width:810.526px}.w-\[840px\]{width:840px}.w-\[861\.184px\]{width:861.184px}.w-\[905\.281px\]{width:905.281px}.w-\[919\.466px\]{width:919.466px}.w-\[924px\]{width:924px}.w-\[942\.237px\]{width:942.237px}.w-\[954px\]{width:954px}.w-\[980px\]{width:980px}.w-\[993px\]{width:993px}.w-\[1000px\]{width:1000px}.w-\[1020\.903px\]{width:1020.9px}.w-\[1024px\]{width:1024px}.w-\[1059\.17px\]{width:1059.17px}.w-\[1065\.29px\]{width:1065.29px}.w-\[1100px\]{width:1100px}.w-\[1181px\]{width:1181px}.w-\[1189\.447px\]{width:1189.45px}.w-\[1194px\]{width:1194px}.w-\[1200px\]{width:1200px}.w-\[1280px\]{width:1280px}.w-\[1282px\]{width:1282px}.w-\[1326\.055px\]{width:1326.06px}.w-\[1440px\]{width:1440px}.w-\[1446\.412px\]{width:1446.41px}.w-\[1566px\]{width:1566px}.w-\[1653px\]{width:1653px}.w-\[1678\.286px\]{width:1678.29px}.w-\[1678px\]{width:1678px}.w-\[1920px\]{width:1920px}.w-\[1934\.452px\]{width:1934.45px}.w-\[2178px\]{width:2178px}.w-\[2622px\]{width:2622px}.w-\[calc\(100\%\+16px\)\]{width:calc(100% + 16px)}.w-\[calc\(100\%\+32px\)\]{width:calc(100% + 32px)}.w-\[calc\(100\%-32px\)\]{width:calc(100% - 32px)}.w-\[min-content\]{width:min-content}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.max-w-\(--skeleton-width\){max-width:var(--skeleton-width)}.max-w-2xl{max-width:var(--container-2xl)}.max-w-\[400px\]{max-width:400px}.max-w-\[466px\]{max-width:466px}.max-w-\[500px\]{max-width:500px}.max-w-\[640px\]{max-width:640px}.max-w-\[800px\]{max-width:800px}.max-w-\[802px\]{max-width:802px}.max-w-\[860px\]{max-width:860px}.max-w-\[880px\]{max-width:880px}.max-w-\[980px\]{max-width:980px}.max-w-\[1000px\]{max-width:1000px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1206\.237px\]{max-width:1206.24px}.max-w-\[1206px\]{max-width:1206px}.max-w-\[1280px\]{max-width:1280px}.max-w-\[1640px\]{max-width:1640px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-\[calc\(100vw-32px\)\]{max-width:calc(100vw - 32px)}.max-w-max{max-width:max-content}.max-w-none{max-width:none}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-8{min-width:calc(var(--spacing)*8)}.min-w-9{min-width:calc(var(--spacing)*9)}.min-w-10{min-width:calc(var(--spacing)*10)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[140px\]{min-width:140px}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-full{min-width:100%}.min-w-px{min-width:1px}.flex-1{flex:1}.flex-\[0_0_85\%\]{flex:0 0 85%}.flex-\[1_0_0\]{flex:1 0 0}.flex-\[116_0_0\]{flex:116 0 0}.flex-\[119_0_0\]{flex:119 0 0}.flex-\[242\.857_0_0\]{flex:242.857 0 0}.flex-\[251\]{flex:251}.flex-\[251_0_0\]{flex:251 0 0}.flex-\[258\]{flex:258}.flex-\[258_0_0\]{flex:258 0 0}.flex-\[291\]{flex:291}.flex-\[291_0_0\]{flex:291 0 0}.flex-\[462_0_0\]{flex:462 0 0}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\(--radix-context-menu-content-transform-origin\){transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\(--radix-dropdown-menu-content-transform-origin\){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\(--radix-hover-card-content-transform-origin\){transform-origin:var(--radix-hover-card-content-transform-origin)}.origin-\(--radix-menubar-content-transform-origin\){transform-origin:var(--radix-menubar-content-transform-origin)}.origin-\(--radix-popover-content-transform-origin\){transform-origin:var(--radix-popover-content-transform-origin)}.origin-\(--radix-select-content-transform-origin\){transform-origin:var(--radix-select-content-transform-origin)}.origin-\(--radix-tooltip-content-transform-origin\){transform-origin:var(--radix-tooltip-content-transform-origin)}.origin-bottom-right{transform-origin:100% 100%}.origin-center{transform-origin:50%}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-1\/4{--tw-translate-x: -25% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-1\/3{--tw-translate-x:calc(1/3*100%);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[-50\%\]{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/3{--tw-translate-y:calc(calc(1/3*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[40\%\]{--tw-translate-y: -40% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[80px\]{--tw-translate-y: -80px ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[120px\]{--tw-translate-y: -120px ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[192px\]{--tw-translate-y: -192px ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[200px\]{--tw-translate-y: -200px ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[240px\]{--tw-translate-y: -240px ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-\[calc\(50\%\+120px\)\]{--tw-translate-y: calc((50% + 120px)*-1) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0\.5{--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-1\/3{--tw-translate-y:calc(1/3*100%);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-2{--tw-translate-y:calc(var(--spacing)*2);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[-24px\]{--tw-translate-y:-24px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[-50\%\]{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y: calc(-50% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.-scale-y-100{--tw-scale-y: -100% ;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-y-83{--tw-scale-y:83%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-y-87{--tw-scale-y:87%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-\[0\.8\]{scale:.8}.scale-\[0\.62\]{scale:.62}.scale-\[0\.855\]{scale:.855}.scale-\[1\.02\]{scale:1.02}.scale-\[1\.05\]{scale:1.05}.scale-\[1\.26\]{scale:1.26}.-rotate-15{rotate:-15deg}.-rotate-30{rotate:-30deg}.-rotate-32{rotate:-32deg}.-rotate-60{rotate:-60deg}.rotate-19{rotate:19deg}.rotate-45{rotate:45deg}.rotate-75{rotate:75deg}.rotate-90{rotate:90deg}.rotate-105{rotate:105deg}.rotate-180{rotate:180deg}.rotate-\[-0\.31deg\]{rotate:-.31deg}.rotate-\[-0\.91deg\]{rotate:-.91deg}.rotate-\[-3\.37deg\]{rotate:-3.37deg}.rotate-\[-4\.52deg\]{rotate:-4.52deg}.rotate-\[-6\.85deg\]{rotate:-6.85deg}.rotate-\[-8\.92deg\]{rotate:-8.92deg}.rotate-\[-9\.65deg\]{rotate:-9.65deg}.rotate-\[-12\.21deg\]{rotate:-12.21deg}.rotate-\[-12\.36deg\]{rotate:-12.36deg}.rotate-\[-14\.55deg\]{rotate:-14.55deg}.rotate-\[-18\.54deg\]{rotate:-18.54deg}.rotate-\[-19\.91deg\]{rotate:-19.91deg}.rotate-\[-21\.02deg\]{rotate:-21.02deg}.rotate-\[-22\.46deg\]{rotate:-22.46deg}.rotate-\[-25\.33deg\]{rotate:-25.33deg}.rotate-\[-27\.79deg\]{rotate:-27.79deg}.rotate-\[-29\.71deg\]{rotate:-29.71deg}.rotate-\[-30\.96deg\]{rotate:-30.96deg}.rotate-\[-34\.64deg\]{rotate:-34.64deg}.rotate-\[-37\.22deg\]{rotate:-37.22deg}.rotate-\[-40\.99deg\]{rotate:-40.99deg}.rotate-\[-41\.02deg\]{rotate:-41.02deg}.rotate-\[-43\.33deg\]{rotate:-43.33deg}.rotate-\[-49\.71deg\]{rotate:-49.71deg}.rotate-\[-49\.79deg\]{rotate:-49.79deg}.rotate-\[-51\.65deg\]{rotate:-51.65deg}.rotate-\[-55\.21deg\]{rotate:-55.21deg}.rotate-\[-55\.91deg\]{rotate:-55.91deg}.rotate-\[-57\.92deg\]{rotate:-57.92deg}.rotate-\[-59\.27deg\]{rotate:-59.27deg}.rotate-\[-60\.36deg\]{rotate:-60.36deg}.rotate-\[-61\.46deg\]{rotate:-61.46deg}.rotate-\[-64\.05deg\]{rotate:-64.05deg}.rotate-\[-65\.85deg\]{rotate:-65.85deg}.rotate-\[-67\.29deg\]{rotate:-67.29deg}.rotate-\[-69\.64deg\]{rotate:-69.64deg}.rotate-\[-70\.23deg\]{rotate:-70.23deg}.rotate-\[-72\.35deg\]{rotate:-72.35deg}.rotate-\[-75\.79deg\]{rotate:-75.79deg}.rotate-\[-78\.33deg\]{rotate:-78.33deg}.rotate-\[-84\.62deg\]{rotate:-84.62deg}.rotate-\[-88\.37deg\]{rotate:-88.37deg}.rotate-\[-94\.48deg\]{rotate:-94.48deg}.rotate-\[-95\.79deg\]{rotate:-95.79deg}.rotate-\[-103\.32deg\]{rotate:-103.32deg}.rotate-\[-110\.74deg\]{rotate:-110.74deg}.rotate-\[-117\.57deg\]{rotate:-117.57deg}.rotate-\[-133\.26deg\]{rotate:-133.26deg}.rotate-\[1\.32deg\]{rotate:1.32deg}.rotate-\[4\.15deg\]{rotate:4.15deg}.rotate-\[5\.38deg\]{rotate:5.38deg}.rotate-\[6\.66deg\]{rotate:6.66deg}.rotate-\[7\.24deg\]{rotate:7.24deg}.rotate-\[9\.07deg\]{rotate:9.07deg}.rotate-\[9\.08deg\]{rotate:9.08deg}.rotate-\[11\.37deg\]{rotate:11.37deg}.rotate-\[11\.41deg\]{rotate:11.41deg}.rotate-\[11\.46deg\]{rotate:11.46deg}.rotate-\[15\.36deg\]{rotate:15.36deg}.rotate-\[15\.83deg\]{rotate:15.83deg}.rotate-\[16\.55deg\]{rotate:16.55deg}.rotate-\[18\.64deg\]{rotate:18.64deg}.rotate-\[19\.55deg\]{rotate:19.55deg}.rotate-\[19deg\]{rotate:19deg}.rotate-\[22\.09deg\]{rotate:22.09deg}.rotate-\[24\.13deg\]{rotate:24.13deg}.rotate-\[24\.14deg\]{rotate:24.14deg}.rotate-\[26\.3deg\]{rotate:26.3deg}.rotate-\[27\.7deg\]{rotate:27.7deg}.rotate-\[27\.74deg\]{rotate:27.74deg}.rotate-\[27\.91deg\]{rotate:27.91deg}.rotate-\[35\.76deg\]{rotate:35.76deg}.rotate-\[36\.43deg\]{rotate:36.43deg}.rotate-\[36\.46deg\]{rotate:36.46deg}.rotate-\[39\.7deg\]{rotate:39.7deg}.rotate-\[43\.34deg\]{rotate:43.34deg}.rotate-\[43\.91deg\]{rotate:43.91deg}.rotate-\[47\.67deg\]{rotate:47.67deg}.rotate-\[47\.74deg\]{rotate:47.74deg}.rotate-\[54\.03deg\]{rotate:54.03deg}.rotate-\[54\.51deg\]{rotate:54.51deg}.rotate-\[56\.46deg\]{rotate:56.46deg}.rotate-\[63\.32deg\]{rotate:63.32deg}.rotate-\[63\.83deg\]{rotate:63.83deg}.rotate-\[64\.95deg\]{rotate:64.95deg}.rotate-\[65\.3deg\]{rotate:65.3deg}.rotate-\[70\.09deg\]{rotate:70.09deg}.rotate-\[70\.74deg\]{rotate:70.74deg}.rotate-\[73\.86deg\]{rotate:73.86deg}.rotate-\[75\.96deg\]{rotate:75.96deg}.rotate-\[76\.9deg\]{rotate:76.9deg}.rotate-\[82\.71deg\]{rotate:82.71deg}.rotate-\[83\.98deg\]{rotate:83.98deg}.rotate-\[93\.94deg\]{rotate:93.94deg}.rotate-\[95\.16deg\]{rotate:95.16deg}.rotate-\[105\.21deg\]{rotate:105.21deg}.rotate-\[113\.76deg\]{rotate:113.76deg}.rotate-\[120\.69deg\]{rotate:120.69deg}.rotate-\[153\.13deg\]{rotate:153.13deg}.rotate-\[158\.17deg\]{rotate:158.17deg}.-skew-x-30{--tw-skew-x:skewX( -30deg );transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.skew-x-\[-33\.69deg\]{--tw-skew-x:skewX(-33.69deg);transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-caret-blink{animation:1.25s ease-out infinite caret-blink}.animate-in{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.animate-pulse{animation:var(--animate-pulse)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize{resize:both}.resize-none{resize:none}.scroll-my-1{scroll-margin-block:calc(var(--spacing)*1)}.scroll-py-1{scroll-padding-block:calc(var(--spacing)*1)}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[0_1fr\]{grid-template-columns:0 1fr}.grid-cols-\[max-content\]{grid-template-columns:max-content}.grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.grid-rows-\[max-content\]{grid-template-rows:max-content}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.place-items-start{place-items:start}.content-stretch{align-content:stretch}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-items-start{justify-items:start}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-10{gap:calc(var(--spacing)*10)}.gap-12{gap:calc(var(--spacing)*12)}.gap-24{gap:calc(var(--spacing)*24)}.gap-\[2px\]{gap:2px}.gap-\[3px\]{gap:3px}.gap-\[4px\]{gap:4px}.gap-\[5\.333px\]{gap:5.333px}.gap-\[6px\]{gap:6px}.gap-\[8\.21px\]{gap:8.21px}.gap-\[8\.105px\]{gap:8.105px}.gap-\[8px\]{gap:8px}.gap-\[9\.832px\]{gap:9.832px}.gap-\[12\.158px\]{gap:12.158px}.gap-\[12\.564px\]{gap:12.564px}.gap-\[12px\]{gap:12px}.gap-\[15px\]{gap:15px}.gap-\[16\.211px\]{gap:16.211px}.gap-\[16px\]{gap:16px}.gap-\[17\.778px\]{gap:17.778px}.gap-\[17\.837px\]{gap:17.837px}.gap-\[18px\]{gap:18px}.gap-\[20\.5px\]{gap:20.5px}.gap-\[20px\]{gap:20px}.gap-\[24\.316px\]{gap:24.316px}.gap-\[24px\]{gap:24px}.gap-\[26\.756px\]{gap:26.756px}.gap-\[28\.444px\]{gap:28.444px}.gap-\[30px\]{gap:30px}.gap-\[31px\]{gap:31px}.gap-\[32\.137px\]{gap:32.137px}.gap-\[32px\]{gap:32px}.gap-\[34px\]{gap:34px}.gap-\[35\.675px\]{gap:35.675px}.gap-\[40\.526px\]{gap:40.526px}.gap-\[40px\]{gap:40px}.gap-\[43\.071px\]{gap:43.071px}.gap-\[48px\]{gap:48px}.gap-\[52px\]{gap:52px}.gap-\[58px\]{gap:58px}.gap-\[60px\]{gap:60px}.gap-\[80px\]{gap:80px}.gap-\[105px\]{gap:105px}.gap-\[140px\]{gap:140px}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-8{column-gap:calc(var(--spacing)*8)}.gap-x-16{column-gap:calc(var(--spacing)*16)}.gap-x-\[24px\]{column-gap:24px}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))}.gap-y-0\.5{row-gap:calc(var(--spacing)*.5)}.gap-y-10{row-gap:calc(var(--spacing)*10)}.gap-y-12{row-gap:calc(var(--spacing)*12)}.gap-y-\[16px\]{row-gap:16px}.self-start{align-self:flex-start}.justify-self-end{justify-self:flex-end}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-clip{overflow:clip}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-\[1\.013px\]{border-radius:1.013px}.rounded-\[1px\]{border-radius:1px}.rounded-\[2px\]{border-radius:2px}.rounded-\[4\.053px\]{border-radius:4.053px}.rounded-\[4\.105px\]{border-radius:4.105px}.rounded-\[4\.129px\]{border-radius:4.129px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8\.105px\]{border-radius:8.105px}.rounded-\[8px\]{border-radius:8px}.rounded-\[12\.158px\]{border-radius:12.158px}.rounded-\[12px\]{border-radius:12px}.rounded-\[14\.222px\]{border-radius:14.222px}.rounded-\[14\.452px\]{border-radius:14.452px}.rounded-\[16\.516px\]{border-radius:16.516px}.rounded-\[16px\]{border-radius:16px}.rounded-\[17px\]{border-radius:17px}.rounded-\[20px\]{border-radius:20px}.rounded-\[21px\]{border-radius:21px}.rounded-\[24\.58px\]{border-radius:24.58px}.rounded-\[24px\]{border-radius:24px}.rounded-\[31\.409px\]{border-radius:31.409px}.rounded-\[32px\]{border-radius:32px}.rounded-\[88\.889px\]{border-radius:88.889px}.rounded-\[100px\]{border-radius:100px}.rounded-\[1699px\]{border-radius:1699px}.rounded-\[13421760px\]{border-radius:13421800px}.rounded-\[16777200px\]{border-radius:16777200px}.rounded-\[16890684px\]{border-radius:16890700px}.rounded-\[16997952px\]{border-radius:16998000px}.rounded-\[17216582px\]{border-radius:17216600px}.rounded-\[19174000px\]{border-radius:19174000px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-tl-\[8px\]{border-top-left-radius:8px}.rounded-tl-sm{border-top-left-radius:var(--radius-sm)}.rounded-tr-\[8px\]{border-top-right-radius:8px}.rounded-br-\[8px\]{border-bottom-right-radius:8px}.rounded-bl-\[8px\]{border-bottom-left-radius:8px}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\[0\.508px\]{border-style:var(--tw-border-style);border-width:.508px}.border-\[0\.571px\]{border-style:var(--tw-border-style);border-width:.571px}.border-\[0\.783px\]{border-style:var(--tw-border-style);border-width:.783px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[1\.013px\]{border-style:var(--tw-border-style);border-width:1.013px}.border-\[1\.25px\]{border-style:var(--tw-border-style);border-width:1.25px}.border-\[1\.032px\]{border-style:var(--tw-border-style);border-width:1.032px}.border-\[1px\]{border-style:var(--tw-border-style);border-width:1px}.border-\[2px\]{border-style:var(--tw-border-style);border-width:2px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-\[0\.571px\]{border-top-style:var(--tw-border-style);border-top-width:.571px}.border-t-\[0\.637px\]{border-top-style:var(--tw-border-style);border-top-width:.637px}.border-t-\[1\.026px\]{border-top-style:var(--tw-border-style);border-top-width:1.026px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-r-\[1\.013px\]{border-right-style:var(--tw-border-style);border-right-width:1.013px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-b-\[0\.571px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:.571px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-solid{--tw-border-style:solid;border-style:solid}.border-\(--color-border\){border-color:var(--color-border)}.border-\[\#0c182d\]{border-color:#0c182d}.border-\[\#00A098\]\/40{border-color:#00a09866}.border-\[\#1c2c47\]{border-color:#1c2c47}.border-\[\#9DD035\]{border-color:#9dd035}.border-\[\#80AD26\]\/20{border-color:#80ad2633}.border-\[\#80AD26\]\/40{border-color:#80ad2666}.border-\[\#94bf3d\]{border-color:#94bf3d}.border-\[\#99A1AF\]{border-color:#99a1af}.border-\[\#293750\]{border-color:#293750}.border-\[\#B6BAC2\]{border-color:#b6bac2}.border-\[\#CBD5E1\]\/65{border-color:#cbd5e1a6}.border-\[\#CCCFD7\]{border-color:#cccfd7}.border-\[\#E5E7EB\]{border-color:#e5e7eb}.border-\[\#c1cbdf\]{border-color:#c1cbdf}.border-\[\#c6cdd6\]{border-color:#c6cdd6}.border-\[\#d1d5dc\]{border-color:#d1d5dc}.border-\[\#e0e5ec\]{border-color:#e0e5ec}.border-\[\#e3e7eb\]{border-color:#e3e7eb}.border-\[\#eeeff1\]{border-color:#eeeff1}.border-\[\#f1f5f9\]{border-color:#f1f5f9}.border-\[\#f3f4f6\]{border-color:#f3f4f6}.border-\[rgba\(0\,0\,0\,0\)\]{border-color:#0000}.border-\[rgba\(0\,0\,0\,0\.15\)\]{border-color:#00000026}.border-\[rgba\(0\,0\,0\,0\.22\)\]{border-color:#00000038}.border-\[rgba\(148\,191\,61\,0\.2\)\]{border-color:#94bf3d33}.border-\[rgba\(229\,231\,235\,0\.2\)\]{border-color:#e5e7eb33}.border-\[rgba\(255\,255\,255\,0\.2\)\]{border-color:#fff3}.border-\[rgba\(255\,255\,255\,0\.5\)\]{border-color:#ffffff80}.border-\[transparent\]{border-color:#0000}.border-blue-500{border-color:var(--color-blue-500)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-red-500{border-color:var(--color-red-500)}.border-transparent{border-color:#0000}.border-white{border-color:var(--color-white)}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.border-white\/50{border-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.border-white\/50{border-color:color-mix(in oklab,var(--color-white)50%,transparent)}}.border-t-transparent{border-top-color:#0000}.border-l-transparent{border-left-color:#0000}.bg-\(--color-bg\){background-color:var(--color-bg)}.bg-\[\#0C182D\],.bg-\[\#0c182d\]{background-color:#0c182d}.bg-\[\#00A098\]\/5{background-color:#00a0980d}.bg-\[\#00A098\]\/\[0\.03\]{background-color:#00a09808}.bg-\[\#00a68f\]{background-color:#00a68f}.bg-\[\#00a098\]\/\[0\.04\]{background-color:#00a0980a}.bg-\[\#00000000\]{background-color:#0000}.bg-\[\#1a1f71\]{background-color:#1a1f71}.bg-\[\#1a2d38\]{background-color:#1a2d38}.bg-\[\#1c2c47\]{background-color:#1c2c47}.bg-\[\#2a3842\]{background-color:#2a3842}.bg-\[\#7a9f32\]{background-color:#7a9f32}.bg-\[\#7ca857\]{background-color:#7ca857}.bg-\[\#9DD035\]{background-color:#9dd035}.bg-\[\#9DD035\]\/10{background-color:#9dd0351a}.bg-\[\#9DD035\]\/\[0\.03\]{background-color:#9dd03508}.bg-\[\#9dd035\]{background-color:#9dd035}.bg-\[\#9dd035\]\/\[0\.05\]{background-color:#9dd0350d}.bg-\[\#11a0f8\]{background-color:#11a0f8}.bg-\[\#25D366\],.bg-\[\#25d366\]{background-color:#25d366}.bg-\[\#48d4bb\]{background-color:#48d4bb}.bg-\[\#80AD26\]\/5{background-color:#80ad260d}.bg-\[\#80AD26\]\/10{background-color:#80ad261a}.bg-\[\#80ad26\]{background-color:#80ad26}.bg-\[\#92a1b0\]{background-color:#92a1b0}.bg-\[\#94bf3d\]{background-color:#94bf3d}.bg-\[\#99a1af\]{background-color:#99a1af}.bg-\[\#44216a\]{background-color:#44216a}.bg-\[\#47565f\]{background-color:#47565f}.bg-\[\#293750\]{background-color:#293750}.bg-\[\#B1FFE8\]{background-color:#b1ffe8}.bg-\[\#B9D9FF\]{background-color:#b9d9ff}.bg-\[\#C4FFFF\]{background-color:#c4ffff}.bg-\[\#D3FFB1\]{background-color:#d3ffb1}.bg-\[\#E0FFD4\]{background-color:#e0ffd4}.bg-\[\#EAFEC0\]{background-color:#eafec0}.bg-\[\#EEEEEF\]{background-color:#eeeeef}.bg-\[\#F7FCED\]{background-color:#f7fced}.bg-\[\#F8F8F8\]{background-color:#f8f8f8}.bg-\[\#F8FAFC\]{background-color:#f8fafc}.bg-\[\#FFFFFF\]{background-color:#fff}.bg-\[\#b7baba\]{background-color:#b7baba}.bg-\[\#c4ebe4\]{background-color:#c4ebe4}.bg-\[\#d8edd7\]{background-color:#d8edd7}.bg-\[\#dbff93\]{background-color:#dbff93}.bg-\[\#eeeeef\]{background-color:#eeeeef}.bg-\[\#eef8e4\]{background-color:#eef8e4}.bg-\[\#f1f2f6\]{background-color:#f1f2f6}.bg-\[\#f3f4f6\]{background-color:#f3f4f6}.bg-\[\#f7b700\]{background-color:#f7b700}.bg-\[\#f8f8f8\]{background-color:#f8f8f8}.bg-\[\#f8fafc\]{background-color:#f8fafc}.bg-\[\#f9fafb\]{background-color:#f9fafb}.bg-\[\#fcfcfc\]{background-color:#fcfcfc}.bg-\[\#fcfdfd\]{background-color:#fcfdfd}.bg-\[\#ffffff33\]{background-color:#fff3}.bg-\[\#ffffff\]{background-color:#fff}.bg-\[rgba\(0\,0\,0\,0\)\]{background-color:#0000}.bg-\[rgba\(0\,160\,152\,0\.05\)\]{background-color:#00a0980d}.bg-\[rgba\(74\,74\,74\,0\.1\)\]{background-color:#4a4a4a1a}.bg-\[rgba\(100\,113\,133\,0\.3\)\]{background-color:#6471854d}.bg-\[rgba\(138\,225\,49\,0\.06\)\]{background-color:#8ae1310f}.bg-\[rgba\(148\,191\,61\,0\.1\)\]{background-color:#94bf3d1a}.bg-\[rgba\(225\,225\,225\,0\.12\)\]{background-color:#e1e1e11f}.bg-\[rgba\(235\,255\,220\,0\.5\)\]{background-color:#ebffdc80}.bg-\[rgba\(255\,255\,255\,0\.1\)\]{background-color:#ffffff1a}.bg-\[rgba\(255\,255\,255\,0\.4\)\]{background-color:#fff6}.bg-\[rgba\(255\,255\,255\,0\.05\)\]{background-color:#ffffff0d}.bg-\[rgba\(255\,255\,255\,0\.5\)\]{background-color:#ffffff80}.bg-\[rgba\(255\,255\,255\,0\.6\)\]{background-color:#fff9}.bg-\[rgba\(255\,255\,255\,0\.7\)\]{background-color:#ffffffb3}.bg-\[rgba\(255\,255\,255\,0\.8\)\]{background-color:#fffc}.bg-\[rgba\(255\,255\,255\,0\.39\)\]{background-color:#ffffff63}.bg-\[rgba\(255\,255\,255\,0\.74\)\]{background-color:#ffffffbd}.bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab,red,red)){.bg-black\/40{background-color:color-mix(in oklab,var(--color-black)40%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-blue-50\/50{background-color:#eff6ff80}@supports (color:color-mix(in lab,red,red)){.bg-blue-50\/50{background-color:color-mix(in oklab,var(--color-blue-50)50%,transparent)}}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\/5{background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.bg-white\/5{background-color:color-mix(in oklab,var(--color-white)5%,transparent)}}.bg-white\/20{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){.bg-white\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.bg-white\/60{background-color:#fff9}@supports (color:color-mix(in lab,red,red)){.bg-white\/60{background-color:color-mix(in oklab,var(--color-white)60%,transparent)}}.bg-white\/70{background-color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.bg-white\/70{background-color:color-mix(in oklab,var(--color-white)70%,transparent)}}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-\[radial-gradient\(ellipse_at_center\,_var\(--tw-gradient-stops\)\)\]{background-image:radial-gradient(ellipse at center,var(--tw-gradient-stops))}.from-\[\#0c182d\]{--tw-gradient-from:#0c182d;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#00A098\]\/30{--tw-gradient-from:oklab(63.6151% -.109188 -.0163781/.3);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#FFFFFF\]{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-\[rgba\(12\,24\,45\,0\.9\)\]{--tw-gradient-via:#0c182de6;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-transparent{--tw-gradient-via:transparent;--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-\[\#99A1AF\]{--tw-gradient-to:#99a1af;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[rgba\(0\,0\,0\,0\)\]{--tw-gradient-to:#0000;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.bg-clip-padding{background-clip:padding-box}.mask-intersect{-webkit-mask-composite:source-in;mask-composite:intersect}.mask-alpha{-webkit-mask-source-type:alpha;mask-mode:alpha}.mask-size-\[6\.667px_4px\]{-webkit-mask-size:6.667px 4px;mask-size:6.667px 4px}.mask-size-\[13\.102px_13\.102px\]{-webkit-mask-size:13.102px 13.102px;mask-size:13.102px 13.102px}.mask-size-\[14\.998px_15px\]{-webkit-mask-size:14.998px 15px;mask-size:14.998px 15px}.mask-size-\[15\.354px_14\.5px\]{-webkit-mask-size:15.354px 14.5px;mask-size:15.354px 14.5px}.mask-size-\[15\.609px_14\.742px\]{-webkit-mask-size:15.609px 14.742px;mask-size:15.609px 14.742px}.mask-size-\[15\.933px_16px\]{-webkit-mask-size:15.933px 16px;mask-size:15.933px 16px}.mask-size-\[15px_8\.572px\]{-webkit-mask-size:15px 8.572px;mask-size:15px 8.572px}.mask-size-\[15px_15px\]{-webkit-mask-size:15px 15px;mask-size:15px 15px}.mask-size-\[16\.5px_16\.5px\]{-webkit-mask-size:16.5px 16.5px;mask-size:16.5px 16.5px}.mask-size-\[16\.41px_15\.498px\]{-webkit-mask-size:16.41px 15.498px;mask-size:16.41px 15.498px}.mask-size-\[16\.721px_15\.3px\]{-webkit-mask-size:16.721px 15.3px;mask-size:16.721px 15.3px}.mask-size-\[16px_15\.476px\]{-webkit-mask-size:16px 15.476px;mask-size:16px 15.476px}.mask-size-\[16px_16px\]{-webkit-mask-size:16px 16px;mask-size:16px 16px}.mask-size-\[17\.1px_17\.1px\]{-webkit-mask-size:17.1px 17.1px;mask-size:17.1px 17.1px}.mask-size-\[77\.472px_21\.983px\]{-webkit-mask-size:77.472px 21.983px;mask-size:77.472px 21.983px}.mask-size-\[100\%_100\%\]{-webkit-mask-size:100% 100%;mask-size:100% 100%}.mask-size-\[114\.44px_31\.68px\]{-webkit-mask-size:114.44px 31.68px;mask-size:114.44px 31.68px}.mask-size-\[118\.916px_33\.031px\]{-webkit-mask-size:118.916px 33.031px;mask-size:118.916px 33.031px}.mask-size-\[126px_34\.998px\]{-webkit-mask-size:126px 34.998px;mask-size:126px 34.998px}.mask-size-\[136\.615px_20\.921px\]{-webkit-mask-size:136.615px 20.921px;mask-size:136.615px 20.921px}.mask-size-\[144\.531px_39\.999px\]{-webkit-mask-size:144.531px 39.999px;mask-size:144.531px 39.999px}.mask-size-\[161\.123px_44\.591px\]{-webkit-mask-size:161.123px 44.591px;mask-size:161.123px 44.591px}.mask-no-clip{-webkit-mask-clip:no-clip;mask-clip:no-clip}.mask-position-\[0px_0px\]{-webkit-mask-position:0 0;mask-position:0 0}.mask-position-\[2\.938px_2\.938px\]{-webkit-mask-position:2.938px 2.938px;mask-position:2.938px 2.938px}.mask-position-\[3\.7px_3\.7px\]{-webkit-mask-position:3.7px 3.7px;mask-position:3.7px 3.7px}.mask-position-\[3\.471px_3\.47px\]{-webkit-mask-position:3.471px 3.47px;mask-position:3.471px 3.47px}.mask-position-\[3\.579px_3\.579px\]{-webkit-mask-position:3.579px 3.579px;mask-position:3.579px 3.579px}.mask-position-\[3\.742px_3\.742px\]{-webkit-mask-position:3.742px 3.742px;mask-position:3.742px 3.742px}.mask-position-\[3\.742px_3\.743px\]{-webkit-mask-position:3.742px 3.743px;mask-position:3.742px 3.743px}.mask-position-\[3\.807px_3\.805px\]{-webkit-mask-position:3.807px 3.805px;mask-position:3.807px 3.805px}.mask-position-\[4\.486px_4\.902px\]{-webkit-mask-position:4.486px 4.902px;mask-position:4.486px 4.902px}.mask-position-\[4\.707px_4\.688px\]{-webkit-mask-position:4.707px 4.688px;mask-position:4.707px 4.688px}.mask-position-\[4px_4px\]{-webkit-mask-position:4px 4px;mask-position:4px 4px}.mask-position-\[5px_5px\]{-webkit-mask-position:5px 5px;mask-position:5px 5px}.mask-position-\[6\.667px_7\.333px\]{-webkit-mask-position:6.667px 7.333px;mask-position:6.667px 7.333px}.mask-position-\[6\.786px_9\.214px\]{-webkit-mask-position:6.786px 9.214px;mask-position:6.786px 9.214px}.mask-no-repeat{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.fill-\[\#6A7282\]{fill:#6a7282}.fill-current{fill:currentColor}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-\[center_calc\(20\%-40px\)\]{object-position:center calc(20% - 40px)}.p-0{padding:calc(var(--spacing)*0)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-10{padding:calc(var(--spacing)*10)}.p-\[0px\]{padding:0}.p-\[1\.013px\]{padding:1.013px}.p-\[3px\]{padding:3px}.p-\[4px\]{padding:4px}.p-\[6px\]{padding:6px}.p-\[8px\]{padding:8px}.p-\[12px\]{padding:12px}.p-\[16px\]{padding:16px}.p-\[60px\]{padding:60px}.p-px{padding:1px}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.px-10{padding-inline:calc(var(--spacing)*10)}.px-\[0px\]{padding-inline:0}.px-\[4px\]{padding-inline:4px}.px-\[8px\]{padding-inline:8px}.px-\[10\.068px\]{padding-inline:10.068px}.px-\[12\.314px\]{padding-inline:12.314px}.px-\[12px\]{padding-inline:12px}.px-\[13\.171px\]{padding-inline:13.171px}.px-\[14px\]{padding-inline:14px}.px-\[16px\]{padding-inline:16px}.px-\[17px\]{padding-inline:17px}.px-\[20px\]{padding-inline:20px}.px-\[21\.333px\]{padding-inline:21.333px}.px-\[24\.316px\]{padding-inline:24.316px}.px-\[24\.679px\]{padding-inline:24.679px}.px-\[24px\]{padding-inline:24px}.px-\[28\.444px\]{padding-inline:28.444px}.px-\[32\.421px\]{padding-inline:32.421px}.px-\[32px\]{padding-inline:32px}.px-\[53px\]{padding-inline:53px}.px-\[286px\]{padding-inline:286px}.px-px{padding-inline:1px}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-12{padding-block:calc(var(--spacing)*12)}.py-16{padding-block:calc(var(--spacing)*16)}.py-20{padding-block:calc(var(--spacing)*20)}.py-24{padding-block:calc(var(--spacing)*24)}.py-\[0\.508px\]{padding-block:.508px}.py-\[0\.571px\]{padding-block:.571px}.py-\[1\.013px\]{padding-block:1.013px}.py-\[1\.25px\]{padding-block:1.25px}.py-\[1px\]{padding-block:1px}.py-\[10px\]{padding-block:10px}.py-\[12px\]{padding-block:12px}.py-\[16px\]{padding-block:16px}.py-\[17px\]{padding-block:17px}.py-\[20px\]{padding-block:20px}.py-\[24px\]{padding-block:24px}.py-\[40px\]{padding-block:40px}.py-\[42px\]{padding-block:42px}.py-\[48px\]{padding-block:48px}.py-px{padding-block:1px}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-6{padding-top:calc(var(--spacing)*6)}.pt-8{padding-top:calc(var(--spacing)*8)}.pt-24{padding-top:calc(var(--spacing)*24)}.pt-\[3px\]{padding-top:3px}.pt-\[4px\]{padding-top:4px}.pt-\[8px\]{padding-top:8px}.pt-\[12px\]{padding-top:12px}.pt-\[16px\]{padding-top:16px}.pt-\[24\.316px\]{padding-top:24.316px}.pt-\[24px\]{padding-top:24px}.pt-\[32px\]{padding-top:32px}.pt-\[40\.571px\]{padding-top:40.571px}.pt-\[56\.889px\]{padding-top:56.889px}.pt-\[60px\]{padding-top:60px}.pt-\[68px\]{padding-top:68px}.pt-\[72px\]{padding-top:72px}.pt-\[80px\]{padding-top:80px}.pt-\[120px\]{padding-top:120px}.pt-\[140px\]{padding-top:140px}.pt-\[160px\]{padding-top:160px}.pt-\[180px\]{padding-top:180px}.pt-\[220px\]{padding-top:220px}.pt-\[240px\]{padding-top:240px}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-2\.5{padding-right:calc(var(--spacing)*2.5)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-6{padding-right:calc(var(--spacing)*6)}.pr-8{padding-right:calc(var(--spacing)*8)}.pr-10{padding-right:calc(var(--spacing)*10)}.pr-\[0\.571px\]{padding-right:.571px}.pr-\[1\.013px\]{padding-right:1.013px}.pr-\[2px\]{padding-right:2px}.pr-\[9px\]{padding-right:9px}.pr-\[16px\]{padding-right:16px}.pr-\[25\.329px\]{padding-right:25.329px}.pr-\[26px\]{padding-right:26px}.pr-\[33\.434px\]{padding-right:33.434px}.pr-\[102\.402px\]{padding-right:102.402px}.pr-\[612\.185px\]{padding-right:612.185px}.pr-px{padding-right:1px}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pb-10{padding-bottom:calc(var(--spacing)*10)}.pb-16{padding-bottom:calc(var(--spacing)*16)}.pb-24{padding-bottom:calc(var(--spacing)*24)}.pb-32{padding-bottom:calc(var(--spacing)*32)}.pb-\[0\.571px\]{padding-bottom:.571px}.pb-\[12px\]{padding-bottom:12px}.pb-\[16px\]{padding-bottom:16px}.pb-\[40px\]{padding-bottom:40px}.pb-\[48px\]{padding-bottom:48px}.pb-\[64px\]{padding-bottom:64px}.pb-\[80px\]{padding-bottom:80px}.pb-\[108px\]{padding-bottom:108px}.pb-\[140px\]{padding-bottom:140px}.pb-px{padding-bottom:1px}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-6{padding-left:calc(var(--spacing)*6)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-\[7px\]{padding-left:7px}.pl-\[8px\]{padding-left:8px}.pl-\[16px\]{padding-left:16px}.pl-\[17\.224px\]{padding-left:17.224px}.pl-\[24px\]{padding-left:24px}.pl-\[32\.421px\]{padding-left:32.421px}.pl-\[40\.571px\]{padding-left:40.571px}.pl-\[40px\]{padding-left:40px}.pl-\[42px\]{padding-left:42px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-\[\'Camphor\:Medium\'\,sans-serif\]{font-family:Camphor\:Medium,sans-serif}.font-\[\'Inter\'\,sans-serif\]{font-family:Inter,sans-serif}.font-\[\'Inter\'\]{font-family:Inter}.font-\[\'Inter\:Bold\'\,sans-serif\]{font-family:Inter\:Bold,sans-serif}.font-\[\'Inter\:Light\'\,sans-serif\]{font-family:Inter\:Light,sans-serif}.font-\[\'Inter\:Medium\'\,sans-serif\]{font-family:Inter\:Medium,sans-serif}.font-\[\'Inter\:Regular\'\,sans-serif\]{font-family:Inter\:Regular,sans-serif}.font-\[\'Inter\:Semi_Bold\'\,sans-serif\]{font-family:Inter\:Semi Bold,sans-serif}.font-\[\'PingFang_SC\:Medium\'\,sans-serif\]{font-family:PingFang SC\:Medium,sans-serif}.font-\[\'PingFang_SC\:Regular\'\,sans-serif\]{font-family:PingFang SC\:Regular,sans-serif}.font-\[\'Poppins\'\]{font-family:Poppins}.font-\[\'Poppins\:Bold\'\,sans-serif\]{font-family:Poppins\:Bold,sans-serif}.font-\[\'Poppins\:Medium\'\,sans-serif\]{font-family:Poppins\:Medium,sans-serif}.font-\[\'Poppins\:Regular\'\,sans-serif\]{font-family:Poppins\:Regular,sans-serif}.font-\[\'Poppins\:SemiBold\'\,sans-serif\]{font-family:Poppins\:SemiBold,sans-serif}.font-\[\'Roboto\:Black\'\,sans-serif\]{font-family:Roboto\:Black,sans-serif}.font-\[\'Roboto\:Bold\'\,sans-serif\]{font-family:Roboto\:Bold,sans-serif}.font-\[\'Roboto\:Regular\'\,sans-serif\]{font-family:Roboto\:Regular,sans-serif}.font-\[Poppins\]{font-family:Poppins}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.8rem\]{font-size:.8rem}.text-\[2\.918px\]{font-size:2.918px}.text-\[3\.962px\]{font-size:3.962px}.text-\[3\.992px\]{font-size:3.992px}.text-\[4\.217px\]{font-size:4.217px}.text-\[11\.22px\]{font-size:11.22px}.text-\[11\.145px\]{font-size:11.145px}.text-\[11px\]{font-size:11px}.text-\[12\.158px\]{font-size:12.158px}.text-\[12\.314px\]{font-size:12.314px}.text-\[12\.387px\]{font-size:12.387px}.text-\[12\.444px\]{font-size:12.444px}.text-\[12px\]{font-size:12px}.text-\[13\.67px\]{font-size:13.67px}.text-\[13\.171px\]{font-size:13.171px}.text-\[13px\]{font-size:13px}.text-\[14\.5px\]{font-size:14.5px}.text-\[14\.33px\]{font-size:14.33px}.text-\[14\.45px\]{font-size:14.45px}.text-\[14\.184px\]{font-size:14.184px}.text-\[14\.222px\]{font-size:14.222px}.text-\[14\.367px\]{font-size:14.367px}.text-\[14\.452px\]{font-size:14.452px}.text-\[14\.493px\]{font-size:14.493px}.text-\[14px\]{font-size:14px}.text-\[15\.197px\]{font-size:15.197px}.text-\[15\.608px\]{font-size:15.608px}.text-\[15px\]{font-size:15px}.text-\[16\.516px\]{font-size:16.516px}.text-\[16\.722px\]{font-size:16.722px}.text-\[16px\]{font-size:16px}.text-\[17\.47px\]{font-size:17.47px}.text-\[18px\]{font-size:18px}.text-\[20\.263px\]{font-size:20.263px}.text-\[20\.524px\]{font-size:20.524px}.text-\[20px\]{font-size:20px}.text-\[23\.173px\]{font-size:23.173px}.text-\[24\.774px\]{font-size:24.774px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[32\.421px\]{font-size:32.421px}.text-\[32px\]{font-size:32px}.text-\[36px\]{font-size:36px}.text-\[40px\]{font-size:40px}.text-\[44px\]{font-size:44px}.text-\[48px\]{font-size:48px}.text-\[52px\]{font-size:52px}.text-\[60px\]{font-size:60px}.text-\[64px\]{font-size:64px}.text-\[73\.886px\]{font-size:73.886px}.text-\[74px\]{font-size:74px}.text-\[80px\]{font-size:80px}.leading-\[0\]{--tw-leading:0;line-height:0}.leading-\[1\.1\]{--tw-leading:1.1;line-height:1.1}.leading-\[1\.2\]{--tw-leading:1.2;line-height:1.2}.leading-\[1\.3\]{--tw-leading:1.3;line-height:1.3}.leading-\[1\.4\]{--tw-leading:1.4;line-height:1.4}.leading-\[1\.5\]{--tw-leading:1.5;line-height:1.5}.leading-\[1\.6\]{--tw-leading:1.6;line-height:1.6}.leading-\[1\.8\]{--tw-leading:1.8;line-height:1.8}.leading-\[1\.15\]{--tw-leading:1.15;line-height:1.15}.leading-\[2\.0\]{--tw-leading:2;line-height:2}.leading-\[16\.5px\]{--tw-leading:16.5px;line-height:16.5px}.leading-\[16\.25px\]{--tw-leading:16.25px;line-height:16.25px}.leading-\[16\.419px\]{--tw-leading:16.419px;line-height:16.419px}.leading-\[16\.516px\]{--tw-leading:16.516px;line-height:16.516px}.leading-\[17\.067px\]{--tw-leading:17.067px;line-height:17.067px}.leading-\[18\.237px\]{--tw-leading:18.237px;line-height:18.237px}.leading-\[18\.667px\]{--tw-leading:18.667px;line-height:18.667px}.leading-\[18px\]{--tw-leading:18px;line-height:18px}.leading-\[19\.5px\]{--tw-leading:19.5px;line-height:19.5px}.leading-\[19\.757px\]{--tw-leading:19.757px;line-height:19.757px}.leading-\[20\.524px\]{--tw-leading:20.524px;line-height:20.524px}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-\[21\.75px\]{--tw-leading:21.75px;line-height:21.75px}.leading-\[21\.276px\]{--tw-leading:21.276px;line-height:21.276px}.leading-\[21\.739px\]{--tw-leading:21.739px;line-height:21.739px}.leading-\[21px\]{--tw-leading:21px;line-height:21px}.leading-\[22\.4px\]{--tw-leading:22.4px;line-height:22.4px}.leading-\[22\.5px\]{--tw-leading:22.5px;line-height:22.5px}.leading-\[22\.297px\]{--tw-leading:22.297px;line-height:22.297px}.leading-\[22\.796px\]{--tw-leading:22.796px;line-height:22.796px}.leading-\[22px\]{--tw-leading:22px;line-height:22px}.leading-\[24px\]{--tw-leading:24px;line-height:24px}.leading-\[25\.5px\]{--tw-leading:25.5px;line-height:25.5px}.leading-\[25\.6px\]{--tw-leading:25.6px;line-height:25.6px}.leading-\[25\.084px\]{--tw-leading:25.084px;line-height:25.084px}.leading-\[25\.806px\]{--tw-leading:25.806px;line-height:25.806px}.leading-\[27\.174px\]{--tw-leading:27.174px;line-height:27.174px}.leading-\[27px\]{--tw-leading:27px;line-height:27px}.leading-\[28px\]{--tw-leading:28px;line-height:28px}.leading-\[30\.6px\]{--tw-leading:30.6px;line-height:30.6px}.leading-\[30\.395px\]{--tw-leading:30.395px;line-height:30.395px}.leading-\[30px\]{--tw-leading:30px;line-height:30px}.leading-\[31\.2px\]{--tw-leading:31.2px;line-height:31.2px}.leading-\[32\.421px\]{--tw-leading:32.421px;line-height:32.421px}.leading-\[32\.442px\]{--tw-leading:32.442px;line-height:32.442px}.leading-\[32px\]{--tw-leading:32px;line-height:32px}.leading-\[33\.351px\]{--tw-leading:33.351px;line-height:33.351px}.leading-\[35\.2px\]{--tw-leading:35.2px;line-height:35.2px}.leading-\[38px\]{--tw-leading:38px;line-height:38px}.leading-\[40px\]{--tw-leading:40px;line-height:40px}.leading-\[45px\]{--tw-leading:45px;line-height:45px}.leading-\[46\.452px\]{--tw-leading:46.452px;line-height:46.452px}.leading-\[48\.4px\]{--tw-leading:48.4px;line-height:48.4px}.leading-\[48px\]{--tw-leading:48px;line-height:48px}.leading-\[58px\]{--tw-leading:58px;line-height:58px}.leading-\[61\.6px\]{--tw-leading:61.6px;line-height:61.6px}.leading-\[66px\]{--tw-leading:66px;line-height:66px}.leading-\[72px\]{--tw-leading:72px;line-height:72px}.leading-\[81\.274px\]{--tw-leading:81.274px;line-height:81.274px}.leading-\[100px\]{--tw-leading:100px;line-height:100px}.leading-\[normal\]{--tw-leading:normal;line-height:normal}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[-0\.5px\]{--tw-tracking:-.5px;letter-spacing:-.5px}.tracking-\[-0\.8px\]{--tw-tracking:-.8px;letter-spacing:-.8px}.tracking-\[-0\.4444px\]{--tw-tracking:-.4444px;letter-spacing:-.4444px}.tracking-\[-0\.5066px\]{--tw-tracking:-.5066px;letter-spacing:-.5066px}.tracking-\[-0\.8105px\]{--tw-tracking:-.8105px;letter-spacing:-.8105px}.tracking-\[-1\.5px\]{--tw-tracking:-1.5px;letter-spacing:-1.5px}.tracking-\[-1\.6px\]{--tw-tracking:-1.6px;letter-spacing:-1.6px}.tracking-\[-1\.8471px\]{--tw-tracking:-1.8471px;letter-spacing:-1.8471px}.tracking-\[-1px\]{--tw-tracking:-1px;letter-spacing:-1px}.tracking-\[-2\.22px\]{--tw-tracking:-2.22px;letter-spacing:-2.22px}.tracking-\[0\.15em\]{--tw-tracking:.15em;letter-spacing:.15em}.tracking-\[0\.104px\]{--tw-tracking:.104px;letter-spacing:.104px}.tracking-\[0\.1007px\]{--tw-tracking:.1007px;letter-spacing:.1007px}.tracking-\[0\.1188px\]{--tw-tracking:.1188px;letter-spacing:.1188px}.tracking-\[0\.1248px\]{--tw-tracking:.1248px;letter-spacing:.1248px}.tracking-\[0\.1497px\]{--tw-tracking:.1497px;letter-spacing:.1497px}.tracking-\[0\.4444px\]{--tw-tracking:.4444px;letter-spacing:.4444px}.tracking-\[0\.7804px\]{--tw-tracking:.7804px;letter-spacing:.7804px}.tracking-\[1\.04px\]{--tw-tracking:1.04px;letter-spacing:1.04px}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.text-\[\#0C182D\],.text-\[\#0c182d\]{color:#0c182d}.text-\[\#00A098\]{color:#00a098}.text-\[\#2E3C51\]{color:#2e3c51}.text-\[\#2a384c\]{color:#2a384c}.text-\[\#2a3842\]{color:#2a3842}.text-\[\#2b3f5b\]{color:#2b3f5b}.text-\[\#2c405a\]{color:#2c405a}.text-\[\#2e3c51\]{color:#2e3c51}.text-\[\#4A5565\],.text-\[\#4a5565\]{color:#4a5565}.text-\[\#4b5563\]{color:#4b5563}.text-\[\#5C6E8A\]{color:#5c6e8a}.text-\[\#5a6872\]{color:#5a6872}.text-\[\#5c6e8a\]{color:#5c6e8a}.text-\[\#6A7282\],.text-\[\#6a7282\]{color:#6a7282}.text-\[\#7A9F32\],.text-\[\#7a9f32\]{color:#7a9f32}.text-\[\#7ca857\]{color:#7ca857}.text-\[\#9BA6B5\]{color:#9ba6b5}.text-\[\#9DD035\]{color:#9dd035}.text-\[\#9ba6b5\]{color:#9ba6b5}.text-\[\#9dd035\]{color:#9dd035}.text-\[\#80AD26\]{color:#80ad26}.text-\[\#94BF3D\],.text-\[\#94bf3d\]{color:#94bf3d}.text-\[\#99A1AF\],.text-\[\#99a1af\]{color:#99a1af}.text-\[\#111B21\],.text-\[\#111b21\]{color:#111b21}.text-\[\#677B81\]{color:#677b81}.text-\[\#2563eb\]{color:#2563eb}.text-\[\#64748b\]{color:#64748b}.text-\[\#142936\]{color:#142936}.text-\[\#293750\]{color:#293750}.text-\[\#364153\]{color:#364153}.text-\[\#647185\]{color:#647185}.text-\[\#667781\]{color:#667781}.text-\[\#c5ced7\]{color:#c5ced7}.text-\[\#f9fafb\]{color:#f9fafb}.text-\[rgba\(255\,255\,255\,0\.5\)\]{color:#ffffff80}.text-current{color:currentColor}.text-red-500{color:var(--color-red-500)}.text-white{color:var(--color-white)}.text-white\/80{color:#fffc}@supports (color:color-mix(in lab,red,red)){.text-white\/80{color:color-mix(in oklab,var(--color-white)80%,transparent)}}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.decoration-\[\#99A1AF\]{text-decoration-color:#99a1af}.decoration-solid{text-decoration-style:solid}.underline-offset-4{text-underline-offset:4px}.underline-offset-\[3px\]{text-underline-offset:3px}.opacity-0{opacity:0}.opacity-5{opacity:.05}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}.opacity-\[0\.74\]{opacity:.74}.mix-blend-luminosity{mix-blend-mode:luminosity}.mix-blend-multiply{mix-blend-mode:multiply}.mix-blend-screen{mix-blend-mode:screen}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow:0 2px 8px var(--tw-shadow-color,#0000001f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_24px_rgba\(0\,0\,0\,0\.02\)\]{--tw-shadow:0 4px 24px var(--tw-shadow-color,#00000005);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_24px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0 4px 24px var(--tw-shadow-color,#0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_30px_rgba\(0\,0\,0\,0\.03\)\]{--tw-shadow:0 4px 30px var(--tw-shadow-color,#00000008);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_48px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow:0 12px 48px var(--tw-shadow-color,#00000014);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_20px_60px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0 20px 60px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_0px_14\.669px_0px_rgba\(165\,165\,165\,0\.35\)\,0px_10\.36px_20\.719px_0px_rgba\(183\,183\,183\,0\.08\)\]{--tw-shadow:0px 0px 14.669px 0px var(--tw-shadow-color,#a5a5a559),0px 10.36px 20.719px 0px var(--tw-shadow-color,#b7b7b714);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_0px_15px_0px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0px 0px 15px 0px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_0px_17\.208px_0px_rgba\(165\,165\,165\,0\.35\)\]{--tw-shadow:0px 0px 17.208px 0px var(--tw-shadow-color,#a5a5a559);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_0px_18\.745px_0px_rgba\(165\,165\,165\,0\.35\)\,0px_13\.238px_26\.476px_0px_rgba\(183\,183\,183\,0\.08\)\]{--tw-shadow:0px 0px 18.745px 0px var(--tw-shadow-color,#a5a5a559),0px 13.238px 26.476px 0px var(--tw-shadow-color,#b7b7b714);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_0px_21\.988px_0px_rgba\(165\,165\,165\,0\.35\)\]{--tw-shadow:0px 0px 21.988px 0px var(--tw-shadow-color,#a5a5a559);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_1\.032px_0px_0px_\#33434f\]{--tw-shadow:0px 1.032px 0px 0px var(--tw-shadow-color,#33434f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_1\.032px_0px_0px_\#d9dbdd\]{--tw-shadow:0px 1.032px 0px 0px var(--tw-shadow-color,#d9dbdd);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_1px_2px_-1px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0px 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_1px_2px_0px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_1px_3px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0px 1px 3px 0px var(--tw-shadow-color,#0000001a),0px 1px 2px 0px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_2\.026px_10\.132px_0px_rgba\(0\,0\,0\,0\.02\)\]{--tw-shadow:0px 2.026px 10.132px 0px var(--tw-shadow-color,#00000005);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_2px_10px_rgba\(0\,0\,0\,0\.02\)\]{--tw-shadow:0px 2px 10px var(--tw-shadow-color,#00000005);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_4\.211px_25\.263px_0px_rgba\(0\,0\,0\,0\.02\)\]{--tw-shadow:0px 4.211px 25.263px 0px var(--tw-shadow-color,#00000005);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_4px_24px_0px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0px 4px 24px 0px var(--tw-shadow-color,#0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_4px_24px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0px 4px 24px var(--tw-shadow-color,#0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_4px_30px_0px_rgba\(0\,0\,0\,0\.03\)\]{--tw-shadow:0px 4px 30px 0px var(--tw-shadow-color,#00000008);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_8\.889px_13\.333px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_3\.556px_5\.333px_0px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0px 8.889px 13.333px 0px var(--tw-shadow-color,#0000001a),0px 3.556px 5.333px 0px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_8px_48px_0px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow:0px 8px 48px 0px var(--tw-shadow-color,#0000000f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_10px_30px_0px_rgba\(0\,0\,0\,0\.03\)\]{--tw-shadow:0px 10px 30px 0px var(--tw-shadow-color,#00000008);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_20px_60px_0px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0px 20px 60px 0px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_20px_60px_0px_rgba\(40\,45\,45\,0\.08\)\]{--tw-shadow:0px 20px 60px 0px var(--tw-shadow-color,#282d2d14);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_20px_60px_0px_rgba\(40\,45\,45\,0\.15\)\]{--tw-shadow:0px 20px 60px 0px var(--tw-shadow-color,#282d2d26);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_25px_50px_-12px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow:0px 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[inset_0px_-1\.032px_0px_0px_\#e3e7eb\]{--tw-shadow:inset 0px -1.032px 0px 0px var(--tw-shadow-color,#e3e7eb);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur-3xl{--tw-blur:blur(var(--blur-3xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-\[1\.5px\]{--tw-blur:blur(1.5px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-\[60\.789px\]{--tw-blur:blur(60.789px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-\[60px\]{--tw-blur:blur(60px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-\[64px\]{--tw-blur:blur(64px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-\[100px\]{--tw-blur:blur(100px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-\[150px\]{--tw-blur:blur(150px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow-\[0_8px_48px_rgba\(0\,0\,0\,0\.06\)\]{--tw-drop-shadow-size:drop-shadow(0 8px 48px var(--tw-drop-shadow-color,#0000000f));--tw-drop-shadow:var(--tw-drop-shadow-size);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,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-md{--tw-backdrop-blur:blur(var(--blur-md));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.duration-1000{--tw-duration:1s;transition-duration:1s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.fade-in-0{--tw-enter-opacity:0}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.zoom-in-95{--tw-enter-scale:.95}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[scrollbar-width\:none\]{scrollbar-width:none}.text-shadow-\[0px_0\.855px_1\.709px_rgba\(0\,0\,0\,0\.25\)\]{text-shadow:0px .855px 1.709px var(--tw-text-shadow-color,#00000040)}.text-shadow-\[0px_1\.092px_2\.184px_rgba\(0\,0\,0\,0\.25\)\]{text-shadow:0px 1.092px 2.184px var(--tw-text-shadow-color,#00000040)}.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *){opacity:1}@media(hover:hover){.group-hover\:visible:is(:where(.group):hover *){visibility:visible}.group-hover\:translate-x-1:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:translate-y-0:is(:where(.group):hover *){--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:scale-110:is(:where(.group):hover *){--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:rotate-180:is(:where(.group):hover *){rotate:180deg}.group-hover\:border-\[\#9DD035\]:is(:where(.group):hover *){border-color:#9dd035}.group-hover\:border-\[\#94BF3D\]:is(:where(.group):hover *){border-color:#94bf3d}.group-hover\:bg-\[\#94BF3D\]\/10:is(:where(.group):hover *){background-color:#94bf3d1a}.group-hover\:text-\[\#0c182d\]:is(:where(.group):hover *){color:#0c182d}.group-hover\:text-white:is(:where(.group):hover *){color:var(--color-white)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\/item\:text-\[\#94BF3D\]:is(:where(.group\/item):hover *){color:#94bf3d}.group-hover\/link\:translate-x-1:is(:where(.group\/link):hover *){--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\/logo\:fill-\[\#2F373F\]:is(:where(.group\/logo):hover *){fill:#2f373f}.group-hover\/logo\:fill-\[\#027AFF\]:is(:where(.group\/logo):hover *){fill:#027aff}.group-hover\/logo\:fill-\[\#0053D6\]:is(:where(.group\/logo):hover *){fill:#0053d6}.group-hover\/logo\:fill-\[\#201B4C\]:is(:where(.group\/logo):hover *){fill:#201b4c}.group-hover\/logo\:fill-\[\#1434CB\]:is(:where(.group\/logo):hover *){fill:#1434cb}.group-hover\/logo\:fill-\[\#3637A4\]:is(:where(.group\/logo):hover *){fill:#3637a4}.group-hover\/logo\:fill-\[\#D2232A\]:is(:where(.group\/logo):hover *){fill:#d2232a}.group-hover\/logo\:fill-\[\#E90030\]:is(:where(.group\/logo):hover *){fill:#e90030}.group-hover\/logo\:opacity-0:is(:where(.group\/logo):hover *){opacity:0}.group-hover\/logo\:opacity-100:is(:where(.group\/logo):hover *),.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *){opacity:1}}.group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--spacing)*8)}.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible=icon] *){margin-top:calc(var(--spacing)*-8)}.group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible=icon] *){display:none}.group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--spacing)*8)!important;height:calc(var(--spacing)*8)!important}.group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)))}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)) + 2px)}.group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible=icon] *){overflow:hidden}.group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*0)!important}.group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*2)!important}.group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible=icon] *){opacity:0}.group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible=offcanvas] *){width:calc(var(--spacing)*0)}.group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled=true] *){pointer-events:none}.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled=true] *){opacity:.5}.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side=left] *){right:calc(var(--spacing)*-4)}.group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side=right] *){left:calc(var(--spacing)*0)}.group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side=right] *){rotate:180deg}.group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state=open] *){rotate:180deg}.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant=floating] *){border-radius:var(--radius-lg)}.group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant=floating] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction=bottom] *){display:block}.group-data-\[viewport\=false\]\/navigation-menu\:top-full:is(:where(.group\/navigation-menu)[data-viewport=false] *){top:100%}.group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5:is(:where(.group\/navigation-menu)[data-viewport=false] *){margin-top:calc(var(--spacing)*1.5)}.group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden:is(:where(.group\/navigation-menu)[data-viewport=false] *){overflow:hidden}.group-data-\[viewport\=false\]\/navigation-menu\:rounded-md:is(:where(.group\/navigation-menu)[data-viewport=false] *){border-radius:var(--radius-md)}.group-data-\[viewport\=false\]\/navigation-menu\:border:is(:where(.group\/navigation-menu)[data-viewport=false] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[viewport\=false\]\/navigation-menu\:shadow:is(:where(.group\/navigation-menu)[data-viewport=false] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-data-\[viewport\=false\]\/navigation-menu\:duration-200:is(:where(.group\/navigation-menu)[data-viewport=false] *){--tw-duration:.2s;transition-duration:.2s}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-50:is(:where(.peer):disabled~*){opacity:.5}.peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size=default]~*){top:calc(var(--spacing)*1.5)}.peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size=lg]~*){top:calc(var(--spacing)*2.5)}.peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size=sm]~*){top:calc(var(--spacing)*1)}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:calc(var(--spacing)*7)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.placeholder\:text-\[\#667781\]::placeholder{color:#667781}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:-top-\[8px\]:before{content:var(--tw-content);top:-8px}.before\:left-0:before{content:var(--tw-content);left:calc(var(--spacing)*0)}.before\:h-\[8px\]:before{content:var(--tw-content);height:8px}.before\:w-full:before{content:var(--tw-content);width:100%}.before\:bg-transparent:before{content:var(--tw-content);background-color:#0000}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:calc(var(--spacing)*-2)}.after\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:calc(var(--spacing)*1)}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}.first\:rounded-l-md:first-child{border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.first\:border-l:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:border-\[\#25D366\]:focus-within{border-color:#25d366}@media(hover:hover){.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:border-transparent:hover{border-color:#0000}.hover\:bg-\[\#1a2b4a\]:hover{background-color:#1a2b4a}.hover\:bg-\[\#9DD035\]:hover{background-color:#9dd035}.hover\:bg-\[\#80AD26\]:hover{background-color:#80ad26}.hover\:bg-\[\#F7FCED\]:hover{background-color:#f7fced}.hover\:bg-\[rgba\(100\,113\,133\,0\.3\)\]\/50:hover{background-color:#64718526}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:text-\[\#0c182d\]:hover{color:#0c182d}.hover\:text-\[\#1d4ed8\]:hover{color:#1d4ed8}.hover\:text-\[\#94BF3D\]:hover{color:#94bf3d}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-white:hover{-webkit-text-decoration-color:var(--color-white);text-decoration-color:var(--color-white)}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-accent)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_20px_40px_rgba\(0\,160\,152\,0\.08\)\]:hover{--tw-shadow:0 20px 40px var(--tw-shadow-color,#00a09814);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_20px_40px_rgba\(128\,173\,38\,0\.12\)\]:hover{--tw-shadow:0 20px 40px var(--tw-shadow-color,#80ad261f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:ring-4:hover{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:z-10:focus{z-index:10}.focus\:border-\[\#9DD035\]:focus{border-color:#9dd035}.focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-\[\#9DD035\]:focus{--tw-ring-color:#9dd035}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus\:ring-inset:focus{--tw-ring-inset:inset}.focus-visible\:z-10:focus-visible{z-index:10}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-4:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-hidden:focus-visible{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.focus-visible\:outline-hidden:focus-visible{outline-offset:2px;outline:2px solid #0000}}.focus-visible\:outline-1:focus-visible{outline-style:var(--tw-outline-style);outline-width:1px}.active\:bg-\[\#80AD26\]\/80:active{background-color:#80ad26cc}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-70:disabled{opacity:.7}:where([data-side=left]) .in-data-\[side\=left\]\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .in-data-\[side\=right\]\:cursor-e-resize{cursor:e-resize}.has-disabled\:opacity-50:has(:disabled){opacity:.5}.has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot=card-action]){grid-template-columns:1fr auto}.has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(>svg){grid-template-columns:calc(var(--spacing)*4)1fr}.has-\[\>svg\]\:gap-x-3:has(>svg){column-gap:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[active\=true\]\:z-10[data-active=true]{z-index:10}.data-\[active\=true\]\:font-medium[data-active=true]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[active\=true\]\:ring-\[3px\][data-active=true]{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]{pointer-events:none}.data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.data-\[inset\]\:pl-8[data-inset]{padding-left:calc(var(--spacing)*8)}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:calc(var(--spacing)*52)}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:calc(var(--spacing)*52*-1)}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:calc(var(--spacing)*52)}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:calc(var(--spacing)*52*-1)}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-]{--tw-exit-opacity:0}.data-\[orientation\=horizontal\]\:h-4[data-orientation=horizontal]{height:calc(var(--spacing)*4)}.data-\[orientation\=horizontal\]\:h-full[data-orientation=horizontal]{height:100%}.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=vertical\]\:min-h-44[data-orientation=vertical]{min-height:calc(var(--spacing)*44)}.data-\[orientation\=vertical\]\:w-1\.5[data-orientation=vertical]{width:calc(var(--spacing)*1.5)}.data-\[orientation\=vertical\]\:w-auto[data-orientation=vertical]{width:auto}.data-\[orientation\=vertical\]\:w-full[data-orientation=vertical]{width:100%}.data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.data-\[orientation\=vertical\]\:flex-col[data-orientation=vertical]{flex-direction:column}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:calc(var(--spacing)*0)}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:calc(var(--spacing)*1)}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(var(--spacing)*2*-1)}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(var(--spacing)*2)}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(var(--spacing)*2*-1)}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(var(--spacing)*2)}.data-\[size\=default\]\:h-9[data-size=default]{height:calc(var(--spacing)*9)}.data-\[size\=sm\]\:h-8[data-size=sm]{height:calc(var(--spacing)*8)}:is(.\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 *)[data-slot=command-input-wrapper]{height:calc(var(--spacing)*12)}:is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 *)[data-slot=navigation-menu-link]:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none *)[data-slot=navigation-menu-link]:focus{--tw-outline-style:none;outline-style:none}:is(.\*\:data-\[slot\=select-value\]\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.\*\:data-\[slot\=select-value\]\:flex>*)[data-slot=select-value]{display:flex}:is(.\*\:data-\[slot\=select-value\]\:items-center>*)[data-slot=select-value]{align-items:center}:is(.\*\:data-\[slot\=select-value\]\:gap-2>*)[data-slot=select-value]{gap:calc(var(--spacing)*2)}.data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=closed\]\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-opacity:0}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=open\]\:animate-in[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=open\]\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-opacity:0}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-scale:.95}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=visible\]\:animate-in[data-state=visible]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.data-\[variant\=outline\]\:border-l-0[data-variant=outline]{border-left-style:var(--tw-border-style);border-left-width:0}.data-\[variant\=outline\]\:shadow-xs[data-variant=outline]{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[variant\=outline\]\:first\:border-l[data-variant=outline]:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction=bottom]{inset-inline:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction=bottom]{bottom:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction=bottom]{margin-top:calc(var(--spacing)*24)}.data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction=bottom]{max-height:80vh}.data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction=bottom]{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction=bottom]{border-top-style:var(--tw-border-style);border-top-width:1px}.data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction=left]{inset-block:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction=left]{left:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction=left]{width:75%}.data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction=left]{border-right-style:var(--tw-border-style);border-right-width:1px}.data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction=right]{inset-block:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction=right]{right:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction=right]{width:75%}.data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction=right]{border-left-style:var(--tw-border-style);border-left-width:1px}.data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction=top]{inset-inline:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction=top]{top:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction=top]{margin-bottom:calc(var(--spacing)*24)}.data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction=top]{max-height:80vh}.data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction=top]{border-bottom-right-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction=top]{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}@media(min-width:40rem){.sm\:mb-\[24px\]{margin-bottom:24px}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:h-\[200px\]{height:200px}.sm\:h-\[320px\]{height:320px}.sm\:h-\[800px\]{height:800px}.sm\:w-\[120px\]{width:120px}.sm\:w-\[340px\]{width:340px}.sm\:w-\[800px\]{width:800px}.sm\:max-w-lg{max-width:var(--container-lg)}.sm\:max-w-none{max-width:none}.sm\:max-w-sm{max-width:var(--container-sm)}.sm\:flex-\[0_0_60\%\]{flex:0 0 60%}.sm\:scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.sm\:scale-\[0\.9\]{scale:.9}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:items-start{align-items:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:calc(var(--spacing)*2.5)}.sm\:gap-10{gap:calc(var(--spacing)*10)}.sm\:p-6{padding:calc(var(--spacing)*6)}.sm\:py-8{padding-block:calc(var(--spacing)*8)}.sm\:pt-\[240px\]{padding-top:240px}.sm\:pr-2\.5{padding-right:calc(var(--spacing)*2.5)}.sm\:pr-\[14px\]{padding-right:14px}.sm\:pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.sm\:pl-\[24px\]{padding-left:24px}.sm\:text-left{text-align:left}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-\[48px\]{font-size:48px}.sm\:leading-\[36px\]{--tw-leading:36px;line-height:36px}.data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction=left],.data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction=right]{max-width:var(--container-sm)}}@media(min-width:48rem){.md\:absolute{position:absolute}.md\:right-8{right:calc(var(--spacing)*8)}.md\:-bottom-\[12px\]{bottom:-12px}.md\:bottom-8{bottom:calc(var(--spacing)*8)}.md\:left-\[40px\]{left:40px}.md\:mx-0{margin-inline:calc(var(--spacing)*0)}.md\:-mt-\[300px\]{margin-top:-300px}.md\:mt-10{margin-top:calc(var(--spacing)*10)}.md\:mt-24{margin-top:calc(var(--spacing)*24)}.md\:-mr-8{margin-right:calc(var(--spacing)*-8)}.md\:-mb-\[180px\]{margin-bottom:-180px}.md\:mb-16{margin-bottom:calc(var(--spacing)*16)}.md\:mb-24{margin-bottom:calc(var(--spacing)*24)}.md\:mb-\[34px\]{margin-bottom:34px}.md\:mb-\[40px\]{margin-bottom:40px}.md\:ml-\[40px\]{margin-left:40px}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-\[32px\]{height:32px}.md\:h-\[48px\]{height:48px}.md\:h-\[64px\]{height:64px}.md\:h-\[120px\]{height:120px}.md\:h-\[1000px\]{height:1000px}.md\:w-\[32px\]{width:32px}.md\:w-\[35\.692px\]{width:35.692px}.md\:w-\[41\.846px\]{width:41.846px}.md\:w-\[48px\]{width:48px}.md\:w-\[62\.769px\]{width:62.769px}.md\:w-\[77\.538px\]{width:77.538px}.md\:w-\[120px\]{width:120px}.md\:w-\[136\.615px\]{width:136.615px}.md\:w-\[174\.769px\]{width:174.769px}.md\:w-\[480px\]{width:480px}.md\:w-\[600px\]{width:600px}.md\:w-\[1000px\]{width:1000px}.md\:w-\[calc\(100\%\+32px\)\]{width:calc(100% + 32px)}.md\:w-\[calc\(100\%-40px\)\]{width:calc(100% - 40px)}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:min-w-\[180px\]{min-width:180px}.md\:-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.md\:-translate-y-\[40px\]{--tw-translate-y: -40px ;translate:var(--tw-translate-x)var(--tw-translate-y)}.md\:-translate-y-\[60px\]{--tw-translate-y: -60px ;translate:var(--tw-translate-x)var(--tw-translate-y)}.md\:-translate-y-\[80px\]{--tw-translate-y: -80px ;translate:var(--tw-translate-x)var(--tw-translate-y)}.md\:translate-y-\[48px\]{--tw-translate-y:48px;translate:var(--tw-translate-x)var(--tw-translate-y)}.md\:scale-90{--tw-scale-x:90%;--tw-scale-y:90%;--tw-scale-z:90%;scale:var(--tw-scale-x)var(--tw-scale-y)}.md\:scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-12{gap:calc(var(--spacing)*12)}.md\:gap-16{gap:calc(var(--spacing)*16)}.md\:gap-\[6px\]{gap:6px}.md\:gap-\[15px\]{gap:15px}.md\:gap-\[16px\]{gap:16px}.md\:gap-\[24px\]{gap:24px}.md\:rounded-\[21px\]{border-radius:21px}.md\:rounded-\[32px\]{border-radius:32px}.md\:p-10{padding:calc(var(--spacing)*10)}.md\:px-0{padding-inline:calc(var(--spacing)*0)}.md\:px-8{padding-inline:calc(var(--spacing)*8)}.md\:px-12{padding-inline:calc(var(--spacing)*12)}.md\:px-\[40px\]{padding-inline:40px}.md\:py-0{padding-block:calc(var(--spacing)*0)}.md\:py-32{padding-block:calc(var(--spacing)*32)}.md\:pt-\[40px\]{padding-top:40px}.md\:pt-\[180px\]{padding-top:180px}.md\:pt-\[520px\]{padding-top:520px}.md\:pr-\[26px\]{padding-right:26px}.md\:pb-24{padding-bottom:calc(var(--spacing)*24)}.md\:pb-\[60px\]{padding-bottom:60px}.md\:pb-\[88px\]{padding-bottom:88px}.md\:pl-\[32px\]{padding-left:32px}.md\:pl-\[40px\]{padding-left:40px}.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.md\:text-\[14px\]{font-size:14px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[40px\]{font-size:40px}.md\:text-\[44px\]{font-size:44px}.md\:text-\[48px\]{font-size:48px}.md\:text-\[56px\]{font-size:56px}.md\:text-\[60px\]{font-size:60px}.md\:leading-\[1\.2\]{--tw-leading:1.2;line-height:1.2}.md\:leading-\[22\.4px\]{--tw-leading:22.4px;line-height:22.4px}.md\:leading-\[24px\]{--tw-leading:24px;line-height:24px}.md\:leading-\[28px\]{--tw-leading:28px;line-height:28px}.md\:leading-\[48\.4px\]{--tw-leading:48.4px;line-height:48.4px}.md\:leading-\[61\.6px\]{--tw-leading:61.6px;line-height:61.6px}.md\:tracking-\[-1\.5px\]{--tw-tracking:-1.5px;letter-spacing:-1.5px}.md\:whitespace-nowrap{white-space:nowrap}.md\:opacity-0{opacity:0}.md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant=inset]~*){margin:calc(var(--spacing)*2)}.md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant=inset]~*){margin-left:calc(var(--spacing)*0)}.md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant=inset]~*){border-radius:var(--radius-xl)}.md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant=inset]~*){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant=inset]~*):is(:where(.peer)[data-state=collapsed]~*){margin-left:calc(var(--spacing)*2)}.md\:after\:hidden:after{content:var(--tw-content);display:none}}@media(min-width:64rem){.lg\:mx-auto{margin-inline:auto}.lg\:-mb-\[220px\]{margin-bottom:-220px}.lg\:mb-24{margin-bottom:calc(var(--spacing)*24)}.lg\:mb-\[60px\]{margin-bottom:60px}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:aspect-\[3\/4\]{aspect-ratio:3/4}.lg\:h-\[400px\]{height:400px}.lg\:h-\[480px\]{height:480px}.lg\:h-\[640px\]{height:640px}.lg\:max-h-\[85vh\]{max-height:85vh}.lg\:min-h-0{min-height:calc(var(--spacing)*0)}.lg\:min-h-\[76px\]{min-height:76px}.lg\:w-1\/2{width:50%}.lg\:w-\[460px\]{width:460px}.lg\:w-\[500px\]{width:500px}.lg\:w-\[600px\]{width:600px}.lg\:w-\[calc\(100\%-80px\)\]{width:calc(100% - 80px)}.lg\:flex-\[0_0_400px\]{flex:0 0 400px}.lg\:origin-right{transform-origin:100%}.lg\:scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:justify-center{justify-content:center}.lg\:gap-8{gap:calc(var(--spacing)*8)}.lg\:gap-12{gap:calc(var(--spacing)*12)}.lg\:gap-20{gap:calc(var(--spacing)*20)}.lg\:gap-24{gap:calc(var(--spacing)*24)}.lg\:gap-\[80px\]{gap:80px}.lg\:gap-x-\[80px\]{column-gap:80px}.lg\:gap-y-\[100px\]{row-gap:100px}.lg\:p-10{padding:calc(var(--spacing)*10)}.lg\:px-0{padding-inline:calc(var(--spacing)*0)}.lg\:px-8{padding-inline:calc(var(--spacing)*8)}.lg\:px-20{padding-inline:calc(var(--spacing)*20)}.lg\:py-28{padding-block:calc(var(--spacing)*28)}.lg\:py-48{padding-block:calc(var(--spacing)*48)}.lg\:pt-40{padding-top:calc(var(--spacing)*40)}.lg\:pt-\[100px\]{padding-top:100px}.lg\:pt-\[600px\]{padding-top:600px}.lg\:pr-8{padding-right:calc(var(--spacing)*8)}.lg\:pb-0{padding-bottom:calc(var(--spacing)*0)}.lg\:pb-48{padding-bottom:calc(var(--spacing)*48)}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.lg\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.lg\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.lg\:text-\[20px\]{font-size:20px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[48px\]{font-size:48px}.lg\:text-\[64px\]{font-size:64px}.lg\:text-\[80px\]{font-size:80px}.lg\:leading-\[30px\]{--tw-leading:30px;line-height:30px}.lg\:leading-\[38px\]{--tw-leading:38px;line-height:38px}.lg\:leading-\[100px\]{--tw-leading:100px;line-height:100px}}@media(min-width:80rem){.xl\:-mr-\[100px\]{margin-right:-100px}.xl\:w-\[500px\]{width:500px}.xl\:w-\[calc\(100\%\+100px\)\]{width:calc(100% + 100px)}.xl\:flex-\[0_0_440px\]{flex:0 0 440px}.xl\:gap-\[100px\]{gap:100px}.xl\:px-0{padding-inline:calc(var(--spacing)*0)}.xl\:px-\[100px\]{padding-inline:100px}.xl\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.xl\:text-7xl{font-size:var(--text-7xl);line-height:var(--tw-leading,var(--text-7xl--line-height))}}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:#0000}.\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{outline-offset:2px;outline:2px solid #0000}}.\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{outline-offset:2px;outline:2px solid #0000}}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:#0000}.\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{outline-offset:2px;outline:2px solid #0000}}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-block:calc(var(--spacing)*1.5)}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:calc(var(--spacing)*0)}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:calc(var(--spacing)*5)}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:calc(var(--spacing)*5)}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:calc(var(--spacing)*12)}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-block:calc(var(--spacing)*3)}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:calc(var(--spacing)*5)}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:calc(var(--spacing)*5)}.\[\&_p\]\:leading-relaxed p{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&\:\:-webkit-scrollbar\]\:w-\[8px\]::-webkit-scrollbar{width:8px}.\[\&\:\:-webkit-scrollbar\]\:w-\[14px\]::-webkit-scrollbar{width:14px}.\[\&\:\:-webkit-scrollbar-button\:vertical\:end\:increment\]\:block::-webkit-scrollbar-button:vertical:end:increment{display:block}.\[\&\:\:-webkit-scrollbar-button\:vertical\:end\:increment\]\:h-\[16px\]::-webkit-scrollbar-button:vertical:end:increment{height:16px}.\[\&\:\:-webkit-scrollbar-button\:vertical\:end\:increment\]\:bg-\[url\(\'data\:image\/svg\+xml\;base64\,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI\+PHBhdGggZD0iTTggMTFsLTQtNWg4eiIgZmlsbD0iIzk5QTFBRiIvPjwvc3ZnPg\=\=\'\)\]::-webkit-scrollbar-button:vertical:end:increment{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTggMTFsLTQtNWg4eiIgZmlsbD0iIzk5QTFBRiIvPjwvc3ZnPg==)}.\[\&\:\:-webkit-scrollbar-button\:vertical\:end\:increment\]\:bg-center::-webkit-scrollbar-button:vertical:end:increment{background-position:50%}.\[\&\:\:-webkit-scrollbar-button\:vertical\:end\:increment\]\:bg-no-repeat::-webkit-scrollbar-button:vertical:end:increment{background-repeat:no-repeat}.\[\&\:\:-webkit-scrollbar-button\:vertical\:start\:decrement\]\:block::-webkit-scrollbar-button:vertical:start:decrement{display:block}.\[\&\:\:-webkit-scrollbar-button\:vertical\:start\:decrement\]\:h-\[16px\]::-webkit-scrollbar-button:vertical:start:decrement{height:16px}.\[\&\:\:-webkit-scrollbar-button\:vertical\:start\:decrement\]\:bg-\[url\(\'data\:image\/svg\+xml\;base64\,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI\+PHBhdGggZD0iTTggNWw0IDVINFoiIGZpbGw9IiM5OUExQUYiLz48L3N2Zz4\=\'\)\]::-webkit-scrollbar-button:vertical:start:decrement{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTggNWw0IDVINFoiIGZpbGw9IiM5OUExQUYiLz48L3N2Zz4=)}.\[\&\:\:-webkit-scrollbar-button\:vertical\:start\:decrement\]\:bg-center::-webkit-scrollbar-button:vertical:start:decrement{background-position:50%}.\[\&\:\:-webkit-scrollbar-button\:vertical\:start\:decrement\]\:bg-no-repeat::-webkit-scrollbar-button:vertical:start:decrement{background-repeat:no-repeat}.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb{border-radius:3.40282e38px}.\[\&\:\:-webkit-scrollbar-thumb\]\:border-\[3px\]::-webkit-scrollbar-thumb{border-style:var(--tw-border-style);border-width:3px}.\[\&\:\:-webkit-scrollbar-thumb\]\:border-solid::-webkit-scrollbar-thumb{--tw-border-style:solid;border-style:solid}.\[\&\:\:-webkit-scrollbar-thumb\]\:border-\[\#FFFFFF\]::-webkit-scrollbar-thumb{border-color:#fff}.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#D9D9D9\]::-webkit-scrollbar-thumb{background-color:#d9d9d9}@media(hover:hover){.hover\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#C1C1C1\]:hover::-webkit-scrollbar-thumb{background-color:#c1c1c1}}.\[\&\:\:-webkit-scrollbar-track\]\:mt-\[0px\]::-webkit-scrollbar-track{margin-top:0}.\[\&\:\:-webkit-scrollbar-track\]\:bg-\[\#FFFFFF\]::-webkit-scrollbar-track{background-color:#fff}.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end){border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start){border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]){border-radius:var(--radius-md)}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:first-child:has([aria-selected]){border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:last-child:has([aria-selected]),.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing)*0)}.\[\.border-b\]\:pb-6.border-b{padding-bottom:calc(var(--spacing)*6)}.\[\.border-t\]\:pt-6.border-t{padding-top:calc(var(--spacing)*6)}:is(.\*\:\[span\]\:last\:flex>*):is(span):last-child{display:flex}:is(.\*\:\[span\]\:last\:items-center>*):is(span):last-child{align-items:center}:is(.\*\:\[span\]\:last\:gap-2>*):is(span):last-child{gap:calc(var(--spacing)*2)}.\[\&\:last-child\]\:pb-6:last-child{padding-bottom:calc(var(--spacing)*6)}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>svg\]\:pointer-events-none>svg{pointer-events:none}.\[\&\>svg\]\:size-3>svg{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\[\&\>svg\]\:size-3\.5>svg{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.\[\&\>svg\]\:size-4>svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&\>svg\]\:h-2\.5>svg{height:calc(var(--spacing)*2.5)}.\[\&\>svg\]\:h-3>svg{height:calc(var(--spacing)*3)}.\[\&\>svg\]\:w-2\.5>svg{width:calc(var(--spacing)*2.5)}.\[\&\>svg\]\:w-3>svg{width:calc(var(--spacing)*3)}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:translate-y-0\.5>svg{--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&\>svg\]\:text-current>svg{color:currentColor}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{rotate:90deg}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{rotate:180deg}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:calc(var(--spacing)*-2)}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:calc(var(--spacing)*-2)}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-text-shadow-color{syntax:"*";inherits:false}@property --tw-text-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes pulse{50%{opacity:.5}}@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));filter:blur(var(--tw-enter-blur,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));filter:blur(var(--tw-exit-blur,0))}}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}to{height:0}}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}
