.joinchat{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}.joinchat--show{display:block;transform:scaleX(1);}.joinchat--chatbox:not(.joinchat--noanim){transform-origin:0 0;animation-timing-function:ease-in-out;}@supports not (width:clamp(1px,1%,10px)){}.joinchat__button{cursor:pointer;transition:background-color .2s linear;}[dir=rtl] .joinchat__button{flex-direction:row-reverse;}.joinchat__button:hover{background:#128c7e;transition-duration:1.5s;}.joinchat__button:active{background:#128c7e;transition:none;}[dir=rtl] .joinchat--left .joinchat__button{flex-direction:row;}.joinchat--chatbox .joinchat__button{background:var(--color);transition-duration:.2s;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);}.joinchat--chatbox .joinchat__button:active,.joinchat--chatbox .joinchat__button:hover{background:var(--hover);}.joinchat--optout.joinchat--chatbox .joinchat__button{background-color:#999;pointer-events:none;}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__plain{stroke-dasharray:0;animation:none;}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__chat{animation:none;}.joinchat--chatbox .joinchat__button__open{display:none;}.joinchat--chatbox .joinchat__button__send{display:block;}.joinchat__button__sendtext{transition:none;}.joinchat--chatbox .joinchat__button__sendtext{padding:0 4px 0 24px;max-width:min(400px - 16px - var(--s),100vw - 16px - var(--s) - 2 * var(--sep));opacity:1;transition:max-width .2s linear,opacity .4s ease-out .2s;}.joinchat--chatbox.joinchat--left .joinchat__button__sendtext{padding:0 24px 0 4px;}.joinchat__badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border:none;border-radius:50%;background:#e82c0c;color:#fff;font-size:12px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;opacity:0;pointer-events:none;}.joinchat__badge.joinchat__badge--in{animation:joinchat_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both;}.joinchat__badge.joinchat__badge--out{animation:joinchat_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both;}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none;}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s) / 2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff;}.joinchat--left .joinchat__qr{left:0;right:auto;}.joinchat--left .joinchat__qr:after{left:calc(var(--s) / 2 - 6px);right:auto;}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis;}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0;image-rendering:pixelated;}.joinchat__box{transition:max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s;}[dir=rtl] .joinchat__box{text-align:right;}.joinchat--chatbox .joinchat__box{opacity:1;transform:scaleX(1);transition:max-height .2s ease-out,opacity .2s ease-out,transform 0s linear;}[dir=rtl] .joinchat__header{padding:0 26px 0 70px;}.joinchat__powered:active,.joinchat__powered:hover{color:inherit !important;text-decoration:none !important;opacity:.9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3));}.joinchat__close{cursor:pointer;transition:background-color .3s ease-out;}.joinchat__close.nitro-lazy{background-image:none !important;}.joinchat__close:hover{background-color:rgba(0,0,0,.6);}.joinchat__close:active{background-color:rgba(0,0,0,.7);}[dir=rtl] .joinchat__close{right:auto;left:24px;}.joinchat__box__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);}[dir=rtl] .joinchat{--peak:url("#joinchat__peak_r");}[dir=rtl] .joinchat__message:before{left:auto;right:-15px;}@keyframes joinchat_show{0%{transform:scale3d(0,0,0);}to{transform:scaleX(1);}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0);}to{opacity:1;transform:translateZ(0);}}@keyframes joinchat_badge_out{0%{opacity:1;transform:translateZ(0);}to{opacity:0;transform:translate3d(0,-20px,0);}}@keyframes joinchat_plain{0%,50%,to{stroke-dashoffset:1097;}5%,45%{stroke-dashoffset:0;}}@keyframes joinchat_chat{0%,50%,to{stroke-dashoffset:1020;}5%,45%{stroke-dashoffset:0;}}@keyframes joinchat_image_loop{0%{opacity:0;}3%,20%{opacity:1;}25%,to{opacity:0;}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0);}1%,20%{opacity:1;transform:scaleX(1);}25%,to{opacity:0;transform:scaleX(1);}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){}@media (hover:hover){.joinchat--chatbox .joinchat__button:hover .joinchat__qr{display:flex;}}@media (prefers-reduced-motion){.joinchat__button__sendtext{transition:none !important;}}