.Chat{display:flex;flex-direction:row;justify-content:center;align-items:center;justify-content:flex-start;gap:1.5rem;padding:2rem 1.5rem}.Chat .content-part{display:flex;flex-direction:column;width:55%;gap:3rem;transition:none}.Chat .content-part .heading-section{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.Chat .content-part .heading-section h3{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem 1.5rem;border-radius:1rem;background:linear-gradient(90deg,rgba(61,61,61,.5019607843),rgba(153,153,153,.5019607843),rgba(61,61,61,.5019607843));text-align:center}@media(max-width:530px){.Chat .content-part .heading-section h3{padding:.7rem 1rem;border-radius:.75rem;font-size:24px}}.Chat .content-part .heading-section p{text-align:center;color:#999}.Chat .content-part .heading-section h3{background:none;padding:0}.Chat .content-part .heading-section p{text-align:left}.Chat .content-part .content-section{display:flex;flex-direction:column;justify-content:center;align-items:center;align-items:flex-start;gap:1rem;background:radial-gradient(circle,rgba(255,255,255,.2),rgba(255,255,255,0));background-size:80% 80%;background-repeat:no-repeat;background-position:50%}.Chat .content-part .content-section .input-row{gap:1rem}.Chat .content-part .content-section .input-row,.Chat .content-part .content-section input{display:flex;flex-direction:row;justify-content:center;align-items:center;justify-content:flex-start;width:100%;border-radius:.5rem}.Chat .content-part .content-section input{height:4rem;padding:0 1.5rem;border:2px solid #333;background:#000}.Chat .content-part .content-section input:focus{border:2px solid #fff}.Chat .content-part .content-section .message-area{display:flex;flex-direction:row;justify-content:center;align-items:center;justify-content:flex-start;width:100%;height:15rem;border-radius:.5rem;padding:1rem 1.5rem;overflow:auto;border:2px solid #333;background:#000}.Chat .content-part .content-section .message-area:focus{border:2px solid #fff}.Chat .content-part .content-section .message-area.error,.Chat .content-part .content-section input.error{border:2px solid red}.Chat .image-part{width:45%;height:auto;padding:1rem;transition:none}.Chat .image-part img{object-fit:contain}@media(max-width:960px){.Chat{gap:1rem;padding:2rem 0}.Chat .content-part{gap:3rem}.Chat .image-part{width:40%}}@media(max-width:800px){.Chat{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-direction:column-reverse;gap:4rem;padding:0 1.5rem 2rem}.Chat .content-part{width:100%;gap:2rem}.Chat .image-part{width:auto;height:400px}}@media(max-width:650px){.Chat{gap:3rem;padding:0 0 2rem}.Chat .image-part{height:350px;padding:0}}@media(max-width:530px){.Chat{gap:2rem}.Chat .content-part{gap:1rem}.Chat .content-part .content-section,.Chat .content-part .content-section .input-row{gap:.5rem}.Chat .content-part .content-section input{height:3.5rem;padding:0 1rem}.Chat .content-part .content-section .message-area{height:10rem;padding:1rem}}