﻿:root {
    --govuk-frontend-version: "5.7.1";
    --govuk-frontend-breakpoint-mobile: 20rem;
    --govuk-frontend-breakpoint-tablet: 40.0625rem;
    --govuk-frontend-breakpoint-desktop: 48.0625rem
}

.govuk-link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}
/*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */

@font-face {
    font-family: "GDS Transport";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fonts/light-94a07e06a1-v2.woff2") format("woff2"),url("/assets/fonts/light-f591b13f7d-v2.woff") format("woff");
    font-display: fallback
}

@font-face {
    font-family: "GDS Transport";
    font-style: normal;
    font-weight: bold;
    src: url("/assets/fonts/bold-b542beb274-v2.woff2") format("woff2"),url("/assets/fonts/bold-affa96571d-v2.woff") format("woff");
    font-display: fallback
}

@media print {
    .govuk-link {
        font-family: sans-serif
    }
}

.govuk-link:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-link:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-link:link {
    color: #1d70b8
}

.govuk-link:visited {
    color: #4c2c92
}

.govuk-link:hover {
    color: #003078
}

.govuk-link:active {
    color: #0b0c0c
}

.govuk-link:focus {
    color: #0b0c0c
}

@media print {
    [href^="/"].govuk-link::after, [href^="http://"].govuk-link::after, [href^="https://"].govuk-link::after {
        content: " (" attr(href) ")";
        font-size: 90%;
        word-wrap: break-word
    }
}

.govuk-link--muted:link, .govuk-link--muted:visited {
    color: #505a5f
}

.govuk-link--muted:hover, .govuk-link--muted:active {
    color: #0b0c0c
}

.govuk-link--muted:focus {
    color: #0b0c0c
}

.govuk-link--text-colour:link, .govuk-link--text-colour:visited {
    color: #0b0c0c
}

@media print {
    .govuk-link--text-colour:link, .govuk-link--text-colour:visited {
        color: #000
    }
}

.govuk-link--text-colour:hover {
    color: rgba(11,12,12,.99)
}

.govuk-link--text-colour:active, .govuk-link--text-colour:focus {
    color: #0b0c0c
}

@media print {
    .govuk-link--text-colour:active, .govuk-link--text-colour:focus {
        color: #000
    }
}

.govuk-link--inverse:link, .govuk-link--inverse:visited {
    color: #fff
}

.govuk-link--inverse:hover, .govuk-link--inverse:active {
    color: hsla(0,0%,100%,.99)
}

.govuk-link--inverse:focus {
    color: #0b0c0c
}

.govuk-link--no-underline:not(:hover):not(:active) {
    text-decoration: none
}

.govuk-link--no-visited-state:link {
    color: #1d70b8
}

.govuk-link--no-visited-state:visited {
    color: #1d70b8
}

.govuk-link--no-visited-state:hover {
    color: #003078
}

.govuk-link--no-visited-state:active {
    color: #0b0c0c
}

.govuk-link--no-visited-state:focus {
    color: #0b0c0c
}

.govuk-link-image {
    display: inline-block;
    line-height: 0;
    text-decoration: none
}

    .govuk-link-image:focus {
        outline: 3px solid rgba(0,0,0,0);
        box-shadow: 0 0 0 4px #fd0,0 0 0 8px #0b0c0c
    }

.govuk-list {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    list-style-type: none
}

@media print {
    .govuk-list {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-list {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-list {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-list {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-list {
        margin-bottom: 20px
    }
}

.govuk-list .govuk-list {
    margin-top: 10px
}

.govuk-list > li {
    margin-bottom: 5px
}

.govuk-list--bullet {
    padding-left: 20px;
    list-style-type: disc
}

.govuk-list--number {
    padding-left: 20px;
    list-style-type: decimal
}

    .govuk-list--bullet > li, .govuk-list--number > li {
        margin-bottom: 0
    }

@media(min-width: 40.0625em) {
    .govuk-list--bullet > li, .govuk-list--number > li {
        margin-bottom: 5px
    }
}

.govuk-list--spaced > li {
    margin-bottom: 10px
}

@media(min-width: 40.0625em) {
    .govuk-list--spaced > li {
        margin-bottom: 15px
    }
}

.govuk-heading-xl {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.09375;
    display: block;
    margin-top: 0;
    margin-bottom: 30px
}

@media print {
    .govuk-heading-xl {
        color: #000
    }
}

@media print {
    .govuk-heading-xl {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-heading-xl {
        font-size: 3rem;
        line-height: 1.0416666667
    }
}

@media print {
    .govuk-heading-xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-heading-xl {
        margin-bottom: 50px
    }
}

.govuk-heading-l {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    display: block;
    margin-top: 0;
    margin-bottom: 20px
}

@media print {
    .govuk-heading-l {
        color: #000
    }
}

@media print {
    .govuk-heading-l {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-heading-l {
        font-size: 2.25rem;
        line-height: 1.1111111111
    }
}

@media print {
    .govuk-heading-l {
        font-size: 24pt;
        line-height: 1.05
    }
}

@media(min-width: 40.0625em) {
    .govuk-heading-l {
        margin-bottom: 30px
    }
}

.govuk-heading-m {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: block;
    margin-top: 0;
    margin-bottom: 15px
}

@media print {
    .govuk-heading-m {
        color: #000
    }
}

@media print {
    .govuk-heading-m {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-heading-m {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-heading-m {
        font-size: 18pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-heading-m {
        margin-bottom: 20px
    }
}

.govuk-heading-s {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    margin-top: 0;
    margin-bottom: 15px
}

@media print {
    .govuk-heading-s {
        color: #000
    }
}

@media print {
    .govuk-heading-s {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-heading-s {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-heading-s {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-heading-s {
        margin-bottom: 20px
    }
}

.govuk-caption-xl {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: block;
    margin-bottom: 5px;
    color: #505a5f
}

@media print {
    .govuk-caption-xl {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-caption-xl {
        font-size: 1.6875rem;
        line-height: 1.1111111111
    }
}

@media print {
    .govuk-caption-xl {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-caption-l {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    display: block;
    margin-bottom: 5px;
    color: #505a5f
}

@media print {
    .govuk-caption-l {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-caption-l {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-caption-l {
        font-size: 18pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-caption-l {
        margin-bottom: 0
    }
}

.govuk-caption-m {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    color: #505a5f
}

@media print {
    .govuk-caption-m {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-caption-m {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-caption-m {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-body-lead, .govuk-body-l {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-top: 0;
    margin-bottom: 20px
}

@media print {
    .govuk-body-lead, .govuk-body-l {
        color: #000
    }
}

@media print {
    .govuk-body-lead, .govuk-body-l {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-body-lead, .govuk-body-l {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-body-lead, .govuk-body-l {
        font-size: 18pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-body-lead, .govuk-body-l {
        margin-bottom: 30px
    }
}

.govuk-body, .govuk-body-m {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px
}

@media print {
    .govuk-body, .govuk-body-m {
        color: #000
    }
}

@media print {
    .govuk-body, .govuk-body-m {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-body, .govuk-body-m {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-body, .govuk-body-m {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-body, .govuk-body-m {
        margin-bottom: 20px
    }
}

.govuk-body-s {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.1428571429;
    margin-top: 0;
    margin-bottom: 15px
}

@media print {
    .govuk-body-s {
        color: #000
    }
}

@media print {
    .govuk-body-s {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-body-s {
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-body-s {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media(min-width: 40.0625em) {
    .govuk-body-s {
        margin-bottom: 20px
    }
}

.govuk-body-xs {
    color: #0b0c0c;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px
}

@media print {
    .govuk-body-xs {
        color: #000
    }
}

@media print {
    .govuk-body-xs {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-body-xs {
        font-size: .875rem;
        line-height: 1.4285714286
    }
}

@media print {
    .govuk-body-xs {
        font-size: 12pt;
        line-height: 1.2
    }
}

@media(min-width: 40.0625em) {
    .govuk-body-xs {
        margin-bottom: 20px
    }
}

.govuk-body-l + .govuk-heading-l, .govuk-body-lead + .govuk-heading-l {
    padding-top: 5px
}

@media(min-width: 40.0625em) {
    .govuk-body-l + .govuk-heading-l, .govuk-body-lead + .govuk-heading-l {
        padding-top: 10px
    }
}

.govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l, .govuk-body-s + .govuk-heading-l, .govuk-list + .govuk-heading-l {
    padding-top: 15px
}

@media(min-width: 40.0625em) {
    .govuk-body-m + .govuk-heading-l, .govuk-body + .govuk-heading-l, .govuk-body-s + .govuk-heading-l, .govuk-list + .govuk-heading-l {
        padding-top: 20px
    }
}

.govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m, .govuk-body-s + .govuk-heading-m, .govuk-list + .govuk-heading-m, .govuk-body-m + .govuk-heading-s, .govuk-body + .govuk-heading-s, .govuk-body-s + .govuk-heading-s, .govuk-list + .govuk-heading-s {
    padding-top: 5px
}

@media(min-width: 40.0625em) {
    .govuk-body-m + .govuk-heading-m, .govuk-body + .govuk-heading-m, .govuk-body-s + .govuk-heading-m, .govuk-list + .govuk-heading-m, .govuk-body-m + .govuk-heading-s, .govuk-body + .govuk-heading-s, .govuk-body-s + .govuk-heading-s, .govuk-list + .govuk-heading-s {
        padding-top: 10px
    }
}

.govuk-section-break {
    margin: 0;
    border: 0
}

.govuk-section-break--xl {
    margin-top: 30px;
    margin-bottom: 30px
}

@media(min-width: 40.0625em) {
    .govuk-section-break--xl {
        margin-top: 50px
    }
}

@media(min-width: 40.0625em) {
    .govuk-section-break--xl {
        margin-bottom: 50px
    }
}

.govuk-section-break--l {
    margin-top: 20px;
    margin-bottom: 20px
}

@media(min-width: 40.0625em) {
    .govuk-section-break--l {
        margin-top: 30px
    }
}

@media(min-width: 40.0625em) {
    .govuk-section-break--l {
        margin-bottom: 30px
    }
}

.govuk-section-break--m {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width: 40.0625em) {
    .govuk-section-break--m {
        margin-top: 20px
    }
}

@media(min-width: 40.0625em) {
    .govuk-section-break--m {
        margin-bottom: 20px
    }
}

.govuk-section-break--visible {
    border-bottom: 1px solid #b1b4b6
}

.govuk-button-group {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width: 40.0625em) {
    .govuk-button-group {
        margin-bottom: 15px
    }
}

.govuk-button-group .govuk-link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875;
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center
}

@media print {
    .govuk-button-group .govuk-link {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-button-group .govuk-link {
        font-size: 1.1875rem;
        line-height: 1
    }
}

@media print {
    .govuk-button-group .govuk-link {
        font-size: 14pt;
        line-height: 19px
    }
}

.govuk-button-group .govuk-button {
    margin-bottom: 17px
}

@media(min-width: 40.0625em) {
    .govuk-button-group {
        margin-right: -15px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline
    }

        .govuk-button-group .govuk-button, .govuk-button-group .govuk-link {
            margin-right: 15px
        }

        .govuk-button-group .govuk-link {
            text-align: left
        }
}

.govuk-form-group {
    margin-bottom: 20px
}

    .govuk-form-group::after {
        content: "";
        display: block;
        clear: both
    }

@media(min-width: 40.0625em) {
    .govuk-form-group {
        margin-bottom: 30px
    }
}

.govuk-form-group .govuk-form-group:last-of-type {
    margin-bottom: 0
}

.govuk-form-group--error {
    padding-left: 15px;
    border-left: 5px solid #d4351c
}

    .govuk-form-group--error .govuk-form-group {
        padding: 0;
        border: 0
    }

.govuk-grid-row {
    margin-right: -15px;
    margin-left: -15px
}

    .govuk-grid-row::after {
        content: "";
        display: block;
        clear: both
    }

.govuk-grid-column-one-quarter {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media(min-width: 40.0625em) {
    .govuk-grid-column-one-quarter {
        width: 25%;
        float: left
    }
}

.govuk-grid-column-one-third {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media(min-width: 40.0625em) {
    .govuk-grid-column-one-third {
        width: 33.3333333333%;
        float: left
    }
}

.govuk-grid-column-one-half {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media(min-width: 40.0625em) {
    .govuk-grid-column-one-half {
        width: 50%;
        float: left
    }
}

.govuk-grid-column-two-thirds {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media(min-width: 40.0625em) {
    .govuk-grid-column-two-thirds {
        width: 66.6666666667%;
        float: left
    }
}

.govuk-grid-column-three-quarters {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media(min-width: 40.0625em) {
    .govuk-grid-column-three-quarters {
        width: 75%;
        float: left
    }
}

.govuk-grid-column-full {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px
}

@media(min-width: 40.0625em) {
    .govuk-grid-column-full {
        width: 100%;
        float: left
    }
}

.govuk-grid-column-one-quarter-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media(min-width: 48.0625em) {
    .govuk-grid-column-one-quarter-from-desktop {
        width: 25%;
        float: left
    }
}

.govuk-grid-column-one-third-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media(min-width: 48.0625em) {
    .govuk-grid-column-one-third-from-desktop {
        width: 33.3333333333%;
        float: left
    }
}

.govuk-grid-column-one-half-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media(min-width: 48.0625em) {
    .govuk-grid-column-one-half-from-desktop {
        width: 50%;
        float: left
    }
}

.govuk-grid-column-two-thirds-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media(min-width: 48.0625em) {
    .govuk-grid-column-two-thirds-from-desktop {
        width: 66.6666666667%;
        float: left
    }
}

.govuk-grid-column-three-quarters-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media(min-width: 48.0625em) {
    .govuk-grid-column-three-quarters-from-desktop {
        width: 75%;
        float: left
    }
}

.govuk-grid-column-full-from-desktop {
    box-sizing: border-box;
    padding: 0 15px
}

@media(min-width: 48.0625em) {
    .govuk-grid-column-full-from-desktop {
        width: 100%;
        float: left
    }
}

.govuk-main-wrapper {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px
}

@media(min-width: 40.0625em) {
    .govuk-main-wrapper {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.govuk-main-wrapper--auto-spacing:first-child, .govuk-main-wrapper--l {
    padding-top: 30px
}

@media(min-width: 40.0625em) {
    .govuk-main-wrapper--auto-spacing:first-child, .govuk-main-wrapper--l {
        padding-top: 50px
    }
}

.govuk-template {
    background-color: #f3f2f1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@supports(position: -webkit-sticky) or (position: sticky) {
    .govuk-template {
        scroll-padding-top: 60px
    }

        .govuk-template:not(:has(.govuk-exit-this-page)) {
            scroll-padding-top: 0
        }
}

@media screen {
    .govuk-template {
        overflow-y: scroll
    }
}

.govuk-template__body {
    margin: 0;
    background-color: #fff
}

.govuk-width-container {
    max-width: 960px;
    margin-right: 15px;
    margin-left: 15px
}

@supports(margin: max(calc(0px))) {
    .govuk-width-container {
        margin-right: max(15px, calc(15px + env(safe-area-inset-right)));
        margin-left: max(15px, calc(15px + env(safe-area-inset-left)))
    }
}

@media(min-width: 40.0625em) {
    .govuk-width-container {
        margin-right: 30px;
        margin-left: 30px
    }

    @supports(margin: max(calc(0px))) {
        .govuk-width-container {
            margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
            margin-left: max(30px, calc(15px + env(safe-area-inset-left)))
        }
    }
}

@media(min-width: 1020px) {
    .govuk-width-container {
        margin-right: auto;
        margin-left: auto
    }

    @supports(margin: max(calc(0px))) {
        .govuk-width-container {
            margin-right: auto;
            margin-left: auto
        }
    }
}

.govuk-accordion {
    margin-bottom: 20px
}

@media(min-width: 40.0625em) {
    .govuk-accordion {
        margin-bottom: 30px
    }
}

.govuk-accordion__section {
    padding-top: 15px
}

.govuk-accordion__section-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.govuk-accordion__section-button {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    color: #0b0c0c;
    display: block;
    margin-bottom: 0;
    padding-top: 15px
}

@media print {
    .govuk-accordion__section-button {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-accordion__section-button {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-accordion__section-button {
        font-size: 18pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-accordion__section-button {
        color: #000
    }
}

.govuk-accordion__section-content > :last-child {
    margin-bottom: 0
}

.govuk-frontend-supported .govuk-accordion {
    border-bottom: 1px solid #b1b4b6
}

.govuk-frontend-supported .govuk-accordion__section {
    padding-top: 0
}

.govuk-frontend-supported .govuk-accordion__section-content {
    display: none;
    padding-top: 15px;
    padding-bottom: 30px
}

@media(min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__section-content {
        padding-bottom: 50px
    }
}

.govuk-frontend-supported .govuk-accordion__section-content[hidden] {
    padding-top: 0;
    padding-bottom: 0
}

@supports(content-visibility: hidden) {
    .govuk-frontend-supported .govuk-accordion__section-content[hidden] {
        content-visibility: hidden;
        display: inherit
    }
}

.govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-content {
    display: block
}

.govuk-frontend-supported .govuk-accordion__show-all {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    position: relative;
    z-index: 1;
    margin-bottom: 9px;
    padding: 5px 2px 5px 0;
    border-width: 0;
    color: #1d70b8;
    background: none;
    cursor: pointer;
    -webkit-appearance: none
}

@media print {
    .govuk-frontend-supported .govuk-accordion__show-all {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__show-all {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-frontend-supported .govuk-accordion__show-all {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__show-all {
        margin-bottom: 14px
    }
}

.govuk-frontend-supported .govuk-accordion__show-all::-moz-focus-inner {
    padding: 0;
    border: 0
}

.govuk-frontend-supported .govuk-accordion__show-all:hover {
    color: #0b0c0c;
    background: #f3f2f1;
    box-shadow: 0 -2px #f3f2f1,0 4px #f3f2f1
}

    .govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion__section-toggle-text {
        color: #0b0c0c
    }

    .govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron {
        color: #0b0c0c;
        background: #0b0c0c
    }

        .govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron::after {
            color: #f3f2f1
        }

.govuk-frontend-supported .govuk-accordion__show-all:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

    .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron {
        background: #0b0c0c
    }

        .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron::after {
            color: #fd0
        }

.govuk-frontend-supported .govuk-accordion__section-heading {
    padding: 0
}

.govuk-frontend-supported .govuk-accordion-nav__chevron {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    border: .0625rem solid;
    border-radius: 50%;
    vertical-align: middle
}

    .govuk-frontend-supported .govuk-accordion-nav__chevron::after {
        content: "";
        box-sizing: border-box;
        display: block;
        position: absolute;
        bottom: .3125rem;
        left: .375rem;
        width: .375rem;
        height: .375rem;
        transform: rotate(-45deg);
        border-top: .125rem solid;
        border-right: .125rem solid
    }

.govuk-frontend-supported .govuk-accordion-nav__chevron--down {
    transform: rotate(180deg)
}

.govuk-frontend-supported .govuk-accordion__section-button {
    width: 100%;
    padding: 10px 0 0;
    border: 0;
    border-top: 1px solid #b1b4b6;
    border-bottom: 10px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background: none;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none
}

@media(min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__section-button {
        padding-bottom: 10px
    }
}

.govuk-frontend-supported .govuk-accordion__section-button:active {
    color: #0b0c0c;
    background: none
}

.govuk-frontend-supported .govuk-accordion__section-button:hover {
    color: #0b0c0c;
    background: #f3f2f1
}

    .govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion__section-toggle-text {
        color: #0b0c0c
    }

    .govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron {
        color: #0b0c0c;
        background: #0b0c0c
    }

        .govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron::after {
            color: #f3f2f1
        }

.govuk-frontend-supported .govuk-accordion__section-button:focus {
    outline: 0
}

    .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus, .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus, .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
        outline: 3px solid rgba(0,0,0,0);
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron {
        color: #0b0c0c;
        background: #0b0c0c
    }

        .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron::after {
            color: #fd0
        }

.govuk-frontend-supported .govuk-accordion__section-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-button {
    padding-bottom: 15px;
    border-bottom: 0
}

@media(min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__section--expanded .govuk-accordion__section-button {
        padding-bottom: 20px
    }
}

.govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
    padding-bottom: 3px
}

@media(min-width: 48.0625em) {
    .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus {
        padding-bottom: 2px
    }
}

.govuk-frontend-supported .govuk-accordion__section-toggle, .govuk-frontend-supported .govuk-accordion__section-heading-text, .govuk-frontend-supported .govuk-accordion__section-summary {
    display: block;
    margin-bottom: 13px
}

    .govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-heading-text-focus, .govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-summary-focus, .govuk-frontend-supported .govuk-accordion__section-toggle .govuk-accordion__section-toggle-focus, .govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-heading-text-focus, .govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-summary-focus, .govuk-frontend-supported .govuk-accordion__section-heading-text .govuk-accordion__section-toggle-focus, .govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-heading-text-focus, .govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-summary-focus, .govuk-frontend-supported .govuk-accordion__section-summary .govuk-accordion__section-toggle-focus {
        display: inline
    }

.govuk-frontend-supported .govuk-accordion__section-toggle {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    color: #1d70b8
}

@media(min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-accordion__section-toggle {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-frontend-supported .govuk-accordion__section-toggle {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-frontend-supported .govuk-accordion__show-all-text, .govuk-frontend-supported .govuk-accordion__section-toggle-text {
    margin-left: 5px;
    vertical-align: middle
}

@media screen and (forced-colors: active) {
    .govuk-frontend-supported .govuk-accordion__show-all:hover .govuk-accordion-nav__chevron, .govuk-frontend-supported .govuk-accordion__section-button:hover .govuk-accordion-nav__chevron {
        background-color: rgba(0,0,0,0)
    }

    .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion__section-heading-text-focus, .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion__section-summary-focus, .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion__section-toggle-focus, .govuk-frontend-supported .govuk-accordion__show-all:focus .govuk-accordion-nav__chevron, .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-heading-text-focus, .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-summary-focus, .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion__section-toggle-focus, .govuk-frontend-supported .govuk-accordion__section-button:focus .govuk-accordion-nav__chevron {
        background: rgba(0,0,0,0);
        background-color: rgba(0,0,0,0)
    }
}

@media(hover: none) {
    .govuk-frontend-supported .govuk-accordion__section-header:hover {
        border-top-color: #b1b4b6;
        box-shadow: inset 0 3px 0 0 #1d70b8
    }

        .govuk-frontend-supported .govuk-accordion__section-header:hover .govuk-accordion__section-button {
            border-top-color: #b1b4b6
        }
}

.govuk-back-link {
    font-size: .875rem;
    line-height: 1.1428571429;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: .875em
}

@media(min-width: 40.0625em) {
    .govuk-back-link {
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-back-link {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media print {
    .govuk-back-link {
        font-family: sans-serif
    }
}

.govuk-back-link:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-back-link:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-back-link:link, .govuk-back-link:visited {
    color: #0b0c0c
}

@media print {
    .govuk-back-link:link, .govuk-back-link:visited {
        color: #000
    }
}

.govuk-back-link:hover {
    color: rgba(11,12,12,.99)
}

.govuk-back-link:active, .govuk-back-link:focus {
    color: #0b0c0c
}

@media print {
    .govuk-back-link:active, .govuk-back-link:focus {
        color: #000
    }
}

.govuk-back-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: .1875em;
    width: .4375em;
    height: .4375em;
    margin: auto 0;
    transform: rotate(225deg);
    border: solid;
    border-width: 1px 1px 0 0;
    border-color: #505a5f
}

@supports(border-width: max(0px)) {
    .govuk-back-link::before {
        border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
        font-size: max(16px, 1em)
    }
}

.govuk-back-link:focus::before {
    border-color: #0b0c0c
}

.govuk-back-link::after {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    bottom: -14px;
    left: 0
}

.govuk-back-link--inverse:link, .govuk-back-link--inverse:visited {
    color: #fff
}

.govuk-back-link--inverse:hover, .govuk-back-link--inverse:active {
    color: hsla(0,0%,100%,.99)
}

.govuk-back-link--inverse:focus {
    color: #0b0c0c
}

.govuk-back-link--inverse::before {
    border-color: currentcolor
}

.govuk-breadcrumbs {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.1428571429;
    color: #0b0c0c;
    margin-top: 15px;
    margin-bottom: 10px
}

@media print {
    .govuk-breadcrumbs {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-breadcrumbs {
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-breadcrumbs {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media print {
    .govuk-breadcrumbs {
        color: #000
    }
}

.govuk-breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .govuk-breadcrumbs__list::after {
        content: "";
        display: block;
        clear: both
    }

.govuk-breadcrumbs__list-item {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-left: .625em;
    padding-left: .9784375em;
    float: left
}

    .govuk-breadcrumbs__list-item::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -.206875em;
        width: .4375em;
        height: .4375em;
        margin: auto 0;
        transform: rotate(45deg);
        border: solid;
        border-width: 1px 1px 0 0;
        border-color: #505a5f
    }

@supports(border-width: max(0px)) {
    .govuk-breadcrumbs__list-item::before {
        border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
        font-size: max(16px, 1em)
    }
}

.govuk-breadcrumbs__list-item:first-child {
    margin-left: 0;
    padding-left: 0
}

    .govuk-breadcrumbs__list-item:first-child::before {
        content: none;
        display: none
    }

.govuk-breadcrumbs__link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}

@media print {
    .govuk-breadcrumbs__link {
        font-family: sans-serif
    }
}

.govuk-breadcrumbs__link:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-breadcrumbs__link:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited {
    color: #0b0c0c
}

@media print {
    .govuk-breadcrumbs__link:link, .govuk-breadcrumbs__link:visited {
        color: #000
    }
}

.govuk-breadcrumbs__link:hover {
    color: rgba(11,12,12,.99)
}

.govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus {
    color: #0b0c0c
}

@media print {
    .govuk-breadcrumbs__link:active, .govuk-breadcrumbs__link:focus {
        color: #000
    }
}

@media(max-width: 40.0525em) {
    .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item {
        display: none
    }

        .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item:first-child, .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item:last-child {
            display: inline-block
        }

        .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list-item::before {
            top: .375em;
            margin: 0
        }

    .govuk-breadcrumbs--collapse-on-mobile .govuk-breadcrumbs__list {
        display: flex
    }
}

.govuk-breadcrumbs--inverse {
    color: #fff
}

    .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:link, .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:visited {
        color: #fff
    }

    .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:hover, .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:active {
        color: hsla(0,0%,100%,.99)
    }

    .govuk-breadcrumbs--inverse .govuk-breadcrumbs__link:focus {
        color: #0b0c0c
    }

    .govuk-breadcrumbs--inverse .govuk-breadcrumbs__list-item::before {
        border-color: currentcolor
    }

.govuk-button {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 22px;
    padding: 8px 10px 7px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 0;
    color: #fff;
    background-color: #00703c;
    box-shadow: 0 2px 0 rgb(0,44.8,24);
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none
}

@media print {
    .govuk-button {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-button {
        font-size: 1.1875rem;
        line-height: 1
    }
}

@media print {
    .govuk-button {
        font-size: 14pt;
        line-height: 19px
    }
}

@media(min-width: 40.0625em) {
    .govuk-button {
        margin-bottom: 32px
    }
}

@media(min-width: 40.0625em) {
    .govuk-button {
        width: auto
    }
}

.govuk-button:link, .govuk-button:visited, .govuk-button:active, .govuk-button:hover {
    color: #fff;
    text-decoration: none
}

.govuk-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.govuk-button:hover {
    background-color: rgb(0,89.6,48)
}

.govuk-button:active {
    top: 2px
}

.govuk-button:focus {
    border-color: #fd0;
    outline: 3px solid rgba(0,0,0,0);
    box-shadow: inset 0 0 0 1px #fd0
}

    .govuk-button:focus:not(:active):not(:hover) {
        border-color: #fd0;
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 2px 0 #0b0c0c
    }

.govuk-button::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -4px;
    left: -2px;
    background: rgba(0,0,0,0)
}

.govuk-button:active::before {
    top: -4px
}

.govuk-button[disabled] {
    opacity: .5
}

    .govuk-button[disabled]:hover {
        background-color: #00703c;
        cursor: not-allowed
    }

    .govuk-button[disabled]:active {
        top: 0;
        box-shadow: 0 2px 0 rgb(0,44.8,24)
    }

.govuk-button--secondary {
    background-color: #f3f2f1;
    box-shadow: 0 2px 0 rgb(145.8,145.2,144.6)
}

    .govuk-button--secondary, .govuk-button--secondary:link, .govuk-button--secondary:visited, .govuk-button--secondary:active, .govuk-button--secondary:hover {
        color: #0b0c0c
    }

        .govuk-button--secondary:hover {
            background-color: rgb(218.7,217.8,216.9)
        }

            .govuk-button--secondary:hover[disabled] {
                background-color: #f3f2f1
            }

.govuk-button--warning {
    background-color: #d4351c;
    box-shadow: 0 2px 0 rgb(84.8,21.2,11.2)
}

    .govuk-button--warning, .govuk-button--warning:link, .govuk-button--warning:visited, .govuk-button--warning:active, .govuk-button--warning:hover {
        color: #fff
    }

        .govuk-button--warning:hover {
            background-color: rgb(169.6,42.4,22.4)
        }

            .govuk-button--warning:hover[disabled] {
                background-color: #d4351c
            }

.govuk-button--inverse {
    background-color: #fff;
    box-shadow: 0 2px 0 rgb(20.3,78.4,128.8)
}

    .govuk-button--inverse, .govuk-button--inverse:link, .govuk-button--inverse:visited, .govuk-button--inverse:active, .govuk-button--inverse:hover {
        color: #1d70b8
    }

        .govuk-button--inverse:hover {
            background-color: rgb(232.4,240.7,247.9)
        }

            .govuk-button--inverse:hover[disabled] {
                background-color: #fff
            }

.govuk-button--start {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    display: inline-flex;
    min-height: auto;
    justify-content: center
}

@media(min-width: 40.0625em) {
    .govuk-button--start {
        font-size: 1.5rem;
        line-height: 1
    }
}

@media print {
    .govuk-button--start {
        font-size: 18pt;
        line-height: 1
    }
}

.govuk-button__start-icon {
    margin-left: 5px;
    vertical-align: middle;
    flex-shrink: 0;
    align-self: center;
    forced-color-adjust: auto
}

@media(min-width: 48.0625em) {
    .govuk-button__start-icon {
        margin-left: 10px
    }
}

.govuk-error-message {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    clear: both;
    color: #d4351c
}

@media print {
    .govuk-error-message {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-error-message {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-error-message {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-hint {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #505a5f
}

@media print {
    .govuk-hint {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-hint {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-hint {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-hint {
    margin-bottom: 10px
}

.govuk-fieldset__legend:not(.govuk-fieldset__legend--m):not(.govuk-fieldset__legend--l):not(.govuk-fieldset__legend--xl) + .govuk-hint {
    margin-bottom: 10px
}

.govuk-fieldset__legend + .govuk-hint {
    margin-top: -5px
}

.govuk-label {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    display: block;
    margin-bottom: 5px
}

@media print {
    .govuk-label {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-label {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-label {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-label {
        color: #000
    }
}

.govuk-label--xl, .govuk-label--l, .govuk-label--m {
    font-weight: 700;
    margin-bottom: 15px
}

.govuk-label--xl {
    font-size: 2rem;
    line-height: 1.09375
}

@media(min-width: 40.0625em) {
    .govuk-label--xl {
        font-size: 3rem;
        line-height: 1.0416666667
    }
}

@media print {
    .govuk-label--xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

.govuk-label--l {
    font-size: 1.5rem;
    line-height: 1.0416666667
}

@media(min-width: 40.0625em) {
    .govuk-label--l {
        font-size: 2.25rem;
        line-height: 1.1111111111
    }
}

@media print {
    .govuk-label--l {
        font-size: 24pt;
        line-height: 1.05
    }
}

.govuk-label--m {
    font-size: 1.125rem;
    line-height: 1.1111111111
}

@media(min-width: 40.0625em) {
    .govuk-label--m {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-label--m {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-label--s {
    font-weight: 700
}

.govuk-label-wrapper {
    margin: 0
}

.govuk-textarea {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 40px;
    margin-bottom: 20px;
    padding: 5px;
    resize: vertical;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none
}

@media print {
    .govuk-textarea {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-textarea {
        font-size: 1.1875rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-textarea {
        font-size: 14pt;
        line-height: 1.25
    }
}

@media(min-width: 40.0625em) {
    .govuk-textarea {
        margin-bottom: 30px
    }
}

.govuk-textarea:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px
}

.govuk-textarea:disabled {
    opacity: .5;
    color: inherit;
    background-color: rgba(0,0,0,0);
    cursor: not-allowed
}

.govuk-textarea--error {
    border-color: #d4351c
}

    .govuk-textarea--error:focus {
        border-color: #0b0c0c
    }

.govuk-character-count {
    margin-bottom: 20px
}

@media(min-width: 40.0625em) {
    .govuk-character-count {
        margin-bottom: 30px
    }
}

.govuk-character-count .govuk-form-group, .govuk-character-count .govuk-textarea {
    margin-bottom: 5px
}

.govuk-character-count__message {
    font-variant-numeric: tabular-nums;
    margin-top: 0;
    margin-bottom: 0
}

    .govuk-character-count__message::after {
        content: "​"
    }

.govuk-character-count__message--disabled {
    visibility: hidden
}

.govuk-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

    .govuk-fieldset::after {
        content: "";
        display: block;
        clear: both
    }

@supports not (caret-color: auto) {
    .govuk-fieldset, x:-moz-any-link {
        display: table-cell
    }
}

.govuk-fieldset__legend {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
    white-space: normal
}

@media print {
    .govuk-fieldset__legend {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-fieldset__legend {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-fieldset__legend {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-fieldset__legend {
        color: #000
    }
}

.govuk-fieldset__legend--xl, .govuk-fieldset__legend--l, .govuk-fieldset__legend--m {
    font-weight: 700;
    margin-bottom: 15px
}

.govuk-fieldset__legend--xl {
    font-size: 2rem;
    line-height: 1.09375
}

@media(min-width: 40.0625em) {
    .govuk-fieldset__legend--xl {
        font-size: 3rem;
        line-height: 1.0416666667
    }
}

@media print {
    .govuk-fieldset__legend--xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

.govuk-fieldset__legend--l {
    font-size: 1.5rem;
    line-height: 1.0416666667
}

@media(min-width: 40.0625em) {
    .govuk-fieldset__legend--l {
        font-size: 2.25rem;
        line-height: 1.1111111111
    }
}

@media print {
    .govuk-fieldset__legend--l {
        font-size: 24pt;
        line-height: 1.05
    }
}

.govuk-fieldset__legend--m {
    font-size: 1.125rem;
    line-height: 1.1111111111
}

@media(min-width: 40.0625em) {
    .govuk-fieldset__legend--m {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-fieldset__legend--m {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-fieldset__legend--s {
    font-weight: 700
}

.govuk-fieldset__heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit
}

.govuk-checkboxes__item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px
}

    .govuk-checkboxes__item:last-child, .govuk-checkboxes__item:last-of-type {
        margin-bottom: 0
    }

.govuk-checkboxes__input {
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
    cursor: pointer
}

.govuk-checkboxes__label {
    align-self: center;
    max-width: calc(100% - 74px);
    margin-bottom: 0;
    padding: 7px 15px;
    cursor: pointer;
    touch-action: manipulation
}

    .govuk-checkboxes__label::before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 40px;
        height: 40px;
        border: 2px solid currentcolor;
        background: rgba(0,0,0,0)
    }

    .govuk-checkboxes__label::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 13px;
        left: 10px;
        width: 23px;
        height: 12px;
        transform: rotate(-45deg);
        border: solid;
        border-width: 0 0 5px 5px;
        border-top-color: rgba(0,0,0,0);
        opacity: 0;
        background: rgba(0,0,0,0)
    }

.govuk-checkboxes__hint {
    display: block;
    width: 100%;
    margin-top: -5px;
    padding-right: 15px;
    padding-left: 59px
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-checkboxes__hint {
    margin-bottom: 0
}

.govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    border-width: 4px;
    outline: 3px solid rgba(0,0,0,0);
    outline-offset: 1px;
    box-shadow: 0 0 0 3px #fd0
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
        outline-color: Highlight
    }
}

.govuk-checkboxes__input:checked + .govuk-checkboxes__label::after {
    opacity: 1
}

.govuk-checkboxes__input:disabled, .govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
    cursor: not-allowed
}

    .govuk-checkboxes__input:disabled + .govuk-checkboxes__label, .govuk-checkboxes__input:disabled ~ .govuk-hint {
        opacity: .5
    }

.govuk-checkboxes__divider {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 40px;
    margin-bottom: 10px;
    text-align: center
}

@media print {
    .govuk-checkboxes__divider {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-checkboxes__divider {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-checkboxes__divider {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-checkboxes__divider {
        color: #000
    }
}

.govuk-checkboxes__conditional {
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 35px;
    border-left: 4px solid #b1b4b6
}

@media(min-width: 40.0625em) {
    .govuk-checkboxes__conditional {
        margin-bottom: 20px
    }
}

.govuk-frontend-supported .govuk-checkboxes__conditional--hidden {
    display: none
}

.govuk-checkboxes__conditional > :last-child {
    margin-bottom: 0
}

.govuk-checkboxes--small .govuk-checkboxes__item {
    margin-bottom: 0
}

.govuk-checkboxes--small .govuk-checkboxes__input {
    margin-left: -10px
}

.govuk-checkboxes--small .govuk-checkboxes__label {
    padding-left: 1px
}

    .govuk-checkboxes--small .govuk-checkboxes__label::before {
        top: 10px;
        left: 0;
        width: 24px;
        height: 24px
    }

    .govuk-checkboxes--small .govuk-checkboxes__label::after {
        top: 17px;
        left: 6px;
        width: 12px;
        height: 6.5px;
        border-width: 0 0 3px 3px
    }

.govuk-checkboxes--small .govuk-checkboxes__hint {
    padding-left: 34px
}

.govuk-checkboxes--small .govuk-checkboxes__conditional {
    margin-left: 10px;
    padding-left: 20px
}

.govuk-checkboxes--small .govuk-checkboxes__divider {
    width: 24px;
    margin-bottom: 5px
}

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
    outline: 3px dashed rgba(0,0,0,0);
    outline-offset: 1px;
    box-shadow: 0 0 0 10px #b1b4b6
}

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    box-shadow: 0 0 0 3px #fd0,0 0 0 10px #b1b4b6
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
        outline-color: Highlight
    }
}

@media(hover: none),(pointer: coarse) {
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
        box-shadow: initial
    }

    .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
        box-shadow: 0 0 0 3px #fd0
    }
}

.govuk-cookie-banner {
    padding-top: 20px;
    border-bottom: 10px solid rgba(0,0,0,0);
    background-color: #f3f2f1
}

    .govuk-cookie-banner[hidden] {
        display: none
    }

.govuk-cookie-banner__message {
    margin-bottom: -10px
}

    .govuk-cookie-banner__message[hidden] {
        display: none
    }

    .govuk-cookie-banner__message:focus {
        outline: none
    }

.govuk-input {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    width: 100%;
    height: 2.5rem;
    margin-top: 0;
    padding: 5px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none
}

@media print {
    .govuk-input {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-input {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-input {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-input:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px
}

.govuk-input:disabled {
    opacity: .5;
    color: inherit;
    background-color: rgba(0,0,0,0);
    cursor: not-allowed
}

.govuk-input::-webkit-outer-spin-button, .govuk-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.govuk-input[type=number] {
    -moz-appearance: textfield
}

.govuk-input--error {
    border-color: #d4351c
}

    .govuk-input--error:focus {
        border-color: #0b0c0c
    }

.govuk-input--extra-letter-spacing {
    font-variant-numeric: tabular-nums;
    letter-spacing: .05em
}

.govuk-input--width-30 {
    max-width: 29.5em
}

.govuk-input--width-20 {
    max-width: 20.5em
}

.govuk-input--width-10 {
    max-width: 11.5em
}

.govuk-input--width-5 {
    max-width: 5.5em
}

.govuk-input--width-4 {
    max-width: 4.5em
}

.govuk-input--width-3 {
    max-width: 3.75em
}

.govuk-input--width-2 {
    max-width: 2.75em
}

.govuk-input__wrapper {
    display: flex
}

    .govuk-input__wrapper .govuk-input {
        flex: 0 1 auto
    }

        .govuk-input__wrapper .govuk-input:focus {
            z-index: 1
        }

@media(max-width: 19.99em) {
    .govuk-input__wrapper {
        display: block
    }

        .govuk-input__wrapper .govuk-input {
            max-width: 100%
        }
}

.govuk-input__prefix, .govuk-input__suffix {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 5px;
    border: 2px solid #0b0c0c;
    background-color: #f3f2f1;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    flex: 0 0 auto
}

@media print {
    .govuk-input__prefix, .govuk-input__suffix {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-input__prefix, .govuk-input__suffix {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-input__prefix, .govuk-input__suffix {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(max-width: 19.99em) {
    .govuk-input__prefix, .govuk-input__suffix {
        display: block;
        height: 100%;
        white-space: normal
    }
}

@media(max-width: 19.99em) {
    .govuk-input__prefix {
        border-bottom: 0
    }
}

@media(min-width: 20em) {
    .govuk-input__prefix {
        border-right: 0
    }
}

@media(max-width: 19.99em) {
    .govuk-input__suffix {
        border-top: 0
    }
}

@media(min-width: 20em) {
    .govuk-input__suffix {
        border-left: 0
    }
}

.govuk-date-input {
    font-size: 0
}

    .govuk-date-input::after {
        content: "";
        display: block;
        clear: both
    }

.govuk-date-input__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0
}

.govuk-date-input__label {
    display: block
}

.govuk-date-input__input {
    margin-bottom: 0
}

.govuk-details {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin-bottom: 20px;
    display: block
}

@media print {
    .govuk-details {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-details {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-details {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-details {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-details {
        margin-bottom: 30px
    }
}

.govuk-details__summary {
    display: block
}

.govuk-details[open] .govuk-details__summary {
    margin-bottom: 5px
}

.govuk-details__summary-text > :first-child {
    margin-top: 0
}

.govuk-details__summary-text > :only-child, .govuk-details__summary-text > :last-child {
    margin-bottom: 0
}

.govuk-details__text {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px
}

    .govuk-details__text p {
        margin-top: 0;
        margin-bottom: 20px
    }

    .govuk-details__text > :last-child {
        margin-bottom: 0
    }

@media screen\0 {
    .govuk-details {
        border-left: 10px solid #b1b4b6
    }

    .govuk-details__summary {
        margin-top: 15px
    }

    .govuk-details__summary-text {
        font-weight: 700;
        margin-bottom: 15px;
        padding-left: 20px
    }
}

@media screen\0 and (min-width: 40.0625em) {
    .govuk-details__summary-text {
        margin-bottom: 20px
    }
}

@supports not (-ms-ime-align: auto) {
    .govuk-details__summary {
        position: relative;
        width: -webkit-fit-content;
        width: fit-content;
        padding-left: 25px;
        color: #1d70b8;
        cursor: pointer
    }

        .govuk-details__summary:hover {
            color: #003078
        }

        .govuk-details__summary:focus {
            outline: 3px solid rgba(0,0,0,0);
            color: #0b0c0c;
            background-color: #fd0;
            box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
            text-decoration: none;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone
        }

    .govuk-details__summary-text {
        text-decoration: underline;
        text-decoration-thickness: max(1px, .0625rem);
        text-underline-offset: .1578em
    }

    .govuk-details__summary:hover .govuk-details__summary-text {
        text-decoration-thickness: max(3px, .1875rem, .12em);
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        -webkit-text-decoration-skip: none;
        text-decoration-skip: none
    }

    .govuk-details__summary:focus .govuk-details__summary-text {
        text-decoration: none
    }

    .govuk-details__summary::-webkit-details-marker {
        display: none
    }

    .govuk-details__summary::before {
        content: "";
        position: absolute;
        top: -1px;
        bottom: 0;
        left: 0;
        margin: auto;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: rgba(0,0,0,0);
        -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
        border-width: 7px 0 7px 12.124px;
        border-left-color: inherit
    }

    .govuk-details[open] > .govuk-details__summary::before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: rgba(0,0,0,0);
        -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
        clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
        border-width: 12.124px 7px 0 7px;
        border-top-color: inherit
    }

    .govuk-details__text {
        border-left: 5px solid #b1b4b6
    }
}

.govuk-error-summary {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    padding: 15px;
    margin-bottom: 30px;
    border: 5px solid #d4351c
}

@media print {
    .govuk-error-summary {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-error-summary {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-error-summary {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-error-summary {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-error-summary {
        padding: 20px
    }
}

@media(min-width: 40.0625em) {
    .govuk-error-summary {
        margin-bottom: 50px
    }
}

.govuk-error-summary:focus {
    outline: 3px solid #fd0
}

.govuk-error-summary__title {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

@media(min-width: 40.0625em) {
    .govuk-error-summary__title {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-error-summary__title {
        font-size: 18pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-error-summary__title {
        margin-bottom: 20px
    }
}

.govuk-error-summary__body p {
    margin-bottom: 0
}

.govuk-error-summary__body > * + * {
    margin-top: 15px
}

@media(min-width: 40.0625em) {
    .govuk-error-summary__body > * + * {
        margin-top: 20px
    }
}

.govuk-error-summary__body > :last-child {
    margin-bottom: 5px
}

.govuk-error-summary__list {
    margin-bottom: 0
}

    .govuk-error-summary__list li:last-child {
        margin-bottom: 0
    }

    .govuk-error-summary__list a {
        font-weight: 700;
        font-family: "GDS Transport",arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: underline;
        text-decoration-thickness: max(1px, .0625rem);
        text-underline-offset: .1578em
    }

@media print {
    .govuk-error-summary__list a {
        font-family: sans-serif
    }
}

.govuk-error-summary__list a:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-error-summary__list a:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-error-summary__list a:link, .govuk-error-summary__list a:visited {
    color: #d4351c
}

.govuk-error-summary__list a:hover {
    color: rgb(148.4,37.1,19.6)
}

.govuk-error-summary__list a:active {
    color: #d4351c
}

.govuk-error-summary__list a:focus {
    color: #0b0c0c
}

.govuk-exit-this-page {
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%
}

@media(min-width: 40.0625em) {
    .govuk-exit-this-page {
        margin-bottom: 50px
    }
}

@media(min-width: 40.0625em) {
    .govuk-exit-this-page {
        display: inline-block;
        right: 0;
        left: auto;
        width: auto;
        float: right
    }
}

.govuk-exit-this-page__button {
    margin-bottom: 0
}

.govuk-exit-this-page__indicator {
    padding: 10px;
    display: none;
    padding-bottom: 0;
    color: inherit;
    line-height: 0;
    text-align: center;
    pointer-events: none
}

.govuk-exit-this-page__indicator--visible {
    display: block
}

.govuk-exit-this-page__indicator-light {
    box-sizing: border-box;
    display: inline-block;
    width: .75em;
    height: .75em;
    margin: 0 .125em;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    border-color: currentcolor
}

.govuk-exit-this-page__indicator-light--on {
    border-width: .375em
}

@media only print {
    .govuk-exit-this-page {
        display: none
    }
}

.govuk-exit-this-page-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.govuk-exit-this-page-hide-content * {
    display: none !important
}

.govuk-exit-this-page-hide-content .govuk-exit-this-page-overlay {
    display: block !important
}

.govuk-file-upload {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    max-width: 100%;
    margin-left: -5px;
    padding: 5px
}

@media print {
    .govuk-file-upload {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-file-upload {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-file-upload {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-file-upload {
        color: #000
    }
}

.govuk-file-upload::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

.govuk-file-upload:focus {
    outline: 3px solid #fd0;
    box-shadow: inset 0 0 0 4px #0b0c0c
}

.govuk-file-upload:focus-within {
    outline: 3px solid #fd0;
    box-shadow: inset 0 0 0 4px #0b0c0c
}

.govuk-file-upload:disabled {
    opacity: .5;
    cursor: not-allowed
}

.govuk-footer {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.1428571429;
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid #b1b4b6;
    color: #0b0c0c;
    background: #f3f2f1
}

@media print {
    .govuk-footer {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-footer {
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-footer {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media(min-width: 40.0625em) {
    .govuk-footer {
        padding-top: 40px
    }
}

@media(min-width: 40.0625em) {
    .govuk-footer {
        padding-bottom: 25px
    }
}

.govuk-footer__link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}

@media print {
    .govuk-footer__link {
        font-family: sans-serif
    }
}

.govuk-footer__link:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-footer__link:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-footer__link:link, .govuk-footer__link:visited {
    color: #0b0c0c
}

@media print {
    .govuk-footer__link:link, .govuk-footer__link:visited {
        color: #000
    }
}

.govuk-footer__link:hover {
    color: rgba(11,12,12,.99)
}

.govuk-footer__link:active, .govuk-footer__link:focus {
    color: #0b0c0c
}

@media print {
    .govuk-footer__link:active, .govuk-footer__link:focus {
        color: #000
    }
}

.govuk-footer__section-break {
    margin: 0;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #b1b4b6
}

@media(min-width: 40.0625em) {
    .govuk-footer__section-break {
        margin-bottom: 50px
    }
}

.govuk-footer__meta {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center
}

.govuk-footer__meta-item {
    margin-right: 15px;
    margin-bottom: 25px;
    margin-left: 15px
}

.govuk-footer__meta-item--grow {
    flex: 1
}

@media(max-width: 40.0525em) {
    .govuk-footer__meta-item--grow {
        flex-basis: 320px
    }
}

.govuk-footer__licence-logo {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    forced-color-adjust: auto
}

@media(max-width: 48.0525em) {
    .govuk-footer__licence-logo {
        margin-bottom: 15px
    }
}

.govuk-footer__licence-description {
    display: inline-block;
    text-wrap: balance
}

.govuk-footer__copyright-logo {
    display: inline-block;
    min-width: 125px;
    padding-top: 112px;
    background-image: url("/assets/images/govuk-crest.svg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 125px 102px;
    text-align: center;
    white-space: nowrap
}

.govuk-footer__inline-list {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0
}

.govuk-footer__meta-custom {
    margin-bottom: 20px
}

.govuk-footer__inline-list-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px
}

.govuk-footer__heading {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b1b4b6
}

@media(max-width: 40.0525em) {
    .govuk-footer__heading {
        padding-bottom: 10px
    }
}

.govuk-footer__navigation {
    margin-right: -15px;
    margin-left: -15px
}

    .govuk-footer__navigation::after {
        content: "";
        display: block;
        clear: both
    }

.govuk-footer__section {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top
}

.govuk-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 30px
}

@media(min-width: 48.0625em) {
    .govuk-footer__list--columns-2 {
        column-count: 2
    }

    .govuk-footer__list--columns-3 {
        column-count: 3
    }
}

.govuk-footer__list-item {
    margin-bottom: 15px
}

@media(min-width: 40.0625em) {
    .govuk-footer__list-item {
        margin-bottom: 20px
    }
}

.govuk-footer__list-item:last-child {
    margin-bottom: 0
}

.govuk-header {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    border-bottom: 10px solid #fff;
    color: #fff;
    background: #0b0c0c
}

@media print {
    .govuk-header {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-header {
        font-size: 1rem;
        line-height: 1
    }
}

@media print {
    .govuk-header {
        font-size: 14pt;
        line-height: 1
    }
}

.govuk-header__container--full-width {
    padding: 0 15px;
    border-color: #1d70b8
}

    .govuk-header__container--full-width .govuk-header__menu-button {
        right: 15px
    }

.govuk-header__container {
    position: relative;
    margin-bottom: -10px;
    padding-top: 10px;
    border-bottom: 10px solid #1d70b8
}

    .govuk-header__container::after {
        content: "";
        display: block;
        clear: both
    }

.govuk-header--full-width-border {
    border-bottom-color: #1d70b8
}

    .govuk-header--full-width-border .govuk-header__container {
        border-bottom-color: rgba(0,0,0,0)
    }

.govuk-header__logotype {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 5px;
    fill: currentcolor;
    vertical-align: top
}

@media(forced-colors: active) {
    .govuk-header__logotype {
        forced-color-adjust: none;
        color: linktext
    }
}

.govuk-header__logotype:last-child {
    margin-right: 0
}

.govuk-header__product-name {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 400;
    display: inline-table;
    margin-top: 10px;
    vertical-align: top
}

@media(min-width: 40.0625em) {
    .govuk-header__product-name {
        font-size: 1.5rem;
        line-height: 1
    }
}

@media print {
    .govuk-header__product-name {
        font-size: 18pt;
        line-height: 1
    }
}

@-moz-document url-prefix() {
    .govuk-header__product-name {
        margin-top: 9.5px
    }
}

@media(min-width: 40.0625em) {
    .govuk-header__product-name {
        margin-top: 5px
    }

    @-moz-document url-prefix() {
        .govuk-header__product-name {
            margin-top: 4.5px
        }
    }
}

.govuk-header__link {
    text-decoration: none
}

    .govuk-header__link:link, .govuk-header__link:visited {
        color: #fff
    }

    .govuk-header__link:hover, .govuk-header__link:active {
        color: hsla(0,0%,100%,.99)
    }

    .govuk-header__link:focus {
        color: #0b0c0c
    }

    .govuk-header__link:hover {
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-underline-offset: .1578em
    }

    .govuk-header__link:focus {
        outline: 3px solid rgba(0,0,0,0);
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

.govuk-header__link--homepage {
    display: inline-block;
    margin-right: 10px;
    font-size: 30px
}

@media(min-width: 48.0625em) {
    .govuk-header__link--homepage {
        display: inline
    }

        .govuk-header__link--homepage:focus {
            box-shadow: 0 0 #fd0
        }
}

.govuk-header__link--homepage:link, .govuk-header__link--homepage:visited {
    text-decoration: none
}

.govuk-header__link--homepage:hover, .govuk-header__link--homepage:active {
    margin-bottom: -3px;
    border-bottom: 3px solid
}

.govuk-header__link--homepage:focus {
    margin-bottom: 0;
    border-bottom: 0
}

.govuk-header__service-name {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    font-weight: 700
}

@media(min-width: 40.0625em) {
    .govuk-header__service-name {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-header__service-name {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-header__logo, .govuk-header__content {
    box-sizing: border-box
}

.govuk-header__logo {
    margin-bottom: 10px;
    padding-right: 80px
}

@media(min-width: 48.0625em) {
    .govuk-header__logo {
        width: 33.33%;
        padding-right: 15px;
        float: left;
        vertical-align: top
    }

        .govuk-header__logo:last-child {
            width: auto;
            padding-right: 0;
            float: none
        }
}

@media(min-width: 48.0625em) {
    .govuk-header__content {
        width: 66.66%;
        padding-left: 15px;
        float: left
    }
}

.govuk-header__menu-button {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.1428571429;
    position: absolute;
    top: 13px;
    right: 0;
    max-width: 80px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    background: none;
    word-break: break-all;
    cursor: pointer
}

@media print {
    .govuk-header__menu-button {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-header__menu-button {
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-header__menu-button {
        font-size: 14pt;
        line-height: 1.2
    }
}

.govuk-header__menu-button:hover {
    -webkit-text-decoration: solid underline 3px;
    text-decoration: solid underline 3px;
    text-underline-offset: .1578em
}

.govuk-header__menu-button:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-header__menu-button::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 8.66px 5px 0 5px;
    border-top-color: inherit;
    content: "";
    margin-left: 5px
}

.govuk-header__menu-button[aria-expanded=true]::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    border-width: 0 5px 8.66px;
    border-bottom-color: inherit
}

@media(min-width: 40.0625em) {
    .govuk-header__menu-button {
        top: 15px
    }
}

.govuk-frontend-supported .govuk-header__menu-button {
    display: block
}

    .govuk-header__menu-button[hidden], .govuk-frontend-supported .govuk-header__menu-button[hidden] {
        display: none
    }

@media(min-width: 48.0625em) {
    .govuk-header__navigation {
        margin-bottom: 10px
    }
}

.govuk-header__navigation-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .govuk-header__navigation-list[hidden] {
        display: none
    }

@media(min-width: 48.0625em) {
    .govuk-header__navigation--end {
        margin: 0;
        padding: 5px 0;
        text-align: right
    }
}

.govuk-header__navigation-item {
    padding: 10px 0;
    border-bottom: 1px solid #2e3133
}

@media(min-width: 48.0625em) {
    .govuk-header__navigation-item {
        display: inline-block;
        margin-right: 15px;
        padding: 5px 0;
        border: 0
    }
}

.govuk-header__navigation-item a {
    font-size: .875rem;
    line-height: 1.1428571429;
    font-weight: 700;
    white-space: nowrap
}

@media(min-width: 40.0625em) {
    .govuk-header__navigation-item a {
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-header__navigation-item a {
        font-size: 14pt;
        line-height: 1.2
    }
}

.govuk-header__navigation-item--active a:link, .govuk-header__navigation-item--active a:hover, .govuk-header__navigation-item--active a:visited {
    color: #1d8feb
}

@media print {
    .govuk-header__navigation-item--active a {
        color: #1d70b8
    }
}

.govuk-header__navigation-item--active a:focus {
    color: #0b0c0c
}

.govuk-header__navigation-item:last-child {
    margin-right: 0;
    border-bottom: 0
}

@media print {
    .govuk-header {
        border-bottom-width: 0;
        color: #0b0c0c;
        background: rgba(0,0,0,0)
    }

    .govuk-header__link:link, .govuk-header__link:visited {
        color: #0b0c0c
    }

    .govuk-header__link::after {
        display: none
    }
}

.govuk-inset-text {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    border-left: 10px solid #b1b4b6
}

@media print {
    .govuk-inset-text {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-inset-text {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-inset-text {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-inset-text {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-inset-text {
        margin-top: 30px
    }
}

@media(min-width: 40.0625em) {
    .govuk-inset-text {
        margin-bottom: 30px
    }
}

.govuk-inset-text > :first-child {
    margin-top: 0
}

.govuk-inset-text > :only-child, .govuk-inset-text > :last-child {
    margin-bottom: 0
}

.govuk-notification-banner {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 30px;
    border: 5px solid #1d70b8;
    background-color: #1d70b8
}

@media print {
    .govuk-notification-banner {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-notification-banner {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner {
        margin-bottom: 50px
    }
}

.govuk-notification-banner:focus {
    outline: 3px solid #fd0
}

.govuk-notification-banner__header {
    padding: 2px 15px 5px;
    border-bottom: 1px solid rgba(0,0,0,0)
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner__header {
        padding: 2px 20px 5px
    }
}

.govuk-notification-banner__title {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner__title {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-notification-banner__title {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-notification-banner__content {
    color: #0b0c0c;
    padding: 15px;
    background-color: #fff
}

@media print {
    .govuk-notification-banner__content {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner__content {
        padding: 20px
    }
}

.govuk-notification-banner__content > * {
    box-sizing: border-box;
    max-width: 605px
}

.govuk-notification-banner__content > :last-child {
    margin-bottom: 0
}

.govuk-notification-banner__heading {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0
}

@media(min-width: 40.0625em) {
    .govuk-notification-banner__heading {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-notification-banner__heading {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-notification-banner__link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}

@media print {
    .govuk-notification-banner__link {
        font-family: sans-serif
    }
}

.govuk-notification-banner__link:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-notification-banner__link:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-notification-banner__link:link {
    color: #1d70b8
}

.govuk-notification-banner__link:visited {
    color: #1d70b8
}

.govuk-notification-banner__link:hover {
    color: #003078
}

.govuk-notification-banner__link:active {
    color: #0b0c0c
}

.govuk-notification-banner__link:focus {
    color: #0b0c0c
}

.govuk-notification-banner--success {
    border-color: #00703c;
    background-color: #00703c
}

    .govuk-notification-banner--success .govuk-notification-banner__link:link, .govuk-notification-banner--success .govuk-notification-banner__link:visited {
        color: #00703c
    }

    .govuk-notification-banner--success .govuk-notification-banner__link:hover {
        color: rgb(0,78.4,42)
    }

    .govuk-notification-banner--success .govuk-notification-banner__link:active {
        color: #00703c
    }

    .govuk-notification-banner--success .govuk-notification-banner__link:focus {
        color: #0b0c0c
    }

.govuk-pagination {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap
}

@media(min-width: 40.0625em) {
    .govuk-pagination {
        margin-bottom: 30px
    }
}

@media(min-width: 40.0625em) {
    .govuk-pagination {
        flex-direction: row;
        align-items: flex-start
    }
}

.govuk-pagination__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.govuk-pagination__item, .govuk-pagination__next, .govuk-pagination__prev {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    position: relative;
    min-width: 45px;
    min-height: 45px;
    padding: 10px 15px;
    float: left
}

@media print {
    .govuk-pagination__item, .govuk-pagination__next, .govuk-pagination__prev {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-pagination__item, .govuk-pagination__next, .govuk-pagination__prev {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-pagination__item, .govuk-pagination__next, .govuk-pagination__prev {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-pagination__item:hover, .govuk-pagination__next:hover, .govuk-pagination__prev:hover {
    background-color: #f3f2f1
}

.govuk-pagination__item {
    display: none;
    text-align: center
}

@media(min-width: 40.0625em) {
    .govuk-pagination__item {
        display: block
    }
}

.govuk-pagination__prev, .govuk-pagination__next {
    font-weight: 700
}

    .govuk-pagination__prev .govuk-pagination__link, .govuk-pagination__next .govuk-pagination__link {
        display: flex;
        align-items: center
    }

.govuk-pagination__prev {
    padding-left: 0
}

.govuk-pagination__next {
    padding-right: 0
}

.govuk-pagination__item--current, .govuk-pagination__item--ellipses, .govuk-pagination__item:first-child, .govuk-pagination__item:last-child {
    display: block
}

.govuk-pagination__item--current {
    font-weight: 700;
    outline: 1px solid rgba(0,0,0,0);
    background-color: #1d70b8
}

    .govuk-pagination__item--current:hover {
        background-color: #1d70b8
    }

    .govuk-pagination__item--current .govuk-pagination__link:link, .govuk-pagination__item--current .govuk-pagination__link:visited {
        color: #fff
    }

    .govuk-pagination__item--current .govuk-pagination__link:hover, .govuk-pagination__item--current .govuk-pagination__link:active {
        color: hsla(0,0%,100%,.99)
    }

    .govuk-pagination__item--current .govuk-pagination__link:focus {
        color: #0b0c0c
    }

.govuk-pagination__item--ellipses {
    font-weight: 700;
    color: #505a5f
}

    .govuk-pagination__item--ellipses:hover {
        background-color: rgba(0,0,0,0)
    }

.govuk-pagination__link {
    display: block;
    min-width: 15px
}

@media screen {
    .govuk-pagination__link::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.govuk-pagination__link:hover .govuk-pagination__link-title--decorated, .govuk-pagination__link:active .govuk-pagination__link-title--decorated {
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}

.govuk-pagination__link:hover .govuk-pagination__link-label, .govuk-pagination__link:hover .govuk-pagination__link-title--decorated, .govuk-pagination__link:active .govuk-pagination__link-label, .govuk-pagination__link:active .govuk-pagination__link-title--decorated {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-pagination__link:focus .govuk-pagination__icon {
    color: #0b0c0c
}

.govuk-pagination__link:focus .govuk-pagination__link-label {
    text-decoration: none
}

.govuk-pagination__link:focus .govuk-pagination__link-title--decorated {
    text-decoration: none
}

.govuk-pagination__link-label {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    display: inline-block
}

.govuk-pagination__icon {
    width: .9375rem;
    height: .8125rem;
    color: #505a5f;
    fill: currentcolor;
    forced-color-adjust: auto
}

.govuk-pagination__icon--prev {
    margin-right: 15px
}

.govuk-pagination__icon--next {
    margin-left: 15px
}

.govuk-pagination--block {
    display: block
}

    .govuk-pagination--block .govuk-pagination__next, .govuk-pagination--block .govuk-pagination__prev {
        padding-left: 0;
        float: none
    }

        .govuk-pagination--block .govuk-pagination__next .govuk-pagination__link, .govuk-pagination--block .govuk-pagination__prev .govuk-pagination__link {
            display: inline-block
        }

    .govuk-pagination--block .govuk-pagination__next {
        padding-right: 15px
    }

    .govuk-pagination--block .govuk-pagination__prev + .govuk-pagination__next {
        border-top: 1px solid #b1b4b6
    }

    .govuk-pagination--block .govuk-pagination__link-title::after {
        content: "";
        display: block
    }

    .govuk-pagination--block .govuk-pagination__link {
        padding-left: 30px;
        text-align: left
    }

        .govuk-pagination--block .govuk-pagination__link:not(:focus) {
            text-decoration: none
        }

    .govuk-pagination--block .govuk-pagination__icon {
        margin-top: .326em;
        margin-left: -30px;
        float: left
    }

.govuk-panel {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.0416666667;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 35px;
    border: 5px solid rgba(0,0,0,0);
    text-align: center
}

@media print {
    .govuk-panel {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-panel {
        font-size: 2.25rem;
        line-height: 1.1111111111
    }
}

@media print {
    .govuk-panel {
        font-size: 24pt;
        line-height: 1.05
    }
}

@media(max-width: 40.0525em) {
    .govuk-panel {
        padding: 10px;
        overflow-wrap: break-word;
        word-wrap: break-word
    }
}

.govuk-panel--confirmation {
    color: #fff;
    background: #00703c
}

@media print {
    .govuk-panel--confirmation {
        border-color: currentcolor;
        color: #000;
        background: none
    }
}

.govuk-panel__title {
    font-size: 2rem;
    line-height: 1.09375;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px
}

@media(min-width: 40.0625em) {
    .govuk-panel__title {
        font-size: 3rem;
        line-height: 1.0416666667
    }
}

@media print {
    .govuk-panel__title {
        font-size: 32pt;
        line-height: 1.15
    }
}

.govuk-panel__title:last-child {
    margin-bottom: 0
}

@media(min-width: 20em) {
    .govuk-password-input__wrapper {
        flex-direction: row;
        align-items: flex-start
    }
}

.govuk-password-input__input::-ms-reveal {
    display: none
}

.govuk-password-input__toggle {
    margin-top: 5px;
    margin-bottom: 0
}

    .govuk-password-input__toggle[hidden] {
        display: none
    }

@media(min-width: 20em) {
    .govuk-password-input__toggle {
        width: auto;
        flex-shrink: 0;
        flex-basis: 5em;
        margin-top: 0;
        margin-left: 5px
    }
}

.govuk-tag {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    max-width: 160px;
    margin-top: -2px;
    margin-bottom: -3px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    color: rgb(11.6,44.8,73.6);
    background-color: rgb(187.2,212.1,233.7);
    text-decoration: none;
    overflow-wrap: break-word
}

@media print {
    .govuk-tag {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-tag {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-tag {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media screen and (forced-colors: active) {
    .govuk-tag {
        font-weight: bold
    }
}

.govuk-tag--grey {
    color: rgb(40,45,47.5);
    background-color: rgb(228.75,230.25,231)
}

.govuk-tag--purple {
    color: rgb(72.5,21.5,68);
    background-color: rgb(238.5,223.2,237.15)
}

.govuk-tag--turquoise {
    color: rgb(16,64.4,60.4);
    background-color: rgb(212,236.2,234.2)
}

.govuk-tag--blue {
    color: rgb(11.6,44.8,73.6);
    background-color: rgb(187.2,212.1,233.7)
}

.govuk-tag--light-blue {
    color: rgb(11.6,44.8,73.6);
    background-color: rgb(232.4,240.7,247.9)
}

.govuk-tag--yellow {
    color: rgb(89.25,77.35,0);
    background-color: hsl(52,100%,87.5%)
}

.govuk-tag--orange {
    color: rgb(109.8,53.55,25.2);
    background-color: rgb(251.7,214.2,195.3)
}

.govuk-tag--red {
    color: rgb(42.4,10.6,5.6);
    background-color: rgb(244.25,204.5,198.25)
}

.govuk-tag--pink {
    color: rgb(106.5,28,64);
    background-color: rgb(248.7,225.15,235.95)
}

.govuk-tag--green {
    color: rgb(0,89.6,48);
    background-color: rgb(204,226.4,216)
}

.govuk-phase-banner {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b1b4b6
}

.govuk-phase-banner__content {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.1428571429;
    color: #0b0c0c;
    display: table;
    margin: 0
}

@media print {
    .govuk-phase-banner__content {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-phase-banner__content {
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-phase-banner__content {
        font-size: 14pt;
        line-height: 1.2
    }
}

@media print {
    .govuk-phase-banner__content {
        color: #000
    }
}

.govuk-phase-banner__content__tag {
    font-size: .875rem;
    line-height: 1.1428571429;
    margin-right: 10px
}

@media(min-width: 40.0625em) {
    .govuk-phase-banner__content__tag {
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-phase-banner__content__tag {
        font-size: 14pt;
        line-height: 1.2
    }
}

.govuk-phase-banner__text {
    display: table-cell;
    vertical-align: middle
}

.govuk-radios__item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px
}

    .govuk-radios__item:last-child, .govuk-radios__item:last-of-type {
        margin-bottom: 0
    }

.govuk-radios__input {
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
    cursor: pointer
}

.govuk-radios__label {
    align-self: center;
    max-width: calc(100% - 74px);
    margin-bottom: 0;
    padding: 7px 15px;
    cursor: pointer;
    touch-action: manipulation
}

    .govuk-radios__label::before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 40px;
        height: 40px;
        border: 2px solid currentcolor;
        border-radius: 50%;
        background: rgba(0,0,0,0)
    }

    .govuk-radios__label::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 12px;
        width: 0;
        height: 0;
        border: 10px solid currentcolor;
        border-radius: 50%;
        opacity: 0;
        background: currentcolor
    }

.govuk-radios__hint {
    display: block;
    width: 100%;
    margin-top: -5px;
    padding-right: 15px;
    padding-left: 59px
}

.govuk-label:not(.govuk-label--m):not(.govuk-label--l):not(.govuk-label--xl) + .govuk-radios__hint {
    margin-bottom: 0
}

.govuk-radios__input:focus + .govuk-radios__label::before {
    border-width: 4px;
    outline: 3px solid rgba(0,0,0,0);
    outline-offset: 1px;
    box-shadow: 0 0 0 4px #fd0
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .govuk-radios__input:focus + .govuk-radios__label::before {
        outline-color: Highlight
    }
}

.govuk-radios__input:checked + .govuk-radios__label::after {
    opacity: 1
}

.govuk-radios__input:disabled, .govuk-radios__input:disabled + .govuk-radios__label {
    cursor: not-allowed
}

    .govuk-radios__input:disabled + .govuk-radios__label, .govuk-radios__input:disabled ~ .govuk-hint {
        opacity: .5
    }

@media(min-width: 40.0625em) {
    .govuk-radios--inline {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start
    }

        .govuk-radios--inline .govuk-radios__item {
            margin-right: 20px
        }
}

.govuk-radios__divider {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 40px;
    margin-bottom: 10px;
    text-align: center
}

@media print {
    .govuk-radios__divider {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-radios__divider {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-radios__divider {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-radios__divider {
        color: #000
    }
}

.govuk-radios__conditional {
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 35px;
    border-left: 4px solid #b1b4b6
}

@media(min-width: 40.0625em) {
    .govuk-radios__conditional {
        margin-bottom: 20px
    }
}

.govuk-frontend-supported .govuk-radios__conditional--hidden {
    display: none
}

.govuk-radios__conditional > :last-child {
    margin-bottom: 0
}

.govuk-radios--small .govuk-radios__item {
    margin-bottom: 0
}

.govuk-radios--small .govuk-radios__input {
    margin-left: -10px
}

.govuk-radios--small .govuk-radios__label {
    padding-left: 1px
}

    .govuk-radios--small .govuk-radios__label::before {
        top: 10px;
        left: 0;
        width: 24px;
        height: 24px
    }

    .govuk-radios--small .govuk-radios__label::after {
        top: 17px;
        left: 7px;
        border-width: 5px
    }

.govuk-radios--small .govuk-radios__hint {
    padding-left: 34px
}

.govuk-radios--small .govuk-radios__conditional {
    margin-left: 10px;
    padding-left: 20px
}

.govuk-radios--small .govuk-radios__divider {
    width: 24px;
    margin-bottom: 5px
}

.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
    outline: 4px dashed rgba(0,0,0,0);
    outline-offset: 1px;
    box-shadow: 0 0 0 10px #b1b4b6
}

.govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
    box-shadow: 0 0 0 4px #fd0 0 0 0 10px #b1b4b6
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
        outline-color: Highlight
    }
}

@media(hover: none),(pointer: coarse) {
    .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
        box-shadow: initial
    }

    .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
        box-shadow: 0 0 0 4px #fd0
    }
}

.govuk-select {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    min-width: 11.5em;
    max-width: 100%;
    height: 2.5rem;
    padding: 5px;
    border: 2px solid #0b0c0c;
    color: #0b0c0c;
    background-color: #fff
}

@media print {
    .govuk-select {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-select {
        font-size: 1.1875rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-select {
        font-size: 14pt;
        line-height: 1.25
    }
}

.govuk-select:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px
}

.govuk-select:disabled {
    opacity: .5;
    color: inherit;
    cursor: not-allowed
}

.govuk-select option:active, .govuk-select option:checked, .govuk-select:focus::-ms-value {
    color: #fff;
    background-color: #1d70b8
}

.govuk-select--error {
    border-color: #d4351c
}

    .govuk-select--error:focus {
        border-color: #0b0c0c
    }

.govuk-service-navigation {
    border-bottom: 1px solid #b1b4b6;
    background-color: #f3f2f1
}

.govuk-service-navigation__container {
    display: flex;
    flex-direction: column;
    align-items: start
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__container {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.govuk-service-navigation__item, .govuk-service-navigation__service-name {
    position: relative;
    margin: 10px 0;
    border: 0 solid rgb(26.1,100.8,165.6)
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__item, .govuk-service-navigation__service-name {
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 0
    }

        .govuk-service-navigation__item:not(:last-child), .govuk-service-navigation__service-name:not(:last-child) {
            margin-right: 20px
        }
}

@media(min-width: 40.0625em)and (min-width: 40.0625em) {
    .govuk-service-navigation__item:not(:last-child), .govuk-service-navigation__service-name:not(:last-child) {
        margin-right: 30px
    }
}

@media(max-width: 40.0525em) {
    .govuk-service-navigation__item--active {
        margin-left: -15px;
        padding-left: 10px;
        border-left-width: 5px
    }
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__item--active {
        padding-bottom: 15px;
        border-bottom-width: 5px
    }
}

.govuk-service-navigation__link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}

@media print {
    .govuk-service-navigation__link {
        font-family: sans-serif
    }
}

.govuk-service-navigation__link:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-service-navigation__link:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-service-navigation__link:not(:hover):not(:active) {
    text-decoration: none
}

.govuk-service-navigation__link:link {
    color: #1d70b8
}

.govuk-service-navigation__link:visited {
    color: #1d70b8
}

.govuk-service-navigation__link:hover {
    color: #003078
}

.govuk-service-navigation__link:active {
    color: #0b0c0c
}

.govuk-service-navigation__link:focus {
    color: #0b0c0c
}

.govuk-service-navigation__link:not(:hover):not(:focus) {
    color: rgb(26.1,100.8,165.6)
}

.govuk-service-navigation__service-name {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25
}

@media print {
    .govuk-service-navigation__service-name {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__service-name {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-service-navigation__service-name {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-service-navigation__service-name .govuk-service-navigation__link:link, .govuk-service-navigation__service-name .govuk-service-navigation__link:visited {
    color: #0b0c0c
}

@media print {
    .govuk-service-navigation__service-name .govuk-service-navigation__link:link, .govuk-service-navigation__service-name .govuk-service-navigation__link:visited {
        color: #000
    }
}

.govuk-service-navigation__service-name .govuk-service-navigation__link:hover {
    color: rgba(11,12,12,.99)
}

.govuk-service-navigation__service-name .govuk-service-navigation__link:active, .govuk-service-navigation__service-name .govuk-service-navigation__link:focus {
    color: #0b0c0c
}

@media print {
    .govuk-service-navigation__service-name .govuk-service-navigation__link:active, .govuk-service-navigation__service-name .govuk-service-navigation__link:focus {
        color: #000
    }
}

.govuk-service-navigation__toggle {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-flex;
    margin: 10px 0;
    padding: 0;
    border: 0;
    color: rgb(26.1,100.8,165.6);
    background: none;
    word-break: break-all;
    cursor: pointer;
    align-items: center
}

@media print {
    .govuk-service-navigation__toggle {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__toggle {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-service-navigation__toggle {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-service-navigation__toggle:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-service-navigation__toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 8.66px 5px 0 5px;
    border-top-color: inherit;
    content: "";
    margin-left: 5px
}

.govuk-service-navigation__toggle[aria-expanded=true]::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    border-width: 0 5px 8.66px;
    border-bottom-color: inherit
}

.govuk-service-navigation__toggle[hidden] {
    display: none
}

.govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__toggle {
    margin-top: 0
}

.govuk-service-navigation__list {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none
}

@media print {
    .govuk-service-navigation__list {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__list {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-service-navigation__list {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

@media screen and (min-width: 40.0625em)and (-ms-high-contrast: active),(min-width: 40.0625em)and (-ms-high-contrast: none) {
    .govuk-service-navigation__list {
        display: block
    }
}

.govuk-service-navigation__active-fallback {
    font-weight: inherit
}

.govuk-skip-link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    font-size: .875rem;
    line-height: 1.1428571429;
    display: block;
    padding: 10px 15px
}

    .govuk-skip-link:not(:active):not(:focus) {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        border: 0 !important;
        white-space: nowrap !important;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

@media print {
    .govuk-skip-link {
        font-family: sans-serif
    }
}

.govuk-skip-link:link, .govuk-skip-link:visited {
    color: #0b0c0c
}

@media print {
    .govuk-skip-link:link, .govuk-skip-link:visited {
        color: #000
    }
}

.govuk-skip-link:hover {
    color: rgba(11,12,12,.99)
}

.govuk-skip-link:active, .govuk-skip-link:focus {
    color: #0b0c0c
}

@media print {
    .govuk-skip-link:active, .govuk-skip-link:focus {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-skip-link {
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-skip-link {
        font-size: 14pt;
        line-height: 1.2
    }
}

@supports(padding: max(calc(0px))) {
    .govuk-skip-link {
        padding-right: max(15px, calc(15px + env(safe-area-inset-right)));
        padding-left: max(15px, calc(15px + env(safe-area-inset-left)))
    }
}

.govuk-skip-link:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    background-color: #fd0
}
/*
.govuk-skip-link:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    background-color: #fd0;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    box-shadow: none
}*/

.govuk-skip-link-focused-element:focus {
    outline: none
}

.govuk-summary-list {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin: 0;
    margin-bottom: 20px
}

@media print {
    .govuk-summary-list {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-summary-list {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-summary-list {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-summary-list {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-summary-list {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse
    }
}

@media(min-width: 40.0625em) {
    .govuk-summary-list {
        margin-bottom: 30px
    }
}

.govuk-summary-list__row {
    border-bottom: 1px solid #b1b4b6
}

@media(max-width: 40.0525em) {
    .govuk-summary-list__row {
        margin-bottom: 15px
    }
}

@media(min-width: 40.0625em) {
    .govuk-summary-list__row {
        display: table-row
    }
}

.govuk-summary-list__row:not(.govuk-summary-list__row--no-actions) > :last-child {
    padding-right: 0
}

@media(min-width: 40.0625em) {
    .govuk-summary-list__row--no-actions::after {
        content: "";
        display: table-cell;
        width: 20%
    }
}

.govuk-summary-list__key, .govuk-summary-list__value, .govuk-summary-list__actions {
    margin: 0
}

@media(min-width: 40.0625em) {
    .govuk-summary-list__key, .govuk-summary-list__value, .govuk-summary-list__actions {
        display: table-cell;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px
    }
}

.govuk-summary-list__actions {
    margin-bottom: 15px
}

@media(min-width: 40.0625em) {
    .govuk-summary-list__actions {
        width: 20%;
        text-align: right
    }
}

.govuk-summary-list__key, .govuk-summary-list__value {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.govuk-summary-list__key {
    margin-bottom: 5px;
    font-weight: 700
}

@media(min-width: 40.0625em) {
    .govuk-summary-list__key {
        width: 30%
    }
}

@media(max-width: 40.0525em) {
    .govuk-summary-list__value {
        margin-bottom: 15px
    }
}

.govuk-summary-list__value > p {
    margin-bottom: 10px
}

.govuk-summary-list__value > :last-child {
    margin-bottom: 0
}

.govuk-summary-list__actions-list {
    width: 100%;
    margin: 0;
    padding: 0
}

.govuk-summary-list__actions-list-item {
    display: inline-block
}

@media(max-width: 40.0525em) {
    .govuk-summary-list__actions-list-item {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #b1b4b6
    }

        .govuk-summary-list__actions-list-item:last-child {
            margin-right: 0;
            padding-right: 0;
            border: 0
        }
}

@media(min-width: 40.0625em) {
    .govuk-summary-list__actions-list-item {
        margin-left: 10px;
        padding-left: 10px
    }

        .govuk-summary-list__actions-list-item:not(:first-child) {
            border-left: 1px solid #b1b4b6
        }

        .govuk-summary-list__actions-list-item:first-child {
            margin-left: 0;
            padding-left: 0;
            border: 0
        }
}

.govuk-summary-list__actions-list-item .govuk-link:focus {
    isolation: isolate
}

.govuk-summary-list--no-border .govuk-summary-list__row {
    border: 0
}

@media(min-width: 40.0625em) {
    .govuk-summary-list--no-border .govuk-summary-list__key, .govuk-summary-list--no-border .govuk-summary-list__value, .govuk-summary-list--no-border .govuk-summary-list__actions {
        padding-bottom: 11px
    }
}

.govuk-summary-list__row--no-border {
    border: 0
}

@media(min-width: 40.0625em) {
    .govuk-summary-list__row--no-border .govuk-summary-list__key, .govuk-summary-list__row--no-border .govuk-summary-list__value, .govuk-summary-list__row--no-border .govuk-summary-list__actions {
        padding-bottom: 11px
    }
}

.govuk-summary-card {
    margin-bottom: 20px;
    border: 1px solid #b1b4b6
}

@media(min-width: 40.0625em) {
    .govuk-summary-card {
        margin-bottom: 30px
    }
}

.govuk-summary-card__title-wrapper {
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,0);
    background-color: #f3f2f1
}

@media(min-width: 40.0625em) {
    .govuk-summary-card__title-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 15px 20px
    }
}

.govuk-summary-card__title {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin: 5px 20px 10px 0
}

@media print {
    .govuk-summary-card__title {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-summary-card__title {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-summary-card__title {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-summary-card__title {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-summary-card__title {
        margin-bottom: 5px
    }
}

.govuk-summary-card__actions {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 5px 0;
    padding: 0;
    list-style: none
}

@media(min-width: 40.0625em) {
    .govuk-summary-card__actions {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-summary-card__actions {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-summary-card__actions {
        justify-content: right;
        text-align: right
    }
}

.govuk-summary-card__action {
    display: inline;
    margin: 0 10px 0 0;
    padding-right: 10px;
    border-right: 1px solid #b1b4b6
}

@media(min-width: 40.0625em) {
    .govuk-summary-card__action {
        margin-right: 0
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .govuk-summary-card__action {
        margin-bottom: 5px
    }
}

.govuk-summary-card__action:last-child {
    margin: 0;
    padding-right: 0;
    border-right: none
}

@media(min-width: 40.0625em) {
    .govuk-summary-card__action:last-child {
        padding-left: 10px
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .govuk-summary-card__action:last-child {
        margin-bottom: 0
    }
}

.govuk-summary-card__content {
    padding: 15px 15px 0
}

@media(min-width: 40.0625em) {
    .govuk-summary-card__content {
        padding: 15px 20px
    }
}

.govuk-summary-card__content .govuk-summary-list {
    margin-bottom: 0
}

.govuk-summary-card__content .govuk-summary-list__row:last-of-type {
    margin-bottom: 0;
    border-bottom: none
}

.govuk-table {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse
}

@media print {
    .govuk-table {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-table {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-table {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-table {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-table {
        margin-bottom: 30px
    }
}

.govuk-table__header {
    font-weight: 700
}

.govuk-table__header, .govuk-table__cell {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #b1b4b6;
    text-align: left;
    vertical-align: top
}

.govuk-table__cell--numeric {
    font-variant-numeric: tabular-nums
}

.govuk-table__header--numeric, .govuk-table__cell--numeric {
    text-align: right
}

.govuk-table__header:last-child, .govuk-table__cell:last-child {
    padding-right: 0
}

.govuk-table__caption {
    font-weight: 700;
    display: table-caption;
    text-align: left
}

.govuk-table__caption--xl, .govuk-table__caption--l, .govuk-table__caption--m {
    margin-bottom: 15px
}

.govuk-table__caption--xl {
    font-size: 2rem;
    line-height: 1.09375
}

@media(min-width: 40.0625em) {
    .govuk-table__caption--xl {
        font-size: 3rem;
        line-height: 1.0416666667
    }
}

@media print {
    .govuk-table__caption--xl {
        font-size: 32pt;
        line-height: 1.15
    }
}

.govuk-table__caption--l {
    font-size: 1.5rem;
    line-height: 1.0416666667
}

@media(min-width: 40.0625em) {
    .govuk-table__caption--l {
        font-size: 2.25rem;
        line-height: 1.1111111111
    }
}

@media print {
    .govuk-table__caption--l {
        font-size: 24pt;
        line-height: 1.05
    }
}

.govuk-table__caption--m {
    font-size: 1.125rem;
    line-height: 1.1111111111
}

@media(min-width: 40.0625em) {
    .govuk-table__caption--m {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .govuk-table__caption--m {
        font-size: 18pt;
        line-height: 1.15
    }
}

.govuk-tabs {
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25
}

@media(min-width: 40.0625em) {
    .govuk-tabs {
        margin-bottom: 30px
    }
}

@media print {
    .govuk-tabs {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-tabs {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-tabs {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-tabs__title {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    color: #0b0c0c;
    margin-bottom: 10px
}

@media(min-width: 40.0625em) {
    .govuk-tabs__title {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-tabs__title {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .govuk-tabs__title {
        color: #000
    }
}

.govuk-tabs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

@media(min-width: 40.0625em) {
    .govuk-tabs__list {
        margin-bottom: 30px
    }
}

.govuk-tabs__list-item {
    margin-left: 25px
}

    .govuk-tabs__list-item::before {
        color: #0b0c0c;
        content: "—";
        margin-left: -25px;
        padding-right: 5px
    }

@media print {
    .govuk-tabs__list-item::before {
        color: #000
    }
}

.govuk-tabs__tab {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    display: inline-block;
    margin-bottom: 10px
}

@media print {
    .govuk-tabs__tab {
        font-family: sans-serif
    }
}

.govuk-tabs__tab:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-tabs__tab:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.govuk-tabs__tab:link {
    color: #1d70b8
}

.govuk-tabs__tab:visited {
    color: #4c2c92
}

.govuk-tabs__tab:hover {
    color: #003078
}

.govuk-tabs__tab:active {
    color: #0b0c0c
}

.govuk-tabs__tab:focus {
    color: #0b0c0c
}

.govuk-tabs__panel {
    margin-bottom: 30px
}

@media(min-width: 40.0625em) {
    .govuk-tabs__panel {
        margin-bottom: 50px
    }
}

@media(min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-tabs__list {
        margin-bottom: 0;
        border-bottom: 1px solid #b1b4b6
    }

        .govuk-frontend-supported .govuk-tabs__list::after {
            content: "";
            display: block;
            clear: both
        }

    .govuk-frontend-supported .govuk-tabs__title {
        display: none
    }

    .govuk-frontend-supported .govuk-tabs__list-item {
        position: relative;
        margin-right: 5px;
        margin-bottom: 0;
        margin-left: 0;
        padding: 10px 20px;
        float: left;
        background-color: #f3f2f1;
        text-align: center
    }

        .govuk-frontend-supported .govuk-tabs__list-item::before {
            content: none
        }

    .govuk-frontend-supported .govuk-tabs__list-item--selected {
        position: relative;
        margin-top: -5px;
        margin-bottom: -1px;
        padding-top: 14px;
        padding-right: 19px;
        padding-bottom: 16px;
        padding-left: 19px;
        border: 1px solid #b1b4b6;
        border-bottom: 0;
        background-color: #fff
    }

        .govuk-frontend-supported .govuk-tabs__list-item--selected .govuk-tabs__tab {
            text-decoration: none
        }

    .govuk-frontend-supported .govuk-tabs__tab {
        margin-bottom: 0
    }

        .govuk-frontend-supported .govuk-tabs__tab:link, .govuk-frontend-supported .govuk-tabs__tab:visited {
            color: #0b0c0c
        }
}

@media print and (min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-tabs__tab:link, .govuk-frontend-supported .govuk-tabs__tab:visited {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-tabs__tab:hover {
        color: rgba(11,12,12,.99)
    }

    .govuk-frontend-supported .govuk-tabs__tab:active, .govuk-frontend-supported .govuk-tabs__tab:focus {
        color: #0b0c0c
    }
}

@media print and (min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-tabs__tab:active, .govuk-frontend-supported .govuk-tabs__tab:focus {
        color: #000
    }
}

@media(min-width: 40.0625em) {
    .govuk-frontend-supported .govuk-tabs__tab::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .govuk-frontend-supported .govuk-tabs__panel {
        margin-bottom: 0;
        padding: 30px 20px;
        border: 1px solid #b1b4b6;
        border-top: 0
    }

        .govuk-frontend-supported .govuk-tabs__panel > :last-child {
            margin-bottom: 0
        }

    .govuk-frontend-supported .govuk-tabs__panel--hidden {
        display: none
    }
}

.govuk-task-list {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style-type: none
}

@media print {
    .govuk-task-list {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-task-list {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-task-list {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-task-list {
        margin-bottom: 30px
    }
}

.govuk-task-list__item {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b1b4b6
}

    .govuk-task-list__item:first-child {
        border-top: 1px solid #b1b4b6
    }

.govuk-task-list__item--with-link:hover {
    background: #f3f2f1
}

.govuk-task-list__name-and-hint {
    display: table-cell;
    vertical-align: top;
    color: #0b0c0c
}

@media print {
    .govuk-task-list__name-and-hint {
        color: #000
    }
}

.govuk-task-list__status {
    display: table-cell;
    padding-left: 10px;
    text-align: right;
    vertical-align: top;
    color: #0b0c0c
}

@media print {
    .govuk-task-list__status {
        color: #000
    }
}

.govuk-task-list__status--cannot-start-yet {
    color: #505a5f
}

.govuk-task-list__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.govuk-task-list__hint {
    margin-top: 5px;
    color: #505a5f
}

.govuk-warning-text {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding: 10px 0
}

@media print {
    .govuk-warning-text {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .govuk-warning-text {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .govuk-warning-text {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-warning-text {
        margin-bottom: 30px
    }
}

.govuk-warning-text__icon {
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: 0;
    min-width: 35px;
    min-height: 35px;
    margin-top: -7px;
    border: 3px solid #0b0c0c;
    border-radius: 50%;
    color: #fff;
    background: #0b0c0c;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    forced-color-adjust: none
}

@media(min-width: 40.0625em) {
    .govuk-warning-text__icon {
        margin-top: -5px
    }
}

@media screen and (forced-colors: active) {
    .govuk-warning-text__icon {
        border-color: windowText;
        color: windowText;
        background: rgba(0,0,0,0)
    }
}

.govuk-warning-text__text {
    color: #0b0c0c;
    display: block;
    padding-left: 45px;
    font-weight: inherit
}

@media print {
    .govuk-warning-text__text {
        color: #000
    }
}

.govuk-clearfix::after {
    content: "";
    display: block;
    clear: both
}

.govuk-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .govuk-visually-hidden::before {
        content: " "
    }

    .govuk-visually-hidden::after {
        content: " "
    }

.govuk-visually-hidden-focusable:not(:active):not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.govuk-\!-display-inline {
    display: inline !important
}

.govuk-\!-display-inline-block {
    display: inline-block !important
}

.govuk-\!-display-block {
    display: block !important
}

.govuk-\!-display-none {
    display: none !important
}

@media print {
    .govuk-\!-display-none-print {
        display: none !important
    }
}

.govuk-\!-margin-0 {
    margin: 0 !important
}

.govuk-\!-margin-top-0 {
    margin-top: 0 !important
}

.govuk-\!-margin-right-0 {
    margin-right: 0 !important
}

.govuk-\!-margin-bottom-0 {
    margin-bottom: 0 !important
}

.govuk-\!-margin-left-0 {
    margin-left: 0 !important
}

.govuk-\!-margin-1 {
    margin: 5px !important
}

.govuk-\!-margin-top-1 {
    margin-top: 5px !important
}

.govuk-\!-margin-right-1 {
    margin-right: 5px !important
}

.govuk-\!-margin-bottom-1 {
    margin-bottom: 5px !important
}

.govuk-\!-margin-left-1 {
    margin-left: 5px !important
}

.govuk-\!-margin-2 {
    margin: 10px !important
}

.govuk-\!-margin-top-2 {
    margin-top: 10px !important
}

.govuk-\!-margin-right-2 {
    margin-right: 10px !important
}

.govuk-\!-margin-bottom-2 {
    margin-bottom: 10px !important
}

.govuk-\!-margin-left-2 {
    margin-left: 10px !important
}

.govuk-\!-margin-3 {
    margin: 15px !important
}

.govuk-\!-margin-top-3 {
    margin-top: 15px !important
}

.govuk-\!-margin-right-3 {
    margin-right: 15px !important
}

.govuk-\!-margin-bottom-3 {
    margin-bottom: 15px !important
}

.govuk-\!-margin-left-3 {
    margin-left: 15px !important
}

.govuk-\!-margin-4 {
    margin: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-4 {
        margin: 20px !important
    }
}

.govuk-\!-margin-top-4 {
    margin-top: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-top-4 {
        margin-top: 20px !important
    }
}

.govuk-\!-margin-right-4 {
    margin-right: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-right-4 {
        margin-right: 20px !important
    }
}

.govuk-\!-margin-bottom-4 {
    margin-bottom: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-bottom-4 {
        margin-bottom: 20px !important
    }
}

.govuk-\!-margin-left-4 {
    margin-left: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-left-4 {
        margin-left: 20px !important
    }
}

.govuk-\!-margin-5 {
    margin: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-5 {
        margin: 25px !important
    }
}

.govuk-\!-margin-top-5 {
    margin-top: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-top-5 {
        margin-top: 25px !important
    }
}

.govuk-\!-margin-right-5 {
    margin-right: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-right-5 {
        margin-right: 25px !important
    }
}

.govuk-\!-margin-bottom-5 {
    margin-bottom: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-bottom-5 {
        margin-bottom: 25px !important
    }
}

.govuk-\!-margin-left-5 {
    margin-left: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-left-5 {
        margin-left: 25px !important
    }
}

.govuk-\!-margin-6 {
    margin: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-6 {
        margin: 30px !important
    }
}

.govuk-\!-margin-top-6 {
    margin-top: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-top-6 {
        margin-top: 30px !important
    }
}

.govuk-\!-margin-right-6 {
    margin-right: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-right-6 {
        margin-right: 30px !important
    }
}

.govuk-\!-margin-bottom-6 {
    margin-bottom: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-bottom-6 {
        margin-bottom: 30px !important
    }
}

.govuk-\!-margin-left-6 {
    margin-left: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-left-6 {
        margin-left: 30px !important
    }
}

.govuk-\!-margin-7 {
    margin: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-7 {
        margin: 40px !important
    }
}

.govuk-\!-margin-top-7 {
    margin-top: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-top-7 {
        margin-top: 40px !important
    }
}

.govuk-\!-margin-right-7 {
    margin-right: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-right-7 {
        margin-right: 40px !important
    }
}

.govuk-\!-margin-bottom-7 {
    margin-bottom: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-bottom-7 {
        margin-bottom: 40px !important
    }
}

.govuk-\!-margin-left-7 {
    margin-left: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-left-7 {
        margin-left: 40px !important
    }
}

.govuk-\!-margin-8 {
    margin: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-8 {
        margin: 50px !important
    }
}

.govuk-\!-margin-top-8 {
    margin-top: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-top-8 {
        margin-top: 50px !important
    }
}

.govuk-\!-margin-right-8 {
    margin-right: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-right-8 {
        margin-right: 50px !important
    }
}

.govuk-\!-margin-bottom-8 {
    margin-bottom: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-bottom-8 {
        margin-bottom: 50px !important
    }
}

.govuk-\!-margin-left-8 {
    margin-left: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-left-8 {
        margin-left: 50px !important
    }
}

.govuk-\!-margin-9 {
    margin: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-9 {
        margin: 60px !important
    }
}

.govuk-\!-margin-top-9 {
    margin-top: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-top-9 {
        margin-top: 60px !important
    }
}

.govuk-\!-margin-right-9 {
    margin-right: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-right-9 {
        margin-right: 60px !important
    }
}

.govuk-\!-margin-bottom-9 {
    margin-bottom: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-bottom-9 {
        margin-bottom: 60px !important
    }
}

.govuk-\!-margin-left-9 {
    margin-left: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-margin-left-9 {
        margin-left: 60px !important
    }
}

.govuk-\!-padding-0 {
    padding: 0 !important
}

.govuk-\!-padding-top-0 {
    padding-top: 0 !important
}

.govuk-\!-padding-right-0 {
    padding-right: 0 !important
}

.govuk-\!-padding-bottom-0 {
    padding-bottom: 0 !important
}

.govuk-\!-padding-left-0 {
    padding-left: 0 !important
}

.govuk-\!-padding-1 {
    padding: 5px !important
}

.govuk-\!-padding-top-1 {
    padding-top: 5px !important
}

.govuk-\!-padding-right-1 {
    padding-right: 5px !important
}

.govuk-\!-padding-bottom-1 {
    padding-bottom: 5px !important
}

.govuk-\!-padding-left-1 {
    padding-left: 5px !important
}

.govuk-\!-padding-2 {
    padding: 10px !important
}

.govuk-\!-padding-top-2 {
    padding-top: 10px !important
}

.govuk-\!-padding-right-2 {
    padding-right: 10px !important
}

.govuk-\!-padding-bottom-2 {
    padding-bottom: 10px !important
}

.govuk-\!-padding-left-2 {
    padding-left: 10px !important
}

.govuk-\!-padding-3 {
    padding: 15px !important
}

.govuk-\!-padding-top-3 {
    padding-top: 15px !important
}

.govuk-\!-padding-right-3 {
    padding-right: 15px !important
}

.govuk-\!-padding-bottom-3 {
    padding-bottom: 15px !important
}

.govuk-\!-padding-left-3 {
    padding-left: 15px !important
}

.govuk-\!-padding-4 {
    padding: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-4 {
        padding: 20px !important
    }
}

.govuk-\!-padding-top-4 {
    padding-top: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-top-4 {
        padding-top: 20px !important
    }
}

.govuk-\!-padding-right-4 {
    padding-right: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-right-4 {
        padding-right: 20px !important
    }
}

.govuk-\!-padding-bottom-4 {
    padding-bottom: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-bottom-4 {
        padding-bottom: 20px !important
    }
}

.govuk-\!-padding-left-4 {
    padding-left: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-left-4 {
        padding-left: 20px !important
    }
}

.govuk-\!-padding-5 {
    padding: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-5 {
        padding: 25px !important
    }
}

.govuk-\!-padding-top-5 {
    padding-top: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-top-5 {
        padding-top: 25px !important
    }
}

.govuk-\!-padding-right-5 {
    padding-right: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-right-5 {
        padding-right: 25px !important
    }
}

.govuk-\!-padding-bottom-5 {
    padding-bottom: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-bottom-5 {
        padding-bottom: 25px !important
    }
}

.govuk-\!-padding-left-5 {
    padding-left: 15px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-left-5 {
        padding-left: 25px !important
    }
}

.govuk-\!-padding-6 {
    padding: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-6 {
        padding: 30px !important
    }
}

.govuk-\!-padding-top-6 {
    padding-top: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-top-6 {
        padding-top: 30px !important
    }
}

.govuk-\!-padding-right-6 {
    padding-right: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-right-6 {
        padding-right: 30px !important
    }
}

.govuk-\!-padding-bottom-6 {
    padding-bottom: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-bottom-6 {
        padding-bottom: 30px !important
    }
}

.govuk-\!-padding-left-6 {
    padding-left: 20px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-left-6 {
        padding-left: 30px !important
    }
}

.govuk-\!-padding-7 {
    padding: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-7 {
        padding: 40px !important
    }
}

.govuk-\!-padding-top-7 {
    padding-top: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-top-7 {
        padding-top: 40px !important
    }
}

.govuk-\!-padding-right-7 {
    padding-right: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-right-7 {
        padding-right: 40px !important
    }
}

.govuk-\!-padding-bottom-7 {
    padding-bottom: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-bottom-7 {
        padding-bottom: 40px !important
    }
}

.govuk-\!-padding-left-7 {
    padding-left: 25px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-left-7 {
        padding-left: 40px !important
    }
}

.govuk-\!-padding-8 {
    padding: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-8 {
        padding: 50px !important
    }
}

.govuk-\!-padding-top-8 {
    padding-top: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-top-8 {
        padding-top: 50px !important
    }
}

.govuk-\!-padding-right-8 {
    padding-right: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-right-8 {
        padding-right: 50px !important
    }
}

.govuk-\!-padding-bottom-8 {
    padding-bottom: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-bottom-8 {
        padding-bottom: 50px !important
    }
}

.govuk-\!-padding-left-8 {
    padding-left: 30px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-left-8 {
        padding-left: 50px !important
    }
}

.govuk-\!-padding-9 {
    padding: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-9 {
        padding: 60px !important
    }
}

.govuk-\!-padding-top-9 {
    padding-top: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-top-9 {
        padding-top: 60px !important
    }
}

.govuk-\!-padding-right-9 {
    padding-right: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-right-9 {
        padding-right: 60px !important
    }
}

.govuk-\!-padding-bottom-9 {
    padding-bottom: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-bottom-9 {
        padding-bottom: 60px !important
    }
}

.govuk-\!-padding-left-9 {
    padding-left: 40px !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-padding-left-9 {
        padding-left: 60px !important
    }
}

.govuk-\!-static-margin-0 {
    margin: 0 !important
}

.govuk-\!-static-margin-top-0 {
    margin-top: 0 !important
}

.govuk-\!-static-margin-right-0 {
    margin-right: 0 !important
}

.govuk-\!-static-margin-bottom-0 {
    margin-bottom: 0 !important
}

.govuk-\!-static-margin-left-0 {
    margin-left: 0 !important
}

.govuk-\!-static-margin-1 {
    margin: 5px !important
}

.govuk-\!-static-margin-top-1 {
    margin-top: 5px !important
}

.govuk-\!-static-margin-right-1 {
    margin-right: 5px !important
}

.govuk-\!-static-margin-bottom-1 {
    margin-bottom: 5px !important
}

.govuk-\!-static-margin-left-1 {
    margin-left: 5px !important
}

.govuk-\!-static-margin-2 {
    margin: 10px !important
}

.govuk-\!-static-margin-top-2 {
    margin-top: 10px !important
}

.govuk-\!-static-margin-right-2 {
    margin-right: 10px !important
}

.govuk-\!-static-margin-bottom-2 {
    margin-bottom: 10px !important
}

.govuk-\!-static-margin-left-2 {
    margin-left: 10px !important
}

.govuk-\!-static-margin-3 {
    margin: 15px !important
}

.govuk-\!-static-margin-top-3 {
    margin-top: 15px !important
}

.govuk-\!-static-margin-right-3 {
    margin-right: 15px !important
}

.govuk-\!-static-margin-bottom-3 {
    margin-bottom: 15px !important
}

.govuk-\!-static-margin-left-3 {
    margin-left: 15px !important
}

.govuk-\!-static-margin-4 {
    margin: 20px !important
}

.govuk-\!-static-margin-top-4 {
    margin-top: 20px !important
}

.govuk-\!-static-margin-right-4 {
    margin-right: 20px !important
}

.govuk-\!-static-margin-bottom-4 {
    margin-bottom: 20px !important
}

.govuk-\!-static-margin-left-4 {
    margin-left: 20px !important
}

.govuk-\!-static-margin-5 {
    margin: 25px !important
}

.govuk-\!-static-margin-top-5 {
    margin-top: 25px !important
}

.govuk-\!-static-margin-right-5 {
    margin-right: 25px !important
}

.govuk-\!-static-margin-bottom-5 {
    margin-bottom: 25px !important
}

.govuk-\!-static-margin-left-5 {
    margin-left: 25px !important
}

.govuk-\!-static-margin-6 {
    margin: 30px !important
}

.govuk-\!-static-margin-top-6 {
    margin-top: 30px !important
}

.govuk-\!-static-margin-right-6 {
    margin-right: 30px !important
}

.govuk-\!-static-margin-bottom-6 {
    margin-bottom: 30px !important
}

.govuk-\!-static-margin-left-6 {
    margin-left: 30px !important
}

.govuk-\!-static-margin-7 {
    margin: 40px !important
}

.govuk-\!-static-margin-top-7 {
    margin-top: 40px !important
}

.govuk-\!-static-margin-right-7 {
    margin-right: 40px !important
}

.govuk-\!-static-margin-bottom-7 {
    margin-bottom: 40px !important
}

.govuk-\!-static-margin-left-7 {
    margin-left: 40px !important
}

.govuk-\!-static-margin-8 {
    margin: 50px !important
}

.govuk-\!-static-margin-top-8 {
    margin-top: 50px !important
}

.govuk-\!-static-margin-right-8 {
    margin-right: 50px !important
}

.govuk-\!-static-margin-bottom-8 {
    margin-bottom: 50px !important
}

.govuk-\!-static-margin-left-8 {
    margin-left: 50px !important
}

.govuk-\!-static-margin-9 {
    margin: 60px !important
}

.govuk-\!-static-margin-top-9 {
    margin-top: 60px !important
}

.govuk-\!-static-margin-right-9 {
    margin-right: 60px !important
}

.govuk-\!-static-margin-bottom-9 {
    margin-bottom: 60px !important
}

.govuk-\!-static-margin-left-9 {
    margin-left: 60px !important
}

.govuk-\!-static-padding-0 {
    padding: 0 !important
}

.govuk-\!-static-padding-top-0 {
    padding-top: 0 !important
}

.govuk-\!-static-padding-right-0 {
    padding-right: 0 !important
}

.govuk-\!-static-padding-bottom-0 {
    padding-bottom: 0 !important
}

.govuk-\!-static-padding-left-0 {
    padding-left: 0 !important
}

.govuk-\!-static-padding-1 {
    padding: 5px !important
}

.govuk-\!-static-padding-top-1 {
    padding-top: 5px !important
}

.govuk-\!-static-padding-right-1 {
    padding-right: 5px !important
}

.govuk-\!-static-padding-bottom-1 {
    padding-bottom: 5px !important
}

.govuk-\!-static-padding-left-1 {
    padding-left: 5px !important
}

.govuk-\!-static-padding-2 {
    padding: 10px !important
}

.govuk-\!-static-padding-top-2 {
    padding-top: 10px !important
}

.govuk-\!-static-padding-right-2 {
    padding-right: 10px !important
}

.govuk-\!-static-padding-bottom-2 {
    padding-bottom: 10px !important
}

.govuk-\!-static-padding-left-2 {
    padding-left: 10px !important
}

.govuk-\!-static-padding-3 {
    padding: 15px !important
}

.govuk-\!-static-padding-top-3 {
    padding-top: 15px !important
}

.govuk-\!-static-padding-right-3 {
    padding-right: 15px !important
}

.govuk-\!-static-padding-bottom-3 {
    padding-bottom: 15px !important
}

.govuk-\!-static-padding-left-3 {
    padding-left: 15px !important
}

.govuk-\!-static-padding-4 {
    padding: 20px !important
}

.govuk-\!-static-padding-top-4 {
    padding-top: 20px !important
}

.govuk-\!-static-padding-right-4 {
    padding-right: 20px !important
}

.govuk-\!-static-padding-bottom-4 {
    padding-bottom: 20px !important
}

.govuk-\!-static-padding-left-4 {
    padding-left: 20px !important
}

.govuk-\!-static-padding-5 {
    padding: 25px !important
}

.govuk-\!-static-padding-top-5 {
    padding-top: 25px !important
}

.govuk-\!-static-padding-right-5 {
    padding-right: 25px !important
}

.govuk-\!-static-padding-bottom-5 {
    padding-bottom: 25px !important
}

.govuk-\!-static-padding-left-5 {
    padding-left: 25px !important
}

.govuk-\!-static-padding-6 {
    padding: 30px !important
}

.govuk-\!-static-padding-top-6 {
    padding-top: 30px !important
}

.govuk-\!-static-padding-right-6 {
    padding-right: 30px !important
}

.govuk-\!-static-padding-bottom-6 {
    padding-bottom: 30px !important
}

.govuk-\!-static-padding-left-6 {
    padding-left: 30px !important
}

.govuk-\!-static-padding-7 {
    padding: 40px !important
}

.govuk-\!-static-padding-top-7 {
    padding-top: 40px !important
}

.govuk-\!-static-padding-right-7 {
    padding-right: 40px !important
}

.govuk-\!-static-padding-bottom-7 {
    padding-bottom: 40px !important
}

.govuk-\!-static-padding-left-7 {
    padding-left: 40px !important
}

.govuk-\!-static-padding-8 {
    padding: 50px !important
}

.govuk-\!-static-padding-top-8 {
    padding-top: 50px !important
}

.govuk-\!-static-padding-right-8 {
    padding-right: 50px !important
}

.govuk-\!-static-padding-bottom-8 {
    padding-bottom: 50px !important
}

.govuk-\!-static-padding-left-8 {
    padding-left: 50px !important
}

.govuk-\!-static-padding-9 {
    padding: 60px !important
}

.govuk-\!-static-padding-top-9 {
    padding-top: 60px !important
}

.govuk-\!-static-padding-right-9 {
    padding-right: 60px !important
}

.govuk-\!-static-padding-bottom-9 {
    padding-bottom: 60px !important
}

.govuk-\!-static-padding-left-9 {
    padding-left: 60px !important
}

.govuk-\!-text-align-left {
    text-align: left !important
}

.govuk-\!-text-align-centre {
    text-align: center !important
}

.govuk-\!-text-align-right {
    text-align: right !important
}

.govuk-\!-font-size-80 {
    font-size: 3.3125rem !important;
    line-height: 1.0377358491 !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-font-size-80 {
        font-size: 5rem !important;
        line-height: 1 !important
    }
}

@media print {
    .govuk-\!-font-size-80 {
        font-size: 53pt !important;
        line-height: 1.1 !important
    }
}

.govuk-\!-font-size-48 {
    font-size: 2rem !important;
    line-height: 1.09375 !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-font-size-48 {
        font-size: 3rem !important;
        line-height: 1.0416666667 !important
    }
}

@media print {
    .govuk-\!-font-size-48 {
        font-size: 32pt !important;
        line-height: 1.15 !important
    }
}

.govuk-\!-font-size-36 {
    font-size: 1.5rem !important;
    line-height: 1.0416666667 !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-font-size-36 {
        font-size: 2.25rem !important;
        line-height: 1.1111111111 !important
    }
}

@media print {
    .govuk-\!-font-size-36 {
        font-size: 24pt !important;
        line-height: 1.05 !important
    }
}

.govuk-\!-font-size-27 {
    font-size: 1.125rem !important;
    line-height: 1.1111111111 !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-font-size-27 {
        font-size: 1.6875rem !important;
        line-height: 1.1111111111 !important
    }
}

@media print {
    .govuk-\!-font-size-27 {
        font-size: 18pt !important;
        line-height: 1.15 !important
    }
}

.govuk-\!-font-size-24 {
    font-size: 1.125rem !important;
    line-height: 1.1111111111 !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-font-size-24 {
        font-size: 1.5rem !important;
        line-height: 1.25 !important
    }
}

@media print {
    .govuk-\!-font-size-24 {
        font-size: 18pt !important;
        line-height: 1.15 !important
    }
}

.govuk-\!-font-size-19 {
    font-size: 1rem !important;
    line-height: 1.25 !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-font-size-19 {
        font-size: 1.1875rem !important;
        line-height: 1.3157894737 !important
    }
}

@media print {
    .govuk-\!-font-size-19 {
        font-size: 14pt !important;
        line-height: 1.15 !important
    }
}

.govuk-\!-font-size-16 {
    font-size: .875rem !important;
    line-height: 1.1428571429 !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-font-size-16 {
        font-size: 1rem !important;
        line-height: 1.25 !important
    }
}

@media print {
    .govuk-\!-font-size-16 {
        font-size: 14pt !important;
        line-height: 1.2 !important
    }
}

.govuk-\!-font-size-14 {
    font-size: .75rem !important;
    line-height: 1.25 !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-font-size-14 {
        font-size: .875rem !important;
        line-height: 1.4285714286 !important
    }
}

@media print {
    .govuk-\!-font-size-14 {
        font-size: 12pt !important;
        line-height: 1.2 !important
    }
}

.govuk-\!-font-weight-regular {
    font-weight: 400 !important
}

.govuk-\!-font-weight-bold {
    font-weight: 700 !important
}

.govuk-\!-font-tabular-numbers {
    font-variant-numeric: tabular-nums !important
}

.govuk-\!-text-break-word {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important
}

.govuk-\!-width-full {
    width: 100% !important
}

.govuk-\!-width-three-quarters {
    width: 100% !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-width-three-quarters {
        width: 75% !important
    }
}

.govuk-\!-width-two-thirds {
    width: 100% !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-width-two-thirds {
        width: 66.66% !important
    }
}

.govuk-\!-width-one-half {
    width: 100% !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-width-one-half {
        width: 50% !important
    }
}

.govuk-\!-width-one-third {
    width: 100% !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-width-one-third {
        width: 33.33% !important
    }
}

.govuk-\!-width-one-quarter {
    width: 100% !important
}

@media(min-width: 40.0625em) {
    .govuk-\!-width-one-quarter {
        width: 25% !important
    }
}

.govuk-definition-table {
    display: grid;
    gap: 0;
    border-bottom: 1px solid #bfc1c3;
    width: 100%
}

.govuk-definition-cell-status {
    grid-column: span 5
}

.govuk-definition-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-bottom: 1px solid #bfc1c3;
    max-width: 100%
}

.header {
    font-weight: 700;
    font-size: 16px
}

.govuk-definition-header {
    padding: 8px 16px;
    font-weight: 700;
    text-align: left;
    margin-left: 0px;
    font-size: 16px
}

.govuk-definition-cell {
    padding: 8px 16px;
    text-align: left;
    overflow-wrap: normal;
    margin-left: 0px;
    font-size: 16px;
    width: 95%
}

    .govuk-definition-cell.no-break {
        white-space: nowrap
    }

.mobile-label {
    display: none
}

.govuk-definition-row:last-child {
    border-bottom: none
}

@media(max-width: 768px) {
    .govuk-definition-table {
        display: block;
        width: 100%
    }

    .header {
        display: none
    }

    .govuk-definition-cell-status {
        grid-column: span 1
    }

    .govuk-definition-row {
        grid-template-columns: 1fr;
        padding: 8px 0
    }

    .mobile-label {
        display: block;
        font-weight: 700;
        font-size: 16px;
        padding-right: 8px
    }

    .govuk-definition-cell {
        padding-left: 0
    }
}

.hidden {
    display: none !important
}

#address-results {
    margin-top: 10px;
    padding: 0;
    border: 1px solid #b1b4b6;
    background-color: #fff;
    list-style-type: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    position: absolute
}

    #address-results .govuk-list-item {
        padding: 10px;
        cursor: pointer
    }

        #address-results .govuk-list-item:hover {
            background-color: #f3f2f1
        }

.caa-notification-banner {
    background-color: #00adc6;
    border-color: #00adc6;
    border-radius: 8px
}

.caa-notification-banner__title {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #0b0c0c
}

.caa-panel {
    border-radius: 8px
}

.caa-button {
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 22px;
    padding: 12px 16px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 0;
    color: #fff;
    background-color: #0b1875;
    border-radius: 8px;
    box-shadow: 0 4px 0 #00033e;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none
}

    .caa-button:link, .caa-button:visited, .caa-button:active, .caa-button:hover {
        color: #fff;
        text-decoration: none
    }

    .caa-button:hover {
        background-color: #1a2a8a
    }

    .caa-button:active {
        top: 2px
    }

        .caa-button:active::before {
            top: -4px
        }

    .caa-button:focus {
        border-color: #fd0;
        outline: 3px solid rgba(0,0,0,0);
        box-shadow: inset 0 0 0 1px #fd0
    }

        .caa-button:focus:focus:not(:active):not(:hover) {
            border-color: #fd0;
            color: #0b0c0c;
            background-color: #fd0;
            box-shadow: 0 2px 0 #0b0c0c
        }

    .caa-button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    .caa-button::before {
        content: "";
        display: block;
        position: absolute;
        top: -2px;
        right: -2px;
        bottom: -4px;
        left: -2px;
        background: rgba(0,0,0,0)
    }

.caa-button--disabled {
    opacity: .55
}

.caa-button--secondary {
    background-color: #444f51;
    border-radius: 8px;
    box-shadow: 0 4px 0 #323232;
    padding: 12px 16px
}

    .caa-button--secondary, .caa-button--secondary:link, .caa-button--secondary:visited, .caa-button--secondary:active, .caa-button--secondary:hover {
        color: #fff
    }

        .caa-button--secondary:hover {
            background-color: #2e393b
        }

            .caa-button--secondary:hover[disabled] {
                background-color: #f3f2f1
            }

.caa-button--warning {
    background-color: #d4351c;
    border-radius: 8px;
    box-shadow: 0 4px 0 rgb(84.8,21.2,11.2)
}

    .caa-button--warning, .caa-button--warning:link, .caa-button--warning:visited, .caa-button--warning:active, .caa-button--warning:hover {
        color: #fff
    }

        .caa-button--warning:hover {
            background-color: rgb(169.6,42.4,22.4)
        }

            .caa-button--warning:hover[disabled] {
                background-color: #d4351c
            }

.caa-button--inverse {
    background-color: #fff;
    box-shadow: 0 2px 0 rgb(20.3,78.4,128.8)
}

    .caa-button--inverse, .caa-button--inverse:link, .caa-button--inverse:visited, .caa-button--inverse:active, .caa-button--inverse:hover {
        color: #1d70b8
    }

        .caa-button--inverse:hover {
            background-color: rgb(232.4,240.7,247.9)
        }

            .caa-button--inverse:hover:hover[disabled] {
                background-color: #fff
            }

.caa-button--start {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    display: inline-flex;
    min-height: auto;
    justify-content: center
}

@media(min-width: 40.0625em) {
    .caa-button--start {
        font-size: 1.5rem;
        line-height: 1
    }
}

@media print {
    .caa-button--start {
        font-size: 18pt;
        line-height: 1
    }
}

.caa-button__start-icon {
    margin-left: 5px;
    vertical-align: middle;
    flex-shrink: 0;
    align-self: center;
    forced-color-adjust: auto
}

@media(min-width: 48.0625em) {
    .caa-button__start-icon {
        margin-left: 10px
    }
}

.caa-button .caa-button[disabled] {
    opacity: .5
}

    .caa-button .caa-button[disabled]:hover {
        background-color: #00703c;
        cursor: not-allowed
    }

    .caa-button .caa-button[disabled]:active {
        top: 0;
        box-shadow: 0 2px 0 rgb(0,44.8,24)
    }

@media(min-width: 40.0625em) {
    .caa-button {
        width: auto;
        font-size: 1.1875rem;
        line-height: 1;
        margin-bottom: 32px
    }
}

@media print {
    .caa-button {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 19px
    }
}

.caa-footer__link, .caa-footer__meta-item {
    color: #fff !important
}

.caa-button--text {
    color: #1d70b8;
    text-decoration: underline;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    padding: 0
}

    .caa-button--text:hover {
        color: #003078;
        text-decoration: underline;
        text-decoration-thickness: max(3px,.1875rem,.12em);
        background-color: rgba(0,0,0,0);
        box-shadow: none
    }

.caa-manual-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: stretch;
    margin-bottom: 40px
}

.app-example__toolbar {
    border-bottom: 1px solid #b1b4b6;
    background: #fff
}

.caa-manual-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    padding: 30px;
    flex: 1 0 auto
}

    .caa-manual-card h2, .caa-manual-card h3 {
        margin-bottom: 10px
    }

        .caa-manual-card h2 a, .caa-manual-card h3 a {
            text-decoration: none
        }

.caa-manual-card--full {
    width: calc(100% - 40px)
}

.caa-manual-card--one-half {
    width: calc(50% - 20px)
}

.caa-manual-card--one-third {
    width: calc(33.333% - 40px)
}

.caa-manual-card--one-quarter {
    width: calc(25% - 22.5px)
}

.caa-manual-card--white {
    background-color: #fff
}

.caa-manual-card--no-padding {
    padding: 0
}

.caa-manual-card > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: auto
}

@media(max-width: 768px) {
    .caa-manual-card--one-half, .caa-manual-card--one-quarter, .caa-manual-card--one-third {
        width: calc(100% - 30px)
    }
}

.caa-grid-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px
}

.caa-grid-container-full-width {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px
}

@media(min-width: 40.0625em) {
    .caa-grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 30px
    }
}

.caa-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    border: 1px solid #d8dde0;
    border-radius: 8px;
    border-bottom: 1px solid #d8dde0;
    border-bottom-width: 4px
}

.caa-card-full-width, .caa-card-static, .caa-card-small {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    border: 1px solid #d8dde0;
    border-radius: 8px
}

.caa-card-small {
    max-width: 400px
}

.caa-card-no-hover {
    pointer-events: none;
    color: #0b0c0c
}

.caa-card--blog-card {
    border-radius: 12px 12px 0 0
}

    .caa-card--blog-card img {
        border-radius: 12px 12px 0 0
    }

.caa-card--plain {
    background-color: rgba(0,0,0,0);
    border-bottom: none
}

.caa-card--raised:focus, .caa-card--raised:hover {
    transition: box-shadow .2s ease 0s;
    border-bottom: none;
    border-radius: 0;
    box-shadow: rgba(60,64,67,.2) 0 1px 2px 0,rgba(60,64,67,.2) 0 2px 6px 2px
}

.caa-card > picture, .caa-card > picture > img {
    max-width: 100%
}

.caa-card:focus-within {
    outline: 3px solid #fd0
}

.caa-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -3px;
    border: 2px solid rgba(0,0,0,0);
    border-bottom: 4px solid rgba(0,0,0,0);
    border-radius: inherit;
    pointer-events: none
}

.caa-card:hover::before {
    border-color: #0b1875
}

@media(max-width: 40.0525em) {
    .caa-card {
        max-width: 100%
    }
}

.caa-card-container {
    padding: 30px;
    display: flex;
    flex-grow: 1;
    flex-direction: column
}

    .caa-card-container :last-child {
        margin-top: auto
    }

    .caa-card-container h2 + p:last-child, .caa-card-container h3 + p:last-child {
        margin-top: 0
    }

    .caa-card-container .caa-card-link--header:focus, .caa-card-container .caa-card-link--retake:focus {
        color: #0b0c0c
    }

.caa-card-link--retake {
    position: relative;
    z-index: 2
}

.caa-card-link--header {
    text-decoration: none;
    color: #347ca9
}

    .caa-card-link--header:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

.caa-checkboxes__item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    border: 1px solid #adafaa;
    border-radius: 8px;
    padding: 15px
}

    .caa-checkboxes__item:last-child, .caa-checkboxes__item:last-of-type {
        margin-bottom: 0
    }

.caa-checkboxes--small .caa-checkboxes__item {
    margin-bottom: 10px;
    padding: 0px
}

.caa-checkboxes__input {
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
    cursor: pointer
}

.caa-checkboxes--small .caa-checkboxes__input {
    margin-left: 0px
}

.caa-checkboxes__label {
    align-self: center;
    max-width: calc(100% - 74px);
    margin-bottom: 0;
    padding: 7px 15px;
    cursor: pointer;
    touch-action: manipulation
}

    .caa-checkboxes__label::before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 20px;
        left: 10px;
        width: 40px;
        height: 40px;
        background: #fff;
        border: 2px solid #0b1875
    }

    .caa-checkboxes__label::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 30px;
        left: 20px;
        width: 23px;
        height: 12px;
        transform: rotate(-45deg);
        border: solid;
        border-width: 0 0 5px 5px;
        border-top-color: rgba(0,0,0,0);
        opacity: 0;
        color: #0b1875
    }

.caa-checkboxes--small .caa-checkboxes__label {
    padding-left: 1px
}

    .caa-checkboxes--small .caa-checkboxes__label::before {
        top: 10px;
        left: 10px;
        width: 24px;
        height: 24px
    }

    .caa-checkboxes--small .caa-checkboxes__label::after {
        top: 17px;
        left: 17px;
        width: 12px;
        height: 6.5px;
        border-width: 0 0 3px 3px
    }

.caa-checkboxes__hint {
    display: block;
    width: 100%;
    margin-top: -5px;
    padding-right: 15px;
    padding-left: 59px
}

.caa-label:not(.caa-label--m):not(.caa-label--l):not(.caa-label--xl) + .caa-checkboxes__hint {
    margin-bottom: 0
}

.caa-checkboxes--small .caa-checkboxes__hint {
    padding-left: 34px
}

.caa-checkboxes__divider {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    width: 40px;
    margin-bottom: 10px;
    text-align: center
}

.caa-checkboxes--small .caa-checkboxes__divider {
    width: 24px;
    margin-bottom: 5px
}

@media(min-width: 40.0625em) {
    .caa-checkboxes__divider {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .caa-checkboxes__divider {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15;
        color: #000
    }
}

.caa-checkboxes__conditional {
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 35px;
    border-left: 4px solid #b1b4b6
}

.caa-frontend-supported .caa-checkboxes__conditional--hidden {
    display: none
}

.caa-checkboxes__conditional > :last-child {
    margin-bottom: 0
}

.caa-checkboxes--small .caa-checkboxes__conditional {
    margin-left: 10px;
    padding-left: 20px
}

@media(min-width: 40.0625em) {
    .caa-checkboxes__conditional {
        margin-bottom: 20px
    }
}

.caa-checkboxes--small .caa-checkboxes__item:hover .caa-checkboxes__input:not(:disabled) + .caa-checkboxes__label::before {
    outline: 3px dashed rgba(0,0,0,0);
    outline-offset: 1px;
    box-shadow: 0 0 0 10px #b1b4b6
}

.caa-checkboxes--small .caa-checkboxes__item:hover .caa-checkboxes__input:focus + .caa-checkboxes__label::before {
    box-shadow: 0 0 0 3px #fd0,0 0 0 10px #b1b4b6
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .caa-checkboxes--small .caa-checkboxes__item:hover .caa-checkboxes__input:focus + .caa-checkboxes__label::before {
        outline-color: Highlight
    }
}

@media(hover: none),(pointer: coarse) {
    .caa-checkboxes--small .caa-checkboxes__item:hover .caa-checkboxes__input:not(:disabled) + .caa-checkboxes__label::before {
        box-shadow: initial
    }

    .caa-checkboxes--small .caa-checkboxes__item:hover .caa-checkboxes__input:focus + .caa-checkboxes__label::before {
        box-shadow: 0 0 0 3px #fd0
    }
}

.caa-checkboxes__input:focus + .caa-checkboxes__label::before {
    border-width: 4px;
    outline: 3px solid rgba(0,0,0,0);
    outline-offset: 1px;
    box-shadow: 0 0 0 3px #fd0
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .caa-checkboxes__input:focus + .caa-checkboxes__label::before {
        outline-color: Highlight
    }
}

.caa-checkboxes__input:checked + .caa-checkboxes__label::after {
    opacity: 1
}

.caa-checkboxes__input:disabled, .caa-checkboxes__input:disabled + .caa-checkboxes__label {
    cursor: not-allowed
}

    .caa-checkboxes__input:disabled + .caa-checkboxes__label, .caa-checkboxes__input:disabled ~ .caa-hint {
        opacity: .5
    }

.caa-error-summary {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1.25;
    color: #0b0c0c;
    padding: 15px;
    margin-bottom: 30px;
    border: 5px solid #d4351c;
    border-radius: 8px
}

.caa-info-summary {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1.25;
    color: #0b0c0c;
    padding: 15px;
    margin-bottom: 30px;
    border: 5px solid #0c1975;
    border-radius: 8px
}


.caa-feedback__prompt {
    background-color: #fff;
    color: #0b0c0c;
    border-top: 1px solid #b1b4b6;
    outline: 0;
    padding: 15px 0px;
    vertical-align: middle
}

.caa-feedback__prompt-content {
    padding: 0 15px
}

@media(min-width: 40.0625em) {
    .caa-feedback__prompt-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

.caa-feedback__prompt-questions {
    padding: 20px 0
}

@media(min-width: 40.0625em) {
    .caa-feedback__prompt-questions {
        margin: 0 15px
    }
}

.caa-feedback__prompt-questions--something-is-wrong {
    border-top: 1px solid #b1b4b6
}

@media(min-width: 40.0625em) {
    .caa-feedback__prompt-questions--something-is-wrong {
        border: 0
    }
}

.caa-feedback__prompt-question {
    margin: 0;
    padding-bottom: 10px
}

    .caa-feedback__prompt-question:focus {
        outline: 0
    }

.caa-feedback__prompt-question-answer {
    display: flex;
    align-items: center
}

@media(max-width: 19.99em) {
    .caa-feedback__prompt-question-answer {
        justify-content: center;
        flex-wrap: wrap
    }
}

@media(min-width: 20em) {
    .caa-feedback__prompt-question {
        padding-bottom: 0;
        margin-right: 10px
    }
}

.caa-feedback__prompt-question, .caa-feedback__prompt-success {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
}

@media print {
    .caa-feedback__prompt-question, .caa-feedback__prompt-success {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .caa-feedback__prompt-question, .caa-feedback__prompt-success {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.1428571429;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print and (min-width: 40.0625em) {
    .caa-feedback__prompt-question, .caa-feedback__prompt-success {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.2
    }
}

.caa-feedback__prompt-link {
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    background: rgba(0,0,0,0);
    color: #0b0c0c;
    box-shadow: 0 3px 0 #0b0c0c;
    border: 1px #0b0c0c solid;
    margin-bottom: 0;
    width: 100%
}

@media print {
    .caa-feedback__prompt-link {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .caa-feedback__prompt-link {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
        font-family: "Roboto",Arial,sans-serif !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.1428571429;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25
    }
}

@media print and (min-width: 40.0625em) {
    .caa-feedback__prompt-link {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.2
    }
}

.caa-feedback__prompt-link:focus, .caa-feedback__prompt-link:focus:not(:active):not(:hover) {
    background: #fd0;
    border-color: #0b0c0c;
    box-shadow: 0 5px 0 #0b0c0c
}

.caa-feedback__prompt-link:active, .caa-feedback__prompt-link:link, .caa-feedback__prompt-link:visited, .caa-feedback__prompt-link:link:focus, .caa-feedback__prompt-link:link:active, .caa-feedback__prompt-link:visited:focus, .caa-feedback__prompt-link:visited:active {
    color: #0b0c0c
}

.caa-feedback__prompt-link:hover {
    background: #b1b4b6;
    color: #0b0c0c
}

.caa-feedback__option-list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.caa-feedback__option-list-item:last-child {
    margin-left: 10px
}

.caa-feedback__option-list-item .caa-feedback__prompt-link {
    min-width: 100px
}

.caa-full-width-section {
    background-color: #f8f8f8;
    padding: 0 0 40px 0;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden
}

.govuk-width-container {
    position: relative
}

.caa-help-guidance-content {
    display: grid;
    gap: 40px;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 100%
}

.caa-contact-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    max-width: 400px;
    background-color: #fff;
    border: 1px solid #adafaa;
    border-radius: 4px
}

.caa-separator-line {
    border: none;
    border-top: 2px solid #b7bf10;
    margin: 20px 0
}

.caa-regulations-panel {
    max-width: 500px
}

.caa-read-regulations-link {
    display: inline-block;
    margin-top: 10px;
    color: #0b0c0c;
    text-decoration: underline
}

.caa-curved-dashed-line {
    position: absolute;
    bottom: 115px;
    left: 26%;
    transform: translateX(-40%);
    width: 120%;
    height: auto;
    z-index: 1;
    pointer-events: none
}

@media(max-width: 40.0525em) {
    .caa-help-guidance-content {
        max-width: 100%
    }
}

@media(max-width: 740px) {
    .caa-curved-dashed-line, .caa-airplane-icon {
        display: none
    }
}

@media(max-width: 992px) {
    .caa-curved-dashed-line {
        width: 120%;
        bottom: 100px;
        left: 26%
    }

    .caa-help-guidance-content {
        max-width: 100%
    }

    .caa-contact-panel, .caa-regulations-panel {
        width: 100%
    }

    .caa-full-width-section {
        width: 100vw;
        left: 50%
    }
}

@media(max-width: 820px) {
    .caa-curved-dashed-line {
        width: 120%;
        bottom: 100px;
        left: 26%
    }

    .caa-airplane-icon {
        width: 70px;
        right: 6%;
        bottom: 500px
    }

    .caa-help-guidance-content {
        max-width: 100%
    }

    .caa-contact-panel, .caa-regulations-panel {
        width: 100%
    }

    .caa-full-width-section {
        width: 100vw;
        left: 50%
    }
}

@media(max-width: 768px) {
    .caa-curved-dashed-line {
        width: 120%;
        bottom: 100px;
        left: 26%
    }

    .caa-airplane-icon {
        width: 60px;
        right: 2%;
        bottom: 555px
    }

    .caa-help-guidance-content {
        max-width: 100%
    }

    .caa-contact-panel, .caa-regulations-panel {
        width: 100%
    }

    .caa-full-width-section {
        width: 100vw;
        left: 50%
    }
}

.caa-account-icon--home-white, .caa-account-icon--home-black, .caa-account-icon--home-blue {
    padding-left: 25px;
    background-position: left 3px;
    background-size: 19px
}

.caa-account-icon--home-white {
    background-image: url("/public/images/account-home-icon-white.svg")
}

.caa-account-icon--home-black {
    background-image: url("/public/images/account-home-icon-black.svg")
}

.caa-account-icon--home-blue {
    background-image: url("/public/images/account-home-icon-blue.svg")
}

.caa-account-icon-white, .caa-account-icon-black, .caa-account-icon-blue {
    background-repeat: no-repeat
}

.caa-notification-badge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #d4351c;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: "Roboto",Arial,sans-serif !important;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25;
    min-width: 10px;
    padding: 1px 4px 0;
    text-align: center;
    white-space: nowrap
}

.govuk-input {
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    width: 100%;
    height: 2.5rem;
    margin-top: 0;
    padding: 5px;
    border: 2px solid #0b1875;
    border-radius: 8px;
    -webkit-appearance: none;
    appearance: none
}

.govuk-input__prefix, .govuk-input__suffix {
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    box-sizing: border-box;
    display: flex;
    border-radius: 8px 0 0 8px;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 5px;
    border: 2px solid #0b1875;
    background-color: #f3f2f1;
    border-right: none;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    flex: 1 0 auto
}

.govuk-input--error {
    border-color: #d4351c !important
}

.caa-action-link {
    margin-bottom: 32px
}

@media(min-width: 40.0625em) {
    .caa-action-link {
        margin-bottom: 40px
    }
}

.caa-action-link__link {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    display: inline-block;
    padding-left: 38px;
    position: relative;
    text-decoration: none
}

@media(min-width: 40.0625em) {
    .caa-action-link__link {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.45455
    }
}

@media print {
    .caa-action-link__link {
        font-size: 18pt;
        line-height: 1.15;
        color: #212b32
    }

        .caa-action-link__link:visited {
            color: #212b32
        }
}

@media(max-width: 40.0525em) {
    .caa-action-link__link {
        padding-left: 26px
    }
}

.caa-action-link__link:hover .caa-action-link__text {
    text-decoration: underline
}

.caa-action-link__link:focus {
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #212b32;
    color: #212b32;
    outline: 4px solid rgba(0,0,0,0);
    text-decoration: none
}

    .caa-action-link__link:focus:hover .caa-action-link__text {
        color: #212b32;
        text-decoration: none
    }

.caa-action-link__link .caa-icon__arrow-right-circle {
    fill: #b7bf10;
    height: 36px;
    left: -3px;
    position: absolute;
    top: -2px;
    width: 36px
}

.caa-card--care--emergency .caa-action-link__link .caa-icon__arrow-right-circle {
    fill: #0b1875
}

@media print {
    .caa-action-link__link .caa-icon__arrow-right-circle {
        color: #212b32;
        fill: #212b32
    }

        .caa-action-link__link .caa-icon__arrow-right-circle:active, .caa-action-link__link .caa-icon__arrow-right-circle:focus, .caa-action-link__link .caa-icon__arrow-right-circle:visited {
            color: #212b32
        }
}

@media(max-width: 40.0525em) {
    .caa-action-link__link .caa-icon__arrow-right-circle {
        height: 24px;
        left: -2px;
        margin-bottom: 0;
        top: 2px;
        width: 24px
    }
}

.app-homepage .app-section__content .caa-action-link {
    padding-top: 8px
}

.caa-section.beta-hero-variant .caa-action-link {
    padding-bottom: 16px !important;
    padding-top: 8px;
    margin-bottom: 0
}

.app-back-to-top {
    margin-top: 50px;
    align-self: flex-start;
    padding-top: 30px;
    margin-left: 20px
}

.govuk-frontend-supported .app-back-to-top--fixed {
    position: absolute;
    bottom: 20px;
    left: 0
}

.govuk-frontend-supported .app-back-to-top--bottom {
    position: absolute;
    bottom: 0;
    left: 0
}

.app-back-to-top__icon {
    display: inline-block;
    width: .8em;
    height: 1em;
    margin-top: -5px;
    margin-right: 10px;
    vertical-align: middle
}

.caa-multi-file-upload {
    margin-bottom: 40px
}

.caa-multi-file-upload__dropzone {
    outline: 3px dashed #0b0c0c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 15px;
    transition: outline-offset .1s ease-in-out,background-color .1s linear;
    cursor: pointer
}

    .caa-multi-file-upload__dropzone p {
        margin: 0 10px 0 0;
        padding: 0
    }

.caa-multi-file-upload__uploaded-files {
    margin-top: 30px
}

.caa-multi-file-upload__list {
    margin-top: 15px
}

.caa-multi-file-upload__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #b1b4b6
}

.caa-multi-file-upload__message {
    display: flex;
    align-items: center
}

.caa-multi-file-upload__filename {
    font-weight: 700;
    margin-right: 10px
}

.caa-multi-file-upload__progress {
    color: #00703c;
    margin-left: 5px
}

.caa-multi-file-upload__actions button {
    margin: 0
}

.caa-multi-file-upload--dragover {
    background: #b1b4b6;
    outline-color: #6f777b
}

.caa-multi-file-upload__success {
    color: #00703c;
    font-weight: 700;
    display: flex;
    align-items: center
}

    .caa-multi-file-upload__success svg {
        fill: currentColor;
        margin-right: 10px
    }

.caa-multi-file-upload__error {
    color: #d4351c;
    font-weight: 700;
    display: flex;
    align-items: center
}

    .caa-multi-file-upload__error svg {
        fill: currentColor;
        margin-right: 10px
    }

.caa-navigation {
    background-color: #f8f8f8;
    border-top: 1px solid #d8dde0
}

.caa-navigation__list {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: auto
}

@media(min-width: 40.0625em) {
    .caa-navigation__list {
        position: relative;
        left: -15px;
        min-height: 50px
    }
}

@media(max-width: 40.0625em) {
    .caa-navigation__list {
        float: none
    }
}

.caa-navigation__list-item {
    position: relative
}

@media(min-width: 40.0625em) {
    .caa-navigation__list-item {
        box-sizing: border-box;
        height: 3.125rem;
        padding: 0 15px;
        float: left;
        line-height: 50px
    }
}

@media(min-width: 40.0625em) {
    .caa-navigation__list-item--current {
        border-bottom: 4px solid #0b1875 !important
    }

        .caa-navigation__list-item--current .caa-navigation__link {
            font-weight: bold
        }
}

.caa-navigation__link {
    color: #000 !important;
    font-weight: normal !important;
    text-decoration-thickness: none
}

    .caa-navigation__link:hover {
        text-decoration: underline
    }

    .caa-navigation__link:not([hidden]) {
        display: inline-block
    }

@media(min-width: 40.0625em) {
    .caa-navigation__link:not([hidden]) {
        display: inline
    }
}

.caa-navigation__link, .caa-navigation__button {
    margin: 15px 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.1875rem
}

    .caa-navigation__link::after, .caa-navigation__button::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

.caa-navigation__button {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    border: 0;
    color: #fff;
    background-color: rgba(0,0,0,0)
}

@media print {
    .caa-navigation__button {
        font-family: sans-serif
    }
}

.caa-navigation__button:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.caa-navigation__button:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.caa-navigation__button:not(:hover):not(:active) {
    text-decoration: none
}

.caa-navigation__button:link {
    color: #1d70b8
}

.caa-navigation__button:visited {
    color: #1d70b8
}

.caa-navigation__button:hover {
    color: #003078
}

.caa-navigation__button:active {
    color: #0b0c0c
}

.caa-navigation__button:focus {
    color: #0b0c0c
}

.caa-navigation__subnav {
    margin: 0 -15px;
    padding: 10px 0;
    background-color: #fff;
    list-style: none
}

.govuk-frontend-supported .caa-navigation__subnav--active {
    display: block
}

@media(min-width: 40.0625em) {
    .caa-navigation__subnav, .govuk-frontend-supported .caa-navigation__subnav--active {
        display: none
    }
}

.caa-navigation__subnav-item {
    display: block;
    position: relative;
    padding: 15px
}

.caa-navigation__subnav-item--current {
    padding-left: 16px;
    border-left: 4px solid #1d70b8
}

.caa-navigation__theme {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin: 0;
    padding: 20px 15px 5px;
    color: #505a5f;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: normal
}

@media print {
    .caa-navigation__theme {
        font-family: sans-serif
    }
}

.caa-navigation__menu-button {
    top: auto;
    right: 5px;
    bottom: 25px
}

.caa-header {
    border-bottom: 1px solid #d8dde0
}

.caa-header__container {
    position: relative;
    margin-bottom: -10px;
    padding-top: 10px;
    border-bottom: none;
    align-items: center;
    padding-bottom: 25px
}

.caa-header__service-name {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
    font-weight: 700
}

    .caa-header__service-name:hover {
        border-bottom-color: #0b1875
    }

@media(min-width: 40.0625em) {
    .caa-header__service-name {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

@media print {
    .caa-header__service-name {
        font-size: 18pt;
        line-height: 1.15
    }
}

.caa-header__link:link, .caa-header__link:visited {
    color: #0b1875;
    /*  font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: 2px solid rgba(0,0,0,0)*/
}

.caa-header__link--homepage:hover {
    border-bottom: none
}

.caa-header__logo, .caa-header__content {
    box-sizing: border-box
}

.caa-header__logo {
    margin-bottom: 10px;
    padding-right: 80px
}

@media(min-width: 48.0625em) {
    .caa-header__logo {
        width: 33.33%;
        padding-right: 15px;
        float: left
    }

        .caa-header__logo:last-child {
            width: auto;
            padding-right: 0;
            float: none
        }
}

.caa-header__product-name {
    line-height: 1;
    font-weight: 400;
    display: inline-table;
    margin-top: 0px;
    vertical-align: top;
    font-size: 20px
}

@media(min-width: 40.0625em) {
    .caa-header__product-name {
        margin-top: 5px;
        font-size: 1.5rem;
        line-height: 1
    }
}

.caa-main-wrapper {
    padding-bottom: 0 !important
}

.caa-navigation__list-item--current {
    border-bottom: 4px solid #0b1875
}

    .caa-navigation__list-item--current .nav2 {
        color: #0b0c0c !important
    }

.govuk-footer {
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.1428571429;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #0b0c0c;
    background: #dee0e2
}

.caa-radios__item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    border: 1px solid #adafaa;
    border-radius: 8px;
    padding: 15px
}

    .caa-radios__item:last-child, .caa-radios__item:last-of-type {
        margin-bottom: 0
    }

.caa-radios__input {
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
    cursor: pointer
}

.caa-radios__label {
    align-self: center;
    max-width: calc(100% - 74px);
    margin-bottom: 0;
    padding: 7px 15px;
    cursor: pointer;
    touch-action: manipulation
}

    .caa-radios__label::before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 20px;
        left: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #0b1875;
        border-radius: 50%
    }

    .caa-radios__label::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 20px;
        width: 0;
        height: 0;
        border: 10px solid currentcolor;
        border-radius: 50%;
        opacity: 0;
        background: currentcolor;
        color: #0b1875
    }

.caa-radios__hint {
    display: block;
    width: 100%;
    margin-top: -5px;
    padding-right: 15px;
    padding-left: 59px;
    color: #444f51
}

.caa-label:not(.caa-label--m):not(.caa-label--l):not(.caa-label--xl) + .caa-radios__hint {
    margin-bottom: 0
}

.caa-radios__input:focus + .caa-radios__label::before {
    border-width: 4px;
    outline: 3px solid #fd0;
    outline-offset: 1px;
    box-shadow: 0 0 0 3px #fd0
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .caa-radios__input:focus + .caa-radios__label::before {
        outline-color: Highlight
    }
}

.caa-radios__input:checked + .caa-radios__label::after {
    opacity: 1
}

.caa-radios__input:disabled, .caa-radios__input:disabled + .caa-radios__label {
    cursor: not-allowed
}

    .caa-radios__input:disabled + .caa-radios__label, .caa-radios__input:disabled ~ .govuk-hint {
        opacity: .5
    }

@media(min-width: 40.0625em) {
    .caa-radios--inline {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start
    }

        .caa-radios--inline .caa-radios__item {
            margin-right: 20px
        }
}

.caa-radios__divider {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    font-size: 1rem;
    line-height: 1.25;
    width: 40px;
    margin-bottom: 10px;
    text-align: center
}

@media print {
    .caa-radios__divider {
        font-family: sans-serif
    }
}

@media(min-width: 40.0625em) {
    .caa-radios__divider {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .caa-radios__divider {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media print {
    .caa-radios__divider {
        color: #000
    }
}

.caa-radios__conditional {
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 35px;
    border-left: 4px solid #b1b4b6
}

.govuk-frontend-supported .caa-radios__conditional--hidden {
    display: none
}

.caa-radios__conditional > :last-child {
    margin-bottom: 0
}

.caa-radios--small input[type=radio] {
    margin: 0px
}

.caa-radios--small .caa-radios__item {
    margin-bottom: 10px;
    padding: 0px
}

.caa-radios--small .caa-radios__input {
    margin-left: -10px
}

.caa-radios--small .caa-radios__label {
    padding-left: 1px
}

    .caa-radios--small .caa-radios__label::before {
        top: 10px;
        left: 10px;
        width: 24px;
        height: 24px
    }

    .caa-radios--small .caa-radios__label::after {
        top: 17px;
        left: 17px;
        border-width: 5px
    }

.caa-radios--small .caa-radios__hint {
    padding-left: 59px
}

.caa-radios--small .caa-radios__conditional {
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 35px
}

.caa-radios--small .caa-radios__divider {
    width: 40px;
    margin-bottom: 5px
}

.caa-radios--small .caa-radios__item:hover .caa-radios__input:not(:disabled) + .caa-radios__label::before {
    outline: 3px dashed rgba(0,0,0,0);
    outline-offset: 1px;
    box-shadow: 0 0 0 2px #005a30
}

.caa-radios--small .caa-radios__item:hover .caa-radios__input:focus + .caa-radios__label::before {
    box-shadow: 0 0 0 3px #fd0,0 0 0 2px #005a30
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .caa-radios--small .caa-radios__item:hover .caa-radios__input:focus + .caa-radios__label::before {
        outline-color: Highlight
    }
}

@media(hover: none),(pointer: coarse) {
    .caa-radios--small .caa-radios__item:hover .caa-radios__input:not(:disabled) + .caa-radios__label::before {
        box-shadow: initial
    }

    .caa-radios--small .caa-radios__item:hover .caa-radios__input:focus + .caa-radios__label::before {
        box-shadow: 0 0 0 3px #fd0
    }
}

.caa-c-related-navigation {
    border-top: 2px solid #0b1875;
    margin-bottom: 60px;
    margin-left: 15px;
    color: #0b0c0c
}

@media print {
    .caa-c-related-navigation {
        color: #000
    }
}

.caa-c-related-navigation__main-heading {
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.1875rem;
    line-height: 1.3157894737
}

@media print {
    .caa-c-related-navigation__main-heading {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15
    }
}

.caa-c-related-navigation__sub-heading {
    border-top: 1px solid #b1b4b6;
    margin: 0;
    padding-top: 15px;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25
}

@media print {
    .caa-c-related-navigation__sub-heading {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.2
    }
}

.caa-c-related-navigation__sub-heading--footer {
    border-top: 0;
    padding-top: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.1875rem;
    line-height: 1.3157894737
}

@media print {
    .caa-c-related-navigation__sub-heading--footer {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15
    }
}

.caa-c-related-navigation__sub-heading--other {
    border-top: 0;
    padding-top: 0;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1.1875rem;
    line-height: 1.3157894737
}

@media print {
    .caa-c-related-navigation__sub-heading--other {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15
    }
}

.caa-c-related-navigation__main-heading + .caa-c-related-navigation__sub-heading {
    border-top: 0;
    padding-top: 0
}

.caa-c-related-navigation__nav-section {
    margin-bottom: 30px
}

.caa-c-related-navigation__link {
    list-style-type: none;
    margin-top: 15px;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45
}

@media print {
    .caa-c-related-navigation__link {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.45
    }
}

@media(min-width: 40.0625em) {
    .caa-c-related-navigation__link {
        line-height: 1.28
    }
}

.caa-c-related-navigation__link:focus, .caa-c-related-navigation__link:active:focus, .caa-c-related-navigation__link:link:focus, .caa-c-related-navigation__link:visited:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #0b0c0c !important
}

.caa-c-related-navigation__link--truncated-links {
    margin-top: 10px
}

.caa-c-related-navigation__toggle {
    display: none;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px,.0625rem);
    text-underline-offset: .1578em
}

@media print {
    .caa-c-related-navigation__toggle {
        font-family: sans-serif
    }
}

.caa-c-related-navigation__toggle:hover {
    text-decoration-thickness: max(3px,.1875rem,.12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.caa-c-related-navigation__toggle:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.caa-c-related-navigation__toggle:link, .caa-c-related-navigation__toggle:visited {
    color: #1d70b8
}

.caa-c-related-navigation__toggle:hover {
    color: #003078
}

.caa-c-related-navigation__toggle:active {
    color: #0b0c0c
}

.govuk-frontend-supported .caa-c-related-navigation__toggle {
    display: inline-block
}

.caa-c-related-navigation__section-link {
    font-weight: bold
}

    .caa-c-related-navigation__section-link:focus, .caa-c-related-navigation__section-link:active:focus, .caa-c-related-navigation__section-link:link:focus, .caa-c-related-navigation__section-link:visited:focus {
        outline: 3px solid rgba(0,0,0,0);
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        color: #0b0c0c !important
    }

.caa-c-related-navigation__section-link--other {
    font-weight: normal
}

    .caa-c-related-navigation__section-link--other:focus, .caa-c-related-navigation__section-link--other:active:focus, .caa-c-related-navigation__section-link--other:link:focus, .caa-c-related-navigation__section-link--other:visited:focus {
        outline: 3px solid rgba(0,0,0,0);
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        color: #0b0c0c !important
    }

.caa-c-related-navigation__section-link--footer:focus, .caa-c-related-navigation__section-link--footer:active:focus, .caa-c-related-navigation__section-link--footer:link:focus, .caa-c-related-navigation__section-link--footer:visited:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #0b0c0c !important
}

.caa-c-related-navigation__section-link--inline {
    line-height: 1.45
}

.caa-c-related-navigation__link-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 1.25em
}

.govuk-frontend-supported .caa-c-related-navigation__toggle-more.js-hidden {
    display: none
}

@media(min-width: 40.0625em) {
    .caa-c-related-navigation__toggle-more .caa-c-related-navigation__section-link {
        line-height: 1.45
    }
}

.caa-search {
    position: relative;
    margin-bottom: 30px
}

.caa-search__label {
    display: block;
    color: #0b0c0c;
    cursor: text;
    text-overflow: ellipsis;
    height: 90%;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 2.1052631579
}

@media print {
    .caa-search__label {
        font-family: sans-serif
    }
}

@media print {
    .caa-search__label {
        font-size: 14pt;
        line-height: 40px
    }
}

.caa-search__label h1 {
    margin: 0;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 2.1052631579
}

@media print {
    .caa-search__label h1 {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 40px
    }
}

.caa-search--on-govuk-blue .caa-search__label {
    color: #fff
}

.govuk-frontend-supported .caa-search__label {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    max-width: 68%;
    padding-left: 15px;
    z-index: 1;
    color: #505a5f;
    background: #fff
}

.govuk-frontend-supported .caa-search--separate-label .caa-search__label {
    color: #0b0c0c
}

.govuk-frontend-supported .caa-search--on-govuk-blue .caa-search__label {
    color: #505a5f
}

.caa-search--no-border .caa-search__label {
    color: #fff
}

.govuk-frontend-supported .caa-search--no-border .caa-search__label {
    color: #505a5f
}

.caa-search--large .caa-search__label {
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 2.6315789474
}

@media print {
    .caa-search--large .caa-search__label {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 50px
    }
}

@media(max-width: 40.0525em) {
    .caa-search--large-on-mobile .caa-search__label {
        font-family: "Roboto",Arial,sans-serif !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        font-size: 1.1875rem;
        line-height: 2.6315789474
    }
}

@media print and (max-width: 40.0525em) {
    .caa-search--large-on-mobile .caa-search__label {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 50px
    }
}

.caa-search--separate-label .caa-search__label {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 0
}

.caa-search__input[type=search] {
    margin: 0;
    width: 100%;
    height: 2.1052631579em;
    padding: 0.3157894737em;
    border-top: 2px solid #0b1875;
    border-left: 2px solid #0b1875;
    border-bottom: 2px solid #0b1875;
    border-right: none;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.4736842105
}

@media print {
    .caa-search__input[type=search] {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.4736842105
    }
}

.caa-search__input[type=search]:focus, .caa-search__input[type=search].focus {
    z-index: 2
}

.caa-search__input[type=search]:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px
}

.caa-search__input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-image: url(/assets/static/govuk_publishing_components/icon-close-eecb5fdf67d1688ddf2f93e6e09d5f87b9b24e0fc53596ad2a65cf187c2c7c76.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 20px
}

.caa-search--on-white .caa-search__input[type=search] {
    border-right-width: 0
}

    .caa-search--on-white .caa-search__input[type=search]:focus {
        border-right-width: 2px
    }

.caa-search--no-border .caa-search__input[type=search] {
    border: 0
}

    .caa-search--no-border .caa-search__input[type=search]:focus {
        outline: 3px solid #fd0;
        outline-offset: 0;
        box-shadow: inset 0 0 0 2px;
        box-shadow: inset 0 0 0 4px
    }

.caa-search--large .caa-search__input[type=search] {
    height: 50px
}

@media(max-width: 40.0525em) {
    .caa-search--large-on-mobile .caa-search__input[type=search] {
        height: 50px
    }
}

.caa-search--on-govuk-blue .caa-search__input {
    outline: 2px solid rgba(0,0,0,0);
    outline-offset: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

    .caa-search--on-govuk-blue .caa-search__input:focus {
        outline: 3px solid #fd0;
        outline-offset: 0;
        box-shadow: inset 0 0 0 2px;
        box-shadow: inset 0 0 0 4px
    }

.caa-search__submit {
    border: 0;
    cursor: pointer;
    border-radius: 0;
    outline: 2px solid rgba(0,0,0,0);
    border-top: 2px solid #0b1875;
    border-right: 2px solid #0b1875;
    border-bottom: 2px solid #0b1875;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    outline-offset: 0;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    text-indent: -5000px;
    overflow: hidden
}

.caa-search__submit-wrapper {
    width: 1%
}

.caa-search__submit .caa-search__icon {
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0.5)
}

.caa-search__submit:focus {
    z-index: 2;
    outline: 3px solid #fd0;
    box-shadow: inset 0 0 0 4px #0b0c0c
}

.caa-search__submit::-moz-focus-inner {
    border: 0
}

.caa-search--on-white .caa-search__submit {
    background-color: #0b1875;
    color: #fff
}

    .caa-search--on-white .caa-search__submit:hover {
        background-color: #207dce
    }

.caa-search--on-govuk-blue .caa-search__submit {
    background-color: #0b0c0c;
    color: #fff
}

    .caa-search--on-govuk-blue .caa-search__submit:hover {
        background-color: #171919
    }

.caa-search--homepage .caa-search__submit {
    background-color: #0b1875;
    color: #1d70b8
}

    .caa-search--homepage .caa-search__submit:hover {
        background-color: #1a2a8a
    }

.caa-search--large .caa-search__submit {
    width: 50px;
    height: 50px
}

    .caa-search--large .caa-search__submit .caa-search__icon {
        transform: scale(0.4)
    }

@media(max-width: 40.0525em) {
    .caa-search--large-on-mobile .caa-search__submit {
        width: 50px;
        height: 50px
    }
}

@media(max-width: 40.0525em) {
    .caa-search--large-on-mobile .caa-search__submit .caa-search__icon {
        transform: scale(0.4)
    }
}

.caa-search__item {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.caa-search__item-wrapper {
    display: table;
    width: 100%;
    background: #fff
}

.govuk-label.caa-search__label--white {
    color: #fff
}

.search-toggle {
    display: none;
    background-color: #1d70b8;
    background-image: url(/assets/static/govuk_publishing_components/search-button-efc49d8b5ccd65d59c88017e40c45225e6b88d833c5f772e365d1a62134f9a70.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    float: right;
    height: 30px;
    margin: -46px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -5000px;
    width: 36px;
    border: 0
}

    .search-toggle:focus {
        box-shadow: inset 0 0 0 4px #0b0c0c;
        outline: 3px solid #fd0;
        outline-offset: 0
    }

    .search-toggle:focus, .search-toggle:hover {
        background-color: #207dce
    }

    .search-toggle.js-hidden {
        display: none
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
    .search-toggle {
        background-size: 52.5px 35px;
        background-position: 100% 50%
    }
}

@media(min-width: 40.0625em) {
    .search-toggle {
        display: none
    }

    .govuk-frontend-supported .search-toggle {
        display: block
    }
}

.clear-search {
    background: none;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    color: #6c757d;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(50%)
}

    .clear-search:hover {
        color: #000
    }

.steps {
    padding-left: 0;
    margin-left: 0
}

    .steps p {
        margin-bottom: 0px
    }

    .steps > li {
        list-style-type: none;
        margin-left: 0;
        margin-bottom: 0px;
        padding: .75em 0 .75em 2.5em;
        position: relative;
        display: inline-block;
        width: 100%;
        box-sizing: border-box
    }

        .steps > li::before {
            background-color: #0b1875;
            border-radius: 50%;
            color: #fff;
            float: left;
            font-size: 80%;
            height: 26.594px;
            left: .3em;
            line-height: 26.594px;
            position: absolute;
            text-align: center;
            top: .9em;
            width: 26.594px
        }

        .steps > li:nth-child(1)::before {
            content: "1"
        }

        .steps > li:nth-child(2)::before {
            content: "2"
        }

        .steps > li:nth-child(3)::before {
            content: "3"
        }

        .steps > li:nth-child(4)::before {
            content: "4"
        }

        .steps > li:nth-child(5)::before {
            content: "5"
        }

        .steps > li:nth-child(6)::before {
            content: "6"
        }

        .steps > li:nth-child(7)::before {
            content: "7"
        }

        .steps > li:nth-child(8)::before {
            content: "8"
        }

        .steps > li:nth-child(9)::before {
            content: "9"
        }

        .steps > li:nth-child(10)::before {
            content: "10"
        }

        .steps > li:nth-child(11)::before {
            content: "11"
        }

        .steps > li:nth-child(12)::before {
            content: "12"
        }

        .steps > li:nth-child(13)::before {
            content: "13"
        }

        .steps > li:nth-child(14)::before {
            content: "14"
        }

        .steps > li:nth-child(15)::before {
            content: "15"
        }

        .steps > li:nth-child(16)::before {
            content: "16"
        }

        .steps > li:nth-child(17)::before {
            content: "17"
        }

        .steps > li:nth-child(18)::before {
            content: "18"
        }

        .steps > li:nth-child(19)::before {
            content: "19"
        }

        .steps > li:nth-child(20)::before {
            content: "20"
        }

        .steps > li:nth-child(21)::before {
            content: "21"
        }

        .steps > li:nth-child(22)::before {
            content: "22"
        }

        .steps > li:nth-child(23)::before {
            content: "23"
        }

        .steps > li:nth-child(24)::before {
            content: "24"
        }

        .steps > li:nth-child(25)::before {
            content: "25"
        }

        .steps > li:nth-child(26)::before {
            content: "26"
        }

        .steps > li:nth-child(27)::before {
            content: "27"
        }

        .steps > li:nth-child(28)::before {
            content: "28"
        }

        .steps > li:nth-child(29)::before {
            content: "29"
        }

        .steps > li:nth-child(30)::before {
            content: "30"
        }

.caa-tabs {
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25
}

@media(min-width: 40.0625em) {
    .caa-tabs {
        margin-bottom: 30px;
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .caa-tabs {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15
    }
}

.caa-tabs__title {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    color: #0b0c0c;
    margin-bottom: 10px
}

@media(min-width: 40.0625em) {
    .caa-tabs__title {
        font-size: 1.1875rem;
        line-height: 1.3157894737
    }
}

@media print {
    .caa-tabs__title {
        font-size: 14pt;
        line-height: 1.15;
        color: #000
    }
}

.caa-tabs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

@media(min-width: 40.0625em) {
    .caa-tabs__list {
        margin-bottom: 30px
    }
}

.caa-tabs__list-item {
    margin-left: 25px
}

    .caa-tabs__list-item::before {
        color: #0b0c0c;
        content: "—";
        margin-left: -25px;
        padding-right: 5px
    }

@media print {
    .caa-tabs__list-item::before {
        color: #000
    }
}

.caa-tabs__tab {
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px,.0625rem);
    text-underline-offset: .1578em;
    display: inline-block;
    margin-bottom: 10px
}

    .caa-tabs__tab:hover {
        text-decoration-thickness: max(3px,.1875rem,.12em);
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        -webkit-text-decoration-skip: none;
        text-decoration-skip: none
    }

    .caa-tabs__tab:focus {
        outline: 3px solid rgba(0,0,0,0);
        color: #0b0c0c;
        background-color: #fd0;
        box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .caa-tabs__tab:link {
        color: #1d70b8
    }

    .caa-tabs__tab:visited {
        color: #4c2c92
    }

    .caa-tabs__tab:hover {
        color: #003078
    }

    .caa-tabs__tab:active, .caa-tabs__tab:focus {
        color: #0b0c0c
    }

@media print {
    .caa-tabs__tab {
        font-family: sans-serif
    }
}

.caa-tabs__panel {
    margin-bottom: 30px;
    padding: 30px 0px !important;
    border-top: 0;
    border: none !important
}

@media(min-width: 40.0625em) {
    .caa-tabs__panel {
        margin-bottom: 50px
    }
}

@media(min-width: 40.0625em) {
    .govuk-tabs__list-item--selected {
        position: relative;
        margin-top: -5px;
        margin-bottom: -1px;
        padding-top: 14px;
        padding-right: 19px;
        padding-bottom: 16px;
        padding-left: 19px;
        border: 1px solid #2e393b;
        border-radius: 8px 8px 0 0;
        border-bottom: 0;
        background-color: #fff
    }

    .govuk-tabs__list-item {
        position: relative;
        margin-right: 5px;
        margin-bottom: 0;
        margin-left: 0;
        padding: 10px 20px;
        border-radius: 8px 8px 0 0;
        float: left;
        background-color: #f3f2f1;
        text-align: center
    }
}

@font-face {
    font-family: "Roboto";
    src: url("/public/fonts/Roboto-Regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: url("/public/fonts/Roboto-Bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

* {
    font-family: "Roboto",Arial,sans-serif !important
}

.caa-hint {
    font-family: "Roboto",Arial,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #444f51
}
/*# sourceMappingURL=caa-styles.min.css.map */
