@charset "UTF-8";:root{--botsquad-main-color:#0084ff;--botsquad-main-color-lighter:lighten(#0084ff,10%);--botsquad-main-color-darker:darken(#0084ff,10%);--botsquad-secondary-color:rgba(0,0,0,.1);--botsquad-ui-color:#bbb;--botsquad-ui-background-color:hsla(0,0%,100%,.9);--botsquad-bubble-radius:20px;--botsquad-bot-avatar-size:31px;--botsquad-user-avatar-size:15px;--botsquad-border-style:1px solid #ddd;--botsquad-animation-delay:.4s}@-webkit-keyframes slide-in{0%{opacity:0}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes slide-in{0%{opacity:0}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes slide-out{0%{opacity:1}to{opacity:0}}@keyframes slide-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes slide-in-modal-up{0%{-webkit-transform:translate(-50%,-40%);transform:translate(-50%,-40%)}to{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@keyframes slide-in-modal-up{0%{-webkit-transform:translate(-50%,-40%);transform:translate(-50%,-40%)}to{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@-webkit-keyframes slide-out-modal-up{0%{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}to{-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}}@keyframes slide-out-modal-up{0%{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}to{-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}}@-webkit-keyframes blink{30%{opacity:.5;-webkit-transform:translate(0);transform:translate(0)}45%{opacity:1;-webkit-transform:translateY(-5px);transform:translateY(-5px)}60%{opacity:.5;-webkit-transform:translate(0);transform:translate(0)}}@keyframes blink{30%{opacity:.5;-webkit-transform:translate(0);transform:translate(0)}45%{opacity:1;-webkit-transform:translateY(-5px);transform:translateY(-5px)}60%{opacity:.5;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes appear{to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes appear{to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes fadein{to{opacity:1}}@keyframes fadein{to{opacity:1}}@-webkit-keyframes fadeout{to{opacity:0}}@keyframes fadeout{to{opacity:0}}.botsquad-components ::-webkit-scrollbar{width:5px}.botsquad-components ::-webkit-scrollbar-thumb{background:#0000004d}.botsquad-components ::-webkit-scrollbar-thumb:hover{background:#0009}.botsquad-components{font-family:Roboto,sans-serif;font-weight:400}@media(max-width:480px){.botsquad-components :root{--botsquad-bot-avatar-size:31px;--botsquad-user-avatar-size:0;--botsquad-bot-avatar-size:24px}}.botsquad-components .botsi-web-client span.offline{-webkit-animation:fadein 1s linear forwards;animation:fadein 1s linear forwards;-webkit-animation-delay:.5s;animation-delay:.5s;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80px}.botsquad-components .botsi-web-client span.offline svg{fill:#666}.botsquad-components .chat-window{display:flex;flex-direction:column}.botsquad-components .chat-window.layout-docked{height:100%}.botsquad-components .chat-window.layout-docked .chat-messages{flex:1}body.layout-docked .botsquad-components .chat-window{height:100%}.botsquad-components .chat-window.offline .chat-input{opacity:.4}.botsquad-components .chat-window.offline .chat-messages{background-color:#9c9c9c4d}.botsquad-components .chat-window.offline .chat-messages>*{opacity:.5}.botsquad-components .chat-toast--wrapper{-webkit-animation:fadein .5s linear forwards;animation:fadein .5s linear forwards;background:#000c;border-radius:var(--botsquad-bubble-radius);color:#fff;left:50%;opacity:0;padding:8px 16px;position:absolute;top:8px;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:100}.botsquad-components .chat-toast--wrapper.hiding{-webkit-animation:fadeout .5s linear forwards;animation:fadeout .5s linear forwards;opacity:1}.botsquad-components .chat-messages{-webkit-touch-callout:none;-webkit-overflow-scrolling:touch;overflow:auto}.botsquad-components .chat-messages>div.inner{display:flex;flex-direction:column-reverse;padding-top:8px}body.layout-docked .botsquad-components .chat-messages{flex:1}.botsquad-components .chat-messages{padding:0;padding-left:calc(16px + var(--botsquad-bot-avatar-size));padding-right:8px}.botsquad-components .chat-messages.user-avatar{padding-right:calc(16px + var(--botsquad-user-avatar-size))}.botsquad-components .chat-messages.hide-avatars{padding-left:8px;padding-right:8px}@media(max-width:480px){.botsquad-components .chat-messages{padding-left:8px;padding-right:8px}.botsquad-components .chat-messages .bubble-group.self .avatar{display:none}}.botsquad-components .chat-messages .upload{background-color:#fff;border:var(--botsquad-border-style);border-radius:var(--botsquad-bubble-radius);display:inline-block;float:right;margin-bottom:10px;padding:8px 12px 4px;position:relative}.botsquad-components .chat-messages .upload>span.label{color:#ccc;white-space:nowrap}.botsquad-components .chat-messages .upload>span.progress{display:block;height:2px;margin-top:2px;width:100%}.botsquad-components .chat-messages .upload>span.progress span{background-color:#ccc;display:block;height:2px}.botsquad-components .chat-messages .upload div.retry{position:absolute;right:8px;top:5px}.botsquad-components .chat-messages .upload div.retry button{background:var(--botsquad-ui-background-color);border:0;color:var(--botsquad-ui-color);margin-left:4px}.botsquad-components .bubble-group.typing{height:38px;margin-bottom:0;overflow:hidden}.botsquad-components .bubble-group.typing .avatar{bottom:3px;display:none}.botsquad-components .bubble-group.typing .typing{-webkit-animation:appear .2s linear forwards;animation:appear .2s linear forwards;display:inline-block;opacity:0;padding:15px 7px;will-change:transform}.botsquad-components .bubble-group.typing .typing span{background-color:#9e9ea1;border-radius:50%;display:block;float:left;height:8px;margin:0 2px;opacity:.4;-webkit-transform:translate(0);transform:translate(0);width:8px}.botsquad-components .bubble-group.typing .typing span:first-of-type{-webkit-animation:blink 1.5s .2s infinite;animation:blink 1.5s .2s infinite}.botsquad-components .bubble-group.typing .typing span:nth-of-type(2){-webkit-animation:blink 1.5s .4s infinite;animation:blink 1.5s .4s infinite}.botsquad-components .bubble-group.typing .typing span:nth-of-type(3){-webkit-animation:blink 1.5s .6s infinite;animation:blink 1.5s .6s infinite}.botsquad-components .has-read-until{border-top:1px solid var(--botsquad-secondary-color);font-size:.7em;margin-bottom:8px;text-align:center}.botsquad-components .has-read-until span{color:var(--botsquad-main-color);display:inline-block;margin-top:4px}.botsquad-components .bubble-group{margin-bottom:10px;position:relative}.botsquad-components .bubble-group .name{color:var(--botsquad-ui-color);font-size:.7em;margin-bottom:4px;padding-top:8px}.botsquad-components .bubble-group .avatar{background-position:50%;background-size:cover;border:var(--botsquad-border-style);border-radius:50%;bottom:2px;position:absolute;z-index:1}.botsquad-components .bubble-group.bot{text-align:left}.botsquad-components .bubble-group.bot .as{margin-top:8px}@media(max-width:480px){.botsquad-components .bubble-group.bot .as{display:flex;flex-direction:row}.botsquad-components .bubble-group.bot .as .name{margin-left:8px}}.botsquad-components .bubble-group.bot .avatar{height:var(--botsquad-bot-avatar-size);left:calc(-8px - var(--botsquad-bot-avatar-size));width:var(--botsquad-bot-avatar-size)}@media(max-width:480px){.botsquad-components .bubble-group.bot .avatar{left:0;margin-bottom:4px;position:relative}}.botsquad-components .bubble-group.bot .bubble:first-of-type>span{border-top-left-radius:var(--botsquad-bubble-radius)}.botsquad-components .bubble-group.bot .bubble:last-of-type>span{border-bottom-left-radius:var(--botsquad-bubble-radius)}.botsquad-components .bubble-group.bot .bubble>span{border-bottom-left-radius:0;border-bottom-right-radius:var(--botsquad-bubble-radius);border-top-left-radius:0;border-top-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .bubble-group.self .avatar{height:var(--botsquad-user-avatar-size);right:calc(-8px - var(--botsquad-user-avatar-size));width:var(--botsquad-user-avatar-size)}.botsquad-components .bubble-group.self{text-align:right}.botsquad-components .bubble-group.system .avatar{display:none}.botsquad-components .bubble-group .meta.annotation{color:var(--botsquad-ui-color);font-size:.8em;text-align:center}.botsquad-components .bubble-group .meta.annotation svg path{fill:var(--botsquad-ui-color)}.botsquad-components .bubble-group .meta.annotation.error{color:red}.botsquad-components .bubble-group .meta.annotation.error svg path{fill:red}.botsquad-components .bubble{margin-bottom:1px;overflow-wrap:anywhere}.botsquad-components .bubble:first-of-type span{border-top-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .bubble:last-of-type span{border-bottom-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .bubble strong{font-weight:700}.botsquad-components .bubble em{font-style:italic}.botsquad-components .bubble a[href]{color:var(--botsquad-main-color)}.botsquad-components .bubble.self a[href]{color:#fff}.botsquad-components .bubble a.tooltip{border-bottom:2px dotted}.botsquad-components .bubble.self a.tooltip{border-bottom-color:#fff}.botsquad-components .bubble span{border-bottom-left-radius:var(--botsquad-bubble-radius);border-bottom-right-radius:0;border-top-left-radius:var(--botsquad-bubble-radius);border-top-right-radius:0}.botsquad-components .bubble.recent{-webkit-animation:slide-in var(--botsquad-animation-delay) forwards ease-out;animation:slide-in var(--botsquad-animation-delay) forwards ease-out;opacity:0;-webkit-transform:translate(-50px);transform:translate(-50px)}.botsquad-components .bubble.text span{display:inline-block;padding:10px 20px;position:relative}.botsquad-components .bubble.text span p{margin:0}.botsquad-components .bubble.text span p+p{margin-top:1em}.botsquad-components .bubble.text span p img{max-width:100%}.botsquad-components .bubble.text span h1{font-size:2em;font-weight:700}.botsquad-components .bubble.text span h2{font-size:1.5em;font-weight:700}.botsquad-components .bubble.text span h3{font-size:1.2em;font-weight:700}.botsquad-components .bubble.text span ul{list-style-position:inside;list-style-type:disc}.botsquad-components .bubble.text span ol{list-style-position:inside;list-style-type:decimal}.botsquad-components .bubble.text span ol ul,.botsquad-components .bubble.text span ul ul{list-style-position:inside;list-style-type:circle;margin-left:15px}.botsquad-components .bubble.text span ol ol,.botsquad-components .bubble.text span ul ol{list-style-position:inside;list-style-type:lower-latin;margin-left:15px}.botsquad-components .bubble.text.self span{background-color:var(--botsquad-main-color);color:#fff}.botsquad-components .bubble.text.bot span{background-color:var(--botsquad-secondary-color);color:#000}.botsquad-components .bubble.text.large{font-size:1.5em}.botsquad-components .bubble.text.xlarge{font-size:2.5em}.botsquad-components .bubble.text.system span{background:none;box-shadow:none;color:var(--botsquad-ui-color);font-size:.7em;padding-left:0}.botsquad-components .bubble.text.large-emoji span p{font-size:1.8em}.botsquad-components .bubble.media{position:relative}.botsquad-components .bubble.media span.loading{background-color:var(--botsquad-secondary-color);color:#000;display:inline-block;padding:20px}.botsquad-components .bubble.media span.loading:before{content:"…"}.botsquad-components .bubble.media+.media{margin-top:10px}.botsquad-components .bubble.location,.botsquad-components .bubble.media{display:inline-block}.botsquad-components .bubble.location.image,.botsquad-components .bubble.media.image{max-width:70%}.botsquad-components .bubble.location .caption,.botsquad-components .bubble.media .caption{color:var(--botsquad-ui-color);font-size:.8em;padding:2px}.botsquad-components .bubble.location .caption p,.botsquad-components .bubble.media .caption p{margin:0}.botsquad-components .bubble.location.web .caption,.botsquad-components .bubble.media.web .caption{padding-top:8px}.botsquad-components .bubble.location img,.botsquad-components .bubble.media img{background:#fff;border:var(--botsquad-border-style);height:auto;width:100%}.botsquad-components .bubble.location.file>a,.botsquad-components .bubble.media.file>a{align-items:center;background-color:var(--botsquad-secondary-color);border-radius:20px;color:#000;display:inline-block;display:inline-flex;flex-direction:row;padding:10px 20px 10px 10px;text-decoration:none}.botsquad-components .bubble.location.file>a svg,.botsquad-components .bubble.media.file>a svg{height:24px;width:24px}.botsquad-components .bubble.location.video video,.botsquad-components .bubble.media.video video{height:auto;max-width:90%}.botsquad-components .bubble.location.audio audio,.botsquad-components .bubble.media.audio audio{max-width:80%}.botsquad-components .bubble.location audio::-webkit-media-controls-panel,.botsquad-components .bubble.media audio::-webkit-media-controls-panel{background-color:var(--botsquad-secondary-color);color:#000}.botsquad-components .bubble.location.web,.botsquad-components .bubble.media.web{max-width:80%}.botsquad-components .bubble.location.web.no-modal,.botsquad-components .bubble.media.web.no-modal{max-width:100%}.botsquad-components .bubble.location .frame-wrapper:before,.botsquad-components .bubble.media .frame-wrapper:before{background-color:#ffffff26;content:"";inset:0;position:absolute;z-index:10}.botsquad-components .bubble.location .frame-wrapper,.botsquad-components .bubble.media .frame-wrapper{border:var(--botsquad-border-style);height:0;padding-bottom:56%;position:relative;width:100%}.botsquad-components .bubble.location .frame-wrapper>iframe,.botsquad-components .bubble.media .frame-wrapper>iframe{border:0;height:100%;inset:0;overflow:hidden;position:absolute;width:100%}.botsquad-components .bubble.location>img{height:auto;width:150px}.botsquad-components .bubble.self.media img{max-width:40%}.botsquad-components .bubble.media.web{display:block}.botsquad-components .bubble.media.web.no-modal .frame-wrapper:before{display:none}.botsquad-components .bubble.media.web.two-by-three .frame-wrapper{padding-bottom:150%}.botsquad-components .bubble.media.web.three-by-four .frame-wrapper{padding-bottom:133%}.botsquad-components .bubble.media.web.square .frame-wrapper{padding-bottom:100%}.botsquad-components .bubble.media.web.four-by-three .frame-wrapper{padding-bottom:75%}.botsquad-components .bubble.media.web.three-by-two .frame-wrapper{padding-bottom:66.6%}.botsquad-components .bubble.media.web.two-by-one .frame-wrapper{padding-bottom:50%}.botsquad-components .bubble.contact span{padding:15px 20px;position:relative}.botsquad-components .bubble.contact p{line-height:1.4}.botsquad-components .bubble.contact h1{font-size:1.1rem!important;margin-top:0}.botsquad-components .bubble.contact .download-vcard{background:transparent;border:0;cursor:pointer;position:absolute;right:0;top:8px}.botsquad-components .bubble.contact .download-vcard svg{height:24px;margin-right:8px;width:24px}.botsquad-components .bubble.template:not(.text){display:inline-block;margin-bottom:20px;min-width:280px}.botsquad-components .bubble.template:not(.text).input_method{display:block}.botsquad-components .bubble.template:not(.text)>span{background-color:var(--botsquad-secondary-color);border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;color:#000;display:inline-block;display:block;padding:10px 20px;text-align:center}.botsquad-components .bubble.template:not(.text) div.template-buttons span{background-color:var(--botsquad-ui-background-color);border:var(--botsquad-border-style);border-radius:0;border-top:0;color:var(--botsquad-main-color);cursor:pointer;display:inline-block;display:block;padding:10px 20px;text-align:center}.botsquad-components .bubble.template:not(.text) div.template-buttons span:last-child{border-bottom-left-radius:var(--botsquad-bubble-radius);border-bottom-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .bubble.template:not(.text) .element{overflow:hidden}.botsquad-components .bubble.template:not(.text).text{min-width:inherit}.botsquad-components .bubble.template:not(.text).button>span{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.botsquad-components .bubble.template:not(.text).gallery{display:flex;flex-direction:row;margin-bottom:20px;padding-bottom:8px;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:auto;-webkit-transform:translatez(0)}.botsquad-components .bubble.template:not(.text).gallery .element{cursor:pointer;display:inline-block;display:flex;flex-direction:column;margin-right:8px;max-width:220px;position:relative;width:40%}.botsquad-components .bubble.template:not(.text).gallery .element>div.image{background-position:50%;background-size:cover;border:var(--botsquad-border-style);border-bottom:none;cursor:pointer;height:0;padding-bottom:56%}.botsquad-components .bubble.template:not(.text).gallery .element>svg{fill:#fff;-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));position:absolute;right:2px;top:2px;z-index:2}.botsquad-components .bubble.template:not(.text).gallery .element .action-area{display:flex;flex:1;flex-direction:column}.botsquad-components .bubble.template:not(.text).gallery .element .action-area div.content{background-color:var(--botsquad-ui-background-color);border:var(--botsquad-border-style);color:#0006;flex:1;padding:8px}.botsquad-components .bubble.template:not(.text).gallery .element .action-area div.content>*{line-height:1.4}.botsquad-components .bubble.template:not(.text).gallery .element .action-area div.content .url{cursor:pointer;font-size:80%;text-decoration:underline}.botsquad-components .bubble.template:not(.text).gallery .element .action-area div.content .title{color:#000;font-weight:700;margin-bottom:8px}.botsquad-components .bubble.template:not(.text).gallery .element .action-area div.content .subtitle{font-size:80%;margin-bottom:8px}.botsquad-components .bubble.template:not(.text).gallery.full .element{max-width:280px;width:280px}.botsquad-components .bubble.template:not(.text).list{margin-bottom:20px;max-width:100%;width:480px}.botsquad-components .bubble.template:not(.text).list .template-buttons{border-top:var(--botsquad-border-style)}.botsquad-components .bubble.template:not(.text).list .element{background-color:var(--botsquad-ui-background-color);border:var(--botsquad-border-style);position:relative}.botsquad-components .bubble.template:not(.text).list .element:first-child{border-top-left-radius:var(--botsquad-bubble-radius);border-top-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .bubble.template:not(.text).list .element:last-child{border-bottom-left-radius:var(--botsquad-bubble-radius);border-bottom-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .bubble.template:not(.text).list .element:not(:last-child){border-bottom:0}.botsquad-components .bubble.template:not(.text).list .element>div.image{float:right;height:40px;margin-right:8px;margin-top:8px;width:40px}@media(min-width:480px){.botsquad-components .bubble.template:not(.text).list .element>div.image{height:60px;width:60px}}.botsquad-components .bubble.template:not(.text).list .element>div.image{background-position:50%;background-size:cover;cursor:pointer}.botsquad-components .bubble.template:not(.text).list .element .action-area div.content{color:#0006;cursor:pointer;flex:1;line-height:1.4;margin-bottom:0;padding:8px}.botsquad-components .bubble.template:not(.text).list .element .action-area div.content .url{cursor:pointer;font-size:80%;text-decoration:underline}.botsquad-components .bubble.template:not(.text).list .element .action-area div.content .title{color:#000;font-weight:700}.botsquad-components .bubble.template:not(.text).list .element .action-area div.content .subtitle{font-size:80%}.botsquad-components .quick-replies{margin-top:10px;text-align:center}.botsquad-components .quick-replies>.button{background-color:var(--botsquad-ui-background-color);border:var(--botsquad-border-style);border-radius:var(--botsquad-bubble-radius);cursor:pointer;display:inline-block;margin-bottom:6px;margin-right:6px;padding:10px 20px;transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out}.botsquad-components .quick-replies>.button:active{border-color:var(--botsquad-main-color)}.botsquad-components .quick-replies>.button:active span{color:#fff}.botsquad-components .quick-replies>.button .icon{margin-bottom:4px;padding:0}.botsquad-components .quick-replies>.button .icon img{display:block;margin:auto;max-height:70px;max-width:70px}.botsquad-components .quick-replies>.button span{color:var(--botsquad-main-color)}.botsquad-components .quick-replies>.button span p{margin:0}.botsquad-components .quick-replies>.button span .tooltip{border-bottom:2px dotted}.botsquad-components .quick-replies>.button:active{background-color:var(--botsquad-main-color);color:#fff!important}.botsquad-components .quick-replies.recent>.button{-webkit-animation:appear var(--botsquad-animation-delay) forwards ease-out;animation:appear var(--botsquad-animation-delay) forwards ease-out;opacity:0;-webkit-transform:translateY(-40%);transform:translateY(-40%)}.botsquad-components .quick-replies.recent>.button:first-of-type{-webkit-animation-delay:.3s;animation-delay:.3s}.botsquad-components .quick-replies.recent>.button:nth-of-type(2){-webkit-animation-delay:.4s;animation-delay:.4s}.botsquad-components .quick-replies.recent>.button:nth-of-type(3){-webkit-animation-delay:.5s;animation-delay:.5s}.botsquad-components .quick-replies.recent>.button:nth-of-type(4){-webkit-animation-delay:.54s;animation-delay:.54s}.botsquad-components .quick-replies.recent>.button:nth-of-type(5){-webkit-animation-delay:.58s;animation-delay:.58s}.botsquad-components .quick-replies.recent>.button:nth-of-type(6){-webkit-animation-delay:.7s;animation-delay:.7s}.botsquad-components .quick-replies.recent>.button:nth-of-type(7){-webkit-animation-delay:.75s;animation-delay:.75s}.botsquad-components .quick-replies.recent>.button:nth-of-type(10),.botsquad-components .quick-replies.recent>.button:nth-of-type(11),.botsquad-components .quick-replies.recent>.button:nth-of-type(12),.botsquad-components .quick-replies.recent>.button:nth-of-type(13),.botsquad-components .quick-replies.recent>.button:nth-of-type(14),.botsquad-components .quick-replies.recent>.button:nth-of-type(15),.botsquad-components .quick-replies.recent>.button:nth-of-type(16),.botsquad-components .quick-replies.recent>.button:nth-of-type(17),.botsquad-components .quick-replies.recent>.button:nth-of-type(18),.botsquad-components .quick-replies.recent>.button:nth-of-type(19),.botsquad-components .quick-replies.recent>.button:nth-of-type(20),.botsquad-components .quick-replies.recent>.button:nth-of-type(21),.botsquad-components .quick-replies.recent>.button:nth-of-type(22),.botsquad-components .quick-replies.recent>.button:nth-of-type(23),.botsquad-components .quick-replies.recent>.button:nth-of-type(24),.botsquad-components .quick-replies.recent>.button:nth-of-type(8),.botsquad-components .quick-replies.recent>.button:nth-of-type(9){-webkit-animation-delay:.8s;animation-delay:.8s}.botsquad-components.layout-embedded .bubble.media .frame-wrapper,.botsquad-components.layout-embedded .bubble.media img{cursor:pointer}.botsquad-components .google-map-container.in-modal{position:relative}.botsquad-components .google-map-container>div{inset:0;position:absolute}@-webkit-keyframes fadeUp{0%{opacity:100%;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes fadeUp{0%{opacity:100%;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.botsquad-components .bsqd-copy{padding-right:2rem;position:relative}.botsquad-components .bsqd-copy .copied-to-clipboard{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:fadeUp;animation-name:fadeUp;-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0;padding:1px 4px;position:absolute;right:0;top:0}.botsquad-components .bsqd-copy .copied-to-clipboard svg{height:1rem;width:1rem}.botsquad-components .bsqd-copy:hover .bsqd-copy-button{align-items:center;display:flex;justify-items:center}.botsquad-components .bsqd-copy .bsqd-copy-button{border:0;cursor:pointer;display:none;padding:1px 4px;position:absolute;right:0;top:0}.botsquad-components .bsqd-copy .bsqd-copy-button svg{height:1rem;width:1rem}.botsquad-components .loader,.botsquad-components .loader:after{border-radius:50%;height:80px;width:80px}.botsquad-components .loader{-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite;border:5px solid hsla(0,0%,80%,.3);border-left-color:#ccc;font-size:8px;left:calc(50% - 40px);position:absolute;text-indent:-9999em;top:calc(45% - 40px);-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.botsquad-components .chat-input{align-items:end;display:flex;flex-direction:row;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.botsquad-components .chat-input.docked{background-color:#fff;border-top:var(--botsquad-border-style)}.botsquad-components .chat-input.docked>div.input{flex:1;min-width:80px}.botsquad-components .chat-input.docked>div.input textarea{background:inherit;border:none;font:inherit;font-size:125%;line-height:1.2;max-height:7.5rem;min-height:50px;outline:none;padding:calc(25px - .75rem) 13px;resize:none;width:100%}.botsquad-components .chat-input.docked button{background:#fff0}.botsquad-components .chat-input.embedded{justify-content:flex-end;margin-top:20px}.botsquad-components .chat-input.embedded>div.input{background-color:var(--botsquad-ui-background-color);border-radius:var(--botsquad-bubble-radius);flex:1;max-width:400px;opacity:1;overflow:hidden;transition:all .3s ease-out}.botsquad-components .chat-input.embedded>div.input textarea{background-color:initial;padding:13px}.botsquad-components .chat-input.embedded button.send{border-bottom-right-radius:var(--botsquad-bubble-radius);border-top-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .chat-input.embedded.menu-open>div.input{min-width:0;opacity:0;overflow:hidden;width:0!important;z-index:-10}.botsquad-components .chat-input>div.input{display:flex;flex-direction:row;position:relative}.botsquad-components .chat-input>div.input input{border:0;font-size:1em;outline:none;padding:.5em;width:100%;z-index:10}.botsquad-components .chat-input>div.input input ::-webkit-input-placeholder{color:var(--botsquad-ui-color)}.botsquad-components .chat-input>div.input input ::-moz-placeholder{color:var(--botsquad-ui-color)}.botsquad-components .chat-input>div.input input ::-ms-input-placeholder{color:var(--botsquad-ui-color)}.botsquad-components .chat-input>div.input input ::placeholder{color:var(--botsquad-ui-color)}.botsquad-components .chat-input button{background-color:var(--botsquad-ui-background-color);cursor:pointer;height:50px;outline:none;width:40px}.botsquad-components .chat-input button svg{fill:var(--botsquad-ui-color);height:24px;vertical-align:middle;width:24px}.botsquad-components .chat-input button:active{background-color:var(--botsquad-ui-color)}.botsquad-components .chat-input button.send{background-color:initial;border-radius:0;text-align:center}.botsquad-components .chat-input button.send.has-message{background-color:var(--botsquad-main-color);color:#fff}.botsquad-components .chat-input button.send.has-message svg{fill:#fff}.botsquad-components .chat-input button.send{margin-right:0;transition:background-color .2s linear;width:50px}.botsquad-components .chat-input button{border:0;line-height:1}.botsquad-components .chat-input .input-menu button{border-radius:50%;height:50px;margin-right:10px;text-align:center;width:50px}.botsquad-components .chat-input .input-menu span.menu{opacity:0;position:absolute;right:0;top:0;transition:all .4s ease-out}.botsquad-components .chat-input .input-menu span.menu button:last-child{margin-right:0}.botsquad-components .chat-input.menu-open .input-menu span.menu{opacity:1}.botsquad-components input.upload-trigger{bottom:0;display:inline-block;flex:0;font-size:0;height:0;line-height:0;opacity:0;position:fixed;right:0;width:0;z-index:-100}.botsquad-components .chat-modal{-webkit-animation:slide-in .3s linear forwards;animation:slide-in .3s linear forwards;inset:0;opacity:0;position:absolute;z-index:10}.botsquad-components .chat-modal>div.close{pointer-events:none;position:absolute;right:16px;top:16px;width:24px;z-index:2}.botsquad-components .chat-modal>div.close svg{fill:#fff}.botsquad-components .chat-modal.hiding{-webkit-animation:slide-out .25s ease-out forwards;animation:slide-out .25s ease-out forwards}.botsquad-components .chat-modal.hiding .modal{-webkit-animation:slide-out-modal-up .25s ease-out forwards;animation:slide-out-modal-up .25s ease-out forwards}.botsquad-components .chat-modal .overlay{background:radial-gradient(circle at center,#0000004d,#0000008c);inset:0;position:absolute;-webkit-overflow-scrolling:touch}.botsquad-components .chat-modal .modal{-webkit-animation:slide-in-modal-up .25s ease-out forwards;animation:slide-in-modal-up .25s ease-out forwards;background-color:#fff;display:inline-block;inset:50% auto auto 50%;max-height:90%;max-width:90%;padding:4px;position:absolute;position:relative;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%}.botsquad-components .chat-modal .modal img{width:100%}.botsquad-components .chat-modal .modal.prefer-height{height:90%;width:auto}.botsquad-components .chat-modal .modal.prefer-height img{height:100%;width:auto}.botsquad-components .chat-modal .modal>.content{height:100%}.botsquad-components .chat-modal .modal .caption{border-top:0;color:var(--botsquad-ui-color);font-size:.8em;margin-top:4px;padding:4px 2px}.botsquad-components .chat-modal .modal .caption p{margin:0}.botsquad-components .chat-modal .modal img{display:block}.botsquad-components .chat-modal .modal .frame-wrapper{position:relative}.botsquad-components .chat-modal .modal .frame-wrapper>iframe{border:0;height:100%;inset:0;overflow:hidden;position:absolute;width:100%}.botsquad-components .chat-modal .modal.location div.address{font-size:80%;padding:8px 8px 4px;text-align:center}.botsquad-components .chat-modal.fullscreen .modal{-webkit-animation:none;animation:none;inset:56px 0 0;max-height:none;max-width:none;padding:0;-webkit-transform:none;transform:none;width:100%}.botsquad-components div.slick-slider.single>div.slick-list{display:flex;flex-direction:row;justify-content:center}.botsquad-components div.slick-slider .slick-track{display:flex;flex-direction:row}.botsquad-components div.slick-slider .slick-track>div.slick-slide{height:auto;position:relative}.botsquad-components div.slick-slider .slick-track>div.slick-slide>div{display:flex;flex-direction:column;height:100%}.botsquad-components div.slick-slider .slick-element{flex:1}.botsquad-components div.slick-slider .element{display:flex;height:100%}.botsquad-ms-edge .botsquad-components div.slick-slider .element{display:block!important}.botsquad-components .chat-modal>.modal.template{background:none;max-width:100%;padding:0;pointer-events:none;width:100%}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element{background-color:#fff;cursor:pointer;display:inline-block;display:flex;flex-direction:column;height:100%;margin:0 8px;padding:4px;pointer-events:auto}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element>div.image{background-position:50%;background-size:cover;border:var(--botsquad-border-style);border-bottom:none;cursor:pointer;height:0;padding-bottom:56%}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element div.template-buttons span{background-color:var(--botsquad-ui-background-color);border:var(--botsquad-border-style);border-radius:0!important;border-top:0;color:var(--botsquad-main-color);cursor:pointer;display:inline-block;display:block;padding:10px 20px;text-align:center}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element div.template-buttons span:last-child{border-bottom-left-radius:var(--botsquad-bubble-radius);border-bottom-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element .action-area{display:flex;flex:1;flex-direction:column}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element .action-area div.content{background-color:var(--botsquad-ui-background-color);border:var(--botsquad-border-style);color:#0006;flex:1;padding:8px}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element .action-area div.content>*{line-height:1.4}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element .action-area div.content .url{cursor:pointer;font-size:80%;text-decoration:underline}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element .action-area div.content .title{color:#000;font-weight:700;margin-bottom:8px}.botsquad-components .chat-modal>.modal.template>div.slick-slider .element .action-area div.content .subtitle{font-size:80%;margin-bottom:8px}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow{display:inline-block;pointer-events:auto;position:absolute;top:105%;width:80px}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow svg{fill:var(--botsquad-main-color);height:32px;width:32px}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow{background-color:var(--botsquad-ui-background-color)}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow:active{background-color:var(--botsquad-main-color)}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow:active svg{fill:#fff}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow.slick-disabled{opacity:.5}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow.slick-disabled:active{background-color:var(--botsquad-ui-background-color)}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow.slick-disabled:active svg{fill:var(--botsquad-main-color)}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow{border-radius:var(--botsquad-bubble-radius);cursor:pointer;line-height:0;margin:4px;padding:5px;text-align:center;z-index:2}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow.slick-prev{right:50%}.botsquad-components .chat-modal>.modal.template>div.slick-slider>.slick-arrow.slick-next{left:50%}.botsquad-components .input-method--container{align-self:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}@media(min-width:480px){.botsquad-components .input-method--container{width:480px}}.botsquad-components .input-method--container{display:flex;flex-direction:column;max-height:100%}.botsquad-components .input-method--container .content{flex:1}.botsquad-components .input-method--container .input-method-header{border-top-left-radius:var(--botsquad-bubble-radius);border-top-right-radius:var(--botsquad-bubble-radius);color:#000;display:flex;flex-direction:row;font-weight:400;height:auto;position:relative}.botsquad-components .input-method--container .input-method-header span.controls{cursor:pointer;position:absolute;right:6px;top:-26px}.botsquad-components .input-method--container .input-method-header span.controls>span svg{border-radius:4px;fill:var(--botsquad-ui-color);height:24px;width:24px}.botsquad-components .input-method--container .input-method-header span.btn{cursor:pointer;display:inline-block;height:24px;margin-right:10px;opacity:1;width:24px}.botsquad-components .input-method--container .input-method-header.captioned{background-color:var(--botsquad-secondary-color);border-radius:0;padding:12px 16px}.botsquad-components .input-method--container .input-method-header.captioned span.controls{position:absolute;right:12px;top:10px}.botsquad-components .input-method--container .input-method-header.captioned span.controls>span{cursor:pointer}.botsquad-components .input-method--container .input-method-header.captioned span.controls>span svg{fill:#000}.botsquad-components .input-method--container .content{overflow-x:hidden;overflow-y:auto;overflow-y:overlay;position:relative;-ms-overflow-style:-ms-autohiding-scrollbar;margin:0;padding:0}.botsquad-components .input-method--container .header+.content{border-top:none!important}.botsquad-components .input-method--container .below{display:flex;flex:0 0 auto;flex-direction:row}.botsquad-components .input-method--container .below .button,.botsquad-components .input-method--container .below button{background:none;border:0;color:var(--botsquad-main-color);flex:1;font-size:120%;height:50px;padding:10px;text-align:center}.botsquad-components .input-method--container .below .button:disabled,.botsquad-components .input-method--container .below button:disabled{color:var(--botsquad-ui-color)}.botsquad-components .input-method--container .below .button:active,.botsquad-components .input-method--container .below button:active{background-color:var(--botsquad-main-color);color:#fff}.botsquad-components .input-method--container .below .button:focus,.botsquad-components .input-method--container .below button:focus{outline:none}.botsquad-components.layout-docked .input-method--container .header{border-radius:0}.botsquad-components.layout-docked .input-method--container .content{border:none}.botsquad-components.layout-docked .input-method--container.full{max-height:87vh;overflow-y:auto}.botsquad-components.layout-docked .input-method--container.tall .content{max-height:65vh}@media(min-width:480px){.botsquad-components.layout-docked .input-method--container{width:100%}}.botsquad-components .input-method--container.item-picker div.content{background:#fff;border:var(--botsquad-border-style)}.botsquad-components .input-method--container.item-picker div.content>div{padding:10px;position:relative;text-align:center}.botsquad-components .input-method--container.item-picker div.content>div.with-image{text-align:left}.botsquad-components .input-method--container.item-picker div.content>div{align-items:center;border-bottom:var(--botsquad-border-style);color:var(--botsquad-main-color);cursor:pointer;display:flex;flex-direction:row}.botsquad-components .input-method--container.item-picker div.content>div .c{flex:1}.botsquad-components .input-method--container.item-picker div.content>div .image{background-position:0;background-repeat:no-repeat;background-size:contain;display:inline-block;height:50px;margin:-8px 0;width:50px}.botsquad-components .input-method--container.item-picker div.content>div .subtitle{color:#0006;font-size:80%;margin-top:4px}.botsquad-components .input-method--container.item-picker div.content>div:active{background-color:var(--botsquad-secondary-color);border-color:var(--botsquad-secondary-color)}.botsquad-components .input-method--container.item-picker div.content>div:last-child{border-bottom:none}.botsquad-components .input-method--container.item-picker.single:not(.confirm) div.content>div.selected div.title{font-weight:500}.botsquad-components .input-method--container.item-picker.single:not(.confirm) div.content>div.selected div.title:before{content:"✔ "}.botsquad-components .input-method--container.item-picker.single:not(.confirm) div.content>div.selected div.title:after{content:"   "}.botsquad-components .input-method--container.item-picker.confirm div.content>div{text-align:left}.botsquad-components .input-method--container.item-picker.confirm div.content>div svg{fill:var(--botsquad-ui-color);margin-right:8px}.botsquad-components .input-method--container.item-picker.confirm div.content>div.selected svg{fill:var(--botsquad-main-color)}.botsquad-components .input-method--container.location-picker div.content{border:var(--botsquad-border-style)}.botsquad-components .input-method--container.location-picker div.content .btn{background:#fff;height:28px;left:8px;position:absolute;top:8px;width:28px;z-index:2}.botsquad-components .input-method--container.location-picker div.content .btn svg{fill:#777;margin-left:2px;margin-top:2px;-webkit-transform:scale(.8);transform:scale(.8)}.botsquad-components .input-method--container.location-picker.finding .btn svg{fill:#eee}.botsquad-components .input-method--container.form div.content{background-color:#fff;border:var(--botsquad-border-style);padding:16px;text-align:left}.botsquad-components .input-method--container.form div.content form{color:#555}.botsquad-components .input-method--container.form div.content form span.required{margin-left:4px}.botsquad-components .input-method--container.form div.content form fieldset{border:none;margin:0;padding:0}.botsquad-components .input-method--container.form div.content form .form-control{border-radius:4px;box-sizing:border-box!important;display:block;font-size:1em;padding:6px 8px;width:100%}.botsquad-components .input-method--container.form div.content form .control-label,.botsquad-components .input-method--container.form div.content form .form-control,.botsquad-components .input-method--container.form div.content form .form-group{margin-bottom:4px}.botsquad-components .input-method--container.form div.content form .form-group{margin-bottom:16px}.botsquad-components .input-method--container.form div.content form .form-group:last-child{margin-bottom:0}.botsquad-components .input-method--container.form div.content form .form-group .error-detail{display:none}.botsquad-components .input-method--container.form div.content form>.form-group{margin-bottom:0}.botsquad-components .input-method--container.form div.content form label{color:#555;display:block;font-size:.8em;margin-bottom:8px}.botsquad-components .input-method--container.form div.content form input[type=email],.botsquad-components .input-method--container.form div.content form input[type=tel],.botsquad-components .input-method--container.form div.content form input[type=text],.botsquad-components .input-method--container.form div.content form select,.botsquad-components .input-method--container.form div.content form textarea{border:var(--botsquad-border-style);box-shadow:none;padding:8px 12px}.botsquad-components .input-method--container.form div.content form textarea.form-control{height:120px}.botsquad-components .input-method--container.form div.content form .has-error .form-control{border-color:#a00}.botsquad-components .input-method--container.form div.content form .has-error label{color:#a00}.botsquad-components .input-method--container.barcode div.content div.code,.botsquad-components .input-method--container.qr div.content div.code{bottom:8px;left:0;position:absolute;right:0;text-align:center}.botsquad-components .input-method--container.barcode div.content div.code span,.botsquad-components .input-method--container.qr div.content div.code span{background-color:#000;color:#fff;display:inline-block;padding:4px}.botsquad-components .input-method--container.qr div.content{max-height:none}.botsquad-components .input-method--container.qr div.content>section>section>div{border:50px solid rgba(0,0,0,.1)!important;box-shadow:inset 0 0 0 2px #ff000080!important;z-index:3!important}.botsquad-components .input-method--container.qr div.content>section>section>video{-webkit-transform:translate(0);transform:translate(0)}.botsquad-components .input-method--container.barcode #interactive.viewport{overflow:hidden;position:relative}.botsquad-components .input-method--container.barcode #interactive.viewport>canvas,.botsquad-components .input-method--container.barcode #interactive.viewport>video{max-height:40vh;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}.botsquad-components .input-method--container.barcode #interactive>br{display:none}.botsquad-components .input-method--container.barcode canvas.drawing,.botsquad-components .input-method--container.barcode canvas.drawingBuffer{left:0;position:absolute;top:0}.botsquad-components .input-method--container.wait{max-height:none!important}.botsquad-components .input-method--container.wait div.content{align-items:center;background-color:#f0f0f0;display:flex;flex-direction:column;padding:24px}.botsquad-components .input-method--container.wait div.content .loader{left:auto;margin:auto;position:relative;top:auto}.botsquad-components .input-method--container.wait div.content .closed{display:inline-block;position:relative}.botsquad-components .input-method--container.wait div.content .closed svg{height:4em;width:4em}.botsquad-components .input-method--container.wait div.content .closed img.qr{height:14em;width:14em}.botsquad-components .input-method--container.wait div.content .time{left:0;position:absolute;right:0;top:53px}.botsquad-components .input-method--container.wait div.content .description{font-size:.9em;margin-top:12px}.botsquad-components .input-method--container.wait div.below{background-color:#fff;outline:none}.botsquad-components .bubble .input-method--container.wait div.content{background:none;color:var(--botsquad-ui-color)}.botsquad-components .bubble .input-method--container.wait div.content svg path:not([fill]){fill:var(--botsquad-ui-color)}.botsquad-components .bubble .input-method--container.wait div.below{background:none}.botsquad-components .bubble .input-method--container.wait div.captioned{background:none;color:var(--botsquad-ui-color);justify-content:center;padding-bottom:0}.botsquad-components .input-method--container.date-picker .rdtPicker td,.botsquad-components .input-method--container.date-picker .rdtPicker th{height:34px}.botsquad-components .input-method--container.date-picker td.rdtMonth,.botsquad-components .input-method--container.date-picker td.rdtYear{height:50px}.botsquad-components .input-method--container.numeric .content{display:flex;flex-direction:column;position:relative}.botsquad-components .input-method--container.numeric .content .display{align-items:center;display:flex;flex-direction:row;font-size:1em;font-size:120%;font-weight:700;height:40px;justify-content:center;padding:6px 12px;position:relative;text-align:center}.botsquad-components .input-method--container.numeric .content .display button{color:var(--botsquad-main-color);flex:1;font-size:120%;padding:10px}.botsquad-components .input-method--container.numeric .content .display button:disabled{color:var(--botsquad-ui-color)}.botsquad-components .input-method--container.numeric .content .display button:active{background-color:var(--botsquad-main-color);color:#fff}.botsquad-components .input-method--container.numeric .content .display button:focus{outline:none}.botsquad-components .input-method--container.numeric .content .display button{background:none;border:0;height:40px;position:absolute;right:0;text-align:center;top:0;width:40px}.botsquad-components .input-method--container.numeric .content .display button svg{height:16px;margin-left:5px;width:16px}.botsquad-components .input-method--container.numeric .content .display button:active svg{fill:#fff}.botsquad-components .input-method--container.numeric .content .keys{border-bottom:1px solid var(--botsquad-ui-color);border-top:1px solid var(--botsquad-ui-color);display:grid;grid-template-columns:1fr 1fr 1fr}.botsquad-components .input-method--container.numeric .content .keys button{background:none;border:0;color:var(--botsquad-main-color);flex:1;font-size:120%;padding:10px;text-align:center}.botsquad-components .input-method--container.numeric .content .keys button:disabled{color:var(--botsquad-ui-color)}.botsquad-components .input-method--container.numeric .content .keys button:active{background-color:var(--botsquad-main-color);color:#fff}.botsquad-components .input-method--container.numeric .content .keys button:focus{outline:none}.botsquad-components .bubble-group .bubble-container .input-method--container{max-height:none!important}.botsquad-components .bubble-group .bubble-container .input-method--container .content{height:auto!important;max-height:none!important}.botsquad-components .bubble-group .bubble-container .input-method--container .below{justify-content:center}.botsquad-components .bubble-group .bubble-container .input-method--container .below button{background-color:var(--botsquad-ui-background-color);border:var(--botsquad-border-style);border-radius:var(--botsquad-bubble-radius);cursor:pointer;display:inline-block;flex:0;font-size:inherit;height:auto;margin-top:5px;padding:10px 20px;white-space:nowrap}.botsquad-components .bubble-group .bubble-container .input-method--container .below button:active{background-color:var(--botsquad-main-color)}.botsquad-components .bubble-group .bubble-container .input-method--container .below button:disabled{color:var(--botsquad-ui-color)}.botsquad-components .rtl{direction:rtl}.botsquad-components .rtl button svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.botsquad-components .rtl .chat-messages{padding-left:8px;padding-right:calc(16px + var(--botsquad-bot-avatar-size))}.botsquad-components .rtl .bubble-group .bubble.recent{-webkit-transform:translate(50px);transform:translate(50px)}.botsquad-components .rtl .bubble-group.bot{text-align:right}.botsquad-components .rtl .bubble-group.bot .avatar{left:auto;right:calc(-8px - var(--botsquad-bot-avatar-size))}.botsquad-components .rtl .bubble-group.bot .bubble:first-of-type>span{border-top-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .rtl .bubble-group.bot .bubble:last-of-type>span{border-bottom-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .rtl .bubble-group.bot .bubble>span{border-bottom-left-radius:var(--botsquad-bubble-radius);border-bottom-right-radius:0;border-top-left-radius:var(--botsquad-bubble-radius);border-top-right-radius:0}.botsquad-components .rtl .bubble-group.self{text-align:left}.botsquad-components .rtl .bubble-group.self .avatar{left:calc(-8px - var(--botsquad-bot-avatar-size));right:auto}.botsquad-components .rtl .bubble-group.self .bubble:first-of-type>span{border-top-left-radius:var(--botsquad-bubble-radius)}.botsquad-components .rtl .bubble-group.self .bubble:last-of-type>span{border-bottom-left-radius:var(--botsquad-bubble-radius)}.botsquad-components .rtl .bubble-group.self .bubble>span{border-bottom-left-radius:0;border-bottom-right-radius:var(--botsquad-bubble-radius);border-top-left-radius:0;border-top-right-radius:var(--botsquad-bubble-radius)}.botsquad-components .rtl .input-method--container .input-method-header.captioned span.controls{left:12px;right:auto}.botsquad-components .rtl .input-method--container.form div.content{text-align:right}.botsquad-components .rtl .input-method--container .input-method--container.item-picker.confirm div.content>div{text-align:left}html.ie *{-webkit-animation:none!important;animation:none!important}html.ie .recent,html.ie .recent *{opacity:1!important;-webkit-transform:translate(0)!important;transform:translate(0)!important}html.ie .bubble-group.typing .typing,html.ie .chat-toast--wrapper{opacity:1}.nav-fade-right-enter.nav-fade-right-enter-active{-webkit-animation:fadeIn .55s;animation:fadeIn .55s;z-index:1}.mobile .nav-fade-right-enter.nav-fade-right-enter-active{-webkit-animation:fadeInRight .55s;animation:fadeInRight .55s;z-index:1}.nav-fade-left-enter.nav-fade-left-enter-active{-webkit-animation:fadeIn .55s;animation:fadeIn .55s}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.nav-fade-right-exit{-webkit-animation:fadeOut .55s;animation:fadeOut .55s}.mobile .nav-fade-right-exit{-webkit-animation:fadeOutRight .55s;animation:fadeOutRight .55s}.mobile .nav-fade-left-exit{-webkit-animation:fadeOut .35s;animation:fadeOut .35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.nav-bar--wrapper .nav-bar--menu-button{margin-left:-12px;margin-right:6px}.nav-bar--wrapper .nav-bar--flex{flex:1}.nav-bar--wrapper h6.nav-bar--title{color:inherit;font-size:1.25rem;font-weight:400;line-height:1.334;margin:0}#root,body,html{font-family:Roboto,sans-serif;font-size:1em;margin:0;overflow:hidden;padding:0}*{box-sizing:border-box}div.menu>div{width:100%}#root{background:linear-gradient(180deg,#eee 0,#ccc)}#root>.loading{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.NavBar-root-8{flex-grow:0!important}.chat-screen--wrapper{display:flex;flex-direction:column;inset:0;position:absolute}.chat-screen--wrapper .botsi-web-client{display:flex;flex:1;flex-direction:column;position:relative}.chat-screen--wrapper .botsi-web-client .chat-window{background:#f0f0f0;display:flex;flex-direction:column;inset:0;position:absolute}.chat-screen--wrapper .botsi-web-client .chat-window .chat-messages{background:#f0f0f0;flex:1;height:auto;overflow-y:auto}.chat-screen--wrapper .botsi-web-client .chat-input{background:#fff;box-shadow:inset 0 1px 3px #0000001a}.chat-screen--wrapper .embedded-nav{position:absolute;right:10px;top:4px;z-index:10}.chat-screen--wrapper .embedded-nav .btn{position:relative}.chat-screen--wrapper .embedded-nav .btn:active{background:#0000004d}.chat-screen--wrapper .embedded-nav .btn:active svg{fill:#fff}.chat-screen--wrapper .embedded-nav .btn{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:var(--botsquad-bubble-radius);cursor:pointer;display:inline-block;height:36px;opacity:.9;padding:4px;width:36px}.chat-screen--wrapper .embedded-nav .btn svg{fill:var(--botsquad-ui-color)}.chat-screen--wrapper .embedded-nav .btn .has-unread{background:#000;border-radius:5px;height:10px;left:0;position:absolute;top:2px;width:10px}.nav-bar--wrapper h2,.nav-bar--wrapper h3{line-height:1;margin-bottom:0}.nav-bar--wrapper h2 span,.nav-bar--wrapper h3 span{display:inline-block;margin-bottom:1px;margin-right:5px;vertical-align:middle}.nav-bar--wrapper h3{opacity:.6}.nav-bar--wrapper h6{align-items:center;display:flex;flex-direction:row}.nav-bar--wrapper .avatar{background-color:#eee;background-position:50%;background-size:cover;border:1px solid #ccc;border-radius:50%;display:inline-block;height:28px;margin-right:6px;position:relative;vertical-align:text-bottom;width:28px}.nav-bar--wrapper .avatar div.dot{background-color:#ccc;border-radius:4px;bottom:0;box-shadow:-1px -1px 1px #0006;height:8px;position:absolute;right:0;width:8px}.nav-bar--wrapper .avatar div.dot.bot,.nav-bar--wrapper .avatar div.dot.online{background-color:#0f0}:root{--pwa-light-overlay:rgba(0,0,0,.2);--pwa-dark-overlay:hsla(0,0%,100%,.2);--pwa-box-shadow:0 3px 8px rgba(0,0,0,.1)}.main-menu--wrapper,.splash-screen--wrapper{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(255,255,255,0);inset:0;overflow-y:auto;position:absolute}.main-menu--wrapper.light *,.splash-screen--wrapper.light *{color:#000}.main-menu--wrapper.dark *,.splash-screen--wrapper.dark *{color:#fff}.main-menu--wrapper div.top,.splash-screen--wrapper div.top{height:100px}.main-menu--wrapper.dark .button .circle,.main-menu--wrapper.dark .conversation,.main-menu--wrapper.dark .new-conversation,.main-menu--wrapper.dark div.top,.main-menu--wrapper.dark.splash .cta button,.splash-screen--wrapper.dark .button .circle,.splash-screen--wrapper.dark .conversation,.splash-screen--wrapper.dark .new-conversation,.splash-screen--wrapper.dark div.top,.splash-screen--wrapper.dark.splash .cta button{background-color:var(--pwa-dark-overlay)}.main-menu--wrapper.light .button .circle,.main-menu--wrapper.light .conversation,.main-menu--wrapper.light .new-conversation,.main-menu--wrapper.light div.top,.main-menu--wrapper.light.splash .cta button,.splash-screen--wrapper.light .button .circle,.splash-screen--wrapper.light .conversation,.splash-screen--wrapper.light .new-conversation,.splash-screen--wrapper.light div.top,.splash-screen--wrapper.light.splash .cta button{background-color:var(--pwa-light-overlay)}.main-menu--wrapper.dark .button-count,.splash-screen--wrapper.dark .button-count{background-color:#000;color:#fff}.main-menu--wrapper.dark .button .circle:active,.main-menu--wrapper.dark .conversation:active,.splash-screen--wrapper.dark .button .circle:active,.splash-screen--wrapper.dark .conversation:active{background-color:#fff6}.main-menu--wrapper.light .button-count,.splash-screen--wrapper.light .button-count{background-color:#fff;color:#000}.main-menu--wrapper.dark .button .circle,.main-menu--wrapper.dark .conversation,.main-menu--wrapper.dark .new-conversation,.splash-screen--wrapper.dark .button .circle,.splash-screen--wrapper.dark .conversation,.splash-screen--wrapper.dark .new-conversation{box-shadow:var(--pwa-box-shadow)}.main-menu--wrapper .header,.splash-screen--wrapper .header{padding:0 10px;text-align:center}.main-menu--wrapper .header h1,.splash-screen--wrapper .header h1{font-size:1.5em}.main-menu--wrapper .header div.avatar,.splash-screen--wrapper .header div.avatar{background-color:#eee;background-position:50%;background-size:cover;border:1px solid #ccc;border-radius:50%;box-shadow:var(--pwa-box-shadow);display:inline-block;height:120px;margin-top:-60px;position:relative;vertical-align:text-bottom;width:120px}.main-menu--wrapper .header,.splash-screen--wrapper .header{border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:10px}.main-menu--wrapper.splash div.top,.splash-screen--wrapper.splash div.top{height:150px}.main-menu--wrapper.splash .header,.splash-screen--wrapper.splash .header{border-bottom:0}.main-menu--wrapper.splash .header div.avatar,.splash-screen--wrapper.splash .header div.avatar{background-color:#eee;background-position:50%;background-size:cover;border:1px solid #ccc;border-radius:50%;display:inline-block;height:180px;margin-top:-90px;position:relative;vertical-align:text-bottom;width:180px}.main-menu--wrapper.splash .header h1,.splash-screen--wrapper.splash .header h1{margin-top:50px}.main-menu--wrapper.splash .header p,.splash-screen--wrapper.splash .header p{margin:0 10px}.main-menu--wrapper.splash .cta,.splash-screen--wrapper.splash .cta{margin:20px 0;text-align:center}.main-menu--wrapper.splash .cta button,.splash-screen--wrapper.splash .cta button{background:none;border:none;border-radius:2px;box-shadow:var(--pwa-box-shadow);cursor:pointer;font-size:1.5em;font-weight:400;outline:none;padding:10px 24px}.main-menu--wrapper.splash .cta button:active,.splash-screen--wrapper.splash .cta button:active{background-color:#fff6}.main-menu--wrapper.splash .cta button:disabled,.splash-screen--wrapper.splash .cta button:disabled{opacity:.5}.main-menu--wrapper.splash label.footer,.splash-screen--wrapper.splash label.footer{display:block;font-size:.9em;margin:10px 30px 0}.main-menu--wrapper.splash label.footer input,.splash-screen--wrapper.splash label.footer input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.main-menu--wrapper.splash label.footer,.splash-screen--wrapper.splash label.footer{position:relative}.main-menu--wrapper.splash label.footer .checkmark,.splash-screen--wrapper.splash label.footer .checkmark{background-color:#eee;border:2px solid #000;height:25px;left:0;position:absolute;top:4px;width:25px}.main-menu--wrapper.splash label.footer span.text,.splash-screen--wrapper.splash label.footer span.text{display:inline-block;margin-left:35px}.main-menu--wrapper.splash label.footer input:checked~.checkmark,.splash-screen--wrapper.splash label.footer input:checked~.checkmark{background-color:#000}.main-menu--wrapper.splash label.footer .checkmark:after,.splash-screen--wrapper.splash label.footer .checkmark:after{content:"";display:none;position:absolute}.main-menu--wrapper.splash label.footer input:checked~.checkmark:after,.splash-screen--wrapper.splash label.footer input:checked~.checkmark:after{display:block}.main-menu--wrapper.splash label.footer .checkmark:after,.splash-screen--wrapper.splash label.footer .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:10px;left:7px;top:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px}.main-menu--wrapper.dark label.footer .checkmark,.splash-screen--wrapper.dark label.footer .checkmark{border-color:#fff}.main-menu--wrapper .button-count,.splash-screen--wrapper .button-count{border-radius:8px;display:inline-block;font-size:12px;line-height:1;padding:5px 6px 2px;position:absolute}.main-menu--wrapper .buttons,.splash-screen--wrapper .buttons{display:flex;flex-wrap:wrap;justify-content:center;margin:10px auto;max-width:360px;padding:10px}.main-menu--wrapper .buttons .button,.splash-screen--wrapper .buttons .button{box-sizing:border-box;cursor:pointer;display:inline-block;margin:10px;padding:0;position:relative;text-decoration:none;width:calc(33.33% - 20px)}.main-menu--wrapper .buttons .button .text,.splash-screen--wrapper .buttons .button .text{margin-top:10px;text-align:center}.main-menu--wrapper .buttons .button .button-count,.splash-screen--wrapper .buttons .button .button-count{right:0;top:0}.main-menu--wrapper .buttons.small .button,.splash-screen--wrapper .buttons.small .button{width:calc(25% - 20px)}.main-menu--wrapper .buttons .button .circle,.splash-screen--wrapper .buttons .button .circle{background-position:50%;background-size:cover;border-radius:100%;display:block;padding-top:100%;position:relative}.main-menu--wrapper .buttons .button .circle>span.material-icons,.splash-screen--wrapper .buttons .button .circle>span.material-icons{font-size:3em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.main-menu--wrapper .conversations,.splash-screen--wrapper .conversations{align-items:center;display:flex;flex-direction:column;margin:10px auto;max-width:360px;padding:10px}.main-menu--wrapper .conversations+.conversations,.splash-screen--wrapper .conversations+.conversations{padding-top:0}.main-menu--wrapper .conversations .new-conversation,.splash-screen--wrapper .conversations .new-conversation{border-radius:2px;padding:10px 15px;text-decoration:none}.main-menu--wrapper .conversations .conversation,.splash-screen--wrapper .conversations .conversation{align-items:center;background:#fff;border-radius:2px;display:block;display:flex;flex-direction:row;margin-bottom:10px;padding:10px;position:relative;text-decoration:none;width:100%}.main-menu--wrapper .conversations .conversation *,.splash-screen--wrapper .conversations .conversation *{color:#333!important}.main-menu--wrapper .conversations .conversation:active,.splash-screen--wrapper .conversations .conversation:active{background-color:#eee}.main-menu--wrapper .conversations .conversation .meta,.splash-screen--wrapper .conversations .conversation .meta{flex:1}.main-menu--wrapper .conversations .conversation .meta .sub,.splash-screen--wrapper .conversations .conversation .meta .sub{font-size:75%;opacity:.8}.main-menu--wrapper .conversations .conversation .avatar,.splash-screen--wrapper .conversations .conversation .avatar{background-color:#eee;background-position:50%;background-size:cover;border:1px solid #ccc;border-radius:50%;display:inline-block;height:32px;margin:2px 10px 2px 2px;position:relative;vertical-align:text-bottom;width:32px}.main-menu--wrapper .conversations .conversation .avatar div.dot,.splash-screen--wrapper .conversations .conversation .avatar div.dot{background-color:#ccc;border-radius:4px;bottom:0;box-shadow:-1px -1px 1px #0006;height:8px;position:absolute;right:0;width:8px}.main-menu--wrapper .conversations .conversation .avatar div.dot.bot,.main-menu--wrapper .conversations .conversation .avatar div.dot.online,.splash-screen--wrapper .conversations .conversation .avatar div.dot.bot,.splash-screen--wrapper .conversations .conversation .avatar div.dot.online{background-color:#0f0}.main-menu--wrapper .conversations .conversation .button-count,.splash-screen--wrapper .conversations .conversation .button-count{color:#fff!important;left:5px;top:5px}.main-menu--wrapper .conversations .conversation .close,.splash-screen--wrapper .conversations .conversation .close{height:24px;opacity:.5;width:24px}.main-menu--wrapper .conversations .conversation .close svg,.splash-screen--wrapper .conversations .conversation .close svg{fill:currentColor}.main-menu--wrapper .conversations .conversation .close:active,.splash-screen--wrapper .conversations .conversation .close:active{opacity:1}.phone-frame--wrapper ::-webkit-scrollbar{width:5px}.phone-frame--wrapper ::-webkit-scrollbar-thumb{background:#0000004d}.phone-frame--wrapper ::-webkit-scrollbar-thumb:hover{background:#0009}.phone-frame--wrapper{box-shadow:0 5px 10px #0006;height:720px;left:50%;position:relative;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:360px}.phone-frame--wrapper>div{inset:50px 10px;position:absolute}.phone-frame--wrapper{background-color:#000;border-radius:30px;max-height:100%;max-width:100%;padding:50px 10px}.rtl .nav-bar--wrapper>header>div>button{margin-left:6px;margin-right:-12px}.app-bar{background-color:var(--botsquad-main-color,#1976d2);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;box-sizing:border-box;color:var(--botsquad-main-contrast-text,#fff);display:flex;flex-direction:column;flex-shrink:0;width:100%}.app-bar.app-bar--static{position:static}.app-bar.app-bar--fixed{left:0;position:fixed;right:0;top:0;z-index:1100}.app-bar.app-bar--absolute{left:0;position:absolute;right:0;top:0;z-index:1100}.app-bar.app-bar--sticky{position:sticky;top:0;z-index:1100}.toolbar{align-items:center;display:flex;min-height:56px;padding:8px 16px;position:relative}@media(min-width:600px){.toolbar{min-height:64px}}.icon-button{align-items:center;background-color:transparent;border:0;border-radius:50%;box-sizing:border-box;color:inherit;cursor:pointer;display:inline-flex;font-size:1.5rem;justify-content:center;margin:0;outline:0;padding:8px;position:relative;text-decoration:none;transition:background-color .15s cubic-bezier(.4,0,.2,1) 0s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.icon-button:hover{background-color:#0000000a}.icon-button:active{background-color:#0000001f}.icon-button.icon-button--inherit{color:inherit}.icon-button.icon-button--primary{color:var(--botsquad-main-color,#1976d2)}.icon-button.icon-button--secondary{color:#dc004e}.icon-button svg{display:block;height:24px;width:24px}.icon{display:inline-block;fill:currentColor;flex-shrink:0;font-size:1.5rem;height:1em;transition:fill .2s cubic-bezier(.4,0,.2,1) 0s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1em}.icon.material-icons{font-family:Material Icons,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.powered-by{bottom:12px;line-height:1;opacity:.4;position:absolute;right:12px}.powered-by a{color:inherit;text-decoration:none}@media(max-width:768px){.powered-by>span{display:none}}
