.page{--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;min-height:100svh}@media(prefers-color-scheme:dark){.page{--gray-rgb:255,255,255;--gray-alpha-200:rgba(var(--gray-rgb),0.145);--gray-alpha-100:rgba(var(--gray-rgb),0.06);--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a}}.picture-test{width:500px}@media screen and (max-width:900px){.picture-test{width:100%}}.picture-test .a-picture{margin-top:120px}.main{flex-direction:column;grid-row-start:2;gap:32px}@media(max-width:600px){.main{align-items:center}}.close-icon{width:32px;height:32px;cursor:pointer}.chatbot-header{display:flex;justify-content:space-between;align-items:center;padding:20px;width:100%;position:fixed;top:0;left:0;z-index:10;border-bottom:1px solid var(--border-color,#2c2c2c);background-color:var(--color-black,#000)}.page{display:flex;flex-direction:column;height:100vh}.ai-message-wrapper{margin:16px 0}.main{display:flex;padding:0 128px;height:100%;overflow:hidden}@media screen and (max-width:600px){.main{padding:0 16px}}@media screen and (min-width:601px)and (max-width:900px){.main{padding:0 32px}}.chatbot{position:relative;margin-right:auto;margin-left:auto;width:100%;max-width:1280px;height:100%;padding-top:65px}.chatbotMessages{display:flex;flex-direction:column;padding-right:20px;height:80%;overflow-y:auto}.chatbotMessages.-opened{height:70vh}.chatbot-footer{left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:1280px;z-index:10;display:flex;flex-direction:column;align-items:center;padding:0 16px env(safe-area-inset-bottom,0);gap:0;position:fixed}.chat-input{width:100%;margin-bottom:.5rem}.chat-input__div{gap:24px;align-self:stretch;padding:12px;background:var(--Alternative-background-alt,#1e1e1e);border-radius:64px}.chat-input__div,.chatbot-overlay{display:flex;align-items:center;width:100%}.chatbot-overlay{position:absolute;left:50%;flex-direction:column;gap:4px;padding-top:40px;text-align:center;transform:translateX(-50%)}.chatbot-overlay__items{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}#suggestions{padding-top:40px;padding-bottom:20px}.salesContact{display:flex;flex-direction:column;gap:16px;padding:20px;margin-top:10px;height:121px;width:100%;background-color:#0e0e0e}.salesContact__bottom__id__text{display:flex;flex-direction:column;gap:4px}.salesContact__bottom__id{display:flex;gap:8px;align-items:center}.salesContact__bottom__id__image{filter:grayscale(100%)}.salesContact__bottom{display:flex;justify-content:space-between}.chat-input__input{width:100%;height:2rem;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;background:var(--ai-message-user-bg);border:none}.chat-input__input:focus{outline:none}.chat-input__text{margin-top:8px;text-align:center}.chatbotMessages::-webkit-scrollbar{width:8px}.chatbotMessages::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.chatbotMessages::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:4px}.chatbotMessages::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.4)}