@keyframes zoom-out{0%{transform:scale(.2)}to{transform:scale(1)}}.animation-zoom-out{animation:zoom-out .3s linear forwards}@keyframes move-up{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}.animation-move-up{animation:move-up .3s linear forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animation-fade-in{animation:fade-in .3s linear forwards}@keyframes bounce-delay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.animation-bounce-delay{animation:bounce-delay .3s linear forwards}.animation-move{animation:move .3s linear forwards}@keyframes rotate{to{transform:rotate(1turn)}}.animation-rotate{animation:rotate .3s linear infinite}:root{--radius-circle:50%;--radius-32:32px;--radius-20:20px;--radius-16:16px;--radius-8:8px;--radius-4:4px;--radius-2:2px;--radius-none:0;--shadow-xxl:0 4px 110px -4px oklch(0.315 0.038 259.416/0.45);--shadow-xl:0 8px 26px oklch(0.27 0.087 274.502/0.27);--shadow-lg:0 1px 10px -1px oklch(0.709 0.029 260.301/0.45);--shadow-md:0 4px 19px -4px oklch(0.709 0.029 260.301/0.54);--shadow-sm:0 4px 19px oklch(0.709 0.029 260.301/0.22);--shadow-xs:0 4px 22px -4px oklch(0.709 0.029 260.301/0.22);--color-blue:oklch(0.451 0.188 260.468);--color-blue-light:oklch(0.935 0.032 255.585);--color-disabled:oklch(0.72 0.018 274.723);--color-focus:oklch(0.605 0.208 256.184/0.6);--color-text-shadow:oklch(0 0 0/0.8);--color-gray:oklch(0.58 0 89.876);--color-overlay:oklch(0 0 0/0.7);--color-primary:oklch(0.291 0.062 255.817);--color-secondary:oklch(0.115 0.049 310.332);--color-tertiary:oklch(0.546 0.215 262.881);--color-tertiary-hover:oklch(0.424 0.181 265.638);--color-white:oklch(1 0 89.876);--font-family:"Inter",system-ui,-apple-system,"BlinkMacSystemFont","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Open Sans","Helvetica Neue",sans-serif;--font-size-36:3.6rem;--font-size-32:3.2rem;--font-size-28:2.8rem;--font-size-24:2.4rem;--font-size-20:2rem;--font-size-18:1.8rem;--font-size-16:1.6rem;--font-size-14:1.4rem;--font-size-12:1.2rem;--font-weight-600:600;--font-weight-500:500;--font-weight-400:400;--container-max-width:120rem;--gutter-desktop:24px;--gutter-tablet:20px;--gutter-phone:16px;--spacing-96:96px;--spacing-60:60px;--spacing-48:48px;--spacing-40:40px;--spacing-36:36px;--spacing-32:32px;--spacing-28:28px;--spacing-24:24px;--spacing-20:20px;--spacing-16:16px;--spacing-12:12px;--spacing-8:8px;--spacing-4:4px;--z-index-always-on-top:5000;--z-index-modal:600;--z-index-overlay:500;--z-index-header:400;--z-index-sidebar:300;--z-index-elevation:200;--z-index-base:100}*{box-sizing:border-box;font-family:var(--font-inter);line-height:calc(1em + .5rem);list-style:none;margin:0;outline:none;padding:0;text-decoration:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}@media (prefers-reduced-motion:reduce){body *,body :after,body :before{animation-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;background-attachment:scroll!important;scroll-behavior:auto!important;transition-delay:-1ms!important;transition-duration:1ms!important}}html{font-size:62.5%}body{background:radial-gradient(var(--color-primary),var(--color-secondary));color:var(--color-white);display:flex;flex-direction:column;isolation:isolate;justify-content:flex-start;min-height:100vh}h1,h2,h3,h4,h5,h6,p{word-break:break-word}b,strong{font-weight:bolder}body,button,input,optgroup,select,textarea{font-family:var(--font-inter);font-size:var(--font-size-16);font-weight:var(--font-weight-400);margin:0}button{border:0;cursor:pointer}a,a:active{color:inherit;text-decoration:none}:focus{outline:4px solid var(--color-focus);outline-offset:1px}:focus-visible{outline:4px solid var(--color-focus);outline-offset:1px}:focus:not(:focus-visible){box-shadow:none;outline:0}mark{&:after,&:before{height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;clip:rect(1px,1px,1px,1px);clip-path:inset(100%);content:" [start of highlighted text] "}&:after{content:" [end of highlighted text] "}}::-webkit-scrollbar,scrollbar-width{background-color:var(--color-white);width:16px!important}::-webkit-scrollbar-thumb{background-color:var(--color-gray);border:3px solid var(--color-white);border-radius:20px}:root{scrollbar-color:var(--color-gray) var(--color-white)!important;scrollbar-width:16px!important}