@keyframes slideInRight{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#sanjacChat{--chat-inset:10px;--chat-inset-top:83px;--chat-inset-bottom:var(--chat-inset);--chat-inset-left:var(--chat-inset);--chat-inset-right:52px;--chat-z-index:100;--chat-launcher-height:0px;--chat-move-delay:0s}#sanjacChat[data-fullscreen=true]{--chat-z-index:200}@media (min-width:528px){#sanjacChat{--chat-inset-right:158px}.sticky-ctas.js-collapsed~#sanjacChat{--chat-inset-right:52px;--chat-move-delay:0.3s}}@media (min-width:700px){#sanjacChat{--chat-inset:19px;--chat-inset-top:109px;--chat-inset-right:176px}.sticky-ctas.js-collapsed~#sanjacChat{--chat-inset-right:81px}}@media (min-width:1025px){#sanjacChat{--chat-inset:28px;--chat-inset-top:172px;--chat-inset-right:223px}.sticky-ctas.js-collapsed~#sanjacChat{--chat-inset-right:103px}}.chatArea{align-items:flex-end;bottom:var(--chat-inset-bottom);display:none;flex-direction:column;position:fixed;right:var(--chat-inset-right);z-index:var(--chat-z-index)}.chatArea.open{display:flex;transition:right .3s var(--chat-move-delay)}.chatResize{--cix:calc(var(--chat-inset-left) + var(--chat-inset-right));--ciy:calc(var(--chat-inset-top) + var(--chat-inset-bottom) + var(--chat-launcher-height));border:1px solid #e0e0e0;border-radius:16px;border-bottom-right-radius:4px;display:none;height:640px;max-height:calc(100vh - var(--ciy));max-height:calc(100dvh - var(--ciy));max-width:calc(100vw - var(--cix));max-width:calc(100dvw - var(--cix));min-height:240px;min-width:240px;overflow:hidden;resize:both;transform:rotate(180deg);width:360px}.chatResize.open{animation:fadeIn .3s linear;display:block}.chatElement{height:100%;transform:rotate(180deg)}#sanjacChat[data-fullscreen=true] .chatElement,#sanjacChat[data-fullscreen=true] .chatResize{transform:none}.chatIntro,.chatLauncher{display:none}.chatElement #WACContainer.WACContainer .WACHeader{min-height:48px}.chatElement #WACContainer.WACContainer .WACHeader__CenterContainer{margin:0 4px}.chatElement #WACContainer.WACContainer .bx--overflow-menu:hover .bx--overflow-menu__icon{fill:#fff}