:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@layer reset, base, tokens, recipes, utilities;body,html{scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--colors-surface-basic_01)}body::-webkit-scrollbar{display:none}@layer base{.h-auto{height:auto}a:focus-visible,button:focus-visible{outline:0;border-radius:.25rem}a,button{cursor:pointer}button,div{outline:none}}@layer recipes{.Toastify__toast-container{padding:0;background:transparent;width:420px}.Toastify__toast{padding:0;border-radius:.5rem;margin:0 0 .5rem;box-shadow:unset}.Toastify__toast-body{padding:0;margin:0}.Toastify__toast-theme--light{background:unset!important;box-shadow:unset!important}}.pswp__scroll-wrap{background:var(--colors-background)}.pswp__preloader{height:3.5rem}.pswp__top-bar{width:100%;background:var(--colors-surface-basic_01)}.pswp__button{opacity:1!important}.pswp__button--download{display:flex;align-items:center}.pswp__button--download>.pswp__icn{top:auto;left:auto;height:24px!important;width:24px!important;color:var(--colors-mono-primary2)}.pswp:not(.pswp--zoom-allowed) .pswp__button--zoom{display:none!important}.pswp.pswp--zoom-allowed .pswp__button--zoom>.zoom_in,.pswp.pswp--zoom-allowed.pswp--zoomed-in .zoom_out{display:block!important}.pswp.pswp--zoom-allowed.pswp--zoomed-in .zoom_in,.pswp.pswp--zoom-allowed:not(.pswp--zoomed-in) .zoom_out{display:none!important}.pswp--one-slide .pswp__counter{display:block!important}@layer reset{*{margin:0;padding:0;font:inherit}*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--global-color-border,currentColor)}html{line-height:1.5;--font-fallback:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--global-font-body,var(--font-fallback))}hr{height:0;color:inherit;border-top-width:1px}body{height:100%;line-height:inherit}img{border-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}ol,ul{list-style:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}button,input,optgroup,select,textarea{color:inherit}button,select{text-transform:none}table{text-indent:0;border-color:inherit;border-collapse:collapse}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:var(--global-color-placeholder,#9ca3af)}input::placeholder,textarea::placeholder{opacity:1;color:var(--global-color-placeholder,#9ca3af)}textarea{resize:vertical}summary{display:list-item}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}dialog{padding:0}a{color:inherit;text-decoration:inherit}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-size:1em;--font-mono-fallback:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New";font-family:var(--global-font-mono,var(--font-mono-fallback))}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-cancel-button,::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=number]{-moz-appearance:textfield}:-moz-ui-invalid{box-shadow:none}:-moz-focusring{outline:auto}}@layer base{:root{--made-with-panda:"🐼"}*,::backdrop,:after,:before{--blur: ;--brightness: ;--contrast: ;--grayscale: ;--hue-rotate: ;--invert: ;--saturate: ;--sepia: ;--drop-shadow: ;--backdrop-blur: ;--backdrop-brightness: ;--backdrop-contrast: ;--backdrop-grayscale: ;--backdrop-hue-rotate: ;--backdrop-invert: ;--backdrop-opacity: ;--backdrop-saturate: ;--backdrop-sepia: ;--scroll-snap-strictness:proximity;--border-spacing-x:0;--border-spacing-y:0;--translate-x:0;--translate-y:0;--rotate:0;--skew-x:0;--skew-y:0;--scale-x:1;--scale-y:1}}@layer tokens{:where(:root,:host){--shadows-elevation_01:0px 1px 2px 0px rgba(0,0,0,.1);--shadows-elevation_02:0px 2px 4px 0px rgba(0,0,0,.1);--shadows-elevation_03:0px 2px 6px 0px rgba(0,0,0,.1);--shadows-elevation_04:0px 3px 8px 0px rgba(0,0,0,.1);--shadows-elevation_06:0px 5px 12px 0px rgba(0,0,0,.1);--shadows-elevation_08:0px 6px 16px 0px rgba(0,0,0,.1);--shadows-elevation_12:0px 10px 24px 0px rgba(0,0,0,.1);--shadows-elevation_16:0px 13px 32px 0px rgba(0,0,0,.1);--shadows-elevation_24:0px 16px 48px 0px rgba(0,0,0,.1);--sizes-full:calc(var(--1dvh, 1vh) * 100);--sizes-header-bar-height:3.5rem;--sizes-breakpoint-tablet:744px;--sizes-breakpoint-pc:1000px;--sizes-breakpoint-fold:330px;--sizes-breakpoint-phone:420px;--z-index-top:50;--z-index-middle:30;--z-index-bottom:10;--breakpoints-tablet:744px;--breakpoints-pc:1000px;--breakpoints-fold:330px;--breakpoints-phone:420px;--colors-background:#f9f9fc;--colors-keycolor-primary:#fb4866;--colors-keycolor-on_primary:#fff;--colors-keycolor-secondary:rgba(251,72,102,.12);--colors-keycolor-secondary2:#ffe9ed;--colors-keycolor-tertiary:rgba(9,9,55,.05);--colors-keycolor-tertiary2:#f3f3f5;--colors-keycolor-on_secondary_tertiary:#fb4866;--colors-mono-primary:#26282e;--colors-mono-primary2:#484951;--colors-mono-on_primary:#fff;--colors-mono-secondary:rgba(6,15,40,.13);--colors-mono-secondary2:#dfe0e3;--colors-mono-tertiary:rgba(9,9,55,.05);--colors-mono-tertiary2:#f3f3f5;--colors-mono-on_secondary_tertiary:#575a63;--colors-error-primary:#ff3d3d;--colors-error-on_primary:#fff;--colors-error-secondary1:rgba(255,61,61,.12);--colors-error-secondary2:rgba(255,61,61,.05);--colors-error-secondary3:#ffe8e8;--colors-error-secondary4:#fff5f5;--colors-error-on_secondary:#ff3d3d;--colors-success-primary:#10c78b;--colors-success-on_primary:#fff;--colors-success-secondary:rgba(16,199,139,.12);--colors-success-secondary2:#e2f8f1;--colors-success-on_secondary:#10c78b;--colors-selected-on:#5a8df0;--colors-selected-secondary:rgba(72,128,238,.12);--colors-selected-secondary2:#e9f0fd;--colors-selected-secondary3:rgba(72,128,238,.22);--colors-selected-on_secondary:#5a8df0;--colors-dim-10:rgba(0,0,0,.1);--colors-dim-20:rgba(0,0,0,.2);--colors-dim-30:rgba(0,0,0,.3);--colors-dim-40:rgba(0,0,0,.4);--colors-dim-50:rgba(0,0,0,.5);--colors-dim-60:rgba(0,0,0,.6);--colors-dim-70:rgba(0,0,0,.7);--colors-dim-80:rgba(0,0,0,.8);--colors-dim_reverse-10:hsla(0,0%,100%,.1);--colors-dim_reverse-20:hsla(0,0%,100%,.2);--colors-dim_reverse-30:hsla(0,0%,100%,.3);--colors-dim_reverse-40:hsla(0,0%,100%,.4);--colors-dim_reverse-50:hsla(0,0%,100%,.5);--colors-dim_reverse-60:hsla(0,0%,100%,.6);--colors-dim_reverse-70:hsla(0,0%,100%,.7);--colors-dim_reverse-80:hsla(0,0%,100%,.8);--colors-line-strong:#17181b;--colors-line-one:rgba(9,9,55,.05);--colors-line-two:rgba(18,18,54,.09);--colors-line-three:rgba(6,15,40,.13);--colors-line-four:rgba(7,13,38,.17);--colors-text-strong:#17181b;--colors-text-one:#26282e;--colors-text-two:#484951;--colors-text-three:#6a6c76;--colors-text-four:#8f919b;--colors-text-five:#b6b7be;--colors-text-six:#d5d6da;--colors-text-disabled:#dfe0e3;--colors-text-reverse:rgba(253,253,255,.96);--colors-surface-basic_01:#fff;--colors-surface-basic_02:#f9f9fc;--colors-surface-basic_03:#f3f3f5;--colors-surface-basic_04:#eaeaed;--colors-surface-basic_pressed:rgba(9,9,55,.05);--colors-surface-modal_01:#fff;--colors-surface-modal_02:#f9f9fc;--colors-surface-modal_03:#f3f3f5;--colors-surface-modal_04:#eaeaed;--colors-surface-modal_pressed:rgba(9,9,55,.05);--colors-surface-gradient_up:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);--colors-surface-gradient_down:linear-gradient(180deg,#fff,hsla(0,0%,100%,0))}@media (prefers-color-scheme:dark){:where(:root,:host){--colors-background:#121315;--colors-keycolor-primary:#fa5571;--colors-keycolor-on_primary:#fff;--colors-keycolor-secondary:rgba(251,72,102,.12);--colors-keycolor-secondary2:#321e24;--colors-keycolor-tertiary:rgba(204,214,255,.07);--colors-keycolor-tertiary2:#26282e;--colors-keycolor-on_secondary_tertiary:#fa5571;--colors-mono-primary:#eaeaed;--colors-mono-primary2:#d5d6da;--colors-mono-on_primary:#26282e;--colors-mono-secondary:rgba(216,226,255,.14);--colors-mono-secondary2:#36383f;--colors-mono-tertiary:rgba(204,214,255,.07);--colors-mono-tertiary2:#26282e;--colors-mono-on_secondary_tertiary:#d5d6da;--colors-error-primary:#ec3a3a;--colors-error-on_primary:#fff;--colors-error-secondary1:rgba(255,61,61,.12);--colors-error-secondary2:rgba(255,61,61,.05);--colors-error-secondary3:#331c1f;--colors-error-secondary4:#231a1d;--colors-error-on_secondary:#ec3a3a;--colors-success-primary:#11b982;--colors-success-on_primary:#fff;--colors-success-secondary:rgba(16,199,139,.12);--colors-success-secondary2:#162d28;--colors-success-on_secondary:#11b982;--colors-selected-on:#4170ce;--colors-selected-secondary:rgba(72,128,238,.12);--colors-selected-secondary2:#1d2434;--colors-selected-secondary3:rgba(72,128,238,.22);--colors-selected-on_secondary:#4170ce;--colors-line-strong:#f9f9fc;--colors-line-one:rgba(204,214,255,.07);--colors-line-two:rgba(212,223,255,.14);--colors-line-three:rgba(226,231,255,.21);--colors-line-four:rgba(233,236,253,.28);--colors-text-strong:#eaeaed;--colors-text-one:#dfe0e3;--colors-text-two:#cacbd0;--colors-text-three:#a2a4ac;--colors-text-four:#7c7e88;--colors-text-five:#575a63;--colors-text-six:#484951;--colors-text-disabled:#36383f;--colors-text-reverse:rgba(6,8,15,.87);--colors-surface-basic_01:#17181b;--colors-surface-basic_02:#26282e;--colors-surface-basic_03:#36383f;--colors-surface-basic_04:#484951;--colors-surface-basic_pressed:rgba(212,223,255,.14);--colors-surface-modal_01:#26282e;--colors-surface-modal_02:#36383f;--colors-surface-modal_03:#484951;--colors-surface-modal_04:#575a63;--colors-surface-modal_pressed:rgba(226,231,255,.21);--colors-surface-gradient_up:linear-gradient(180deg,rgba(23,24,27,0),#17181b);--colors-surface-gradient_down:linear-gradient(180deg,#17181b,rgba(23,24,27,0))}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes progress{0%{transform:translateY(calc(0 * -.5rem))}3%{transform:translateY(calc(.25 * -.5rem))}6%{transform:translateY(calc(.5 * -.5rem))}9%{transform:translateY(calc(.75 * -.5rem))}12%{transform:translateY(calc(1 * -.5rem))}15%{transform:translateY(calc(.75 * -.5rem))}18%{transform:translateY(calc(.5 * -.5rem))}21%{transform:translateY(calc(.25 * -.5rem))}24%{transform:translateY(calc(0 * -.5rem))}to{transform:translateY(calc(0 * -.5rem))}}@keyframes rightLeftIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rightLeftOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes bottomUpIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bottomUpOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fixedUp{0%{top:6rem;width:18.375rem}to{top:0;width:420px}}@keyframes open{0%{padding-top:0}to{padding-top:100%}}@keyframes close{0%{padding-top:100%}to{padding-top:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}@layer recipes{@layer _base{.button{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;flex-shrink:0;--transition-duration:0.125s;transition-duration:.125s;--transition-prop:filter outline;transition-property:filter outline;--transition-easing:ease-in-out;transition-timing-function:ease-in-out;position:relative;cursor:pointer}.button:disabled,.button[data-disabled],.button[disabled]{opacity:.24}.button:focus-visible{outline:2px solid;outline-color:var(--colors-selected-on)}.button[data-focus-visible]{outline:2px solid;outline-color:var(--colors-selected-on)}.button:hover,.button[data-hover]{filter:brightness(.95)}.button:active,.button[data-active]{filter:brightness(.9)}}.button--theme_mono{--primary:var(--colors-mono-primary2);--secondary:var(--colors-mono-secondary);--on_primary:var(--colors-mono-on_primary);--tertiary:var(--colors-mono-tertiary);--on_secondary_tertiary:var(--colors-mono-on_secondary_tertiary)}.button--variants_primary{background-color:var(--primary);color:var(--on_primary)}.button--size_h40{padding:0 .75rem;height:2.5rem;font-size:.9375rem;font-weight:500;line-height:1.25rem}.button--shape_square{border-radius:.5rem}.button--theme_keycolor{--primary:var(--colors-keycolor-primary);--secondary:var(--colors-keycolor-secondary);--on_primary:var(--colors-keycolor-on_primary);--tertiary:var(--colors-keycolor-tertiary);--on_secondary_tertiary:var(--colors-keycolor-on_secondary_tertiary)}.button--size_h48{padding:0 1rem;height:3rem;font-size:1rem;font-weight:500;line-height:1.375rem}.button--variants_outline,.button--variants_quiet{color:var(--on_secondary_tertiary)}.button--variants_outline{border:1px solid;background-color:var(--colors-surface-basic_01);border-color:var(--colors-line-three)}.button--size_h32{padding:0 .625rem;height:2rem;font-size:.875rem;font-weight:500;line-height:1.125rem}.button--size_h56{padding:0 1.25rem;height:3.5rem;font-size:1.125rem;font-weight:500;line-height:1.5rem}.button--variants_secondary{background-color:var(--secondary);color:var(--on_secondary_tertiary)}.button--size_h24{padding:0 .5rem;height:1.5rem;font-size:.75rem;font-weight:600;line-height:.875rem}.button--size_h28{padding:0 .5rem;height:1.75rem;font-size:.8125rem;font-weight:500;line-height:1rem}.button--variants_tertiary{background-color:var(--tertiary);color:var(--on_secondary_tertiary)}.button--shape_round{border-radius:6.25rem}}@layer recipes.slots{@layer _base{.collapsible__summary{width:100%;display:flex;padding:1rem 1.25rem 1rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.375rem;text-align:left;color:var(--colors-text-two);flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer;gap:1rem}.collapsible__summary:focus-visible:not([aria-disabled=true]){outline:2px solid;outline-color:var(--colors-selected-on);outline-offset:-2px}.collapsible__left{display:flex;flex-direction:column;flex-grow:1}.collapsible__arrow{position:relative;transition:transform .25s ease-in-out;flex-shrink:0;color:var(--colors-text-five)}[aria-expanded=true] .collapsible__arrow{transform:rotate(180deg)}.collapsible__content{position:relative;overflow-y:hidden;transition:height .3s cubic-bezier(.87,0,.13,1);height:0}.group[aria-expanded=true] .collapsible__content,.group[data-expanded] .collapsible__content,.group[data-state=expanded] .collapsible__content{height:var(--accordion-content-height)}.textField__input,.textField__root{position:relative}.textField__input{padding:0 3rem 0 .9325rem;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;flex-shrink:0;--transition-duration:0.125s;transition-duration:.125s;--transition-prop:filter outline;transition-property:filter outline;--transition-easing:ease-in-out;transition-timing-function:ease-in-out;border-width:1px;border-color:var(--colors-line-two);border-radius:.5rem;background-color:var(--colors-surface-basic_02);color:var(--colors-text-one)}.textField__input[aria-invalid=true]{outline:2px solid;outline-color:var(--colors-error-primary);background-color:var(--colors-error-secondary2)}.textField__input:disabled,.textField__input[data-disabled],.textField__input[disabled]{opacity:.24}.textField__input:disabled::-moz-placeholder{-webkit-text-fill-color:var(--colors-text-disabled);opacity:1}.textField__input:disabled::placeholder{-webkit-text-fill-color:var(--colors-text-disabled);opacity:1}.textField__input[disabled]::-moz-placeholder{-webkit-text-fill-color:var(--colors-text-disabled);opacity:1}.textField__input[disabled]::placeholder{-webkit-text-fill-color:var(--colors-text-disabled);opacity:1}.textField__input[data-disabled]::-moz-placeholder{-webkit-text-fill-color:var(--colors-text-disabled);opacity:1}.textField__input[data-disabled]::placeholder{-webkit-text-fill-color:var(--colors-text-disabled);opacity:1}.textField__input::-moz-placeholder{color:var(--colors-text-six);-webkit-text-fill-color:var(--colors-text-six);opacity:0;-moz-transition:opacity .125s linear;transition:opacity .125s linear}.textField__input::placeholder{color:var(--colors-text-six);-webkit-text-fill-color:var(--colors-text-six);opacity:0;transition:opacity .125s linear}.textField__input:-webkit-autofill{-webkit-text-fill-color:var(--colors-text-one);box-shadow:inset 0 0 0 1000px;--shadow-color:var(--colors-surface-basic_02);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;outline:unset}.textField__input:focus,.textField__input[data-focus]{outline:2px solid;outline-color:var(--colors-selected-on);background-color:var(--colors-surface-basic_01);border:0}.textField__input:focus::-moz-placeholder{opacity:1}.textField__input:focus::placeholder{opacity:1}.textField__input[data-focus]::-moz-placeholder{opacity:1}.textField__input[data-focus]::placeholder{opacity:1}.textField__label{cursor:text;--transition-prop:top,font-size;transition-property:top,font-size;--transition-duration:0.125s;transition-duration:.125s;--transition-easing:linear;transition-timing-function:linear;position:absolute;left:1rem;color:var(--colors-text-five)}input[aria-invalid=true]+.textField__label{color:var(--colors-error-primary)}input:disabled+.textField__label{color:var(--colors-text-disabled)}input:not(:-moz-placeholder-shown)+.textField__label{color:var(--colors-text-four)}input:focus+.textField__label,input:not(:placeholder-shown)+.textField__label{color:var(--colors-text-four)}.textField__icons{position:absolute;right:1rem;display:flex;align-items:center}.textField__helperText{font-size:.75rem;font-weight:400;line-height:.875rem;color:var(--colors-text-three);margin-top:.5rem;padding-left:1rem}input[aria-invalid=true]~.textField__helperText{color:var(--colors-error-primary)}.calendar__root{width:20.375rem;padding:1rem;border-radius:.5rem;background-color:var(--colors-surface-basic_01);box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.calendar__cell{width:2.625rem;height:2.625rem;background:var(--colors-surface-basic_01);border:none;font-size:1rem;font-weight:400;line-height:1.375rem;border-radius:50%}.calendar__cell[aria-selected=true],.calendar__cell[data-selected]{font-size:1rem;font-weight:600;line-height:1.375rem;background:var(--colors-keycolor-secondary2);color:var(--colors-keycolor-primary)}.tabs__list{display:flex;height:3.5rem;background-color:var(--colors-surface-basic_01)}.tabs__trigger{height:100%;flex:1 0 0;display:flex;justify-content:center;align-items:center;border-bottom:.125rem solid transparent;font-size:1.125rem;font-weight:600;line-height:1.5rem;cursor:pointer}.tabs__trigger[aria-selected=true],.tabs__trigger[data-selected]{color:var(--colors-text-one);border-bottom-color:var(--selected-color)}}.textField__input--size_h40{padding-top:1rem;height:2.5rem;font-size:.9375rem;font-weight:500;line-height:1.25rem}.textField__input--size_h40::-moz-placeholder{font-size:.9375rem;font-weight:500;line-height:1.25rem}.textField__input--size_h40::placeholder{font-size:.9375rem;font-weight:500;line-height:1.25rem}.textField__label--size_h40{font-size:.8125rem;font-weight:600;line-height:1rem;top:.75rem}input:not(:-moz-placeholder-shown)+.textField__label--size_h40{font-size:.6875rem;font-weight:600;line-height:.75rem;top:.3125rem}input:disabled+.textField__label--size_h40,input:focus+.textField__label--size_h40,input:not(:placeholder-shown)+.textField__label--size_h40,input[aria-invalid=true]+.textField__label--size_h40{font-size:.6875rem;font-weight:600;line-height:.75rem;top:.3125rem}input~.textField__icons--size_h40{top:50%;transform:translateY(-50%)}.textField__input--hiddenLabel_hidden{padding-top:0!important}.textField__input--hiddenLabel_hidden::-moz-placeholder{opacity:1!important}.textField__input--hiddenLabel_hidden::placeholder{opacity:1!important}.textField__input--size_h64{padding-top:1rem;height:4rem;font-size:1.125rem;font-weight:500;line-height:1.5rem}.textField__input--size_h64::-moz-placeholder{font-size:1.125rem;font-weight:500;line-height:1.5rem}.textField__input--size_h64::placeholder{font-size:1.125rem;font-weight:500;line-height:1.5rem}.textField__label--size_h64{font-size:1.125rem;font-weight:600;line-height:1.5rem;top:1.25rem}input:not(:-moz-placeholder-shown)+.textField__label--size_h64{font-size:.75rem;font-weight:600;line-height:.875rem;top:.75rem}input:disabled+.textField__label--size_h64,input:focus+.textField__label--size_h64,input:not(:placeholder-shown)+.textField__label--size_h64,input[aria-invalid=true]+.textField__label--size_h64{font-size:.75rem;font-weight:600;line-height:.875rem;top:.75rem}input~.textField__icons--size_h64{top:1.25rem}.textField__input--size_h48{padding-top:.75rem;height:3rem;font-size:1rem;font-weight:500;line-height:1.375rem}.textField__input--size_h48::-moz-placeholder{font-size:1rem;font-weight:500;line-height:1.375rem}.textField__input--size_h48::placeholder{font-size:1rem;font-weight:500;line-height:1.375rem}.textField__label--size_h48{font-size:1rem;font-weight:600;line-height:1.375rem;top:.875rem}input:not(:-moz-placeholder-shown)+.textField__label--size_h48{font-size:.6875rem;font-weight:600;line-height:.75rem;top:.375rem}input:disabled+.textField__label--size_h48,input:focus+.textField__label--size_h48,input:not(:placeholder-shown)+.textField__label--size_h48,input[aria-invalid=true]+.textField__label--size_h48{font-size:.6875rem;font-weight:600;line-height:.75rem;top:.375rem}input~.textField__icons--size_h48{top:.75rem}.tabs__trigger--theme_key{color:var(--colors-keycolor-primary);--selected-color:keycolor.primary}.tabs__trigger--theme_mono{color:var(--colors-text-five);--selected-color:line.strong}}@layer utilities{@layer compositions{.textStyle_Heading2_600{font-size:1.5rem;font-weight:600;line-height:1.875rem}.textStyle_Body3_400{font-size:.875rem;font-weight:400;line-height:1.125rem}.textStyle_Body1_600{font-size:1rem;font-weight:600;line-height:1.375rem}.textStyle_Body4_400{font-size:.8125rem;font-weight:400;line-height:1rem}.textStyle_Heading5_600{font-weight:600}.textStyle_Heading5_500,.textStyle_Heading5_600{font-size:1.125rem;line-height:1.5rem}.textStyle_Body3_500,.textStyle_Heading5_500{font-weight:500}.textStyle_Body3_500{font-size:.875rem;line-height:1.125rem}.textStyle_Heading4_600{font-size:1.25rem;font-weight:600;line-height:1.625rem}.textStyle_Body2_400{font-size:.9375rem;font-weight:400;line-height:1.25rem}.textStyle_Heading3_600{font-size:1.375rem;font-weight:600;line-height:1.75rem}.textStyle_Caption1_600{font-size:.75rem;font-weight:600;line-height:.875rem}.textStyle_Body4_600{font-size:.8125rem;font-weight:600;line-height:1rem}.textStyle_Body1_500{font-size:1rem;font-weight:500;line-height:1.375rem}.textStyle_Caption2_400{font-size:.6875rem;font-weight:400;line-height:.75rem}.textStyle_Body4_500{font-size:.8125rem;font-weight:500;line-height:1rem}.textStyle_Body2_500{font-size:.9375rem;font-weight:500;line-height:1.25rem}.textStyle_Caption1_400{font-size:.75rem;font-weight:400;line-height:.875rem}.textStyle_Body1_400{font-size:1rem;font-weight:400;line-height:1.375rem}.textStyle_Caption2_600{font-size:.6875rem;font-weight:600;line-height:.75rem}.textStyle_Heading1_600{font-size:1.625rem;font-weight:600;line-height:2rem}.textStyle_Body3_600{font-size:.875rem;font-weight:600;line-height:1.125rem}.\[\&_\>_h1\]\:textStyle_Heading5_600>h1{font-size:1.125rem;font-weight:600;line-height:1.5rem}.\[\&_\>_p\]\:textStyle_Body3_400>p{font-size:.875rem;font-weight:400;line-height:1.125rem}.\[\&_\>_strong\]\:textStyle_Heading1_600>strong{font-size:1.625rem;font-weight:600;line-height:2rem}.\[\&\>h2\]\:textStyle_Heading5_600>h2{font-size:1.125rem;font-weight:600;line-height:1.5rem}.\[\&_\>_p\]\:textStyle_Caption2_400>p{font-size:.6875rem;font-weight:400;line-height:.75rem}.\[\&\>h3\]\:textStyle_Body3_500>h3{font-size:.875rem;font-weight:500;line-height:1.125rem}.\[\&_\>_h4\]\:textStyle_Body1_600>h4{font-size:1rem;font-weight:600;line-height:1.375rem}.\[\&_\>_p\]\:textStyle_Body4_400>p{font-size:.8125rem;font-weight:400;line-height:1rem}.\[\&_\>_h4\]\:textStyle_Heading4_600>h4{font-size:1.25rem;font-weight:600;line-height:1.625rem}.\[\&\>h3\]\:textStyle_Heading2_600>h3{font-size:1.5rem;font-weight:600;line-height:1.875rem}.\[\&\>p\]\:textStyle_Body3_400>p{font-size:.875rem;font-weight:400;line-height:1.125rem}.\[\&\>h2\]\:textStyle_Heading2_600>h2{font-size:1.5rem;font-weight:600;line-height:1.875rem}.\[\&_\>_h3\]\:textStyle_Body1_600>h3{font-size:1rem;font-weight:600;line-height:1.375rem}.\[\&_\>_p\]\:textStyle_Body2_400>p{font-size:.9375rem;font-weight:400;line-height:1.25rem}.\[\&\>p\]\:textStyle_Body3_600>p{font-size:.875rem;font-weight:600;line-height:1.125rem}.\[\&\>input\]\:textStyle_Body1_400>input{font-size:1rem;font-weight:400;line-height:1.375rem}.\[\&\>p\]\:textStyle_Body2_600>p{font-size:.9375rem;font-weight:600;line-height:1.25rem}.\[\&_\>_input\]\:textStyle_Body1_400>input{font-size:1rem;font-weight:400;line-height:1.375rem}.\[\&_\>_label\]\:textStyle_Body4_600>label{font-size:.8125rem;font-weight:600;line-height:1rem}.\[\&_\>_button\]\:textStyle_Body4_500>button{font-size:.8125rem;font-weight:500;line-height:1rem}.\[\&_\>_p\]\:textStyle_Caption1_400>p{font-size:.75rem;font-weight:400;line-height:.875rem}.\[\&_h1\,_\&_h2\,_\&_h3\,_\&_h4\,_\&_h5\,_\&_h6\]\:textStyle_Body1_600 h1,.\[\&_h1\,_\&_h2\,_\&_h3\,_\&_h4\,_\&_h5\,_\&_h6\]\:textStyle_Body1_600 h2,.\[\&_h1\,_\&_h2\,_\&_h3\,_\&_h4\,_\&_h5\,_\&_h6\]\:textStyle_Body1_600 h3,.\[\&_h1\,_\&_h2\,_\&_h3\,_\&_h4\,_\&_h5\,_\&_h6\]\:textStyle_Body1_600 h4,.\[\&_h1\,_\&_h2\,_\&_h3\,_\&_h4\,_\&_h5\,_\&_h6\]\:textStyle_Body1_600 h5,.\[\&_h1\,_\&_h2\,_\&_h3\,_\&_h4\,_\&_h5\,_\&_h6\]\:textStyle_Body1_600 h6,.\[\&_strong\]\:textStyle_Body1_600 strong{font-size:1rem;font-weight:600;line-height:1.375rem}.\[\&_\>_h2\]\:textStyle_Heading4_600>h2{font-size:1.25rem;font-weight:600;line-height:1.625rem}.\[\&_\>_h2\]\:textStyle_Body1_600>h2{font-size:1rem;font-weight:600;line-height:1.375rem}.\[\&\>h1\]\:textStyle_Heading5_600>h1,.\[\&_\>_h2\]\:textStyle_Heading5_600>h2{font-size:1.125rem;font-weight:600;line-height:1.5rem}.\[\&_\>_h3\]\:textStyle_Heading4_600>h3{font-size:1.25rem;font-weight:600;line-height:1.625rem}.\[\&_\>_p\]\:textStyle_Body4_600>p{font-size:.8125rem;font-weight:600;line-height:1rem}.\[\&_\>_label\]\:textStyle_Caption2_400>label{font-size:.6875rem;font-weight:400;line-height:.75rem}.\[\&_\>_span\]\:textStyle_Body4_600>span{font-size:.8125rem;font-weight:600;line-height:1rem}.\[\&_\>_span\]\:textStyle_Caption2_600>span{font-size:.6875rem;font-weight:600;line-height:.75rem}.placeholder\:textStyle_Body1_500::-moz-placeholder{font-size:1rem;font-weight:500;line-height:1.375rem}.placeholder\:textStyle_Body1_500::placeholder,.placeholder\:textStyle_Body1_500[data-placeholder]{font-size:1rem;font-weight:500;line-height:1.375rem}.\[\&\>div\]\:textStyle_Caption2_600>div{font-size:.6875rem;font-weight:600;line-height:.75rem}.\[\&\>p\]\:textStyle_Caption2_400>p{font-size:.6875rem;font-weight:400;line-height:.75rem}.\[\&\>h2\]\:textStyle_Heading4_600>h2{font-size:1.25rem;font-weight:600;line-height:1.625rem}.\[\&_\>_h3\]\:textStyle_Body3_600>h3{font-size:.875rem;font-weight:600;line-height:1.125rem}.\[\&\>label\]\:textStyle_Heading5_600>label{font-size:1.125rem;font-weight:600;line-height:1.5rem}.\[\&_\>_div\]\:\[\&_\>_h3\]\:textStyle_Body3_600>div>h3{font-size:.875rem;font-weight:600;line-height:1.125rem}}.d_flex{display:flex}.flex_column{flex-direction:column}.items_center{align-items:center}.w_100\%{width:100%}.bg_surface\.basic_01{background:var(--colors-surface-basic_01)}.min-h_full{min-height:var(--sizes-full)}.h_100\%{height:100%}.max-w_breakpoint-phone{max-width:var(--sizes-breakpoint-phone)}.pos_relative{position:relative}.self_stretch{align-self:stretch}.justify-self_stretch{justify-self:stretch}.shrink_0{flex-shrink:0}.h_2\.5rem{height:2.5rem}.max-w_420px{max-width:420px}.m_0_auto{margin:0 auto}.pos_fixed{position:fixed}.top_0{top:0}.bottom_0{bottom:0}.justify_center{justify-content:center}.text_center{text-align:center}.p_0_1\.5rem{padding:0 1.5rem}.box_border-box{box-sizing:border-box}.mt_2rem{margin-top:2rem}.max-w_8xl{max-width:8xl}.mx_auto{margin-inline:auto}.px_4{padding-inline:4px}.md_6{md:6px}.lg_8{lg:8px}.w_3\.5rem{width:3.5rem}.w_24{width:24px}.h_24{height:24px}.h_full{height:var(--sizes-full)}.overflow_auto{overflow:auto}.scrollbar_hidden{-ms-overflow-style:none;scrollbar-width:none}.scrollbar_hidden::-webkit-scrollbar{display:none}.justify_space-between{justify-content:space-between}.h_headerBarHeight{height:var(--sizes-header-bar-height)}.text_text\.one{color:var(--colors-text-one)}.text_keycolor\.primary{color:var(--colors-keycolor-primary)}.text_text\.four{color:var(--colors-text-four)}.mt_0\.375rem{margin-top:.375rem}.gap_1rem{gap:1rem}.mt_1\.5rem{margin-top:1.5rem}.rounded_1rem{border-radius:1rem}.bg_surface\.basic_02{background:var(--colors-surface-basic_02)}.w_3\.75rem{width:3.75rem}.h_3rem{height:3rem}.text_mono\.primary2{color:var(--colors-mono-primary2)}.rounded_0_1\.625rem_1\.625rem_1\.625rem{border-radius:0 1.625rem 1.625rem 1.625rem}.shadow_-1rem_-1rem_1rem_0_rgba\(99\,_60\,_65\,_0\.12\)_inset\,_2px_2px_2px_0_rgba\(0\,_0\,_0\,_0\.05\)_inset\,_0\.25rem_0\.25rem_0\.5rem_0_rgba\(0\,_0\,_0\,_0\.20\){box-shadow:inset -1rem -1rem 1rem 0 rgba(99,60,65,.12),inset 2px 2px 2px 0 rgba(0,0,0,.05),.25rem .25rem .5rem 0 rgba(0,0,0,.2)}.ml_1rem{margin-left:1rem}.text_text\.two{color:var(--colors-text-two)}.mt_0\.5rem{margin-top:.5rem}.p_1rem{padding:1rem}.bg_mono\.tertiary{background:var(--colors-mono-tertiary)}.mt_1rem{margin-top:1rem}.rounded_0\.5rem{border-radius:.5rem}.w_1\.125rem{width:1.125rem}.h_1\.125rem{height:1.125rem}.ml_0\.75rem{margin-left:.75rem}.text_mono\.on_secondary_tertiary{color:var(--colors-mono-on_secondary_tertiary)}.d_block{display:block}.bg_surface\.basic_03{background:var(--colors-surface-basic_03)}.animation_fadeIn_0\.25s_ease-in-out{animation:fadeIn .25s ease-in-out}.rounded_0\.25rem{border-radius:.25rem}.gap_0\.75rem{gap:.75rem}.text_error\.on_primary{color:var(--colors-error-on_primary)}.pl_1\.5rem{padding-left:1.5rem}.min-h_3\.5rem{min-height:3.5rem}.bg_dim\.80{background:var(--colors-dim-80)}.bg_error\.primary{background:var(--colors-error-primary)}.text_transparent{color:transparent}.caret_text\.one{caret-color:var(--colors-text-one)}.cursor_pointer{cursor:pointer}.transition_opacity_0\.125s_linear{transition:opacity .125s linear}.transition-prop_opacity\,_visibility{--transition-prop:opacity,visibility;transition-property:opacity,visibility}.opacity_1{opacity:1}.pos_absolute{position:absolute}.top_1\.75rem{top:1.75rem}.left_1rem{left:1rem}.rounded_9999px{border-radius:9999px}.transition_background_0\.25s_ease-in-out{transition:background .25s ease-in-out}.bg_surface\.basic_04{background:var(--colors-surface-basic_04)}.w_3rem{width:3rem}.h_1\.75rem{height:1.75rem}.p_0\.1875rem{padding:.1875rem}.\--width_3rem{--width:3rem}.\--padding_0\.1875rem{--padding:0.1875rem}.\--indicator-size_1\.25rem{--indicator-size:1.25rem}.w_3\.25rem{width:3.25rem}.h_2rem{height:2rem}.p_0\.25rem{padding:.25rem}.\--width_3\.25rem{--width:3.25rem}.\--padding_0\.25rem{--padding:0.25rem}.\--indicator-size_1\.5rem{--indicator-size:1.5rem}.w_var\(--indicator-size\){width:var(--indicator-size)}.h_var\(--indicator-size\){height:var(--indicator-size)}.rounded_50\%{border-radius:50%}.bg_keycolor\.on_primary{background:var(--colors-keycolor-on_primary)}.transition_transform_0\.25s_ease-in-out{transition:transform .25s ease-in-out}.h_32{height:32px}.h_104{height:104px}.w_104{width:104px}.flex_0_0_auto{flex:0 0 auto}.w_4{width:4px}.h_4{height:4px}.d_none{display:none}.w_100vw{width:100vw}.h_calc\(var\(--1dvh\,_1vh\)_\*_100\){height:calc(var(--1dvh, 1vh) * 100)}.bg_\#19191A{background:#19191a}.top_50\%{top:50%}.transform_translateY\(-50\%\){transform:translateY(-50%)}.w_22\.5rem{width:22.5rem}.h_32\.5rem{height:32.5rem}.ml_calc\(\(50vw_-_35rem\)_\/_2\){margin-left:calc((50vw - 35rem) / 2)}.bg_mono\.primary{background-color:var(--colors-mono-primary)}.p_3\.75rem_1\.5rem{padding:3.75rem 1.5rem}.text_left{text-align:left}.text_text\.five{color:var(--colors-text-five)}.gap_0\.25rem{gap:.25rem}.items_flex-start{align-items:flex-start}.gap_0\.5rem{gap:.5rem}.w_0\.25rem{width:.25rem}.h_1\.5rem{height:1.5rem}.w_1\.5rem{width:1.5rem}.\--svg-size_0\.75rem{--svg-size:0.75rem}.\--svg-size_1\.75rem{--svg-size:1.75rem}.left_0{left:0}.p_0_0\.5rem{padding:0 .5rem}.z_middle{z-index:var(--z-index-middle)}.w_6rem{width:6rem}.justify_flex-start{justify-content:flex-start}.justify_flex-end{justify-content:flex-end}.inset_0{inset:0}.z_top{z-index:var(--z-index-top)}.bg_dim\.70{background:var(--colors-dim-70)}.flex_row{flex-direction:row}.text_line\.four{color:var(--colors-line-four)}.h_inherit{height:inherit}.overflow-y_auto{overflow-y:auto}.right_1rem{right:1rem}.bottom_6rem{bottom:6rem}.w_2\.5rem{width:2.5rem}.text_mono\.on_primary{color:var(--colors-mono-on_primary)}.bg_mono\.primary2{background:var(--colors-mono-primary2)}.w_16rem{width:16rem}.items_flex-end{align-items:flex-end}.\--duration_0\.25s{--duration:0.25s}.\--duration_0\.5s{--duration:0.5s}.animation_fadeOut_var\(--duration\){animation:fadeOut var(--duration)}.\--duration_250ms{--duration:250ms}.\--duration_500ms{--duration:500ms}.bg_transparent{background:transparent}.h_1rem{height:1rem}.h_calc\(var\(--sizes-full\)_-_3\.5rem\){height:calc(var(--sizes-full) - 3.5rem)}.overflow-y_none{overflow-y:none}.p_0\.75rem{padding:.75rem}.w_fit-content{width:-moz-fit-content;width:fit-content}.grow_0{flex-grow:0}.text_inherit{color:inherit}.left_0\.5rem{left:.5rem}.right_0\.5rem{right:.5rem}.p_0{padding:0}.ring_none{outline:2px solid transparent;outline-offset:2px}.bg_background{background:var(--colors-background)}.gap_10px{gap:10px}.m_auto{margin:auto}.animation_fadeIn_0\.5s{animation:fadeIn .5s}.bg_white{background:#fff}.rounded_1\.5rem_1\.5rem_0rem_0rem{border-radius:1.5rem 1.5rem 0 0}.h_fit-content\!{height:-moz-fit-content!important;height:fit-content!important}.bg_surface\.modal_01{background:var(--colors-surface-modal_01)}.shadow_elevation_04{box-shadow:var(--shadows-elevation_04)}.w_17\.5rem{width:17.5rem}.rounded_0\.75rem{border-radius:.75rem}.shadow_elevation_24{box-shadow:var(--shadows-elevation_24)}.p_2rem_1rem_1rem_1rem{padding:2rem 1rem 1rem}.opacity_0{opacity:0}.transition-prop_opacity{--transition-prop:opacity;transition-property:opacity}.duration_var\(--duration\){--transition-duration:var(--duration);transition-duration:var(--duration)}.ease_ease-in-out{--transition-easing:ease-in-out;transition-timing-function:ease-in-out}.mb_1rem{margin-bottom:1rem}.w_initial{width:auto}.grow_1{flex-grow:1}.pointer-events_auto{pointer-events:auto}.h_0\.75rem{height:.75rem}.gap_0{gap:0}.text_text\.three{color:var(--colors-text-three)}.text_keycolor\.on_primary{color:var(--colors-keycolor-on_primary)}.h_6rem{height:6rem}.rounded_0{border-radius:0}.overflow-y_scroll{overflow-y:scroll}.scrollbar-width_none{scrollbar-width:none}.animation_rightLeftOut_0\.5s_ease-in-out{animation:rightLeftOut .5s ease-in-out}.transform_translateX\(100\%\){transform:translateX(100%)}.animation_bottomUpOut_0\.5s_ease-in-out{animation:bottomUpOut .5s ease-in-out}.transform_translateY\(100\%\){transform:translateY(100%)}.w_32{width:32px}.snap_x_mandatory{scroll-snap-type:x mandatory}.scroll_smooth{scroll-behavior:smooth}.overflow-x_auto{overflow-x:auto}.border-b_0\.5rem_solid{border-bottom:.5rem solid}.border-b_background{border-bottom-color:var(--colors-background)}.clamp_2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.break_break-all{word-break:break-all}.line-break_anywhere{line-break:anywhere}.border_1px_solid{border:1px solid}.border_line\.two{border-color:var(--colors-line-two)}.snap_center{scroll-snap-align:center}.snap_always{scroll-snap-stop:always}.w_15rem{width:15rem}.ring_1px_solid{outline:1px solid}.ring_keycolor\.on_primary{outline-color:var(--colors-keycolor-on_primary)}.right_var\(--right\){right:var(--right)}.right_0{right:0}.h_fit-content{height:-moz-fit-content;height:fit-content}.list-style_none{list-style:none}.p_0\.5rem_1\.5rem{padding:.5rem 1.5rem}.h_3\.5rem{height:3.5rem}.w_2rem{width:2rem}.overflow_hidden{overflow:hidden}.border-b_1px_solid{border-bottom:1px solid}.border_line\.one{border-color:var(--colors-line-one)}.p_1\.5rem_0_1rem{padding:1.5rem 0 1rem}.w_calc\(100\%_-_3rem\){width:calc(100% - 3rem)}.h_17\.5rem{height:17.5rem}.pb_2rem{padding-bottom:2rem}.gap_0\.375rem{gap:.375rem}.aspect_4\/5{aspect-ratio:4/5}.w_18\.375rem{width:18.375rem}.h_26rem{height:26rem}.rounded_1\.125rem{border-radius:1.125rem}.transition-prop_scale{--transition-prop:scale;transition-property:scale}.duration_0\.25s{--transition-duration:0.25s;transition-duration:.25s}.scale_87\.5\%{scale:87.5%}.bg_keycolor\.primary{background:var(--colors-keycolor-primary)}.w_23\.4375rem{width:23.4375rem}.p_1\.5rem_0{padding:1.5rem 0}.p_1\.5rem_0_0\.75rem{padding:1.5rem 0 .75rem}.mt_3\.5rem{margin-top:3.5rem}.p_1\.5rem_2\.5rem_2\.5rem{padding:1.5rem 2.5rem 2.5rem}.rounded_1rem_1rem_0_0{border-radius:1rem 1rem 0 0}.h_7rem{height:7rem}.w_7rem{width:7rem}.rounded_7rem{border-radius:7rem}.p_0\.5rem_1\.5rem_1\.34806rem{padding:.5rem 1.5rem 1.34806rem}.bg_linear-gradient\(180deg\,_rgba\(0\,_0\,_0\,_0\.00\)_0\%\,_rgba\(0\,_0\,_0\,_0\.70\)_100\%\){background:linear-gradient(180deg,transparent,rgba(0,0,0,.7))}.rounded_0_0_1rem_1rem{border-radius:0 0 1rem 1rem}.fill_true{fill:true}.mb_0\.84808rem{margin-bottom:.84808rem}.m_0\.5rem_0{margin:.5rem 0}.bg_linear-gradient\(180deg\,_rgba\(0\,_0\,_0\,_0\.00\)_0\%\,_rgba\(0\,_0\,_0\,_0\.70\)_100\%\)\,_rgba\(10\,10\,10\,_0\.1\)_50\%_\/_cover_no-repeat{background:linear-gradient(180deg,transparent,rgba(0,0,0,.7)),hsla(0,0%,4%,.1) 50% /cover no-repeat}.object_cover{-o-object-fit:cover;object-fit:cover}.object_top{-o-object-position:top;object-position:top}.rounded_0\.125rem{border-radius:.125rem}.p_0\.25rem_0\.5rem{padding:.25rem .5rem}.text_error\.primary{color:var(--colors-error-primary)}.p_1\.5rem{padding:1.5rem}.flex_1{flex:1 1 0%}.gap_1\.5rem{gap:1.5rem}.p_0_1\.5rem_1rem{padding:0 1.5rem 1rem}.border_line\.three{border-color:var(--colors-line-three)}.p_0_1rem{padding:0 1rem}.min-h_3rem{min-height:3rem}.w_24rem{width:24rem}.pr_0\.5rem{padding-right:.5rem}.p_0\.25rem_0\.75rem{padding:.25rem .75rem}.bg_dim\.30{background:var(--colors-dim-30)}.ml_1\.5rem{margin-left:1.5rem}.numeric_tabular-nums{font-variant-numeric:tabular-nums}.pb_1rem{padding-bottom:1rem}.p_0_1rem_1\.5rem{padding:0 1rem 1.5rem}.p_0\.75rem_0{padding:.75rem 0}.border-t_1px_solid{border-top:1px solid}.border-t_line\.one{border-top-color:var(--colors-line-one)}.p_2\.5rem_1\.5rem_1rem{padding:2.5rem 1.5rem 1rem}.p_1rem_0_0\.5rem_0{padding:1rem 0 .5rem}.h_1px{height:1px}.bg_line\.one{background-color:var(--colors-line-one)}.p_0_0\.75rem_0_1rem{padding:0 .75rem 0 1rem}.border-b_line\.one{border-bottom-color:var(--colors-line-one)}.gap_0\.625rem{gap:.625rem}.gap_0\.125rem{gap:.125rem}.p_0_0\.75rem{padding:0 .75rem}.rounded_6\.25rem{border-radius:6.25rem}.h_3\.375rem{height:3.375rem}.w_calc\(100\%_-_2rem\){width:calc(100% - 2rem)}.text_ellipsis{text-overflow:ellipsis}.white-space_nowrap{white-space:nowrap}.w_2\.125rem{width:2.125rem}.h_2\.125rem{height:2.125rem}.border_1px_solid_red{border:1px solid red}.rounded_2\.5rem{border-radius:2.5rem}.w_4\.5rem{width:4.5rem}.h_0\.875rem{height:.875rem}.w_80{width:80px}.h_80{height:80px}.border-t_0\.5rem_solid{border-top:.5rem solid}.border-t_background{border-top-color:var(--colors-background)}.p_0\.75rem_1rem{padding:.75rem 1rem}.h_4rem{height:4rem}.rounded_2rem{border-radius:2rem}.bg_mono\.secondary{background:var(--colors-mono-secondary)}.p_0\.1875rem_0\.375rem{padding:.1875rem .375rem}.text_mono\.primary{color:var(--colors-mono-primary)}.p_0\.5rem_1rem_1rem_1rem{padding:.5rem 1rem 1rem}.aspect_1{aspect-ratio:1}.w_5rem{width:5rem}.h_5rem{height:5rem}.flex_1_0_0{flex:1 0 0}.h_2\.25rem{height:2.25rem}.mb_0\.75rem{margin-bottom:.75rem}.mb_0\.25rem{margin-bottom:.25rem}.h_calc\(100\%_-_3\.5rem\){height:calc(100% - 3.5rem)}.mr_0\.125rem{margin-right:.125rem}.p_0_1rem_0_0\.5rem{padding:0 1rem 0 .5rem}.bg_surface\.basic_01{background-color:var(--colors-surface-basic_01)}.p_0_1rem_0_1\.5rem{padding:0 1rem 0 1.5rem}.mr_3rem{margin-right:3rem}.p_0\.625rem_1rem_1\.25rem{padding:.625rem 1rem 1.25rem}.vis_hidden{visibility:hidden}.h_0\.625rem{height:.625rem}.bg_surface\.gradient_down{background:var(--colors-surface-gradient_down)}.mt_9\.875rem{margin-top:9.875rem}.p_0\.625rem_1rem_0{padding:.625rem 1rem 0}.d_grid{display:grid}.grid-cols_repeat\(3\,_minmax\(0\,_1fr\)\){grid-template-columns:repeat(3,minmax(0,1fr))}.gap-x_2rem{row-gap:2rem}.gap-y_0\.5rem{-moz-column-gap:.5rem;column-gap:.5rem}.max-w_6rem{max-width:6rem}.aspect_1\/1{aspect-ratio:1/1}.p_0_0\.625rem{padding:0 .625rem}.h_2\.875rem{height:2.875rem}.p_1\.5rem_0_2\.5rem{padding:1.5rem 0 2.5rem}.p_0_2\.25rem{padding:0 2.25rem}.clamp_1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.h_4\.875rem{height:4.875rem}.transition_0\.25s_ease-in-out{transition:.25s ease-in-out}.bg_transparent{background-color:transparent}.list_none{list-style-type:none}.min-w_3rem{min-width:3rem}.cursor_default{cursor:default}.p_0_1rem_1rem{padding:0 1rem 1rem}.h_0\.5rem{height:.5rem}.bg_surface\.gradient_up{background:var(--colors-surface-gradient_up)}.rounded_6rem{border-radius:6rem}.h_0\.0625rem{height:.0625rem}.border-b_0\.0625rem_solid_var\(--colors-line-one\){border-bottom:.0625rem solid var(--colors-line-one)}.h_5\.875rem{height:5.875rem}.h_4\.25rem{height:4.25rem}.w_4\.25rem{width:4.25rem}.p_0\.125rem{padding:.125rem}.border_0\.125rem_solid_var\(--colors-keycolor-primary\){border:.125rem solid var(--colors-keycolor-primary)}.left_50\%{left:50%}.bottom_1\.375rem{bottom:1.375rem}.transform_translateX\(-50\%\){transform:translateX(-50%)}.bg_keycolor\.primary{background-color:var(--colors-keycolor-primary)}.rounded_1\.3125rem{border-radius:1.3125rem}.w_4rem{width:4rem}.bg_\#FFF{background:#fff}.p_2rem_1rem_1rem{padding:2rem 1rem 1rem}.text_\#26282E{color:#26282e}.p_0\.875rem_1rem{padding:.875rem 1rem}.w_calc\(100\%_-_2\.25rem\){width:calc(100% - 2.25rem)}.p_0_0\.375rem_0\.25rem{padding:0 .375rem .25rem}.p_1rem_1rem_0{padding:1rem 1rem 0}.shadow_0px_2px_4px_0px_rgba\(0\,_0\,_0\,_0\.10\){box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.aspect_1\.8{aspect-ratio:1.8}.mt_0\.25rem{margin-top:.25rem}.mb_1\.5rem{margin-bottom:1.5rem}.p_1rem_2\.5rem_0{padding:1rem 2.5rem 0}.rounded_0\.45106rem{border-radius:.45106rem}.border_1px_dashed{border:1px dashed}.border_line\.four{border-color:var(--colors-line-four)}.aspect_85_\/_54{aspect-ratio:85/54}.h_1\.25rem{height:1.25rem}.mt_1\.25rem{margin-top:1.25rem}.ml_1\.25rem{margin-left:1.25rem}.bg_surface\.basic_04{background-color:var(--colors-surface-basic_04)}.mr_1\.08rem{margin-right:1.08rem}.mb_1\.28rem{margin-bottom:1.28rem}.bg_background{background-color:var(--colors-background)}.bg_dim\.50{background:var(--colors-dim-50)}.backdrop_blur\(3px\){backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.z_1{z-index:1}.w_0\.5rem{width:.5rem}.pt_0\.5rem{padding-top:.5rem}.m_0_1\.5rem{margin:0 1.5rem}.p_0_2\.5rem{padding:0 2.5rem}.mb_2\.5rem{margin-bottom:2.5rem}.p_1rem_0\.75rem{padding:1rem .75rem}.p_1rem_1\.5rem_2rem{padding:1rem 1.5rem 2rem}.p_0\.5rem_1\.5rem_1\.5rem{padding:.5rem 1.5rem 1.5rem}.direction_bottomUp{direction:bottomUp}.w_14{width:14px}.h_14{height:14px}.p_1\.25rem_1\.5rem_0{padding:1.25rem 1.5rem 0}.p_1\.25rem_1\.5rem{padding:1.25rem 1.5rem}.gap_1\.25rem{gap:1.25rem}.shadow_0px_3px_8px_0px_rgba\(0\,_0\,_0\,_0\.10\){box-shadow:0 3px 8px 0 rgba(0,0,0,.1)}.p_0_1\.5rem_1\.5rem{padding:0 1.5rem 1.5rem}.max-w_var\(--headerMaxWidth\,_100\%\){max-width:var(--headerMaxWidth,100%)}.pt_1\.5rem{padding-top:1.5rem}.min-h_4rem{min-height:4rem}.p_0\.5rem_0{padding:.5rem 0}.min-h_4\.875rem{min-height:4.875rem}.pos_right{position:right}.w_16{width:16px}.h_16{height:16px}.h_3\.25rem{height:3.25rem}.p_0\.625rem_1rem{padding:.625rem 1rem}.gap_0\.38rem{gap:.38rem}.top_3\.5rem{top:3.5rem}.transition_transform_0\.3s_ease{transition:transform .3s ease}.gap_0\.62rem{gap:.62rem}.rounded_5\.5rem{border-radius:5.5rem}.w_1\.75rem{width:1.75rem}.p_0rem_0\.75rem{padding:0 .75rem}.w_20{width:20px}.h_20{height:20px}.border-b_0\.0625rem_solid{border-bottom:.0625rem solid}.h_0\.8125rem{height:.8125rem}.w_30\%{width:30%}.mb_0\.5rem{margin-bottom:.5rem}.w_80\%{width:80%}.pt_3\.5rem{padding-top:3.5rem}.leading_3\.5rem{line-height:3.5rem}.p_1rem_0{padding:1rem 0}.\--thickness_1px{--thickness:1px}.border-block-end-width_var\(--thickness\){border-block-end-width:var(--thickness)}.p_1rem_1\.25rem_1rem_1\.5rem{padding:1rem 1.25rem 1rem 1.5rem}.h_1\.375rem{height:1.375rem}.h_6\.75rem{height:6.75rem}.h_calc\(var\(--sizes-full\)_-_6\.75rem\){height:calc(var(--sizes-full) - 6.75rem)}.h_calc\(100\%_-_3\.25rem\){height:calc(100% - 3.25rem)}.p_1rem_0\.5rem{padding:1rem .5rem}.h_calc\(100vh_-_3\.5rem\){height:calc(100vh - 3.5rem)}.border-t_none{border-top:none}.h_1{height:1px}.m_0_1\.25rem{margin:0 1.25rem}.bg_line\.one{background:var(--colors-line-one)}.word-wrap_break-word{word-wrap:break-word}.overflow-wrap_break-word{overflow-wrap:break-word}.white-space_pre-wrap{white-space:pre-wrap}.sr_true{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.p_1rem_1rem_1rem_1\.5rem{padding:1rem 1rem 1rem 1.5rem}.w_var\(--size\){width:var(--size)}.h_var\(--size\){height:var(--size)}.h_4\.5rem{height:4.5rem}.w_1rem{width:1rem}.w_64{width:64px}.h_64{height:64px}.p_1\.5rem_1rem{padding:1.5rem 1rem}.w_calc\(100\%_-_9\.5rem\){width:calc(100% - 9.5rem)}.p_1rem_0_0\.5rem{padding:1rem 0 .5rem}.p_0\.5rem_1rem_0\.5rem_1\.5rem{padding:.5rem 1rem .5rem 1.5rem}.p_5rem_1\.5rem_0{padding:5rem 1.5rem 0}.pt_1rem{padding-top:1rem}.grid-cols_repeat\(7\,_1fr\){grid-template-columns:repeat(7,1fr)}.auto-rows_2\.25rem{grid-auto-rows:2.25rem}.gap-x_1rem{grid-row-gap:1rem}.p_1rem_1\.5rem{padding:1rem 1.5rem}.w_0\.3125rem{width:.3125rem}.h_0\.3125rem{height:.3125rem}.text_selected\.on{color:var(--colors-selected-on)}.pointer-events_none{pointer-events:none}.cursor_unset{cursor:unset}.font_bold{font-weight:700}.rounded-tl_1\.5rem{border-top-left-radius:1.5rem}.rounded-tr_1\.5rem{border-top-right-radius:1.5rem}.px_1\.5rem{padding-inline:1.5rem}.bg_var\(--color\){background-color:var(--color)}.w_0\.875rem{width:.875rem}.text_var\(--color\){color:var(--color)}.clamp_6{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.p_1rem_0\.875rem{padding:1rem .875rem}.h_10\.5rem{height:10.5rem}.items_start{align-items:start}.pb_0\.875rem{padding-bottom:.875rem}.flex_0{flex:0}.w_18{width:18px}.h_18{height:18px}.min-h_6rem{min-height:6rem}.h_1\.625rem{height:1.625rem}.text_line\.three{color:var(--colors-line-three)}.border_0\.0625rem_solid{border:.0625rem solid}.p_0px_0\.5rem_0px_0\.75rem{padding:0 .5rem 0 .75rem}.p_0px_0\.75rem_0px_0\.5rem{padding:0 .75rem 0 .5rem}.border-l_0\.25rem_solid{border-left:.25rem solid}.border_\#999{border-color:#999}.text_text\.disabled{color:var(--colors-text-disabled)}.pl_0\.5rem{padding-left:.5rem}.py_0\.5rem{padding-block:.5rem}.border_var\(--border-color\,_\#999\){border-color:var(--border-color,#999)}.text_var\(--color\,_text\.one\){color:var(--color,text.one)}.min-w_max-content{min-width:-moz-max-content;min-width:max-content}.h_3\.125rem{height:3.125rem}.w_12rem{width:12rem}.w_7\.5rem{width:7.5rem}.w_3\.375rem{width:3.375rem}.m_0_1rem{margin:0 1rem}.pb_1\.5rem{padding-bottom:1.5rem}.pr_1rem{padding-right:1rem}.pb_0\.75rem{padding-bottom:.75rem}.bg_surface\.basic_02{background-color:var(--colors-surface-basic_02)}.rounded_0\.375rem{border-radius:.375rem}.min-h_12\.5rem{min-height:12.5rem}.pb_4rem{padding-bottom:4rem}.p_0\.75rem_1rem_0{padding:.75rem 1rem 0}.mb_2rem{margin-bottom:2rem}.p_1rem_1rem_0\.75rem{padding:1rem 1rem .75rem}.max-h_0{max-height:0}.transition_max-height_0\.25s_ease-in-out{transition:max-height .25s ease-in-out}.transform_rotate\(0\){transform:rotate(0)}.top_1\.5rem{top:1.5rem}.transform_translateX\(0\){transform:translateX(0)}.animation_rightLeftIn_0\.5s_ease-in-out{animation:rightLeftIn .5s ease-in-out}.h_calc\(100\%_-_3rem\){height:calc(100% - 3rem)}.h_calc\(var\(--1dvh\,_1vh\)_\*_100_-_3rem\)\!{height:calc(var(--1dvh, 1vh) * 100 - 3rem)!important}.bg_gray{background:gray}.animation_none{animation:none}.m_0\.75rem_0{margin:.75rem 0}.gap_2px{gap:2px}.justify-self_flex-end{justify-self:flex-end}.pos_abolute{position:abolute}.p_3\.5rem_0_2rem{padding:3.5rem 0 2rem}.transform_translate3d\(9999px\,_9999px\){transform:translate3d(9999px,9999px)}.p_0\.75rem_3rem_0\.75rem_1rem{padding:.75rem 3rem .75rem 1rem}.pb_0\.25rem{padding-bottom:.25rem}.p_0\.5rem_1rem_0\.25rem{padding:.5rem 1rem .25rem}.p_0rem_0\.5rem_0\.5rem_1rem{padding:0 .5rem .5rem 1rem}.min-h_1\.25rem{min-height:1.25rem}.mr_0\.5rem{margin-right:.5rem}.h_var\(--height\){height:var(--height)}.max-h_9rem{max-height:9rem}.transition_height_0\.125s_ease-in-out{transition:height .125s ease-in-out}.rounded_1\.75rem{border-radius:1.75rem}.caret_keycolor\.primary{caret-color:var(--colors-keycolor-primary)}.resize_none{resize:none}.p_2rem_3rem_0_1rem{padding:2rem 3rem 0 1rem}.max-h_calc\(9rem_-_2rem\){max-height:calc(9rem - 2rem)}.bottom_0\.625rem{bottom:.625rem}.pb_5\.5rem{padding-bottom:5.5rem}.p_0_1rem_0\.75rem{padding:0 1rem .75rem}.p_0_1rem_2\.5rem{padding:0 1rem 2.5rem}.bg_dim\.50{background-color:var(--colors-dim-50)}.bg_dim\.80{background-color:var(--colors-dim-80)}.rounded_2px{border-radius:2px}.w_auto{width:auto}.transition_0\.5s_padding{transition:padding .5s}.pt_100\%{padding-top:100%}.pt_0{padding-top:0}.mb_3\.5rem{margin-bottom:3.5rem}.bottom_0\.5rem{bottom:.5rem}.right_1\.5rem{right:1.5rem}.bg_mono\.primary2{background-color:var(--colors-mono-primary2)}.transition_all_0\.3s_ease{transition:all .3s ease}.transform_rotate\(0deg\){transform:rotate(0deg)}.transform_rotate\(45deg\){transform:rotate(45deg)}.transition_none{transition:none}.transform_none{transform:none}.transition_bottom_0\.3s_ease-in-out\,opacity_0\.3s_ease-in-out{transition:bottom .3s ease-in-out,opacity .3s ease-in-out}.p_0\.75rem_1\.5rem{padding:.75rem 1.5rem}.opacity_0\.5{opacity:.5}.p_1\.5rem_1\.5rem_0_1\.5rem{padding:1.5rem 1.5rem 0}.max-h_12rem{max-height:12rem}.white-space_pre-line{white-space:pre-line}.mt_0\.75rem{margin-top:.75rem}.min-h_100\%{min-height:100%}.m_0{margin:0}.top_0\.625rem{top:.625rem}.right_0\.625rem{right:.625rem}.text_white{color:#fff}.border-b_var\(--colors-line-one\){border-bottom-color:var(--colors-line-one)}.direction_left{direction:left}.direction_right{direction:right}.transition_color_0\.25s_ease-in-out{transition:color .25s ease-in-out}.min-w_6rem{min-width:6rem}.vis_visible{visibility:visible}.flex_100\%{flex:100%}.w_420{width:420px}.h_420{height:420px}.pos_sticky{position:sticky}.z_2{z-index:2}.p_0\.25rem_0\.5rem_0{padding:.25rem .5rem 0}.fill_mono\.primary{fill:var(--colors-mono-primary)}.ml_auto{margin-left:auto}.p_0\.25rem_1rem{padding:.25rem 1rem}.h_4\.125rem{height:4.125rem}.mt_2px{margin-top:2px}.rounded_none{border-radius:none}.w_70\%{width:70%}.border-b_2px_solid{border-bottom:2px solid}.border-b_keycolor\.primary{border-bottom-color:var(--colors-keycolor-primary)}.bottom_0\.75rem{bottom:.75rem}.rounded_0\.109rem{border-radius:.109rem}.object_contain{-o-object-fit:contain;object-fit:contain}.transform_translate\(-50\%\,-50\%\){transform:translate(-50%,-50%)}.aspect_375\/196\.53{aspect-ratio:375/196.53}.mt_0\.875rem{margin-top:.875rem}.p_0\.25rem_1rem_0_1rem{padding:.25rem 1rem 0}.w_28{width:28px}.h_28{height:28px}.p_0rem_1\.5rem_1rem{padding:0 1.5rem 1rem}.p_0\.5rem_0\.75rem_0\.5rem_0rem{padding:.5rem .75rem .5rem 0}.top_0rem{top:0}.transition_top_0\.3s{transition:top .3s}.top_-3rem{top:-3rem}.bg_keycolor\.secondary{background-color:var(--colors-keycolor-secondary)}.text_keycolor\.on_secondary_tertiary{color:var(--colors-keycolor-on_secondary_tertiary)}.bg_mono\.secondary{background-color:var(--colors-mono-secondary)}.w_0\.0625rem{width:.0625rem}.bg_line\.two{background-color:var(--colors-line-two)}.overflow-x_scroll{overflow-x:scroll}.max-w_8\.75rem{max-width:8.75rem}.aspect_1280_\/_720{aspect-ratio:1280/720}.border_dim\.10{border-color:var(--colors-dim-10)}.grid-cols_repeat\(2\,_minmax\(0\,_1fr\)\){grid-template-columns:repeat(2,minmax(0,1fr))}.gap_1px{gap:1px}.pt_56\.25\%{padding-top:56.25%}.w_50\%{width:50%}.p_1\.5rem_1\.5rem_0{padding:1.5rem 1.5rem 0}.gap_1\.5rem_0\.4375rem{gap:1.5rem .4375rem}.h_1\.5em{height:1.5em}.w_40{width:40px}.h_40{height:40px}.p_0\.5rem_1\.5rem_1\.25rem{padding:.5rem 1.5rem 1.25rem}.fs_0\.75rem{font-size:.75rem}.p_0rem_0\.375rem{padding:0 .375rem}.aspect_1280\/720{aspect-ratio:1280/720}.p_1rem_1\.5rem_2\.5rem{padding:1rem 1.5rem 2.5rem}.mt_1\.125rem{margin-top:1.125rem}.border-t_0\.75rem_solid{border-top:.75rem solid}.p_2rem_1\.5rem_0\.5rem{padding:2rem 1.5rem .5rem}.min-h_1px{min-height:1px}.self_center{align-self:center}.bottom_-1px{bottom:-1px}.h_5\.625rem{height:5.625rem}.w_10rem{width:10rem}.p_1rem_0_1\.5rem{padding:1rem 0 1.5rem}.border-b_0\.75rem_solid{border-bottom:.75rem solid}.border_background{border-color:var(--colors-background)}.p_0\.5rem_1\.5rem_0{padding:.5rem 1.5rem 0}.py_0\.75rem{padding-block:.75rem}.bg_surface\.basic_03{background-color:var(--colors-surface-basic_03)}.p_1rem_1\.5rem_1\.5rem{padding:1rem 1.5rem 1.5rem}.pt_1\.25rem{padding-top:1.25rem}.filter_blur\(2px\){filter:blur(2px)}.justify-items_flex-start{justify-items:flex-start}.grid-cols_repeat\(4\,_1fr\){grid-template-columns:repeat(4,1fr)}.auto-rows_2\.5rem{grid-auto-rows:2.5rem}.gap-x_0\.725rem{row-gap:.725rem}.justify-items_center{justify-items:center}.\[\&_\>_svg\]\:text_text\.six>svg{color:var(--colors-text-six)}.\[\&_\>_h1\]\:mt_1\.5rem>h1{margin-top:1.5rem}.\[\&_\>_h1\]\:text_text\.four>h1{color:var(--colors-text-four)}.\[\&_\>_p\]\:mt_0\.5rem>p{margin-top:.5rem}.\[\&_\>_p\]\:text_text\.five>p{color:var(--colors-text-five)}.\[\&_\.text\]\:grow_1 .text{flex-grow:1}.\[\&_\.control\]\:shrink_0 .control,.\[\&_\.icon\]\:shrink_0 .icon{flex-shrink:0}input[value=""]~div .\[input\[value\=\"\"\]_\~_div_\&\]\:vis_hidden{visibility:hidden}input[value=""]~div .\[input\[value\=\"\"\]_\~_div_\&\]\:opacity_0{opacity:0}.\[\&_svg\]\:w_1\.5rem svg{width:1.5rem}.\[\&_svg\]\:h_1\.5rem svg{height:1.5rem}.checked\:bg_keycolor\.primary:checked,.checked\:bg_keycolor\.primary[aria-checked=true],.checked\:bg_keycolor\.primary[data-checked],.checked\:bg_keycolor\.primary[data-state=checked]{background:var(--colors-keycolor-primary)}.group:checked .groupChecked\:transform_translateX\(calc\(var\(--width\)_-_var\(--indicator-size\)_-_2_\*_var\(--padding\)\)\),.group[aria-checked=true] .groupChecked\:transform_translateX\(calc\(var\(--width\)_-_var\(--indicator-size\)_-_2_\*_var\(--padding\)\)\),.group[data-checked] .groupChecked\:transform_translateX\(calc\(var\(--width\)_-_var\(--indicator-size\)_-_2_\*_var\(--padding\)\)\),.group[data-state=checked] .groupChecked\:transform_translateX\(calc\(var\(--width\)_-_var\(--indicator-size\)_-_2_\*_var\(--padding\)\)\){transform:translateX(calc(var(--width) - var(--indicator-size) - 2 * var(--padding)))}.\[\&_\>_strong\]\:d_block>strong{display:block}.\[\&_\>_strong\]\:text_mono\.on_primary>strong{color:var(--colors-mono-on_primary)}.\[\&_\>_strong\]\:white-space_pre-wrap>strong{white-space:pre-wrap}.\[\&_\>_strong\]\:m_1\.5rem_0_2\.5rem_0>strong{margin:1.5rem 0 2.5rem}.\[\&\>h2\]\:text_text\.two>h2{color:var(--colors-text-two)}.\[\&\>h2\]\:text_center>h2{text-align:center}.\[\&\>h2\]\:overflow_hidden>h2{overflow:hidden}.\[\&\>h2\]\:text_ellipsis>h2{text-overflow:ellipsis}.\[\&\>h2\]\:white-space_nowrap>h2{white-space:nowrap}.\[\&_\>_svg\]\:w_1\.5rem>svg{width:1.5rem}.\[\&_\>_svg\]\:h_1\.5rem>svg{height:1.5rem}.\[\&_\>_svg\]\:text_mono\.primary2>svg{color:var(--colors-mono-primary2)}.\[\&_\>_div\]\:w_5rem>div{width:5rem}.\[\&_\>_div\]\:h_5rem>div{height:5rem}.\[\&_\>_div\]\:shrink_0>div{flex-shrink:0}.\[\&_\>_div\]\:bg_surface\.basic_03>div{background:var(--colors-surface-basic_03)}.\[\&_\>_div\]\:rounded_50\%>div{border-radius:50%}.\[\&_\>_div\]\:d_flex>div{display:flex}.\[\&_\>_div\]\:justify_center>div{justify-content:center}.\[\&_\>_div\]\:items_center>div{align-items:center}.\[\&_\>_div\]\:animation_spin_1s_linear_infinite>div{animation:spin 1s linear infinite}.first\:mt_0:first-child{margin-top:0}.open\:animation_fadeIn_var\(--duration\)[data-open],.open\:animation_fadeIn_var\(--duration\)[data-state=open],.open\:animation_fadeIn_var\(--duration\)[open]{animation:fadeIn var(--duration)}.open\:opacity_1[data-open],.open\:opacity_1[data-state=open],.open\:opacity_1[open]{opacity:1}.open\:transform_translateX\(0\)[data-open],.open\:transform_translateX\(0\)[data-state=open],.open\:transform_translateX\(0\)[open]{transform:translateX(0)}.open\:animation_rightLeftIn_0\.5s_ease-in-out[data-open],.open\:animation_rightLeftIn_0\.5s_ease-in-out[data-state=open],.open\:animation_rightLeftIn_0\.5s_ease-in-out[open]{animation:rightLeftIn .5s ease-in-out}.open\:transform_translateY\(0\)[data-open],.open\:transform_translateY\(0\)[data-state=open],.open\:transform_translateY\(0\)[open]{transform:translateY(0)}.open\:animation_bottomUpIn_0\.5s_ease-in-out[data-open],.open\:animation_bottomUpIn_0\.5s_ease-in-out[data-state=open],.open\:animation_bottomUpIn_0\.5s_ease-in-out[open]{animation:bottomUpIn .5s ease-in-out}.\[\&_\>_img\]\:object_cover>img{-o-object-fit:cover;object-fit:cover}.\[\&_\>_img\]\:shrink_0>img{flex-shrink:0}.\[\&_\>_img\]\:w_2rem>img{width:2rem}.\[\&_\>_img\]\:h_2rem>img{height:2rem}.\[\&_\>_img\]\:rounded_50\%>img{border-radius:50%}.\[\&_\>_p\]\:text_text\.four>p{color:var(--colors-text-four)}.\[\&\>h3\]\:clamp_1>h3{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.\[\&\>h3\]\:text_ellipsis>h3{text-overflow:ellipsis}.\[\&\>svg\]\:shrink_0>svg{flex-shrink:0}.\[\&_\>_img\]\:w_1\.5rem>img{width:1.5rem}.\[\&_\>_img\]\:h_1\.5rem>img{height:1.5rem}.\[\&_\>_img\]\:bg_lightgray_50\%_\/_cover_no-repeat>img{background:#d3d3d3 50%/cover no-repeat}.\[\&_\>_svg\]\:text_mono\.on_primary>svg{color:var(--colors-mono-on_primary)}.\[\&_\>_svg\]\:w_0\.875rem>svg{width:.875rem}.\[\&_\>_svg\]\:h_0\.875rem>svg{height:.875rem}.\[\&\>svg\]\:w_0\.5rem>svg{width:.5rem}.\[\&\>svg\]\:h_0\.5rem>svg{height:.5rem}.\[\&_\>_svg\]\:text_mono\.primary>svg{color:var(--colors-mono-primary)}.\[\&_\>_svg\]\:pos_absolute>svg{position:absolute}.\[\&_\>_svg\]\:right_0>svg{right:0}.\[\&_\>_svg\]\:bottom_0>svg{bottom:0}.\[\&_\>_svg\]\:w_0\.75rem>svg{width:.75rem}.\[\&_\>_svg\]\:h_0\.75rem>svg{height:.75rem}.\[\&_\>_img\]\:bg_surface\.basic_01>img{background:var(--colors-surface-basic_01)}.\[\&\>h3\]\:text_text\.two>h3{color:var(--colors-text-two)}.\[\&_\>_h4\]\:text_text\.one>h4{color:var(--colors-text-one)}[aria-current=true] .\[\[aria-current\=true\]_\&\]\:scale_100\%{scale:100%}.first\:pl_1\.5rem:first-child{padding-left:1.5rem}.last\:pr_1\.5rem:last-child{padding-right:1.5rem}.\[\&_circle\:nth-child\(1\)\]\:animation_progress_2s_0s_ease-in-out_infinite circle:first-child{animation:progress 2s ease-in-out 0s infinite}.\[\&_circle\:nth-child\(2\)\]\:animation_progress_2s_0\.5s_ease-in-out_infinite circle:nth-child(2){animation:progress 2s ease-in-out .5s infinite}.\[\&_circle\:nth-child\(3\)\]\:animation_progress_2s_1s_ease-in-out_infinite circle:nth-child(3){animation:progress 2s ease-in-out 1s infinite}.\[\&\:not\(\:has\(\[data-animating\=true\]\)\)\]\:overflow-x_scroll:not(:has([data-animating=true])){overflow-x:scroll}.\[\&\>h2\]\:text_text\.one>h2{color:var(--colors-text-one)}.\[\&\>p\]\:text_text\.four>p{color:var(--colors-text-four)}.\[\&_\>_h3\]\:text_text\.two>h3{color:var(--colors-text-two)}.\[\&\>span\]\:text_selected\.on>span{color:var(--colors-selected-on)}.\[\&\>svg\]\:w_1\.125rem>svg{width:1.125rem}.\[\&\>svg\]\:h_1\.125rem>svg{height:1.125rem}.first\:border_none:first-child{border:none}.\[\&\>svg\]\:text_mono\.on_primary>svg{color:var(--colors-mono-on_primary)}.\[\&\>p\]\:text_text\.one>p{color:var(--colors-text-one)}.\[\&\>p\]\:overflow_hidden>p{overflow:hidden}.\[\&\>p\]\:text_ellipsis>p{text-overflow:ellipsis}.\[\&\>p\]\:white-space_nowrap>p{white-space:nowrap}.\[\&\>img\]\:object_cover>img{-o-object-fit:cover;object-fit:cover}.\[\&\>img\]\:w_100\%>img{width:100%}.\[\&\>img\]\:h_100\%>img{height:100%}.\[\&\>svg\]\:pos_absolute>svg{position:absolute}.\[\&_\.hashtag\]\:text_selected\.on .hashtag{color:var(--colors-selected-on)}.\[\&\>svg\]\:text_text\.three>svg{color:var(--colors-text-three)}.\[\&\>svg\]\:mr_0\.5rem>svg{margin-right:.5rem}.\[\&\>input\]\:w_100\%>input{width:100%}.\[\&\>input\]\:h_100\%>input{height:100%}.\[\&\>input\]\:m_none>input{margin:none}.\[\&\>input\]\:ring_none>input{outline:2px solid transparent;outline-offset:2px}.\[\&\>input\]\:bg_transparent>input{background:transparent}.\[\&\>input\]\:text_text\.one>input{color:var(--colors-text-one)}.\[\&\>input\]\:caret_keycolor\.primary>input{caret-color:var(--colors-keycolor-primary)}.\[\&\>p\]\:flex_1>p{flex:1 1 0%}.\[\&\>p\]\:text_text\.two>p{color:var(--colors-text-two)}.\[\&_\>_button\]\:d_flex>button{display:flex}.\[\&_\>_button\]\:justify_center>button{justify-content:center}.\[\&_\>_button\]\:items_center>button{align-items:center}.\[\&_\>_button\]\:h_3rem>button{height:3rem}.\[\&_\>_button\]\:w_3rem>button{width:3rem}.\[\&_\>_button\]\:text_mono\.primary2>button{color:var(--colors-mono-primary2)}.\[\&_\>_input\]\:text_ellipsis>input{text-overflow:ellipsis}.\[\&_\>_input\]\:ring_none>input{outline:2px solid transparent;outline-offset:2px}.\[\&_\>_input\]\:bg_transparent>input{background:transparent}.\[\&_\>_input\]\:h_2\.5rem>input{height:2.5rem}.\[\&_\>_input\]\:w_100\%>input{width:100%}.\[\&_\>_input\]\:text_text\.one>input{color:var(--colors-text-one)}.\[\&_\>_input\]\:flex_1>input{flex:1 1 0%}.\[\&_\>_input\]\:caret_keycolor\.primary>input{caret-color:var(--colors-keycolor-primary)}.\[\&_\>_input\]\:cursor_pointer>input{cursor:pointer}.\[\&_\>_svg\]\:shrink_0>svg{flex-shrink:0}.\[\&_\>_svg\]\:w_1rem>svg{width:1rem}.\[\&_\>_svg\]\:h_1rem>svg{height:1rem}.checked\:vis_visible:checked,.checked\:vis_visible[aria-checked=true],.checked\:vis_visible[data-checked],.checked\:vis_visible[data-state=checked]{visibility:visible}.\[\&_\>_label\]\:text_text\.four>label{color:var(--colors-text-four)}.\[\&\:nth-child\(3n\+1\)\]\:justify-self_start:nth-child(3n+1){justify-self:start}.\[\&\:nth-child\(3n\+2\)\]\:justify-self_center:nth-child(3n+2){justify-self:center}.\[\&\:nth-child\(3n\+3\)\]\:justify-self_end:nth-child(3n+3){justify-self:end}.\[\&\>img\]\:rounded_50\%>img{border-radius:50%}.\[\&_\>_button\]\:p_0>button{padding:0}.\[\&_\>_button\]\:text_text\.four>button{color:var(--colors-text-four)}.\[\&_\>_button\]\:p_0_0\.5rem>button{padding:0 .5rem}.\[\&_\>_img\]\:p_0\.5rem_1\.5rem>img{padding:.5rem 1.5rem}.\[\&_\>_img\]\:object_contain>img{-o-object-fit:contain;object-fit:contain}.\[\&\:\:-webkit-scrollbar\]\:d_none::-webkit-scrollbar{display:none}.\[\&_svg\]\:max-w_15\.5rem svg{max-width:15.5rem}.\[\&_svg\]\:h_auto svg{height:auto}.first\:w_calc\(100\%_-_1\.125rem\):first-child,.last\:w_calc\(100\%_-_1\.125rem\):last-child{width:calc(100% - 1.125rem)}.\[\&_\>_svg\]\:cursor_pointer>svg{cursor:pointer}.\[\&_\>_svg\]\:w_1\.125rem>svg{width:1.125rem}.\[\&_\>_svg\]\:h_1\.125rem>svg{height:1.125rem}.\[\&_\>_label\]\:text-decor_underline>label{text-decoration:underline}.\[\&_\>_label\]\:cursor_pointer>label{cursor:pointer}.\[\&_\>_h3\]\:d_flex>h3{display:flex}.\[\&_\>_h3\]\:items_center>h3{align-items:center}.\[\&_\>_h3\]\:w_3\.6rem>h3{width:3.6rem}.\[\&_\>_h3\]\:text_text\.four>h3{color:var(--colors-text-four)}.\[\&_\>_h3\]\:shrink_0>h3{flex-shrink:0}.\[\&_\>_label\]\:white-space_wrap>label{white-space:wrap}.\[\&_\>_label\]\:break_break-all>label{word-break:break-all}.\[\&_\>_label\]\:text_right>label{text-align:right}.disabled\:cursor_default:disabled,.disabled\:cursor_default[data-disabled],.disabled\:cursor_default[disabled]{cursor:default}.\[\&_\>_h2\]\:flex_1>h2{flex:1 1 0%}.\[\&_\>_p\]\:text_mono\.on_secondary_tertiary>p{color:var(--colors-mono-on_secondary_tertiary)}.last\:mb_0:last-child{margin-bottom:0}.first\:rounded-t_1rem:first-child{border-top-left-radius:1rem;border-top-right-radius:1rem}.last\:rounded-b_1rem:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.\[\&_button\]\:w_100\% button{width:100%}.\[\&_button\]\:text_text\.three button{color:var(--colors-text-three)}.\[\&_button\]\:white-space_nowrap button{white-space:nowrap}.\[\&_button\]\:clamp_1 button{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.\[\&_button\]\:text_ellipsis button{text-overflow:ellipsis}.\[\&_button\]\:text_left button{text-align:left}.\[\&\:disabled\]\:bg_dim\.20:disabled{background:var(--colors-dim-20)}.\[\&\:disabled\]\:opacity_0\.32:disabled{opacity:.32}.\[\&_img\]\:max-w_100\% img{max-width:100%}.\[\&_img\]\:mb_1rem img{margin-bottom:1rem}.\[\&_p\]\:min-h_1rem p{min-height:1rem}.\[\&_p\,_\&_li\]\:m_0\! li,.\[\&_p\,_\&_li\]\:m_0\! p{margin:0!important}.\[\&_\>_ol\]\:list-style_decimal_inside>ol{list-style:decimal inside}.\[\&_\>_ul\]\:list-style_decimal>ul{list-style:decimal}.\[\&_a\]\:text_selected\.on a{color:var(--colors-selected-on)}.\[\&_a\]\:text-decor_underline a{text-decoration:underline}.\[\&_a\]\:underline-offset_0\.125em a{text-underline-offset:.125em}.\[\&_\.red\]\:text_error\.primary .red{color:var(--colors-error-primary)}.\[\&_mark\]\:bg_transparent\! mark{background:transparent!important}.\[\&_table\]\:w_100\% table{width:100%}.\[\&_table\]\:overflow_scroll table{overflow:scroll}.\[\&_table\]\:d_block table{display:block}.\[\&_table\]\:border_collapse table{border-collapse:collapse}.\[\&_table\]\:table_fixed table{table-layout:fixed}.\[\&_th\,_\&_td\]\:w_100\% td,.\[\&_th\,_\&_td\]\:w_100\% th{width:100%}.\[\&_th\,_\&_td\]\:p_0\.62rem td,.\[\&_th\,_\&_td\]\:p_0\.62rem th{padding:.62rem}.\[\&_th\,_\&_td\]\:border_1px_solid td,.\[\&_th\,_\&_td\]\:border_1px_solid th{border:1px solid}.\[\&_th\,_\&_td\]\:border_line\.four td,.\[\&_th\,_\&_td\]\:border_line\.four th{border-color:var(--colors-line-four)}.\[\&\>_svg\]\:w_1\.5rem>svg{width:1.5rem}.\[\&\>_svg\]\:h_1\.5rem>svg{height:1.5rem}.\[\&_\>_h2\]\:text_text\.two>h2{color:var(--colors-text-two)}.\[\&_a\.image\]\:d_block a.image{display:block}.\[\&_a\.image\]\:w_fit-content a.image{width:-moz-fit-content;width:fit-content}.\[\&_\.tableWrapper\]\:w_100\% .tableWrapper{width:100%}.\[\&_\.tableWrapper\]\:overflow-x_auto .tableWrapper{overflow-x:auto}.\[\&_\.tableWrapper\]\:pb_0\.25rem .tableWrapper{padding-bottom:.25rem}.\[\&_\.tableWrapper\]\:m_1rem_0 .tableWrapper{margin:1rem 0}.\[\&_table\,_th\,_td\]\:border_1px_solid table,.\[\&_table\,_th\,_td\]\:border_1px_solid td,.\[\&_table\,_th\,_td\]\:border_1px_solid th{border:1px solid}.\[\&_table\,_th\,_td\]\:border_line\.four table,.\[\&_table\,_th\,_td\]\:border_line\.four td,.\[\&_table\,_th\,_td\]\:border_line\.four th{border-color:var(--colors-line-four)}.\[\&_table\,_th\,_td\]\:border_collapse table,.\[\&_table\,_th\,_td\]\:border_collapse td,.\[\&_table\,_th\,_td\]\:border_collapse th{border-collapse:collapse}.\[\&_table\,_th\,_td\]\:break_keep-all table,.\[\&_table\,_th\,_td\]\:break_keep-all td,.\[\&_table\,_th\,_td\]\:break_keep-all th{word-break:keep-all}.\[\&_table\,_th\,_td\]\:p_0\.62rem table,.\[\&_table\,_th\,_td\]\:p_0\.62rem td,.\[\&_table\,_th\,_td\]\:p_0\.62rem th{padding:.62rem}.\[\&_table\,_th\,_td\]\:text_left table,.\[\&_table\,_th\,_td\]\:text_left td,.\[\&_table\,_th\,_td\]\:text_left th{text-align:left}.\[\&_table\,_th\,_td\]\:pos_relative table,.\[\&_table\,_th\,_td\]\:pos_relative td,.\[\&_table\,_th\,_td\]\:pos_relative th{position:relative}.\[\&_\>_svg\]\:text_text\.five>svg{color:var(--colors-text-five)}.\[\&_\>_li\:first-child_\>_div\]\:border-t_1px_solid>li:first-child>div{border-top:1px solid}.\[\&_\>_li\:first-child_\>_div\]\:border-t_line\.one>li:first-child>div{border-top-color:var(--colors-line-one)}.\[\&\[data-loading\=\"true\"\]\]\:animation_pulse_1s_linear_infinite[data-loading=true]{animation:pulse 1s linear infinite}.\[\&\>svg\]\:w_2\.5rem>svg{width:2.5rem}.\[\&\>svg\]\:h_2\.5rem>svg{height:2.5rem}.\[\&\>h1\]\:text_text\.two>h1{color:var(--colors-text-two)}.\[\&\>h1\]\:w_100\%>h1{width:100%}.\[\&\>h1\]\:mr_3\.5rem>h1{margin-right:3.5rem}.\[\&\>h1\]\:text_center>h1{text-align:center}.\[\&\>h2\]\:flex_1>h2{flex:1 1 0%}.\[\&_\>_h2\]\:mt_1\.5rem>h2{margin-top:1.5rem}.\[\&_\>_h2\]\:text_text\.four>h2{color:var(--colors-text-four)}.\[\&_\>_div\]\:flex_1>div{flex:1 1 0%}.\[\&_div\]\:text_mono\.on_secondary_tertiary div,.\[\&_svg\]\:text_mono\.on_secondary_tertiary svg{color:var(--colors-mono-on_secondary_tertiary)}.\[\&_\>_h3\]\:flex_1>h3{flex:1 1 0%}.\[\&_\>_h3\]\:p_0\.5rem_1rem>h3{padding:.5rem 1rem}.\[\&_\>_h3\]\:text_text\.one>h3{color:var(--colors-text-one)}.\[\&_\>_div\]\:gap_0\.5rem>div{gap:.5rem}.selected\:bg_mono\.primary2[aria-selected=true],.selected\:bg_mono\.primary2[data-selected]{background-color:var(--colors-mono-primary2)}.selected\:text_mono\.on_primary[aria-selected=true],.selected\:text_mono\.on_primary[data-selected]{color:var(--colors-mono-on_primary)}.expanded\:max-h_9999px[aria-expanded=true],.expanded\:max-h_9999px[data-expanded],.expanded\:max-h_9999px[data-state=expanded]{max-height:9999px}.\[\&_\>_span\]\:text_selected\.on>span{color:var(--colors-selected-on)}.\[\&_\>_span\]\:ml_0\.25rem>span{margin-left:.25rem}.expanded\:transform_rotate\(180deg\)[aria-expanded=true],.expanded\:transform_rotate\(180deg\)[data-expanded],.expanded\:transform_rotate\(180deg\)[data-state=expanded]{transform:rotate(180deg)}.\[\&_\>_div\]\:bg_surface\.basic_04>div{background:var(--colors-surface-basic_04)}.\[\&_\>_div\]\:rounded_0\.25rem>div{border-radius:.25rem}.\[\&_\>_div\]\:w_2\.125rem>div{width:2.125rem}.\[\&_\>_div\]\:h_0\.25rem>div{height:.25rem}.\[\&_img\]\:w_100\% img{width:100%}.\[\&_img\]\:h_100\% img{height:100%}.\[\&_img\]\:object_cover img{-o-object-fit:cover;object-fit:cover}.\[\&_\>_p\]\:text_text\.one>p{color:var(--colors-text-one)}.\[\&_\>_p\]\:text_ellipsis>p{text-overflow:ellipsis}.\[\&_\>_p\]\:clamp_1>p{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.\[\&_\>_label\]\:shrink_0>label{flex-shrink:0}.\[\&_\>_span\]\:overflow_hidden>span{overflow:hidden}.\[\&_\>_span\]\:text_ellipsis>span{text-overflow:ellipsis}.\[\&_\>_span\]\:clamp_1>span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.\[\&_\>_span\]\:text_text\.one>span{color:var(--colors-text-one)}.\[\&_\>_label\]\:text_text\.five>label{color:var(--colors-text-five)}.\[\&_\>_label\]\:ml_0\.125rem>label{margin-left:.125rem}.pressed\:text_keycolor\.primary[aria-pressed=true],.pressed\:text_keycolor\.primary[data-pressed]{color:var(--colors-keycolor-primary)}.pressed\:text_selected\.on[aria-pressed=true],.pressed\:text_selected\.on[data-pressed]{color:var(--colors-selected-on)}.\[\&_\>_div\]\:pos_relative>div{position:relative}.\[\&_\>_span\]\:text_text\.three>span{color:var(--colors-text-three)}.\[\&_\>_p\]\:white-space_nowrap>p{white-space:nowrap}.\[\&\[aria-invalid\=true\]\]\:text_transparent[aria-invalid=true]{color:transparent}.placeholder\:text_text\.six::-moz-placeholder{color:var(--colors-text-six)}.placeholder\:text_text\.six::placeholder,.placeholder\:text_text\.six[data-placeholder]{color:var(--colors-text-six)}.placeholder\:white-space_nowrap::-moz-placeholder{white-space:nowrap}.placeholder\:white-space_nowrap::placeholder,.placeholder\:white-space_nowrap[data-placeholder]{white-space:nowrap}.placeholder\:overflow_hidden::-moz-placeholder{overflow:hidden}.placeholder\:overflow_hidden::placeholder,.placeholder\:overflow_hidden[data-placeholder]{overflow:hidden}.placeholder\:text_ellipsis::-moz-placeholder{text-overflow:ellipsis}.placeholder\:text_ellipsis::placeholder,.placeholder\:text_ellipsis[data-placeholder]{text-overflow:ellipsis}.disabled\:opacity_0\.6:disabled,.disabled\:opacity_0\.6[data-disabled],.disabled\:opacity_0\.6[disabled]{opacity:.6}.selected\:bg_mono\.primary2[aria-selected=true],.selected\:bg_mono\.primary2[data-selected]{background:var(--colors-mono-primary2)}.first\:pt_0\.5rem:first-child{padding-top:.5rem}.last\:border_none:last-child{border:none}.\[\&_\>_h1\]\:flex_1>h1{flex:1 1 0%}.\[\&_\>_h1\]\:text_center>h1{text-align:center}.\[\&_\>_h1\]\:text_mono\.primary2>h1{color:var(--colors-mono-primary2)}.\[\&_\>_h1\]\:white-space_nowrap>h1{white-space:nowrap}.\[\&_\>_h1\]\:overflow_hidden>h1{overflow:hidden}.\[\&_\>_h1\]\:text_ellipsis>h1{text-overflow:ellipsis}.\[\&_\>_svg\]\:w_2rem>svg{width:2rem}.\[\&_\>_svg\]\:h_2rem>svg{height:2rem}.\[\&_img\]\:object_contain img{-o-object-fit:contain;object-fit:contain}.\[\&\>div\]\:h_100\%>div{height:100%}.\[\&\.active\]\:opacity_1.active{opacity:1}.\[\&_\>_div\]\:h_100\%>div{height:100%}.\[\&_\>_div\]\:w_100\%>div{width:100%}.\[\&_\>_div\]\:max-w_3\.375rem>div{max-width:3.375rem}.\[\&__img\]\:object_cover img{-o-object-fit:cover;object-fit:cover}.\[\&_\>div\]\:d_inline>div{display:inline}.\[\&_\.link\]\:text_selected\.on .link{color:var(--colors-selected-on)}.\[\&_img\]\:bg_surface\.basic_02 img{background:var(--colors-surface-basic_02)}.\[\&_img\]\:filter_brightness\(50\%\) img{filter:brightness(50%)}.\[\&_a\]\:d_block a{display:block}.\[\&_\>_svg\]\:d_flex>svg{display:flex}.\[\&_\>_svg\]\:justify_center>svg{justify-content:center}.\[\&_\>_svg\]\:items_center>svg{align-items:center}.\[\&_\>_div\]\:gap_0\.25rem>div{gap:.25rem}.\[\&_\>_img\]\:bg_dim\.80>img{background-color:var(--colors-dim-80)}.\[\&_\>_div\]\:w_3rem>div{width:3rem}.\[\&_\>_div\]\:h_3rem>div{height:3rem}.\[\&_\>_div\]\:bg_mono\.primary2>div{background:var(--colors-mono-primary2)}.\[\&_svg\]\:w_3rem svg{width:3rem}.\[\&_svg\]\:h_3rem svg{height:3rem}.\[\&\>div\]\:text_text\.three>div{color:var(--colors-text-three)}.\[\&\>h1\]\:text_mono\.primary2>h1{color:var(--colors-mono-primary2)}.\[\&\>div\]\:w_3rem>div{width:3rem}.\[\&\>svg\]\:w_1\.5rem>svg{width:1.5rem}.\[\&\>svg\]\:h_1\.5rem>svg{height:1.5rem}.\[\&\>svg\]\:text_mono\.primary2>svg{color:var(--colors-mono-primary2)}.\[\&_\>_label\]\:text_keycolor\.primary>label{color:var(--colors-keycolor-primary)}.\[\&_\>_p\]\:text_text\.three>p{color:var(--colors-text-three)}.\[\&_\>_p\]\:text_left>p{text-align:left}.\[\&_\>_p\]\:flex_1>p{flex:1 1 0%}.first\:ml_1rem:first-child{margin-left:1rem}.\[\&_svg\]\:w_1\.125rem svg{width:1.125rem}.\[\&_svg\]\:h_1\.125rem svg{height:1.125rem}.\[\&_\>_img\]\:filter_blur\(2px\)>img{filter:blur(2px)}.\[\&_\>_svg\]\:content_center>svg{align-content:center}.\[\&_\>_p\]\:self_flex-end>p{align-self:flex-end}.\[\&_\>_p\]\:mb_0\.75rem>p{margin-bottom:.75rem}.\[\&_a\]\:h_100\% a{height:100%}.\[\&_a\]\:w_100\% a{width:100%}.\[\&_\>_img\]\:rounded_2\.5rem>img{border-radius:2.5rem}.\[\&_\>_img\]\:w_2\.5rem>img{width:2.5rem}.\[\&_\>_img\]\:h_2\.5rem>img{height:2.5rem}.\[\&_\>_div\]\:flex_column>div{flex-direction:column}.\[\&_\>_div\]\:gap_0\.125rem>div{gap:.125rem}.\[\&_a\]\:break_break-all a{word-break:break-all}.\[\&_\>_h3\]\:white-space_nowrap>h3{white-space:nowrap}.\[\&_\>_h3\]\:overflow_hidden>h3{overflow:hidden}.\[\&_\>_h3\]\:text_ellipsis>h3{text-overflow:ellipsis}.\[\&_\>_div\]\:border-t_1px_solid>div{border-top:1px solid}.\[\&_\>_div\]\:border-b_1px_solid>div{border-bottom:1px solid}.\[\&_\>_div\]\:border-t_line\.one>div{border-top-color:var(--colors-line-one)}.\[\&_\>_div\]\:border-b_line\.one>div{border-bottom-color:var(--colors-line-one)}.\[\&_\>_div\]\:p_0\.5rem_0>div{padding:.5rem 0}.\[\&_\>_div\]\:justify_space-between>div{justify-content:space-between}.\[\&\>div\]\:p_0\.5rem_1\.5rem>div{padding:.5rem 1.5rem}.\[\&_\>div\]\:m_0_1\.5rem>div{margin:0 1.5rem}.pressed\:text_error\.primary[aria-pressed=true],.pressed\:text_error\.primary[data-pressed]{color:var(--colors-error-primary)}.last\:border-b_0:last-child{border-bottom:0}.\[\&_\>_h3\]\:clamp_1>h3{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.\[\&_\>_div\]\:w_10rem>div{width:10rem}.disabled\:filter_unset\!:disabled,.disabled\:filter_unset\![data-disabled],.disabled\:filter_unset\![disabled]{filter:unset!important}.\[\&\>svg\]\:w_3rem>svg{width:3rem}.\[\&\>svg\]\:h_3rem>svg{height:3rem}.\[\&\>label\]\:pos_absolute>label{position:absolute}.\[\&\>label\]\:w_100\%>label{width:100%}.\[\&\>label\]\:text_center>label{text-align:center}.\[\&\>label\]\:text_keycolor\.on_primary>label{color:var(--colors-keycolor-on_primary)}.\[\&\>label\]\:bottom_1\.5rem>label{bottom:1.5rem}.\[\&_\>_div\]\:h_fit-content\!>div{height:-moz-fit-content!important;height:fit-content!important}.\[\&_\>_h1\]\:w_100\%>h1{width:100%}.\[\&_\>_h1\]\:mr_3rem>h1{margin-right:3rem}.\[\&\>button\]\:justify-self_flex-start>button,.\[\&_\>_button\]\:justify-self_flex-start>button{justify-self:flex-start}.\[\&\:disabled\]\:text_text\.disabled:disabled{color:var(--colors-text-disabled)}.\[\&\[aria-disabled\=true\]\]\:opacity_0\.6[aria-disabled=true]{opacity:.6}.focusVisible\:ring_none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focusVisible\:ring_none[data-focus-visible]{outline:2px solid transparent;outline-offset:2px}.focusVisible\:filter_brightness\(90\%\):focus-visible{filter:brightness(90%)}.focusVisible\:filter_brightness\(90\%\)[data-focus-visible]{filter:brightness(90%)}.focus\:ring_none:focus,.focus\:ring_none[data-focus]{outline:2px solid transparent;outline-offset:2px}.\[\&\:hover\]\:cursor_pointer:hover,.hover\:cursor_pointer:hover,.hover\:cursor_pointer[data-hover]{cursor:pointer}.\[\&_\>_input\]\:placeholder\:text_text\.five>input::-moz-placeholder{color:var(--colors-text-five)}.\[\&_\>_input\]\:placeholder\:text_text\.five>input::placeholder,.\[\&_\>_input\]\:placeholder\:text_text\.five>input[data-placeholder]{color:var(--colors-text-five)}.\[\&_table\]\:\[\&_th\]\:bg_surface\.basic_04 table th{background-color:var(--colors-surface-basic_04)}.\[\&_\.tableWrapper\]\:\[\&\:\:-webkit-scrollbar\]\:h_0\.625rem .tableWrapper::-webkit-scrollbar{height:.625rem}.\[\&_\.tableWrapper\]\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg_surface\.basic_04 .tableWrapper::-webkit-scrollbar-thumb{background-color:var(--colors-surface-basic_04)}.\[\&_\.tableWrapper\]\:\[\&\:\:-webkit-scrollbar-thumb\]\:rounded_0\.625rem .tableWrapper::-webkit-scrollbar-thumb{border-radius:.625rem}.\[\&_\.tableWrapper\]\:\[\&\:\:-webkit-scrollbar-thumb\]\:cursor_pointer .tableWrapper::-webkit-scrollbar-thumb{cursor:pointer}.\[\&_table\]\:\[\&_img\]\:mb_0 table img{margin-bottom:0}.\[\&_\.tableWrapper\]\:\[\&\:\:-webkit-scrollbar\]\:h_0\.7rem .tableWrapper::-webkit-scrollbar{height:.7rem}.\[\&_\.tableWrapper\]\:\[\&\:\:-webkit-scrollbar-thumb\]\:rounded_0\.7rem .tableWrapper::-webkit-scrollbar-thumb{border-radius:.7rem}.\[\&_\>_div\]\:\[\&_\>_h3\]\:clamp_1>div>h3{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.\[\&_\>_div\]\:\[\&_\>_h3\]\:text_text\.one>div>h3{color:var(--colors-text-one)}.\[\&_\>_div\]\:\[\&\>svg\]\:shrink_0>div>svg{flex-shrink:0}.\[\&_\>_div\]\:\[\&_svg\]\:text_mono\.on_primary>div svg{color:var(--colors-mono-on_primary)}.\[\&_\>_div\]\:\[\&_svg\]\:w_2rem>div svg{width:2rem}.\[\&_\>_div\]\:\[\&_svg\]\:h_2rem>div svg{height:2rem}.odd\:last\:col-span_1_\/_3:nth-child(odd):last-child{grid-column:1/3}.odd\:last\:row-span_auto_\/_span_2:nth-child(odd):last-child{grid-row:auto/span 2}@media screen and (min-width:20.625em){.fold\:w_20rem{width:20rem}.fold\:p_1\.5rem_0_2\.5rem_0{padding:1.5rem 0 2.5rem}.fold\:d_none{display:none}.fold\:w_3rem{width:3rem}.fold\:p_0\.625rem_1\.5rem_1\.25rem{padding:.625rem 1.5rem 1.25rem}.fold\:p_0_1\.5rem{padding:0 1.5rem}.fold\:p_0\.625rem_1\.5rem_0{padding:.625rem 1.5rem 0}.fold\:left_0\.5rem{left:.5rem}.fold\:h_3rem{height:3rem}.fold\:w_2\.75rem{width:2.75rem}.fold\:right_1\.5rem{right:1.5rem}}@media screen and (min-width:26.25em){.phone\:d_block{display:block}}@media screen and (min-width:62.5em){.pc\:d_flex{display:flex}.pc\:flex_column{flex-direction:column}.pc\:items_center{align-items:center}.pc\:justify_center{justify-content:center}}@media (prefers-color-scheme:dark){.dark\:bg_surface\.basic_04{background:var(--colors-surface-basic_04)}}}