.reds{color:#b11}.sign-up-modal{align-items:center;background:#fff;gap:20px;height:100%;margin:0 auto;padding:32px 24px 24px}.sign-up-modal,.signup_box{display:flex;flex-direction:column;width:100%}.signup_box{gap:16px}.signup_box .signup_item,.signup_box .signup_item .n-input{width:100%}.button-group{align-items:center;display:flex;gap:16px;justify-content:space-between;width:100%}.button-group .login{flex:1}.request_submit{background:linear-gradient(98deg,#be35b0e6 -6.37%,#7a47b9e6 87.51%);border-radius:999px;box-shadow:1px 3px 4px #00000040;color:#fff!important;flex:1;font-size:16px;height:40px;letter-spacing:.5px;line-height:40px}.request_submit,.request_submit .n-button__content{font-weight:600!important}.toggle-switch-container{color:#333;flex-direction:column;gap:8px}.toggle-switch,.toggle-switch-container{display:flex;position:relative;width:100%}.toggle-switch{align-items:center;background:#f0f0f0;border-radius:25px;height:44px;transition:all .3s ease}.toggle-slider{background:#7a47b9;border-radius:25px;height:40px;left:2px;position:absolute;top:2px;transition:transform .3s ease;width:50%}.toggle-switch.switch-right .toggle-slider{transform:translate(calc(100% - 4px))}.toggle-option{align-items:center;color:#666;cursor:pointer;display:flex;flex:1;font-size:14px;font-weight:500;height:100%;justify-content:center;text-align:center;transition:color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.toggle-option.active{color:#fff;font-weight:600}.custom-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px;width:100%}.custom-modal-header .modal-title{color:#1a1a1a;font-size:32px;font-weight:700;margin:0;width:100%}.custom-modal-header .close-icon{color:#666;cursor:pointer;transition:color .3s}.custom-modal-header .close-icon:hover{color:#333}.success-content{padding:40px 20px;text-align:center}.success-content .success-icon-wrapper{margin-bottom:32px;position:relative}.success-content .success-icon-wrapper .success-icon,.success-content .success-icon-wrapper .waiting-icon{animation:bounceIn .6s ease-out;display:inline-block;position:relative}.success-content .success-icon-wrapper .success-icon:before,.success-content .success-icon-wrapper .waiting-icon:before{animation:pulse 2s infinite;background:radial-gradient(circle,rgba(122,71,185,.15) 0,transparent 70%);border-radius:50%;content:"";height:120px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px}.success-content .success-icon-wrapper .success-icon svg,.success-content .success-icon-wrapper .waiting-icon svg{position:relative;z-index:1}.success-content .success-icon-wrapper .success-icon .check-mark,.success-content .success-icon-wrapper .waiting-icon .check-mark{animation:checkmark .6s ease-out .3s forwards;stroke-dasharray:20;stroke-dashoffset:20}.success-content .success-icon-wrapper .success-icon .clock-hand,.success-content .success-icon-wrapper .waiting-icon .clock-hand{transform-origin:center}.success-content .success-title{color:#1a1a1a;font-size:28px;font-weight:600;margin:0 0 16px}.success-content .success-message{color:#666;font-size:16px;line-height:1.6;margin:0 auto 32px;max-width:380px}.success-content .success-message strong{color:#333;font-weight:600}.error-content{padding:40px 0;position:relative;text-align:center}.error-content .error-icon-wrapper{margin-bottom:32px;position:relative}.error-content .error-icon-wrapper .error-icon{animation:bounceIn .6s ease-out;display:inline-block;position:relative}.error-content .error-icon-wrapper .error-icon:before{animation:pulse 2s infinite;background:radial-gradient(circle,rgba(255,167,38,.15) 0,transparent 70%);border-radius:50%;content:"";height:120px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px}.error-content .error-icon-wrapper .error-icon svg{position:relative;z-index:1}.error-content .error-icon-wrapper .user-exists-icon{align-items:center;background:#7a47b9;border-radius:50%;display:flex;height:64px;justify-content:center;width:64px}.error-content .error-title{color:#1a1a1a;font-size:28px;font-weight:600;margin:0 0 16px}.error-content .error-message{color:#666;font-size:16px;line-height:1.5;margin:0 auto 32px;max-width:380px}.error-content .error-actions{display:flex;gap:16px;justify-content:space-between;width:100%}.error-content .error-actions button{width:46%}.error-content .error-actions.got_it{justify-content:center}.error-content .error-actions.got_it button{width:40%}@media (max-width:576px){.custom-modal-header .modal-title{font-size:28px}.sign-up-modal{padding:0 24px}.cloud-wrap{align-items:center!important;display:flex!important;justify-content:center!important;min-height:74px!important;overflow:visible!important}.cloud-wrap iframe{transform:scale(.9);transform-origin:center}.button-group .request_submit,.n-input .n-input__input-el{height:44px!important;line-height:44px!important}}.mobile_modal_overlay{align-items:flex-end;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;inset:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;z-index:3000}.mobile_modal_content{animation:slideUp .3s ease-out;background:#fffffffc;border-radius:24px 24px 0 0;box-shadow:0 -4px 20px #0000004d;height:86vh;max-width:600px;overflow:hidden;width:100%}.mobile_modal_header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:flex-end;padding:16px 20px}.close-icon{align-items:center;border-radius:50%;color:#050303;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.close-icon:hover{background:#0003;transform:scale(1.1)}.mobile_modal_body{align-items:flex-start;color:#333;display:flex;height:calc(100% - 65px);justify-content:center;min-height:200px;overflow-y:auto;padding:0;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.no-scroll{height:100vh;overflow:hidden}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.open_modal{background:#000;height:100svh;inset:0 0 auto;overflow:hidden;position:fixed;transform:translateY(0) translate(0);transition:all,transform .4s;width:100vw;z-index:1000;-webkit-overflow-scrolling:touch}.modal_box{height:80vh;overflow:hidden;width:100%}.home_wrap{height:100vh;overflow-x:hidden;overflow-y:auto;width:100%}.home_wrap.mobileModal{height:100vh;overflow:hidden}.active_header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0d121f73}.menu_modal{inset:0;position:fixed}.menu_modal,.menu_modal .menu_content{background:#0d121f;height:100vh;overflow:hidden}.menu_modal .menu_content{padding:0 20px;position:relative;-webkit-overflow-scrolling:touch}.demo_div,.demo_divs{background:#f5f6f9;border-radius:8px;min-height:405px;width:100%}.logo{align-items:center;display:flex;width:140px}.logo img{cursor:pointer;pointer-events:auto;position:relative;width:100%;z-index:100}.solution_dropdown .n-dropdown-option .n-dropdown-option-body .n-dropdown-option-body__label{font-weight:600}.solution_dropdown .n-dropdown-option .n-dropdown-option-body{height:56px;line-height:56px}.email_code_wrap{align-items:center;border-radius:10px;display:flex;flex-direction:column;justify-content:center;padding:0 40px;position:relative;width:440px}.email_code_wrap img{display:block}.email_code_wrap p{text-align:center}.email_code_wrap .email_wrap{display:flex;flex-direction:column;gap:14px;width:100%}.email_code_wrap .email_wrap button span{font-weight:700}.email_code_wrap .re_send{font-size:12px;margin-top:20px;text-align:center}.email_code_wrap .re_send span{cursor:pointer;display:inline-block;text-decoration:underline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.right_action{align-items:center;color:#fff;display:flex;gap:40px;pointer-events:auto}.right_action div{cursor:pointer;height:48px;line-height:48px;pointer-events:auto;position:relative;z-index:100}.right_action div,.right_action div span{font-size:18px;font-weight:600}.right_action div:after{content:"";position:absolute}.right_action div.menu_item:hover:after{background:#7a47b9;border-radius:8px;bottom:0;content:"";height:4px;left:12px;position:absolute;right:12px}.right_action .btn{border:0;font-size:16px;line-height:48px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.right_action .btn.login{background:none;border-radius:24px;color:#fff;width:95px}.right_action .btn.login,.right_action .signup{flex:none;flex-grow:0;letter-spacing:.5px;order:1}.right_action .signup{background:#6939a3;border:0;border-radius:99px;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px}.right_action .signup:hover{background:#7a47b9}.web_right_action{display:none}.header{height:90px;position:fixed;top:0;width:100%;z-index:1001}.header .container,.nav{height:100%}.nav{align-items:center;display:flex;justify-content:space-between;width:100%}.solution_dropdown{margin-top:14px!important}.register_entry{color:#666;font-size:14px;margin:16px 0;text-align:center}.register_entry .register_link{color:#7a47b9;font-weight:500;margin-left:4px;text-decoration:none}.register_entry .register_link:hover{text-decoration:underline}.service_content{color:#666;font-size:14px;font-size:12px;margin:24px 0 0;text-align:center}.service_content a{color:#666;text-decoration:underline}.container{height:100%;margin:0 auto;max-width:1240px}.modal-close-btn{cursor:pointer;position:absolute;right:-16px;top:-12px}.form-button-section{width:100%}.request_modal{margin:0 auto}.request_modal .request_notice{color:var(--mastergo-com-black-50,rgba(0,0,0,.5));font-size:16px;font-weight:400;line-height:24px;margin-bottom:32px;margin-top:-24px}.request_modal .n-form-item-label__text{color:#23202a;font-size:16px;font-weight:700;line-height:24px}.request_modal .form-field{width:100%}.request_modal .field-label{color:#23202a;display:block;font-size:14px;font-weight:600;margin-bottom:12px}.request_modal .form-button-section{margin-top:12px}.request_modal .n-form-item{margin-bottom:4px}.request_modal .n-form-item__feedback-wrapper{margin-top:4px}.request_modal .n-form-item-label__text{color:#364153;font-weight:500}.account_card .n-card__content{padding-top:0}.welcome_login_submit{background:linear-gradient(98deg,#be35b0e6 -6.37%,#7a47b9e6 87.51%);border-radius:999px;box-shadow:1px 3px 4px #00000040;color:#fff!important;font-size:16px;height:40px;letter-spacing:.5px;line-height:40px;width:100%}.welcome_login_submit,.welcome_login_submit .n-button__content{font-weight:600!important}.login_submit{color:#fff!important}.request_form_item{display:flex;flex-direction:column;width:100%}.request_form_item p{color:var(--portal-unlearn-ai-baltic-sea,#23202a);font-size:16px;font-weight:700;line-height:24px}.request_form_item .n-input{margin-top:10px}.header_mobile_modal{background:#0d121f!important;border-radius:0;height:100vh!important;margin:0;width:100vh!important}.header_mobile_modal .n-card-header{display:block;padding:0;width:100%}.menu_header{align-items:center;background:#000;display:flex;flex:1;height:90px;justify-content:space-between;padding:0 20px;position:relative;z-index:1001}.menu_header .menu_logo{align-items:center;display:flex;width:140px}.menu_header .menu_logo img{width:100%}.menu_list{align-items:flex-start;animation:slideDown .2s ease-out;color:#fff;display:flex;flex-direction:column;gap:20px;margin-top:20px;padding:0 20px}.menu_list p{font-size:32px;font-weight:500;line-height:48px}.menu_list .signup{background:#6939a3;border:1px solid #6836a8;border-radius:99px;flex:none;flex-grow:0;font-size:16px;letter-spacing:.5px;line-height:48px;margin-top:12px;order:1;padding:0 30px}.menu_list .signup:hover{background:#7a47b9}.menu_list .coll_item{color:#bbb;font-size:22px;font-weight:500;line-height:48px;padding-left:20px}.menu_list .coll_item:last-child{padding-bottom:20px}.list_collapse .n-collapse-item__header-main{color:#fff!important;font-size:32px;font-weight:500!important;line-height:48px}.list_collapse .n-collapse-item-arrow{display:none!important}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-15px,0);--webkit-transform:translate3d(0,-15px,0)}to{opacity:1;transform:none;--webkit-transform:none}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes pulse{0%{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:.3;transform:translate(-50%,-50%) scale(1.1)}to{opacity:.6;transform:translate(-50%,-50%) scale(1)}}@keyframes checkmark{to{stroke-dashoffset:0}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fadeInDown{animation-name:fadeInDown;--webkit-animation-name:fadeInDown;animation-duration:1.5s}.welcome-modal{z-index:2000!important}.welcome-modal .n-modal-body-wrapper{align-items:center;background:#0d121ffa;display:flex;height:100vh!important;justify-content:center;max-height:100vh!important;max-width:100vw!important;width:100vw!important}.welcome-modal .n-modal-body{align-items:center;background:transparent;display:flex;height:100vh;justify-content:center;padding:0!important;width:100vw}.welcome-modal-content{background:url(../img/welcome_bg.png) no-repeat 50%;background-size:cover;border-radius:20px;display:flex;max-width:96vw;min-height:480px;overflow:hidden;width:100vh}.welcome-modal-left{align-items:flex-start;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0006;color:#fff;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;padding:48px 36px 48px 70px}.welcome-modal-left .launch{background:linear-gradient(93deg,#fb59eb 2.19%,#9a58ed 97.81%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#fff;font-size:32px;font-style:normal;font-weight:600;line-height:24px;text-align:center}.welcome-modal-left h2{color:#fff;font-size:64px;font-style:normal;font-weight:700;line-height:120%;margin-top:30px;text-shadow:2px 2px 0 rgba(0,0,0,.25)}.welcome-modal-left p.welcome-desc{font-size:36px;margin-top:32px}.welcome-modal-left p.welcome-desc,.welcome-modal-left p.welcome-sec{color:#fff;font-style:normal;font-weight:400;line-height:150%;text-shadow:2px 2px 0 rgba(0,0,0,.25)}.welcome-modal-left p.welcome-sec{font-size:24px}.welcome-modal-left .early_access{background:var(--Linear,linear-gradient(98deg,#be35b0 -6.37%,#7a47b9 87.51%));border-radius:60px;box-shadow:.903px 2.71px 3.614px #00000040;color:#fff;cursor:pointer;display:inline-block;font-size:20px;font-style:normal;font-weight:700;line-height:120%;margin-top:24px;opacity:.9;padding:12px 24px}.welcome-logo{margin-bottom:32px;width:120px}.welcome-features{font-size:15px;line-height:2;margin:0;padding:0 0 0 18px}.welcome-modal-right{align-items:center;-webkit-backdrop-filter:blur(56px);backdrop-filter:blur(56px);background:#fff9;display:flex;flex-direction:column;height:100%;justify-content:center;padding:48px 36px;position:relative;width:540px}.welcome-modal-right:after{-webkit-backdrop-filter:blur(56px);backdrop-filter:blur(56px);background:#fffc;background:#fff;content:"";inset:0;mix-blend-mode:overlay;pointer-events:none;position:absolute;z-index:-1}.login-box{align-items:center;background:#fff;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:center;margin:0 auto;padding:32px 24px 24px;width:100%}.login-box h3{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:36px;text-align:center;width:100%}.login-tip{color:#666;font-size:15px;margin-top:18px;text-align:center}.login-tip a{color:#7a47b9;cursor:pointer;font-weight:600;margin-left:6px;text-decoration:underline}.login-error{color:#e74c3c;font-size:14px;margin-top:12px;text-align:center}.wel-full-modal{border-radius:24px!important;height:calc(100vh - 200px)!important;inset:0!important;justify-content:space-between!important;position:fixed!important;width:calc(100vw - 160px)!important;z-index:3000!important}.wel-full-modal,.wel-full-modal .n-modal-body,.wel-full-modal .n-modal-body-wrapper{align-items:center!important;box-shadow:none!important;display:flex!important;max-height:100vh!important;max-width:100vw!important}.wel-full-modal .n-modal-body,.wel-full-modal .n-modal-body-wrapper{background:transparent!important;border-radius:0!important;height:100vh!important;justify-content:center!important;padding:0!important;width:100vw!important}.wel-full-modal .welcome-modal-content{border-radius:20px;display:flex;margin-left:100px;margin-right:100px;max-width:900px;min-height:480px;overflow:hidden;position:relative;width:calc(100vw - 200px)}.wel-full-modal .modal-close-btn{align-items:center;background:#ffffffd9;border-radius:50%;box-shadow:0 2px 8px #00000047;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:24px;top:24px;transition:background .2s;width:40px;z-index:10}.wel-full-modal .modal-close-btn:hover{background:#f5f5f5}.wel-full-modal .close-icon{background:#fff;color:#7a47b9;font-size:22px}@media (max-width:576px){.container{margin:0 20px}.demo_div{width:100%}.right_action{display:none}.web_right_action{display:block}.request_modal{height:calc(100vh - 120px);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.request_modal .request_notice{margin-top:0}.home_wrap{height:100vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.apply-modal .n-modal-mask{background:#000000e6}.apply-modal .n-modal-body-wrapper{height:100vh!important;max-width:100%!important;width:100vw!important}.apply-modal .account_card{border-radius:0!important;height:100vh!important;margin:0!important;max-height:100vh!important;width:100vw!important}.apply-modal .account_card .n-card__content{height:100vh;overflow-y:auto;padding:20px;-webkit-overflow-scrolling:touch}.apply-modal .account_card .custom-modal-header{background:#fff;margin-top:0;padding:20px 0;position:sticky;top:0;z-index:10}.apply-modal .account_card .success-content{display:flex;flex-direction:column;height:calc(100vh - 40px);justify-content:center;padding:20px}.mobile_modal{border-radius:0;height:100vh!important;margin:0;width:100vh!important}.wel-full-modal .welcome-modal-content{border-radius:0;box-shadow:none;margin:0;min-width:0;width:100vw}.wel-full-modal .welcome-modal-left,.wel-full-modal .welcome-modal-right{padding:20px 6px}.wel-full-modal .modal-close-btn{height:32px;right:8px;top:8px;width:32px}.welcome-modal-left{display:none}.wel-full-modal{border-radius:0!important;height:100vh!important;inset:0!important;min-height:none!important;width:100vw!important}.login-box h3{font-size:28px}}@media (min-width:391px) and (max-width:577px){.welcome-modal-left{display:none}}@media (min-width:577px) and (max-width:768px){.container{margin:0 40px}.right_action{display:none}.web_right_action{display:block}.menu_modal .menu_content .menu_header .menu_logo{width:140px}.apply-modal .n-modal-body-wrapper{height:100vh!important;max-width:100%!important;width:100vw!important}.apply-modal .account_card{border-radius:0!important;height:100vh!important;margin:0!important;max-height:100vh!important;width:100vw!important}.apply-modal .account_card .n-card__content{height:100vh;overflow-y:auto;padding:30px;-webkit-overflow-scrolling:touch}.welcome-modal-left{display:none}.welcome-modal-right{width:100%}}@media (min-width:769px) and (max-width:1365px){.container{margin:0 80px}.welcome-modal-right{width:460px}.welcome-modal-left .launch{font-size:28px}.welcome-modal-left h2{font-size:32px}.welcome-modal-left p.welcome-desc{font-size:28px}.welcome-modal-left p.early_access,.welcome-modal-left p.welcome-sec{font-size:20px}.wel-full-modal .modal-close-btn{height:36px;right:12px;top:12px;width:36px}}.breathe-focus{animation:breathe-focus 1.2s cubic-bezier(.4,0,.2,1);z-index:2002!important}@keyframes breathe-focus{0%{background:#6939a3;box-shadow:0 0 #7a47b94d;color:#fff;transform:scale(1)}50%{background:linear-gradient(98deg,#8a4fb3,#7a47b9);color:#fff;transform:scale(1.05)}to{background:#6939a3;box-shadow:0 0 #7a47b94d;color:#fff;transform:scale(1)}}.join_now{background:url(../img/Mask.png) #6939a3 no-repeat 50%;background-size:cover;padding:80px 0 134px}.join_now p{color:#e919d4;font-size:20px;letter-spacing:-.02em;line-height:30px;margin-bottom:12px;order:0}.join_now h1,.join_now p{flex:none;flex-grow:0;font-style:normal;font-weight:600;text-align:center}.join_now h1{align-items:center;color:#fff;display:flex;font-size:38px;letter-spacing:.3px;line-height:52px;margin:0 auto;max-width:400px;order:1;text-shadow:2px 2px 0 rgba(0,0,0,.25)}.join_now button{background:#fff;border:0;border-radius:8px;box-shadow:0 40px 70px #4118a240;color:#6939a3;display:block;font-size:20px;font-weight:600;height:68.05px;letter-spacing:.3px;line-height:34px;margin:64px auto 0;text-align:center;width:251.3px}.footer{background:#0d121f;color:#fff;padding:20px 0}.footer .container,.footer .container .foot_wrap{display:flex;justify-content:space-between}.footer .container .foot_wrap{width:100%}.footer .container .foot_wrap .left_foot h5{font-size:16px;font-weight:600;margin-bottom:10px}.footer .container .foot_wrap .left_foot p{font-size:14px;margin-bottom:10px}.footer .container .foot_wrap .left_foot a{color:#fff;font-size:14px;text-decoration:none}.footer .container .foot_wrap .left_foot a:hover{text-decoration:underline}.footer .container .foot_wrap .right_foot h5{font-size:16px;font-weight:600;margin-bottom:10px}.footer .container .foot_wrap .right_foot a{color:#999;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;line-height:22px;text-decoration:none}.footer .container .foot_wrap .right_foot p{font-size:14px;margin-bottom:10px}@media (max-width:576px){.footer{padding:14px 0 120px}.footer .foot_wrap{flex-wrap:wrap;height:auto;margin-top:20px}.footer .left_foot{margin-bottom:30px;width:100%}}@media only screen and (max-width:1024px){.join_now h1{font-size:30px}}@media only screen and (max-width:767px){.join_now{background-position:-70px 45px}}
