.advanced-features{display:flex;justify-content:center;align-items:center;padding-bottom:15vh}#advanced-roadmap{position:relative;aspect-ratio:1/1.3;width:calc(100% - (2 * var(--homepage-margin)));min-height:110vw;background-image:url(/assets/features-section-bg-2.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}#advanced-step-1{position:absolute;justify-content:flex-end;right:19%;top:-3%}#advanced-step-2{position:absolute;left:11%;top:18%}#advanced-step-2>.step-container,#advanced-step-4>.step-container,#advanced-step-6>.step-container{align-items:end}#advanced-step-3{position:absolute;justify-content:flex-end;right:20%;top:34%}#advanced-step-4{position:absolute;left:15%;top:50%}#advanced-step-5{position:absolute;justify-content:flex-end;right:20%;top:70%}#advanced-step-6{position:absolute;left:18%;top:82%}#advanced-step-7{position:absolute;justify-content:flex-end;right:20%;top:95%}@media (max-width:1390px){#advanced-roadmap{aspect-ratio:auto;background-image:none;display:grid;grid-template-columns:repeat(3,1fr);min-height:0;gap:3vw;padding:4vh 0}#advanced-step-1,#advanced-step-2,#advanced-step-3,#advanced-step-4,#advanced-step-5,#advanced-step-6,#advanced-step-7{position:static!important;justify-content:center!important;align-items:center;background:#fff;border-radius:20px;padding:3vh 2vw;border:1px solid transparent;box-shadow:0 8px 30px rgba(49,46,211,.08);transition:all .4s ease;cursor:pointer;left:auto;right:auto;top:auto;overflow:visible}.roadmap-step,.roadmap-step h3,.roadmap-step p,.roadmap-step strong{color:#000000!important}#advanced-step-1:after,#advanced-step-2:after,#advanced-step-3:after,#advanced-step-4:after,#advanced-step-5:after,#advanced-step-6:after,#advanced-step-7:after{content:"";position:absolute;width:70%;height:70%;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:#312ED3;filter:blur(60px);z-index:-1;opacity:0;transition:opacity .4s ease}#advanced-step-1:hover,#advanced-step-2:hover,#advanced-step-3:hover,#advanced-step-4:hover,#advanced-step-5:hover,#advanced-step-6:hover,#advanced-step-7:hover{transform:translateY(-10px) scale(1.02);border:1px solid #ef5c66;box-shadow:0 20px 50px rgba(49,46,211,.15)}#advanced-step-1:hover:after,#advanced-step-2:hover:after,#advanced-step-3:hover:after,#advanced-step-4:hover:after,#advanced-step-5:hover:after,#advanced-step-6:hover:after,#advanced-step-7:hover:after{opacity:.6}.step-container{flex-direction:column;align-items:center!important;gap:2vh}.step-text{text-align:center}.step-icon{width:clamp(60px,8vw,100px)}}@media (max-width:900px){#advanced-roadmap{grid-template-columns:repeat(2,1fr);gap:4vw}}@media (max-width:600px){#advanced-roadmap{grid-template-columns:1fr;gap:3vh}#advanced-step-1,#advanced-step-2,#advanced-step-3,#advanced-step-4,#advanced-step-5,#advanced-step-6,#advanced-step-7{padding:4vh 4vw}}[dir=rtl] #advanced-roadmap{direction:ltr}[dir=rtl] .advanced-features .step-text,[dir=rtl] .advanced-features .step-text h3,[dir=rtl] .advanced-features .step-text p{text-align:start}