.bo-live-chat{position:fixed;right:24px;bottom:24px;z-index:1200;font-family:"DM Sans",system-ui,sans-serif;color:#111827}.bo-live-chat *{box-sizing:border-box}.bo-live-chat__launcher{position:relative;width:58px;height:58px;display:grid;place-items:center;border:0;border-radius:50%;background:#1f5fe0;color:#fff;box-shadow:0 14px 36px rgba(31,95,224,.28);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.bo-live-chat__launcher:hover{transform:translateY(-2px);background:#174fc0;box-shadow:0 18px 44px rgba(31,95,224,.34)}.bo-live-chat__launcher:focus-visible,.bo-live-chat__close:focus-visible,.bo-live-chat__send:focus-visible,.bo-live-chat__privacy button:focus-visible{outline:3px solid rgba(31,95,224,.22);outline-offset:3px}.bo-live-chat__launcher>svg{width:25px;height:25px}.bo-live-chat__online{position:absolute;right:1px;bottom:3px;width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:#16a36f}.bo-live-chat__unread{position:absolute;right:-3px;top:-4px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font:800 10px/1 "DM Sans",sans-serif}.bo-live-chat__panel{position:absolute;right:0;bottom:72px;width:min(380px,calc(100vw - 32px));height:min(570px,calc(100dvh - 112px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #e3e8ef;border-radius:22px;background:#fff;box-shadow:0 28px 70px rgba(20,34,62,.2);opacity:0;visibility:hidden;transform:translateY(12px) scale(.985);transform-origin:bottom right;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.bo-live-chat.is-open .bo-live-chat__panel{opacity:1;visibility:visible;transform:none}.bo-live-chat__header{height:66px;flex:0 0 auto;display:flex;align-items:center;gap:11px;padding:12px 13px 12px 14px;border-bottom:1px solid #edf0f4;background:#fff}.bo-live-chat__brand{width:39px;height:39px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:#1f5fe0;color:#fff}.bo-live-chat__brand svg{width:23px;height:23px}.bo-live-chat__identity{min-width:0;display:grid;gap:2px;flex:1}.bo-live-chat__identity strong{font:760 15px/1.15 "Manrope",system-ui,sans-serif;letter-spacing:-.01em;color:#111827}.bo-live-chat__identity small{display:flex;align-items:center;gap:5px;color:#778398;font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-live-chat__identity small i{width:7px;height:7px;border-radius:50%;background:#16a36f;box-shadow:0 0 0 3px rgba(22,163,111,.1)}.bo-live-chat__close{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#6b778a;cursor:pointer}.bo-live-chat__close:hover{background:#f3f5f8;color:#111827}.bo-live-chat__close svg{width:20px;height:20px}.bo-live-chat__conversation{position:relative;flex:1;min-height:0;overflow-y:auto;scroll-behavior:smooth;padding:16px 14px 12px;background:#fbfcfd;scrollbar-width:thin;scrollbar-color:#c7ced8 transparent}.bo-live-chat__conversation::-webkit-scrollbar{width:6px}.bo-live-chat__conversation::-webkit-scrollbar-thumb{border-radius:99px;background:#c7ced8}.bo-live-chat__messages{display:grid;gap:10px;align-content:start}.bo-live-chat__message{display:flex}.bo-live-chat__message--user{justify-content:flex-end}.bo-live-chat__bubble{max-width:82%;display:grid;gap:4px;padding:10px 12px;border:1px solid #e2e7ee;border-radius:16px 16px 16px 5px;background:#fff;color:#263247;font-size:13.5px;line-height:1.48;white-space:pre-wrap;overflow-wrap:anywhere}.bo-live-chat__message--user .bo-live-chat__bubble{border-color:#1f5fe0;border-radius:16px 16px 5px 16px;background:#1f5fe0;color:#fff}.bo-live-chat__message--human .bo-live-chat__bubble{border-color:#d9e8e1;background:#f3faf7}.bo-live-chat__message--human small{color:#0c7b55;font-size:10px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.bo-live-chat__message--welcome>div{display:grid;gap:3px;padding:2px 2px 6px;color:#475569}.bo-live-chat__message--welcome strong{font:760 17px/1.2 "Manrope",system-ui,sans-serif;color:#111827}.bo-live-chat__message--welcome span{font-size:13px}.bo-live-chat__system{justify-self:center;max-width:88%;padding:7px 10px;border-radius:999px;background:#eef3f8;color:#677489;font-size:11px;line-height:1.35;text-align:center}.bo-live-chat__typing{width:48px;display:flex;gap:4px;align-items:center;margin-top:10px;padding:10px 12px;border:1px solid #e2e7ee;border-radius:16px 16px 16px 5px;background:#fff}.bo-live-chat__typing[hidden]{display:none}.bo-live-chat__typing span{width:5px;height:5px;border-radius:50%;background:#91a0b3;animation:boChatTyping 1s ease-in-out infinite}.bo-live-chat__typing span:nth-child(2){animation-delay:.12s}.bo-live-chat__typing span:nth-child(3){animation-delay:.24s}@keyframes boChatTyping{0%,70%,100%{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}.bo-live-chat__notice{flex:0 0 auto;margin:0 12px 8px;padding:8px 10px;border-radius:10px;background:#eef5ff;color:#315a95;font-size:11.5px;line-height:1.4}.bo-live-chat__notice[hidden]{display:none}.bo-live-chat__notice.is-error{background:#fff1f2;color:#b42336}.bo-live-chat__composer{flex:0 0 auto;display:grid;grid-template-columns:1fr 42px;gap:8px;align-items:end;padding:10px;border-top:1px solid #edf0f4;background:#fff}.bo-live-chat__composer[hidden]{display:none}.bo-live-chat__composer textarea{width:100%;min-height:42px;max-height:112px;resize:none;padding:10px 12px;border:1px solid #dfe4eb;border-radius:13px;background:#f8fafc;color:#172033;font:500 13.5px/1.45 "DM Sans",system-ui,sans-serif;outline:none}.bo-live-chat__composer textarea:focus{border-color:#9bb8ec;background:#fff;box-shadow:0 0 0 3px rgba(31,95,224,.08)}.bo-live-chat__composer textarea::placeholder{color:#9aa5b3}.bo-live-chat__send{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:12px;background:#1f5fe0;color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}.bo-live-chat__send:hover{background:#174fc0}.bo-live-chat__send:active{transform:scale(.97)}.bo-live-chat__send:disabled{opacity:.45;cursor:default}.bo-live-chat__send svg{width:19px;height:19px}.bo-live-chat__privacy{position:absolute;inset:66px 0 0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center;background:#fff}.bo-live-chat__privacy[hidden]{display:none}.bo-live-chat__privacy-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:13px;border-radius:15px;background:#eef4ff;color:#1f5fe0}.bo-live-chat__privacy-icon svg{width:25px;height:25px}.bo-live-chat__privacy strong{font:760 18px/1.2 "Manrope",system-ui,sans-serif;color:#111827}.bo-live-chat__privacy p{max-width:285px;margin:9px 0 17px;color:#657184;font-size:12.5px;line-height:1.55}.bo-live-chat__privacy button{min-height:42px;padding:0 16px;border:0;border-radius:11px;background:#1f5fe0;color:#fff;font:750 13px "DM Sans",sans-serif;cursor:pointer}.bo-live-chat__privacy>a{margin-top:11px;color:#748196;font-size:11px;text-underline-offset:2px}.bo-live-chat.is-unavailable .bo-live-chat__online{background:#98a2b3}.hero-assistant[data-floating-moved="true"]{display:none!important}@media(max-width:640px){.bo-live-chat{right:14px;bottom:14px}.bo-live-chat__launcher{width:56px;height:56px}.bo-live-chat__panel{position:fixed;right:10px;bottom:80px;width:calc(100vw - 20px);height:min(620px,calc(100dvh - 94px));border-radius:20px}.bo-live-chat__header{height:62px}.bo-live-chat__privacy{inset:62px 0 0}}@media(prefers-reduced-motion:reduce){.bo-live-chat__launcher,.bo-live-chat__panel,.bo-live-chat__typing span{transition:none;animation:none}}