@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Unbounded:wght@200..900&display=swap";: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:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom: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{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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--default{background:var(--toastify-color-progress-colored)}.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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}/*!
* Quill Editor v2.0.3
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.vue-skeletor{position:relative;overflow:hidden;background-color:#0000001f}.vue-skeletor:not(.vue-skeletor--shimmerless):after{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0,#ffffff4d,#25161600);animation:shimmer 1.5s infinite;content:""}.vue-skeletor--rect,.vue-skeletor--circle{display:block}.vue-skeletor--circle{border-radius:50%}.vue-skeletor--pill,.vue-skeletor--text{border-radius:9999px}.vue-skeletor--text{line-height:1;display:inline-block;width:100%;height:inherit;vertical-align:middle;top:-1px}@keyframes shimmer{to{transform:translate(100%)}}.catalog-dropdown[data-v-389467e7]{position:relative}.catalog-btn[data-v-389467e7]{font-size:18px;display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;background-color:var(--color-primary);color:#000;cursor:pointer;box-shadow:var(--shadow)}.catalog-btn[data-v-389467e7]:hover{background-color:var(--color-primary-hover)}.catalog-list[data-v-389467e7]{max-height:350px;overflow-y:auto;width:300px;text-align:left;display:flex;flex-direction:column;background-color:var(--color-background);position:absolute;z-index:15;top:55px;left:0;border-radius:var(--border-radius);box-shadow:var(--shadow)}.catalog-list__item[data-v-389467e7]{display:block;padding:12px 20px;font-size:16px;transition:.2s}.catalog-list__item[data-v-389467e7]:hover{color:var(--color-primary-text-hover);background-color:var(--color-background-third)}.fast-search-container[data-v-9b6cfc1f]{position:relative}.search-bar[data-v-9b6cfc1f]{display:flex;justify-content:center;align-items:center;width:100%;min-width:400px;border-radius:20px;border:0;position:relative}.search-panel[data-v-9b6cfc1f]{font-family:Inter,sans-serif;box-sizing:border-box;width:100%;border-radius:20px;border:0;outline:none;background-color:#eee;padding:10px 20px 10px 50px;margin:0;font-size:16px}.search-btn-container[data-v-9b6cfc1f]{position:absolute;left:15px;top:10px}.search-btn[data-v-9b6cfc1f]{border:none;margin:0;padding:0;background-color:transparent}.search-btn span[data-v-9b6cfc1f]{cursor:pointer;font-size:23px;color:#999}.products-content[data-v-9b6cfc1f]{position:absolute;top:50px;left:0;z-index:30;width:100%;border-radius:var(--border-radius);background:var(--color-background);display:flex;flex-direction:column;max-height:60vh;overflow:auto;box-shadow:var(--shadow)}.product[data-v-9b6cfc1f]{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 20px}.product[data-v-9b6cfc1f]:first-child{padding-top:20px}.product[data-v-9b6cfc1f]:last-child{padding-bottom:20px}.product[data-v-9b6cfc1f]:hover{background:var(--color-background-third)}.product-name-img[data-v-9b6cfc1f]{display:flex;align-items:center;gap:15px}.product-name-img .product-img[data-v-9b6cfc1f]{max-height:40px;min-height:40px;max-width:40px;min-width:40px;position:relative}.product-name-img .product-img>img[data-v-9b6cfc1f]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-name-img .product-name[data-v-9b6cfc1f]{font-size:15px}.product-price[data-v-9b6cfc1f]{display:flex;align-items:end;gap:4px;font-weight:800;font-size:13px}.product-price .price[data-v-9b6cfc1f]{font-size:15px}@media (max-width: 850px){.search-bar[data-v-9b6cfc1f]{min-width:300px!important}}.navbar-link[data-v-4e79fdb8]{font-size:18px;color:#000;text-decoration:none;transition:var(--transition)}.navbar-link[data-v-4e79fdb8]:hover{color:var(--color-primary-text-hover)}.footer-link a[data-v-4e79fdb8]{color:var(--color-text-secondary-hover);text-decoration:none;width:auto;transition:var(--transition)}.footer-link a[data-v-4e79fdb8]:hover{color:var(--color-text-secondary)}header .material-symbols-outlined[data-v-648419cf]{font-size:34px}.head-container[data-v-648419cf]{width:80%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0 20px}.head-container a[data-v-648419cf]{text-decoration:none;color:#fff}.upper-header[data-v-648419cf]{-webkit-user-select:none;user-select:none;display:flex;justify-content:center;padding:8px 0;background-color:var(--color-background-dark);color:#eee;font-size:15px}.head-location[data-v-648419cf],.phone-number[data-v-648419cf]{display:flex;flex-direction:row;text-align:center;align-items:center;gap:10px}.head-location .material-symbols-outlined[data-v-648419cf],.phone-number .material-symbols-outlined[data-v-648419cf]{font-size:22px}.lower-header[data-v-648419cf]{background-color:var(--color-primary);display:flex;justify-content:space-around;align-items:center;padding:7px 0}.lower-header .header-logo[data-v-648419cf]{text-decoration:none;display:flex;flex-direction:row;align-items:center;color:#000}.lower-header .header-logo span[data-v-648419cf]{font-family:Unbounded,serif;text-transform:uppercase;font-weight:700;font-size:32px}.lower-header .header-logo img[data-v-648419cf]{width:70px;height:70px;margin-right:20px}.lower-header .search-buttons[data-v-648419cf]{display:flex;align-content:center;gap:50px}.lower-header .header-buttons[data-v-648419cf]{display:flex;flex-direction:row;gap:25px}.lower-header .header-button[data-v-648419cf]{display:flex;flex-direction:column;align-items:center;position:relative;text-decoration:none;color:#000}.fixed-navbar .header-basket[data-v-648419cf]{position:relative}.basket-products-counter[data-v-648419cf]{position:absolute;top:-2px;right:5px;width:22px;height:22px;border-radius:12.5px;background-color:#393939;color:#fff;font-size:12px;text-align:center;display:flex;align-items:center;justify-content:center}.navbar-and-catalog-container[data-v-648419cf]{padding:16px 20px;display:flex;justify-content:center}.navbar-and-catalog[data-v-648419cf]{width:100%;display:flex;align-items:center;justify-content:space-evenly}.fixed-navbar[data-v-648419cf]{z-index:3;position:fixed;bottom:0;left:0;width:100%;height:61px;display:none;flex-direction:row;background-color:#fecc09;justify-content:center}.fixed-navbar>a[data-v-648419cf]{justify-content:center;display:flex;flex-direction:column;align-items:center}.fixed-navbar>a[data-v-648419cf]:not(:last-child){margin-right:50px}@media (max-width: 1250px){.header-logo span[data-v-648419cf]{font-size:30px}.header-logo[data-v-648419cf]{width:285px}.search-bar[data-v-648419cf]{margin-right:50px;margin-left:50px}h1[data-v-648419cf],h2[data-v-648419cf],.navbar-and-catalog[data-v-648419cf]{width:924px}}@media (max-width: 950px){.search-bar[data-v-648419cf]{min-width:300px!important}.header-buttons[data-v-648419cf]{display:none!important}.fixed-navbar[data-v-648419cf]{display:flex}.header-buttons[data-v-648419cf]{display:none}.search-bar[data-v-648419cf]{margin-right:0}.head-container[data-v-648419cf]{width:808px}.basket-products-counter[data-v-648419cf]{top:3px}body[data-v-648419cf]{padding-bottom:60px}h1[data-v-648419cf],h2[data-v-648419cf]{width:808px}.navbar-and-catalog-container[data-v-648419cf]{display:none}}@media (max-width: 850px) and (min-width: 491px){.lower-header[data-v-648419cf]{padding:0 20px;justify-content:center}.search-buttons[data-v-648419cf]{margin-left:35px;width:499px;min-width:250px}.fast-search-container[data-v-648419cf]{width:100%}.header-logo[data-v-648419cf]{width:74px!important}.header-logo img[data-v-648419cf]{margin:0!important}.header-logo>span[data-v-648419cf]{display:none}h1[data-v-648419cf],h2[data-v-648419cf]{width:606px}}@media (max-width: 640px){.search-buttons[data-v-648419cf]{width:391px}h1[data-v-648419cf],h2[data-v-648419cf]{width:500px}.head-container[data-v-648419cf]{flex-direction:column}.phone-number[data-v-648419cf]{flex-direction:row-reverse;margin-top:8px}}@media (max-width: 570px){.fixed-navbar>a[data-v-648419cf]:not(:last-child){margin-right:35px}.header-profile img[data-v-648419cf],.header-basket img[data-v-648419cf]{width:20px;height:20px}}@media (max-width: 520px){h1[data-v-648419cf],h2[data-v-648419cf]{width:340px}}@media (max-width: 490px){.search-buttons[data-v-648419cf]{width:315px}.fast-search-container[data-v-648419cf]{width:100%}.fixed-navbar>a[data-v-648419cf]:not(:last-child){margin-right:0}.fixed-navbar[data-v-648419cf]{font-size:14px;justify-content:space-around}.head-container>span[data-v-648419cf]{display:none}.lower-header[data-v-648419cf]{flex-direction:column;height:auto;justify-content:space-evenly;height:150px}.search-bar[data-v-648419cf]{width:99%;margin:0}.header-logo[data-v-648419cf]{height:auto;width:auto}.header-logo>span[data-v-648419cf]{display:inline;margin-right:6px;font-size:36px}}.links-block-contaner[data-v-7fa14e27]{display:flex;flex-direction:row;justify-content:space-between;width:45%}footer[data-v-7fa14e27]{background-color:var(--color-background-dark);color:var(--color-text-secondary);font-size:18px}footer .footer-content[data-v-7fa14e27]{display:flex;align-items:start;justify-content:space-around;padding:100px 20px}.footer-logo[data-v-7fa14e27]{text-decoration:none;display:flex;flex-direction:row;align-items:center;color:var(--color-text-secondary)}.footer-logo span[data-v-7fa14e27]{font-family:Unbounded,serif;text-transform:uppercase;font-weight:700;font-size:32px}.footer-logo img[data-v-7fa14e27]{width:70px;height:70px;margin-right:20px}.footer-link-title[data-v-7fa14e27]{font-weight:700;color:var(--color-text-secondary)}.links-block[data-v-7fa14e27]{display:flex;flex-direction:column;gap:20px}.links-block a[data-v-7fa14e27]{color:var(--color-text-secondary-hover);text-decoration:none;width:auto;transition:var(--transition)}.links-block a[data-v-7fa14e27]:hover{color:var(--color-text-secondary)}footer .footer-map[data-v-7fa14e27]{width:100%;display:flex;flex-direction:column;align-items:center;height:311px}.rights-and-privacy[data-v-7fa14e27]{text-align:center;color:var(--color-inactive-text);padding:30px 0;font-size:14px;font-weight:300}@media (max-width: 1250px){.links-block[data-v-7fa14e27]{width:294px}footer iframe[data-v-7fa14e27]{width:900px}}@media (max-width: 950px){footer[data-v-7fa14e27]{padding-bottom:61px}.footer-content[data-v-7fa14e27]{flex-direction:column;align-items:center!important;padding:80px 20px!important}.links-block-contaner[data-v-7fa14e27]{width:606px;justify-content:space-between;margin-top:50px}.links-block[data-v-7fa14e27]{width:196px}footer iframe[data-v-7fa14e27]{width:600px}}@media (max-width: 640px){.links-block-contaner[data-v-7fa14e27]{flex-direction:column;align-items:center;width:100%}.links-block-contaner>div[data-v-7fa14e27]:first-child{margin-bottom:80px}.links-block[data-v-7fa14e27]{font-size:20px}footer iframe[data-v-7fa14e27]{width:450px}}@media (max-width: 490px){.links-section-container[data-v-7fa14e27]{flex-direction:column}.links-block[data-v-7fa14e27]{height:auto;font-size:24px}}footer iframe{width:1200px;height:311px;border:none;border-radius:var(--border-radius)}@media (max-width: 1250px){footer iframe{width:900px}}@media (max-width: 950px){footer iframe{width:600px}}@media (max-width: 640px){footer iframe{width:450px}}@media (max-width: 490px){footer iframe{width:340px}}.loading-spinner[data-v-c0a7ce9d]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:9999}.spinner[data-v-c0a7ce9d]{border:7px solid #FECC09;border-bottom-color:#fff;border-radius:50%;width:35px;height:35px;animation:spin-c0a7ce9d 1.5s linear infinite}@keyframes spin-c0a7ce9d{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-header[data-v-5e069301]{background-color:var(--color-primary);display:flex;justify-content:space-between;align-items:center;padding:7px 20px;width:calc(100% - 40px);box-shadow:var(--shadow);position:fixed;top:0;left:0;z-index:10;height:60px}.admin-header .header-logo[data-v-5e069301]{text-decoration:none;display:flex;flex-direction:row;align-items:center;color:#000}.admin-header .header-logo span[data-v-5e069301]{font-family:Unbounded,serif;text-transform:uppercase;font-weight:700;font-size:30px}.admin-header .header-logo span.admin-name[data-v-5e069301]{font-family:Inter,sans-serif;font-size:18px;font-weight:400;text-transform:none;margin-left:20px}.admin-header .header-logo img[data-v-5e069301]{width:60px;height:60px;margin-right:20px}.admin-header .search-buttons[data-v-5e069301]{display:flex;align-content:center;gap:50px}.admin-header .header-buttons[data-v-5e069301]{display:flex;flex-direction:row;gap:25px}.admin-header .header-button[data-v-5e069301]{display:flex;flex-direction:column;align-items:center;position:relative;text-decoration:none;color:#000}.menu[data-v-5e069301]{position:fixed;top:74px;left:0;z-index:20;width:200px;background:var(--color-background);height:calc(100% - 74px);border-top:1px solid var(--color-inactive);border-right:1px solid var(--color-inactive);display:flex;flex-direction:column;padding-top:10px;overflow:auto}.menu .menu-item[data-v-5e069301]{display:flex;align-items:center;height:52px;min-height:48px;color:var(--color-inactive-text);transition:var(--transition)}.menu .menu-item.active[data-v-5e069301],.menu .menu-item.active[data-v-5e069301]:hover{color:var(--color-text);background:var(--color-background-third)}.menu .menu-item.active .material-symbols-outlined[data-v-5e069301],.menu .menu-item.active:hover .material-symbols-outlined[data-v-5e069301]{color:var(--color-primary-text-hover);background:var(--color-background)}.menu .menu-item[data-v-5e069301]:hover{color:var(--color-text);background:var(--color-background-third)}.menu .menu-item:hover .material-symbols-outlined[data-v-5e069301]{color:var(--color-primary-text-hover);background:var(--color-background)}.menu .menu-item .material-symbols-outlined[data-v-5e069301]{font-size:16px;margin-left:15px;padding:6px;background:var(--color-background-third);border-radius:var(--border-radius);transition:var(--transition)}.menu .menu-item .text[data-v-5e069301]{margin-left:10px}.menu .menu-item .text p[data-v-5e069301]{font-size:15px;margin:0}:root{--color-primary: #FECC09;--color-primary-transperent: rgba(254, 204, 9, .4);--color-primary-hover: #f3c304;--color-primary-text-hover: #ffa600;--color-text: #000000;--color-text-secondary: #EEEEEE;--color-text-secondary-hover: #aeaeae;--color-background: #ffffff;--color-background-secondary: #eeeeee;--color-background-third: rgba(0, 0, 0, .03);--color-background-dark: #292929;--color-success: #009f00;--color-error: #df0000;--color-error-hover: #c30000;--color-error-light: rgba(158, 0, 0, .5);--input-border-color: #ced4da;--color-inactive-text: #8D8D8D;--color-inactive: #DCDCDC;--border-radius: 7px;--transition: all .16s ease-in-out;--transition-slow: all .22s ease-in-out;--shadow: 0 0 5px rgba(0, 0, 0, .15);--shadow-hover: 0 0 18px rgba(0, 0, 0, .15)}body{box-sizing:border-box;font-family:Inter,sans-serif;font-size:16px;margin:0;background-color:var(--color-background-secondary)}a{text-decoration:none;color:var(--color-text);transition:var(--transition);outline:0}a:hover{color:var(--color-primary-text-hover)}main{background-color:var(--color-background-secondary);width:calc(100% - 120px);margin:20px 60px 60px;display:flex;flex-direction:column;gap:30px}.content-container{width:100%}.page-content :first-child{margin-top:0}.page-content :last-child{margin-bottom:0}.no-content{font-size:14px;color:var(--color-inactive-text);text-align:center;margin:50px 0;width:100%}.alert{margin-top:20px;padding:15px 30px;background:#d1e7dd;border:1px solid #a3cfbb;color:#0a3622;border-radius:10px;text-align:left}.alert.alert-danger{background:#f8d7da;border:1px solid #f1aeb5;color:#58151c}::-webkit-scrollbar{width:3px;height:4px}::-webkit-scrollbar-track{background-color:var(--color-inactive)}::-webkit-scrollbar-thumb:hover{background-color:var(--color-inactive-text)}::-webkit-scrollbar-thumb{border-radius:20px;background-color:var(--color-inactive-text)}::-webkit-scrollbar-thumb:active{background-color:var(--color-inactive-text)}form{display:flex;flex-direction:column;align-items:center;gap:20px}.input-group{box-sizing:border-box;display:flex;flex-direction:column;width:100%}.input-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%}.input-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}.input-row input,.input-row-3 input,.input-row select,.input-row-3 select{margin-bottom:0}.form-actions{display:flex;align-items:center;gap:20px}label{font-size:15px;margin-bottom:5px}input,textarea,select{font-family:Inter,sans-serif;box-sizing:border-box;outline:0;border-radius:6px;padding-left:10px;font-size:15px;width:100%;height:40px;margin-top:4px;margin-bottom:10px;border:1px solid var(--input-border-color);transition:var(--transition)}textarea{padding:8px 10px;height:100px}input:focus,textarea:focus,select:focus{border:1px solid var(--color-primary);box-shadow:0 0 0 .25rem var(--color-primary-transperent)}button{font-family:Inter,sans-serif;font-size:16px;text-align:center;outline:0;background:var(--color-primary);border:1px solid var(--color-primary);border-radius:6px;cursor:pointer;padding:10px 40px;transition:var(--transition)}button:hover{background:var(--color-primary-hover)}button:focus{box-shadow:0 0 0 .25rem var(--color-primary-transperent)}button:disabled{background:var(--color-inactive);color:var(--color-inactive-text);border:1px solid var(--color-inactive);cursor:default}button.secondary{background:transparent;border:1px solid transparent;transition:var(--transition)}button.secondary:hover{color:var(--color-primary);border:1px solid var(--color-primary)}@media (max-width: 620px){.form-actions{flex-direction:column}}input[type=checkbox]{position:absolute;z-index:-1;opacity:0;width:0;height:0;margin:0;padding:0}input[type=checkbox]+label{margin:6px;display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none;padding-right:20px;font-size:15px}input[type=checkbox]+label:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;flex-grow:0;border:1px solid #adb5bd;border-radius:.25em;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}input[type=checkbox]:checked+label:before{border-color:var(--color-primary);background-color:var(--color-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}input[type=checkbox]:not(:disabled):not(:checked)+label:hover:before{border-color:var(--color-primary)}input[type=checkbox]:not(:disabled):active+label:before{background-color:var(--color-primary-transperent);border-color:var(--color-primary)}input[type=checkbox]:focus+label:before{box-shadow:0 0 0 .25rem var(--color-primary-transperent)}input[type=checkbox]:focus:not(:checked)+label:before{border-color:var(--color-primary)}input[type=checkbox]:checked:disabled+label:before{border-color:var(--color-inactive);background-color:var(--color-inactive);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}input[type=checkbox]:not(:checked):disabled+label:before{background-color:var(--color-inactive-text)}input[type=radio]{position:absolute;z-index:-1;opacity:0;width:0;height:0;margin:0;padding:0}input[type=radio]+label{margin:6px;display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none;padding-right:20px;font-size:15px}input[type=radio]+label:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;flex-grow:0;border:1px solid #adb5bd;border-radius:50%;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}input[type=radio]:not(:disabled):not(:checked)+label:hover:before{border-color:var(--color-primary)}input[type=radio]:not(:disabled):active+label:before{background-color:var(--color-primary-transperent);border-color:var(--color-primary-transperent)}input[type=radio]:focus+label:before{box-shadow:0 0 0 .2rem var(--color-primary-transperent)}input[type=radio]:focus:not(:checked)+label:before{border-color:var(--color-primary-transperent)}input[type=radio]:checked+label:before{border-color:var(--color-primary);background-color:var(--color-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}input[type=radio]:disabled+label:before{background-color:var(--color-inactive-text)}input[type=radio]:checked:disabled+label:before{border-color:var(--color-inactive);background-color:var(--color-inactive);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-upload{display:flex;align-items:center;border-radius:var(--border-radius);font-size:16px;width:100%;height:40px;transition:var(--transition)}.custom-upload button{white-space:nowrap;font-weight:500;font-size:14px;padding:0 18px;height:100%;border-top-right-radius:0;border-bottom-right-radius:0;background:var(--color-background);color:var(--color-primary-text-hover);border:1px solid var(--color-primary)}.custom-upload .text{font-size:15px;height:38px;border:1px solid var(--input-border-color);border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-left:none;width:100%;display:flex;align-items:center;padding-left:10px}label span.required{color:var(--color-error)}.table-wrapper{overflow-x:auto;width:100%}table.data-table{width:100%;border-collapse:collapse;background:var(--color-background);border-radius:var(--border-radius)}table.data-table th,table.data-table td{padding:.8rem 1.2rem;border-bottom:1px solid var(--color-inactive);text-align:left;font-size:15px}table.data-table th{font-weight:600;font-size:14px}table.data-table thead tr{background:var(--color-background-third)}table.data-table tr{transition:var(--transition)}table.data-table tr:hover{background:var(--color-background-third)}table.data-table tr:last-child{border-bottom:none}table.data-table.bordered{border:1px solid var(--color-inactive);border-radius:var(--border-radius)}table.data-table.table-shadow{box-shadow:var(--shadow)}table.data-table .image-col{display:flex;align-items:center;gap:20px}table.data-table .image{border-radius:var(--border-radius);overflow:hidden;max-height:40px;min-height:40px;max-width:40px;min-width:40px;position:relative}table.data-table .image>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}table.data-table tr.no-content td{text-align:center;height:56px}table.data-table tr.no-content:hover{background:var(--color-background)}svarshik-admin{display:block;margin-left:220px;margin-top:94px;margin-right:20px}svarshik-admin h2{font-size:24px}svarshik-admin .header{display:flex;align-items:center;justify-content:space-between}svarshik-admin .header-buttons{display:flex;align-items:center;justify-content:space-between;margin-top:-4px;margin-bottom:14px}svarshik-admin .header-buttons h2{margin:0}svarshik-admin td .actions{display:flex;align-items:center;gap:10px}svarshik-admin td:has(.actions){width:80px}svarshik-admin .data-table-container{background:var(--color-background);display:flex;align-items:start;flex-direction:column;gap:15px;padding-top:15px;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow);margin-bottom:20px}svarshik-admin .data-table-content{display:flex;justify-content:space-between;align-items:center;width:calc(100% - 40px);padding:0 20px}svarshik-admin .data-table-content .filters{display:flex;align-items:center;gap:20px}svarshik-admin .data-table-content .search{display:flex;align-items:center;gap:20px}svarshik-admin .data-table-content .search .material-symbols-outlined{color:var(--color-inactive-text);-webkit-user-select:none;user-select:none}svarshik-admin .data-table-content .search input{margin:0;height:34px;font-size:14px;width:250px}svarshik-admin .data-table-content .select-filter select{margin:0;height:34px;font-size:14px;width:170px}svarshik-admin .data-table-container .found-results-container{font-size:14px;color:var(--color-inactive-text)}svarshik-admin .form-block{background:var(--color-background);display:flex;align-items:start;flex-direction:column;gap:20px;padding:20px;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow);margin-bottom:20px}svarshik-admin .form-block input{margin-bottom:0}svarshik-admin .image-preview{border-radius:var(--border-radius);overflow:hidden;max-height:180px;min-height:180px;max-width:180px;min-width:180px;position:relative}svarshik-admin .image-preview>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}svarshik-admin .input-group .image-preview{margin-bottom:20px}svarshik-admin .table-pagination{padding:0 20px;width:calc(100% - 40px);margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}svarshik-admin .table-pagination .pagination{margin-top:0}svarshik-admin .table-pagination .pagination-controls{display:flex;align-items:center;gap:20px}svarshik-admin .table-pagination .pagination-controls select{margin:0;height:30px;width:54px;padding-left:4px;font-size:14px}svarshik-admin .manager-container{display:grid;grid-template-columns:3fr 2fr;gap:20px;align-items:start}svarshik-admin .manager-container .table-pagination{flex-direction:column;align-items:end;gap:10px}svarshik-admin .data-table-container .no-content{width:100%;text-align:center;padding:20px 0}svarshik-admin .modal-editor{display:flex;align-items:start;flex-direction:column;gap:20px;width:100%}svarshik-admin .modal-editor h3{margin:0}svarshik-admin .modal-editor input,svarshik-admin .modal-editor select{margin:0}svarshik-admin .modal-editor .buttons{display:flex;align-items:center;gap:10px}.swiper-paginaiton{z-index:2;position:absolute;bottom:20px!important;display:flex;flex-direction:row;justify-content:center}.swiper-pagination-bullet{width:20px!important;height:20px!important;background-color:#fff!important;border-radius:20px!important;border:2px solid #393939;box-sizing:border-box;opacity:.35!important}.swiper-pagination-bullet-active{opacity:1!important}.skeleton{border-radius:var(--border-radius)}.title-skeleton{height:29px;width:45%}.nav-skeleton{height:19.5px;width:25%}.found-results-skeleton{height:17px;width:30%;min-width:300px}.product-skeleton{height:450px}.button-skeleton{height:36.8px;width:150px}.table-image-skeleton{height:40px;width:45px}.table-row-skeleton{height:18.4px}.pagination-skeleton{height:33.6px}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease-in-out}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}.slide-opacity-enter-active,.slide-opacity-leave-active{transition:all .5s ease}.slide-opacity-enter-from,.slide-opacity-leave-to{transform:translateY(-50%);opacity:0}.slide-opacity-enter-to,.slide-opacity-leave-from{transform:translateY(0);opacity:1}.slide-up-enter-active,.slide-up-leave-active{transition:all .3s ease}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(-100%)}.slide-up-enter-to,.slide-up-leave-from{transform:translateY(0)}.slide-down-enter-active,.slide-down-leave-active{transition:all .3s ease}.slide-down-enter-from,.slide-down-leave-to{transform:translateY(100%)}.slide-down-enter-to,.slide-down-leave-from{transform:translateY(0)}.scale-fade-enter-active{transition:transform .1s ease-out,opacity .1s ease-out}.scale-fade-enter-from{transform:scale(.95);opacity:0}.scale-fade-enter-to{transform:scale(1);opacity:1}.scale-fade-leave-active{transition:transform 75ms ease-out,opacity 75ms ease-out}.scale-fade-leave-from{transform:scale(1);opacity:1}.scale-fade-leave-to{transform:scale(.95);opacity:0}
