body{margin:0}.chatbot-bot-text-message-container{display:flex;margin-bottom:10px;margin-top:10px}.chatbot-bot-text-message{background-color:#fff;border:1px solid #e0e0e0;border-radius:15px;color:#333;line-height:1.4;margin-right:65px;padding:7px 16px;position:relative;text-align:left}@-webkit-keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}.chatbot-bot-chips-message{border-radius:5px;display:block;padding:2px}.chatbot-chip-button{align-items:center;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;box-shadow:0 2px 2px 0 rgba(0,0,0,.24);color:#000;cursor:pointer;margin-bottom:10px;margin-right:10px;min-height:35px;padding:0 10px}.chatbot-chip-link{box-sizing:border-box;display:inline-block;padding-bottom:7px;padding-top:7px;text-decoration:none!important}.chatbot-chip-link-icon{height:15px;margin-left:8px;position:relative;top:2px;width:15px}.chatbot-chip-button:hover{background:#e6e6e6}.chatbot-user-chat-message-container{display:flex;justify-content:flex-end;margin-bottom:10px;margin-top:10px}@-webkit-keyframes message-fade-in{0%{opacity:0}25%{opacity:.25}50%{opacity:.5}75%{opacity:.75}to{opacity:1}}@keyframes message-fade-in{0%{opacity:0}25%{opacity:.25}50%{opacity:.5}75%{opacity:.75}to{opacity:1}}.chatbot-user-chat-message{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:message-fade-in;animation-name:message-fade-in;background-color:#ddd;border-radius:15px;line-height:1.4;margin-left:75px}.chatbot-initial-chat-message,.chatbot-user-chat-message{color:#585858;padding:10px;position:relative;text-align:left}.chatbot-initial-chat-message{background-color:#fff;border:1px solid #e0e0e0;border-radius:15px;cursor:pointer;margin:10px}:root{--chatbot-theme-color:#036;--chatbot-theme-forground-color:#fff}.chatbot-container{font-family:BC Sans,Noto Sans,Arial,"sans serif";font-size:14px}@media screen and (min-width:501px){.chatbot-open-container{bottom:80px;height:560px;max-height:65%;right:10px;width:380px}}@media screen and (max-width:500px){.chatbot-open-container{bottom:0;height:100%;right:0;width:100%}}.chatbot-container a:link{cursor:pointer;text-decoration:underline}.chatbot-open-container{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:chat-window-expand;animation-name:chat-window-expand;background-color:#fff;border-radius:5px;box-shadow:1px 4px 15px 0 rgba(0,0,0,.4);display:flex;flex-direction:column;position:fixed;z-index:100}@-webkit-keyframes chat-window-expand{0%{opacity:0;-webkit-transform:translateX(25%) translateY(30%) scale(.5);transform:translateX(25%) translateY(30%) scale(.5)}}@keyframes chat-window-expand{0%{opacity:0;-webkit-transform:translateX(25%) translateY(30%) scale(.5);transform:translateX(25%) translateY(30%) scale(.5)}}.chatbot-footer{background:dimgray;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding-left:10px;padding-right:10px;vertical-align:middle}.chatbot-footer-button{background:none!important;border:none;color:#fff;cursor:pointer;line-height:1.5em;padding:2px 0 0;text-decoration:underline}.chatbot-footer-button:focus,.chatbot-footer-button:hover{color:#d3d3d3}.chatbot-header-container{background-color:#036;background-color:var(--chatbot-theme-color);border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;color:var(--chatbot-theme-forground-color);display:flex;flex-direction:row;justify-content:space-between;z-index:2}.chatbot-header{font-size:18px;padding:12.5px;width:80%}.chatbot-header-button{fill:#fff;fill:var(--chatbot-theme-forground-color);background-color:initial;border:none;cursor:pointer}.chatbot-header-button:hover{fill:#000}.chatbot-header-button-icon{height:22px;width:22px}.chatbot-welcome-container{align-items:flex-start;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:chat-window-expand;animation-name:chat-window-expand;background-color:#fafafa;border-radius:5px;bottom:20px;box-shadow:5px 5px 13px rgba(91,81,81,.4);display:flex;flex-direction:row;max-width:370px;position:fixed;right:90px;transition:opacity .2s ease-in,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease-in;transition:transform .2s ease,opacity .2s ease-in,-webkit-transform .2s ease;z-index:100}@media screen and (max-width:500px){.chatbot-welcome-container{bottom:0;right:0}}.chatbot-welcome-close-button{fill:#000;background-color:initial;border:none;cursor:pointer}.chatbot-welcome-close-button:hover{fill:grey}.chatbot-welcome-close-icon{height:22px;padding-top:5px;width:22px}.chatbot-messageList-wrapper{background-color:#fafafa;display:flex;flex:1 1 auto;min-height:0;overflow-y:scroll;position:relative;scroll-behavior:smooth}.sr-only{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.chatbot-messageList{word-wrap:break-word;margin-top:auto;padding-left:10px;padding-right:10px;word-break:break-word}.chatbot-input-container{border-top:1px solid #d8d8d8;display:flex;width:100%}.chatbot-input-form{align-items:center;display:flex;flex-direction:row;width:100%}.chatbot-input{border:none;font-size:16px;padding:10px;width:100%}.chatbot-input:focus{outline:none}.chatbot-input::-webkit-input-placeholder{color:#585858}.chatbot-input::placeholder{color:#585858}.chatbot-btn-send{background-color:#fff;border:none;cursor:pointer;margin-right:15px;opacity:0;-webkit-transform:scale(0);transform:scale(0);transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;width:40px}.chatbot-btn-send.visible{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.chatbot-btn-send-icon{fill:#036;fill:var(--chatbot-theme-color);height:25px;width:30px}.chatbot-btn-send-icon:hover{fill:dimgray}.chatbot-icon-container{bottom:15px;position:fixed;right:16px;z-index:100}@media screen and (max-width:500px){.chatbot-icon-container.expanded{visibility:hidden}}.chatbot-button{background-color:#036;background-color:var(--chatbot-theme-color);border:solid;border-color:#fff;border-radius:50%;border-width:thin;box-shadow:1px 4px 15px 0 rgba(0,0,0,.24);cursor:pointer;height:56px;width:56px}.chatbot-button-icon{height:36px;left:9px;position:absolute;top:9px;width:36px}.chatbot-button-icon .st0{fill:#fff;fill:var(--chatbot-theme-forground-color)}.sheet-backdrop{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:fadeInAnimation;animation-name:fadeInAnimation;background:rgba(0,0,0,.25);border:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:block;height:100%;margin:0;opacity:1;padding:0;position:absolute;top:0;width:100%;z-index:3}@-webkit-keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.chatbot-close-prompt{align-items:center;background-color:#fff;border-radius:5px 5px 5px 5px;bottom:0;display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;z-index:4}.chatbot-confirm-close-title{font-size:1.063rem;font-size:18px;font-weight:600;margin:12px 0;padding:0}.chatbot-confirm-close-desc{font-size:16px;margin:10px}.chatbot-confirm-close-button{background-color:#036;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;letter-spacing:1px;line-height:20px;margin:5px;padding-bottom:10px;padding-top:10px;text-align:center;text-decoration:none;width:80%}.chatbot-confirm-close-button:hover{opacity:.8;text-decoration:underline}.chatbot-confirm-close-button:focus{outline:4px solid #3b99fc;outline-offset:1px}.chatbot-cancel-close-button{background:none;border:2px solid #036;border-radius:8px;color:#036;cursor:pointer;font-size:16px;line-height:20px;margin-bottom:10px;padding-bottom:10px;padding-top:10px;width:80%}.chatbot-cancel-close-button:hover{background-color:#036;color:#fff;opacity:.8;text-decoration:underline}.chatbot-cancel-close-button:focus{outline:4px solid #3b99fc;outline-offset:1px}.chatbot-error{background-color:#000;box-shadow:1px 4px 15px 0 rgba(0,0,0,.24);color:#fff;display:flex;font-size:12px;justify-content:center;left:0;opacity:0;padding-bottom:10px;padding-top:10px;position:absolute;transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;width:100%;z-index:1}.chatbot-error.visible{opacity:.8;-webkit-transform:translateY(130%);transform:translateY(130%)}