@import"https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:Red Hat Display,sans-serif;background-color:#2b1200}.form-container{background-image:url(/assets/BG-d4356d0a.svg);background-repeat:no-repeat;background-size:cover;background-position:center;height:100vh;width:100%;border-radius:30px;overflow-y:hidden;scroll-behavior:smooth;display:flex;flex-direction:column;align-items:center}form{padding:100px 50px;height:100vh;display:flex;flex-direction:column;align-items:center;text-align:center}.form-header{display:flex;flex-direction:column;align-items:center;padding:0}.form-header>h1,.form-header>h2{color:#371b01}.form-header>h1{font-size:2.5rem;font-weight:700}.form-header>h2{font-size:1rem;font-weight:600;margin:2.5rem 0}.form-group{width:100%;justify-content:center}.form-group>textarea{resize:none;border-radius:.5rem;width:100%}.form-control{padding:18px 22px;border-radius:100px;border:1px solid #eae8e8;width:100%;transition:all .3s ease;font-size:16px;font-weight:500;font-family:inherit}.form-control.error{border:1px solid #ff0000}.form-control:focus{outline:none;border:1px solid #FF991F}.step5>.form-group>.form-control,.step6a>.form-group>.form-control,.step6>.form-group>.form-control{background-color:#fff;display:flex;align-items:center;width:280px;height:56px;gap:1rem}form>button{background:#FF991F;border:0;cursor:pointer;padding:15px 30px;border-radius:1000px;font-family:inherit;font-weight:500;font-size:15px;color:#fff;transition:all .3s ease;margin-top:2rem}form>button:hover{background:#e38717;border:0px solid #FF991F;color:#fff}form>button:disabled{background:rgba(33,33,33,.05);color:#21212159;cursor:not-allowed}.form-error{color:red;font-size:.8rem;font-weight:500;margin:2rem 0}input[type=radio]{accent-color:#FF991F;transition:all .3s ease}.loader{width:70px;height:70px;margin:32px auto 0;border:solid 5px #FF991F;border-radius:50%;border-right-color:transparent;border-bottom-color:transparent;-webkit-transition:all .5s ease-in;-webkit-animation-name:rotate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;transition:all .5s ease-in;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;margin:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@media (max-width: 1280px){.form-main{padding:1.5rem 0}.form-container{padding:0}form{align-items:center;justify-content:center;height:100vh}.form-header{margin-top:1rem;width:100%}.form-header>h1{font-size:2rem;width:100%}.form-header>h2{font-size:1rem;margin:1.5rem 0}.form-group>.form-control{padding:.5rem 1rem;width:100%!important}}@media (max-width: 450px){.form-container{background-image:url(/assets/Form-Mobile-dec82fda.png)}form{justify-content:flex-start;padding:80px 30px 30px;min-width:100%;height:100%}.form-header{text-align:left}.form-header>h1{font-size:20px}.form-header>h2{font-size:.8rem;margin:1.5rem 0;width:100%}.form-group>.form-control{width:100%!important}.form-error{margin:1rem 0}}.header{padding:32px 86px;height:120px;width:100%;display:flex;justify-content:space-between;align-items:center;border-radius:0 0 30px 30px;position:fixed;top:0;left:0;right:0;z-index:999;margin:0 auto;background-color:#371b01}.header>img{height:24px;width:136px}@media (max-width: 1280px){.header{padding:32px 30px;height:100px}.header>img{height:20px}}@media (max-width: 450px){.header{padding:18px 30px;height:80px}.header>img{height:20px}}.form-group{display:flex;gap:1rem}.step3 .form-group:nth-child(2){margin-bottom:1rem}.step3>.form-group{flex-wrap:wrap;max-width:1000px}.step3>.form-group>.form-control{width:280px;-webkit-appearance:none;appearance:none;-moz-appearance:none;background-image:url(https://www.svgrepo.com/show/80156/down-arrow.svg);background-repeat:no-repeat;background-size:14px 14px;background-position:calc(100% - 16px);background-color:#fff;color:#000000b2}.step3>.form-group>.form-control.disabled{background-color:#fbf9ff;border:1px solid #e6e3ec;opacity:.5}.step3>.form-group>.form-control.selected{background-color:#ff991f;color:#fff}.step3>.form-group>.form-control.selected option{background-color:#fff;color:#000000b2}@media (max-width: 768px){.step3{gap:.5rem}.step3>.form-group>.form-control{padding:.5rem 1rem}.step3>.form-group{gap:.5rem}.step3 button{margin-top:0}}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:100}.step-buttons{margin-top:2rem;display:flex;justify-content:center;gap:1rem;width:100%}.step-buttons>button{border:none;cursor:pointer;padding:15px 30px;border-radius:1000px;font-family:inherit;font-weight:500;font-size:15px;transition:all .3s ease}.step-buttons>button:first-child{background:transparent;color:#21212159}.step-buttons>button:first-child:hover{color:#10002b}.step-buttons>button:last-child{background:#FF991F;color:#fff}.step-buttons>button:last-child:hover{background:#e38717;color:#fff}.step-buttons>button:last-child:disabled{background:rgba(33,33,33,.05);color:#21212159;cursor:not-allowed}@media (max-width: 768px){.step-buttons{flex-direction:column;align-items:center;margin-top:0;gap:.5rem}}.confirm-popup{z-index:1000;width:400px;height:500px;border-radius:35px;background-color:#f7f7f7;display:flex;flex-direction:column;align-items:center;justify-content:end;text-align:center;padding:30px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.close-pop-up-CAP-container{width:100%;display:flex;flex-direction:column;align-items:end;position:absolute;top:30px;right:30px}.close-pop-up-CAP{padding:12px;background:rgba(33,33,33,.05);border-radius:1000px;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.confirm-popup>img{width:170px}.confirm-popup>h1{font-size:30px;margin-bottom:.5rem;line-height:1.65}.confirm-popup>p{font-size:15px;margin-bottom:1rem}.confirm-buttons{display:flex;flex-direction:column;width:100%;gap:10px}.confirm-buttons>button{width:100%;padding:14px 12px;border-radius:1000px;height:48px;border:0;color:inherit;font-family:inherit;display:flex;gap:.5rem;align-items:center;justify-content:center;cursor:pointer;font-weight:500;font-size:15px;transition:all .3s ease}.confirm-buttons>button:first-child{background-color:#ff991f;color:#fff}.confirm-buttons>button:first-child:hover{background-color:#e38717}.confirm-buttons>button:last-child:hover{background-color:#fff;color:#e38717}@media (max-width: 1280px){.confirm-popup{width:300px;height:400px;padding:20px}.confirm-popup>img{width:120px}.confirm-popup>h1{font-size:25px}.confirm-popup>p{font-size:14px}}@media (max-width: 450px){.pop-up-CAP{border-bottom-right-radius:0;border-bottom-left-radius:0}.confirm-popup{width:100%;border-radius:35px 35px 0 0;bottom:0;top:unset;transform:translate(-50%)}}.step5>.form-group>.form-control>input{margin:0}@media (max-width: 768px){.step5>.form-group{flex-direction:column;align-items:center}}.step6>.form-group>.form-control{background-color:#fff;display:flex;align-items:center;font-size:.9rem;gap:1rem}.step6>.form-group>.form-control>input{margin:0}@media (max-width: 768px){.step6>.form-group{flex-direction:column;align-items:center}.step6>.form-group>.form-control{font-size:.8rem}}.step6a>.form-group>.form-control{background-color:#fff;display:flex;align-items:center;font-size:.9rem;gap:1rem}.step6a>.form-group>.form-control>input{margin:0}@media (max-width: 768px){.step6a>.form-group{flex-direction:column;align-items:center}.step6a>.form-group>.form-control{font-size:.8rem}}.step10 .step-buttons{position:relative;z-index:31}@media (min-width: 1281px){.step10{overflow-y:auto;scroll-padding-bottom:calc(15vh + 60px);scrollbar-width:none}.step10::-webkit-scrollbar{display:none}.step10:after{content:"";display:block;flex-shrink:0;height:calc(15vh + 60px)}}.step10>.form-group{flex-direction:column}@media (max-width: 768px){.step10 .form-control{padding:.5rem 1rem}}.progress-bar_container{font-size:13px;width:100%;position:fixed;bottom:0;left:0;z-index:30;height:15vh;padding:30px 160px;border-radius:25px;display:flex;justify-content:center;align-items:center;gap:2rem}.progress-bar_main{width:100%;border-radius:25px;background-color:#111318;padding:20px 80px;display:flex;justify-content:center;align-items:center;gap:20px}.progress-bar_main>span{width:10%;text-align:right;color:#f7f7f7;font-weight:500}.progress-bar_main>button,.progress-bar_mobile>button{width:fit-content;border-radius:1000px;border:0;padding:12px 15px;font-size:13.5px;display:flex;gap:.5rem;font-family:inherit;font-weight:500;justify-content:center;align-items:center;cursor:pointer;color:#f7f7f7}.progress-bar_mobile>button{margin-bottom:1rem}.progress-bar_whatsapp_btn:hover{background-color:#09816b}.progress-bar_whatsapp_btn{background-color:#0aaa8d}.progress-bar_whatsapp_btn>img{width:18px}.progress-bar_main>.progress-bar_restart_btn{background-color:#ff991f}.progress-bar_main>.progress-bar_restart_btn:hover{background-color:#e38717}.progress-bar{width:50%;height:6px;border-radius:1000px;background-color:#e9ecef;position:relative}.progress-bar_fill{position:absolute;top:0;left:0;height:100%;border-radius:1000px;background-color:#ff991f;transition:width .3s ease}.progress-bar_mobile{width:100%;text-align:center;display:none;font-size:1rem;font-weight:700;color:#ff991f;position:fixed;bottom:30px;left:0;z-index:30}@media (max-width: 1280px){.progress-bar_container{display:none}.progress-bar_mobile{display:flex;flex-direction:column;justify-content:center;align-items:center}}.unreachable-container{background-image:url(/assets/SecondBG-39c34565.svg);background-color:#ff991f;background-repeat:no-repeat;background-position:bottom;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f7f7f7;position:fixed;width:100%;height:100vh;padding:125px 0}.unreachable-container>img{margin-top:86px;width:128px}.unreachable-container>h1,.unreachable-container>h2{font-weight:700}.unreachable-container>h1{font-size:2rem;margin:1rem 0}.unreachable-container>h2{font-size:1.5rem;margin-bottom:2rem}.unreachable-container>p{font-size:1rem;margin-bottom:2rem}.buttons>button{padding:1rem 2rem;border-radius:1000px;height:48px;border:0;color:inherit;font-family:inherit;display:flex;gap:.5rem;align-items:center;cursor:pointer;font-weight:700}.buttons>button:first-child{background-color:transparent;border:2px solid #fff}.buttons>button:first-child:hover{background-color:#fff;color:#ff991f}.buttons>button:last-child{background-color:#0aaa8d}.buttons>button:last-child:hover{background-color:#09816b}@media (max-width: 1280px){.unreachable-container{text-align:center;padding:125px 1rem}.unreachable-container>img{margin-top:2rem}.unreachable-container>h1{font-size:1.5rem;margin:1rem 0}.unreachable-container>h2{font-size:1.25rem;margin-bottom:2rem}.unreachable-container>p{font-size:1rem;margin-bottom:2rem}.buttons{flex-direction:column}.buttons>button{width:100%;justify-content:center}}@media (max-width: 450px){.unreachable-container{padding:80px 20px;justify-content:flex-start}}.not-supported-container{background-image:url(/assets/SecondBG-39c34565.svg);background-color:#ff991f;background-repeat:no-repeat;background-position:bottom;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f7f7f7;position:fixed;width:100%;height:100vh;padding:125px 0}.not-supported-container>img{margin-top:86px;width:128px}.not-supported-container>h1,.not-supported-container>h2{font-weight:700}.not-supported-container>h1{font-size:2rem;margin:1rem 0}.not-supported-container>h2{font-size:1.5rem;margin-bottom:2rem}.not-supported-container>p{font-size:1rem;margin-bottom:2rem}.not-supported-container .buttons{display:flex;gap:1rem}.not-supported-container .buttons>button{padding:1rem 2rem;border-radius:1000px;height:48px;border:2px solid #fff;color:inherit;font-family:inherit;display:flex;gap:.5rem;align-items:center;cursor:pointer;font-weight:700;background-color:transparent}.not-supported-container .buttons>button:hover{background-color:#fff;color:#ff991f}@media (max-width: 1280px){.not-supported-container{text-align:center;padding:125px 1rem}.not-supported-container>img{margin-top:2rem}.not-supported-container>h1{font-size:1.5rem;margin:1rem 0}.not-supported-container>h2{font-size:1.25rem;margin-bottom:2rem}.not-supported-container>p{font-size:1rem;margin-bottom:2rem}.not-supported-container .buttons{flex-direction:column}.not-supported-container .buttons>button{width:100%;justify-content:center}}@media (max-width: 450px){.not-supported-container{padding:80px 20px;justify-content:flex-start}}.success-page_container{position:fixed;width:100%;height:100vh;padding:125px 0}.success-page{min-height:calc(100vh - 95px);display:flex}.success-page_left{width:50%;padding:0 4rem;text-align:center;color:#fce8cb;display:flex;flex-direction:column;justify-content:center;align-items:center}.success-page_left_container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.success-page_left_container>.stars{background-image:url(/assets/Stars-4c0588e9.svg);background-repeat:no-repeat;background-position:top center;width:100%;height:100%;position:absolute;top:-80px}.success-page_left_container>h1{font-size:2rem;margin-bottom:2rem;font-weight:600}.success-page_left_container>h2{font-size:3rem;margin-bottom:2rem;font-weight:700}.success-page_left_container>p{font-size:1.25rem;margin-bottom:2rem}.success-page_right{width:50%;background-color:#fce8cb;background-image:url(/assets/SuccessImage-d7b3b736.svg);background-repeat:no-repeat;background-position:center bottom;text-align:center}.success-page_right>h2{font-size:2.5rem;margin-top:6rem;font-weight:700}.success-page_right>img{display:none}.success-page button{padding:2rem 2.5rem;border-radius:1000px;background-color:#ff991f;height:40px;border:0;color:inherit;font-family:inherit;font-size:1.2rem;border:2px solid #FF991F;cursor:pointer;font-weight:700;display:flex;align-items:center}.success-page_container button:hover{background-color:transparent;border:2px solid #FF991F}@media (max-width: 768px){.success-page_container{padding:2rem 0;color:#f7f7f7;background-color:#2b1200}.success-page{flex-direction:column}.success-page_left{width:100%;height:60vh;padding:0 2rem}.success-page_left_container>.stars{width:200px;height:200px;background-size:contain;top:-50px}.success-page_left_container>h1{font-size:18px;margin-bottom:1rem}.success-page_left_container>h2{font-size:24px;margin-bottom:1rem}.success-page_left_container>p{font-size:14px;margin-bottom:1rem}.success-page button{margin-top:1rem;padding:1rem 2.5rem;font-size:14px}.success-page_right{background-color:#fce8cb;background-image:none;width:100%;height:40vh;margin-top:0;border-radius:2rem;display:flex;flex-direction:column;align-items:center}.success-page_right>h2{font-size:18px;margin:2rem 0;color:#2b1200}.success-page_right>img{display:block;width:300px}.success-page button{color:#f5efff}.success-page button:hover{color:#ff991f}}.error-container{background-image:url(/assets/SecondBG-39c34565.svg);background-color:#ff991f;background-repeat:no-repeat;background-position:bottom;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f7f7f7;position:fixed;width:100%;height:100vh;padding:125px 0}.error-container>img{margin-top:86px;width:128px}.error-container>h1,.error-container>h2{font-weight:700}.error-container>h1{font-size:2rem;margin:1rem 0}.error-container>h2{font-size:1.5rem;margin-bottom:2rem}.error-container>p{font-size:1rem;margin-bottom:2rem}.buttons{display:flex;gap:1rem}.buttons>button{margin-top:50px;padding:1rem 2rem;border-radius:1000px;height:48px;border:0;color:inherit;font-family:inherit;display:flex;gap:.5rem;align-items:center;cursor:pointer;font-weight:700}#go-home-button{background-color:transparent;border:2px solid #fff}#go-home-button:hover{background-color:#fff;color:#ff991f}#whatsapp-button{background-color:#0aaa8d}#whatsapp-button:hover{background-color:#09816b}.buttons>button:last-child>img{width:21px}@media (max-width: 1280px){.error-container{text-align:center;padding:125px 1rem}.error-container>img{margin-top:2rem}.error-container>h1{font-size:1.5rem;margin:1rem 0}.error-container>h2{font-size:1.25rem;margin-bottom:2rem}.error-container>p{font-size:1rem;margin-bottom:2rem}.buttons{flex-direction:column}.buttons>button{width:100%;justify-content:center}}@media (max-width: 450px){.error-container{padding:80px 20px;justify-content:flex-start}}.page-container{min-height:100vh;background-color:#2b1200}.form-main{position:fixed;width:100%;height:100vh;padding:125px 80px;background-color:#2b1200}.form-container{background-image:url(/assets/BG-d4356d0a.svg);background-repeat:no-repeat;background-size:cover;background-position:center;height:100vh;width:100%;border-radius:30px;overflow-y:hidden;scroll-behavior:smooth;display:flex;flex-direction:column;align-items:center}.form-upload{display:flex;flex-direction:column;align-items:center;text-align:center;padding:100px 50px;max-height:800px;height:100%;justify-content:flex-start}.form-upload .form-header{display:flex;flex-direction:column;align-items:center;padding:0;margin-bottom:30px}.form-upload .form-header h1,.form-upload .form-header h2{color:#371b01}.form-upload .form-header h1{font-size:2.5rem;font-weight:700}.form-upload .form-header h2{font-size:1rem;font-weight:600;margin:1.5rem 0}.form-upload .form-group{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem;width:100%}.form-upload .dropzone{background-color:#2121210d;border:0;border-radius:1000px;width:250px;padding:20px 30px;text-align:center;font-weight:500;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:20px;transition:all .3s ease}.form-upload .dropzone:hover{background-color:#e8e8e8}.form-upload .number_uploaded{color:#371b01;font-size:12px;text-align:center;display:block;transition:all .3s ease}.form-upload .form-error{color:red;font-size:.8rem;font-weight:500;margin:1rem 0}.form-upload button{background:#FF991F;border:0;cursor:pointer;padding:15px 30px;border-radius:1000px;font-weight:500;font-size:15px;color:#fff;transition:all .3s ease;margin-top:5px}.form-upload .submit-button{margin-top:0}.form-upload button:hover:not(:disabled){background:#e38717}.form-upload button:disabled{background:rgba(33,33,33,.05);color:#21212159;cursor:not-allowed}@media (max-width: 1280px){.form-main{padding:1.5rem 0}.form-container{padding:0}.form-upload{align-items:center;justify-content:flex-start;padding:80px 40px 40px}.form-upload .form-header{margin-top:0;width:100%}.form-upload .form-header h1{font-size:2rem;width:100%}.form-upload .form-header h2{font-size:1rem;margin:1rem 0}}@media (max-width: 450px){.form-container{background-image:url(/assets/Form-Mobile-dec82fda.png)}.form-upload{justify-content:flex-start;padding:80px 30px 30px;min-width:100%;height:100%}.form-upload .form-header{text-align:left;margin-bottom:20px}.form-upload .form-header h1{font-size:20px}.form-upload .form-header h2{font-size:16px;margin:1rem 0}}
