.ChatWidget-module-scss-module__cXga7G__floatingButton{z-index:1050;cursor:pointer;background:#00a3dd;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 4px 20px #3b82f666}.ChatWidget-module-scss-module__cXga7G__floatingButton:hover{box-shadow:0 6px 24px #3b82f680}.ChatWidget-module-scss-module__cXga7G__floatingButton.ChatWidget-module-scss-module__cXga7G__isOpen{opacity:0;pointer-events:none;transform:scale(0)}.ChatWidget-module-scss-module__cXga7G__floatingButton svg{color:#fff}@media (max-width:640px){.ChatWidget-module-scss-module__cXga7G__floatingButton{width:50px;height:50px;bottom:1rem;right:1rem}}.ChatWidget-module-scss-module__cXga7G__floatingButtonImage{object-fit:cover;border-radius:50%}.ChatWidget-module-scss-module__cXga7G__chatWindow{z-index:1050;background:#f0f4f8;border:1px solid #e5e6e6;flex-direction:column;max-width:calc(100vw - 2.5rem);max-height:calc(100vh - 2.5rem);animation:.35s cubic-bezier(.4,0,.2,1) ChatWidget-module-scss-module__cXga7G__slideUp;display:flex;position:fixed}.ChatWidget-module-scss-module__cXga7G__chatWindowMobile{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;box-shadow:none!important;border-radius:0!important;inset:0!important}.ChatWidget-module-scss-module__cXga7G__resizeHandleTopLeft,.ChatWidget-module-scss-module__cXga7G__resizeHandleBottomLeft{z-index:10;width:18px;height:18px;position:absolute}.ChatWidget-module-scss-module__cXga7G__resizeHandleTopLeft:after,.ChatWidget-module-scss-module__cXga7G__resizeHandleBottomLeft:after{content:"";opacity:0;border-radius:2px;width:10px;height:10px;transition:opacity .2s;position:absolute}.ChatWidget-module-scss-module__cXga7G__resizeHandleTopLeft:hover:after,.ChatWidget-module-scss-module__cXga7G__resizeHandleBottomLeft:hover:after{opacity:1}.ChatWidget-module-scss-module__cXga7G__resizeHandleTopLeft{cursor:nwse-resize;top:0;left:0}.ChatWidget-module-scss-module__cXga7G__resizeHandleTopLeft:after{border-top:2px solid #a4acab;border-left:2px solid #a4acab;top:3px;left:3px}.ChatWidget-module-scss-module__cXga7G__resizeHandleBottomLeft{cursor:nesw-resize;bottom:0;left:0}.ChatWidget-module-scss-module__cXga7G__resizeHandleBottomLeft:after{border-bottom:2px solid #a4acab;border-left:2px solid #a4acab;bottom:3px;left:3px}@keyframes ChatWidget-module-scss-module__cXga7G__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module-scss-module__cXga7G__header{background:#fff;border-bottom:1px solid #e5e6e6;flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:.75rem 1.25rem;display:flex}.ChatWidget-module-scss-module__cXga7G__headerLeft{align-items:center;gap:.625rem;min-width:0;display:flex;overflow:hidden}.ChatWidget-module-scss-module__cXga7G__headerLogo{object-fit:contain;border-radius:6px;flex-shrink:0;max-width:32px;max-height:32px}.ChatWidget-module-scss-module__cXga7G__headerTitle{color:#203430;font-size:1.0625rem;font-weight:600;font-family:var(--font-dm-sans),"DM Sans",sans-serif;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ChatWidget-module-scss-module__cXga7G__headerActions{align-items:center;gap:.5rem;display:flex}.ChatWidget-module-scss-module__cXga7G__headerButton{cursor:pointer;color:#63716e;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ChatWidget-module-scss-module__cXga7G__headerButton:hover{color:#203430;background:#f1f5f9}.ChatWidget-module-scss-module__cXga7G__messagesContainer{flex-direction:column;flex:1;gap:1rem;padding:1rem 1.25rem;display:flex;overflow-y:auto}@media (min-width:768px){.ChatWidget-module-scss-module__cXga7G__messagesContainer{padding:1.5rem 2rem}}@media (min-width:1024px){.ChatWidget-module-scss-module__cXga7G__messagesContainer{width:100%;max-width:800px;margin:0 auto;padding:1.5rem}}.ChatWidget-module-scss-module__cXga7G__welcomeScreen{flex:1;justify-content:center;align-items:flex-start;padding:2rem 1rem 1rem;display:flex;overflow-y:auto}.ChatWidget-module-scss-module__cXga7G__welcomeContent{text-align:center;flex-direction:column;align-items:center;gap:.875rem;width:100%;max-width:560px;margin:auto 0;display:flex}.ChatWidget-module-scss-module__cXga7G__welcomeLogoWrap{background:#dbeafe;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}@media (max-width:480px){.ChatWidget-module-scss-module__cXga7G__welcomeLogoWrap{border-radius:12px;width:52px;height:52px}}.ChatWidget-module-scss-module__cXga7G__welcomeLogo{object-fit:contain}.ChatWidget-module-scss-module__cXga7G__welcomeTitle{color:#203430;font-size:1.5rem;font-weight:700;font-family:var(--font-dm-sans),"DM Sans",sans-serif;margin:0;line-height:1.2}@media (max-width:480px){.ChatWidget-module-scss-module__cXga7G__welcomeTitle{font-size:1.25rem}}.ChatWidget-module-scss-module__cXga7G__welcomeSubtitle{color:#63716e;max-width:400px;margin:0 0 .5rem;font-size:.9375rem;line-height:1.4}@media (max-width:480px){.ChatWidget-module-scss-module__cXga7G__welcomeSubtitle{font-size:.8125rem}}.ChatWidget-module-scss-module__cXga7G__messageRow{align-items:flex-start;gap:.625rem;display:flex}.ChatWidget-module-scss-module__cXga7G__messageRow.ChatWidget-module-scss-module__cXga7G__user{justify-content:flex-end}.ChatWidget-module-scss-module__cXga7G__messageRow.ChatWidget-module-scss-module__cXga7G__bot{justify-content:flex-start}.ChatWidget-module-scss-module__cXga7G__avatarBot,.ChatWidget-module-scss-module__cXga7G__avatarUser{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;display:flex}.ChatWidget-module-scss-module__cXga7G__avatarBot{background:#dbeafe}.ChatWidget-module-scss-module__cXga7G__avatarUser{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.ChatWidget-module-scss-module__cXga7G__messageBubble{max-width:75%;font-size:.9rem;line-height:1.5;font-family:var(--font-dm-sans),"DM Sans",sans-serif;border-radius:14px;padding:.75rem 1rem}.ChatWidget-module-scss-module__cXga7G__messageBubble.ChatWidget-module-scss-module__cXga7G__user{color:#fff;background:#00a3dd;border-bottom-right-radius:4px}.ChatWidget-module-scss-module__cXga7G__messageBubble.ChatWidget-module-scss-module__cXga7G__bot{color:#203430;background:#fff;border:1px solid #e5e6e6;border-bottom-left-radius:4px;box-shadow:0 1px 3px #00000014}.ChatWidget-module-scss-module__cXga7G__messageBubble.ChatWidget-module-scss-module__cXga7G__fullWidth{width:100%;max-width:100%}@media (max-width:480px){.ChatWidget-module-scss-module__cXga7G__messageBubble{max-width:85%;padding:.625rem .875rem;font-size:.85rem}}.ChatWidget-module-scss-module__cXga7G__messageText{white-space:pre-wrap;word-break:break-word;line-height:1.5}.ChatWidget-module-scss-module__cXga7G__messageText p{margin:0 0 .375rem}.ChatWidget-module-scss-module__cXga7G__messageText p:last-child{margin-bottom:0}.ChatWidget-module-scss-module__cXga7G__messageText strong,.ChatWidget-module-scss-module__cXga7G__messageText b{color:inherit;font-weight:600}.ChatWidget-module-scss-module__cXga7G__messageText em,.ChatWidget-module-scss-module__cXga7G__messageText i{font-style:italic}.ChatWidget-module-scss-module__cXga7G__messageText ul,.ChatWidget-module-scss-module__cXga7G__messageText ol{margin:.25rem 0;padding-left:1.25rem;list-style-position:outside}.ChatWidget-module-scss-module__cXga7G__messageText li{margin-bottom:.125rem;padding-left:.125rem}.ChatWidget-module-scss-module__cXga7G__messageText li:last-child{margin-bottom:0}.ChatWidget-module-scss-module__cXga7G__messageText li p{margin:0;display:inline}.ChatWidget-module-scss-module__cXga7G__messageText code{background:#1e293b;border-radius:4px;padding:.1rem .35rem;font-family:monospace;font-size:.825rem}.ChatWidget-module-scss-module__cXga7G__messageText pre{background:#1e293b;margin:0;padding:.5rem;overflow-x:auto}.ChatWidget-module-scss-module__cXga7G__messageText pre code{background:0 0;padding:0}.ChatWidget-module-scss-module__cXga7G__messageText a{color:#00a3dd;text-decoration:underline}.ChatWidget-module-scss-module__cXga7G__messageText a:hover{color:#2563eb}.ChatWidget-module-scss-module__cXga7G__messageText h1,.ChatWidget-module-scss-module__cXga7G__messageText h2,.ChatWidget-module-scss-module__cXga7G__messageText h3,.ChatWidget-module-scss-module__cXga7G__messageText h4,.ChatWidget-module-scss-module__cXga7G__messageText h5,.ChatWidget-module-scss-module__cXga7G__messageText h6{margin:.375rem 0 .25rem;font-size:.9375rem;font-weight:600}.ChatWidget-module-scss-module__cXga7G__messageText blockquote{color:#63716e;border-left:3px solid #00a3dd;margin:.25rem 0;padding-left:.75rem}.ChatWidget-module-scss-module__cXga7G__typingIndicator{color:#63716e;align-items:center;gap:.5rem;margin-left:2.5rem;padding:.5rem .75rem;font-size:.8125rem;display:inline-flex}.ChatWidget-module-scss-module__cXga7G__replayButton{color:#2563eb;cursor:pointer;background:#dbeafe;border:none;border-radius:9999px;align-items:center;gap:.25rem;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;transition:all .2s;display:inline-flex}.ChatWidget-module-scss-module__cXga7G__replayButton:hover,.ChatWidget-module-scss-module__cXga7G__replayButton.ChatWidget-module-scss-module__cXga7G__playing{color:#fff;background:#00a3dd}.ChatWidget-module-scss-module__cXga7G__cursor{background:#00a3dd;width:2px;height:1rem;margin-left:2px;animation:1s infinite ChatWidget-module-scss-module__cXga7G__blink;display:inline-block}@keyframes ChatWidget-module-scss-module__cXga7G__blink{0%,50%{opacity:1}51%,to{opacity:0}}.ChatWidget-module-scss-module__cXga7G__spinner{color:#00a3dd;animation:1s linear infinite ChatWidget-module-scss-module__cXga7G__spin}@keyframes ChatWidget-module-scss-module__cXga7G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatWidget-module-scss-module__cXga7G__optionsPanel{background:linear-gradient(135deg,#f0f9ff 0%,#e6f7ff 100%);border:2px solid #00a3dd;border-radius:14px;flex-direction:column;gap:.75rem;margin-bottom:.5rem;margin-left:2.5rem;padding:1rem;display:flex}.ChatWidget-module-scss-module__cXga7G__optionsPanel:before{content:"📋 Select options first, then type your details";color:#2563eb;border-bottom:1px solid #00a3dd4d;margin-bottom:.5rem;padding-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}@media (max-width:480px){.ChatWidget-module-scss-module__cXga7G__optionsPanel{margin-left:0}}.ChatWidget-module-scss-module__cXga7G__optionGroup{background:#fff;border:1px solid #e5e6e6;border-radius:8px;flex-direction:column;gap:.375rem;padding:.625rem;display:flex}.ChatWidget-module-scss-module__cXga7G__optionLabel{color:#2563eb;text-transform:capitalize;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;display:flex}.ChatWidget-module-scss-module__cXga7G__optionLabel:before{content:"";background:#00a3dd;border-radius:2px;width:3px;height:.875rem}.ChatWidget-module-scss-module__cXga7G__optionsList{flex-wrap:wrap;gap:.375rem;display:flex}.ChatWidget-module-scss-module__cXga7G__optionItem{cursor:pointer;background:#f0f0f0;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.ChatWidget-module-scss-module__cXga7G__optionItem:hover{background:#dbeafe;border-color:#00a3dd}.ChatWidget-module-scss-module__cXga7G__optionItem input{accent-color:#00a3dd;width:1rem;height:1rem}.ChatWidget-module-scss-module__cXga7G__optionItem input:checked+span{color:#2563eb;font-weight:500}.ChatWidget-module-scss-module__cXga7G__optionItem span{color:#203430;font-size:.8125rem}.ChatWidget-module-scss-module__cXga7G__optionSelect{color:#203430;cursor:pointer;background:#fff;border:1.5px solid #e5e6e6;border-radius:8px;width:100%;padding:.625rem .875rem;font-size:.8125rem;transition:all .2s}.ChatWidget-module-scss-module__cXga7G__optionSelect:focus{border-color:#00a3dd;outline:none;box-shadow:0 0 0 3px #00a3dd26}.ChatWidget-module-scss-module__cXga7G__optionSelect:hover{border-color:#00a3dd}.ChatWidget-module-scss-module__cXga7G__proceedButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #10b9814d}.ChatWidget-module-scss-module__cXga7G__proceedButton:hover:not(:disabled){background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.ChatWidget-module-scss-module__cXga7G__proceedButton:active:not(:disabled){transform:translateY(0)}.ChatWidget-module-scss-module__cXga7G__proceedButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;background:linear-gradient(135deg,#9ca3af 0%,#6b7280 100%)}.ChatWidget-module-scss-module__cXga7G__uploadButton{color:#203430;cursor:pointer;text-align:left;background:#f0f0f0;border:1px solid #e5e6e6;border-radius:8px;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.ChatWidget-module-scss-module__cXga7G__uploadButton:hover{background:#dbeafe;border-color:#00a3dd}.ChatWidget-module-scss-module__cXga7G__submitButton{color:#fff;cursor:pointer;background:#34c759;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.ChatWidget-module-scss-module__cXga7G__submitButton:hover{background:#2db14d}.ChatWidget-module-scss-module__cXga7G__inputArea{background:#fff;border-top:1px solid #e5e6e6;border-radius:50px;flex-shrink:0;padding:.75rem 1rem}@media (min-width:1024px){.ChatWidget-module-scss-module__cXga7G__inputArea{border-left:1px solid #e5e6e6;border-right:1px solid #e5e6e6;width:100%;max-width:800px;margin:20px auto}}@media (min-width:768px){.ChatWidget-module-scss-module__cXga7G__inputArea{border-left:1px solid #e5e6e6;border-right:1px solid #e5e6e6;width:100%;max-width:800px;margin:10px auto}}.ChatWidget-module-scss-module__cXga7G__inputRow{align-items:center;gap:.5rem;display:flex}.ChatWidget-module-scss-module__cXga7G__inputForm{background:#f7f8fa;border:1px solid #e5e6e6;border-radius:9999px;flex:1;align-items:center;gap:0;padding:0 .5rem;transition:border-color .2s;display:flex}.ChatWidget-module-scss-module__cXga7G__inputForm:focus-within{background:#fff;border-color:#00a3dd}.ChatWidget-module-scss-module__cXga7G__inputIcon{color:#a4acab;flex-shrink:0;justify-content:center;align-items:center;padding:0 .25rem 0 .5rem;display:flex}.ChatWidget-module-scss-module__cXga7G__textInput{font-size:.9rem;font-family:var(--font-dm-sans),"DM Sans",sans-serif;color:#203430;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:40px;max-height:120px;padding:.625rem .5rem;line-height:1.4;overflow-y:auto}.ChatWidget-module-scss-module__cXga7G__textInput::placeholder{color:#a4acab}.ChatWidget-module-scss-module__cXga7G__textInput:disabled{opacity:.6;cursor:not-allowed}.ChatWidget-module-scss-module__cXga7G__iconButton{cursor:pointer;color:#63716e;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.ChatWidget-module-scss-module__cXga7G__iconButton.ChatWidget-module-scss-module__cXga7G__send{color:#fff;background:#00a3dd}.ChatWidget-module-scss-module__cXga7G__iconButton.ChatWidget-module-scss-module__cXga7G__send:hover{background:#2563eb}.ChatWidget-module-scss-module__cXga7G__iconButton.ChatWidget-module-scss-module__cXga7G__send:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module-scss-module__cXga7G__hiddenInput{display:none}.ChatWidget-module-scss-module__cXga7G__requiredAsterisk{color:red;font-weight:700}.ChatWidget-module-scss-module__cXga7G__markdownLink{color:#2563eb;cursor:pointer;text-decoration:underline}.ChatWidget-module-scss-module__cXga7G__inlineCode{color:#e2e8f0;background-color:#1e293b;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.9em}.ChatWidget-module-scss-module__cXga7G__uploadPromptActions{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.ChatWidget-module-scss-module__cXga7G__proceedButtonText{color:#fff}.ChatWidget-module-scss-module__cXga7G__filePromptArea{border-top:1px solid #e5e6e6;padding:.75rem 1rem}.ChatWidget-module-scss-module__cXga7G__filePromptText{color:#475569;margin:0 0 .5rem;font-size:.85rem}.ChatWidget-module-scss-module__cXga7G__filePromptRow{gap:.5rem;display:flex}.ChatWidget-module-scss-module__cXga7G__codeBlockWrapper{border:1px solid #334155;border-radius:8px;margin:8px 0;overflow:hidden}.ChatWidget-module-scss-module__cXga7G__codeBlockHeader{background-color:#1e293b;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.ChatWidget-module-scss-module__cXga7G__codeBlockLabel{color:#94a3b8;font-size:12px;font-weight:600}.ChatWidget-module-scss-module__cXga7G__codeBlockCopyBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:12px;display:flex}.ChatWidget-module-scss-module__cXga7G__codeBlockCopyBtn.ChatWidget-module-scss-module__cXga7G__codeBlockCopied{color:#4ade80}.ChatWidget-module-scss-module__cXga7G__codeBlockPre{color:#e2e8f0;background-color:#0f172a;max-height:400px;margin:0;padding:12px;font-family:monospace;font-size:.85em;overflow:auto}.ChatWidget-module-scss-module__cXga7G__appListContainer{flex-direction:column;gap:8px;width:100%;display:flex}.ChatWidget-module-scss-module__cXga7G__appListButton{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e5e6e6;border-radius:8px;flex-direction:column;gap:4px;padding:10px 14px;transition:background .15s;display:flex}.ChatWidget-module-scss-module__cXga7G__appListButton:hover:not(:disabled){background:#eef2ff}.ChatWidget-module-scss-module__cXga7G__appListButton:disabled{cursor:not-allowed}.ChatWidget-module-scss-module__cXga7G__appListNumber{color:#203430;font-size:13px;font-weight:600}.ChatWidget-module-scss-module__cXga7G__appListDescription{color:#475569;font-size:12px}.ChatWidget-module-scss-module__cXga7G__appListMeta{color:#a4acab;font-size:11px}.ChatWidget-module-scss-module__cXga7G__quickRepliesArea{margin-left:2.5rem;padding:0 0 .5rem}@media (max-width:480px){.ChatWidget-module-scss-module__cXga7G__quickRepliesArea{margin-left:0}}.ChatWidget-module-scss-module__cXga7G__footer{background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0;justify-content:center;align-items:center;gap:1.5rem;padding:.625rem 1rem;display:flex}.ChatWidget-module-scss-module__cXga7G__footerBadge{color:#a4acab;letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:600;display:inline-flex}.ChatWidget-module-scss-module__cXga7G__footerDot{background:#10b981;border-radius:50%;width:6px;height:6px}@media (max-width:480px){.ChatWidget-module-scss-module__cXga7G__header{min-height:48px;padding:.5rem .75rem}.ChatWidget-module-scss-module__cXga7G__messagesContainer{gap:.75rem;padding:.75rem}.ChatWidget-module-scss-module__cXga7G__welcomeContent{padding:0 .5rem}.ChatWidget-module-scss-module__cXga7G__footer{gap:1rem;padding:.5rem .75rem}.ChatWidget-module-scss-module__cXga7G__footerBadge{font-size:.625rem}.ChatWidget-module-scss-module__cXga7G__headerLogo{width:24px!important;height:24px!important}.ChatWidget-module-scss-module__cXga7G__headerTitle{font-size:.9375rem}.ChatWidget-module-scss-module__cXga7G__headerLeft{gap:.375rem}.ChatWidget-module-scss-module__cXga7G__headerActions{gap:.25rem}.ChatWidget-module-scss-module__cXga7G__welcomeLogoWrap{border-radius:10px;width:44px;height:44px}.ChatWidget-module-scss-module__cXga7G__welcomeLogo{width:36px!important;height:36px!important}.ChatWidget-module-scss-module__cXga7G__welcomeTitle{font-size:1.125rem}.ChatWidget-module-scss-module__cXga7G__welcomeSubtitle{font-size:.8125rem}}@media (max-width:360px){.ChatWidget-module-scss-module__cXga7G__headerLogo{width:20px!important;height:20px!important}.ChatWidget-module-scss-module__cXga7G__headerTitle{font-size:.8125rem}.ChatWidget-module-scss-module__cXga7G__welcomeLogoWrap{width:38px;height:38px}.ChatWidget-module-scss-module__cXga7G__welcomeTitle{font-size:1rem}}@media (min-width:768px) and (max-width:1023px){.ChatWidget-module-scss-module__cXga7G__messagesContainer{max-width:680px;margin:0 auto}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:100%}body{font-family:var(--font-dm-sans),"DM Sans",Arial,sans-serif;color:#203430;background-color:#f0f0f0;margin:0;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.25}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}button{appearance:none;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}button:disabled{cursor:not-allowed}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:focus-visible{outline:none}h1{color:#203430;font-size:3rem;font-weight:700;line-height:1.25}h2{color:#203430;font-size:2.25rem;font-weight:700;line-height:1.25}h3{color:#203430;font-size:1.875rem;font-weight:700;line-height:1.25}h4{color:#203430;font-size:1.5rem;font-weight:700;line-height:1.25}h5{color:#203430;font-size:1.25rem;font-weight:700;line-height:1.25}h6{color:#203430;font-size:1.125rem;font-weight:700;line-height:1.25}label,span,p{color:#63716e;font-size:.875rem;font-weight:400;line-height:1.5}.text--xs{font-size:.75rem}.text--sm{font-size:.875rem}.text--base{font-size:1rem}.text--lg{font-size:1.125rem}.text--xl{font-size:1.25rem}.text--2xl{font-size:1.5rem}.font--light{font-weight:300}.font--normal{font-weight:400}.font--medium{font-weight:500}.font--semibold{font-weight:600}.font--bold{font-weight:700}.text-color--primary{color:#203430}.text-color--secondary{color:#63716e}.text-color--tertiary{color:#a4acab}.horizontal-as{flex-direction:row;align-items:flex-start;display:flex}.horizontal-ac{flex-direction:row;align-items:center;display:flex}.horizontal-ae{flex-direction:row;align-items:flex-end;display:flex}.horizontal-center{flex-direction:row;justify-content:center;align-items:center;display:flex}.vertical-ac{flex-direction:column;align-items:center;display:flex}.vertical-as{flex-direction:column;align-items:flex-start;display:flex}.vertical-ae{flex-direction:column;align-items:flex-end;display:flex}.vertical-center{flex-direction:column;justify-content:center;align-items:center;display:flex}:root,body,*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{width:0;height:0;display:none}
@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c3cb240f9c892514-s.d8e4bce2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.a62025f2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../media/c3cb240f9c892514-s.d8e4bce2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.a62025f2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(../media/c3cb240f9c892514-s.d8e4bce2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.a62025f2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(../media/c3cb240f9c892514-s.d8e4bce2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.a62025f2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans Fallback;src:local(Arial);ascent-override:94.9%;descent-override:29.66%;line-gap-override:0.0%;size-adjust:104.53%}.dm_sans_bcb79813-module__emLhJa__className{font-family:DM Sans,DM Sans Fallback;font-style:normal}.dm_sans_bcb79813-module__emLhJa__variable{--font-dm-sans:"DM Sans","DM Sans Fallback"}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.666bad7d.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0a77efb4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.4a23d71b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.43b0b13e.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.b2288445.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.3aec397d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.95e4158a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.bd593fbe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.d82a9aff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.c55744ae.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.b460e02c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.855a563b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_27c1d5ca-module__9rNIbG__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_27c1d5ca-module__9rNIbG__variable{--font-poppins:"Poppins","Poppins Fallback"}
