.hide{display:none;visibility:hidden}
.calculatorsteps{height:auto;padding:10px}
.cmp-calculator-steps__title{color:var(--Principal-Blue-01,#002d72);text-align:center;font-family:"Avenir LT Std";font-size:30px;font-style:normal;font-weight:750;line-height:130%;letter-spacing:-0.6px;height:39px}
.cmp-calculator-steps__footer{display:flex;flex-direction:column;align-items:center}
.cmp-calculator-steps__container-required-legend{height:50px}
.cmp-calculator-steps__required-legend{color:var(--Principal-Blue-01,#002d72);text-align:center;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:16px}
.cmp-calculator-steps-button{display:flex;width:374px;height:48px;padding:15px 32px;justify-content:center;align-items:center;gap:10px;border:0;border-radius:12px;background:var(--Principal-Yellow-01,#f2a900);color:#002d72}
.cmp-calculator-steps-button:hover{background:#fedd00;color:#002d72}
.cmp-calculator-steps-button:focus{background:#fedd00;color:#002d72}
.cmp-calculator-steps-button:active{background:#f2a900;color:#002d72}
.cmp-calculator-steps-button:disabled{background:#ffe492;color:#002d72}
.cmp-calculator-steps__tabs{height:auto}