.v-f-save [data-bg="light-cyan"] {
	background-color: #e5f6fd;
}
.v-f-save [data-bg="dark-cyan"] {
	background-color: #004d71;
	color:#fff !important;
}
@media (min-width:48em) {
	.v-f-save #header {
		padding-bottom:0.25rem;
	}
}

.v-f-save .btn-contact {
    display: inline-block;
    position: relative;
    font-size: 0.8rem;
    padding-left: 1.875em;
    font-weight: 600;
    min-width: 8.5rem;
}
.v-f-save .btn-contact::before {
    content:'\f054';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:0.5625em; 
	left: 0.75em;
	font-weight: 600;
}
.v-f-save .btn-contact.green {
    color: #fff !important;
    background-color: #7cc242;
}
.v-f-save .btn-contact.green::before {
    color: #fff !important;
}
.v-f-save .btn-contact.green.btn-border {
    color: #7cc242 !important;
    background: none;
}
.v-f-save .btn-contact.green.btn-border::before {
    color: #7cc242 !important;
}
.v-f-save .btn-contact.green.btn-border::after {
    border-color: #7cc242;
}
.v-f-save .btn-orange {
	color: #fff !important;
	background: #e06a2d;
	width: 100%;
	border: none;
}
.v-f-save .btn-orange::after {
	border: none;
}

.v-f-save .btn-outline.cyan {
    color: rgb(0,173,239) !important;
}
.v-f-save .btn-outline.cyan::after {
    border-color: rgb(0,173,239);
    border-width:  0.125rem;
}

.v-f-save .btn-download {
	background:rgb(0,173,239);
	color:#fff !important;
	position:relative;
	padding:0.5625em 2em 0.5625em 0.75em;
	text-align: left;
}
.v-f-save .btn-download::after {
	content:'\f33d';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:0.5625em;
	right:0.5625em;
}
.v-f-save .btn-download.left {
	padding:0.5625em 0.75em 0.5625em 2em;
}
.v-f-save .btn-download.left::after {
	top:0.5625em;
	right:calc(100% - 0.5625em);
	transform: translateX(100%);
}
.v-f-save .select-wrapper {
    position: relative;
}
.v-f-save .select-wrapper:hover {
    cursor: pointer;
}
.v-f-save .select-wrapper select {
    width: 100%;
    padding: 0.375em 2.5em 0.375em 0.5em !important;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    border: none;
    outline: none;
    border-radius: 0.25em;
    background: #eee;
}
.v-f-save .select-wrapper select:hover {
    cursor: pointer;
}
.v-f-save .select-wrapper::before {
    pointer-events: none;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0.675em;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

.v-f-save .banner {
    overflow: hidden;
}
.v-f-save .banner h1 {
    font-weight: 300;
}
@media (min-width: 48em) {
    .v-f-save .banner {
        min-height: unset;
    }
    .v-f-save .banner h1 {
        font-size: 1.875rem;
    }
    .v-f-save .banner > .span {
        padding: 3.5em 0 !important;
    }
}
.v-f-save .banner .banner_links li {
    margin-bottom: 0.75em;
}
.v-f-save .banner .banner_links li:last-child {
    margin-bottom: 0;
}
.v-f-save .banner .banner_links li a {
    width: 100%;
}
.v-f-save .banner .banner_links li a.btn-download {
    background: none;
    border: 1px solid #fff;
}
.v-f-save .banner .banner_links li a.btn-download::before {
    display: none;
}
.v-f-save .fsave_row h2 {
    color: #000;
    font-size: 2.5em;
}
.v-f-save .fsave_row h2 strong {
    font-weight: 900;
}
.v-f-save .fsave_row img {
    display: block !important;
}
.v-f-save #key_benefits > .span > picture img {
    margin-top: -2em;
}
.v-f-save #key_benefits h3 {
    color: #00adef;
    font-size: 1.5em;
}
.v-f-save #key_benefits .tick-list li {
	position: relative;
	padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}
.v-f-save #key_benefits .tick-list li::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
	color: #00adef;
	position: absolute;
	left: 0;
	top: 1.15em;
	transform: translateY(-50%);
	font-size: .65em;
    display: flex;
    width: 2em;
    height: 2em;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: #00adef 0.25em solid;
    font-weight: 800;
}
.v-f-save .enquiry_row {
    background: #effaff;
}
.v-f-save .enquiry_row > .span > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.v-f-save .enquiry_row > .span > div h2 {
    font-weight: 200;
    color: #000;
    margin-bottom: 1.5em;
}
.v-f-save .enquiry_row > .span > div .cta_links a {
    width: 100%;
    font-size: 1.143em;
    font-weight: 600;
}
.v-f-save #why_choose_fsave_2 {
    display: none;
}
.v-f-save #savings_calc {
    border-radius: 1rem;
    color: #000;
}
.v-f-save #savings_calc > div {
    padding: 1em;
}
.v-f-save #savings_calc h2 {
    color: #00adef !important;
    padding-right: 50%;
    position: relative;
    font-size: 1.5em;
    font-weight: 300;
}
.v-f-save #savings_calc input {
    padding: 0.125em 0.25em;
}
.v-f-save #savings_calc input, #savings_calc label {
    width: 100%;
}
.v-f-save #savings_calc h2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #004d71 url('/images/content/f-save/f-save-logo-white.svg') center center / auto 75% no-repeat;
    height: 2.5em;
    aspect-ratio: 2 / 1;
    border-radius: 2.5em;
}
.v-f-save #savings_calc .form-row {
    margin-bottom: 1.875em;
    margin-right: 0;
    margin-left: 0;
}
.v-f-save #savings_calc .form-row#form_row_1 {
    justify-content: space-between;
}
.v-f-save #savings_calc .form-row#form_row_1 > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.v-f-save #savings_calc .form-row#form_row_1 > div:first-child {
    flex: 0 0 calc(43% - 0.25rem);
    max-width: calc(43% - 0.25rem);
}
.v-f-save #savings_calc .form-row#form_row_1 > div:last-child {
    flex: 0 0 calc(57% - 0.25rem);
    max-width: calc(57% - 0.25rem);
}
.v-f-save #savings_calc .form-row#form_row_2 {
    flex-direction: column;
}
.v-f-save #savings_calc .form-row#form_row_2 > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    position: relative;
}
.v-f-save #savings_calc .form-row#form_row_2 > div > div:nth-child(1) {
    flex: 0 0 calc(100% - 4.5em);
    max-width: calc(100% - 4.5em);
}
.v-f-save #savings_calc .form-row#form_row_2 > div > div:nth-child(2) {
    flex: 0 0 4em;
    max-width: 4em;
}
.v-f-save #savings_calc .form-row#form_row_2 > div > div:nth-child(2) input {
    height: 100%;
}
.v-f-save #savings_calc .form-row#form_row_2 .remove-nested {
    position: absolute;
    left: calc(100% + 0.35em);
    top: 50%;
    transform: translateY(-50%);
    width: 1.25em;
    height: 1.25em;
}
.v-f-save #savings_calc .form-row#form_row_2 .remove-nested img {
    width: 1.25em;
    height: 1.25em;
}
.v-f-save #savings_calc .form-row#form_row_2 > button {
    color: #00adef;
}
.v-f-save #savings_calc .calc_results h3 {
    color: #00adef;
    font-weight: 300;
    font-size: 1.5em;
}
.v-f-save #savings_calc .calc_results table {
    width: 100%;
    margin: 0.75em 0 1.5em;
}
.v-f-save #savings_calc .calc_results table tr {
    border-bottom: 1px solid black;
}
.v-f-save #savings_calc .calc_results table tr td {
    padding: 0.5em 0.25em;
}
.v-f-save #savings_calc .calc_results table tr td:last-child {
    text-align: right;
    color: #7cc242;
    font-weight: 800;
}
.v-f-save #savings_calc .calc_results table tr:last-child {
    border-bottom: none;
}
.v-f-save #savings_calc .calc_results table tr:nth-child(odd) {
    background: #f7f7f7;
}
.v-f-save #savings_calc .calc_results em {
    color: #00adef;
    font-size: .8em;
    display: block;
    margin-bottom: 2em;
}
.v-f-save #savings_calc .btn-calculate {
    background: #7cc242;
    color: #fff;
    font-weight: 600;
    width: 100%;
    font-size: 1.1em;
    padding: 0.5em 0;
}
@media (min-width:48em) {
    .v-f-save #savings_calc {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .v-f-save #savings_calc h2 {
        font-size: 2em;
    }
    .v-f-save #savings_calc > div {
        padding: 2em;
    }
    .v-f-save .banner .banner_links {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1em;
    }
    .v-f-save .banner .banner_links li {
        margin-right: 1em;
    }
    .v-f-save .banner .banner_links li:last-child {
        margin-right: 0;
    }
    .v-f-save .banner .banner_links li a {
        width: auto;
    }
    .v-f-save .banner .banner-featured-image {
        display: block !important;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: calc(100% + 2em);
    }
    .v-f-save .banner .banner-logo {
        position: absolute;
        top: 25%;
        left: calc(100% + ((100vw - 62em) / 2) + 2rem);
        transform: translateY(-50%);
        z-index: 1;
        width: 10rem;
        margin-bottom: 0;
    }
    .v-f-save #key_benefits h3 {
        font-size: 1.25em;
    }
    .v-f-save #key_benefits > .span > picture img {
        margin-top: 0;
        position: absolute;
        top: 0;
        left: -10em;
        width: 35em;
    }
    .v-f-save #why_choose_fsave {
        padding-bottom: 4em;
    }
    .v-f-save #why_choose_fsave_2 {
        display: block;
    }
    .v-f-save #why_choose_fsave_2 img {
        display: block !important;
        margin-top: -8em;
        margin-left: -2em;
    }
    .v-f-save .enquiry_row > .span > div {
        flex-direction: row;
        justify-content: space-between;
    }
    .v-f-save .enquiry_row > .span > div h2 {
        margin-bottom: 0;
        font-size: 2em;
    }
    .v-f-save .enquiry_row > .span > div .cta_links {
        display: flex;
    }
    .v-f-save .enquiry_row > .span > div .cta_links > li {
        margin-left: 1em;
    }
    .v-f-save .enquiry_row > .span > div .cta_links a {
        width: auto;
    }
    .v-f-save #savings_calc {
        
    }
}
@media (min-width:62em) {
    .v-f-save #savings_calc h2 {
        font-size: 2.5em;
    }
    .v-f-save .banner .banner-logo {
        top: 40%;
        left: calc(100% + ((100vw - 62em) / 2) - 2rem);
        width: 11rem;
    }
    .v-f-save #key_benefits > .span > picture img {
        left: -5em;
    }
}
.v-f-save #what_is_fsave .lead {
    color: #00adef;
}
@media (min-width:75em) {
    .v-f-save .banner .banner-featured-image {
        height: calc(100% + 5em);
    }
    .v-f-save .banner .banner-logo {
        top: 35%;
        left: calc(100% + ((100vw - 62em) / 2) - 5rem);
        width: 14rem;
    }
    .v-f-save #what_is_fsave > .span {
        padding: 3.5em 0 4em;
    }
    .v-f-save #what_is_fsave img {
        position: absolute;
        top: -2em;
        left: 0;
        z-index: 1;
        width: calc(100% - 3em);
    }
    .v-f-save #key_benefits > .span {
        padding-top: 9em;
        padding-bottom: 1em;
    }
    .v-f-save #key_benefits .tick-list {
        display: flex;
        flex-wrap: wrap;
    }
    .v-f-save #key_benefits .tick-list li {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 2.5em;
    }
}
@media (min-width:80em) {
    .v-f-save .banner .banner-logo {
        left: calc(100% + 7rem);
    }
    .v-f-save #key_benefits > .span > picture img {
        left: -1em;
    }
}
 


.v-service-inner #productSelection .panel .fsave-ad {
    width: calc(100% + 1.25rem);
    padding: 5rem 6rem 1rem 0;
    margin-right: -1.25rem;
    margin-top: -1rem;
    position: relative;
    background: #fff url('/images/content/f-save/f-save-closeup-thumb.webp') right center / 5.5rem auto no-repeat;
}
.no-webp .v-service-inner #productSelection .panel .fsave-ad {
    background-image: url('/images/content/f-save/f-save-closeup-thumb.png');
}
.v-service-inner #productSelection .panel .fsave-ad a {
    color: #000 !important;
    font-weight: 400;
    display: block;
    font-size: 1em;
    position: relative;
    padding-right: 2.5em;
}
.v-service-inner #productSelection .panel .fsave-ad a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(100% + 1em);
    background: #004d71 url('/images/content/f-save/f-save-logo-white.svg') center center / auto 75% no-repeat;
    height: 3em;
    aspect-ratio: 2 / 1;
    border-radius: 3em;       
}
.v-service-inner #productSelection .panel .fsave-ad a::after {
    content: '\f054';
    font-size: 0.7em;
    font-weight: 500;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0.25em 0.5em;
    border: 1px rgb(0,173,239) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    border-radius: 0.25em;
    color: rgb(0,173,239);
    background: #fff;
}
.v-service-inner #productSelection .panel .fsave-ad a:hover::after {
    background: rgb(0,173,239);
    color: #fff;
}
@media (min-width:48em) {
    .v-service-inner #productSelection .panel .fsave-ad {
        width: 20em;
    }
}
@media (min-width:62em) {
    .v-service-inner #productSelection .panel .fsave-ad {
        width: 21em;
    }
    .v-service-inner #productSelection .panel .fsave-ad a {
        font-size: 1.1em;
    }
}
@media (min-width:75em) {
    .v-service-inner #productSelection .panel .fsave-ad {
        width: 22em;
        padding-right: 7.5rem;
        background-size: 5.5rem auto;
        margin-right: -1rem;
    }
    .v-service-inner #productSelection .panel .fsave-ad a {
        padding-right: 1.5em;
    }
}