:root{font-family:HelveticaNeue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{background:#202131;color:#fff;font-weight:400;display:flex;justify-content:center;align-items:center;height:100vh}#app{width:100vw;height:100vh;position:relative}#desctop,#mobile{background:#202131}#desctop{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.hidden{display:none!important}header{background:#32334a;height:84px;display:flex;align-items:center;padding:0 238px}header .logo{display:flex;cursor:pointer}.container{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;padding:20px 238px}.text-content,.question-container{max-width:45%;margin-right:10px}.question-container{align-self:flex-start;margin-top:5%}.text-content h1{font-size:70px;font-weight:400;line-height:70px;margin-bottom:20px}.text-content p{font-size:16px;font-weight:400;line-height:23px;margin-bottom:20px}.text-content .started-button,#mobile .started-button{display:flex;justify-content:center;align-items:center;background:#753cff;color:#fff;text-decoration:none;width:221px;height:56px;font-size:14px;transition:background-color .3s ease}.text-content .button:hover{background:#4610c5}.visual-content{position:relative;max-width:50%;text-align:center;display:flex;flex-direction:column;align-items:center}.visual-content .pyramid{display:flex;gap:10px;position:relative}.canvas-container{width:500px;height:100%;position:relative}.pyramid-3d{width:100%;height:500px}.visual-content .pyramid .right-labels,.visual-content .pyramid .left-labels{position:relative;display:flex;gap:5px;margin:0 0 70px}.right-labels .arrow-height,.left-labels .arrow-height{position:relative;height:100%;width:8px}.right-labels .arrow-height img,.left-labels .arrow-height img{position:absolute;bottom:0;left:0;height:100%}.hidden-arrow{position:relative;display:flex;flex-direction:column;overflow:hidden;height:100%}.hidden-arrow img{position:absolute}.right-labels .labels,.left-labels .labels{display:flex;flex-direction:column;justify-content:space-between;align-items:baseline}.visual-content .axis-label{color:#707070;font-size:16px}.visual-content .rotate-icon{width:40px}.progress{display:flex;align-items:center;gap:15px;margin-bottom:30px}.progress-label{font-size:15px;font-family:Inter,serif;color:#707070;margin-bottom:10px}.progress .step{width:38px;height:38px;border-radius:50%;border:none;background:#333;color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px}.progress .step .step-num{display:flex;justify-content:center;align-items:center;font-style:16px;font-weight:600;font-family:Inter,serif}.progress .step.active,.progress .step.completed,.progress .step.not-completed{background:none;border:2px solid #753CFF;position:relative}.progress .step.active .step-num,.progress .step.completed .step-num,.progress .step.not-completed .step-num{width:28px;height:28px;border-radius:50%;background:#3706ad}.progress .step.completed .crossImg,.progress .step.not-completed .checkImg{display:none}.progress .step.not-completed{border:none;z-index:2}.progress .step.not-completed:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:linear-gradient(90deg,#ff0062,#ee845d)}.progress .step.not-completed:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;z-index:-1;border-radius:inherit;background:#202131}.progress .step.not-completed .step-num{background:linear-gradient(90deg,#ff0062,#ee845d)}.progress .step .step-num img,.progress .step.not-completed .step-num span,.progress .step.completed .step-num span{display:none}.progress .step.not-completed .step-num .crossImg,.progress .step.completed .step-num .checkImg{display:block}.progress .step.completed .step-num{background:#753cff}.question-number{font-size:15px;font-weight:400;font-family:Inter,serif;opacity:.5}.question,.finished-questions-text{margin-bottom:40px;font-size:32px;font-weight:300}.finished-questions-text{white-space:pre-line}.finished-questions-text span{margin-top:40px;font-size:16px}.subtext{color:#fff;font-size:16px;margin-bottom:30px}.question-container .buttons,#mobile .buttons{display:flex;gap:20px}.question-container .button,#mobile .button{background:none;color:#fff;border:1px solid #753CFF;width:102px;height:56px;cursor:pointer;font-size:14px;font-weight:600;transition:background .3s ease,color .3s ease}.question-container .button:active{background:#753cff;border-color:#753cff}.question-container .button:hover{background:#3706ad;border-color:#3706ad}.selected-answer{font-size:16px}.insight{display:flex;flex-direction:column;margin-top:30px;background:#1a1b29;padding:20px;border-radius:4px;border:1px solid #313338;text-align:left;font-family:Inter,serif}.insight-title{display:flex;align-items:center;gap:20px;font-weight:500;font-size:16px;margin-bottom:10px}.insight-title img{width:20px;height:20px}.insight-content{color:#f2f3f7;font-size:14px;font-weight:400;padding-bottom:24px;border-bottom:1px solid #636773;white-space:pre-wrap}.continue-button{background:#753cff;color:#fff;width:154px;height:56px;border:none;cursor:pointer;font-size:14px;font-weight:600;margin-top:20px;align-self:flex-end}.continue-button:hover{background:#5328cc}.form-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:580px;width:100%;max-height:800px;height:140%;text-align:center;padding:20px;background:#363850;font-family:Inter,serif;font-weight:400}.small-title{display:flex;align-self:flex-start;font-size:12px;font-weight:500;border-top:1px solid rgba(0,0,0,.15);color:#a3a3a3;padding:20px 0 0;letter-spacing:1px}.main-title{border-bottom:1px solid #5E608B;font-size:64px;font-weight:400;padding:35px 0;text-transform:uppercase;text-align:left;line-height:64px}.notification-text{text-align:left;margin-top:40px;font-size:22px;line-height:32px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{padding:40px 0 35px;border-bottom:2px solid #3A3C5A}.form-group input{width:100%;padding:10px 15px;font-size:22px;color:#fff;background:transparent;border:none;outline:none;transition:border-color .3s ease}.form-group input::placeholder{color:#a3a3a3}.form-group:focus{border-bottom:2px solid #6A32FC}.form-inline-group{display:flex;align-items:center;gap:10px}.form-inline-group input{flex:1}.submit-button{width:119px;height:56px;font-size:16px;color:#fff;background:#6a32fc;border:none;cursor:pointer;transition:background .3s ease;flex-shrink:0}.submit-button:hover{background:#5328cc}@media screen and (max-width: 1520px){.container{padding:20px 10%}header{padding:0 10%}.text-content h1{font-size:50px;line-height:50px}.canvas-container{width:400px;height:100%;position:relative}.pyramid-3d{width:100%;height:400px}.main-title{font-size:35px}.form-group{padding:20px}}@media screen and (max-width: 1200px){.container{padding:20px 5%}header{padding:0 5%}}@media screen and (max-width: 768px){header{position:fixed;top:0;height:65px;width:100%;z-index:99}.container{flex-direction:column;padding:65px 0}.text-content,.question-container{max-width:100%;margin-right:0;padding:0 20px}.text-content h1{font-size:30px;line-height:42px}.text-content p{font-weight:300;margin-bottom:8px}.visual-content{max-width:100%}.pyramid-3d{width:100%;height:350px}.visual-content .pyramid .right-labels,.visual-content .pyramid .left-labels{position:absolute;top:0;padding-top:80px;pointer-events:none}.visual-content .pyramid .left-labels{height:75%;left:15px}.visual-content .pyramid .right-labels{height:60%;right:15px}.visual-content .axis-label{font-size:10px}.progress{margin-bottom:0;width:100%;justify-content:center}#mobile .buttons{position:fixed;bottom:0;width:100%;gap:0}#mobile .started-button,#mobile .continue-button,#mobile .submit-button{position:fixed;bottom:0;width:100%}#mobile .button{width:100%;background:#202131}.question{margin-bottom:24px;font-size:22px;line-height:30px}.subtext{line-height:20px;font-size:14px}.insight{margin-top:16px;padding:16px}.insight-content{border-bottom:none;padding-bottom:0}.form-container{max-width:100%;height:100%;max-height:100%;padding-top:65px;background:#202131}.form-container .prompt{font-size:14px;font-family:Inter;align-self:flex-start;margin-top:35px}.form-group input::placeholder{font-size:16px;color:#fff;padding:0}.form-group{padding:20px 0}.contact-form{gap:0}.form-group input{padding:0}.finished-questions-text{text-align:left;margin-top:20px;margin-bottom:0;font-size:22px;font-weight:300;white-space:normal}}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueBlack.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueBlackItalic.otf) format("opentype");font-weight:900;font-style:italic}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueBold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueBoldItalic.otf) format("opentype");font-weight:700;font-style:italic}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueHeavy.otf) format("opentype");font-weight:800;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueHeavyItalic.otf) format("opentype");font-weight:800;font-style:italic}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueLight.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueLightItalic.otf) format("opentype");font-weight:300;font-style:italic}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueMedium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueMediumItalic.otf) format("opentype");font-weight:500;font-style:italic}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueRoman.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueThin.otf) format("opentype");font-weight:200;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueThinItalic.otf) format("opentype");font-weight:200;font-style:italic}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueUltraLight.otf) format("opentype");font-weight:100;font-style:normal}@font-face{font-family:HelveticaNeue;src:url(../fonts/HelveticaNeueUltraLightItalic.otf) format("opentype");font-weight:100;font-style:italic}
