.vets-calculator__wrapper{display:flex;flex-direction:column}.vets-calculator__wrapper h3{margin:0}.vets-calculator__title{font-weight:600;font-size:4rem;line-height:116.5%;align-self:center;margin-bottom:5rem;text-align:center}.margin-profit-patients{display:grid;grid-template-columns:2fr 1fr;background:#ebf3f3;border-radius:.6rem;padding:2.4rem 3rem;margin-bottom:1.6rem}.margin-estimated-profits{display:grid;grid-template-columns:1fr 1fr;padding-right:4.6rem;border-right:.1rem solid #E6E6E6}.estimated-profit{display:flex;flex-direction:column;align-items:flex-start}.estimated-profit .title{font-weight:600;font-size:1.6rem;line-height:130%;color:#000;margin-bottom:1.2rem}.estimated-profit .cost{display:flex;flex-direction:column;align-items:center;justify-content:center;height:3.6rem;min-width:9.4rem;background:rgb(var(--color-button));border-radius:.4rem}.estimated-profit .cost span{font-weight:600;font-size:1.6rem;line-height:2rem;text-align:center;color:#fff}.margin-patients-per-year{padding-left:4.6rem;display:flex;flex-direction:column;justify-content:center}.margin-patients-per-year h3{font-weight:700;font-size:1.6rem;line-height:116.5%;margin-bottom:2rem}.margin-patients-per-year .price{font-weight:700;font-size:2rem;line-height:2.4rem;text-align:center;color:rgb(var(--color-button))}.vets-calculator-disclaimer{font-weight:300;font-size:1.6rem;line-height:116.5%;color:#000}.vets-calculator-disclaimer:not(:last-child){margin-bottom:5.2rem}.vets-calculator-disclaimer:last-child{margin-top:3rem}.vets-calculator__pets{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.vets-calculator__pet{display:flex;flex-direction:column}.vets-calculator__pet h2{font-weight:700;font-size:1.6rem;line-height:116.5%;color:#000;margin-bottom:1.2rem}.vets-calculator__pet--count{margin-bottom:1.2rem}.vets-calculator__pet--count input{background:#fff;border:.1rem solid #CFD6E6;box-sizing:border-box;border-radius:.6rem;height:3.6rem;min-width:8.4rem;font-weight:500;font-size:1.6rem;line-height:2rem;text-align:center;color:#646464;outline:none;box-shadow:none}.vets-calculator__pet--count input:focus{border:.1rem solid #000000}.vets-calculator__pet--count input::-webkit-outer-spin-button,.vets-calculator__pet--count input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vets-calculator__pet--count input[type=number]{-moz-appearance:textfield}.vets-calculator__pet--count span{font-weight:500;font-size:1.6rem;line-height:2rem;color:#646464}.vets-calculator__pet--range{max-width:13.6rem}input[type=range].styled-input-range{height:20px;-webkit-appearance:none}input[type=range].styled-input-range.slider-progress{--range: calc(var(--max) - var(--min));--ratio: calc((var(--value) - var(--min)) / var(--range));--sx: calc(.5 * 20px + var(--ratio) * (100% - 20px))}input[type=range].styled-input-range::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:1em;background:rgb(var(--color-button));border:3px solid #FFFFFF;box-shadow:0 0 5px #00000026;margin-top:calc(4px - max(20px * .5,3px))}input[type=range].styled-input-range::-webkit-slider-runnable-track{height:8px;border:none;border-radius:100px;background:#6464641a;box-shadow:none}input[type=range].styled-input-range.slider-progress::-webkit-slider-runnable-track{background:linear-gradient(rgb(var(--color-button)),rgb(var(--color-button))) 0/var(--sx) 100% no-repeat,#6464641a}input[type=range].styled-input-range::-moz-range-thumb{width:max(14px,0px);height:max(14px,0px);border-radius:1em;background:rgb(var(--color-button));border:3px solid #FFFFFF;box-shadow:0 0 5px #00000026}input[type=range].styled-input-range::-moz-range-track{height:8px;border:none;border-radius:100px;background:#6464641a;box-shadow:none}input[type=range].styled-input-range.slider-progress::-moz-range-track{background:linear-gradient(rgb(var(--color-button)),rgb(var(--color-button))) 0/var(--sx) 100% no-repeat,#6464641a}input[type=range].styled-input-range::-ms-fill-upper{background:transparent;border-color:transparent}input[type=range].styled-input-range::-ms-fill-lower{background:transparent;border-color:transparent}input[type=range].styled-input-range::-ms-thumb{width:20px;height:20px;border-radius:1em;background:rgb(var(--color-button));border:3px solid #FFFFFF;box-shadow:0 0 5px #00000026;margin-top:0;box-sizing:border-box}input[type=range].styled-input-range::-ms-track{height:8px;border-radius:100px;background:#6464641a;border:none;box-shadow:none;box-sizing:border-box}@media screen and (max-width:1024px){.vets-calculator__pet h2{height:3.8rem;display:flex;flex-direction:column;justify-content:center}}@media screen and (max-width:690px){.vets-calculator__title{font-size:2.4rem;line-height:116.5%;margin-bottom:1.6rem}.margin-profit-patients{display:grid;grid-template-columns:1fr;background:#ebf3f3;border-radius:.6rem;padding:1.6rem 1rem}.margin-estimated-profits{display:grid;grid-template-columns:1fr 1fr;padding-right:0;padding-bottom:1.6rem;border-right:0;border-bottom:.1rem solid #E6E6E6}.margin-patients-per-year{padding-left:0;padding-top:1.6rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.estimated-profit .title{font-size:1.4rem;line-height:130%;color:#000;margin-bottom:.8rem}.margin-patients-per-year h3{font-size:1.4rem;line-height:116.5%;margin-bottom:.8rem}.vets-calculator-disclaimer{font-weight:300;font-size:1.4rem;line-height:116.5%}.vets-calculator-disclaimer:not(:last-child){margin-bottom:2.4rem}.vets-calculator-disclaimer:last-child{margin-top:2.4rem}.vets-calculator__pets{display:grid;grid-template-columns:1fr;grid-gap:2.4rem}.vets-calculator__pet{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.6rem}.vets-calculator__pet h2{grid-column-start:1;grid-column-end:3;height:auto;font-weight:700;font-size:1.4rem;line-height:116.5%;margin-bottom:0}.vets-calculator__pet--count{margin-bottom:0}.vets-calculator__pet--count span{font-weight:500;font-size:1.4rem;line-height:1.7rem;color:#646464}.vets-calculator__pet--range{max-width:10.8rem;align-self:center}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/section-vets-calculator.css.map */
