html,body{min-height:100vh;width:100%;margin:0;padding:0;box-sizing:border-box;font-size:16px;background:var(--non-interactive-background-primary);transform:rotate(0);opacity:1}body{padding:0}@media(max-width:768px){body{padding:0}}*{box-sizing:border-box;font-family:var( --font--family-primary)!important}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:1;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._footerContainer_1d1qq_1{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:105px;padding:14px 20px;box-sizing:border-box;background-color:var(--color--non-interactive-background-brand-01)}:root{--master-tokens-version: "v3.3.1";--font--letter-spacing-negative-sm: -.4px;--font--line-height-2xl: 32px;--font--line-height-2xs: 16px;--font--line-height-3xl: 36px;--font--line-height-3xs: 14px;--font--line-height-4xl: 40px;--font--line-height-5xl: 48px;--font--line-height-6xl: 56px;--font--line-height-7xl: 64px;--font--line-height-8xl: 72px;--font--line-height-base: 24px;--font--line-height-lg: 26px;--font--line-height-sm: 22px;--font--line-height-xl: 28px;--font--line-height-xs: 20px;--font--size-2xl: 24px;--font--size-3xl: 28px;--font--size-4xl: 32px;--font--size-5xl: 40px;--font--size-6xl: 48px;--font--size-7xl: 56px;--font--size-8xl: 64px;--font--size-base: 16px;--font--size-lg: 18px;--font--size-sm: 14px;--font--size-xl: 20px;--font--size-xs: 12px;--font--weight-medium: 500;--font--weight-regular: 400;--font--weight-semibold: 600;--space--responsive-unit: 4px;--space--responsive-xr-half: 2px;--space--responsive-xr0: 0px;--space--responsive-xr1-half: 6px;--space--responsive-xr10: 40px;--space--responsive-xr11: 44px;--space--responsive-xr12: 48px;--space--responsive-xr13: 52px;--space--responsive-xr14: 56px;--space--responsive-xr15: 60px;--space--responsive-xr16: 64px;--space--responsive-xr17: 68px;--space--responsive-xr18: 72px;--space--responsive-xr19: 76px;--space--responsive-xr1: 4px;--space--responsive-xr20: 80px;--space--responsive-xr21: 84px;--space--responsive-xr22: 88px;--space--responsive-xr23: 92px;--space--responsive-xr24: 96px;--space--responsive-xr25: 100px;--space--responsive-xr26: 104px;--space--responsive-xr27: 108px;--space--responsive-xr28: 112px;--space--responsive-xr29: 116px;--space--responsive-xr2: 8px;--space--responsive-xr30: 120px;--space--responsive-xr31: 124px;--space--responsive-xr32: 128px;--space--responsive-xr33: 132px;--space--responsive-xr34: 136px;--space--responsive-xr35: 140px;--space--responsive-xr36: 144px;--space--responsive-xr37: 148px;--space--responsive-xr38: 152px;--space--responsive-xr39: 156px;--space--responsive-xr3: 12px;--space--responsive-xr40: 160px;--space--responsive-xr41: 164px;--space--responsive-xr42: 168px;--space--responsive-xr43: 172px;--space--responsive-xr44: 176px;--space--responsive-xr45: 180px;--space--responsive-xr46: 184px;--space--responsive-xr47: 188px;--space--responsive-xr48: 192px;--space--responsive-xr49: 196px;--space--responsive-xr4: 16px;--space--responsive-xr50: 200px;--space--responsive-xr5: 20px;--space--responsive-xr6: 24px;--space--responsive-xr7: 28px;--space--responsive-xr8: 32px;--space--responsive-xr9: 36px;--space--unit: 4px;--space--x-half: 2px;--space--x0: 0px;--space--x1-half: 6px;--space--x10: 40px;--space--x11: 44px;--space--x12: 48px;--space--x13: 52px;--space--x14: 56px;--space--x15: 60px;--space--x16: 64px;--space--x17: 68px;--space--x18: 72px;--space--x19: 76px;--space--x1: 4px;--space--x20: 80px;--space--x21: 84px;--space--x22: 88px;--space--x23: 92px;--space--x24: 96px;--space--x25: 100px;--space--x26: 104px;--space--x27: 108px;--space--x28: 112px;--space--x29: 116px;--space--x2: 8px;--space--x30: 120px;--space--x31: 124px;--space--x32: 128px;--space--x33: 132px;--space--x34: 136px;--space--x35: 140px;--space--x36: 144px;--space--x37: 148px;--space--x38: 152px;--space--x39: 156px;--space--x3: 12px;--space--x40: 160px;--space--x41: 164px;--space--x42: 168px;--space--x43: 172px;--space--x44: 176px;--space--x45: 180px;--space--x46: 184px;--space--x47: 188px;--space--x48: 192px;--space--x49: 196px;--space--x4: 16px;--space--x50: 200px;--space--x5: 20px;--space--x6: 24px;--space--x7: 28px;--space--x8: 32px;--space--x9: 36px;--color--accent-01-background: #ffe7e5ff;--color--accent-01-base: #ff362aff;--color--accent-01-icon: #b20900ff;--color--accent-01-inverse-background: #ff0066ff;--color--accent-01-inverse-base: #ff0066ff;--color--accent-01-inverse-icon: #ff0066ff;--color--accent-01-inverse-text: #ff0066ff;--color--accent-01-text: #b20900ff;--color--accent-02-background: #ffebd6ff;--color--accent-02-base: #ea7600ff;--color--accent-02-icon: #793c00ff;--color--accent-02-inverse-background: #ff0066ff;--color--accent-02-inverse-base: #ff0066ff;--color--accent-02-inverse-icon: #ff0066ff;--color--accent-02-inverse-text: #ff0066ff;--color--accent-02-text: #793c00ff;--color--accent-03-background: #fffbebff;--color--accent-03-base: #ffce00ff;--color--accent-03-icon: #806700ff;--color--accent-03-inverse-background: #ff0066ff;--color--accent-03-inverse-base: #ff0066ff;--color--accent-03-inverse-icon: #ff0066ff;--color--accent-03-inverse-text: #ff0066ff;--color--accent-03-text: #806700ff;--color--accent-04-background: #ebf9f0ff;--color--accent-04-base: #00b057ff;--color--accent-04-icon: #006632ff;--color--accent-04-inverse-background: #ff0066ff;--color--accent-04-inverse-base: #ff0066ff;--color--accent-04-inverse-icon: #ff0066ff;--color--accent-04-inverse-text: #ff0066ff;--color--accent-04-text: #006632ff;--color--accent-05-background: #eefcfcff;--color--accent-05-base: #56e2e1ff;--color--accent-05-icon: #0b4141ff;--color--accent-05-inverse-background: #ff0066ff;--color--accent-05-inverse-base: #ff0066ff;--color--accent-05-inverse-icon: #ff0066ff;--color--accent-05-inverse-text: #ff0066ff;--color--accent-05-text: #0b4141ff;--color--accent-06-background: #ebf5ffff;--color--accent-06-base: #2392fbff;--color--accent-06-icon: #045cafff;--color--accent-06-inverse-background: #ff0066ff;--color--accent-06-inverse-base: #ff0066ff;--color--accent-06-inverse-icon: #ff0066ff;--color--accent-06-inverse-text: #ff0066ff;--color--accent-06-text: #045cafff;--color--accent-07-background: #fceefbff;--color--accent-07-base: #df41cfff;--color--accent-07-icon: #991a8dff;--color--accent-07-inverse-background: #ff0066ff;--color--accent-07-inverse-base: #ff0066ff;--color--accent-07-inverse-icon: #ff0066ff;--color--accent-07-inverse-text: #ff0066ff;--color--accent-07-text: #991a8dff;--color--accent-08-background: #d3dff0ff;--color--accent-08-base: #a8dce8ff;--color--accent-08-icon: #047a9cff;--color--accent-08-inverse-background: #ff0066ff;--color--accent-08-inverse-base: #ff0066ff;--color--accent-08-inverse-icon: #ff0066ff;--color--accent-08-inverse-text: #ff0066ff;--color--accent-08-text: #047a9cff;--color--accent-09-background: #e9fafdff;--color--accent-09-base: #047a9cff;--color--accent-09-icon: #047a9cff;--color--accent-09-inverse-background: #ff0066ff;--color--accent-09-inverse-base: #ff0066ff;--color--accent-09-inverse-icon: #ff0066ff;--color--accent-09-inverse-text: #ff0066ff;--color--accent-09-text: #047a9cff;--color--accent-10-background: #d1d1d1ff;--color--accent-10-base: #5d5d5dff;--color--accent-10-icon: #2e2e2eff;--color--accent-10-inverse-background: #d1d1d1ff;--color--accent-10-inverse-base: #5d5d5dff;--color--accent-10-inverse-icon: #2e2e2eff;--color--accent-10-inverse-text: #2e2e2eff;--color--accent-10-text: #2e2e2eff;--color--accent-white-to-black: #ffffffff;--color--elevation-alpha-04: #001a3f0d;--color--elevation-alpha-08: #001a3f1a;--color--elevation-alpha-12: #001a3f26;--color--feedback-default-background: #f6f6fbff;--color--feedback-default-button-active: #047a9c26;--color--feedback-default-button-default: #ffffff00;--color--feedback-default-button-hover: #001a3f26;--color--feedback-default-button-icon: #001a3fff;--color--feedback-default-button-inverse-active: #ff0066ff;--color--feedback-default-button-inverse-default: #ff0066ff;--color--feedback-default-button-inverse-hover: #ff0066ff;--color--feedback-default-button-inverse-icon: #ff0066ff;--color--feedback-default-button-inverse-text: #ff0066ff;--color--feedback-default-button-text: #001a3fff;--color--feedback-default-icon-alt: #464646ff;--color--feedback-default-icon: #171717ff;--color--feedback-default-inverse-background: #ff0066ff;--color--feedback-default-inverse-icon-alt: #ff0066ff;--color--feedback-default-inverse-icon: #ff0066ff;--color--feedback-default-inverse-text-alt: #ff0066ff;--color--feedback-default-inverse-text: #ff0066ff;--color--feedback-default-text-alt: #464646ff;--color--feedback-default-text: #171717ff;--color--feedback-info-accent: #0576e1ff;--color--feedback-info-active: #87c4fdff;--color--feedback-info-border: #0576e1ff;--color--feedback-info-button-active: #55abfcff;--color--feedback-info-button-default: #ffffff00;--color--feedback-info-button-hover: #87c4fdff;--color--feedback-info-button-icon: #045cafff;--color--feedback-info-button-inverse-active: #ff0066ff;--color--feedback-info-button-inverse-default: #ff0066ff;--color--feedback-info-button-inverse-hover: #ff0066ff;--color--feedback-info-button-inverse-icon: #ff0066ff;--color--feedback-info-button-inverse-text: #ff0066ff;--color--feedback-info-button-text: #045cafff;--color--feedback-info-default-dynamic: #ebf5ffff;--color--feedback-info-default: #ebf5ffff;--color--feedback-info-hover: #b9dcfeff;--color--feedback-info-icon: #045cafff;--color--feedback-info-inverse-accent: #ff0066ff;--color--feedback-info-inverse-active: #ff0066ff;--color--feedback-info-inverse-border: #ff0066ff;--color--feedback-info-inverse-default-dynamic: #ff0066ff;--color--feedback-info-inverse-default: #ff0066ff;--color--feedback-info-inverse-hover: #ff0066ff;--color--feedback-info-inverse-icon: #ff0066ff;--color--feedback-info-inverse-text: #ff0066ff;--color--feedback-info-text: #045cafff;--color--feedback-negative-accent: #ff362aff;--color--feedback-negative-active: #ffcfccff;--color--feedback-negative-border: #ff362aff;--color--feedback-negative-button-active: #ffcfccff;--color--feedback-negative-button-default: #ffffff00;--color--feedback-negative-button-hover: #ffe7e5ff;--color--feedback-negative-button-icon: #b20900ff;--color--feedback-negative-button-inverse-active: #ff0066ff;--color--feedback-negative-button-inverse-default: #ff0066ff;--color--feedback-negative-button-inverse-hover: #ff0066ff;--color--feedback-negative-button-inverse-icon: #ff0066ff;--color--feedback-negative-button-inverse-text: #ff0066ff;--color--feedback-negative-button-text: #b20900ff;--color--feedback-negative-default-dynamic: #ffe7e5ff;--color--feedback-negative-default: #ffe7e5ff;--color--feedback-negative-hover: #ffcfccff;--color--feedback-negative-icon: #b20900ff;--color--feedback-negative-inverse-accent: #ff362aff;--color--feedback-negative-inverse-active: #ffcfccff;--color--feedback-negative-inverse-border: #ff362aff;--color--feedback-negative-inverse-default-dynamic: #ffe7e5ff;--color--feedback-negative-inverse-default: #ffe7e5ff;--color--feedback-negative-inverse-hover: #ffcfccff;--color--feedback-negative-inverse-icon: #b20900ff;--color--feedback-negative-inverse-text: #b20900ff;--color--feedback-negative-text: #b20900ff;--color--feedback-positive-accent: #00b057ff;--color--feedback-positive-border: #00b057ff;--color--feedback-positive-button-active: #c4eed2ff;--color--feedback-positive-button-default: #ffffff00;--color--feedback-positive-button-hover: #ebf9f0ff;--color--feedback-positive-button-icon: #006632ff;--color--feedback-positive-button-inverse-active: #ff0066ff;--color--feedback-positive-button-inverse-default: #ff0066ff;--color--feedback-positive-button-inverse-hover: #ff0066ff;--color--feedback-positive-button-inverse-icon: #ff0066ff;--color--feedback-positive-button-inverse-text: #ff0066ff;--color--feedback-positive-button-text: #006632ff;--color--feedback-positive-default-dynamic: #ebf9f0ff;--color--feedback-positive-default: #ebf9f0ff;--color--feedback-positive-hover: #c4eed2ff;--color--feedback-positive-icon: #006632ff;--color--feedback-positive-inverse-accent: #ff0066ff;--color--feedback-positive-inverse-border: #ff0066ff;--color--feedback-positive-inverse-default-dynamic: #ff0066ff;--color--feedback-positive-inverse-default: #ff0066ff;--color--feedback-positive-inverse-hover: #ff0066ff;--color--feedback-positive-inverse-icon: #ff0066ff;--color--feedback-positive-inverse-pressed: #ff0066ff;--color--feedback-positive-inverse-text: #ff0066ff;--color--feedback-positive-pressed: #c4eed2ff;--color--feedback-positive-text: #006632ff;--color--feedback-warning-accent: #ea7600ff;--color--feedback-warning-active: #ffb870ff;--color--feedback-warning-border: #ea7600ff;--color--feedback-warning-button-active: #ffd1a3ff;--color--feedback-warning-button-default: #ffffff00;--color--feedback-warning-button-hover: #ffebd6ff;--color--feedback-warning-button-icon: #a15100ff;--color--feedback-warning-button-inverse-active: #ff0066ff;--color--feedback-warning-button-inverse-default: #ff0066ff;--color--feedback-warning-button-inverse-hover: #ff0066ff;--color--feedback-warning-button-inverse-icon: #ff0066ff;--color--feedback-warning-button-inverse-text: #ff0066ff;--color--feedback-warning-button-text: #a15100ff;--color--feedback-warning-default-dynamic: #ffebd6ff;--color--feedback-warning-default: #ffebd6ff;--color--feedback-warning-hover: #ffd1a3ff;--color--feedback-warning-icon: #a15100ff;--color--feedback-warning-inverse-accent: #ff0066ff;--color--feedback-warning-inverse-active: #ff0066ff;--color--feedback-warning-inverse-border: #ff0066ff;--color--feedback-warning-inverse-default-dynamic: #ff0066ff;--color--feedback-warning-inverse-default: #ff0066ff;--color--feedback-warning-inverse-hover: #ff0066ff;--color--feedback-warning-inverse-icon: #ff0066ff;--color--feedback-warning-inverse-text: #ff0066ff;--color--feedback-warning-text: #a15100ff;--color--icon-brand-01: #001a3fff;--color--icon-brand-02: #047a9cff;--color--icon-brand-03: #a8dce8ff;--color--icon-brand-04: #d3dff0ff;--color--icon-inverse-brand-01: #ff0066ff;--color--icon-inverse-brand-02: #ff0066ff;--color--icon-inverse-brand-03: #ff0066ff;--color--icon-inverse-brand-04: #ff0066ff;--color--icon-inverse-primary: #ffffffff;--color--icon-inverse-secondary: #d1d1d1ff;--color--icon-inverse-tertiary: #a2a2a2ff;--color--icon-primary: #171717ff;--color--icon-secondary: #464646ff;--color--icon-tertiary: #5d5d5dff;--color--interactive-action-active: #ea7600ff;--color--interactive-action-default: #ffce00ff;--color--interactive-action-hover: #ff9e3dff;--color--interactive-action-icon: #000000ff;--color--interactive-action-text: #000000ff;--color--interactive-border-active: #035c7cff;--color--interactive-border-default: #047a9cff;--color--interactive-border-disabled: #b9b9b9ff;--color--interactive-border-focus: #2392fbff;--color--interactive-border-hover: #56afc6ff;--color--interactive-border-inverse-active: #ff0066ff;--color--interactive-border-inverse-default: #ff0066ff;--color--interactive-border-inverse-disabled: #ff0066ff;--color--interactive-border-inverse-focus: #ff0066ff;--color--interactive-border-inverse-hover: #ff0066ff;--color--interactive-border-muted-active: #001a3f66;--color--interactive-border-muted-default: #001a3f59;--color--interactive-border-muted-disabled: #b9b9b9ff;--color--interactive-border-muted-focus: #2392fbff;--color--interactive-border-muted-hover: #001a3f59;--color--interactive-border-muted-inverse-active: #ff0066ff;--color--interactive-border-muted-inverse-default: #ff0066ff;--color--interactive-border-muted-inverse-disabled: #ff0066ff;--color--interactive-border-muted-inverse-focus: #ff0066ff;--color--interactive-border-muted-inverse-hover: #ff0066ff;--color--interactive-destructive-active: #800600ff;--color--interactive-destructive-default: #e50b00ff;--color--interactive-destructive-hover: #b20900ff;--color--interactive-destructive-icon: #ffffffff;--color--interactive-destructive-text: #ffffffff;--color--interactive-disabled-background: #d1d1d1ff;--color--interactive-disabled-border: #b9b9b9ff;--color--interactive-disabled-icon: #8b8b8bff;--color--interactive-disabled-inverse-background: #d1d1d1ff;--color--interactive-disabled-inverse-border: #747474ff;--color--interactive-disabled-inverse-icon: #747474ff;--color--interactive-disabled-inverse-text: #747474ff;--color--interactive-disabled-text: #8b8b8bff;--color--interactive-field-active: #d3dff0ff;--color--interactive-field-default: #ffffffff;--color--interactive-field-hover: #d3dff0ff;--color--interactive-field-icon: #2e2e2eff;--color--interactive-field-inverse-active: #ff0066ff;--color--interactive-field-inverse-default: #ff0066ff;--color--interactive-field-inverse-hover: #ff0066ff;--color--interactive-field-inverse-icon: #ff0066ff;--color--interactive-field-inverse-selected: #ff0066ff;--color--interactive-field-inverse-selection: #ff0066ff;--color--interactive-field-inverse-text: #ff0066ff;--color--interactive-field-selected: #ffffffff;--color--interactive-field-selection: #047a9cff;--color--interactive-field-text: #2e2e2eff;--color--interactive-overlay: #001a3f66;--color--interactive-primary-active: #0f203fff;--color--interactive-primary-default: #047a9cff;--color--interactive-primary-hover: #035c7cff;--color--interactive-primary-icon: #ffffffff;--color--interactive-primary-inverse-active: #047a9c26;--color--interactive-primary-inverse-default: #ffffffff;--color--interactive-primary-inverse-hover: #001a3f26;--color--interactive-primary-inverse-icon: #ffffffff;--color--interactive-primary-inverse-text: #ffffffff;--color--interactive-primary-text: #ffffffff;--color--interactive-quaternary-active: #047a9c26;--color--interactive-quaternary-default: #ffffffff;--color--interactive-quaternary-hover: #001a3f26;--color--interactive-quaternary-inverse-active: #ff0066ff;--color--interactive-quaternary-inverse-default: #ff0066ff;--color--interactive-quaternary-inverse-hover: #ff0066ff;--color--interactive-quaternary-inverse-selection: #ff0066ff;--color--interactive-quaternary-selection: #047a9cff;--color--interactive-scrollbar-background: #047a9c26;--color--interactive-scrollbar-foreground: #047a9cff;--color--interactive-scrollbar-inverse-background: #ff0066ff;--color--interactive-scrollbar-inverse-foreground: #ff0066ff;--color--interactive-secondary-active: #047a9c59;--color--interactive-secondary-default: #001a3fff;--color--interactive-secondary-hover: #047a9c26;--color--interactive-secondary-icon: #001a3fff;--color--interactive-secondary-inverse-active: #ffffff59;--color--interactive-secondary-inverse-default: #ffffffff;--color--interactive-secondary-inverse-hover: #ffffff33;--color--interactive-secondary-inverse-icon: #ffffffff;--color--interactive-secondary-inverse-text: #ffffffff;--color--interactive-secondary-text: #001a3fff;--color--interactive-shadow-default: #047a9c26;--color--interactive-shadow-error: #ffcfccff;--color--interactive-shadow-inverse-default: #ff0066ff;--color--interactive-shadow-inverse-error: #ff0066ff;--color--interactive-shadow-inverse-success: #ff0066ff;--color--interactive-shadow-success: #c4eed2ff;--color--interactive-skeleton: #001a3f26;--color--interactive-tertiary-active: #001a3f59;--color--interactive-tertiary-default: #ffffff00;--color--interactive-tertiary-hover: #001a3f26;--color--interactive-tertiary-icon: #001a3fff;--color--interactive-tertiary-inverse-active: #ffffff66;--color--interactive-tertiary-inverse-default: #ffffff00;--color--interactive-tertiary-inverse-hover: #ffffff33;--color--interactive-tertiary-inverse-icon: #ffffffff;--color--interactive-tertiary-inverse-text: #ffffffff;--color--interactive-tertiary-text: #001a3fff;--color--link-active: #02274bff;--color--link-brand-active: #0f203fff;--color--link-brand-default: #047a9cff;--color--link-brand-hover: #001a3fff;--color--link-brand-inverse-active: #ff0066ff;--color--link-brand-inverse-default: #ff0066ff;--color--link-brand-inverse-hover: #ff0066ff;--color--link-brand-inverse-visited: #ff0066ff;--color--link-brand-visited: #047a9cff;--color--link-default: #0576e1ff;--color--link-focus: #2392fbff;--color--link-hover: #034787ff;--color--link-inverse-active: #d0f0f7ff;--color--link-inverse-default: #ffffffff;--color--link-inverse-focus: #2392fbff;--color--link-inverse-hover: #a8dce8ff;--color--link-inverse-visited: #d0f0f7ff;--color--link-visited: #c421b5ff;--color--non-interactive-background-brand-01: #001a3fff;--color--non-interactive-background-brand-02: #047a9cff;--color--non-interactive-background-brand-03: #a8dce8ff;--color--non-interactive-background-brand-04: #d3dff0ff;--color--non-interactive-background-inverse-brand-01: #ff0066ff;--color--non-interactive-background-inverse-brand-02: #ff0066ff;--color--non-interactive-background-inverse-brand-03: #ff0066ff;--color--non-interactive-background-inverse-brand-04: #ff0066ff;--color--non-interactive-background-inverse-primary: #000000ff;--color--non-interactive-background-inverse-quaternary: #000000ff;--color--non-interactive-background-inverse-secondary: #000000ff;--color--non-interactive-background-inverse-tertiary: #000000ff;--color--non-interactive-background-primary: #ffffffff;--color--non-interactive-background-quaternary: #d3dff0ff;--color--non-interactive-background-secondary: #e6f0f7ff;--color--non-interactive-background-tertiary: #dde8f3ff;--color--non-interactive-border-inverse-muted: #ff0066ff;--color--non-interactive-border-inverse-regular: #ff0066ff;--color--non-interactive-border-inverse-strong: #ff0066ff;--color--non-interactive-border-muted: #001a3f26;--color--non-interactive-border-regular: #001a3f59;--color--non-interactive-border-strong: #001a3f66;--color--text-brand-01: #001a3fff;--color--text-brand-02: #047a9cff;--color--text-brand-03: #80c6d8ff;--color--text-brand-04: #d3dff0ff;--color--text-inverse-brand-01: #ff0066ff;--color--text-inverse-brand-02: #ff0066ff;--color--text-inverse-brand-03: #ff0066ff;--color--text-inverse-brand-04: #ff0066ff;--color--text-inverse-primary: #e8e8e8ff;--color--text-inverse-secondary: #b9b9b9ff;--color--text-inverse-tertiary: #a2a2a2ff;--color--text-primary: #171717ff;--color--text-secondary: #464646ff;--color--text-tertiary: #5d5d5dff;--color--visualization-01-01: #e9fafdff;--color--visualization-01-02: #d0f0f7ff;--color--visualization-01-03: #a8dce8ff;--color--visualization-01-04: #80c6d8ff;--color--visualization-01-05: #3097b3ff;--color--visualization-01-06: #047a9cff;--color--visualization-01-07: #035c7cff;--color--visualization-01-08: #002f3bff;--color--visualization-02-01: #fceefbff;--color--visualization-02-02: #f9dcf6ff;--color--visualization-02-03: #f5c2f0ff;--color--visualization-02-04: #efa0e7ff;--color--visualization-02-05: #df41cfff;--color--visualization-02-06: #c421b5ff;--color--visualization-02-07: #991a8dff;--color--visualization-02-08: #6d1364ff;--color--visualization-02-09: #410b3cff;--color--visualization-03-01: #eefcfcff;--color--visualization-03-02: #dcf9f9ff;--color--visualization-03-03: #cbf6f5ff;--color--visualization-03-04: #b3f2f1ff;--color--visualization-03-05: #56e2e1ff;--color--visualization-03-06: #42bdbcff;--color--visualization-03-07: #339897ff;--color--visualization-03-08: #227777ff;--color--visualization-03-09: #0b4141ff;--color--visualization-04-01: #fffbebff;--color--visualization-04-02: #fff4c7ff;--color--visualization-04-03: #ffeda3ff;--color--visualization-04-04: #ffe67fff;--color--visualization-04-05: #ffce00ff;--color--visualization-04-06: #e6b900ff;--color--visualization-04-07: #b28f00ff;--color--visualization-04-08: #806700ff;--color--visualization-04-09: #4d3d00ff;--color--visualization-pattern-dark: #001a3f26;--color--visualization-pattern-light: #ffffff66;--effect--elevation-level-1-0: 0px 2px 1px -1px #0d004d26;--effect--elevation-level-1-1: 0px 1px 1px 0px #0d004d1a;--effect--elevation-level-1-2: 0px 1px 3px 0px #0d004d0d;--effect--elevation-level-2-0: 0px 3px 5px -1px #0d004d26;--effect--elevation-level-2-1: 0px 5px 8px 0px #0d004d1a;--effect--elevation-level-2-2: 0px 1px 14px 0px #0d004d0d;--effect--elevation-level-3-0: 0px 5px 6px -3px #0d004d26;--effect--elevation-level-3-1: 0px 9px 12px 1px #0d004d1a;--effect--elevation-level-3-2: 0px 3px 16px 2px #0d004d0d;--effect--elevation-level-4-0: 0px 7px 8px -4px #0d004d26;--effect--elevation-level-4-1: 0px 13px 19px 2px #0d004d1a;--effect--elevation-level-4-2: 0px 5px 24px 4px #0d004d0d;--effect--elevation-level-5-0: 0px 8px 11px -5px #0d004d26;--effect--elevation-level-5-1: 0px 17px 26px 2px #0d004d1a;--effect--elevation-level-5-2: 0px 6px 32px 5px #0d004d0d;--effect--elevation-level-6-0: 0px 10px 13px -6px #0d004d26;--effect--elevation-level-6-1: 0px 21px 33px 3px #0d004d1a;--effect--elevation-level-6-2: 0px 8px 40px 7px #0d004d0d;--effect--input-shadow-hover-error: 0px 0px 0px 4px #ffcfccff;--effect--input-shadow-hover-success: 0px 0px 0px 4px #c4eed2ff;--effect--input-shadow-hover: 0px 0px 0px 4px #512eab26;--border--radius-circular: 1000px;--border--radius-unit: 4px;--border--radius-x10: 40px;--border--radius-x11: 44px;--border--radius-x12: 48px;--border--radius-x1: 4px;--border--radius-x2: 8px;--border--radius-x3: 12px;--border--radius-x4: 16px;--border--radius-x5: 20px;--border--radius-x6: 24px;--border--radius-x7: 28px;--border--radius-x8: 32px;--border--radius-x9: 36px;--border--size-focus: 3px;--border--size-thick: 2px;--border--size-thin: 1px;--font--family-primary: "Plus Jakarta Sans", Helvetica, Verdana, sans-serif;--textstyle--body-bold: normal var(--font--weight-semibold) var(--font--size-base)/var(--font--line-height-base) var(--font--family-primary);--textstyle--body-extra-small-bold: normal var(--font--weight-semibold) var(--font--size-xs)/var(--font--line-height-xs) var(--font--family-primary);--textstyle--body-extra-small: normal var(--font--weight-regular) var(--font--size-xs)/var(--font--line-height-xs) var(--font--family-primary);--textstyle--body-large-bold: normal var(--font--weight-semibold) var(--font--size-lg)/var(--font--line-height-xl) var(--font--family-primary);--textstyle--body-large: normal var(--font--weight-regular) var(--font--size-lg)/var(--font--line-height-xl) var(--font--family-primary);--textstyle--body-regular: normal var(--font--weight-regular) var(--font--size-base)/var(--font--line-height-base) var(--font--family-primary);--textstyle--body-small-bold: normal var(--font--weight-semibold) var(--font--size-sm)/var(--font--line-height-sm) var(--font--family-primary);--textstyle--body-small: normal var(--font--weight-regular) var(--font--size-sm)/var(--font--line-height-sm) var(--font--family-primary);--textstyle--display-display-1: normal var(--font--weight-medium) var(--font--size-8xl)/var(--font--line-height-8xl) var(--font--family-primary);--textstyle--display-display-2: normal var(--font--weight-medium) var(--font--size-7xl)/var(--font--line-height-7xl) var(--font--family-primary);--textstyle--display-display-3: normal var(--font--weight-medium) var(--font--size-6xl)/var(--font--line-height-6xl) var(--font--family-primary);--textstyle--heading-h1: normal var(--font--weight-medium) var(--font--size-6xl)/var(--font--line-height-6xl) var(--font--family-primary);--textstyle--heading-h2: normal var(--font--weight-medium) var(--font--size-5xl)/var(--font--line-height-5xl) var(--font--family-primary);--textstyle--heading-h3: normal var(--font--weight-medium) var(--font--size-4xl)/var(--font--line-height-4xl) var(--font--family-primary);--textstyle--heading-h4: normal var(--font--weight-medium) var(--font--size-3xl)/var(--font--line-height-3xl) var(--font--family-primary);--textstyle--heading-h5: normal var(--font--weight-medium) var(--font--size-2xl)/var(--font--line-height-2xl) var(--font--family-primary);--textstyle--heading-h6: normal var(--font--weight-medium) var(--font--size-xl)/var(--font--line-height-xl) var(--font--family-primary);--textstyle--label-bold: normal var(--font--weight-semibold) var(--font--size-base)/var(--font--line-height-xs) var(--font--family-primary);--textstyle--label-extra-small-bold: normal var(--font--weight-semibold) var(--font--size-xs)/var(--font--line-height-3xs) var(--font--family-primary);--textstyle--label-extra-small: normal var(--font--weight-medium) var(--font--size-xs)/var(--font--line-height-3xs) var(--font--family-primary);--textstyle--label-large-bold: normal var(--font--weight-semibold) var(--font--size-lg)/var(--font--line-height-sm) var(--font--family-primary);--textstyle--label-large: normal var(--font--weight-medium) var(--font--size-lg)/var(--font--line-height-sm) var(--font--family-primary);--textstyle--label-regular: normal var(--font--weight-medium) var(--font--size-base)/var(--font--line-height-xs) var(--font--family-primary);--textstyle--label-small-bold: normal var(--font--weight-semibold) var(--font--size-sm)/var(--font--line-height-2xs) var(--font--family-primary);--textstyle--label-small: normal var(--font--weight-medium) var(--font--size-sm)/var(--font--line-height-2xs) var(--font--family-primary)}@media(max-width:1279px)and (min-width:768px){:root{--font--letter-spacing-negative-sm: -.4px;--font--line-height-2xl: 29px;--font--line-height-2xs: 16px;--font--line-height-3xl: 34px;--font--line-height-3xs: 14px;--font--line-height-4xl: 35px;--font--line-height-5xl: 41px;--font--line-height-6xl: 47px;--font--line-height-7xl: 55px;--font--line-height-8xl: 63px;--font--line-height-base: 24px;--font--line-height-lg: 26px;--font--line-height-sm: 22px;--font--line-height-xl: 28px;--font--line-height-xs: 20px;--font--size-2xl: 24px;--font--size-3xl: 26px;--font--size-4xl: 28px;--font--size-5xl: 34px;--font--size-6xl: 40px;--font--size-7xl: 48px;--font--size-8xl: 56px;--font--size-base: 16px;--font--size-lg: 18px;--font--size-sm: 14px;--font--size-xl: 20px;--font--size-xs: 12px;--font--weight-medium: 500;--font--weight-regular: 400;--font--weight-semibold: 600;--space--responsive-unit: 4px;--space--responsive-xr-half: 2px;--space--responsive-xr0: 0px;--space--responsive-xr1-half: 4px;--space--responsive-xr10: 36px;--space--responsive-xr11: 40px;--space--responsive-xr12: 44px;--space--responsive-xr13: 48px;--space--responsive-xr14: 52px;--space--responsive-xr15: 56px;--space--responsive-xr16: 60px;--space--responsive-xr17: 64px;--space--responsive-xr18: 68px;--space--responsive-xr19: 72px;--space--responsive-xr1: 2px;--space--responsive-xr20: 76px;--space--responsive-xr21: 80px;--space--responsive-xr22: 84px;--space--responsive-xr23: 88px;--space--responsive-xr24: 92px;--space--responsive-xr25: 96px;--space--responsive-xr26: 100px;--space--responsive-xr27: 104px;--space--responsive-xr28: 108px;--space--responsive-xr29: 112px;--space--responsive-xr2: 4px;--space--responsive-xr30: 116px;--space--responsive-xr31: 120px;--space--responsive-xr32: 124px;--space--responsive-xr33: 128px;--space--responsive-xr34: 132px;--space--responsive-xr35: 136px;--space--responsive-xr36: 140px;--space--responsive-xr37: 144px;--space--responsive-xr38: 148px;--space--responsive-xr39: 152px;--space--responsive-xr3: 8px;--space--responsive-xr40: 156px;--space--responsive-xr41: 160px;--space--responsive-xr42: 164px;--space--responsive-xr43: 168px;--space--responsive-xr44: 172px;--space--responsive-xr45: 176px;--space--responsive-xr46: 180px;--space--responsive-xr47: 184px;--space--responsive-xr48: 188px;--space--responsive-xr49: 192px;--space--responsive-xr4: 12px;--space--responsive-xr50: 196px;--space--responsive-xr5: 16px;--space--responsive-xr6: 20px;--space--responsive-xr7: 24px;--space--responsive-xr8: 28px;--space--responsive-xr9: 32px}}@media(max-width:767px){:root{--font--letter-spacing-negative-sm: -.4px;--font--line-height-2xl: 27px;--font--line-height-2xs: 16px;--font--line-height-3xl: 28px;--font--line-height-3xs: 14px;--font--line-height-4xl: 30px;--font--line-height-5xl: 34px;--font--line-height-6xl: 37px;--font--line-height-7xl: 41px;--font--line-height-8xl: 45px;--font--line-height-base: 24px;--font--line-height-lg: 26px;--font--line-height-sm: 22px;--font--line-height-xl: 25px;--font--line-height-xs: 20px;--font--size-2xl: 20px;--font--size-3xl: 22px;--font--size-4xl: 24px;--font--size-5xl: 28px;--font--size-6xl: 32px;--font--size-7xl: 36px;--font--size-8xl: 40px;--font--size-base: 16px;--font--size-lg: 18px;--font--size-sm: 14px;--font--size-xl: 18px;--font--size-xs: 12px;--font--weight-medium: 500;--font--weight-regular: 400;--font--weight-semibold: 600;--space--responsive-unit: 4px;--space--responsive-xr-half: 2px;--space--responsive-xr0: 0px;--space--responsive-xr1-half: 2px;--space--responsive-xr10: 32px;--space--responsive-xr11: 36px;--space--responsive-xr12: 40px;--space--responsive-xr13: 44px;--space--responsive-xr14: 48px;--space--responsive-xr15: 52px;--space--responsive-xr16: 56px;--space--responsive-xr17: 60px;--space--responsive-xr18: 64px;--space--responsive-xr19: 68px;--space--responsive-xr1: 2px;--space--responsive-xr20: 72px;--space--responsive-xr21: 76px;--space--responsive-xr22: 80px;--space--responsive-xr23: 84px;--space--responsive-xr24: 88px;--space--responsive-xr25: 92px;--space--responsive-xr26: 96px;--space--responsive-xr27: 100px;--space--responsive-xr28: 104px;--space--responsive-xr29: 108px;--space--responsive-xr2: 2px;--space--responsive-xr30: 112px;--space--responsive-xr31: 116px;--space--responsive-xr32: 120px;--space--responsive-xr33: 124px;--space--responsive-xr34: 128px;--space--responsive-xr35: 132px;--space--responsive-xr36: 136px;--space--responsive-xr37: 140px;--space--responsive-xr38: 144px;--space--responsive-xr39: 148px;--space--responsive-xr3: 4px;--space--responsive-xr40: 152px;--space--responsive-xr41: 156px;--space--responsive-xr42: 160px;--space--responsive-xr43: 164px;--space--responsive-xr44: 168px;--space--responsive-xr45: 172px;--space--responsive-xr46: 176px;--space--responsive-xr47: 180px;--space--responsive-xr48: 184px;--space--responsive-xr49: 188px;--space--responsive-xr4: 8px;--space--responsive-xr50: 192px;--space--responsive-xr5: 12px;--space--responsive-xr6: 16px;--space--responsive-xr7: 20px;--space--responsive-xr8: 24px;--space--responsive-xr9: 28px}}._appBar_1t8xb_1{height:auto;padding-bottom:10px}._toolbar_1t8xb_6{display:flex;justify-content:space-between;height:98px}._brandSec_1t8xb_12{display:flex;justify-content:left;align-items:center;gap:.25rem;max-width:100%}._logoSection_1t8xb_20{display:flex;align-items:center;gap:.25rem}._verticalDivider_1t8xb_26{height:1.5rem;border-left:var(--border--size-thin) solid #ccc;margin:0 .5rem;background:var(--color--non-interactive-background-primary)}._tabProfiles_1t8xb_33{--tab: 1;width:134px;height:48px}._tabProfiles_1t8xb_33 span{width:58px;height:16px}._tabDiet_1t8xb_44{--tab: 1;width:108px!important;height:48px}._tabActivity_1t8xb_50{--tab: 1;width:134px;height:48px}._tabReports_1t8xb_56{--tab: 1;width:138px!important;height:48px}._tabMyClass_1t8xb_62{--tab: 1;width:141px!important;height:48px}._title_1t8xb_68{font-weight:var(--font--weight-semibold)!important;font-size:var(--font--size-lg)!important;margin:0!important;background:linear-gradient(#fff);color:var(--color--interactive-tertiary-inverse-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}._title_1t8xb_68:focus-visible{outline:1px solid var(--color--interactive-tertiary-inverse-text);border-radius:4px}._userBox_1t8xb_86{display:flex;align-items:center;gap:8px}._userText_1t8xb_92{font-weight:500;color:var(--color--interactive-tertiary-inverse-text);cursor:default}._menuBox_1t8xb_98{display:flex;justify-content:center;flex-wrap:wrap;max-width:100%;width:100%;gap:40px}._menuButton_1t8xb_107{color:#252525;text-align:center;white-space:nowrap}._menuContainer_1t8xb_113{display:flex;justify-content:space-between;align-items:center;margin-top:-35px}._menuContainer_1t8xb_113:focus-visible{border:2px solid #1976d2!important;outline:none!important;border-radius:4px}._closeBtn_1t8xb_126{width:10px;height:10px;cursor:pointer;margin-right:17px}._closeButtonContainer_1t8xb_132{display:flex;justify-content:flex-end;align-items:center}._anchorStyle_1t8xb_138{text-decoration:none;font-size:14px;font-weight:var(--font--weight-regular);font-family:Open Sans,sans-serif;color:var(--color--link-default)!important;cursor:pointer}._anchorStyle_1t8xb_138:focus-visible{color:var(--color--link-default)!important;border:3px solid var(--color--interactive-border-focus);background-color:transparent!important;border-radius:4px;text-decoration:none}._signOutButton_1t8xb_155{border-radius:var(--border--radius-circular)!important;background-color:var(--color--interactive-primary-default)!important;color:var(--color--interactive-primary-text)!important}._menu_1t8xb_98{color:var(--color--interactive-tertiary-inverse-text)!important}._stack_1t8xb_165{align-items:center}._TabsContainer_1t8xb_169{display:flex;justify-content:center;width:100%;box-shadow:none!important;padding-top:var(--space--x4, 16px);padding-right:var(--space--x6, 24px);padding-bottom:var(--space--x4, 16px);padding-left:var(--space--x6, 24px)}._customTabs_1t8xb_181 .MuiTabs-flexContainer{padding-top:20px;height:66px}._tabButton_1t8xb_186{border-top-left-radius:10px!important;border-top-right-radius:10px!important;text-transform:none!important;color:var(--tab-text)!important;border-bottom:.1pt solid transparent!important;font-weight:500;display:flex;flex-direction:row;justify-content:center;gap:4px;min-height:60px;width:8.6875rem;padding:16px}._tabButton_1t8xb_186:hover{cursor:pointer;opacity:1!important}._tabContent_1t8xb_209{display:flex;align-items:center;justify-content:center;gap:.5rem;color:inherit}._tabContent_1t8xb_209 span{text-transform:capitalize;font-weight:700}._tabButton_1t8xb_186 svg{color:var(--tab-text)!important;opacity:1!important}._tabButton_1t8xb_186._Mui-selected_1t8xb_228{color:var(--tab-text)!important}._tabButton_1t8xb_186._Mui-selected_1t8xb_228 svg{color:var(--tab-text)!important}._menuTitle_1t8xb_236{padding:8px 16px;font-size:16px;font-weight:var(--font--weight-semibold)}._divider_1t8xb_242{border:none;border-top:1px solid #ccc;width:calc(100% - 30px);margin:8px auto!important}._menuItem_1t8xb_253{font-size:14px;color:#333;cursor:default!important;padding:8px 0 8px 16px}._menuItem_1t8xb_253:hover{background-color:transparent!important}._tabIcon_1t8xb_264{width:30%}._profilePill_1t8xb_268{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-left:0;padding-top:var(--space--x4, 16px);padding-right:var(--space--x6, 24px);padding-bottom:var(--space--x4, 16px);padding-left:var(--space--x6, 24px);border-radius:var(--border--radius-circular);text-decoration:none;font-size:1rem;font-weight:var(--font--weight-medium);height:48px;width:134px;cursor:pointer;background-color:transparent;border:1px solid transparent;color:var(--color--interactive-tertiary-inverse-text);text-align:center;opacity:1}._profilePill_1t8xb_268 img{width:16px;height:16px}._profilePill_1t8xb_268 span{display:inline-block;text-align:center}._profilePill_1t8xb_268:focus-visible{outline:1px solid var(--color--interactive-tertiary-inverse-text);border-radius:20px}._userMenuButton_1t8xb_307{display:flex;align-items:center;border:none;border-radius:1px;background-color:transparent;padding:0;margin:0;font:inherit;outline:none;text-transform:none}._userMenuButton_1t8xb_307:focus{outline:2px solid #1976d2;outline-offset:2px}._userMenuButton_1t8xb_307:hover{background-color:transparent}@media(max-width:350px){._logoImg_1t8xb_330{height:1.2rem}}@media(max-width:480px){._TabsContainer_1t8xb_169{overflow-x:auto;width:100%}._customTabs_1t8xb_181 .MuiTabs-flexContainer{flex-wrap:nowrap}._tabButton_1t8xb_186{min-width:60px!important;width:auto!important;padding:.25rem .5rem!important;gap:0!important}._tabIcon_1t8xb_264{display:block;width:24px!important}._tabContent_1t8xb_209 span{display:none}}@media(max-width:576px){._toolbar_1t8xb_6{flex-direction:column;justify-content:flex-start;align-items:stretch}}@media(max-width:768px){._tabButton_1t8xb_186{gap:1px;width:4rem;padding:.5rem}._tabContent_1t8xb_209{flex-direction:column;justify-content:baseline;align-items:center;padding:.5rem;gap:0px}}._pageWrapperContainer_38zn7_1{min-height:100vh;height:100vh;display:flex;flex-direction:column;overflow:hidden}._headerWrapper_38zn7_9{background-color:var(--color--non-interactive-background-brand-01);position:sticky;top:0;z-index:1100;flex-shrink:0;box-shadow:0 13px 19px 2px var(--color--elevation-alpha-08)}._scrollableContent_38zn7_18{flex:1;overflow-y:auto;position:relative;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:rgba(90,90,90,1) transparent}._scrollableContent_38zn7_18::-webkit-scrollbar{display:block;width:8px}._scrollableContent_38zn7_18::-webkit-scrollbar-track{background:transparent}._scrollableContent_38zn7_18::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px;border:2px solid transparent}._scrollableContent_38zn7_18::-webkit-scrollbar-thumb:hover{background-color:#00000080}._childWrapper_38zn7_49{padding:3rem;flex:1;width:100%;margin:0 auto;min-width:0;box-sizing:border-box}._footerWrapper_38zn7_58{background-color:transparent;flex-shrink:0}.panel-header{display:flex;justify-content:space-between;align-items:center;text-align:center;gap:1rem}.panel-grid{background-color:var(--color--non-interactive-background-primary);border-radius:.5rem;padding:1%}._loaderContainer_ix344_2{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;background-color:#f5f5f5;gap:16px}._loaderText_ix344_13{color:#666;font-size:1rem;margin-top:8px}._accessDeniedContainer_ix344_20{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;background-color:#f5f5f5;padding:24px;box-sizing:border-box}._accessDeniedCard_ix344_31{max-width:480px;width:100%;padding:40px 32px;text-align:center;border-radius:12px;background-color:#fff}._iconContainer_ix344_40{margin-bottom:24px}._errorIcon_ix344_44{font-size:64px!important;color:#d32f2f}._title_ix344_49{color:#333;font-weight:600!important;margin-bottom:16px!important}._message_ix344_55{color:#555;margin-bottom:12px!important;line-height:1.6!important}._subMessage_ix344_61{color:#888;margin-bottom:32px!important}._buttonContainer_ix344_66{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}._retryButton_ix344_73{min-width:140px}._closeButton_ix344_77{min-width:140px;background-color:#007bff!important}._closeButton_ix344_77:hover{background-color:#0056b3!important}
