:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Neutra Text;font-weight:400;font-style:normal;font-display:swap;src:url(/assets/neutra-text_regular-_8W99P_m.woff2)format("woff2")}@font-face{font-family:Neutra Text;font-weight:700;font-style:normal;font-display:swap;src:url(/assets/neutra-text_bold-o9A9_HV8.woff2)format("woff2")}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-5%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(5%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(5%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-5%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeInZoomIn{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes fadeInZoomInSm{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInZoomOut{0%{opacity:0;transform:scale(1.25)}to{opacity:1;transform:scale(1)}}@keyframes fadeInZoomOutSm{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes alternateColor{0%{color:#64a6fc;outline-color:#64a6fc}16.66%{color:#2fd0c8;outline-color:#2fd0c8}33.33%{color:#6ed485;outline-color:#6ed485}50%{color:#fb9674;outline-color:#fb9674}66.66%{color:#f8c24f;outline-color:#f8c24f}83.33%{color:#a189f0;outline-color:#a189f0}to{color:#64a6fc;outline-color:#64a6fc}}@keyframes alternateBackgroundColor{0%{background-color:#64a6fc}16.66%{background-color:#2fd0c8}33.33%{background-color:#6ed485}50%{background-color:#fb9674}66.66%{background-color:#f8c24f}83.33%{background-color:#a189f0}to{background-color:#64a6fc}}@keyframes alternateBackgroundOpacityColor{0%{background-color:#64a6fc54}16.66%{background-color:#2fd0c854}33.33%{background-color:#6ed48554}50%{background-color:#fb967454}66.66%{background-color:#f8c24f54}83.33%{background-color:#a189f054}to{background-color:#64a6fc54}}@keyframes alternateBorderColor{0%{border-color:#64a6fc}16.66%{border-color:#2fd0c8}33.33%{border-color:#6ed485}50%{border-color:#fb9674}66.66%{border-color:#f8c24f}83.33%{border-color:#a189f0}to{border-color:#64a6fc}}@keyframes hello{0%{transform:rotate(8deg)translate(2px)}12%{transform:rotate(-12deg)translate(-3px)}24%{transform:rotate(16deg)translate(4px)}36%{transform:rotate(-16deg)translate(-4px)}48%{transform:rotate(12deg)translate(3px)}60%{transform:rotate(-12deg)translate(-3px)}72%{transform:rotate(8deg)translate(2px)}to{transform:rotate(8deg)translate(2px)}}@keyframes ripple{0%{opacity:1;transform:scale(.85)}to{opacity:0;transform:scale(1.2)}}@keyframes rippleSmall{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}@keyframes garlandBlink{0%{fill:#ef9a9a}25%{fill:#ffe082}50%{fill:#a5d6a7}75%{fill:#90caf9}to{fill:#ef9a9a}}:root{font-synthesis:none;text-rendering:optimizelegibility}html{font-size:18px}@media (width<=1279px){html{font-size:16px}}@media (width<=959px){html{font-size:18px}}@media (width<=599px){html{font-size:16px}}p,h1,h2,h3,h4,h5,h6,ul{margin:0}a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;-webkit-tap-highlight-color:transparent;text-decoration:none}ul{padding:0;list-style:none}img{pointer-events:none;-webkit-user-select:none;user-select:none;display:block}figure{margin:0}button{font:inherit}@media (width<=1279px){.MuiFab-root:not(.MuiFab-sizeMedium){width:48px;height:48px}}@media (width<=959px){.MuiFab-root:not(.MuiFab-sizeMedium){width:56px;height:56px}}@media (width<=599px){.MuiFab-root:not(.MuiFab-sizeMedium){width:48px;height:48px}}@media (hover:hover){.MuiIconButton-root:hover{background-color:#282c340a}}@media (hover:none){.MuiIconButton-root:active{background-color:#282c340a}}@media (hover:hover){.MuiFilledInput-root:hover{background-color:#0000}}@media (hover:none){.MuiFilledInput-root:active{background-color:#0000}}@media (width<=599px){.MuiTab-root{font-size:16px}}.App_color_alternate .MuiBackdrop-root{animation:20s linear infinite alternateBackgroundOpacityColor}.App_color_white .MuiBackdrop-root{background-color:#ffffff54}.App_color_default .MuiBackdrop-root{background-color:#b0b0b054}.App_color_blue .MuiBackdrop-root{background-color:#64a6fc54}.App_color_green .MuiBackdrop-root{background-color:#2fd0c854}.App_color_grass .MuiBackdrop-root{background-color:#6ed48554}.App_color_yellow .MuiBackdrop-root{background-color:#f8c24f54}.App_color_red .MuiBackdrop-root{background-color:#fb967454}.App_color_violet .MuiBackdrop-root{background-color:#a189f054}.grecaptcha-badge{visibility:hidden}.VisuallyHidden{clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:-1px;padding:0;position:absolute;bottom:0;overflow:hidden}.App_color_alternate .Colorful,.App_color_alternate .NavigationButton.active{animation:20s linear infinite alternateColor}.App_color_white .Colorful,.App_color_white .NavigationButton.active{color:#fff;outline-color:#fff}.App_color_default .Colorful,.App_color_default .NavigationButton.active{color:#b0b0b0;outline-color:#b0b0b0}.App_color_default .Colorful_dark{color:#939393b3}.App_color_blue .Colorful,.App_color_blue .NavigationButton.active{color:#64a6fc;outline-color:#64a6fc}.App_color_blue .Colorful_dark{color:#568bd0b3}.App_color_green .Colorful,.App_color_green .NavigationButton.active{color:#2fd0c8;outline-color:#2fd0c8}.App_color_green .Colorful_dark{color:#2caca6b3}.App_color_grass .Colorful,.App_color_grass .NavigationButton.active{color:#6ed485;outline-color:#6ed485}.App_color_grass .Colorful_dark{color:#5eb070b3}.App_color_yellow .Colorful,.App_color_yellow .NavigationButton.active{color:#f8c24f;outline-color:#f8c24f}.App_color_yellow .Colorful_dark{color:#cda145b3}.App_color_red .Colorful,.App_color_red .NavigationButton.active{color:#fb9674;outline-color:#fb9674}.App_color_red .Colorful_dark{color:#cf7e63b3}.App_color_violet .Colorful,.App_color_violet .NavigationButton.active{color:#a189f0;outline-color:#a189f0}.App_color_violet .Colorful_dark{color:#8774c6b3}.Title{margin-bottom:.5em;font-size:72px;font-weight:700;line-height:1.2;animation:.8s cubic-bezier(.4,0,.2,1) both fadeIn}.Title_mediumIndent{margin-bottom:.32em}.Title_smallIndent{margin-bottom:.16em}.Title_withIcon{align-items:center;display:flex}.Title_fadeInBottom{animation:.8s cubic-bezier(.4,0,.2,1) both fadeInBottom}.App_color_white .Title{color:#fff}.App_color_default .Title{color:#b0b0b0}.App_color_blue .Title{color:#64a6fc}.App_color_green .Title{color:#2fd0c8}.App_color_grass .Title{color:#6ed485}.App_color_yellow .Title{color:#f8c24f}.App_color_red .Title{color:#fb9674}.App_color_violet .Title{color:#a189f0}@media (width<=1279px){.Title{font-size:56px}}@media (width<=399px){.Title{font-size:42px}}.TitleIconWrapper{margin-left:.2em;padding:8px;display:flex}.Text,.MainText{font-size:30px;line-height:1.5}@media (width<=1279px){.Text,.MainText{font-size:26px}}@media (width<=399px){.Text,.MainText{font-size:22px}}.MainText{color:#6d6d6d;margin-bottom:2em;animation:.8s cubic-bezier(.4,0,.2,1) both fadeInBottom}.MainText_dark{color:#282c34}.MainText_noAnimation{animation:none}.Button{color:#fff}.Button:not(:last-child){margin-right:16px}.Button_color_blue.MuiButton-text{color:#568bd0;background-color:#64a6fc33}@media (hover:hover){.Button_color_blue.MuiButton-text:hover{background-color:#64a6fc66}}@media (hover:none){.Button_color_blue.MuiButton-text:active{background-color:#64a6fc66}}.Button_color_green.MuiButton-text{color:#2caca6;background-color:#2fd0c833}@media (hover:hover){.Button_color_green.MuiButton-text:hover{background-color:#2fd0c866}}@media (hover:none){.Button_color_green.MuiButton-text:active{background-color:#2fd0c866}}.Button_color_red.MuiButton-text{color:#cf7e63;background-color:#fb967433}@media (hover:hover){.Button_color_red.MuiButton-text:hover{background-color:#fb967466}}@media (hover:none){.Button_color_red.MuiButton-text:active{background-color:#fb967466}}.Button_color_white,.App_color_white .Button{color:#282c34}.Button_color_white,.Button_color_white:hover,.App_color_white .Button,.App_color_white .Button:hover{background-color:#fff}@media (hover:hover){.Button_color_white:hover,.App_color_white .Button:hover{background-color:#e6e6e6}}@media (hover:none){.Button_color_white:active,.App_color_white .Button:active{background-color:#e6e6e6}}.App_color_default .Button.MuiButton-text{color:#939393;background-color:#b0b0b033}@media (hover:hover){.App_color_default .Button.MuiButton-text:hover{background-color:#b0b0b066}}@media (hover:none){.App_color_default .Button.MuiButton-text:active{background-color:#b0b0b066}}.App_color_blue .Button.MuiButton-text{color:#568bd0;background-color:#64a6fc33}@media (hover:hover){.App_color_blue .Button.MuiButton-text:hover{background-color:#64a6fc66}}@media (hover:none){.App_color_blue .Button.MuiButton-text:active{background-color:#64a6fc66}}.App_color_green .Button.MuiButton-text{color:#2caca6;background-color:#2fd0c833}@media (hover:hover){.App_color_green .Button.MuiButton-text:hover{background-color:#2fd0c866}}@media (hover:none){.App_color_green .Button.MuiButton-text:active{background-color:#2fd0c866}}.App_color_grass .Button.MuiButton-text{color:#5eb070;background-color:#6ed48533}@media (hover:hover){.App_color_grass .Button.MuiButton-text:hover{background-color:#6ed48566}}@media (hover:none){.App_color_grass .Button.MuiButton-text:active{background-color:#6ed48566}}.App_color_yellow .Button.MuiButton-text{color:#cda145;background-color:#f8c24f33}@media (hover:hover){.App_color_yellow .Button.MuiButton-text:hover{background-color:#f8c24f66}}@media (hover:none){.App_color_yellow .Button.MuiButton-text:active{background-color:#f8c24f66}}.App_color_red .Button.MuiButton-text{color:#cf7e63;background-color:#fb967433}@media (hover:hover){.App_color_red .Button.MuiButton-text:hover{background-color:#fb967466}}@media (hover:none){.App_color_red .Button.MuiButton-text:active{background-color:#fb967466}}.App_color_violet .Button.MuiButton-text{color:#8774c6;background-color:#a189f033}@media (hover:hover){.App_color_violet .Button.MuiButton-text:hover{background-color:#a189f066}}@media (hover:none){.App_color_violet .Button.MuiButton-text:active{background-color:#a189f066}}@media (width<=399px){.Button{width:100%;margin-right:0}.Button:not(:last-child){margin-bottom:16px}}.NavigationButton{color:#282c34;height:54px;font-size:32px}.App_color_white .NavigationButton:not(.active){color:#ffffffb3}.Link{-webkit-user-select:auto;user-select:auto;white-space:nowrap;font-weight:700;transition:text-decoration-color .15s cubic-bezier(0,0,.2,1)}.Link_white,.App_color_white .Link{color:#fff;outline-color:#fff;text-decoration-color:#ffffff4d}@media (hover:hover){.Link_white:hover,.App_color_white .Link:hover{text-decoration-color:#fff}}@media (hover:none){.Link_white:active,.App_color_white .Link:active{text-decoration-color:#fff}}.App_color_default .Link:not(.Link_white){color:#939393;outline-color:#939393;text-decoration-color:#9393934d}@media (hover:hover){.App_color_default .Link:not(.Link_white):hover{text-decoration-color:#939393}}@media (hover:none){.App_color_default .Link:not(.Link_white):active{text-decoration-color:#939393}}.App_color_blue .Link:not(.Link_white){color:#568bd0;outline-color:#568bd0;text-decoration-color:#568bd04d}@media (hover:hover){.App_color_blue .Link:not(.Link_white):hover{text-decoration-color:#568bd0}}@media (hover:none){.App_color_blue .Link:not(.Link_white):active{text-decoration-color:#568bd0}}.App_color_green .Link:not(.Link_white){color:#2caca6;outline-color:#2caca6;text-decoration-color:#2caca64d}@media (hover:hover){.App_color_green .Link:not(.Link_white):hover{text-decoration-color:#2caca6}}@media (hover:none){.App_color_green .Link:not(.Link_white):active{text-decoration-color:#2caca6}}.App_color_grass .Link:not(.Link_white){color:#5eb070;outline-color:#5eb070;text-decoration-color:#5eb0704d}@media (hover:hover){.App_color_grass .Link:not(.Link_white):hover{text-decoration-color:#5eb070}}@media (hover:none){.App_color_grass .Link:not(.Link_white):active{text-decoration-color:#5eb070}}.App_color_yellow .Link:not(.Link_white){color:#cda145;outline-color:#cda145;text-decoration-color:#cda1454d}@media (hover:hover){.App_color_yellow .Link:not(.Link_white):hover{text-decoration-color:#cda145}}@media (hover:none){.App_color_yellow .Link:not(.Link_white):active{text-decoration-color:#cda145}}.App_color_red .Link:not(.Link_white){color:#cf7e63;outline-color:#cf7e63;text-decoration-color:#cf7e634d}@media (hover:hover){.App_color_red .Link:not(.Link_white):hover{text-decoration-color:#cf7e63}}@media (hover:none){.App_color_red .Link:not(.Link_white):active{text-decoration-color:#cf7e63}}.App_color_violet .Link:not(.Link_white){color:#8774c6;outline-color:#8774c6;text-decoration-color:#8774c64d}@media (hover:hover){.App_color_violet .Link:not(.Link_white):hover{text-decoration-color:#8774c6}}@media (hover:none){.App_color_violet .Link:not(.Link_white):active{text-decoration-color:#8774c6}}.Actions{margin-top:56px}.Actions_center{text-align:center}@media (width<=959px){.Actions{margin-top:48px}}.ColorInteract{border-radius:8px;position:relative}.ColorInteract_color_default{color:#b0b0b0}.ColorInteract_color_default:before{background-color:#b0b0b01f}.ColorInteract_color_blue{color:#64a6fc}.ColorInteract_color_blue:before{background-color:#64a6fc1f}.ColorInteract_color_green{color:#2fd0c8}.ColorInteract_color_green:before{background-color:#2fd0c81f}.ColorInteract_color_grass{color:#6ed485}.ColorInteract_color_grass:before{background-color:#6ed4851f}.ColorInteract_color_yellow{color:#f8c24f}.ColorInteract_color_yellow:before{background-color:#f8c24f1f}.ColorInteract_color_red{color:#fb9674}.ColorInteract_color_red:before{background-color:#fb96741f}.ColorInteract_color_violet{color:#a189f0}.ColorInteract_color_violet:before{background-color:#a189f01f}.ColorInteract:before{content:"";opacity:0;z-index:1;border-radius:8px;width:100%;height:100%;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1);display:block;position:absolute;transform:scale(.8)}.ColorInteract>.MuiTouchRipple-root{z-index:1}@media (hover:hover){.ColorInteract:hover:before{opacity:1;transform:scale(1)}}@media (hover:none){.ColorInteract:active:before{opacity:1;transform:scale(1)}}.ButtonIcon{font-size:32px}.Time{text-transform:capitalize;display:inline-block}.Tabs{margin-bottom:24px;animation:.8s cubic-bezier(.4,0,.2,1) both fadeIn}.Lowercase{text-transform:lowercase}.TooltipParagraph{margin-bottom:8px}.App{min-width:320px;transition:background-color .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.App_color_alternate ::selection{background-color:#b0b0b066}.App_color_default ::selection{background-color:#b0b0b066}.App_background_default{background-color:#b0b0b0}.App_background_default:before{content:"";background-image:linear-gradient(#0000,#0000001a);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.App_background_default ::selection{background-color:#b0b0b066}.App_color_blue ::selection{background-color:#64a6fc66}.App_background_blue{background-color:#64a6fc}.App_background_blue:before{content:"";background-image:linear-gradient(#0000,#0000001a);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.App_background_blue ::selection{background-color:#b0b0b066}.App_color_green ::selection{background-color:#2fd0c866}.App_background_green{background-color:#2fd0c8}.App_background_green:before{content:"";background-image:linear-gradient(#0000,#0000001a);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.App_background_green ::selection{background-color:#b0b0b066}.App_color_grass ::selection{background-color:#6ed48566}.App_background_grass{background-color:#6ed485}.App_background_grass:before{content:"";background-image:linear-gradient(#0000,#0000001a);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.App_background_grass ::selection{background-color:#b0b0b066}.App_color_yellow ::selection{background-color:#f8c24f66}.App_background_yellow{background-color:#f8c24f}.App_background_yellow:before{content:"";background-image:linear-gradient(#0000,#0000001a);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.App_background_yellow ::selection{background-color:#b0b0b066}.App_color_red ::selection{background-color:#fb967466}.App_background_red{background-color:#fb9674}.App_background_red:before{content:"";background-image:linear-gradient(#0000,#0000001a);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.App_background_red ::selection{background-color:#b0b0b066}.App_color_violet ::selection{background-color:#a189f066}.App_background_violet{background-color:#a189f0}.App_background_violet:before{content:"";background-image:linear-gradient(#0000,#0000001a);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.App_background_violet ::selection{background-color:#b0b0b066}.App-Main{width:100%;min-height:100vh;padding-left:100px}@media (width<=959px){.App-Main{padding-top:31px;padding-left:0}}.Sidebar{z-index:1;flex-direction:column;justify-content:space-between;height:100%;padding-top:8px;padding-bottom:12px;display:flex;position:fixed;overflow:hidden auto}.Settings-Icon{width:32px;height:32px}.Header{z-index:100;width:100%;position:fixed}.Header-Content{background-color:#fffffff2;border-bottom:2px solid #2fd0c8;justify-content:space-between;align-items:center;height:62px;padding-left:8px;padding-right:8px;transition:color .25s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1);display:flex}.App_color_alternate .Header-Content{animation:20s linear infinite alternateBorderColor}.App_color_white .Header-Content{border-color:#fff}.App_color_default .Header-Content{border-color:#b0b0b0}.App_background_default .Header-Content{background-color:#b0b0b0f2}.App_color_blue .Header-Content{border-color:#64a6fc}.App_background_blue .Header-Content{background-color:#64a6fcf2}.App_color_green .Header-Content{border-color:#2fd0c8}.App_background_green .Header-Content{background-color:#2fd0c8f2}.App_color_grass .Header-Content{border-color:#6ed485}.App_background_grass .Header-Content{background-color:#6ed485f2}.App_color_yellow .Header-Content{border-color:#f8c24f}.App_background_yellow .Header-Content{background-color:#f8c24ff2}.App_color_red .Header-Content{border-color:#fb9674}.App_background_red .Header-Content{background-color:#fb9674f2}.App_color_violet .Header-Content{border-color:#a189f0}.App_background_violet .Header-Content{background-color:#a189f0f2}.Drawer-Content{height:100%;transition:background-color .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.App_background_default .Drawer-Content{background-color:#b0b0b0}.App_background_blue .Drawer-Content{background-color:#64a6fc}.App_background_green .Drawer-Content{background-color:#2fd0c8}.App_background_grass .Drawer-Content{background-color:#6ed485}.App_background_yellow .Drawer-Content{background-color:#f8c24f}.App_background_red .Drawer-Content{background-color:#fb9674}.App_background_violet .Drawer-Content{background-color:#a189f0}.Drawer-Content{flex-direction:column;justify-content:space-between;padding-bottom:12px;display:flex}.Drawer-Block{justify-content:center;align-items:center;height:60px;display:flex}.Garland{z-index:100;display:flex;position:fixed;top:-3px;left:calc(50% + 48px);transform:translate(-50%)}.Garland_header{position:absolute}@media (width<=959px){.Garland{left:50%}}@media (width<=599px){.Garland{top:-2px}}@media (width<=399px){.Garland{top:-1px}}.Garland-Item{width:476px;height:auto}@media (width<=599px){.Garland-Item{width:272px}}@media (width<=399px){.Garland-Item{width:204px}}.Garland-Lamp{animation-name:garlandBlink;animation-duration:2s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-iteration-count:infinite}.Garland-Lamp:nth-child(n){animation-delay:-1.5s}.Garland-Lamp:nth-child(2n){animation-delay:-1s}.Garland-Lamp:nth-child(3n){animation-delay:-.5s}.Garland-Lamp:nth-child(4n){animation-delay:0s}.Garland-Base{stroke:#282c34}.Message .MuiSnackbarContent-root{color:#282c34;background-color:#fff;border:1px solid #282c34;min-width:330px;padding:6px 72px 6px 16px}@media (width<=399px){.Message .MuiSnackbarContent-root{min-width:auto}}.Message .MuiSnackbarContent-message{align-items:center;gap:12px;display:flex}.Message-Icon{flex-shrink:0}.Message-Close{position:absolute;right:8px}
