.multi-step-form-container{align-items:center;display:flex;height:74vh;justify-content:center;margin:auto;width:100%}.step .content-text,.step h1{text-align:center}.language-buttons{justify-content:center}.language-buttons,.step-buttons{display:flex;gap:30px;padding:20px 0;width:100%}.step-buttons{justify-content:flex-end}.multistep-form,.step{width:100%}.step-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-evenly;width:100%}.step-content .video{width:fit-content}.step-content .form{width:50%}.step-button{display:flex;justify-content:space-between}.video-wrapper{max-width:363px;position:relative;width:50%}.video-wrapper video{border-radius:20px;display:block;width:100%}.custom-play-button{background:rgba(0,0,0,.6);border:none;border-radius:50px;bottom:50%;color:#fff;cursor:pointer;font-size:20px;left:35%;padding:12px 24px;position:absolute!important;transition:background .3s ease;z-index:2}.custom-play-button:hover{background:rgba(0,0,0,.8)}.next-step,.select-language{background-color:#7843ff!important;color:#fff!important;justify-content:center;min-width:150px;padding:15px 25px}.next-step:hover,.select-language:hover{background-color:#1b005f!important;color:#fff!important}input.error,select.error,textarea.error{border:2px solid red!important}