@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chatbot-header{justify-content:space-between;align-items:center;padding:20px 20px 5px;display:flex}@media (max-height:250px){.chatbot-header{display:none}}.chatbot-header-left{align-items:center;gap:15px;display:flex}.chatbot-avatar{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;display:flex}.chatbot-avatar img,.chatbot-avatar svg{width:40px;height:40px}.chatbot-title-section{flex-direction:column;display:flex}.chatbot-title{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;width:170px;margin:0;font-family:Futura,sans-serif;font-size:18px;font-weight:700;line-height:1.2;overflow:hidden}.chatbot-title-light{color:var(--chatbot-title-color,#222)}.chatbot-title-dark{color:var(--chatbot-title-color,#f2f2f2)}.chatbot-title-blue{color:var(--chatbot-title-color,#222)}.chatbot-subtitle{margin:0;font-size:14px}.chatbot-subtitle-link{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.chatbot-subtitle-light{color:var(--chatbot-subtitle-color,#393939)}.chatbot-subtitle-dark{color:var(--chatbot-subtitle-color,#d1d1d1)}.chatbot-subtitle-blue{color:var(--chatbot-subtitle-color,#222)}.chatbot-subtitle-link{color:var(--chatbot-subtitle-link-color,inherit)}.chatbot-header-actions{align-self:start;gap:25px;height:30px;padding-top:12px;padding-right:15px;display:flex}.chatbot-icon-button{color:inherit;cursor:pointer;font:inherit;appearance:none;background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;line-height:0;transition:transform .2s,opacity .2s;display:inline-flex}.chatbot-icon-button:hover{opacity:.8;transform:scale(1.1)}.chatbot-icon-button:active{transform:scale(.95)}.chatbot-content{scrollbar-width:none;-ms-overflow-style:none;border-radius:20px 20px 0 0;flex-direction:column;flex:1;min-height:0;margin:10px 10px 0;padding:15px;display:flex;overflow:hidden}.chatbot-content-light{background:var(--chatbot-content-background,white)}.chatbot-content-dark{background:var(--chatbot-content-background,#1a1835)}.chatbot-content-blue{background:var(--chatbot-content-background,white)}.chatbot-content::-webkit-scrollbar{display:none}.chatbot-first-message{letter-spacing:0;border-radius:15px 15px 15px 0;width:fit-content;margin-bottom:8px;padding:10px;font-family:Urbanist,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:160%;animation:.3s slideInLeft}.chatbot-first-message-light{background:var(--chatbot-first-message-background,#f5f5f5);color:var(--chatbot-first-message-color,#222)}.chatbot-first-message-dark{background:var(--chatbot-first-message-background,#131229);color:var(--chatbot-first-message-color,#fff)}.chatbot-first-message-blue{background:var(--chatbot-first-message-background,#e0e9f6);color:var(--chatbot-first-message-color,#222)}.chatbot-prompts{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.chatbot-prompt-button{overflow-wrap:anywhere;text-align:start;cursor:pointer;max-width:330px;animation:.4s backwards fadeInUp;animation-delay:calc(.1s*var(--index,1));border-radius:16px;padding:8px 12px;font-size:14px;transition:all .3s}.chatbot-prompt-button-light{border:1px solid var(--chatbot-prompt-border-color,#dedede);background:var(--chatbot-prompt-background,#fff);color:var(--chatbot-prompt-text-color,#2c3e50)}.chatbot-prompt-button-dark{border:1px solid var(--chatbot-prompt-border-color,#ffffff14);background:var(--chatbot-prompt-background,#1e1b3c);color:var(--chatbot-prompt-text-color,#f2f2f2)}.chatbot-prompt-button-blue{border:1px solid var(--chatbot-prompt-border-color,#dde5f1);background:var(--chatbot-prompt-background,#fff);color:var(--chatbot-prompt-text-color,#222)}.chatbot-prompt-button-light:hover{background:var(--chatbot-prompt-hover-background,#dedede);color:var(--chatbot-prompt-text-color,#2c3e50);box-shadow:var(--chatbot-prompt-hover-shadow,0 4px 8px #dedede59);transform:translateY(-2px)}.chatbot-prompt-button-dark:hover{background:var(--chatbot-prompt-hover-background,#ffffff14);color:var(--chatbot-prompt-text-color,#f2f2f2);box-shadow:var(--chatbot-prompt-hover-shadow,0 4px 8px #ffffff14);transform:translateY(-2px)}.chatbot-prompt-button-blue:hover{background:var(--chatbot-prompt-hover-background,#dde5f1);color:var(--chatbot-prompt-text-color,#222);box-shadow:var(--chatbot-prompt-hover-shadow,0 4px 8px #dde5f180);transform:translateY(-2px)}.chatbot-prompt-button:active{transform:translateY(0)}.chatbot-messages{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;margin-bottom:15px;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{display:none}.chatbot-message-base{letter-spacing:0;word-wrap:break-word;border-radius:15px;max-width:80%;margin-bottom:10px;padding:12px 16px;font-family:Urbanist,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:160%}.chatbot-message-user{text-align:left;width:fit-content;margin-left:auto;margin-right:0;animation:.3s slideInRight;display:block}.chatbot-message-user-light{background:var(--chatbot-user-message-background,#303030);color:var(--chatbot-user-message-color,#fff)}.chatbot-message-user-dark{background:var(--chatbot-user-message-background,#5f28fb);color:var(--chatbot-user-message-color,#fff)}.chatbot-message-user-blue{background:var(--chatbot-user-message-background,#3985ff);color:var(--chatbot-user-message-color,#fff)}.chatbot-message-bot{border-radius:15px 15px 15px 0;animation:.3s slideInLeft}.chatbot-message-bot-light{background:var(--chatbot-bot-message-background,#f5f5f5);color:var(--chatbot-bot-message-color,#222)}.chatbot-message-bot-dark{background:var(--chatbot-bot-message-background,#131229);color:var(--chatbot-bot-message-color,#fff)}.chatbot-message-bot-blue{background:var(--chatbot-bot-message-background,#e0e9f6);color:var(--chatbot-bot-message-color,#222)}.chatbot-message-bot{line-height:1.55}.chatbot-message-bot p{margin:0 0 10px}.chatbot-message-bot p:last-child{margin-bottom:0}.chatbot-message-bot h1,.chatbot-message-bot h2,.chatbot-message-bot h3,.chatbot-message-bot h4{margin:14px 0 8px;font-weight:600;line-height:1.3}.chatbot-message-bot h1{font-size:18px}.chatbot-message-bot h2{font-size:16px}.chatbot-message-bot h3{font-size:15px}.chatbot-message-bot h4{font-size:14px}.chatbot-message-bot h1:first-child,.chatbot-message-bot h2:first-child,.chatbot-message-bot h3:first-child,.chatbot-message-bot h4:first-child{margin-top:0}.chatbot-message-bot ul,.chatbot-message-bot ol{margin:6px 0 10px;padding-left:22px}.chatbot-message-bot li{margin:3px 0}.chatbot-message-bot li>p{margin:0}.chatbot-message-bot strong{font-weight:600}.chatbot-message-bot a{color:inherit;text-decoration:underline}.chatbot-message-bot blockquote{opacity:.85;border-left:3px solid;margin:8px 0;padding:6px 12px}.chatbot-message-bot code{background:#0000000f;border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em}.chatbot-message-bot-dark code{background:#ffffff26}.chatbot-message-bot pre{background:#0000000f;border-radius:8px;margin:8px 0;padding:10px 12px;overflow-x:auto}.chatbot-message-bot-dark pre{background:#00000040}.chatbot-message-bot pre code{white-space:pre;background:0 0;padding:0;font-size:12.5px;line-height:1.5}.chatbot-message-bot table{border-collapse:collapse;width:max-content;max-width:100%;margin:8px 0;font-size:13px;display:block;overflow-x:auto}.chatbot-message-bot th,.chatbot-message-bot td{text-align:left;vertical-align:top;white-space:nowrap;border:1px solid #00000026;padding:6px 10px}.chatbot-message-bot-dark th,.chatbot-message-bot-dark td{border-color:#ffffff40}.chatbot-message-bot th{background:#0000000f;font-weight:600}.chatbot-message-bot-dark th{background:#ffffff1f}.chatbot-message-bot tr:nth-child(2n) td{background:#00000008}.chatbot-message-bot-dark tr:nth-child(2n) td{background:#ffffff0d}.chatbot-message-bot.chatbot-message-base{max-width:92%}.chatbot-input-container{border-radius:0 0 15px 15px;align-items:center;gap:10px;margin:0 10px 10px;padding:15px;display:flex;box-shadow:0 -4px 12px #0000001a}@media (max-height:200px){.chatbot-input-container{padding:2px 2px 2px 15px}}.chatbot-input-container-light{background:var(--chatbot-input-container-background,white)}.chatbot-input-container-dark{background:var(--chatbot-input-container-background,#1a1835)}.chatbot-input-container-blue{background:var(--chatbot-input-container-background,white)}.chatbot-input{appearance:none;background:0 0;border:none;outline:none;flex:1;font-size:14px;transition:transform .2s}.chatbot-input-light{color:var(--chatbot-input-text-color,#2c3e50)}.chatbot-input-dark{color:var(--chatbot-input-text-color,white)}.chatbot-input-blue{color:var(--chatbot-input-text-color,#222)}.chatbot-input:focus{transform:scale(1.01)}@media (max-width:767px){.chatbot-input{transform-origin:0;font-size:16px;transform:scale(.875)}.chatbot-input:focus{transform:scale(.875)}}.chatbot-input::placeholder{color:var(--chatbot-input-placeholder-color,#bebebe)}.chatbot-input:-webkit-autofill{caret-color:var(--chatbot-input-text-color,currentColor);-webkit-text-fill-color:var(--chatbot-input-text-color,currentColor);box-shadow:0 0 0 1000px var(--chatbot-input-container-background,transparent)inset;transition:background-color 9999s ease-out,color 9999s ease-out}.chatbot-input:-webkit-autofill:hover{caret-color:var(--chatbot-input-text-color,currentColor);-webkit-text-fill-color:var(--chatbot-input-text-color,currentColor);box-shadow:0 0 0 1000px var(--chatbot-input-container-background,transparent)inset;transition:background-color 9999s ease-out,color 9999s ease-out}.chatbot-input:-webkit-autofill:focus{caret-color:var(--chatbot-input-text-color,currentColor);-webkit-text-fill-color:var(--chatbot-input-text-color,currentColor);box-shadow:0 0 0 1000px var(--chatbot-input-container-background,transparent)inset;transition:background-color 9999s ease-out,color 9999s ease-out}.chatbot-input:-webkit-autofill:active{caret-color:var(--chatbot-input-text-color,currentColor);-webkit-text-fill-color:var(--chatbot-input-text-color,currentColor);box-shadow:0 0 0 1000px var(--chatbot-input-container-background,transparent)inset;transition:background-color 9999s ease-out,color 9999s ease-out}.chatbot-input:disabled{opacity:.6;cursor:not-allowed}.chatbot-send-button{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.chatbot-send-button-light:hover:not(:disabled){box-shadow:var(--chatbot-send-button-hover-shadow,0 4px 12px #30303059);transform:scale(1.1)rotate(15deg)}.chatbot-send-button-dark:hover:not(:disabled){box-shadow:var(--chatbot-send-button-hover-shadow,0 4px 12px #5f28fb);transform:scale(1.1)rotate(15deg)}.chatbot-send-button-blue:hover:not(:disabled){box-shadow:var(--chatbot-send-button-hover-shadow,0 4px 12px #0160f159);transform:scale(1.1)rotate(15deg)}.chatbot-send-button:active:not(:disabled){transform:scale(.95)rotate(0)}.chatbot-send-button:disabled{opacity:.5;cursor:not-allowed}.chatbot-send-button svg{fill:#222;width:24px;height:24px;margin-left:4px}.chatbot-send-button-light svg,.chatbot-send-button-dark svg{fill:var(--chatbot-send-button-icon-color,#fff)}.chatbot-send-button-light{background:var(--chatbot-send-button-background,#303030)}.chatbot-send-button-dark{background:var(--chatbot-send-button-background,#5f28fb)}.chatbot-send-button-blue{background:var(--chatbot-send-button-background,#3985ff)}.chatbot-send-button-blue svg{fill:var(--chatbot-send-button-icon-color,#fff)}.chatbot-typing-indicator{align-items:center;gap:4px;display:flex}.chatbot-typing-dot{background-color:#bebebe;border-radius:50%;width:8px;height:8px;animation:1.4s infinite typing}.chatbot-typing-dot:nth-child(2){animation-delay:.2s}.chatbot-typing-dot:nth-child(3){animation-delay:.4s}.chatbot-popover-menu{z-index:10000;opacity:0;pointer-events:none;border-radius:24px;min-width:120px;padding:8px;font-size:18px;transition:opacity .2s,transform .2s;position:absolute;top:55px;right:65px;transform:translateY(-8px);box-shadow:0 2px 8px #00000026}.chatbot-popover-menu.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.chatbot-popover-menu-light{background:var(--chatbot-popover-background,white);color:var(--chatbot-popover-text,#2c3e50);border-radius:16px}.chatbot-popover-menu-dark{background:var(--chatbot-popover-background,#5f28fb);color:var(--chatbot-popover-text,#f5f5f5);border-color:#1a1835;border-radius:16px;box-shadow:0 2px 8px #393939}.chatbot-popover-item{white-space:nowrap;padding:10px}.chatbot-popover-item-light:hover{background:var(--chatbot-popover-hover-background,#f2f2f2);border-radius:16px}.chatbot-popover-item-dark:hover{background:var(--chatbot-popover-hover-background,#4b4786);border-radius:16px}.chatbot-container .chatbot-message-bot.chatbot-message-base p,.chatbot-container .chatbot-message-bot.chatbot-message-base ul,.chatbot-container .chatbot-message-bot.chatbot-message-base ol,.chatbot-container .chatbot-message-bot.chatbot-message-base li,.chatbot-container .chatbot-message-bot.chatbot-message-base blockquote,.chatbot-container .chatbot-message-bot.chatbot-message-base pre,.chatbot-container .chatbot-message-bot.chatbot-message-base code,.chatbot-container .chatbot-message-bot.chatbot-message-base a,.chatbot-container .chatbot-message-bot.chatbot-message-base strong,.chatbot-container .chatbot-message-bot.chatbot-message-base b,.chatbot-container .chatbot-message-bot.chatbot-message-base em,.chatbot-container .chatbot-message-bot.chatbot-message-base i,.chatbot-container .chatbot-message-bot.chatbot-message-base del,.chatbot-container .chatbot-message-bot.chatbot-message-base span,.chatbot-container .chatbot-message-bot.chatbot-message-base div,.chatbot-container .chatbot-message-bot.chatbot-message-base h1,.chatbot-container .chatbot-message-bot.chatbot-message-base h2,.chatbot-container .chatbot-message-bot.chatbot-message-base h3,.chatbot-container .chatbot-message-bot.chatbot-message-base h4,.chatbot-container .chatbot-message-bot.chatbot-message-base h5,.chatbot-container .chatbot-message-bot.chatbot-message-base h6,.chatbot-container .chatbot-message-bot.chatbot-message-base table,.chatbot-container .chatbot-message-bot.chatbot-message-base thead,.chatbot-container .chatbot-message-bot.chatbot-message-base tbody,.chatbot-container .chatbot-message-bot.chatbot-message-base tr,.chatbot-container .chatbot-message-bot.chatbot-message-base th,.chatbot-container .chatbot-message-bot.chatbot-message-base td,.chatbot-container .chatbot-message-bot.chatbot-message-base hr,.chatbot-container .chatbot-message-bot.chatbot-message-base img{font-weight:inherit;font-style:inherit;letter-spacing:inherit;text-align:inherit;text-transform:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;vertical-align:baseline;box-sizing:border-box;background:0 0;border:0;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;color:inherit!important;margin:0!important;padding:0!important}.chatbot-container .chatbot-message-bot.chatbot-message-base p,.chatbot-container .chatbot-message-bot.chatbot-message-base ul,.chatbot-container .chatbot-message-bot.chatbot-message-base ol,.chatbot-container .chatbot-message-bot.chatbot-message-base blockquote,.chatbot-container .chatbot-message-bot.chatbot-message-base pre,.chatbot-container .chatbot-message-bot.chatbot-message-base table{margin:0 0 8px!important}.chatbot-container .chatbot-message-bot.chatbot-message-base>:last-child,.chatbot-container .chatbot-message-bot.chatbot-message-base p:last-child,.chatbot-container .chatbot-message-bot.chatbot-message-base ul:last-child,.chatbot-container .chatbot-message-bot.chatbot-message-base ol:last-child{margin-bottom:0!important}.chatbot-container .chatbot-message-bot.chatbot-message-base ul,.chatbot-container .chatbot-message-bot.chatbot-message-base ol{padding-left:1.25em!important}.chatbot-container .chatbot-message-bot.chatbot-message-base ul{list-style:outside}.chatbot-container .chatbot-message-bot.chatbot-message-base ol{list-style:decimal}.chatbot-container .chatbot-message-bot.chatbot-message-base li{margin:0 0 4px!important}.chatbot-container .chatbot-message-bot.chatbot-message-base li:last-child{margin-bottom:0!important}.chatbot-container .chatbot-message-bot.chatbot-message-base strong,.chatbot-container .chatbot-message-bot.chatbot-message-base b{font-weight:600}.chatbot-container .chatbot-message-bot.chatbot-message-base em,.chatbot-container .chatbot-message-bot.chatbot-message-base i{font-style:italic}.chatbot-container .chatbot-message-bot.chatbot-message-base a{color:currentColor;text-underline-offset:2px;word-break:break-word;text-decoration:underline}.chatbot-container .chatbot-message-bot.chatbot-message-base code{background:#0000000f;border-radius:4px;padding:1px 4px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:.92em!important}.chatbot-container .chatbot-message-bot.chatbot-message-base pre{white-space:pre;background:#0000000f;border-radius:6px;overflow-x:auto;padding:8px 10px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:.92em!important}.chatbot-container .chatbot-message-bot.chatbot-message-base pre code{background:0 0;border-radius:0;font-size:inherit!important;padding:0!important}.chatbot-container .chatbot-message-bot.chatbot-message-base blockquote{opacity:.9;border-left:2px solid;padding-left:8px!important}.chatbot-container .chatbot-message-bot.chatbot-message-base h1,.chatbot-container .chatbot-message-bot.chatbot-message-base h2,.chatbot-container .chatbot-message-bot.chatbot-message-base h3,.chatbot-container .chatbot-message-bot.chatbot-message-base h4,.chatbot-container .chatbot-message-bot.chatbot-message-base h5,.chatbot-container .chatbot-message-bot.chatbot-message-base h6{font-weight:600;margin:0 0 4px!important;font-size:1em!important}.chatbot-container .chatbot-message-bot.chatbot-message-base table{border-collapse:collapse;width:100%}.chatbot-container .chatbot-message-bot.chatbot-message-base th,.chatbot-container .chatbot-message-bot.chatbot-message-base td{text-align:left;border:1px solid;padding:4px 8px!important}.chatbot-container .chatbot-message-bot.chatbot-message-base th{font-weight:600}.chatbot-container .chatbot-message-bot.chatbot-message-base hr{opacity:.3;border:0;border-top:1px solid;margin:8px 0!important}.chatbot-container .chatbot-message-bot.chatbot-message-base img{object-fit:contain;max-width:100%;height:auto;display:block}.chatbot-container .chatbot-message-bot.chatbot-message-base .chatbot-typing-indicator{align-items:center;gap:4px;display:flex}.chatbot-container .chatbot-message-bot.chatbot-message-base .chatbot-typing-dot{background-color:#bebebe;border-radius:50%;width:8px;height:8px;animation:1.4s infinite typing}.chatbot-container .chatbot-message-bot.chatbot-message-base .chatbot-typing-dot:nth-child(2){animation-delay:.2s}.chatbot-container .chatbot-message-bot.chatbot-message-base .chatbot-typing-dot:nth-child(3){animation-delay:.4s}.chatbot-wrapper{box-sizing:border-box;width:100%;height:100dvh;min-height:0;max-height:100dvh;padding-bottom:env(safe-area-inset-bottom,0px);background:#efedec;justify-content:center;align-items:center;display:flex;overflow:hidden}.chatbot-container{box-sizing:border-box;border:1px solid var(--chatbot-container-border-color,transparent);background:#efedec;flex-direction:column;width:100%;max-width:768px;height:100%;min-height:0;max-height:100%;display:flex;overflow:hidden}.chatbot-wrapper-embedded{background:0 0;justify-content:stretch;align-items:stretch;width:100%;padding-bottom:0}.chatbot-container-embedded{border:none;width:100%;max-width:none}.chatbot-container-embedded .chatbot-content,.chatbot-container-embedded .chatbot-input-container{margin-left:0;margin-right:0}.chatbot-container-embedded .chatbot-content{border-radius:0}.chatbot-container-embedded .chatbot-input-container{box-shadow:none;border-radius:0}.chatbot-title{width:auto;max-width:unset}.chatbot-message-base{max-width:100%;margin-bottom:16px}.chatbot-message-user{word-wrap:break-word;border-radius:15px;justify-self:right;max-width:85%;margin-bottom:12px;padding:12px 16px;font-size:14px}.chatbot-message-bot{justify-self:left}.chatbot-message-user+.chatbot-message-base,.chatbot-message-base+.chatbot-message-user{margin-top:8px}@media (max-height:200px){.chatbot-content{margin:2px 2px 0;padding-top:5px;padding-bottom:5px}.chatbot-messages{margin-bottom:5px}}.chatbot-input-container{flex-shrink:0}@media (max-height:200px){.chatbot-input-container{margin:2px 2px 0}.chatbot-input{padding-left:8px}}.chatbot-first-message-small-height{border-radius:15px 15px 15px 0;align-items:end;gap:10px;width:fit-content;margin-bottom:8px;padding:10px;font-size:14px;animation:.3s slideInLeft;display:flex}@media (min-height:200px){.chatbot-first-message-small-height{display:none}}.chatbot-first-message-title{margin-bottom:5px;font-weight:600;display:block}@media (min-height:200px){.chatbot-first-message-title{display:none}}@media (max-height:200px){.chatbot-first-message{display:none}}.chatbot-message-icon{width:40px;height:40px}@media (min-height:200px){.chatbot-message-icon{display:none}}@media (max-height:200px){.chatbot-message-bot{margin-bottom:0;padding:0}}