.sun-container{position:absolute;top:20px;right:25%;z-index:0;pointer-events:none}.sun{position:relative;width:80px;height:80px}.sun-face{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#FFD966,#FFC966);border-radius:50%;box-shadow:0 0 20px rgba(255,217,102,.5),inset -5px -5px 10px rgba(255,201,102,.2);z-index:2}.sun-ray{position:absolute;background:linear-gradient(180deg,#FFB84D,rgba(255,184,77,.4) 60%,transparent);opacity:.9;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);box-shadow:0 0 6px rgba(255,184,77,.3)}.sun-ray-1{top:-20px;transform:translateX(-50%);animation:rayPulse1 2s ease-in-out infinite;animation-delay:0s}.sun-ray-1,.sun-ray-2{width:8px;height:28px;left:50%}.sun-ray-2{bottom:-20px;transform:translateX(-50%) rotate(180deg);animation:rayPulse1 2s ease-in-out infinite;animation-delay:.1s}.sun-ray-3{left:-20px;transform:translateY(-50%) rotate(-90deg);animation:rayPulse2 2s ease-in-out infinite;animation-delay:.2s}.sun-ray-3,.sun-ray-4{width:28px;height:8px;top:50%}.sun-ray-4{right:-20px;transform:translateY(-50%) rotate(90deg);animation:rayPulse2 2s ease-in-out infinite;animation-delay:.3s}.sun-ray-5{width:10px;height:22px;top:8px;left:8px;transform:rotate(-45deg);animation:rayPulse3a 2s ease-in-out infinite;animation-delay:.4s}.sun-ray-6{top:8px;right:8px;animation:rayPulse3b 2s ease-in-out infinite;animation-delay:.5s}.sun-ray-6,.sun-ray-7{width:10px;height:22px;transform:rotate(45deg)}.sun-ray-7{bottom:8px;left:8px;animation:rayPulse3b 2s ease-in-out infinite;animation-delay:.6s}.sun-ray-8{width:10px;height:22px;bottom:8px;right:8px;transform:rotate(-45deg);animation:rayPulse3a 2s ease-in-out infinite;animation-delay:.7s}.sun-ray-9{width:8px;height:20px;top:18px;left:-10px;transform:rotate(-90deg);animation:rayPulse4a 2s ease-in-out infinite;animation-delay:.8s}.sun-ray-10{top:18px;right:-10px;animation:rayPulse4b 2s ease-in-out infinite;animation-delay:.9s}.sun-ray-10,.sun-ray-11{width:8px;height:20px;transform:rotate(90deg)}.sun-ray-11{bottom:18px;left:-10px;animation:rayPulse4b 2s ease-in-out infinite;animation-delay:1s}.sun-ray-12{width:8px;height:20px;bottom:18px;right:-10px;transform:rotate(-90deg);animation:rayPulse4a 2s ease-in-out infinite;animation-delay:1.1s}@keyframes rayPulse1{0%,to{opacity:.8;transform:translateX(-50%) scale(1)}25%{opacity:1;transform:translateX(-50%) scale(1.15) translateY(-2px)}50%{opacity:.9;transform:translateX(-50%) scale(1.25)}75%{opacity:1;transform:translateX(-50%) scale(1.15) translateY(2px)}}@keyframes rayPulse2{0%,to{opacity:.8;transform:translateY(-50%) scale(1)}25%{opacity:1;transform:translateY(-50%) scale(1.15) translateX(-2px)}50%{opacity:.9;transform:translateY(-50%) scale(1.25)}75%{opacity:1;transform:translateY(-50%) scale(1.15) translateX(2px)}}@keyframes rayPulse3a{0%,to{opacity:.8;transform:rotate(-45deg) scale(1)}25%{opacity:1;transform:rotate(-43deg) scale(1.15)}50%{opacity:.9;transform:rotate(-45deg) scale(1.25)}75%{opacity:1;transform:rotate(-47deg) scale(1.15)}}@keyframes rayPulse3b{0%,to{opacity:.8;transform:rotate(45deg) scale(1)}25%{opacity:1;transform:rotate(47deg) scale(1.15)}50%{opacity:.9;transform:rotate(45deg) scale(1.25)}75%{opacity:1;transform:rotate(43deg) scale(1.15)}}@keyframes rayPulse4a{0%,to{opacity:.8;transform:rotate(-90deg) scale(1)}25%{opacity:1;transform:rotate(-88deg) scale(1.15)}50%{opacity:.9;transform:rotate(-90deg) scale(1.25)}75%{opacity:1;transform:rotate(-92deg) scale(1.15)}}@keyframes rayPulse4b{0%,to{opacity:.8;transform:rotate(90deg) scale(1)}25%{opacity:1;transform:rotate(92deg) scale(1.15)}50%{opacity:.9;transform:rotate(90deg) scale(1.25)}75%{opacity:1;transform:rotate(88deg) scale(1.15)}}@media screen and (max-width:768px){.sun-container{top:15px;right:25%}.sun{width:60px;height:60px}.sun-ray{opacity:.6}.sun-ray-1,.sun-ray-2{width:6px;height:22px}.sun-ray-3,.sun-ray-4{width:22px;height:6px}.sun-ray-5,.sun-ray-6,.sun-ray-7,.sun-ray-8{width:8px;height:18px}.sun-ray-10,.sun-ray-11,.sun-ray-12,.sun-ray-9{width:6px;height:16px}}.calculator-clouds-container{position:absolute;top:0;left:0;width:100%;height:30%;z-index:0;pointer-events:none;overflow:hidden}.calculator-cloud-wrapper{position:absolute}.calculator-cloud{position:relative;opacity:.6;filter:blur(1px);animation:cloudFloat 20s ease-in-out infinite}.calculator-cloud-large{width:120px;height:60px}.calculator-cloud-medium{width:90px;height:45px}.calculator-cloud-small{width:60px;height:30px}.cloud-shape{position:absolute;background:rgba(255,255,255,.8);border-radius:50%}.calculator-cloud-large .cloud-shape-1{width:50px;height:50px;top:5px;left:10px}.calculator-cloud-large .cloud-shape-2{width:60px;height:60px;top:0;left:35px}.calculator-cloud-large .cloud-shape-3{width:45px;height:45px;top:10px;left:70px}.calculator-cloud-medium .cloud-shape-1{width:35px;height:35px;top:5px;left:5px}.calculator-cloud-medium .cloud-shape-2{width:45px;height:45px;top:0;left:25px}.calculator-cloud-medium .cloud-shape-3{width:30px;height:30px;top:8px;left:55px}.calculator-cloud-small .cloud-shape-1{width:25px;height:25px;top:3px;left:5px}.calculator-cloud-small .cloud-shape-2{width:30px;height:30px;top:0;left:20px}.calculator-cloud-small .cloud-shape-3{width:20px;height:20px;top:5px;left:40px}@keyframes cloudFloat{0%,to{transform:translateX(0) translateY(0)}25%{transform:translateX(15px) translateY(-5px)}50%{transform:translateX(0) translateY(-8px)}75%{transform:translateX(-15px) translateY(-5px)}}@media screen and (max-width:768px){.calculator-clouds-container{height:25%}.calculator-cloud-large{width:90px;height:45px}.calculator-cloud-medium{width:70px;height:35px}.calculator-cloud-small{width:50px;height:25px}}.calculator-step{gap:0;max-width:1000px;margin:20px 0}.calculator-step,.progress-bar-container{display:flex;flex-direction:column;align-items:flex-start;width:100%}.progress-bar-container{height:30px;background:#EBECE6;border-radius:0;overflow:hidden}.progress-bar{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 7px;height:30px;background:linear-gradient(93.89deg,#123D5A,#88B6C5);border-radius:0;transition:width .3s ease-in-out;min-width:-moz-fit-content;min-width:fit-content;border-top-right-radius:15px;border-bottom-right-radius:15px}.progress-text{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#FFFFFF;white-space:nowrap}.step-navigation-bar{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 24px 0;background:#FFFFFF}.step-navigation-item{display:flex;flex-direction:column;flex:1 1;background:none;border:none;padding:0;text-align:left;cursor:default;transition:all .2s ease-in-out}.step-navigation-item.clickable{cursor:pointer}.step-navigation-item.clickable:hover:not(.disabled) .step-navigation-name{text-decoration:underline}.step-navigation-item.clickable:active:not(.disabled) .step-navigation-name{transform:scale(.98)}.step-navigation-item.disabled{opacity:.5;cursor:not-allowed}.step-navigation-item.step-navigation-next{align-items:flex-end;text-align:right}.step-navigation-label{font-family:Poppins,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#212325}.step-navigation-name{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:var(--primary-color);transition:all .2s ease-in-out}.step-content-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:10px 40px 30px;gap:10px;width:100%;background:#FFFFFF;border-radius:0}.step-number{font-family:Poppins,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:28px;text-align:center;color:#212325;margin:0}.step-title-container{flex-direction:row;gap:12px;width:100%;box-sizing:border-box}.step-title-container,.step-title-icon{display:flex;justify-content:center;align-items:center}.step-title-icon{width:32px;height:32px}.step-title-icon img{width:100%;height:100%;object-fit:contain}.step-title{font-weight:600!important;font-size:32px!important;line-height:40px!important;text-align:center!important;color:var(--primary-color)!important;margin:0!important;min-width:0;max-width:100%;overflow-wrap:break-word}.step-description,.step-title{font-family:Poppins,sans-serif;font-style:normal}.step-description{font-weight:400;font-size:16px;line-height:28px;text-align:center;color:#212325;margin:10px 0;max-width:600px;white-space:pre-line}.step-children{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px}@media screen and (max-width:768px){.step-navigation-bar{padding:14px 20px 0}.step-navigation-label{font-size:14px;line-height:18px}.step-navigation-name{font-size:14px;line-height:20px}.step-content-container{padding:10px 24px 30px;gap:20px}.step-title{font-size:24px!important;line-height:32px}.step-title-container{align-items:center;text-align:center}.step-title-icon{flex-shrink:0;font-size:24px}.step-description,.step-number{font-size:14px;line-height:24px}}@media screen and (max-width:480px){.step-navigation-bar{padding:12px 16px}.step-content-container{gap:5px}.step-title-icon{font-size:20px}}