.pb-calculator-shell .gform_wrapper {
	--gf-color-primary: var(--pb-color-ember);
	--gf-form-gap-y: 0.9rem;
	margin: 0;
}

.pb-calculator-shell .gform_heading {
	display: none;
}

.pb-calculator-shell .gform_validation_errors {
	margin: 0 0 0.75rem !important;
	padding: 0.85rem 1rem !important;
	border-width: 1px !important;
	border-radius: 8px !important;
}

.pb-calculator-shell .gform_validation_errors .gform_submission_error {
	margin: 0 !important;
	font-size: 0.85rem !important;
	font-weight: 650 !important;
	line-height: 1.4 !important;
}

body.pb-microsite .pb-calculator-shell .gfield_validation_message {
	margin: 0.3rem 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 0.72rem !important;
	line-height: 1.3 !important;
}

.pb-calculator-shell .gform_fields {
	display: grid;
	grid-template-columns: repeat(24, minmax(0, 1fr)) !important;
	gap: 0.9rem 1rem;
}

.pb-calculator-shell .gfield {
	grid-column: span 12 !important;
}

.pb-calculator-shell .gfield--type-html,
.pb-calculator-shell .gfield--type-textarea,
.pb-calculator-shell .gfield--type-consent {
	grid-column: 1 / -1 !important;
}

.pb-calculator-shell .gfield--type-name,
.pb-calculator-shell .gfield--type-phone,
.pb-calculator-shell .gfield--type-email {
	grid-column: span 8 !important;
}

.pb-calculator-shell .pb-calculator__category {
	grid-column: span 6 !important;
}

.pb-calculator-shell .pb-calculator__form {
	grid-column: span 5 !important;
}

.pb-calculator-shell .pb-calculator__length {
	grid-column: span 4 !important;
}

.pb-calculator-shell .pb-calculator__quantity {
	position: relative;
	grid-column: span 3 !important;
	max-width: 7rem;
}

.pb-calculator-shell .pb-calculator__unit {
	grid-column: span 6 !important;
}

.pb-calculator-shell .gfield--type-radio {
	grid-column: 1 / -1 !important;
}

.pb-calculator-shell .pb-calculator__quantity input {
	padding-inline: 2.25rem !important;
	appearance: textfield;
	-moz-appearance: textfield;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

.pb-calculator-shell .pb-calculator__quantity .gfield_label {
	white-space: nowrap;
}

body.pb-microsite .pb-calculator-shell .pb-quantity-tooltip__trigger {
	position: absolute;
	top: -0.05rem;
	left: 5.1rem;
	z-index: 3;
	display: grid;
	width: 1.05rem !important;
	height: 1.05rem !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(31, 23, 18, 0.38) !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	color: rgba(31, 23, 18, 0.68) !important;
	cursor: help;
	font: inherit;
	font-size: 0.64rem !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	place-items: center;
}

body.pb-microsite .pb-calculator-shell .pb-calculator__quantity.is-tooltip-hovered .pb-quantity-tooltip__trigger,
body.pb-microsite .pb-calculator-shell .pb-quantity-tooltip__trigger:focus-visible,
body.pb-microsite .pb-calculator-shell .pb-calculator__quantity.is-tooltip-open .pb-quantity-tooltip__trigger {
	border-color: var(--pb-color-ember) !important;
	background: var(--pb-color-ember) !important;
	color: #fff !important;
	outline: none;
}

body.pb-microsite .pb-calculator-shell .pb-quantity-tooltip {
	position: absolute;
	top: calc(100% + 0.55rem);
	left: 0;
	z-index: 25;
	width: max-content;
	max-width: 13rem;
	margin: 0;
	padding: 0.55rem 0.7rem;
	border-radius: 7px;
	background: var(--pb-color-forest);
	box-shadow: 0 10px 24px rgba(31, 23, 18, 0.18);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.35;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-0.2rem);
	transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
	visibility: hidden;
}

body.pb-microsite .pb-calculator-shell .pb-quantity-tooltip::before {
	position: absolute;
	left: 5.25rem;
	bottom: 100%;
	border-width: 0 0.35rem 0.4rem;
	border-style: solid;
	border-color: transparent transparent var(--pb-color-forest);
	content: "";
}

body.pb-microsite .pb-calculator-shell .pb-calculator__quantity.is-tooltip-hovered .pb-quantity-tooltip,
body.pb-microsite .pb-calculator-shell .pb-quantity-tooltip__trigger:focus-visible ~ .pb-quantity-tooltip,
body.pb-microsite .pb-calculator-shell .pb-calculator__quantity.is-tooltip-open .pb-quantity-tooltip {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.pb-calculator-shell .pb-calculator__quantity input::-webkit-inner-spin-button,
.pb-calculator-shell .pb-calculator__quantity input::-webkit-outer-spin-button {
	display: none;
	margin: 0;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.pb-calculator-shell .pb-quantity-stepper {
	position: relative;
}

.pb-calculator-shell .pb-quantity-stepper__controls {
	position: absolute;
	inset: 1px;
	z-index: 2;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-radius: 8px;
	overflow: hidden;
	pointer-events: none;
}

body.pb-microsite .pb-calculator-shell .pb-quantity-stepper__button {
	position: relative;
	width: 2rem !important;
	height: auto !important;
	min-height: 0 !important;
	flex: 0 0 2rem;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--pb-color-ink) !important;
	cursor: pointer;
	font-size: 1rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	pointer-events: auto;
}

body.pb-microsite .pb-calculator-shell .pb-quantity-stepper__button:first-child {
	border-right: 1px solid rgba(31, 23, 18, 0.12) !important;
}

body.pb-microsite .pb-calculator-shell .pb-quantity-stepper__button:last-child {
	border-left: 1px solid rgba(31, 23, 18, 0.12) !important;
}

body.pb-microsite .pb-calculator-shell .pb-quantity-stepper__button:focus {
	outline: none;
}

body.pb-microsite .pb-calculator-shell .pb-quantity-stepper__button:hover,
	body.pb-microsite .pb-calculator-shell .pb-quantity-stepper__button:focus-visible {
	background: rgba(217, 109, 22, 0.1) !important;
	color: var(--pb-color-ember) !important;
}

body.pb-microsite .pb-calculator-shell .pb-quantity-stepper__button:focus-visible {
	outline: 2px solid var(--pb-color-ember);
	outline-offset: -2px;
}

.pb-calculator-shell .gfield_label,
.pb-calculator-shell .gform-field-label {
	margin-bottom: 0.4rem;
	color: var(--pb-color-ink);
	font-size: 0.78rem;
	font-weight: 800;
}

body.pb-microsite .pb-calculator-shell input:not([type="radio"], [type="checkbox"], [type="submit"]),
body.pb-microsite .pb-calculator-shell select,
body.pb-microsite .pb-calculator-shell textarea {
	width: 100% !important;
	padding: 0.72rem 0.9rem !important;
	border: 1px solid rgba(31, 23, 18, 0.17) !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(31, 23, 18, 0.045), 0 5px 16px rgba(31, 23, 18, 0.025) !important;
	color: var(--pb-color-ink) !important;
	font: inherit;
	font-size: 0.92rem;
	transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

body.pb-microsite .pb-calculator-shell input:not([type="radio"], [type="checkbox"], [type="submit"]),
body.pb-microsite .pb-calculator-shell select {
	min-height: 46px !important;
}

body.pb-microsite .pb-calculator-shell textarea {
	min-height: 120px !important;
}

body.pb-microsite .pb-calculator-shell input:not([type="radio"], [type="checkbox"], [type="submit"]):not(:disabled):hover,
body.pb-microsite .pb-calculator-shell select:not(:disabled):hover,
body.pb-microsite .pb-calculator-shell textarea:not(:disabled):hover {
	border-color: rgba(31, 23, 18, 0.32) !important;
	box-shadow: 0 2px 4px rgba(31, 23, 18, 0.055), 0 7px 18px rgba(31, 23, 18, 0.035) !important;
}

body.pb-microsite .pb-calculator-shell input:not([type="radio"], [type="checkbox"], [type="submit"]):not(:disabled):focus,
body.pb-microsite .pb-calculator-shell select:not(:disabled):focus,
body.pb-microsite .pb-calculator-shell textarea:not(:disabled):focus {
	border-color: var(--pb-color-ember) !important;
	box-shadow: 0 0 0 3px rgba(217, 109, 22, 0.12), 0 6px 18px rgba(31, 23, 18, 0.045) !important;
	outline: none !important;
}

body.pb-microsite .pb-calculator-shell input::placeholder,
body.pb-microsite .pb-calculator-shell textarea::placeholder {
	color: rgba(35, 48, 65, 0.58);
	opacity: 1;
}

.pb-calculator-shell .pb-custom-select {
	position: relative;
}

body.pb-microsite .pb-calculator-shell .pb-custom-select__native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip-path: inset(50%);
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

body.pb-microsite .pb-calculator-shell .pb-custom-select__button {
	display: flex !important;
	width: 100% !important;
	min-height: 46px !important;
	align-items: center;
	justify-content: space-between !important;
	gap: 0.75rem;
	padding: 0.72rem 0.9rem !important;
	border: 1px solid rgba(31, 23, 18, 0.17) !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(31, 23, 18, 0.045), 0 5px 16px rgba(31, 23, 18, 0.025) !important;
	color: var(--pb-color-ink) !important;
	cursor: pointer;
	font: inherit !important;
	font-size: 0.92rem !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	text-align: left !important;
	transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

body.pb-microsite .pb-calculator-shell .pb-custom-select__button.is-placeholder {
	color: rgba(35, 48, 65, 0.5) !important;
}

body.pb-microsite .pb-calculator-shell .pb-custom-select__button:not(:disabled):hover {
	border-color: rgba(31, 23, 18, 0.32) !important;
	box-shadow: 0 2px 4px rgba(31, 23, 18, 0.055), 0 7px 18px rgba(31, 23, 18, 0.035) !important;
}

body.pb-microsite .pb-calculator-shell .pb-custom-select__button:focus-visible,
body.pb-microsite .pb-calculator-shell .pb-custom-select.is-open .pb-custom-select__button {
	border-color: var(--pb-color-ember) !important;
	box-shadow: 0 0 0 3px rgba(217, 109, 22, 0.12), 0 6px 18px rgba(31, 23, 18, 0.045) !important;
	outline: none !important;
}

body.pb-microsite .pb-calculator-shell .pb-custom-select__button:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.pb-calculator-shell .pb-custom-select__chevron {
	width: 0.52rem;
	height: 0.52rem;
	flex: 0 0 0.52rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-0.16rem);
	transition: transform 150ms ease;
}

.pb-calculator-shell .pb-custom-select.is-open {
	z-index: 60;
}

.pb-calculator-shell .pb-custom-select.is-open .pb-custom-select__chevron {
	transform: rotate(225deg) translate(-0.12rem, -0.05rem);
}

.pb-calculator-shell .pb-custom-select__list {
	position: absolute;
	top: calc(100% + 0.4rem);
	right: 0;
	left: 0;
	z-index: 60;
	max-height: 16rem;
	padding: 0.3rem;
	border: 1px solid rgba(31, 23, 18, 0.13);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(31, 23, 18, 0.16);
	overflow-y: auto;
}

.pb-calculator-shell .pb-custom-select__list[hidden] {
	display: none !important;
}

body.pb-microsite .pb-calculator-shell .pb-custom-select__option {
	display: flex !important;
	width: 100% !important;
	min-height: 40px !important;
	align-items: center;
	justify-content: space-between !important;
	gap: 0.75rem;
	padding: 0.62rem 0.72rem !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pb-color-ink) !important;
	cursor: pointer;
	font: inherit !important;
	font-size: 0.86rem !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	text-align: left !important;
}

body.pb-microsite .pb-calculator-shell .pb-custom-select__option:hover,
body.pb-microsite .pb-calculator-shell .pb-custom-select__option:focus-visible,
body.pb-microsite .pb-calculator-shell .pb-custom-select__option.is-active {
	background: rgba(217, 109, 22, 0.09) !important;
	color: var(--pb-color-ember-dark) !important;
	outline: none !important;
}

body.pb-microsite .pb-calculator-shell .pb-custom-select__option[aria-selected="true"] {
	background: rgba(147, 197, 51, 0.13) !important;
	color: var(--pb-color-forest-deep) !important;
	font-weight: 750 !important;
}

.pb-calculator-shell .pb-custom-select__option[aria-selected="true"]::after {
	color: var(--pb-color-forest);
	content: "✓";
	font-size: 0.8rem;
	font-weight: 850;
}

body.pb-microsite .pb-calculator-shell .gfield_error .pb-custom-select__button {
	border-color: #a82020 !important;
}

.pb-calculator-shell select:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.pb-calculator-shell .gfield_description {
	padding-top: 0.4rem;
	color: rgba(31, 23, 18, 0.56);
	font-size: 0.72rem;
}

.pb-calculator-shell .pb-address-suggest {
	position: relative;
}

.pb-calculator-shell .pb-calculator__delivery-place {
	display: flex;
	flex-direction: column;
}

.pb-calculator-shell .pb-calculator__delivery-place > .gfield_label {
	order: 1;
}

.pb-calculator-shell .pb-calculator__delivery-place > .ginput_container {
	order: 2;
}

.pb-calculator-shell .pb-calculator__delivery-place > .gfield_description {
	order: 3;
}

.pb-calculator-shell .pb-address-suggest__list {
	position: absolute;
	top: calc(100% + 0.35rem);
	right: 0;
	left: 0;
	z-index: 20;
	max-height: 15rem;
	border: 1px solid rgba(31, 23, 18, 0.18);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(31, 23, 18, 0.14);
	overflow-y: auto;
}

.pb-calculator-shell .pb-address-suggest__list[hidden] {
	display: none;
}

.pb-calculator-shell .pb-address-suggest__loading {
	position: absolute;
	top: calc(100% + 0.35rem);
	right: 0;
	left: 0;
	z-index: 21;
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 0.65rem;
	padding: 0.75rem 0.9rem;
	border: 1px solid rgba(31, 23, 18, 0.18);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(31, 23, 18, 0.14);
	color: rgba(31, 23, 18, 0.68);
	font-size: 0.82rem;
	font-weight: 500;
}

.pb-calculator-shell .pb-address-suggest__loading[hidden] {
	display: none;
}

.pb-calculator-shell .pb-address-suggest__spinner {
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(18, 58, 40, 0.2);
	border-top-color: var(--pb-color-forest);
	border-radius: 50%;
	animation: pb-address-spin 700ms linear infinite;
}

@keyframes pb-address-spin {
	to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
	.pb-calculator-shell .pb-address-suggest__spinner { animation: none; }
}

body.pb-microsite .pb-calculator-shell .pb-address-suggest__option {
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
	width: 100% !important;
	min-height: 0 !important;
	padding: 0.75rem 0.9rem !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(31, 23, 18, 0.08) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--pb-color-ink) !important;
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	text-align: left !important;
}

body.pb-microsite .pb-calculator-shell .pb-address-suggest__option:first-child {
	border-radius: 9px 9px 0 0 !important;
}

body.pb-microsite .pb-calculator-shell .pb-address-suggest__option:last-child {
	border-bottom: 0 !important;
	border-radius: 0 0 9px 9px !important;
}

body.pb-microsite .pb-calculator-shell .pb-address-suggest__option:hover,
body.pb-microsite .pb-calculator-shell .pb-address-suggest__option:focus-visible,
body.pb-microsite .pb-calculator-shell .pb-address-suggest__option.is-active {
	background: rgba(217, 109, 22, 0.1) !important;
	color: var(--pb-color-ember) !important;
	outline: none;
}

body.pb-microsite .pb-calculator-shell .gfield--type-consent > .gfield_description:not(.gfield_validation_message) {
	position: relative;
	margin-top: 0;
	padding: 0.3rem 0.5rem 0.3rem 1.35rem;
	border: 1px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: rgba(31, 23, 18, 0.54);
	font-size: 0.7rem;
	line-height: 1.4;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.pb-microsite .pb-calculator-shell .gfield--type-consent > .gfield_description:not(.gfield_validation_message, .pb-consent-info)::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: grid;
	width: 0.85rem;
	height: 0.85rem;
	border: 1px solid var(--pb-color-forest);
	border-radius: 50%;
	color: var(--pb-color-forest);
	content: "i";
	font-size: 0.55rem;
	font-weight: 850;
	font-style: normal;
	line-height: 1;
	place-items: center;
	transform: translateY(-50%);
}

body.pb-microsite .pb-calculator-shell .pb-consent-info__trigger {
	position: absolute;
	top: 50%;
	left: -0.45rem;
	display: grid;
	width: 0.9rem !important;
	min-width: 0 !important;
	height: 0.9rem !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--pb-color-forest) !important;
	border-radius: 50% !important;
	background: var(--pb-color-paper) !important;
	box-shadow: none !important;
	color: var(--pb-color-forest) !important;
	cursor: pointer;
	font: inherit;
	font-size: 0.55rem;
	font-weight: 850;
	line-height: 1;
	place-items: center;
	transform: translateY(-50%);
}

body.pb-microsite .pb-calculator-shell .pb-consent-info__trigger:hover,
body.pb-microsite .pb-calculator-shell .pb-consent-info__trigger:focus-visible {
	background: var(--pb-color-forest) !important;
	box-shadow: 0 0 0 3px rgba(53, 100, 76, 0.14) !important;
	color: var(--pb-color-paper) !important;
	outline: none !important;
}

body.pb-microsite .pb-calculator-shell .pb-consent-info.is-highlighted {
	border-color: rgba(53, 100, 76, 0.58);
	box-shadow: 0 0 0 1px rgba(53, 100, 76, 0.14);
}

.pb-calculator-shell .gfield--type-consent.pb-consent-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.45rem 1.5rem;
}

.pb-calculator-shell .pb-consent-actions > .gfield_label {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
	white-space: nowrap;
}

.pb-calculator-shell .pb-consent-actions > .ginput_container_consent {
	grid-row: 1;
	grid-column: 1;
	min-width: 0;
}

.pb-calculator-shell .pb-consent-actions > .gfield_description {
	grid-row: 2;
	grid-column: 1 / -1;
}

.pb-calculator-shell .pb-consent-actions > .gform_footer {
	grid-row: 1;
	grid-column: 2;
	align-self: center;
	margin: 0;
}

.pb-calculator-shell .pb-consent-actions > .gfield_validation_message {
	grid-row: 3;
	grid-column: 1 / -1;
}

body.pb-microsite .pb-calculator-shell .gfield--type-consent .gfield_consent_description_text {
	max-height: none;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

body.pb-microsite .pb-calculator-shell .gfield--type-consent .gfield_consent_description_text:focus,
body.pb-microsite .pb-calculator-shell .gfield--type-consent .gfield_consent_description_text:focus-visible {
	border-color: transparent !important;
	border-radius: 4px;
	box-shadow: none !important;
	outline: 2px solid rgba(53, 100, 76, 0.42) !important;
	outline-offset: 4px;
}

.pb-calculator-shell .gfield_radio {
	display: flex;
	flex-direction: row !important;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.pb-calculator-shell .gchoice {
	position: relative;
	display: block !important;
	flex: 0 0 auto;
}

.pb-calculator-shell .gchoice input[type="radio"] {
	position: absolute;
	top: 50%;
	left: 0.85rem;
	z-index: 1;
	width: 18px;
	height: 18px;
	margin: 0 !important;
	accent-color: var(--pb-color-forest);
	cursor: pointer;
	opacity: 1;
	transform: translateY(-50%);
}

.pb-calculator-shell .gchoice label {
	display: flex;
	width: auto;
	min-height: 48px;
	align-items: center;
	justify-content: flex-start;
	margin: 0 !important;
	padding: calc(0.7rem + 1px) 1rem calc(0.7rem - 1px) 2.35rem;
	border: 1px solid rgba(31, 23, 18, 0.2);
	border-radius: 9px;
	background: #fff;
	cursor: pointer;
	font-size: 0.8625rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	white-space: nowrap;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.pb-calculator-shell .gchoice:hover input:not(:checked) + label {
	border-color: var(--pb-color-ember);
	background: rgba(217, 109, 22, 0.07);
	color: var(--pb-color-ember);
}

.pb-calculator-shell .gchoice input:checked + label {
	border-color: var(--pb-color-forest);
	background: var(--pb-color-forest);
	color: #fff;
}

.pb-calculator-shell .gchoice:hover input:checked + label {
	background: #214b36;
}

.pb-calculator-shell .gchoice input:focus-visible + label {
	outline: 3px solid rgba(217, 109, 22, 0.3);
	outline-offset: 2px;
}

.pb-calculator-summary {
	padding: clamp(1.25rem, 3vw, 2rem);
	border-radius: 1rem;
	background: var(--pb-color-forest);
	color: var(--pb-color-paper);
}

.pb-calculator-summary p {
	margin: 0;
}

.pb-calculator-summary > p:first-child::before {
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	margin-right: 0.55rem;
	background: var(--pb-color-leaf);
	content: "";
	vertical-align: -0.32rem;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2.5' width='16' height='19' rx='2'/%3E%3Crect x='7' y='5.5' width='10' height='4' rx='.7'/%3E%3Cpath d='M8 13h.01M12 13h.01M16 13h.01M8 17h.01M12 17h.01M16 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2.5' width='16' height='19' rx='2'/%3E%3Crect x='7' y='5.5' width='10' height='4' rx='.7'/%3E%3Cpath d='M8 13h.01M12 13h.01M16 13h.01M8 17h.01M12 17h.01M16 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pb-calculator-summary__eyebrow {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pb-calculator-summary__price {
	margin-block: 0.25rem 0.5rem !important;
	font-size: clamp(2rem, 6vw, 3.5rem);
	font-weight: 700;
	line-height: 1;
	color: var(--pb-color-leaf);
}

.pb-calculator-summary__note {
	margin-top: 0.75rem !important;
	font-size: 0.875rem;
	opacity: 0.8;
}

.pb-calculator-summary__contact-title {
	max-width: 32ch;
	margin-block: 0.35rem 0.75rem !important;
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	font-weight: 700;
	line-height: 1.08;
	color: var(--pb-color-leaf);
}

.pb-calculator-summary__contact-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 1.25rem !important;
}

body.pb-microsite .pb-calculator-summary__contact-links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	color: var(--pb-color-paper);
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.pb-microsite .pb-calculator-summary__contact-links a:hover,
body.pb-microsite .pb-calculator-summary__contact-links a:focus-visible {
	border-color: var(--pb-color-leaf);
	background: var(--pb-color-leaf);
	color: var(--pb-color-forest);
}

.pb-calculator-summary--invalid .pb-calculator-summary__contact-title {
	color: var(--pb-color-paper);
}

.pb-calculator-shell .gform_footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5rem;
	padding: 0;
}

body.pb-microsite .pb-calculator-shell .gform_footer .gform_button {
	appearance: none;
	display: inline-flex !important;
	min-height: 52px !important;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.5rem !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--pb-color-ember) !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	font: inherit !important;
	font-size: 0.86rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.pb-microsite .pb-calculator-shell .gform_footer .gform_button:hover,
body.pb-microsite .pb-calculator-shell .gform_footer .gform_button:focus-visible {
	background: #f08025 !important;
	box-shadow: none !important;
	transform: translateY(-2px);
}

body.pb-microsite .pb-calculator-shell .gform_footer .gform_button:focus-visible {
	outline: 3px solid rgba(217, 109, 22, 0.28);
	outline-offset: 3px;
}

body.pb-microsite .pb-calculator-shell .gfield_error input,
body.pb-microsite .pb-calculator-shell .gfield_error select,
body.pb-microsite .pb-calculator-shell .gfield_error textarea {
	border-color: #a82020 !important;
}

@media (min-width: 901px) {
	.pb-calculator-shell .gfield[id$="_10"] {
		grid-column: 1 / 13 !important;
		grid-row: 4;
	}

	.pb-calculator-shell .gfield[id$="_11"] {
		grid-column: 1 / 7 !important;
		grid-row: 5;
	}

	.pb-calculator-shell .gfield[id$="_12"] {
		grid-column: 7 / 13 !important;
		grid-row: 5;
	}

	.pb-calculator-shell .gfield[id$="_13"] {
		grid-column: 1 / 13 !important;
		grid-row: 6;
	}

	.pb-calculator-shell .gfield[id$="_14"] {
		display: flex;
		grid-column: 13 / -1 !important;
		grid-row: 4 / span 3;
		flex-direction: column;
	}

	.pb-calculator-shell .gform_wrapper:not(.pb-calculator--has-delivery) .gfield[id$="_14"] {
		grid-row: 4 / span 2;
	}

	.pb-calculator-shell .gform_wrapper:not(.pb-calculator--has-delivery) .gfield[id$="_14"] textarea {
		height: calc(120px + 0.9rem) !important;
		min-height: calc(120px + 0.9rem) !important;
		flex: none;
	}

	.pb-calculator-shell .gfield[id$="_14"] .ginput_container_textarea {
		display: flex;
		flex: 1;
	}

	.pb-calculator-shell .gfield[id$="_14"] textarea {
		min-height: 100%;
	}
}

@media (max-width: 900px) {
	.pb-calculator-shell .gform_fields {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.pb-calculator-shell .pb-calculator__category,
	.pb-calculator-shell .pb-calculator__form,
	.pb-calculator-shell .pb-calculator__length,
	.pb-calculator-shell .gfield--type-name,
	.pb-calculator-shell .gfield--type-phone,
	.pb-calculator-shell .gfield--type-email {
		grid-column: span 4 !important;
	}

	.pb-calculator-shell .pb-calculator__quantity {
		grid-column: span 3 !important;
	}

	.pb-calculator-shell .pb-calculator__unit {
		grid-column: span 9 !important;
	}
}

@media (max-width: 680px) {
	.pb-calculator-shell .gform_fields {
		grid-template-columns: 1fr !important;
	}

	.pb-calculator-shell .gfield,
	.pb-calculator-shell .gfield--type-radio,
	.pb-calculator-shell .gfield--type-phone,
	.pb-calculator-shell .gfield--type-email {
		grid-column: 1 / -1 !important;
	}

	.pb-calculator-shell .pb-calculator__quantity {
		max-width: none;
	}

	.pb-calculator-shell .gchoice {
		flex: 1 1 100%;
	}

	.pb-calculator-shell .gchoice label {
		width: 100%;
	}

	.pb-calculator-shell .gform_footer,
	.pb-calculator-shell .gform_button {
		width: 100%;
	}

	.pb-calculator-shell .gfield--type-consent.pb-consent-actions {
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.pb-calculator-shell .pb-consent-actions > .ginput_container_consent,
	.pb-calculator-shell .pb-consent-actions > .gfield_description,
	.pb-calculator-shell .pb-consent-actions > .gform_footer {
		grid-row: auto;
		grid-column: 1;
	}
}
