.selection-card-grid{display:grid}.selection-card-grid--gap-small{gap:.4rem}.selection-card-grid--gap-medium{gap:.8rem}@media (min-width:576px){.selection-card-grid--gap-medium{gap:1.6rem}}.selection-card-grid--gap-large{gap:1.6rem}@media (min-width:768px){.selection-card-grid--gap-large{gap:2.4rem}}.selection-card-grid{grid-template-columns:repeat(1,1fr)}@media (min-width:360px){.selection-card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px){.selection-card-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:1024px){.selection-card-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1025px){.selection-card-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1200px){.selection-card-grid{grid-template-columns:repeat(7,1fr)}}.selection-card-grid--readonly{pointer-events:none}.selection-card-grid--readonly .selection-card:not(.selection-card--active){opacity:.4}.selection-card{cursor:pointer;text-align:center;background:#fff;border:1px solid #d6d0c4;border-radius:.25rem;flex-direction:column;align-items:center;gap:.4rem;padding:.8rem;transition:all .2s;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.selection-card{padding:1.6rem .8rem}}@media (max-width:359px){.selection-card{flex-direction:row;padding-left:1.6rem}}.selection-card:before{content:"";transform-origin:top;background:#6b8f71;width:3px;height:100%;transition:transform .2s;position:absolute;top:0;left:0;transform:scaleY(0)}@media (hover:hover){.selection-card:hover:not(:-webkit-any(.selection-card--active,.selection-card--disabled)){background:linear-gradient(135deg,#66886b14,#66886b0a);border-color:#6b8f7166}.selection-card:hover:not(:is(.selection-card--active,.selection-card--disabled)){background:linear-gradient(135deg,#66886b14,#66886b0a);border-color:#6b8f7166}.selection-card:hover:not(:-webkit-any(.selection-card--active,.selection-card--disabled)):before{transform:scaleY(1)}.selection-card:hover:not(:is(.selection-card--active,.selection-card--disabled)):before{transform:scaleY(1)}}.selection-card:focus{outline:none}.selection-card:focus-visible:not(.selection-card--disabled){outline-offset:1px;outline:1px solid #6b8f71}.selection-card--active{background:linear-gradient(135deg,#66886b1f,#66886b14);border-color:#6b8f71;box-shadow:0 2px 8px #6b8f7126,inset 0 1px #6b8f711a}.selection-card--active:before{transform:scaleY(1)}.selection-card--active .selection-card__icon{color:#6b8f71}.selection-card--active .selection-card__label{color:#6b8f71;font-weight:600}.selection-card--active.selection-card--active--disabled{cursor:default}.selection-card--checkmark-top-right.selection-card--active:after{content:"";background:#6b8f71 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") 50%/12px 12px no-repeat;border-radius:50%;width:18px;height:18px;animation:.4s cubic-bezier(.175,.885,.32,1.275) checkmark-pop;position:absolute;top:6px;right:6px}@media (min-width:768px){.selection-card--checkmark-top-right.selection-card--active:after{background-size:13px 13px;width:20px;height:20px}}.selection-card--checkmark-top-left.selection-card--active:after{content:"";background:#6b8f71 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") 50%/12px 12px no-repeat;border-radius:50%;width:18px;height:18px;animation:.4s cubic-bezier(.175,.885,.32,1.275) checkmark-pop;position:absolute;top:6px;left:6px}@media (min-width:768px){.selection-card--checkmark-top-left.selection-card--active:after{background-size:13px 13px;width:20px;height:20px}}.selection-card--checkmark-bottom-right.selection-card--active:after{content:"";background:#6b8f71 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") 50%/12px 12px no-repeat;border-radius:50%;width:18px;height:18px;animation:.4s cubic-bezier(.175,.885,.32,1.275) checkmark-pop;position:absolute;bottom:6px;right:6px}@media (min-width:768px){.selection-card--checkmark-bottom-right.selection-card--active:after{background-size:13px 13px;width:20px;height:20px}}.selection-card--disabled{cursor:default;pointer-events:none}.selection-card--disabled:not(.selection-card--disabled--active){background:#fff;border-color:#d6d0c4}.selection-card--disabled:not(.selection-card--disabled--active) .selection-card__icon,.selection-card--disabled:not(.selection-card--disabled--active) .selection-card__label{color:#7a7a7a}.selection-card--disabled:before{display:none}.selection-card--size-small{gap:.2rem;padding:.4rem}@media (min-width:768px){.selection-card--size-small{padding:.8rem}}.selection-card--size-large{gap:.8rem;padding:1.6rem}@media (min-width:768px){.selection-card--size-large{padding:2.4rem 1.6rem}}.selection-card--variant-minimal{background:0 0;border:none}.selection-card--variant-minimal:hover:not(:-webkit-any(.selection-card--variant-minimal--active,.selection-card--variant-minimal--disabled)){background:#6b8f710d}.selection-card--variant-minimal:hover:not(:is(.selection-card--variant-minimal--active,.selection-card--variant-minimal--disabled)){background:#6b8f710d}.selection-card--variant-minimal.selection-card--variant-minimal--active{background:#6b8f711a}.selection-card--variant-outlined,.selection-card--variant-outlined.selection-card--variant-outlined--active{background:0 0;border-width:2px}.selection-card__badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#6b8f71;border-radius:.125rem;padding:.2rem .4rem;font-size:.8rem;font-weight:700;position:absolute;top:4px;left:4px}.selection-card__image{aspect-ratio:1;border-radius:.125rem;width:100%;margin-bottom:.4rem;overflow:hidden}.selection-card__image img{object-fit:cover;width:100%;height:100%}.selection-card__icon{color:#516f56;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.selection-card__icon svg{width:100%;height:100%}.selection-card__label{color:#1f2933;text-align:center;font-size:1.2rem;font-weight:500;line-height:1.3;transition:all .2s}@media (min-width:768px){.selection-card__label{font-size:1.4rem}}.selection-card__description{color:#4b5563;text-align:center;margin-top:.2rem;font-size:.8rem;line-height:1.4}@keyframes checkmark-pop{0%{opacity:0;transform:scale(0)rotate(-45deg)}50%{transform:scale(1.2)rotate(5deg)}to{opacity:1;transform:scale(1)rotate(0)}}
.budget-selector{flex-direction:column;gap:2.4rem;display:flex}@container estimate-form not (min-width:400px){.budget-selector .selection-card-grid{grid-template-columns:repeat(2,1fr)}}@container estimate-form (min-width:400px) and (max-width:680px){.budget-selector .selection-card-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:575px){.budget-selector .selection-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:359px){.budget-selector .selection-card-grid{grid-template-columns:repeat(1,1fr)}}.budget-selector__title{color:#1f2933;margin:0;font-size:1.4rem;font-weight:600}@media (min-width:768px){.budget-selector__title{font-size:1.6rem}}.budget-selector__helper{color:#4b5563;margin:0;font-size:1.4rem;line-height:1.6}.required-mark{color:#c24141}
