.chatInterface_container__c9LHl{position:fixed;bottom:5.5rem;right:2.5rem;background-color:#111;border:1px solid #1a1a1a;border-radius:30px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden;max-height:600px;height:0;display:flex;flex-direction:column;width:24rem;z-index:1000000000;transition:all .5s cubic-bezier(.34,1.56,.64,1);opacity:0}.chatInterface_container__c9LHl.chatInterface_open__pw2Df{height:500px;opacity:1;transform:translateY(0) scale(1)}.chatInterface_scrollbarContainer__Vu65Z{overflow-y:auto;display:flex;justify-content:space-between;height:100%}.chatInterface_containerMinimized__LFVkR{width:18rem;height:4rem}.chatInterface_chatButton__0O2iR{position:fixed;bottom:1.5rem;right:1.5rem;border-radius:9999px;width:4rem;height:4rem;background-color:#2D7FF9;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:100000000000;animation:chatInterface_shake__lg3GE 2s infinite}@keyframes chatInterface_shake__lg3GE{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.chatInterface_chatButton__0O2iR:hover{background-color:#1E6FE9}.chatInterface_header__ZmPQU{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#0A0A0A;border-bottom:1px solid #1a1a1a}.chatInterface_headerInfo__gXiOB{display:flex;align-items:center;gap:.5rem}.chatInterface_avatar__7MfxU{height:2rem;width:2rem;background-color:#2D7FF9}.chatInterface_avatar__7MfxU,.chatInterface_smallAvatar__kdEtI{border-radius:9999px;display:flex;align-items:center;justify-content:center}.chatInterface_smallAvatar__kdEtI{height:1.5rem;width:1.5rem}.chatInterface_userAvatar__2iwVD{background-color:#374151}.chatInterface_botAvatar__MNCNC{background-color:#2D7FF9}.chatInterface_headerTitle__e3smB{font-weight:500;color:white}.chatInterface_headerSubtitle__saYGj{font-size:.75rem;color:#9CA3AF}.chatInterface_actionButtons__VW3Rj{display:flex;gap:.25rem}.chatInterface_iconButton__iXd4c{height:2rem;width:2rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;background-color:transparent;color:#9CA3AF;cursor:pointer;border:none}.chatInterface_iconButton__iXd4c:hover{background-color:#1F2937}.chatInterface_tabsList___jNST{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background-color:#0A0A0A;border-bottom:1px solid #1a1a1a;height:3rem}.chatInterface_tab__0BGfR{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#9CA3AF;cursor:pointer;height:auto;background-color:transparent;border:none}.chatInterface_tabActive__1tCQM{background-color:#111;color:white}.chatInterface_messageContainer__rjJKj{display:flex;flex-direction:column;height:auto;margin:0;padding:0}.chatInterface_messagesArea__Y1iw7{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.chatInterface_messagesArea__Y1iw7,.chatInterface_tabContent__CptYA{overflow-y:auto;overscroll-behavior:contain}.chatInterface_emptyChat___16P_{display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto;text-align:center;padding:1.5rem}.chatInterface_emptyIcon__hQGVO{background-color:#2D7FF9;border-radius:9999px;padding:.75rem;margin-bottom:1rem}.chatInterface_emptyTitle__z_AHB{font-size:1.125rem;font-weight:500;color:white;margin-bottom:.5rem}.chatInterface_emptyDescription__3Mofk{font-size:.875rem;color:#9CA3AF;margin-bottom:1.5rem}.chatInterface_suggestionGrid__Yeyle{display:grid;grid-template-columns:1fr;gap:.5rem;width:100%}.chatInterface_suggestion__hPkCs{background-color:#111;border:1px solid #1a1a1a;border-radius:.375rem;padding:.5rem .75rem;text-align:left;justify-content:flex-start;height:auto;color:white;cursor:pointer;font-family:urbanist,serif;font-size:.7rem}.chatInterface_suggestion__hPkCs:hover{background-color:#1F2937}.chatInterface_messageRow__orh9x{display:flex}.chatInterface_messageRowUser__rS1h_{justify-content:flex-end}.chatInterface_messageRowBot__ZRJr2{justify-content:flex-start}.chatInterface_messageBubble__GpHdy{max-width:80%;border-radius:1rem;padding:.75rem 1rem}.chatInterface_userMessage__XcC2x{background-color:#2D7FF9;color:white;border-top-right-radius:0}.chatInterface_botMessage__ZJCoU{background-color:#1A1A1A;color:white;border-top-left-radius:0}.chatInterface_messageHeader__jD8Iw{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.chatInterface_messageSender__c2YFp{font-size:.75rem;font-weight:500}.chatInterface_messageText__U0I_U{font-size:.875rem;white-space:pre-wrap}.chatInterface_inputArea__JuDzJ{padding:1rem;border-top:1px solid #1a1a1a;background-color:#0A0A0A}.chatInterface_inputContainer__0fRoq{display:flex;align-items:center;gap:.5rem}.chatInterface_textInput__Jl1XN{flex:1;width:100%;padding:.5rem 1rem;background-color:#1A1A1A;border:1px solid #1a1a1a;border-radius:9999px;color:white}.chatInterface_textInput__Jl1XN:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #2D7FF9}.chatInterface_sendButton__bIorH{border-radius:9999px;height:2.5rem;width:2.5rem;background-color:#2D7FF9;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.chatInterface_sendButton__bIorH:hover{background-color:#1E6FE9}.chatInterface_sendButton__bIorH:disabled{background-color:#4B5563;cursor:not-allowed}.chatInterface_tabContent__CptYA{height:auto;overflow-y:auto;padding:1rem}.chatInterface_resourcesContainer__6kNSN,.chatInterface_supportContainer__GCZqz{display:flex;flex-direction:column;gap:1rem}.chatInterface_resourceTitle__sc9cL,.chatInterface_supportTitle__n1a6o{font-size:1.125rem;font-weight:500;color:white}.chatInterface_resourceDescription__CDEUg,.chatInterface_supportDescription__Ifmq3{font-size:.875rem;color:#9CA3AF}.chatInterface_resourcesList__83oKG{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.chatInterface_resourceCard__57bWU{background-color:#1A1A1A;border:1px solid #1a1a1a;border-radius:.5rem;padding:.75rem;cursor:pointer;transition:background-color .2s ease}.chatInterface_resourceCard__57bWU:hover{background-color:#1F2937}.chatInterface_resourceCardTitle__wEmO8{color:white;font-weight:500}.chatInterface_resourceCardDescription__lQlOI{font-size:.75rem;color:#9CA3AF;margin-top:.25rem}.chatInterface_supportForm__OVtSu{background-color:#1A1A1A;border:1px solid #1a1a1a;border-radius:.5rem;padding:1rem;margin-top:1rem}.chatInterface_supportFormTitle__H9_Tg{color:white;font-weight:500;margin-bottom:.5rem}.chatInterface_supportFormDescription__U6GQn{font-size:.875rem;color:#9CA3AF;margin-bottom:1rem}.chatInterface_formFields__69KU_{display:flex;flex-direction:column;gap:.75rem}.chatInterface_formInput__8TBl8,.chatInterface_formTextarea__ZH205{width:100%;padding:.5rem .75rem;background-color:#111;border:1px solid #1a1a1a;border-radius:.375rem;color:white;font-size:.875rem}.chatInterface_formInput__8TBl8:focus,.chatInterface_formTextarea__ZH205:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #2D7FF9}.chatInterface_formButton__HUh0c{width:100%;background-color:#2D7FF9;color:white;padding:.5rem;border-radius:.375rem;cursor:pointer;border:none}.chatInterface_formButton__HUh0c:hover{background-color:#1E6FE9}.chatInterface_screenTitle__gPRw8{font-size:1rem}.chatInterface_screenTitleIcon__NE2qD{height:1rem;width:1rem}@media (max-width:640px){.chatInterface_container__c9LHl{width:50vw;max-width:400px;max-height:600px;right:3rem}.chatInterface_containerMinimized__LFVkR{width:18rem;height:4rem}.chatInterface_messageBubble__GpHdy{max-width:85%}}.chatInterface_chatButtonIcon__FORjk{width:3rem;height:3rem;color:white}@media (max-width:480px){.chatInterface_container__c9LHl{width:70vw;right:2.5rem}.chatInterface_chatButton__0O2iR{width:5rem;height:5rem}.chatInterface_emptyTitle__z_AHB{font-size:2rem}.chatInterface_emptyDescription__3Mofk{font-size:1.5rem}.chatInterface_suggestion__hPkCs{font-size:1.2rem}.chatInterface_headerTitle__e3smB{font-size:1.5rem}.chatInterface_headerSubtitle__saYGj,.chatInterface_screenTitle__gPRw8{font-size:1rem}.chatInterface_screenTitleIcon__NE2qD{height:2rem;width:2rem}.chatInterface_textInput__Jl1XN{height:4rem;font-size:1.5rem}}@media (min-width:641px) and (max-width:1024px){.chatInterface_container__c9LHl{width:25rem}.chatInterface_suggestion__hPkCs{font-size:.8rem}}@media (max-height:600px){.chatInterface_container__c9LHl{height:80vh}.chatInterface_tabContent__CptYA{height:calc(80vh - 8rem)}}.navbar_container__XtKPN{display:flex;justify-content:space-between;margin-left:2.5rem;margin-right:2.5rem;padding:1rem 1.75rem;margin-top:1rem;align-items:center;height:60px;position:relative;background-color:#121212;border-radius:1.25rem}.navbar_navItemWrapper__saIrE{position:relative;max-height:auto}.navbar_firstContainer__zKeCZ{font-size:22px;font-weight:700;color:white;display:flex;align-items:center;gap:8px;font-family:urbanist}.navbar_firstContainer__zKeCZ span{color:white}.navbar_secondContainer__BVaLR{display:flex;width:100%;justify-content:space-between;font-size:16px}.navbar_productsContainer__GX7HB{display:flex;align-items:center;gap:32px;color:#AAAAAA;font-weight:500;margin:0 auto}.navbar_active__gTJja{background-color:#3391FF;color:white!important;border-radius:20px;padding:6px 16px}.navbar_dropDownLogo__tL2_h{margin:5px 0 0 5px;flex-shrink:0}.navbar_authContainer__se0V4{display:flex;justify-content:space-evenly;align-items:center;gap:20px}.navbar_navContainer__sD9Dj{display:flex;justify-content:space-between;align-items:center;width:100%;max-height:fit-content}.navbar_navItem__ZJONP{padding:6px 12px;font-size:1vw;cursor:pointer;transition:all .2s ease;color:white;font-family:urbanist,serif}.navbar_navItem__ZJONP:hover{color:white}.navbar_signupButton___B6dM{color:#5f6368;font-weight:1vw;font-family:urbanist,"serif";color:white;cursor:pointer;background:none;border:none}.navbar_loginButton__volqa{background-color:white;color:#121212;padding:8px 24px;border-radius:25px;font-weight:500;cursor:pointer;border:none}.navbar_dropDown__ShtRM{position:absolute;top:100%;left:50%;transform:translate(-42%);width:800px;width:clamp(500px,80vw,800px);background-color:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:100;padding:20px;display:flex;justify-content:space-between}.navbar_dropdownSection__9vzLF{flex:1;padding:30px 15px;border-right:1px solid #eee}.navbar_dropdownSection__9vzLF:last-child{border-right:none}.navbar_sectionTitle__UuxQ_{font-size:16px;color:#5f6368;margin-bottom:15px;font-weight:500}.navbar_dropDownItem__BcGWg{display:flex;align-items:center;padding:10px 0;color:rgb(95,99,104);cursor:pointer;transition:background-color .2s ease}.navbar_iconWrapper__dvCzv{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.navbar_itemContent__u0O16{margin-left:10px;white-space:nowrap}.navbar_itemContent__u0O16 div:first-child{font-weight:500}.navbar_downloadLink__iUegS{font-size:12px;color:#1a73e8;margin-top:4px}.navbar_dropDownItem__BcGWg:hover{background-color:#f8f9fa;border-radius:4px}.navbar_menuButton__DAM0J{display:none;background:none;color:white;border:none;border-radius:4px;padding:8px 12px;cursor:pointer;font-weight:700;align-items:center;justify-content:center;z-index:1000;font-size:24px;line-height:24px;height:40px;width:40px;transition:all .2s ease}.navbar_menuButton__DAM0J:hover{background-color:rgba(255,255,255,.1)}.navbar_menuText__L0WLM{margin-left:5px}@keyframes navbar_fadeInUp__U3cv5{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes navbar_slideDown__I8h5S{0%{max-height:0}to{max-height:1200px}}@media (max-width:768px){.navbar_container__XtKPN{margin-left:1rem;margin-right:1rem;padding-left:1rem;padding-right:1rem;height:auto;min-height:60px}.navbar_firstContainer__zKeCZ{font-size:18px;z-index:1001}.navbar_navContainer__sD9Dj{display:none;gap:0}.navbar_menuButton__DAM0J{display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.navbar_navContainerMobile__Ce4SL{display:flex;flex-direction:column;position:absolute;top:83%;left:0;right:0;background:#121212;border-radius:0 0 1.25rem 1.25rem;padding:0;z-index:999;max-height:0;box-shadow:0 8px 25px rgba(0,0,0,.3);animation:navbar_slideDown__I8h5S 2s ease-out forwards;overflow:hidden}.navbar_navContainerMobile__Ce4SL .navbar_productsContainer__GX7HB{flex-direction:column;align-items:stretch;width:100%;gap:10px;padding:1rem 0 .5rem}.navbar_navItem__ZJONP{font-size:1.2rem}.navbar_navContainerMobile__Ce4SL .navbar_navItem__ZJONP.navbar_active__gTJja,.navbar_navContainerMobile__Ce4SL .navbar_navItem__ZJONP:hover{transform:translateX(4px)}.navbar_navContainerMobile__Ce4SL .navbar_authContainer__se0V4{flex-direction:row;justify-content:center;width:100%;padding:1rem 24px 1.5rem;gap:16px;border-top:1px solid #2a2a2a;margin-top:.5rem}.navbar_navContainerMobile__Ce4SL .navbar_signupButton___B6dM{border-radius:25px;transition:all .2s ease;border:1px solid #3a3a3a;background:transparent}.navbar_navContainerMobile__Ce4SL .navbar_signupButton___B6dM:hover{color:white;border-color:#3391FF;background-color:rgba(51,145,255,.1)}.navbar_navContainerMobile__Ce4SL .navbar_dropDown__ShtRM{position:static;width:100%;margin:8px 16px 0;padding:16px;background-color:#1a1a1a;border-radius:12px;box-shadow:inset 0 2px 8px rgba(0,0,0,.2);transform:none;left:auto;flex-direction:column;gap:16px;animation:navbar_fadeInUp__U3cv5 .3s ease-out}.navbar_navContainerMobile__Ce4SL .navbar_dropdownSection__9vzLF{border-right:none;border-bottom:1px solid #2a2a2a;padding:0 0 16px;margin:0}.navbar_navContainerMobile__Ce4SL .navbar_dropdownSection__9vzLF:last-child{border-bottom:none;padding-bottom:0}.navbar_navContainerMobile__Ce4SL .navbar_sectionTitle__UuxQ_{color:white;font-size:14px;font-weight:600;margin-bottom:12px;text-align:left;text-transform:uppercase;letter-spacing:.5px}.navbar_navContainerMobile__Ce4SL .navbar_dropDownItem__BcGWg{padding:8px 0;border-radius:8px;transition:all .2s ease}.navbar_navContainerMobile__Ce4SL .navbar_dropDownItem__BcGWg:hover{background-color:#2a2a2a;transform:translateX(4px)}.navbar_navContainerMobile__Ce4SL .navbar_iconWrapper__dvCzv{width:32px;height:32px;background-color:#2a2a2a;border-radius:8px;flex-shrink:0}.navbar_navContainerMobile__Ce4SL .navbar_iconWrapper__dvCzv svg{color:white}.navbar_navContainerMobile__Ce4SL .navbar_itemContent__u0O16{margin-left:12px;flex:1}.navbar_navContainerMobile__Ce4SL .navbar_itemContent__u0O16 div:first-child{color:white;font-size:14px;font-weight:500}}@media (max-width:468px){.navbar_container__XtKPN{margin-left:.5rem;margin-right:.5rem;padding-left:.75rem;padding-right:.75rem}.navbar_firstContainer__zKeCZ{font-size:16px}.navbar_menuButton__DAM0J{font-size:20px;height:36px;width:36px;right:15px}.navbar_navContainerMobile__Ce4SL .navbar_navItem__ZJONP{font-size:1.2rem}.navbar_navContainerMobile__Ce4SL .navbar_authContainer__se0V4{gap:10px}.navbar_navContainerMobile__Ce4SL .navbar_itemContent__u0O16 div:first-child,.navbar_navContainerMobile__Ce4SL .navbar_sectionTitle__UuxQ_{font-size:13px}.navbar_navContainerMobile__Ce4SL .navbar_downloadLink__iUegS{font-size:11px}}.footer_container__HA6_d{display:flex;flex-direction:column;background-color:rgb(13 13 13/var(--tw-bg-opacity,1));color:white;overflow:hidden;padding-inline:1rem;width:100%}.footer_topNav__z2aHu{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.footer_navButtons__ShYyZ{display:flex;gap:20px}.footer_navButton__HO8rr{color:white;text-decoration:none;font-size:16px;padding:8px 16px;border-radius:20px;font-family:urbanist,serif}.footer_active__0D55m{background-color:#3b82f6}.footer_contactEmail__Hy5V6{font-size:3rem}.footer_emailLink__9jiJA{color:white;text-decoration:none;font-weight:400;font-family:urbanist,serif}.footer_divider__iFMJi{border:none;height:1px;background-color:#333;width:100%;margin:10px 0 40px}.footer_footerContent__3gVEV{display:flex;justify-content:space-between;margin-bottom:60px}.footer_brandColumn__Qb7dr{width:25%}.footer_logo__7n_eY h2{font-size:24px;margin-bottom:10px}.footer_location__RIsuZ{color:#a1a1aa;font-size:14px;margin-bottom:20px}.footer_socialIcons__IygTf{display:flex;gap:15px}.footer_socialIcon__MhHWk{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid #333;color:white;font-size:16px}.footer_infoColumns__E71Si{display:flex;justify-content:space-between;width:500px;min-width:0}.footer_column__Lb9f6{display:flex;flex-direction:column}.footer_title__lEkVt{font-size:1rem;font-weight:600;margin-bottom:20px;color:white;font-family:urbanist,serif}.footer_linksList__REAla{list-style:none;padding:0;margin:0}.footer_linksList__REAla li{margin-bottom:15px}.footer_link__jcFKd{color:rgb(255 255 255/var(--tw-text-opacity,1));text-decoration:none;font-size:1rem;transition:color .2s}.footer_link__jcFKd:hover{text-decoration:underline;color:white}.footer_copyrightSection__3KMaD{margin-top:20px}.footer_copyrightText__hJdsn{font-size:8rem;font-family:urbanist,serif;font-weight:500}@media (max-width:768px){.footer_container__HA6_d{padding:20px}.footer_topNav__z2aHu{flex-direction:column;align-items:flex-start;gap:20px}.footer_navButtons__ShYyZ{display:none}.footer_emailLink__9jiJA{font-size:2rem}.footer_footerContent__3gVEV{flex-direction:column;gap:40px}.footer_brandColumn__Qb7dr{width:100%}.footer_infoColumns__E71Si{width:100%;max-width:500px;min-width:0}.footer_copyrightText__hJdsn{font-size:36px}}