@keyframes rotation-lr{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}@keyframes rotation-rl{0%{transform:rotate(90deg)}to{transform:rotate(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}:root{--safe-area-inset-top:env(safe-area-inset-top);--screen-height:calc(100vh - var(--safe-area-inset-top))}.ios-safe-area-div{pointer-events:none;position:fixed;z-index:99999;background:rgba(0,255,255,.1);border:1px solid rgba(0,255,255,.5);top:env(safe-area-inset-top);left:env(safe-area-inset-left);right:env(safe-area-inset-right);bottom:env(safe-area-inset-bottom)}body,img{-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}:focus{outline-width:0}.rcw-widget-container{bottom:0;display:flex;flex-direction:column;margin:0 20px 20px 0;position:fixed;right:0;z-index:1101}.rcw-full-screen{height:100%;margin:0;max-width:none;width:100%}@media screen and (max-width:800px){.rcw-widget-container{height:100%;margin:0;max-width:none;width:100%}}.rcw-previewer .rcw-message-img{cursor:pointer}.rcw-close-widget-container{height:-moz-max-content;height:max-content;width:-moz-max-content;width:max-content}.rcw-conversation-container{border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);min-width:370px;max-width:90vw;position:relative}.rcw-conversation-container.active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.rcw-conversation-container.hidden{z-index:-1;pointer-events:none;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.rcw-conversation-resizer{cursor:col-resize;height:100%;left:0;position:absolute;top:0;width:5px}.emoji-mart-preview{display:none}.rcw-full-screen .rcw-conversation-container{display:flex;flex-direction:column;height:100%;max-width:unset;min-width:unset}@media screen and (max-width:800px){.rcw-conversation-container{display:flex;flex-direction:column;height:100%;max-width:unset;min-width:unset}}.rcw-previewer-container{width:100vw;height:100vh;background:rgba(0,0,0,.75);overflow:hidden;position:fixed;z-index:9999;left:0;top:0}.rcw-previewer-container .rcw-previewer-image{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;transition:all .3s ease}.rcw-previewer-container .rcw-previewer-tools{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;justify-content:center;align-items:center}.rcw-previewer-container .rcw-previewer-button{padding:0;margin:16px;box-shadow:0 3px 8px 0 rgba(0,0,0,.3);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;outline:none;background-color:#fff;border:none}.rcw-previewer-container .rcw-previewer-close-button{position:absolute;right:0;top:0}.rcw-previewer-container .rcw-previewer-veil{width:100%;height:100%;overflow:scroll;-ms-scroll-chaining:none;overscroll-behavior:contain;position:relative}.rcw-launcher{-webkit-animation-delay:0;-webkit-animation-duration:.5s;-webkit-animation-name:slide-in;-webkit-animation-fill-mode:forwards;-moz-animation-delay:0;-moz-animation-duration:.5s;-moz-animation-name:slide-in;-moz-animation-fill-mode:forwards;animation-delay:0;animation-duration:.5s;animation-name:slide-in;animation-fill-mode:forwards;align-self:flex-end;background-color:#a0f;border:0;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);height:60px;margin-top:30px;cursor:pointer;width:60px}.rcw-launcher:focus{outline:none}.rcw-launcher .rcw-badge{position:fixed;top:-10px;right:-5px;background-color:#b71c1c;color:#fff;width:25px;height:25px;text-align:center;line-height:25px;border-radius:50%}.rcw-open-launcher{-webkit-animation-name:rotation-rl;-webkit-animation-fill-mode:forwards;-moz-animation-delay:0;-moz-animation-duration:.5s;-moz-animation-name:rotation-rl;-moz-animation-fill-mode:forwards;animation-delay:0;animation-duration:.5s;animation-name:rotation-rl;animation-fill-mode:forwards}.rcw-close-launcher,.rcw-open-launcher{-webkit-animation-delay:0;-webkit-animation-duration:.5s}.rcw-close-launcher{width:20px;-webkit-animation-name:rotation-lr;-webkit-animation-fill-mode:forwards;-moz-animation-delay:0;-moz-animation-duration:.5s;-moz-animation-name:rotation-lr;-moz-animation-fill-mode:forwards;animation-delay:0;animation-duration:.5s;animation-name:rotation-lr;animation-fill-mode:forwards}@media screen and (max-width:800px){.rcw-launcher{bottom:0;margin:20px;position:fixed;right:0}.rcw-hide-sm{display:none}}@media screen and (max-width:600px){.alertApp{width:330px}}.rcw-sender{align-items:flex-end;background-color:#e1bee7;border-radius:0 0 10px 10px;display:flex;height:-moz-max-content;height:max-content;max-height:95px;min-height:45px;overflow:hidden;padding:10px;position:relative}.rcw-new-message{background-color:#fff;border:0;border-radius:5px;padding:10px 5px;resize:none;flex:1 1;height:40px}.rcw-new-message:focus{outline:none}.rcw-input{display:block;height:100%;line-height:20px;max-height:78px;overflow-y:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;white-space:pre-wrap;word-wrap:break-word}.rcw-input:focus-visible{outline:none}.rcw-input[placeholder]:empty:before{content:attr(placeholder);color:gray}.rcw-send{border:0;cursor:pointer;overflow:hidden;font-size:25px;height:40px;width:1.3em;padding:2px;margin-left:8px;background-color:#a0f;-webkit-mask:url(/images/send_button.svg) no-repeat center/contain;mask:url(/images/send_button.svg) no-repeat center/contain;-webkit-mask-origin:content-box;mask-origin:content-box;background-size:32px}.rcw-picker-btn,.rcw-send .rcw-send-icon{display:none}.rcw-message-disable{background-color:#e1bee7;cursor:not-allowed}@media screen and (max-width:800px){.rcw-sender{border-radius:0;flex-shrink:0}}.quick-buttons-container{background:#e1bee7;overflow-x:auto;white-space:nowrap;padding:10px}.quick-buttons-container .quick-buttons{list-style:none;padding:0;margin:0;text-align:center}.quick-buttons-container .quick-buttons .quick-list-button{display:inline-block;margin-right:10px}@media screen and (max-width:800px){.quick-buttons-container{padding-bottom:15px}}.quick-button{background:none;border-radius:15px;border:2px solid #a0f;font-weight:700;padding:5px 10px;cursor:pointer;outline:0}.quick-button:active{background:#a0f;color:#fff}.rcw-messages-container{background-color:#fff;height:50vh;max-height:410px;overflow-y:scroll;-webkit-overflow-scrolling:touch;-ms-scroll-chaining:none;overscroll-behavior:contain}.rcw-full-screen .rcw-sender{border-radius:0;flex-shrink:0}.rcw-full-screen .rcw-messages-container{height:100%;max-height:none}@media screen and (max-width:800px){.rcw-messages-container{height:100%;max-height:none}}.rcw-snippet{background-color:#e1bee7;border-radius:6px;max-width:18rem;padding:8px 16px;text-align:left;line-height:1.2}.rcw-snippet-title{margin:0}.rcw-snippet-details{border-left:2px solid #388e3c;margin-top:5px;padding-left:10px}.rcw-link{color:#1976d2;font-size:12px}.rcw-message{margin:10px;display:flex;white-space:pre-wrap;word-wrap:break-word}.rcw-message-client{flex-direction:row-reverse}.rcw-timestamp{font-size:10px;margin-top:5px}.rcw-client{display:flex;flex-direction:column;margin-left:auto}.rcw-client .rcw-message-text{background-color:#f3e5f5;border-radius:6px;max-width:18rem;padding:8px 16px;text-align:left;line-height:1.2;white-space:pre-wrap;word-wrap:break-word}.rcw-client .rcw-timestamp{align-self:flex-end}.rcw-response{display:flex;flex-direction:column;align-items:flex-start}.rcw-response .rcw-message-text{background-color:#e1bee7;border-radius:6px;max-width:18rem;padding:8px 16px;text-align:left;line-height:1.2}.rcw-message-text p{margin:0}.rcw-message-text img{margin-top:8px;margin-bottom:4px;width:100%;max-width:16rem;-o-object-fit:contain;object-fit:contain;border-radius:4px}.rcw-avatar{width:40px;height:40px;border-radius:100%;margin-right:10px}.rcw-avatar-client{margin:0 0 0 10px}.loader{margin:10px;display:none}.loader.active{display:flex}.loader-container{background-color:#e1bee7;border-radius:10px;padding:15px;max-width:215px;text-align:left}.loader-dots{display:inline-block;height:4px;width:4px;border-radius:50%;background:gray;margin-right:2px;animation:bounce .5s ease infinite alternate}.loader-dots:first-child{animation-delay:.2s}.loader-dots:nth-child(2){animation-delay:.3s}.loader-dots:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(5px)}}.rcw-conversation-container .rcw-header{background-color:#a0f;border-radius:10px 10px 0 0;color:#fff;display:flex;flex-direction:column;padding:8px 24px;height:50px}.rcw-conversation-container .rcw-header>span{display:none}.rcw-conversation-container .rcw-title{font-size:24px;margin:0}.rcw-conversation-container .rcw-close-button{display:none}.rcw-conversation-container .avatar{width:40px;height:40px;border-radius:100%;margin-right:10px;vertical-align:middle}.rcw-full-screen .rcw-header{border-radius:0;flex-shrink:0;position:relative}.rcw-full-screen .rcw-title{padding:0}.rcw-full-screen .rcw-close-button{background-color:#a0f;border:0;display:block;position:absolute;right:6px;top:16px;width:40px;cursor:pointer}.rcw-full-screen .rcw-close{width:20px;height:20px}@media screen and (max-width:800px){.rcw-conversation-container{max-width:unset}.rcw-conversation-container .rcw-header{border-radius:0;flex-shrink:0;position:relative}.rcw-conversation-container .rcw-title{padding:0}.rcw-conversation-container .rcw-close-button{background-color:#a0f;border:0;display:block;position:absolute;right:6px;top:16px;width:40px;cursor:pointer}.rcw-conversation-container .rcw-close{width:20px;height:20px}}.phone_input{width:416px}.dialog{display:none!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;display:none}.articleDialog{width:100%}