:root{--wh-color-black:#000000;--wh-color-white:#ffffff;--wh-color-dark:#333333;--wh-color-medium:#999999;--wh-color-bright:#cccccc;--wh-color-light:#eeeeee;--wh-color-traditional:#bc5d48;--wh-color-flex:#ffb349}#wh-calculator-section{display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media screen and (max-width:980px){#wh-calculator-section{grid-template-columns:1fr}}#wh-calculator-section #wh-calculator-form fieldset{border:2px solid var(--wh-color-black);margin-bottom:2em}#wh-calculator-section #wh-calculator-form legend{font-size:1.2em}#wh-calculator-section #wh-calculator-form label{display:block;margin-bottom:.4em}#wh-calculator-section #wh-calculator-form input{border:1px solid var(--wh-color-black);display:block;font-size:1em;margin-bottom:.5em;padding:.4em;text-align:right;width:5em}#wh-calculator-section .wh-button,#wh-calculator-section .wh-button-active{background-color:var(--wh-color-bright);border:none;border-radius:0;color:var(--wh-color-black);cursor:pointer;font-family:var(--wp--preset--font-family--manrope);font-size:.8em;padding:.5em 1em}#wh-calculator-section .wh-button-active{background-color:var(--wh-color-dark);color:var(--wh-color-white)}#wh-calculator-section #chartCostOverall-wrapper{margin-top:1em}#wh-calculator-section #chartCostPerYear-wrapper{margin-top:1em}#wh-calculator-section .wh-accordion-content{display:none;transition:max-height 0.3s ease}#wh-calculator-section .wh-accordion-content.open{display:block}#wh-calculator-section .wh-tooltip{cursor:pointer;margin-left:.5em;position:relative}#wh-calculator-section .wh-tooltip__icon{color:var(--wh-color-medium);display:inline-block;font-size:1.1em}#wh-calculator-section .wh-tooltip__text{background:var(--wh-color-light);border-radius:.4em;font-size:.8em;left:130%;opacity:0;padding:.7em;position:absolute;text-align:left;top:50%;transform:translateY(-50%);transition:opacity 0.2s;visibility:hidden;width:220px;z-index:10}#wh-calculator-section .wh-positive{color:green;font-weight:700}#wh-calculator-section .wh-negative{color:red;font-weight:700}#wh-calculator-section .wh-spacing-after{margin-bottom:1em}#wh-calculator-section .wh-accordion-content .wh-hidden{display:none}#wh-calculator-section .wh-accordion-content .wh-subtotal-1{border-top:1px solid #000;margin-top:.1em;padding-block:.1em}#wh-calculator-section .wh-accordion-content .wh-subtotal-2{border-top:1px solid #000;border-bottom:1px solid #000;margin-top:.1em;padding-block:.1em}#wh-calculator-section .wh-accordion-content .wh-total{border-top:1px solid #000;border-bottom:3px solid #000;font-weight:600;margin-top:.1em;margin-bottom:1em;padding-block:.1em}#wh-calculator-section .wh-cost-item{display:flex;flex-direction:row;justify-content:space-between}