.calculator-form{background:transparent url(https://go.logically.com/hubfs/Logically%20Theme/ROI%20Calculator/roi-results-background.jpg) no-repeat 50%;background-size:cover;border-radius:.8rem;padding:7.5rem 5rem}.calculator-form h1{color:#fff}.cf-inputs{display:flex;flex-direction:column;gap:4rem}.cf-input label{color:#fff;font-size:2rem;line-height:2.5rem;margin-bottom:2rem}.cf-range-value{color:#fff;font-size:1.6rem;line-height:2rem;margin-top:1rem;text-align:center}.cf-range-container input[type=range]{accent-color:#d29fc9;-webkit-appearance:none;background:transparent;width:100%}.cf-range-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.cf-range-container input[type=range]::-ms-track{background:transparent;border-color:transparent;color:transparent;cursor:pointer;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#d29fc9;border-radius:15px;cursor:pointer;height:30px;margin-top:-12px;width:30px}input[type=range]::-moz-range-thumb{background:#d29fc9;border-radius:15px;cursor:pointer;height:30px;width:30px}input[type=range]::-ms-thumb{background:#d29fc9;border-radius:15px;height:30px;width:30px}input[type=range]::-webkit-slider-runnable-track,input[type=range]:focus::-webkit-slider-runnable-track{background:linear-gradient(90deg,#d29fc9,#fff);border-radius:4px;cursor:pointer;height:8px;width:100%}input[type=range]::-moz-range-track{background:linear-gradient(90deg,#d29fc9,#fff);border-radius:4px;cursor:pointer;height:8px;width:100%}input[type=range]::-ms-track{border-radius:4px}input[type=range]::-ms-fill-lower,input[type=range]::-ms-track{background:linear-gradient(90deg,#d29fc9,#fff);cursor:pointer;height:8px;width:100%}input[type=range]::-ms-fill-upper,input[type=range]:focus::-ms-fill-lower{background:linear-gradient(90deg,#d29fc9,#fff);cursor:pointer;height:8px;width:100%}input[type=range]:focus::-ms-fill-upper{background:linear-gradient(90deg,#d29fc9,#fff);cursor:pointer;height:8px;width:100%}.calculator-form .hs-form{margin:10rem auto 0;max-width:60rem;position:relative}.calculator-form .hs-form-field>label{display:none}.calculator-form .hs-form-field input,.calculator-form .hs-form-field select{background-color:hsla(0,0%,100%,.6);border-radius:3.35rem;color:#000;height:6.7rem;-webkit-text-fill-color:#000;font-size:2rem;line-height:3rem;padding:1.85rem 4rem}.calculator-form .hs-error-msgs{margin-left:4rem;width:calc(100% - 8rem)}.calculator-form .hs-error-msg{color:#fff}.calculator-form .hs_submit .actions{margin:0 auto}.calculator-form .hs_submit .actions:after{top:17px}.calculator-form .hs_submit .actions .hs-button{font-size:2.4rem;height:6.7rem}@media (min-width:768px){.calculator-form h1{margin-bottom:13rem;max-width:50%}.cf-inputs{flex-direction:row;flex-wrap:wrap}.cf-input{display:flex;flex-direction:column;justify-content:space-between;width:calc(50% - 2rem)}}