.banner {
    overflow: hidden;
}
.banner h1 {
    font-weight: 300;
}
.banner .banner_links li {
    margin-bottom: 0.75em;
}
.banner .banner_links li:last-child {
    margin-bottom: 0;
}
.banner .banner_links li a {
    width: 100%;
}
.banner .banner_links li a.btn-download {
    background: none;
    border: 1px solid #fff;
}
.banner .banner_links li a.btn-download::before {
    display: none;
}
.fsave_row h2 {
    color: #000;
    font-size: 2.5em;
}
.fsave_row h2 strong {
    font-weight: 900;
}
.fsave_row img {
    display: block !important;
}
#key_benefits > .span > picture img {
    margin-top: -2em;
}
#key_benefits h3 {
    color: #00adef;
    font-size: 1.5em;
}
#key_benefits .tick-list li {
	position: relative;
	padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}
#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;
}
.enquiry_row {
    background: #effaff;
}
.enquiry_row > .span > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.enquiry_row > .span > div h2 {
    font-weight: 200;
    color: #000;
    margin-bottom: 1.5em;
}
.enquiry_row > .span > div .cta_links a {
    width: 100%;
    font-size: 1.143em;
    font-weight: 600;
}
#why_choose_fsave_2 {
    display: none;
}
#savings_calc {
    border-radius: 1rem;
    color: #000;
}
#savings_calc > div {
    padding: 1em;
}
#savings_calc h2 {
    color: #00adef !important;
    padding-right: 50%;
    position: relative;
    font-size: 1.5em;
    font-weight: 300;
}
#savings_calc input {
    padding: 0.125em 0.25em;
}
#savings_calc input, #savings_calc label {
    width: 100%;
}
#savings_calc h2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #004d71 url('/images/common/f-save-logo-white.svg') center center / auto 75% no-repeat;
    height: 2.5em;
    aspect-ratio: 2 / 1;
    border-radius: 2.5em;
}
#savings_calc .form-row {
    margin-bottom: 1.875em;
    margin-right: 0;
    margin-left: 0;
}
#savings_calc .form-row#form_row_1 {
    justify-content: space-between;
}
#savings_calc .form-row#form_row_1 > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#savings_calc .form-row#form_row_1 > div:first-child {
    flex: 0 0 calc(43% - 0.25rem);
    max-width: calc(43% - 0.25rem);
}
#savings_calc .form-row#form_row_1 > div:last-child {
    flex: 0 0 calc(57% - 0.25rem);
    max-width: calc(57% - 0.25rem);
}
#savings_calc .form-row#form_row_2 {
    flex-direction: column;
}
#savings_calc .form-row#form_row_2 > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    position: relative;
}
#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);
}
#savings_calc .form-row#form_row_2 > div > div:nth-child(2) {
    flex: 0 0 4em;
    max-width: 4em;
}
#savings_calc .form-row#form_row_2 > div > div:nth-child(2) input {
    height: 100%;
}
#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;
}
#savings_calc .form-row#form_row_2 .remove-nested img {
    width: 1.25em;
    height: 1.25em;
}
#savings_calc .form-row#form_row_2 > button {
    color: #00adef;
}
#savings_calc .calc_results h3 {
    color: #00adef;
    font-weight: 300;
    font-size: 1.5em;
}
#savings_calc .calc_results table {
    width: 100%;
    margin: 0.75em 0 1.5em;
}
#savings_calc .calc_results table tr {
    border-bottom: 1px solid black;
}
#savings_calc .calc_results table tr td {
    padding: 0.5em 0.25em;
}
#savings_calc .calc_results table tr td:last-child {
    text-align: right;
    color: #7cc242;
    font-weight: 800;
}
#savings_calc .calc_results table tr:last-child {
    border-bottom: none;
}
#savings_calc .calc_results table tr:nth-child(odd) {
    background: #f7f7f7;
}
#savings_calc .calc_results em {
    color: #00adef;
    font-size: .8em;
    display: block;
    margin-bottom: 2em;
}
#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) {
    #savings_calc {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    #savings_calc h2 {
        font-size: 2em;
    }
    #savings_calc > div {
        padding: 2em;
    }
    .banner .banner_links {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1em;
    }
    .banner .banner_links li {
        margin-right: 1em;
    }
    .banner .banner_links li:last-child {
        margin-right: 0;
    }
    .banner .banner_links li a {
        width: auto;
    }
    .banner .banner-featured-image {
        display: block !important;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: calc(100% + 2em);
    }
    .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;
    }
    #key_benefits h3 {
        font-size: 1.25em;
    }
    #key_benefits > .span > picture img {
        margin-top: 0;
        position: absolute;
        top: 0;
        left: -10em;
        width: 35em;
    }
    #why_choose_fsave {
        padding-bottom: 4em;
    }
    #why_choose_fsave_2 {
        display: block;
    }
    #why_choose_fsave_2 img {
        display: block !important;
        margin-top: -8em;
        margin-left: -2em;
    }
    .enquiry_row > .span > div {
        flex-direction: row;
        justify-content: space-between;
    }
    .enquiry_row > .span > div h2 {
        margin-bottom: 0;
        font-size: 2em;
    }
    .enquiry_row > .span > div .cta_links {
        display: flex;
    }
    .enquiry_row > .span > div .cta_links > li {
        margin-left: 1em;
    }
    .enquiry_row > .span > div .cta_links a {
        width: auto;
    }
    #savings_calc {
        
    }
}
@media (min-width:62em) {
    #savings_calc h2 {
        font-size: 2.5em;
    }
    .banner .banner-logo {
        top: 40%;
        left: calc(100% + ((100vw - 62em) / 2) - 2rem);
        width: 11rem;
    }
    #key_benefits > .span > picture img {
        left: -5em;
    }
}
#what_is_fsave .lead {
    color: #00adef;
}
@media (min-width:75em) {
    .banner .banner-featured-image {
        height: calc(100% + 10em);
    }
    .banner .banner-logo {
        top: 35%;
        left: calc(100% + ((100vw - 62em) / 2) - 5rem);
        width: 14rem;
    }
    #what_is_fsave > .span {
        padding: 3.5em 0 4em;
    }
    #what_is_fsave img {
        position: absolute;
        top: -2em;
        left: 0;
        z-index: 1;
        width: calc(100% - 3em);
    }
    #key_benefits > .span {
        padding-top: 9em;
        padding-bottom: 1em;
    }
    #key_benefits .tick-list {
        display: flex;
        flex-wrap: wrap;
    }
    #key_benefits .tick-list li {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 2.5em;
    }
}
@media (min-width:80em) {
    .banner .banner-logo {
        left: calc(100% + 7rem);
    }
    #key_benefits > .span > picture img {
        left: -1em;
    }
}