@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: 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;--spacing: .25rem;--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-4xl: 2.25rem;--text-4xl--line-height: calc(2.5 / 2.25);--font-weight-light: 300;--font-weight-semibold: 600;--font-weight-bold: 700;--tracking-tighter: -.05em;--tracking-tight: -.025em;--tracking-normal: 0em;--tracking-wide: .025em;--tracking-widest: .1em;--radius-sm: .25rem;--radius-lg: .5rem;--radius-xl: .75rem;--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;--blur-xs: 4px;--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);--font-bebas: "Bebas Neue", sans-serif;--font-montserrat: "Montserrat", sans-serif;--color-primary: #EEEEEE;--color-warn: #C21D28;--color-praise: #1DC245;--color-accent: #B0A171;--color-neutral: #BBBBBB;--color-secondary: #111111;--text-2xs: .625rem}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;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{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-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{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}: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,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-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]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.absolute{position:absolute}.relative{position:relative}.static{position:static}.top-0{top:calc(var(--spacing) * 0)}.top-\[0rem\]{top:0rem}.top-\[1rem\]{top:1rem}.top-\[2\.5rem\]{top:2.5rem}.top-\[4rem\]{top:4rem}.top-\[calc\(50\%-12rem\)\]{top:calc(50% - 12rem)}.right-0{right:calc(var(--spacing) * 0)}.right-1{right:calc(var(--spacing) * 1)}.right-\[0\.5rem\]{right:.5rem}.right-\[3\.5rem\]{right:3.5rem}.right-\[calc\(50\%-12rem\)\]{right:calc(50% - 12rem)}.bottom-1{bottom:calc(var(--spacing) * 1)}.left-0{left:calc(var(--spacing) * 0)}.left-\[1rem\]{left:1rem}.z-\[2\]{z-index:2}.z-\[3\]{z-index:3}.z-\[99\]{z-index:99}.z-\[100\]{z-index:100}.z-\[999\]{z-index:999}.my-\[1rem\]{margin-block:1rem}.-mt-\[2rem\]{margin-top:-2rem}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-\[1rem\]{margin-top:1rem}.mt-\[3rem\]{margin-top:3rem}.mt-\[6rem\]{margin-top:6rem}.mr-\[1rem\]{margin-right:1rem}.mb-\[1rem\]{margin-bottom:1rem}.ml-\[0\.5rem\]{margin-left:.5rem}.ml-\[0\.25rem\]{margin-left:.25rem}.ml-\[1rem\]{margin-left:1rem}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.h-0{height:calc(var(--spacing) * 0)}.h-8{height:calc(var(--spacing) * 8)}.h-\[1\.5rem\]{height:1.5rem}.h-\[1rem\]{height:1rem}.h-\[2rem\]{height:2rem}.h-\[4\.5rem\]{height:4.5rem}.h-\[4rem\]{height:4rem}.h-\[24rem\]{height:24rem}.h-\[40rem\]{height:40rem}.h-\[75\%\]{height:75%}.h-\[84\%\]{height:84%}.h-\[95\%\]{height:95%}.h-\[calc\(100\%-4rem\)\]{height:calc(100% - 4rem)}.h-\[calc\(100\%-8rem\)\]{height:calc(100% - 8rem)}.h-\[calc\(100vh-16rem\)\]{height:calc(100vh - 16rem)}.h-fit{height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[90\%\]{max-height:90%}.w-1\/3{width:calc(1/3 * 100%)}.w-24{width:calc(var(--spacing) * 24)}.w-\[2rem\]{width:2rem}.w-\[4rem\]{width:4rem}.w-\[5\%\]{width:5%}.w-\[8rem\]{width:8rem}.w-\[12rem\]{width:12rem}.w-\[15\%\]{width:15%}.w-\[16rem\]{width:16rem}.w-\[24rem\]{width:24rem}.w-\[34\%\]{width:34%}.w-\[40\%\]{width:40%}.w-\[45\%\]{width:45%}.w-\[48rem\]{width:48rem}.w-\[60\%\]{width:60%}.w-\[75\%\]{width:75%}.w-\[90\%\]{width:90%}.w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.w-fit{width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.max-w-\[12rem\]{max-width:12rem}.max-w-\[24rem\]{max-width:24rem}.max-w-\[40\%\]{max-width:40%}.max-w-\[60rem\]{max-width:60rem}.max-w-\[90\%\]{max-width:90%}.max-w-\[98\%\]{max-width:98%}.flex-1{flex:1}.translate-x-\[200\%\]{--tw-translate-x: 200%;translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-180{rotate:180deg}.animate-ping{animation:var(--animate-ping)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-\[1rem\]{gap:1rem}.gap-\[2rem\]{gap:2rem}.overflow-clip{overflow:clip}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:calc(infinity * 1px)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-l-sm{border-top-left-radius:var(--radius-sm);border-bottom-left-radius:var(--radius-sm)}.rounded-r-sm{border-top-right-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0px}.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0px}.border-b-1{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-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-none{--tw-border-style: none;border-style:none}.border-accent{border-color:var(--color-accent)}.border-neutral{border-color:var(--color-neutral)}.border-secondary{border-color:var(--color-secondary)}.border-warn{border-color:var(--color-warn)}.bg-accent{background-color:var(--color-accent)}.bg-neutral{background-color:var(--color-neutral)}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.p-2{padding:calc(var(--spacing) * 2)}.p-\[0\.5rem\]{padding:.5rem}.p-\[0\.25rem\]{padding:.25rem}.px-0{padding-inline:calc(var(--spacing) * 0)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.px-\[0\.5rem\]{padding-inline:.5rem}.px-\[1\.5rem\]{padding-inline:1.5rem}.px-\[1rem\]{padding-inline:1rem}.px-\[4rem\]{padding-inline:4rem}.py-0{padding-block:calc(var(--spacing) * 0)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-\[0\.5rem\]{padding-block:.5rem}.py-\[0\.15rem\]{padding-block:.15rem}.py-\[1rem\]{padding-block:1rem}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-\[1rem\]{padding-top:1rem}.pt-\[2rem\]{padding-top:2rem}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.font-bebas{font-family:var(--font-bebas)}.font-montserrat{font-family:var(--font-montserrat)}.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-2xs{font-size:var(--text-2xs)}.text-\[0\.9rem\]{font-size:.9rem}.text-\[1\.5rem\]\!{font-size:1.5rem!important}.text-\[1rem\]{font-size:1rem}.text-\[2rem\]{font-size:2rem}.text-\[4rem\]{font-size:4rem}.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-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-normal{--tw-tracking: var(--tracking-normal);letter-spacing:var(--tracking-normal)}.tracking-tight{--tw-tracking: var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-tighter{--tw-tracking: var(--tracking-tighter);letter-spacing:var(--tracking-tighter)}.tracking-wide{--tw-tracking: var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-widest{--tw-tracking: var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-wrap{text-wrap:wrap}.whitespace-nowrap{white-space:nowrap}.text-accent{color:var(--color-accent)}.text-accent\/50{color:color-mix(in srgb,#B0A171 50%,transparent)}@supports (color: color-mix(in lab,red,red)){.text-accent\/50{color:color-mix(in oklab,var(--color-accent) 50%,transparent)}}.text-neutral{color:var(--color-neutral)}.text-praise{color:var(--color-praise)}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-warn{color:var(--color-warn)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.opacity-50{opacity:50%}.opacity-70{opacity:70%}.opacity-75{opacity:75%}.shadow-sm{--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.blur{--tw-blur: blur(8px);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-xs{--tw-backdrop-blur: blur(var(--blur-xs));-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-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-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))}.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-700{--tw-duration: .7s;transition-duration:.7s}.duration-2000{--tw-duration: 2s;transition-duration:2s}.ease-in-out{--tw-ease: var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}.select-none{-webkit-user-select:none;user-select:none}@media(hover:hover){.hover\:rounded-lg:hover{border-radius:var(--radius-lg)}}@media(hover:hover){.hover\:rounded-r-lg:hover{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}}@media(hover:hover){.hover\:border-accent:hover{border-color:var(--color-accent)}}@media(hover:hover){.hover\:border-l-primary:hover{border-left-color:var(--color-primary)}}@media(hover:hover){.hover\:bg-accent:hover{background-color:var(--color-accent)}}@media(hover:hover){.hover\:bg-secondary:hover{background-color:var(--color-secondary)}}@media(hover:hover){:is(.hover\:text-accent,.hover\:text-accent\/100):hover{color:var(--color-accent)}}@media(hover:hover){.hover\:text-primary:hover{color:var(--color-primary)}}@media(hover:hover){.hover\:text-warn:hover{color:var(--color-warn)}}.focus\:border-accent:focus{border-color:var(--color-accent)}.focus\:bg-neutral:focus{background-color:var(--color-neutral)}.focus\:text-accent:focus{color:var(--color-accent)}.focus\:outline-none:focus{--tw-outline-style: none;outline-style:none}@media(width>=48rem){.md\:top-\[1rem\]{top:1rem}}@media(width>=48rem){.md\:left-\[16rem\]{left:16rem}}@media(width>=48rem){.md\:mt-\[3rem\]{margin-top:3rem}}@media(width>=48rem){.md\:flex{display:flex}}@media(width>=48rem){.md\:h-\[100\%\]{height:100%}}@media(width>=48rem){.md\:h-\[calc\(100\%-4rem\)\]{height:calc(100% - 4rem)}}@media(width>=48rem){.md\:w-\[25\%\]{width:25%}}@media(width>=48rem){.md\:w-\[66\%\]{width:66%}}@media(width>=48rem){.md\:w-\[calc\(100\%-32rem\)\]{width:calc(100% - 32rem)}}@media(width>=48rem){.md\:flex-row{flex-direction:row}}@media(width>=48rem){.md\:gap-0{gap:calc(var(--spacing) * 0)}}@media(width>=48rem){.md\:border-r-1{border-right-style:var(--tw-border-style);border-right-width:1px}}@media(width>=48rem){.md\:p-\[1rem\]{padding:1rem}}@media(width>=48rem){.md\:px-\[1rem\]{padding-inline:1rem}}@starting-style{.starting\:top-\[-20rem\]{top:-20rem}}@starting-style{.starting\:h-\[4\.5rem\]{height:4.5rem}}@starting-style{.starting\:h-full{height:100%}}@starting-style{.starting\:w-\[90\%\]{width:90%}}@starting-style{.starting\:w-full{width:100%}}@starting-style{.starting\:max-w-\[12rem\]{max-width:12rem}}@starting-style{.starting\:rounded-none{border-radius:0}}@starting-style{.starting\:border-4{border-style:var(--tw-border-style);border-width:4px}}@starting-style{.starting\:px-0{padding-inline:calc(var(--spacing) * 0)}}@starting-style{.starting\:px-8{padding-inline:calc(var(--spacing) * 8)}}@starting-style{.starting\:py-0{padding-block:calc(var(--spacing) * 0)}}@starting-style{.starting\:py-4{padding-block:calc(var(--spacing) * 4)}}@starting-style{.starting\:pt-0{padding-top:calc(var(--spacing) * 0)}}}body{font-family:var(--font-montserrat)}:root{font-size:calc(12px + .5vw);--animate-frantic-wobble-x-movement: .5;--animate-frantic-wobble-y-movement: 3.5;--animate-frantic-wobble-rotation: .75;--animate-figure8-x-movement: .05;--animate-figure8-y-movement: .15;--animate-figure8-rotation: .05}@keyframes animate-frantic-wobble{0%{transform:rotate(0) translate(0) translateY(0)}5%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * .1deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * .25%))}10%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * -.1deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * .5%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * -.5%))}15%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * .2deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * -.25%))}20%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * -.2deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * -1%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * .5%))}25%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * .4deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * .5%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * -.5%))}30%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * -.4deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * 2%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * -.5%))}35%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * .8deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * -1%))}40%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * -.8deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * -4%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * .5%))}45%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * 1.6deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * 2%))}50%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * -1.6deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * 8%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * -.5%))}55%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * .8deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * 2%))}60%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * -.8deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * -4%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * .5%))}65%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * .4deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * -1%))}70%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * -.4deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * 2%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * -.5%))}75%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * .2deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * .5%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * -.5%))}80%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * -.2deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * -1%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * .5%))}85%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * .1deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * -.25%))}90%{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * -.1deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * .5%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * -.5%))}to{transform:rotate(calc(var(--animate-frantic-wobble-rotation) * 0deg)) translate(calc(var(--animate-frantic-wobble-x-movement) * 0%)) translateY(calc(var(--animate-frantic-wobble-y-movement) * 0%))}}@keyframes animate-figure8{0%{transform:translate(0) translateY(0) rotate(0)}5%{transform:translate(calc(var(--animate-figure8-x-movement) * 12px)) translateY(calc(var(--animate-figure8-y-movement) * -5px)) rotate(calc(var(--animate-figure8-rotation) * 3deg))}10%{transform:translate(calc(var(--animate-figure8-x-movement) * 23px)) translateY(calc(var(--animate-figure8-y-movement) * -9px)) rotate(calc(var(--animate-figure8-rotation) * 6deg))}15%{transform:translate(calc(var(--animate-figure8-x-movement) * 33px)) translateY(calc(var(--animate-figure8-y-movement) * -9px)) rotate(calc(var(--animate-figure8-rotation) * 8deg))}20%{transform:translate(calc(var(--animate-figure8-x-movement) * 40px)) translateY(calc(var(--animate-figure8-y-movement) * -5px)) rotate(calc(var(--animate-figure8-rotation) * 9deg))}25%{transform:translate(calc(var(--animate-figure8-x-movement) * 42px)) translateY(calc(var(--animate-figure8-y-movement) * 0px)) rotate(calc(var(--animate-figure8-rotation) * 10deg))}30%{transform:translate(calc(var(--animate-figure8-x-movement) * 40px)) translateY(calc(var(--animate-figure8-y-movement) * 5px)) rotate(calc(var(--animate-figure8-rotation) * 9deg))}35%{transform:translate(calc(var(--animate-figure8-x-movement) * 33px)) translateY(calc(var(--animate-figure8-y-movement) * 9px)) rotate(calc(var(--animate-figure8-rotation) * 8deg))}40%{transform:translate(calc(var(--animate-figure8-x-movement) * 23px)) translateY(calc(var(--animate-figure8-y-movement) * 9px)) rotate(calc(var(--animate-figure8-rotation) * 6deg))}45%{transform:translate(calc(var(--animate-figure8-x-movement) * 12px)) translateY(calc(var(--animate-figure8-y-movement) * 5px)) rotate(calc(var(--animate-figure8-rotation) * 3deg))}50%{transform:translate(calc(var(--animate-figure8-x-movement) * 0px)) translateY(calc(var(--animate-figure8-y-movement) * 0px)) rotate(calc(var(--animate-figure8-rotation) * 0deg))}55%{transform:translate(calc(var(--animate-figure8-x-movement) * -12px)) translateY(calc(var(--animate-figure8-y-movement) * -5px)) rotate(calc(var(--animate-figure8-rotation) * -3deg))}60%{transform:translate(calc(var(--animate-figure8-x-movement) * -23px)) translateY(calc(var(--animate-figure8-y-movement) * -9px)) rotate(calc(var(--animate-figure8-rotation) * -6deg))}65%{transform:translate(calc(var(--animate-figure8-x-movement) * -33px)) translateY(calc(var(--animate-figure8-y-movement) * -9px)) rotate(calc(var(--animate-figure8-rotation) * -8deg))}70%{transform:translate(calc(var(--animate-figure8-x-movement) * -40px)) translateY(calc(var(--animate-figure8-y-movement) * -5px)) rotate(calc(var(--animate-figure8-rotation) * -9deg))}75%{transform:translate(calc(var(--animate-figure8-x-movement) * -42px)) translateY(calc(var(--animate-figure8-y-movement) * 0px)) rotate(calc(var(--animate-figure8-rotation) * -10deg))}80%{transform:translate(calc(var(--animate-figure8-x-movement) * -40px)) translateY(calc(var(--animate-figure8-y-movement) * 5px)) rotate(calc(var(--animate-figure8-rotation) * -9deg))}85%{transform:translate(calc(var(--animate-figure8-x-movement) * -33px)) translateY(calc(var(--animate-figure8-y-movement) * 9px)) rotate(calc(var(--animate-figure8-rotation) * -8deg))}90%{transform:translate(calc(var(--animate-figure8-x-movement) * -23px)) translateY(calc(var(--animate-figure8-y-movement) * 9px)) rotate(calc(var(--animate-figure8-rotation) * -6deg))}95%{transform:translate(calc(var(--animate-figure8-x-movement) * -12px)) translateY(calc(var(--animate-figure8-y-movement) * 5px)) rotate(calc(var(--animate-figure8-rotation) * -3deg))}to{transform:translate(calc(var(--animate-figure8-x-movement) * 0px)) translateY(calc(var(--animate-figure8-y-movement) * 0px)) rotate(calc(var(--animate-figure8-rotation) * 0deg))}}@keyframes animate-happyHop{0%,to{transform:translate(-20px) translateY(0) rotate(-15deg) scale(1.1,.9)}25%{transform:translate(0) translateY(-50px) rotate(0) scale(.9,1.1)}50%{transform:translate(20px) translateY(0) rotate(15deg) scale(1.1,.9)}75%{transform:translate(0) translateY(-50px) rotate(0) scale(.9,1.1)}}@keyframes animate-noise{0%,25%,50%,to{filter:none;transform:none}12.5%,37.5%,87.5%{filter:url(#noise) brightness(1.3) invert(.1) saturate(2.6) hue-rotate(90deg) sepia(100%) blur(1px);transform:scale(1.05)}}@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-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-tracking{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: 0px;}@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-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;}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@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-border-style: solid;--tw-font-weight: initial;--tw-tracking: 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-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}}}
