.chatbot-head{display:flex;padding:15px 0 5px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.chatbot-head svg{width:20px;height:20px}.chatbot-head svg:hover{cursor:pointer}.chatbot-head h2{gap:8px;display:flex;font-size:20px;font-family:Helvetica;padding:0 15px;color:#1f2937;font-weight:300}.chatbot-maincontainer{width:100%;min-height:-moz-fit-content;min-height:fit-content;height:760px;max-height:800px;position:-webkit-sticky;position:sticky;top:0;background:white;border-radius:20px;padding:12px 24px 24px}.privateChatBot{padding:0!important}.chatbot-body{display:flex;flex-direction:column;height:-webkit-fill-available;align-items:center;padding:20px 0 10px;flex:1 1;overflow-y:auto;margin-bottom:10px;min-width:400px}.chatbot-body::-webkit-scrollbar{display:none}.chatbot-body-section1 h2{background:linear-gradient(180deg,#E7DFC2,#CCB264,#6691EF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:0 16px;font-size:54px;font-weight:500;font-family:Helvetica}.chatbot-body-section1 p{padding:0 16px;color:#6b7280;font-style:italic;font-size:14px;font-weight:400;font-family:Helvetica}.chatbot-body-section1{padding:16px 0;width:100%;justify-content:center}.chatbot-body-section1,.default-chatbot-data{display:flex;flex-direction:column}.default-chatbot-data p{width:-moz-fit-content;width:fit-content;font-size:14px;font-weight:400;font-family:Helvetica;color:#4b5563;margin:10px 0;border:1px solid #d1d5db;border-radius:20px;padding:10px 15px}.chatbot-body section{width:100%}.chatbot-body input{border:none;font-size:14px;font-family:Helvetica;width:90%;padding:6px 0}.chatbot-body input:focus-visible{outline:none}.chatbot-body-section2{width:100%;display:flex;flex-direction:row;align-items:flex-start;padding:19px 50px 19px 16px;border-radius:40px;border:1px solid rgba(0,0,0,.1);background:#FFF;position:relative;overflow:hidden}.chatbot-body-section2 textarea{width:100%;min-height:19px!important;max-height:200px;border:none;outline:none;resize:none;overflow:hidden;font-size:14px;color:#6b7280;line-height:20px;transition:height .1s ease;padding:0}.private-deal .chatbot-body-section2 textarea{background-color:#000}.chatbot-body-section2 textarea::-webkit-scrollbar{display:none}.chatbot-body-section2 img{position:absolute;right:7px;bottom:9px;width:42px;height:42px;cursor:pointer}.chatbot-body-section2 svg{stroke:white;width:20px;height:24px;background-image:url(/assets/pictures/Button-Hover.png)}.chatbot-modal{display:none}.private-deal{background-color:#171717!important}.private-deal .chatbot-maincontainer{color:#fff;padding-top:0!important}.private-deal .chatbot-head{border-bottom:1px solid #ffffff1a}.private-deal .chatbot-head h2{color:white!important}.private-deal .chatbot-head .arrow path{stroke:white}.private-deal .default-chatbot-data p{color:#ffff!important;border:1px solid #ffffff26!important}.private-deal .chatbot-body-section2,.private-deal .chatbot-body-section2 input{background-color:#000;color:#6B7280}.chat-messages{overflow:auto;width:100%}.chat-messages::-webkit-scrollbar{display:none}.chat-messages{padding:10px}.chat-block,.chat-messages{display:flex;flex-direction:column;gap:15px}.chat-block{margin-top:10px;width:100%}.chat-bubble{max-width:80%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.4;animation:fadeInUp .3s ease}.user-bubble{align-self:flex-end;background:black;color:white;border-bottom-right-radius:4px;word-break:break-word}.ai-bubble,.typing{align-self:flex-start;background:#f1f1f1;color:#333;border-bottom-left-radius:4px;border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.4}.animate{animation:fadeInUp .35s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typing{display:flex;gap:4px}.typing span{width:6px;height:6px;background:#999;border-radius:50%;display:inline-block;animation:blink 1.4s infinite both}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.action-btn{height:48px;width:48px;cursor:pointer;transition:transform .15s ease-in-out;display:inline-block}.action-btn:active{transform:scale(.85)}.chatbot-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999}.chatbot-modal{width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.3);position:relative;overflow:auto}.chat-messages{flex:1 1;overflow-y:auto;max-height:658px;min-height:658px}.chatbot-modal-close{position:absolute;top:10px;right:12px;background:transparent;border:none;font-size:22px;cursor:pointer}@media(max-width:920px){.chatbot-modal{max-width:600px;height:90vh;max-height:90vh;max-height:unset;box-shadow:0 10px 25px rgba(0,0,0,.3)}.chatbot-maincontainer,.chatbot-modal{width:100%;display:flex;flex-direction:column;border-radius:20px;position:relative;overflow:hidden}.chatbot-maincontainer{height:100%;background:white;top:auto}.chatbot-head{flex:0 0 auto;position:-webkit-sticky;position:sticky;top:0;z-index:10}.chatbot-body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 0 10px;min-height:0}.chatbot-body-section2{flex:0 0 auto;position:-webkit-sticky;position:sticky;bottom:0;z-index:10;background:#fff}.private-deal-modal .chatbot-maincontainer{background:#1a1a1a;color:white}.chatbot-body-section1 h2{font-size:40px}}@media(max-width:480px){.chatbot-modal{height:100vh;max-height:100vh;min-height:unset;border-radius:0}.chatbot-maincontainer{border-radius:0;max-height:unset}}@media (max-width:450px){.chatbot-body-section2{padding:10px;min-height:unset!important;height:55px;border-radius:16px}.chatbot-body-section2 img{max-width:40px;max-height:40px}.chatbot-body{min-width:unset}.chatbot-body-section1 h2{font-size:34px}}.success-interest-modalu .modal-content{display:flex;width:554px;padding:36px;flex-direction:column;align-items:flex-start;gap:20px;flex-shrink:0;border-radius:32px;border:1px solid rgba(255,255,255,.3);background:#000;overflow:visible!important}@media only screen and (max-width:1024px){.success-interest-modalu .modal-content{width:100%;max-width:554px}.modal.show .modal-dialog{padding:0 5px}}.success-interest-modalu{z-index:2001}.back-arrow-btn{display:flex;width:40px;height:40px;padding:8px;justify-content:center;align-items:center;border-radius:100px;background:#3F3F46;box-shadow:0 4px 40px 0 rgba(68,49,151,.16);border:1px solid #3f3f46}.back-arrow-btn svg{width:20px;height:20px;flex-shrink:0}.form-group input{display:flex;padding:13px;align-items:center;gap:2px;align-self:stretch;border-radius:8px;border:1px solid #e2e8f0;opacity:.78;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);transform:translateZ(0);outline:none;box-shadow:unset;width:100%}.text-left{text-align:left}h5{color:#fff;font-size:20px;font-weight:500}.small_text,h5{font-family:Helvetica Neue;font-style:normal;line-height:normal}.small_text{color:var(--white-white-70,rgba(255,255,255,.7));font-size:14px;font-weight:300}.proceed-btn{font-family:Helvetica Neue;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0;text-align:center}.form-group{position:relative}.form-group label{position:absolute;left:3%;top:-17%;background:#000;color:#bbc1c8;font-family:Helvetica Neue;font-size:14px;font-style:normal;font-weight:500;line-height:1.25rem;text-transform:capitalize;padding:0 4px;z-index:1}.form-group{align-self:stretch}.form-group input,.form-group input:focus,.form-group textarea{background-color:#000;color:#fff}.form-group input,input:-internal-autofill-selected,input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{display:flex;padding:13px;align-items:center;gap:2px;align-self:stretch;border-radius:8px;border:1px solid #e2e8f0;opacity:.78;background-color:#000;-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);outline:none;box-shadow:unset;width:100%}.form-group input:focus,input:-webkit-autofill:focus{border-color:#C9A74E}.form-group textarea,.form-group textarea:focus{border-radius:8px;border:1px solid #c9a74e;opacity:.78;background:#000;-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);display:flex;padding:16px;align-items:center;gap:2px;align-self:stretch;width:100%}.fillDetailsHead{display:flex;flex-direction:column;margin-bottom:6px}.form-group .input_filed{background-color:#000;color:#fff}.success-modal-content{display:flex;flex-direction:column;gap:14px;align-self:stretch;position:relative;z-index:1;overflow:visible}.success-interest-modal-cont{gap:20px}button.btn.btn-warning.w-100{height:48px;padding:13.911px 20.867px;justify-content:center;color:#fff;gap:3.478px;border-radius:34778.336px;background-image:url(/assets/pictures/showInterest.png);background-position:50%;background-size:cover;background-repeat:no-repeat;-webkit-backdrop-filter:blur(1.7389342784881592px);backdrop-filter:blur(1.7389342784881592px)}.button_select,button.btn.btn-warning.w-100{display:flex;align-items:center;align-self:stretch}.button_select{padding:16px;gap:2px;border-radius:8px;border:1px solid var(--Slate-200,#e2e8f0);opacity:.78;background:#000;-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);width:100%}.button_select span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0;overflow:hidden;color:#FFF;text-overflow:ellipsis;font-family:Helvetica Neue;font-size:16px;font-style:normal;font-weight:400;line-height:1.2rem;justify-content:flex-start;text-align:left}.button_select svg{display:flex;width:20px;height:20px;justify-content:center;align-items:center;color:#fff}.absolute_position.z-10.shadow{list-style:none}.absolute_position{position:absolute;width:100%;z-index:99}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}.close_btn{display:flex;flex-direction:column;align-items:flex-end;gap:32px;align-self:stretch}.close_poup{display:flex;width:40px;height:40px;padding:8px;justify-content:center;align-items:center;border-radius:50%;background:#3F3F46;box-shadow:0 4px 40px 0 rgba(68,49,151,.16);border:1px solid #3f3f46}.close_poup svg{width:16px;height:16px;flex-shrink:0}.third_step{gap:25px}.bottom_successm,.third_step{display:flex;flex-direction:column;align-items:center;align-self:stretch}.bottom_successm{padding:16px;gap:16px;border-radius:16px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.svgIcon{display:flex;width:40px;height:40px;padding:8px;justify-content:center;align-items:center;border-radius:40px;background:#F3EFE5}.svgIcon svg{width:24px;height:24px;flex-shrink:0}.bottom_successm{flex:1 0;color:#9CA3AF;text-align:center;font-family:Helvetica Neue;font-size:14px;font-style:normal;font-weight:300;line-height:20px}h3.t_success{font-size:32px;line-height:16px;margin-bottom:0}.t_subccess,h3.t_success{color:#FFF;text-align:center;font-family:Helvetica Neue;font-style:normal;font-weight:400}.t_subccess{font-size:16px;line-height:100%}.t_botomsubccess{flex:1 0;color:#9CA3AF;text-align:center;font-family:Helvetica Neue;font-size:14px;font-style:normal;font-weight:300;line-height:20px}.success-image img{max-width:100%}.errorContainer h3{margin-bottom:unset;color:#FFF;text-align:center;font-family:Helvetica Neue;font-size:20px;font-style:normal;font-weight:700;line-height:130%}.errorContainer{align-items:center;gap:30px}.errorContainer,.errorResponsible{display:flex;flex-direction:column;align-self:stretch}.errorResponsible{padding:16px;align-items:flex-start;gap:8px;border-radius:12px;border:1px solid var(--Red-500,#ef4444);background:rgba(239,68,68,.1)}.errorResponsible p{color:var(--Zinc-400,#A1A1AA);font-family:Helvetica Neue;font-size:14px;font-style:italic;font-weight:400;line-height:20px}.errorResponsible ul{padding-left:10px;margin:0}.errorResponsible ul li{color:var(--White-White,#FFF);font-family:Helvetica Neue;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.pdf-container{flex:1 1;background:#1a1a1a;min-height:600px}.pdf-container,.pdf-iframe{position:relative;width:100%}.pdf-iframe{z-index:10;height:100%;border:none;background:#fff;min-height:inherit}.successContainer{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch}@media (max-width:930px){.investmentHeaderMobile{margin-top:20px}}@media (max-width:480px){.success-interest-modalu .modal-content{padding:20px}}.phoneInputWrapper{display:flex;align-items:center;position:relative;width:100%;border-radius:8px;border:1px solid #e2e8f0;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);padding:0 16px;font-size:16px}.phoneInput{width:100%;border:none!important;outline:none;background:transparent!important;color:#fff!important;box-shadow:none!important;padding:13px 0!important}.countrySelect{position:relative;margin-right:12px;border-right:1px solid rgba(229,231,235,.3);padding-right:12px}.countryTrigger{border:none;background:transparent;color:#fff;font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;padding:0}.countryChevron{font-size:12px;color:#9CA3AF;transition:transform .2s ease}.countryChevronOpen{transform:rotate(180deg)}.countryMenu{position:absolute;top:calc(100% + 6px);left:-20px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.5);padding:6px;min-width:96px;max-height:164px;overflow-y:auto;z-index:999999}.countryOption{width:100%;text-align:left;border:none;background:transparent;padding:8px 10px;border-radius:8px;color:#fff;font-size:14px;cursor:pointer}.countryOption:hover{background:rgba(255,255,255,.1)}.countryOptionActive{background:#C9A74E!important;color:#FFFFFF!important}