@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");.agent-teaser{align-items:end;bottom:20px;color:#192b44;display:flex;flex-direction:column;font-family:Open Sans;font-size:16px;gap:32px;position:fixed;right:20px;text-decoration:none;z-index:9999}.agent-teaser:hover{color:#192b44!important}.agent-teaser__avatar-container{background-color:#192b44;border-radius:9000px;box-shadow:0 8px 11px 0 #0006!important;height:60px;overflow:hidden;width:60px}.agent-teaser__avatar{display:block;height:60px;width:60px}.agent-teaser__ghost-message{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(16,42,68,.161);padding:20px 20px 0;position:relative;width:260px}.agent-teaser__ghost-message:before{background-color:#fff;border-radius:0 6px;bottom:-8px;box-shadow:-3.5px 3.5px 6px 0 rgba(16,42,68,.161);content:" ";height:16px;position:absolute;right:24px;transform:rotate(-45deg);width:16px}.agent-teaser__ghost-message-content{margin:0}.agent-teaser__ghost-message-text,.agent-teaser__ghost-message-title{display:block;margin:12px 0}.agent-teaser__avatar{animation:avatar-anim .3s both}.agent-teaser__ghost-message{animation:ghost-message-anim .3s both;animation-delay:.4s}@keyframes avatar-anim{0%{transform:translateY(60px)}to{transform:translateY(0)}}@keyframes ghost-message-anim{0%{opacity:0;transform:translateX(15%) translateY(100px) scale(.7)}to{opacity:1;transform:translateY(0) scale(1)}}