body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.button{padding:20px;border-radius:31px;outline:none;border:none;background-color:#003641;color:#fff;font-weight:700;font-size:1em;cursor:pointer}.inputGroup{position:relative}.inputGroup button{cursor:pointer}.inputGroup .plusMinusInput{position:absolute;background-color:unset;border:none;color:#00ae9d;font-weight:700;font-size:2.375em;top:0;bottom:0}.inputGroup .plusInput{right:25px;top:-5px}.inputGroup .minusInput{left:25px}.inputGroup input{border-radius:50px;text-align:center;width:100%;color:#00ae9d;font-weight:700;font-size:1.5em;border:1px solid #ddd;padding:10px 0}.inputGroup .timeToRescue{pointer-events:none;outline:none}#stepThree .stepInnerFirstEl{width:100%}@media screen and (min-width:1024px){#stepThree .stepInnerFirstEl{width:50%}}.stepThreeImageBase{overflow:hidden}@media screen and (min-width:1024px){.stepThreeImageBase{display:none;width:50%}}.stepThreeImageLg{display:none}@media screen and (min-width:1024px){.stepThreeImageLg{display:block}}.stepTwo .questionSupport{color:#7e898b;font-size:.875em;margin-bottom:40px}.stepTwo .stepTwoImage{overflow:hidden}.stepZero{position:relative;height:100vh}.stepZero .container{width:100%}.stepZero .content{position:relative;z-index:5}.stepZero .title{font-weight:500;font-size:3.75em}.stepZero .titleSupport{font-size:1.25em;font-weight:500;color:#7e898b;margin:25px 0}.stepZero .goToSimulationBtn{text-align:center;margin:40px 0}.stepZero .goToSimulationCta{padding:20px 50px;font-weight:500}.stepZero .absoluteBackground{position:relative;top:-150px;z-index:1;left:0;right:0;padding:0;overflow:hidden}.stepZero .absoluteBackground img{position:relative;width:150%;right:25%;margin:0 auto;display:block}@media screen and (min-width:1200px){.stepZero .absoluteBackground img{right:0}}@media screen and (min-width:1024px){.stepZero .absoluteBackground{position:absolute;top:50px}}.logoutButton{display:block;border:none;cursor:pointer;padding:0;margin:1.5rem auto 0;color:#293241;background-color:transparent}.logoutButton:hover{text-decoration:underline}.stepperWrapper{font-family:Arial;display:flex;justify-content:space-between;width:100%;margin:0 auto 20px}@media screen and (min-width:1400px){.stepperWrapper{width:62.5em}}.stepperItem{position:relative;display:flex;flex-direction:column;align-items:center;flex:1 1}@media(max-width:768px){.stepperItem{font-size:12px}}.stepperItem:after,.stepperItem:before{position:absolute;content:"";border-bottom:5px solid #ccc;width:100%;top:7.5px;z-index:2}.stepperItem:before{left:-50%}.stepperItem:after{left:50%}.stepperItem .stepCounter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:50%;background:#ccc;margin-bottom:6px}.stepperItem .active{font-weight:700}.stepperItem.completed:after{position:absolute;content:"";border-bottom:5px solid #00ae9d;width:100%;left:50%;z-index:3;top:7.5px}.stepperItem.completed .stepCounter{background-color:#00ae9d}.stepperItem:first-child:before,.stepperItem:last-child:after{content:none}.stepperItem .icon{position:absolute;top:-13px;z-index:6;padding:5px 0}.stepperItem .icon image,.stepperItem .icon svg{width:70px;height:30px;background:#fff}.progressBar{padding:20px 0 0}.progressBar .stepText{color:transparent}.field{display:flex;align-items:center;border-bottom:2px solid #00ae9d;border-radius:4px;margin-top:15px;padding:6px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.field input{border:0;width:230px;margin-left:10px}.field input:focus{outline:none}.form h3{color:#00ae9d;font-size:18px;font-weight:700;margin:0 0 10px}.form h3,.form h4{text-transform:none;text-align:center}.form h4{color:#384746;font-size:16px;font-weight:400;margin:0 0 20px}.form .formRow{display:flex;flex-direction:column}.form .formRow .formColumn{display:flex;justify-content:space-evenly}.form .formRow .formColumn .person{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent;border:none;padding:0;cursor:pointer}.form .formRow .formColumn .person .image{width:79px;height:79px;border:3px solid #293241;border-radius:50%;padding:8px;overflow:hidden}.form .formRow .formColumn .person .image img{width:75px}.form .formRow .formColumn .person p{font-size:14px;font-weight:700;text-transform:none;line-height:1.42857143;color:#00ae9d;padding-top:10px;width:50%;text-align:center}.form .formRow .formField{display:flex;flex-direction:column;align-items:center}.form .formFooter{margin-top:15px;display:flex;justify-content:center;grid-gap:15px;gap:15px}.form .formFooter button{background-color:#00ae9d;padding:10px 50px;color:#fff;border:none;cursor:pointer;transition:all .1s ease-in-out}.form .formFooter button:hover{box-shadow:0 0 13px -2px rgba(0,0,0,.83),0 0 6px -3px #000}.leadSucess{display:flex;flex-direction:column;align-items:center;justify-content:center}.leadSucess h3{color:#00ae9d;text-align:center;margin:0 0 10px}.leadSucess p{color:#384746;text-align:center;margin:0 0 20px}.leadSucess svg{width:100px;height:100px}.error{text-align:center;color:#e63946;font-size:.9rem;margin-top:.5rem}.modalBackground{position:fixed;top:0;left:0;width:100%;height:100%;display:none;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);z-index:999;opacity:0;transition:all .3s ease-in-out}.modalBackground.active{display:flex;opacity:1}.modalBackground .modalForm{padding:30px;border-radius:10px;background-color:#fff;position:relative}.modalBackground .modalForm .closeButton{border:none;background-color:transparent;cursor:pointer;position:absolute;top:15px;right:15px;font-weight:700}.financingResult{border:1px solid #dedede;border-right:none;border-left:none;margin-bottom:30px}.fromText{margin:5px;color:#7c8a8b;font-size:1.375em}.fromValue{margin:5px;color:#00ae9d;font-size:1.625em;font-weight:600}@media screen and (min-width:1024px){.fromValue{font-size:2.5em}}.Result .flex{display:flex}.Result .resultTopImage img{width:100%}.Result .firstSection{display:flex;white-space:pre;justify-content:space-between;margin-bottom:50px;flex-direction:column-reverse}@media screen and (min-width:1024px){.Result .firstSection{flex-direction:row}}.Result .firstSection .text{width:100%}@media screen and (min-width:1024px){.Result .firstSection .text{width:40%}}.Result .firstSection .text .title{text-align:left;font-weight:700;text-transform:none;margin-bottom:20px;font-size:2.0625em;white-space:normal}@media screen and (min-width:1024px){.Result .firstSection .text .title{font-size:3.125em}}.Result .firstSection .text .titleSupport{color:#7e898b;font-size:.8125em;margin-bottom:30px;white-space:normal}@media screen and (min-width:1024px){.Result .firstSection .text .titleSupport{white-space:pre-wrap;font-size:1.3125em}}.Result .firstSection .knowBtn{width:200px;font-weight:500;padding:15px 0}.Result .secondSection{margin-bottom:50px}.Result .secondSection .title{font-weight:500;margin-bottom:15px;font-size:1.875em}@media screen and (min-width:1024px){.Result .secondSection .title{font-size:3.125em}}.Result .secondSection .titleSupport{text-align:center;color:#7c8a8b;font-weight:500;margin-bottom:75px;font-size:.875em}@media screen and (min-width:1024px){.Result .secondSection .titleSupport{font-size:1.15625em}}.Result .secondSection .cardsContainer{margin:0 auto;padding:40px}.Result .secondSection .cardsContainer .card-1{border-color:#fff;box-shadow:3px 3px 10px 1px #dedede;margin-bottom:15px;margin-left:7px;width:96%!important;height:auto;position:relative;align-items:center;width:355px!important}@media screen and (min-device-width:665px)and (max-device-width:768px){.Result .secondSection .cardsContainer .card-1{height:642px}}.Result .secondSection .cardsContainer .card-2{border-color:#fff;box-shadow:3px 3px 10px 1px #dedede;margin-bottom:15px;margin-left:7px;width:96%!important;height:auto;position:relative;align-items:center}@media screen and (min-width:768px){.Result .secondSection .cardsContainer .card-2{width:74%!important}}@media screen and (min-device-width:1650px){.Result .secondSection .cardsContainer .card-2{height:100%}}@media screen and (min-device-width:665px)and (max-device-width:768px){.Result .secondSection .cardsContainer .card-2{height:100%}}.Result .secondSection .cardsContainer .card{border-color:#fff;box-shadow:3px 3px 10px 1px #dedede;margin-bottom:15px;margin-left:7px;width:96%!important;height:auto;position:relative;align-items:center}@media screen and (min-device-width:665px)and (max-device-width:768px){.Result .secondSection .cardsContainer .card{height:642px}}.Result .secondSection .cardsContainer .card.cardOuter{position:relative}.Result .secondSection .cardsContainer .card-1 img,.Result .secondSection .cardsContainer .card-2 img,.Result .secondSection .cardsContainer .card img{width:100%}.Result .secondSection .cardsContainer .card-1 .content,.Result .secondSection .cardsContainer .card-2 .content,.Result .secondSection .cardsContainer .card .content{padding:25px;height:320px}.Result .secondSection .cardsContainer .card-1 .content h5,.Result .secondSection .cardsContainer .card-2 .content h5,.Result .secondSection .cardsContainer .card .content h5{color:#00ae9d;font-size:1.875em;padding:0;margin:0 0 20px;min-height:60px;display:flex;align-items:center}.Result .secondSection .cardsContainer .card-1 .content h5 .contentLink,.Result .secondSection .cardsContainer .card-2 .content h5 .contentLink,.Result .secondSection .cardsContainer .card .content h5 .contentLink{color:#00ae9d;text-decoration:none}.Result .secondSection .cardsContainer .card-1 .content .text,.Result .secondSection .cardsContainer .card-2 .content .text,.Result .secondSection .cardsContainer .card .content .text{color:#7c8a8b;white-space:pre-wrap;font-weight:500;margin-bottom:20px}.Result .secondSection .cardsContainer .card-1 .content .cta,.Result .secondSection .cardsContainer .card-2 .content .cta,.Result .secondSection .cardsContainer .card .content .cta{position:absolute;bottom:-3%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Result .secondSection .cardsContainer .card-1 .content .cta .selectFinancingType,.Result .secondSection .cardsContainer .card-2 .content .cta .selectFinancingType,.Result .secondSection .cardsContainer .card .content .cta .selectFinancingType{width:200px;font-weight:500;font-size:1.25em;padding:14px 0}.Result .secondSection .cardsContainer .card-1 .content .btnLinkOuter,.Result .secondSection .cardsContainer .card-2 .content .btnLinkOuter,.Result .secondSection .cardsContainer .card .content .btnLinkOuter{position:absolute;bottom:6px;right:0;display:inline-block;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:200px;padding:14px 0;border-radius:31px;text-align:center;outline:none;border:none;background-color:#003641;color:#fff;font-weight:500;font-size:1.25em;cursor:pointer;font-family:Arial;text-decoration:none}.Result .resetStepContainer{text-align:center}.Result .resetStepContainer .resetStep{background-color:transparent;color:#7c8a8b;border:1px solid #7c8a8b;font-weight:500;width:200px;padding:15px 0}.loader{border:10px solid #dedede;border-top-color:#00ae9d;border-radius:50%;width:50px!important;height:50px;margin:0 auto;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.slick-next:before,.slick-prev:before{color:#456}.selectedModeContainer .title h4{text-align:center;font-weight:500;margin-bottom:25px;font-size:2.5em}.selectedModeContainer .title p{text-align:center;color:#7c8a8b;margin-bottom:50px}@media screen and (min-width:1024px){.selectedModeContainer .title p{white-space:pre-wrap}}.selectedModeContainer .simulationResultTitle{color:#003641;margin-bottom:30px;font-size:1.25em}@media screen and (min-width:1024px){.selectedModeContainer .simulationResultTitle{font-size:1.25em}}.selectedModeContainer .itemTitle{display:block;color:#7c8a8b;font-weight:500;font-size:1em;margin-bottom:10px}@media screen and (min-width:1024px){.selectedModeContainer .itemTitle{font-size:1.0625em}}.selectedModeContainer .simulationResult{display:flex;border:1px solid #dedede;padding:15px 0;margin-bottom:75px;flex-direction:column}@media screen and (min-width:1024px){.selectedModeContainer .simulationResult{flex-direction:row}}.selectedModeContainer .simulationResult .simulationResultItem{padding:20px}@media screen and (min-width:1024px){.selectedModeContainer .simulationResult .simulationResultItem{padding:0 20px;width:33%}}.selectedModeContainer .simulationResult .simulationResultItem .value{font-weight:500;font-size:1.875em}@media screen and (min-width:1024px){.selectedModeContainer .simulationResult .simulationResultItem .value{font-size:2em}}.selectedModeContainer .simulationResult .withBorder{border:1px solid #dedede;border-right:none;border-left:none}@media screen and (min-width:1024px){.selectedModeContainer .simulationResult .withBorder{border:1px solid #dedede;border-top:none;border-bottom:none}}.selectedModeContainer .bestPurposeContainer{margin-bottom:40px}.selectedModeContainer .bestPurposeContainer .bestPurposeContainer{display:flex;justify-content:space-between;flex-direction:column}@media screen and (min-width:1024px){.selectedModeContainer .bestPurposeContainer .bestPurposeContainer{flex-direction:row}}.selectedModeContainer .bestPurposeContainer .bestPurposeItem{width:100%;border:1px solid #dedede;margin-bottom:40px}@media screen and (min-width:1024px){.selectedModeContainer .bestPurposeContainer .bestPurposeItem{width:calc(33% - 20px)}}.selectedModeContainer .bestPurposeContainer .bestPurposeSelector{display:flex;justify-content:space-between;width:100%;padding:20px;border:0;border-bottom:1px solid #dedede;background-color:transparent}.selectedModeContainer .bestPurposeContainer .bestPurposeSelector.selected{background:#e1f6f6}.selectedModeContainer .bestPurposeContainer .bestPurposeSelector label{font-size:1.25em;font-weight:600}@media screen and (min-width:1024px){.selectedModeContainer .bestPurposeContainer .bestPurposeSelector label{font-size:1.75em}}.selectedModeContainer .bestPurposeContainer .bestPurposeSelector input[type=radio]{position:relative;background-color:red}.selectedModeContainer .bestPurposeContainer .bestPurposeSelector input[type=radio]:after,.selectedModeContainer .bestPurposeContainer .bestPurposeSelector input[type=radio]:checked:after{width:15px;height:15px;border-radius:15px;position:relative;display:inline-block;visibility:visible;content:"";top:-5px;left:-10px;width:28px;height:28px}.selectedModeContainer .bestPurposeContainer .bestPurposeSelector input[type=radio]:after{background:url(https://www.sicoob.com.br/documents/25272901/72336449/bullet-not-selected.png/4f4b77d9-ee82-e9da-d604-f8c69363a999?t=1653598309751);background-size:80%;background-position:50%;background-repeat:no-repeat;border-radius:30px}.selectedModeContainer .bestPurposeContainer .bestPurposeSelector input[type=radio]:checked:after{background:url(https://www.sicoob.com.br/documents/25272901/72336449/bullet-selected.png/77b0d76b-0093-40c8-75b3-b6bfd5aefb91?t=1653598309553);background-size:80%;background-position:50%;background-repeat:no-repeat;border-radius:30px}.selectedModeContainer .bestPurposeContainer .itemContainer{display:flex;justify-content:space-between;margin:0 20px;padding:20px 0;align-items:center}.selectedModeContainer .bestPurposeContainer .itemContainer.withBorder{border:1px solid #dedede;border-right:0;border-left:0}.selectedModeContainer .bestPurposeContainer .itemContainer.withBorder.removeTopBorder{border-top:none}.selectedModeContainer .bestPurposeContainer .itemContainer .itemTitle{margin:0;font-size:1em}@media screen and (min-width:1024px){.selectedModeContainer .bestPurposeContainer .itemContainer .itemTitle{font-size:1.25em}}.selectedModeContainer .bestPurposeContainer .itemContainer .itemValue{font-weight:500;font-size:1.5em;text-align:end}.selectedModeContainer .error{color:#e63946;font-size:1.25em}@media screen and (min-width:1024px){.selectedModeContainer .error{text-align:right}}.selectedModeContainer .buttons{display:flex;flex-direction:column-reverse}@media screen and (min-width:1024px){.selectedModeContainer .buttons{flex-direction:row;float:right}}.selectedModeContainer .buttons .contractBtn,.selectedModeContainer .buttons .returnBtn{width:200px;padding:15px 0;font-weight:600;margin-bottom:20px}.selectedModeContainer .buttons .returnBtn{background-color:transparent;border:1px solid #7c8a8b;color:#7c8a8b;margin-right:40px}.whatsYourDesire{padding:0}.whatsYourDesireInner{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column}@media screen and (min-width:1024px){.whatsYourDesireInner{width:80%;flex-direction:row}}.whatsYourDesire h4{padding:0;margin:0 0 50px}.whatsYourDesireItem{width:100%;padding:20px;border:1px solid #ddd;border-radius:15px;margin-bottom:20px;display:flex;align-items:center;cursor:pointer}@media screen and (min-width:1024px){.whatsYourDesireItem{border-radius:50px;width:48%}}.whatsYourDesireItem.selected{background-color:#00ae9d;border-color:#00ae9d;color:#fff}.whatsYourDesireItem.selected .icon,.whatsYourDesireItem.selected .text{color:#fff}.whatsYourDesireItem .icon{margin:0 20px}.whatsYourDesireItem .text{color:#00ae9d;font-weight:500;font-size:1.125em;text-align:start}.flex{display:flex}.flexStart{align-items:flex-start}.strong{font-weight:700!important}.jcSpaceBetween{justify-content:space-between}.fwWrap{flex-wrap:wrap}.mobileFull{width:100%}@media screen and (min-width:1200px){.mobileFull{width:unset}}.container{position:relative;display:flex;flex-direction:column;width:87.962962963%;z-index:2;margin:0 auto 30px}@media screen and (min-width:1024px){.container{width:81.25%;justify-content:space-between;font-size:.8125em}}@media screen and (min-width:1600px){.container{font-size:1em}}.container.withPadding{padding:2.5em 0}@media screen and (min-width:1024px){.container.withPadding{padding:4em 0}}.container h2{font-weight:400;text-align:center;font-size:3em;text-transform:uppercase;margin-bottom:.3125em}.container h2 span{display:block}.container h3{text-align:center;margin-top:.3125em}h4{font-size:1.75em;white-space:pre-wrap;padding:0;margin:0 0 30px}@media screen and (min-width:1024px){h4{font-size:2.5em}}.nextButton{padding:15px 50px;width:300px}.nextButtonContainer{padding-top:0}.selectButton{padding:10px;width:45%;min-height:40px;border:1px solid #ddd;border-radius:30px;margin-bottom:20px;cursor:pointer;font-weight:700;text-align:center;justify-content:center;align-items:center;display:flex}.selectButton.selected{background-color:#00ae9d;color:#fff}.stepInnerContainer{flex-wrap:wrap}@media screen and (min-width:1024px){.stepInnerContainer .stepInnerFirstEl{width:50%}}@media screen and (min-width:1024px){.stepInnerContainer{flex-wrap:nowrap;justify-content:space-between}}.stepInnerContainer .selectButtonContainer{width:100%}@media screen and (min-width:1024px){.stepInnerContainer .selectButtonContainer{width:38%}}.formContainer{width:90%;justify-content:space-between}.input{width:100%}.selectButtonContainer{display:flex;flex-wrap:wrap;justify-content:space-between;width:65%;flex-direction:row}.stepTwoImage{overflow:hidden}.nextButtonContainer{width:100%}.nextButtonContainer .nextButton{display:flex;justify-content:center}@media screen and (min-width:768px){.nextButtonContainer .nextButton{width:300px}}.questionGroup{margin-bottom:50px}.questionGroup .questionTitle{font-weight:500;font-size:.875em;color:#003641;margin-bottom:10px}@media screen and (min-width:1024px){.questionGroup .questionTitle{font-size:1.375em}}.questionGroup .questionTitleSupport{color:#7c8a8b;margin-bottom:35px}.comeBackBtn{width:300px}.comeBackBtn svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.stepOne{position:relative}.stepOne .optionsContainer{position:relative;z-index:5}.stepOne .nextButton{display:flex;justify-content:center;width:100%}@media screen and (min-width:1024px){.stepOne .nextButton{width:300px}}.stepThreeImage{overflow:hidden}.nextButtonContainer .nextButton{width:100%}@media screen and (min-width:1024px){.nextButtonContainer .nextButton{width:300px}}:global body{font-family:"Asap","Arial",sans-serif}:global #rn_Container{padding:0 40px;max-width:1600px;margin:auto}:global #rn_ProactiveChat_3{display:none}:global #rn_Body{display:flex;align-items:flex-start;justify-content:space-between}:global #rn_Body #rn_MainColumn{flex-basis:60%}:global #rn_Body #rn_MainColumn #rn_PageContent .rn_ListColumns{display:flex;justify-content:space-between;align-items:center}:global #rn_Body #rn_MainColumn #rn_PageContent .rn_ListColumns ul{flex-basis:32%}:global #rn_Body #rn_MainColumn #rn_PageContent .rn_ListColumns li{box-shadow:0 1px 22px 1px #dedede;text-align:center;padding:20px;border-bottom:4px solid #c9d200!important;cursor:pointer;transition:.2s ease-in-out;margin-bottom:15px}:global #rn_Body #rn_MainColumn #rn_PageContent .rn_ListColumns li a{color:#00ae9d!important;text-transform:capitalize;font-size:1.3125em;font-weight:600}:global #rn_Body #rn_MainColumn #rn_MainContent #rn_PageTitle{width:100%;position:absolute}:global #rn_Body #rn_MainColumn .rn_Module h2{font-size:1.875em;background-color:#00ae9d;margin:0;padding:15px;color:#fff}:global #rn_Body #rn_MainColumn .rn_Module .rn_TopAnswers{background:#f5f5f5;width:100%;padding:0 40px 10px}:global #rn_Body #rn_MainColumn .rn_Module .rn_TopAnswers ul li{border-bottom:2px solid #c7d2d3;padding:2em 2em 2em 0}:global #rn_Body #rn_MainColumn .rn_Module .rn_TopAnswers ul li:last-child{border:none}:global #rn_Body #rn_MainColumn .rn_Module .rn_TopAnswers ul li a{color:#003641;font-size:1.3125em}:global #rn_Body #rn_MainColumn .rn_Module .rn_AnswersLink{margin:10px 0;color:#fff!important;background:#003641;padding:1em 2em;display:block;max-width:310px;text-decoration:none;text-align:center}:global #rn_Body #rn_SideBar{flex-basis:32%}:global #rn_Body #rn_SideBar .rn_Padding .rn_Module h2{font-size:1.875em;background-color:#00ae9d;margin:0;padding:15px;color:#fff}:global #rn_Body #rn_SideBar .rn_Padding .rn_Module .rn_HelpResources{background:#f5f5f5;margin-bottom:20px;padding:25px}:global #rn_Body #rn_SideBar .rn_Padding .rn_Module .rn_HelpResources>div{display:flex;align-items:flex-start;width:100%;margin-bottom:1em;padding:0 10px 1em 65px;flex-direction:column}:global #rn_Body #rn_SideBar .rn_Padding .rn_Module .rn_HelpResources>div a{color:#003641;text-decoration:none;font-size:1.3125em;font-weight:600;margin-bottom:5px}:global #rn_Body #rn_SideBar .rn_Padding .rn_Module .rn_HelpResources>div.rn_Questions{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAYAAABznEEcAAAEd0lEQVRoge2af2hWVRjHP71zm0uyVlmxaOQfEskKCyxsSURkRgWOiAJNQTBaEUWZRkRpQRkliyAICjKCgohW0A8qSodBVAsCNRDK9QO1/BGrgcvZLJ743jg+nvu+73139voaff/ZznPvfe7zPfc8zznne94TmruvJBHOBszZ5cB5wEzgFOBE4AAwDAwB24FPgY3AzhSvniiJFuBWYBkwv4bnNwMvA68AY7UGUarxuSbgDvXsizUSQM/Z80Py11SLk1pIXAAMAs8BHRXu/R3YB/xW4b4O+RuU/0IoSmI58AUwJ3LtD+BNoFfXLRdOBmYEuWH224F+3e8xR/6XFwmqSE6sBR6O2H8GntawqNTjIdoV7CrgjMj1R4FHqnHU1NQ5s5r7HgcecrbDwFPAjcAAcLAAAfQlPgOeB9qAS61Tg+tXAK3AxylI3Ak84Wx7gOvV+4cKBu9hVekDVaprgWnB9fnKqS/LOaiUE5cBfc72newDEwzew+aNbvkP0af35aIcianABqA5sO0Croq8KBW+BRYAuwN/zYpjai0k7gdmBW377IuAHyaJQIYdyrNwmM5SPFHkkTgNWO1sayqNzYSwhH/MuVutuI5CHolel2DbVUbriXVu2E5TXFWRsDK3wtnWJKhCRXEoMk+scGU4l4RVgs6gbUn2Rp0JZHhdk2mGzlilipFY4NqvAn9OVpQVYF/jtQrxRUl0u/b79Yo4B+85s4+PKa59DnCRs90M3KD/B7R4m2z0aNmBKzAoPovzJ09iiqrBPZE1vU/yepAwAnfnXDtV+5hngAdsqGckbEZcXIfgUsE6+j7gLGBJSbPw8UQghMW9qBSZQLZoz9yjIdYIWKd4lim+EL02nOYGhr+Aa9wCrBHwOfCW4vhIKkk26c0taYeVYWcDEvDY7aSedj9PjB+72ArhiDhrlWwaCv+TaBT8Z0iEIlb7cUDMV9SDJe1pM0wHVh6b2KrGSsWZ4Xub7N4GZgfGJ7X42isZshHQp93ljIj+228k1ktOPDO40FGFWFxPnJvzLhPx1ttw2i81b08DBV0N9mqfsy9LYpPUL9Qa/cfGjv0fvKQjAFPQc1XxFknxHiYaj9YhyDaJyRnecdtSI7A1a/jtaYaxiRw/JcCo66zpzuVw2MgjkQLnA1cDpwO/Ah8C39Tg13ZvXUH7gDThSSVhE9EL0lM9+rVn31/A34NOMNuos5F/kZrEScAmFYkYeiQOmwA2UoW/W4C7nG2Dvyn1EmNtGQIZuiJisYcNoWcjwtlXOhc8Aim/RGtE3nlXlcXmoesC+205E1irDvW7IprriPbYh/1DKX9RcLF6KsNWnYaOS2L52iVoEYxIlfkk9kzK4dTm2juCbeS4W2gWgXXMvDwCqUkMufZClVj0d2EBX6MaijcBlwDbyt2cMid26YRnntotmhtGI19pMJI/SH0flq+jxn4eUpfYVSqxoZ7rCVhw9ypHkiB1ibWfAC0ts2QZU4XZnPKl1f6ioAhMZrQTHltA2kGhlc1fdNq0RDNuOgB/Ay7c1H/xvUQ6AAAAAElFTkSuQmCC);background-repeat:no-repeat}:global #rn_Body #rn_SideBar .rn_Padding .rn_Module .rn_HelpResources>div.rn_ConditionalChatLink{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAoCAYAAAC4h3lxAAACxklEQVRYhe2Z24tPURTHP7/LGMMYDx7chkaSKOFliIREkXgRLyK38qKUJ4oX5EnzDyjFk1vuFDUjHtzKJQoPLsntSTNMlMFoTeun3e43c/Y6v3OOOeVbp/bvt/fa+/s9+7fXWnv9CnXzFwMUgTXAKqCR7PEROAbctq5cBoYAZ4EV/4C4i+3AXuCAxUje/O5BQL6C/cAii4HswFbn8y6gPRVq/aME7ATW64gtwI1QYzkDvdp+BUzOkLiLCcBbbd8F5oYaFp321xSIhcJde6jFsBgwZlAj9wLKNdi26JME3NjTGOGJuoGHwK+4AsZp0FmSEHkf4kg6Isa807hx2SqgQd3s1GS4xkYzcF52yipgo0NePMdFoCdj8q3ANI0fB60CFjjtbcCJhMmFQM7IB2AEMM/qhYY77RfZ8v6Lbg26gnItXigK9cA+YLzB5gfQBjwLNUhTwFpgTwy7ZktymWYgew78jGH3xDI4zR24r4FuisGmE3hsWSRNAYL3+qSG/8mch2HAA6A3gacr5HaWtACJkLMTmqsJWBk1aKAzMBYY7X03MmK+R8BRfXO1vhxJ2I5EDepPgJRXTmnFwgJJcTfXSNyEagKE/GmgLksiceEL8Mk/BV46/XOAMYa1lsZIJS5ovhMEV8Akj3yHHqJvzphzwOrAuZcDVwzkKzgObIgjoMlpVyNvhfX8VFBvGVztDCRBHv0prAOmG2w69boaDF+AhXwhol+C0UkLmTgoOrl3CPnPTnth2uRCUNYy3kzgTsD99iqwSdttekfuyoCnlB13VFtLBHwBbgVOdAa4ru5RMCtZngNCignLfBHWcP9bY8VhPXBZQqoR1/x0pvIPTRwUNFcyFWNjYIZWPxrU9B4wqlJJr+VCI17mUwY78EadyyUV0ep25uVC064ivvsdebqRVRWRtyulL6KnVJooOVyu8Bq42eeN4NAfVICEy5cTz9UAAAAASUVORK5CYII=);background-repeat:no-repeat}:global #rn_Body #rn_SideBar .rn_Padding .rn_Module .rn_HelpResources>div.rn_Contact{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACIklEQVRYhbXXS4hOYRzH8c/MGHLNgoSMRJHksrDQTLmUbMjORihWsrBC2VhNSFlImahRUu6xUC4plxUWFhIlGbGRS1JuuY3+9Uwdb/Oe9wzv89u8vaffOf/veZ7nfzkt7Z3LJbViLXZgKj6gB734LpOGFR67HQcL/ztwBEuwKRdAa/rdWhO8qI1YmRMg9uBwA9+enAC7CitRT7MwPhfAlAq+cZiXC+BTBd9ILMoF8Kqid1kugCcVvT9yAdyr6L2aC+AlfjXw3cXZXADvGpyDG+jCl1wAb/CsxNNbYYX+C6AfF0s8m3MFDxW7YX+JbzJe5wAoluCeEt/JHMFrAfbjdx1fV66OWASIdDxWxzcCxzE2J0C8fXfJ9BNT0rUEkwVAqgfbSvwxHV3BmGYBtLV1zKi99gALMafOPXHDOtxMNWQwTcLqdG5G4yO+DmYspmFR8YDbmF0C/w2HsC8NsANag9MYVbgWLf8OruMWHg6kfT0ACeIRJpRAhN7iFE6kc3KhZtitVZy1o2kOLQUIzcdlTGsAIb1RtOzhFbyhvdjdaBaMpVqKvgoPbBlC8ND6qLCNAKTgi9P+NVOxqhOrAITeYxV2psPXDH2OzKgKMKADWIBzTQCIrOgbKkDoaaoDK3DpH4M/xwb8HKwQVdULnMH5NFVNr/jx8jg1t9jWhmk4FLVjbirXnZiZakk0sPiuiKnqPrYUR8BmAtRTNK9IzwD4e67EH8BdY0OnyGqjAAAAAElFTkSuQmCC);background-repeat:no-repeat}:global #rn_Body #rn_SideBar .rn_Padding .rn_Module .rn_HelpResources>div.rn_Feedback{background-image:url(data:image/png;base64,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);background-repeat:no-repeat}:global #rn_Body #rn_SideBar .rn_Padding .rn_Module .rn_HelpResources>div.rn_Feedback form{display:none}:global #rn_SearchControls form{display:flex;align-items:center;background:#f2f2f2;padding:10px 20px}:global #rn_SearchControls form .rn_SearchInput{width:100%}:global #rn_SearchControls form .rn_SearchButton .rn_SubmitButton{border:none;text-transform:capitalize;width:auto;justify-self:center;margin:10px 0;color:#fff;background:#003641;padding:1em 2em;text-decoration:none;font-size:1.125em;font-weight:500;transition:all .3s ease-in;min-height:44px;cursor:pointer}:global #rn_SearchControls #rn_AdvancedSearchDialog,:global #rn_SearchControls .rn_AdvancedSearchDialog,:global #rn_SearchControls .rn_ScreenReaderOnly{display:none}:global #rn_SearchControls .rn_KeywordText{display:flex;align-items:center}:global #rn_SearchControls .rn_KeywordText label{font-size:0;flex-basis:40%;font-weight:600}:global #rn_SearchControls .rn_KeywordText label:before{content:"Está com dúvidas?";font-size:26px;margin-right:30px}:global #rn_SearchControls .rn_KeywordText input{width:100%;padding:15px;flex-basis:60%;border:3px solid #fff;font-size:19px;background:#fff}.askedQuestions{color:#003641}.askedQuestions h3{font-size:1.75em;padding:15px 0;margin:0 0 15px}.askedQuestions h3.bground{background:#00ae9d;color:#fff;padding:15px}.askedQuestions h3.nobground{background:transparent}.askedQuestions p{font-size:1.125em;margin:30px 0;font-weight:700}@media screen and (min-width:1024px){.askedQuestions p{font-size:1.5em}}.askedQuestions .contentQuestion{background:#f5f5f5;width:100%;padding:0 15px 10px}@media screen and (min-width:1024px){.askedQuestions .contentQuestion{padding:0 40px 10px}}.askedQuestions .accordionItem{border-bottom:2px solid #c7d2d3;padding:1em 0}@media screen and (min-width:1024px){.askedQuestions .accordionItem{padding:2em 2em 2em 0}}.askedQuestions .accordionItem:last-child{border:0}.askedQuestions .accordionItem .title{cursor:pointer;width:100%;font-weight:600;display:flex;justify-content:space-between;font-size:1.125em}@media screen and (min-width:1024px){.askedQuestions .accordionItem .title{font-size:1.3125em}}.askedQuestions .accordionItem .title svg{transition:all .3s ease-in;height:16px;width:16px;-webkit-transform:rotate(270deg);transform:rotate(270deg);fill:#fff}.askedQuestions .accordionItem .content{height:0;display:none;margin-top:1em;transition:all .8s ease;line-height:22px}.askedQuestions .accordionItem.active .content{height:auto;display:block;transition:all .8s ease}.askedQuestions .accordionItem.active .content a{color:#fff}.askedQuestions .accordionItem.active svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.askedQuestions .button{display:none;background:#003641;font-size:1.25em;color:#fff;padding:19px 30px;outline:none;border-radius:5px;border:none;width:100%;max-width:250px;margin-bottom:25px;cursor:pointer}@media screen and (min-width:1024px){.askedQuestions .button{display:block}}.askedQuestions .search{order:3;display:flex;max-width:600px;margin:0}.askedQuestions .search .input{min-width:42.5925925926%;transition:all .35s ease-in;padding:0;background:transparent;border:none;border-bottom:1px solid #fff;outline:none;width:100%}.askedQuestions .search .input.active{left:1em;transition:all .35s ease-in}.askedQuestions .search .input::-webkit-input-placeholder{text-transform:uppercase;font-weight:600;font-size:.8125em;color:#a3d6cf}@media screen and (min-width:1024px){.askedQuestions .search .input{opacity:1;position:relative;padding:.3em;height:auto;display:block;border-bottom:1px solid #fff}}.askedQuestions .search svg{height:40px}.askedQuestions .search svg image{height:inherit}.stepFive .stepInnerFirstEl{width:100%}.stepFiveImageBase{overflow:hidden}@media screen and (min-width:1024px){.stepFiveImageBase{display:none;width:50%}}.stepFiveImageLg{display:none}@media screen and (min-width:1024px){.stepFiveImageLg{display:block}}
/*# sourceMappingURL=main.chunk.css.map */