@charset "UTF-8";body,form,fieldset,legend,table,th,td,caption,hr,blockquote,dl,dd,h1,h2,h3,h4,h5,h6,figure,p,pre,ol,ul{margin:0;padding:0}input,button,select,select:active{background-color:transparent;border:0;padding:0 28px;border:none;outline:none!important}body{-webkit-text-size-adjust:none;text-size-adjust:none}button:focus{outline:none}fieldset{border:0;margin:0;padding:0}iframe{border:0}ol,ul{list-style:none;outline:none}li:focus{outline:none}div:focus{outline:none}[tabindex="-1"]:focus{outline:none!important}abbr[title],dfn[title]{cursor:help}u,ins{text-decoration:none}ins{border-bottom:1px solid}html{box-sizing:border-box;font-size:10px;line-height:1!important;-webkit-text-size-adjust:none;text-size-adjust:none;overflow:auto}*,*:before,*:after{box-sizing:inherit}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;max-width:initial}svg{display:initial}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,*:before,*:after{box-sizing:border-box!important}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}::-webkit-backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }*,:before,:after,::-webkit-backdrop,::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.\!absolute{position:absolute!important}.relative{position:relative}.\!relative{position:relative!important}.left-0{left:0}.bottom-0{bottom:0}.\!bottom-\[calc\(50\%-25px\)\]{bottom:calc(50% - 25px)!important}.top-\[-68px\]{top:-68px}.top-\[-62px\]{top:-62px}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-2{top:.5rem}.right-3{right:.75rem}.top-\[25px\]{top:25px}.top-\[-9px\]{top:-9px}.top-full{top:100%}.top-\[-12px\]{top:-12px}.right-\[-12px\]{right:-12px}.left-\[100\%\]{left:100%}.top-\[20px\]{top:20px}.z-20{z-index:20}.z-\[15\]{z-index:15}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.mx-1{margin-left:.25rem;margin-right:.25rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.ml-3{margin-left:.75rem}.mb-2{margin-bottom:.5rem}.mr-3{margin-right:.75rem}.\!mt-0{margin-top:0!important}.mt-\[30px\]{margin-top:30px}.mt-9{margin-top:2.25rem}.mt-8{margin-top:2rem}.mb-3{margin-bottom:.75rem}.mb-5{margin-bottom:1.25rem}.mt-7{margin-top:1.75rem}.mt-2{margin-top:.5rem}.mt-\[22px\]{margin-top:22px}.mb-\[25px\]{margin-bottom:25px}.mt-\[15px\]{margin-top:15px}.ml-\[25px\]{margin-left:25px}.mt-\[25px\]{margin-top:25px}.mt-\[85px\]{margin-top:85px}.mt-4{margin-top:1rem}.ml-1{margin-left:.25rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.mr-\[30px\]{margin-right:30px}.mt-3{margin-top:.75rem}.\!mb-\[15px\]{margin-bottom:15px!important}.\!mt-\[15px\]{margin-top:15px!important}.\!ml-0{margin-left:0!important}.ml-auto{margin-left:auto}.mr-\[20px\]{margin-right:20px}.mb-\[37px\]{margin-bottom:37px}.mt-5{margin-top:1.25rem}.mr-4{margin-right:1rem}.mt-\[5px\]{margin-top:5px}.mt-6{margin-top:1.5rem}.ml-\[10px\]{margin-left:10px}.block{display:block}.\!block{display:block!important}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!hidden{display:none!important}.h-full{height:100%}.h-\[14px\]{height:14px}.\!h-\[17px\]{height:17px!important}.\!h-auto{height:auto!important}.\!h-full{height:100%!important}.h-fit{height:-moz-fit-content;height:fit-content}.\!h-\[0px\]{height:0px!important}.h-\[34px\]{height:34px}.h-\[37px\]{height:37px}.h-\[56px\]{height:56px}.h-\[53px\]{height:53px}.h-auto{height:auto}.h-\[62px\]{height:62px}.h-\[35\.5px\]{height:35.5px}.h-\[55px\]{height:55px}.h-\[21px\]{height:21px}.h-\[169px\]{height:169px}.h-\[500px\]{height:500px}.h-\[calc\(100\%_-_15px\)\]{height:calc(100% - 15px)}.h-\[415px\]{height:415px}.h-\[calc\(100\%_-_200px\)\]{height:calc(100% - 200px)}.h-\[58px\]{height:58px}.h-\[42px\]{height:42px}.h-\[52px\]{height:52px}.h-\[29px\]{height:29px}.h-\[24px\]{height:24px}.h-\[15px\]{height:15px}.h-\[18px\]{height:18px}.h-3{height:.75rem}.\!h-\[calc\(100\%_-_140px\)\]{height:calc(100% - 140px)!important}.h-7{height:1.75rem}.h-\[61px\]{height:61px}.h-\[calc\(100\%-100px\)\]{height:calc(100% - 100px)}.h-\[17px\]{height:17px}.h-\[48px\]{height:48px}.h-\[135px\]{height:135px}.\!h-\[calc\(50\%-30px\)\]{height:calc(50% - 30px)!important}.h-\[calc\(100\%_-_35px\)\]{height:calc(100% - 35px)}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-\[40px\]{height:40px}.h-10{height:2.5rem}.h-\[38px\]{height:38px}.h-\[43px\]{height:43px}.h-4{height:1rem}.h-\[46px\]{height:46px}.h-\[19px\]{height:19px}.h-\[80dvh\]{height:80dvh}.h-\[120px\]{height:120px}.\!h-fit{height:-moz-fit-content!important;height:fit-content!important}.h-\[20px\]{height:20px}.\!h-\[39px\]{height:39px!important}.h-\[12px\]{height:12px}.h-16{height:4rem}.h-\[10px\]{height:10px}.h-\[calc\(100vh_-_270px\)\]{height:calc(100vh - 270px)}.h-8{height:2rem}.h-\[calc\(100\%-60px\)\]{height:calc(100% - 60px)}.h-2{height:.5rem}.h-6{height:1.5rem}.max-h-\[350px\]{max-height:350px}.max-h-\[150px\]{max-height:150px}.max-h-\[345px\]{max-height:345px}.max-h-\[calc\(100\%_-_70px\)\]{max-height:calc(100% - 70px)}.max-h-\[300px\]{max-height:300px}.max-h-\[calc\(80dvh-220px\)\]{max-height:calc(80dvh - 220px)}.max-h-\[calc\(100\%-365px\)\]{max-height:calc(100% - 365px)}.min-h-\[64px\]{min-height:64px}.min-h-\[80px\]{min-height:80px}.min-h-\[115px\]{min-height:115px}.min-h-\[696px\]{min-height:696px}.min-h-\[60px\]{min-height:60px}.min-h-\[42px\]{min-height:42px}.min-h-\[200px\]{min-height:200px}.min-h-\[15px\]{min-height:15px}.min-h-\[40px\]{min-height:40px}.min-h-\[55px\]{min-height:55px}.w-full{width:100%}.w-\[14px\]{width:14px}.w-min{width:min-content}.w-\[34px\]{width:34px}.w-\[37px\]{width:37px}.w-\[8px\]{width:8px}.w-\[150px\]{width:150px}.w-\[516px\]{width:516px}.w-\[250px\]{width:250px}.w-\[62px\]{width:62px}.w-\[35\.5px\]{width:35.5px}.w-\[540px\]{width:540px}.w-\[55px\]{width:55px}.w-\[15px\]{width:15px}.\!w-\[100vw\]{width:100vw!important}.w-\[122px\]{width:122px}.w-\[172px\]{width:172px}.w-\[500px\]{width:500px}.w-\[390px\]{width:390px}.w-\[calc\(100\%-60px\)\]{width:calc(100% - 60px)}.w-\[42px\]{width:42px}.w-\[52px\]{width:52px}.w-\[29px\]{width:29px}.w-\[19px\]{width:19px}.\!w-\[207px\]{width:207px!important}.w-\[16px\]{width:16px}.w-\[100px\]{width:100px}.w-\[153px\]{width:153px}.w-\[18px\]{width:18px}.w-\[calc\(100\%_-_196px\)\]{width:calc(100% - 196px)}.w-\[calc\(100\%_-_135px\)\]{width:calc(100% - 135px)}.w-3{width:.75rem}.w-7{width:1.75rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-\[17px\]{width:17px}.w-\[calc\(100\%-30px\)\]{width:calc(100% - 30px)}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-\[calc\(100\%-265px\)\]{width:calc(100% - 265px)}.w-\[222px\]{width:222px}.\!w-\[calc\(67\%-30px\)\]{width:calc(67% - 30px)!important}.\!w-full{width:100%!important}.\!w-\[unset\]{width:unset!important}.w-5{width:1.25rem}.w-max{width:max-content}.w-auto{width:auto}.w-10{width:2.5rem}.w-\[38px\]{width:38px}.w-\[40px\]{width:40px}.w-\[200px\]{width:200px}.w-4{width:1rem}.\!w-\[80dvw\]{width:80dvw!important}.w-\[120\.5px\]{width:120.5px}.w-\[154px\]{width:154px}.w-\[165px\]{width:165px}.w-\[600px\]{width:600px}.w-\[61px\]{width:61px}.w-\[20px\]{width:20px}.\!w-\[34px\]{width:34px!important}.w-\[12px\]{width:12px}.w-9{width:2.25rem}.w-\[50\%\]{width:50%}.w-\[800px\]{width:800px}.w-8{width:2rem}.w-\[calc\(50\%-15px\)\]{width:calc(50% - 15px)}.w-2{width:.5rem}.w-\[calc\(100\%-20px\)\]{width:calc(100% - 20px)}.min-w-\[292px\]{min-width:292px}.min-w-\[150px\]{min-width:150px}.min-w-\[min\(215px\,_50\%\)\]{min-width:min(215px,50%)}.min-w-\[42px\]{min-width:42px}.min-w-\[16px\]{min-width:16px}.min-w-\[12px\]{min-width:12px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-\[20px\]{min-width:20px}.max-w-\[80\%\]{max-width:80%}.max-w-\[585px\]{max-width:585px}.max-w-\[480px\]{max-width:480px}.max-w-\[330px\]{max-width:330px}.max-w-\[350px\]{max-width:350px}.max-w-\[380px\]{max-width:380px}.max-w-full{max-width:100%}.max-w-\[408px\]{max-width:408px}.max-w-\[300px\]{max-width:300px}.max-w-\[345px\]{max-width:345px}.max-w-\[600px\]{max-width:600px}.max-w-\[420px\]{max-width:420px}.max-w-\[calc\(100\%-120px\)\]{max-width:calc(100% - 120px)}.\!max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.max-w-\[50\%\]{max-width:50%}.\!max-w-full{max-width:100%!important}.max-w-\[500px\]{max-width:500px}.flex-1{flex:1 1 0%}.flex-\[1\.2\]{flex:1.2}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.\!flex-grow{flex-grow:1!important}.translate-y-\[-22px\]{--tw-translate-y: -22px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-80px\]{--tw-translate-x: -80px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[2px\]{--tw-translate-y: 2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.\!cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default}.\!cursor-text{cursor:text!important}.resize-none{resize:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.\!flex-wrap{flex-wrap:wrap!important}.\!flex-nowrap{flex-wrap:nowrap!important}.content-center{align-content:center}.content-start{align-content:flex-start}.\!items-start{align-items:flex-start!important}.items-end{align-items:flex-end}.items-center{align-items:center}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.\!justify-end{justify-content:flex-end!important}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.\!justify-center{justify-content:center!important}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.\!gap-5{gap:1.25rem!important}.gap-5{gap:1.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-\[16px\]{gap:16px}.gap-\[15px\]{gap:15px}.gap-\[8px\]{gap:8px}.gap-3{gap:.75rem}.gap-\[40px\]{gap:40px}.gap-1{gap:.25rem}.gap-\[12px\]{gap:12px}.gap-\[25px\]{gap:25px}.gap-\[20px\]{gap:20px}.gap-6{gap:1.5rem}.gap-\[17px\]{gap:17px}.gap-x-\[85px\]{column-gap:85px}.gap-y-\[40px\]{row-gap:40px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.\!overflow-y-auto{overflow-y:auto!important}.overflow-y-scroll{overflow-y:scroll}.text-ellipsis{text-overflow:ellipsis}.\!whitespace-normal{white-space:normal!important}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-\[14px\]{border-radius:14px}.rounded-\[12px\]{border-radius:12px}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-\[2px\]{border-width:2px}.border-0{border-width:0px}.border-b-\[1px\]{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-t-\[1px\]{border-top-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-l{border-left-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-none{border-style:none}.border-\[\#F5F5F9\]{--tw-border-opacity: 1;border-color:rgb(245 245 249 / var(--tw-border-opacity))}.border-\[\#CFD2E3\]{--tw-border-opacity: 1;border-color:rgb(207 210 227 / var(--tw-border-opacity))}.border-\[\#E0E1E9\]{--tw-border-opacity: 1;border-color:rgb(224 225 233 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-\[\#5E94FA\]{--tw-border-opacity: 1;border-color:rgb(94 148 250 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-\[\#E3E4EE\]{--tw-border-opacity: 1;border-color:rgb(227 228 238 / var(--tw-border-opacity))}.border-\[\#CFD9EB\]{--tw-border-opacity: 1;border-color:rgb(207 217 235 / var(--tw-border-opacity))}.border-\[\#58E1A6\]{--tw-border-opacity: 1;border-color:rgb(88 225 166 / var(--tw-border-opacity))}.border-b-\[\#F5F5F9\]{--tw-border-opacity: 1;border-bottom-color:rgb(245 245 249 / var(--tw-border-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.\!bg-blue-400{--tw-bg-opacity: 1 !important;background-color:rgb(96 165 250 / var(--tw-bg-opacity))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.bg-\[\#F5F5F9\]{--tw-bg-opacity: 1;background-color:rgb(245 245 249 / var(--tw-bg-opacity))}.bg-\[\#58E1A6\]{--tw-bg-opacity: 1;background-color:rgb(88 225 166 / var(--tw-bg-opacity))}.bg-\[rgba\(94\,148\,250\,0\.2\)\]{background-color:#5e94fa33}.bg-\[\#E7E9F2\]{--tw-bg-opacity: 1;background-color:rgb(231 233 242 / var(--tw-bg-opacity))}.\!bg-\[\#FBFBFF\]{--tw-bg-opacity: 1 !important;background-color:rgb(251 251 255 / var(--tw-bg-opacity))!important}.bg-\[\#2E3192\]{--tw-bg-opacity: 1;background-color:rgb(46 49 146 / var(--tw-bg-opacity))}.bg-\[\#FBFBFF\]{--tw-bg-opacity: 1;background-color:rgb(251 251 255 / var(--tw-bg-opacity))}.bg-\[\#F8F8FB\]{--tw-bg-opacity: 1;background-color:rgb(248 248 251 / var(--tw-bg-opacity))}.bg-\[\#FF003D\]{--tw-bg-opacity: 1;background-color:rgb(255 0 61 / var(--tw-bg-opacity))}.bg-\[\#F1F2F7\]{--tw-bg-opacity: 1;background-color:rgb(241 242 247 / var(--tw-bg-opacity))}.bg-\[\#FF6600\]{--tw-bg-opacity: 1;background-color:rgb(255 102 0 / var(--tw-bg-opacity))}.\!bg-\[\#E7D858\]{--tw-bg-opacity: 1 !important;background-color:rgb(231 216 88 / var(--tw-bg-opacity))!important}.\!bg-\[\#F1F2F7\]{--tw-bg-opacity: 1 !important;background-color:rgb(241 242 247 / var(--tw-bg-opacity))!important}.bg-\[\#DAE6FE\]{--tw-bg-opacity: 1;background-color:rgb(218 230 254 / var(--tw-bg-opacity))}.bg-\[\#FFFFFF\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-\[\#DBF8EB\]{--tw-bg-opacity: 1;background-color:rgb(219 248 235 / var(--tw-bg-opacity))}.bg-\[\#5E94FA\]{--tw-bg-opacity: 1;background-color:rgb(94 148 250 / var(--tw-bg-opacity))}.bg-\[white\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-\[\#E0E1E9\]{--tw-bg-opacity: 1;background-color:rgb(224 225 233 / var(--tw-bg-opacity))}.bg-\[\#FF7143\]{--tw-bg-opacity: 1;background-color:rgb(255 113 67 / var(--tw-bg-opacity))}.bg-\[\#e7e9f2\]{--tw-bg-opacity: 1;background-color:rgb(231 233 242 / var(--tw-bg-opacity))}.\!bg-transparent{background-color:transparent!important}.bg-\[\#0C8EFF\]{--tw-bg-opacity: 1;background-color:rgb(12 142 255 / var(--tw-bg-opacity))}.bg-\[\#F9B880\]{--tw-bg-opacity: 1;background-color:rgb(249 184 128 / var(--tw-bg-opacity))}.bg-\[\#CFD2E3\]{--tw-bg-opacity: 1;background-color:rgb(207 210 227 / var(--tw-bg-opacity))}.fill-\[\#9398B5\]{fill:#9398b5}.fill-\[\#EEA558\]{fill:#eea558}.fill-\[\#CFD2E3\]{fill:#cfd2e3}.fill-\[\#F5483A\]{fill:#f5483a}.fill-\[\#F8C336\]{fill:#f8c336}.fill-\[\#fff\]{fill:#fff}.fill-\[\#01BB86\]{fill:#01bb86}.fill-gray-400{fill:#9ca3af}.fill-\[\#5E94FA\]{fill:#5e94fa}.fill-\[\#7e4545\]{fill:#7e4545}.\!fill-\[\#58E1A6\]{fill:#58e1a6!important}.fill-\[white\]{fill:#fff}.fill-\[\#344054\]{fill:#344054}.fill-\[\#dadce0\]{fill:#dadce0}.fill-\[\#f5483a\]{fill:#f5483a}.object-fill{object-fit:fill}.p-\[15px\]{padding:15px}.p-0{padding:0}.p-\[30px\]{padding:30px}.p-4{padding:1rem}.p-\[25px\]{padding:25px}.p-\[20px\]{padding:20px}.p-\[5px\]{padding:5px}.p-3{padding:.75rem}.p-\[8px\]{padding:8px}.p-\[10px\]{padding:10px}.p-\[20px_30px_20px_20px\]{padding:20px 30px 20px 20px}.p-10{padding:2.5rem}.p-8{padding:2rem}.p-\[9px\]{padding:9px}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-\[62px\]{padding-left:62px;padding-right:62px}.\!px-\[30px\]{padding-left:30px!important;padding-right:30px!important}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.\!px-\[40px\]{padding-left:40px!important;padding-right:40px!important}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-\[39px\]{padding-left:39px;padding-right:39px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.\!px-\[35px\]{padding-left:35px!important;padding-right:35px!important}.\!px-\[100px\]{padding-left:100px!important;padding-right:100px!important}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[9px\]{padding-left:9px;padding-right:9px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.px-\[18px\]{padding-left:18px;padding-right:18px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.pb-\[40px\]{padding-bottom:40px}.pl-2{padding-left:.5rem}.pb-\[95px\]{padding-bottom:95px}.\!pr-\[45px\]{padding-right:45px!important}.\!pl-\[60px\]{padding-left:60px!important}.pr-5{padding-right:1.25rem}.\!pb-\[20px\]{padding-bottom:20px!important}.pl-\[50px\]{padding-left:50px}.pb-2{padding-bottom:.5rem}.pr-3{padding-right:.75rem}.pl-6{padding-left:1.5rem}.pl-\[54px\]{padding-left:54px}.\!pt-8{padding-top:2rem!important}.pl-5{padding-left:1.25rem}.pr-\[30px\]{padding-right:30px}.pt-\[50px\]{padding-top:50px}.\!pb-6{padding-bottom:1.5rem!important}.\!pt-2{padding-top:.5rem!important}.pb-\[20px\]{padding-bottom:20px}.pb-0{padding-bottom:0}.text-left{text-align:left}.text-center{text-align:center}.\!text-center{text-align:center!important}.text-start{text-align:start}.text-end{text-align:end}.align-middle{vertical-align:middle}.font-ol-helvetica-neue-medium{font-family:Helvetica Neue Medium MT,sans-serif}.\!font-ol-regular{font-family:regular,Arial,serif!important}.font-ol-helvetica-neue-regular{font-family:Helvetica Neue Regular NUS,sans-serif}.font-ol-regular{font-family:regular,Arial,serif}.font-ol-medium{font-family:medium,Arial,serif}.text-\[16px\]{font-size:16px}.text-\[12px\]{font-size:12px}.\!text-\[12px\]{font-size:12px!important}.text-\[14px\]{font-size:14px}.text-\[18px\]{font-size:18px}.text-sm{font-size:.875rem;line-height:1.25rem}.text-\[13px\]{font-size:13px}.text-\[20px\]{font-size:20px}.text-\[15px\]{font-size:15px}.text-xs{font-size:.75rem;line-height:1rem}.text-\[11px\]{font-size:11px}.text-\[10px\]{font-size:10px}.font-medium{font-weight:500}.\!font-medium{font-weight:500!important}.font-semibold{font-weight:600}.\!font-semibold{font-weight:600!important}.font-\[400\]{font-weight:400}.font-black{font-weight:900}.uppercase{text-transform:uppercase}.leading-\[22px\]{line-height:22px}.leading-\[30px\]{line-height:30px}.leading-\[17px\]{line-height:17px}.leading-\[20px\]{line-height:20px}.tracking-\[0\.6px\]{letter-spacing:.6px}.text-\[\#222740\]{--tw-text-opacity: 1;color:rgb(34 39 64 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.\!text-\[\#000000\]{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.text-\[\#5E94FA\]{--tw-text-opacity: 1;color:rgb(94 148 250 / var(--tw-text-opacity))}.text-\[\#F5483A\]{--tw-text-opacity: 1;color:rgb(245 72 58 / var(--tw-text-opacity))}.text-\[\#FFFFFF\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-\[\#000000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#23272F\]{--tw-text-opacity: 1;color:rgb(35 39 47 / var(--tw-text-opacity))}.text-\[\#2E3192\]{--tw-text-opacity: 1;color:rgb(46 49 146 / var(--tw-text-opacity))}.text-\[\#7D7D7F\]{--tw-text-opacity: 1;color:rgb(125 125 127 / var(--tw-text-opacity))}.text-\[\#292B39\]{--tw-text-opacity: 1;color:rgb(41 43 57 / var(--tw-text-opacity))}.\!text-\[\#E7D858\]{--tw-text-opacity: 1 !important;color:rgb(231 216 88 / var(--tw-text-opacity))!important}.text-\[\#9398B5\]{--tw-text-opacity: 1;color:rgb(147 152 181 / var(--tw-text-opacity))}.\!text-\[\#5E94FA\]{--tw-text-opacity: 1 !important;color:rgb(94 148 250 / var(--tw-text-opacity))!important}.text-\[\#CFD2E3\]{--tw-text-opacity: 1;color:rgb(207 210 227 / var(--tw-text-opacity))}.\!text-\[\#598ef0\]{--tw-text-opacity: 1 !important;color:rgb(89 142 240 / var(--tw-text-opacity))!important}.text-\[\#344054\]{--tw-text-opacity: 1;color:rgb(52 64 84 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.\!text-\[\#CFD2E3\]{--tw-text-opacity: 1 !important;color:rgb(207 210 227 / var(--tw-text-opacity))!important}.\!text-\[\#414141\]{--tw-text-opacity: 1 !important;color:rgb(65 65 65 / var(--tw-text-opacity))!important}.underline{text-decoration-line:underline}.\!opacity-100{opacity:1!important}.\!opacity-0{opacity:0!important}.opacity-70{opacity:.7}.opacity-50{opacity:.5}.opacity-30{opacity:.3}.opacity-100{opacity:1}.opacity-60{opacity:.6}.\!opacity-50{opacity:.5!important}.\!opacity-70{opacity:.7!important}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-\[0px_5px_12px_\#DCDCE1\]{--tw-shadow: 0px 5px 12px #DCDCE1;--tw-shadow-colored: 0px 5px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-8{outline-width:8px}.outline-offset-\[-8px\]{outline-offset:-8px}.outline-\[\#5D94FA\]{outline-color:#5d94fa}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@font-face{font-family:Helvetica Neue Regular MT;src:url(NotoSansGeorgian-Regular.7d84494c1bb76e80.ttf) format("truetype");unicode-range:U+10A0 \2014  10FF}@font-face{font-family:Helvetica Neue Regular NUS;src:url(NotoSansGeorgian-Regular.7d84494c1bb76e80.ttf) format("truetype");font-feature-settings:"case" off;unicode-range:U+10A0 \2014  10FF}@font-face{font-family:Helvetica Neue Medium MT;src:url(NotoSansGeorgian-SemiBold.e2b814b74e38db23.ttf) format("truetype");unicode-range:U+10A0 \2014  10FF}@font-face{font-family:Helvetica Neue Regular MT;src:url(Roboto-Regular.d0bc87a819730d23.ttf) format("truetype")}@font-face{font-family:Helvetica Neue Regular NUS;src:url(Roboto-Regular.d0bc87a819730d23.ttf) format("truetype")}@font-face{font-family:Helvetica Neue Medium MT;src:url(Roboto-Medium.9204c2aa0a88c808.ttf) format("truetype")}@font-face{font-family:regular;src:url(NotoSansGeorgian-Regular.7d84494c1bb76e80.ttf) format("truetype"),local("Arial");unicode-range:U+10A0 \2014  10FF}@font-face{font-family:regular;src:url(Roboto-Regular.d0bc87a819730d23.ttf) format("truetype"),local("Arial")}@font-face{font-family:medium;src:url(NotoSansGeorgian-SemiBold.e2b814b74e38db23.ttf) format("truetype");unicode-range:U+10A0 \2014  10FF}@font-face{font-family:medium;src:url(Roboto-Medium.9204c2aa0a88c808.ttf) format("truetype")}@font-face{font-family:light;src:url(Roboto-Light.1ad50b89ab7c557e.ttf) format("truetype"),local("Arial")}@font-face{font-family:light;src:url(NotoSansGeorgian-Light.c77f76a804ba9c8f.ttf) format("truetype");unicode-range:U+10A0 \2014  10FF}@font-face{font-family:mask text font;src:url(text-security-disc.a4db7db466399002.woff2) format("woff2"),url(text-security-disc-compat.cd6bdcac25eef3df.ttf) format("truetype")}.ff-regular{font-family:regular}.ff-bold{font-family:regular;font-weight:700}.ff-light{font-family:light}.ff-medium{font-family:medium}.ff-opaque{font-family:regular;opacity:.5}.ff-case{font-feature-settings:"case" on}.case-off{font-feature-settings:"case" off!important}.font-size-12{font-size:12px}.font-size-14{font-size:14px}.font-size-16{font-size:16px}.font-size-18{font-size:18px}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-feature-settings:"case" on}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}.ol-color-yellow{color:#ffc71e!important}.ol-bg-yellow{background-color:#ffc71e!important}.ol-color-yellow-dark-dark{color:#e5b31b!important}.ol-bg-yellow-dark-dark{background-color:#e5b31b!important}.ol-color-yellow-dark{color:#31350f!important}.ol-bg-yellow-dark{background-color:#31350f!important}.ol-color-blue{color:#294389!important}.ol-bg-blue{background-color:#294389!important}.ol-color-blue-blue{color:#062c4a!important}.ol-bg-blue-blue{background-color:#062c4a!important}.ol-color-blue-light{color:#2594b7!important}.ol-bg-blue-light{background-color:#2594b7!important}.ol-color-blue-light-light{color:#01a4da!important}.ol-bg-blue-light-light{background-color:#01a4da!important}.ol-color-blue-lightest{color:#84e4ff!important}.ol-bg-blue-lightest{background-color:#84e4ff!important}.ol-color-blue-dark{color:#1c364a!important}.ol-bg-blue-dark{background-color:#1c364a!important}.ol-color-blue-dark-dark{color:#04253f!important}.ol-bg-blue-dark-dark{background-color:#04253f!important}.ol-color-blue-darker{color:#074261!important}.ol-bg-blue-darker{background-color:#074261!important}.ol-color-black{color:#000!important}.ol-bg-black{background-color:#000!important}.ol-color-white{color:#fff!important}.ol-bg-white{background-color:#fff!important}.ol-color-gray{color:#707982!important}.ol-bg-gray{background-color:#707982!important}.ol-color-gray-gray{color:#1d2a36!important}.ol-bg-gray-gray{background-color:#1d2a36!important}.ol-color-gray-dark{color:#494f55!important}.ol-bg-gray-dark{background-color:#494f55!important}.ol-color-gray-darker{color:#38434d!important}.ol-bg-gray-darker{background-color:#38434d!important}.ol-color-gray-light{color:#555e6a!important}.ol-bg-gray-light{background-color:#555e6a!important}.ol-color-red{color:#f63838!important}.ol-bg-red{background-color:#f63838!important}.ol-color-red-light{color:#f53b5e!important}.ol-bg-red-light{background-color:#f53b5e!important}.ol-color-red-dark{color:#dd3232!important}.ol-bg-red-dark{background-color:#dd3232!important}.ol-color-green{color:#6cbd49!important}.ol-bg-green{background-color:#6cbd49!important}.ol-color-green-dark{color:#11a411!important}.ol-bg-green-dark{background-color:#11a411!important}.ol-cursor-default{cursor:default!important}.ol-cursor-text{cursor:text!important}.ol-cursor-pointer{cursor:pointer!important}.ol-cursor-col-resize{cursor:col-resize!important}.ol-cursor-e-resize{cursor:e-resize!important}.ol-cursor-n-resize{cursor:n-resize!important}.ol-position-relative{position:relative!important}.ol-position-absolute{position:absolute!important}.ol-position-fixed{position:fixed!important}.ol-position-static{position:static!important}.ol-position-inherit{position:inherit!important}.ol-position-initial{position:initial!important}.ol-display-inline{display:inline!important}.ol-display-block{display:block!important}.ol-display-inline-block{display:inline-block!important}.ol-display-table{display:table!important}.ol-display-table-cell{display:table-cell!important}.ol-display-none{display:none!important}.ol-float-right{float:right!important}.ol-float-left{float:left!important}.ol-overflow-hidden{overflow:hidden!important}.ol-overflow-auto{overflow:auto!important}.ol-border-default{border:solid 1px #dcdcdc}.ol-border-right-default{border-right:solid 1px #dcdcdc}.ol-border-left-default{border-left:solid 1px #dcdcdc}.ol-border-top-default{border-top:solid 1px #dcdcdc}.ol-border-bottom-default{border-bottom:solid 1px #dcdcdc}.ol-vertical-top{vertical-align:top!important}.ol-vertical-middle{vertical-align:middle!important}.ol-vertical-bottom{vertical-align:bottom!important}.ol-vertical-super{vertical-align:super!important}.ol-vertical-text-top{vertical-align:text-top!important}.ol-vertical-baseline{vertical-align:baseline!important}.ol-align-center{text-align:center}.ol-align-right{text-align:right}.ol-align-left{text-align:left}.ol-spaced-text{letter-spacing:.2px}.flex-box-center{display:flex;justify-content:center;align-items:center}.scrollbar{scrollbar-color:#CBD2E1 transparent}.scrollbar::-webkit-scrollbar{width:8px;height:10px;background-color:#00000008}.scrollbar::-webkit-scrollbar-thumb{background-color:#cbd2e1;border-radius:4px}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:#cbd2e1}.gray-scrollbar{scrollbar-color:rgba(42,51,49,.1)}.gray-scrollbar::-webkit-scrollbar{background-color:transparent;width:8px;height:10px}.gray-scrollbar::-webkit-scrollbar-thumb{background-color:#2a33311a;border-radius:5px}.gray-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#2a333133}.thin{scrollbar-width:thin}.thin::-webkit-scrollbar{width:8px;height:8px;scrollbar-width:thin}.hidden-scrollbar{scrollbar-width:none;scrollbar-color:transparent;-ms-overflow-style:none}.hidden-scrollbar::-webkit-scrollbar{width:0;background-color:transparent}.hidden-scrollbar::-webkit-scrollbar-thumb{background-color:transparent}.hidden-scrollbar::-webkit-scrollbar-thumb:hover{background-color:transparent}.hidden-scrollbar-x::-webkit-scrollbar{height:0}.fade-scrollbar{scrollbar-color:#CBD2E1 transparent;overflow:hidden!important}.fade-scrollbar:hover{overflow-y:auto!important}.fade-scrollbar:hover::-webkit-scrollbar-thumb{background:#CBD2E1;-webkit-transition:background .5s;transition:background .5s}.fade-scrollbar::-webkit-scrollbar{opacity:0;width:8px;height:10px;background-color:#00000008}.fade-scrollbar::-webkit-scrollbar-thumb{background:transparent;border-radius:4px}.fade-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#cbd2e1}.page-overlay{display:flex;justify-content:center;align-items:center;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#00000080;background-size:cover;z-index:99999}.page-overlay .overlay-content{width:466px;background-color:#fff;color:#414141;position:absolute;font-size:11px;padding:20px;border-radius:10px}.page-overlay .overlay-content .header{position:relative;border-top-right-radius:4px;border-top-left-radius:4px;height:50px;display:flex;justify-content:center;align-items:center}.page-overlay .overlay-content .header label{font-size:16px;color:#000;margin-top:34px}.page-overlay .overlay-content .header svg{position:absolute;right:14px;cursor:pointer;width:18px;height:18px;fill:#cfd2e3}.page-overlay .overlay-content form{display:flex;flex-direction:column;align-items:center}.page-overlay .overlay-content form .notification{text-align:center;margin:50px 0}.page-overlay .overlay-content form .notification label{font-size:16px;color:#6c6d6d}.page-overlay .overlay-content form button{cursor:pointer;width:150px;height:45px;margin-bottom:40px;color:#fff;font-family:Helvetica Neue Regular MT,sans-serif;font-size:12px;background-color:#2e3192;border-radius:14px}.lms-popup{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:470px;height:auto;border-radius:2px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#fff}.lms-popup .close{position:absolute;fill:#cfd2e3;right:10px;top:10px;width:24px;height:24px;transform:rotate(45deg);cursor:pointer}.lms-popup .lms-popup-header{position:relative;width:100%;height:50px;background-color:#5e94fa;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:center;align-items:center}.lms-popup .lms-popup-header p{transform:translateY(2px);font-family:Helvetica Neue Regular MT,sans-serif;color:#fff;font-size:16px}.lms-popup .lms-popup-header svg{position:absolute;fill:#cfd2e3;right:8px;top:50%;margin-right:15px;width:24px;height:24px;transform:rotate(45deg) translateY(-50%);cursor:pointer}@media screen and (max-width: 768px){.page-overlay{align-items:flex-end;background-color:transparent}}.journal{flex-wrap:wrap!important;flex-direction:unset!important}.delete-exam{flex-direction:column-reverse!important;display:flex}.dropdown{-webkit-user-select:none;user-select:none;display:flex;align-items:center;cursor:pointer;background-color:#fff;width:320px;border-radius:14px;height:53px;border:1px solid #dadce0;position:relative}.dropdown input{font-size:12px;color:#354559;cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding-left:20px;padding-right:55px;overflow:hidden;text-overflow:ellipsis}.dropdown .separator{background-color:#fff;position:absolute;top:34px;width:100%!important;height:10px;z-index:99;border-bottom:solid 1px #dadce0;display:none}.dropdown ul{width:calc(100% + 2px);overflow:auto;z-index:10;display:none;border:1px solid #dadce0;background-color:#fff;top:36px;border-radius:8px;margin:-1px;left:0;position:absolute;white-space:nowrap;max-height:340px}@media screen and (max-width: 768px){.dropdown ul{max-height:120px!important}}.dropdown ul li{padding-left:15px;padding-right:15px;width:100%;height:40px;display:flex;overflow:hidden;justify-content:flex-start;align-items:center;flex-shrink:0;font-size:12px;color:#354559;-webkit-user-select:none;user-select:none;border-bottom:1px solid #dadce0}.dropdown ul li span{position:relative;width:30px;height:30px}.dropdown ul li span .dropdown-icon{top:6px!important;left:3px!important}.dropdown ul li:first-child{margin-top:8px}.dropdown ul li:hover{background-color:#f2f2f4}.dropdown ul li:last-child{border-bottom:none}.dropdown svg.arrow-down,.dropdown svg.arrow-up{position:absolute;right:20px;width:14px;height:14px;fill:#70757a}.dropdown svg.arrow-down{display:block;transform:rotate(90deg)}.dropdown svg.arrow-up{display:none;transform:rotate(-90deg)}.dropdown.open{border-bottom-right-radius:0;border-bottom-left-radius:0}.dropdown.open ul,.dropdown.open .separator{display:block}.dropdown.open svg.arrow-up{display:block}.dropdown.open svg.arrow-down{display:none}.min-dropdown{height:25px;background-color:#f7f7f8;border-radius:4px}.min-dropdown input{font-size:8px;padding:0 10px}.min-dropdown svg.arrow-up,.min-dropdown svg.arrow-down{right:15px;width:12px;height:12px}.min-dropdown ul{border-radius:4px;background-color:#f7f7f8;top:24px}.min-dropdown ul li{padding-left:8px;padding-right:8px;height:25px;font-size:8px}.container{width:100%}.btn-primary{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0 40px;height:55px;text-align:center;line-height:55px;border-radius:14px;background-color:#2e3192;color:#fff;cursor:pointer;font-family:regular;font-size:16px}html{height:100%}body{height:inherit;font-family:regular;font-feature-settings:"case" off;-webkit-tap-highlight-color:transparent;letter-spacing:-.3px}body .page-wrapper{height:100%;position:relative}body .page-wrapper .content-wrapper{height:calc(100% - 80px);width:calc(100% - 119px);float:right;margin-top:80px;transition:all .2s ease}body .page-wrapper .content-wrapper.closed{width:calc(100% - 73px)}body .page-wrapper .content-wrapper .toggle-overlay{display:none}body .page-wrapper .content-wrapper .page-content{height:100%;min-width:320px}@media screen and (max-width: 768px){html{height:auto;min-height:unset}html body{overflow-x:hidden}html body .page-wrapper{height:auto}html body .page-wrapper .content-wrapper{width:100%;height:auto;position:relative}html body .page-wrapper .content-wrapper .toggle-overlay{display:block;position:fixed;left:0;top:0;width:100%;height:100%;opacity:0;background-color:#0000001a;pointer-events:none;transition:all .2s ease;z-index:999999}html body .page-wrapper .content-wrapper.closed{width:100%;transform:translate(calc(100% - 80px))}html body .page-wrapper .content-wrapper.closed .toggle-overlay{pointer-events:auto;opacity:1}}label,h1,h2,h3,span,p,div,button,input,li{font-feature-settings:"case" on;font-family:Helvetica Neue Regular MT,sans-serif}.ng-tooltip{color:#fff;position:absolute;font-size:11px;background-color:#40415c;padding:6px 8px;z-index:10160000;font-family:medium,serif;border-radius:5px}.scrollbar-styles::-webkit-scrollbar{width:6px;height:6px;background-color:transparent;cursor:pointer}.scrollbar-styles::-webkit-scrollbar-thumb{background-color:#768bfe;border-radius:3px;cursor:pointer}*::-webkit-scrollbar{width:8px;height:8px;background-color:transparent;cursor:pointer}*::-webkit-scrollbar-thumb{background-color:#768bfe;border-radius:3px;cursor:pointer}.grecaptcha-badge{display:none!important}.chat-text-inner img{max-width:100%;width:100%}.hover\:bg-\[\#F5F5F9\]:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 249 / var(--tw-bg-opacity))}.hover\:bg-\[\#f6f6f8\]:hover{--tw-bg-opacity: 1;background-color:rgb(246 246 248 / var(--tw-bg-opacity))}.hover\:bg-\[\#EDF4F7\]:hover{--tw-bg-opacity: 1;background-color:rgb(237 244 247 / var(--tw-bg-opacity))}.hover\:bg-\[\#f5f5fa\]:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 250 / var(--tw-bg-opacity))}.hover\:bg-\[\#f8f8f8\]:hover{--tw-bg-opacity: 1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}@media (max-width: 1450px){.md\:\!h-\[calc\(100\%_-_200px\)\]{height:calc(100% - 200px)!important}}@media (max-width: 768px){.mob\:\!fixed{position:fixed!important}.mob\:\!left-0{left:0!important}.mob\:\!top-\[80px\]{top:80px!important}.mob\:top-\[7px\]{top:7px}.mob\:mx-auto{margin-left:auto;margin-right:auto}.mob\:mt-\[16px\]{margin-top:16px}.mob\:ml-0{margin-left:0}.mob\:\!mt-3{margin-top:.75rem!important}.mob\:\!ml-0{margin-left:0!important}.mob\:ml-\[15px\]{margin-left:15px}.mob\:mr-\[15px\]{margin-right:15px}.mob\:\!mb-\[20px\]{margin-bottom:20px!important}.mob\:mr-2{margin-right:.5rem}.mob\:\!mr-0{margin-right:0!important}.mob\:\!ml-\[10px\]{margin-left:10px!important}.mob\:mb-2{margin-bottom:.5rem}.mob\:\!mt-\[60px\]{margin-top:60px!important}.mob\:\!mt-\[56px\]{margin-top:56px!important}.mob\:block{display:block}.mob\:flex{display:flex}.mob\:grid{display:grid}.mob\:\!hidden{display:none!important}.mob\:hidden{display:none}.mob\:\!h-full{height:100%!important}.mob\:h-9{height:2.25rem}.mob\:\!h-\[100dvh\]{height:100dvh!important}.mob\:h-\[70px\]{height:70px}.mob\:h-\[calc\(100\%_-_150px\)\]{height:calc(100% - 150px)}.mob\:h-full{height:100%}.mob\:h-2{height:.5rem}.mob\:h-auto{height:auto}.mob\:\!max-h-\[calc\(100\%-80px\)\]{max-height:calc(100% - 80px)!important}.mob\:\!max-h-\[calc\(100dvh-250px\)\]{max-height:calc(100dvh - 250px)!important}.mob\:w-full{width:100%}.mob\:w-\[unset\]{width:unset}.mob\:\!w-\[50px\]{width:50px!important}.mob\:\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.mob\:\!w-full{width:100%!important}.mob\:w-\[30\%\]{width:30%}.mob\:\!w-\[100dvw\]{width:100dvw!important}.mob\:w-\[50\%\]{width:50%}.mob\:w-\[14px\]{width:14px}.mob\:w-max{width:max-content}.mob\:\!max-w-\[unset\]{max-width:unset!important}.mob\:\!max-w-full{max-width:100%!important}.mob\:\!max-w-\[285px\]{max-width:285px!important}.mob\:max-w-full{max-width:100%}.mob\:max-w-\[calc\(100\%-75px\)\]{max-width:calc(100% - 75px)}.mob\:flex-row{flex-direction:row}.mob\:\!flex-col{flex-direction:column!important}.mob\:flex-col{flex-direction:column}.mob\:\!flex-wrap{flex-wrap:wrap!important}.mob\:flex-wrap{flex-wrap:wrap}.mob\:items-center{align-items:center}.mob\:\!items-center{align-items:center!important}.mob\:justify-center{justify-content:center}.mob\:\!justify-center{justify-content:center!important}.mob\:justify-between{justify-content:space-between}.mob\:gap-\[10px\]{gap:10px}.mob\:gap-5{gap:1.25rem}.mob\:overflow-hidden{overflow:hidden}.mob\:\!rounded-none{border-radius:0!important}.mob\:rounded-lg{border-radius:.5rem}.mob\:border{border-width:1px}.mob\:border-none{border-style:none}.mob\:border-\[\#CFD2E3\]{--tw-border-opacity: 1;border-color:rgb(207 210 227 / var(--tw-border-opacity))}.mob\:bg-\[\#F8F8FB\]{--tw-bg-opacity: 1;background-color:rgb(248 248 251 / var(--tw-bg-opacity))}.mob\:bg-\[\#FBFBFF\]{--tw-bg-opacity: 1;background-color:rgb(251 251 255 / var(--tw-bg-opacity))}.mob\:p-\[8px\]{padding:8px}.mob\:p-2{padding:.5rem}.mob\:p-0{padding:0}.mob\:p-4{padding:1rem}.mob\:p-5{padding:1.25rem}.mob\:\!px-\[16px\]{padding-left:16px!important;padding-right:16px!important}.mob\:\!px-4{padding-left:1rem!important;padding-right:1rem!important}.mob\:px-0{padding-left:0;padding-right:0}.mob\:px-1{padding-left:.25rem;padding-right:.25rem}.mob\:\!pl-\[60px\]{padding-left:60px!important}.mob\:\!pl-\[30px\]{padding-left:30px!important}.mob\:\!pb-\[12px\]{padding-bottom:12px!important}.mob\:text-center{text-align:center}.mob\:text-end{text-align:end}.mob\:text-\[12px\]{font-size:12px}.mob\:text-\[\#5D627B\]{--tw-text-opacity: 1;color:rgb(93 98 123 / var(--tw-text-opacity))}.mob\:shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.mob\:hover\:bg-none:hover{background-image:none}}
