:export{totalColor:#3d74c7;qbColor:#a3dff4;rbColor:#dabdae;wrColor:#b7c5f1;teColor:#ffefce;pickColor:#d4d4d4;bnColor:#d4d4d4;irColor:#d50700;taxiColor:#ff7900;defColor:#cadbd2;idpColor:#cadbd2;kickerColor:#e1eef3;tqbColor:#a3dff4;hcColor:#decfef;tkColor:#e1eef3;lbColor:#b0e8e5;dlColor:#ade3c8;dbColor:#ebf3e2;qrwtColor:#ff0;rwtColor:#f78439;rwColor:lime;wtColor:purple;dldColor:#639}.sales-chat{--sales-chat-z-index: 1030;--sales-chat-radius: 0.75rem;--sales-chat-edge-offset: 2rem;font-family:var(--ds-font-body);font-style:normal;text-transform:none}.sales-chat__launcher{position:fixed;right:0;bottom:0;left:0;z-index:var(--sales-chat-z-index);display:flex;gap:.5rem;align-items:center;justify-content:center;height:3.5rem;padding:1rem;border:0;border-radius:var(--sales-chat-radius) var(--sales-chat-radius) 0 0;background:var(--ds-purple);color:var(--ds-white);font-weight:600;cursor:pointer;font-size:1.125rem;line-height:1.25rem}@media(width >= 1024px){.sales-chat__launcher{right:var(--sales-chat-edge-offset);bottom:var(--sales-chat-edge-offset);left:auto;height:auto;padding:.75rem .875rem;border-radius:.5rem;font-size:1.5rem;line-height:1.625rem}}.sales-chat__launcher:hover,.sales-chat__launcher:focus-visible{background:var(--ds-purple-accent)}.sales-chat__launcher-icon{width:1rem;height:1rem}@media(width >= 1024px){.sales-chat__launcher-icon{width:1.25rem;height:1.25rem}}.sales-chat__launcher-chevron{width:1rem;height:.625rem}@media(width >= 1024px){.sales-chat__launcher-chevron{display:none}}.sales-chat__panel{position:fixed;right:0;bottom:0;left:0;z-index:var(--sales-chat-z-index);display:flex;flex-direction:column;height:min(31.25rem,85dvh);filter:drop-shadow(0 0 25px rgba(0, 0, 0, 0.5))}@media(width >= 1024px){.sales-chat__panel{right:var(--sales-chat-edge-offset);left:auto;width:21.875rem}}.sales-chat__mascot{display:none}@media(width >= 1024px){.sales-chat__mascot{position:absolute;right:3rem;bottom:calc(100% - .625rem);z-index:0;display:block;width:16.25rem;height:auto}}.sales-chat__header{position:relative;z-index:1;display:flex;gap:.625rem;align-items:center;flex-shrink:0;padding:.75rem 1rem;border-radius:var(--sales-chat-radius) var(--sales-chat-radius) 0 0;background:var(--ds-purple);color:var(--ds-white)}.sales-chat__header-spacer{width:1rem;flex-shrink:0}.sales-chat__header-title{display:flex;flex:1;gap:.25rem;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;line-height:1.25rem}.sales-chat__header-fin{width:1.5rem;height:auto}.sales-chat__close{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex-shrink:0;padding:0;border:0;background:none;color:var(--ds-white);cursor:pointer}.sales-chat__close svg{width:.75rem;height:.75rem}.sales-chat__messages{display:flex;flex:1;flex-direction:column;gap:.625rem;padding:1rem 1rem .75rem;background:var(--ds-white);overflow-y:auto}.sales-chat__msg{display:flex;flex-shrink:0}.sales-chat__msg--user{justify-content:flex-end}.sales-chat__msg-content{padding:.5rem 0;color:var(--ds-black);font-size:1rem;line-height:1.125rem;line-height:1.5rem}.sales-chat__msg-content p{margin:0 0 .5rem}.sales-chat__msg-content p:last-child{margin-bottom:0}.sales-chat__msg-content a{color:var(--ds-purple-accent)}.sales-chat__msg-content ul,.sales-chat__msg-content ol{margin:0 0 .5rem;padding-left:1.25rem}.sales-chat__msg-pill{max-width:85%;padding:.75rem 1rem;border-radius:2.5rem;background:var(--ds-purple);color:var(--ds-white);font-size:1rem;line-height:1.125rem}.sales-chat__quick-replies{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;flex-shrink:0}.sales-chat__quick-reply{padding:.5rem 1rem;border:1px solid var(--ds-purple);border-radius:2.5rem;background:var(--ds-white);color:var(--ds-purple);cursor:pointer;font-size:1rem;line-height:1.125rem}.sales-chat__quick-reply:hover:not(:disabled),.sales-chat__quick-reply:focus-visible{background:var(--ds-purple-10)}.sales-chat__quick-reply:disabled{opacity:.6;cursor:default}.sales-chat__typing{display:flex;gap:.25rem;align-items:center;padding:.5rem 0}.sales-chat__typing-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--ds-purple);animation:sales-chat-typing 1.2s infinite ease-in-out}.sales-chat__typing-dot:nth-child(2){animation-delay:.2s}.sales-chat__typing-dot:nth-child(3){animation-delay:.4s}@media(prefers-reduced-motion: reduce){.sales-chat__typing-dot{animation:none;opacity:.6}}@keyframes sales-chat-typing{0%,60%,100%{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-0.25rem)}}.sales-chat__footer{flex-shrink:0;padding:.75rem 1rem 1rem;background:var(--ds-white)}@media(width >= 1024px){.sales-chat__footer{border-radius:0 0 var(--sales-chat-radius) var(--sales-chat-radius)}}.sales-chat__input-wrap{display:flex;gap:.5rem;align-items:center;height:3rem;padding:.5rem .5rem .5rem .75rem;border:1px solid var(--ds-silver-50);border-radius:3.875rem;background:var(--ds-white)}.sales-chat__input-wrap:focus-within{border-color:var(--ds-purple)}.sales-chat__input{flex:1;min-width:0;padding-left:.5rem;border:0;background:none;color:var(--ds-black);outline:none;font-size:.875rem;line-height:1rem}.sales-chat__input:focus{outline:none}.sales-chat__input::placeholder{color:var(--ds-black)}.sales-chat__send{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border:0;border-radius:50%;background:var(--ds-silver-10);color:var(--ds-black-jet);cursor:pointer;transition:background-color .15s ease,color .15s ease}.sales-chat__send svg{width:.75rem;height:.875rem}.sales-chat__send--active{background:var(--ds-purple);color:var(--ds-white)}.sales-chat__send:disabled{cursor:default}/*# sourceMappingURL=sales-chat.css.map */
