:root{--color-hot:#de3033;--color-hot-grad:linear-gradient(135deg,#de3033,#b01214);--color-hot-lt:#F3B7B8;--color-hot-dk:#b01214;--color-cold:#0062ad;--color-cold-grad:linear-gradient(135deg,#0062ad,#003a66);--color-cold-lt:#A6C8E2;--color-cold-dk:#003a66;--color-font-lt:white}#esc{background:var(--color-cold-lt);border-radius:.3rem;color:#fff;padding:1rem;-webkit-transition:.4s ease all;-o-transition:.4s ease all;transition:.4s ease all}@media (max-width:767px){#esc{padding:10px}}@media (max-width:600px){#esc{margin:0 -1rem}}#esc #calculator{background:var(--color-cold-grad);border-radius:.15rem;display:grid;gap:1rem;padding:3rem;-webkit-transition:.4s ease all;-o-transition:.4s ease all;transition:.4s ease all}@media (max-width:767px){#esc #calculator{padding:1rem}}#esc #calculator #header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#esc #calculator #header #title h2{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-font-lt);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:27px;gap:.5rem;line-height:1;margin:0;padding:0}@media (max-width:767px){#esc #calculator #header #title h2{font-size:24px}}@media (max-width:480px){#esc #calculator #header #title h2{font-size:18px}}#esc #calculator #header #title [data-type]{background-repeat:no-repeat;display:inline-block;height:32px;width:32px}#esc #calculator #header #title [data-type=cooling]{background-image:url("data:image/svg+xml,%3C!-- @license lucide-static v0.436.0 - ISC --%3E%3Csvg class='lucide lucide-thermometer-snowflake' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M2 12h10' /%3E%3Cpath d='M9 4v16' /%3E%3Cpath d='m3 9 3 3-3 3' /%3E%3Cpath d='M12 6 9 9 6 6' /%3E%3Cpath d='m6 18 3-3 1.5 1.5' /%3E%3Cpath d='M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' /%3E%3C/svg%3E%0A")}#esc #calculator #header #title [data-type=heating]{background-image:url("data:image/svg+xml,%3C!-- @license lucide-static v0.436.0 - ISC --%3E%3Csvg class='lucide lucide-thermometer-sun' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M12 9a4 4 0 0 0-2 7.5' /%3E%3Cpath d='M12 3v2' /%3E%3Cpath d='m6.6 18.4-1.4 1.4' /%3E%3Cpath d='M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' /%3E%3Cpath d='M4 13H2' /%3E%3Cpath d='M6.34 7.34 4.93 5.93' /%3E%3C/svg%3E%0A")}#esc #calculator #header .switch{display:inline-block;font-size:15px;height:34px;line-height:34px;position:relative;width:90px}#esc #calculator #header .switch input{height:0;opacity:0;width:0}#esc #calculator #header .switch input:checked+.slider{background-color:var(--color-cold-lt);text-align:left}#esc #calculator #header .switch input:checked+.slider #label-cool{opacity:1;-webkit-transition:.4s ease all;-o-transition:.4s ease all;transition:.4s ease all}#esc #calculator #header .switch input:checked+.slider #label-heat{opacity:0;-webkit-transition:.4s ease all;-o-transition:.4s ease all;transition:.4s ease all}#esc #calculator #header .switch input:not(:checked)+.slider #label-cool{opacity:0;-webkit-transition:.4s ease all;-o-transition:.4s ease all;transition:.4s ease all}#esc #calculator #header .switch input:not(:checked)+.slider #label-heat{opacity:1;-webkit-transition:.4s ease all;-o-transition:.4s ease all;transition:.4s ease all}#esc #calculator #header .switch input:focus+.slider{-webkit-box-shadow:0 0 1px var(--color-cold-l);box-shadow:0 0 1px var(--color-cold-l)}#esc #calculator #header .switch input:checked+.slider:before{-webkit-transform:translateX(56px);-ms-transform:translateX(56px);transform:translateX(56px)}#esc #calculator #header .switch .slider{background-color:var(--color-hot-lt);border-radius:34px;cursor:pointer;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}#esc #calculator #header .switch .slider:before{border-radius:50%;position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;z-index:3}#esc #calculator #header .switch .slider>span{display:block;position:absolute;top:0;right:12px;bottom:0;left:12px;text-shadow:0 1px 0 rgba(255,255,255,.5);text-transform:uppercase}#esc #calculator #header .switch .slider>span#label-cool{color:var(--color-cold-dk)}#esc #calculator #header .switch .slider>span#label-heat{color:var(--color-hot-dk);text-align:right}#esc #calculator #displaying{background:rgba(0,0,0,.25);border-radius:.15rem;font-size:20px;margin:0 -1rem;padding:1rem;text-align:center}#esc #calculator #data{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media (max-width:767px){#esc #calculator #data{grid-template-columns:1fr;gap:1rem}}#esc #calculator #data #results-yearly{margin:1rem 0;position:relative;z-index:1}#esc #calculator #data #results-yearly #graph-bg{background-image:conic-gradient(red 5%,#ff0 20%,green 55%);border-radius:100%;-webkit-box-shadow:-1rem -2rem 5rem rgba(255,255,255,.1),1rem 2rem 5rem rgba(0,0,0,.15);box-shadow:-1rem -2rem 5rem rgba(255,255,255,.1),1rem 2rem 5rem rgba(0,0,0,.15);position:absolute;top:0;right:0;bottom:0;left:0;width:100%;z-index:2}#esc #calculator #data #results-yearly #graph-overlay{border-radius:100%;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;z-index:3;-webkit-transition:.5s ease-in-out all;-o-transition:.5s ease-in-out all;transition:.5s ease-in-out all}#esc #calculator #data #results-yearly #results-yearly-data-bg{background:var(--color-cold);border-radius:100%;-webkit-box-shadow:inset -1rem -2rem 5rem rgba(0,0,0,.2);box-shadow:inset -1rem -2rem 5rem rgba(0,0,0,.2);margin:10px;position:absolute;top:0;right:0;bottom:0;left:0;width:calc(100% - 20px);z-index:4}#esc #calculator #data #results-yearly #results-yearly-data{-webkit-box-align:center;-ms-flex-align:center;align-items:center;aspect-ratio:1/1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%;z-index:5}#esc #calculator #data #results-yearly #results-yearly-data span{display:block;line-height:1;font-size:clamp(16px,10vw,144px)}#esc #calculator #data #results-yearly #results-yearly-data span:after{content:"%";font-size:clamp(13px,5vw,72px)}#esc #calculator #data #results-yearly #results-yearly-data small{display:block;font-size:15px}#esc #calculator #data #results{background:rgba(0,0,0,.25);border-radius:.15rem;display:grid;gap:1rem;padding:1rem;text-align:center}#esc #calculator #data #results .results-label{font-size:15px;line-height:1}#esc #calculator #data #results .results-bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:-o-linear-gradient(left,red,#ff0,green);background-image:-webkit-gradient(linear,left top,right top,from(red),color-stop(yellow),to(green));background-image:linear-gradient(90deg,red,#ff0,green);border-radius:.15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.5rem;position:relative;z-index:1}#esc #calculator #data #results .results-bar .results-bar-overlay{background:#fff;border-radius:2px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.4);box-shadow:0 2px 4px rgba(0,0,0,.4);position:absolute;top:-5px;bottom:-5px;left:0;width:4px;z-index:2;-o-transition:.5s ease-in-out all;-webkit-transition:.5s ease-in-out all;transition:.5s ease-in-out all}#esc #calculator #data #results .results-bar span{background:rgba(0,0,0,.3);border-radius:.15rem;display:block;font-size:24px;line-height:1;padding:.5rem;text-shadow:0 3px 6px rgba(0,0,0,.5);z-index:3}#esc #calculator #data #results .results-bar span:before{content:"$"}#esc #calculator #basedon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.25);border-radius:.15rem;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;line-height:1.2;gap:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -1rem;padding:1rem;text-transform:uppercase}#esc #calculator #customize #defined{background:var(--color-cold);border-radius:.15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding:2rem;text-align:center}#esc #calculator #customize #defined #defined-title{line-height:1.2;text-align:center;text-transform:uppercase}#esc #calculator #customize #defined .range{margin:50px 0 0 0;position:relative}#esc #calculator #customize #defined .range input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-radius:.15rem;height:10px;min-height:10px;margin:auto;outline:0;width:100%}#esc #calculator #customize #defined .range datalist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;pointer-events:none;position:relative;bottom:33px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#esc #calculator #customize #defined .range datalist option{height:5px;overflow:hidden;padding:0;text-indent:10px;white-space:nowrap;width:2px}#esc #calculator #customize #defined .range output{background:var(--color-cold-dk);border-radius:100%;color:#fff;display:inline-block;font-size:15px;height:30px;line-height:30px;margin-bottom:10px;position:absolute;bottom:100%;left:0;text-align:center;width:30px;vertical-align:middle}#esc #calculator #customize #defined .range output:after{content:"";position:absolute;width:0;height:0;border-top:10px solid var(--color-cold-dk);border-left:10px solid transparent;border-right:10px solid transparent;top:90%;left:50%;margin-left:-10px;margin-top:-1px}#esc #calculator #customize #defined .range input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background-color:transparent;border-radius:50%;cursor:-webkit-grab}#esc #calculator #customize #defined .range input::-moz-range-thumb{-moz-appearance:none;appearance:none;width:20px;height:20px;background-color:transparent;border-radius:50%;cursor:-webkit-grab}#esc #calculator #customize #defined .range input::-ms-thumb{appearance:none;width:20px;height:20px;background-color:transparent;border-radius:50%;cursor:-webkit-grab}#esc #calculator #customize .tooltip{font-size:14px;margin:-10px auto 0 auto;line-height:1.2;max-width:500px}#esc #calculator #footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#esc #calculator #footer .us-btn-style_3{background:var(--color-cold);color:#fff!important}#esc #calculator #footer .us-btn-style_3:hover{background:var(--color-cold-dk)}#esc[data-type=heating]{background:var(--color-hot-lt)}#esc[data-type=heating] #calculator{background:var(--color-hot-grad)!important}#esc[data-type=heating] #defined,#esc[data-type=heating] #results-yearly-data-bg{background:var(--color-hot)!important}#esc[data-type=heating] .range output{background:var(--color-hot-dk)!important}#esc[data-type=heating] .range output:after{border-top-color:var(--color-hot-dk)!important}#esc[data-type=heating] .us-btn-style_3{background:var(--color-hot)!important}#esc[data-type=heating] .us-btn-style_3:hover{background:var(--color-hot-dk)!important}#esc[data-type=heating] #defined-slider-cooling,#esc[data-type=heating] #seer-message{display:none}#esc[data-type=heating] #afue-message,#esc[data-type=heating] #defined-slider-heating{display:block}#esc[data-type=cooling] #defined-slider-cooling,#esc[data-type=cooling] #seer-message{display:block}#esc[data-type=cooling] #afue-message,#esc[data-type=cooling] #defined-slider-heating{display:none}