.PostconCard_card__Fkbkv{width:100%;height:100%;position:relative;background:linear-gradient(90deg,#ff6c37,#c64dda);border-radius:12px;padding:1px;overflow:visible}.PostconCard_content__l7sVx{background:#1d0a2b;border-radius:11px;min-height:200px;overflow:hidden;color:#ffffff;position:relative;padding:24px}.PostconCard_content__l7sVx:hover{background:#290f3c}.PostconCard_logo__liyGG{width:48px;margin-right:1rem}.PostconCard_logo__liyGG img{background:#f9f9f9;border-radius:5px;padding:5px}.PostconCard_card__Fkbkv:after,.PostconCard_card__Fkbkv:hover:after,.PostconCard_confetti__e_v_c{display:none}.PostconCard_card__Fkbkv.PostconCard_showConfetti__Rsq_d:after{display:block;content:"";position:absolute;top:50%;left:50%;width:110%;height:110%;transform:translate(-50%,-50%) scale(0);opacity:0;transition:all .3s ease-in-out;z-index:2;background:url(https://voyager.postman.com/post-con/2025/confetti2.svg) no-repeat 50%;background-size:contain;pointer-events:none}.PostconCard_card__Fkbkv.PostconCard_showConfetti__Rsq_d:hover:after{transform:translate(-50%,-50%) scale(1.2);opacity:1}.PostconCard_badge__OwuCY{position:absolute;bottom:14px;right:24px;padding:4px 8px;border-radius:4px;font-size:12px}.PostconCard_badge__OwuCY p{font-size:12px}.PostconCard_badge__OwuCY p:after{content:"th"}.PostconCard_badge__OwuCY p[data-position="1"]:after{content:"st"}.PostconCard_badge__OwuCY p[data-position="2"]:after{content:"nd"}.PostconCard_badge__OwuCY p[data-position="3"]:after{content:"rd"}.PostconCard_badge__OwuCY[data-position="1"]{background:#f7d15c;color:#82621e}.PostconCard_badge__OwuCY[data-position="2"]{background:#e6e6e6;color:#6b6b6b}.PostconCard_badge__OwuCY[data-position="3"]{background:#e9d19b;color:#82621e}.PostconCard_badge__OwuCY[data-position="4"],.PostconCard_badge__OwuCY[data-position="5"]{border:1px solid #ff6c37}.PostconCard_badge__OwuCY[data-position="4"] p,.PostconCard_badge__OwuCY[data-position="5"] p{color:#ff6c37}.PostconCard_cardTitle__EG2vv{color:#ffffff;margin:0}.PostconCard_cardDescription__jvDF6{color:#ffffff;font-size:14px;margin:0}.PostconCard_speakerCard__vaUDz{width:100%;height:100%;position:relative;background:linear-gradient(90deg,#ff6c37,#c64dda);border-radius:12px;padding:1px;overflow:visible}.PostconCard_speakerContent__Vc_JH{background:#1d0a2b;border-radius:11px;overflow:hidden;color:#ffffff;padding:12px}.PostconCard_speakerCard__vaUDz:hover{background:linear-gradient(280deg,#ff6c37,#c74eda)!important;transition:all .2s ease-in-out}.PostconCard_speakerCard__vaUDz img{filter:saturate(70%)}.PostconCard_speakerCard__vaUDz img:hover{filter:saturate(100%);transition:all .2s ease-in-out}.ChatBox_chatContainer__MrOY_{display:flex;flex-direction:column;height:100%;width:100%;background:#ffffff;border-radius:10px;box-shadow:0 .2rem .6rem rgba(0,0,0,.1);overflow:hidden}.ChatBox_messagesArea__tM_od{flex:1;overflow-y:auto;padding:32px 24px 24px;display:flex;flex-direction:column;gap:16px;min-height:400px;max-height:600px;position:relative}.ChatBox_messagesArea__tM_od::-webkit-scrollbar{width:8px}.ChatBox_messagesArea__tM_od::-webkit-scrollbar-track{background:#f9f9f9;border-radius:10px}.ChatBox_messagesArea__tM_od::-webkit-scrollbar-thumb{background:#d1d1d1;border-radius:10px}.ChatBox_messagesArea__tM_od::-webkit-scrollbar-thumb:hover{background:#a6a6a6}.ChatBox_message__MwFcp{display:flex;gap:12px;align-items:flex-start;animation:ChatBox_fadeIn__aTdpN .3s ease-in-out}@keyframes ChatBox_fadeIn__aTdpN{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatBox_userMessage__s5swh{flex-direction:row-reverse;justify-content:flex-start}.ChatBox_assistantMessage__YEg_n{flex-direction:row;justify-content:flex-start}.ChatBox_messageIcon__fjAx_{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.ChatBox_messageContent__njDHb{flex:1;max-width:calc(100% - 36px)}.ChatBox_messageText__B4_96{padding:16px 20px;border-radius:8px;font-size:15px;line-height:1.6;word-wrap:break-word}.ChatBox_userMessage__s5swh .ChatBox_messageText__B4_96{background:#ff6c37;color:#ffffff;border-radius:12px;border-bottom-right-radius:2px}.ChatBox_assistantMessage__YEg_n .ChatBox_messageText__B4_96{background:#f9f9f9;color:#212121;border:1px solid #ededed;border-radius:12px;border-bottom-left-radius:2px}.ChatBox_suggestionsBottom___b3yl{margin-top:auto;padding-top:16px;max-width:400px;margin-left:auto;margin-right:auto;width:calc(100% - 120px)}.ChatBox_suggestionsTitle__pAS8D{font-size:13px;font-weight:400;color:#6b6b6b;margin:0 0 12px;text-align:left}.ChatBox_suggestionsList__AV8KC{display:flex;flex-direction:column;gap:0}.ChatBox_suggestionItem__mTrOx{padding:12px 0;background:transparent;border:none;font-size:14px;color:#212121;text-align:left;cursor:pointer;transition:all .2s ease-in-out;width:100%;position:relative}.ChatBox_suggestionItem__mTrOx:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#ededed;transition:background-color .2s ease-in-out}.ChatBox_suggestionItem__mTrOx:hover{color:#ff6c37}.ChatBox_suggestionItem__mTrOx:hover:after{background:#ff6c37}.ChatBox_suggestionItem__mTrOx:last-child:after{display:none}.ChatBox_loadingDots__qJBdm{display:flex;gap:6px;padding:16px 20px;background:#f9f9f9;border:1px solid #ededed;border-radius:12px;border-bottom-left-radius:2px}.ChatBox_loadingDots__qJBdm span{width:8px;height:8px;border-radius:50%;background:#a6a6a6;animation:ChatBox_bounce__eB5o1 1.4s ease-in-out infinite both}.ChatBox_loadingDots__qJBdm span:first-child{animation-delay:-.32s}.ChatBox_loadingDots__qJBdm span:nth-child(2){animation-delay:-.16s}@keyframes ChatBox_bounce__eB5o1{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width:768px){.ChatBox_messagesArea__tM_od{padding:20px 16px;min-height:300px}.ChatBox_messageText__B4_96{font-size:14px;padding:12px 16px}.ChatBox_suggestionsBottom___b3yl{width:calc(100% - 60px);max-width:100%}.ChatBox_suggestionItem__mTrOx{font-size:13px;padding:10px 0}.ChatBox_suggestionItem__mTrOx:after{left:0;right:0}}.ChatInput_chatInputForm__jQfUc{width:100%;display:flex;flex-direction:column;gap:8px}.ChatInput_inputContainer__sIp2A{display:flex;align-items:flex-end;gap:12px;padding:16px 20px;background:#ffffff;border:2px solid #ededed;border-radius:10px;transition:border-color .2s ease-in-out}.ChatInput_inputContainer__sIp2A:focus-within{border-color:#ff6c37}.ChatInput_textarea__lcGeF{flex:1;border:none!important;outline:none!important;box-shadow:none!important;resize:none;font-family:inherit;font-size:15px;line-height:1.5;color:#212121;background:transparent;min-height:24px;max-height:150px;overflow:hidden;padding:0;display:flex;align-items:center}.ChatInput_textarea__lcGeF::-moz-placeholder{color:#a6a6a6;line-height:1.5}.ChatInput_textarea__lcGeF::placeholder{color:#a6a6a6;line-height:1.5}.ChatInput_textarea__lcGeF:disabled{opacity:.6;cursor:not-allowed}.ChatInput_sendButton__6eg4D{display:flex;align-items:center;justify-content:center;height:40px;padding:0 24px;background:#ff6c37;border:none;border-radius:8px;color:#ffffff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;flex-shrink:0;white-space:nowrap}.ChatInput_sendButton__6eg4D:hover:not(:disabled){background:#ff8e64}.ChatInput_sendButton__6eg4D:active:not(:disabled){background:#d23f0e}.ChatInput_sendButton__6eg4D:disabled{background:#ededed;color:#a6a6a6;cursor:not-allowed}.ChatInput_helperText__JFLLN{font-size:12px;color:#212121;margin:0;padding:0 4px;text-align:right}@media (max-width:768px){.ChatInput_inputContainer__sIp2A{padding:12px 16px}.ChatInput_sendButton__6eg4D{height:36px;padding:0 20px;font-size:14px}.ChatInput_helperText__JFLLN{font-size:11px}}.ChatInterface_chatInterface__Gky8v{display:flex;flex-direction:column;gap:8px;width:100%;max-width:900px;margin:0 auto}.ChatInterface_inputWrapper__ufswG{width:100%}@media (max-width:768px){.ChatInterface_chatInterface__Gky8v{gap:10px}}.SimpleChatSection_section__Qg1oa{padding-top:4rem;padding-bottom:4rem}@media (min-width:1024px){.SimpleChatSection_section__Qg1oa{padding-top:5rem;padding-bottom:5rem}}.SimpleChatSection_container__Ow_0q{margin:0 auto;max-width:1000px;padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.SimpleChatSection_container__Ow_0q{padding-left:2rem;padding-right:2rem}}.SimpleChatSection_header__NS3uU{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.SimpleChatSection_eyebrow__GxlY1{display:inline-block;padding:.5rem 1rem;margin-bottom:1.5rem;background:#ff6c37;border-radius:50px;color:#ffffff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.SimpleChatSection_heading__38rcY{margin-bottom:1rem;font-size:2.25rem;font-weight:700;color:#212121;line-height:1.2}@media (min-width:1024px){.SimpleChatSection_heading__38rcY{font-size:3rem}}.SimpleChatSection_description__LCzdW{margin:0 auto;max-width:700px;font-size:1.125rem;line-height:1.7;color:#6b6b6b}@media (min-width:1024px){.SimpleChatSection_description__LCzdW{font-size:1.25rem}}.SimpleChatSection_chatSection__Wv9xj{max-width:900px;margin:0 auto}.SimpleChatSection_chatPrompt__w7G2H{margin-bottom:1.5rem;text-align:left;font-size:1.25rem;font-weight:600;color:#212121}@media (min-width:1024px){.SimpleChatSection_chatPrompt__w7G2H{font-size:1.5rem}}.DynamicFaqSection_faq__qS3Mm ul,.DynamicFaqSection_faq__qS3Mm ul li ul{margin-bottom:2.4rem;margin-left:0;padding-left:2rem;list-style-type:none;margin-top:16px!important}.DynamicFaqSection_faq__qS3Mm li,.DynamicFaqSection_faq__qS3Mm li ul li{padding-left:3.3rem;color:rgb(33,33,33);line-height:1.5;margin-bottom:2.4rem;position:relative;display:list-item;list-style-type:none;background-image:url(https://voyager.postman.com/icon/starburst-four-point.svg);background-position:0 .8rem;background-size:1rem 1rem;background-repeat:no-repeat}.DynamicFaqSection_faq__qS3Mm a{color:rgb(2,101,210);text-decoration:none;border-bottom:1px solid transparent}.DynamicFaqSection_faq__qS3Mm a:hover{text-decoration:none;border-bottom:1px solid rgb(2,101,210);cursor:pointer;transition:.2s ease-in-out}