#pmt-chat-root,#pmt-chat-root *{box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.tp-offcanvas-2-area.opened~#pmt-chat-root,.tp-offcanvas-area.opened~#pmt-chat-root{visibility:hidden}#pmt-chat-root{display:contents;--pmt-black:#010103;--pmt-white:#fff;--pmt-mint:#b5c6c4;--pmt-grey-bg:#f4f5f5;--pmt-grey-line:#e5e5e5;--pmt-text:#111;--pmt-muted:#666}#pmt-chat-root .pmt-chat-bubble{position:fixed;right:50px;bottom:50px;width:44px;height:44px;margin:0;border:1px solid transparent;background-color:#010103;color:#fff;cursor:pointer;z-index:9998;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px rgba(3,4,28,.3);transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease;padding:0;border-radius:0;line-height:1}#pmt-chat-root .pmt-chat-bubble:focus-visible,#pmt-chat-root .pmt-chat-bubble:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(1,1,3,.35);outline:none}#pmt-chat-root .pmt-chat-bubble:focus-visible{box-shadow:0 0 0 3px var(--pmt-mint),0 14px 30px rgba(1,1,3,.35)}#pmt-chat-root .pmt-chat-bubble svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:square;stroke-linejoin:miter}#pmt-chat-root .pmt-chat-bubble[data-open=true]{background-color:var(--pmt-mint);color:var(--pmt-black);border-color:var(--pmt-mint)}#pmt-chat-root .pmt-chat-panel{position:fixed;right:50px;bottom:110px;width:380px;height:560px;max-height:calc(100vh - 140px);background-color:#fff;color:var(--pmt-text);border:1px solid var(--pmt-grey-line);box-shadow:0 24px 60px rgba(1,1,3,.25);display:none;flex-direction:column;z-index:9999;overflow:hidden;border-radius:0;opacity:1}#pmt-chat-root .pmt-chat-panel[data-open=true]{display:flex}#pmt-chat-root .pmt-chat-header{background-color:#010103;color:#fff;padding:18px 20px;border-bottom:2px solid #010103;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}#pmt-chat-root .pmt-chat-header-title{display:flex;flex-direction:column;gap:4px;line-height:1}#pmt-chat-root .pmt-chat-header-eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--pmt-mint)}#pmt-chat-root .pmt-chat-header-name{font-size:16px;font-weight:800;letter-spacing:-.3px;text-transform:uppercase;color:#fff}#pmt-chat-root .pmt-chat-close{background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#fff;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border-radius:0;transition:background-color .2s ease,border-color .2s ease,color .2s ease}#pmt-chat-root .pmt-chat-close:focus-visible,#pmt-chat-root .pmt-chat-close:hover{background-color:var(--pmt-mint);border-color:var(--pmt-mint);color:var(--pmt-black);outline:none}#pmt-chat-root .pmt-chat-close svg{width:12px;height:12px;stroke:currentColor;stroke-width:1.5;fill:none}#pmt-chat-root .pmt-chat-privacy{background-color:var(--pmt-grey-bg);border-bottom:1px solid var(--pmt-grey-line);padding:8px 20px;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--pmt-muted);flex:0 0 auto}#pmt-chat-root .pmt-chat-cookie-warning{background-color:rgba(239,68,68,.08);border-bottom:1px solid rgba(239,68,68,.15);padding:8px 20px;font-size:11px;line-height:1.4;color:#e63946;font-weight:500;flex:0 0 auto;font-family:inherit;text-align:left}#pmt-chat-root .pmt-chat-messages{flex:1 1 auto;overflow-y:auto;padding:20px;background-color:#fff;scrollbar-width:thin;scrollbar-color:var(--pmt-grey-line) transparent}#pmt-chat-root .pmt-chat-messages::-webkit-scrollbar{width:6px}#pmt-chat-root .pmt-chat-messages::-webkit-scrollbar-thumb{background-color:var(--pmt-grey-line)}#pmt-chat-root .pmt-chat-msg{display:flex;margin-bottom:14px;max-width:100%}#pmt-chat-root .pmt-chat-msg-bot{justify-content:flex-start}#pmt-chat-root .pmt-chat-msg-user{justify-content:flex-end}#pmt-chat-root .pmt-chat-bubble-msg{max-width:85%;padding:12px 14px;font-size:14px;line-height:1.5;word-wrap:break-word;overflow-wrap:anywhere}#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg{background-color:var(--pmt-grey-bg);color:var(--pmt-text);border-left:3px solid var(--pmt-mint)}#pmt-chat-root .pmt-chat-msg-user .pmt-chat-bubble-msg{background-color:#010103;color:#fff}#pmt-chat-root .pmt-chat-links{display:flex;flex-direction:column;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid var(--pmt-grey-line)}#pmt-chat-root .pmt-chat-link{font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--pmt-black);text-decoration:none;padding:6px 0;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease;display:inline-block;width:max-content;max-width:100%;background:transparent}#pmt-chat-root .pmt-chat-link:after{content:" ↗"}#pmt-chat-root .pmt-chat-link:focus-visible,#pmt-chat-root .pmt-chat-link:hover{border-bottom-color:var(--pmt-black);outline:none}#pmt-chat-root .pmt-chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:0 20px 12px;flex:0 0 auto;background-color:#fff}#pmt-chat-root .pmt-chat-suggestion{font-family:inherit;font-size:12px;font-weight:600;letter-spacing:.5px;background-color:#fff;color:var(--pmt-black);border:1px solid var(--pmt-black);padding:8px 12px;cursor:pointer;transition:background-color .2s ease,color .2s ease;border-radius:0;line-height:1.2}#pmt-chat-root .pmt-chat-suggestion:focus-visible,#pmt-chat-root .pmt-chat-suggestion:hover{background-color:var(--pmt-black);color:#fff;outline:none}#pmt-chat-root .pmt-chat-form{flex:0 0 auto;display:flex;border-top:1px solid var(--pmt-grey-line);background-color:#fff;margin:0}#pmt-chat-root .pmt-chat-input{flex:1 1 auto;border:none;background:transparent;padding:16px 18px;font-size:14px;font-family:inherit;color:var(--pmt-text);outline:none;min-width:0;border-radius:0}#pmt-chat-root .pmt-chat-input::placeholder{color:#999}#pmt-chat-root .pmt-chat-send{background-color:#010103;color:var(--pmt-mint);border:none;padding:0 22px;cursor:pointer;font-family:inherit;font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:11px;transition:background-color .2s ease,color .2s ease;border-radius:0;display:flex;align-items:center;justify-content:center;gap:8px;margin:0}#pmt-chat-root .pmt-chat-send:focus-visible,#pmt-chat-root .pmt-chat-send:hover{background-color:var(--pmt-mint);color:var(--pmt-black);outline:none}#pmt-chat-root .pmt-chat-send svg{width:14px;height:8px;stroke:currentColor;fill:none;stroke-width:1.5}#pmt-chat-root .pmt-chat-send[disabled]{opacity:.5;cursor:not-allowed}#pmt-chat-root .pmt-chat-typing{display:inline-flex;gap:4px;align-items:center;padding:4px 0}#pmt-chat-root .pmt-chat-typing span{width:6px;height:6px;background-color:var(--pmt-muted);border-radius:50%;animation:pmt-blink 1.2s ease-in-out infinite}#pmt-chat-root .pmt-chat-typing span:nth-child(2){animation-delay:.15s}#pmt-chat-root .pmt-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes pmt-blink{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg strong{font-weight:700;color:var(--pmt-text)}#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg em{font-style:italic;color:var(--pmt-muted)}#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg ol,#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg ul{margin:8px 0 4px;padding-left:18px;list-style-position:outside}#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg ul{list-style-type:disc}#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg ol{list-style-type:decimal}#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg li{margin-bottom:7px;line-height:1.5;padding-left:2px}#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg li:last-child{margin-bottom:0}#pmt-chat-root .pmt-chat-msg-bot .pmt-chat-bubble-msg li strong{display:block;margin-bottom:2px}.back-to-top-wrapper{bottom:60px}.back-to-top-wrapper.back-to-top-btn-show{bottom:110px}@media (max-width:767px){#pmt-chat-root .pmt-chat-bubble{right:20px;bottom:50px;width:44px;height:44px}#pmt-chat-root .pmt-chat-panel{left:0;right:0;bottom:0;top:0;width:100%;height:100%;max-height:100vh;max-width:100%;border:none}}@media (prefers-reduced-motion:reduce){#pmt-chat-root .pmt-chat-bubble,#pmt-chat-root .pmt-chat-close,#pmt-chat-root .pmt-chat-send,#pmt-chat-root .pmt-chat-suggestion{transition:none}#pmt-chat-root .pmt-chat-typing span{animation:none}}