:root{--nova-bot-user-background-color: #000091;--nova-bot-user-text-color: #FFFFFF;--nova-bot-assistant-background-color: #F3F4F6;--nova-bot-assistant-text-color: #101828;--nova-bot-font: inherit;--nova-bot-button-border-radius: 100px;--nova-bot-bubble-background-color: #000091;--nova-bot-bubble-hover-background-color: #1212FA;--nova-bot-header-background-color: #000091;--nova-bot-header-background: #000091;--nova-bot-header-color: #FFFFFF;--nova-bot-link-color: #000091;--nova-bot-link-hover-color: #1212FA}.scrolltop{left:30px !important;right:unset}.nova-bot-chatbot-message.nova-bot-assistant a{font-weight:500;color:var(--nova-bot-link-color);overflow-x:hidden;text-decoration:underline}.nova-bot-chatbot-message.nova-bot-assistant a:hover{color:var(--nova-bot-link-hover-color)}.chat-circle{position:fixed;bottom:30px;right:30px;display:flex;align-items:center;justify-content:center;background:var(--nova-bot-bubble-background-color);width:56px;height:56px;border-radius:50%;color:#fff;padding:10px;cursor:pointer;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transition:all .2s ease-in-out;transform:scale(1);transform-origin:center center;z-index:100000}@media only screen and (max-width: 1200px){.chat-circle{bottom:85px}}.chat-circle:hover,.chat-circle:focus,.chat-circle:active{background:var(--nova-bot-bubble-hover-background-color);transform:scale(1.05)}.chat-circle:hover .nova-bot-chat-bubble,.chat-circle:focus .nova-bot-chat-bubble,.chat-circle:active .nova-bot-chat-bubble{background:var(--nova-bot-bubble-hover-background-color)}.chat-circle:focus-visible{outline-offset:0 !important}.chat-circle #chat-ove2lay{background:hsla(0,0%,100%,.1);position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;display:none}.chat-circle #pluginimg{width:24px;height:24px;background-size:contain}.chat-circle .nova-bot-chat-circle-close{display:none;position:absolute;inset:0;align-items:center;justify-content:center;color:currentColor;pointer-events:none}.chat-circle .nova-bot-chat-circle-close svg{width:25px;height:25px}.chat-circle.nova-bot-chat-open #pluginimg{display:none}.chat-circle.nova-bot-chat-open .nova-bot-chat-circle-close{display:flex}#chatbot-container{background:#fff;overflow:hidden;text-align:left;position:fixed;right:30px;bottom:30px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:all .3s ease;transform:translateY(-66px) scale(0.9);transform-origin:bottom right;opacity:0;pointer-events:none;font-family:var(--nova-bot-font);z-index:100000;padding:0;display:flex;flex-direction:column}@media screen and (max-width: 500px){#chatbot-container #chatbot-input-container{justify-content:center}}#chatbot-container.nova-bot-chat-open{transform:translateY(-80px) scale(1);opacity:1;pointer-events:visible}#chatbot-container #chatbot-toggle{float:right;margin-right:10px;cursor:pointer}#chatbot-container #chatbot-header{flex-shrink:0;background:var(--nova-bot-header-background);color:var(--nova-bot-header-color);justify-content:initial;align-items:center;display:flex;flex-direction:row;gap:8px;padding:12px 16px}#chatbot-container .chatbot-header-icon{display:flex;align-items:center;justify-content:center;height:36px;width:36px;border-radius:50%;background-color:#fff;margin-right:4px}#chatbot-container .chatbot-header-icon img{width:20px;height:20px}#chatbot-container .chatbot-close,#chatbot-container .chatbot-reset,#chatbot-container .chatbot-resize{display:inline-flex;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,0);border-radius:var(--nova-bot-button-border-radius);height:40px;width:40px;min-width:40px;cursor:pointer;padding:0;transition:background-color .2s ease;color:inherit}#chatbot-container .chatbot-close svg,#chatbot-container .chatbot-reset svg,#chatbot-container .chatbot-resize svg{flex-shrink:0;width:20px;height:20px;display:block}#chatbot-container .chatbot-close:hover,#chatbot-container .chatbot-close:focus,#chatbot-container .chatbot-close:active,#chatbot-container .chatbot-reset:hover,#chatbot-container .chatbot-reset:focus,#chatbot-container .chatbot-reset:active,#chatbot-container .chatbot-resize:hover,#chatbot-container .chatbot-resize:focus,#chatbot-container .chatbot-resize:active{background-color:var(--nova-bot-bubble-hover-background-color)}#chatbot-container .chatbot-close:active,#chatbot-container .chatbot-close:focus,#chatbot-container .chatbot-close:focus-visible,#chatbot-container .chatbot-reset:active,#chatbot-container .chatbot-reset:focus,#chatbot-container .chatbot-reset:focus-visible,#chatbot-container .chatbot-resize:active,#chatbot-container .chatbot-resize:focus,#chatbot-container .chatbot-resize:focus-visible{outline:2px solid var(--nova-bot-header-color) !important;outline-offset:0 !important}#chatbot-container .chatbot-resize .nova-bot-resize-icon-collapse{display:none}#chatbot-container .chatbot-resize .nova-bot-resize-icon-expand{display:block}#chatbot-container .chatbot-resize.is-expanded .nova-bot-resize-icon-expand{display:none}#chatbot-container .chatbot-resize.is-expanded .nova-bot-resize-icon-collapse{display:block}#chatbot-container .chatbot-header-titles{display:flex;flex-direction:column;flex:1}#chatbot-container .chatbot-title{margin:0;font-family:var(--nova-bot-font);font-size:1rem;font-weight:600;color:var(--nova-bot-header-color)}#chatbot-container .chatbot-subtitle{margin:0;font-size:14px;font-weight:normal;color:var(--nova-bot-header-color);opacity:.9}#chatbot-container .btn-wrapper{display:flex;flex-wrap:wrap;gap:8px}#chatbot-container a.chatbot-btn{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;text-align:center;text-decoration:none;white-space:normal;user-select:none;border-radius:var(--nova-bot-button-border-radius);padding:8px 17px;color:var(--nova-bot-header-background-color) !important;background-color:var(--nova-bot-header-color);border:1px solid var(--nova-bot-header-background-color);transition:all .3s}#chatbot-container a.chatbot-btn:hover,#chatbot-container a.chatbot-btn:focus,#chatbot-container a.chatbot-btn:active{background-color:var(--nova-bot-header-background-color);color:var(--nova-bot-header-color) !important;border-color:var(--nova-bot-header-background-color)}#chatbot-container a.chatbot-btn:focus,#chatbot-container a.chatbot-btn:active,#chatbot-container a.chatbot-btn:focus-visible{outline:2px solid var(--nova-bot-header-background-color) !important;outline-offset:2px !important}#chatbot-container .chatbot-footer{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex-shrink:0;border-top:.625px solid #e5e7eb;background:#f9fafb;padding:16px}#chatbot-container .chatbot-footer button{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:44px;width:44px;border-radius:var(--nova-bot-button-border-radius);border:none;background:var(--nova-bot-header-background-color);color:var(--nova-bot-header-color);padding:0;margin:0;transition:all .3s}#chatbot-container .chatbot-footer button:focus-visible{outline-color:var(--nova-bot-header-background-color) !important}#chatbot-container .chatbot-footer button:disabled,#chatbot-container .chatbot-footer button[aria-disabled=true]{background:#d1d5dc;color:#fff;cursor:not-allowed}#chatbot-container .chatbot-footer button:not(:disabled):not([aria-disabled=true]):hover,#chatbot-container .chatbot-footer button:not(:disabled):not([aria-disabled=true]):focus,#chatbot-container .chatbot-footer button:not(:disabled):not([aria-disabled=true]):active{background:var(--nova-bot-bubble-hover-background-color)}#chatbot-container .chatbot-footer button.chatbot-btn-speech{border:.625px solid #d1d5dc;background-color:#fff;position:relative}#chatbot-container .chatbot-footer button.chatbot-btn-speech .nova-bot-stt-icon-active{display:none}#chatbot-container .chatbot-footer button.chatbot-btn-speech .nova-bot-stt-icon-default{display:block}#chatbot-container .chatbot-footer button.chatbot-btn-speech:hover,#chatbot-container .chatbot-footer button.chatbot-btn-speech:focus,#chatbot-container .chatbot-footer button.chatbot-btn-speech:active{background:#f1f2f4}#chatbot-container .chatbot-footer button.chatbot-btn-speech.active{background-color:#dc2626;border-color:#dc2626;animation:nova-bot-stt-pulse 1s ease-in-out infinite}#chatbot-container .chatbot-footer button.chatbot-btn-speech.active .nova-bot-stt-icon-default{display:none}#chatbot-container .chatbot-footer button.chatbot-btn-speech.active .nova-bot-stt-icon-active{display:block;color:#fff}#chatbot-container .chatbot-footer button.chatbot-btn-speech.active svg path{stroke:#fff}#chatbot-container #chatbot-body{flex:1;min-height:0;padding:0;display:flex;flex-direction:column;align-items:stretch;justify-content:center}#chatbot-container #chatbot-body #chatbot-messages{flex:1;min-height:0;display:flex;align-items:baseline;flex-direction:column;padding:16px;align-content:center;overflow-y:auto}#chatbot-container #chatbot-body #chatbot-messages .nova-bot-response .nova-bot-pseudo{max-width:80%;padding:0;text-decoration:underline;border-radius:5px;font-weight:600}#chatbot-container #chatbot-body #chatbot-messages .nova-bot-response p{margin:0 0 .75em}#chatbot-container #chatbot-body #chatbot-messages .nova-bot-response p:last-child{margin-bottom:0}#chatbot-container #chatbot-body #chatbot-input-container{flex-shrink:0;display:flex;gap:8px;width:100%}#chatbot-container #chatbot-input{border:.625px solid #d1d5dc;padding:12px 20px;font-size:14px;color:#0a0a0a;width:100%;border-radius:var(--nova-bot-button-border-radius);box-shadow:hsla(0,0%,100%,.2) 0 0 0 .5px inset}#chatbot-container #chatbot-input::placeholder{color:rgba(10,10,10,.5);font-size:14px}#chatbot-container #chatbot-input:focus-visible{outline-color:var(--nova-bot-header-background-color) !important;outline-offset:0px !important;outline-style:solid !important;outline-width:3px !important}#chatbot-container #chatbot-disclaimer{color:#6a7282;font-size:12px;font-weight:400;line-height:19.5px;margin:0}#chatbot-container #chatbot-disclaimer p{margin:0}#chatbot-container.nova-bot-expanded{width:85vw !important;transform:translate(0) scale(1);transform-origin:bottom right}.nova-bot-chat-wrapper.nova-bot-display-popup #chatbot-container{border-radius:16px;width:400px;height:600px}.nova-bot-chat-wrapper.nova-bot-display-popup .nova-bot-chatbot-message-img,.nova-bot-chat-wrapper.nova-bot-display-popup .nova-bot-message-date{display:none}@media screen and (max-width: 989px){.nova-bot-chat-wrapper.nova-bot-display-popup #chatbot-container.nova-bot-chat-open{top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100vw !important;height:100vh !important;max-width:100vw;border-radius:0;transform:none !important;transform-origin:top left}}.nova-bot-chat-wrapper.nova-bot-display-sidebar .nova-bot-sidebar-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:99999;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.nova-bot-chat-wrapper.nova-bot-display-sidebar .nova-bot-sidebar-backdrop.is-visible{pointer-events:auto;opacity:1;visibility:visible}.nova-bot-chat-wrapper.nova-bot-display-sidebar #chatbot-container{right:0;bottom:0;top:0;width:33.333%;min-width:440px;max-width:100vw;height:100vh;border-radius:0;transform-origin:top right;transform:translateX(100%) !important;opacity:1;transition:transform .45s cubic-bezier(0.34, 1.56, 0.64, 1)}@media screen and (max-width: 1100px){.nova-bot-chat-wrapper.nova-bot-display-sidebar #chatbot-container{width:50%}}@media screen and (max-width: 990px){.nova-bot-chat-wrapper.nova-bot-display-sidebar #chatbot-container{width:100%;min-width:100%}}.nova-bot-chat-wrapper.nova-bot-display-sidebar #chatbot-container:not(.nova-bot-chat-open){box-shadow:none}.nova-bot-chat-wrapper.nova-bot-display-sidebar #chatbot-container.nova-bot-chat-open{transform:translateX(0) !important}.nova-bot-chat-wrapper.nova-bot-fullscreen-available .nova-bot-fullscreen-sidebar{display:none}.nova-bot-chat-wrapper.nova-bot-fullscreen-available .nova-bot-fullscreen-main,.nova-bot-chat-wrapper.nova-bot-fullscreen-available .nova-bot-fullscreen-row{display:contents}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded{top:auto !important;left:auto !important;right:0 !important;bottom:0 !important;width:100vw !important;height:100vh !important;max-width:100vw;border-radius:0;transform:translate(0) scale(1) !important;transform-origin:bottom right;flex-direction:column}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded.nova-bot-chat-open{transform:translate(0) scale(1) !important}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-main{flex:1;min-height:0;display:flex;flex-direction:column}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-row{flex:1;min-height:0;min-width:0;display:flex;flex-direction:row}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-row #chatbot-body{flex:1;min-width:0}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar{display:flex;flex-direction:column;flex-shrink:0;width:290px;padding:25px;border-left:1px solid #e5e7eb;background:#f9fafb;overflow-y:auto;font-family:var(--nova-bot-font)}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-section{padding-bottom:16px}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-section+.nova-bot-fs-sidebar-section{border-top:1px solid #d1d5dc;padding-top:16px}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-title,.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-subtitle{color:#0a0a0a}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-title{margin:0 0 16px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:.2px;text-transform:uppercase}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-subtitle{font-size:14px;font-weight:500;line-height:20px;margin:0 0 5px}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-links,.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-infos{margin:0;padding:0;list-style:none}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-links li,.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-infos li{line-height:1;margin-bottom:8px;display:flex}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-links .icon,.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-infos .icon{display:inline-block;width:16px;height:16px;margin-right:5px}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-links .text,.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-infos .text{font-size:14px;line-height:20px}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-links a,.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-infos a{font-size:14px;line-height:20px;color:var(--nova-bot-link-color);text-decoration:none;transition:all .3s}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-links a:hover,.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .nova-bot-fs-sidebar-infos a:hover{color:var(--nova-bot-link-hover-color);text-decoration:underline}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .chatbot-btn{color:#0a0a0a !important;border:1px solid #d1d5dc;background:#fff}.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .chatbot-btn:hover,.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .chatbot-btn:focus,.nova-bot-chat-wrapper.nova-bot-fullscreen-available #chatbot-container.nova-bot-expanded .nova-bot-fullscreen-sidebar .chatbot-btn:active{background-color:#f1f2f4}@media(max-width: 990px){#chatbot-resize{display:none !important}#chatbot-reset{right:80px !important}}@media screen and (max-width: 500px){body.no-scroll{overflow:hidden}.open{width:auto !important}}.nova-bot-chatbot-message-img{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-right:8px;width:32px !important;height:32px !important;background-color:var(--nova-bot-header-background-color);border-radius:50%}.nova-bot-chatbot-message-img img,.nova-bot-chatbot-message-img svg{width:20px !important;height:20px !important}.nova-bot-chatbot-message-img img path,.nova-bot-chatbot-message-img svg path{stroke:var(--nova-bot-header-color)}.nova-bot-message-date{font-size:10px;color:#a3a3a3}.nova-bot-message-date.nova-bot-user{margin-left:auto}.nova-bot-message-date.nova-bot-assistant{margin-left:37px}.nova-bot-feedback{display:flex;align-items:center;gap:8px;margin-top:10px;padding-top:10px;border-top:.625px solid #d1d5dc}.nova-bot-feedback .nova-bot-feedback-label{font-size:12px;color:#6a7282}.nova-bot-feedback .nova-bot-feedback-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;padding:0;border:none;background:rgba(0,0,0,0);color:#6a7282;cursor:pointer;transition:all .3s}.nova-bot-feedback .nova-bot-feedback-btn svg path{transition:stroke .3s}.nova-bot-feedback .nova-bot-feedback-btn.nova-bot-feedback-up:hover{background-color:#dcfce7}.nova-bot-feedback .nova-bot-feedback-btn.nova-bot-feedback-up:hover svg path{stroke:#008236}.nova-bot-feedback .nova-bot-feedback-btn.nova-bot-feedback-down:hover{background-color:#f7e5e4}.nova-bot-feedback .nova-bot-feedback-btn.nova-bot-feedback-down:hover svg path{stroke:#d21203}.nova-bot-feedback .nova-bot-feedback-btn:focus-visible{outline:2px solid var(--nova-bot-assistant-text-color);outline-offset:2px}.nova-bot-chatbot-message{margin-bottom:15px;display:flex;flex-direction:row;max-width:90%;position:relative}.nova-bot-chatbot-message.nova-bot-first-message{max-width:100%}.nova-bot-chatbot-message.nova-bot-first-message .nova-bot-response.nova-bot-assistant{background-color:#eff6ff;border:.625px solid #dbeafe}.nova-bot-chatbot-message.nova-bot-user{margin-left:auto}.nova-bot-chatbot-message .nova-bot-response{hyphens:auto;padding:16px 45px 16px 16px;border-radius:16px;text-decoration:none;font-size:14px}.nova-bot-chatbot-message .nova-bot-response.nova-bot-user{color:var(--nova-bot-user-text-color);background:var(--nova-bot-user-background-color);border:.625px solid color-mix(in srgb, var(--nova-bot-user-background-color) 88%, black);margin-left:auto}.nova-bot-chatbot-message .nova-bot-response.nova-bot-assistant{color:var(--nova-bot-assistant-text-color);background:var(--nova-bot-assistant-background-color);border:.625px solid #e5e7eb}.nova-bot-chatbot-message .nova-bot-response p{margin:0 0 .75em}.nova-bot-chatbot-message .nova-bot-response p:last-child{margin-bottom:0}.nova-bot-chatbot-message .nova-bot-response ul,.nova-bot-chatbot-message .nova-bot-response ol{margin:0 0 .75em;padding-left:1.25em}.nova-bot-chatbot-message .nova-bot-response ul{list-style-type:disc}.nova-bot-chatbot-message .nova-bot-response ol{list-style-type:decimal}.nova-bot-chatbot-message .nova-bot-response li{margin-bottom:.25em}.nova-bot-chatbot-message .nova-bot-response code{font-family:ui-monospace,"Cascadia Code","Source Code Pro",Menlo,Consolas,monospace;font-size:.9em;padding:.15em .35em;border-radius:4px;background:color-mix(in srgb, currentColor 10%, transparent)}.nova-bot-chatbot-message .nova-bot-response pre{margin:0 0 .75em;padding:.75em 1em;border-radius:8px;background:color-mix(in srgb, currentColor 8%, transparent);overflow-x:auto;white-space:pre-wrap;word-break:break-word}.nova-bot-chatbot-message .nova-bot-response pre:last-child{margin-bottom:0}.nova-bot-chatbot-message .nova-bot-response pre code{padding:0;background:none}.nova-bot-chatbot-message .nova-bot-response blockquote{margin:0 0 .75em;padding-left:1em;border-left:4px solid color-mix(in srgb, currentColor 40%, transparent);opacity:.95}.nova-bot-chatbot-message .nova-bot-response blockquote:last-child{margin-bottom:0}.nova-bot-chatbot-message .nova-bot-response hr{margin:.75em 0;border:0;border-top:1px solid color-mix(in srgb, currentColor 25%, transparent)}.nova-bot-chatbot-message .nova-bot-response h1,.nova-bot-chatbot-message .nova-bot-response h2,.nova-bot-chatbot-message .nova-bot-response h3,.nova-bot-chatbot-message .nova-bot-response h4,.nova-bot-chatbot-message .nova-bot-response h5,.nova-bot-chatbot-message .nova-bot-response h6{margin:.5em 0 .35em;font-weight:600;line-height:1.3}.nova-bot-chatbot-message .nova-bot-response h1:first-child,.nova-bot-chatbot-message .nova-bot-response h2:first-child,.nova-bot-chatbot-message .nova-bot-response h3:first-child,.nova-bot-chatbot-message .nova-bot-response h4:first-child,.nova-bot-chatbot-message .nova-bot-response h5:first-child,.nova-bot-chatbot-message .nova-bot-response h6:first-child{margin-top:0}.nova-bot-chatbot-message .nova-bot-response h1{font-size:1.35em}.nova-bot-chatbot-message .nova-bot-response h2{font-size:1.2em}.nova-bot-chatbot-message .nova-bot-response h3{font-size:1.1em}.nova-bot-chatbot-message .nova-bot-response h4,.nova-bot-chatbot-message .nova-bot-response h5,.nova-bot-chatbot-message .nova-bot-response h6{font-size:1em}button.nova-bot-text-to-speech{display:flex;align-items:center;justify-content:center;position:absolute;top:14px;right:14px;border-radius:var(--nova-bot-button-border-radius);border:none;cursor:pointer;height:23px;width:23px;padding:0;transition:all .3s}button.nova-bot-text-to-speech svg path{transition:stroke .3s}button.nova-bot-text-to-speech:hover,button.nova-bot-text-to-speech:focus,button.nova-bot-text-to-speech:active{background-color:#eff6ff}button.nova-bot-text-to-speech:hover svg path,button.nova-bot-text-to-speech:focus svg path,button.nova-bot-text-to-speech:active svg path{stroke:var(--nova-bot-header-background-color)}button.nova-bot-text-to-speech:focus-visible{outline:1px solid var(--nova-bot-header-background-color) !important}.nova-bot-chatbot-message.nova-bot-user button.nova-bot-text-to-speech svg path{stroke:var(--nova-bot-user-text-color)}.nova-bot-chatbot-message.nova-bot-user button.nova-bot-text-to-speech:hover,.nova-bot-chatbot-message.nova-bot-user button.nova-bot-text-to-speech:focus,.nova-bot-chatbot-message.nova-bot-user button.nova-bot-text-to-speech:active{background-color:var(--nova-bot-user-text-color)}.nova-bot-chatbot-message.nova-bot-user button.nova-bot-text-to-speech:hover svg path,.nova-bot-chatbot-message.nova-bot-user button.nova-bot-text-to-speech:focus svg path,.nova-bot-chatbot-message.nova-bot-user button.nova-bot-text-to-speech:active svg path{stroke:var(--nova-bot-user-background-color)}.nova-bot-chatbot-message.nova-bot-user button.nova-bot-text-to-speech:focus-visible{outline:1px solid var(--nova-bot-user-text-color) !important;outline-offset:1px !important}.nova-bot-close-button{position:absolute;top:-9px;right:-9px;width:20px;height:20px;content:"";background-color:var(--nova-bot-user-text-color);border:2px solid var(--nova-bot-user-background-color);border-radius:50%}.nova-bot-close-button::before{position:absolute;border-radius:50%;content:"";border:2px solid var(--nova-bot-user-text-color);width:16px;height:16px;top:0;left:0}.nova-bot-close-button::after{position:absolute;content:"X";color:var(--nova-bot-user-background-color);top:0;left:0;width:100%;text-align:center;vertical-align:middle;line-height:20px}.nova-bot-close-button.blue::before{background-color:var(--nova-bot-user-text-color)}#text-never-show{display:none;position:fixed;margin:15px 20px;right:100px;bottom:30px;color:var(--nova-bot-user-background-color);float:right;font-size:xx-small;text-decoration:underline;cursor:pointer;z-index:100000}@media only screen and (max-width: 600px){#text-never-show{display:none}}.nova-bot-loading-dots{display:inline-block;position:relative;width:66px;height:34px;border-radius:16px;border:1px solid #e5e7eb;background:#f3f4f6}.nova-bot-loading-dots .nova-bot-loading-dot{position:absolute;top:11px;width:9px;height:9px;border-radius:50%;background:#99a1af;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.nova-bot-loading-dots .nova-bot-loading-dot:nth-child(1){left:13px;animation:loading-dots1 .6s infinite}.nova-bot-loading-dots .nova-bot-loading-dot:nth-child(2){left:13px;animation:loading-dots2 .6s infinite}.nova-bot-loading-dots .nova-bot-loading-dot:nth-child(3){left:25px;animation:loading-dots2 .6s infinite}.nova-bot-loading-dots .nova-bot-loading-dot:nth-child(4){left:37px;animation:loading-dots3 .6s infinite}.nova-bot-bottom-right .nova-bot-chat-bubble{bottom:100% !important;left:-40% !important}.nova-bot-chat-bubble{box-sizing:content-box;position:absolute;bottom:100%;left:-40%;transform:translateX(-50%);background-color:var(--nova-bot-bubble-background-color);font-family:var(--nova-bot-font);color:#fff;border-radius:10px;padding:10px;text-align:start;width:150px;margin:0 0 5px 0;font-size:14px;line-height:1.4;transition:all .2s ease-in-out}.nova-bot-chat-bubble .nova-bot-chat-bubble-text{visibility:hidden}@keyframes loading-dots1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes loading-dots3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes loading-dots2{0%{transform:translate(0, 0)}100%{transform:translate(12px, 0)}}@keyframes border-dance{0%{background-position:left top,right bottom,left bottom,right top}100%{background-position:left 15px top,right 15px bottom,left bottom 15px,right top 15px}}@keyframes nova-bot-stt-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
