@keyframes FloatingAIChat_slideUp__a7ml2{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes FloatingAIChat_messageIn__LpGaa{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes FloatingAIChat_pulse__d5ulB{0%{box-shadow:0 0 0 0 rgba(0,122,255,.7)}70%{box-shadow:0 0 0 20px rgba(0,122,255,0)}to{box-shadow:0 0 0 0 rgba(0,122,255,0)}}.FloatingAIChat_wrapper__Qxqz1{position:fixed;right:46px;bottom:20px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.FloatingAIChat_fab__kiftr{width:64px;height:64px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:#fff;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.2);transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;animation:FloatingAIChat_pulse__d5ulB 2.5s infinite}.FloatingAIChat_fab__kiftr:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3);animation-play-state:paused}.FloatingAIChat_fab__kiftr:active{transform:scale(.95)}.FloatingAIChat_fab__kiftr svg{width:28px;height:28px;transition:transform .3s ease}.FloatingAIChat_tooltip__ZfWkV{position:absolute;right:100%;margin-right:15px;padding:8px 16px;background:#333;color:#fff;border-radius:8px;font-size:14px;font-weight:500;white-space:nowrap;visibility:hidden;opacity:0;transform:translateX(10px);transition:all .3s cubic-bezier(.25,.8,.25,1)}.FloatingAIChat_tooltip__ZfWkV:after{content:"";position:absolute;top:50%;left:100%;margin-top:-5px;border:5px solid rgba(0,0,0,0);border-left-color:#333}.FloatingAIChat_fab__kiftr:hover .FloatingAIChat_tooltip__ZfWkV{visibility:visible;opacity:1;transform:translateX(0)}.FloatingAIChat_msgText__V9qgE h1,.FloatingAIChat_msgText__V9qgE h2,.FloatingAIChat_msgText__V9qgE h3,.FloatingAIChat_msgText__V9qgE h4{margin-top:12px;margin-bottom:8px;line-height:1.3}.FloatingAIChat_msgText__V9qgE ol,.FloatingAIChat_msgText__V9qgE ul{padding-left:15px;margin-top:8px;margin-bottom:8px}.FloatingAIChat_msgText__V9qgE li{margin-top:5px}.FloatingAIChat_msgText__V9qgE strong{font-weight:600}.FloatingAIChat_msgText__V9qgE :first-child{margin-top:0}.FloatingAIChat_chatWindow__bzPMC{width:100%;max-width:450px;height:500px;max-height:70vh;background:var(--background-light);border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.2);margin-bottom:16px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.05);animation:FloatingAIChat_slideUp__a7ml2 .3s cubic-bezier(.4,0,.2,1) forwards}.FloatingAIChat_chatWindow__bzPMC *{white-space:normal!important}.FloatingAIChat_header__qg8zC{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;background:hsla(0,0%,100%,.75);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08)}.FloatingAIChat_header__qg8zC strong{font-weight:600;color:var(--text-primary)}.FloatingAIChat_closeBtn__nXm3p{border:none;background:var(--background-medium);width:28px;height:28px;border-radius:50%;font-size:16px;cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.FloatingAIChat_closeBtn__nXm3p:hover{background-color:#e5e5ea}.FloatingAIChat_messages__GMWrq{padding:16px;flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background-color:var(--background-medium)}.FloatingAIChat_msgAI__YvNeh,.FloatingAIChat_msgUser__Ao1JC{animation:FloatingAIChat_messageIn__LpGaa .3s cubic-bezier(.4,0,.2,1) forwards}.FloatingAIChat_msgAI__YvNeh{display:flex;justify-content:flex-start}.FloatingAIChat_msgUser__Ao1JC{display:flex;justify-content:flex-end}.FloatingAIChat_msgBubble__Caovb{max-width:80%;padding:10px 14px;border-radius:18px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.FloatingAIChat_msgAI__YvNeh .FloatingAIChat_msgBubble__Caovb{background:var(--background-light);color:var(--text-primary);border-bottom-left-radius:6px}.FloatingAIChat_msgUser__Ao1JC .FloatingAIChat_msgBubble__Caovb{background:var(--primary-color);color:#fff;border-bottom-right-radius:6px}.FloatingAIChat_msgText__V9qgE{white-space:pre-wrap;word-break:break-word;font-size:15px;line-height:1.5}.FloatingAIChat_msgTime__zbT71{font-size:11px;opacity:.8;margin-top:8px;text-align:right}.FloatingAIChat_composer__OPDlP{display:flex;gap:8px;padding:12px;align-items:center;border-top:1px solid rgba(0,0,0,.08);background:var(--background-light);flex-shrink:0}.FloatingAIChat_composer__OPDlP input{flex:1 1 auto;height:44px;padding:0 16px;border-radius:22px;border:none;background:var(--background-medium);outline:none;font-size:15px;color:var(--text-primary);transition:box-shadow .2s ease}.FloatingAIChat_composer__OPDlP input:focus{box-shadow:0 0 0 2px var(--primary-color)}.FloatingAIChat_sendBtn__p1y8o{width:44px;height:44px;border-radius:50%;border:none;background:var(--primary-color);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.FloatingAIChat_sendBtn__p1y8o:hover{transform:scale(1.1);filter:brightness(1.1)}.FloatingAIChat_sendBtn__p1y8o:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}@media(max-width:420px){.FloatingAIChat_chatWindow__bzPMC{width:100vw;height:100vh;border-radius:0;margin-bottom:0;max-height:100vh}.FloatingAIChat_wrapper__Qxqz1{right:0;bottom:0}.FloatingAIChat_fab__kiftr{right:16px;bottom:16px;position:fixed}}.animation{height:100vh;display:flex;justify-content:center;align-items:center}.animation .loader{width:35px;aspect-ratio:.75;--c:no-repeat linear-gradient(var(--primary) 0 0);background:var(--c) 0 50%,var(--c) 50% 50%,var(--c) 100% 50%;animation:l7 1s linear infinite alternate}@keyframes l7{0%{background-size:20% 50%,20% 50%,20% 50%}20%{background-size:20% 20%,20% 50%,20% 50%}40%{background-size:20% 100%,20% 20%,20% 50%}60%{background-size:20% 50%,20% 100%,20% 20%}80%{background-size:20% 50%,20% 50%,20% 100%}to{background-size:20% 50%,20% 50%,20% 50%}}.appStore{display:flex;background-color:#000;color:#fff;padding:15px 40px;border-radius:15px;align-items:center;cursor:pointer;transition:.5s}.appStore img{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.appStore .text{line-height:1.4;padding-right:15px}.appStore .text p{font-size:13px}.appStore:hover{background-color:rgba(0,208,255,.5019607843)}.contentWrapper{width:100%;max-width:1200px;margin:0 auto;padding:12px 20px}@media only screen and (min-width:1280px){.contentWrapper{padding:13px 0}}.googlePLay{display:flex;background-color:#000;color:#fff;padding:15px 40px;border-radius:15px;align-items:center;cursor:pointer;transition:.5s}.googlePLay img{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.googlePLay .text{line-height:1.4;padding-right:15px}.googlePLay .text p{font-size:13px}.googlePLay:hover{background-color:rgba(0,208,255,.5019607843)}.spinner{display:flex;justify-content:center;align-items:center;margin:30px 0 10px}.spinner .loader{width:30px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#00cfff 94%,rgba(0,0,0,0)) top/8px 8px no-repeat,conic-gradient(rgba(0,0,0,0) 30%,#00cfff);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 8px),#000 0);animation:l13 1s linear infinite}@keyframes l13{to{transform:rotate(1turn)}}.teamSection{padding:30px 0;background-color:#f9fafb}.teamSection .teamHeader{line-height:1.2;text-align:center;margin-bottom:20px}.teamSection .teamHeader h1{color:#000;font-size:40px;font-weight:500}.teamSection .teamHeader p{color:#777;font-size:20px;font-weight:400;margin-top:10px}.teamSection .teamGrid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media only screen and (min-width:640px){.teamSection .teamGrid{grid-template-columns:1fr 1fr}}@media only screen and (min-width:992px){.teamSection .teamGrid{grid-template-columns:1fr 1fr 1fr}}.teamSection .teamGrid .teamMember{position:relative;background-color:#fff;padding:20px;border-radius:10px;margin-top:100px}.teamSection .teamGrid .teamMember .memberImage{background-color:#00cfff;border-radius:10px;height:280px;position:relative}.teamSection .teamGrid .teamMember .memberImage img{width:245px;height:400px;object-fit:cover;border-radius:20px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.teamSection .teamGrid .teamMember .memberInfo{text-align:center;padding-top:10px;line-height:1.5}.teamSection .teamGrid .teamMember .memberInfo h3{font-size:22px;font-weight:600;color:#4a4a4a}.teamSection .teamGrid .teamMember .memberInfo p{font-size:17px;color:#777}.downloadApp{padding:30px 0;text-align:center;border-radius:.5rem;overflow:hidden}.downloadApp h2{font-size:30px;font-weight:500}.downloadApp h2 span{color:var(--primary)}.downloadApp .subTitle{font-size:17px;color:var(--grey-color);margin:auto}@media only screen and (min-width:640px){.downloadApp .subTitle{width:80%}}.downloadApp .buttons{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:15px;flex-direction:column}@media only screen and (min-width:640px){.downloadApp .buttons{flex-direction:row}}.downloadApp .buttons a{width:220px;justify-content:space-between}@media only screen and (min-width:640px){.downloadApp .buttons a{width:-moz-fit-content;width:fit-content}}.downloadApp .images{position:relative;height:250px;margin-top:30px}.downloadApp .images img{position:absolute;left:50%;transform:translateX(-50%);width:250px;height:520px}.downloadApp .images img:first-of-type{z-index:5}.downloadApp .images img:nth-of-type(2){left:40%;top:80px}.downloadApp .images img:nth-of-type(3){left:60%;top:80px}.downloadAppTwo{padding:60px 0;background-color:#f9fafb;overflow:hidden;margin-bottom:40px}.downloadAppTwo .grid{display:grid;grid-gap:20px;gap:20px}@media only screen and (min-width:992px){.downloadAppTwo .grid{grid-template-columns:1fr 1fr}}.downloadAppTwo .grid .text h2{font-size:40px;color:#000;font-weight:600}.downloadAppTwo .grid .text h2 span{color:var(--primary)}.downloadAppTwo .grid .text .downloadAppTwo__content--text{font-size:17px;color:var(--grey-color)}.downloadAppTwo .grid .text .downloadAppTwo__content--button{background-color:rgba(0,208,255,.0901960784);border:1px solid rgba(0,208,255,.0901960784);color:var(--primary);padding:10px 30px;border-radius:30px;font-weight:500;cursor:pointer;font-size:20px;margin-top:15px}.downloadAppTwo .grid .text .buttons{display:flex;align-items:center;flex-direction:column;gap:20px;margin-top:15px}@media only screen and (min-width:640px){.downloadAppTwo .grid .text .buttons{flex-direction:row}}.downloadAppTwo .grid .text .buttons a{width:220px;justify-content:space-between}@media only screen and (min-width:640px){.downloadAppTwo .grid .text .buttons a{width:-moz-fit-content;width:fit-content}}.downloadAppTwo .grid .features-list{list-style:none;padding:0;margin:1.2rem 0 2rem;flex-grow:1}.downloadAppTwo .grid .features-list li{display:flex;align-items:start;margin-bottom:1rem}.downloadAppTwo .grid .features-list li:last-child{margin-bottom:0}.downloadAppTwo .grid .features-list .feature-item-icon{height:20px;width:20px;color:#22c55e;flex-shrink:0;margin-right:.75rem;margin-top:5px}.downloadAppTwo .grid .features-list .feature-item-text{color:#000;font-size:17px}.downloadAppTwo .grid .image{width:100%;height:200px;position:relative}@media only screen and (min-width:640px){.downloadAppTwo .grid .image{height:320px}}@media only screen and (min-width:992px){.downloadAppTwo .grid .image{width:100%;height:100%}}.downloadAppTwo .grid .image img{position:absolute;width:450px;right:0;bottom:-90px}@media only screen and (min-width:640px){.downloadAppTwo .grid .image img{width:600px;right:150px}}@media only screen and (min-width:992px){.downloadAppTwo .grid .image img{width:873px;right:-90px}}