@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
.ChatWidget-module__52vinG__widget{--chat-blue:#2354f4;--chat-navy:#0c1d55;--chat-muted:#64748b;--chat-border:#e2e8f0;z-index:1100;font-family:Poppins,sans-serif;position:fixed;bottom:24px;right:24px}.ChatWidget-module__52vinG__widget[dir=rtl]{left:24px;right:auto}.ChatWidget-module__52vinG__toggle{color:#fff;cursor:pointer;background:linear-gradient(145deg,#2354f4 10%,#6d3ef2 100%);border:0;border-radius:50%;place-items:center;width:60px;height:60px;margin-inline-start:auto;transition:transform .18s,box-shadow .18s;display:grid;box-shadow:0 14px 36px #2354f459}.ChatWidget-module__52vinG__toggle:hover{transform:translateY(-2px);box-shadow:0 18px 42px #2354f46b}.ChatWidget-module__52vinG__toggle:focus-visible,.ChatWidget-module__52vinG__iconButton:focus-visible,.ChatWidget-module__52vinG__languageBar button:focus-visible,.ChatWidget-module__52vinG__sendButton:focus-visible,.ChatWidget-module__52vinG__errorMessage button:focus-visible,.ChatWidget-module__52vinG__composer textarea:focus-visible{outline-offset:2px;outline:3px solid #2354f440}.ChatWidget-module__52vinG__toggle svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.ChatWidget-module__52vinG__panel{background:#fff;border:1px solid #e2e8f0e6;border-radius:22px;flex-direction:column;width:min(400px,100vw - 32px);height:min(640px,100dvh - 118px);min-height:420px;animation:.18s ease-out both ChatWidget-module__52vinG__panelIn;display:flex;position:absolute;bottom:74px;right:0;overflow:hidden;box-shadow:0 24px 70px #0f172a38}.ChatWidget-module__52vinG__widget[dir=rtl] .ChatWidget-module__52vinG__panel{left:0;right:auto}.ChatWidget-module__52vinG__header{color:#fff;background:linear-gradient(120deg,#132d80 0%,#2354f4 58%,#7042ed 100%);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:17px 16px;display:grid}.ChatWidget-module__52vinG__avatar{color:var(--chat-blue);background:#fff;flex:none;place-items:center;font-weight:700;display:grid}.ChatWidget-module__52vinG__heading{min-width:0}.ChatWidget-module__52vinG__heading h2{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.35;overflow:hidden}.ChatWidget-module__52vinG__heading p{color:#ffffffc7;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:10.5px;line-height:1.35;overflow:hidden}.ChatWidget-module__52vinG__iconButton{color:#fff;cursor:pointer;background:#ffffff1c;border:0;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.ChatWidget-module__52vinG__iconButton:hover{background:#fff3}.ChatWidget-module__52vinG__iconButton svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.ChatWidget-module__52vinG__languageBar{border-bottom:1px solid var(--chat-border);background:#f8fafc;justify-content:flex-end;gap:4px;padding:7px 14px;display:flex}.ChatWidget-module__52vinG__languageBar button{color:var(--chat-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:600}.ChatWidget-module__52vinG__languageBar .ChatWidget-module__52vinG__activeLanguage{color:var(--chat-blue);background:#e8efff}.ChatWidget-module__52vinG__messages{overscroll-behavior:contain;scrollbar-width:thin;background:radial-gradient(circle at 5% 4%,#2354f40d,#0000 34%),#f8fafc;flex:auto;padding:18px 15px 20px;overflow-y:auto}.ChatWidget-module__52vinG__messageRow{align-items:flex-end;gap:8px;margin-bottom:14px;animation:.16s ease-out both ChatWidget-module__52vinG__messageIn;display:flex}.ChatWidget-module__52vinG__assistantRow{justify-content:flex-start}.ChatWidget-module__52vinG__userRow{justify-content:flex-end}.ChatWidget-module__52vinG__avatar{border:1px solid #dce5ff;border-radius:9px;width:27px;height:27px;font-size:11px;box-shadow:0 3px 9px #0f172a12}.ChatWidget-module__52vinG__assistantMessage,.ChatWidget-module__52vinG__userMessage{white-space:pre-wrap;overflow-wrap:anywhere;max-width:82%;padding:10px 12px;font-size:12.5px;line-height:1.6}.ChatWidget-module__52vinG__assistantMessage{color:#24324c;background:#fff;border:1px solid #e5eaf3;border-radius:15px 15px 15px 4px;box-shadow:0 3px 12px #0f172a0a}.ChatWidget-module__52vinG__streamingMessage{border-color:#d8e2ff}.ChatWidget-module__52vinG__streamingAvatar{animation:1.8s ease-in-out infinite ChatWidget-module__52vinG__assistantPulse}.ChatWidget-module__52vinG__widget[dir=rtl] .ChatWidget-module__52vinG__assistantMessage{border-radius:15px 15px 4px}.ChatWidget-module__52vinG__userMessage{color:#fff;background:var(--chat-blue);border-radius:15px 15px 4px}.ChatWidget-module__52vinG__widget[dir=rtl] .ChatWidget-module__52vinG__userMessage{border-radius:15px 15px 15px 4px}.ChatWidget-module__52vinG__markdown{white-space:normal}.ChatWidget-module__52vinG__markdown>:first-child{margin-top:0}.ChatWidget-module__52vinG__markdown>:last-child{margin-bottom:0}.ChatWidget-module__52vinG__streamingMarkdown>:last-child:after{background:var(--chat-blue);vertical-align:-.1em;content:"";border-radius:999px;width:2px;height:.95em;margin-inline-start:3px;animation:.9s step-end infinite ChatWidget-module__52vinG__streamCaret;display:inline-block}.ChatWidget-module__52vinG__markdown p,.ChatWidget-module__52vinG__markdown ul,.ChatWidget-module__52vinG__markdown ol,.ChatWidget-module__52vinG__markdown blockquote,.ChatWidget-module__52vinG__markdown pre{margin:0 0 .7em}.ChatWidget-module__52vinG__markdown h1,.ChatWidget-module__52vinG__markdown h2,.ChatWidget-module__52vinG__markdown h3,.ChatWidget-module__52vinG__markdown h4,.ChatWidget-module__52vinG__markdown h5,.ChatWidget-module__52vinG__markdown h6{color:var(--chat-navy);margin:.85em 0 .35em;font-size:1em;line-height:1.35}.ChatWidget-module__52vinG__markdown ul,.ChatWidget-module__52vinG__markdown ol{padding-inline-start:1.4em}.ChatWidget-module__52vinG__markdown li+li{margin-top:.25em}.ChatWidget-module__52vinG__markdown a{color:var(--chat-blue);text-underline-offset:2px;text-decoration:underline}.ChatWidget-module__52vinG__markdown blockquote{color:var(--chat-muted);border-inline-start:3px solid #cbd8ff;padding-inline-start:.8em}.ChatWidget-module__52vinG__markdown code{background:#eef2f7;border-radius:4px;padding:.12em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.ChatWidget-module__52vinG__markdown pre{color:#e8eeff;background:var(--chat-navy);white-space:pre;border-radius:8px;max-width:100%;padding:.75em;overflow-x:auto}.ChatWidget-module__52vinG__markdown pre code{color:inherit;background:0 0;padding:0}.ChatWidget-module__52vinG__markdown hr{border:0;border-top:1px solid #e5eaf3;margin:.8em 0}.ChatWidget-module__52vinG__sources{white-space:normal;border-top:1px solid #edf1f7;flex-direction:column;gap:4px;margin-top:9px;padding-top:8px;display:flex}.ChatWidget-module__52vinG__sources strong{color:var(--chat-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.ChatWidget-module__52vinG__sources a{color:var(--chat-blue);font-size:10.5px;line-height:1.35;text-decoration:none}.ChatWidget-module__52vinG__sources a:hover{text-decoration:underline}.ChatWidget-module__52vinG__typing{background:#fff;border:1px solid #e5eaf3;border-radius:15px 15px 15px 4px;gap:4px;padding:12px 14px;display:flex}.ChatWidget-module__52vinG__typing span{background:#8290a8;border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite ChatWidget-module__52vinG__typing}.ChatWidget-module__52vinG__typing span:nth-child(2){animation-delay:.14s}.ChatWidget-module__52vinG__typing span:nth-child(3){animation-delay:.28s}.ChatWidget-module__52vinG__loadingText{color:var(--chat-muted);text-align:center;padding:24px 12px;font-size:12px}.ChatWidget-module__52vinG__errorMessage{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;margin:5px 2px 0;padding:9px 10px;font-size:10.5px;line-height:1.45;display:flex}.ChatWidget-module__52vinG__errorMessage button{color:#fff;font:inherit;cursor:pointer;background:#b91c1c;border:0;border-radius:7px;flex:none;padding:5px 8px;font-weight:600}.ChatWidget-module__52vinG__composer{padding:11px 12px calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--chat-border);background:#fff;align-items:flex-end;gap:8px;display:flex}.ChatWidget-module__52vinG__composer textarea{resize:none;color:#15213a;width:100%;min-height:42px;max-height:112px;font:inherit;background:#f8fafc;border:1px solid #dbe2ec;border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.65}.ChatWidget-module__52vinG__composer textarea::placeholder{color:#94a3b8}.ChatWidget-module__52vinG__composer textarea:focus{background:#fff;border-color:#9bb2ff}.ChatWidget-module__52vinG__sendButton{color:#fff;background:var(--chat-blue);cursor:pointer;border:0;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.ChatWidget-module__52vinG__sendButton:disabled{cursor:not-allowed;opacity:.42}.ChatWidget-module__52vinG__sendButton svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.ChatWidget-module__52vinG__widget[dir=rtl] .ChatWidget-module__52vinG__sendButton svg{transform:scaleX(-1)}.ChatWidget-module__52vinG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes ChatWidget-module__52vinG__panelIn{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ChatWidget-module__52vinG__typing{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes ChatWidget-module__52vinG__messageIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatWidget-module__52vinG__assistantPulse{0%,to{box-shadow:0 3px 9px #0f172a12}50%{box-shadow:0 3px 13px #2354f43d}}@keyframes ChatWidget-module__52vinG__streamCaret{0%,45%{opacity:1}46%,to{opacity:.15}}@media (max-width:520px){.ChatWidget-module__52vinG__widget,.ChatWidget-module__52vinG__widget[dir=rtl]{bottom:12px;left:auto;right:12px}.ChatWidget-module__52vinG__panel,.ChatWidget-module__52vinG__widget[dir=rtl] .ChatWidget-module__52vinG__panel{width:auto;height:min(660px,100dvh - 100px);min-height:360px;position:fixed;bottom:84px;left:10px;right:10px}.ChatWidget-module__52vinG__toggle{width:56px;height:56px}}@media (prefers-reduced-motion:reduce){.ChatWidget-module__52vinG__panel,.ChatWidget-module__52vinG__messageRow,.ChatWidget-module__52vinG__streamingAvatar,.ChatWidget-module__52vinG__streamingMarkdown>:last-child:after,.ChatWidget-module__52vinG__typing span,.ChatWidget-module__52vinG__toggle{transition:none;animation:none}}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.container{width:100%}.mx-auto{margin-inline:auto}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.aspect-\[405\/345\]{aspect-ratio:405/345}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-\[var\(--content-max-width\)\]{max-width:var(--content-max-width)}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.rounded-\[20px\]{border-radius:20px}.rounded-\[60px\]{border-radius:60px}.rounded-full{border-radius:3.40282e38px}.rounded-t-\[20px\]{border-top-left-radius:20px;border-top-right-radius:20px}.border{border-style:var(--tw-border-style);border-width:1px}.border-\[rgba\(250\,250\,250\,0\.8\)\]{border-color:#fafafacc}.border-\[var\(--primary-blue\)\]{border-color:var(--primary-blue)}.border-\[var\(--primary-blue-dark\)\]{border-color:var(--primary-blue-dark)}.bg-\[var\(--light-blue-bg\)\]{background-color:var(--light-blue-bg)}.bg-\[var\(--primary-blue\)\]{background-color:var(--primary-blue)}.bg-transparent{background-color:#0000}.object-cover{-o-object-fit:cover;object-fit:cover}.py-\[var\(--section-padding\)\]{padding-block:var(--section-padding)}.text-center{text-align:center}.leading-\[37px\]{--tw-leading:37px;line-height:37px}.whitespace-nowrap{white-space:nowrap}.text-\[var\(--gray\)\]{color:var(--gray)}.text-\[var\(--navy\)\]{color:var(--navy)}.text-\[var\(--primary-blue\)\]{color:var(--primary-blue)}.text-\[var\(--primary-blue-dark\)\]{color:var(--primary-blue-dark)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}@media (hover:hover){.group-hover\:scale-110:is(:where(.group):hover *){--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:text-\[var\(--primary-blue\)\]:is(:where(.group):hover *){color:var(--primary-blue)}.hover\:scale-\[1\.02\]:hover{scale:1.02}.hover\:bg-\[var\(--primary-blue\)\]:hover{background-color:var(--primary-blue)}.hover\:bg-\[var\(--primary-blue-dark\)\]:hover{background-color:var(--primary-blue-dark)}.hover\:text-\[var\(--primary-blue\)\]:hover{color:var(--primary-blue)}}.active\:scale-\[0\.98\]:active{scale:.98}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}:root{--primary-blue:#2354f4;--primary-blue-dark:#2153f4;--navy:#0c1d55;--gray:#64748b;--light-blue-bg:#eff6ff;--light-blue-text:#bfdbfe;--white:#fff;--gray-light:#fcfcfc;--section-padding:65px;--section-gap:56px;--card-gap:32px;--content-max-width:1310px;--button-radius:8px;--card-radius:16px;--large-radius:20px;--spacing-md:8px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--navy);background:var(--white);padding-top:80px;font-family:Poppins,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth;scroll-padding-top:96px;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light-blue-bg)}::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-blue-dark)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:.6s ease-out forwards fadeIn}.animate-slideInLeft{animation:.6s ease-out forwards slideInFromLeft}.animate-slideInRight{animation:.6s ease-out forwards slideInFromRight}.animate-scaleIn{animation:.5s ease-out forwards scaleIn}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
