:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/83651bee47cf14da-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6fed4e5749a3ea15-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/062522b8b7c3ad6a-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e6f5886ae1242622-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/19e37deead9b3ec2-s.woff2) format("woff2");unicode-range:U+0307-0308,U+0590-05ff,U+200c-2010,U+20aa,U+25cc,U+fb1d-fb4f}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/46392699924ae7e5-s.woff2) format("woff2");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031a,U+0326-0327,U+032c,U+032f-0330,U+0332-0333,U+0338,U+033a,U+0346,U+034d,U+0391-03a1,U+03a3-03a9,U+03b1-03c9,U+03d1,U+03d5-03d6,U+03f0-03f1,U+03f4-03f5,U+2016-2017,U+2034-2038,U+203c,U+2040,U+2043,U+2047,U+2050,U+2057,U+205f,U+2070-2071,U+2074-208e,U+2090-209c,U+20d0-20dc,U+20e1,U+20e5-20ef,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214f,U+2190,U+2192,U+2194-21ae,U+21b0-21e5,U+21f1-21f2,U+21f4-2211,U+2213-2214,U+2216-22ff,U+2308-230b,U+2310,U+2319,U+231c-2321,U+2336-237a,U+237c,U+2395,U+239b-23b7,U+23d0,U+23dc-23e1,U+2474-2475,U+25af,U+25b3,U+25b7,U+25bd,U+25c1,U+25ca,U+25cc,U+25fb,U+266d-266f,U+27c0-27ff,U+2900-2aff,U+2b0e-2b11,U+2b30-2b4c,U+2bfe,U+3030,U+ff5b,U+ff5d,U+1d400-1d7ff,U+1ee??}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/dd4ab5b525bd804a-s.woff2) format("woff2");unicode-range:U+0001-000c,U+000e-001f,U+007f-009f,U+20dd-20e0,U+20e2-20e4,U+2150-218f,U+2190,U+2192,U+2194-2199,U+21af,U+21e6-21f0,U+21f3,U+2218-2219,U+2299,U+22c4-22c6,U+2300-243f,U+2440-244a,U+2460-24ff,U+25a0-27bf,U+28??,U+2921-2922,U+2981,U+29bf,U+29eb,U+2b??,U+4dc0-4dff,U+fff9-fffb,U+10140-1018e,U+10190-1019c,U+101a0,U+101d0-101fd,U+102e0-102fb,U+10e60-10e7e,U+1d2c0-1d2d3,U+1d2e0-1d37f,U+1f0??,U+1f100-1f1ad,U+1f1e6-1f1ff,U+1f30d-1f30f,U+1f315,U+1f31c,U+1f31e,U+1f320-1f32c,U+1f336,U+1f378,U+1f37d,U+1f382,U+1f393-1f39f,U+1f3a7-1f3a8,U+1f3ac-1f3af,U+1f3c2,U+1f3c4-1f3c6,U+1f3ca-1f3ce,U+1f3d4-1f3e0,U+1f3ed,U+1f3f1-1f3f3,U+1f3f5-1f3f7,U+1f408,U+1f415,U+1f41f,U+1f426,U+1f43f,U+1f441-1f442,U+1f444,U+1f446-1f449,U+1f44c-1f44e,U+1f453,U+1f46a,U+1f47d,U+1f4a3,U+1f4b0,U+1f4b3,U+1f4b9,U+1f4bb,U+1f4bf,U+1f4c8-1f4cb,U+1f4d6,U+1f4da,U+1f4df,U+1f4e3-1f4e6,U+1f4ea-1f4ed,U+1f4f7,U+1f4f9-1f4fb,U+1f4fd-1f4fe,U+1f503,U+1f507-1f50b,U+1f50d,U+1f512-1f513,U+1f53e-1f54a,U+1f54f-1f5fa,U+1f610,U+1f650-1f67f,U+1f687,U+1f68d,U+1f691,U+1f694,U+1f698,U+1f6ad,U+1f6b2,U+1f6b9-1f6ba,U+1f6bc,U+1f6c6-1f6cf,U+1f6d3-1f6d7,U+1f6e0-1f6ea,U+1f6f0-1f6f3,U+1f6f7-1f6fc,U+1f7??,U+1f800-1f80b,U+1f810-1f847,U+1f850-1f859,U+1f860-1f887,U+1f890-1f8ad,U+1f8b0-1f8bb,U+1f8c0-1f8c1,U+1f900-1f90b,U+1f93b,U+1f946,U+1f984,U+1f996,U+1f9e9,U+1fa00-1fa6f,U+1fa70-1fa7c,U+1fa80-1fa89,U+1fa8f-1fac6,U+1face-1fadc,U+1fadf-1fae9,U+1faf0-1faf8,U+1fb??}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9beef36ab83de3f0-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/faac4ac11aa3d97b-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Open_Sans_9c011f;font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3d9ea938b6afa941-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Open_Sans_Fallback_9c011f;src:local("Arial");ascent-override:101.18%;descent-override:27.73%;line-gap-override:0.00%;size-adjust:105.64%}.__className_9c011f{font-family:__Open_Sans_9c011f,__Open_Sans_Fallback_9c011f;font-style:normal}.__variable_9c011f{--font-open-sans:"__Open_Sans_9c011f","__Open_Sans_Fallback_9c011f"}

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color: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:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-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::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--sidebar-background:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:220 13% 91%;--sidebar-ring:217.2 91.2% 59.8%}.dark{--sidebar-background:240 5.9% 10%;--sidebar-foreground:240 4.8% 95.9%;--sidebar-primary:224.3 76.3% 48%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 3.7% 15.9%;--sidebar-accent-foreground:240 4.8% 95.9%;--sidebar-border:240 3.7% 15.9%;--sidebar-ring:217.2 91.2% 59.8%}:root{--color-primary-light:#f1f1fe;--color-primary-light-hover:#eaebfd;--color-primary-light-active:#d5d5fc;--color-primary:#7677f4;--color-primary-hover:#6a6bdc;--color-primary-active:#5e5fc3;--color-primary-dark:#5959b7;--color-primary-dark-hover:#474792;--color-primary-dark-active:#35366e;--color-primary-darker:#292a55;--color-grey-light:#ebebeb;--color-grey-light-hover:#e0e0e0;--color-grey-light-active:silver;--color-grey:#333;--color-grey-hover:#2e2e2e;--color-grey-active:#292929;--color-grey-dark:#262626;--color-grey-dark-hover:#1f1f1f;--color-grey-dark-active:#171717;--color-grey-darker:#121212;--color-grey1-light:#f0f0f0;--color-grey1-light-hover:#e8e8e8;--color-grey1-light-active:#d0d0d0;--color-grey1:#666;--color-grey1-hover:#5c5c5c;--color-grey1-active:#525252;--color-grey1-dark:#4d4d4d;--color-grey1-dark-hover:#3d3d3d;--color-grey1-dark-active:#2e2e2e;--color-grey1-darker:#242424;--color-grey2-light:#f5f5f5;--color-grey2-light-hover:#f0f0f0;--color-grey2-light-active:#dfdfdf;--color-grey2:#999;--color-grey2-hover:#8a8a8a;--color-grey2-active:#7a7a7a;--color-grey2-dark:#737373;--color-grey2-dark-hover:#5c5c5c;--color-grey2-dark-active:#454545;--color-grey2-darker:#363636;--color-green-light:#e8f7ee;--color-green-light-hover:#dcf3e5;--color-green-light-active:#b6e6ca;--color-green:#15af53;--color-green-hover:#139e4b;--color-green-active:#118c42;--color-green-dark:#10833e;--color-green-dark-hover:#0d6932;--color-green-dark-active:#094f25;--color-green-darker:#073d1d;--color-yellow-light:#fff9e6;--color-yellow-light-hover:#fff6da;--color-yellow-light-active:#ffecb2;--color-yellow:#ffc107;--color-yellow-hover:#e6ae06;--color-yellow-active:#cc9a06;--color-yellow-dark:#bf9105;--color-yellow-dark-hover:#997404;--color-yellow-dark-active:#735703;--color-yellow-darker:#594402;--color-orange-light:#fff2e8;--color-orange-light-hover:#ffecdc;--color-orange-light-active:#fed7b6;--color-orange:#fd7e14;--color-orange-hover:#e47112;--color-orange-active:#ca6510;--color-orange-dark:#be5f0f;--color-orange-dark-hover:#984c0c;--color-orange-dark-active:#723909;--color-orange-darker:#592c07;--color-red-light:#fcebec;--color-red-light-hover:#fae1e3;--color-red-light-active:#f4c0c5;--color-red:#dc3545;--color-red-hover:#c6303e;--color-red-active:#b02a37;--color-red-dark:#a52834;--color-red-dark-hover:#842029;--color-red-dark-active:#63181f;--color-red-darker:#4d1318;--stroke:#e0e0e0;--background:#f5f5f5;--keyboard-tab:#2c2c7d;--box-shadow-color:rgba(0,0,0,.1);--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:222.2 47.4% 11.2%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:222.2 84% 4.9%;--radius:0.5rem}.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:210 40% 98%;--primary-foreground:222.2 47.4% 11.2%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:212.7 26.8% 83.9%}*{border-color:hsl(var(--border));outline-color:hsl(var(--ring)/.5)}body{background-color:var(--background);color:hsl(var(--foreground))}*,: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:rgba(59,130,246,.5);--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:rgba(59,130,246,.5);--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: }.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width:1400px){.container{max-width:1400px}}.no-input-arrow::-webkit-inner-spin-button,.no-input-arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-input-arrow{-moz-appearance:textfield}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-4{bottom:-16px}.-left-16{left:-64px}.-left-2{left:-8px}.-left-\[0\.9rem\]{left:-.9rem}.-top-2{top:-8px}.-top-2\.5{top:-.625rem}.-top-8{top:-32px}.-top-\[10px\]{top:-10px}.-top-\[calc\(var\(--navbar-height\)\+16px\)\]{top:calc(calc(var(--navbar-height) + 16px) * -1)}.bottom-0{bottom:0}.bottom-6{bottom:24px}.bottom-\[81px\]{bottom:81px}.left-0{left:0}.left-1{left:4px}.left-1\/2{left:50%}.left-12{left:48px}.left-2{left:8px}.left-3{left:12px}.left-4{left:16px}.left-5{left:1.25rem}.left-6{left:24px}.left-\[17\.5rem\]{left:17.5rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:4px}.right-2{right:8px}.right-3{right:12px}.right-4{right:16px}.right-5{right:1.25rem}.right-6{right:24px}.right-\[-4px\]{right:-4px}.top-0{top:0}.top-1{top:4px}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:8px}.top-3{top:12px}.top-3\.5{top:.875rem}.top-4{top:16px}.top-44{top:11rem}.top-6{top:24px}.top-\[-4px\]{top:-4px}.top-\[125px\]{top:125px}.top-\[179px\]{top:179px}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-\[75px\]{top:75px}.top-\[94px\]{top:94px}.top-\[96px\]{top:96px}.top-full{top:100%}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[10\]{z-index:10}.z-\[1\]{z-index:1}.col-span-2{grid-column:span 2/span 2}.\!m-0{margin:0!important}.m-0{margin:0}.m-1{margin:4px}.m-2{margin:8px}.m-2\.5{margin:.625rem}.m-3{margin:12px}.m-4{margin:16px}.m-5{margin:1.25rem}.m-\[6px\]{margin:6px}.m-auto{margin:auto}.-mx-1{margin-left:-4px;margin-right:-4px}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:4px;margin-right:4px}.mx-10{margin-left:40px;margin-right:40px}.mx-2{margin-left:8px;margin-right:8px}.mx-3{margin-left:12px;margin-right:12px}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:16px;margin-right:16px}.mx-6{margin-left:24px;margin-right:24px}.mx-8{margin-left:32px;margin-right:32px}.mx-\[10px\]{margin-left:10px;margin-right:10px}.mx-\[12px\]{margin-left:12px;margin-right:12px}.mx-\[5px\]{margin-left:5px;margin-right:5px}.mx-\[6px\]{margin-left:6px;margin-right:6px}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:4px;margin-bottom:4px}.my-10{margin-top:40px;margin-bottom:40px}.my-2{margin-top:8px;margin-bottom:8px}.my-3{margin-top:12px;margin-bottom:12px}.my-4{margin-top:16px;margin-bottom:16px}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:24px;margin-bottom:24px}.my-8{margin-top:32px;margin-bottom:32px}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-\[12px\]{margin-top:12px;margin-bottom:12px}.my-\[20px\]{margin-top:20px;margin-bottom:20px}.my-\[31px\]{margin-top:31px;margin-bottom:31px}.\!mb-\[-6px\]{margin-bottom:-6px!important}.\!mt-0{margin-top:0!important}.\!mt-5{margin-top:1.25rem!important}.-ml-3{margin-left:-12px}.-mt-1{margin-top:-4px}.-mt-2{margin-top:-8px}.-mt-3{margin-top:-12px}.-mt-3\.5{margin-top:-.875rem}.-mt-6{margin-top:-24px}.-mt-\[120px\]{margin-top:-120px}.-mt-\[14px\]{margin-top:-14px}.-mt-\[25px\]{margin-top:-25px}.-mt-\[49px\]{margin-top:-49px}.mb-1{margin-bottom:4px}.mb-10{margin-bottom:40px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mb-\[-1px\]{margin-bottom:-1px}.mb-\[-9px\]{margin-bottom:-9px}.mb-\[16px\]{margin-bottom:16px}.mb-\[17px\]{margin-bottom:17px}.mb-\[24px\]{margin-bottom:24px}.mb-\[30px\]{margin-bottom:30px}.mb-\[4px\]{margin-bottom:4px}.mb-\[50px\]{margin-bottom:50px}.ml-1{margin-left:4px}.ml-2{margin-left:8px}.ml-3{margin-left:12px}.ml-4{margin-left:16px}.ml-5{margin-left:1.25rem}.ml-6{margin-left:24px}.ml-64{margin-left:16rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:32px}.ml-\[10\%\]{margin-left:10%}.ml-\[10px\]{margin-left:10px}.ml-\[120px\]{margin-left:120px}.ml-\[14px\]{margin-left:14px}.ml-\[22px\]{margin-left:22px}.ml-\[3px\]{margin-left:3px}.ml-\[5px\]{margin-left:5px}.ml-auto{margin-left:auto}.mr-1{margin-right:4px}.mr-10{margin-right:40px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mr-4{margin-right:16px}.mr-5{margin-right:1.25rem}.mr-6{margin-right:24px}.mr-\[10px\]{margin-right:10px}.mr-\[1px\]{margin-right:1px}.mr-\[5px\]{margin-right:5px}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:4px}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:40px}.mt-2{margin-top:8px}.mt-20{margin-top:80px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:1.25rem}.mt-6{margin-top:24px}.mt-7{margin-top:1.75rem}.mt-8{margin-top:32px}.mt-\[-5px\]{margin-top:-5px}.mt-\[1\.9px\]{margin-top:1.9px}.mt-\[2px\]{margin-top:2px}.mt-\[30px\]{margin-top:30px}.mt-\[32px\]{margin-top:32px}.mt-\[3px\]{margin-top:3px}.mt-\[5px\]{margin-top:5px}.mt-\[90px\]{margin-top:90px}.mt-\[calc\(var\(--navbar-height\)\+125px\)\]{margin-top:calc(var(--navbar-height) + 125px)}.mt-\[calc\(var\(--navbar-height\)\+16px\)\]{margin-top:calc(var(--navbar-height) + 16px)}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.\!line-clamp-2{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-3,.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.\!size-\[30px\]{width:30px!important;height:30px!important}.\!size-\[33px\]{width:33px!important;height:33px!important}.size-1\/2{width:50%;height:50%}.size-4{width:16px;height:16px}.size-5{width:1.25rem;height:1.25rem}.size-6{width:24px;height:24px}.size-7{width:1.75rem;height:1.75rem}.size-8{width:32px;height:32px}.size-\[18px\]{width:18px;height:18px}.\!h-10{height:40px!important}.\!h-11{height:2.75rem!important}.\!h-12{height:48px!important}.\!h-6{height:24px!important}.\!h-\[350px\]{height:350px!important}.\!h-\[40px\]{height:40px!important}.\!h-\[446px\]{height:446px!important}.\!h-\[71px\]{height:71px!important}.\!h-\[85\]{height:85!important}.h-0{height:0}.h-1{height:4px}.h-1\.5{height:.375rem}.h-10{height:40px}.h-11{height:2.75rem}.h-12{height:48px}.h-14{height:56px}.h-16{height:64px}.h-18{height:72px}.h-2{height:8px}.h-2\.5{height:.625rem}.h-20{height:80px}.h-24{height:6rem}.h-3{height:12px}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:16px}.h-40{height:10rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:24px}.h-7{height:1.75rem}.h-8{height:32px}.h-9{height:2.25rem}.h-\[0\.8px\]{height:.8px}.h-\[100px\]{height:100px}.h-\[102px\]{height:102px}.h-\[106px\]{height:106px}.h-\[112px\]{height:112px}.h-\[115px\]{height:115px}.h-\[118px\]{height:118px}.h-\[132px\]{height:132px}.h-\[140px\]{height:140px}.h-\[14px\]{height:14px}.h-\[154px\]{height:154px}.h-\[160px\]{height:160px}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[194px\]{height:194px}.h-\[199px\]{height:199px}.h-\[19px\]{height:19px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[220px\]{height:220px}.h-\[230px\]{height:230px}.h-\[248px\]{height:248px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[25px\]{height:25px}.h-\[260px\]{height:260px}.h-\[266px\]{height:266px}.h-\[270px\]{height:270px}.h-\[27px\]{height:27px}.h-\[280px\]{height:280px}.h-\[28px\]{height:28px}.h-\[2px\]{height:2px}.h-\[300px\]{height:300px}.h-\[309px\]{height:309px}.h-\[30px\]{height:30px}.h-\[32px\]{height:32px}.h-\[330px\]{height:330px}.h-\[33px\]{height:33px}.h-\[340px\]{height:340px}.h-\[34px\]{height:34px}.h-\[354px\]{height:354px}.h-\[36px\]{height:36px}.h-\[370px\]{height:370px}.h-\[38px\]{height:38px}.h-\[394px\]{height:394px}.h-\[3vh\]{height:3vh}.h-\[400px\]{height:400px}.h-\[401px\]{height:401px}.h-\[40px\]{height:40px}.h-\[41px\]{height:41px}.h-\[42px\]{height:42px}.h-\[44px\]{height:44px}.h-\[450px\]{height:450px}.h-\[45px\]{height:45px}.h-\[46px\]{height:46px}.h-\[48px\]{height:48px}.h-\[50px\]{height:50px}.h-\[513px\]{height:513px}.h-\[523px\]{height:523px}.h-\[52px\]{height:52px}.h-\[55px\]{height:55px}.h-\[55vh\]{height:55vh}.h-\[56px\]{height:56px}.h-\[585px\]{height:585px}.h-\[600px\]{height:600px}.h-\[60px\]{height:60px}.h-\[62px\]{height:62px}.h-\[65vh\]{height:65vh}.h-\[67px\]{height:67px}.h-\[68px\]{height:68px}.h-\[68vh\]{height:68vh}.h-\[700px\]{height:700px}.h-\[75px\]{height:75px}.h-\[76px\]{height:76px}.h-\[7vh\]{height:7vh}.h-\[80\%\]{height:80%}.h-\[82px\]{height:82px}.h-\[84vh\]{height:84vh}.h-\[9vh\]{height:9vh}.h-\[calc\(100vh-var\(--navbar-height\)\)\]{height:calc(100vh - var(--navbar-height))}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.\!max-h-\[248px\]{max-height:248px!important}.\!max-h-\[530px\]{max-height:530px!important}.max-h-0{max-height:0}.max-h-48{max-height:12rem}.max-h-80{max-height:20rem}.max-h-\[118px\]{max-height:118px}.max-h-\[160px\]{max-height:160px}.max-h-\[180px\]{max-height:180px}.max-h-\[2000px\]{max-height:2000px}.max-h-\[200px\]{max-height:200px}.max-h-\[224px\]{max-height:224px}.max-h-\[240px\]{max-height:240px}.max-h-\[250px\]{max-height:250px}.max-h-\[269px\]{max-height:269px}.max-h-\[300px\]{max-height:300px}.max-h-\[302px\]{max-height:302px}.max-h-\[324px\]{max-height:324px}.max-h-\[352px\]{max-height:352px}.max-h-\[400px\]{max-height:400px}.max-h-\[410px\]{max-height:410px}.max-h-\[500px\]{max-height:500px}.max-h-\[50px\]{max-height:50px}.max-h-\[55vh\]{max-height:55vh}.max-h-\[60\%\]{max-height:60%}.max-h-\[60vh\]{max-height:60vh}.max-h-\[65vh\]{max-height:65vh}.max-h-\[700px\]{max-height:700px}.max-h-\[70vh\]{max-height:70vh}.max-h-\[75vh\]{max-height:75vh}.max-h-\[800px\]{max-height:800px}.max-h-\[80vh\]{max-height:80vh}.max-h-\[95vh\]{max-height:95vh}.max-h-\[var\(--radix-popper-available-height\)\;\]{max-height:var(--radix-popper-available-height)}.max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.\!min-h-\[300px\]{min-height:300px!important}.\!min-h-\[350px\]{min-height:350px!important}.\!min-h-\[420px\]{min-height:420px!important}.\!min-h-\[511px\]{min-height:511px!important}.min-h-0{min-height:0}.min-h-10{min-height:40px}.min-h-11{min-height:2.75rem}.min-h-12{min-height:48px}.min-h-20{min-height:80px}.min-h-\[106px\]{min-height:106px}.min-h-\[250px\]{min-height:250px}.min-h-\[284px\]{min-height:284px}.min-h-\[301px\]{min-height:301px}.min-h-\[310px\]{min-height:310px}.min-h-\[330px\]{min-height:330px}.min-h-\[36px\]{min-height:36px}.min-h-\[38px\]{min-height:38px}.min-h-\[38vh\]{min-height:38vh}.min-h-\[40px\]{min-height:40px}.min-h-\[418px\]{min-height:418px}.min-h-\[44px\]{min-height:44px}.min-h-\[500px\]{min-height:500px}.min-h-\[80px\]{min-height:80px}.min-h-\[80vh\]{min-height:80vh}.min-h-\[85vh\]{min-height:85vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-14{width:56px!important}.\!w-28{width:7rem!important}.\!w-6{width:24px!important}.\!w-80{width:20rem!important}.\!w-\[106px\]{width:106px!important}.\!w-\[110px\]{width:110px!important}.\!w-\[20px\]{width:20px!important}.\!w-\[210px\]{width:210px!important}.\!w-\[233px\]{width:233px!important}.\!w-\[25px\]{width:25px!important}.\!w-\[278px\]{width:278px!important}.\!w-\[30px\]{width:30px!important}.\!w-\[320px\]{width:320px!important}.\!w-\[366px\]{width:366px!important}.\!w-\[390px\]{width:390px!important}.\!w-\[636px\]{width:636px!important}.\!w-\[80px\]{width:80px!important}.\!w-\[810px\]{width:810px!important}.\!w-\[850px\]{width:850px!important}.\!w-\[858px\]{width:858px!important}.\!w-\[97px\]{width:97px!important}.\!w-full{width:100%!important}.w-0{width:0}.w-1{width:4px}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:40px}.w-12{width:48px}.w-14{width:56px}.w-16{width:64px}.w-18{width:72px}.w-2{width:8px}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:12px}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:16px}.w-4\/6{width:66.666667%}.w-44{width:11rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:24px}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:32px}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100\%\]{width:100%}.w-\[1000px\]{width:1000px}.w-\[100px\]{width:100px}.w-\[1016px\]{width:1016px}.w-\[105px\]{width:105px}.w-\[1068px\]{width:1068px}.w-\[106px\]{width:106px}.w-\[112px\]{width:112px}.w-\[127px\]{width:127px}.w-\[131px\]{width:131px}.w-\[14px\]{width:14px}.w-\[150px\]{width:150px}.w-\[154px\]{width:154px}.w-\[155px\]{width:155px}.w-\[176px\]{width:176px}.w-\[180px\]{width:180px}.w-\[188px\]{width:188px}.w-\[190px\]{width:190px}.w-\[192px\]{width:192px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[203px\]{width:203px}.w-\[206px\]{width:206px}.w-\[20px\]{width:20px}.w-\[210px\]{width:210px}.w-\[225px\]{width:225px}.w-\[230px\]{width:230px}.w-\[233px\]{width:233px}.w-\[235px\]{width:235px}.w-\[24\%\]{width:24%}.w-\[240px\]{width:240px}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[254px\]{width:254px}.w-\[257px\]{width:257px}.w-\[25px\]{width:25px}.w-\[26px\]{width:26px}.w-\[270px\]{width:270px}.w-\[274px\]{width:274px}.w-\[278px\]{width:278px}.w-\[280px\]{width:280px}.w-\[28px\]{width:28px}.w-\[291px\]{width:291px}.w-\[29px\]{width:29px}.w-\[300px\]{width:300px}.w-\[303px\]{width:303px}.w-\[304px\]{width:304px}.w-\[305px\]{width:305px}.w-\[312px\]{width:312px}.w-\[313px\]{width:313px}.w-\[320px\]{width:320px}.w-\[350px\]{width:350px}.w-\[360px\]{width:360px}.w-\[366px\]{width:366px}.w-\[36px\]{width:36px}.w-\[377px\]{width:377px}.w-\[380px\]{width:380px}.w-\[390px\]{width:390px}.w-\[40\%\]{width:40%}.w-\[400px\]{width:400px}.w-\[406px\]{width:406px}.w-\[40vw\]{width:40vw}.w-\[414px\]{width:414px}.w-\[424px\]{width:424px}.w-\[425px\]{width:425px}.w-\[434px\]{width:434px}.w-\[440px\]{width:440px}.w-\[446px\]{width:446px}.w-\[450px\]{width:450px}.w-\[464px\]{width:464px}.w-\[465px\]{width:465px}.w-\[48\.375\%\]{width:48.375%}.w-\[480px\]{width:480px}.w-\[482px\]{width:482px}.w-\[484px\]{width:484px}.w-\[50\%\]{width:50%}.w-\[500px\]{width:500px}.w-\[50px\]{width:50px}.w-\[512px\]{width:512px}.w-\[55px\]{width:55px}.w-\[565px\]{width:565px}.w-\[56px\]{width:56px}.w-\[585px\]{width:585px}.w-\[586px\]{width:586px}.w-\[588px\]{width:588px}.w-\[60\%\]{width:60%}.w-\[600px\]{width:600px}.w-\[60px\]{width:60px}.w-\[60vw\]{width:60vw}.w-\[637px\]{width:637px}.w-\[640px\]{width:640px}.w-\[643px\]{width:643px}.w-\[650px\]{width:650px}.w-\[65px\]{width:65px}.w-\[700px\]{width:700px}.w-\[718px\]{width:718px}.w-\[71px\]{width:71px}.w-\[75px\]{width:75px}.w-\[76px\]{width:76px}.w-\[80\%\]{width:80%}.w-\[802px\]{width:802px}.w-\[80px\]{width:80px}.w-\[82\%\]{width:82%}.w-\[858px\]{width:858px}.w-\[85px\]{width:85px}.w-\[867px\]{width:867px}.w-\[90\%\]{width:90%}.w-\[91px\]{width:91px}.w-\[92px\]{width:92px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.w-screen{width:100vw}.\!min-w-\[150px\]{min-width:150px!important}.\!min-w-\[175px\]{min-width:175px!important}.\!min-w-\[203px\]{min-width:203px!important}.\!min-w-\[230px\]{min-width:230px!important}.\!min-w-\[278px\]{min-width:278px!important}.\!min-w-\[300px\]{min-width:300px!important}.\!min-w-\[370px\]{min-width:370px!important}.\!min-w-\[880px\]{min-width:880px!important}.min-w-0{min-width:0}.min-w-28{min-width:7rem}.min-w-32{min-width:8rem}.min-w-36{min-width:9rem}.min-w-40{min-width:10rem}.min-w-44{min-width:11rem}.min-w-48{min-width:12rem}.min-w-5{min-width:1.25rem}.min-w-52{min-width:13rem}.min-w-60{min-width:15rem}.min-w-72{min-width:18rem}.min-w-8{min-width:32px}.min-w-80{min-width:20rem}.min-w-\[1000px\]{min-width:1000px}.min-w-\[100px\]{min-width:100px}.min-w-\[101px\]{min-width:101px}.min-w-\[102px\]{min-width:102px}.min-w-\[1060px\]{min-width:1060px}.min-w-\[1068px\]{min-width:1068px}.min-w-\[106px\]{min-width:106px}.min-w-\[109px\]{min-width:109px}.min-w-\[10px\]{min-width:10px}.min-w-\[110px\]{min-width:110px}.min-w-\[111px\]{min-width:111px}.min-w-\[112px\]{min-width:112px}.min-w-\[113px\]{min-width:113px}.min-w-\[115px\]{min-width:115px}.min-w-\[1178px\]{min-width:1178px}.min-w-\[118px\]{min-width:118px}.min-w-\[120px\]{min-width:120px}.min-w-\[1220px\]{min-width:1220px}.min-w-\[122px\]{min-width:122px}.min-w-\[123px\]{min-width:123px}.min-w-\[125px\]{min-width:125px}.min-w-\[130px\]{min-width:130px}.min-w-\[132px\]{min-width:132px}.min-w-\[135px\]{min-width:135px}.min-w-\[140px\]{min-width:140px}.min-w-\[1410px\]{min-width:1410px}.min-w-\[142px\]{min-width:142px}.min-w-\[143px\]{min-width:143px}.min-w-\[144px\]{min-width:144px}.min-w-\[144x\]{min-width:144x}.min-w-\[1450px\]{min-width:1450px}.min-w-\[1463px\]{min-width:1463px}.min-w-\[146px\]{min-width:146px}.min-w-\[147px\]{min-width:147px}.min-w-\[150px\]{min-width:150px}.min-w-\[156px\]{min-width:156px}.min-w-\[1600px\]{min-width:1600px}.min-w-\[160px\]{min-width:160px}.min-w-\[169px\]{min-width:169px}.min-w-\[170px\]{min-width:170px}.min-w-\[175px\]{min-width:175px}.min-w-\[177px\]{min-width:177px}.min-w-\[1808px\]{min-width:1808px}.min-w-\[180px\]{min-width:180px}.min-w-\[1830px\]{min-width:1830px}.min-w-\[184px\]{min-width:184px}.min-w-\[188px\]{min-width:188px}.min-w-\[192px\]{min-width:192px}.min-w-\[197px\]{min-width:197px}.min-w-\[1980px\]{min-width:1980px}.min-w-\[198px\]{min-width:198px}.min-w-\[20\%\]{min-width:20%}.min-w-\[200px\]{min-width:200px}.min-w-\[203px\]{min-width:203px}.min-w-\[20\]{min-width:20}.min-w-\[20px\]{min-width:20px}.min-w-\[210px\]{min-width:210px}.min-w-\[218px\]{min-width:218px}.min-w-\[220px\]{min-width:220px}.min-w-\[226px\]{min-width:226px}.min-w-\[228px\]{min-width:228px}.min-w-\[230px\]{min-width:230px}.min-w-\[233px\]{min-width:233px}.min-w-\[234px\]{min-width:234px}.min-w-\[238px\]{min-width:238px}.min-w-\[249px\]{min-width:249px}.min-w-\[250px\]{min-width:250px}.min-w-\[252px\]{min-width:252px}.min-w-\[254px\]{min-width:254px}.min-w-\[260px\]{min-width:260px}.min-w-\[269px\]{min-width:269px}.min-w-\[26px\]{min-width:26px}.min-w-\[270px\]{min-width:270px}.min-w-\[275px\]{min-width:275px}.min-w-\[278px\]{min-width:278px}.min-w-\[280px\]{min-width:280px}.min-w-\[285px\]{min-width:285px}.min-w-\[288px\]{min-width:288px}.min-w-\[291px\]{min-width:291px}.min-w-\[295\]{min-width:295}.min-w-\[300px\]{min-width:300px}.min-w-\[303px\]{min-width:303px}.min-w-\[315px\]{min-width:315px}.min-w-\[318px\]{min-width:318px}.min-w-\[320px\]{min-width:320px}.min-w-\[327px\]{min-width:327px}.min-w-\[350px\]{min-width:350px}.min-w-\[374px\]{min-width:374px}.min-w-\[40\%\]{min-width:40%}.min-w-\[400px\]{min-width:400px}.min-w-\[40px\]{min-width:40px}.min-w-\[414px\]{min-width:414px}.min-w-\[417px\]{min-width:417px}.min-w-\[426px\]{min-width:426px}.min-w-\[445px\]{min-width:445px}.min-w-\[450px\]{min-width:450px}.min-w-\[47px\]{min-width:47px}.min-w-\[480px\]{min-width:480px}.min-w-\[500px\]{min-width:500px}.min-w-\[50px\]{min-width:50px}.min-w-\[52px\]{min-width:52px}.min-w-\[55px\]{min-width:55px}.min-w-\[565px\]{min-width:565px}.min-w-\[60px\]{min-width:60px}.min-w-\[64px\]{min-width:64px}.min-w-\[65px\]{min-width:65px}.min-w-\[6rem\]{min-width:6rem}.min-w-\[70px\]{min-width:70px}.min-w-\[71px\]{min-width:71px}.min-w-\[722px\]{min-width:722px}.min-w-\[73px\]{min-width:73px}.min-w-\[74px\]{min-width:74px}.min-w-\[75px\]{min-width:75px}.min-w-\[76px\]{min-width:76px}.min-w-\[78px\]{min-width:78px}.min-w-\[80px\]{min-width:80px}.min-w-\[850px\]{min-width:850px}.min-w-\[865px\]{min-width:865px}.min-w-\[86px\]{min-width:86px}.min-w-\[87px\]{min-width:87px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[90px\]{min-width:90px}.min-w-\[90vw\]{min-width:90vw}.min-w-\[91px\]{min-width:91px}.min-w-\[93px\]{min-width:93px}.min-w-\[975px\]{min-width:975px}.min-w-\[988px\]{min-width:988px}.min-w-\[98px\]{min-width:98px}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-full{min-width:100%}.\!max-w-\[278px\]{max-width:278px!important}.\!max-w-\[500px\]{max-width:500px!important}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-60{max-width:15rem}.max-w-6xl{max-width:72rem}.max-w-80{max-width:20rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[100px\]{max-width:100px}.max-w-\[110px\]{max-width:110px}.max-w-\[120px\]{max-width:120px}.max-w-\[125px\]{max-width:125px}.max-w-\[130px\]{max-width:130px}.max-w-\[150px\]{max-width:150px}.max-w-\[160px\]{max-width:160px}.max-w-\[1640px\]{max-width:1640px}.max-w-\[170px\]{max-width:170px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[231px\]{max-width:231px}.max-w-\[240px\]{max-width:240px}.max-w-\[250px\]{max-width:250px}.max-w-\[260px\]{max-width:260px}.max-w-\[270px\]{max-width:270px}.max-w-\[300px\]{max-width:300px}.max-w-\[312px\]{max-width:312px}.max-w-\[331px\]{max-width:331px}.max-w-\[450px\]{max-width:450px}.max-w-\[500px\]{max-width:500px}.max-w-\[50px\]{max-width:50px}.max-w-\[55px\]{max-width:55px}.max-w-\[579px\]{max-width:579px}.max-w-\[60\%\]{max-width:60%}.max-w-\[60px\]{max-width:60px}.max-w-\[63px\]{max-width:63px}.max-w-\[65px\]{max-width:65px}.max-w-\[70px\]{max-width:70px}.max-w-\[750px\]{max-width:750px}.max-w-\[75px\]{max-width:75px}.max-w-\[80\%\]{max-width:80%}.max-w-\[800px\]{max-width:800px}.max-w-\[80px\]{max-width:80px}.max-w-\[80vw\]{max-width:80vw}.max-w-\[90px\]{max-width:90px}.max-w-\[90vw\]{max-width:90vw}.max-w-\[95Vw\]{max-width:95Vw}.max-w-\[97px\]{max-width:97px}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-\[0\.25\]{flex:0.25}.flex-\[0\.3\]{flex:0.3}.flex-\[0\.4\]{flex:0.4}.flex-\[1\.5\]{flex:1.5}.flex-\[1\.75\]{flex:1.75}.flex-\[1\]{flex:1}.flex-\[2\.5\]{flex:2.5}.flex-\[3\]{flex:3}.flex-\[7\]{flex:7}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-1\/5{flex-basis:20%}.basis-4\/5{flex-basis:80%}.table-auto{table-layout:auto}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-px{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))}.-translate-x-px{--tw-translate-x:-1px}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.translate-x-\[-50\%\]{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))}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-px{--tw-translate-x:1px}.translate-x-px,.translate-y-5{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))}.translate-y-5{--tw-translate-y:1.25rem}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.rotate-180,.translate-y-\[-50\%\]{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-45{--tw-rotate:45deg}.rotate-45,.rotate-90{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-90{--tw-rotate:90deg}.scale-\[2\.0\]{--tw-scale-x:2.0;--tw-scale-y:2.0}.scale-\[2\.0\],.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))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-not-allowed{cursor:not-allowed!important}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.break-before-page{-moz-column-break-before:page;break-before:page}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.\!items-start{align-items:flex-start!important}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.\!gap-1{gap:4px!important}.\!gap-4{gap:16px!important}.\!gap-\[34px\]{gap:34px!important}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:4px}.gap-1\.5{gap:.375rem}.gap-10{gap:40px}.gap-12{gap:48px}.gap-2{gap:8px}.gap-20{gap:80px}.gap-3{gap:12px}.gap-36{gap:9rem}.gap-4{gap:16px}.gap-5{gap:1.25rem}.gap-6{gap:24px}.gap-7{gap:1.75rem}.gap-8{gap:32px}.gap-9{gap:2.25rem}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[19px\]{gap:19px}.gap-\[1px\]{gap:1px}.gap-\[23px\]{gap:23px}.gap-\[25px\]{gap:25px}.gap-\[26px\]{gap:26px}.gap-\[2px\]{gap:2px}.gap-\[30px\]{gap:30px}.gap-\[5px\]{gap:5px}.gap-\[6px\]{gap:6px}.gap-\[8px\]{gap:8px}.gap-\[9px\]{gap:9px}.gap-x-12{-moz-column-gap:48px;column-gap:48px}.gap-x-16{-moz-column-gap:64px;column-gap:64px}.gap-x-4{-moz-column-gap:16px;column-gap:16px}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-x-8{-moz-column-gap:32px;column-gap:32px}.gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.gap-x-\[10px\]{-moz-column-gap:10px;column-gap:10px}.gap-x-\[12px\]{-moz-column-gap:12px;column-gap:12px}.gap-x-\[2\%\]{-moz-column-gap:2%;column-gap:2%}.gap-x-\[20px\]{-moz-column-gap:20px;column-gap:20px}.gap-x-\[21px\]{-moz-column-gap:21px;column-gap:21px}.gap-x-\[30px\]{-moz-column-gap:30px;column-gap:30px}.gap-x-\[50px\]{-moz-column-gap:50px;column-gap:50px}.gap-x-\[5rem\]{-moz-column-gap:5rem;column-gap:5rem}.gap-x-\[8px\]{-moz-column-gap:8px;column-gap:8px}.gap-y-3{row-gap:12px}.gap-y-4{row-gap:16px}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:24px}.gap-y-\[10px\]{row-gap:10px}.gap-y-\[17px\]{row-gap:17px}.gap-y-\[20px\]{row-gap:20px}.gap-y-\[21px\]{row-gap:21px}.gap-y-\[24px\]{row-gap:24px}.gap-y-\[2rem\]{row-gap:2rem}.gap-y-\[5rem\]{row-gap:5rem}.\!space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-right:calc(16px * var(--tw-space-x-reverse))!important;margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4px * var(--tw-space-x-reverse));margin-left:calc(4px * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12px * var(--tw-space-x-reverse));margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16px * var(--tw-space-x-reverse));margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(24px * var(--tw-space-x-reverse));margin-left:calc(24px * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(32px * var(--tw-space-x-reverse));margin-left:calc(32px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[12px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12px * var(--tw-space-x-reverse));margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4px * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8px * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12px * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(32px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32px * var(--tw-space-y-reverse))}.space-y-\[10px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(10px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10px * var(--tw-space-y-reverse))}.space-y-\[12px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12px * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.self-center{align-self:center}.\!overflow-auto{overflow:auto!important}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.overscroll-none{overscroll-behavior:none}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-2xl{border-radius:1rem!important}.\!rounded-3xl{border-radius:1.5rem!important}.\!rounded-\[12px\]{border-radius:12px!important}.\!rounded-\[15px\]{border-radius:15px!important}.\!rounded-\[24px\]{border-radius:24px!important}.\!rounded-full{border-radius:9999px!important}.\!rounded-md{border-radius:calc(var(--radius) - 2px)!important}.\!rounded-none{border-radius:0!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[14px\]{border-radius:14px}.rounded-\[15px\]{border-radius:15px}.rounded-\[16px\]{border-radius:16px}.rounded-\[1px\]{border-radius:1px}.rounded-\[21px\]{border-radius:21px}.rounded-\[24px\]{border-radius:24px}.rounded-\[4px\]{border-radius:4px}.rounded-\[5px\]{border-radius:5px}.rounded-\[8px\]{border-radius:8px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.\!rounded-l-lg{border-top-left-radius:var(--radius)!important;border-bottom-left-radius:var(--radius)!important}.\!rounded-l-none{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.\!rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.\!rounded-t-2xl{border-top-left-radius:1rem!important;border-top-right-radius:1rem!important}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-l-\[10px\]{border-top-left-radius:10px;border-bottom-left-radius:10px}.rounded-l-\[24px\]{border-top-left-radius:24px;border-bottom-left-radius:24px}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-\[10px\]{border-top-right-radius:10px;border-bottom-right-radius:10px}.rounded-r-lg{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-s-sm{border-start-start-radius:calc(var(--radius) - 4px);border-end-start-radius:calc(var(--radius) - 4px)}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-\[24px\]{border-bottom-left-radius:24px}.rounded-bl-md{border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-md{border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-br-xl{border-bottom-right-radius:.75rem}.rounded-tl-none{border-top-left-radius:0}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.rounded-tr-xl{border-top-right-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-x-2{border-left-width:2px;border-right-width:2px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[14px\]{border-bottom-width:14px}.border-b-\[1px\]{border-bottom-width:1px}.border-b-\[3px\]{border-bottom-width:3px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-\[15px\]{border-right-width:15px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-8{border-top-width:8px}.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-\[\#7677F4\]{--tw-border-opacity:1!important;border-color:rgb(118 119 244/var(--tw-border-opacity))!important}.\!border-\[\#999999\]{--tw-border-opacity:1!important;border-color:rgb(153 153 153/var(--tw-border-opacity))!important}.\!border-\[\#D6D7D8\]{--tw-border-opacity:1!important;border-color:rgb(214 215 216/var(--tw-border-opacity))!important}.\!border-\[\#FF0000\]{--tw-border-opacity:1!important;border-color:rgb(255 0 0/var(--tw-border-opacity))!important}.\!border-\[\#FF6D6D\]{--tw-border-opacity:1!important;border-color:rgb(255 109 109/var(--tw-border-opacity))!important}.\!border-grey-light{border-color:var(--color-grey-light)!important}.\!border-grey2-light-active{border-color:var(--color-grey2-light-active)!important}.border-\[\#15AF53\]{--tw-border-opacity:1;border-color:rgb(21 175 83/var(--tw-border-opacity))}.border-\[\#333333\]{--tw-border-opacity:1;border-color:rgb(51 51 51/var(--tw-border-opacity))}.border-\[\#7677F4\]{--tw-border-opacity:1;border-color:rgb(118 119 244/var(--tw-border-opacity))}.border-\[\#999999\]{--tw-border-opacity:1;border-color:rgb(153 153 153/var(--tw-border-opacity))}.border-\[\#D0D5DD\]{--tw-border-opacity:1;border-color:rgb(208 213 221/var(--tw-border-opacity))}.border-\[\#D6D7D8\]{--tw-border-opacity:1;border-color:rgb(214 215 216/var(--tw-border-opacity))}.border-\[\#D7D7D7\]{--tw-border-opacity:1;border-color:rgb(215 215 215/var(--tw-border-opacity))}.border-\[\#D9D9D9\]{--tw-border-opacity:1;border-color:rgb(217 217 217/var(--tw-border-opacity))}.border-\[\#E0E0E0\]{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.border-\[\#E1E1E1\]{--tw-border-opacity:1;border-color:rgb(225 225 225/var(--tw-border-opacity))}.border-\[\#E3EBF6\]{--tw-border-opacity:1;border-color:rgb(227 235 246/var(--tw-border-opacity))}.border-\[\#E6470E\]{--tw-border-opacity:1;border-color:rgb(230 71 14/var(--tw-border-opacity))}.border-\[\#EBEFF6\]{--tw-border-opacity:1;border-color:rgb(235 239 246/var(--tw-border-opacity))}.border-\[\#FF6D6D\]{--tw-border-opacity:1;border-color:rgb(255 109 109/var(--tw-border-opacity))}.border-\[\#e1e1e1\]{--tw-border-opacity:1;border-color:rgb(225 225 225/var(--tw-border-opacity))}.border-\[blue\]{--tw-border-opacity:1;border-color:rgb(0 0 255/var(--tw-border-opacity))}.border-\[red\]{--tw-border-opacity:1;border-color:rgb(255 0 0/var(--tw-border-opacity))}.border-\[white\]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-destructive\/50{border-color:hsl(var(--destructive)/.5)}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.border-green{border-color:var(--color-green)}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.border-grey-light{border-color:var(--color-grey-light)}.border-grey-light-hover{border-color:var(--color-grey-light-hover)}.border-grey2{border-color:var(--color-grey2)}.border-grey2-light{border-color:var(--color-grey2-light)}.border-inherit{border-color:inherit}.border-input{border-color:hsl(var(--input))}.border-orange{border-color:var(--color-orange)}.border-popover{border-color:hsl(var(--popover))}.border-primary{border-color:var(--color-primary)}.border-red{border-color:var(--color-red)}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-red-hover{border-color:var(--color-red-hover)}.border-secondary\/20{border-color:hsl(var(--secondary)/.2)}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity))}.border-slate-500{--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity))}.border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity))}.border-stroke{border-color:var(--stroke)}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-yellow{border-color:var(--color-yellow)}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity))}.border-l-transparent{border-left-color:transparent}.border-r-\[\#D6D7D8\]{--tw-border-opacity:1;border-right-color:rgb(214 215 216/var(--tw-border-opacity))}.border-r-white{--tw-border-opacity:1;border-right-color:rgb(255 255 255/var(--tw-border-opacity))}.border-t-transparent{border-top-color:transparent}.\!bg-\[\#7677F4\]{--tw-bg-opacity:1!important;background-color:rgb(118 119 244/var(--tw-bg-opacity))!important}.\!bg-grey-light{background-color:var(--color-grey-light)!important}.\!bg-grey2-light{background-color:var(--color-grey2-light)!important}.\!bg-primary{background-color:var(--color-primary)!important}.\!bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-\[\#15AF53\]\/10{background-color:rgba(21,175,83,.1)}.bg-\[\#333333\]{--tw-bg-opacity:1;background-color:rgb(51 51 51/var(--tw-bg-opacity))}.bg-\[\#5E5FC3\]{--tw-bg-opacity:1;background-color:rgb(94 95 195/var(--tw-bg-opacity))}.bg-\[\#696969\]\/10{background-color:hsla(0,0%,41%,.1)}.bg-\[\#7677F41A\]{background-color:#7677f41a}.bg-\[\#7677F41B\]{background-color:#7677f41b}.bg-\[\#7677F4\]{--tw-bg-opacity:1;background-color:rgb(118 119 244/var(--tw-bg-opacity))}.bg-\[\#7677F4\]\/10{background-color:rgba(118,119,244,.1)}.bg-\[\#7677F4\]\/20{background-color:rgba(118,119,244,.2)}.bg-\[\#7677F4\]\/30{background-color:rgba(118,119,244,.3)}.bg-\[\#9C9FAD\]{--tw-bg-opacity:1;background-color:rgb(156 159 173/var(--tw-bg-opacity))}.bg-\[\#D20103\]\/10{background-color:rgba(210,1,3,.1)}.bg-\[\#E6F6EC\]{--tw-bg-opacity:1;background-color:rgb(230 246 236/var(--tw-bg-opacity))}.bg-\[\#EBEBEB\]{--tw-bg-opacity:1;background-color:rgb(235 235 235/var(--tw-bg-opacity))}.bg-\[\#F1F1FE\]{--tw-bg-opacity:1;background-color:rgb(241 241 254/var(--tw-bg-opacity))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.bg-\[\#F6F6F6\]{--tw-bg-opacity:1;background-color:rgb(246 246 246/var(--tw-bg-opacity))}.bg-\[\#F8F8FE\]{--tw-bg-opacity:1;background-color:rgb(248 248 254/var(--tw-bg-opacity))}.bg-\[\#F9F9F9\]{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity))}.bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.bg-\[\#FCEBEC\]{--tw-bg-opacity:1;background-color:rgb(252 235 236/var(--tw-bg-opacity))}.bg-\[\#FEF2F0\]{--tw-bg-opacity:1;background-color:rgb(254 242 240/var(--tw-bg-opacity))}.bg-\[\#FF6D6D\]{--tw-bg-opacity:1;background-color:rgb(255 109 109/var(--tw-bg-opacity))}.bg-\[\#FFA500\]\/10{background-color:rgba(255,165,0,.1)}.bg-\[\#FFB900\]\/10{background-color:rgba(255,185,0,.1)}.bg-\[\#FFFFFF\],.bg-\[\#fff\],.bg-\[white\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[white\]\/40{background-color:hsla(0,0%,100%,.4)}.bg-\[white\]\/50{background-color:hsla(0,0%,100%,.5)}.bg-accent{background-color:hsl(var(--accent))}.bg-background{background-color:var(--background)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-black\/20{background-color:rgba(0,0,0,.2)}.bg-black\/25{background-color:rgba(0,0,0,.25)}.bg-black\/30{background-color:rgba(0,0,0,.3)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.bg-border{background-color:hsl(var(--border))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-green{background-color:var(--color-green)}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity))}.bg-green-light{background-color:var(--color-green-light)}.bg-grey{background-color:var(--color-grey)}.bg-grey-dark-hover{background-color:var(--color-grey-dark-hover)}.bg-grey2{background-color:var(--color-grey2)}.bg-grey2-light{background-color:var(--color-grey2-light)}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/30{background-color:hsl(var(--muted)/.3)}.bg-muted\/50{background-color:hsl(var(--muted)/.5)}.bg-orange-light{background-color:var(--color-orange-light)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:var(--color-primary)}.bg-primary-light{background-color:var(--color-primary-light)}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity))}.bg-red{background-color:var(--color-red)}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-red-light{background-color:var(--color-red-light)}.bg-secondary{background-color:hsl(var(--secondary))}.bg-sky-700{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity))}.bg-stroke{background-color:var(--stroke)}.bg-transparent{background-color:transparent}.bg-violet-200\/40{background-color:rgba(221,214,254,.4)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/50{background-color:hsla(0,0%,100%,.5)}.bg-yellow{background-color:var(--color-yellow)}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-yellow-light{background-color:var(--color-yellow-light)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-\[\#7677F4\]\/20{--tw-gradient-from:rgba(118,119,244,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(118,119,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#7677F4\]\/10{--tw-gradient-to:rgba(118,119,244,.1) var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-\[\#666666\]{fill:#666}.fill-\[\#F1F1FE\]{fill:#f1f1fe}.fill-current{fill:currentColor}.fill-primary{fill:var(--color-primary)}.fill-white{fill:#fff}.stroke-white{stroke:#fff}.stroke-\[2\.0\]{stroke-width:2}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.\!p-2{padding:8px!important}.\!p-4{padding:16px!important}.\!p-5{padding:1.25rem!important}.\!p-6{padding:24px!important}.\!p-\[0px\]{padding:0!important}.\!p-\[24px\]{padding:24px!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:4px}.p-10{padding:40px}.p-2{padding:8px}.p-2\.5{padding:.625rem}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:1.25rem}.p-6{padding:24px}.p-8{padding:32px}.p-9{padding:2.25rem}.p-\[10\%\]{padding:10%}.p-\[10px\]{padding:10px}.p-\[15\%\]{padding:15%}.p-\[1px\]{padding:1px}.p-\[5\%\]{padding:5%}.p-\[5px\]{padding:5px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-6{padding-left:24px!important;padding-right:24px!important}.\!py-1{padding-top:4px!important;padding-bottom:4px!important}.\!py-4{padding-top:16px!important;padding-bottom:16px!important}.\!py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.\!py-\[24px\]{padding-top:24px!important;padding-bottom:24px!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:4px;padding-right:4px}.px-10{padding-left:40px;padding-right:40px}.px-12{padding-left:48px;padding-right:48px}.px-2{padding-left:8px;padding-right:8px}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:80px;padding-right:80px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:24px;padding-right:24px}.px-8{padding-left:32px;padding-right:32px}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-\[10\%\]{padding-left:10%;padding-right:10%}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[22px\]{padding-left:22px;padding-right:22px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[27px\]{padding-left:27px;padding-right:27px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:4px;padding-bottom:4px}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:40px;padding-bottom:40px}.py-2{padding-top:8px;padding-bottom:8px}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:24px;padding-bottom:24px}.py-8{padding-top:32px;padding-bottom:32px}.py-\[10\%\]{padding-top:10%;padding-bottom:10%}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[70px\]{padding-top:70px;padding-bottom:70px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.\!pb-0{padding-bottom:0!important}.\!pb-2{padding-bottom:8px!important}.\!pl-0{padding-left:0!important}.\!pl-\[16px\]{padding-left:16px!important}.\!pl-\[24px\]{padding-left:24px!important}.\!pr-3{padding-right:12px!important}.\!pr-\[10px\]{padding-right:10px!important}.\!pr-\[8px\]{padding-right:8px!important}.\!pt-0{padding-top:0!important}.\!pt-5{padding-top:1.25rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:4px}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:40px}.pb-12{padding-bottom:48px}.pb-2{padding-bottom:8px}.pb-2\.5{padding-bottom:.625rem}.pb-3{padding-bottom:12px}.pb-4{padding-bottom:16px}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:24px}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:32px}.pb-9{padding-bottom:2.25rem}.pb-\[-15px\]{padding-bottom:-15px}.pl-0{padding-left:0}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:4px}.pl-10{padding-left:40px}.pl-16{padding-left:64px}.pl-2{padding-left:8px}.pl-3{padding-left:12px}.pl-4{padding-left:16px}.pl-6{padding-left:24px}.pl-8{padding-left:32px}.pl-9{padding-left:2.25rem}.pl-\[10px\]{padding-left:10px}.pl-\[15px\]{padding-left:15px}.pl-\[16px\]{padding-left:16px}.pl-\[1px\]{padding-left:1px}.pl-\[2px\]{padding-left:2px}.pl-\[32px\]{padding-left:32px}.pr-1{padding-right:4px}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:40px}.pr-2{padding-right:8px}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:12px}.pr-4{padding-right:16px}.pr-5{padding-right:1.25rem}.pr-6{padding-right:24px}.pr-7{padding-right:1.75rem}.pr-\[10px\]{padding-right:10px}.pt-0{padding-top:0}.pt-1{padding-top:4px}.pt-10{padding-top:40px}.pt-2{padding-top:8px}.pt-2\.5{padding-top:.625rem}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-5{padding-top:1.25rem}.pt-6{padding-top:24px}.pt-7{padding-top:1.75rem}.pt-8{padding-top:32px}.pt-\[10\%\]{padding-top:10%}.pt-\[15\%\]{padding-top:15%}.pt-\[20px\]{padding-top:20px}.pt-\[24px\]{padding-top:24px}.pt-\[25\%\]{padding-top:25%}.pt-\[2px\]{padding-top:2px}.pt-\[3px\]{padding-top:3px}.pt-\[4px\]{padding-top:4px}.pt-\[6px\]{padding-top:6px}.pt-\[70px\]{padding-top:70px}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-\[\#333333\]{font-family:#333333}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.\!text-\[14px\]{font-size:14px!important}.\!text-\[16px\]{font-size:16px!important}.\!text-sm{font-size:14px!important}.\!text-xxs{font-size:10px!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[23px\]{font-size:23px}.text-\[24px\]{font-size:24px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-sm{font-size:14px}.text-xl{font-size:24px}.text-xs{font-size:12px}.text-xxs{font-size:10px}.\!font-normal{font-weight:400!important}.\!font-semibold{font-weight:600!important}.font-\[600\]{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal}.ordinal,.tabular-nums{font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing:tabular-nums}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[18px\]{line-height:18px}.leading-\[22px\]{line-height:22px}.leading-base{line-height:24px}.leading-lg{line-height:27px}.leading-none{line-height:1}.leading-sm{line-height:21px}.leading-tight{line-height:1.25}.leading-xl{line-height:27px}.leading-xs{line-height:18px}.leading-xxs{line-height:15px}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-\[\#333333\]{--tw-text-opacity:1!important;color:rgb(51 51 51/var(--tw-text-opacity))!important}.\!text-\[\#666666\]{--tw-text-opacity:1!important;color:rgb(102 102 102/var(--tw-text-opacity))!important}.\!text-\[\#7677F4\]{--tw-text-opacity:1!important;color:rgb(118 119 244/var(--tw-text-opacity))!important}.\!text-\[\#898989\]{--tw-text-opacity:1!important;color:rgb(137 137 137/var(--tw-text-opacity))!important}.\!text-grey1{color:var(--color-grey1)!important}.\!text-grey2{color:var(--color-grey2)!important}.\!text-grey2-hover{color:var(--color-grey2-hover)!important}.\!text-primary{color:var(--color-primary)!important}.text-\[\#000000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[\#15AF53\]{--tw-text-opacity:1;color:rgb(21 175 83/var(--tw-text-opacity))}.text-\[\#19213D\]{--tw-text-opacity:1;color:rgb(25 33 61/var(--tw-text-opacity))}.text-\[\#1A0E2A\]{--tw-text-opacity:1;color:rgb(26 14 42/var(--tw-text-opacity))}.text-\[\#2E2E2E\]{--tw-text-opacity:1;color:rgb(46 46 46/var(--tw-text-opacity))}.text-\[\#323232\]{--tw-text-opacity:1;color:rgb(50 50 50/var(--tw-text-opacity))}.text-\[\#333333\]{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}.text-\[\#383838\]{--tw-text-opacity:1;color:rgb(56 56 56/var(--tw-text-opacity))}.text-\[\#414141\]{--tw-text-opacity:1;color:rgb(65 65 65/var(--tw-text-opacity))}.text-\[\#44B741\]{--tw-text-opacity:1;color:rgb(68 183 65/var(--tw-text-opacity))}.text-\[\#454545\]{--tw-text-opacity:1;color:rgb(69 69 69/var(--tw-text-opacity))}.text-\[\#4DD459\]{--tw-text-opacity:1;color:rgb(77 212 89/var(--tw-text-opacity))}.text-\[\#59595B\]{--tw-text-opacity:1;color:rgb(89 89 91/var(--tw-text-opacity))}.text-\[\#5D6481\]{--tw-text-opacity:1;color:rgb(93 100 129/var(--tw-text-opacity))}.text-\[\#626262\]{--tw-text-opacity:1;color:rgb(98 98 98/var(--tw-text-opacity))}.text-\[\#666666\],.text-\[\#666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.text-\[\#696969\]{--tw-text-opacity:1;color:rgb(105 105 105/var(--tw-text-opacity))}.text-\[\#7677F4\]{--tw-text-opacity:1;color:rgb(118 119 244/var(--tw-text-opacity))}.text-\[\#800000\]{--tw-text-opacity:1;color:rgb(128 0 0/var(--tw-text-opacity))}.text-\[\#898989\]{--tw-text-opacity:1;color:rgb(137 137 137/var(--tw-text-opacity))}.text-\[\#999999\],.text-\[\#999\]{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.text-\[\#B0B0B0\]{--tw-text-opacity:1;color:rgb(176 176 176/var(--tw-text-opacity))}.text-\[\#D20103\]{--tw-text-opacity:1;color:rgb(210 1 3/var(--tw-text-opacity))}.text-\[\#DC3545\]{--tw-text-opacity:1;color:rgb(220 53 69/var(--tw-text-opacity))}.text-\[\#E20000\]{--tw-text-opacity:1;color:rgb(226 0 0/var(--tw-text-opacity))}.text-\[\#E6470E\]{--tw-text-opacity:1;color:rgb(230 71 14/var(--tw-text-opacity))}.text-\[\#EC7357\]{--tw-text-opacity:1;color:rgb(236 115 87/var(--tw-text-opacity))}.text-\[\#F37021\]{--tw-text-opacity:1;color:rgb(243 112 33/var(--tw-text-opacity))}.text-\[\#FD7E14\]{--tw-text-opacity:1;color:rgb(253 126 20/var(--tw-text-opacity))}.text-\[\#FF0000\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.text-\[\#FF6D6D\]{--tw-text-opacity:1;color:rgb(255 109 109/var(--tw-text-opacity))}.text-\[\#FFA500\]{--tw-text-opacity:1;color:rgb(255 165 0/var(--tw-text-opacity))}.text-\[\#FFB900\]{--tw-text-opacity:1;color:rgb(255 185 0/var(--tw-text-opacity))}.text-\[\#FFFFFF\],.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[green\]{--tw-text-opacity:1;color:rgb(0 128 0/var(--tw-text-opacity))}.text-\[grey\]{--tw-text-opacity:1;color:rgb(128 128 128/var(--tw-text-opacity))}.text-\[red\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.text-\[white\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-green{color:var(--color-green)}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.text-grey{color:var(--color-grey)}.text-grey-dark-hover{color:var(--color-grey-dark-hover)}.text-grey-darker{color:var(--color-grey-darker)}.text-grey-light-active{color:var(--color-grey-light-active)}.text-grey-light-hover{color:var(--color-grey-light-hover)}.text-grey1{color:var(--color-grey1)}.text-grey2{color:var(--color-grey2)}.text-grey2-dark-active{color:var(--color-grey2-dark-active)}.text-grey2-hover{color:var(--color-grey2-hover)}.text-grey2-light-active{color:var(--color-grey2-light-active)}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange{color:var(--color-orange)}.text-orange-darker{color:var(--color-orange-darker)}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:var(--color-primary)}.text-primary-active{color:var(--color-primary-active)}.text-primary-dark-hover{color:var(--color-primary-dark-hover)}.text-red{color:var(--color-red)}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-red-hover{color:var(--color-red-hover)}.text-secondary{color:hsl(var(--secondary))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow{color:var(--color-yellow)}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.\!no-underline{text-decoration-line:none!important}.no-underline{text-decoration-line:none}.placeholder-grey2::-moz-placeholder{color:var(--color-grey2)}.placeholder-grey2::placeholder{color:var(--color-grey2)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_-4px_4px_rgba\(0\2c 0\2c 0\2c 0\.03\)\]{--tw-shadow:0px -4px 4px rgba(0,0,0,.03);--tw-shadow-colored:0px -4px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_23\.7px_rgba\(139\2c 139\2c 139\2c 0\.25\)\],.shadow-\[0px_4px_23\.7px_rgba\(139\2c _139\2c _139\2c _0\.25\)\]{--tw-shadow:0px 4px 23.7px hsla(0,0%,55%,.25);--tw-shadow-colored:0px 4px 23.7px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[rgba\(0\2c _0\2c _0\2c _0\.24\)_0px_3px_8px\]{--tw-shadow:rgba(0,0,0,.24) 0px 3px 8px;--tw-shadow-colored:0px 3px 8px var(--tw-shadow-color)}.shadow-\[rgba\(0\2c _0\2c _0\2c _0\.24\)_0px_3px_8px\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 6px 8px var(--box-shadow-color);--tw-shadow-colored:0 6px 8px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-sm{--tw-shadow:0 0 30px var(--box-shadow-color);--tw-shadow-colored:0 0 30px var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow-xs{--tw-shadow:0 4px 8px var(--box-shadow-color);--tw-shadow-colored:0 4px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-0{outline-width:0}.outline-2{outline-width:2px}.outline-keyboardTab{outline-color:var(--keyboard-tab)}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-0{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-offset-background{--tw-ring-offset-color:var(--background)}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow-\[0_0px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{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)}.drop-shadow-\[0_0px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-drop-shadow:drop-shadow(0 0px 10px rgba(0,0,0,.1))}.drop-shadow-left{--tw-drop-shadow:drop-shadow(-3px 0px 2px rgba(0,0,0,.05))}.drop-shadow-left,.drop-shadow-md{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)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06))}.drop-shadow-right{--tw-drop-shadow:drop-shadow(3px 0px 2px rgba(0,0,0,.05))}.drop-shadow-right,.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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\2c right\2c width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\2c opacity\]{transition-property:margin,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[max-height\2c opacity\]{transition-property:max-height,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[max-width\]{transition-property:max-width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\2c height\2c padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\2c opacity\]{transition-property:width,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.fade-in-0{--tw-enter-opacity:0}.zoom-in-95{--tw-enter-scale:.95}.duration-100{animation-duration:.1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.running{animation-play-state:running}.thin-scrollbar::-webkit-scrollbar{width:6px;height:4px}::-webkit-scrollbar{width:4px;height:6px}::-webkit-scrollbar-track{border-radius:100vh}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:#7677f4}.scrollbar::-webkit-scrollbar{width:4px;height:6px}.custom-links a{color:var(--color-primary)}.scrollbar::-webkit-scrollbar-track{border-radius:100vh;background:#d6d7d8}.scrollbar::-webkit-scrollbar-thumb{background:#7677f4;border-radius:100vh;border:1px solid #7677f4}.scrollbar::-webkit-scrollbar-thumb:hover{background:#7677f4}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.chart-inner-text{position:absolute;top:7;right:0;left:0;bottom:0;padding-bottom:20%;text-align:center;font-size:13px}.chart-inner-value{font-weight:700;font-style:normal;font-size:15px;color:#000}.loader{width:40px;padding:4px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#334bfa 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,#334bfa);-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);animation:l13 1s linear infinite}@keyframes l13{to{transform:rotate(1turn)}}.ProseMirror{padding:10px;border-radius:16px;border-width:1px;min-height:100px;max-height:300px;overflow-y:auto;border-color:#d6d7d8}.ProseMirror ul{padding:0 1rem;list-style:disc!important}.ProseMirror ol{padding:0 2rem;list-style:decimal!important}.ProseMirror code{background-color:rgba(#616161,.1);color:#616161}.ProseMirror pre{background:#0d0d0d;color:#fff;font-family:JetBrainsMono,monospace;padding:.75rem 1rem;border-radius:.5rem}.ProseMirror code{color:inherit;padding:0;background:none;font-size:.8rem}.ProseMirror a:link{color:#00e;text-decoration:underline}.ProseMirror a:visited{color:#551a8b;text-decoration:underline}.ProseMirror a:hover{color:#00e;text-decoration:underline}.ProseMirror a:active{color:red;text-decoration:underline}.ProseMirror a:focus{outline:1px dotted}.ProseMirror blockquote{padding-left:1rem;border-left:3px solid #999}.ProseMirror hr{border:none;border-top:3px solid #999;margin:2rem 0}.ProseMirror h1,h2,h3{line-height:1.1;text-wrap:pretty}.ProseMirror h1{font-size:34px;font-weight:700}.ProseMirror h2{font-size:32px;font-weight:700}.ProseMirror h3{font-size:26px;font-weight:700}.text-editor-languages-custom-scrollbar::-webkit-scrollbar{width:0;height:0}.loader-small{transform:scale(.8)}.truncate-2-lines{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ReactCrop__crop-selection{outline:1px #fff;touch-action:auto}.page-break-avoid{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.ReactCrop__crop-selection:focus{outline:1px dashed #fff!important}.black-text *{color:#000!important}.grey-text *{color:#666!important;text-decoration:none!important;font-style:normal!important;font-weight:500!important;font-size:16px!important}.phone-number-component{--dynamic-width:100px}.phone-number-component ul{max-height:270px!important;width:var(--dynamic-width);border-radius:16px;border-color:#d6d7d8;padding:0 5px!important}.phone-number-component div,.phone-number-component ul li{border-bottom-width:1px!important;border-color:#d6d7d8!important}.phone-number-component ul li{margin:0!important;padding:9.5px 10px!important}.phone-number-component ul li:focus,.phone-number-component ul li:hover{background-color:rgba(118,119,244,.1)!important}.phone-number-component>ul:first-of-type>div:first-of-type{max-height:270px!important;padding-top:5px}.caf-instructions h2{font-weight:700}@media (min-height:680px){.column-selector-responsive-container{max-height:300px}}@media (max-height:679px){.column-selector-responsive-container{max-height:250px}}@media (max-height:635px){.column-selector-responsive-container{max-height:200px}}body{pointer-events:auto!important}.first-letter\:capitalize:first-letter{text-transform:capitalize}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:14px}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-xs::-moz-placeholder{font-size:12px}.placeholder\:text-xs::placeholder{font-size:12px}.placeholder\:font-\[400\]::-moz-placeholder{font-weight:400}.placeholder\:font-\[400\]::placeholder{font-weight:400}.placeholder\:text-\[\#999999\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.placeholder\:text-\[\#999999\]::placeholder{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.placeholder\:text-grey2::-moz-placeholder{color:var(--color-grey2)}.placeholder\:text-grey2::placeholder{color:var(--color-grey2)}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:-8px}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.visited\:text-\[\#3C285F\]:visited{color:#3c285f}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:rounded-\[5px\]:hover{border-radius:5px}.hover\:rounded-full:hover{border-radius:9999px}.hover\:border-\[1px\]:hover,.hover\:border:hover{border-width:1px}.hover\:border-solid:hover{border-style:solid}.hover\:border-\[\#7677F4\]:hover{--tw-border-opacity:1;border-color:rgb(118 119 244/var(--tw-border-opacity))}.hover\:border-primary:hover{border-color:var(--color-primary)}.hover\:border-primary-light:hover{border-color:var(--color-primary-light)}.hover\:\!bg-\[\#7677F41A\]:hover{background-color:#7677f41a!important}.hover\:\!bg-\[\#7677F4\]\/10:hover{background-color:rgba(118,119,244,.1)!important}.hover\:\!bg-\[\#7677F4\]\/30:hover{background-color:rgba(118,119,244,.3)!important}.hover\:\!bg-primary:hover{background-color:var(--color-primary)!important}.hover\:\!bg-primary-light:hover{background-color:var(--color-primary-light)!important}.hover\:bg-\[\#5E5FC3\]:hover{--tw-bg-opacity:1;background-color:rgb(94 95 195/var(--tw-bg-opacity))}.hover\:bg-\[\#7677F41A\]:hover{background-color:#7677f41a}.hover\:bg-\[\#7677F4\]:hover{--tw-bg-opacity:1;background-color:rgb(118 119 244/var(--tw-bg-opacity))}.hover\:bg-\[\#7677F4\]\/10:hover,.hover\:bg-\[\#7677F4\]\/\[0\.1\]:hover{background-color:rgba(118,119,244,.1)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive)/.8)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-primary:hover{background-color:var(--color-primary)}.hover\:bg-primary-active:hover{background-color:var(--color-primary-active)}.hover\:bg-primary-light:hover{background-color:var(--color-primary-light)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary)/.8)}.hover\:bg-sky-700:hover{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-violet-200\/40:hover{background-color:rgba(221,214,254,.4)}.hover\:fill-primary:hover{fill:var(--color-primary)}.hover\:fill-white:hover{fill:#fff}.hover\:font-bold:hover{font-weight:700}.hover\:font-semibold:hover{font-weight:600}.hover\:\!text-\[\#7677F4\]:hover{--tw-text-opacity:1!important;color:rgb(118 119 244/var(--tw-text-opacity))!important}.hover\:\!text-primary:hover{color:var(--color-primary)!important}.hover\:text-\[\#5E5FC3\]:hover{--tw-text-opacity:1;color:rgb(94 95 195/var(--tw-text-opacity))}.hover\:text-\[\#7677F4\]:hover{--tw-text-opacity:1;color:rgb(118 119 244/var(--tw-text-opacity))}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.hover\:text-indigo-800:hover{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.hover\:text-primary:hover{color:var(--color-primary)}.hover\:text-primary-active:hover{color:var(--color-primary-active)}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:brightness-110:hover{--tw-brightness:brightness(1.1);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)}.focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:var(--color-primary)}.focus\:bg-primary-light:focus{background-color:var(--color-primary-light)}.focus\:font-semibold:focus{font-weight:600}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary:focus{color:var(--color-primary)}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus\:outline-2:focus{outline-width:2px}.focus\:outline-keyboardTab:focus{outline-color:var(--keyboard-tab)}.focus\:outline-primary-active:focus{outline-color:var(--color-primary-active)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-primary-active:focus{--tw-ring-color:var(--color-primary-active)}.focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-blue-300:disabled{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity))}.disabled\:bg-grey2-light:disabled{background-color:var(--color-grey2-light)}.disabled\:bg-transparent:disabled{background-color:transparent}.disabled\:placeholder-grey2:disabled::-moz-placeholder{color:var(--color-grey2)}.disabled\:placeholder-grey2:disabled::placeholder{color:var(--color-grey2)}.disabled\:opacity-100:disabled{opacity:1}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:bg-primary{background-color:var(--color-primary)}.group:hover .group-hover\:fill-\[\#7677F4\]{fill:#7677f4}.group:hover .group-hover\:fill-white{fill:#fff}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100{opacity:1}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:32px}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:\!bg-primary[aria-selected=true]{background-color:var(--color-primary)!important}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent)/.5)}.aria-selected\:bg-primary[aria-selected=true]{background-color:var(--color-primary)}.aria-selected\:bg-primary-light[aria-selected=true]{background-color:var(--color-primary-light)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[state\=closed\]\:hidden[data-state=closed]{display:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:4px}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.data-\[side\=left\]\:-translate-x-1[data-side=left]{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))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-4px}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:4px}.data-\[side\=right\]\:translate-x-1[data-side=right],.data-\[side\=top\]\:-translate-y-1[data-side=top]{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))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-4px}.data-\[state\=checked\]\:translate-x-6[data-state=checked]{--tw-translate-x:24px}.data-\[state\=checked\]\:translate-x-6[data-state=checked],.data-\[state\=checked\]\:translate-x-8[data-state=checked]{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))}.data-\[state\=checked\]\:translate-x-8[data-state=checked]{--tw-translate-x:32px}.data-\[state\=unchecked\]\:translate-x-1[data-state=unchecked]{--tw-translate-x:4px;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))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=active\]\:border-b[data-state=active]{border-bottom-width:1px}.data-\[state\=active\]\:border-\[\#7677F4\][data-state=active]{--tw-border-opacity:1;border-color:rgb(118 119 244/var(--tw-border-opacity))}.data-\[state\=active\]\:border-primary[data-state=active]{border-color:var(--color-primary)}.data-\[state\=checked\]\:border-transparent[data-state=checked]{border-color:transparent}.data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background)}.data-\[state\=active\]\:bg-primary[data-state=active],.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--color-primary)}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-primary-light[data-state=open]{background-color:var(--color-primary-light)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=unchecked\]\:bg-grey1-light-active[data-state=unchecked]{background-color:var(--color-grey1-light-active)}.data-\[state\=active\]\:bg-gradient-to-r[data-state=active]{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[disabled\]\:font-normal[data-disabled]{font-weight:400}.data-\[state\=active\]\:font-semibold[data-state=active],.data-\[state\=open\]\:font-semibold[data-state=open]{font-weight:600}.data-\[active\]\:text-\[\#7677F4\][data-active],.data-\[state\=active\]\:text-\[\#7677F4\][data-state=active]{--tw-text-opacity:1;color:rgb(118 119 244/var(--tw-text-opacity))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=active\]\:text-primary[data-state=active]{color:var(--color-primary)}.data-\[state\=active\]\:text-white[data-state=active],.data-\[state\=checked\]\:text-white[data-state=checked]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.data-\[state\=inactive\]\:text-\[\#999999\][data-state=inactive]{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.data-\[state\=inactive\]\:text-grey2[data-state=inactive]{color:var(--color-grey2)}.data-\[state\=open\]\:text-\[\#7677F4\][data-state=open]{--tw-text-opacity:1;color:rgb(118 119 244/var(--tw-text-opacity))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[state\=open\]\:text-primary[data-state=open]{color:var(--color-primary)}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 0 30px var(--box-shadow-color);--tw-shadow-colored:0 0 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed],.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:-13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:-13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-8px}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:8px}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-8px}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:8px}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x:-50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x:-50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[no-outline\=true\]\:focus\:outline-none:focus[data-no-outline=true]{outline:2px solid transparent;outline-offset:2px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-16px}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-32px}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:32px!important;height:32px!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 16px)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 16px + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x:0px;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))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;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))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:8px!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:4px}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 16px)}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}@media (min-width:640px){.sm\:-left-16{left:-64px}.sm\:-left-8{left:-32px}.sm\:bottom-12{bottom:48px}.sm\:bottom-8{bottom:32px}.sm\:mt-0{margin-top:0}.sm\:flex{display:flex}.sm\:h-\[40px\]{height:40px}.sm\:h-\[56px\]{height:56px}.sm\:w-\[265px\]{width:265px}.sm\:w-full{width:100%}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16px * var(--tw-space-x-reverse));margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:border-r{border-right-width:1px}.sm\:px-10{padding-left:40px;padding-right:40px}.sm\:pt-\[12px\]{padding-top:12px}.sm\:text-left{text-align:left}.sm\:text-base{font-size:16px}}@media (min-width:768px){.md\:block{display:block}.md\:flex{display:flex}.md\:w-\[300px\]{width:300px}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:8px}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:8px}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.xl\:flex-row{flex-direction:row}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.\[\&\:has\(\[aria-selected\]\)\]\:bg-primary-light:has([aria-selected]){background-color:var(--color-primary-light)}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-full:has([aria-selected]):first-child{border-radius:9999px}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-full:has([aria-selected]):last-child{border-radius:9999px}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent)/.5)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-primary:has([aria-selected].day-outside){background-color:var(--color-primary)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-full:has([aria-selected].day-range-end){border-radius:9999px}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px;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))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:16px}.\[\&\>svg\]\:top-4>svg{top:16px}.\[\&\>svg\]\:size-4>svg{width:16px;height:16px}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg;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))}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:8px;padding-right:8px}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:12px}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:8px;padding-right:8px}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:48px}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:8px;padding-right:8px}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:12px;padding-bottom:12px}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}.is-between .\[\.is-between_\&\]\:hidden,.is-end .\[\.is-end_\&\]\:hidden{display:none}.is-start.is-end .\[\.is-start\.is-end_\&\]\:flex{display:flex}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-8px}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-8px}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}.caps-paybutton-clicked{margin-top:30px;border-radius:50%;border:4px solid #0d6efd;border-left-color:#f3f3f3;width:30px;height:30px;animation:caps-paybutton-spin 2s linear infinite}.caps-payelement-loading{background-color:#0d6efd80}.caps-payelement-loaded{background-color:#0d6efd}.caps-paybutton-unclicked{margin-top:30px;padding:10px 30px;border-radius:10px;color:#fff}@keyframes caps-paybutton-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.caps-payerror{margin-bottom:20px;border-radius:4px;color:#a94442;background-color:#f2dede;border:1px solid #ebccd1;padding:15px 35px 15px 15px}.caps-payerror-close{float:right;font-size:21px;font-weight:700;line-height:1;color:inherit;text-shadow:0 1px 0 #fff;opacity:.2;position:relative;top:-2px;right:-21px}.caps-payerror-close:focus,.caps-payerror-close:hover{cursor:pointer;opacity:.5}.caps-loader{width:30px;height:30px;border:4px solid #ccc;border-top-color:#333;border-radius:50%;animation:caps-paybutton-spin 1s linear infinite}.caps-pg-error{padding:20px;margin:20px auto;border:1px solid red;border-radius:5px;background-color:#ffe6e6;color:red;text-align:center;max-width:400px}.caps-pg-error h2{margin:0 0 10px}.fi,.fib{background-size:contain;background-position:50%;background-repeat:no-repeat}.fi{position:relative;display:inline-block;width:1.333333em;line-height:1em}.fi:before{content:" "}.fi.fis{width:1em}.fi-xx{background-image:url(/_next/static/media/xx.7aec1681.svg)}.fi-xx.fis{background-image:url(/_next/static/media/xx.36e887fc.svg)}.fi-ad{background-image:url(/_next/static/media/ad.09251dc6.svg)}.fi-ad.fis{background-image:url(/_next/static/media/ad.1bc85c1c.svg)}.fi-ae{background-image:url(/_next/static/media/ae.f162af03.svg)}.fi-ae.fis{background-image:url(/_next/static/media/ae.d03f76a0.svg)}.fi-af{background-image:url(/_next/static/media/af.47f0e1cc.svg)}.fi-af.fis{background-image:url(/_next/static/media/af.82d2a7e9.svg)}.fi-ag{background-image:url(/_next/static/media/ag.62cf6a10.svg)}.fi-ag.fis{background-image:url(/_next/static/media/ag.e4ec7960.svg)}.fi-ai{background-image:url(/_next/static/media/ai.8d19ffb1.svg)}.fi-ai.fis{background-image:url(/_next/static/media/ai.6c69c0f2.svg)}.fi-al{background-image:url(/_next/static/media/al.60a96f23.svg)}.fi-al.fis{background-image:url(/_next/static/media/al.dd736542.svg)}.fi-am{background-image:url(/_next/static/media/am.7f72827a.svg)}.fi-am.fis{background-image:url(/_next/static/media/am.34892225.svg)}.fi-ao{background-image:url(/_next/static/media/ao.2b5f795a.svg)}.fi-ao.fis{background-image:url(/_next/static/media/ao.957eecc7.svg)}.fi-aq{background-image:url(/_next/static/media/aq.67fda1d0.svg)}.fi-aq.fis{background-image:url(/_next/static/media/aq.ac6bb35e.svg)}.fi-ar{background-image:url(/_next/static/media/ar.bdb94662.svg)}.fi-ar.fis{background-image:url(/_next/static/media/ar.c4490a1e.svg)}.fi-as{background-image:url(/_next/static/media/as.bfadb92d.svg)}.fi-as.fis{background-image:url(/_next/static/media/as.8ab3d366.svg)}.fi-at{background-image:url(/_next/static/media/at.5b89999f.svg)}.fi-at.fis{background-image:url(/_next/static/media/at.eff32dd0.svg)}.fi-au{background-image:url(/_next/static/media/au.37597da1.svg)}.fi-au.fis{background-image:url(/_next/static/media/au.f7475e83.svg)}.fi-aw{background-image:url(/_next/static/media/aw.ffc51b5a.svg)}.fi-aw.fis{background-image:url(/_next/static/media/aw.38f24953.svg)}.fi-ax{background-image:url(/_next/static/media/ax.52a80967.svg)}.fi-ax.fis{background-image:url(/_next/static/media/ax.ff1515de.svg)}.fi-az{background-image:url(/_next/static/media/az.68efbd04.svg)}.fi-az.fis{background-image:url(/_next/static/media/az.1b8731a4.svg)}.fi-ba{background-image:url(/_next/static/media/ba.a6d937cc.svg)}.fi-ba.fis{background-image:url(/_next/static/media/ba.f7b5581c.svg)}.fi-bb{background-image:url(/_next/static/media/bb.4f50c33a.svg)}.fi-bb.fis{background-image:url(/_next/static/media/bb.93fe7ca6.svg)}.fi-bd{background-image:url(/_next/static/media/bd.3b0570c0.svg)}.fi-bd.fis{background-image:url(/_next/static/media/bd.dda0e02d.svg)}.fi-be{background-image:url(/_next/static/media/be.77cccf17.svg)}.fi-be.fis{background-image:url(/_next/static/media/be.8dd87cc1.svg)}.fi-bf{background-image:url(/_next/static/media/bf.415d3659.svg)}.fi-bf.fis{background-image:url(/_next/static/media/bf.580f6b00.svg)}.fi-bg{background-image:url(/_next/static/media/bg.27e6e74d.svg)}.fi-bg.fis{background-image:url(/_next/static/media/bg.d5f28354.svg)}.fi-bh{background-image:url(/_next/static/media/bh.2ff06f83.svg)}.fi-bh.fis{background-image:url(/_next/static/media/bh.84867991.svg)}.fi-bi{background-image:url(/_next/static/media/bi.a6b2059a.svg)}.fi-bi.fis{background-image:url(/_next/static/media/bi.b0f6538c.svg)}.fi-bj{background-image:url(/_next/static/media/bj.1375d8c9.svg)}.fi-bj.fis{background-image:url(/_next/static/media/bj.14b050e1.svg)}.fi-bl{background-image:url(/_next/static/media/bl.0d579979.svg)}.fi-bl.fis{background-image:url(/_next/static/media/bl.2c23e677.svg)}.fi-bm{background-image:url(/_next/static/media/bm.221071e8.svg)}.fi-bm.fis{background-image:url(/_next/static/media/bm.cb8f9039.svg)}.fi-bn{background-image:url(/_next/static/media/bn.f926e10e.svg)}.fi-bn.fis{background-image:url(/_next/static/media/bn.746d182c.svg)}.fi-bo{background-image:url(/_next/static/media/bo.4e914291.svg)}.fi-bo.fis{background-image:url(/_next/static/media/bo.a106c061.svg)}.fi-bq{background-image:url(/_next/static/media/bq.f6d582bf.svg)}.fi-bq.fis{background-image:url(/_next/static/media/bq.68b35ed6.svg)}.fi-br{background-image:url(/_next/static/media/br.bfab72c7.svg)}.fi-br.fis{background-image:url(/_next/static/media/br.1ceb3d81.svg)}.fi-bs{background-image:url(/_next/static/media/bs.d0bf1659.svg)}.fi-bs.fis{background-image:url(/_next/static/media/bs.1fc645d9.svg)}.fi-bt{background-image:url(/_next/static/media/bt.4d635bf9.svg)}.fi-bt.fis{background-image:url(/_next/static/media/bt.f6193c5f.svg)}.fi-bv{background-image:url(/_next/static/media/bv.dbc727c7.svg)}.fi-bv.fis{background-image:url(/_next/static/media/bv.b376a0c2.svg)}.fi-bw{background-image:url(/_next/static/media/bw.df3366e6.svg)}.fi-bw.fis{background-image:url(/_next/static/media/bw.a1b03391.svg)}.fi-by{background-image:url(/_next/static/media/by.13904877.svg)}.fi-by.fis{background-image:url(/_next/static/media/by.89e8e376.svg)}.fi-bz{background-image:url(/_next/static/media/bz.b811201e.svg)}.fi-bz.fis{background-image:url(/_next/static/media/bz.07375350.svg)}.fi-ca{background-image:url(/_next/static/media/ca.eee04cb8.svg)}.fi-ca.fis{background-image:url(/_next/static/media/ca.7f1fcfaa.svg)}.fi-cc{background-image:url(/_next/static/media/cc.6d11e0c3.svg)}.fi-cc.fis{background-image:url(/_next/static/media/cc.67fce0cd.svg)}.fi-cd{background-image:url(/_next/static/media/cd.25808585.svg)}.fi-cd.fis{background-image:url(/_next/static/media/cd.fffb6b4f.svg)}.fi-cf{background-image:url(/_next/static/media/cf.be784cc8.svg)}.fi-cf.fis{background-image:url(/_next/static/media/cf.6cff29be.svg)}.fi-cg{background-image:url(/_next/static/media/cg.d1d9c2f7.svg)}.fi-cg.fis{background-image:url(/_next/static/media/cg.4b0f3275.svg)}.fi-ch{background-image:url(/_next/static/media/ch.a4939cb8.svg)}.fi-ch.fis{background-image:url(/_next/static/media/ch.baba02d3.svg)}.fi-ci{background-image:url(/_next/static/media/ci.514886a6.svg)}.fi-ci.fis{background-image:url(/_next/static/media/ci.6778515b.svg)}.fi-ck{background-image:url(/_next/static/media/ck.04d9039d.svg)}.fi-ck.fis{background-image:url(/_next/static/media/ck.d6781181.svg)}.fi-cl{background-image:url(/_next/static/media/cl.c77df473.svg)}.fi-cl.fis{background-image:url(/_next/static/media/cl.5a22125c.svg)}.fi-cm{background-image:url(/_next/static/media/cm.a298fc08.svg)}.fi-cm.fis{background-image:url(/_next/static/media/cm.f4820dd5.svg)}.fi-cn{background-image:url(/_next/static/media/cn.7fd9bbb9.svg)}.fi-cn.fis{background-image:url(/_next/static/media/cn.cb52daf1.svg)}.fi-co{background-image:url(/_next/static/media/co.6b78e07b.svg)}.fi-co.fis{background-image:url(/_next/static/media/co.76882952.svg)}.fi-cr{background-image:url(/_next/static/media/cr.cc088912.svg)}.fi-cr.fis{background-image:url(/_next/static/media/cr.1b227430.svg)}.fi-cu{background-image:url(/_next/static/media/cu.41475839.svg)}.fi-cu.fis{background-image:url(/_next/static/media/cu.ad9e4327.svg)}.fi-cv{background-image:url(/_next/static/media/cv.8b2e1c15.svg)}.fi-cv.fis{background-image:url(/_next/static/media/cv.526fd91a.svg)}.fi-cw{background-image:url(/_next/static/media/cw.93b85dbf.svg)}.fi-cw.fis{background-image:url(/_next/static/media/cw.02547adf.svg)}.fi-cx{background-image:url(/_next/static/media/cx.b70e6b17.svg)}.fi-cx.fis{background-image:url(/_next/static/media/cx.0d5e5225.svg)}.fi-cy{background-image:url(/_next/static/media/cy.804eb68d.svg)}.fi-cy.fis{background-image:url(/_next/static/media/cy.d47e121b.svg)}.fi-cz{background-image:url(/_next/static/media/cz.7c86bb18.svg)}.fi-cz.fis{background-image:url(/_next/static/media/cz.83554014.svg)}.fi-de{background-image:url(/_next/static/media/de.666805f5.svg)}.fi-de.fis{background-image:url(/_next/static/media/de.7643c466.svg)}.fi-dj{background-image:url(/_next/static/media/dj.fdb22cb3.svg)}.fi-dj.fis{background-image:url(/_next/static/media/dj.5938f70a.svg)}.fi-dk{background-image:url(/_next/static/media/dk.4b0313b3.svg)}.fi-dk.fis{background-image:url(/_next/static/media/dk.89836fb3.svg)}.fi-dm{background-image:url(/_next/static/media/dm.e046cb14.svg)}.fi-dm.fis{background-image:url(/_next/static/media/dm.587e655f.svg)}.fi-do{background-image:url(/_next/static/media/do.f6f81b3c.svg)}.fi-do.fis{background-image:url(/_next/static/media/do.659f018c.svg)}.fi-dz{background-image:url(/_next/static/media/dz.eccc2d17.svg)}.fi-dz.fis{background-image:url(/_next/static/media/dz.4d424eed.svg)}.fi-ec{background-image:url(/_next/static/media/ec.f77634e7.svg)}.fi-ec.fis{background-image:url(/_next/static/media/ec.bef09702.svg)}.fi-ee{background-image:url(/_next/static/media/ee.56dc3aee.svg)}.fi-ee.fis{background-image:url(/_next/static/media/ee.866fd1e9.svg)}.fi-eg{background-image:url(/_next/static/media/eg.3da903f5.svg)}.fi-eg.fis{background-image:url(/_next/static/media/eg.464243be.svg)}.fi-eh{background-image:url(/_next/static/media/eh.8c2d6290.svg)}.fi-eh.fis{background-image:url(/_next/static/media/eh.fb5f92c8.svg)}.fi-er{background-image:url(/_next/static/media/er.508c8c08.svg)}.fi-er.fis{background-image:url(/_next/static/media/er.1b3ace39.svg)}.fi-es{background-image:url(/_next/static/media/es.a857d3dd.svg)}.fi-es.fis{background-image:url(/_next/static/media/es.4a628583.svg)}.fi-et{background-image:url(/_next/static/media/et.2590f747.svg)}.fi-et.fis{background-image:url(/_next/static/media/et.831fb719.svg)}.fi-fi{background-image:url(/_next/static/media/fi.97487f84.svg)}.fi-fi.fis{background-image:url(/_next/static/media/fi.26d2687d.svg)}.fi-fj{background-image:url(/_next/static/media/fj.8e03aba8.svg)}.fi-fj.fis{background-image:url(/_next/static/media/fj.ad59997f.svg)}.fi-fk{background-image:url(/_next/static/media/fk.6bf06027.svg)}.fi-fk.fis{background-image:url(/_next/static/media/fk.bf8cf31a.svg)}.fi-fm{background-image:url(/_next/static/media/fm.624c0401.svg)}.fi-fm.fis{background-image:url(/_next/static/media/fm.9f69c44d.svg)}.fi-fo{background-image:url(/_next/static/media/fo.67175ea9.svg)}.fi-fo.fis{background-image:url(/_next/static/media/fo.e2127081.svg)}.fi-fr{background-image:url(/_next/static/media/fr.f5380d92.svg)}.fi-fr.fis{background-image:url(/_next/static/media/fr.9b218945.svg)}.fi-ga{background-image:url(/_next/static/media/ga.c54a4716.svg)}.fi-ga.fis{background-image:url(/_next/static/media/ga.ed2911b6.svg)}.fi-gb{background-image:url(/_next/static/media/gb.a50bb9b9.svg)}.fi-gb.fis{background-image:url(/_next/static/media/gb.84704546.svg)}.fi-gd{background-image:url(/_next/static/media/gd.eb7b9436.svg)}.fi-gd.fis{background-image:url(/_next/static/media/gd.338d504a.svg)}.fi-ge{background-image:url(/_next/static/media/ge.6f2dd066.svg)}.fi-ge.fis{background-image:url(/_next/static/media/ge.4dd14a50.svg)}.fi-gf{background-image:url(/_next/static/media/gf.3432de9d.svg)}.fi-gf.fis{background-image:url(/_next/static/media/gf.ebd3395c.svg)}.fi-gg{background-image:url(/_next/static/media/gg.2a17e1f5.svg)}.fi-gg.fis{background-image:url(/_next/static/media/gg.20336d11.svg)}.fi-gh{background-image:url(/_next/static/media/gh.c17cf878.svg)}.fi-gh.fis{background-image:url(/_next/static/media/gh.448b0251.svg)}.fi-gi{background-image:url(/_next/static/media/gi.424fb04d.svg)}.fi-gi.fis{background-image:url(/_next/static/media/gi.1942c880.svg)}.fi-gl{background-image:url(/_next/static/media/gl.78358425.svg)}.fi-gl.fis{background-image:url(/_next/static/media/gl.5444bdb4.svg)}.fi-gm{background-image:url(/_next/static/media/gm.ed8bbaab.svg)}.fi-gm.fis{background-image:url(/_next/static/media/gm.f9f1be29.svg)}.fi-gn{background-image:url(/_next/static/media/gn.649ba66f.svg)}.fi-gn.fis{background-image:url(/_next/static/media/gn.f1877078.svg)}.fi-gp{background-image:url(/_next/static/media/gp.bbea90b2.svg)}.fi-gp.fis{background-image:url(/_next/static/media/gp.6fcf1bbe.svg)}.fi-gq{background-image:url(/_next/static/media/gq.44727e21.svg)}.fi-gq.fis{background-image:url(/_next/static/media/gq.45699a0a.svg)}.fi-gr{background-image:url(/_next/static/media/gr.c44dd9de.svg)}.fi-gr.fis{background-image:url(/_next/static/media/gr.b29b73cc.svg)}.fi-gs{background-image:url(/_next/static/media/gs.94933fbb.svg)}.fi-gs.fis{background-image:url(/_next/static/media/gs.db5efd5d.svg)}.fi-gt{background-image:url(/_next/static/media/gt.acfe5a80.svg)}.fi-gt.fis{background-image:url(/_next/static/media/gt.32123d23.svg)}.fi-gu{background-image:url(/_next/static/media/gu.8f72d472.svg)}.fi-gu.fis{background-image:url(/_next/static/media/gu.c22f341b.svg)}.fi-gw{background-image:url(/_next/static/media/gw.ea5c7733.svg)}.fi-gw.fis{background-image:url(/_next/static/media/gw.63a96ba0.svg)}.fi-gy{background-image:url(/_next/static/media/gy.a49496e0.svg)}.fi-gy.fis{background-image:url(/_next/static/media/gy.f6fc470b.svg)}.fi-hk{background-image:url(/_next/static/media/hk.fbcde7e7.svg)}.fi-hk.fis{background-image:url(/_next/static/media/hk.dce082af.svg)}.fi-hm{background-image:url(/_next/static/media/hm.82bbdf2c.svg)}.fi-hm.fis{background-image:url(/_next/static/media/hm.5becb17f.svg)}.fi-hn{background-image:url(/_next/static/media/hn.2743fae6.svg)}.fi-hn.fis{background-image:url(/_next/static/media/hn.04ddc9c9.svg)}.fi-hr{background-image:url(/_next/static/media/hr.6238917f.svg)}.fi-hr.fis{background-image:url(/_next/static/media/hr.ff570f50.svg)}.fi-ht{background-image:url(/_next/static/media/ht.567095aa.svg)}.fi-ht.fis{background-image:url(/_next/static/media/ht.2cb09b40.svg)}.fi-hu{background-image:url(/_next/static/media/hu.16c6335f.svg)}.fi-hu.fis{background-image:url(/_next/static/media/hu.dd178f4f.svg)}.fi-id{background-image:url(/_next/static/media/id.4cad97a8.svg)}.fi-id.fis{background-image:url(/_next/static/media/id.14f7cd20.svg)}.fi-ie{background-image:url(/_next/static/media/ie.81491cb3.svg)}.fi-ie.fis{background-image:url(/_next/static/media/ie.3ffc25e6.svg)}.fi-il{background-image:url(/_next/static/media/il.80b0a878.svg)}.fi-il.fis{background-image:url(/_next/static/media/il.189a898e.svg)}.fi-im{background-image:url(/_next/static/media/im.08b118cb.svg)}.fi-im.fis{background-image:url(/_next/static/media/im.f54be823.svg)}.fi-in{background-image:url(/_next/static/media/in.895a1570.svg)}.fi-in.fis{background-image:url(/_next/static/media/in.d0d6fbfb.svg)}.fi-io{background-image:url(/_next/static/media/io.6769cc90.svg)}.fi-io.fis{background-image:url(/_next/static/media/io.f6eea29c.svg)}.fi-iq{background-image:url(/_next/static/media/iq.2be4d3c9.svg)}.fi-iq.fis{background-image:url(/_next/static/media/iq.818de327.svg)}.fi-ir{background-image:url(/_next/static/media/ir.801fbb84.svg)}.fi-ir.fis{background-image:url(/_next/static/media/ir.4fac8a9b.svg)}.fi-is{background-image:url(/_next/static/media/is.d9058ffe.svg)}.fi-is.fis{background-image:url(/_next/static/media/is.429236e3.svg)}.fi-it{background-image:url(/_next/static/media/it.919398e6.svg)}.fi-it.fis{background-image:url(/_next/static/media/it.a33eed70.svg)}.fi-je{background-image:url(/_next/static/media/je.88159619.svg)}.fi-je.fis{background-image:url(/_next/static/media/je.49e8810a.svg)}.fi-jm{background-image:url(/_next/static/media/jm.d2a19045.svg)}.fi-jm.fis{background-image:url(/_next/static/media/jm.bdacb13d.svg)}.fi-jo{background-image:url(/_next/static/media/jo.1d753f70.svg)}.fi-jo.fis{background-image:url(/_next/static/media/jo.5f1bc0fd.svg)}.fi-jp{background-image:url(/_next/static/media/jp.469572a4.svg)}.fi-jp.fis{background-image:url(/_next/static/media/jp.f7679c7d.svg)}.fi-ke{background-image:url(/_next/static/media/ke.f16cb069.svg)}.fi-ke.fis{background-image:url(/_next/static/media/ke.eae8b5ec.svg)}.fi-kg{background-image:url(/_next/static/media/kg.5d491efb.svg)}.fi-kg.fis{background-image:url(/_next/static/media/kg.d4e62663.svg)}.fi-kh{background-image:url(/_next/static/media/kh.7a65519f.svg)}.fi-kh.fis{background-image:url(/_next/static/media/kh.555e3a5a.svg)}.fi-ki{background-image:url(/_next/static/media/ki.fbc849c3.svg)}.fi-ki.fis{background-image:url(/_next/static/media/ki.cf8b82a1.svg)}.fi-km{background-image:url(/_next/static/media/km.7a0dade4.svg)}.fi-km.fis{background-image:url(/_next/static/media/km.3b6643b2.svg)}.fi-kn{background-image:url(/_next/static/media/kn.fd378e90.svg)}.fi-kn.fis{background-image:url(/_next/static/media/kn.108c8847.svg)}.fi-kp{background-image:url(/_next/static/media/kp.904381db.svg)}.fi-kp.fis{background-image:url(/_next/static/media/kp.d37d1cf3.svg)}.fi-kr{background-image:url(/_next/static/media/kr.653f2f60.svg)}.fi-kr.fis{background-image:url(/_next/static/media/kr.b7c6fcdd.svg)}.fi-kw{background-image:url(/_next/static/media/kw.f6baad6c.svg)}.fi-kw.fis{background-image:url(/_next/static/media/kw.fb4eb65c.svg)}.fi-ky{background-image:url(/_next/static/media/ky.1cee0845.svg)}.fi-ky.fis{background-image:url(/_next/static/media/ky.c0a0214f.svg)}.fi-kz{background-image:url(/_next/static/media/kz.8bb1b115.svg)}.fi-kz.fis{background-image:url(/_next/static/media/kz.20232208.svg)}.fi-la{background-image:url(/_next/static/media/la.21965b6b.svg)}.fi-la.fis{background-image:url(/_next/static/media/la.a6797aaf.svg)}.fi-lb{background-image:url(/_next/static/media/lb.4ce2be48.svg)}.fi-lb.fis{background-image:url(/_next/static/media/lb.928748a8.svg)}.fi-lc{background-image:url(/_next/static/media/lc.75168bb4.svg)}.fi-lc.fis{background-image:url(/_next/static/media/lc.ab0f97c6.svg)}.fi-li{background-image:url(/_next/static/media/li.1b07c512.svg)}.fi-li.fis{background-image:url(/_next/static/media/li.6c961d47.svg)}.fi-lk{background-image:url(/_next/static/media/lk.87a67414.svg)}.fi-lk.fis{background-image:url(/_next/static/media/lk.f72f9533.svg)}.fi-lr{background-image:url(/_next/static/media/lr.53b9aaa6.svg)}.fi-lr.fis{background-image:url(/_next/static/media/lr.24de0706.svg)}.fi-ls{background-image:url(/_next/static/media/ls.3ffccbb5.svg)}.fi-ls.fis{background-image:url(/_next/static/media/ls.9d74b3ad.svg)}.fi-lt{background-image:url(/_next/static/media/lt.bf4fafec.svg)}.fi-lt.fis{background-image:url(/_next/static/media/lt.8caacf8e.svg)}.fi-lu{background-image:url(/_next/static/media/lu.86de7018.svg)}.fi-lu.fis{background-image:url(/_next/static/media/lu.c50a5e54.svg)}.fi-lv{background-image:url(/_next/static/media/lv.a0f4e501.svg)}.fi-lv.fis{background-image:url(/_next/static/media/lv.4971dcb7.svg)}.fi-ly{background-image:url(/_next/static/media/ly.767d61c3.svg)}.fi-ly.fis{background-image:url(/_next/static/media/ly.b15665e7.svg)}.fi-ma{background-image:url(/_next/static/media/ma.ac9e8647.svg)}.fi-ma.fis{background-image:url(/_next/static/media/ma.011669b1.svg)}.fi-mc{background-image:url(/_next/static/media/mc.4575357b.svg)}.fi-mc.fis{background-image:url(/_next/static/media/mc.8d86df98.svg)}.fi-md{background-image:url(/_next/static/media/md.46084208.svg)}.fi-md.fis{background-image:url(/_next/static/media/md.16f4b7fa.svg)}.fi-me{background-image:url(/_next/static/media/me.3c71b59e.svg)}.fi-me.fis{background-image:url(/_next/static/media/me.4fb0f7fc.svg)}.fi-mf{background-image:url(/_next/static/media/mf.ec6640d7.svg)}.fi-mf.fis{background-image:url(/_next/static/media/mf.bc094987.svg)}.fi-mg{background-image:url(/_next/static/media/mg.fdccffd8.svg)}.fi-mg.fis{background-image:url(/_next/static/media/mg.4877b16a.svg)}.fi-mh{background-image:url(/_next/static/media/mh.2e69453f.svg)}.fi-mh.fis{background-image:url(/_next/static/media/mh.84332268.svg)}.fi-mk{background-image:url(/_next/static/media/mk.e08d824e.svg)}.fi-mk.fis{background-image:url(/_next/static/media/mk.2e8a86db.svg)}.fi-ml{background-image:url(/_next/static/media/ml.8913b6a0.svg)}.fi-ml.fis{background-image:url(/_next/static/media/ml.ba7ce81b.svg)}.fi-mm{background-image:url(/_next/static/media/mm.88f1ae1b.svg)}.fi-mm.fis{background-image:url(/_next/static/media/mm.588f0238.svg)}.fi-mn{background-image:url(/_next/static/media/mn.61dee92b.svg)}.fi-mn.fis{background-image:url(/_next/static/media/mn.11a4fb81.svg)}.fi-mo{background-image:url(/_next/static/media/mo.49df4949.svg)}.fi-mo.fis{background-image:url(/_next/static/media/mo.ddca0a6e.svg)}.fi-mp{background-image:url(/_next/static/media/mp.8e1a1ccc.svg)}.fi-mp.fis{background-image:url(/_next/static/media/mp.f4a099cf.svg)}.fi-mq{background-image:url(/_next/static/media/mq.552f523c.svg)}.fi-mq.fis{background-image:url(/_next/static/media/mq.ff8d61a6.svg)}.fi-mr{background-image:url(/_next/static/media/mr.8bf868ab.svg)}.fi-mr.fis{background-image:url(/_next/static/media/mr.acf8d7f9.svg)}.fi-ms{background-image:url(/_next/static/media/ms.0907f0f2.svg)}.fi-ms.fis{background-image:url(/_next/static/media/ms.2077dd4a.svg)}.fi-mt{background-image:url(/_next/static/media/mt.08b72552.svg)}.fi-mt.fis{background-image:url(/_next/static/media/mt.03736e84.svg)}.fi-mu{background-image:url(/_next/static/media/mu.c9c6e4ee.svg)}.fi-mu.fis{background-image:url(/_next/static/media/mu.42abd700.svg)}.fi-mv{background-image:url(/_next/static/media/mv.f37078c1.svg)}.fi-mv.fis{background-image:url(/_next/static/media/mv.cd985551.svg)}.fi-mw{background-image:url(/_next/static/media/mw.37635efa.svg)}.fi-mw.fis{background-image:url(/_next/static/media/mw.d50d7ea9.svg)}.fi-mx{background-image:url(/_next/static/media/mx.8c5c2973.svg)}.fi-mx.fis{background-image:url(/_next/static/media/mx.480e2c5a.svg)}.fi-my{background-image:url(/_next/static/media/my.b401f0bd.svg)}.fi-my.fis{background-image:url(/_next/static/media/my.1e658de7.svg)}.fi-mz{background-image:url(/_next/static/media/mz.2f07f2e3.svg)}.fi-mz.fis{background-image:url(/_next/static/media/mz.4bc428a9.svg)}.fi-na{background-image:url(/_next/static/media/na.54baa000.svg)}.fi-na.fis{background-image:url(/_next/static/media/na.a64d8ca1.svg)}.fi-nc{background-image:url(/_next/static/media/nc.d686b1f4.svg)}.fi-nc.fis{background-image:url(/_next/static/media/nc.31869201.svg)}.fi-ne{background-image:url(/_next/static/media/ne.6a215ca5.svg)}.fi-ne.fis{background-image:url(/_next/static/media/ne.ddabaa80.svg)}.fi-nf{background-image:url(/_next/static/media/nf.f6f398d7.svg)}.fi-nf.fis{background-image:url(/_next/static/media/nf.bd461721.svg)}.fi-ng{background-image:url(/_next/static/media/ng.ec2e74e2.svg)}.fi-ng.fis{background-image:url(/_next/static/media/ng.5247079e.svg)}.fi-ni{background-image:url(/_next/static/media/ni.b67664f3.svg)}.fi-ni.fis{background-image:url(/_next/static/media/ni.28e5d35d.svg)}.fi-nl{background-image:url(/_next/static/media/nl.c49ee8d5.svg)}.fi-nl.fis{background-image:url(/_next/static/media/nl.2c98e1df.svg)}.fi-no{background-image:url(/_next/static/media/no.4ceb414c.svg)}.fi-no.fis{background-image:url(/_next/static/media/no.a519bc0f.svg)}.fi-np{background-image:url(/_next/static/media/np.c115a58e.svg)}.fi-np.fis{background-image:url(/_next/static/media/np.670d8639.svg)}.fi-nr{background-image:url(/_next/static/media/nr.f98dec91.svg)}.fi-nr.fis{background-image:url(/_next/static/media/nr.a83a706b.svg)}.fi-nu{background-image:url(/_next/static/media/nu.e3a84a02.svg)}.fi-nu.fis{background-image:url(/_next/static/media/nu.ab755ce5.svg)}.fi-nz{background-image:url(/_next/static/media/nz.16212e51.svg)}.fi-nz.fis{background-image:url(/_next/static/media/nz.e296aaa6.svg)}.fi-om{background-image:url(/_next/static/media/om.4bed163d.svg)}.fi-om.fis{background-image:url(/_next/static/media/om.373fe4e7.svg)}.fi-pa{background-image:url(/_next/static/media/pa.78bb9a3d.svg)}.fi-pa.fis{background-image:url(/_next/static/media/pa.beca3af6.svg)}.fi-pe{background-image:url(/_next/static/media/pe.1320cd1a.svg)}.fi-pe.fis{background-image:url(/_next/static/media/pe.74e80a97.svg)}.fi-pf{background-image:url(/_next/static/media/pf.21c0bcc2.svg)}.fi-pf.fis{background-image:url(/_next/static/media/pf.3da8dbe6.svg)}.fi-pg{background-image:url(/_next/static/media/pg.f8fb35a5.svg)}.fi-pg.fis{background-image:url(/_next/static/media/pg.5e9b463f.svg)}.fi-ph{background-image:url(/_next/static/media/ph.84a2556b.svg)}.fi-ph.fis{background-image:url(/_next/static/media/ph.63c4356d.svg)}.fi-pk{background-image:url(/_next/static/media/pk.4e379b9a.svg)}.fi-pk.fis{background-image:url(/_next/static/media/pk.a3662ce6.svg)}.fi-pl{background-image:url(/_next/static/media/pl.4ca59b6d.svg)}.fi-pl.fis{background-image:url(/_next/static/media/pl.b7f0464c.svg)}.fi-pm{background-image:url(/_next/static/media/pm.a5508b8f.svg)}.fi-pm.fis{background-image:url(/_next/static/media/pm.6e3b8747.svg)}.fi-pn{background-image:url(/_next/static/media/pn.8da3c564.svg)}.fi-pn.fis{background-image:url(/_next/static/media/pn.560e2932.svg)}.fi-pr{background-image:url(/_next/static/media/pr.89d15f52.svg)}.fi-pr.fis{background-image:url(/_next/static/media/pr.eac89ae4.svg)}.fi-ps{background-image:url(/_next/static/media/ps.b08f1a2e.svg)}.fi-ps.fis{background-image:url(/_next/static/media/ps.aeba5dc9.svg)}.fi-pt{background-image:url(/_next/static/media/pt.4f4aed1d.svg)}.fi-pt.fis{background-image:url(/_next/static/media/pt.164e60e4.svg)}.fi-pw{background-image:url(/_next/static/media/pw.c4139f47.svg)}.fi-pw.fis{background-image:url(/_next/static/media/pw.e47cd8a0.svg)}.fi-py{background-image:url(/_next/static/media/py.589f91ad.svg)}.fi-py.fis{background-image:url(/_next/static/media/py.45c475d8.svg)}.fi-qa{background-image:url(/_next/static/media/qa.f779f3e2.svg)}.fi-qa.fis{background-image:url(/_next/static/media/qa.79dab309.svg)}.fi-re{background-image:url(/_next/static/media/re.d3c4fc19.svg)}.fi-re.fis{background-image:url(/_next/static/media/re.4d18457f.svg)}.fi-ro{background-image:url(/_next/static/media/ro.c05f47cb.svg)}.fi-ro.fis{background-image:url(/_next/static/media/ro.4885a544.svg)}.fi-rs{background-image:url(/_next/static/media/rs.8ccd2ab9.svg)}.fi-rs.fis{background-image:url(/_next/static/media/rs.318d5b27.svg)}.fi-ru{background-image:url(/_next/static/media/ru.2c447906.svg)}.fi-ru.fis{background-image:url(/_next/static/media/ru.9ee2a40e.svg)}.fi-rw{background-image:url(/_next/static/media/rw.c85e0781.svg)}.fi-rw.fis{background-image:url(/_next/static/media/rw.04eaf790.svg)}.fi-sa{background-image:url(/_next/static/media/sa.b9007726.svg)}.fi-sa.fis{background-image:url(/_next/static/media/sa.e5384306.svg)}.fi-sb{background-image:url(/_next/static/media/sb.cf6a4ceb.svg)}.fi-sb.fis{background-image:url(/_next/static/media/sb.63a8b779.svg)}.fi-sc{background-image:url(/_next/static/media/sc.ae98e9c5.svg)}.fi-sc.fis{background-image:url(/_next/static/media/sc.95a235db.svg)}.fi-sd{background-image:url(/_next/static/media/sd.e0e59b6e.svg)}.fi-sd.fis{background-image:url(/_next/static/media/sd.cc39c2fd.svg)}.fi-se{background-image:url(/_next/static/media/se.ec52785e.svg)}.fi-se.fis{background-image:url(/_next/static/media/se.6e3dfa92.svg)}.fi-sg{background-image:url(/_next/static/media/sg.7ad85643.svg)}.fi-sg.fis{background-image:url(/_next/static/media/sg.6c7c77dd.svg)}.fi-sh{background-image:url(/_next/static/media/sh.3ad15ea1.svg)}.fi-sh.fis{background-image:url(/_next/static/media/sh.9a586a73.svg)}.fi-si{background-image:url(/_next/static/media/si.f5601e6e.svg)}.fi-si.fis{background-image:url(/_next/static/media/si.ccc26c06.svg)}.fi-sj{background-image:url(/_next/static/media/sj.239f992c.svg)}.fi-sj.fis{background-image:url(/_next/static/media/sj.86309dc7.svg)}.fi-sk{background-image:url(/_next/static/media/sk.36b4d176.svg)}.fi-sk.fis{background-image:url(/_next/static/media/sk.9957e848.svg)}.fi-sl{background-image:url(/_next/static/media/sl.193f7759.svg)}.fi-sl.fis{background-image:url(/_next/static/media/sl.b8e2f9c8.svg)}.fi-sm{background-image:url(/_next/static/media/sm.b7261ba0.svg)}.fi-sm.fis{background-image:url(/_next/static/media/sm.23a41e48.svg)}.fi-sn{background-image:url(/_next/static/media/sn.562c00dd.svg)}.fi-sn.fis{background-image:url(/_next/static/media/sn.3ab9bf55.svg)}.fi-so{background-image:url(/_next/static/media/so.81fb24d4.svg)}.fi-so.fis{background-image:url(/_next/static/media/so.90ac99ad.svg)}.fi-sr{background-image:url(/_next/static/media/sr.3b1c3796.svg)}.fi-sr.fis{background-image:url(/_next/static/media/sr.0953a6a0.svg)}.fi-ss{background-image:url(/_next/static/media/ss.1612a976.svg)}.fi-ss.fis{background-image:url(/_next/static/media/ss.6f65d43c.svg)}.fi-st{background-image:url(/_next/static/media/st.e2d0e812.svg)}.fi-st.fis{background-image:url(/_next/static/media/st.24c52b78.svg)}.fi-sv{background-image:url(/_next/static/media/sv.0e916201.svg)}.fi-sv.fis{background-image:url(/_next/static/media/sv.98512b35.svg)}.fi-sx{background-image:url(/_next/static/media/sx.f407c644.svg)}.fi-sx.fis{background-image:url(/_next/static/media/sx.7105ebb4.svg)}.fi-sy{background-image:url(/_next/static/media/sy.03f8419e.svg)}.fi-sy.fis{background-image:url(/_next/static/media/sy.fab84757.svg)}.fi-sz{background-image:url(/_next/static/media/sz.1dcbdeb6.svg)}.fi-sz.fis{background-image:url(/_next/static/media/sz.8fcb2ad6.svg)}.fi-tc{background-image:url(/_next/static/media/tc.110e34b0.svg)}.fi-tc.fis{background-image:url(/_next/static/media/tc.c47991a5.svg)}.fi-td{background-image:url(/_next/static/media/td.4112ccd5.svg)}.fi-td.fis{background-image:url(/_next/static/media/td.5f20acc4.svg)}.fi-tf{background-image:url(/_next/static/media/tf.7c977baf.svg)}.fi-tf.fis{background-image:url(/_next/static/media/tf.5fa85387.svg)}.fi-tg{background-image:url(/_next/static/media/tg.f434b187.svg)}.fi-tg.fis{background-image:url(/_next/static/media/tg.171d7e88.svg)}.fi-th{background-image:url(/_next/static/media/th.b00e082a.svg)}.fi-th.fis{background-image:url(/_next/static/media/th.ef374066.svg)}.fi-tj{background-image:url(/_next/static/media/tj.9c507e17.svg)}.fi-tj.fis{background-image:url(/_next/static/media/tj.15422eff.svg)}.fi-tk{background-image:url(/_next/static/media/tk.c0bf669c.svg)}.fi-tk.fis{background-image:url(/_next/static/media/tk.4c50bf5b.svg)}.fi-tl{background-image:url(/_next/static/media/tl.2c56cc08.svg)}.fi-tl.fis{background-image:url(/_next/static/media/tl.8a381dde.svg)}.fi-tm{background-image:url(/_next/static/media/tm.76b4ea01.svg)}.fi-tm.fis{background-image:url(/_next/static/media/tm.70324768.svg)}.fi-tn{background-image:url(/_next/static/media/tn.37c8e7ce.svg)}.fi-tn.fis{background-image:url(/_next/static/media/tn.00f037a9.svg)}.fi-to{background-image:url(/_next/static/media/to.e21e7b02.svg)}.fi-to.fis{background-image:url(/_next/static/media/to.c6f3657c.svg)}.fi-tr{background-image:url(/_next/static/media/tr.d4c9d92a.svg)}.fi-tr.fis{background-image:url(/_next/static/media/tr.0def5aa5.svg)}.fi-tt{background-image:url(/_next/static/media/tt.e0985f1c.svg)}.fi-tt.fis{background-image:url(/_next/static/media/tt.6ab528e2.svg)}.fi-tv{background-image:url(/_next/static/media/tv.3824bd65.svg)}.fi-tv.fis{background-image:url(/_next/static/media/tv.6903cb03.svg)}.fi-tw{background-image:url(/_next/static/media/tw.73a45808.svg)}.fi-tw.fis{background-image:url(/_next/static/media/tw.be895da5.svg)}.fi-tz{background-image:url(/_next/static/media/tz.2fc608dc.svg)}.fi-tz.fis{background-image:url(/_next/static/media/tz.1c849474.svg)}.fi-ua{background-image:url(/_next/static/media/ua.f2fcca8e.svg)}.fi-ua.fis{background-image:url(/_next/static/media/ua.1906adac.svg)}.fi-ug{background-image:url(/_next/static/media/ug.c763208a.svg)}.fi-ug.fis{background-image:url(/_next/static/media/ug.0649a4b7.svg)}.fi-um{background-image:url(/_next/static/media/um.dcc46281.svg)}.fi-um.fis{background-image:url(/_next/static/media/um.3bcbb586.svg)}.fi-us{background-image:url(/_next/static/media/us.ed9e9dcf.svg)}.fi-us.fis{background-image:url(/_next/static/media/us.74ba1789.svg)}.fi-uy{background-image:url(/_next/static/media/uy.9537a65d.svg)}.fi-uy.fis{background-image:url(/_next/static/media/uy.d2ccd308.svg)}.fi-uz{background-image:url(/_next/static/media/uz.f2c7bb34.svg)}.fi-uz.fis{background-image:url(/_next/static/media/uz.547d4bad.svg)}.fi-va{background-image:url(/_next/static/media/va.cf5c475a.svg)}.fi-va.fis{background-image:url(/_next/static/media/va.098e6750.svg)}.fi-vc{background-image:url(/_next/static/media/vc.fef5eea8.svg)}.fi-vc.fis{background-image:url(/_next/static/media/vc.236a0c50.svg)}.fi-ve{background-image:url(/_next/static/media/ve.fc18ce10.svg)}.fi-ve.fis{background-image:url(/_next/static/media/ve.fadaaf82.svg)}.fi-vg{background-image:url(/_next/static/media/vg.6f83a135.svg)}.fi-vg.fis{background-image:url(/_next/static/media/vg.fcaf70cf.svg)}.fi-vi{background-image:url(/_next/static/media/vi.73d19f31.svg)}.fi-vi.fis{background-image:url(/_next/static/media/vi.9c07d6d3.svg)}.fi-vn{background-image:url(/_next/static/media/vn.72f1ed8d.svg)}.fi-vn.fis{background-image:url(/_next/static/media/vn.8508d803.svg)}.fi-vu{background-image:url(/_next/static/media/vu.0031be74.svg)}.fi-vu.fis{background-image:url(/_next/static/media/vu.041d7436.svg)}.fi-wf{background-image:url(/_next/static/media/wf.bca98a8b.svg)}.fi-wf.fis{background-image:url(/_next/static/media/wf.f72e2367.svg)}.fi-ws{background-image:url(/_next/static/media/ws.7d68a871.svg)}.fi-ws.fis{background-image:url(/_next/static/media/ws.7f5978f7.svg)}.fi-ye{background-image:url(/_next/static/media/ye.9d9e4c9f.svg)}.fi-ye.fis{background-image:url(/_next/static/media/ye.8f3c7165.svg)}.fi-yt{background-image:url(/_next/static/media/yt.045dc596.svg)}.fi-yt.fis{background-image:url(/_next/static/media/yt.a50469fc.svg)}.fi-za{background-image:url(/_next/static/media/za.b4b48b9d.svg)}.fi-za.fis{background-image:url(/_next/static/media/za.41aa0ffd.svg)}.fi-zm{background-image:url(/_next/static/media/zm.546d1105.svg)}.fi-zm.fis{background-image:url(/_next/static/media/zm.d140a71a.svg)}.fi-zw{background-image:url(/_next/static/media/zw.f731297d.svg)}.fi-zw.fis{background-image:url(/_next/static/media/zw.268cabba.svg)}.fi-arab{background-image:url(/_next/static/media/arab.80202ce6.svg)}.fi-arab.fis{background-image:url(/_next/static/media/arab.5453d607.svg)}.fi-cefta{background-image:url(/_next/static/media/cefta.3c76a868.svg)}.fi-cefta.fis{background-image:url(/_next/static/media/cefta.6ce94a42.svg)}.fi-cp{background-image:url(/_next/static/media/cp.d0eb7df6.svg)}.fi-cp.fis{background-image:url(/_next/static/media/cp.f400c9ba.svg)}.fi-dg{background-image:url(/_next/static/media/dg.3aca390e.svg)}.fi-dg.fis{background-image:url(/_next/static/media/dg.47d23584.svg)}.fi-eac{background-image:url(/_next/static/media/eac.33877f5b.svg)}.fi-eac.fis{background-image:url(/_next/static/media/eac.1e5b17e3.svg)}.fi-es-ct{background-image:url(/_next/static/media/es-ct.5e59862b.svg)}.fi-es-ct.fis{background-image:url(/_next/static/media/es-ct.c6598d85.svg)}.fi-es-ga{background-image:url(/_next/static/media/es-ga.ec3cb77a.svg)}.fi-es-ga.fis{background-image:url(/_next/static/media/es-ga.d636e546.svg)}.fi-es-pv{background-image:url(/_next/static/media/es-pv.73f0dc2b.svg)}.fi-es-pv.fis{background-image:url(/_next/static/media/es-pv.98874354.svg)}.fi-eu{background-image:url(/_next/static/media/eu.cef9551f.svg)}.fi-eu.fis{background-image:url(/_next/static/media/eu.6f18afcd.svg)}.fi-gb-eng{background-image:url(/_next/static/media/gb-eng.e1fc6b4f.svg)}.fi-gb-eng.fis{background-image:url(/_next/static/media/gb-eng.5107a4c2.svg)}.fi-gb-nir{background-image:url(/_next/static/media/gb-nir.3373f6f9.svg)}.fi-gb-nir.fis{background-image:url(/_next/static/media/gb-nir.1f1ff7f5.svg)}.fi-gb-sct{background-image:url(/_next/static/media/gb-sct.10f3906a.svg)}.fi-gb-sct.fis{background-image:url(/_next/static/media/gb-sct.6618f22c.svg)}.fi-gb-wls{background-image:url(/_next/static/media/gb-wls.ed753b1e.svg)}.fi-gb-wls.fis{background-image:url(/_next/static/media/gb-wls.177b6ee1.svg)}.fi-ic{background-image:url(/_next/static/media/ic.1404e905.svg)}.fi-ic.fis{background-image:url(/_next/static/media/ic.b8b8078e.svg)}.fi-pc{background-image:url(/_next/static/media/pc.f4f93430.svg)}.fi-pc.fis{background-image:url(/_next/static/media/pc.7598f754.svg)}.fi-sh-ac{background-image:url(/_next/static/media/sh-ac.54107ff5.svg)}.fi-sh-ac.fis{background-image:url(/_next/static/media/sh-ac.88ff57e3.svg)}.fi-sh-hl{background-image:url(/_next/static/media/sh-hl.5f50fb49.svg)}.fi-sh-hl.fis{background-image:url(/_next/static/media/sh-hl.0902110e.svg)}.fi-sh-ta{background-image:url(/_next/static/media/sh-ta.8250445d.svg)}.fi-sh-ta.fis{background-image:url(/_next/static/media/sh-ta.d8575da8.svg)}.fi-un{background-image:url(/_next/static/media/un.b37ced61.svg)}.fi-un.fis{background-image:url(/_next/static/media/un.1aad5c12.svg)}.fi-xk{background-image:url(/_next/static/media/xk.7f06d7f5.svg)}.fi-xk.fis{background-image:url(/_next/static/media/xk.033589f4.svg)}