.embed-page,.embed-page #embed-content{overflow-x:hidden!important;max-width:100vw!important}.embed-page *{max-width:100vw!important}.embed-page .chakra-container,.embed-page .chakra-box,.embed-page .chakra-flex,.embed-page .chakra-stack{overflow-x:hidden!important}.embed-page img{max-width:100%!important;height:auto}.embed-page header,.embed-page nav{overflow-x:hidden!important;max-width:100vw!important}.text-chatbot{position:fixed;z-index:9999;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:transparent!important}.phrase-popup{position:fixed;bottom:100px;right:20px;z-index:9998;max-width:350px;min-width:280px;animation:slideInUp .3s ease-out}.phrase-popup-content{background:#fff;color:#333;padding:16px 20px;border-radius:12px;box-shadow:0 8px 32px #9c760f40;position:relative;border:2px solid #9C760F}.phrase-popup-close{position:absolute;top:8px;right:8px;background:none;border:none;color:#9c760f;font-size:24px;font-weight:700;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1;padding:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.phrase-popup-close:hover{background-color:#9c760f26;transform:scale(1.1)}.phrase-popup-close:active{transform:scale(.95)}.phrase-popup-text{margin:0;padding-right:16px;font-size:14px;line-height:1.4;font-weight:500;color:#333}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.phrase-popup{right:10px;left:10px;max-width:none;bottom:80px}.phrase-popup-text{font-size:13px}}.text-chatbot.bottom-left+.phrase-popup{right:auto;left:20px}.text-chatbot.top-right+.phrase-popup{bottom:auto;top:100px}.text-chatbot.top-left+.phrase-popup{bottom:auto;top:100px;right:auto;left:20px}.text-chatbot.chat-closed{background:transparent!important;width:auto!important;height:auto!important}.text-chatbot.chat-open{background:transparent!important;width:auto!important;height:auto!important;pointer-events:none}.text-chatbot.chat-open .chat-window,.text-chatbot.chat-open .chat-toggle-button{pointer-events:auto}.text-chatbot.bottom-right{right:20px;bottom:20px}.text-chatbot.bottom-left{left:20px;bottom:20px}.text-chatbot.top-right{right:20px;top:20px}.text-chatbot.top-left{left:20px;top:20px}.chat-toggle-button{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #9c760f40;transition:all .3s ease;position:relative;overflow:hidden}.text-chatbot.light .chat-toggle-button{background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff}.chat-toggle-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #9c760f59}.chat-toggle-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);transform:rotate(45deg) translate(-100%);animation:shine 4s ease-in-out infinite}.chat-toggle-button{animation:gentle-pulse 3s ease-in-out infinite}.chat-toggle-button.with-image{padding:0;border:3px solid #9C760F}.chat-toggle-image{width:100%;height:100%;object-fit:cover;border-radius:50%}@keyframes shine{0%{transform:rotate(45deg) translate(-100%)}to{transform:rotate(45deg) translate(100%)}}@keyframes gentle-pulse{0%,to{transform:scale(1);box-shadow:0 4px 16px #9c760f40}50%{transform:scale(1.08);box-shadow:0 6px 24px #9c760f66}}.chat-window{position:absolute;bottom:20px;right:20px;width:420px;height:600px;max-height:calc(100vh - 100px);background-color:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.text-chatbot.bottom-left .chat-window{right:auto;left:20px}.text-chatbot.top-right .chat-window,.text-chatbot.top-left .chat-window{bottom:auto;top:20px}.text-chatbot.dark .chat-window{background-color:#1e1e1e;color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 40px #0000004d}@media (min-width: 769px) and (max-width: 1366px){.message{max-width:60%}.message.assistant .message-content,.message.user .message-content{max-width:450px}}@media (max-width: 768px){.text-chatbot.chat-open{position:fixed;width:auto;height:auto;align-items:flex-end;justify-content:center;background-color:transparent;padding:0;z-index:9999}.text-chatbot.chat-open.bottom-right,.text-chatbot.chat-open.bottom-left,.text-chatbot.chat-open.top-right,.text-chatbot.chat-open.top-left{right:0;left:0;top:0;bottom:0}.text-chatbot.chat-open .chat-window{width:calc(100% - 8px);max-width:calc(100% - 8px);height:75vh;height:75dvh;max-height:75vh;bottom:0;right:4px;left:4px;margin:0 0 20px;border-radius:16px;box-shadow:none;display:flex;flex-direction:column;position:fixed;transform:none}.text-chatbot.chat-open .chat-messages{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.text-chatbot.chat-open .chat-header{padding:12px 14px}.text-chatbot.chat-open .chat-input-form{padding:10px 12px;padding-bottom:max(env(safe-area-inset-bottom,10px),10px);flex-shrink:0}.text-chatbot.chat-open .chat-input-form input{padding:10px 16px;font-size:16px}.text-chatbot.chat-open .chat-input-form button{width:36px;height:36px}.text-chatbot.chat-open .chat-header{padding:14px 16px;flex-shrink:0}.text-chatbot.chat-open .chat-header h3{font-size:16px}.chat-toggle-button{width:48px;height:48px}.text-chatbot.chat-open .message-content{font-size:14px;padding:8px 10px}.text-chatbot.chat-open .chat-window{position:fixed}.chat-window{bottom:0!important}}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff;border-radius:16px 16px 0 0}.text-chatbot.dark .chat-header{background:linear-gradient(135deg,#9c760f,#7a5c0c);color:#fff}.chat-header h3{margin:0;font-size:16px;font-weight:600;color:#fff;letter-spacing:-.02em}.status-wrapper{display:flex;align-items:center;gap:8px;margin-top:4px}.status-dot{width:8px;height:8px;border-radius:50%;transition:all .3s ease}.status-dot.inactive{background-color:#e0e0e0;box-shadow:none}.status-dot.active{background-color:#4caf50;box-shadow:none;animation:pulse-green 1.5s infinite}@keyframes pulse-green{0%{box-shadow:0 0 #4caf50b3}70%{box-shadow:0 0 0 6px #4caf5000}to{box-shadow:0 0 #4caf5000}}.status-text{font-size:12px;color:#ffffffe6;font-weight:400}.header-content{display:flex;flex-direction:column;gap:2px}.header-actions{display:flex;align-items:center;gap:8px}.chat-actions{display:flex;gap:8px;padding:12px 16px;background-color:transparent!important;border-top:1px solid rgba(156,118,15,.1)}.text-chatbot.dark .chat-actions{background-color:#2a2a2a;border-top:1px solid rgba(156,118,15,.3)}.action-button{flex:1;padding:10px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#666;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.text-chatbot.dark .action-button{background-color:#3a3a3a;border-color:#555;color:#ccc}.action-button:hover{background-color:#faf6f0;border-color:#9c760f;color:#9c760f}.text-chatbot.dark .action-button:hover{background-color:#4a4a4a;border-color:#9c760f;color:#b88d1c}.minimize-button{width:auto;height:auto;border:none;background:none!important;background-color:transparent!important;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;padding:4px;outline:none;box-shadow:none!important}.minimize-button:hover{opacity:.8;background:none!important;background-color:transparent!important}.minimize-button:focus{outline:none;box-shadow:none!important}.minimize-button svg{width:20px;height:20px}.chat-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background-color:transparent!important;min-height:0;overflow-x:hidden}.text-chatbot.dark .chat-messages{background-color:#1a1a1a}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#888;text-align:center;padding:20px}.text-chatbot.dark .empty-state{color:#aaa}.message{max-width:75%;display:flex;flex-direction:column;animation:fade-in .3s ease;min-width:0}.message.user{align-self:flex-end}.message.assistant,.message.system{align-self:flex-start}.message-content{padding:10px 14px;border-radius:18px;font-size:14px;line-height:1.5;word-wrap:break-word;word-break:break-word;text-align:left;white-space:normal}.message.user .message-content{background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff;margin-left:auto;border:none}.message.assistant .message-content{background-color:#fff;color:#333;border:1px solid #e0e0e0;box-shadow:0 1px 2px #0000000d}.text-chatbot.dark .message.assistant .message-content{background-color:#3a3a3a;color:#fff}.message.system .message-content{background-color:#fff8e1;color:#ff8f00;font-style:italic}.text-chatbot.dark .message.system .message-content{background-color:#3e2723;color:#ffcc80}.message.loading{align-self:flex-start}.typing-indicator{display:flex;align-items:center;gap:4px;padding:10px 12px;background-color:#fff;border-radius:18px}.text-chatbot.dark .typing-indicator{background-color:#3a3a3a}.typing-indicator span{width:8px;height:8px;background-color:#bbb;border-radius:50%;display:inline-block;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.chat-input-form{display:flex;padding:16px;background-color:#fff;border-top:1px solid rgba(0,0,0,.08);gap:8px;align-items:center;justify-content:space-between}.text-chatbot.dark .chat-input-form{background-color:#2a2a2a;border-top:1px solid rgba(255,255,255,.1)}.chat-input-form input{flex:1;padding:12px 18px;border:1px solid #e0e0e0;border-radius:24px;outline:none;font-size:14px;font-family:inherit;transition:all .2s ease;background-color:#fff}.text-chatbot.dark .chat-input-form input{background-color:#3a3a3a;border:1px solid #444;color:#fff}.chat-input-form input:focus{border-color:#9c760f;background-color:#fff;box-shadow:0 0 0 3px #9c760f26}.text-chatbot.dark .chat-input-form input:focus{background-color:#3a3a3a}.chat-input-form button[type=submit]{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#9c760f,#b88d1c);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.chat-input-form button[type=submit] svg{width:70%!important;height:70%!important;display:block!important;margin:0 auto!important}.chat-input-form button[type=submit] svg path{fill:#fff!important}.chat-input-form button:disabled{background:#e0e0e0;cursor:not-allowed;opacity:.6}.chat-input-form button:disabled svg path{fill:#666!important}.chat-input-form button:hover:not(:disabled){background:linear-gradient(135deg,#7a5c0c,#9c760f);transform:scale(1.05)}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{transform:scale(1);opacity:.6}30%{transform:scale(1.2);opacity:1}}.user-check-buttons{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.user-check-button{padding:8px 16px;border:1px solid #e0e0e0;border-radius:20px;background-color:#fff;color:#333;font-weight:400;font-size:13px;cursor:pointer;transition:all .2s ease}.user-check-button:hover{background-color:#9c760f;color:#fff;border-color:#9c760f;transform:translateY(-1px)}.text-chatbot.dark .user-check-button{background-color:#2a2a2a;color:#ddd;border-color:#444}.text-chatbot.dark .user-check-button:hover{background-color:#fff;color:#333;border-color:#fff}.message-content a{color:#9c760f;text-decoration:underline;font-weight:500}.message-content a:hover{color:#7a5c0c}.message-content p{margin:0!important;padding:0!important;line-height:1.4}.message-content p+p{margin-top:6px!important}.message-content p:last-child{margin-bottom:0!important}.message-content>*:first-of-type{margin-top:0!important}.message-content>*:last-child{margin-bottom:0!important}.message-content br{line-height:1;height:0;margin:0;padding:0}.message-content ul,.message-content ol{margin:8px 0;padding-left:20px}.message-content li{margin:4px 0}.message-content h1,.message-content h2,.message-content h3,.message-content h4,.message-content h5,.message-content h6{margin:12px 0 8px}.message-content h1:first-of-type,.message-content h2:first-of-type,.message-content h3:first-of-type,.message-content h4:first-of-type,.message-content h5:first-of-type,.message-content h6:first-of-type{margin-top:0}.message-content code{background-color:#0000000d;padding:2px 4px;border-radius:3px;font-size:.9em}.text-chatbot.dark .message-content code{background-color:#ffffff1a}.message-content pre{margin:8px 0;padding:12px;border-radius:6px;background-color:#0000000d;overflow-x:auto}.text-chatbot.dark .message-content pre{background-color:#ffffff0d}.message-author{font-size:11px;font-weight:500;color:#666;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.text-chatbot.dark .message-author{color:#999}.mic-button,.chat-input-form .mic-button,.text-chatbot .mic-button,button.mic-button{background-color:#fff!important;background:#fff!important;border:1px solid #e0e0e0!important;color:#9c760f!important;width:40px;height:40px;cursor:pointer;display:flex!important;align-items:center;justify-content:center;padding:0;border-radius:50%;flex-shrink:0;box-shadow:0 2px 4px #0000001a!important}.mic-button svg{width:20px;height:20px}.mic-button svg path,.mic-button svg line,.mic-button svg rect{fill:none!important;stroke:currentColor!important;stroke-width:2!important}.text-chatbot.dark .mic-button{background-color:#fff!important;background:#fff!important;color:#9c760f!important}.mic-button:hover:not(:disabled){background-color:#fff!important;background:#fff!important;transform:scale(1.05)}.mic-button:disabled{opacity:.3;cursor:not-allowed}.mic-button:disabled svg path,.mic-button:disabled svg line,.mic-button:disabled svg rect{fill:none!important;stroke:#999!important;stroke-width:2!important;opacity:1!important}.mic-button.recording{background-color:#d32f2f!important;color:#fff!important;border:none!important;animation:pulse-red 1.5s infinite}@keyframes pulse-red{0%{box-shadow:0 0 #d32f2f66}70%{box-shadow:0 0 0 10px #d32f2f00}to{box-shadow:0 0 #d32f2f00}}@keyframes pulse{0%{box-shadow:0 0 #d32f2f66}70%{box-shadow:0 0 0 10px #d32f2f00}to{box-shadow:0 0 #d32f2f00}}.help-prompt-bubble{position:absolute;bottom:70px;right:0;background:#fff;color:#333;padding:10px 14px;border-radius:20px;box-shadow:0 2px 8px #0000001f;font-size:13px;white-space:nowrap;animation:fadeInScale .3s ease forwards;max-width:180px;border:1px solid rgba(0,0,0,.06);z-index:1;transition:all .2s ease}.help-prompt-bubble:after{content:"";position:absolute;bottom:-8px;right:24px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white;filter:drop-shadow(0 2px 2px rgba(0,0,0,.1))}.help-prompt-bubble:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.help-prompt-content{display:flex;align-items:center;gap:6px;color:#555;font-weight:400;line-height:1.3}.text-chatbot.dark .help-prompt-bubble{background:#2a2a2a;color:#fff;border:1px solid rgba(255,255,255,.1)}.text-chatbot.dark .help-prompt-bubble:after{border-top-color:#2a2a2a}.text-chatbot.dark .help-prompt-content{color:#fff}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}/*!
 * 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:"•"}.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:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.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-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor 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-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.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}.ql-container.ql-snow{border:1px solid #ccc}@font-face{font-family:MontserratBlack;src:url(/fonts/Montserrat-Black.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:MontserratExtraBold;src:url(/fonts/Montserrat-ExtraBold.ttf) format("truetype");font-style:normal;font-display:swap}.montserrat-black{font-family:MontserratBlack,sans-serif!important;font-weight:900!important}.montserrat-extrabold{font-family:MontserratExtraBold,sans-serif!important;font-weight:800!important}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.ql-container{font-family:inherit}.ql-toolbar.ql-snow{border:1px solid #E2E8F0;border-bottom:none;background-color:#f7fafc}.ql-container.ql-snow{border:1px solid #E2E8F0;background-color:#fff}.ql-editor{font-size:16px;line-height:1.6}.ql-editor p{margin-bottom:1em}.ql-editor h1{font-size:2em;font-weight:700;margin-bottom:.5em}.ql-editor h2{font-size:1.5em;font-weight:700;margin-bottom:.5em}.ql-editor h3{font-size:1.2em;font-weight:700;margin-bottom:.5em}.ql-editor strong{font-weight:700}.ql-editor em{font-style:italic}.ql-editor ul,.ql-editor ol{padding-left:1.5em;margin-bottom:1em}.ql-editor li{margin-bottom:.5em}@media (prefers-color-scheme: dark){.ql-toolbar.ql-snow{background-color:#2d3748;border-color:#4a5568}.ql-container.ql-snow{background-color:#1a202c;border-color:#4a5568}.ql-editor{color:#e2e8f0}.ql-toolbar .ql-stroke{stroke:#e2e8f0}.ql-toolbar .ql-fill{fill:#e2e8f0}.ql-toolbar .ql-picker{color:#e2e8f0}}
