@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._download_ip013_1{position:relative;min-height:2.75rem;padding:.62rem 1rem;border-radius:10px;margin:.5rem;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.78rem;letter-spacing:1px;font-weight:700;color:var(--primaryM);background:transparent;border:2px solid var(--primaryM);box-shadow:inset 0 0 0 0 var(--primaryM);transition:ease-out .5s;display:flex;justify-content:center;align-items:center;text-align:center;gap:.4rem;cursor:pointer;text-decoration:none;overflow:hidden}._download_ip013_1:hover{color:#fff;box-shadow:inset 0 -100px 0 0 var(--primaryM)}._download_ip013_1[aria-disabled=true]{cursor:wait}._download-loading_ip013_73{min-height:2.75rem;padding:.62rem 1rem}._download-success_ip013_83{color:#fff;background:var(--primaryM);box-shadow:inset 0 -100px 0 0 var(--primaryM)}._download-feedback_ip013_95{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;width:100%}._button-label_ip013_113{display:block;margin-left:.3em;transition:all .3s ease-in-out}._svg-wrapper_ip013_125{display:flex;align-items:center;justify-content:center;transition:transform .3s ease-in-out}._svg-wrapper_ip013_125 svg{display:block;transform-origin:center center;transition:transform .3s ease-in-out,fill .3s ease-in-out;font-size:1.25rem;fill:currentColor}._download_ip013_1:hover ._svg-wrapper_ip013_125{transform:none}._download_ip013_1:hover ._svg-wrapper_ip013_125 svg{transform:none;fill:currentColor}._download_ip013_1:hover ._button-label_ip013_113{opacity:1}._download_ip013_1:active{transform:scale(.95)}._download-check_ip013_189{width:2.4rem;height:2.4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;background-color:#ffffff2e;border:1px solid rgba(255,255,255,.24)}._hourglassBackground_ip013_213{position:relative;background-color:#131c49;height:2rem;width:2rem;min-width:2rem;border-radius:50%;margin:0;transform:none;overflow:hidden}._hourglassContainer_ip013_237{position:absolute;top:.46rem;left:.62rem;width:.78rem;height:1.08rem;animation:_hourglassRotate_ip013_1 2s ease-in 0s infinite;transform-style:preserve-3d;perspective:1000px}._hourglassContainer_ip013_237 div,._hourglassContainer_ip013_237 div:before,._hourglassContainer_ip013_237 div:after{transform-style:preserve-3d}@keyframes _hourglassRotate_ip013_1{0%{transform:rotateX(0)}50%{transform:rotateX(180deg)}to{transform:rotateX(180deg)}}._hourglassCapTop_ip013_299{top:0}._hourglassCapTop_ip013_299:before{top:-.38rem}._hourglassCapTop_ip013_299:after{top:-.3rem}._hourglassCapBottom_ip013_323{bottom:0}._hourglassCapBottom_ip013_323:before{bottom:-.38rem}._hourglassCapBottom_ip013_323:after{bottom:-.3rem}._hourglassCapTop_ip013_299:before,._hourglassCapTop_ip013_299:after,._hourglassCapBottom_ip013_323:before,._hourglassCapBottom_ip013_323:after{content:"";position:absolute;left:0;width:.78rem;height:.08rem;background-color:#ffd5e2}._hourglassGlassTop_ip013_371{transform:rotateX(90deg);position:absolute;top:-.25rem;left:.05rem;border-radius:50%;width:.68rem;height:.68rem;background-color:#ff8ab3}._hourglassGlass_ip013_371{perspective:100px;position:absolute;top:.5rem;left:.31rem;width:.16rem;height:.09rem;background-color:#ff8ab3;opacity:.5}._hourglassGlass_ip013_371:before,._hourglassGlass_ip013_371:after{content:"";display:block;position:absolute;background-color:#ff8ab3;left:-.27rem;width:.68rem;height:.44rem}._hourglassGlass_ip013_371:before{top:-.42rem;border-radius:0 0 .4rem .4rem}._hourglassGlass_ip013_371:after{bottom:-.42rem;border-radius:.4rem .4rem 0 0}._hourglassCurves_ip013_457:before,._hourglassCurves_ip013_457:after{content:"";display:block;position:absolute;top:.5rem;width:.09rem;height:.09rem;border-radius:50%;background-color:#71203d;animation:_hideCurves_ip013_1 2s ease-in 0s infinite}._hourglassCurves_ip013_457:before{left:.23rem}._hourglassCurves_ip013_457:after{left:.45rem}@keyframes _hideCurves_ip013_1{0%{opacity:1}25%{opacity:0}30%{opacity:0}40%{opacity:1}to{opacity:1}}._hourglassSandStream_ip013_543:before{content:"";display:block;position:absolute;left:.37rem;width:.05rem;background-color:#fff;animation:_sandStream1_ip013_1 2s ease-in 0s infinite}._hourglassSandStream_ip013_543:after{content:"";display:block;position:absolute;top:.56rem;left:.3rem;border-left:.09rem solid transparent;border-right:.09rem solid transparent;border-bottom:.09rem solid #fff;animation:_sandStream2_ip013_1 2s ease-in 0s infinite}@keyframes _sandStream1_ip013_1{0%{height:0;top:35px}50%{height:0;top:45px}60%{height:35px;top:8px}85%{height:35px;top:8px}to{height:0;top:8px}}@keyframes _sandStream2_ip013_1{0%{opacity:0}50%{opacity:0}51%{opacity:1}90%{opacity:1}91%{opacity:0}to{opacity:0}}._hourglassSand_ip013_543:before,._hourglassSand_ip013_543:after{content:"";display:block;position:absolute;left:.09rem;background-color:#fff;perspective:500px}._hourglassSand_ip013_543:before{top:.12rem;width:.61rem;border-radius:.05rem .05rem .47rem .47rem;animation:_sandFillup_ip013_1 2s ease-in 0s infinite}._hourglassSand_ip013_543:after{border-radius:.47rem .47rem .05rem .05rem;animation:_sandDeplete_ip013_1 2s ease-in 0s infinite}@keyframes _sandFillup_ip013_1{0%{opacity:0;height:0}60%{opacity:1;height:0}to{opacity:1;height:17px}}@keyframes _sandDeplete_ip013_1{0%{opacity:0;top:.7rem;height:.27rem;width:.59rem;left:.09rem}1%{opacity:1;top:.7rem;height:.27rem;width:.59rem;left:.09rem}24%{opacity:1;top:.7rem;height:.27rem;width:.59rem;left:.09rem}25%{opacity:1;top:.64rem;height:.27rem;width:.59rem;left:.09rem}50%{opacity:1;top:.64rem;height:.27rem;width:.59rem;left:.09rem}90%{opacity:1;top:.64rem;height:0;width:.16rem;left:.31rem}to{opacity:0;top:.64rem;height:0;width:.16rem;left:.31rem}}._text-input_8qdgc_1{position:relative;isolation:isolate;display:flex;flex-direction:row;align-items:center;height:fit-content;width:100%;border-radius:1rem;margin:.5rem;cursor:text;color:var(--textM)}._text-input_8qdgc_1 span{position:absolute;top:.7rem;left:1rem;font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;font-weight:700;color:var(--textD);transition:all .3s;pointer-events:none}._text-input_8qdgc_1 input,._textarea_8qdgc_29{width:100%;font-size:1rem;font-weight:400;border-radius:1rem;padding:1.55rem 1rem .8rem 3rem;border:1px solid rgba(255,255,255,.08);outline:none;box-shadow:inset 0 1px #ffffff08,0 10px 24px #0000002e;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}._text-input_8qdgc_1 input::placeholder,._textarea_8qdgc_29::placeholder{color:var(--textD);opacity:.72}._text-input_8qdgc_1 input:disabled,._textarea_8qdgc_29:disabled{font-weight:300;color:var(--textD);opacity:.75}._text-input_8qdgc_1 input:disabled~span{color:var(--textD)}._text-input_8qdgc_1 svg{position:absolute;font-size:1.3rem;top:1.18rem;left:1rem;color:var(--primaryL);opacity:.92}._text-input_8qdgc_1:focus-within span{color:var(--primaryL)}._text-input_8qdgc_1:focus-within input,._text-input_8qdgc_1:focus-within ._textarea_8qdgc_29{border-color:#df3a73b8;box-shadow:0 0 0 4px #df3a731f,0 16px 32px #0000003d}._icon-eye_8qdgc_81{position:absolute;left:revert!important;right:1rem;cursor:pointer;color:var(--textD)!important}._primary_8qdgc_90{color:var(--textM);background:linear-gradient(180deg,#1c1c1cf5,#121212fa);transition:all .3s}._primary_8qdgc_90:disabled{color:var(--textD);opacity:.8}._secondary_8qdgc_103{color:var(--textM);background:linear-gradient(180deg,#1c1c1cf5,#121212fa);transition:all .3s}._secondary_8qdgc_103:focus,._secondary_8qdgc_103:hover{border-color:var(--border-primary)}._secondary_8qdgc_103:disabled{color:var(--textD);opacity:.8}._textarea_8qdgc_29{min-height:10rem;padding:1.7rem 1rem 1rem;resize:none}._error-msg_8qdgc_125{z-index:1;position:absolute;bottom:-.85rem;left:1rem;padding:.22rem .5rem;border-radius:999px;font-size:.6rem;font-weight:600;color:var(--textCE);background-color:var(--errorM);box-shadow:0 8px 18px #f4433633}._form_h6p8k_1{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;overflow-x:hidden}._title_h6p8k_19{font-size:1.05rem;font-weight:600}._actions_h6p8k_29{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;width:100%}._start-screen_h6p8k_47{display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,16rem);align-items:center;gap:1rem;width:min(100%,41rem);max-width:100%;margin-top:.75rem;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background-color:#ffffff0e;box-shadow:0 18px 45px #0000003d}._start-copy_h6p8k_68{display:flex;flex-direction:column;align-items:flex-start}._start-title_h6p8k_80{margin:.3rem 0 0;color:var(--textL);font-size:1rem;line-height:1.2}._start-text_h6p8k_94{margin:.35rem 0 0;color:var(--textD);font-size:.76rem;line-height:1.35}._start-actions_h6p8k_108{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.5rem}._primary-action_h6p8k_124{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.75rem;margin:0;padding:.62rem 1rem;border:2px solid var(--primaryM);border-radius:10px;color:var(--primaryM);background:transparent;box-shadow:inset 0 0 0 0 var(--primaryM);font-size:.78rem;font-weight:700;letter-spacing:1px;text-align:center;text-decoration:none;cursor:pointer;transition:ease-out .5s}._start-actions_h6p8k_108 a,._final-download_h6p8k_172 a{width:100%;min-height:2.5rem;margin:0}._primary-action_h6p8k_124:hover{color:#fff;box-shadow:inset 0 -100px 0 0 var(--primaryM)}._primary-action_h6p8k_124:active{transform:scale(.9)}._stepper_h6p8k_202{display:flex;justify-content:center;align-items:center;gap:.35rem;width:100%;margin:.55rem 0 .45rem}._step-dot_h6p8k_220{width:1.65rem;height:1.65rem;border-radius:999px;border:1px solid rgba(255,255,255,.16);color:var(--textD);background-color:#ffffff0f;cursor:pointer;transition:.2s ease}._step-dot_h6p8k_220 span{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.78rem;font-weight:700}._step-dot_h6p8k_220:hover,._step-dot-active_h6p8k_264{color:#fff;background:linear-gradient(135deg,#d43269,#9f1c4a);border-color:#ffa0c175;box-shadow:0 12px 28px #b81f5647}._step-layout_h6p8k_278{display:grid;grid-template-columns:minmax(0,21rem) minmax(0,18rem);align-items:stretch;justify-content:center;gap:1rem;width:100%;max-width:43.5rem;padding:.45rem .45rem .6rem}._step-panel_h6p8k_290,._phone-preview-wrap_h6p8k_292{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:25.8rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background-color:#ffffff0e;box-shadow:0 18px 45px #0000003d}._step-panel_h6p8k_290{padding:.9rem}._step-kicker_h6p8k_316{color:#ff9fc0;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._step-title_h6p8k_332{margin:.25rem 0 0;color:var(--textL);font-size:.92rem;text-align:center}._step-subtitle_h6p8k_339{min-height:1rem;margin:.1rem 0 .3rem;color:var(--textD);font-size:.7rem;text-align:center}._img-input_h6p8k_348{position:relative;display:flex;align-items:center;justify-content:center;width:min(13.8rem,100%);height:9.2rem;border:2px dashed rgba(202,202,202,.74);border-radius:10px;margin:.1rem 0 .45rem;padding:1.1rem;background-color:#fffffff5;box-shadow:0 48px 35px -48px #0000006b;cursor:pointer;overflow:hidden;transition:.2s ease}._img-input-s_h6p8k_366{width:min(7rem,100%);height:12.5rem;background-color:var(--appBgSplash)}._img-input-notification_h6p8k_372{border-color:#ffffff57;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.08),transparent 34%),#000}._img-input_h6p8k_348:hover{border-color:var(--primaryM);transform:translateY(-.08rem)}._img-input-uploaded_h6p8k_384{border-style:solid;border-color:#ffffff1f;padding:0;background:linear-gradient(to bottom,var(--appCorDegrade1) 0%,var(--appCorDegrade2) 100%)}._img-input-s_h6p8k_366._img-input-uploaded_h6p8k_384{background-color:var(--appBgSplash);background-image:none}._img-input-notification_h6p8k_372._img-input-uploaded_h6p8k_384{background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.08),transparent 34%),#000}._input-h_h6p8k_402{display:none}._logo-parceiro_h6p8k_410{width:100%;height:100%;object-fit:contain;transition:.2s ease}._file-upload-content_h6p8k_417{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem;text-align:center;pointer-events:none;transition:.2s ease}._file-upload-icon_h6p8k_432{display:flex;align-items:center;justify-content:center;color:#4b5563;font-size:3.3rem;line-height:1}._file-upload-text_h6p8k_441{color:#4b5563;font-size:.74rem;font-weight:600}._img-input-notification_h6p8k_372 ._file-upload-icon_h6p8k_432,._img-input-notification_h6p8k_372 ._file-upload-text_h6p8k_441{color:#ffffffc7}._img-input-uploaded_h6p8k_384 ._file-upload-content_h6p8k_417{opacity:0;transform:translateY(.3rem)}._step-specs_h6p8k_458{display:flex;flex-direction:column;align-items:center;gap:.12rem;min-height:2rem;color:var(--textD);font-size:.58rem;text-align:center}._step-specs_h6p8k_458 strong{color:var(--textL);font-size:.66rem}._step-specs_h6p8k_458 small{color:#ffffff8f}._step-helper_h6p8k_494{width:min(12.4rem,100%);margin:.35rem 0 0;color:#ffffff9e;font-size:.56rem;line-height:1.35;text-align:center}._step-tools_h6p8k_503{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;width:min(10.8rem,100%);margin-top:.35rem}._splash-color-picker_h6p8k_512{display:flex;align-items:center;justify-content:space-between;gap:.55rem;width:100%;margin:0;padding:.35rem .45rem;border:1px solid rgba(255,255,255,.1);border-radius:.55rem;background-color:#ffffff0f}._splash-color-picker_h6p8k_512 span{color:var(--textD);font-size:.58rem;font-weight:700}._splash-color-picker_h6p8k_512 input{width:2rem;height:1.55rem;padding:.1rem;border:0;border-radius:.35rem;background-color:transparent;cursor:pointer}._remove-image-button_h6p8k_541{width:100%;margin:0;padding:.35rem .65rem;border:1px solid rgba(244,67,54,.56);border-radius:.5rem;color:#ff9a9a;background-color:#f4433614;font-size:.62rem;font-weight:700;cursor:pointer;transition:.2s ease}._remove-image-button_h6p8k_541:hover{color:#fff;background-color:#f44336b8}._remove-image-button_h6p8k_541:active{transform:scale(.94)}._links-step_h6p8k_564{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:0}._links-step_h6p8k_564 label{margin:.3rem 0}._links-step_h6p8k_564 input{min-height:2.75rem;padding-top:1.25rem;padding-bottom:.55rem;font-size:.78rem}._links-step_h6p8k_564 label span{top:.5rem;font-size:.56rem}._links-step_h6p8k_564 label svg{top:.95rem;font-size:1rem}._final-download_h6p8k_172{display:flex;justify-content:center;width:100%;margin-top:.2rem}._step-actions_h6p8k_635{display:flex;gap:.35rem;width:100%;margin-top:auto}._nav-button_h6p8k_649{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;width:100%;min-height:2.3rem;margin:0;padding:.5rem .7rem;border:2px solid var(--primaryM);border-radius:10px;color:var(--primaryM);background:transparent;box-shadow:inset 0 0 0 0 var(--primaryM);font-size:.72rem;font-weight:700;letter-spacing:1px;text-align:center;text-decoration:none;cursor:pointer;transition:ease-out .5s}._nav-button_h6p8k_649:hover:not(:disabled){color:#fff;box-shadow:inset 0 -100px 0 0 var(--primaryM)}._nav-button_h6p8k_649:active:not(:disabled){transform:scale(.9)}._nav-button_h6p8k_649:disabled{cursor:not-allowed;opacity:.38}._phone-preview-wrap_h6p8k_292{padding:.8rem}._preview-title_h6p8k_730{margin-bottom:.35rem;color:var(--textL);font-size:.84rem;font-weight:800}._phone-preview_h6p8k_292{position:relative;width:9.35rem;max-width:100%;aspect-ratio:9 / 18.8;padding:.35rem;border:.3rem solid #050505;border-radius:1.15rem;background-color:#050505;box-shadow:0 28px 48px #0000006b,inset 0 0 0 1px #ffffff1a;overflow:hidden}._phone-preview-splash_h6p8k_768{padding:0}._phone-speaker_h6p8k_776{position:absolute;top:.22rem;left:50%;z-index:4;width:2.35rem;height:.58rem;border-radius:0 0 1rem 1rem;background-color:#050505;transform:translate(-50%)}._phone-home_h6p8k_800{position:absolute;bottom:.2rem;left:50%;z-index:4;width:2.5rem;height:.18rem;border-radius:999px;background-color:#ffffffb8;transform:translate(-50%)}._phone-screen_h6p8k_824{display:flex;flex-direction:column;width:100%;height:100%;padding:.68rem .45rem .58rem;border-radius:.82rem;background:linear-gradient(180deg,#fffffff0,#eeeff4fa);overflow:hidden}._phone-status_h6p8k_848{display:flex;justify-content:space-between;color:#101010;font-size:.46rem;font-weight:800}._android-area_h6p8k_864,._ios-area_h6p8k_866{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.28rem}._home-area_h6p8k_884{display:flex;flex-direction:column;flex:1;gap:.3rem;padding-top:.25rem}._home-widget_h6p8k_900{display:flex;flex-direction:column;gap:.05rem;padding:.26rem .35rem;border-radius:.45rem;color:#fff;background:linear-gradient(135deg,#14192de0,#374570b8);box-shadow:inset 0 1px #ffffff2e}._home-widget_h6p8k_900 strong{font-size:.58rem;line-height:1}._home-widget_h6p8k_900 span{font-size:.36rem;opacity:.86}._apps-grid_h6p8k_944{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.24rem .2rem;align-items:start}._mock-app_h6p8k_958,._client-app_h6p8k_960{display:flex;flex-direction:column;align-items:center;min-width:0;gap:.12rem}._mock-app_h6p8k_958 small,._client-app_h6p8k_960 span{width:100%;color:#1d2230;font-size:.32rem;font-weight:700;line-height:1.1;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}._mock-app-icon_h6p8k_1002{display:block;width:1.26rem;height:1.26rem;border-radius:.3rem;box-shadow:0 .28rem .55rem #0000002e}._app-phone_h6p8k_1018{background:linear-gradient(135deg,#39d96b,#0f9f46)}._app-calendar_h6p8k_1026{background:linear-gradient(180deg,#ff4b55 0,#ff4b55 28%,#fff 28%,#fff)}._app-photos_h6p8k_1036{background:radial-gradient(circle at 50% 30%,#ffe16a 0 18%,transparent 19%),conic-gradient(#ff5a6d,#f6d35c,#52d282,#4aa3ff,#9a7cff,#ff5a6d)}._app-camera_h6p8k_1048{background:radial-gradient(circle,#111827 0 26%,#7c8798 27% 45%,transparent 46%),linear-gradient(135deg,#e8eef8,#8591a4)}._app-mail_h6p8k_1060{background:linear-gradient(35deg,transparent 44%,rgba(255,255,255,.9) 45% 55%,transparent 56%),linear-gradient(135deg,#5cc8ff,#1976f3)}._app-maps_h6p8k_1072{background:radial-gradient(circle at 64% 38%,#f54949 0 11%,transparent 12%),linear-gradient(135deg,#6edc7c 0,#6edc7c 32%,#ffde66 33%,#ffde66 58%,#55a9ff 59%,#55a9ff)}._app-notes_h6p8k_1084{background:linear-gradient(180deg,#ffd75e 0,#ffd75e 28%,#fff 29%,#fff)}._app-settings_h6p8k_1094{background:radial-gradient(circle,#ffffff 0 18%,transparent 19%),linear-gradient(135deg,#aab4c3,#556070)}._client-app_h6p8k_960{transform:none}._client-app-icon_h6p8k_1114{width:1.26rem;height:1.26rem;box-shadow:0 .28rem .55rem #0000002e}._client-app-icon_h6p8k_1114 img{width:100%;height:100%;object-fit:contain}._area-label_h6p8k_1140{color:#6a6d75;font-size:.56rem;font-weight:800;text-transform:uppercase}._android-icon-shape_h6p8k_1154,._ios-icon-shape_h6p8k_1156{display:flex;align-items:center;justify-content:center;width:3.35rem;height:3.35rem;overflow:hidden;box-shadow:0 16px 24px #0000002e}._android-icon-shape_h6p8k_1154{border-radius:1.35rem;background:linear-gradient(to bottom,var(--appCorDegrade1) 0%,var(--appCorDegrade2) 100%)}._ios-icon-shape_h6p8k_1156{border-radius:1.55rem;background-color:#fff}._android-icon-shape_h6p8k_1154 img,._ios-icon-shape_h6p8k_1156 img{width:100%;height:100%;object-fit:contain}._app-name_h6p8k_1210{color:#202127;font-size:.64rem;font-weight:700}._phone-splash-img_h6p8k_1222{width:100%;height:100%;object-fit:cover}._white-area_h6p8k_1234{display:flex;flex-direction:column;gap:.38rem;flex:1;padding-top:.55rem}._app-header_h6p8k_1250{display:flex;align-items:center;gap:.32rem;padding:.4rem;border-radius:.7rem;color:var(--appTextCP);background-color:var(--appPrimary)}._app-header_h6p8k_1250 img{width:1.3rem;height:1.3rem;object-fit:contain}._app-header_h6p8k_1250 span{font-size:.6rem;font-weight:800}._app-card_h6p8k_1292,._app-card-small_h6p8k_1294{border-radius:.7rem;background-color:#14141414}._app-card_h6p8k_1292{height:4.1rem}._app-card-small_h6p8k_1294{height:2.2rem}._links-preview_h6p8k_1320{display:flex;flex-direction:column;justify-content:center;flex:1;gap:.35rem}._store-card_h6p8k_1336,._chip-card_h6p8k_1338{display:flex;flex-direction:column;gap:.15rem;padding:.42rem;border-radius:.7rem;background-color:#14141414}._store-card_h6p8k_1336 strong,._chip-card_h6p8k_1338 strong{color:#202127;font-size:.68rem;line-height:1.25;overflow-wrap:anywhere}._store-card_h6p8k_1336 span,._chip-card_h6p8k_1338 span{color:#6a6d75;font-size:.52rem;font-weight:800;text-transform:uppercase}._preview-caption_h6p8k_1388{display:block;min-height:.9rem;margin-top:.35rem;color:#ffffff9e;font-size:.62rem;text-align:center}._test-phone_h6p8k_1406{position:relative;display:flex;justify-content:center;width:12.15rem;height:23.5rem;border:.18rem solid #1f2937;border-radius:1.65rem;background-color:#111827;box-shadow:0 1.2rem 2.4rem #0000006b,0 0 0 1px #11182780;overflow:visible;transition:.35s ease;-webkit-user-select:none;user-select:none}._test-phone_h6p8k_1406:hover{transform:translateY(-.2rem);box-shadow:0 1.6rem 3rem #0000007a}._test-phone-android_h6p8k_1447{border-color:#111827}._test-phone_h6p8k_1406:before{content:"";position:absolute;top:.08rem;right:.08rem;bottom:.08rem;left:.08rem;z-index:2;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;pointer-events:none}._test-phone-screen_h6p8k_1475{position:relative;width:100%;height:100%;border-radius:1.45rem;background-color:#000;overflow:hidden}._test-phone-bg_h6p8k_1493,._test-phone-orb-one_h6p8k_1495,._test-phone-orb-two_h6p8k_1497{position:absolute;top:0;right:0;bottom:0;left:0}._test-phone-bg_h6p8k_1493{background:linear-gradient(35deg,#0f172a,#1e1b4b 50%,#0f172a);transition:.6s ease}._test-phone-android_h6p8k_1447 ._test-phone-bg_h6p8k_1493{background:linear-gradient(35deg,#051f1a,#0f3d31 48%,#101827)}._test-phone_h6p8k_1406:hover ._test-phone-bg_h6p8k_1493,._test-phone-home-active_h6p8k_1526 ._test-phone-bg_h6p8k_1493{transform:scale(1.08)}._test-phone-splash-mode_h6p8k_1530:not(._test-phone-splash-active_h6p8k_1530):hover ._test-phone-bg_h6p8k_1493{transform:none}._test-phone-notification-mode_h6p8k_1534 ._test-phone-bg_h6p8k_1493{background:linear-gradient(35deg,#111827,#263044 48%,#0f172a)}._test-phone-orb-one_h6p8k_1495,._test-phone-orb-two_h6p8k_1497{width:7.6rem;height:7.6rem;border-radius:999px;filter:blur(2rem);mix-blend-mode:screen;transition:.6s ease}._test-phone-orb-one_h6p8k_1495{top:-1rem;right:-2rem;background-color:#9333ea38}._test-phone-android_h6p8k_1447 ._test-phone-orb-one_h6p8k_1495{background-color:#22c55e38}._test-phone-orb-two_h6p8k_1497{left:-2rem;bottom:-1rem;background-color:#0891b238}._test-phone-android_h6p8k_1447 ._test-phone-orb-two_h6p8k_1497{background-color:#38bdf82e}._test-phone-status_h6p8k_1599{position:absolute;top:.35rem;z-index:5;display:flex;justify-content:space-between;width:100%;padding:0 .75rem;color:#ffffffd1;font-size:.44rem;font-weight:700}._test-phone-lock_h6p8k_1625{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;flex-direction:column;align-items:center;padding-top:3rem;color:#ffffffe6;transition:.45s ease}._test-phone-lock_h6p8k_1625 span{font-size:.42rem;font-weight:700;letter-spacing:.08em}._test-phone-lock_h6p8k_1625 strong{margin-top:-.25rem;font-size:2.35rem;font-weight:200;letter-spacing:-.12em}._test-phone_h6p8k_1406:hover ._test-phone-lock_h6p8k_1625,._test-phone-home-active_h6p8k_1526 ._test-phone-lock_h6p8k_1625,._test-phone-splash-active_h6p8k_1530 ._test-phone-lock_h6p8k_1625{opacity:0;transform:translateY(-.75rem) scale(.96);pointer-events:none}._test-phone-splash-mode_h6p8k_1530:not(._test-phone-splash-active_h6p8k_1530):hover ._test-phone-lock_h6p8k_1625{opacity:1;transform:none;pointer-events:auto}._test-phone-lock-actions_h6p8k_1690{position:absolute;bottom:1.45rem;display:flex;justify-content:space-between;width:100%;padding:0 1.3rem}._test-phone-lock-actions_h6p8k_1690 i{width:1.65rem;height:1.65rem;border:1px solid rgba(255,255,255,.08);border-radius:999px;background-color:#ffffff1f;-webkit-backdrop-filter:blur(.6rem);backdrop-filter:blur(.6rem)}._test-phone-android_h6p8k_1447 ._test-phone-lock-actions_h6p8k_1690 i{border-radius:.55rem}._test-phone-home_h6p8k_1526{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;justify-content:space-between;padding:2.65rem .65rem .9rem;opacity:0;transform:translateY(.8rem) scale(1.04);transition:.45s ease}._test-phone_h6p8k_1406:hover ._test-phone-home_h6p8k_1526,._test-phone-home-active_h6p8k_1526 ._test-phone-home_h6p8k_1526{opacity:1;transform:translateY(0) scale(1)}._test-phone-splash-mode_h6p8k_1530:hover ._test-phone-home_h6p8k_1526{opacity:0;transform:translateY(.8rem) scale(1.04)}._test-phone-notification-mode_h6p8k_1534:hover ._test-phone-home_h6p8k_1526{opacity:1;transform:translateY(0) scale(1)}._test-phone-splash-screen_h6p8k_1776{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;opacity:0;transform:scale(1.02);transition:.45s ease}._test-phone-splash-active_h6p8k_1530 ._test-phone-splash-screen_h6p8k_1776{opacity:1;transform:scale(1)}._test-phone-splash-logo_h6p8k_1795{display:flex;align-items:center;justify-content:center;width:4.1rem;height:4.1rem}._test-phone-splash-logo_h6p8k_1795 img{width:100%;height:100%;object-fit:contain}._test-phone-apps_h6p8k_1809{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem .36rem;margin-top:.45rem;place-items:center}._test-phone-apps_h6p8k_1809 span,._test-phone-dock_h6p8k_1825 span{width:1.75rem;height:1.75rem;border-radius:.55rem;box-shadow:0 .3rem .6rem #0000003d}._test-client-app-icon_h6p8k_1832{display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,var(--appCorDegrade1) 0%,var(--appCorDegrade2) 100%)}._test-client-app-icon_h6p8k_1832 img{width:100%;height:100%;object-fit:contain}._test-phone-notification_h6p8k_1534{position:absolute;top:1.65rem;left:.55rem;right:.55rem;z-index:5;display:grid;grid-template-columns:1.45rem minmax(0,1fr) auto;align-items:center;gap:.42rem;padding:.42rem;border:1px solid rgba(255,255,255,.12);border-radius:.72rem;color:#fff;background-color:#000;box-shadow:0 .75rem 1.5rem #00000047}._test-phone-notification_h6p8k_1534 span{display:flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;border-radius:.42rem;background-color:#000;overflow:hidden}._test-phone-notification_h6p8k_1534 img{width:74%;height:74%;object-fit:contain}._test-phone-notification_h6p8k_1534 p{display:flex;min-width:0;flex-direction:column;gap:.08rem;margin:0}._test-phone-notification_h6p8k_1534 strong,._test-phone-notification_h6p8k_1534 small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._test-phone-notification_h6p8k_1534 strong{font-size:.5rem;line-height:1.1}._test-phone-notification_h6p8k_1534 small,._test-phone-notification_h6p8k_1534 em{color:#ffffffad;font-size:.4rem;font-style:normal;line-height:1.1}._test-phone-android_h6p8k_1447 ._test-phone-apps_h6p8k_1809 span,._test-phone-android_h6p8k_1447 ._test-phone-dock_h6p8k_1825 span{border-radius:999px}._test-phone-dock_h6p8k_1825{display:flex;align-items:center;justify-content:space-evenly;width:100%;height:3rem;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background-color:#fff3;-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem)}._test-app-blue_h6p8k_1941{background:linear-gradient(135deg,#60a5fa,#2563eb)}._test-app-calendar_h6p8k_1949{background:linear-gradient(180deg,#ef4444 0,#ef4444 30%,#fff 31%,#fff)}._test-app-photo_h6p8k_1957{background:conic-gradient(#facc15,#ec4899,#8b5cf6,#22c55e,#facc15)}._test-app-camera_h6p8k_1965{background:radial-gradient(circle,#111827 0 24%,#9ca3af 25% 42%,transparent 43%),linear-gradient(135deg,#e5e7eb,#9ca3af)}._test-app-mail_h6p8k_1971{background:linear-gradient(35deg,transparent 44%,rgba(255,255,255,.9) 45% 55%,transparent 56%),linear-gradient(135deg,#5cc8ff,#1976f3)}._test-app-phone_h6p8k_1978{background:linear-gradient(135deg,#22c55e,#16a34a)}._test-app-chat_h6p8k_1986{background:linear-gradient(135deg,#4ade80,#22c55e)}._test-app-search_h6p8k_1994{background:linear-gradient(135deg,#60a5fa,#2563eb)}._test-phone-homebar_h6p8k_2002{position:absolute;bottom:.28rem;left:50%;z-index:6;width:3.6rem;height:.16rem;border-radius:999px;background-color:#ffffff8c;transform:translate(-50%)}._test-phone-android-nav_h6p8k_2026{position:absolute;bottom:.24rem;left:50%;z-index:6;display:flex;align-items:center;justify-content:center;gap:.62rem;transform:translate(-50%)}._test-phone-android-nav_h6p8k_2026 i{display:block;width:.28rem;height:.28rem;border-radius:999px;background-color:#ffffff9e}._test-phone-android-nav_h6p8k_2026 i:first-child{width:.36rem;height:.36rem;border:.08rem solid rgba(255,255,255,.62);background-color:transparent}._test-phone-android-nav_h6p8k_2026 i:last-child{width:.38rem;height:.38rem;border-radius:.08rem;background-color:transparent;border:.08rem solid rgba(255,255,255,.62)}._test-phone-notch_h6p8k_2096{position:absolute;top:.5rem;z-index:8;display:flex;align-items:center;justify-content:center;width:3.25rem;height:1rem;border:1px solid rgba(255,255,255,.06);border-radius:999px;background-color:#000;box-shadow:0 .4rem .9rem #00000052;overflow:hidden;transition:.35s ease}._test-phone-notch_h6p8k_2096 div{display:flex;align-items:center;gap:.4rem;width:100%;padding:0 .4rem;color:#fff;opacity:0;transition:.25s ease .1s}._test-phone-notch_h6p8k_2096 span{width:1.25rem;height:1.25rem;flex:0 0 auto;border-radius:.35rem;background:linear-gradient(135deg,#ef4444,#db2777)}._test-phone-notch_h6p8k_2096 p{display:flex;flex-direction:column;margin:0;line-height:1.1;white-space:nowrap}._test-phone-notch_h6p8k_2096 strong{font-size:.45rem}._test-phone-notch_h6p8k_2096 small{color:#9ca3af;font-size:.4rem}._test-phone-notch_h6p8k_2096:hover{width:7.8rem;height:2.45rem;border-radius:.85rem}._test-phone-notch_h6p8k_2096:hover div{opacity:1}._test-phone-hole_h6p8k_2222{top:.58rem;width:.78rem;height:.78rem;border-radius:999px}._test-phone-hole_h6p8k_2222:hover{width:.78rem;height:.78rem;border-radius:999px}._test-phone-hole_h6p8k_2222 div{display:none}._test-phone-side-right_h6p8k_2256,._test-phone-side-left-one_h6p8k_2258,._test-phone-side-left-two_h6p8k_2260,._test-phone-side-left-three_h6p8k_2262{position:absolute;z-index:0;width:.14rem;border-radius:999px;background-color:#374151}._test-phone-side-right_h6p8k_2256{right:-.28rem;top:3.4rem;height:2rem}._test-phone-side-left-one_h6p8k_2258{left:-.28rem;top:2.6rem;height:1.25rem}._test-phone-side-left-two_h6p8k_2260{left:-.28rem;top:4.2rem;height:2rem}._test-phone-side-left-three_h6p8k_2262{left:-.28rem;top:6.5rem;height:2rem}@media (max-width: 920px){._start-screen_h6p8k_47{grid-template-columns:1fr;max-width:min(100%,30rem);gap:.85rem}._start-copy_h6p8k_68{align-items:center;text-align:center}._step-layout_h6p8k_278{grid-template-columns:1fr;max-width:min(100%,24rem);padding-left:0;padding-right:0}._step-panel_h6p8k_290,._phone-preview-wrap_h6p8k_292{min-height:auto}}@media (max-width: 460px){._start-screen_h6p8k_47{padding:.85rem}._stepper_h6p8k_202{gap:.5rem}._step-layout_h6p8k_278{padding-left:0;padding-right:0}._step-panel_h6p8k_290,._phone-preview-wrap_h6p8k_292{border-radius:.85rem;padding-left:.7rem;padding-right:.7rem}._phone-preview_h6p8k_292{width:11rem}._step-actions_h6p8k_635{flex-direction:column}}._container_1kwqs_1{display:flex;flex-direction:column;align-items:center;width:min(100% - 2rem,980px);max-width:980px;overflow-x:hidden;margin:0 auto clamp(1rem,3vw,2rem);padding:clamp(.95rem,2vw,1.35rem);background:linear-gradient(180deg,#161616f5,#0e0e0efa);border:1px solid rgba(223,58,115,.2);border-radius:1.25rem;box-shadow:0 30px 70px #0004146b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._title_1kwqs_17{text-align:center;font-size:clamp(1.08rem,2vw,1.35rem);font-weight:700;color:var(--textL)}._subtitle_1kwqs_24{text-align:center;margin:.45rem 0 .3rem;font-size:clamp(.72rem,1.45vw,.84rem);font-weight:300;max-width:34rem;padding-left:.5rem;padding-right:.5rem;color:var(--textD)}._grid_1kwqs_36{display:flex;align-items:center;width:100%}._grid-item_1kwqs_48{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._copyright_1kwqs_64{width:100%;text-align:center;font-size:.8rem;font-weight:400;margin:5rem 0;color:var(--textL)}@media (max-width:1200px){._grid_1kwqs_36{flex-direction:column}._container_1kwqs_1{width:min(100% - 1rem,980px);margin-bottom:1rem;border-radius:1rem;padding:.85rem .5rem 1rem}}@media (max-width: 560px){._container_1kwqs_1{width:min(100% - .7rem,980px);border-radius:.85rem;padding:.8rem .35rem .95rem}._subtitle_1kwqs_24{max-width:24rem}}._header_t7d09_1{width:100%;display:flex;justify-content:center;align-items:center;padding:clamp(1.25rem,4vw,2.8rem) 1rem clamp(.8rem,2vw,1.4rem)}._header-logo_t7d09_9{width:min(18rem,64vw);height:auto;display:block;object-fit:contain}:root{--appBg: #ffffff;--appBgP: #ffffff;--appBgSplash: #ffffff;--appTextM: #141414;--appTextL: #141414b3;--appTextD: #14141480;--appPrimary: #424242;--appTextCP: #ffffff;--appCorDegrade1: #ffffff;--appCorDegrade2: #dedede;--appCorGraficoTel: #616161;--appCorGraficoMsg: #404040;--site_bg: #f5f5f5;--site_bgT: #f5f5f5bf;--site_bgP: #cfcfcf;--site_bgPT: #cfcfcfbf;--site_textM: #5c5c5c;--site_textL: #5c5c5cb3;--site_textD: #5c5c5c80;--site_primaryM: #292929;--site_primaryT: #292929bf;--site_textCP: #ffffff;--site_secondaryM: #6e6e6e;--site_secondaryL: #4B4F5B;--site_secondaryD: #636363;--site_secondaryT: #1f2332bf;--site_textCSe: #ffffff;--bg: #0e0e0e;--bgP: #161616;--textM: #f7f8ff;--textL: #ffffff;--textD: #b6bfdc;--border-primary: #df3a73;--border-secondary: #000624;--primaryM: #df3a73;--primaryL: #f06293;--primaryD: #b81f56;--primaryT: #df3a73bf;--textCP: #ffffff;--secondaryM: #1c1c1c;--secondaryL: #2a2a2a;--secondaryD: #121212;--secondaryT: #1c1c1cbf;--textCSe: #ffffff;--errorM: #f44336;--errorL: #e57373;--errorD: #d32f2f;--errorT: #f44336bf;--textCE: #ffffff;--warningM: #ff9800;--warningL: #ffb74d;--warningD: #f57c00;--warningT: #ff9800bf;--textCW: #000000de;--infoM: #2196f3;--infoL: #4DABF5;--infoD: #1769AA;--infoT: #2196f3bf;--textCI: #ffffff;--successM: #449e47;--successL: #69B16B;--successD: #2F6E31;--successT: #449e47bf;--textCSu: #ffffff;--divider: #ffffff1a;--shadow: 0 18px 44px rgba(0, 4, 20, .42);--shadow2: 0 20px 50px rgba(0, 4, 20, .35);--shadow3: 0 8px 24px rgba(0, 4, 20, .24);--shadow4: 0 16px 34px rgba(0, 4, 20, .28)}*{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box}*:focus{outline:0}html{scroll-behavior:smooth}html,body,#root{color:var(--textM);background:radial-gradient(circle at top left,rgba(223,58,115,.22),transparent 24%),radial-gradient(circle at top right,rgba(223,58,115,.12),transparent 26%),linear-gradient(180deg,#161616 0%,var(--bg) 100%);background-attachment:fixed;background-color:var(--bg);background-repeat:no-repeat;background-size:cover;font-size:16px;min-height:100vh;width:100%}body{min-height:100vh;overflow-x:hidden}@media (max-width:1200px){html,body,#root{font-size:13px;min-height:100%;width:100%}}a{text-decoration:none}ul{list-style:none}i{color:var(--textD);font-size:.8rem;font-weight:400}button{border-width:0px;cursor:pointer}::-webkit-scrollbar{width:.2rem}::-webkit-scrollbar-track{background:var(--bg);border-radius:.5rem}::-webkit-scrollbar-thumb{background:var(--textD);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background:var(--textM)}::selection{color:var(--textCP);background-color:var(--primaryD)}
