.tb-body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tb-code{font-family:sans-serif}.tb-bot-chatbot-cont{display:flex;bottom:20px;right:20px;z-index:999}.tb-bot-chatbot-cont.left{left:20px}.tb-bot-chatbot-cont.center{position:relative;align-items:center;width:400px;height:600px}@media(max-width:600px){.tb-bot-chatbot-cont.center{width:100%;height:100%}}.tb-bot-fab-button{width:56px;height:56px;border-radius:50%;box-shadow:0 2px 10px var(--shadow-color);cursor:pointer;outline:none;z-index:999;transition:transform .3s ease,background-color .3s ease;display:flex;justify-content:center;align-items:center}.tb-bot-fab-button img{width:30px;height:30px;object-fit:scale-down}@media(max-width:320px){.tb-bot-fab-button{width:48px;height:48px;font-size:20.8px}.tb-bot-fab-button img{width:22px;height:22px;object-fit:scale-down}}@media(min-width:321px)and (max-width:480px){.tb-bot-fab-button{width:56px;height:56px}.tb-bot-fab-button img{width:30px;height:30px;object-fit:scale-down}}@media(min-width:481px)and (max-width:768px){.tb-bot-fab-button{width:64px;height:64px}.tb-bot-fab-button img{width:34px;height:34px;object-fit:scale-down}}.tb-bot-fab-button:hover{background-color:#555;transform:scale(1.05)}.tb-bot-fab-button.tb-bot-open{background-color:#555;transform:scale(.9)}.tb-bot-chatbot-window{width:300px;height:400px;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgb(0 0 0 / .2);position:absolute;bottom:80px;right:0;transform:translateY(100%);animation:slideUp .5s forwards}@keyframes slideUp{to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.tb-bot-fab-button.pulse{animation:pulse 1s infinite}.tb-bot-chatbot-area{display:flex;align-items:center;vertical-align:center;justify-content:center;padding-right:20px;z-index:999;font-family:sans-serif}.tb-bot-chatbot-container{position:fixed;bottom:20px;width:80vw;height:90vh;max-width:450px;max-height:750px;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}@media(max-width:768px){.tb-bot-chatbot-container{max-width:none;max-height:none;transform:none;padding-bottom:0px!important;border-radius:0;margin:0px!important;bottom:0px!important;width:100%!important;height:100%!important;right:0!important;left:0!important;border-radius:0!important;position:fixed!important}.tb-bot-chatbot-area{padding-right:0px!important;right:0px!important;margin-right:0}}.tb-bot-chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 16px 16px;font-family:sans-serif}.tb-bot-profile-pic{width:40px;height:40px;margin-right:20px;display:flex;object-fit:contain}.tb-bot-header-info{font-size:18px;font-family:sans-serif;font-weight:800;width:100%}.tb-bot-status{display:flex;align-items:center;font-size:14px;margin-top:5px}.tb-bot-online-indicator{width:8px;height:8px;background-color:#2ecc71;border-radius:50%;margin-right:5px}.tb-bot-message-container{display:flex;flex-direction:column;width:100%;padding-top:16px;padding-bottom:16px;height:560px;overflow-y:scroll!important}.tb-bot-message-container::-webkit-scrollbar{width:4px;background-color:#fff0}.tb-bot-message-container::-webkit-scrollbar-thumb{background-color:#cbc9c9;border-radius:4px}.tb-bot-message-container::-webkit-scrollbar-thumb:hover{background-color:#555}.tb-bot-chatbot-input-area{position:relative;padding:8px 16px;display:flex;align-items:center;justify-content:space-between}.tb-bot-chatbot-input{flex:1;padding:12px 40px 10px 16px;border:1px solid;border-radius:20px;background-color:#fff0;font-size:14px;font-family:sans-serif;line-height:20px;transition:border-color .3s;outline:none;resize:none;min-height:40px;max-height:120px;overflow:auto;display:flex;align-items:center}.tb-bot-send-button{position:absolute;right:24px;bottom:3px!important;transform:translateY(-50%);padding-left:8px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:all .3s ease;outline:none;border:none;background-color:#fff0;box-shadow:none}.tb-bot-send-button:disabled{cursor:not-allowed;opacity:.2}.tb-bot-send-button:hover,.tb-bot-send-button:active{box-shadow:none}@media(max-width:768px){.tb-bot-chatbot-input-area{padding:4px 8px}.tb-bot-chatbot-input{min-height:36px}.tb-bot-send-button{right:16px;width:28px;height:28px;font-size:16px}}.tb-bot-loading-indicator{height:4px;position:relative;overflow:hidden}@keyframes pulseMove{0%{left:-50%}100%{left:100%}}@keyframes pulseWidth{0%,100%{width:50%}50%{width:100%}}.tb-bot-theme-editor{width:450px;margin:0 auto;padding:20px;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 10px rgb(0 0 0 / .1)}.tb-bot-input-group{margin-bottom:20px}.pre{background-color:#f5f5f5;padding:10px;border-radius:5px;overflow-x:auto}.tb-bot-suggested-questions{display:flex;align-items:flex-end;justify-content:right;align-items:right;flex-direction:column;gap:5px;margin:10px 10px}.tb-bot-suggested-question{padding:8px 12px;margin-right:12px;border-radius:12px;border-top-right-radius:2px;max-width:65%;font-size:14px;font-family:sans-serif;cursor:pointer;transition:box-shadow .3s ease;cursor:pointer;transition:background-color .3s,transform .3s,box-shadow .3s}.tb-bot-suggested-question:hover{background-color:#e0e0e0;box-shadow:0 2px 5px rgb(0 0 0 / .1);transform:scale(1.05)}.tb-bot-suggested-question:hover{box-shadow:0 px 4px rgb(0 0 0 / .1);cursor:pointer}.tb-bot-icon-button{display:flex;align-items:center;justify-content:center;background-color:#fff0;border:none;width:30px;height:30px;box-shadow:none;outline:none;cursor:pointer}.tb-bot-suggested-question-title{font-size:12px;padding-right:8px;opacity:.7;font-family:sans-serif;font-weight:600}.tb-bot-chat-bubble-container{display:flex;flex-direction:column}.tb-bot-hide-scrollbar::-webkit-scrollbar{display:none}.tb-bot-hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.tb-bot-chat-bubble{display:flex;padding:10px 14px;border-radius:12px;max-width:70%;word-wrap:break-word;margin-bottom:0;white-space:pre-line;position:relative;margin:8px;letter-spacing:.1px;font-size:16px;font-family:sans-serif;line-height:1.5;box-shadow:0 1px px rgb(0 0 0 / .1)}.tb-bot-chat-message-container{display:flex;align-items:flex-start;margin-bottom:0}.tb-bot-chat-message-container.user{justify-content:flex-end;margin-right:16px}.tb-bot-avatar{width:30px;height:30px;border-radius:50%;margin-left:16px;object-fit:cover}.tb-bot-chat-bubble{max-width:70%}.tb-bot-chat-bubble.user{margin-left:auto}.tb-bot-chat-bubble.user{align-self:flex-end;border-top-right-radius:2px;margin-left:auto}.tb-bot-chat-bubble.bot{align-self:flex-start;border-top-left-radius:2px;display:flex;align-items:flex-start}.tb-bot-chat-bubble.cta{align-self:flex-start;border-top-left-radius:2px;padding:8px 16px;font-weight:500;font-size:10px;max-height:fit-content;cursor:pointer}.tb-bot-chat-bubble.cta:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.tb-bot-link-preview-wrapper{display:flex;align-items:flex-start;margin-bottom:10px}.tb-bot-chat-bubble.link{align-self:flex-start;padding:0 10px 10px 10px;margin-right:16px;border-top-left-radius:2px}.tb-bot-chat-bubble-entering,.tb-bot-chat-bubble-exiting,.tb-bot-chat-bubble-exited{opacity:0;transform:translateY(20px)}.tb-bot-chat-bubble-entered{opacity:1;transform:translateY(0)}.tb-bot-chat-bubble-transition{transition:opacity 300ms ease-in-out,transform 300ms ease-in-out}.tb-bot-sender-name{font-size:12px;position:absolute;top:-20px;opacity:.7;font-family:sans-serif;font-weight:600}.tb-bot-chat-bubble.user .tb-bot-sender-name{left:0}.tb-bot-chat-bubble.bot .tb-bot-sender-name{right:0}.tb-bot-link-preview{display:flex;position:relative;justify-content:flex-end;flex-direction:column;align-items:flex-end;border-radius:12px;max-width:72%;max-height:275px!important;transition:box-shadow .3s ease;overflow:hidden;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.tb-bot-link-preview:hover{box-shadow:0 4px 8px rgb(0 0 0 / .1);cursor:pointer;transform:translateY(-3px)}.tb-bot-link-preview img{width:100%;height:50%;border-radius:12px;border-top-left-radius:2px;margin-bottom:10px;margin-top:12px;object-fit:cover}.tb-bot-link-preview-title{font-size:16px!important;font-weight:700;font-family:sans-serif;line-height:1.4;margin:-4px -4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%;text-align:left}.tb-bot-link-preview-url{text-decoration:none;transition:color .3s ease;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:left;margin:4px -4px;font-size:16px;font-family:sans-serif;line-height:1.2}.tb-bot-link-preview-url:hover{color:#05a}.tb-bot-link-preview-description{line-height:1.2;display:-webkit-box;font-size:16px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;width:100%;margin:0 -8px;padding-top:4px;padding-right:4px;font-family:sans-serif}.tb-bot-markdown-content{width:100%;font-family:sans-serif;overflow-wrap:anywhere;line-height:1.6;font-size:16px}.tb-bot-markdown-content body{line-height:1.6;padding:0;font-family:sans-serif}.tb-bot-markdown-content>p,.tb-bot-markdown-content>ul,.tb-bot-markdown-content>ol,.tb-bot-markdown-content>table,.tb-bot-markdown-content>blockquote,.tb-bot-markdown-content>pre{margin-top:0;margin-bottom:1em}.tb-bot-markdown-content>*:last-child{margin-bottom:0}.tb-bot-markdown-content p,.tb-bot-markdown-content p:not([class]){line-height:1.6;font-family:sans-serif;font-size:16px}.tb-bot-markdown-content table{border-collapse:collapse;width:100%;margin:1em 0;font-size:.9em;table-layout:fixed;border:1px solid var(--tb-bot-markdown-table-border-color,#ddd)}.tb-bot-markdown-content th,.tb-bot-markdown-content td{padding:4px 6px;text-align:left;font-family:sans-serif;border:1px solid var(--tb-bot-markdown-table-border-color,#ddd);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.tb-bot-markdown-content th{font-weight:600;background-color:var(--tb-bot-markdown-table-header-bg,#f2f2f2)}.tb-bot-markdown-content ul{list-style-type:disc;list-style-position:outside;padding-left:25px;font-family:sans-serif}.tb-bot-markdown-content ol{list-style-type:decimal;list-style-position:outside;padding-left:25px;font-family:sans-serif}.tb-bot-markdown-content ul ul,.tb-bot-markdown-content ol ol,.tb-bot-markdown-content ul ol,.tb-bot-markdown-content ol ul{margin-top:.5em;margin-bottom:.5em;margin-left:20px}.tb-bot-markdown-content li{margin-bottom:.5em;padding-left:5px;font-size:16px;line-height:1.6}.tb-bot-markdown-content li>p{margin-top:.25em;margin-bottom:.25em}.tb-bot-markdown-content li>p:last-child{margin-bottom:0}.tb-bot-markdown-content .first-paragraph-in-li{margin-block-start:0}.tb-bot-markdown-content a{color:var(--link-color);text-decoration:none;transition:color .3s ease;font-family:sans-serif}.tb-bot-markdown-content a:hover{color:var(--link-hover-color)}.tb-bot-markdown-content h1,.tb-bot-markdown-content h2,.tb-bot-markdown-content h3,.tb-bot-markdown-content h4,.tb-bot-markdown-content h5,.tb-bot-markdown-content h6{font-family:sans-serif;margin:16px 0 8px 0;font-weight:700}.tb-bot-markdown-content h1{font-size:24px}.tb-bot-markdown-content h2{font-size:22px}.tb-bot-markdown-content h3{font-size:20px}.tb-bot-markdown-content h4{font-size:18px}.tb-bot-markdown-content h5{font-size:16px}.tb-bot-markdown-content h6{font-size:14px}.tb-bot-markdown-content blockquote{margin:10px 0;padding-left:15px;border-left:3px solid var(--tb-bot-markdown-blockquote-border,#ccc);color:var(--tb-bot-markdown-blockquote-color,#555);font-style:italic}.tb-bot-markdown-content pre,.tb-bot-markdown-content code{font-family:"Courier New",Courier,monospace;background-color:var(--tb-bot-markdown-code-bg,#f5f5f5);padding:2px 4px;border-radius:3px;font-size:14px}.tb-bot-markdown-content pre{padding:10px;overflow-x:auto;margin:10px 0}.tb-bot-markdown-content code{display:inline-block}.tb-bot-markdown-content hr{border:0;height:1px;background-color:var(--tb-bot-markdown-hr-color,#ddd);margin:20px 0}.tb-bot-markdown-content img{max-width:100%;height:auto;display:block;margin:10px 0;border-radius:4px}.tb-bot-markdown-content caption{font-size:14px;font-style:italic;margin-top:8px;color:var(--tb-bot-markdown-caption-color,#777)}.tb-bot-chat-bubble-animation-enter,.tb-bot-chat-bubble-animation-appear{opacity:0;transform:translateY(-20px)}.tb-bot-chat-bubble-animation-enter-active,.tb-bot-chat-bubble-animation-appear-active{opacity:1;transform:translateY(0);transition:opacity 200ms ease-in-out,transform 200ms ease-in-out}.tb-bot-avatar{width:30px;height:30px;border-radius:50%;margin-right:8px;object-fit:cover}.tb-bot-chat-bubble.bot{display:flex;align-items:flex-start}.tb-icon-bar{display:flex;justify-content:starts;align-items:center;padding-left:8px;padding-bottom:8px;padding-top:0;padding-right:16px;border-radius:5px}.tb-icon-button{border:none;background:none;cursor:pointer;width:28px;height:28px;transition:transform .3s ease;box-shadow:none}.tb-icon-button:hover{transform:scale(1.1)}.tb-icon-button img{width:32px;height:auto}*,*::before,*::after{box-sizing:border-box}.tb-order-form{display:flex;flex-direction:column;width:70%;background:#fff;padding-left:20px;padding-right:20px;padding-top:0;padding-bottom:8px;box-shadow:0 0 10px rgb(0 0 0 / .1);margin-bottom:5px}.tb-order-form h2{margin-bottom:16px;font-size:12px}.tb-input-group{margin-bottom:4px;display:flex;flex-direction:row}.tb-input-group label{display:block;margin-bottom:5px}.tb-order-form select{padding:10px;border-radius:4px;height:40px;border:1px solid #ccc;box-sizing:border-box}.tb-order-form input[type=tel]{padding:10px;border-radius:4px;width:100%;height:40px;border:1px solid #ccc;box-sizing:border-box}.tb-input-group input[type=email]{width:100%;padding:10px;border-radius:4px}.tb-button{width:100%;padding:10px;border:none;border-radius:4px;background-color:#000;color:#fff;cursor:pointer}@media(min-width:576px){.tb-order-form{margin:20px auto;max-width:540px}}@media(min-width:768px){.tb-order-form{max-width:720px}}@media(min-width:992px){.tb-order-form{max-width:960px}}@media(min-width:1200px){.tb-order-form{max-width:1140px}}.tb-interactive-button{padding:10px 20px;border:2px solid #ddd;background-color:#fff;cursor:pointer;outline:none;font-size:12px;border-radius:8px;transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.tb-interactive-button .checkmark{color:#27c942;font-size:16px;margin-right:8px;opacity:0;transition:opacity .2s}.tb-interactive-button.selected .checkmark{opacity:1}.tb-interactive-button.selected{background-color:#000;color:#27c942;border:2px solid #000}.tb-interactive-button span{line-height:1;vertical-align:middle}.tb-loading-bubble-container{display:flex;align-items:flex-end;margin-left:10px}.tb-loading-bubble{transition:transform .3s ease-in-out;display:flex;align-items:center;min-height:20px}.tb-dots-container{display:flex;align-items:center;height:100%}.tb-dot{width:6px;height:6px;border-radius:50%;background-color:currentColor;opacity:.4;margin:0 2px;animation:tb-dot-pulse 1.4s infinite ease-in-out}.tb-dot-1{animation-delay:-0.32s}.tb-dot-2{animation-delay:-0.16s}.tb-dot-3{animation-delay:0s}@keyframes tb-dot-pulse{0%,80%,100%{opacity:.4;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.tb-app{text-align:center}.tb-app-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.tb-app-logo{animation:App-logo-spin infinite 20s linear}}.tb-app-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.tb-app-link{color:#61dafb}@keyframes App-logo-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#tb-cb-root{z-index:1030;position:relative}.tb-bot-fab-button{background-color:#efeeee!important}.tb-bot-fab-button:hover{background-color:#fff!important}.tb-bot-fab-button+div>img{background-color:#fff!important;box-shadow:0 2px 10px rgb(19 21 62 / .15)}@media (min-width:768px){#scroll-top{right:21px}}