.home-chat-section{overflow:hidden;width:100%}.home-chat-section .content-wrapper{align-items:center;display:flex;gap:40px}.home-chat-section .image{flex:0 0 38%}.home-chat-section .image img{height:auto;width:100%}.home-chat-section .content{flex:1 1 55%;min-width:0;text-align:center}.home-chat-section .desc{margin:0 auto;max-width:70%}.home-chat-section .subtitle{font-size:24px;margin-top:28px}.home-chat-section .logo-wrap img{height:auto;margin:10px auto;max-width:60%}.home-chat-section .cta-wrap{display:flex;justify-content:center}.home-chat-section .btn-cta{background:#2c96c8;border:none;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:16px 32px;text-decoration:none}.home-chat-section .chat-cta-wrap .btn-chat-cta{align-items:center;background-color:#3457a7;border-radius:8px;color:#fff;display:inline-flex;font-weight:700;gap:12px;padding:14px 24px;text-decoration:none}.home-chat-section .chat-cta-wrap .btn-chat-cta img{flex-shrink:0;height:auto;width:48px}.home-chat-section h6{font-weight:400;margin-bottom:20px}@keyframes hss-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hss-slideFromLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes hss-slideFromRight{0%{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}.home-chat-section .content,.home-chat-section .image{opacity:0}.home-chat-section .content-wrapper.in-view .content{animation:hss-fadeUp .6s ease 0s both}.home-chat-section .content-wrapper.in-view .image{animation:hss-slideFromLeft .65s ease .3s both}@media (max-width:991px){.home-chat-section .content-wrapper{flex-direction:column;gap:0}.home-chat-section .image{flex:0 0 auto;max-width:100%;order:1;width:100%}.home-chat-section .content{order:2;padding-top:32px}}