:root,::after,::before,:-ms-input-placeholder{--primary-default: #0052AE;--primary-subtle3: #B9CEE4;--primary-subtle1: #F3F6FA;--feedback-success: #198038;--feedback-danger: #B43312;--feedback-info: #0043CE;--text: #444;--text-base-default: #171717;--text-base-hover: #2D2D2D;--text-base-subtle3: #878787;--gray-default: #DEE2E6}:root,::after,::before,::placeholder{--primary-default: #0052AE;--primary-subtle3: #B9CEE4;--primary-subtle1: #F3F6FA;--feedback-success: #198038;--feedback-danger: #B43312;--feedback-info: #0043CE;--text: #444;--text-base-default: #171717;--text-base-hover: #2D2D2D;--text-base-subtle3: #878787;--gray-default: #DEE2E6}body{margin:0}.c-chatbot{position:fixed;bottom:16px;right:16px;z-index:1;box-sizing:border-box;font-family:var(--font-family-body, Inter);z-index:999}.c-chatbot *{box-sizing:border-box}.c-chatbot a{text-decoration:none}.c-chatbot__action{width:72px;height:72px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:var(--primary-default, #0052AE);transition:.4s all ease-in-out}.c-chatbot__action:hover,.c-chatbot__action:focus-visible{opacity:.8}.c-chatbot__icon{width:40px;height:40px;object-fit:cover}.c-chatbot__container{max-width:calc(100vw - 32px);width:400px;position:absolute;right:0;bottom:calc(100% + 8px);background-color:#fff;border-radius:20px;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;box-shadow:0 5px 15px 0 rgba(0,0,0,.1);transition:opacity .6s ease,transform .6s ease;max-height:calc(100vh - 100px)}.c-chatbot__container.iframe{display:-ms-flexbox;display:flex}.c-chatbot__container.iframe iframe{width:100%;height:650px;border:none;max-height:calc(100vh - 100px)}.c-chatbot__container-iframe{width:100vw;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100vh;font-family:var(--font-family-body, Inter);box-sizing:border-box}.c-chatbot__container-iframe *{box-sizing:border-box}.c-chatbot__container-iframe a{text-decoration:none}.c-chatbot__head{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:var(--primary-default, #0052AE);color:#fff;padding:24px}.c-chatbot__head-content{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:8px}.c-chatbot__head-logo{width:40px;height:40px;object-fit:cover}.c-chatbot__title{font-size:var(--text-heading-sm-size, 24px);font-weight:700;line-height:1.5em}.c-chatbot__status{background-color:#fff;border-radius:50px;padding:var(--grid-gap-xs, 2px) var(--grid-gap-sm, 6px);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:2px;height:22px;font-size:var(--text-caption-md-size, 12px);font-style:normal;font-weight:400;line-height:1.5em}.c-chatbot__status:before{content:"";width:8px;height:8px;border-radius:50%;transition:background-color .6s ease}.c-chatbot__status:after{transition:.6s ease all;content:""}.c-chatbot__status.online{color:var(--feedback-success, #198038)}.c-chatbot__status.online:before{background-color:var(--feedback-success, #198038)}.c-chatbot__status.online:after{content:"Online"}.c-chatbot__status.offline{color:var(--feedback-danger, #B43312)}.c-chatbot__status.offline:before{background-color:var(--feedback-danger, #B43312)}.c-chatbot__status.offline:after{content:"Offline"}.c-chatbot__status.connecting{color:var(--feedback-info, #0043CE)}.c-chatbot__status.connecting:before{background-color:var(--feedback-info, #0043CE)}.c-chatbot__status.connecting:after{content:"Connecting"}.c-chatbot__footer{box-shadow:0px -8px 20px 0px rgba(0,0,0,.12);background-color:#fff;padding:16px}.c-chatbot__body{padding:24px;height:408px;-ms-flex-positive:1;flex-grow:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--primary-default, #0052AE) #fff}.c-chatbot__body::-webkit-scrollbar{width:11px}.c-chatbot__body::-webkit-scrollbar-track{background:#fff}.c-chatbot__body::-webkit-scrollbar-thumb{background-color:var(--primary-default, #0052AE);border-radius:2px;border:4px solid #fff}.c-chatbot__labels{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:8px}.c-chatbot__label{height:32px;background-color:var(--primary-default, #0052AE);font-size:var(--text-caption-md-size, 12px);color:#fff;font-weight:700;line-height:1.5em;padding:0 var(--spacing-300, 12px);color:#fff;border-radius:32px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:.4s all ease-in-out}.c-chatbot__label:hover,.c-chatbot__label:focus-visible{opacity:.8}.c-chatbot__input{position:relative}.c-chatbot__input input{border-radius:var(--radius-xl, 16px);background:var(--primary-subtle1, #F3F6FA);padding:20px 50px 20px 22px;font-size:var(--text-body-md-size, 18px);font-weight:400;line-height:1.5em;color:var(--text-base-hover, #2D2D2D);border:none;width:100%;transition:.4s all}.c-chatbot__input input:-ms-input-placeholder{color:var(--text-base-hover, #2D2D2D)}.c-chatbot__input input::placeholder{color:var(--text-base-hover, #2D2D2D)}.c-chatbot__input input:focus{outline:4px solid var(--color-primary-200, #9CB9DA);border-color:var(--primary-default, #0052AE)}.c-chatbot__send{position:absolute;background:rgba(0,0,0,0);border:none;width:65px;height:65px;border-radius:var(--radius-xl, 16px);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:1;top:0;right:0;cursor:pointer}.c-chatbot__message{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;animation:fadeInUp .6s ease both}.c-chatbot__message.receiving-message .c-chatbot__message-bubble{margin-left:20px}.c-chatbot__message.receiving-message .c-chatbot__message-profile{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='28' viewBox='0 0 27 28' fill='none'%3E%3Cpath d='M13.9531 9.87866C13.8441 10.1921 14.0348 10.1784 14.1984 10.0694C14.5254 9.85141 14.8116 9.36085 14.9751 9.00655C15.3566 8.17533 15.3157 7.24871 15.0568 6.39023C14.43 4.38711 13.3535 3.91017 13.8986 2.30222C14.0076 1.96156 13.8441 1.94793 13.7487 2.07057C13.6124 2.24772 12.1271 4.11457 12.8493 6.02231C13.5306 7.86191 14.5663 8.01181 13.9531 9.87866Z' fill='white'/%3E%3Cpath d='M11.9091 10.4374C11.9772 10.7644 12.1271 10.6554 12.2089 10.4782C12.386 10.1239 12.386 9.55162 12.3451 9.17007C12.2634 8.25709 11.7592 7.46674 11.1051 6.86716C9.55165 5.44999 8.39338 5.57263 8.06634 3.89655C7.99821 3.54225 7.83469 3.61039 7.82106 3.77391C7.79381 3.99193 7.42589 6.34935 9.02021 7.65751C10.5328 8.89754 11.5139 8.51599 11.9091 10.4374Z' fill='white'/%3E%3Cpath d='M10.4238 11.9363C10.6418 12.1816 10.7235 12.0181 10.7099 11.8273C10.6827 11.4321 10.3965 10.9415 10.1785 10.6281C9.66067 9.87866 8.82944 9.44261 7.95733 9.25183C5.8997 8.78853 4.95946 9.48349 3.84207 8.20258C3.61042 7.93005 3.5014 8.07994 3.56954 8.21621C3.66492 8.42061 4.5234 10.6418 6.54015 10.9824C8.46152 11.2822 9.1156 10.4646 10.4238 11.9363Z' fill='white'/%3E%3Cpath d='M9.87869 13.9803C10.1921 14.0893 10.1785 13.8985 10.0695 13.735C9.85144 13.408 9.36088 13.1218 9.00658 12.9583C8.17536 12.5767 7.24874 12.6176 6.39026 12.8765C4.38714 13.5034 3.9102 14.5799 2.30225 14.0348C1.96159 13.9258 1.94796 14.0893 2.0706 14.1847C2.24775 14.321 4.1146 15.8063 6.02234 15.0841C7.86194 14.4027 8.01184 13.3671 9.87869 13.9803Z' fill='white'/%3E%3Cpath d='M10.4374 16.0243C10.7644 15.9562 10.6554 15.8063 10.4783 15.7245C10.124 15.5474 9.55165 15.5474 9.1701 15.5882C8.25712 15.67 7.46677 16.1742 6.86719 16.8283C5.45002 18.3817 5.57266 19.54 3.89658 19.867C3.54228 19.9352 3.61042 20.0987 3.77394 20.1123C3.99196 20.1396 6.34938 20.5075 7.65754 18.9132C8.89757 17.4006 8.5024 16.4195 10.4374 16.0243Z' fill='white'/%3E%3Cpath d='M11.9363 17.5096C12.1816 17.2916 12.0181 17.2098 11.8273 17.2234C11.4321 17.2507 10.9416 17.5369 10.6282 17.7549C9.87869 18.2727 9.44264 19.1039 9.25186 19.976C8.78856 22.0337 9.48352 22.9739 8.20261 24.0913C7.93008 24.323 8.07997 24.432 8.21624 24.3638C8.42064 24.2684 10.6418 23.41 10.9825 21.3932C11.2822 19.4718 10.4646 18.8178 11.9363 17.5096Z' fill='white'/%3E%3Cpath d='M13.9803 18.0547C14.0893 17.7413 13.8986 17.7549 13.735 17.8639C13.408 18.0819 13.1218 18.5725 12.9583 18.9268C12.5768 19.758 12.6177 20.6846 12.8766 21.5431C13.5034 23.5462 14.5799 24.0232 14.0348 25.6311C13.9258 25.9718 14.0893 25.9854 14.1847 25.8628C14.321 25.6856 15.8063 23.8188 15.0841 21.911C14.4028 20.0851 13.3671 19.9215 13.9803 18.0547Z' fill='white'/%3E%3Cpath d='M16.0243 17.5096C15.9562 17.1826 15.8063 17.2916 15.7245 17.4687C15.5474 17.823 15.5474 18.3953 15.5883 18.7769C15.67 19.6899 16.1742 20.4802 16.8283 21.0798C18.3817 22.497 19.54 22.3743 19.8671 24.0504C19.9352 24.4047 20.0987 24.3366 20.1123 24.1731C20.1396 23.955 20.5075 21.5976 18.9132 20.2895C17.4006 19.0494 16.4195 19.431 16.0243 17.5096Z' fill='white'/%3E%3Cpath d='M17.5096 16.0107C17.2916 15.7654 17.2099 15.9289 17.2235 16.1197C17.2507 16.5149 17.5369 17.0054 17.7549 17.3188C18.2727 18.0683 19.104 18.5044 19.9761 18.6951C22.0337 19.1584 22.9739 18.4635 24.0913 19.7444C24.323 20.0169 24.432 19.867 24.3639 19.7308C24.2685 19.5264 23.41 17.3052 21.3932 16.9645C19.4719 16.6511 18.8178 17.4687 17.5096 16.0107Z' fill='white'/%3E%3Cpath d='M18.0547 13.953C17.7413 13.844 17.7549 14.0348 17.8639 14.1983C18.082 14.5254 18.5725 14.8115 18.9268 14.975C19.758 15.3566 20.6847 15.3157 21.5431 15.0568C23.5463 14.43 24.0232 13.3535 25.6311 13.8985C25.9718 14.0075 25.9854 13.844 25.8628 13.7486C25.6856 13.6124 23.8188 12.1271 21.9111 12.8493C20.0715 13.5442 19.9216 14.5799 18.0547 13.953Z' fill='white'/%3E%3Cpath d='M17.496 11.9227C17.169 11.9908 17.278 12.1407 17.4551 12.2225C17.8094 12.3996 18.3817 12.3996 18.7633 12.3587C19.6763 12.277 20.4666 11.7728 21.0662 11.1187C22.4834 9.56525 22.3607 8.40698 24.0368 8.07994C24.3911 8.01181 24.323 7.84829 24.1595 7.83466C23.9414 7.80741 21.584 7.43949 20.2759 9.03381C19.0358 10.5464 19.431 11.5139 17.496 11.9227Z' fill='white'/%3E%3Cpath d='M15.9971 10.4237C15.7518 10.6418 15.9153 10.7235 16.1061 10.7099C16.5013 10.6826 16.9918 10.3965 17.3052 10.1784C18.0547 9.66063 18.4908 8.82941 18.6815 7.9573C19.1448 5.89967 18.4499 4.95943 19.7308 3.84204C20.0033 3.61039 19.8534 3.50137 19.7172 3.56951C19.5128 3.66489 17.2916 4.52337 16.9509 6.54012C16.6512 8.46149 17.4688 9.11557 15.9971 10.4237Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:30px}.c-chatbot__message.sended-message{margin-bottom:8px}.c-chatbot__message.sended-message .c-chatbot__message-profile{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16.3875' cy='11.6697' r='5.66974' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M25.7749 26.7271C25.7749 21.5425 21.572 17.3396 16.3875 17.3396C11.2029 17.3396 7 21.5425 7 26.7271' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:32px;margin-left:auto}.c-chatbot__message.sended-message .c-chatbot__message-bubble{background-color:var(--gray-default, #DEE2E6);color:var(--text, #444);margin-right:12px;margin-left:50px;border-bottom-left-radius:12px;box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}.c-chatbot__message.sended-message .c-chatbot__message-bubble:after{content:"";position:absolute;width:0;height:0;border-top:0 solid rgba(0,0,0,0);border-right:45px solid var(--gray-default, #DEE2E6);border-left:none;border-bottom:35px solid rgba(0,0,0,0);left:auto;right:0}.c-chatbot__message.sended-message .c-chatbot__message-hour{-ms-flex-order:-1;order:-1;margin-left:69px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:8px}.c-chatbot__message.sended-message.readed .c-chatbot__message-hour:after{content:"";display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M13.2519 0.548121C13.5312 0.290092 13.9658 0.281187 14.2568 0.538355C14.5672 0.81268 14.5966 1.2866 14.3223 1.59695L8.31151 8.39675C8.16916 8.55763 7.96481 8.64968 7.74999 8.64968C7.53492 8.64959 7.32979 8.55705 7.18749 8.39578L5.75097 6.76785L4.31151 8.39675C4.16916 8.55763 3.96481 8.64968 3.74999 8.64968C3.53492 8.64959 3.32978 8.55704 3.18749 8.39578L0.187489 4.99636L0.749989 4.50027L1.31249 4.0032L3.74999 6.76687L5.15429 5.17703C5.15876 5.17119 5.16426 5.16615 5.16893 5.16043L9.19823 0.602808L9.25194 0.548121C9.53116 0.290097 9.96582 0.281199 10.2568 0.538355C10.5672 0.812679 10.5966 1.2866 10.3223 1.59695L6.75194 5.63503L7.74999 6.76687L13.1982 0.602808L13.2519 0.548121ZM0.253896 3.93777C0.564418 3.66378 1.03841 3.6928 1.31249 4.0032L0.187489 4.99636C-0.086533 4.68579 -0.0566329 4.21183 0.253896 3.93777Z' fill='%230052AE'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:15px}.c-chatbot__message.sended-message.sended .c-chatbot__message-hour:after{content:"";display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M13.2519 0.548121C13.5312 0.290092 13.9658 0.281187 14.2568 0.538355C14.5672 0.81268 14.5966 1.2866 14.3223 1.59695L8.31151 8.39675C8.16916 8.55763 7.96481 8.64968 7.74999 8.64968C7.53492 8.64959 7.32979 8.55705 7.18749 8.39578L5.75097 6.76785L4.31151 8.39675C4.16916 8.55763 3.96481 8.64968 3.74999 8.64968C3.53492 8.64959 3.32978 8.55704 3.18749 8.39578L0.187489 4.99636L0.749989 4.50027L1.31249 4.0032L3.74999 6.76687L5.15429 5.17703C5.15876 5.17119 5.16426 5.16615 5.16893 5.16043L9.19823 0.602808L9.25194 0.548121C9.53116 0.290097 9.96582 0.281199 10.2568 0.538355C10.5672 0.812679 10.5966 1.2866 10.3223 1.59695L6.75194 5.63503L7.74999 6.76687L13.1982 0.602808L13.2519 0.548121ZM0.253896 3.93777C0.564418 3.66378 1.03841 3.6928 1.31249 4.0032L0.187489 4.99636C-0.086533 4.68579 -0.0566329 4.21183 0.253896 3.93777Z' fill='%23666666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:15px}.c-chatbot__message.sended-message.not-send .c-chatbot__message-hour:after{content:"";display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M 6.752 5.635 L 5.751 6.768 L 4.312 8.397 C 4.169 8.558 3.965 8.65 3.75 8.65 C 3.535 8.65 3.33 8.557 3.187 8.396 L 0.187 4.996 L 0.75 4.5 L 1.312 4.003 L 3.75 6.767 L 5.154 5.177 C 5.159 5.171 5.164 5.166 5.169 5.16 L 9.198 0.603 L 9.252 0.548 C 9.531 0.29 9.966 0.281 10.257 0.538 C 10.567 0.813 10.597 1.287 10.322 1.597 L 6.752 5.635 Z M 0.254 3.938 C 0.564 3.664 1.038 3.693 1.312 4.003 L 0.187 4.996 C -0.087 4.686 -0.057 4.212 0.254 3.938 Z' fill='%23666666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:15px}.c-chatbot__message-info{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:4px;margin-top:8px}.c-chatbot__message-hour{color:var(--text-base-subtle3, #878787);font-size:var(--text-caption-sm-size, 10px);font-weight:400;line-height:1.6em}.c-chatbot__message-profile{display:-ms-inline-flexbox;display:inline-flex;width:48px;height:48px;border-radius:48px;background-color:var(--primary-default, #0052AE);position:relative;z-index:1}.c-chatbot__message-bubble{position:relative;background-color:var(--primary-subtle3, #B9CEE4);padding:16px 20px 32px 20px;box-shadow:0px 2px 1px 0px rgba(0,0,0,.05);border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;z-index:1}.c-chatbot__message-bubble:after{content:"";position:absolute;width:0;height:0;border-top:0 solid rgba(0,0,0,0);border-left:45px solid var(--primary-subtle3, #B9CEE4);border-bottom:35px solid rgba(0,0,0,0);left:0;top:calc(100% - 15px);z-index:-1}.c-chatbot__actions{border-radius:8px;background-color:var(--primary-default, #0052AE);padding:4px;position:absolute;right:16px;height:24px;bottom:-12px}.c-chatbot__actions a.is-active{-ms-transform:scale(1.2);transform:scale(1.2)}.c-chatbot__actions-copy{display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 2V4.26667C10 4.64004 10 4.82672 10.0727 4.96933C10.1366 5.09477 10.2386 5.19676 10.364 5.26067C10.5066 5.33333 10.6933 5.33333 11.0667 5.33333H13.3334M6.66669 5.33333H4.00002C3.26364 5.33333 2.66669 5.93029 2.66669 6.66667V12.6667C2.66669 13.403 3.26364 14 4.00002 14H8.00002C8.7364 14 9.33335 13.403 9.33335 12.6667V10.6667M10.6667 2H8.80002C8.05328 2 7.67992 2 7.3947 2.14532C7.14382 2.27316 6.93984 2.47713 6.81201 2.72801C6.66669 3.01323 6.66669 3.3866 6.66669 4.13333V8.53333C6.66669 9.28007 6.66669 9.65344 6.81201 9.93865C6.93984 10.1895 7.14382 10.3935 7.3947 10.5213C7.67992 10.6667 8.05328 10.6667 8.80002 10.6667H11.2C11.9468 10.6667 12.3201 10.6667 12.6053 10.5213C12.8562 10.3935 13.0602 10.1895 13.188 9.93865C13.3334 9.65344 13.3334 9.28007 13.3334 8.53333V4.66667L10.6667 2Z' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px;transition:.4s all ease-in-out}.c-chatbot__actions-copy:hover,.c-chatbot__actions-copy:focus-visible{opacity:.6}.c-chatbot__actions-copy.copied{animation:flash 1s ease}.c-chatbot__actions-like{display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.98669 12.2333L7.05336 13.8333C7.32003 14.1 7.92003 14.2333 8.32003 14.2333H10.8534C11.6534 14.2333 12.52 13.6333 12.72 12.8333L14.32 7.96667C14.6534 7.03333 14.0534 6.23333 13.0534 6.23333H10.3867C9.98669 6.23333 9.65336 5.9 9.72003 5.43333L10.0534 3.3C10.1867 2.7 9.78669 2.03333 9.18669 1.83333C8.65336 1.63333 7.98669 1.9 7.72003 2.3L4.98669 6.36667' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M1.58667 12.2333V5.70002C1.58667 4.76668 1.98667 4.43335 2.92 4.43335H3.58667C4.52 4.43335 4.92 4.76668 4.92 5.70002V12.2333C4.92 13.1667 4.52 13.5 3.58667 13.5H2.92C1.98667 13.5 1.58667 13.1667 1.58667 12.2333Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px;transition:.4s all ease-in-out}.c-chatbot__actions-like:hover,.c-chatbot__actions-like:focus-visible{opacity:.6}.c-chatbot__actions-like.is-active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.98669 12.2333L7.05336 13.8333C7.32003 14.1 7.92003 14.2333 8.32003 14.2333H10.8534C11.6534 14.2333 12.52 13.6333 12.72 12.8333L14.32 7.96667C14.6534 7.03333 14.0534 6.23333 13.0534 6.23333H10.3867C9.98669 6.23333 9.65336 5.9 9.72003 5.43333L10.0534 3.3C10.1867 2.7 9.78669 2.03333 9.18669 1.83333C8.65336 1.63333 7.98669 1.9 7.72003 2.3L4.98669 6.36667' stroke-width='1.5px' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M1.58667 12.2333V5.70002C1.58667 4.76668 1.98667 4.43335 2.92 4.43335H3.58667C4.52 4.43335 4.92 4.76668 4.92 5.70002V12.2333C4.92 13.1667 4.52 13.5 3.58667 13.5H2.92C1.98667 13.5 1.58667 13.1667 1.58667 12.2333Z' stroke-width='1.5px' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.c-chatbot__actions-dislike{display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.0133 3.76666L8.94665 2.16666C8.67998 1.9 8.07998 1.76666 7.67998 1.76666H5.14665C4.34665 1.76666 3.47998 2.36666 3.27998 3.16666L1.67998 8.03333C1.34665 8.96666 1.94665 9.76666 2.94665 9.76666H5.61332C6.01332 9.76666 6.34665 10.1 6.27998 10.5667L5.94665 12.7C5.81332 13.3 6.21332 13.9667 6.81332 14.1667C7.34665 14.3667 8.01332 14.1 8.27998 13.7L11.0133 9.63333' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M14.4133 3.76667V10.3C14.4133 11.2333 14.0133 11.5667 13.08 11.5667H12.4133C11.48 11.5667 11.08 11.2333 11.08 10.3V3.76667C11.08 2.83333 11.48 2.5 12.4133 2.5H13.08C14.0133 2.5 14.4133 2.83333 14.4133 3.76667Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px;transition:.4s all ease-in-out}.c-chatbot__actions-dislike:hover,.c-chatbot__actions-dislike:focus-visible{opacity:.6}.c-chatbot__actions-dislike.is-active{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.0133 3.76666L8.94665 2.16666C8.67998 1.9 8.07998 1.76666 7.67998 1.76666H5.14665C4.34665 1.76666 3.47998 2.36666 3.27998 3.16666L1.67998 8.03333C1.34665 8.96666 1.94665 9.76666 2.94665 9.76666H5.61332C6.01332 9.76666 6.34665 10.1 6.27998 10.5667L5.94665 12.7C5.81332 13.3 6.21332 13.9667 6.81332 14.1667C7.34665 14.3667 8.01332 14.1 8.27998 13.7L11.0133 9.63333' stroke='white' stroke-width='1.5px'  stroke-miterlimit='10'/%3E%3Cpath d='M14.4133 3.76667V10.3C14.4133 11.2333 14.0133 11.5667 13.08 11.5667H12.4133C11.48 11.5667 11.08 11.2333 11.08 10.3V3.76667C11.08 2.83333 11.48 2.5 12.4133 2.5H13.08C14.0133 2.5 14.4133 2.83333 14.4133 3.76667Z' stroke='white' stroke-width='1.5px' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.c-chatbot:not(.is-active) .c-chatbot__container{opacity:0;-ms-transform:translateY(10px);transform:translateY(10px);pointer-events:none}.c-chatbot__typing{display:-ms-flexbox;display:flex;gap:4px;height:1em;-ms-flex-align:end;align-items:flex-end;padding:4px 0}.c-chatbot__typing .dot{width:6px;height:6px;background:currentColor;border-radius:50%;animation:bounce 1s infinite ease-in-out}.c-chatbot__typing .dot:nth-child(2){animation-delay:.2s}.c-chatbot__typing .dot:nth-child(3){animation-delay:.4s}.c-chatbot .dots::after{content:"";display:inline-block;width:1em;text-align:left;animation:dots 1s steps(3, end) infinite}.c-chatbot .typewriter{white-space:pre-wrap;font-family:inherit;display:inline-block}@keyframes dots{0%{content:""}33%{content:"."}66%{content:".."}100%{content:"..."}}@keyframes bounce{0%,80%,100%{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes flash{0%{stroke-width:1px;transform:scale(1)}50%{stroke-width:1.5px;transform:scale(1.3)}100%{stroke-width:1px;transform:scale(1)}}@media screen and (max-width: 767px){.c-chatbot__action{width: 56px;height: 56px}.c-chatbot__icon{width: 32px;height: 32px}.c-chatbot__head{padding: 16px}.c-chatbot__body{height: 347px}.c-chatbot__input input{padding: 16px 50px 16px 22px}}