@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);.szh-menu{background-color:#1c354c;border:1px solid #0000001a;box-sizing:border-box;color:#fff;list-style:none;margin:0;padding:0;width:-webkit-max-content;width:max-content;z-index:100}.szh-menu:focus{outline:none}.szh-menu__arrow{background-color:#1c354c;border-color:#0000001a #0000 #0000 #0000001a;border-style:solid;border-width:1px;box-sizing:border-box;height:.75rem;width:.75rem;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb4d}.szh-menu__item--focusable{background-color:inherit;cursor:default}.szh-menu__item--disabled{color:#aaa;cursor:default}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{list-style:none;margin:0;padding:0}.szh-menu__divider{background-color:#0000001f;height:1px;margin:.5rem 0}.szh-menu-button{box-sizing:border-box}.szh-menu{border:none;border-radius:10px;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px #0000001a;min-width:10rem;-webkit-user-select:none;user-select:none}.szh-menu__item{align-items:center;display:flex;font-size:16px;font-weight:500;padding:10px 16px;position:relative}.szh-menu-container--itemTransition .szh-menu__item{transition-duration:.15s;transition-property:background-color,color;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";font-size:.8rem;left:.8rem;position:absolute;top:.55rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{left:.8rem;position:absolute}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes --sm-animation-wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes --sm-animation-wave-reverse{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes --sm-animation-pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}:root{--sm-color-light-primary:204,204,204,1;--sm-color-light-secondary:227,227,227,1;--sm-color-light-animation-primary:color-mix(in srgb,#fff 15%,rgba(var(--sm-color-light-primary)) 85%);--sm-color-light-animation-secondary:color-mix(in srgb,#fff 15%,rgba(var(--sm-color-light-secondary)) 85%);--sm-color-dark-primary:37,37,37,1;--sm-color-dark-secondary:41,41,41,1;--sm-color-dark-animation-primary:color-mix(in srgb,#fff 2%,rgba(var(--sm-color-dark-primary)) 98%);--sm-color-dark-animation-secondary:color-mix(in srgb,#fff 2%,rgba(var(--sm-color-dark-secondary)) 98%);--sm-animation-duration:2s;--sm-animation-timing-function:linear;--sm-animation-delay:0.2s;--sm-animation-iteration-count:infinite;--sm-animation-none:none;--sm-animation-wave:--sm-animation-wave var(--sm-animation-duration) var(--sm-animation-timing-function) var(--sm-animation-delay) var(--sm-animation-iteration-count);--sm-animation-wave-reverse:--sm-animation-wave-reverse var(--sm-animation-duration) var(--sm-animation-timing-function) var(--sm-animation-delay) var(--sm-animation-iteration-count);--sm-animation-pulse:--sm-animation-pulse var(--sm-animation-duration) var(--sm-animation-timing-function) var(--sm-animation-delay) var(--sm-animation-iteration-count)}.sm-loading .sm-item-primary,.sm-loading .sm-item-secondary{border-color:#0000!important;color:#0000!important;contain:paint;cursor:wait;outline:none;position:relative;-webkit-user-select:none;user-select:none}.sm-loading .sm-item-primary:before,.sm-loading .sm-item-secondary:before{color:#0000;content:" ";height:100%;inset:0;position:absolute;width:100%}.sm-loading .sm-item-primary:empty:after,.sm-loading .sm-item-secondary:empty:after{content:" "}.sm-loading .sm-item-primary::placeholder,.sm-loading .sm-item-secondary::placeholder{color:#0000!important}.sm-loading .sm-item-primary *,.sm-loading .sm-item-secondary *{visibility:hidden}.sm-loading .sm-item-primary{background:#ccc;background:rgba(var(--sm-color-light-primary))}.sm-loading .sm-item-primary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#ccc 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-primary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading .sm-item-secondary{background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}.sm-loading .sm-item-secondary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#e3e3e3 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-secondary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}@media(prefers-color-scheme:dark){.sm-loading .sm-item-primary{background:#252525;background:rgba(var(--sm-color-dark-primary))}.sm-loading .sm-item-primary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#252525 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-primary) 50%,#0000 60%);transform:translateX(-100%)}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}@media(prefers-color-scheme:dark){.sm-loading .sm-item-secondary{background:#292929;background:rgba(var(--sm-color-dark-secondary))}.sm-loading .sm-item-secondary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#292929 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-secondary) 50%,#0000 60%);transform:translateX(-100%)}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}@media(prefers-reduced-motion){.sm-loading .sm-item-primary:before,.sm-loading .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none)}.sm-loading .sm-item-primary:before{background:#ccc;background:rgba(var(--sm-color-light-primary))}.sm-loading .sm-item-secondary:before{background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}@media(prefers-reduced-motion)and (prefers-color-scheme:dark){.sm-loading .sm-item-primary:before{background:#252525;background:rgba(var(--sm-color-dark-primary))}.sm-loading .sm-item-secondary:before{background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-primary{background:#ccc;background:rgba(var(--sm-color-light-primary))}.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-primary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#ccc 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-primary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-secondary{background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-secondary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#e3e3e3 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-secondary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}@media(prefers-color-scheme:dark){.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-primary{background:#252525;background:rgba(var(--sm-color-dark-primary))}.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-primary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#252525 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-primary) 50%,#0000 60%);transform:translateX(-100%)}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}@media(prefers-color-scheme:dark){.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-secondary{background:#292929;background:rgba(var(--sm-color-dark-secondary))}.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-secondary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#292929 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-secondary) 50%,#0000 60%);transform:translateX(-100%)}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-primary{background:#ccc;background:rgba(var(--sm-color-light-primary))}.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-primary:before{animation:--sm-animation-wave-reverse 2s linear .2s infinite;animation:var(--sm-animation-wave-reverse);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#ccc 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-primary) 50%,#0000 60%);transform:translateX(100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-secondary{background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-secondary:before{animation:--sm-animation-wave-reverse 2s linear .2s infinite;animation:var(--sm-animation-wave-reverse);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#e3e3e3 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-secondary) 50%,#0000 60%);transform:translateX(100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}@media(prefers-color-scheme:dark){.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-primary{background:#252525;background:rgba(var(--sm-color-dark-primary))}.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-primary:before{animation:--sm-animation-wave-reverse 2s linear .2s infinite;animation:var(--sm-animation-wave-reverse);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#252525 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-primary) 50%,#0000 60%);transform:translateX(100%)}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}@media(prefers-color-scheme:dark){.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-secondary{background:#292929;background:rgba(var(--sm-color-dark-secondary))}.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-secondary:before{animation:--sm-animation-wave-reverse 2s linear .2s infinite;animation:var(--sm-animation-wave-reverse);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#292929 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-secondary) 50%,#0000 60%);transform:translateX(100%)}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave-reverse"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-primary{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-primary:before{animation:--sm-animation-pulse 2s linear .2s infinite;animation:var(--sm-animation-pulse);background:#ccc;background:rgba(var(--sm-color-light-primary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-secondary{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-secondary:before{animation:--sm-animation-pulse 2s linear .2s infinite;animation:var(--sm-animation-pulse);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}@media(prefers-color-scheme:dark){.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-primary{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-primary:before{animation:--sm-animation-pulse 2s linear .2s infinite;animation:var(--sm-animation-pulse);background:#252525;background:rgba(var(--sm-color-dark-primary));transform:none}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}@media(prefers-color-scheme:dark){.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-secondary{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-secondary:before{animation:--sm-animation-pulse 2s linear .2s infinite;animation:var(--sm-animation-pulse);background:#292929;background:rgba(var(--sm-color-dark-secondary));transform:none}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"pulse"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"light"'] .sm-item-primary{background:#ccc;background:rgba(var(--sm-color-light-primary))}.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#ccc 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-primary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"light"'] .sm-item-secondary{background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#e3e3e3 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-secondary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"light"'] .sm-item-primary{background:#ccc;background:rgba(var(--sm-color-light-primary))}.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:--sm-animation-wave-reverse 2s linear .2s infinite;animation:var(--sm-animation-wave-reverse);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#ccc 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-primary) 50%,#0000 60%);transform:translateX(100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"light"'] .sm-item-secondary{background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:--sm-animation-wave-reverse 2s linear .2s infinite;animation:var(--sm-animation-wave-reverse);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#e3e3e3 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-secondary) 50%,#0000 60%);transform:translateX(100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"light"'] .sm-item-primary{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:--sm-animation-pulse 2s linear .2s infinite;animation:var(--sm-animation-pulse);background:#ccc;background:rgba(var(--sm-color-light-primary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"light"'] .sm-item-secondary{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:--sm-animation-pulse 2s linear .2s infinite;animation:var(--sm-animation-pulse);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"dark"'] .sm-item-primary{background:#252525;background:rgba(var(--sm-color-dark-primary))}.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#252525 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-primary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary{background:#292929;background:rgba(var(--sm-color-dark-secondary))}.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#292929 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-secondary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"dark"'] .sm-item-primary{background:#252525;background:rgba(var(--sm-color-dark-primary))}.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:--sm-animation-wave-reverse 2s linear .2s infinite;animation:var(--sm-animation-wave-reverse);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#252525 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-primary) 50%,#0000 60%);transform:translateX(100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary{background:#292929;background:rgba(var(--sm-color-dark-secondary))}.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:--sm-animation-wave-reverse 2s linear .2s infinite;animation:var(--sm-animation-wave-reverse);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#292929 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-secondary) 50%,#0000 60%);transform:translateX(100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"wave-reverse"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"dark"'] .sm-item-primary{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:--sm-animation-pulse 2s linear .2s infinite;animation:var(--sm-animation-pulse);background:#252525;background:rgba(var(--sm-color-dark-primary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:--sm-animation-pulse 2s linear .2s infinite;animation:var(--sm-animation-pulse);background:#292929;background:rgba(var(--sm-color-dark-secondary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"pulse"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-primary{background:#ccc;background:rgba(var(--sm-color-light-primary))}.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-secondary{background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}@media(prefers-color-scheme:dark){.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-primary{background:#252525;background:rgba(var(--sm-color-dark-primary))}.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary));transform:none}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}@media(prefers-color-scheme:dark){.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-secondary{background:#292929;background:rgba(var(--sm-color-dark-secondary))}.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary));transform:none}}@media(prefers-color-scheme:dark)and (prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"none"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"light"'] .sm-item-primary{background:#ccc;background:rgba(var(--sm-color-light-primary))}.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"light"'] .sm-item-secondary{background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"dark"'] .sm-item-primary{background:#252525;background:rgba(var(--sm-color-dark-primary))}.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary{background:#292929;background:rgba(var(--sm-color-dark-secondary))}.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary));transform:none}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"animation":"none"'][data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"theme":"light"'] .sm-item-primary{background:#ccc;background:rgba(var(--sm-color-light-primary))}.sm-loading[data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#ccc 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-primary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"theme":"light"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#ccc;background:rgba(var(--sm-color-light-primary))}}.sm-loading[data-sm-config*='"theme":"light"'] .sm-item-secondary{background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}.sm-loading[data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 15%,#e3e3e3 85%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-light-animation-secondary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"theme":"light"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#e3e3e3;background:rgba(var(--sm-color-light-secondary))}}.sm-loading[data-sm-config*='"theme":"dark"'] .sm-item-primary{background:#252525;background:rgba(var(--sm-color-dark-primary))}.sm-loading[data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#252525 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-primary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"theme":"dark"'] .sm-item-primary:before{animation:none;animation:var(--sm-animation-none);background:#252525;background:rgba(var(--sm-color-dark-primary))}}.sm-loading[data-sm-config*='"theme":"dark"'] .sm-item-secondary{background:#292929;background:rgba(var(--sm-color-dark-secondary))}.sm-loading[data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:--sm-animation-wave 2s linear .2s infinite;animation:var(--sm-animation-wave);background:linear-gradient(90deg,#0000 40%,color-mix(in srgb,#fff 2%,#292929 98%) 50%,#0000 60%);background:linear-gradient(90deg,#0000 40%,var(--sm-color-dark-animation-secondary) 50%,#0000 60%);transform:translateX(-100%)}@media(prefers-reduced-motion){.sm-loading[data-sm-config*='"theme":"dark"'] .sm-item-secondary:before{animation:none;animation:var(--sm-animation-none);background:#292929;background:rgba(var(--sm-color-dark-secondary))}}.sm-loading[data-sm-config*='"opacity":"0"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0"'] .sm-item-secondary{opacity:0}.sm-loading[data-sm-config*='"opacity":"0.1"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0.1"'] .sm-item-secondary{opacity:.1}.sm-loading[data-sm-config*='"opacity":"0.2"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0.2"'] .sm-item-secondary{opacity:.2}.sm-loading[data-sm-config*='"opacity":"0.3"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0.3"'] .sm-item-secondary{opacity:.3}.sm-loading[data-sm-config*='"opacity":"0.4"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0.4"'] .sm-item-secondary{opacity:.4}.sm-loading[data-sm-config*='"opacity":"0.5"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0.5"'] .sm-item-secondary{opacity:.5}.sm-loading[data-sm-config*='"opacity":"0.6"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0.6"'] .sm-item-secondary{opacity:.6}.sm-loading[data-sm-config*='"opacity":"0.7"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0.7"'] .sm-item-secondary{opacity:.7}.sm-loading[data-sm-config*='"opacity":"0.8"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0.8"'] .sm-item-secondary{opacity:.8}.sm-loading[data-sm-config*='"opacity":"0.9"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"0.9"'] .sm-item-secondary{opacity:.9}.sm-loading[data-sm-config*='"opacity":"1"'] .sm-item-primary,.sm-loading[data-sm-config*='"opacity":"1"'] .sm-item-secondary{opacity:1}.sm-loading[data-sm-config*='"borderRadius":"0"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"0"'] .sm-item-secondary{border-radius:0}.sm-loading[data-sm-config*='"borderRadius":"1"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"1"'] .sm-item-secondary{border-radius:1px}.sm-loading[data-sm-config*='"borderRadius":"2"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"2"'] .sm-item-secondary{border-radius:2px}.sm-loading[data-sm-config*='"borderRadius":"3"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"3"'] .sm-item-secondary{border-radius:3px}.sm-loading[data-sm-config*='"borderRadius":"4"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"4"'] .sm-item-secondary{border-radius:4px}.sm-loading[data-sm-config*='"borderRadius":"5"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"5"'] .sm-item-secondary{border-radius:5px}.sm-loading[data-sm-config*='"borderRadius":"6"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"6"'] .sm-item-secondary{border-radius:6px}.sm-loading[data-sm-config*='"borderRadius":"7"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"7"'] .sm-item-secondary{border-radius:7px}.sm-loading[data-sm-config*='"borderRadius":"8"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"8"'] .sm-item-secondary{border-radius:8px}.sm-loading[data-sm-config*='"borderRadius":"9"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"9"'] .sm-item-secondary{border-radius:9px}.sm-loading[data-sm-config*='"borderRadius":"10"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"10"'] .sm-item-secondary{border-radius:10px}.sm-loading[data-sm-config*='"borderRadius":"11"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"11"'] .sm-item-secondary{border-radius:11px}.sm-loading[data-sm-config*='"borderRadius":"12"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"12"'] .sm-item-secondary{border-radius:12px}.sm-loading[data-sm-config*='"borderRadius":"13"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"13"'] .sm-item-secondary{border-radius:13px}.sm-loading[data-sm-config*='"borderRadius":"14"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"14"'] .sm-item-secondary{border-radius:14px}.sm-loading[data-sm-config*='"borderRadius":"15"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"15"'] .sm-item-secondary{border-radius:15px}.sm-loading[data-sm-config*='"borderRadius":"16"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"16"'] .sm-item-secondary{border-radius:16px}.sm-loading[data-sm-config*='"borderRadius":"17"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"17"'] .sm-item-secondary{border-radius:17px}.sm-loading[data-sm-config*='"borderRadius":"18"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"18"'] .sm-item-secondary{border-radius:18px}.sm-loading[data-sm-config*='"borderRadius":"19"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"19"'] .sm-item-secondary{border-radius:19px}.sm-loading[data-sm-config*='"borderRadius":"20"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"20"'] .sm-item-secondary{border-radius:20px}.sm-loading[data-sm-config*='"borderRadius":"21"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"21"'] .sm-item-secondary{border-radius:21px}.sm-loading[data-sm-config*='"borderRadius":"22"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"22"'] .sm-item-secondary{border-radius:22px}.sm-loading[data-sm-config*='"borderRadius":"23"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"23"'] .sm-item-secondary{border-radius:23px}.sm-loading[data-sm-config*='"borderRadius":"24"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"24"'] .sm-item-secondary{border-radius:24px}.sm-loading[data-sm-config*='"borderRadius":"25"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"25"'] .sm-item-secondary{border-radius:25px}.sm-loading[data-sm-config*='"borderRadius":"26"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"26"'] .sm-item-secondary{border-radius:26px}.sm-loading[data-sm-config*='"borderRadius":"27"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"27"'] .sm-item-secondary{border-radius:27px}.sm-loading[data-sm-config*='"borderRadius":"28"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"28"'] .sm-item-secondary{border-radius:28px}.sm-loading[data-sm-config*='"borderRadius":"29"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"29"'] .sm-item-secondary{border-radius:29px}.sm-loading[data-sm-config*='"borderRadius":"30"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"30"'] .sm-item-secondary{border-radius:30px}.sm-loading[data-sm-config*='"borderRadius":"31"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"31"'] .sm-item-secondary{border-radius:31px}.sm-loading[data-sm-config*='"borderRadius":"32"'] .sm-item-primary,.sm-loading[data-sm-config*='"borderRadius":"32"'] .sm-item-secondary{border-radius:32px}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-\[-15px\]{bottom:-15px}.left-0{left:0}.right-0{right:0}.right-1{right:.25rem}.right-3{right:.75rem}.top-0{top:0}.top-5{top:1.25rem}.z-0{z-index:0}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.m-7{margin:1.75rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-bottom:1rem;margin-top:1rem}.my-5{margin-top:1.25rem}.mb-5,.my-5{margin-bottom:1.25rem}.mb-\[60px\]{margin-bottom:60px}.me-auto{-webkit-margin-end:auto;margin-inline-end:auto}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-3{margin-right:.75rem}.mr-6{margin-right:1.5rem}.ms-auto{-webkit-margin-start:auto;margin-inline-start:auto}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-\[40px\]{margin-top:40px}.line-clamp-1{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.\!size-10{height:2.5rem!important;width:2.5rem!important}.\!size-5{height:1.25rem!important;width:1.25rem!important}.size-20{height:5rem;width:5rem}.size-4{height:1rem;width:1rem}.size-5{height:1.25rem;width:1.25rem}.size-6{height:1.5rem;width:1.5rem}.size-7{height:1.75rem;width:1.75rem}.size-8{height:2rem;width:2rem}.size-\[16px\]{height:16px;width:16px}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-44{height:11rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[26px\]{height:26px}.h-\[350px\]{height:350px}.h-\[50px\]{height:50px}.h-\[52px\]{height:52px}.h-full{height:100%}.h-px{height:1px}.w-11{width:2.75rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-4\/5{width:80%}.w-40{width:10rem}.w-6{width:1.5rem}.w-8\/12{width:66.666667%}.w-9{width:2.25rem}.w-\[2px\]{width:2px}.w-\[350px\]{width:350px}.w-\[420px\]{width:420px}.w-\[50px\]{width:50px}.w-\[65\%\]{width:65%}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-webkit-max-content;width:max-content}.max-w-\[436px\]{max-width:436px}.flex-1{flex:1 1}.flex-\[0_0_24px\]{flex:0 0 24px}.flex-none{flex:none}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-rotate-90{--tw-rotate:-90deg}.-rotate-90,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-help{cursor:help}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[30px_auto\]{grid-template-columns:30px auto}.grid-cols-\[56px_auto_56px\]{grid-template-columns:56px auto 56px}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-\[10px\]{gap:10px}.gap-\[6px\]{gap:6px}.gap-x-5{column-gap:1.25rem}.gap-x-\[10px\]{column-gap:10px}.gap-x-\[6\.75px\]{column-gap:6.75px}.gap-y-1{row-gap:.25rem}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-ellipsis{text-overflow:ellipsis}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.border{border-width:1px}.border-2,.border-\[2px\]{border-width:2px}.border-solid{border-style:solid}.border-none{border-style:none}.\!border-\[\#6587A6\]{--tw-border-opacity:1!important;border-color:#6587a6!important;border-color:rgb(101 135 166/var(--tw-border-opacity,1))!important}.\!border-blue-700{--tw-border-opacity:1!important;border-color:#1d4ed8!important;border-color:rgb(29 78 216/var(--tw-border-opacity,1))!important}.border-\[\#2C4E6D\]{--tw-border-opacity:1;border-color:#2c4e6d;border-color:rgb(44 78 109/var(--tw-border-opacity,1))}.border-\[\#56B02D\]{--tw-border-opacity:1;border-color:#56b02d;border-color:rgb(86 176 45/var(--tw-border-opacity,1))}.border-\[\#FA2F5E\]{--tw-border-opacity:1;border-color:#fa2f5e;border-color:rgb(250 47 94/var(--tw-border-opacity,1))}.\!bg-\[\#FA2F5E\]{--tw-bg-opacity:1!important;background-color:#fa2f5e!important;background-color:rgb(250 47 94/var(--tw-bg-opacity,1))!important}.\!bg-slate-700{--tw-bg-opacity:1!important;background-color:#334155!important;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))!important}.\!bg-transparent{background-color:initial!important}.bg-\[\#061F36\]{--tw-bg-opacity:1;background-color:#061f36;background-color:rgb(6 31 54/var(--tw-bg-opacity,1))}.bg-\[\#0C2137\]{--tw-bg-opacity:1;background-color:#0c2137;background-color:rgb(12 33 55/var(--tw-bg-opacity,1))}.bg-\[\#102940\]{--tw-bg-opacity:1;background-color:#102940;background-color:rgb(16 41 64/var(--tw-bg-opacity,1))}.bg-\[\#1C354C\]{--tw-bg-opacity:1;background-color:#1c354c;background-color:rgb(28 53 76/var(--tw-bg-opacity,1))}.bg-\[\#1C354C\]\/\[\.56\]{background-color:#1c354c8f}.bg-\[\#24FFFF\]\/\[\.14\]{background-color:#24ffff24}.bg-\[\#274057\]{--tw-bg-opacity:1;background-color:#274057;background-color:rgb(39 64 87/var(--tw-bg-opacity,1))}.bg-\[\#2C4E6D\]{--tw-bg-opacity:1;background-color:#2c4e6d;background-color:rgb(44 78 109/var(--tw-bg-opacity,1))}.bg-\[\#556E85\]{--tw-bg-opacity:1;background-color:#556e85;background-color:rgb(85 110 133/var(--tw-bg-opacity,1))}.bg-\[\#56B02D\]{--tw-bg-opacity:1;background-color:#56b02d;background-color:rgb(86 176 45/var(--tw-bg-opacity,1))}.bg-\[\#56B02D\]\/\[\.14\]{background-color:#56b02d24}.bg-\[\#E10034\]{--tw-bg-opacity:1;background-color:#e10034;background-color:rgb(225 0 52/var(--tw-bg-opacity,1))}.bg-\[\#E71C4B\]{--tw-bg-opacity:1;background-color:#e71c4b;background-color:rgb(231 28 75/var(--tw-bg-opacity,1))}.bg-\[\#FA2F5E\]{--tw-bg-opacity:1;background-color:#fa2f5e;background-color:rgb(250 47 94/var(--tw-bg-opacity,1))}.bg-\[\#FA2F5E\]\/\[\.14\]{background-color:#fa2f5e24}.bg-\[\#FA842F\]\/\[\.14\]{background-color:#fa842f24}.bg-gray-200{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-slate-500{--tw-bg-opacity:1;background-color:#64748b;background-color:rgb(100 116 139/var(--tw-bg-opacity,1))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-opacity-15{--tw-bg-opacity:0.15}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-35{--tw-bg-opacity:0.35}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#F92E5D\]{--tw-gradient-from:#f92e5d var(--tw-gradient-from-position);--tw-gradient-to:#f92e5d00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#D52561\]{--tw-gradient-to:#d52561 var(--tw-gradient-to-position)}.bg-no-repeat{background-repeat:no-repeat}.fill-slate-800{fill:#1e293b}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-none{object-fit:none}.\!p-0{padding:0!important}.\!p-4{padding:1rem!important}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[10px\]{padding:10px}.px-0{padding-left:0;padding-right:0}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[11px\]{padding-left:11px;padding-right:11px}.px-\[14px\]{padding-left:14px;padding-right:14px}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-\[18px\]{padding-bottom:18px;padding-top:18px}.py-\[2px\]{padding-bottom:2px;padding-top:2px}.py-\[4\.75px\]{padding-bottom:4.75px;padding-top:4.75px}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pl-4{padding-left:1rem}.pl-\[9px\]{padding-left:9px}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-\[6\.75px\]{padding-right:6.75px}.pt-3{padding-top:.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[32px\]{font-size:32px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.\!text-\[\#4C92D2\]{--tw-text-opacity:1!important;color:#4c92d2!important;color:rgb(76 146 210/var(--tw-text-opacity,1))!important}.\!text-\[\#56B02D\]{--tw-text-opacity:1!important;color:#56b02d!important;color:rgb(86 176 45/var(--tw-text-opacity,1))!important}.\!text-\[\#FA2F5E\]{--tw-text-opacity:1!important;color:#fa2f5e!important;color:rgb(250 47 94/var(--tw-text-opacity,1))!important}.\!text-\[\#FA842F\]{--tw-text-opacity:1!important;color:#fa842f!important;color:rgb(250 132 47/var(--tw-text-opacity,1))!important}.text-\[\#24FFFF\]{--tw-text-opacity:1;color:#24ffff;color:rgb(36 255 255/var(--tw-text-opacity,1))}.text-\[\#2A56D9\]{--tw-text-opacity:1;color:#2a56d9;color:rgb(42 86 217/var(--tw-text-opacity,1))}.text-\[\#4C92D2\]{--tw-text-opacity:1;color:#4c92d2;color:rgb(76 146 210/var(--tw-text-opacity,1))}.text-\[\#53687E\]{--tw-text-opacity:1;color:#53687e;color:rgb(83 104 126/var(--tw-text-opacity,1))}.text-\[\#556E85\]{--tw-text-opacity:1;color:#556e85;color:rgb(85 110 133/var(--tw-text-opacity,1))}.text-\[\#56B02D\]{--tw-text-opacity:1;color:#56b02d;color:rgb(86 176 45/var(--tw-text-opacity,1))}.text-\[\#748493\]{--tw-text-opacity:1;color:#748493;color:rgb(116 132 147/var(--tw-text-opacity,1))}.text-\[\#90A9C0\]{--tw-text-opacity:1;color:#90a9c0;color:rgb(144 169 192/var(--tw-text-opacity,1))}.text-\[\#A2BBD2\]{--tw-text-opacity:1;color:#a2bbd2;color:rgb(162 187 210/var(--tw-text-opacity,1))}.text-\[\#FA2F5E\]{--tw-text-opacity:1;color:#fa2f5e;color:rgb(250 47 94/var(--tw-text-opacity,1))}.text-\[\#FA842F\]{--tw-text-opacity:1;color:#fa842f;color:rgb(250 132 47/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\!text-opacity-45{--tw-text-opacity:0.45!important}.text-opacity-45{--tw-text-opacity:0.45}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-65{opacity:.65}.opacity-75{opacity:.75}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[1\.2px\]{--tw-backdrop-blur:blur(1.2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.placeholder\:font-medium::placeholder{font-weight:500}.placeholder\:opacity-65::placeholder{opacity:.65}.hover\:bg-slate-800:hover{--tw-bg-opacity:1;background-color:#1e293b;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}@media (min-width:768px){.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:url(/static/media/cover.1033a3ebe42c3fe3d57f.png);background-color:#061f36;font-family:Montserrat,sans-serif;font-optical-sizing:auto;margin:0;padding:0}.ReactModal__Body--open{overflow:hidden}*{margin:0;padding:0}.App-header__button{background-color:#2c4e6d;border:none;border-radius:10px;color:#fff;padding:14px 32px}.inset-shadow{box-shadow:inset 0 -3px 0 #0003}.modern-shadow{box-shadow:0 3px 4px #021b32}.no-scrollbar{&::-webkit-scrollbar{display:none}}.invite-background-texture{background-image:url(/static/media/bg.6559645f5564616263dc.png)}:focus-visible{outline:none}a{text-decoration:none}.loader{animation:loaderAnimation 1s linear infinite;border:3px solid;border-color:#fff #fff #0000;border-radius:50%;box-sizing:border-box;display:inline-block;height:24px;width:24px}@keyframes loaderAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.p-dropdown-label.p-placeholder{opacity:.65}