body,html{background-color:#1d1d1d;margin:0;padding:0;width:100%;height:100%;font-size:62.5%;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-synthesis:none}*{box-sizing:border-box;-webkit-text-size-adjust:100%;outline:none}ul,li{list-style:none}#app{width:100%;height:100%;-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}h1,h2,p{margin:0;padding:0;color:#fff}button{border:none;cursor:pointer}.click-disabled{pointer-events:none}.click-enabled{pointer-events:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.flow-auto{overflow:auto}.no-scroll{overflow:hidden}.scrollY{overflow-y:scroll}.scrollX{overflow-x:scroll}.no-text-wrap{white-space:nowrap}.wh100{width:100%;height:100%}.h100{height:100%}.w100{width:100%}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex;display:-webkit-flex;display:-ms-flexbox}.flex-start{justify-content:flex-start;-webkit-justify-content:flex-start}.flex-bottom{align-items:flex-end;-webkit-justify-content:flex-start}.flex-end{justify-content:flex-end;-webkit-justify-content:flex-end}.inline-flex{display:inline-flex;display:-webkit-inline-flex}.flex-auto{flex:0 0 auto}.flex-max{flex:1 0 auto}.hide{display:none!important}.align-end{align-items:flex-end}.align-start{align-items:flex-start}.reset{margin:0;padding:0}.mauto{margin:0 auto}.m0,.mb0{margin:0}.p0{padding:0}.p16{padding:16px}.ptop0{padding-top:0}.pleft0{padding-left:0}.pright0{padding-right:0}.pbottom0{padding-bottom:0}.right0{right:0}.top0{top:0}.left0{left:0}.bottom0{bottom:0}.flex-center{display:flex;display:-webkit-flex;display:-ms-flexbox;justify-content:center;-webkit-justify-content:center;align-content:center;-webkit-align-content:center;align-items:center;-webkit-align-items:center}.flex-start{justify-content:flex-start;-webkit-justify-content:flex-start;align-items:flex-start;-webkit-align-items:flex-start;align-content:flex-start;-webkit-align-content:flex-start}.flex-end{justify-content:flex-end;-webkit-justify-content:flex-end;align-items:flex-end;-webkit-align-items:flex-end;align-content:flex-end;-webkit-align-content:flex-end}.flex-between{justify-content:space-between;align-content:space-between;-webkit-justify-content:space-between;-webkit-align-content:space-between}.flex-around{justify-content:space-around;align-content:space-around;-webkit-justify-content:space-around;-webkit-align-content:space-around}.flex-wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap}.flex-no-wrap{flex-wrap:nowrap;-webkit-flex-wrap:nowrap}.justify-center{justify-content:center;-webkit-justify-content:center}.align-center{align-items:center;-webkit-align-items:center}.columns{flex-direction:column;-webkit-flex-direction:column}.row{flex-direction:row;-webkit-flex-direction:row}.m-left-auto{margin-left:auto}.m-right-auto{margin-right:auto}.align-self-center{align-self:center}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify;text-justify:inter-word}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.grid{display:grid}.pointer{cursor:pointer}.crosshair{cursor:crosshair}.cursor{cursor:default}.dragging{cursor:grabbing}.m-t-0{margin-top:0}.m-t-4{margin-top:4px}.m-t-8{margin-top:8px}.m-t-16{margin-top:16px}.m-t-24{margin-top:24px}.m-r-4,.m-r-8{margin-right:8px}.m-r-16{margin-right:16px}.m-r-24{margin-right:24px}.m-l-0{margin-left:0}.m-l-8{margin-left:8px}.m-l-6{margin-left:6px}.m-l-4{margin-left:4px}.m-l-16{margin-left:16px}.m-l-24{margin-left:24px}.m-b-4{margin-bottom:4px}.m-b-6{margin-bottom:6px}.m-b-8{margin-bottom:8px}.m-b-16{margin-bottom:16px}.m-b-24{margin-bottom:24px}.p-l-8{padding-left:8px}.z-1{z-index:-1}.z0{z-index:0}.z9{z-index:9}.z10{z-index:10}.z99{z-index:99}.z999{z-index:999}.opa-0{opacity:0}.opa-5{opacity:.5}.opa-7{opacity:.7}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.no-border{border:none}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px white inset}.no-outline{outline:none}.has-validation-error{margin-top:4px;color:red;display:inline-block;font-size:14px}.add-ripple-effect{position:relative;overflow:hidden}span.ripple{position:absolute;border-radius:50%;transform:scale(0);transform-origin:center;animation:ripple .3s linear;background-color:#ffffff4d}@keyframes ripple{to{transform:scale(4);opacity:0}}.circle{border-radius:50%}.radius-4{border-radius:4px}.f-12{font-size:12px}.f-14{font-size:14px}.f-16{font-size:16px}.f-18{font-size:18px}.f-24{font-size:24px}.bg-white{background-color:#fff}.bg-transparent{background:transparent}.button{padding:16px 24px;cursor:pointer;font-size:18px;border-radius:4px;border:none}.white{color:#fff}.border{border:1px solid red}.color-red{color:red}.underline{text-decoration:underline}@media only screen and (min-width: 0){.upload-file{height:360px;max-width:455px;margin:0 auto;border:1px dashed white;border-radius:4px;background-color:#2b2b2b;flex-direction:column;transition:all .3s ease}.upload-file:hover{background-color:#313131;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.upload-file .title{margin-bottom:12px;font-weight:700;font-size:20px;color:#fff}.upload-file .types{margin-bottom:23px;font-size:13px;font-weight:400;color:#ababab}.upload-file a{width:196px;height:50px;margin:5px auto;border-radius:4px;background-color:#9671ff;color:#fff;border:none;font-size:16px;font-weight:700;transition:background-color .1s ease-in-out}.upload-file a:hover{background-color:#ad98fa}.upload-file input{opacity:0;height:0;width:.1px}}@media only screen and (min-width: 1024px){.upload-file{height:250px}.upload-file .title{font-size:18px}.upload-file .types{margin-bottom:18px}.upload-file a{width:151px;font-size:14px}}@media only screen and (min-width: 0){.base-download{position:relative;width:100%;max-width:337px;margin:0}.base-download>div{height:50px;padding:19px 16px;margin-bottom:6px;border-radius:4px;background-color:#444;cursor:pointer;color:#fff;font-size:16px;font-weight:400}.base-download>div svg{transition:transform .2s ease-out;will-change:transform}.base-download ul{position:absolute;top:100%;left:0;width:100%;z-index:10;padding:12px 8px;border-radius:4px;background-color:#444;overflow:hidden;will-change:height,opacity,transform}.base-download ul li{height:40px;padding:0 18px;font-size:16px;font-weight:400;color:#fff;border-radius:4px}.base-download ul li:hover{background-color:#ffffff1a}}@media only screen and (min-width: 768px){.base-download>div{margin-bottom:0}}@media only screen and (min-width: 0){.progress-bar{width:100%;height:78.5px;justify-content:space-between;gap:8px}.progress-bar .title{font-weight:700;font-size:20px}.progress-bar .details{margin-top:12px;font-weight:400;font-size:14px;line-height:20px}.progress-bar__container{width:100%;height:6px;background-color:#e0e0e0;border-radius:40px;overflow:hidden;position:relative}.progress-bar__fill{height:100%;background:#9671ff;border-radius:10px;position:absolute;top:0;left:0;width:0}}@media screen and (min-width: 0){.progress-container .video-container{display:flex;justify-content:center;margin-bottom:20px}.progress-container .video-container .custom-video-wrapper{position:relative;display:inline-block}.progress-container .video-container .custom-video-wrapper video{border-radius:8px;width:336px;height:169px;cursor:pointer;border:1px solid lightgray}.progress-container .video-container .custom-video-wrapper .play-button{position:absolute;bottom:0;left:0;width:60px;height:60px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none}.progress-container .video-container .custom-video-wrapper .close-button{position:absolute;top:8px;right:8px;width:32px;height:32px;cursor:pointer;border:none;background-color:transparent}}@media screen and (min-width: 769px){.progress-container video{width:309px;height:157px}}@media only screen and (min-width: 0){.home-view{padding:20px}.home-view h1{font-weight:800;font-size:36px;line-height:43px;color:#fff;letter-spacing:0;font-family:Inter,sans-serif}.home-view h2{font-size:2rem}.home-view .subtitle{max-width:675px;margin:10px auto 77px;font-weight:400;font-size:16px;line-height:24px;color:#d2d2d2}.home-view .alert{margin-top:10px}.home-view .alert svg{transform:translateY(-1px)}.home-view .alert span{margin-left:4px;font-size:11px;font-weight:500;color:#f25757}.home-view .progress-bar{width:337px;margin:0 auto 71px}.home-view .step-3>div{display:flex;justify-content:center;align-items:center;flex-direction:column}.home-view .step-3>div h2{font-size:2rem;font-weight:700;line-height:30px;margin-bottom:4px}.home-view .step-3>div p{text-align:center;width:260px;font-weight:400;font-size:1.4rem;line-height:21.5px;color:#d2d2d2;margin-bottom:27px}.home-view .step-3>div button{border-radius:4px;color:#fff;width:195px;height:48px;font-weight:700;line-height:20px;font-size:1.6rem;margin-bottom:15px;background-color:#9671ff;transition:background-color .1s ease-in-out}.home-view .step-3>div button:hover{background-color:#ad98fa}.home-view .step-3>div span{display:block;cursor:pointer;color:#fff;font-size:1.4rem;line-height:20px;font-weight:400}.home-view .step-3>div span:hover{color:#8f8f8f;text-decoration:underline;text-underline-offset:3px}.home-view .step-3 .progress-bar{height:105px}.home-view .actions-btns-container .flex-center{margin-top:10px}.home-view .actions-btns-container .flex-center:first-child{margin-top:20px}.home-view .extract-audio{height:50px;width:100%;max-width:337px;background-color:#9671ff;color:#fff;font-weight:700;font-size:16px;border-radius:4px;transition:background-color .1s ease-in-out}.home-view .extract-audio:not(:disabled):hover{background-color:#ad98fa}.home-view .extract-audio:disabled{opacity:.45}}@media only screen and (min-width: 768px){.home-view .actions-btns-container{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px}.home-view .actions-btns-container .flex-center{margin-top:0}.home-view .actions-btns-container .flex-center:first-child{margin-top:0;width:263px;height:46px}.home-view .extract-audio{width:150px;height:48px;max-width:none;padding:0}}@media only screen and (min-width: 1024px){.home-view h1{font-weight:800;font-size:56px;line-height:43px}.home-view .step-3>div h2{margin-top:1px;margin-bottom:6px;font-size:2.4rem}.home-view .step-3>div p{width:auto;margin-bottom:33px}.home-view .step-3>div button{width:151px;font-size:1.4rem;margin-bottom:9.3px}.home-view .step-3>div span{font-size:1.2rem;line-height:18px}.home-view .subtitle{margin:16px auto 61px;font-size:18px;line-height:26px}}
