@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0}.layout{height:100vh;overflow:hidden}.Hero{display:flex}.Side{flex:1;display:flex;flex-direction:column}.nav1{overflow-y:auto}.slider_new{overflow-y:auto;height:600px}a{cursor:pointer}.card{padding:0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.47"}.katex .katex-mathml{border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}:root,[data-techwave-skin=light]:root{--techwave-main-color: #7c5fe3;--techwave-main-color1: #8768f8;--techwave-main-color2: #b7a4fb}hr,select{outline:0}.techwave_fn_preloader,body{background-color:var(--techwave-site-bg-color)}.techwave_fn_wrapper:not(.fn__has_sidebar) .techwave_fn_image_generation_page .sidebar__trigger,frenify_main,h1>a:hover,h2>a:hover,h3>a:hover,h4>a:hover,h5>a:hover,h6>a:hover{color:#000}body,select{font-size:16px}.fn__nav_bar .item_popup,.fn__token_info .token__popup{visibility:hidden;transform:translateY(20px);top:100%;margin-top:-1px}.fn__gallery_items .author_name,.fn__submit input,.techwave_fn_button,.techwave_fn_changelog .item__title span,a.fn__like{white-space:nowrap;text-overflow:ellipsis}:root{color-scheme:dark;--techwave-site-bg-color: #0f0e11;--techwave-header-bg-color: #17151b;--techwave-some-r-bg-color: #17151b;--techwave-some-a-bg-color: #2b2830;--techwave-heading-color: #c0bcca;--techwave-body-color: #7e7a86;--techwave-border-color: #312e37;--techwave-button-bg-color: #1c1925;--techwave-hover-color: #fff;--techwave-heading-font-family: "Heebo", sans-serif;--techwave-body-font-family: "Work Sans", sans-serif;--techwave-left-panel-width: 300px;--techwave-header-height: 100px}[data-techwave-skin=light]:root{color-scheme:light;--techwave-site-bg-color: #fff;--techwave-header-bg-color: #f5f5f5;--techwave-some-r-bg-color: #f5f5f5;--techwave-some-a-bg-color: #e7e7e7;--techwave-heading-color: #333;--techwave-body-color: #444;--techwave-border-color: #ddd;--techwave-button-bg-color: #f5f5f5;--techwave-hover-color: #000}.fn__submit:hover,.techwave_fn_button:hover,.techwave_fn_leftpanel .group__list a.active .text{color:var(--techwave-hover-color)}html{overflow-x:hidden;padding:0;margin:0}*,.techwave_fn_wrapper,.techwave_fn_wrapper *,:after,:before{box-sizing:border-box}body{font-family:var(--techwave-body-font-family);letter-spacing:0;line-height:1.5;font-weight:400;color:var(--techwave-body-color);position:relative;word-break:break-word}.fn__submit input,.fn__token_info .token__popup,.fn__token_info .token_summary,.techwave_fn_button,.techwave_fn_leftpanel .group__list .count,.techwave_fn_leftpanel .group__list a,h1,h2,h3,h4,h5,h6,select{font-family:var(--techwave-heading-font-family)}.heading_color,frenify_typing span,h1,h1>a,h2,h2>a,h3,h3>a,h4,h4>a,h5,h5>a,h6,h6>a,select{color:var(--techwave-heading-color)}.techwave_fn_button.small__border,select{background-color:var(--techwave-some-a-bg-color)}.fn__svg{fill:currentcolor;width:18px;height:18px}.replaced-svg{opacity:1}p{letter-spacing:0;margin-bottom:20px}.techwave_fn_sign .form__email,.techwave_fn_sign .form__name,.techwave_fn_sign .form__username,.techwave_fn_user_settings .settings_right .item,ol li{margin-bottom:17px}.fn__nav_bar .bar__item_language .item_popup li:last-child,.fn__nav_bar .bar__item_user .user_nav li:last-child,.techwave_fn_leftpanel .group__list li:last-child,.techwave_fn_leftpanel .nav_group:last-child,ol li:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{line-height:1.22;letter-spacing:0}h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{text-decoration:none}select:focus{border-color:#000}select{display:block;height:40px;width:100%;padding:0 14px;border:2px solid transparent;border-radius:5px;position:relative;line-height:40px}hr{border:none;border-top:1px solid var(--techwave-border-color);margin:0 0 20px}hr[data-h="2"]{border-top-width:2px}hr[data-h="3"]{border-top-width:3px}hr[data-h="4"]{border-top-width:4px}hr[data-h="5"]{border-top-width:5px}hr[data-h="6"]{border-top-width:6px}hr[data-h="7"]{border-top-width:7px}hr[data-h="8"]{border-top-width:8px}hr[data-h="9"]{border-top-width:9px}hr[data-h="10"]{border-top-width:10px}.techwave_fn_preloader.fn_ready{opacity:0;visibility:hidden;pointer-events:none}.fn__nav_bar,.techwave_fn_preloader.enabled,frenify_typing{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.techwave_fn_preloader{position:fixed;padding:0;margin:0;z-index:1000;left:0;right:0;bottom:0;top:0;display:none;-ms-align-items:center;align-items:center;justify-content:center;transition:.3s}.techwave_fn_preloader svg{width:240px;height:240px;border-radius:100%;position:relative}.techwave_fn_preloader .first_circle{fill:none;stroke-width:10px;stroke:#080808}.techwave_fn_preloader .second_circle{fill:none;stroke-width:10px;stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%;stroke-dasharray:360;stroke-dashoffset:100;stroke:#000;animation:10s infinite techwave_fn_preloader;position:relative;z-index:1}.fn__full_link,.fn__submit:before,.techwave_fn_button:before{right:0;position:absolute;top:0;left:0;bottom:0}@keyframes techwave_fn_preloader{0%,to{stroke-dasharray:360}50%{stroke-dasharray:1}}.container{width:100%;max-width:1400px;padding:0 40px;margin:0 auto}.container.wide{max-width:1680px}.container.small{max-width:780px}.container.medium{max-width:980px}.clearfix:after,.clearfix:before,.container:after{content:"";clear:both;display:table}.techwave_fn_button.has__icon,.techwave_fn_content,frenify_typing h3{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}frenify_main,frenify_uselect{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;-o-user-select:all;user-select:all}frenify_typing h3{margin:0;font-size:16px;font-weight:400;display:flex}frenify_typing span{overflow:hidden;border-right:2px solid black;white-space:nowrap;-webkit-animation:1s steps(150,end) frenify_typing_animation,.5s step-end infinite frenify_blink_caret;animation:1s steps(150,end) frenify_typing_animation,.5s step-end infinite frenify_blink_caret}@keyframes frenify_typing_animation{0%{width:0}to{width:100%}}@keyframes frenify_blink_caret{0%,to{border-color:transparent}50%{border-color:#000}}.techwave_fn_wrapper.fn__has_sidebar .techwave_fn_content{margin-right:300px}.techwave_fn_content{position:relative;margin-left:var(--techwave-left-panel-width);margin-top:var(--techwave-header-height);transition:.2s;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.fn__submit,.fn__submit input,.techwave_fn_button{display:block;background-color:var(--techwave-button-bg-color);position:relative;border-radius:20px}.fn__submit input,.techwave_fn_button{width:fit-content;max-width:100%;text-decoration:none;font-weight:500;font-size:14px;letter-spacing:.5px;height:40px;line-height:40px;padding:0 34px;color:var(--techwave-heading-color);text-transform:uppercase;text-align:center;outline:transparent 0;overflow:hidden}.fn__submit input{width:100%;background-color:transparent!important}.techwave_fn_button.medium{padding:0 97px;height:60px;line-height:60px;border-radius:30px;font-size:18px}.fn__token_info,.techwave_fn_header{height:var(--techwave-header-height)}.techwave_fn_button.medium:after,.techwave_fn_button.medium:before{border-radius:30px}.rounded,.techwave_fn_button.small__border,.techwave_fn_button.small__border:after,.techwave_fn_button.small__border:before{border-radius:5px}.techwave_fn_button.small__border{padding:0 20px}.techwave_fn_button.has__icon{display:flex;-ms-align-items:center;align-items:center}.techwave_fn_button.has__icon .fn__svg{width:16px;height:16px;margin-right:5px}.filter__select,.fn__submit input,.techwave_fn_button span{position:relative;z-index:5}.techwave_fn_button span{top:1px}.fn__submit:hover:after,.techwave_fn_button:hover:after{animation-duration:2s}.fn__submit:after,.fn_contact_form .empty_notice:after,.fn_contact_form .returnmessage:after,.techwave_fn_button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;border:2px solid transparent;background:-moz-linear-gradient(270deg,var(--techwave-main-color1),var(--techwave-main-color2),var(--techwave-main-color1),var(--techwave-main-color2)) border-box;background:-webkit-linear-gradient(270deg,var(--techwave-main-color1),var(--techwave-main-color2),var(--techwave-main-color1),var(--techwave-main-color2)) border-box;background:linear-gradient(270deg,var(--techwave-main-color1),var(--techwave-main-color2),var(--techwave-main-color1),var(--techwave-main-color2)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;background-size:300% 300%;-webkit-animation:4s infinite alternate animatedgradient;animation:4s infinite alternate animatedgradient}.techwave_fn_button.disabled,.techwave_fn_leftpanel .group__list .hovered>a,.techwave_fn_leftpanel .group__list a.active,.techwave_fn_leftpanel .group__list a:hover{background-color:var(--techwave-some-a-bg-color)}.fn__submit:before,.techwave_fn_button:before{color:var(--techwave-main-color1);content:"";opacity:.1;border-radius:20px;box-shadow:0 5px 15px}.panel-opened .techwave_fn_fixedsub,.techwave_fn_button.enabled:after{display:block}.retina_logo,.short_logo,.techwave_fn_button.disabled:after,.techwave_fn_interactive_list.modern .desc,.techwave_fn_leftpanel .mobile_closer{display:none}@keyframes animatedgradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@media(-webkit-min-device-pixel-ratio:1.1),(min-device-pixel-ratio:1.1),(min-resolution:120dpi){.retina_logo{display:block}.desktop_logo{display:none}}.techwave_fn_header,.techwave_fn_leftpanel,.techwave_fn_leftpanel .group__list a,.techwave_fn_leftpanel .leftpanel_logo{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_leftpanel{z-index:101;position:fixed;background-color:var(--techwave-some-r-bg-color);width:var(--techwave-left-panel-width);left:0;top:0;bottom:0;border-right:1px solid var(--techwave-border-color);display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;transition:.2s}.techwave_fn_leftpanel .leftpanel_logo{min-height:var(--techwave-header-height);height:var(--techwave-header-height);border-bottom:1px solid var(--techwave-border-color);padding:20px 70px 20px 30px;display:flex;-ms-align-items:center;align-items:center;position:relative}.techwave_fn_leftpanel .fn__icon_button{position:absolute;top:50%;margin-top:-15px;right:20px;z-index:4}.techwave_fn_img_lightbox .img_nav.nav_prev .fn__svg,.techwave_fn_leftpanel .fn__icon_button .fn__svg{transform:rotate(180deg)}.techwave_fn_leftpanel .leftpanel_content{flex:1 0 auto;padding:48px 20px;overflow-y:auto;height:calc(100% - var(--techwave-header-height));scrollbar-width:thin;scrollbar-color:#999 #fff}.techwave_fn_leftpanel .leftpanel_content::-webkit-scrollbar{width:4px}.techwave_fn_leftpanel .leftpanel_content:-webkit-scrollbar-track{background:var(--techwave-some-a-bg-color)}.techwave_fn_leftpanel .leftpanel_content::-webkit-scrollbar-thumb{background-color:var(--techwave-some-a-bg-color);border-radius:6px}.techwave_fn_leftpanel .nav_group{margin-bottom:38px}.techwave_fn_aichatbot_page .chat__sidebar .group__title,.techwave_fn_leftpanel .group__title{margin:0 0 12px;padding:0 10px;text-transform:uppercase;font-weight:500;font-size:11px;letter-spacing:.5px;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family)}.fn__nav_bar .item_opener,.fn__token_info .count,.fn__token_info .token__popup span,.techwave_fn_leftpanel .group__list a{color:var(--techwave-heading-color)}.techwave_fn_leftpanel .group__list{margin:0;padding:0;list-style-type:none}.techwave_fn_fixedsub li,.techwave_fn_leftpanel .group__list li{margin-bottom:4px;position:relative}.techwave_fn_leftpanel .group__list a{font-weight:400;border-radius:5px;text-decoration:none;min-height:36px;padding:5px 10px 5px 42px;display:flex;-ms-align-items:center;align-items:center;position:relative}.techwave_fn_leftpanel .group__list .menu-item-has-children>a{padding-right:22px}.fn__nav_bar .bar__item_language.opened .item_opener,.fn__nav_bar .bar__item_user .user_profile a:hover,.fn__sup{color:#000}.techwave_fn_leftpanel .group__list .icon{position:absolute;left:10px;top:50%;margin-top:-8px;display:block}.techwave_fn_leftpanel .group__list .icon .fn__svg{width:16px;height:16px;display:block}.techwave_fn_leftpanel .group__list .text{line-height:24px;position:relative;top:1px}.techwave_fn_doc_page .docsidebar .trigger,.techwave_fn_leftpanel .group__list .trigger{right:5px;top:50%;margin-top:-6px;position:absolute;display:block;color:var(--techwave-heading-color);transform:rotate(90deg);transition:.2s}.techwave_fn_leftpanel .group__list .closed .trigger{transform:rotate(-90deg)}.techwave_fn_doc_page .docsidebar .trigger .fn__svg,.techwave_fn_leftpanel .group__list .trigger .fn__svg{width:12px;height:12px;display:block}.techwave_fn_leftpanel .group__list .count{width:24px;margin-left:10px;display:inline-block;height:24px;background-color:#ab0cdf;color:#fff;font-weight:500;line-height:25px;text-align:center;font-size:11px;border-radius:100%;vertical-align:top}.fn__sup{vertical-align:super;text-transform:uppercase;font-weight:500;font-size:11px;letter-spacing:.5px;margin-left:2px}.techwave_fn_doc_page .docsidebar ul ul,.techwave_fn_leftpanel .group__list ul{margin:4px 0 0 26px;list-style-type:none;padding:0;overflow:hidden}.techwave_fn_doc_page .docsidebar ul ul a,.techwave_fn_leftpanel .group__list ul a{padding-left:17px}.techwave_fn_doc_page .docsidebar ul ul a:after,.techwave_fn_fixedsub a:after,.techwave_fn_leftpanel .group__list ul a:after{width:5px;height:2px;background-color:var(--techwave-heading-color);position:absolute;left:6px;top:50%;margin-top:-1px;content:""}@media(min-width:1041px){.panel-opened:root{--techwave-left-panel-width: 76px}.panel-opened .techwave_fn_leftpanel .group__list .icon .fn__svg{width:18px;height:18px}.panel-opened .techwave_fn_leftpanel .group__list a{width:36px;padding:0}.panel-opened .techwave_fn_leftpanel .group__list .menu-item-has-children>a:after{content:"";position:absolute;width:10px;height:10px;background-color:#f1416c;left:50%;bottom:50%;margin-left:2px;margin-bottom:2px;border-radius:100%}.panel-opened .techwave_fn_leftpanel .leftpanel_logo{padding:0;justify-content:center}.panel-opened .techwave_fn_leftpanel .short_logo{display:block}.panel-opened .techwave_fn_leftpanel .fn__closer{right:-15px;transform:rotate(180deg)}.panel-opened .techwave_fn_leftpanel .full_logo,.panel-opened .techwave_fn_leftpanel .group__list .text,.panel-opened .techwave_fn_leftpanel .group__list .trigger,.panel-opened .techwave_fn_leftpanel .group__title{display:none}.panel-opened .techwave_fn_leftpanel .group__list ul{display:none!important}}.techwave_fn_header{position:fixed;top:0;left:var(--techwave-left-panel-width);right:0;background-color:var(--techwave-header-bg-color);display:flex;justify-content:space-between;-ms-align-items:center;align-items:center;padding:0 40px;z-index:100;transition:.2s}.fn__token_info,.fn__token_info .token_summary{-ms-align-items:center;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_header:after{content:"";pointer-events:none;position:absolute;bottom:0;z-index:1;left:0;right:0;height:1px;background-color:var(--techwave-border-color)}.fn__token_info{display:flex;align-items:center;position:relative}.techwave_fn_fixedsub,.techwave_fn_searchbar{position:fixed;left:var(--techwave-left-panel-width)}.fn__token_info:hover .token__popup{opacity:1;visibility:visible;transform:translateY(0)}.fn__token_info .token__popup{opacity:0;width:200px;position:absolute;left:0;background-color:var(--techwave-header-bg-color);padding:12px 15px;border-radius:0 0 5px 5px;border:1px solid var(--techwave-border-color);font-size:12px;letter-spacing:.5px;transition:.2s}.fn__token_info .token_summary{border-radius:5px;background-color:var(--techwave-some-a-bg-color);line-height:16px;height:40px;display:flex;align-items:center;padding:5px 12px;margin-right:20px}.fn__token_info .count{font-weight:600;font-size:18px;padding-right:25px;position:relative}.fn__token_info .text{line-height:16px;font-size:12px}.fn__token_info .count:after{content:"";position:absolute;right:12px;top:50%;margin-top:-15px;height:30px;background-color:#413e45;width:1px}.fn__nav_bar .bar__item_user .user_nav a.active,.fn__nav_bar .bar__item_user .user_nav a:hover,.fn__nav_bar .item_opener,.techwave_fn_changelog .item__title span,.techwave_fn_fixedsub a.active,.techwave_fn_fixedsub a:hover,.techwave_fn_interactive_list .item:hover{background-color:var(--techwave-some-a-bg-color)}.fn__nav_bar .bar__item{height:var(--techwave-header-height);position:relative;margin-right:10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.fn__nav_bar .bar__item_user .user_profile,.fn__nav_bar .item_opener{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__nav_bar .bar__item:last-child{margin-right:0}.fn__nav_bar .item_opener{width:50px;height:50px;text-decoration:none;display:flex;-ms-align-items:center;align-items:center;justify-content:center;border-radius:100%;position:relative}.fn__nav_bar .item_opener:hover{opacity:.8}.fn__nav_bar .item_opener.full_screen .f_screen{opacity:0;transform:scale(.7)}.fn__nav_bar .item_opener.full_screen .s_screen{opacity:1;transform:scale(1)}.fn__nav_bar .item_opener .fn__svg{width:24px;height:24px;transition:.3s}.fn__nav_bar .item_opener .dark_mode{opacity:0;position:absolute;left:50%;top:50%;margin:-12px 0 0 -12px;transform:scale(.7) rotate(-90deg)}[data-techwave-skin=dark] .fn__nav_bar .item_opener .light_mode,[data-techwave-skin=light] .fn__nav_bar .item_opener .dark_mode{opacity:1;transform:scale(1) rotate(0)}[data-techwave-skin=light] .fn__nav_bar .item_opener .light_mode{opacity:0;transform:scale(.7) rotate(90deg)}[data-techwave-skin=dark] .fn__nav_bar .item_opener .dark_mode{opacity:0;transform:scale(.7) rotate(-90deg)}.fn__nav_bar .item_opener .s_screen{opacity:0;position:absolute;left:50%;top:50%;margin:-9px 0 0 -9px;transform:scale(.7);width:18px;height:18px}.fn__nav_bar .bar__item_user{margin-left:10px}.fn__nav_bar .user_opener{width:60px;height:60px;border:2px solid var(--techwave-border-color);border-radius:5px;overflow:hidden}.fn__nav_bar .user_opener img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;border-radius:3px}.fn__nav_bar .item_popup{position:absolute;right:0;background-color:var(--techwave-header-bg-color);border:1px solid var(--techwave-border-color);border-radius:0 0 5px 5px;opacity:0;transition:.2s}.techwave_fn_fixedsub,.techwave_fn_interactive_list .item{background-color:var(--techwave-some-r-bg-color);transition:.2s}.fn__nav_bar .item_popup[data-position=left]{right:auto;left:0}.fn__nav_bar .bar__item_user .item_popup{padding:20px;width:300px;max-width:calc(100vw - 80px)}.fn__nav_bar .bar__item_language.opened .item_popup,.fn__nav_bar .bar__item_notification.opened .item_popup,.fn__nav_bar .bar__item_user.opened .item_popup{opacity:1;visibility:visible;transform:translateY(0)}.fn__nav_bar .bar__item_user.opened .user_opener,.fn__nav_bar .bar__item_user:hover .user_opener{border-color:#000}.fn__nav_bar .bar__item_user .user_profile{display:flex;padding:0 10px 20px;border-bottom:1px solid var(--techwave-border-color);-ms-align-items:center;align-items:center}.fn__nav_bar .bar__item_user .user_img{margin-right:15px;width:60px;min-width:60px}.fn__nav_bar .bar__item_user .user_img img{width:100%;object-fit:cover;aspect-ratio:1/1;border:2px solid var(--techwave-border-color);border-radius:5px}.fn__nav_bar .bar__item_user .user_name{margin:0;padding:0;font-weight:400;font-size:16px}.fn__nav_bar .bar__item_user .user_name span{height:16px;line-height:16px;display:inline-block;padding:0 5px;border-radius:5px;background-color:#ab0cdf;color:#fff;font-weight:500;font-size:11px;text-transform:uppercase;font-family:var(--techwave-heading-font-family);margin-left:10px;vertical-align:middle;position:relative;top:-2px}.fn__nav_bar .bar__item_language .item_popup a,.fn__nav_bar .bar__item_language .item_popup span,.fn__nav_bar .bar__item_user .user_nav a{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;-ms-align-items:center;height:36px;border-radius:5px;font-family:var(--techwave-heading-font-family)}.fn__nav_bar .bar__item_user .user_nav a,.fn__nav_bar .bar__item_user .user_profile a{color:var(--techwave-heading-color);text-decoration:none}.fn__nav_bar .bar__item_user .user_profile p{margin:0;padding:0;font-family:var(--techwave-heading-font-family);font-size:12px;letter-spacing:0}.fn__nav_bar .bar__item_user .user_nav{padding-top:20px}.fn__nav_bar .bar__item_user .user_nav li{margin-bottom:4px}.fn__nav_bar .bar__item_user .user_nav ul{list-style-type:none;margin:0;padding:0}.fn__nav_bar .bar__item_user .user_nav a{font-weight:400;padding:0 10px 0 42px;display:flex;align-items:center;position:relative}.fn__nav_bar .bar__item_user .user_nav .icon{position:absolute;left:10px;top:50%;margin-top:-8px;display:block}.fn__nav_bar .bar__item_user .user_nav .icon .fn__svg{width:16px;height:16px;display:block}.fn__nav_bar .bar__item_user .user_nav .text{position:relative;top:1px}.fn__nav_bar .bar__item_language .item_popup{padding:20px;width:200px;max-width:calc(100vw - 80px)}.fn__nav_bar .bar__item_language .item_popup li{margin-bottom:4px}.fn__nav_bar .bar__item_language .item_popup ul{margin:0;padding:0;list-style-type:none}.fn__nav_bar .bar__item_language .item_popup a,.fn__nav_bar .bar__item_language .item_popup span{display:flex;align-items:center;padding:0 15px;text-decoration:none;font-size:16px;letter-spacing:0;color:var(--techwave-heading-color);transition:.3s}.fn__nav_bar .bar__item_notification .ntfc_header,.fn__nav_bar .bar__item_notification .ntfc_list li,.techwave_fn_fixedsub a,.techwave_fn_footer_content{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__nav_bar .bar__item_language .item_popup .active,.fn__nav_bar .bar__item_language .item_popup a:hover{background-color:var(--techwave-some-a-bg-color);color:var(--techwave-hover-color)}.fn__nav_bar .bar__item_notification .item_opener:after{content:"";position:absolute;width:12px;height:12px;background-color:#f1416c;border-radius:100%;top:9px;right:10px;opacity:0;visibility:hidden}.fn__nav_bar .bar__item_notification.has_notification .item_opener:after,.techwave_fn_fixedsub.opened{opacity:1;visibility:visible}.fn__nav_bar .bar__item_notification .item_popup{width:340px;padding:20px;max-width:calc(100vw - 80px)}.fn__nav_bar .bar__item_notification .ntfc_header{display:flex;-ms-align-items:center;align-items:center;justify-content:space-between;column-gap:20px;padding:1px 15px 20px;border-bottom:1px solid var(--techwave-border-color)}.fn__nav_bar .bar__item_notification .ntfc_title{font-size:12px;font-weight:500;margin:0;letter-spacing:.5px;text-transform:uppercase;font-family:var(--techwave-heading-font-family);color:var(--techwave-body-color)}.fn__nav_bar .bar__item_notification .ntfc_header a{text-decoration:none;font-size:12px;font-weight:400;font-family:var(--techwave-heading-font-family);color:var(--techwave-body-color)}.fn__nav_bar .bar__item_notification .ntfc_header a:hover{color:#000}.fn__nav_bar .bar__item_notification .ntfc_list{padding:25px 15px 0}.fn__nav_bar .bar__item_notification .ntfc_list ul,.techwave_fn_changelog .item__list,.techwave_fn_fixedsub ul{margin:0;padding:0;list-style-type:none}.fn__nav_bar .bar__item_notification .ntfc_list li{display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;margin-bottom:20px}.fn__members .item:last-child,.fn__nav_bar .bar__item_notification .ntfc_list li:last-child,.techwave_fn_accordion .acc__content>:last-child,.techwave_fn_accordion .acc__item:last-child,.techwave_fn_changelog .changelog__item:last-child,.techwave_fn_changelog .item__group:last-child,.techwave_fn_changelog .item__list li:last-child,.techwave_fn_fixedsub li:last-child,.techwave_fn_interactive_list.modern .icon,.techwave_fn_searchbar .search__results li:last-child{margin-bottom:0}.fn__nav_bar .bar__item_notification .ntfc_list p{margin:0;padding:0;font-size:16px;font-weight:400;font-family:var(--techwave-heading-font-family);color:var(--techwave-heading-color)}.fn__nav_bar .bar__item_notification .ntfc_list p a{color:var(--techwave-heading-color);text-decoration:none}.fn__nav_bar .bar__item_notification .ntfc_list p a:hover,.techwave_fn_footer .menu_items a:hover{color:#000}.fn__nav_bar .bar__item_notification .ntfc_list span,.techwave_fn_footer .copyright p,.techwave_fn_footer .menu_items a{color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family)}.fn__nav_bar .bar__item_notification .ntfc_list span{font-size:12px;font-weight:400;margin-top:-1px}.fn__prompt_details .prompt__popup a:hover,.techwave_fn_searchbar .search__results a:hover,a.fn__like.has__like .full__like{color:#000}.fn__nav_bar .bar__item_search .item_popup{width:200px;padding:20px;max-width:calc(100vw - 80px)}.techwave_fn_fixedsub{opacity:0;visibility:hidden;top:var(--techwave-header-height);z-index:101;display:none;border:1px solid var(--techwave-border-color);border-left:none;margin-top:calc(var(--techwave-header-height) - 21px);padding:20px}.techwave_fn_fixedsub a{font-weight:400;border-radius:5px;font-family:var(--techwave-heading-font-family);color:var(--techwave-heading-color);text-decoration:none;min-height:36px;padding:5px 10px 5px 17px;display:flex;-ms-align-items:center;align-items:center;position:relative}.techwave_fn_footer{margin-top:auto;min-height:71px;padding:18px 40px;border-top:1px solid var(--techwave-border-color)}.techwave_fn_footer_content{display:flex;justify-content:space-between;-ms-align-items:center;align-items:center}.section_home,.techwave_fn_aichatbot_page,.techwave_fn_footer .menu_items ul,.techwave_fn_interactive_list ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_footer .copyright p{margin:0;padding:0;font-size:14px;letter-spacing:.5px}.techwave_fn_footer .menu_items ul{display:flex;flex-wrap:wrap;margin:0 0 0 -30px;padding:0;list-style-type:none}.techwave_fn_footer .menu_items li{margin:5px 0 5px 30px}.techwave_fn_footer .menu_items a{text-decoration:none;font-size:14px;letter-spacing:.5px}.section_home,.techwave_fn_aichatbot_page{display:flex;min-height:calc(100vh - var(--techwave-header-height) - 71px)}.section_home .section_left{padding:93px 40px 80px;border-right:1px solid var(--techwave-border-color);width:60%}.section_home .section_right{width:40%;padding:155px 40px}.section_home .company_info{margin:0 auto;max-width:350px}.section_home .company_info hr{margin-bottom:24px}.section_home .company_info p,.techwave_fn_aichatbot_page .fn__title_holder{margin-bottom:23px}.section_home .company_info img{margin-bottom:25px}.section_home .techwave_fn_title_holder,.techwave_fn_pricing_page .techwave_fn_title_holder{margin-bottom:43px}.techwave_fn_title_holder{text-align:center}.techwave_fn_title_holder .title{margin:0 0 -1px;padding:0;font-family:var(--techwave-heading-font-family);color:var(--techwave-heading-color);font-size:40px}.techwave_fn_title_holder .desc{margin:0;padding:0;font-size:18px;font-weight:400;font-family:var(--techwave-body-font-family);color:var(--techwave-body-color)}.techwave_fn_interactive_list ul{margin:0 0 0 -20px;padding:0;list-style-type:none;display:flex;justify-content:center;flex-wrap:wrap}.techwave_fn_changelog .item__header,.techwave_fn_interactive_list .icon,.techwave_fn_interactive_list a{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_interactive_list li{width:360px;max-width:50%;padding-left:20px;margin-bottom:20px}.techwave_fn_interactive_list .item{border:2px solid var(--techwave-border-color);border-radius:5px;min-height:100%;text-align:center}.techwave_fn_interactive_list .item:hover{border-color:#000}.techwave_fn_interactive_list a{text-decoration:none;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;justify-content:center;-ms-align-items:center;align-items:center;padding:48px 30px;min-height:100%}.techwave_fn_interactive_list .icon{width:120px;height:120px;border-radius:100%;background-color:#000;position:relative;display:flex;-ms-align-items:center;align-items:center;justify-content:center;color:#fff;margin-bottom:26px}.techwave_fn_interactive_list .icon .fn__svg{width:50px;height:50px;display:block}.techwave_fn_interactive_list .title{margin:0 0 20px;padding:0;font-family:var(--techwave-heading-font-family);color:var(--techwave-heading-color);font-weight:400;font-size:24px}.techwave_fn_interactive_list .desc{margin:0 0 22px;padding:0;font-family:var(--techwave-body-font-family);color:var(--techwave-body-color);font-weight:400;font-size:16px;line-height:20px}.techwave_fn_changelog .item__title span,.techwave_fn_changelog .item__ver,.techwave_fn_pagetitle .title,.techwave_fn_searchbar .search__input{font-family:var(--techwave-heading-font-family)}.techwave_fn_interactive_list .arrow{display:block;width:50px;height:14px;color:var(--techwave-heading-color);position:relative}.techwave_fn_interactive_list .arrow:after{position:absolute;content:"";height:2px;top:50%;margin-top:-1px;background-color:var(--techwave-heading-color);transition:.3s;right:100%;left:0;margin-right:0}.techwave_fn_interactive_list .item:hover .arrow:after{right:0;margin-right:4px;left:0}.techwave_fn_interactive_list .item:hover .arrow .fn__svg{right:0;margin-right:0}.techwave_fn_interactive_list .arrow .fn__svg{width:14px;height:14px;display:block;position:absolute;right:50%;margin-right:-7px;transition:.3s}.techwave_fn_interactive_list.modern{max-width:700px;margin:0 auto}.techwave_fn_interactive_list.modern li{width:100%;max-width:100%}.techwave_fn_interactive_list.modern a{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;justify-content:flex-start;padding:18px 38px}.techwave_fn_interactive_list.modern .icon{margin-right:20px;min-width:60px;width:60px;height:60px}.fn__members .circle,.techwave_fn_img_lightbox .img_nav .fn__svg,.techwave_fn_searchbar .search__closer .fn__svg{width:12px;height:12px}.techwave_fn_interactive_list.modern .icon .fn__svg{width:24px;height:24px}.techwave_fn_interactive_list.modern .title{margin-bottom:0;margin-right:20px;font-size:20px}.techwave_fn_interactive_list.modern .arrow{margin-left:auto}.fn__members .item{position:relative;padding-left:22px;font-size:16px;line-height:24px;min-height:24px;margin-bottom:8px}.fn__members .circle{border-radius:100%;display:block;background-color:var(--techwave-body-color);position:absolute;top:6px;left:0}.fn__members .active .circle{background-color:#45c569}.fn__animated_text{opacity:0}.fn__animated_text.ready{opacity:1}.fn__animated_text span{animation:.8s both fn__animated_text}.fn__animated_text em{opacity:0}@keyframes fn__animated_text{0%{opacity:0}65%{opacity:1;text-shadow:0 0 25px #fff}75%{opacity:.7}to{opacity:1}}.techwave_fn_pagetitle{padding:34px 40px;border-bottom:1px solid var(--techwave-border-color)}.techwave_fn_pagetitle .title{margin:0;padding:0;font-size:22px;line-height:1.364;font-weight:600;color:var(--techwave-heading-color)}.techwave_fn_pagetitle span{color:var(--techwave-body-color)}.change_log,.faq,.techwave_fn_doc_page .doccontent,.techwave_fn_notification_single_content,.techwave_fn_notifications_content,.techwave_fn_privacy_page .privacypage,.techwave_fn_user_billing,.techwave_fn_user_profile,.techwave_fn_user_settings{padding:40px 0}.techwave_fn_changelog .changelog__item{border-radius:5px;border:1px solid var(--techwave-border-color);background-color:var(--techwave-some-r-bg-color);margin-bottom:40px}.techwave_fn_searchbar,.techwave_fn_searchbar .search__results{border-bottom:1px solid var(--techwave-border-color);background-color:var(--techwave-header-bg-color);right:0}.techwave_fn_changelog .item__header{padding:24px 30px;border-bottom:1px solid var(--techwave-border-color);display:flex;column-gap:20px;justify-content:space-between;-ms-align-items:center;align-items:center}.techwave_fn_changelog .item__ver{color:var(--techwave-heading-color);font-size:20px;font-weight:400}.techwave_fn_changelog .item__date,.techwave_fn_notifications_list .item__date{color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family);font-size:11px;font-weight:500;text-transform:uppercase}.techwave_fn_changelog .item__content{padding:40px 30px 34px}.techwave_fn_changelog .item__group{margin-bottom:34px}.techwave_fn_changelog .item__title{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;margin-bottom:15px}.techwave_fn_changelog .item__title span{height:18px;line-height:18px;padding:1px 10px 0;border-radius:9px;font-weight:500;max-width:100%;overflow:hidden;text-align:center;color:var(--techwave-heading-color);text-transform:uppercase;font-size:11px}.techwave_fn_changelog .item__list li{position:relative;min-height:24px;line-height:24px;font-size:18px;color:var(--techwave-body-color);font-weight:400;padding-left:15px;margin-bottom:8px}.techwave_fn_changelog .item__list li:after{content:"";position:absolute;left:0;top:11px;height:2px;background-color:var(--techwave-body-color);width:5px}.techwave_fn_searchbar{opacity:0;visibility:hidden;transform:translate(100px);top:0;height:var(--techwave-header-height);padding:0 40px;z-index:102;transition:.3s}.techwave_fn_searchbar.opened{opacity:1;visibility:visible;transform:translate(0)}.techwave_fn_searchbar .search__results{opacity:0;visibility:hidden;transform:translateY(20px);position:absolute;top:100%;left:0;margin-top:1px;padding:46px 40px;transition:.2s}.techwave_fn_searchbar .search__results.opened{opacity:1;visibility:visible;transform:translateY(0)}.techwave_fn_searchbar .search__input{height:var(--techwave-header-height);padding:0 50px 0 45px;display:block;width:100%;background-color:transparent!important;border:none!important;font-size:16px;font-weight:400;letter-spacing:0}.techwave_fn_accordion .acc__item .acc__header:hover,.techwave_fn_accordion .acc__item.opened .acc__header,.techwave_fn_searchbar .search__closer{background-color:var(--techwave-some-a-bg-color)}.techwave_fn_searchbar .results__title{font-weight:500;text-transform:uppercase;font-size:11px;margin:0 0 19px}.techwave_fn_accordion .acc__title,.techwave_fn_searchbar .search__results li{font-weight:400;font-family:var(--techwave-heading-font-family);color:var(--techwave-heading-color)}.techwave_fn_searchbar .search__icon{width:24px;height:24px;display:block;position:absolute;top:50%;margin-top:-12px;left:40px;pointer-events:none}.techwave_fn_searchbar .search__closer{text-decoration:none;width:30px;height:30px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;border-radius:5px;position:absolute;right:40px;top:50%;margin-top:-15px;color:var(--techwave-heading-color)}.fn__tabs .tab_in,.techwave_fn_accordion .acc__header{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_searchbar .search__results ul{margin:0;padding:0;list-style-type:none}.techwave_fn_searchbar .search__results li{font-size:16px;letter-spacing:0;margin-bottom:13px}.techwave_fn_searchbar .search__results a{text-decoration:none;color:var(--techwave-heading-color)}.techwave_fn_accordion.small .acc__item{border-width:1px}.fn__selection_box,.fn__tabs{border-bottom:1px solid var(--techwave-border-color)}.techwave_fn_accordion.small .acc__header{padding:15px 20px}.techwave_fn_accordion.small .acc__icon:after{width:11px;height:1px;right:20px;margin-top:-1px}.techwave_fn_accordion.small .acc__icon:before{width:1px;height:11px;right:25px;margin-top:-6px}.techwave_fn_accordion.small .acc__title{font-size:14px;text-transform:uppercase;line-height:20px}.techwave_fn_accordion.small .acc__content{padding:14px 20px}.techwave_fn_accordion .acc__item{border:2px solid var(--techwave-border-color);background-color:var(--techwave-some-r-bg-color);border-radius:5px;margin-bottom:10px}.techwave_fn_accordion .acc__header{padding:26px 30px;display:flex;column-gap:20px;justify-content:space-between;-ms-align-items:center;align-items:center;position:relative;cursor:pointer;transition:.3s}.fn__selection_box,.techwave_fn_accordion .acc__content{display:none;border-top:1px solid var(--techwave-border-color)}.techwave_fn_accordion .acc__title{margin:0;padding:0 23px 0 0;font-size:20px;line-height:1.25;top:1px}.techwave_fn_accordion .acc__icon:after{width:18px;height:2px;background-color:var(--techwave-heading-color);content:"";position:absolute;right:30px;top:50%;margin-top:-1px}.techwave_fn_accordion .opened .acc__icon:before{transform:scale(0) rotate(90deg)}.techwave_fn_accordion .acc__icon:before{width:2px;height:18px;background-color:var(--techwave-heading-color);content:"";position:absolute;right:38px;top:50%;margin-top:-9px;transition:.3s}.fn__selectable_item.selected .icon,.fn__tabs a:after{background-color:#000}.techwave_fn_accordion .acc__content{padding:24px 30px;overflow:hidden}.techwave_fn_accordion .acc__content p{margin-bottom:18px}.techwave_fn_community_page,.techwave_fn_models_page{padding:36px 0 40px}.techwave_fn_community_page .fn__title_holder,.techwave_fn_image_generation_page .generation__sidebar .img_sizes,.techwave_fn_models_page .fn__title_holder{margin-bottom:28px}.fn__title_holder .title,.techwave_fn_image_generation_page .generation_header .title{margin:0;padding:0;font-size:22px;font-weight:600}.fn__tabs{margin-bottom:30px}.fn__tabs .tab_in{display:flex;width:100%;flex-wrap:wrap}.techwave_fn_feed .feed__filter,.techwave_fn_feed .filter__left{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__tabs a{text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family);margin-right:30px;line-height:40px;position:relative}.fn__tabs a:after{content:"";opacity:0;position:absolute;left:50%;bottom:-1px;height:2px;right:50%;transition:.3s}.fn__tabs a.active:after{left:0;right:0;opacity:1}.techwave_fn_feed .feed__filter{display:flex;justify-content:space-between;column-gap:50px;margin-bottom:30px;position:relative;-ms-align-items:center;align-items:center;flex-wrap:wrap}.techwave_fn_feed .filter__search a,.techwave_fn_feed .filter__upscaled{margin:5px 0}.techwave_fn_feed .filter__left{display:flex;-ms-align-items:center;align-items:center;margin:5px 0;flex-wrap:wrap}.techwave_fn_feed .filter__search,.techwave_fn_feed .filter__sorting{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_feed .filter__left>*{margin-right:30px}.techwave_fn_feed .filter__left>:last-child{margin-right:0}.techwave_fn_feed .filter__search{display:flex;flex-wrap:wrap}.techwave_fn_feed .filter__search input,.techwave_fn_report .btns a{margin:5px 10px 5px 0}.fn__selection_box .actions a,.techwave_fn_feed .filter__sorting a{margin:5px 0 5px 10px}.techwave_fn_feed .filter__sorting{display:flex;margin-left:-10px}.fn__selection_box{padding:25px 0;margin-bottom:30px;position:sticky;top:var(--techwave-header-height);z-index:5;background:var(--techwave-site-bg-color)}.fn__checkbox .fn__svg,.fn__checkbox input:checked~.checkmark,.fn__selectable_item.selected,.techwave_fn_img_lightbox .img_nav:hover,a.fn__like.has__like{border-color:#000}.fn__selection_box .desc{margin:0;padding:0}.fn__selection_box .selection_in,.techwave_fn_image_generation_page .generation__sidebar .contrast_switcher,.techwave_fn_image_generation_page .generation__sidebar .prompt_magic_switcher{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;-ms-align-items:center;align-items:center}.fn__selection_box .actions,.techwave_fn_report .btns{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.fn__gallery_items,.fn__grid_items ul,.techwave_fn_feed .feed__more{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_feed .feed__results{margin-bottom:60px;position:relative}.techwave_fn_feed .feed__results.loading .fn__gallery_items{opacity:0;visibility:hidden}.techwave_fn_feed .feed__results.loading .fn__preloader{opacity:1;visibility:visible}.techwave_fn_feed .feed__more{display:flex;justify-content:center}.fn__gallery_items,.fn__grid_items ul{margin:0 0 0 -20px;padding:0;list-style-type:none;display:flex;flex-wrap:wrap}.fn__gallery_items .item.select__ready .item__info,.tab__item,.techwave_fn_aichatbot_page .chat__item,.techwave_fn_pricing .pricing__tab,.tooltipster-sidetip.tooltipster-techwave .tooltipster-arrow-uncropped{display:none}.fn__gallery_items .info__header,.fn__selectable_item,.fn__selectable_item .icon{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__gallery_items .item.select__ready .fn__selectable_item,.techwave_fn_img_lightbox.opened{opacity:1;visibility:visible;pointer-events:all}.fn__selectable_item{opacity:0;visibility:hidden;pointer-events:none;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;-ms-align-items:center;align-items:center;justify-content:center;z-index:3;color:var(--techwave-hover-color);border:2px solid transparent;border-radius:5px;cursor:pointer}.fn__checkbox,.fn__follow{font-family:var(--techwave-heading-font-family);color:var(--techwave-body-color);font-weight:400}.fn__chat_link.opened .trigger span:after,.fn__icon_button .dots:after{background-color:var(--techwave-heading-color)}.fn__selectable_item.selected:after{opacity:.1}.fn__selectable_item:after{background-color:var(--techwave-site-bg-color);opacity:.6;position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;content:""}.fn__selectable_item .icon{width:50px;height:50px;background-color:var(--techwave-some-a-bg-color);border-radius:100%;display:flex;justify-content:center;-ms-align-items:center;align-items:center}.fn__selectable_item .fn__svg{position:relative;z-index:3}.fn__gallery_item{margin:0 0 20px;padding:0 0 0 20px;width:25%}.fn__gallery_items .item{position:relative;width:100%;overflow:hidden;cursor:pointer}.fn__gallery_items .img img{border-radius:5px;width:100%;height:100%}.fn__gallery_items .item:hover .item__info{opacity:1;visibility:visible;transform:translateY(0)}.fn__gallery_items .item__info{opacity:0;visibility:hidden;transform:translateY(20px);position:absolute;bottom:10px;left:10px;right:10px;border-radius:5px;background-color:var(--techwave-some-r-bg-color);padding:20px 15px 19px;transition:.3s}.fn__gallery_items .info__header{display:flex;justify-content:space-between;margin-bottom:14px;-ms-align-items:center;align-items:center;column-gap:15px}.fn__gallery_items .user__info{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;max-width:60%}.fn__gallery_items .author_name{margin:0;padding:0;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family);font-size:14px;overflow:hidden}.fn__gallery_items .user__info img{width:20px;height:20px;object-fit:cover;border-radius:100%;margin-right:7px}.fn__gallery_items .item__info .desc{margin:0;padding:0;font-size:14px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}a.fn__like{text-decoration:none;font-size:14px;overflow:hidden;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family);position:relative;z-index:25;padding:0 42px 0 18px;height:40px;border:2px solid var(--techwave-some-a-bg-color);border-radius:20px;line-height:36px}a.fn__like .count{position:relative;top:1px}a.fn__like .fn__svg{position:absolute;width:18px;height:18px;right:18px;top:50%;margin-top:-9px;opacity:0}a.fn__like .empty__like{opacity:1}a.fn__like.has__like .empty__like{opacity:0}a.fn__like.has__like .full__like{opacity:1}a.fn__like:hover{opacity:.8}a.fn__like.no_border{border:none;padding:0 24px 0 0;line-height:16px;border-radius:0;height:16px}a.fn__like.no_border .fn__svg{right:0}.fn__checkbox{margin:0;padding:0 0 0 27px;position:relative;min-height:20px;line-height:20px;font-size:16px;border:none;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.fn__follow,.fn__model .model_subtitle{letter-spacing:.5px;font-size:11px;text-transform:uppercase}.fn__chat_link,.fn__toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none}.fn__checkbox .fn__svg{opacity:0;width:12px;height:12px;position:absolute;left:4px;top:50%;margin-top:-6px}.fn__follow:hover,.fn__icon_button:hover{opacity:.8}.fn__checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.fn__checkbox input:checked~.fn__svg{opacity:1}.fn__checkbox .checkmark{width:20px;height:20px;display:block;position:absolute;top:50%;margin-top:-10px;left:0;border:2px solid var(--techwave-border-color);border-radius:3px}.techwave_fn_img_lightbox,.techwave_fn_img_lightbox .lightbox__tlbar,.techwave_fn_img_lightbox .lightbox__top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_img_lightbox{opacity:0;visibility:hidden;position:fixed;top:0;left:0;right:0;bottom:0;z-index:105;background-color:var(--techwave-site-bg-color);display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;overflow-y:auto;pointer-events:none;transition:.3s}.fn__follow,.fn__icon_button{background-color:var(--techwave-some-a-bg-color)}.techwave_fn_img_lightbox .lightbox__top{display:flex;border-bottom:1px solid var(--techwave-border-color)}.techwave_fn_img_lightbox .lightbox__tl{width:70%;width:calc(100% - 440px)}.techwave_fn_img_lightbox .lightbox__tr{width:440px;border-left:1px solid var(--techwave-border-color)}.techwave_fn_img_lightbox .lightbox__tlbar{display:flex;justify-content:space-between;padding:20px;-ms-align-items:center;align-items:center}.techwave_fn_img_lightbox .lightbox__tlbar_left{flex:3;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-wrap:wrap}.techwave_fn_img_lightbox .lightbox__tlbar_left .item{margin:2.5px 5px 2.5px 0}.fn__prompt_details .prompt__popup li:last-child,.techwave_fn_img_lightbox .item__details>:last-child{margin-bottom:0}.techwave_fn_img_lightbox .lightbox__tlbar_center{flex:2;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;column-gap:5px}.techwave_fn_img_lightbox .lightbox__tlbar_right{flex:3;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-end}.techwave_fn_img_lightbox .img_nav{text-decoration:none;width:40px;height:40px;border:2px solid var(--techwave-some-a-bg-color);border-radius:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;color:var(--techwave-heading-color)}.fn__follow,.techwave_fn_img_lightbox .user__profile,.techwave_fn_img_lightbox .user__profile .profile_link{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_img_lightbox .lightbox__tlimg{padding:0 40px 60px;text-align:center}.techwave_fn_img_lightbox .user__profile{padding:20px 70px 20px 20px;position:relative;position:sticky;top:0;background-color:var(--techwave-site-bg-color);z-index:2;border-bottom:1px solid var(--techwave-border-color);display:flex;-ms-align-items:center;align-items:center;width:100%}.techwave_fn_img_lightbox .user__profile .profile_link{display:flex;text-decoration:none;-ms-align-items:center;align-items:center;margin-right:10px;max-width:55%}.techwave_fn_img_lightbox .user__profile .profile_link .user_name{margin:0;padding:0;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px}.techwave_fn_img_lightbox .user__profile .profile_link img{min-width:40px;width:40px;height:40px;border-radius:100%;margin-right:10px;object-fit:cover}.techwave_fn_img_lightbox .fn__closer{position:absolute;right:20px;top:50%;margin-top:-15px}.techwave_fn_aichatbot_page .chat__sidebar .sidebar_header,.techwave_fn_img_lightbox .item__details{padding:20px;border-bottom:1px solid var(--techwave-border-color)}.techwave_fn_img_lightbox .item__details>*{margin-bottom:10px}.techwave_fn_img_lightbox .lightbox__related{padding:36px 40px 20px}.fn__model .model_subtitle,.fn__model .model_title{padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.techwave_fn_img_lightbox .lightbox__related .fn__title_holder{margin-bottom:33px}.fn__follow{padding:0 10px;position:relative;display:flex;height:24px;white-space:nowrap;max-width:100%;text-decoration:none;border-radius:12px;line-height:24px}.fn__icon_button,.fn__model{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__follow.has__follow{background-color:#f1416c;color:#fff}.fn__icon_button{width:30px;height:30px;border-radius:5px;display:flex;-ms-align-items:center;align-items:center;justify-content:center;color:var(--techwave-heading-color)}.fn__model,.fn__prompt_details,.techwave_fn_report .report__content,.techwave_fn_sign .form__content{background-color:var(--techwave-some-r-bg-color)}.fn__icon_button .dots{display:block;position:relative;width:15px;height:3px;border-left:3px solid var(--techwave-heading-color);border-right:3px solid var(--techwave-heading-color)}.fn__icon_button .dots:after{width:3px;top:0;bottom:0;left:3px;content:"";position:absolute}.filter__select .item__popup ul,.fn__backto a,.fn__prompt_details .prompt__popup ul,.techwave_fn_notifications_list .notification__item:hover,.techwave_fn_pricing .pricing__toggle .bg{background-color:var(--techwave-some-a-bg-color)}.fn__icon_button .fn__svg{width:12px;height:12px}.fn__model{position:relative;border:1px solid var(--techwave-border-color);border-radius:5px;padding:10px 70px 10px 20px;display:flex;-ms-align-items:center;align-items:center}.fn__details_list ul,.fn__preloader,.techwave_fn_report{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__model .fn__icon_button{position:absolute;right:20px;top:50%;margin-top:-15px}.fn__model .model_img img{width:60px;height:60px;object-fit:cover;border-radius:5px;margin-right:15px}.fn__model .model_subtitle{margin:0 0 5px;font-weight:500;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family)}.fn__model .model_title,.fn__prompt_details .prompt__popup a,.fn__prompt_details .prompt__popup li,.fn__prompt_details .prompt__text{font-weight:400;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.fn__model .model_title{margin:0;letter-spacing:0;font-size:16px}.fn__prompt_details{position:relative;border:1px solid var(--techwave-border-color);border-radius:5px}.techwave_fn_report,.techwave_fn_sign{background-color:var(--techwave-site-bg-color)}.fn__prompt_details .prompt__content{padding:0 20px 15px}.fn__prompt_details .prompt__content p{margin:0;font-size:16px;line-height:20px}.fn__prompt_details .prompt__text{margin:0;padding:0;font-size:14px;line-height:20px;text-transform:uppercase}.fn__prompt_details .prompt__options:hover .prompt__popup{opacity:1;visibility:visible;transform:translateY(0)}.fn__prompt_details .prompt__popup{right:0;position:absolute;top:100%;padding-top:5px;opacity:0;visibility:hidden;transform:translateY(20px);transition:.3s}.fn__prompt_details .prompt__popup ul{width:180px;list-style-type:none;border-radius:5px;margin:0;padding:15px 20px}.fn__prompt_details .prompt__popup a{font-size:16px;text-decoration:none;overflow:hidden}.fn__prompt_details .prompt__popup li{margin:0 0 3px;font-size:16px}.fn__prompt_details .prompt__options{position:absolute;top:50%;right:20px;margin-top:-15px}.fn__prompt_details .prompt__header{position:relative;padding:15px 70px 10px 20px}.fn__details_list{padding:27px 30px 3px}.fn__details_list ul{margin:0 0 0 -30px;padding:0;list-style-type:none;display:flex;flex-wrap:wrap}.fn__details_list li{padding-left:30px;margin-bottom:20px;width:50%}.fn__details_list .sub_title{margin:0 0 1px;padding:0;font-weight:500;letter-spacing:.5px;font-size:11px;text-transform:uppercase;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fn__details_list .title,.fn__preloader .text,.techwave_fn_font .title,.techwave_fn_report .subtitle,.techwave_fn_report .title{font-family:var(--techwave-heading-font-family);color:var(--techwave-heading-color)}.fn__details_list .title{margin:0;padding:0;font-weight:400;letter-spacing:0;font-size:16px}.fn__grid_items li{padding-left:20px;margin-bottom:20px;width:16.6666%}.fn__grid_items img{border-radius:5px;display:block;width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;transition:.3s}.fn__grid_items img:hover{-webkit-filter:brightness(.5);filter:brightness(.5)}.techwave_fn_report{pointer-events:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:110;opacity:0;visibility:hidden;display:flex;-ms-align-items:center;align-items:center;justify-content:center;overflow-y:auto;padding:40px}.techwave_fn_font.opened,.techwave_fn_report.opened{pointer-events:all;opacity:1;visibility:visible}.techwave_fn_report .report__closer{z-index:1;position:absolute;top:0;left:0;right:0;bottom:0}.techwave_fn_report .report__content{width:600px;max-width:100%;border-radius:5px;padding:30px 30px 25px;position:relative;border:1px solid var(--techwave-border-color);z-index:3}.techwave_fn_report .fn__closer{position:absolute;right:30px;top:30px;z-index:2}.techwave_fn_font .title,.techwave_fn_report .title{text-align:center;margin:0 0 4px;padding:0;font-weight:500;font-size:24px;letter-spacing:0}.techwave_fn_report .subtitle{display:block;margin:0;padding:0;font-size:16px;font-weight:400;line-height:40px}.techwave_fn_report .reason_field{display:block;width:100%;margin-bottom:15px;height:50px;border-radius:5px}.techwave_fn_report .btns .cancel{opacity:.6}.fn__preloader{opacity:0;visibility:hidden;position:absolute;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center;width:100%;height:150px;border:2px solid var(--techwave-border-color);top:0;left:0;z-index:1}.fn__preloader .text{display:block;font-size:18px;letter-spacing:.25px;text-transform:uppercase;font-weight:600}.fn__lined_text .text,.techwave_fn_sign .form__title,.techwave_fn_sign .pass_lab a,.techwave_fn_sign .sign__desc p{font-family:var(--techwave-body-font-family)}.fn__preloader .icon{width:60px;height:60px;display:block;border:4px solid transparent;border-top-color:var(--techwave-hover-color);border-right-color:var(--techwave-hover-color);border-bottom-color:var(--techwave-hover-color);border-radius:100%;animation:1s linear infinite techwave_spin;margin-bottom:15px}.fn__preloader.loading{opacity:1;visibility:visible}@keyframes techwave_spin{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.techwave_fn_sign{position:fixed;top:0;left:0;right:0;bottom:0;z-index:110;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;overflow-y:auto;padding:50px 40px}.techwave_fn_sign .logo{background-image:none,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI0AAAARCAYAAADg+i+dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDE4RjBBQzYwQUJGMTFFRTg3QUVGMUE0MTM1RjQ0QTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDE4RjBBQzUwQUJGMTFFRTg3QUVGMUE0MTM1RjQ0QTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUI4OEJFRTAwQUJDMTFFRUFGMTBCMkVGNTYxNEMxQjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUI4OEJFRTEwQUJDMTFFRUFGMTBCMkVGNTYxNEMxQjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Fy8TKAAAHqklEQVR42tRaDWwVRRDefe+Vll8LiiDiDyBKBCIijWA0qBgToyJRQEQSxaJigqKCGokSUQgaiUZjJGogEv9SFMVoqhEbwRgNqSYF5K8QK0UIIkbKn7S0t87czd2bnbf3eqWvRCad3t3e/s5+O3/39OKZx4uUUidUO0lr/Of/2WSgLK1UKkX16JoK6+uwrQ6u1Jdfn73P1rPfpaCjTAaG0cFYRO9AnTtZm7vh/xf+dEzQvghXnQreY3t7MbQOPm74KmXP06qfgIzKzhPmgivxoncG2fjv6eK/NfQuKqd7T5axvTjRpFRzU1beUf8eGwe7b8m2d/br2e+RUVyfAQ9ShaXVIMWn+SZ0FBlYYXMLASdbfDZwd1atSyg0FGg6Q3My2Q1BIDHBfw58MWv/DfBsCyhKXQ28VAUylFQJPEeUjQFeLspmAVfZiPr/Ey64BvjmAvd7XfZk2ie14KSDXW8B4KTSkeAPi1pN4YYjuPAaAgibe15Wi1H7vsBDWPszQ9AwmgI8LGZWQxygGSX6jOYVAvp0IVReL3ZAv/ssJXMqBEKqNIaO+YtNOzaIgILAUTrSipWiPYKmtyg7p5UZXSqeL3QAfvvppGE4aI4ALytwv2cIVX5qyAhfg5mn0LabGG1lbNBtcMhpqCi7vJXZXCueLxLP9TDs/naY77PaKa3S9pgnpPuBFzlkis9fCjW8ilSvZnWeAZ7B6uym663AM8lnKskzD9yurcD3Av8lbP5E4P4xvoOkpbD5LwFo5Do+gsn+GbO+A+RXvACgOaoDbbTRAazz2NNA4AHs+S3gn9EBZ2Vjgd9kz+eKHmvCuZG/k4TAbVXVaBph4mNgTcsMaVGgWljNjXkcc/TTLqP7rsAPkD87EvhRunZLYEEeyTDh1cVUPCqe8XTsigEfCn8F8HvYOfBrbQDwAKo/1fc5YEFwmdDGQzDc4VIeB+4EfH5MGzQbo2BMBOcoAN1BuK8jMPHT3J/djxDQ+x52aZUAzQiHieO0ia7XOACVjwbSQf7A2CbzAhqzJgJO1p8cDOsaL6LdSjDJI6HeL20wjzhGRZLTWyRVvaPO+3SqqmnCfRyA2USA4xoKEX8lKxtJi8QTM+EkNKdxGh+tFsB1HnBxnraDYOyF0MMsFWiq3QI03ImV0SbWbSQuZpvbE/gfMtd9RZtd5FttDs15nvV0F+U3kMxfBn6CVZ4Ll2kOKTwpnh+GsRtJ+3DaA7xN7BHq3jLaK6R+GVUYqrJMs1GThH7EULM8pu1GpiGaTNDPTUK9rgF+hbQGd0X64YljRdsdQX4xzGe90QDIYOM8ph2nAk8PpQPvx7HGO4Xfwk30FWINO+haTaF42P9YP/0QaFFpnv+mKO42uS4HzQdewJ6b6bqIg8aP6Iwv50ajIse+M5TNEI7/GwTo/qwY/bgRMUpnCYsGWwoFGkk9HI7xNCuoDe47iygkTEX1E+2fBV5vJQx1dALRV6kA/hj4BzJt0hcugcItMOIWS3hafQvlk+HalTmXafIdUM1PYn1corLouoqV72XR4mYGmjA3szomD1bHzGdvOs1pR71aiuYs0Pjr9FQD3K8EnkzlaYNaJNjkMBi8RwBhOe3CMKHSioDvIrAbS0q2U58uGGjELhlHpHFHgm5qIu0g9TT1yLPBtCA8xf9a+sXkRCSpMDLCsFuTvadZHmGqF0symPaBOjKC6kogx7G4U/wbu9/gyNeEpooTjrmF1nRfguj1OQKyC1QLGWiUn08yaok2kQgeE7uyOMho5vSFTvCHSdIpmQ4AjIvQv8HTOd4BKI8EglpgDmmKjM6NGnJABHUPJZ6HpiQefkJIRyAsERvh+fMLztcuh3PUA5p1026gI30nmpTFaN5t5P+g/N8W705Q0k8zM1dOc0sLTalMC/iK2jeLZZHDbkAzaLUW5FFm7Mx2JTTZaaIPFBZ9Sgdidkx0a0irPthRoEmJ52bKoLYlz8upV/gNKMzkGkdF49nfWtpJ9bR5nYTZlQD4UYChnkVqoeltEG1+Ze/TAoCjaVy+knIK63OT4Vmf5yvh6K6FCrOUncicHykcrazEhA6050QTBAyJ8jSFJhmmPwS8jrzznL0mAXWn07eP/BROr1M425rDuBZ621wg4Bwix3o4zwM5HNqt4rlahPcVDp+mNsYMHycZSO36e9zRog+gX5MzPphFV9fTNRtwYHjtkd7Q6qDwJ8aZwHHf6DDw4XOXgvk0JlfbVIkqw9jpykcV0NkU6GsN9Dld207okgTtnyJntAALyonskMY5km11DtPDabJjhD0xh2s0+UiNoryna45C5hhJvcs0otyD5/GXBT5mAo2MYD/MwvlS/9C1TluTnMlSh8PUGmFO5tWT2K5e5GustKKl5NQYk9folMcM9uLjt6JFXCZMmp6fEsxzL8uw7nAkOYcI7uOKTv2fhmj6/GH8pGqcJm6Aaqu0bfybyAlvK/VJomn2KDvzeCAH9F7wmxlBj5MaLqdMYklCP8L/aA3CGON7+krdQiF4krkeYllr/qX7WB6dUs+ytftzzF0AirjDtcJRto60T9y3oSPMecbxb6cM+oA840j6I8dEBTRPhObhGHP9ejqIHlMtUSDwiQp+4YAR1tCECqH2PwEGAE1LMfCPPouoAAAAAElFTkSuQmCC);background-size:141px;background-position:center top;background-repeat:no-repeat;color:#3c434a;height:17px;font-size:20px;font-weight:400;line-height:1.3;margin:0 auto 50px;padding:0;text-decoration:none;width:141px;text-indent:-9999px;outline:0;overflow:hidden;display:block}.fn__lined_text,.techwave_fn_sign .pass_lab{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_sign .sign__desc p{margin:25px 0 0;text-align:center;font-size:14px;line-height:18px;letter-spacing:0;color:var(--techwave-body-color)}.techwave_fn_sign .sign__desc p a{text-decoration:none;color:var(--techwave-heading-color)}.techwave_fn_sign .pass_lab a:hover,.techwave_fn_sign .sign__desc p a:hover{text-decoration:underline}.techwave_fn_sign .sign__content{width:500px;max-width:100%}.techwave_fn_sign .form__content{width:100%;border-radius:5px;padding:36px 50px 40px;position:relative;border:1px solid var(--techwave-border-color)}.techwave_fn_sign .pass_lab{display:flex;-ms-align-items:center;align-items:center;justify-content:space-between}.techwave_fn_sign .pass_lab a{font-size:16px;text-decoration:none;color:#000;line-height:40px}.techwave_fn_sign .form__title{text-align:center;font-size:24px;margin:0 0 3px;font-weight:500;color:var(--techwave-heading-color);line-height:1}.techwave_fn_sign label,.techwave_fn_user_settings .input_label{display:block;font-size:16px;font-weight:400;font-family:var(--techwave-body-font-family);color:var(--techwave-heading-color);line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.techwave_fn_sign input[type=password],.techwave_fn_sign input[type=text]{display:block;width:100%;border-radius:5px;height:60px;min-width:100%}.techwave_fn_sign .fn__lined_text,.techwave_fn_sign .form__submit{margin-bottom:14px}.fn__lined_text{display:flex;-ms-align-items:center;align-items:center;width:100%}.fn__backto,.techwave_fn_notifications_list .notification__item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__lined_text .line{width:50%;height:1px;background-color:var(--techwave-border-color)}.fn__backto a,.techwave_fn_pricing .popular{height:30px;line-height:30px;letter-spacing:0}.fn__lined_text .text{white-space:nowrap;font-size:14px;text-transform:uppercase;margin:0;color:var(--techwave-body-color);padding:0 10px}.filter__select .item__popup a,.filter__select .item__popup li,.fn__backto a,.techwave_fn_notifications_list .item__title{font-family:var(--techwave-heading-font-family);color:var(--techwave-heading-color);font-weight:400}.techwave_fn_sign .form__alternative a{width:100%}.techwave_fn_font select,.techwave_fn_image_generation_page .generation__sidebar .prompt_magic_switcher,.techwave_fn_sign .form__pass{margin-bottom:30px}.filter__select .item__popup{opacity:0;visibility:hidden;transform:translateY(20px);position:absolute;right:0;top:100%;width:140px;margin:0;padding:5px 0 0;transition:.3s}.filter__select:hover .item__popup{opacity:1;visibility:visible;transform:translateY(0)}.filter__select .item__popup ul{list-style-type:none;border-radius:5px;margin:0;padding:15px 20px}.filter__select .item__popup li:last-child,.techwave_fn_notifications_list .notification__item:last-child,.techwave_fn_user_settings .settings_right .item:last-child{margin-bottom:0}.filter__select .item__popup li{margin:0 0 3px;font-size:16px}.filter__select .item__popup a{font-size:16px;text-decoration:none;overflow:hidden}.fn__backto a:hover,.techwave_fn_pricing .pricing__toggle a:hover{color:#000}.filter__select .item__popup a:hover{color:#000;opacity:.9}.techwave_fn_notifications_list .notification__item{padding:24px 30px;border-radius:5px;border:1px solid var(--techwave-border-color);display:flex;column-gap:20px;justify-content:space-between;-ms-align-items:center;align-items:center;background-color:var(--techwave-some-r-bg-color);margin-bottom:10px;position:relative;transition:.3s}.techwave_fn_notifications_list .item__title{font-size:20px;margin:0;padding:0}.fn__backto{display:flex;-ms-align-items:center;align-items:center;justify-content:center}.fn__backto a{text-decoration:none;position:relative;padding-left:30px;padding-right:13px;border-radius:5px;font-size:16px;display:block}.techwave_fn_pricing .pricing__header .price,.techwave_fn_pricing .pricing__header .title,.techwave_fn_pricing .pricing__toggle a{color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.fn__backto a .text{position:relative;top:1px}.fn__backto a .fn__svg{transform:rotate(180deg);width:12px;height:12px;left:10px;top:50%;margin-top:-6px;position:absolute}.techwave_fn_pricing .pricing__footer a,.techwave_fn_pricing .pricing__header .purchase a{width:100%}.techwave_fn_pricing_page{padding:93px 0 100px}.techwave_fn_pricing_page .techwave_fn_pricing{margin-bottom:111px}.techwave_fn_pricing .pricing__tab.active{display:block}.techwave_fn_pricing .item_row,.techwave_fn_pricing .pricing__toggle,.techwave_fn_pricing .pricing__toggle .toggle_in{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_pricing .pricing__toggle{display:flex;-ms-align-items:center;align-items:center;justify-content:center;margin-bottom:40px}.techwave_fn_pricing .pricing__toggle .bg{position:absolute;height:40px;top:9px;left:50%;border-radius:20px;z-index:1;transition:.3s;width:0}.techwave_fn_pricing .pricing__toggle .toggle_in{border:1px solid var(--techwave-border-color);border-radius:60px;padding:9px;display:flex;position:relative}.techwave_fn_pricing .pricing__toggle a{text-decoration:none;height:40px;line-height:40px;padding:0 35px;font-size:14px;margin:0;font-weight:500;text-transform:uppercase;position:relative;z-index:2}.techwave_fn_pricing .pricing__content{border:1px solid var(--techwave-border-color);border-radius:5px;background-color:var(--techwave-some-r-bg-color)}.techwave_fn_pricing .popular{position:absolute;top:0;margin-top:-16px;background-color:#ab0cdf;border-radius:15px;font-weight:500;color:#fff;text-transform:uppercase;font-family:var(--techwave-heading-font-family);padding:0 18px;font-size:14px;left:50%;transform:translate(-50%);text-align:center;z-index:3}.techwave_fn_pricing .popular *{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}.techwave_fn_pricing .popular:after{content:"";left:50%;margin-left:-6px;top:100%;width:0;height:0;border-style:solid;border-width:4px 6px 0;border-color:#ab0cdf transparent transparent;position:absolute}.fn__mobile_pricing .pricing__item_footer,.techwave_fn_pricing .pricing__footer{border-top:1px solid var(--techwave-border-color)}.techwave_fn_pricing .item_row{margin-left:-1px;display:flex;text-align:center}.techwave_fn_pricing .item_row .item_col:first-child{width:31%;max-width:31%;text-align:left;justify-content:flex-start}.techwave_fn_pricing .item_row .item_col{width:23%;max-width:23%;border-left:1px solid var(--techwave-border-color);position:relative}.techwave_fn_pricing .pricing__header .title{margin:0 0 10px;padding:0;font-size:24px;letter-spacing:0}.techwave_fn_pricing .pricing__header .price{margin:0 0 11px;padding:0;font-size:14px;font-weight:500}.techwave_fn_pricing .pricing__header .price span{font-size:36px;font-weight:500}.techwave_fn_pricing .pricing__header .desc{margin:0 0 24px;padding:0;font-size:14px;letter-spacing:0;line-height:20px;font-weight:400;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_pricing .pricing__header .desc span{color:var(--techwave-heading-color)}.techwave_fn_pricing .pricing__header .purchase{padding:0;margin:0}.techwave_fn_pricing .pricing__header .item_col{padding:35px 30px 40px}.techwave_fn_pricing .pricing__heading{background-color:var(--techwave-some-a-bg-color);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;margin:0 -1px}.techwave_fn_pricing .pricing__heading .item.wide{width:69%;max-width:69%}.techwave_fn_pricing .pricing__heading .item{height:54px;position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;padding:0 30px;width:31%;max-width:31%}.fn__mobile_pricing .pricing__item__heading,.techwave_fn_pricing .pricing__fields .item_col{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;-ms-align-items:center}.techwave_fn_pricing .pricing__heading .title{font-size:14px;margin:0;padding:0;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_pricing .pricing__heading .item_col:first-child{padding:0 40px}.techwave_fn_pricing .pricing__heading .item.wide:after{content:"";left:30px;right:30px;position:absolute;height:4px;border-radius:5px;top:50%;margin-top:-2px;background-color:var(--techwave-site-bg-color)}.techwave_fn_pricing .pricing__fields .item_row:first-child .item_col{padding-top:35px}.techwave_fn_pricing .pricing__fields .item_row:last-child .item_col{padding-bottom:24px}.techwave_fn_pricing .pricing__fields .item_col{padding:9px 30px;line-height:24px;display:flex;align-items:center;justify-content:center}.techwave_fn_pricing .pricing__fields .heading_text,.techwave_fn_pricing .pricing__fields .option_text{font-size:16px;margin:0;padding:0;letter-spacing:.5px;font-weight:400;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_pricing .pricing__footer .item_col{padding:40px 30px}.fn__mobile_pricing{display:none;flex-wrap:wrap;margin-left:-20px;text-align:center}.fn__mobile_pricing .pricing__item{width:33.3333%;padding-left:20px;margin-bottom:20px}.fn__mobile_pricing .pricing__item_holder{width:100%;background-color:var(--techwave-some-r-bg-color);border:1px solid var(--techwave-border-color);border-radius:5px;position:relative}.fn__mobile_pricing .pricing__item__header{padding:35px 10px 40px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;justify-content:center;-ms-align-items:center;align-items:center}.fn__mobile_pricing .pricing__item__header .title{margin:0 0 10px;padding:0;font-size:24px;letter-spacing:0;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.fn__mobile_pricing .pricing__item__header .price{margin:0 0 11px;padding:0;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family);font-size:14px;font-weight:500}.fn__mobile_pricing .pricing__item__header .price span{font-size:36px;font-weight:500}.fn__mobile_pricing .pricing__item__header .desc{margin:0 0 24px;padding:0;font-size:14px;letter-spacing:0;line-height:20px;font-weight:400;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family)}.fn__mobile_pricing .pricing__item__header .desc span{color:var(--techwave-heading-color)}.fn__mobile_pricing .pricing__item__header .purchase{padding:0;margin:0}.fn__mobile_pricing .pricing__item__header .purchase a{width:100%}.fn__mobile_pricing .pricing__item__heading{background-color:var(--techwave-some-a-bg-color);padding:0 10px;text-align:center;height:40px;display:flex;align-items:center;justify-content:center}.fn__upload,.techwave_fn_user_billing .billing__plan,.techwave_fn_user_profile .user__plan,.techwave_fn_user_profile .user__profile{background-color:var(--techwave-some-r-bg-color)}.fn__mobile_pricing .pricing__item_footer,.fn__mobile_pricing .pricing__item_list_item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;-ms-align-items:center}.fn__mobile_pricing .pricing__item__heading .title{font-size:14px;margin:0;padding:0;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.fn__mobile_pricing .pricing__item_list .desc,.fn__mobile_pricing .pricing__item_list .title{margin:0;font-weight:400;letter-spacing:.5px;font-family:var(--techwave-heading-font-family);padding:0}.fn__mobile_pricing .pricing__item_list{padding:10px 0}.fn__mobile_pricing .pricing__item_list_item{padding:7px 10px;display:flex;align-items:center;justify-content:space-between;column-gap:20px}.fn__mobile_pricing .pricing__item_list .title{font-size:14px;color:var(--techwave-body-color);text-align:left}.fn__mobile_pricing .pricing__item_list .desc{font-size:16px;color:var(--techwave-heading-color);text-align:right;white-space:nowrap}.fn__mobile_pricing .pricing__item_footer{padding:30px 10px;display:flex;align-items:center;justify-content:center}.techwave_fn_user_profile .user__profile{border-radius:5px;border:1px solid var(--techwave-border-color);position:relative;padding:30px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;margin-bottom:10px}.techwave_fn_user_profile .user__profile .user_edit{position:absolute;top:30px;right:30px}.techwave_fn_user_profile .user__profile .user_edit .fn__svg{width:16px;height:16px}.techwave_fn_user_profile .user__profile .user_avatar{width:200px;min-width:200px;margin-right:30px}.techwave_fn_user_profile .user__profile .user_avatar img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;border-radius:5px}.fn__generation_list,.fn__model_items,.techwave_fn_user_profile .user__profile .user_details ul{margin:0 0 0 -20px;padding:0;list-style-type:none;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-wrap:wrap}.techwave_fn_user_profile .user__profile .user_details li{margin:11px 0;padding:0 0 0 20px;width:50%}.techwave_fn_user_profile .user__profile .subtitle{margin:0 0 7px;padding:0;font-weight:500;letter-spacing:.5px;font-size:11px;text-transform:uppercase;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.techwave_fn_user_profile .user__profile .title{margin:0;padding:0;font-weight:400;letter-spacing:0;font-size:16px;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_user_profile .user__plan{border-radius:5px;border:1px solid var(--techwave-border-color);position:relative;padding:38px 30px 33px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:space-between;margin-bottom:38px;column-gap:30px}.fn__options_list ul,.fn__upload .upload_content,.techwave_fn_user_settings .user__settings{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.techwave_fn_user_profile .user__plan .subtitle{margin:0 0 4px;padding:0;font-weight:500;letter-spacing:.5px;font-size:11px;text-transform:uppercase;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.techwave_fn_user_profile .user__plan .info{margin:0;padding:0;font-weight:400;letter-spacing:0;font-size:16px;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_user_profile .user__plan .info span{color:var(--techwave-heading-color)}.techwave_fn_user_profile .user__interests .title{margin:0 0 14px;padding:0;font-weight:400;letter-spacing:0;font-size:16px;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.fn__chat_link .options__list button:hover,.techwave_fn_user_billing .payment__methods .ready .edit_wrapper .edit__popup a:hover{color:#000}.fn__options_list ul{display:flex;flex-wrap:wrap;margin:0 0 0 -10px;padding:0;list-style-type:none}.fn__options_list li{padding-left:10px;margin-bottom:10px}.techwave_fn_user_settings .user__settings{display:flex;column-gap:40px}.techwave_fn_user_settings .settings_left{width:300px;max-width:50%}.techwave_fn_user_settings .settings_right{flex:auto;max-width:50%}.fn__chat_comment,.fn__icon_options,.fn__select_model,.techwave_fn_models .models__results,.techwave_fn_user_billing .payment__methods .ready .edit_wrapper,.techwave_fn_user_settings .input_item{position:relative}.techwave_fn_user_settings .input_item .email{margin:-15px 0 0;padding:0;position:absolute;top:50%;border-radius:5px;display:block;width:30px;height:30px;background-color:var(--techwave-some-a-bg-color);left:12px;color:#000;line-height:30px;text-align:center;font-size:16px;font-family:var(--techwave-body-font-family);pointer-events:none}.fn_contact_form .input_list input[type=email],.fn_contact_form .input_list input[type=text],.techwave_fn_user_settings .input{display:block;width:100%;border-radius:5px;height:60px}.techwave_fn_user_settings .settings_right .fn__checkbox{margin:30px 0;display:block;width:fit-content;max-width:100%}.techwave_fn_user_settings #username{padding-left:50px}.fn__upload{cursor:pointer;text-align:center;width:100%;aspect-ratio:1/1;border:2px dashed var(--techwave-border-color);border-radius:5px;padding:46px;transition:.3s;position:relative;display:block;overflow:hidden}.fn__upload .upload_content{width:100%;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;justify-content:center;-ms-align-items:center;align-items:center;min-height:100%}.fn__upload.has_img{border-color:#000}.fn__upload.has_img .upload_content{opacity:0}.fn__upload .upload_preview{opacity:0;visibility:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;position:absolute;left:0;right:0;top:0;bottom:0;-ms-align-items:center;align-items:center;justify-content:center}.fn__upload.has_img .upload_preview{opacity:1;visibility:visible}.fn__upload:hover{opacity:.8}.fn__upload .preview_img{object-fit:cover}.fn__upload .preview_img[src="#"]{opacity:0}.fn__upload input[type=file]{z-index:2;position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;display:block;cursor:pointer}.fn__upload .upload_content .fn__svg{width:70px;height:auto;color:var(--techwave-heading-color);margin-bottom:15px}.fn__upload .upload_content .fn__lined_text,.techwave_fn_image_generation_page .generation__sidebar .guidance_scale .title{margin-bottom:4px}.fn__upload .upload_content .title,.techwave_fn_user_billing .payment__methods .ready .title{margin:0 0 3px;padding:0;font-weight:400;letter-spacing:0;font-size:16px;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.fn__upload .upload_content .desc{margin:0;padding:6px 0 0;font-size:12px;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_user_billing .billing__plan .desc,.techwave_fn_user_billing .billing__plan .title{letter-spacing:0;font-size:16px;font-family:var(--techwave-heading-font-family);padding:0;font-weight:400}.fn__upload .fn__closer{position:absolute;right:10px;top:10px;z-index:3}.techwave_fn_user_billing .billing__plan{border-radius:5px;border:1px solid var(--techwave-border-color);position:relative;padding:28px 30px 23px;margin-bottom:10px}.techwave_fn_user_billing .billing__plan .title{margin:0 0 4px;color:var(--techwave-heading-color)}.techwave_fn_user_billing .billing__plan .desc{margin:0;color:var(--techwave-body-color)}.fn__chatbot .author,.techwave_fn_user_billing .billing__plan .plan{position:absolute;left:30px;top:-10px;display:block;height:20px;padding:0 15px;background-color:#000;color:#fff;font-family:var(--techwave-heading-font-family);font-weight:500;font-size:11px;letter-spacing:.5px;text-transform:uppercase;line-height:20px;border-radius:10px}.techwave_fn_user_billing .billing__plan .plan *{position:relative;top:1px}.techwave_fn_user_billing .billing__activation{margin-bottom:39px}.techwave_fn_user_billing .billing__activation .activation_status .title{margin:0 0 5px;padding:0;font-weight:400;letter-spacing:0;font-size:16px;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_user_billing .billing__activation .activation_status .desc,.techwave_fn_user_billing .payment__methods .ready .subtitle{margin:0;padding:0;font-weight:400;letter-spacing:0;font-size:16px;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_user_billing .billing__activation .status_right .info,.techwave_fn_user_billing .payment__methods .new .text,.techwave_fn_user_billing .payment__methods .ready .primary{font-weight:500;letter-spacing:.5px;font-family:var(--techwave-heading-font-family);text-transform:uppercase}.techwave_fn_user_billing .billing__activation .activation_status{border-radius:5px;background-color:var(--techwave-some-r-bg-color);border:1px solid var(--techwave-border-color);position:relative;padding:28px 30px 23px;margin-bottom:15px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;column-gap:30px}.techwave_fn_user_billing .billing__activation .status_right{width:150px;max-width:50%;text-align:right}.techwave_fn_user_billing .billing__activation .status_right .info{display:block;font-size:11px;color:var(--techwave-body-color);line-height:1;margin-bottom:6px}.techwave_fn_user_billing .billing__activation .status_right .progress{display:block;width:100%;height:4px;background-color:var(--techwave-some-a-bg-color);border-radius:4px;position:relative}.techwave_fn_user_billing .billing__activation .status_right .progress.active:after{width:var(--frenify-progress)}.techwave_fn_user_billing .billing__activation .status_right .progress:after{right:0;top:0;position:absolute;bottom:0;background-color:#000;border-radius:4px;width:0;transition:.3s;content:""}.techwave_fn_user_billing .billing__activation .activation_actions{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-wrap:wrap}.techwave_fn_user_billing .billing__activation .activation_actions a{margin:5px 10px 5px 0}.fn__chat_link .options__list button:last-child,.techwave_fn_user_billing .payment__methods .ready .edit_wrapper .edit__popup li:last-child{margin-bottom:0}.techwave_fn_user_billing .payment__methods .title{margin:0 0 22px;padding:0;font-size:22px;line-height:1.364;font-weight:600;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_user_billing .payment__methods .payment__list{margin:0 0 0 -20px;list-style-type:none;padding:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-wrap:wrap}.techwave_fn_user_billing .payment__methods .payment__list_item{margin:0 0 20px;padding:0 0 0 20px;width:50%}.techwave_fn_user_billing .payment__methods .ready .item{border-radius:5px;background-color:var(--techwave-some-r-bg-color);border:1px solid var(--techwave-border-color);position:relative}.techwave_fn_user_billing .payment__methods .ready .item_header{padding:17px 15px 13px;border-bottom:1px solid var(--techwave-border-color)}.techwave_fn_user_billing .payment__methods .ready .action{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;width:100%;justify-content:space-between;height:40px;padding:0 15px;-ms-align-items:center;align-items:center}.techwave_fn_user_billing .payment__methods .ready .edit_wrapper .options{width:30px;height:30px;border-radius:30px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.techwave_fn_user_billing .payment__methods .ready .edit_wrapper .dots{display:block;position:relative;width:15px;height:3px;border-left:3px solid var(--techwave-heading-color);border-right:3px solid var(--techwave-heading-color)}.techwave_fn_user_billing .payment__methods .ready .edit_wrapper .dots:after{width:3px;top:0;bottom:0;left:3px;content:"";position:absolute;background-color:var(--techwave-heading-color)}.techwave_fn_user_billing .payment__methods .ready .edit_wrapper:hover .edit__popup{opacity:1;visibility:visible;transform:translateY(0)}.techwave_fn_user_billing .payment__methods .ready .edit_wrapper .edit__popup{position:absolute;left:100%;bottom:0;width:140px;opacity:0;visibility:hidden;transition:.3s;transform:translateY(-20px)}.techwave_fn_user_billing .payment__methods .ready .edit_wrapper .edit__popup a{font-size:16px;font-weight:400;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family);text-decoration:none;overflow:hidden}.techwave_fn_user_billing .payment__methods .ready .edit_wrapper .edit__popup ul{list-style-type:none;background-color:var(--techwave-some-a-bg-color);border-radius:5px;margin:0;padding:15px 20px}.techwave_fn_user_billing .payment__methods .ready .edit_wrapper .edit__popup li{margin:0 0 3px;font-size:16px;font-weight:400;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family)}.techwave_fn_user_billing .payment__methods .ready .primary{display:block;height:20px;padding:0 15px;background-color:#000;color:#fff;font-size:11px;line-height:20px;border-radius:15px}.techwave_fn_user_billing .payment__methods .ready .primary span{position:relative;top:1px}.techwave_fn_user_billing .payment__methods .new .item{border-radius:5px;background-color:var(--techwave-some-r-bg-color);border:1px solid var(--techwave-border-color);position:relative;padding:30px 15px 27px;text-align:center;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center}.techwave_fn_user_billing .payment__methods .new .item a{z-index:2}.techwave_fn_user_billing .payment__methods .new .add{height:40px;width:40px;position:relative;margin-bottom:9px}.techwave_fn_user_billing .payment__methods .new .add:after{width:2px;height:40px;position:absolute;content:"";left:50%;margin-left:-1px;background-color:var(--techwave-border-color);top:50%;margin-top:-20px}.techwave_fn_user_billing .payment__methods .new .add:before{width:40px;height:2px;position:absolute;content:"";top:50%;left:50%;margin-left:-20px;margin-top:-1px;background-color:var(--techwave-border-color)}.techwave_fn_user_billing .payment__methods .new .text{font-size:14px;line-height:1;color:var(--techwave-heading-color)}.techwave_fn_aichatbot_page .chat__page{width:100%;padding-top:38px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;position:relative;z-index:3}.techwave_fn_aichatbot_page .chat__sidebar,.techwave_fn_doc_page .docsidebar,.techwave_fn_image_generation_page .generation__sidebar{width:300px;min-width:300px;border-left:1px solid var(--techwave-border-color);background-color:var(--techwave-header-bg-color);top:var(--techwave-header-height);position:fixed;z-index:1;right:0;bottom:0;transform:translate(105%);transition:.2s}.techwave_fn_wrapper.fn__has_sidebar .techwave_fn_aichatbot_page .chat__sidebar,.techwave_fn_wrapper.fn__has_sidebar .techwave_fn_doc_page .docsidebar,.techwave_fn_wrapper.fn__has_sidebar .techwave_fn_image_generation_page .generation__sidebar{transform:translate(0)}.techwave_fn_aichatbot_page .chat__sidebar .sidebar_content,.techwave_fn_doc_page .docsidebar,.techwave_fn_image_generation_page .generation__sidebar .sidebar_details{padding:20px}.techwave_fn_aichatbot_page .chat__sidebar .sidebar_content ul,.techwave_fn_doc_page .docsidebar ul{margin:0;padding:0;list-style-type:none}.fn__chat_link{text-decoration:none;display:block;height:40px;line-height:40px;padding:0 40px 0 20px;border:1px solid var(--techwave-border-color);border-radius:5px;font-size:16px;font-weight:400;letter-spacing:0;font-family:var(--techwave-heading-font-family);color:var(--techwave-body-color);position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.fn__chat_link:hover{border-color:var(--techwave-body-color)}.fn__chat_link a:hover,.fn__chat_link.active{border-color:#000}.fn__chat_link.active{color:var(--techwave-heading-color)}.fn__chat_link .text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fn__chat_link .options{position:absolute;right:0;top:0;bottom:0;display:block}.fn__chat_link .options__list,.fn__chat_link .trigger{margin:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__chat_link.opened .trigger span{border-left-color:var(--techwave-heading-color);border-right-color:var(--techwave-heading-color)}.fn__chat_link.opened .trigger{background-color:var(--techwave-some-a-bg-color)}.fn__chat_link .trigger{background-color:transparent;padding:0;outline:0;border:none;width:38px;height:38px;display:flex;-ms-align-items:center;align-items:center;justify-content:center;cursor:pointer;border-radius:0 4px 4px 0}.fn__chat_link .options__list,.fn__chat_link .trigger:hover,.techwave_fn_doc_page .docsidebar .current>a,.techwave_fn_doc_page .docsidebar li:hover>a{background-color:var(--techwave-some-a-bg-color)}.fn__chat_link .trigger span{display:block;position:relative;width:15px;height:3px;border-left:3px solid var(--techwave-body-color);border-right:3px solid var(--techwave-body-color)}.fn__chat_link .trigger span:after{width:3px;top:0;bottom:0;left:3px;content:"";position:absolute;background-color:var(--techwave-body-color)}.fn__chat_link.opened{z-index:10}.fn__chat_link.opened .options__popup{opacity:1;visibility:visible;transform:translateY(0)}.fn__chat_link .options__popup{position:absolute;top:100%;right:-1px;width:140px;transition:.3s;padding-top:6px;opacity:0;visibility:hidden;transform:translateY(20px)}.fn__chat_link .options__list{list-style-type:none;border-radius:5px;padding:15px 20px;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.fn__chat_link .save_options,.fn__chat_link .save_options button{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;-ms-align-items:center}.fn__chat_link .options__list button{background-color:transparent;outline:0;border:none;padding:0;margin:0 0 3px;text-align:left;cursor:pointer;font-size:16px;font-weight:400;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family);text-decoration:none;overflow:hidden;transition:.3s}.fn__chat_link.live_edit .save_options,.fn__chat_link.live_edit input,.techwave_fn_models .loading .fn__preloader{opacity:1;visibility:visible}.fn__chat_comment .new__chat,.fn__chat_link input,.fn__chat_link.live_edit .options,.fn__chat_link.live_edit .text,.techwave_fn_models .loading .tab__item{opacity:0;visibility:hidden}.fn__chat_link input{position:absolute;height:24px;left:12px;right:63px;margin:-11px 0 0;padding:0 7px;top:50%;font-size:16px;font-weight:400;letter-spacing:0;font-family:var(--techwave-heading-font-family);color:var(--techwave-body-color);background-color:transparent;outline:0;min-width:inherit;border:1px solid var(--techwave-border-color);border-radius:5px}.fn__chat_link .save_options{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;opacity:0;visibility:hidden}.fn__chat_link .save_options button{width:24px;height:24px;border:none;cursor:pointer;outline:0;border-radius:5px;background-color:var(--techwave-some-a-bg-color);margin-right:5px;display:flex;align-items:center;justify-content:center;color:var(--techwave-heading-color)}.fn__chat_link .save_options button:hover{background-color:#000;color:#fff}.fn__chat_link .save_options .fn__svg{width:10px;height:10px}.techwave_fn_aichatbot_page .chat__comment{margin-top:auto;position:sticky!important;bottom:0;padding:20px 0;background-color:var(--techwave-site-bg-color)}.fn__chat_comment .new__chat{position:absolute;width:500px;max-width:100%;bottom:100%;margin-bottom:53px;left:50%;background-color:var(--techwave-some-r-bg-color);border:1px solid var(--techwave-border-color);border-radius:5px;padding:35px 40px 33px;text-align:center;transform:translateY(-20px) translate(-50%) translateZ(0);pointer-events:none;transition:.3s}.fn__chat_comment.neww .new__chat{transform:translateY(0) translate(-50%) translateZ(0);opacity:1;visibility:visible}.fn__generation_list .fn__gl__item:hover .all_options,.fn__icon_options:hover .fn__icon_popup{transform:translateY(0);opacity:1;visibility:visible;pointer-events:all}.fn__chat_comment .new__chat:after{position:absolute;left:50%;margin-left:-19px;top:100%;margin-top:-1px;width:0;height:0;border-style:solid;border-width:14px 19px 0;border-color:var(--techwave-some-r-bg-color) transparent transparent transparent;content:"";filter:drop-shadow(0px 1px var(--techwave-border-color))}.fn__chat_comment .new__chat *{margin:0;padding:0;font-size:16px;line-height:1.5;letter-spacing:.5px;font-weight:500;text-transform:uppercase;color:var(--techwave-body-color);font-family:var(--techwave-heading-font-family)}.fn__chat_comment textarea,.fn__chatbot .chat,.fn__icon_options .fn__icon_popup a,.fn__icon_options .fn__icon_popup li,.techwave_fn_doc_page .docsidebar a,.techwave_fn_image_generation_page .generation_header .info,.techwave_fn_image_generation_page .header_bottom textarea{font-weight:400;font-family:var(--techwave-heading-font-family)}.fn__hidden_textarea{position:absolute;top:0;left:0;right:0;max-height:inherit;opacity:0;pointer-events:none;overflow-y:scroll}.fn__chat_comment textarea{border:2px solid var(--techwave-border-color);background-color:transparent;border-radius:5px;outline:0;display:block;width:100%;padding:18px 72px 16px 20px;font-size:16px;line-height:22px;max-height:170px;resize:none;overflow-y:hidden;color:var(--techwave-heading-color)}.fn__chat_comment button,.fn__new_chat_link{color:var(--techwave-heading-color);background-color:var(--techwave-some-a-bg-color)}#fn__chat_textarea::-webkit-scrollbar{width:0}.fn__chat_comment textarea:focus,.techwave_fn_image_generation_page .header_bottom textarea:focus{border-color:#000}.fn__chat_comment button{position:absolute;width:60px;height:44px;bottom:8px;right:8px;padding:0;margin:0;border-radius:5px;outline:0;cursor:pointer;border:none;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;transition:.3s}.fn__model_item.new .item .add:after,.fn__model_item.new .item .add:before,.fn__quantity a{background-color:var(--techwave-border-color)}.fn__chat_comment button.disabled{cursor:not-allowed;opacity:.5}.fn__chat_comment button:hover,.fn__new_chat_link:hover{opacity:.8}.fn__chat_comment .fn__svg{width:21px;height:21px}.fn__new_chat_link{text-decoration:none;display:block;width:100%;height:40px;line-height:40px;padding:0 10px 0 44px;position:relative;font-weight:500;text-transform:uppercase;font-size:14px;font-family:var(--techwave-heading-font-family);border-radius:5px}.fn__new_chat_link .text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;top:1px}.fn__new_chat_link .icon{position:absolute;width:24px;height:24px;display:block;border-radius:100%;background-color:#454449;left:10px;top:50%;margin-top:-12px}.fn__new_chat_link .icon:before{content:"";position:absolute;width:2px;height:8px;background-color:#b3aac7;top:50%;left:50%;margin:-4px 0 0 -1px}.fn__new_chat_link .icon:after{content:"";position:absolute;width:8px;height:2px;background-color:#b3aac7;top:50%;left:50%;margin:-1px 0 0 -4px}.fn__chatbot .chat>:last-child:not(ul),.fn__chatbot .chat__box:last-child,.fn__icon_options .fn__icon_popup li:last-child,.fn__select_model .all_models li:last-child{margin-bottom:0}.fn_contact_form .input_list input,.fn_contact_form .input_list textarea,.techwave_fn_aichatbot_page .chat__item.active{display:block}.fn__chatbot .chat__box{position:relative;margin-bottom:20px}.fn__chatbot .author *{position:relative;top:1px}.fn__chatbot .chat{padding:30px;border-radius:5px;font-size:16px;line-height:1.375}.fn__chatbot .chat a{text-decoration:underline;color:#000}.fn__chatbot .chat a:hover{text-decoration:none}.fn__chatbot .your__chat .chat{background-color:var(--techwave-some-a-bg-color);color:var(--techwave-heading-color)}.fn__chatbot .bot__chat .author{background-color:var(--techwave-some-a-bg-color);color:var(--techwave-body-color)}.fn__chatbot .bot__chat .chat{background-color:var(--techwave-some-r-bg-color);border:1px solid var(--techwave-border-color)}.techwave_fn_doc_page .doccontent *{margin-bottom:20px}.techwave_fn_doc_page .docsidebar li{position:relative;margin-bottom:4px}.techwave_fn_doc_page .docsidebar a{border-radius:5px;color:var(--techwave-heading-color);text-decoration:none;min-height:36px;padding:5px 20px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;position:relative}.techwave_fn_image_generation_page .generation__page{position:relative;z-index:2}.techwave_fn_image_generation_page .generation_more{padding:60px 40px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.techwave_fn_image_generation_page .generation_more .techwave_fn_button{padding:0 57px}.techwave_fn_image_generation_page .generation_header{padding:40px;border-bottom:1px solid var(--techwave-border-color)}.techwave_fn_image_generation_page .generation_header .header_top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;column-gap:20px;-ms-align-items:center;align-items:center;margin-bottom:25px}.techwave_fn_image_generation_page .generation_header .setup{-ms-align-items:center;align-items:center;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;column-gap:15px}.techwave_fn_image_generation_page .generation_header .info{margin:0;padding:0;font-size:12px;letter-spacing:0;color:var(--techwave-body-color)}.fn__generation_item .item_header .prompt_title,.fn__icon_options .fn__icon_popup a,.fn__icon_options .fn__icon_popup li,.fn__select_model .all_models a,.fn__select_model .all_models li,.techwave_fn_image_generation_page .header_bottom textarea{font-size:16px;color:var(--techwave-heading-color)}.techwave_fn_image_generation_page .sidebar__trigger{min-width:50px;width:50px;height:50px;text-decoration:none;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;background-color:var(--techwave-some-a-bg-color);border-radius:100%;color:var(--techwave-heading-color);position:relative}.techwave_fn_image_generation_page .sidebar__trigger .fn__svg{width:24px;height:24px;transition:.3s}.techwave_fn_image_generation_page .header_bottom textarea{border:2px solid var(--techwave-border-color);background-color:transparent;border-radius:5px;outline:0;display:block;width:100%;padding:18px 20px 16px;line-height:22px;max-height:170px;resize:none;overflow-y:hidden}.fn__icon_options .fn__icon_popup ul,.fn__select_model .all_models ul{background-color:var(--techwave-some-a-bg-color);padding:15px 20px;list-style-type:none}.techwave_fn_image_generation_page .include_area{margin-bottom:10px;position:relative}.techwave_fn_image_generation_page .exclude_area{position:relative;overflow:hidden}.techwave_fn_image_generation_page .generate_section{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:flex-end}.techwave_fn_image_generation_page .generate_section #generate_it{margin:10px 0 10px 20px}.techwave_fn_image_generation_page .generation__sidebar .sidebar_details .title{margin:0;padding:0;font-size:16px;font-weight:400;color:var(--techwave-heading-color);font-family:var(--techwave-heading-font-family);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center}.techwave_fn_image_generation_page .generation__sidebar .sidebar_details .title .fn__tooltip{margin-left:8px}.techwave_fn_image_generation_page .generation__sidebar .sidebar_details .title .fn__svg{display:block;width:14px;height:14px;color:var(--techwave-body-color)}.techwave_fn_image_generation_page .generation__sidebar .sidebar_model{padding:30px 20px;border-bottom:1px solid var(--techwave-border-color);position:relative;z-index:5}.techwave_fn_image_generation_page .generation__sidebar .number_of_images{margin-bottom:29px}.techwave_fn_image_generation_page .generation__sidebar .number_of_images .title{margin-bottom:9px}.techwave_fn_image_generation_page .generation__sidebar .img_sizes .title{margin-bottom:10px}.techwave_fn_image_generation_page .generation__sidebar .guidance_scale{margin-bottom:23px}.fn__icon_options.align_right .fn__icon_popup{left:auto;right:0}.fn__icon_options .fn__icon_popup{opacity:0;visibility:hidden;transform:translateY(20px);position:absolute;left:0;top:100%;width:240px;margin:0;padding:5px 0 0;transition:.3s;pointer-events:none}.fn__icon_options.medium_size .fn__icon_button{width:40px;height:40px}.fn__icon_options.medium_size .fn__icon_button .fn__svg{width:16px;height:16px}.fn__icon_options .fn__icon_popup ul{border-radius:5px;margin:0}.fn__icon_options .fn__icon_popup li{margin:0 0 3px}.fn__icon_options .fn__icon_popup a{text-decoration:none;overflow:hidden}.fn__icon_options .fn__icon_popup a:hover{color:#000;opacity:.9}.fn__icon_options .fn__icon_popup .high_priorety a{color:#f1416c}.fn__generation_item{padding:31px 40px 10px;border-bottom:1px solid var(--techwave-border-color);position:relative}.fn__generation_item:hover{z-index:10}.fn__generation_item .item_header{padding:0 0 20px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;column-gap:20px;-ms-align-items:center;align-items:center;width:100%;position:relative;z-index:1}.fn__generation_item .item_header .item_options,.fn__generation_list .all_options,.fn__toggle{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__generation_item .item_header .item_options{width:auto;-webkit-box-pack:end;justify-content:flex-end;display:flex;column-gap:5px}.fn__generation_item .item_header .negative_prompt_title,.fn__generation_item .item_header .prompt_title{padding:0;line-height:22px;align-self:flex-end;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;--chakra-line-clamp: 1;letter-spacing:0;margin:0;font-weight:400;font-family:var(--techwave-heading-font-family);overflow:hidden;-webkit-box-orient:vertical}.fn__generation_item .item_header .title_holder,.techwave_fn_font .techwave_fn_button{width:100%}.fn__select_model .all_models a.selected,.fn__select_model .subtitle{color:var(--techwave-body-color)}.fn__generation_item .item_header .negative_prompt_title{font-size:14px;color:var(--techwave-body-color)}.fn__generation_list .fn__gl_item{margin:0 0 20px;padding:0 0 0 20px;width:25%}.fn__generation_list .fn__gl__item{width:100%;position:relative}.fn__generation_list .fn__gl__item:before{content:"";height:0;display:block;padding-bottom:100%}.fn__generation_list .abs_item{position:absolute;top:0;left:0;bottom:0;right:0}.fn__bookmark,.fn__generation_list .all_options{left:10px;opacity:0;visibility:hidden;pointer-events:none}.fn__generation_list .abs_item img{width:100%;height:100%;object-fit:cover;border-radius:5px}.fn__generation_list .all_options{display:flex;position:absolute;bottom:5px;right:10px;flex-wrap:wrap;transform:translateY(20px);transition:.3s}.fn__generation_list .all_options .fn__icon_options{margin:0 5px 5px 0}.fn__toggle{display:flex;-ms-align-items:center;align-items:center;column-gap:7px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:16px;font-weight:400;letter-spacing:0;font-family:var(--techwave-heading-font-family)}.fn__range,.fn__select_model .model_open,.fn_contact_form .input_list ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__toggle .t_in{position:relative;width:34px;height:20px}.fn__toggle .t_content:before,.fn_contact_form .empty_notice:before,.fn_contact_form .returnmessage:before{right:0;bottom:0;top:0;left:0;position:absolute;color:var(--techwave-main-color1);content:"";opacity:.1;border-radius:20px;box-shadow:0 5px 15px}.fn__toggle .t_content:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;border:2px solid transparent;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;-webkit-mask-composite:source-out;mask-composite:exclude;-webkit-animation:4s infinite alternate animatedgradient;animation:4s infinite alternate animatedgradient;background:#454449}.fn__range .slider:after,.fn__toggle .t_slider,.fn__toggle input:checked+.t_slider{background-color:#000}.fn__toggle input{opacity:0;width:0;height:0}.fn__toggle .t_slider{position:absolute;cursor:pointer;width:12px;height:12px;left:4px;top:50%;margin-top:-6px;border-radius:100%;-webkit-transition:.4s;transition:.4s;background-color:#454449}.fn__bookmark,.fn__model_item .item,.techwave_fn_font .font__dialog{background-color:var(--techwave-some-r-bg-color)}.fn__toggle input:checked+.t_slider{-webkit-transform:translateX(14px);-ms-transform:translateX(14px);transform:translate(14px)}.fn__toggle input:checked~.t_content:after{background:-moz-linear-gradient(270deg,var(--techwave-main-color1),var(--techwave-main-color2),var(--techwave-main-color1),var(--techwave-main-color2)) border-box;background:-webkit-linear-gradient(270deg,var(--techwave-main-color1),var(--techwave-main-color2),var(--techwave-main-color1),var(--techwave-main-color2)) border-box;background:linear-gradient(270deg,var(--techwave-main-color1),var(--techwave-main-color2),var(--techwave-main-color1),var(--techwave-main-color2)) border-box}.fn__toggle .t_in{border-radius:34px}.fn__toggle .t_in:before{border-radius:50%}.fn__select_model .all_models{position:absolute;width:100%;left:0;top:100%;right:0;padding-top:5px;opacity:0;visibility:hidden;transform:translateY(20px);transition:.3s;pointer-events:none}.fn__select_model.opened .all_models{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.fn__select_model .all_models ul{border-radius:5px;margin:0}.fn__quantity a.increase:before,.fn__quantity a:after{background-color:var(--techwave-heading-color);left:50%;top:50%;content:""}.fn__select_model .all_models li{margin:0 0 3px;font-weight:400;font-family:var(--techwave-heading-font-family)}.fn__select_model .all_models a{font-weight:400;font-family:var(--techwave-heading-font-family);text-decoration:none;overflow:hidden}.fn__select_model .all_models a:hover{color:#000;opacity:.9}.fn__select_model .model_open{text-decoration:none;display:flex;-ms-align-items:center;align-items:center;padding-right:50px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.fn__select_model .fn__icon_button{position:absolute;top:50%;margin-top:-15px;right:0}.fn__select_model .user_img{margin-right:15px;width:40px;height:40px;border-radius:5px;object-fit:cover}.fn__select_model .subtitle,.fn__select_model .title{margin:0;padding:0;font-family:var(--techwave-heading-font-family)}.fn__select_model .subtitle{font-weight:500;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.fn__model_item .item__info .title,.fn__model_item.new .item .text,.fn__quantity input,.fn__range .value,.fn__select_model .title{color:var(--techwave-heading-color)}.fn__select_model .title{font-weight:400;letter-spacing:0;font-size:16px}.fn__quantity{width:120px;height:40px;position:relative}.fn__quantity a{display:block;position:absolute;width:24px;height:24px;text-decoration:none;border-radius:100%;top:50%;margin-top:-12px}.fn__quantity a:after{position:absolute;width:8px;height:2px;margin:-1px 0 0 -4px}.fn__quantity a.increase:before{position:absolute;width:2px;height:8px;margin:-4px 0 0 -1px}.fn__quantity .decrease{left:8px}.fn__quantity .increase{right:8px}.fn__quantity input{width:100%;max-width:100%;min-width:100%;border-radius:20px;height:40px;display:block;text-align:center;font-size:16px;font-weight:400;padding:0 34px;border:2px solid var(--techwave-border-color)}.fn__range .slider,.fn__range input{display:block;height:4px;border-radius:5px}.fn__quantity input::-webkit-inner-spin-button,.fn__quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fn__quantity input[type=number]{-moz-appearance:textfield}.fn__range{position:relative;display:flex;-ms-align-items:center;align-items:center}.fn__range .range_in{position:relative;width:100%}.fn__range .slider{width:0;position:absolute;left:0;top:50%;margin-top:-2px;pointer-events:none}.fn__range .slider:after{left:0;right:0;top:0;bottom:0;position:absolute;content:"";border-radius:5px 0 0 5px}.fn__range .slider:before{width:14px;height:14px;background:var(--techwave-heading-color);cursor:pointer;border-radius:100%;position:absolute;display:block;right:0;top:50%;margin-top:-7px;content:"";z-index:2}.fn__range .value{flex:auto;width:40px;text-align:right;padding-left:10px;font-family:var(--techwave-heading-font-family);font-size:16px}.fn__range input{-webkit-appearance:none;width:100%;margin:0;outline:0;border:none;background-color:var(--techwave-some-a-bg-color)}.fn__range input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:var(--techwave-heading-color);cursor:pointer;border-radius:100%;opacity:0}.fn__range input::-moz-range-thumb{width:14px;height:14px;background:var(--techwave-heading-color);cursor:pointer;border-radius:100%;z-index:3;opacity:0}.techwave_fn_privacy_page .privacypage hr{margin:30px 0}.techwave_fn_privacy_page .privacypage h4{font-weight:500;font-size:22px}.fn_contact_form .input_list ul{margin:0 0 0 -10px;padding:0;display:flex;flex-wrap:wrap;list-style-type:none}.fn_contact_form .input_list li{margin:0 0 10px;padding:0 0 0 10px;width:100%}.fn_contact_form .input_list li:last-child{margin-top:10px}.fn_contact_form .empty_notice,.fn_contact_form .returnmessage{padding:20px;width:100%;display:none;color:var(--techwave-heading-color);margin-top:20px;position:relative;pointer-events:none}.techwave_fn_contact_page .contactpage{padding:40px 0;font-size:18px;line-height:24px}.techwave_fn_models_page .models__filter{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;-ms-align-items:center;align-items:center;column-gap:50px;margin-bottom:30px;position:relative;z-index:10;flex-wrap:wrap}.marquee,.techwave_fn_models_page .models__filter .filter__left{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.techwave_fn_models_page .models__filter .filter__right{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;column-gap:5px;margin:5px 0}.techwave_fn_models_page .filter__search{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;flex-wrap:wrap}.techwave_fn_models_page .filter__search input{margin:5px 10px 5px 0}.techwave_fn_models_page .filter__search a{margin:5px 0}.techwave_fn_models_page .models__more{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;margin-top:40px;margin-bottom:20px}.tab__item.active{display:block}.fn__model_item .item__author,.fn__model_item.new .item,.techwave_fn_font{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.fn__model_item{margin:0 0 20px;padding:0 0 0 20px;width:20%}.fn__model_item .item{border:1px solid var(--techwave-border-color);border-radius:5px;position:relative;min-height:100%}.fn__model_item.new .item a{z-index:3}.fn__model_item.new .item{padding:30px 15px 27px;text-align:center;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center}.fn__model_item.new .item .add{height:80px;width:80px;position:relative;margin-bottom:29px}.fn__model_item.new .item .add:after{width:2px;height:80px;position:absolute;content:"";left:50%;margin-left:-1px;top:50%;margin-top:-40px}.fn__model_item.new .item:hover{border-color:#000}.fn__model_item.new .item .add:before{width:80px;height:2px;position:absolute;content:"";top:50%;left:50%;margin-left:-40px;margin-top:-1px}.fn__model_item.new .item .text{font-weight:500;font-size:14px;line-height:1;text-transform:uppercase;letter-spacing:.5px;font-family:var(--techwave-heading-font-family)}.fn__model_item .item:hover .fn__bookmark{opacity:1;visibility:visible;pointer-events:all}.fn__model_item .img:before{height:0;content:"";padding-bottom:100%;display:block}.fn__model_item .img{position:relative;margin:-1px -1px 0}.fn__model_item .img img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;border-radius:5px 5px 0 0}.fn__model_item .item__info{padding:18px 15px 14px}.fn__model_item .item__info .title{margin:0 0 5px;padding:0;font-size:16px;font-weight:400;font-family:var(--techwave-heading-font-family)}.fn__model_item .item__info .desc{margin:0;padding:0;font-size:14px;font-weight:400;color:var(--techwave-body-color);font-family:var(--techwave-body-font-family);overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.fn__bookmark,.fn__model_item .author_name,.techwave_fn_font label{color:var(--techwave-heading-color)}.fn__model_item .item__author{height:41px;border-top:1px solid var(--techwave-border-color);padding:10px 15px;display:flex;-ms-align-items:center;align-items:center}.fn__model_item .item__author img{margin-right:7px;width:20px;height:20px;display:block;border-radius:100%;object-fit:cover}.fn__model_item .author_name{margin:0;padding:0;font-size:14px;font-weight:400;font-family:var(--techwave-heading-font-family)}.TickerNews .item,.techwave_fn_intro .or h1{font-size:150px;font-family:sans-serif;text-transform:uppercase}.fn__bookmark{width:40px;height:40px;border-radius:100%;text-decoration:none;position:absolute;top:10px;z-index:3}.fn__bookmark.has__bookmark .hasbook{opacity:1}.fn__bookmark.has__bookmark .hasntbook{opacity:0}.fn__bookmark .fn__svg{width:16px;height:16px;position:absolute;top:50%;left:50%;margin:-8px 0 0 -8px}.fn__bookmark .hasbook{opacity:0;color:#000}.TickerNews .item,.techwave_fn_intro .or h1 span{color:var(--techwave-site-bg-color);-webkit-text-stroke:1px black;text-stroke:1px black;letter-spacing:-6px}.font__trigger{width:11px;height:60px;position:fixed;right:300px;margin-right:14px;top:50%;margin-top:-30px;z-index:15;cursor:pointer}.font__trigger:after{content:"";position:absolute;left:-10px;right:-10px;bottom:-10px;top:-10px}.font__trigger:hover span,.font__trigger:hover span:after,.font__trigger:hover span:before{background-color:#000}.font__trigger span,.font__trigger span:after,.font__trigger span:before{width:1px;background-color:var(--techwave-border-color);position:absolute;transition:.2s}.font__trigger span{display:block;top:0;bottom:0;left:5px}.font__trigger span:after,.font__trigger span:before{top:50%;margin-top:-20px;height:40px;content:""}.font__trigger span:before{right:100%;margin-right:5px}.font__trigger span:after{left:100%;margin-left:5px}.techwave_fn_font{pointer-events:none;opacity:0;visibility:hidden;position:fixed;top:0;left:0;right:0;bottom:0;z-index:110;background-color:var(--techwave-site-bg-color);display:flex;-ms-align-items:center;align-items:center;justify-content:center;overflow-y:auto;padding:40px}.TickerNews .js-marquee-wrapper,.fn__center_title .lines,.techwave_fn_intro{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.TickerNews,.TickerNews .ti_wrapper,.txt_unlim{overflow:hidden;width:100%}.techwave_fn_font .font__closer_link{position:fixed;right:35px;top:35px;z-index:2}.techwave_fn_font .font__closer{z-index:1;position:absolute;top:0;left:0;right:0;bottom:0}.techwave_fn_font .font__dialog{width:500px;max-width:100%;border-radius:5px;padding:35px 50px 40px;position:relative;border:1px solid var(--techwave-border-color);z-index:3}.techwave_fn_font label{display:block;font-size:16px;font-weight:400;line-height:40px;font-family:var(--techwave-heading-font-family)}.tooltipster-sidetip.tooltipster-techwave .tooltipster-box{border:1px solid var(--techwave-border-color);background:var(--techwave-some-r-bg-color)}.tooltipster-sidetip.tooltipster-techwave .tooltipster-content{color:var(--techwave-heading-color);font-size:14px}.tooltipster-sidetip.tooltipster-techwave.tooltipster-bottom .tooltipster-arrow:after{content:"";position:absolute;top:5px;left:3px;width:14px;height:14px;transform:rotate(45deg);border:1px solid var(--techwave-border-color);background-color:var(--techwave-some-r-bg-color)}.tooltipster-sidetip.tooltipster-techwave.tooltipster-left .tooltipster-arrow:after,.tooltipster-sidetip.tooltipster-techwave.tooltipster-right .tooltipster-arrow:after{top:3px;width:14px;height:14px;transform:rotate(45deg);border:1px solid var(--techwave-border-color);background-color:var(--techwave-some-r-bg-color);content:"";position:absolute}.tooltipster-sidetip.tooltipster-techwave.tooltipster-bottom .tooltipster-arrow{background-color:transparent;top:-1px}.tooltipster-sidetip.tooltipster-techwave.tooltipster-right .tooltipster-arrow{left:-1px;background-color:transparent}.tooltipster-sidetip.tooltipster-techwave.tooltipster-right .tooltipster-arrow:after{left:5px}.tooltipster-sidetip.tooltipster-techwave.tooltipster-left .tooltipster-arrow{right:-1px;background-color:transparent}.tooltipster-sidetip.tooltipster-techwave.tooltipster-left .tooltipster-arrow:after{right:5px}.techwave_fn_intro{padding:150px 20px 100px;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-ms-align-items:center;align-items:center}.techwave_fn_intro .first{text-align:center;margin-bottom:54px}.techwave_fn_intro .txt{opacity:0;position:absolute;pointer-events:none}.techwave_fn_intro .mac{margin:0 -20px 86px}.techwave_fn_intro .mac img{width:100%;height:100%;object-fit:cover}.techwave_fn_intro .livechat{padding:24px;position:relative;border:2px dashed #252525;border-radius:30px;width:825px;max-width:100%;margin:41px auto 133px}.techwave_fn_intro .livechat .chat__comment{margin-top:20px}.techwave_fn_intro .livechat .chat_decor{position:absolute;right:47px;z-index:5;top:100%;margin-top:-25px}.techwave_fn_intro .or{padding-top:87px;padding-bottom:55px;text-align:center}.techwave_fn_intro .or h1{font-size:calc(50px + 5.211vw);font-weight:700}.fn__center_title{text-align:center;max-width:700px}.fn__center_title h3.big{font-size:60px;margin-top:-6px;margin-bottom:18px}.fn__center_title p{margin:0}.fn__center_title h3{font-size:32px;line-height:1.2;margin:0;font-weight:300;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 0 15px rgba(124,95,227,.35)}.fn__center_title .lines{position:relative;display:flex;height:18px;margin-bottom:34px;-ms-align-items:center;align-items:center;justify-content:center}.fn__center_title .lines span{position:relative}.fn__center_title .lines .l,.fn__center_title .lines .r{width:100px;height:2px;display:block;background-color:#000}.fn__center_title .lines span:after{right:0;bottom:0;top:0;left:0;position:absolute;color:var(--techwave-main-color1);content:"";opacity:.35;box-shadow:0 0 10px}.fn__center_title .lines .c:after{border-radius:6px;left:-2px;right:-2px;top:-2px;bottom:-2px}.fn__center_title .lines .c{width:120px;height:18px;display:block;border:2px solid black;margin:0 10px;border-radius:6px}.TickerNews .js-marquee-wrapper{display:flex;flex-wrap:nowrap}.TickerNews .js-marquee,.techwave_fn_intro .templates div div,.techwave_fn_intro .templates ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.TickerNews .ti_wrapper{position:relative}.TickerNews .ti_slide{position:relative;left:0;top:0}.TickerNews .marquee{overflow:hidden}.TickerNews .ti_content{position:relative;float:left}.TickerNews .js-marquee{float:left;display:flex;flex-wrap:nowrap}.TickerNews .item{float:left;position:relative;white-space:nowrap;font-size:calc(50px + 5.211vw);font-weight:900}.techwave_fn_intro .templates{width:1650px;max-width:100%}.techwave_fn_intro .templates ul{margin:0 0 0 -50px;list-style-type:none;display:flex;flex-wrap:wrap}.techwave_fn_intro .templates li{margin:0 0 50px;padding:0 0 0 50px;width:50%}.techwave_fn_intro .templates .top{display:block;width:100%;text-decoration:none;border:1px solid var(--techwave-border-color);border-radius:5px;transition:.4s;position:relative}.techwave_fn_intro .templates .top:after{content:"";position:absolute;top:100%;left:0;right:0;height:20px;transform:translateY(-20px);transition:.4s}.techwave_fn_intro .templates .top img{display:block;border-radius:4px}.techwave_fn_intro .templates .top:hover:after{transform:translateY(0)}.techwave_fn_intro .templates .top:hover{transform:translateY(-20px)}.techwave_fn_intro .templates div div{display:flex;-ms-align-items:center;align-items:center;justify-content:center;padding-top:30px}.techwave_fn_intro .templates .techwave_fn_button{padding:0 52px}#img_gen{padding-top:48px;margin-bottom:91px}#demos{padding-top:100px;margin-bottom:73px}@media(max-width:1400px){.fn__model_item{width:25%}}@media(max-width:1367px){.techwave_fn_interactive_list li{width:100%;max-width:100%}}@media(max-width:1200px){.fn__model_item{width:33.3333%}}@media(max-width:1040px){:root{--techwave-header-height: 80px}.container{padding:0 20px}.techwave_fn_image_generation_page .sidebar__trigger,.techwave_fn_leftpanel .desktop_closer,.techwave_fn_pricing .pricing__content{display:none}.fn__mobile_pricing,.techwave_fn_leftpanel .mobile_closer{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.font__trigger{right:0}.techwave_fn_accordion .acc__title{font-size:18px}.fn__generation_item,.techwave_fn_accordion .acc__content,.techwave_fn_accordion .acc__header,.techwave_fn_changelog .item__content,.techwave_fn_changelog .item__header,.techwave_fn_footer,.techwave_fn_image_generation_page .generation_header,.techwave_fn_img_lightbox .lightbox__related,.techwave_fn_img_lightbox .lightbox__tlimg,.techwave_fn_interactive_list.modern a,.techwave_fn_pricing .pricing__fields .item_col,.techwave_fn_pricing .pricing__footer .item_col,.techwave_fn_pricing .pricing__header .item_col,.techwave_fn_pricing .pricing__heading .item,.techwave_fn_sign,.techwave_fn_sign .form__content{padding-left:20px;padding-right:20px}.techwave_fn_aichatbot_page,.techwave_fn_doc_page,.techwave_fn_image_generation_page{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;-o-flex-direction:column-reverse;flex-direction:column-reverse;min-height:inherit}.techwave_fn_wrapper.fn__has_sidebar .techwave_fn_content{margin-right:0}.techwave_fn_aichatbot_page .chat__sidebar,.techwave_fn_image_generation_page .generation__sidebar,.techwave_fn_wrapper.fn__has_sidebar .techwave_fn_doc_page .docsidebar{position:relative;width:100%;height:auto;left:auto;right:auto;top:auto;min-width:100%;border-left:none;border-bottom:1px solid var(--techwave-border-color)}.techwave_fn_searchbar{left:0;padding:0 20px}.techwave_fn_searchbar .search__icon{left:20px}.techwave_fn_searchbar .search__closer{right:20px}.techwave_fn_searchbar .search__input{padding-left:25px;padding-right:30px}.fn__grid_items li{width:25%}.fn__gallery_item{width:33.3333%}.techwave_fn_header{padding:0 20px 0 60px;left:0}.techwave_fn_leftpanel .mobile_extra_closer{position:absolute;left:100%;width:calc(100vw - var(--techwave-left-panel-width));top:0;bottom:0;background-color:var(--techwave-some-r-bg-color);opacity:0;pointer-events:none;margin-left:1px}.section_home{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.section_home .section_left{width:100%;border-right:none;border-bottom:1px solid var(--techwave-border-color);padding:73px 20px 60px}.section_home .section_right{width:100%;padding:70px 20px}.section_home .company_info{max-width:100%}.techwave_fn_content{margin-left:0}.techwave_fn_leftpanel{transform:translate(-100%)}.techwave_fn_leftpanel .fn__icon_button{right:-51px;width:40px;height:40px;transform:rotate(180deg);margin-top:-20px}.mobile-panel-opened .techwave_fn_leftpanel .fn__icon_button{transform:rotate(0)}.mobile-panel-opened .techwave_fn_leftpanel .mobile_extra_closer{opacity:.9;pointer-events:all}.mobile-panel-opened .techwave_fn_content,.mobile-panel-opened .techwave_fn_header{transform:translate(300px)}.mobile-panel-opened .techwave_fn_leftpanel{transform:translate(0)}}@media(max-width:900px){.techwave_fn_pricing .item_row .item_col{width:25%!important;max-width:25%!important}.techwave_fn_pricing .pricing__header .price span{font-size:20px}.techwave_fn_pricing .pricing__fields .item_col,.techwave_fn_pricing .pricing__footer .item_col,.techwave_fn_pricing .pricing__header .item_col,.techwave_fn_pricing .pricing__heading .item{padding-left:10px;padding-right:10px}.techwave_fn_img_lightbox .lightbox__top{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.techwave_fn_img_lightbox .lightbox__tl{width:100%}.techwave_fn_img_lightbox .lightbox__tr{width:100%;border-left:none;border-top:1px solid var(--techwave-border-color)}}@media(max-width:768px){.fn__mobile_pricing .pricing__item{width:100%}.fn__gallery_item,.fn__generation_list .fn__gl_item,.fn__grid_items li,.fn__model_item{width:50%}.fn__gallery_items .item__info{opacity:1;visibility:visible;transform:translateY(0)}.techwave_fn_footer_content{flex-wrap:wrap}.techwave_fn_header .header__left{display:none}.techwave_fn_header{justify-content:flex-end}}@media(max-width:480px){.container{padding:0 10px}.fn__generation_item,.techwave_fn_accordion .acc__content,.techwave_fn_accordion .acc__header,.techwave_fn_changelog .item__content,.techwave_fn_changelog .item__header,.techwave_fn_image_generation_page .generation_header,.techwave_fn_sign,.techwave_fn_sign .form__content{padding-left:10px;padding-right:10px}.fn__details_list li,.fn__gallery_item,.fn__generation_list .fn__gl_item,.fn__model_item{width:100%}.fn__grid_items ul{margin-left:-10px}.fn__grid_items li{padding-left:10px;margin-bottom:10px}.fn__nav_bar .user_opener{width:50px;height:50px}.techwave_fn_header{padding-right:10px}.fn__nav_bar .item_opener .dark_mode{margin:-9px 0 0 -9px}.fn__nav_bar .bar__item{margin-right:5px}.fn__nav_bar .bar__item_user{margin-left:5px}.fn__nav_bar .item_opener{width:40px;height:40px}.fn__nav_bar .item_opener .fn__svg{width:18px;height:18px}}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{background:0 0;border:0;margin:0;padding:0;vertical-align:baseline;outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}blockquote{quotes:none}blockquote:after,blockquote:before{content:"";content:none}ol,ul{margin:30px}ol li,ul li{margin-bottom:5px}img{vertical-align:middle;max-width:100%}iframe{max-width:100%}del{text-decoration:line-through}a,i{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border:none}a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:400;margin-bottom:20px}h1{font-size:45px}h2{font-size:36px}h3{font-size:30px}h4{font-size:24px}h5{font-size:20px}h6{font-size:16px}table{width:100%;max-width:100%;text-align:left;border-collapse:collapse;border-spacing:0px;margin-bottom:15px;color:var(--techwave-body-color);border:1px solid var(--techwave-border-color)}table tr{border:1px solid var(--techwave-border-color)}table th{vertical-align:top;color:var(--techwave-heading-color);background:0 0;font-size:16px;font-weight:400;padding:15px 10px;border:1px solid var(--techwave-border-color)}table td{vertical-align:top;padding:10px;border:1px solid var(--techwave-border-color)}code,pre{padding:10px;border-left:3px solid black;border-bottom:1px solid transparent;background:var(--techwave-some-a-bg-color);overflow-x:auto}pre{display:block;word-break:break-all;word-wrap:break-word}pre code{white-space:pre-wrap}textarea{outline:none;font-size:16px;color:var(--techwave-heading-color);resize:vertical;font-family:var(--techwave-heading-font-family);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;line-height:1.4;padding:10px;width:100%;border-radius:5px;border:2px solid var(--techwave-border-color);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;background-color:transparent}.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{font-size:16px;min-width:220px;color:var(--techwave-heading-color);letter-spacing:.5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;font-family:var(--techwave-heading-font-family);line-height:1.6;padding:10px 20px;height:40px;vertical-align:middle;border:2px solid var(--techwave-border-color);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;background-color:transparent;border-radius:20px;outline:none}.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{border-color:#000}input[type=submit]{padding:13px 15px;height:40px;line-height:1;text-transform:uppercase;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.5px;border:none;cursor:pointer;color:#fff;background:#777;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}input[type=submit]:hover{background:#444}select{padding:8px;border:2px solid var(--techwave-border-color)}input[type=button]{cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}[class^=fn__space__]:after,[class^=fn__space__]:before{clear:both;display:table;content:""}.fn__space__10{margin-bottom:10px}.fn__space__20{margin-bottom:20px}.fn__space__30{margin-bottom:30px}.fn__space__40{margin-bottom:40px}.fn__space__50{margin-bottom:50px}.fn__space__60{margin-bottom:60px}.fn__space__70{margin-bottom:70px}.fn__space__80{margin-bottom:80px}.fn__space__90{margin-bottom:90px}.fn__space__100{margin-bottom:100px}.fn__space__150{margin-bottom:150px}.fn__space__200{margin-bottom:200px}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotate(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotate(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}to{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}to{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}to{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:#0a0a0ae6}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:#0a0a0ae6}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:#0a0a0ae6}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:#0a0a0ae6}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:#0a0a0ae6}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}.tooltipster-sidetip.tooltipster-light .tooltipster-box{border-radius:3px;border:1px solid #ccc;background:#ededed}.tooltipster-sidetip.tooltipster-light .tooltipster-content{color:#666}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#ededed;top:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:#ededed;left:-1px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:#ededed;left:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:#ededed;top:-1px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{border-left-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{border-right-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{border-top-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}.tooltipster-sidetip.tooltipster-punk .tooltipster-box{border-radius:5px;border:none;border-bottom:3px solid black;background:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box{margin-bottom:7px}.tooltipster-sidetip.tooltipster-punk .tooltipster-content{color:#fff;padding:8px 16px}.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border{border-left-color:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border{border-right-color:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px #0000001a}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}:root{--blue-900: #c96442;--blue-700: #b5573a;--blue-600: #d97757;--blue-100: #4a3a30;--blue-50: #372c24;--gray-950: #f8f7f3;--gray-900: #f2f1ec;--gray-800: #33322f;--gray-700: #d2cfc7;--gray-600: #bcb8af;--gray-500: #a8a49b;--gray-400: #8b887f;--gray-300: #55534d;--gray-200: #45443f;--gray-100: #3a3936;--gray-50: #2e2d2b;--sb: #1a1a1a;--sb-2: #252525;--sb-border: rgba(255,255,255,.05);--sb-text: rgba(255,255,255,.82);--sb-muted: rgba(255,255,255,.38);--sb-hover: rgba(255,255,255,.07);--sb-active: rgba(255,255,255,.13);--page-bg: #262624;--card: #30302e;--user-bubble: #37352f;--user-text: #f2f1ec;--bot-text: #e8e6df;--bot-avatar-1: #d4845a;--bot-avatar-2: #c66f3c;--input-border: #45443f;--sidebar-muted: #9e9b8e;--sidebar-w: 268px;--header-h: 58px;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 10px 32px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);--shadow-xl: 0 20px 48px rgba(0,0,0,.16), 0 8px 16px rgba(0,0,0,.08);--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{height:100%;background:var(--gray-50)!important;color:var(--gray-900)!important;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:15px;line-height:1.65;font-weight:400!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}*,*:before,*:after{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.layout{height:100vh}.app-shell{display:flex;height:100vh;overflow:hidden;position:relative}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:49;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.techwave_fn_leftpanel{position:fixed!important;top:0;left:0;height:100vh!important;width:var(--sidebar-w)!important;min-width:var(--sidebar-w)!important;background:var(--sb)!important;border-right:1px solid var(--sb-border)!important;display:flex!important;flex-direction:column!important;z-index:50;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow:hidden!important}.techwave_fn_leftpanel.sidebar-visible{transform:translate(0)}.leftpanel_logo{height:var(--header-h)!important;min-height:var(--header-h)!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid var(--sb-border)!important;flex-shrink:0;background:var(--sb)!important}.fn_logo{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important}.full_logo img,.short_logo img{width:30px!important;height:30px!important;border-radius:7px!important;object-fit:cover;flex-shrink:0}.sidebar-brand{font-size:15px!important;font-weight:600!important;color:#fff!important;letter-spacing:-.02em}.sidebar-close-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;border:none;cursor:pointer;border-radius:6px;color:var(--sb-muted);transition:background .15s,color .15s;flex-shrink:0}.sidebar-close-btn:hover{background:var(--sb-hover);color:#fff}.leftpanel_content{flex:1!important;display:flex!important;flex-direction:column!important;padding:8px 6px 10px!important;overflow-y:auto!important;overflow-x:hidden!important;background:var(--sb)!important;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.leftpanel_content::-webkit-scrollbar{width:3px}.leftpanel_content::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.group__title{color:var(--sb-muted)!important;font-size:10px!important;font-weight:600!important;letter-spacing:.08em;text-transform:uppercase;padding:0 8px!important;margin:0 0 5px!important}.group__list{list-style:none!important;padding:0!important;margin:0!important}.new_chat_btn{width:100%!important;display:flex!important;align-items:center!important;gap:8px!important;padding:8px 10px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:7px!important;background:#ffffff0f!important;color:#fff!important;font-size:14px!important;font-weight:500!important;cursor:pointer;margin-bottom:4px;text-align:left!important;transition:background .15s;letter-spacing:-.01em}.new_chat_btn:hover{background:#ffffff1c!important}.sidebar_new{display:flex!important;align-items:center!important;gap:2px!important;border-radius:6px!important;margin:1px 0!important;transition:background .12s}.sidebar_new:hover{background:var(--sb-hover)!important}.thread_link{flex:1!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block!important;padding:7px 10px!important;color:var(--sb-text)!important;font-size:14px!important;font-weight:400!important;letter-spacing:-.01em;text-decoration:none!important;background:transparent!important;border:0!important;border-radius:0!important;transition:color .12s;line-height:1.4}.sidebar_new:hover .thread_link,.sidebar_new.active .thread_link{color:#fff!important}.thread_menu_btn{flex-shrink:0;width:26px!important;height:26px!important;display:grid!important;place-items:center!important;background:transparent!important;border:0!important;border-radius:6px!important;color:var(--sb-muted)!important;cursor:pointer;opacity:0;margin-right:4px;transition:background .12s,color .12s,opacity .12s}.sidebar_new:hover .thread_menu_btn{opacity:1}.thread_menu_btn:hover{background:#ffffff1f!important;color:#fff!important}.dropdown{position:relative}.dropdown-content{position:absolute;top:calc(100% + 4px);right:0;width:148px;background:var(--gray-800);border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:var(--shadow-xl);z-index:100;overflow:hidden}.dropdown-content button{width:100%!important;display:block!important;border:0!important;background:transparent!important;color:#fffc!important;text-align:left!important;padding:10px 14px!important;font-size:13px!important;font-weight:400!important;cursor:pointer;transition:background .12s}.dropdown-content button:hover{background:#ffffff12!important;color:#fff!important}.sidebar_scan_toggle{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:7px;cursor:pointer;margin-bottom:4px;transition:background .12s}.sidebar_scan_toggle:hover{background:var(--sb-hover)}.sidebar_scan_toggle input[type=checkbox]{width:14px!important;height:14px!important;accent-color:var(--blue-600)!important;border:none!important;background:transparent!important;cursor:pointer;flex-shrink:0}.sidebar_scan_toggle span{color:var(--sb-text)!important;font-size:12px!important;font-weight:500!important}.btn_new{width:100%!important;display:flex!important;align-items:center!important;gap:8px!important;padding:7px 10px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:var(--sb-text)!important;font-size:14px!important;font-weight:400!important;letter-spacing:-.01em;cursor:pointer;text-align:left!important;transition:background .12s,color .12s}.btn_new:hover{background:var(--sb-hover)!important;color:#fff!important}.nav_group+.nav_group{margin-top:auto;padding-top:8px;border-top:1px solid var(--sb-border)}.techwave_fn_leftpanel,.techwave_fn_leftpanel *{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif!important}.sb-top{height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 14px 0 18px}.techwave_fn_leftpanel .sb-brand{font-family:Georgia,Times New Roman,serif!important;font-size:22px!important;font-weight:400!important;color:#f5f4f1!important;letter-spacing:-.3px;text-decoration:none!important}.sb-top-actions{display:flex;align-items:center;gap:4px}.sb-icon-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:var(--sb-muted);cursor:pointer;transition:background .15s,color .15s}.sb-icon-btn:hover{background:var(--sb-hover);color:#fff}.sb-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:6px 10px 10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.sb-scroll::-webkit-scrollbar{width:4px}.sb-scroll::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:4px}.sb-nav{display:flex;flex-direction:column;gap:1px}.sb-item{width:100%;display:flex;align-items:center;gap:12px;height:40px;padding:0 10px;border:none;background:transparent;border-radius:9px;color:var(--sb-text);font-size:15px!important;font-weight:500!important;letter-spacing:-.01em;cursor:pointer;text-align:left;transition:background .12s,color .12s}.sb-item:hover{background:var(--sb-hover);color:#fff}.sb-item-icon{display:flex;align-items:center;justify-content:center;color:var(--sb-muted);flex-shrink:0}.sb-item:hover .sb-item-icon{color:#e8e6df}.sb-toggle-item{cursor:pointer}.sb-toggle-label{flex:1}.sb-switch{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:34px;height:20px;border-radius:20px;background:#ffffff29;position:relative;cursor:pointer;flex-shrink:0;transition:background .18s;border:none!important}.sb-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .18s}.sb-switch:checked{background:#d97757}.sb-switch:checked:after{transform:translate(14px)}.sb-section{display:flex;align-items:center;justify-content:space-between;padding:18px 10px 6px}.sb-section-label{font-size:12px!important;font-weight:600!important;color:var(--sb-muted)!important;letter-spacing:.01em}.sb-recents{list-style:none;margin:0;padding:0}.sb-recent{display:flex;align-items:center;border-radius:9px;transition:background .12s}.sb-recent:hover{background:var(--sb-hover)}.sb-recent.active{background:var(--sb-active)}.sb-recent-link{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;padding:9px 10px;color:var(--sb-text)!important;font-size:14.5px!important;font-weight:400!important;letter-spacing:-.01em;text-decoration:none!important;transition:color .12s}.sb-recent:hover .sb-recent-link,.sb-recent.active .sb-recent-link{color:#fff!important}.sb-recent-menu{flex-shrink:0;width:28px;height:28px;display:grid;place-items:center;background:transparent;border:none;border-radius:7px;color:var(--sb-muted);cursor:pointer;opacity:0;margin-right:4px;transition:background .12s,color .12s,opacity .12s}.sb-recent:hover .sb-recent-menu{opacity:1}.sb-recent-menu:hover{background:#ffffff24;color:#fff}.sb-user{flex-shrink:0;display:flex;align-items:center;gap:10px;padding:12px 14px;border-top:1px solid var(--sb-border)}.sb-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#d4845a,#c66f3c);display:grid;place-items:center;flex-shrink:0;color:#fff!important;font-size:13px!important;font-weight:700!important;letter-spacing:.02em}.sb-user-meta{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.25}.sb-user-name{font-size:14px!important;font-weight:600!important;color:#f5f4f1!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-user-plan{font-size:12px!important;font-weight:400!important;color:var(--sb-muted)!important}.sb-logout{width:32px;height:32px;display:grid;place-items:center;background:transparent;border:none;border-radius:8px;color:var(--sb-muted);cursor:pointer;flex-shrink:0;transition:background .12s,color .12s}.sb-logout:hover{background:var(--sb-hover);color:#fff}@media(min-width:768px){.sb-close-mobile{display:none}}.main-area{flex:1;min-width:0;display:flex;flex-direction:column;height:100vh;overflow:hidden;margin-left:0;transition:margin-left .28s cubic-bezier(.4,0,.2,1)}.techwave_fn_header{height:var(--header-h)!important;min-height:var(--header-h)!important;flex-shrink:0;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 16px!important;background:#fff!important;border-bottom:1px solid var(--gray-200)!important;z-index:40;position:relative}.header-left{display:flex;align-items:center;gap:10px}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;color:var(--gray-700);transition:background .15s,border-color .15s;flex-shrink:0}.hamburger-btn:hover{background:var(--gray-100);border-color:var(--gray-300)}.header-brand{display:flex;align-items:center;gap:8px;text-decoration:none}.header-brand-icon{width:28px;height:28px;background:var(--blue-900);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-brand-name{font-size:15px!important;font-weight:700!important;color:var(--gray-900)!important;letter-spacing:-.2px}.header__right{display:flex;align-items:center}.fn__nav_bar{display:flex;align-items:center;gap:8px}.user_opener{width:34px!important;height:34px!important;border-radius:50%!important;background:var(--blue-900)!important;border:2px solid var(--blue-900)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;transition:background .15s;outline:none}.user_opener:hover{background:var(--blue-600)!important;border-color:var(--blue-600)!important}.user_opener svg{color:#fff}.bar__item_user{position:relative}.item_popup{display:none;position:absolute;top:calc(100% + 8px);right:0;width:216px;background:#fff!important;border:1px solid var(--gray-200);border-radius:var(--r-md);box-shadow:var(--shadow-lg);padding:14px;z-index:60}.bar__item_user:hover .item_popup,.bar__item_user.opened .item_popup{display:block!important;background:#fff!important}.user_profile{display:flex;align-items:center;gap:12px}.user_info .user_name{font-size:14px!important;font-weight:600!important;color:var(--gray-900)!important;display:flex;align-items:center;gap:6px;margin:0!important}.user_name span{font-size:10px!important;font-weight:600!important;background:var(--blue-900)!important;color:#fff!important;padding:2px 7px!important;border-radius:20px!important}.user_email{font-size:12px!important;color:var(--gray-500)!important;text-decoration:none!important;display:block;margin-top:2px}.page-content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.techwave_fn_content{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--gray-50)!important}.techwave_fn_footer{flex-shrink:0;background:#fff!important;border-top:1px solid var(--gray-200)!important;padding:10px 16px!important;margin:0!important}.techwave_fn_footer .copyright p{color:var(--gray-400)!important;font-size:12px!important;text-align:center;margin:0!important;font-weight:400!important}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998}.new_modal.show{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:999;background:#fff!important;border:1px solid var(--gray-200)!important;border-radius:var(--r-lg)!important;padding:28px!important;width:min(400px,calc(100vw - 32px))!important;box-shadow:var(--shadow-xl)!important}.modal-content{background:transparent!important;border:none!important}.modal-content .title{font-size:16px!important;font-weight:600!important;color:var(--gray-900)!important;text-align:center!important;margin-bottom:20px!important;line-height:1.5!important}.btn-danger{background:#fef2f2!important;border-color:#fecaca!important;color:#b91c1c!important;border-radius:var(--r-sm)!important;font-weight:600!important;font-size:14px!important}.btn-danger:hover{background:#fee2e2!important}.btn-success{background:var(--blue-900)!important;border-color:var(--blue-900)!important;color:#fff!important;border-radius:var(--r-sm)!important;font-weight:600!important;font-size:14px!important}.btn-success:hover{background:var(--blue-600)!important}.loader-wrapper{display:flex;justify-content:center;align-items:center;flex:1;height:100%;min-height:300px;background:var(--gray-50)}.custom-loader{width:40px;height:40px;border:3px solid var(--blue-100);border-top:3px solid var(--blue-900);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{min-height:100vh;display:flex;background:var(--gray-50)}.auth-left{display:none;width:45%;flex-shrink:0;background:linear-gradient(150deg,#0f2462,#1d4ed8 60%,#3b82f6);padding:48px;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.auth-left:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.06) 0%,transparent 50%)}.auth-logo-row{display:flex;align-items:center;gap:12px;margin-bottom:56px;position:relative;z-index:1}.auth-logo-box{width:42px;height:42px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:11px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-brand-text{font-size:20px!important;font-weight:800!important;color:#fff!important;letter-spacing:-.3px}.auth-headline{font-size:clamp(24px,3vw,36px)!important;font-weight:800!important;color:#fff!important;line-height:1.15!important;margin-bottom:16px!important;position:relative;z-index:1}.auth-sub{font-size:15px!important;color:#ffffffad!important;line-height:1.65!important;margin-bottom:40px!important;max-width:340px;font-weight:400!important;position:relative;z-index:1}.auth-features{display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}.auth-feat-item{display:flex;align-items:flex-start;gap:10px}.auth-feat-check{width:20px;height:20px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.auth-feat-check svg{color:#fff}.auth-feat-text{font-size:14px!important;color:#ffffffc7!important;font-weight:400!important;line-height:1.5}.auth-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 20px;overflow-y:auto;background:var(--gray-50)}.auth-form-box{width:100%;max-width:420px}.auth-mobile-logo{display:flex;align-items:center;gap:10px;margin-bottom:28px}.auth-mobile-logo-icon{width:38px;height:38px;background:var(--blue-900);border-radius:10px;display:flex;align-items:center;justify-content:center}.auth-mobile-logo-text{font-size:18px!important;font-weight:800!important;color:var(--gray-900)!important;letter-spacing:-.3px}.auth-form-title{font-size:26px!important;font-weight:800!important;color:var(--gray-900)!important;margin-bottom:6px!important;letter-spacing:-.3px}.auth-form-sub{font-size:14px!important;color:var(--gray-500)!important;font-weight:400!important;margin-bottom:28px!important}.auth-field{margin-bottom:16px}.auth-field label{display:block;font-size:13px!important;font-weight:500!important;color:var(--gray-700)!important;margin-bottom:5px!important}.auth-field input{width:100%;height:46px;padding:0 14px;border:1.5px solid var(--gray-200);border-radius:10px;background:#fff;color:var(--gray-900);font-size:14px;font-weight:400;transition:border-color .15s,box-shadow .15s;outline:none}.auth-field input:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb1a}.auth-field input::placeholder{color:var(--gray-400)}.auth-name-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-submit-btn{width:100%;height:46px;background:var(--blue-900);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s,opacity .15s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}.auth-submit-btn:hover:not(:disabled){background:var(--blue-600);box-shadow:0 4px 16px #1e3a8a4d}.auth-submit-btn:disabled{opacity:.65;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0}.auth-divider-line{flex:1;height:1px;background:var(--gray-200)}.auth-divider-text{font-size:12px!important;font-weight:500!important;color:var(--gray-400)!important}.auth-google-btn{width:100%;height:46px;background:#fff;border:1.5px solid var(--gray-200);border-radius:10px;font-size:14px;font-weight:500;color:var(--gray-800);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:border-color .15s,box-shadow .15s;text-decoration:none}.auth-google-btn:hover{border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb12;color:var(--gray-900)}.auth-switch{text-align:center;margin-top:22px;font-size:14px!important;color:var(--gray-500)!important;font-weight:400!important}.auth-switch a{color:var(--blue-600)!important;font-weight:600!important;text-decoration:none!important}.auth-switch a:hover{text-decoration:underline!important}.cl-auth{--cl-primary: #ffffff;--cl-primary-hover: #e4e4e7;--cl-ink: #f4f4f5;--cl-muted: #a1a1aa;--cl-faint: #71717a;--cl-line: rgba(255, 255, 255, .12);--cl-bg: #0a0a0a;--cl-card: #141414;--cl-input: #17171a;min-height:100vh;display:flex;background:var(--cl-bg);color:var(--cl-ink);font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.cl-auth input,.cl-auth button,.cl-auth h1,.cl-auth h2,.cl-auth p,.cl-auth span,.cl-auth a{font-family:inherit}.cl-left{flex:1;min-width:0;display:flex;flex-direction:column;padding:40px clamp(24px,6vw,88px)}.cl-brand{display:flex;align-items:center;gap:10px}.cl-brand-icon{width:38px;height:38px;background:linear-gradient(135deg,#2a2a2e,#161618);border:1px solid rgba(255,255,255,.12);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cl-brand-text{font-size:20px!important;font-weight:800!important;color:var(--cl-ink)!important;letter-spacing:-.3px}.cl-hero{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:400px;width:100%;padding:48px 0}.cl-headline{font-size:clamp(32px,4vw,44px)!important;font-weight:800!important;line-height:1.1!important;color:var(--cl-ink)!important;letter-spacing:-.5px;margin:0 0 14px!important}.cl-tagline{font-size:15px!important;color:var(--cl-muted)!important;font-weight:400!important;margin:0 0 32px!important}.cl-card{background:var(--cl-card);border:1px solid var(--cl-line);border-radius:16px;padding:22px;display:flex;flex-direction:column;box-shadow:0 8px 30px #00000080}.cl-google-btn,.cl-primary-btn{width:100%;height:48px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .15s,border-color .15s,box-shadow .15s,opacity .15s}.cl-google-btn{background:#1c1c1f;border:1.5px solid var(--cl-line);color:var(--cl-ink);font-weight:500;text-decoration:none}.cl-google-btn:hover{border-color:#ffffff47;background:#232327;color:#fff}.cl-or{display:flex;align-items:center;gap:12px;margin:16px 0}.cl-or-line{flex:1;height:1px;background:var(--cl-line)}.cl-or-text{font-size:12px!important;font-weight:500!important;color:var(--cl-faint)!important;letter-spacing:.5px}.cl-field{position:relative;margin-bottom:12px}.cl-field-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--cl-faint);display:flex;pointer-events:none;transition:color .15s}.cl-field .cl-input{width:100%;min-width:0;height:50px;padding:0 16px 0 46px!important;background:var(--cl-input);border:1.5px solid var(--cl-line);border-radius:12px;color:var(--cl-ink);font-size:15px;font-weight:400;letter-spacing:normal;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.cl-field:has(.cl-eye-btn) .cl-input{padding-right:46px!important}.cl-field .cl-input::placeholder{color:var(--cl-faint)}.cl-field .cl-input:focus{background:#1c1c1f;border-color:#ffffff73;box-shadow:0 0 0 4px #ffffff14}.cl-field:focus-within .cl-field-icon{color:#fff}.cl-eye-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--cl-faint);border-radius:8px;cursor:pointer;transition:color .15s,background .15s}.cl-eye-btn:hover{color:#fff;background:#ffffff1a}.cl-input::-ms-reveal,.cl-input::-ms-clear{display:none}.cl-primary-btn{background:var(--cl-primary);color:#0a0a0a;border:none;margin-top:4px}.cl-primary-btn:hover:not(:disabled){background:var(--cl-primary-hover);box-shadow:0 6px 18px #00000080}.cl-primary-btn:disabled{opacity:.55;cursor:not-allowed}.cl-spinner{width:16px;height:16px;border:2px solid rgba(10,10,10,.3);border-top:2px solid #0a0a0a;border-radius:50%;display:inline-block;animation:spin .6s linear infinite}.cl-legal{font-size:12px!important;color:var(--cl-faint)!important;text-align:center;line-height:1.5;margin:16px 0 0!important}.cl-legal a{color:var(--cl-muted)!important;text-decoration:underline}.cl-switch{font-size:14px!important;color:var(--cl-muted)!important;margin:24px 0 0!important}.cl-switch a{color:var(--cl-primary)!important;font-weight:600!important;text-decoration:none!important}.cl-switch a:hover{text-decoration:underline!important}.cl-right{display:none;width:46%;flex-shrink:0;margin:16px 16px 16px 0;border-radius:20px;position:relative;overflow:hidden;background:#050505}.cl-right-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.cl-right-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000008c,#00000047,#00000026)}.cl-right-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;padding:56px;z-index:1}.cl-right-title{font-size:clamp(26px,2.6vw,34px)!important;font-weight:800!important;color:#fff!important;line-height:1.15!important;letter-spacing:-.4px;margin:0 0 14px!important}.cl-right-desc{font-size:15px!important;color:#ffffffd1!important;font-weight:400!important;line-height:1.65!important;max-width:380px;margin:0!important}@media(min-width:900px){.cl-right{display:block}.cl-left{padding-left:clamp(48px,7vw,120px)}}.dashboard-page{flex:1;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;padding:40px 24px;background:var(--gray-50);min-height:0}.dashboard-inner{width:100%;text-align:center}.dashboard-title{font-size:clamp(26px,5vw,44px)!important;font-weight:800!important;color:var(--gray-900)!important;margin-bottom:10px!important;letter-spacing:-.5px;line-height:1.15!important}.dashboard-title span{color:var(--blue-600)!important}.dashboard-sub{font-size:16px!important;color:var(--gray-500)!important;font-weight:400!important;margin-bottom:32px!important;line-height:1.55}body.home-dark .main-area,body.home-dark .page-content,body.home-dark .techwave_fn_content,body.home-dark .dashboard-page.cl-home{background:var(--page-bg)!important}body.home-dark .techwave_fn_footer{background:var(--page-bg)!important;border-top:none!important}body.home-dark .techwave_fn_footer .copyright p{color:#ffffff52!important}body.home-dark .techwave_fn_header{background:var(--page-bg)!important;border-bottom:1px solid rgba(255,255,255,.06)!important}.cl-home{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;align-items:center}.cl-home-inner{width:100%;max-width:720px;margin:0 auto;text-align:center}.cl-home-head{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.cl-home-head>svg{margin-bottom:16px}.cl-home-greet{font-family:Georgia,Times New Roman,serif!important;font-size:clamp(28px,3.6vw,42px)!important;font-weight:400!important;color:#f5f4f1!important;letter-spacing:-.5px;line-height:1.15!important;margin:0 0 12px!important}.cl-home-subtext{font-size:16px!important;color:#a3a097!important;font-weight:400!important;line-height:1.55!important;margin:0!important;max-width:520px}.cl-home-box{background:#2b2a28;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px 16px 12px;text-align:left;box-shadow:0 10px 34px #00000059;transition:border-color .15s}.cl-home-box:focus-within{border-color:#ffffff38}.cl-home-textarea{width:100%!important;border:none!important;outline:none!important;background:transparent!important;color:#f5f4f1!important;font-size:16px!important;font-weight:400!important;line-height:1.5!important;resize:none!important;min-height:46px!important;max-height:220px!important;padding:4px 4px 8px!important;font-family:inherit!important}.cl-home-textarea::placeholder{color:#8a877f!important}.cl-home-box-row{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.cl-home-plus,.cl-home-send{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:background .15s,opacity .15s,transform .1s}.cl-home-plus{background:transparent;border:1px solid rgba(255,255,255,.16);color:#cdcabf}.cl-home-plus:hover{background:#ffffff14;color:#fff}.cl-home-send{background:#d97757;color:#1f1e1d}.cl-home-send:hover:not(:disabled){background:#e08a6d;transform:scale(1.05)}.cl-home-send:disabled{background:#ffffff1a;color:#ffffff4d;cursor:not-allowed}.cl-home-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px}.cl-home-chip{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 16px;border-radius:11px;background:#2b2a28;border:1px solid rgba(255,255,255,.1);color:#e8e6df;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.cl-home-chip:hover{background:#34322f;border-color:#fff3}.cl-home-chip-icon{display:flex;color:#d97757}.chat-input-wrap{position:relative}.chat-input-wrap textarea{width:100%!important;min-height:56px!important;max-height:200px!important;border-radius:14px!important;border:1.5px solid var(--gray-200)!important;background:#fff!important;color:var(--gray-900)!important;font-size:15px!important;font-weight:400!important;padding:15px 52px 15px 18px!important;resize:none!important;line-height:1.5;box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s;outline:none!important}.chat-input-wrap textarea:focus{border-color:var(--blue-600)!important;box-shadow:0 0 0 3px #2563eb14,var(--shadow-sm)!important;color:var(--gray-900)!important}.chat-input-wrap textarea::placeholder{color:var(--gray-400)!important}.chat-send-btn{position:absolute!important;right:10px!important;bottom:10px!important;width:34px!important;height:34px!important;border:none!important;border-radius:9px!important;background:var(--blue-900)!important;color:#fff!important;display:grid!important;place-items:center!important;cursor:pointer;transition:background .15s,transform .1s}.chat-send-btn:hover:not(:disabled){background:var(--blue-600)!important;transform:scale(1.06)}.chat-send-btn:disabled{opacity:.4!important;cursor:not-allowed!important}.chat-send-btn img{width:16px!important;height:16px!important;filter:brightness(0) invert(1)}.fn__chat_comment textarea{width:100%!important;min-height:56px!important;max-height:200px!important;border-radius:14px!important;border:1.5px solid var(--gray-200)!important;background:#fff!important;color:var(--gray-900)!important;font-size:15px!important;font-weight:400!important;padding:15px 52px 15px 18px!important;resize:none!important;line-height:1.5;box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s;outline:none!important}.fn__chat_comment textarea:focus{border-color:var(--blue-600)!important;box-shadow:0 0 0 3px #2563eb14,var(--shadow-sm)!important;color:var(--gray-900)!important}.fn__chat_comment textarea::placeholder{color:var(--gray-400)!important}.fn__chat_comment button{position:absolute!important;right:10px!important;bottom:10px!important;width:34px!important;height:34px!important;border:none!important;border-radius:9px!important;background:var(--blue-900)!important;display:grid!important;place-items:center!important;cursor:pointer;transition:background .15s,transform .1s}.fn__chat_comment button:hover:not(:disabled){background:var(--blue-600)!important;transform:scale(1.06)}.fn__chat_comment button:disabled{opacity:.4!important;cursor:not-allowed!important}.fn__chat_comment .fn__svg{width:16px!important;height:16px!important;filter:brightness(0) invert(1)}.chat-shell{flex:1;display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden;background:var(--gray-50)}.chat-messages{flex:1;overflow-y:auto;padding:24px 16px 16px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.messages-inner{max-width:800px;margin:0 auto;width:100%}.chat-input-bar{flex-shrink:0;background:var(--gray-50);border-top:1px solid var(--gray-200);padding:12px 16px 14px}.chat-input-bar-inner{max-width:800px;margin:0 auto}.chat-mode-row{display:flex;align-items:center;gap:7px;margin-bottom:8px;cursor:pointer;width:fit-content}.chat-mode-row input[type=checkbox]{width:14px!important;height:14px!important;accent-color:var(--blue-600)!important;border:none!important;background:transparent!important;cursor:pointer}.chat-mode-label{font-size:12px!important;font-weight:500!important;color:var(--gray-500)!important}.techwave_fn_page,.techwave_fn_aichatbot_page,.fn__chatbot{flex:1;display:flex;flex-direction:column;min-height:0}.chat__page{flex:1!important;display:flex!important;flex-direction:column!important;min-height:0!important;background:var(--gray-50)!important}.container_margin{flex:1!important;overflow-y:auto!important;padding:24px 16px 16px!important;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.container_margin::-webkit-scrollbar{width:4px}.container_margin::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.chat__comment{flex-shrink:0!important;background:var(--gray-50)!important;border-top:1px solid var(--gray-200)!important;padding:12px 16px 14px!important;position:static!important;width:auto!important;left:auto!important;right:auto!important;bottom:auto!important}.chat__comment .container{max-width:800px!important;margin:0 auto!important;padding:0!important}.chat_mode_row{display:flex;align-items:center;gap:7px;margin-bottom:8px;width:fit-content}.chat_mode_row label{display:flex!important;align-items:center!important;gap:7px!important;cursor:pointer;font-size:12px!important;font-weight:500!important;color:var(--gray-500)!important}.chat_mode_row input[type=checkbox]{width:14px!important;height:14px!important;accent-color:var(--blue-600)!important;border:none!important;background:transparent!important}.chat_row{margin-bottom:20px}.user_msg{display:flex!important;justify-content:flex-end!important}.user_msg .chat__box{max-width:min(65ch,82vw)}.user_msg .chat{background:var(--blue-900)!important;color:#fff!important;border-radius:18px 18px 4px!important;padding:12px 16px!important;border:none!important;line-height:1.6;word-break:break-word}.user_msg .chat p,.user_msg .chat span{color:#fff!important;margin:0!important;font-weight:400!important}.bot_msg{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:10px}.bot-avatar{width:28px;height:28px;border-radius:50%;background:var(--blue-900);display:grid;place-items:center;flex-shrink:0;margin-top:2px}.bot-avatar svg{color:#fff}.bot_msg .chat__box{max-width:min(75ch,88vw)}.bot_msg .chat{background:#fff!important;color:var(--gray-900)!important;border:1px solid var(--gray-200)!important;border-radius:4px 18px 18px!important;padding:14px 18px!important;box-shadow:var(--shadow-xs);line-height:1.65;word-break:break-word}.markdown-content p{color:var(--gray-900)!important;margin:0 0 12px!important;font-weight:400!important;font-size:15px!important;line-height:1.75!important}.markdown-content p:last-child{margin-bottom:0!important}.markdown-content li{color:var(--gray-900)!important;font-weight:400!important;line-height:1.75;font-size:15px!important}.markdown-content strong{color:var(--gray-900)!important;font-weight:600!important}.markdown-content em{color:var(--gray-600)!important}.markdown-content h1,.markdown-content h2,.markdown-content h3{color:var(--gray-900)!important;margin:20px 0 10px!important;font-weight:600!important;letter-spacing:-.02em}.markdown-content code{background:var(--gray-100)!important;color:var(--blue-700)!important;padding:2px 6px!important;border-radius:5px!important;font-size:13px!important;font-family:JetBrains Mono,Fira Code,Consolas,monospace!important}.markdown-content pre{background:#17161a!important;border-radius:10px!important;padding:16px!important;overflow-x:auto;margin:10px 0!important}.markdown-content pre code{background:transparent!important;color:#e2e8f0!important;font-size:13px!important}.markdown-content table{width:100%;border-collapse:collapse;margin:10px 0}.markdown-content table th{background:var(--gray-100)!important;color:var(--gray-900)!important;font-weight:600!important;padding:8px 12px!important;border:1px solid var(--gray-200)!important;font-size:13px!important;opacity:1!important}.markdown-content table td{color:var(--gray-900)!important;padding:8px 12px!important;border:1px solid var(--gray-200)!important;font-size:14px!important;opacity:1!important;vertical-align:middle!important}.markdown-content table tbody tr:nth-child(2n){background:var(--gray-50)}.replying{font-size:14px!important;color:var(--gray-500)!important;font-style:italic;padding:6px 2px;font-weight:400!important}.support-page{flex:1;padding:28px 20px;overflow-y:auto;background:var(--gray-50)}.support-inner{max-width:960px;margin:0 auto}.page-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:24px}.page-header-left h1{font-size:22px!important;font-weight:700!important;color:var(--gray-900)!important;margin:0 0 4px!important}.page-header-left p{font-size:14px!important;color:var(--gray-500)!important;font-weight:400!important;margin:0!important}.btn-primary-solid{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background:var(--blue-900);color:#fff!important;border-radius:9px;font-size:14px!important;font-weight:600!important;text-decoration:none!important;border:none;cursor:pointer;transition:background .15s,box-shadow .15s;white-space:nowrap;flex-shrink:0}.btn-primary-solid:hover{background:var(--blue-600);box-shadow:0 4px 14px #1e3a8a4d;color:#fff!important}.table-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:var(--shadow-md);overflow:hidden}.tickets-table{width:100%;border-collapse:collapse}.tickets-table thead tr{background:var(--gray-50);border-bottom:1.5px solid var(--gray-200)}.tickets-table th{padding:12px 16px!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:var(--gray-500)!important;white-space:nowrap;border:none!important;background:transparent!important}.tickets-table tbody tr{border-bottom:1px solid var(--gray-100);transition:background .1s}.tickets-table tbody tr:last-child{border-bottom:none}.tickets-table tbody tr:hover{background:var(--gray-50)}.tickets-table td{padding:14px 16px!important;font-size:14px!important;color:var(--gray-900)!important;border:none!important;vertical-align:middle!important;font-weight:400!important;opacity:1!important}.ticket-num{font-size:12px!important;font-weight:700!important;color:var(--gray-400)!important;font-variant-numeric:tabular-nums}.ticket-subject{font-weight:500!important;color:var(--gray-900)!important}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:12px!important;font-weight:600!important;white-space:nowrap}.status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ticket-mobile-list{display:none}.ticket-mobile-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--r-md);padding:16px;box-shadow:var(--shadow-xs)}.ticket-mobile-card+.ticket-mobile-card{margin-top:10px}.tmcard-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.tmcard-subject{font-weight:600;font-size:14px;color:var(--gray-900);line-height:1.4}.tmcard-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.tmcard-open-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;background:var(--blue-900);color:#fff!important;border-radius:8px;font-size:13px!important;font-weight:600!important;text-decoration:none!important;transition:background .15s;border:none;cursor:pointer}.tmcard-open-btn:hover{background:var(--blue-600)}.table-empty{padding:56px 24px;text-align:center}.table-empty p{font-size:15px!important;color:var(--gray-500)!important;font-weight:400!important;margin:12px 0 0!important}.table-footer{margin-top:12px;font-size:13px!important;color:var(--gray-400)!important;text-align:right;font-weight:400!important}.ticket-form-page{flex:1;overflow-y:auto;padding:28px 20px;background:var(--gray-50)}.ticket-form-inner{max-width:640px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px!important;color:var(--gray-500)!important;font-weight:500!important;text-decoration:none!important;margin-bottom:20px;transition:color .15s}.back-link:hover{color:var(--blue-600)!important}.form-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:var(--shadow-md);padding:28px 24px}.form-card-title{font-size:20px!important;font-weight:700!important;color:var(--gray-900)!important;margin-bottom:22px!important}.form-field{margin-bottom:16px}.form-field label{display:block;font-size:13px!important;font-weight:500!important;color:var(--gray-700)!important;margin-bottom:5px!important}.form-field input,.form-field textarea{width:100%;border:1.5px solid var(--gray-200);border-radius:10px;background:#fff;color:var(--gray-900);font-size:14px!important;font-weight:400!important;padding:10px 14px;transition:border-color .15s,box-shadow .15s;outline:none}.form-field textarea{resize:vertical;min-height:130px}.form-field input:focus,.form-field textarea:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb14}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-400)}.form-actions{display:flex;justify-content:flex-end;margin-top:6px}.form-submit-btn{padding:10px 24px;background:var(--blue-900);color:#fff;border:none;border-radius:10px;font-size:14px!important;font-weight:600!important;cursor:pointer;transition:background .15s,box-shadow .15s}.form-submit-btn:hover{background:var(--blue-600);box-shadow:0 4px 14px #1e3a8a40}.ticket-chat-page{flex:1;overflow-y:auto;padding:28px 20px;background:var(--gray-50)}.ticket-chat-inner{max-width:800px;margin:0 auto}.ticket-chat-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:var(--shadow-md);padding:24px;display:flex;flex-direction:column}.ticket-chat-card-title{font-size:18px!important;font-weight:700!important;color:var(--gray-900)!important;margin-bottom:16px!important;padding-bottom:14px;border-bottom:1px solid var(--gray-100)}.ticket-chat-msgs{flex:1;max-height:52vh;overflow-y:auto;padding:4px 0;margin-bottom:14px;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.ticket-chat-msgs::-webkit-scrollbar{width:4px}.ticket-chat-msgs::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.tc-msg-row{display:flex;margin-bottom:12px}.tc-msg-left{justify-content:flex-start}.tc-msg-right{justify-content:flex-end}.tc-bubble{max-width:min(70%,540px);border-radius:14px;padding:10px 14px}.tc-admin{background:var(--blue-900);color:#fff;border-radius:4px 14px 14px}.tc-user{background:var(--gray-100);color:var(--gray-900);border-radius:14px 4px 14px 14px}.tc-sender{display:block;font-size:10px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.06em;opacity:.6;margin-bottom:4px!important}.tc-bubble p{margin:0!important;font-size:14px!important;font-weight:400!important;line-height:1.55;white-space:pre-wrap;word-break:break-word}.tc-empty{text-align:center;color:var(--gray-400);padding:32px;font-style:italic;font-size:14px!important}.tc-input-row{display:flex;align-items:flex-end;gap:10px;margin-top:4px}.tc-input-row textarea{flex:1;min-height:44px;max-height:120px;border:1.5px solid var(--gray-200);border-radius:10px;background:#fff;color:var(--gray-900);font-size:14px!important;font-weight:400!important;padding:10px 14px!important;resize:none;outline:none;transition:border-color .15s,box-shadow .15s}.tc-input-row textarea:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb14}.tc-input-row textarea::placeholder{color:var(--gray-400)}.tc-send-btn{padding:10px 20px;background:var(--blue-900);color:#fff;border:none;border-radius:10px;font-size:14px!important;font-weight:600!important;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s}.tc-send-btn:hover{background:var(--blue-600)}.docs-page{flex:1;overflow-y:auto;padding:28px 20px;background:var(--gray-50)}.docs-inner{max-width:860px;margin:0 auto}.docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:22px}.doc-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--r-md);padding:14px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:box-shadow .18s,border-color .18s;box-shadow:var(--shadow-xs);text-decoration:none}.doc-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-100)}.doc-icon{width:38px;height:38px;background:var(--blue-50);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.doc-name{font-size:13px!important;font-weight:500!important;color:var(--gray-900)!important;margin:0!important;line-height:1.4}th{color:var(--gray-500)!important;font-weight:700!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.06em!important;opacity:1!important;padding:12px 16px!important;border:none!important;background:transparent!important}td{color:var(--gray-900)!important;opacity:1!important;vertical-align:middle!important;font-size:14px!important;padding:14px 16px!important;border:none!important;font-weight:400!important}table{width:100%;border-collapse:collapse}.btn-primary{background:var(--blue-900)!important;border-color:var(--blue-900)!important;color:#fff!important;width:auto!important;border-radius:8px!important;font-size:13px!important;font-weight:600!important;padding:6px 14px!important;transition:background .15s!important}.btn-primary:hover{background:var(--blue-600)!important;border-color:var(--blue-600)!important;color:#fff!important}@media(min-width:768px){.techwave_fn_leftpanel{transform:translate(0)!important;position:relative!important;flex-shrink:0}.main-area{margin-left:0}.app-shell{flex-direction:row}.sidebar-close-btn,.hamburger-btn{display:none}.auth-left{display:flex}.auth-mobile-logo{display:none}.support-page,.ticket-form-page,.ticket-chat-page,.docs-page{padding:32px 28px}.dashboard-page{padding:48px 32px}.container_margin{padding:28px 24px 20px!important}.chat__comment{padding:12px 24px 16px!important}.chat-messages{padding:28px 24px 20px}.chat-input-bar{padding:12px 24px 16px}.tickets-table-wrap{display:block}.ticket-mobile-list{display:none}.auth-name-row{grid-template-columns:1fr 1fr}}@media(min-width:1100px){.chat__comment .container{max-width:800px!important}.container_margin{padding:32px 28px 24px!important}}@media(max-width:767px){.hamburger-btn,.sidebar-close-btn{display:flex}.auth-left{display:none!important}.auth-mobile-logo{display:flex}.auth-right{background:#fff!important;padding:28px 20px!important}.auth-form-title{font-size:22px!important}.auth-name-row{grid-template-columns:1fr}.dashboard-page{padding:48px 16px 20px;justify-content:flex-start}.dashboard-title{font-size:26px!important}.tickets-table-wrap{display:none}.ticket-mobile-list{display:block}.chat-messages{padding:16px 12px 12px}.chat-input-bar{padding:10px 12px 12px}.container_margin{padding:16px 12px 12px!important}.chat__comment{padding:10px 12px 12px!important}.ticket-form-page,.ticket-chat-page{padding:16px 12px}.form-card{padding:20px 16px}.ticket-chat-card{padding:16px}.docs-page{padding:16px 12px}.docs-grid{grid-template-columns:1fr}.support-page{padding:16px 12px}.bot_msg .chat__box{max-width:92vw}.user_msg .chat__box{max-width:82vw}.page-header{flex-direction:column;align-items:stretch}.page-header .btn-primary-solid{align-self:flex-start}.ticket-chat-msgs{max-height:46vh}.new_modal.show{width:calc(100vw - 32px)!important;padding:22px 16px!important}}@media(max-width:400px){.auth-form-title{font-size:20px!important}.dashboard-title{font-size:22px!important}}body,.chat-shell,.chat-messages,.chat-input-bar,.dashboard-page,.support-page,.ticket-form-page,.ticket-chat-page,.docs-page,.techwave_fn_content,.page-content{background:var(--page-bg)!important}@media(min-width:768px){.techwave_fn_header{display:none!important}}.sidebar_new.active{background:var(--sb-active)!important}.sidebar_new.active .thread_link{color:#fff!important}.compose-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;border:none;cursor:pointer;border-radius:7px;color:var(--sb-muted);transition:background .15s,color .15s;flex-shrink:0}.compose-btn:hover{background:var(--sb-hover);color:#fff}.new_chat_btn{background:#ffffff12!important;border:1px solid rgba(255,255,255,.08)!important;font-weight:500!important}.new_chat_btn:hover{background:#ffffff21!important}.thread-list{margin-top:4px!important}.sidebar-bottom-nav{margin-top:auto;padding-top:6px;border-top:1px solid var(--sb-border)}.sidebar-user-row{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:8px;cursor:default;margin-top:2px}.sidebar-user-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--bot-avatar-1) 0%,var(--bot-avatar-2) 100%);display:grid;place-items:center;flex-shrink:0}.sidebar-user-email{font-size:12px!important;color:var(--sb-text)!important;font-weight:400!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.sidebar-logout-btn{background:transparent!important;border:none!important;padding:5px!important;cursor:pointer!important;color:var(--sb-muted)!important;border-radius:5px;display:grid;place-items:center;transition:color .12s,background .12s;flex-shrink:0}.sidebar-logout-btn:hover{color:#fff!important;background:var(--sb-hover)!important}.sidebar_scan_toggle input[type=checkbox]{accent-color:var(--bot-avatar-1)!important}.chat_row{margin-bottom:32px}.user_msg .chat{background:var(--user-bubble)!important;color:var(--user-text)!important;border-radius:18px!important;border:none!important;box-shadow:none!important;padding:12px 16px!important;font-size:15px!important;line-height:1.65!important;letter-spacing:-.01em}.user_msg .chat p,.user_msg .chat span{color:var(--user-text)!important;font-size:15px!important}.bot_msg{gap:14px;align-items:flex-start}.bot_msg .chat{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.bot-avatar{width:30px!important;height:30px!important;border-radius:7px!important;background:linear-gradient(135deg,var(--bot-avatar-1) 0%,var(--bot-avatar-2) 100%)!important;flex-shrink:0;margin-top:2px}.markdown-content p,.markdown-content li,.markdown-content strong,.markdown-content h1,.markdown-content h2,.markdown-content h3{color:var(--bot-text)!important}.markdown-content em{color:#6e6a5e!important}.markdown-content a{color:var(--blue-600)!important}.markdown-content code{background:#edecea!important;color:#c05c1a!important}.markdown-content pre{background:#2c2b27!important}.replying{color:var(--sidebar-muted)!important}.chat-input-bar{background:var(--page-bg)!important;border-top:none!important;padding:4px 24px 20px!important}@media(max-width:767px){.chat-input-bar{padding:4px 12px 16px!important}}.chat-input-bar-inner{background:#fff;border-radius:16px;box-shadow:0 2px 10px #00000012,0 0 0 1px var(--input-border);padding:6px 6px 8px 16px}.chat-mode-row{margin-bottom:0;padding:4px 0 2px}.chat-mode-label{display:inline-flex!important;align-items:center!important;gap:8px!important;color:var(--sidebar-muted)!important;font-size:12px!important;font-weight:500!important;cursor:pointer;line-height:1!important}.chat-mode-row input[type=checkbox]{accent-color:var(--bot-avatar-1)!important;width:15px!important;height:15px!important;margin:0!important;flex-shrink:0;cursor:pointer}.fn__chat_comment>div{position:relative}.fn__chat_comment textarea{border:none!important;border-radius:12px!important;background:transparent!important;box-shadow:none!important;padding:10px 48px 10px 2px!important;min-height:40px!important;font-size:15px!important;letter-spacing:-.01em;line-height:1.6}.fn__chat_comment textarea:focus{border:none!important;box-shadow:none!important}.fn__chat_comment textarea::placeholder{color:#b8b4a6!important}.fn__chat_comment button{background:#1a1a1a!important;border-radius:10px!important;bottom:6px!important;right:6px!important}.fn__chat_comment button:hover:not(:disabled){background:#3d3929!important;transform:scale(1.04)}.techwave_fn_footer{background:var(--page-bg)!important;border-top:1px solid var(--input-border)!important}.techwave_fn_footer .copyright p{color:#b8b4a6!important}.table-card,.ticket-mobile-card,.form-card,.ticket-chat-card,.doc-card,.chat-input-bar-inner,.new_modal.show{background:var(--card)!important}.chat-input-wrap textarea,.form-field input,.form-field textarea,.tc-input-row textarea{background:#1f1e1d!important}.techwave_fn_header{background:var(--page-bg)!important;border-bottom-color:#ffffff0f!important}.header-brand-name{color:var(--gray-900)!important}.markdown-content code{background:#33322f!important;color:#e0895f!important}.markdown-content em{color:#9e9b8e!important}.fn__chat_comment button{background:var(--blue-900)!important}.fn__chat_comment button:hover:not(:disabled){background:var(--blue-600)!important}.tickets-table thead tr{background:var(--gray-50)!important}.doc-card:hover{border-color:var(--blue-100)!important;box-shadow:0 6px 18px #00000059!important}.ticket-chat-card-title{border-bottom-color:var(--gray-200)!important}.deep-scan-panel{width:100%;max-width:440px;border:1px solid var(--blue-100);background:linear-gradient(180deg,var(--blue-50) 0%,var(--card) 100%);border-radius:14px;padding:16px 18px;box-shadow:var(--shadow-sm)}.deep-scan-panel.is-done{border-color:var(--blue-600)}.deep-scan-panel.is-failed{border-color:#b5573a}.ds-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ds-radar{display:inline-flex;color:var(--bot-avatar-1)}.ds-radar.spinning svg{animation:ds-spin 1.4s linear infinite}@keyframes ds-spin{to{transform:rotate(360deg)}}.ds-title{font-size:14px;font-weight:600;color:var(--gray-900);letter-spacing:.2px}.ds-badge{margin-left:auto;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:999px;color:var(--gray-900);background:var(--gray-100)}.ds-badge-queued{background:var(--gray-100);color:var(--gray-500)}.ds-badge-processing{background:var(--blue-50);color:var(--bot-avatar-1)}.ds-badge-completed{background:#4caf5026;color:#7dd67d}.ds-badge-failed{background:#b5573a2e;color:#e08a6a}.ds-status{margin:0 0 12px;font-size:13px;color:var(--gray-500)}.ds-bar{position:relative;height:6px;border-radius:999px;background:var(--gray-200);overflow:hidden;margin-bottom:14px}.ds-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--bot-avatar-2),var(--bot-avatar-1));transition:width .4s ease;width:0}.ds-bar-indet .ds-bar-fill{width:40%!important;animation:ds-indet 1.3s ease-in-out infinite}@keyframes ds-indet{0%{transform:translate(-100%)}to{transform:translate(300%)}}.ds-stats{display:flex;gap:10px}.ds-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;border-radius:10px;background:var(--gray-50);border:1px solid var(--gray-200)}.ds-stat-num{font-size:16px;font-weight:700;color:var(--gray-900)}.ds-stat-label{font-size:10.5px;color:var(--gray-400);text-align:center;line-height:1.2}.ds-thinking{display:flex;align-items:center;gap:8px;margin:12px 0 0;font-size:12.5px;font-style:italic;color:var(--gray-500)}.ds-dots{display:inline-flex;gap:3px}.ds-dots span{width:5px;height:5px;border-radius:50%;background:var(--bot-avatar-1);animation:ds-blink 1.4s infinite both}.ds-dots span:nth-child(2){animation-delay:.2s}.ds-dots span:nth-child(3){animation-delay:.4s}@keyframes ds-blink{0%,80%,to{opacity:.25}40%{opacity:1}}
