.TEC_FloatingChatbot{position:fixed;bottom:0;right:0;display:flex;justify-content:flex-end;align-items:flex-end;padding:20px;box-sizing:border-box;pointer-events:none;z-index:10000}.TEC_FloatingChatbot .Chatbot{max-width:100%}.TEC_FloatingChatbot .Chatbot__Footer{margin:0 10px 20px}.TEC_FloatingChatbot .Chatbot__form{padding-top:10px}.TEC_FloatingChatbot .Chatbot__button{right:5px}.TEC_FloatingChatbot .Chatbot__disclaimer{right:5px;bottom:0}.TEC_FloatingChatbot .Chatbot__scrollButton{bottom:160px}.TEC_FloatingChatbot .TEC_ChatbotMessageContainer{display:flex;flex-wrap:wrap;margin-bottom:0;max-width:100%;gap:10px}.TEC_FloatingChatbot .TEC_ChatbotMessageContainer-assistant{margin-bottom:10px;width:calc(100% - 20px)}.TEC_FloatingChatbot .TEC_ChatbotMessageContainer-user{width:calc(90% - 20px)}.TEC_FloatingChatbot .TEC_ChatbotMessage{width:100%}.TEC_FloatingChatbot .TEC_ChatbotMessage__avatarUrlContainer{margin-right:2px;margin-left:2px}.TEC_FloatingChatbot .TEC_ChatbotMessage__actions{bottom:-30px}.TEC_FloatingChatbot .ChatbotStandalone{height:100%}.TEC_FloatingChatbot .ChatbotStandalone__Header{height:100px;width:auto}.TEC_FloatingChatbot .ChatbotStandalone__Header__Logo{max-width:300px;height:auto;margin-bottom:0}.TEC_FloatingChatbot .ChatbotStandalone__Header__Title{max-width:300px;line-height:14px}.TEC_FloatingChatbot .ChatbotStandalone__ChatbotContainer{padding:0 7.5px 7.5px;height:calc(100% - 165px);margin-top:100px;width:calc(100% - 15px)}.TEC_FloatingChatbot__button{cursor:pointer;pointer-events:auto;transition:transform .3s ease-in-out;position:relative;width:48px;height:48px}.TEC_FloatingChatbot__button-icons{position:relative;width:100%;height:100%}.TEC_FloatingChatbot__button svg{width:100%;height:100%}.TEC_FloatingChatbot__button .close-icon{opacity:0;transform:rotate(-180deg);position:absolute;top:0;left:0}.TEC_FloatingChatbot__button .widget-icon,.TEC_FloatingChatbot__button .close-icon{width:48px;height:48px;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.TEC_FloatingChatbot__button .widget-icon{opacity:1}.TEC_FloatingChatbot__button--open .widget-icon{opacity:0;transform:rotate(180deg)}.TEC_FloatingChatbot__button--open .close-icon{opacity:1;transform:rotate(0)}.TEC_FloatingChatbot__button:hover{transform:scale(1.1)}.TEC_FloatingChatbot__window{position:absolute;bottom:90px;right:20px;width:420px;height:600px;background-color:transparent;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1)}.TEC_FloatingChatbot__window.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.Chatbot--floating{height:100%;background-color:#fff;border-radius:10px;overflow:hidden}@media screen and (max-width: 600px){.TEC_FloatingChatbot__window{position:fixed;width:100%;height:100%;max-height:600px;max-width:350px}.Chatbot--floating{border-radius:10px}.TEC_FloatingChatbot__button{z-index:1001}}:root{--color-background: #1E1E1E;--color-input-focus-border: #4DA3FF;--color-border: #3A3A3C;--color-input-background: #2C2C2E;--color-user-message-background: rgba(77, 163, 255, .2);--color-assistant-message-background: #3A3A3C;--color-send-button-background: #9898b5;--color-send-button-background-active: #4DA3FF;--color-loader: #4DA3FF;--color-user-message-text: #4DA3FF;--color-assistant-message-text: #ffffff;--color-secondary-buttons-background: #4DA3FF;--color-input-text: #FFFFFF;--color-preset-question-background: #2F2F38;--color-preset-question-text: #9898B5;--color-preset-question-background-hover: #322D27;--color-preset-question-text-hover: #B8965B;--color-global-wrapper-background: #000000;--color-header-slogan: #ffffff;--color-preset-question-highlight-background: #4DA3FF;--color-preset-question-highlight-text: #FFFFFF;--color-preset-question-highlight-background-hover: #3A8CE6;--color-preset-question-highlight-text-hover: #FFFFFF}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-assistant-message-background);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-assistant-message-background)}::-webkit-scrollbar-thumb:active{background:var(--color-assistant-message-background)}*{scrollbar-width:thin;scrollbar-color:var(--color-assistant-message-background) var(--color-background)}.Chatbot{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:auto;display:flex;flex-direction:column;width:100%;height:100vh}.Chatbot__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--chat-text-color)}.Chatbot__loading p{margin-top:10px}.Chatbot__loadingSpinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--chat-primary-color);border-radius:50%;animation:spin 1s linear infinite}.Chatbot--wrapped{height:100%}.Chatbot__chatbox{display:flex;flex-direction:column;background-color:var(--color-background);justify-content:space-between;height:100%;flex:1;border-radius:7px;position:relative;overflow:hidden}.Chatbot__chatbox--with-background{background-color:transparent}.Chatbot__backgroundImage{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.Chatbot__messages{overflow-y:auto;display:flex;flex-direction:column;align-self:center;width:100%;max-width:1100px;padding-top:20px;position:relative;padding-bottom:60px;z-index:1}.Chatbot__Footer{display:flex;flex-direction:column;position:relative;margin:0 10px 25px}.Chatbot__questionIdeas{display:flex;flex-direction:row;white-space:nowrap;overflow-x:auto;padding:10px 0;margin-bottom:10px;width:100%}.Chatbot__questionIdea{display:inline-block;background-color:var(--color-preset-question-background);color:var(--color-preset-question-text);padding:10px 14px 10px 19px;border-radius:10px;margin-right:10px;cursor:pointer;white-space:nowrap}.Chatbot__questionIdea:first-child{margin-left:auto}.Chatbot__questionIdea:last-child{margin-right:auto}.Chatbot__questionIdea:hover{background-color:var(--color-preset-question-background-hover);color:var(--color-preset-question-text-hover)}.Chatbot__questionIdea--highlighted{background-color:var(--color-preset-question-highlight-background);color:var(--color-preset-question-highlight-text)}.Chatbot__questionIdea--highlighted:hover{background-color:var(--color-preset-question-highlight-background-hover);color:var(--color-preset-question-highlight-text-hover)}.Chatbot__questionIdeasContainer:after{content:"";display:block;min-width:100%}.Chatbot__form{display:flex;padding-top:20px;position:relative;border-top:1px solid var(--color-border)}.Chatbot__inputContainer{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:100%;width:770px;position:relative;margin:0 auto}.Chatbot__input{max-width:100%;width:770px;padding:18px 100px 18px 18px;border-radius:16px;background:var(--color-input-background);border:1px solid var(--color-border);color:var(--color-input-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:17px;font-weight:500}.Chatbot__input::placeholder{color:var(--color-input-text);opacity:1}.Chatbot__input:focus{outline:none;border:1px solid var(--color-input-focus-border)}[data-chatbot-id=chthe6bygawi2f1ctmji] .Chatbot__input{border-color:#d01027;border-width:2px}[data-chatbot-id=chthe6bygawi2f1ctmji] .Chatbot__input:focus{border-color:#d01027;border-width:2px}.Chatbot__button{position:absolute;right:10px;bottom:0;top:0;padding:10px;cursor:pointer;margin-left:0;background:transparent}.Chatbot__button svg{fill:var(--color-send-button-background-active)}.Chatbot__button:disabled{cursor:not-allowed;opacity:.5}.Chatbot__button:disabled svg{fill:var(--color-send-button-background)}[data-chatbot-id=chthe6bygawi2f1ctmji] .Chatbot__button{position:absolute;right:0;padding:10px 25px;background:#d01127;border-top-left-radius:0;border-bottom-left-radius:0}[data-chatbot-id=chthe6bygawi2f1ctmji] .Chatbot__button svg{fill:#fff}[data-chatbot-id=chthe6bygawi2f1ctmji] .Chatbot__button:disabled{opacity:1}.Chatbot__StopIcon{width:16px;height:16px}.Chatbot__StopIcon:hover{opacity:.9}.Chatbot__InputActions{display:flex;position:absolute;top:10px;right:10px;align-items:center;gap:10px;color:var(--color-secondary-buttons-background);padding:6px 10px;z-index:10}.Chatbot__InputActions svg{width:24px;height:24px}.Chatbot__Icon{width:24px;height:24px;padding:4px;cursor:pointer}.Chatbot__Icon:hover{fill:var(--color-send-button-background-active)}.Chatbot__Icon.red:hover{fill:#f44}.Chatbot__Icon.selected{fill:var(--color-send-button-background-active)}.Chatbot__Icon.disabled{cursor:default}.Chatbot__Icon.disabled:hover{fill:inherit}.Chatbot__Icon.red.selected{fill:#f44}.Chatbot__disclaimer{position:absolute;bottom:5px;left:5px;right:5px;text-align:center;font-size:12px;color:var(--color-assistant-message-text)}.Chatbot__scrollButton{position:absolute;bottom:200px;left:50%;transform:translate(-50%);background-color:var(--color-preset-question-background-hover);color:var(--color-preset-question-text-hover);border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 5px #0003;cursor:pointer;transition:background-color .3s ease,color .3s ease;z-index:50}.Chatbot__scrollButton:hover{background-color:var(--color-user-message-background);color:var(--color-user-message-text)}.Chatbot__acceptDisclaimer{position:absolute;bottom:-54px;right:0;width:100px;text-align:center;padding:12px;background-color:var(--color-input-focus-border);color:var(--color-user-message-text);border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:opacity .2s ease}.Chatbot__acceptDisclaimer:hover{opacity:.9}.Chatbot .Chatbot__error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;text-align:center}.Chatbot .Chatbot__error p{color:#f44;margin-bottom:15px}.Chatbot__errorReload{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:var(--primary-color, #007bff);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.Chatbot__errorReload:hover{background-color:var(--primary-color-dark, #0056b3)}.Chatbot__errorReload svg{font-size:18px}.TEC_ChatbotMessageContainer{padding-top:34px;margin-bottom:20px;display:flex;flex-direction:row;align-items:flex-start;margin-left:10px;margin-right:10px;max-width:760px}.TEC_ChatbotMessageContainer-user{align-self:flex-end}.TEC_ChatbotMessageContainer-assistant{align-self:flex-start}.TEC_ChatbotMessageContainer:last-child{margin-bottom:50px}.TEC_ChatbotMessage{padding:18px 20px;border-radius:10px;font-size:14px;line-height:16.8px;display:flex;position:relative;text-align:left;font-weight:400;white-space:pre-wrap;min-height:18px}.TEC_ChatbotMessage__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:100%;font-size:15px}.TEC_ChatbotMessage__content img{max-width:100%;height:auto}.TEC_ChatbotMessage__content a{color:var(--color-assistant-message-text);text-decoration:underline}.TEC_ChatbotMessage__content p{margin:0;padding:0;line-height:16.8px;font-weight:400;font-size:15px}.TEC_ChatbotMessage__content li{margin:0;padding:0;line-height:normal;font-weight:400;font-size:15px}.TEC_ChatbotMessage--user{align-self:flex-end;background-color:var(--color-user-message-background);color:var(--color-user-message-text)}.TEC_ChatbotMessage--assistant{align-self:flex-start;background-color:var(--color-assistant-message-background);color:var(--color-assistant-message-text)}.TEC_ChatbotMessage__avatarUrlContainer{margin-right:18px;margin-top:11px;margin-left:20px}.TEC_ChatbotMessage__avatarUrl{width:30px;height:30px;border-radius:50%}.TEC_ChatbotMessage__actions{display:flex;justify-content:flex-end;gap:5px;position:absolute;left:10px;bottom:-40px}.TEC_ChatbotMessage__actions svg{fill:var(--color-assistant-message-text)}.loader{border:3px solid var(--color-loader);border-radius:50%;border-top:3px solid transparent;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.three-dots-loader{display:flex;justify-content:space-between;align-items:center;width:40px;height:20px}.three-dots-loader div{width:8px;height:8px;background-color:var(--color-loader);border-radius:50%;animation:three-dots 1.4s infinite ease-in-out both}.three-dots-loader div:nth-child(1){animation-delay:-.32s}.three-dots-loader div:nth-child(2){animation-delay:-.16s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes three-dots{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media screen and (max-width: 600px){.Chatbot{max-width:100%}.Chatbot__Footer{margin:0 10px 20px}.Chatbot__form{padding-top:10px}.Chatbot__button{right:5px}.Chatbot__disclaimer{right:5px;bottom:0}.Chatbot__scrollButton{bottom:160px}.TEC_ChatbotMessageContainer{display:flex;flex-wrap:wrap;margin-bottom:0;max-width:100%;gap:10px}.TEC_ChatbotMessageContainer-assistant{margin-bottom:10px;width:calc(100% - 20px)}.TEC_ChatbotMessageContainer-user{width:calc(90% - 20px)}.TEC_ChatbotMessage{width:100%}.TEC_ChatbotMessage__avatarUrlContainer{margin-right:2px;margin-left:2px}.TEC_ChatbotMessage__actions{bottom:-34px}}.ChatbotDebug{display:grid;grid-template-columns:1fr 400px;gap:20px;height:100vh;width:100%;max-width:100vw;overflow:hidden}.ChatbotDebug .Chatbot{height:100%;overflow:hidden}.ChatbotDebugMessages{background-color:var(--color-assistant-message-background);color:var(--color-assistant-message-text);padding:20px;border-radius:7px;overflow-y:auto;height:100%;text-align:left;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.4;border-left:2px solid var(--color-border)}.ChatbotDebugMessages div{margin-bottom:8px;word-break:break-all;white-space:pre-wrap}.ChatbotDebugMessages .json-key{color:#569cd6;font-weight:700}.ChatbotDebugMessages .json-string{color:#ce9178}.ChatbotDebugMessages .json-number{color:#06c}.ChatbotDebugMessages .json-boolean{color:#c586c0;font-weight:700}.ChatbotDebugMessages .json-null{color:#6a737d;font-style:italic}.ChatbotDebugMessages .json-bracket{color:#333;font-weight:700}@media screen and (max-width: 1200px){.ChatbotDebug{grid-template-columns:1fr 300px;gap:15px}}@media screen and (max-width: 900px){.ChatbotDebug{grid-template-columns:1fr;grid-template-rows:1fr 300px;gap:10px}.ChatbotDebugMessages{border-left:none;border-top:2px solid var(--color-border)}}.ChatbotStandalone{display:flex;flex-direction:column;background-color:var(--color-global-wrapper-background);color:var(--color-header-slogan);align-items:center;height:100vh;width:100%}.ChatbotStandalone--widget{max-width:600px;margin:0 auto}.ChatbotStandalone--flyquest{background:#fff;color:#000}.ChatbotStandalone__Header{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:180px;position:fixed;z-index:4}.ChatbotStandalone__Header--flyquest{background:#fff}.ChatbotStandalone__Header__Logo{height:74px;margin-bottom:34px;position:relative}.ChatbotStandalone__Header__Logo__RightClickArea{position:absolute;right:calc(50% - 220px);top:0;width:150px;height:100%;cursor:pointer}.ChatbotStandalone__Header__Title{font-size:14px;font-weight:500;line-height:1.7;text-align:center}.ChatbotStandalone__ChatbotContainer{padding:0 15px 15px;flex:1;width:calc(100% - 30px);height:calc(100% - 195px);margin-top:180px}@media screen and (max-width: 768px){.ChatbotStandalone{height:100dvh}.ChatbotStandalone__Header{height:150px}.ChatbotStandalone__Header__Logo{max-width:300px;height:auto;margin-bottom:20px}.ChatbotStandalone__Header__Title{max-width:300px;line-height:14px}.ChatbotStandalone__ChatbotContainer{padding:0 7.5px 7.5px;height:calc(100% - 165px);margin-top:150px;width:calc(100% - 15px)}}
