@-webkit-keyframes gradient {
	0% {
		background-size: 100%;
	}

	50% {
		background-size: 300%;
	}

	100% {
		background-size: 100%;
	}
}

@keyframes gradient {
	0% {
		background-size: 100%;
	}

	50% {
		background-size: 300%;
	}

	100% {
		background-size: 100%;
	}
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: 700;
}

button,
select {
	text-transform: none;
}

[type=submit],
[type=reset],
button,
html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.component.widget {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width:1024px) {
	.hot {
		display: none;
	}
}

.sot {
	display: none;
}

@media screen and (max-width:1024px) {
	.sot {
		display: block;
	}
}

.cap {
	text-transform: capitalize;
}

.b-rad {
	border-radius: 1.563em;
}

.pad-inner {
	padding-top: 2em;
	padding-bottom: 3.188em;
	padding-left: 3.5em;
	padding-right: 3.5em;
	box-shadow: 0px 0px 10px #d2d2d2;
}

body.exporting .pad-inner {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 2em;
	padding-right: 2em;
}

.pad-inner label {
	font-weight: 500;
}

@media screen and (max-width:668px) {
	.pad-inner {
		padding-top: 2.188em;
		padding-bottom: 2.188em;
		padding-left: 2em;
		padding-right: 2em;
	}
}

@media screen and (max-width:400px) {
	.pad-inner {
		padding-top: 1.588em;
		padding-bottom: 2em;
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}

.inputs-input-wrap {
	position: relative;
}

.inputs-input input[type=range] {
	-webkit-appearance: none;
	background: none;
	/* fill the padded container */
	width: calc(100% - 5rem);
	padding: 15px 0;
}

@media screen and (max-width:1024px) {
	.inputs-input input[type=range] {
		width: calc(100% - 5em);
	}
}

.inputs-input input[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background-color: #E9E9E9;
	-webkit-appearance: none;
}

.inputs-input input[type=range]::-webkit-slider-thumb {
	width: 28px;
	height: 28px;
	margin-top: -12px;
	border-radius: 50%;
	background: #8235E4;
	cursor: ew-resize;
	-webkit-appearance: none;
	position: relative;
	z-index: 2;
}

.inputs-input .labels {
	/* match the same padded container as the input */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0.5em;
	width: 100%;
}

header.h1 h1 {
	/* font-weight: 400; */
	font-size: 4.375em;
}

@media screen and (max-width:668px) {
	header.h1 h1 {
		font-size: 3.125em;
	}
}

@media screen and (max-width:400px) {
	header.h1 h1 {
		font-size: 2.925em;
	}
}

.h2-heading {
	font-size: 2.125em;
	line-height: 1.05;
	font-weight: 600;
	color: #45108A;
	margin: 0 auto 30px;
}

@media screen and (max-width:1024px) {
	.h2-heading {
		margin: 0 auto 1.275em;
	}
}

@media screen and (max-width:668px) {
	.h2-heading {
		font-size: 1.825em;
	}
}

@media screen and (max-width:400px) {
	.h2-heading {
		font-size: 1.65em;
	}
}

.mid {
	font-size: 1.5em;
}

.lrg {
	font-size: 2.125em;
}

@media screen and (max-width:668px) {
	.lrg {
		font-size: 1.825em;
	}
}

@media screen and (max-width:400px) {
	.lrg {
		font-size: 1.65em;
	}
}

.xlrg {
	font-weight: 600;
	font-size: 3.125em;
}

@media screen and (max-width:668px) {
	.xlrg {
		font-size: 2.125em;
	}
}

@media screen and (max-width:400px) {
	.xlrg {
		font-size: 1.925em;
	}
}

.pso_component {
	background-color: #ffffff;
	font-size: 1.125em;
	font-size: 18px;
	padding: 35px 20px;
	border: none !important;
	outline: none !important;
}

.pso_component-wrap {
	display: flex;
}

@media screen and (max-width:1024px) {
	.pso_component {
		font-size: 16px;
		padding: 35px 0;
	}

	.pso_component-wrap {
		display: flex;
		flex-direction: column;
	}	

	/* .pso_component-wrap div:first-child {
		margin: 0 0 30px 0;
	}  */
}

@media screen and (max-width:668px) {
	.pso_component {
		font-size: 14px;
	}
}

@media (min-width: 580px) and (max-width:1024px) {
	.pso_component {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.pso_component .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pso_component-header {
	background-color: #8235E4;
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pso_component-header header {
	padding-top: 3.375em;
	padding-bottom: 3.375em;
	padding-left: 3.5em;
	padding-right: 3.5em;
	max-width: 40em;
	margin: 0 auto;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body.exporting .pso_component-header header {
	padding-top: 2em;
	padding-bottom: 4em;
}

@media screen and (max-width:668px) {
	.pso_component-header header {
		padding-top: 6.375em;
		padding-bottom: 6.375em;
	}
}

.pso_component-header header h1 {
	margin: 0;
	text-align: center;
}

.pso_component-header header p {
	text-align: center;
}

.pso_component .unit-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5em;
	/* margin: 2em auto 0; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.exporting .pso_component .unit-toggle {
	display: none;
}

.pso_component .unit-toggle input {
	display: none;
}

.pso_component .unit-toggle .toggle-track {
	position: relative;
	width: 50px;
	height: 24px;
	background: #45108A;
	border-radius: 12px;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.pso_component .unit-toggle .toggle-thumb {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #F5F5F5;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.pso_component .unit-toggle input:checked+.toggle-track .toggle-thumb {
	-webkit-transform: translateX(26px);
	transform: translateX(26px);
}

.pso_component .unit-toggle .usd-symbol,
.pso_component .unit-toggle .gbp-symbol {
	/* font-weight: bold; */
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.pso_component .unit-toggle input:not(:checked)~.usd-symbol {
	opacity: 1;
}

.pso_component .unit-toggle input:checked~.gbp-symbol {
	opacity: 1;
}

.pso_component-inner {
	padding-bottom: 30px;
	/* -webkit-transform: translateY(-6em);
	transform: translateY(-6em); */
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body.exporting .pso_component-inner {
	padding-top: 1em;
	padding-bottom: 1em;
}

@media (min-width: 993px) {
	.pso_component-inner .calc-questions {
		flex: 1.5;
		margin-right: 30px;
	}

	.pso_component-inner .calc-answers {
		flex: 1;
	}
}

@media (max-width: 992px) {
	.pso_component-inner>.row {
		flex-direction: column;
	}

	.pso_component-inner .calc-questions {
		margin-bottom: 30px;
		width: 100%;
	}
}

@media only screen and (max-width: 375px) {
	main .row.pso_component-inner {
		margin-left: auto;
		margin-right: auto;
	}
}


.pso_component-inner.grid {
	grid-row-gap: 1.875rem;
	row-gap: 1.875rem;
}

.pso_component-inner>.row {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.pso_component-inner>.row {
		margin-bottom: 20px;
	}
}

body.exporting .pso_component-inner#ex2 {
	-webkit-transform: translate(0);
	transform: translate(0);
}

.pso_component .calc-questions {
	background-color: rgb(255, 255, 255);
}

.pso_component .calc-questions .inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3.188rem;
}

.pso_component .calc-questions .inputs-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.625rem;
}

.pso_component .calc-questions .inputs-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.375rem;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
    .pso_component .calc-questions .inputs-input-wrap {
        gap: 1rem;
    }

    .pso_component .calc-questions .inputs-input-wrap .track-cover {
        width: calc(100% - 3rem - 40px) !important;
    }

    .inputs-input input[type=range] {
        width: calc(100% + 3rem - 35px);
    }

    .pso_component .calc-questions .inputs-input .labels {
        width: calc(100% - 2rem - 40px) !important;
    }
}

.pso_component .calc-questions .inputs-input-wrap .track-cover {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #8235E4;
	height: 5px;
	width: calc(100% - 5em - 28px);
	pointer-events: none;
	z-index: 0;
}

@media (max-width: 992px) {
	.pso_component .calc-questions .inputs-input-wrap .track-cover {
		width: calc(100% - 6em - 28px);
	}
}

.pso_component .calc-questions .inputs-input-wrap .output {
	width: 5rem;
	font-weight: 600;
	font-size: 1.213em;
	position: relative;
}

@media screen and (max-width:1024px) {
	.pso_component .calc-questions .inputs-input-wrap .output {
		text-align: right;
	}
}

.pso_component .calc-questions .inputs-input-wrap .output>span {
	width: auto;
	font-weight: 600;
	font-size: 1.313em;
	position: relative;
}


.pso_component .calc-questions .inputs-input-wrap .output>span:after {
	content: "";
	width: 100%;
	position: absolute;
	background-color: #45108A;
	bottom: 0px;
	height: 2px;
	left: 0;
}

.pso_component .calc-questions .inputs-input .labels {
	width: calc(100% - 5rem - 28px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width:1024px) {
	.pso_component .calc-questions .inputs-input .labels {
		width: calc(100% - 5em);
	}
}

.pso_component .calc-questions .inputs-input .labels-label {
	font-size: 0.75em;
	font-weight: 600;
}

.pso_component .calc-questions .inputs-input .labels-label.size2 {
	font-size: 1.125em;
	/* font-weight: 200; */
}

.pso_component .calc-answers {
	background-color: rgb(255, 255, 255);
	width: 100%;
}

.pso_component .calc-answers .outputs {
	padding-top: 4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4.5em;
}

/* @media (max-width: 768px) {
	.pso_component .calc-answers .outputs {
		padding-top: 0;
	}
} */

.pso_component .calc-answers .outputs-output {
	gap: 3.188em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.625em;
}

.pso_component .calc-answers .outputs-output-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.pso_component .calc-answers .outputs-output-wrap-value {
	font-weight: 600;
	min-width: calc(2 * calc((100vw - 10.876rem - 15 * 1.875rem) / 16) + 2 * 1.875rem);
}

.pso_component .calc-answers .outputs-output-wrap-value>.val {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 600;
}

.pso_component .calc-answers .outputs-output-wrap-value>.val:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #8235E4;
}

.pso_component .calc-answers .outputs-output-wrap-label {
	line-height: 1;
	height: 1em;
	font-weight: 600;
	margin-bottom: 5px;
}

.pso_component .calc-answers .outputs-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5em;
}

.pso_component .calc-assumptions {
	background-color: rgb(255, 255, 255);
}

.pso_component .calc-assumptions .assumption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.45em;
}

.pso_component .calc-assumptions .assumption .calc-assumptions-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.75em;
}

.pso_component .calc-assumptions .assumption .calc-assumptions-wrap-value {
	font-weight: 600;
	position: relative;
}

.pso_component .calc-assumptions .assumption .calc-assumptions-wrap-value:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #8235E4;
}

.pso_component .calc-assumptions .assumption .calc-assumptions-wrap-label {
	padding-left: 0.25em;
	font-weight: 600;
}

.pso_component .calc-goals {
	background-color: #F5F5F5;
	margin: 30px 0;
}

.pso_component .calc-goals-wrap {
	position: relative;
}

.pso_component .calc-goals-wrap input {
	width: 100%;
}

.pso_component .calc-goals-wrap .track-cover {
	position: absolute;
	left: 0;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #8235E4;
	height: 8px;
	width: 100%;
	pointer-events: none;
	z-index: 0;
}

.pso_component .calc-goals-wrap .labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pso_component .calc-goals-wrap .labels-label {
	width: 33.334%;
}

.pso_component .calc-goals-wrap .labels-label:nth-child(2) {
	text-align: center;
}

.pso_component .calc-goals-wrap .labels-label:nth-child(3) {
	text-align: right;
}

.pso_component .calc-results {
	background-color: #8235E4;
	color: rgb(255, 255, 255);
	margin-bottom: 30px;
}

.pso_component .calc-results .h2-heading {
	color: rgb(255, 255, 255);
}

.pso_component .calc-results>.grid {
	display: grid;
	grid-column-gap: 1.875rem;
    grid-row-gap: 2.125rem;	
	margin-top: 2.75em;
}

@media (min-width: 1024px) {
	.pso_component .calc-results>.grid.grid_12{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.pso_component .calc-results>.grid .results-result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 0em;
	max-width: 100%;
}

@media screen and (max-width:1024px) {
	.pso_component .calc-results>.grid .results-result {
		gap: 1.5em;
	}
}

.pso_component .calc-results>.grid .results-result>label {
	font-weight: 300;
}

@media screen and (max-width:1024px) {
	.pso_component .calc-results>.grid .results-result>label {
		margin-bottom: 0.65em;
	}
}

.pso_component .calc-results>.grid .results-result-value {
	/* min-width: calc(2 * calc((100vw - 10.876rem - 15 * 1.875rem) / 16) + 1 * 1.875rem); */
	margin-right: 20px;
}

.pso_component .calc-results>.grid .results-result-value::before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.3) * 0.5em);
}

@media screen and (max-width:1024px) {
	.pso_component .calc-results>.grid .results-result-value {
		min-width: calc(4 * calc((100vw - 10.876rem - 15 * 1.875rem) / 16) + 3 * 1.875rem);
	}
}

.pso_component .calc-results>.grid .results-result-value>div {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	font-weight: 600;
}

.pso_component .calc-results>.grid .results-result-value>div:after {
	content: "";
	background-color: #B37CE0;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
}

.pso_component .calc-save {
	background-color: #45108A;
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.25em;
}

.pso_component .calc-save .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.25em;
}

.pso_component .calc-save .wrap .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width:1024px) {
	.pso_component .calc-save .wrap .block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0.25em;
	}
}

.pso_component .calc-save .wrap .block .saving {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.875em;
}

@media screen and (max-width:1024px) {
	.pso_component .calc-save .wrap .block .saving {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0.975em;
	}
}

.pso_component .calc-save .wrap .block .saving .value {
	min-width: calc(2 * calc((100vw - 10.876rem - 15 * 1.875rem) / 16) + 2 * 1.875rem);
}

.pso_component .calc-save .wrap .block .saving .value .sv {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	font-weight: 600;
}

.pso_component .calc-save .wrap .block .saving .value .sv:after {
	content: "";
	background-color: #B37CE0;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
}

@media screen and (max-width:1024px) {
	.pso_component .calc-save .wrap .block .costSaving {
		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: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
}

.pso_component .calc-total {
	background-color: #45108A;
	color: rgb(255, 255, 255);
	margin: 30px 0;
}

@media screen and (max-width:1024px) {
	.pso_component .calc-total {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.5em;
	}
}

.pso_component .calc-total-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	gap: 0.25em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 600;
}

.pso_component .calc-total-value:after {
	content: "";
	background-color: #B37CE0;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
}

@media screen and (max-width:1024px) {
	.pso_component .calc-total-value:after {
		content: none;
	}
}

@media screen and (max-width:1024px) {
	.pso_component .calc-total-value .value {
		display: contents;
	}
}

.pso_component .calc-export {
	/* background-color: rgb(255, 255, 255); */
	box-shadow: none;
	color: #232323;
}

body.exporting .pso_component .calc-export {
	display: none;
}

.pso_component .calc-export button {
	border: none;
}

.pso_component .calc-export button {
	cursor: pointer;
}

/* .pso_component .calc-export>button {
	border-radius: 1.5rem;
	background-color: #8235E4;
	color: #232323;
	padding: 0.5rem 1.75rem;
	outline: 0;
	border: 0;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	cursor: pointer;
} */

/* .pso_component .calc-export>button:hover {
	background-color: #45108A;
} */


#pso_marketo_form {
	margin-bottom: 50px;
}